rroonga 2.1.3-x86-mingw32 → 3.0.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (429) hide show
  1. data/bin/grndump +1 -1
  2. data/doc/text/news.textile +22 -4
  3. data/ext/groonga/rb-grn-accessor.c +1 -1
  4. data/ext/groonga/rb-grn-array-cursor.c +1 -1
  5. data/ext/groonga/rb-grn-array.c +218 -2
  6. data/ext/groonga/rb-grn-column.c +1 -1
  7. data/ext/groonga/rb-grn-context.c +1 -1
  8. data/ext/groonga/rb-grn-database.c +1 -1
  9. data/ext/groonga/rb-grn-double-array-trie-cursor.c +1 -1
  10. data/ext/groonga/rb-grn-double-array-trie.c +1 -1
  11. data/ext/groonga/rb-grn-encoding-support.c +1 -1
  12. data/ext/groonga/rb-grn-encoding.c +1 -1
  13. data/ext/groonga/rb-grn-exception.c +1 -1
  14. data/ext/groonga/rb-grn-expression-builder.c +1 -1
  15. data/ext/groonga/rb-grn-expression.c +1 -1
  16. data/ext/groonga/rb-grn-fix-size-column.c +1 -1
  17. data/ext/groonga/rb-grn-geo-point.c +1 -1
  18. data/ext/groonga/rb-grn-hash-cursor.c +1 -1
  19. data/ext/groonga/rb-grn-hash.c +1 -1
  20. data/ext/groonga/rb-grn-index-column.c +1 -1
  21. data/ext/groonga/rb-grn-index-cursor.c +1 -1
  22. data/ext/groonga/rb-grn-logger.c +1 -1
  23. data/ext/groonga/rb-grn-normalizer.c +1 -1
  24. data/ext/groonga/rb-grn-object.c +7 -7
  25. data/ext/groonga/rb-grn-operator.c +1 -1
  26. data/ext/groonga/rb-grn-patricia-trie-cursor.c +1 -1
  27. data/ext/groonga/rb-grn-patricia-trie.c +1 -1
  28. data/ext/groonga/rb-grn-plugin.c +1 -1
  29. data/ext/groonga/rb-grn-posting.c +1 -1
  30. data/ext/groonga/rb-grn-procedure.c +1 -1
  31. data/ext/groonga/rb-grn-record.c +1 -1
  32. data/ext/groonga/rb-grn-snippet.c +1 -1
  33. data/ext/groonga/rb-grn-table-cursor-key-support.c +1 -1
  34. data/ext/groonga/rb-grn-table-cursor.c +1 -1
  35. data/ext/groonga/rb-grn-table-key-support.c +1 -1
  36. data/ext/groonga/rb-grn-table.c +1 -1
  37. data/ext/groonga/rb-grn-type.c +1 -1
  38. data/ext/groonga/rb-grn-utils.c +1 -1
  39. data/ext/groonga/rb-grn-variable-size-column.c +1 -1
  40. data/ext/groonga/rb-grn-variable.c +1 -1
  41. data/ext/groonga/rb-grn.h +4 -4
  42. data/ext/groonga/rb-groonga.c +1 -1
  43. data/lib/1.9/groonga.so +0 -0
  44. data/lib/2.0/groonga.so +0 -0
  45. data/lib/groonga/context.rb +93 -13
  46. data/rroonga-build.rb +2 -2
  47. data/test/groonga-test-utils.rb +2 -1
  48. data/test/test-array.rb +86 -2
  49. data/test/test-context.rb +22 -2
  50. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  51. data/vendor/local/bin/groonga.exe +0 -0
  52. data/vendor/local/bin/libgroonga-0.dll +0 -0
  53. data/vendor/local/bin/libmecab-1.dll +0 -0
  54. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  55. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  56. data/vendor/local/bin/mecab.exe +0 -0
  57. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
  58. data/vendor/local/include/groonga/groonga.h +16 -8
  59. data/vendor/local/include/groonga/groonga/nfkc.h +32 -0
  60. data/vendor/local/include/groonga/groonga/plugin.h +39 -21
  61. data/vendor/local/include/groonga/groonga/tokenizer.h +4 -0
  62. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  63. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  64. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  65. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  66. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  67. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  68. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  69. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  70. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  71. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  72. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  73. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  74. data/vendor/local/lib/libgroonga.a +0 -0
  75. data/vendor/local/lib/libgroonga.dll.a +0 -0
  76. data/vendor/local/lib/libmecab.a +0 -0
  77. data/vendor/local/lib/libmecab.dll.a +0 -0
  78. data/vendor/local/lib/libmsgpack.a +0 -0
  79. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  80. data/vendor/local/lib/libmsgpackc.a +0 -0
  81. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  82. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  83. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  84. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  85. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  86. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  87. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  88. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  89. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +1 -0
  90. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +9 -0
  91. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +12 -0
  92. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +20 -4
  93. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +28 -4
  94. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +12 -4
  95. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +8 -4
  96. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  97. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  98. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +36 -4
  99. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +11 -11
  100. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +112 -0
  101. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +2 -2
  102. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +2 -2
  103. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +2 -2
  104. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +2 -2
  105. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +1 -1
  106. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +79 -0
  107. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +2 -2
  108. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +2 -2
  109. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +2 -2
  110. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +51 -51
  111. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +2 -2
  112. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +2 -2
  113. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +2 -2
  114. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +85 -0
  115. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +98 -89
  116. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +2 -2
  118. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +73 -0
  119. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +124 -0
  120. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +24 -0
  121. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/contribution.html +58 -57
  125. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +17 -16
  126. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +18 -18
  127. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +25 -25
  128. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +61 -61
  129. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +104 -95
  130. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +138 -0
  131. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +37 -37
  132. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -9
  133. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  134. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  135. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/index.html +36 -30
  141. data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
  142. data/vendor/local/share/doc/groonga/en/html/install/centos.html +23 -9
  143. data/vendor/local/share/doc/groonga/en/html/install/debian.html +30 -9
  144. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +16 -9
  145. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -13
  146. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  147. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  148. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +37 -9
  149. data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
  150. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/news.html +251 -120
  152. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  158. data/vendor/local/share/doc/groonga/en/html/reference.html +28 -23
  159. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  160. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/command.html +25 -22
  163. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +8 -9
  167. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +71 -87
  168. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +8 -9
  169. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +8 -9
  170. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +13 -14
  172. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +321 -0
  173. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +35 -36
  174. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +32 -33
  175. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +32 -33
  176. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +27 -27
  177. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +70 -69
  178. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +34 -35
  179. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +34 -35
  180. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +37 -38
  181. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +218 -0
  182. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +28 -28
  183. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +23 -23
  184. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +294 -288
  185. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
  186. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +38 -41
  187. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
  188. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
  189. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
  190. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +33 -34
  191. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +268 -0
  192. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -6
  198. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +11 -9
  202. data/vendor/local/share/doc/groonga/en/html/reference/function.html +6 -5
  203. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +10 -10
  211. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +292 -0
  212. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  214. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +10 -10
  216. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  217. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +32 -7
  218. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  219. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  222. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/reference/types.html +10 -10
  225. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  226. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  227. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  229. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  230. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  232. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  238. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  239. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  240. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  243. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  244. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  246. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  247. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  248. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  251. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  252. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  253. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  254. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  255. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -9
  256. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  257. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  258. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +1 -0
  259. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +9 -0
  260. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +12 -0
  261. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +20 -4
  262. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +28 -4
  263. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +12 -4
  264. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +8 -4
  265. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  266. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  267. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +36 -4
  268. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +11 -11
  269. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +112 -0
  270. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +2 -2
  271. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +2 -2
  272. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +2 -2
  273. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +2 -2
  274. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +1 -1
  275. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +79 -0
  276. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +2 -2
  277. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +2 -2
  278. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +2 -2
  279. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +51 -51
  280. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +2 -2
  281. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +2 -2
  282. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +2 -2
  283. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +85 -0
  284. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +98 -89
  285. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +5 -5
  286. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +2 -2
  287. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +73 -0
  288. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +124 -0
  289. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +24 -0
  290. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +5 -5
  291. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  292. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/contribution.html +58 -57
  294. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +17 -16
  295. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +18 -18
  296. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +25 -25
  297. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +61 -61
  298. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +104 -95
  299. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +139 -0
  300. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +37 -37
  301. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -9
  302. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  303. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  304. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  305. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  306. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  307. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  308. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  309. data/vendor/local/share/doc/groonga/ja/html/index.html +36 -30
  310. data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
  311. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +19 -9
  312. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +24 -9
  313. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +14 -9
  314. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -13
  315. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  316. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  317. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +29 -9
  318. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +16 -16
  319. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  320. data/vendor/local/share/doc/groonga/ja/html/news.html +225 -124
  321. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  322. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  323. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  324. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +7 -7
  325. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  326. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  327. data/vendor/local/share/doc/groonga/ja/html/reference.html +28 -23
  328. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  329. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  330. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  331. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +25 -22
  332. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  333. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  335. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +8 -9
  336. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +71 -87
  337. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +8 -9
  338. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +8 -9
  339. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +13 -14
  341. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +321 -0
  342. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +35 -36
  343. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +32 -33
  344. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +32 -33
  345. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +27 -27
  346. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +56 -61
  347. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +34 -35
  348. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +34 -35
  349. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +37 -38
  350. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +213 -0
  351. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +28 -28
  352. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +23 -23
  353. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +235 -229
  354. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +27 -27
  355. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +38 -41
  356. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +31 -31
  357. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +47 -47
  358. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +27 -27
  359. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +33 -34
  360. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +268 -0
  361. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  362. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  363. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  364. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  365. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  366. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +5 -5
  367. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
  368. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  369. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  370. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +11 -9
  371. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -5
  372. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
  373. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
  374. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
  375. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
  376. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
  377. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
  378. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
  379. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +10 -10
  380. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +291 -0
  381. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +7 -7
  382. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
  383. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
  384. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +10 -10
  385. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
  386. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +30 -7
  387. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  388. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
  389. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  390. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
  391. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  392. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  393. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
  394. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  395. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  396. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  397. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  398. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  399. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +9 -9
  400. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  401. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  402. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  403. data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
  404. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  405. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  406. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  407. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  408. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  409. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  410. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  411. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  412. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  413. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  414. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  415. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
  416. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  417. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  418. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  419. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  420. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  421. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  422. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  423. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  424. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +10 -10
  425. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  426. data/vendor/local/share/man/ja/man1/groonga.1 +1231 -420
  427. data/vendor/local/share/man/man1/groonga.1 +1370 -521
  428. metadata +1025 -998
  429. data/lib/1.8/groonga.so +0 -0
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.8.1. QueryExpanderTSV &mdash; groonga v2.1.2ドキュメント</title>
10
+ <title>8.8.1. QueryExpanderTSV &mdash; groonga v3.0.2ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.1.2',
18
+ VERSION: '3.0.2',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v2.1.2ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="groonga v3.0.2ドキュメント" href="../../index.html" />
30
30
  <link rel="up" title="8.8. クエリー展開オブジェクト一覧" href="../query_expanders.html" />
31
31
  <link rel="next" title="8.9. 疑似カラム (pseudo_column)" href="../pseudo_column.html" />
32
32
  <link rel="prev" title="8.8. クエリー展開オブジェクト一覧" href="../query_expanders.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="../query_expanders.html" title="8.8. クエリー展開オブジェクト一覧"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
66
66
  <li><a href="../query_expanders.html" accesskey="U">8.8. クエリー展開オブジェクト一覧</a> &raquo;</li>
67
67
  </ul>
@@ -264,7 +264,7 @@ mroonga(TAB)mroonga(TAB)groonga MySQL
264
264
  <li class="right" >
265
265
  <a href="../query_expanders.html" title="8.8. クエリー展開オブジェクト一覧"
266
266
  >前へ</a> |</li>
267
- <li><a href="../../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
267
+ <li><a href="../../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
268
268
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
269
269
  <li><a href="../query_expanders.html" >8.8. クエリー展開オブジェクト一覧</a> &raquo;</li>
270
270
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.5. テーブル &mdash; groonga v2.1.2ドキュメント</title>
10
+ <title>8.5. テーブル &mdash; groonga v3.0.2ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.1.2',
18
+ VERSION: '3.0.2',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v2.1.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.6. ノーマライザー" href="normalizers.html" />
32
32
  <link rel="prev" title="8.4. データ型" href="types.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="types.html" title="8.4. データ型"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -304,7 +304,7 @@
304
304
  <li class="right" >
305
305
  <a href="types.html" title="8.4. データ型"
306
306
  >前へ</a> |</li>
307
- <li><a href="../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
307
+ <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
308
308
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
309
309
  </ul>
310
310
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.7. Tokenizers &mdash; groonga v2.1.2ドキュメント</title>
10
+ <title>8.7. Tokenizers &mdash; groonga v3.0.2ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.1.2',
18
+ VERSION: '3.0.2',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v2.1.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.8. クエリー展開オブジェクト一覧" href="query_expanders.html" />
32
32
  <link rel="prev" title="8.6. ノーマライザー" href="normalizers.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="normalizers.html" title="8.6. ノーマライザー"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -122,7 +122,7 @@
122
122
  <li class="right" >
123
123
  <a href="normalizers.html" title="8.6. ノーマライザー"
124
124
  >前へ</a> |</li>
125
- <li><a href="../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
125
+ <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
126
126
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
127
127
  </ul>
128
128
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.4. データ型 &mdash; groonga v2.1.2ドキュメント</title>
10
+ <title>8.4. データ型 &mdash; groonga v3.0.2ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.1.2',
18
+ VERSION: '3.0.2',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,10 +26,10 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v2.1.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.5. テーブル" href="tables.html" />
32
- <link rel="prev" title="8.3.26. table_remove" href="commands/table_remove.html" />
32
+ <link rel="prev" title="8.3.29. truncate" href="commands/truncate.html" />
33
33
  </head>
34
34
  <body>
35
35
  <div class="header">
@@ -59,9 +59,9 @@
59
59
  <a href="tables.html" title="8.5. テーブル"
60
60
  accesskey="N">次へ</a> |</li>
61
61
  <li class="right" >
62
- <a href="commands/table_remove.html" title="8.3.26. table_remove"
62
+ <a href="commands/truncate.html" title="8.3.29. truncate"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -195,8 +195,8 @@
195
195
  </ul>
196
196
 
197
197
  <h4>前のトピックへ</h4>
198
- <p class="topless"><a href="commands/table_remove.html"
199
- title="前の章へ">8.3.26. table_remove</a></p>
198
+ <p class="topless"><a href="commands/truncate.html"
199
+ title="前の章へ">8.3.29. <tt class="docutils literal docutils literal docutils literal"><span class="pre">truncate</span></tt></a></p>
200
200
  <h4>次のトピックへ</h4>
201
201
  <p class="topless"><a href="tables.html"
202
202
  title="次の章へ">8.5. テーブル</a></p>
@@ -232,9 +232,9 @@
232
232
  <a href="tables.html" title="8.5. テーブル"
233
233
  >次へ</a> |</li>
234
234
  <li class="right" >
235
- <a href="commands/table_remove.html" title="8.3.26. table_remove"
235
+ <a href="commands/truncate.html" title="8.3.29. truncate"
236
236
  >前へ</a> |</li>
237
- <li><a href="../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
237
+ <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
238
238
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
239
239
  </ul>
240
240
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>検索 &mdash; groonga v2.1.2ドキュメント</title>
10
+ <title>検索 &mdash; groonga v3.0.2ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '2.1.2',
18
+ VERSION: '3.0.2',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <script type="text/javascript" src="_static/searchtools.js"></script>
29
29
  <link rel="shortcut icon" href="_static/favicon.ico"/>
30
- <link rel="top" title="groonga v2.1.2ドキュメント" href="index.html" />
30
+ <link rel="top" title="groonga v3.0.2ドキュメント" href="index.html" />
31
31
  <script type="text/javascript">
32
32
  jQuery(function() { Search.loadIndex("searchindex.js"); });
33
33
  </script>
@@ -58,7 +58,7 @@
58
58
  <li class="right" style="margin-right: 10px">
59
59
  <a href="genindex.html" title="総合索引"
60
60
  accesskey="I">索引</a></li>
61
- <li><a href="index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
61
+ <li><a href="index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
62
62
  </ul>
63
63
  </div>
64
64
 
@@ -102,7 +102,7 @@
102
102
  <li class="right" style="margin-right: 10px">
103
103
  <a href="genindex.html" title="総合索引"
104
104
  >索引</a></li>
105
- <li><a href="index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
105
+ <li><a href="index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
106
106
  </ul>
107
107
  </div>
108
108
  <div class="footer">
@@ -1 +1 @@
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"]})
1
+ Search.setIndex({envversion:42,terms:{"\u305a\u308c":[9,61,4,91,32,66,49,38,10,48,5,118,44,100],"(shorttext":62,"\u5927\u62b5":6,"\u8a73\u7d30":[83,77,2,122,115,45,32,11,88,93,105,6,7,24,50,74,102,41]," takahiro":107,"\u3002groonga":[2,3,64,70,27,34,74,115,77,9,103,11,53,50,51,47,88,125,91,105,57,6],"\u51fa\u6765":[31,51]," quetzal":[36,94],localstatedir:[107,74],"\u6587\u6cd5":[36,109],"\u5909\u66f4":[36,0,104,50,74,52],"\u3002scan":122,"\u30b3\u30ed\u30f3":47,"\u30c7\u30fc\u30bf":[36,0,33,110,30,115,91,106,11,77,107,105,44,70,94,50,17,88,58],"_res":102,dist:104,"\u6e1b\u3089":[50,84,64],"\u3070\u308c\u308b":107," deb":50,"\ntitle":104," yuki":17,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[24,66],"const":50,"\u624b\u9806":[57,117]," scan":122,"/travis":52," thread":[101,102]," inverted":21,"-log":94,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[104,66,70,110,17,74,83],"\u79d2\u60c5":17,"_column":[36,77,30,107,39,102],"\"ab":8,"\u30df\u30ea":[10,17,32,48,103],spec:[50,107,104],"\u30e9\u30a4\u30bb\u30f3\u30b9":50,updated:45,"\u304b\u305a\u3072\u3053\u3055\u3093":50," use":[77,125,93,86,83,103],editrc:17," upload":104,"void":50," stamp":101,"\u3002tokendelimit":56,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":104,"\u3082\u3089\u3063":2,travis:114," row":21,"\u6b63\u5e38":[104,102],"\u3066\u307f\u307e\u3057\u3087":48,"\u3002google":125,"/plugins":[107,74,7],"\u3002callback":44,"\u4f8b\u3068\u3068\u3082":49,".en":104,"*bsd":[17,107],"\u30ab\u30f3\u30de":[77,61,103,89,90,38,110,100,2],"\u53c2\u7167\u5143":10,"\uff08or":111,"\u30c8\u30e9\u30a4":[17,125,64,103,41],"\u30df\u30b9":34," fontaine":17,"\u5b9a\u5024":50,"\u3065\u3051":50,"\u932f\u8aa4":91,"=pat":50,upload:104,"\u5b9f\u6570":32," aramaki":[17,107],"\u6761\u4ef6\u5f0f":50,"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":50,starttime:[27,53,2,3,6]," myisam":91,"\u7c21\u5358":[39,74,92],"_snip":50,"\uff1f ":102,"\u63a5\u8fd1":44,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":107,"-repository":[50,104],zlib:[17,118,74,107,50],"\u7b2c\u4e00":2,"\u3044\u304f\u3064\u304b":[77,44,104,16,122,74,113,75,130]," column":[31,77,49,2,62,89,81,10,106,125,21,80,47,15,39,110,126,50,51,45,103],"\u6761\u4ef6":[57,44],"[http":50,"\u89e3\u9664":[0,25,66,76],second:101,"_columns":[36,107,108,50],"\u9006\u9806":2,"\u7b87\u6240":[93,50,21,104],"\u4f5c\u3089\u308c":102," install":[115,88,104,105,94,12,122,58],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":17,"\u4e00\u8a9e":45," root":6,"\u304c\u3072\u3068\u3064":121,"\u5236\u9650":36,"\u5b9f\u65bd":104," domain":[55,89],"-rpm":104,"\u5230\u9054":42,"\u65e5\u672c\u6e2c":49,incompatible:118," columns":77,"\u30ec\u30a4\u30e4":44,"\u6210\u529f":74,"\u4e8b\u524d":[45,129,8,104],zunda:17,"\u306a\u3068\u304d":91,"\u30de\u30af\u30ed":17,"\u30b7\u30f3\u30dc\u30eb":47,"new":[77,49,104],tips:57,"\u683c\u7d0d":[80,44,64,65,33,66,91,47,73,17,75,41],maverick:17,"\u8fd4\u308a":[48,77],"\u8fd1\u3044\u9806":33,"\u4e8c\u3064":[9,81,98,92,15,39,49,102],"\u914d\u7f6e":[2,104]," gcc":[14,115,88],"\u578b\u3068\u3057\u3066":32,"\u53cd\u8ee2":103,"\u306f\u3044\u3051":[116,61],"=redhat":74,"-talk":[50,104,16],"\u5fdc\u3058":[91,102],onga:21,"& ":[44,103,45,98,15,48,50],"\u9069\u7528":[77,2],"\u30a8\u30f3\u30b3\u30fc\u30c9":[24,107,129],"\u30af\u30a8\u30ea\u30ed\u30b0":[17,50,56,84,34],china:89,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":112,"&&":77,path:[102,65,66,39,6,7,73,35],"\u95a2\u4fc2\u5f0f":57,".ddl":102,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[17,50]," option":101,"\u591a\u91cd":123,"\u8a18\u4e8b":[80,51,104],"_key":[0,66,17,73,75,38,77,49,103,106,80,81,39,110,41,15,50,87,125,107,21,129],"_dir":[17,104],"\u79cb\u8449":48," correct":[106,84],"\u4e2d\u8eab":[2,118,102],"\u5f62\u614b":[91,74,103],published:104,"_output":[1,108],"\u632f\u821e\u3044":[50,81],":port":[24,66,6],"\u56f2\u3080":[2,21],"\u5411\u4e0a":[17,35,111]," data":3,"\u58ca\u308c\u308b":[17,0,107,50],"\u6e2c\u7528":0,"\u7ffb\u8a33":57,"\u63a8\u79fb":9,"\u3082\u3063\u3068":77,"\u300c#":[126,107],"-ci":50,"\u30d0\u30c3\u30d5\u30a1":[50,86],"\u3080\u308b":[103,125],"\u8fd4\u5374":[100,77,61,90,65,73,2]," synonym":[77,62],"9e":129,"\u65ad\u7247":21,"9f":3,"/en":104,unix:[93,39,74,92,87],dump:[36,0,30,107,20,50],"\u8aad\u307f\u3084\u3059\u3044":50,txt:[55,83],"\u5ea6\u6d6e":32,"\u5bfe\u7167":81,"_check":122,"\u985e\u7fa9":77,"/munin":74,"-t":66," tomita":107,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":57," ages":41,noarch:[115,88],"\u975e\u63a8":[17,50,49,41],"\u9023\u7d9a":[45,98,84],"\u30a2\u30ed\u30b1\u30fc\u30c8":53,m6:14,".yml":52,typo:17,kytea:[50,74],"_flags":50,"[pkg":[17,50],type:[31,126,2,97,89,84,10,106,65,48,47,39,56,34,51,102,41],"\"n":[77,103,125],"\u30d6\u30ed\u30b0":57,"\u753b\u9762":[0,104],"\u6709\u529b":106," opened":101,"-s":[66,27],autogen:[50,104,83],"\u7f6e\u304f\u4f8b":74,"\u4e0b\u304c\u308a":45,karmic:122,"\u300cv":104,"_register":127,"\u30a2\u30e1\u30ea\u30ab":49,"_jis":74,"-bind":[17,66,50],"_command":[93,1,2,3,118,92,53,39,27,87,35,6],"\u30fb\u5186":91,"\u3064\u3065\u3044":126,"\u7518\u6817":126,"\u6709\u52b9":[100,77,74,61,125,104,10,91,11,66,21,38,27,50,17,41,88,102,6],"\u62bc\u3057":2,"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":121,word:[50,77,103,125],language:83,"\u7f6e\u304d\u63db\u3048":[66,125,83],"\u4ee5\u4e0a":[77,44,104,106,66,21,70,122,50,83,102,41],mm:[101,103],"_comment":15,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":102,"\u62bc\u3059":[2,83],"\u30a2\u30fc\u30ab\u30a4\u30d6":[70,104,83],mv:40,"\u30e1\u30fc\u30eb":[59,83],install:[104,52],"/functions":122,"\u306b\u95a2\u3057":[44,102],"/xml":35," values":38,"\u304a\u5f85\u3061":16,"\u5316\u6642":17,shorttext:[2,62,64,32,66,27,34,73,87,97,77,103,10,106,80,81,39,110,65,41,31,84,45,47,15,48,17,51,125,89,126,107,93,56,129],"/blog":104,"-> ":107,"_long":[1,118],"\u53d6\u5f97":57,"-threads":66," hat":57,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[0,25],really:[77,103,125],"\u63a8\u5968":[77,9,93,27,94,50],point:39,also:[21,103],"\u4e92\u63db":[115,88,9,103,104,11,105,24,129,35]," pdf":12,"\u4e0b\u66f8\u304d":33,end:[123,3,118],"<groonga":102,eng:[34,106],"\u540d\u524d":[36,9,104,30,107,127,93,50,17,83]," locale":83,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":104,normalizernfkc:92," travis":52,"\ngpg":104,"\u3002functions":122,"\u30d7\u30ed\u30bb\u30b9":[123,9,2,91,66,53,86,112,102,7,50,35],"\u4f55\u500b":77,config:[0,9],rroonga:[15,111,81,52],"-lines":17,"\u30b4\u30df":[17,107,86],"\u7d42\u4e86":[9,104,107,66,112,50,102]," title":[31,2,10,15,27,51],"(true":[15,81],"\u306e\u3046\u3061":125,"\u30ed\u30fc\u30ab\u30eb":[103,104],"_plugins":17,"\u306b\u5bfe\u3057\u7570":81," swig":69,"\u518d\u5ea6":44,sitedomain:[27,89],"|with":[80,77,2,62,81,45,126,125,21,47,15,51,103],"-devel":[115,88],"\u76f4\u4e0b":17,lat:102,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":57," hobby":101,"\u3002tsv":[93,121],types:[34,106,84,56],"\u63fa\u308c":62,"\u304c\u3042\u308a":[59,49,121],"\u5c0f\u3055\u304f":[80,64,49,35,78],"_resource":1,".tar":83,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[36,109],"-files":57,"_range":1,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":107,"\u5c0f\u3055\u3044":[77,44,125,64,127,78,41],"\u5727\u7e2e":[17,74,130,50],"\u56fa\u5b9a\u9577":107,"@naoina":50,"\u901a\u5e38":[77,2,125,10,32,93,6,50,129,121,75],"\u30d9\u30fc\u30b7\u30c3\u30af":35,"\u5272\u308a\u5f53\u3066":107,"\u30a4\u30f3\u30dd\u30fc\u30c8":57,"\u9023\u7d50":[50,51],"\u3069\u3053":[17,74],"***":5,"\u5206\u5c90":122,"\u3042\u305f\u308a":[17,107],"\u643a\u5e2f":91,"\u7acb\u5834":57,chunk:86,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":91,"\u305f\u3057":31," smaller":101,"\u5358\u4e00":47,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":104,"\uff11\u5bfe":85,"\u305f\u304f":[17,83,8,35,21],"\u30d5\u30c3\u30af":52,synonyms:121,"\u305f\u304b":[17,77,84],"\u30d1\u30c8\u30ea\u30b7\u30a2":[36,98,2,109,50],"_jp":74,"/new":104,japan:[27,89],"@packages":104,gqtp:57,"\u6d6e\u52d5":93,"\nsuffix":44," zxvf":104,"\u30ed\u30b0":[0,104,4,127,5,50,17],"\u7e26\u68d2":41,"_in":[36,0,1,30,107,93,17,113],redhat:[17,74],"=allow":77,"-code":104,"\u8fd4\u3057":[2,34,100,8,35,77,49,103,79,106,81,39,61,43,44,84,53,15,50,87,78,90,21,37,56,124],fix:39,"\u8fd4\u3055":[77,9,61,90,106,38,86,82,100,50],"\u5404\u7d22":2,"/windows":[70,104],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[91,57],"_o":[1,118]," tatsuya":50," message":[51,5],"_i":[1,118],"_no":[77,1,103,125,107,21,80,81,110,73,41],"\u3002grntest":102,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[17,104],"=..":104," weakness":21,"_a":[1,118]," speed":8,"1\u305a":[9,75],"\u8f9e\u691c":[17,103,64],"\u3084\u3059\u3044":[0,77,21,111],"\u30d7\u30ed\u30c8\u30b3\u30eb":[123,36,1,91,6,50,102]," yoshioka":50,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[74,104],"\u30ab\u30c6\u30b4\u30ea":77,"\u4e00\u884c":[107,66,102],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":49,"\u3082\u3063\u3068\u3082":122,"\u300coutput":24,".travis":52,"\u30b9\u30c6\u30fc\u30bf\u30b9":[1,118],"\u30af\u30a8\u30ea\u30da\u30a2":8,"\u8a8d\u8a3c":[6,130],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[36,109],"\u64cd\u4f5c":[36,77,44,103,10,91,66,70,111,109],"\u5168\u3066":[77,103,32,80,6,111,51,83],"\u3072\u3089":[34,103,125],"_select":57," nsis":104,"\ncustomized":101,"-pack":94,"\u56de\u6570":50,"\u691c\u8a3c":123,"(point":[37,49,78],"\u3054\u3089\u3093\u304f":72,"2\u3064":[59,77,2,125,79,126,81,15,56,50,51,130,35,41],"_deadlock":[1,118]," words":103,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[24,107,66,50],each:[101,34,106,84,56],debug:101,"\u5316\u65b9":129,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[36,0,103,31,65,86,109,125],"\u3069\u3046":[0,29,4,46,77,47,45,5,108,6,40,50,116,76],"_\"":17,carlos:[39,87],"\u30ec\u30d9\u30eb":[4,50,5,66],"\u306b\u3042\u308a":41,"/null":0,cmd:70,logs:[73,41],"\u300c\"":66,"\u30d1\u30b9":[123,107,2,104,102,7,66,127,27,24,17,74,35,6],"\u3002\uff08":[77,98,103,56,64,32,33,21,125,86,84,107,34,111,17,83,52],"\u3002\uff09":[83,0,98,103,84,64,33,21,125,107,56,17,41,77,52],"-(":[103,104],"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":50,"\u8aad\u307f\u8fbc\u3080":0,"\u7c21\u6613http":[105,88,11,115],"@yito":50," contain":50,"\u30e2\u30fc\u30c9":[24,44,2,27],"\u3068\u3068":[55,83],"*\"\n":51,"\u6e96\u62e0":6,"\u30ed\u30b0\u30d1\u30b9":107,goo:[103,125]," xvzf":[115,88,14,11,105,74,58],network:118,realtime:56,"_directory":[1,118],".deb":104,"\u3068\u3059\u3079\u3066":[50,77],"/bc":104,"-rsync":104," precise":[36,94],content:[93,77,103,21,80,15,17,50,51,35,125],rf:88,"\u4f4e\u6e1b":107,moritapo:31,wgs:[31,89,10,32,37,48,27,17,78],rc:[101,1],"\u6210\u308a":[77,118,125],uri:[24,6],"\u90e8\u5206":[44,103,45,126,98,93,74,122,125],"\".":[103,89],"[macports":17,"\u77ed\u3044":[126,107],"+ \"":50,grease:10,"/\uff09":107,"\u78ba\u8a8d":57,"_tp":123,"\uff01\uff08":83,"\u77ed\u304f":[80,91],free:107,"\u5909\u5316":91," html":[12,104,83]," editor":83,"\u305f\u308a":[91,32,111,82,64,57,41],"\u305f\u3089":[77,103,104,107,34,74,35,83],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":65," kinjirou":31,"\u8996\u899a":91,"\u30d1\u30ea":49,"/\u65e5":126,"\u305f\u3081":[91,57,16],"\u30eb\u30fc\u30eb":[107,35],"\u307e\u308d\u3086\u304d":97," describes":93,"\u771f\u507d":[125,81,10,32,15,103],"+ ":[50,129],"\u5bb9\u91cf":[86,77],libedit:[17,0,74,107,50],"++":[115,88,104,91,70,50,17,74],freecode:57,"\u53e4\u3044":[50,129,104],"_qlog":50,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":107,"/work":104,filter:[50,107,108,116],"\"ni":34,"\u4f4f\u6240":50,"\"no":50,"\u8fd4\u308b":107," memo":81,"\u6709\u7121":10,"\u30eb\u30fc\u30c8":17,"\u59a5\u5f53":64,"_locks":[1,118],"\u5024n":[90,100,61],rand:[36,113,30],"\u304a\u304b\u3057":107,"\uff08age":41,">>":[50,103],makefile:104,"\u9577\u751f\u304d":41,"2\u5104":42,"\u304a\u3055\u307e\u308b":48,mingw:[17,104],"_next":[50,107]," processed":101,"> ":[50,70,104,127]," brew":58,">\"":[50,77],"\u6700\u4e2d":91,"1\u884c":102," rand":43,"\u30b5\u30dd\u30fc\u30c8":[0,3,64,32,33,6,17,74,102,9,103,104,10,80,81,35,41,50,121,52,125,91,107,21,129,27],"\u540c\u4e00":[77,9,62,102,98,47,35,51,75],"\u6ce8\u610f":[77,2,97,104,10,45,102,17,103,35,41],top:[17,37],"\u30d6\u30e9\u30a6\u30b6":[74,70,27,104,83],"_obj":[17,44,50],stack:[50,118],"\u4f7f\u308f":[77,1,125,104,64,111,129,118,34,17,52,121,41],"-benchmark":50,">\n":[69,3,104],"\u533a\u5207\u308b":[107,121]," mysql":[91,77,69,121,21],too:118,"\u610f\u8b58":41,"_bad":1,"_time":[93,101,39,92,87],listen:[50,66,35],"|compress":65,"\u5371\u967a":[104,35],"/lc":[104,83]," lc":83,"\uff08,":2,"\u63a2\u7d22":91,"\u5358\u4f4d":[49,2,103,91,32,98,20,21,93,107,118,126,17,78],"_clear":17,"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":66,"\u5b57\u5217":[17,32,125,41],wareohji:50,"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[77,129,125,66,21,108,50,74,41]," ls":104,".com":57,">n":3,"\u5358\u4f53":[91,102],"\u3069\u3061\u3089\u304b":[125,21,103],"\u5f79\u5272":2," instantly":21,nsubrecs:[31,89,126],"{table":77,"\"good":77,distance:49,"\u306e\u3059\u3079\u3066":35,"=encoding":94,keyword:[50,21,125],"(comments":15,".json":3,database:99,"-common":50,"\"weight":10,project:70,apt:[105,11,104,52],obata:107,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[36,122,109],gnupg:104,"\"gr":41,enables:6,"\u8d64\u9053":49,"\u611f\u3058":126," change":[50,6],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":129,"_update":[77,1,125],"\u69cb\u9020":[91,31,93,44,64]," sphinx":12,"\u901a\u4fe1":[57,117]," license":69," munin":50,"\u30a8\u30e9\u30fc":[115,0,9,104,11,88,105,70,94,17,50,74,58]," allows":21,">#{":101,raw:52,"\u30d6\u30fc\u30eb":[10,32],"\u5834\u5408":44,"\u3002grn":[44,111],"\u5f93\u3063":[24,77,35],"-jumandic":[115,88],"\u304b\u3069\u3046":[45,100,1,61,74],"\n<":3,latency:102,"\n>":[70,27],"\u5f8c\u8005":[48,129,121],dest:[123,66],"\u4e00\u89a7":[36,30],"[{":35,"_source":104,",\\\"":38,ifexists:38,"\u304b\u3064":[50,77,98,103],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[47,75,41],"\u591a\u9762":91,"\n-":[90,100,116,61,104],"\n(":[101,3,104],"-port":[66,102],"_distance":[36,0,30,50,17,113],"\n%":[83,88,104,115,14,11,66,105,27,110,50,17,74,122,58],"\u300csubmit":104,"\n ":[31,77,49,103,102,81,45,126,65,125,66,93,15,48,108,6,86,35,41],"\u5f93\u3046":107,"\u308f\u3051":[10,34,77,103],"\n#":[2,62,66,6,7,73,87,102,97,77,49,103,10,106,80,81,39,12,41,31,84,53,15,48,51,125,89,126,21,56,34,129,27],"\u30d6\u30ed\u30c3\u30af":[91,6]," index":[31,51,125,21,103],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":66,"/share":[17,66],"\n[":[2,3,4,66,5,6,34,87,102,76,80,77,49,103,10,106,38,81,39,62,110,97,108,31,84,45,47,15,48,82,51,129,125,89,86,126,21,56,25],"\u30b1\u30fc\u30b9":[45,77,41],"\u7d22\u7528":[36,109,41],"/branches":122,"\u3044\u307e\u305b":[77,103,125,64,33,88,93,106,50,130,121,35,41],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[50,83],gzip:[50,74,130],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":52,"\u81f4\u547d":50,"\u540c\u3058\u5024":[2,6],"\u3002munin":[105,88,11,115],bsd:74,"\u7701\u7565":[77,61,104,66,38,7,100,102,41],"\u533a\u5207\u3063":[77,118],"\u4f7f\u3063":[59,1,2,62,32,98,70,6,74,8,35,97,115,77,103,104,10,11,81,111,41,114,31,44,84,45,86,48,27,118,50,121,52,88,129,125,21,93,105,94,57,83,58]," packages":104,"\u5f53\u65e5":115,"\u30b5\u30b8\u30a7\u30b9\u30c8":[36,106,107,99,50,17,74],"\n}":[44,6,35],don:6,"\u3002host":27,radious:78,"\n{":[31,77,2,62,89,10,125,80,38,15,39,103,51,129,87,102,97],"\u610f\u5473":[77,44,2,103,106,66,48,34,74,121,102,125],doc:[55,99,104,83],"/releases":104,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":104,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[34,84,127,56],"\u767a\u751f":[0,104,45,91,93,50,74,41],"\u56fa\u5b9a":[2,118,41],"\u4f7f\u3048":[77,103,130,111,125,50,17,41,113,52],"\u4e0d\u6b63":[0,107,50,17,122,41],"\u4f7f\u3046":[0,33,70,7,50,74,102,115,77,104,55,106,11,110,41,44,17,52,88,107,92,93,105,94],"\u30ed\u30fc\u30c9":[36,103,91,107,66,109,50,17,35],"\na":101,"=path":94," good":80,"\u66f8\u304d\u8fbc\u307f":[126,74],"\u8003\u3048":[91,2,125,35],"\u30d3\u30eb\u30c9":57,"\u30ec\u30b3\u30fc\u30c9":[42,36,44,91,33,38,107,108,50,17,116],marverick:107,"\u6210\u308a\u7acb\u3063":44,"-time":21,"/json":[17,35],syntax:118," prefix":[17,103]," token":102,"\u307f\u306a\u3055":44,"\u65e5\u672c\u8a9e":[59,103,45,91,125,50,34,83],"\u8ffd\u52a0":[91,57,44]," from":69,"\nrequest":101,"\u5ea6\u8868":107,protocol:[24,66,3,35],"\u5206\u3051":[36,104],"_zlib":1,"\u65e2\u5b9a":50," libzmq":[105,11],"_address":[1,27,118]," \u3057\u3044":[45,98],"[,":78,layout:104," dist":104," senna":50,x6:104,grnslap:[28,36,30],cpu:[91,102,74,6,35],"\u72ec\u81ea":[93,91,123],"\u6700\u65b0":[17,104,16,115],"\u771f\u306a\u3089":103,here:101,"2byte":118,version:[2,3,104,53,27,17,102,6],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[91,57],specify:[6,83],"_score":[77,126,106,48,50,17,75],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":44,"|| ":[50,103],"_db\u30d5\u30e9\u30b0":17,"\u59cb\u307e\u3063":[93,8],rectangle:50,"-frequency":17,"\"items":110,"do":102,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":107,"\"groonga":[77,103,21,15,8,41],"-enable":107," release":[70,104],"_file":[1,93,6,121,35,118],"\u3055\u3089\u306b":[31,9,2,91,64,126,8],de:83,"\u79d8\u5bc6":104,enginen:34," also":[77,125,21,103],"\u30a2\u30d4\u30fc\u30eb":104,"_limit":[36,0,1,20,30],"\u89e3\u6d88":[0,25],"\u4e09\u3064":[49,98],"\u306f\u307e\u3068\u3081\u3066":104,"\u5f15\u3044":103,"\u8ab0\u304b":57,"/grntest":104,"[libedit":17," redcloth":104,"\u30c8\u30d4\u30c3\u30af":104,gbyte:42,"\u91cd\u3044":[91,77],"\u3067\u3057\u3087":[80,91,74,114],"\u3064\u304d":[77,121],"\u3064\u304b":127,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[115,36,77,98,103,56,11,88,127,125,105,84,107,71,50,17,41],"\u91cd\u304f":45," registered":21,"\u7d50\u679c":[36,77,44,104,91,107,92,93,110,50,17,122,52],"\u81ea\u4f53":125,bad:118,"`${":83,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[15,77,49,21,81]," ubuntu":104," nonexistent":77,release:104,"\u623b\u308a":50,"\u524d\u56de":104,"_with":[125,103,98,97,41],".sln":70,"\u5341\u4e00":98,"\u63db\u3048\u308b":104,"\u5e83\u304f":[126,104],"[linux":50,"\u591a\u3044":[45,103,125]," keyword":[21,125],"\u4e0b\u90e8":104,"< t1":44,"\u623b\u3063":6,nul:17,"\"yyyy":103,result:[49,44,3,118],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":98,"\u30aa\u30fc\u30ca\u30fc":50,"-commnad":9,"\u7fbd\u7530":126,"<port":[66,102],"\u67d4\u8edf":[81,111,91],"\u6a5f\u80fd":[91,44],"\u9006\u5f15\u304d":[36,109],mysql:[115,88,69,104,91,11,105]," hiroshi":107,inappropriate:118,"\u5206\u304b\u3061":91,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[126,0,41],wikipedia:32,"\u4e8c\u3064\u76ee":44,filename:118,web:[0,125,104,84,106,77,56],score:[31,77,44,2,84,45,106,56,48,81,39,49,50,34,51,126,87],"\u30d7\u30ed\u30b0\u30e9\u30e0":[50,57,107,6],"\u5bbf\u99c5":126,"\u56db\u6368":17,"\u7bc4\u56f2":[36,77,9,91,33,50],"\u3002json":38,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":44,wc:[105,88,11,115],korea:89,tables:110,"\u30d7\u30ed\u30bb\u30b9id":27,"_geo":17,shidara:17," context":21,"\u3044\u305a\u308c":[32,9,75],"\u3092\u901a\u3057":[66,2],"_get":[17,50],"\u30b5\u30fc\u30d0\u30fc":[28,36,88,30,115,11,105,6,50,17],"\u59cb\u307e\u308a":104," sites":110,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":50,"\u534a\u5f84":78,news:[50,104],"\u539f\u99c5":48,packages:[83,88,104,115,14,11,105,70,74,58],"\u3064\u3064":[45,81],"\u3092\u901a\u3058":48,"_operation":[1,118],"\u30e2\u30cb\u30bf\u30fc":[105,88,11,115],"\u4e00\u5ea6":[7,80,50,17,51,129,121],candidate:106,"\u69cb\u3044":[34,21,83],"\nmercurial":104,country:[27,89],"0x":[10,50,32,118,125],"\u30e9\u30f3\u30c0\u30e0":48,"\u3002output":110,"4gib":[64,118],"\u3082\u3046\u307e\u304f":74,tomotaka:17,"\u5730\u56f3":91,"\u4e00\u4ef6":[90,100,116,61],"\u3044\u3044\u306d":[77,103,125],"0e":102,"_expander":[50,77,121,62],com:[85,89]," with":[101,86,21,52],"\u540c\u69d8":[31,77,44,104,81,10,33,15,48,27,102]," https":[83,52],"\u8a9e\u5f59":[42,36,64,98,129,109,41],"\u5317\u4eac":49,"\u5931\u6557":[107,2,125,104,7,39,50,17,87,41],"\u5f8c\u304b\u3089":110,"\u7d4c\u7def":[10,32,48],"/ja":[104,83],"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":52,"\u62bd\u51fa":[15,50,21,41],"\u6709\u76ca":91,"\u95a2\u6570":44,"\u3002[":[46,2,50],"_too":[1,118]," formats":101,diff:102,trust:104," my":[77,103,125],"\u52a0\u3048":[10,44,97,52],"\uff13\u3064":32,"\u5404\u7a2e":104,"\u6848\u5185":104,"\u7b49\u3057\u3044":[77,44,103,125]," \u307e\u305f":[77,3,125,35,103,74,102,41],"\u3068\u3044\u3051":[34,118,41],"\u7b49\u3057\u304f":[44,103,125],"\uff08node":52," period":50," sitecountry":89,"\u30d1\u30fc\u30b5\u30fc":125,")senna":121,"\u7d76\u5bfe":7,daijiro:126,")\u300d":66,"\u5931\u308f":50,"_blog":51,"\u8d77\u6e90":10,"\u5dee\u3057":104," array":86,")\u3002":[90,116,61],"\u3044\u3044":[96,16],"\u7528\u3044":[36,0,91,17,12,122],tokenmecab:[45,50,98],"\u4e0e\u3048":[44,2,89,45,66,38,27,50],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[103,92,66,86,39,110,106,87],easy:12,"'needle":44,"-help":94,xxx:[50,66],worker:85,"\u65b0\u305f":44,"_not":[39,1,87,77,118],"\u305f\u307e\u307e":35,sae:[106,84],"_log":50,"/acccess":96,"-message":94,applied:69,"/function":104,"\u554f\u984c":[0,2,103,104,10,107,127,125,86,50,17,102,83],"_sel":69,gnu:74,"\u3069\u3093":[73,65],"\u6700\u9069":6,"_message":[93,51],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":104,"\u7528\u9014":[115,77,64,11,88,93,105,70,94,91,96,58],"_only":[1,118],"\u305a\u3064":[126,51,66,102],"\u7d44\u8fbc":[29,61,4,32,5,73,100,76,79,108,110,40,112,65,43,46,47,86,116,82,78,53,124,90,37,25,95],"\u3069\u308c":[93,77,35,41],"\u5165\u529b":[0,29,2,62,4,65,66,5,27,34,73,50,8,102,76,106,38,108,61,40,112,100,110,84,46,47,86,116,82,17,123,53,90,93,56,25,95],"\u5909\u6570":[103,104,14,127,50,17,121,122],tasukuchan:126,"_set":50,"\u6700\u3082":[86,77],"\"sound":84,"[solaris":50,"\u4ee3\u8868":91,"\u79d2\u6570":[93,77,61,103,10,126,32,53,90,100],"\"a":15," -e":11,"\u6709\u9650":77,is:[10,101,118,6,83],it:[31,77,103,93,38,101,125],"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":106," can":[101,21,83]," speakers":16,il:[45,98],io:69,"\u540c\u68b1":[50,107,83],ia:[45,98],"\"}":[31,129,62,89,81,10,106,84,125,15,48,56,34,51,103,35,97],shift:74,id:[2,62,64,65,66,101,27,34,73,87,75,97,77,103,10,106,80,39,61,31,110,84,45,86,48,116,51,125,89,107,93,56,129],"if":[101,44,103],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":17,"\u305d\u3093\u306a":[74,41]," remained":101,"1\u4ef6":[45,126,116],"_rectangle":[36,0,30,107,17,113],suggest:[17,107,20,30,36],make:57,"\u4f8b\u3048":[97,98,66,68,34,74,8,102,77,103,106,80,35,111,41,114,31,84,45,50,51,121,52,125,89,56,129],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":44,"\u9069\u3057":[80,91,41],"-dataset":[28,36,127,30,106],"\u5408\u308f\u305b":[50,103],"-secret":104,"\u30bf\u30fc\u30df\u30ca\u30eb":6," that":[50,77,21,101],"\u5ea6\u3068":17,"\u7121\u8996":[100,77,61,125,45,64,107,66,90,116,110,50,17,121],"\"]":[31,77,2,103,45,92,65,66,21,90,110,126],"\u4e0d\u5177\u5408":[50,57],"\u6771\u4eac":[45,126,48,49,98],"\u5fdc\u7528":91,"\"[":50,"\"'":[77,103,45,98,50,125],"\" ":[77,2,3,104,10,14,121,32,81,15,48,70,102,97,50,103,45,35,62],"\"\"":[15,32,50],"-packages":104,"\",":[2,62,65,66,27,34,73,87,102,97,80,77,49,103,10,106,38,81,39,110,31,84,45,53,15,48,50,51,125,89,86,126,21,93,56,129,6],"\"-":[17,49],"\u306b\u3088\u3063\u3066":[9,2,10,91,45,122,75],"\"/":[48,66],"\u76ee\u7684":74,"\")":[31,49,103,79,81,37,48,50],"\"*":50,cdbs:17,"\"blt":110,"\\%":70,"_or":[1,39,44,27,87,78,118],"\u57fa\u70b9":77,"\u7591\u4f3c":[36,77,30,43,38,50],"\"<":50,"<threshold":66,"\"?":3,"\u30eb\u30fc\u30d7":[50,107],"\":":[2,3,27,34,87,35,62,38,77,49,103,10,106,80,81,39,102,97,31,84,53,15,48,51,125,89,86,126,56,129,6],"\";":[102,6,35],"\u65e5\u5f8c":115,"8byte":118," hash":126," blog":[45,15,51,2],"\u306b\u3088":50,"mo\u30d5\u30a1\u30a4\u30eb":83,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[45,84,98,41],"\u72b6\u614b":[123,115,88,107,2,104,86,45,91,11,66,53,105,50],"\u3055\u307e\u3056\u307e\u306a":[36,109,126],full:104,"\"\n":[2,3,27,34,73,87,102,62,77,49,103,10,106,80,81,39,97,31,84,15,48,51,125,89,126,92,21,93,56,129],"\u30b0\u30ed\u30fc\u30d0\u30eb":50,more:118,"/run":[66,104],"\u3084\u3059\u304f":107,serch:[106,84],"\u30c4\u30fc\u30eb":[12,83,94,36]," options":6,the:55,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":50,"_shutdowned":[1,118],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":122," articles":51,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":84,"_result":1,solaris:50,"_com":104,"@groonga":[104,16],"||":[50,51,44],"\nrep":102,"\u8db3\u3057":103,"_tags":[31,126],repoforge:[50,88]," allow":77,"\u4e00\u6c17":104,"_ctx":[17,1,50],"-admin":50,yes:[106,122]," int":[10,50,39,49],"\u306a\u304c\u3089":[50,77,2,104,91],"\u5f8c\u65b9":[36,44,103,98,109,50,35,125],"\u7b97\u51fa":[50,77],"\u89e3\u50cf":107,"\u300c ":77,"_buffer":[1,118],"=sjis":74,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":50,defrag:[36,0,20,30],"\u306f\u3059\u3079\u3066":[77,2,103,38,111,129,41],".scr":102,about:52," four":[101,2],"_selector":[36,20,30]," libmecab":[105,11,104],searc:34,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":50,has:104,"\u7528\u3044\u308b":[31,2,10,91,68,48,27],"\u300c,":110,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[104,130],"_close":[17,44],"\u4e00\u500b":44,"\"content":[77,103,125],"|>":101,"\u9001\u308b":[59,118,35,83],"\u9001\u308a":118,"\u30d0\u30a4\u30ca\u30ea":[70,104],"_broken":1,"\u5cf6\u7530":50,jekyll:104,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[103,125],sigint:17,"\u885d\u7a81":96,"| ":[77,103,45,81,48,101]," environment":52," means":[101,77,6],advanced:69,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":33,"\u30ed\u30c3\u30af":[0,66,50,17,25,76],">command":3," normalizer":92,"\u4eee\u60f3":[48,89],"\u6539\u540d":[17,50],"_error":[1,118],"& _":48,"\u691c\u7d22\u4f8b":57,alice:[77,125,81,39,87,35],"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[77,74,66],"-unauthenticated":[50,11,105],poedit:83,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[0,61,64,32,66,6,7,100,50,74,75,76,36,103,38,102,110,111,41,114,44,47,86,116,17,129,90,91,25,130],"_expr":57,"\"engine":[34,84,56],"\u5c0f\u6587\u5b57":[129,2,41],"\u7d20\u89e3":[91,74,103],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":126,centos:[36,104,94],"\u307e\u3068\u3081\u3066":[10,91,77,104]," ueno":[50,107,127],"\u30b3\u30df\u30c3\u30c8":104,"_str":126,"\u5fdc\u7b54":91,"\u4fdd\u5b58":[36,33,50],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":50,"\u5358\u8a9e":[50,77,125,111],"\u7570\u306a\u308a":[77,125],"\u3067\u3044\u3046":129,"\u4f7f\u7528":[0,2,62,32,98,66,96,6,100,61,35,77,9,103,104,10,38,81,39,102,44,45,47,15,49,50,87,53,125,86,90,126,107,92,116,24,27],"\u73fe\u4ee3":91,"\u5217\u6319":2,".zip":83,tokenbigramsplitsymbolalphadigit:[45,84]," results":[50,21],"_table":57,"\u5bc6\u9375":57,"for":[103,16],bottom:[17,37],"_right":[17,37]," firefox":83,".github":[104,52],"\n[\"":21,".synonym":77,"_arg":1,tasuku:69," result":[51,21],"\u5358\u7d14":[44,97,78],".sourceforge":[104,16],ichii:17,unstable:[105,104],localhost:[123,3,104,35,17,102,6],"\u30d4\u30ea\u30aa\u30c9":[47,51],core:102,"\u6b63\u3057\u304f":[34,50],"\u53c2\u8003":104," since":101,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":50,"\u3001\u300c":[31,0,45,126,98,66,77,34],"\u5b8c\u5168":[77,44,103,64,47,41],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":130,"\u304c\u308f\u304b\u308a":126,"\u8db3\u308a":[17,121],"\u6d88\u3048":64,"\u30b5\u30fc\u30d3\u30b9":[91,50,52]," application":35,"]]":[77,61,90,106,65,66,38,116,108,100,102],post:[50,104,130],"\u6b63\u898f":[2,103,92,50,129,121,41],"\u3067\u3082\u3046":59," username":31,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[74,93,9,102],obj:86,"\npartial":44,"\u30c1\u30a7\u30c3\u30af":[123,107,86,50,17,102],"\u5207\u308a\u6368\u3066":10,"\u56de\u52d5":102," xxx":103,"\u6b63\u3057\u3044":[121,8,84],"\u6709\u7528":[93,64,2,35],"\"text":17,"\u8a71\u3057":57,"\u5224\u5b9a":[100,48,61],"\u898b\u4ed8\u3051":50," aggregate":21,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[50,2],"\u3068\u306a\u308a":[125,21,35,27]," tajima":50," translation":83," last":[50,126],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[36,109],"\u3092\u3054\u89a7\u304f":91," glossary":52,"float":[10,50,49,3],sphr:49,"\u306a\u3055\u3093":57,"\nlevel":101,"[@":[17,50],"\u52a0\u3048\u308b":[47,17],"\u305b\u3044":50,old:104,".am\u30d5\u30a1\u30a4\u30eb":104," main":105,"\u6700\u521d":[77,2,103,125,21,93,17,51,121,41],git:[104,83],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[66,2],".garbage":50,"\u305d\u3061\u3089":74,"=release":70,support:69,"_socket":[1,118]," number":[66,102],"_open":[17,118,1,107,50],"\u6e80\u305f":[15,48,44,126],"\u5927\u6587":77,"\u5b89\u5168":27,redmine:59,editor:83,"[test":50,"\u7b49\u4fa1":[77,107,111]," api":[57,120],"cpu\u30b3\u30a2":[66,130],"_db":[17,107,127,50],fork:[66,83],head:[123,118],"\u3086\u304d\u3072\u308d":97,tokenbigramignoreblanksplitsymbolalphadigit:45,form:2,"\u8a66\u884c":91,"\u7f6e\u3044":104,".ne":69," make":[115,88,104,14,11,105,12,74,122,58],thesaurus:77,"_interrupted":1,"_animal":10," ftb":69,"[\n":[31,77,49,2,62,10,126,125,21,80,81,48,103,97],"true":[0,29,2,62,4,32,5,7,100,87,76,80,77,49,103,10,38,81,39,108,40,41,31,46,47,15,48,116,51,78,97,125,89,126,21,37,129],"/tsv":[121,7],"\u5fa9\u65e7":50,"\u6253\u3064":104,"\u8981\u7d20":[93,1,2,66,21,38,44,61,100,50,102],"-path":[104,94],"\u9032\u6570":[86,103],"\u5165\u308b":[73,65],"\u5165\u308a":[65,2,103,89]," groonga":[96,2,66,70,6,17,101,74,35,115,77,103,104,11,110,83,14,15,27,50,51,121,88,125,91,21,93,105,129,58],"\u5426\u5b9a":[77,44],"\u5024\u3088\u308a":[77,44],"/cutter":104,"\u30ec\u30b3\u30fc\u30c9id":[36,116,61,30,50],"[#":[17,50],"\u4e2d\u65ad":[17,50]," friends":31," uint":[31,77,103,125,15,50,51,41],"\u30e1\u30c3\u30bb\u30fc\u30b8":[126,9],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[77,129,2,84,45,98,56,17,74],"\u8fd4\u3063":[126,103,125],"\u5185\u8a33":45," dpkg":104,"\u6587\u5b57":[0,2,62,32,98,66,5,50,34,77,49,103,79,10,38,41,31,44,84,48,17,51,78,121,125,89,91,92,21,37,126,129],"\u3002sortby":77,"\u6dfb\u4ed8":50,"\u8abf\u3079\u308b":[37,78],"\u6c7a\u3081\u308b":[77,44],kwic:21,"=null":[77,41],"_sequence":[1,118],"\u3057\u304d\u308c":50,decrypt:104,"\u5165\u3063":[31,2,93,118,50,34,51,122],"_records":50,"''":11,score1:44,score2:44,"' ":[115,31,77,69,103,105,10,126,32,11,81,45,48,101,50,88],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":50,"'-":66,"\u3059\u3063\u3071\u3044":62,distributions:104,"\u3054\u89a7\u304f":[2,122],ongaeshi:[50,107],"'(":66,"\u30a8\u30c7\u30a3\u30bf":83,"\u305f\u304b\u3063":84,"\u306e\u306b":[36,92,71,50],tokenbigramignoreblank:45,no:[0,69,106,77,118,64,50],"\u306e\u3061":77,".repoforge":88,excel:121,"\u306e\u3067":[77,49,2,121,104,81,10,91,98,21,93,15,96,17,24,50,83,45,51,35,41],"\u3002\u307e\u305a":45,"\u914d\u5217":[93,77,44,125,65,107,73,21,47,86,50,17,41]," lion":50,"\u3002\u307e\u305f":[123,9,2,97,84,10,91,32,66,48,44,27,24,121,102,103],"\u3002set":102,"\u306e\u307f":[91,44],test:[2,104,10,65,102,122],saerch:[106,84],"'\n":[31,77,49,2,97,45,125,80,81,48,103],"\u4e09\u756a\u76ee":103,"\u5c5e\u6027":[47,73,65,127],"\u305f\u3081\u3057":48,groogna:[50,35],"\ncrit":[4,5],"'s":[93,77,103,125,80,38,15,101,83],"=number":94,truncate:[17,50,20,30,36],"\u66f8\u304b":[50,126],welcome:[77,103,125],"\u3089\u308c\u308b":[50,44,98,91],"\u3002fedora":115,"\u88dc\u3046":91,"\u7d44\u307f\u8fbc\u3093":91,"\u4ee5\u964d":[107,104,33,66,17,129,122,83],"\u964d\u9806":[106,77,2,89],"\u5fa9\u53f7":104,scorer:[36,108],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":57,"\u305b\u308b":[44,91,81,24,122,41],"'n":66,"'m":[80,51],"-latest":57,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":62," cutter":122,"\u305b\u308c":91,"\u6bb5\u843d":47,"_count":[27,53,2,3,6],".service":50,"\u3069\u306e":[77,49,84,33,78,74],"\u5c11\u3057":74,fsf:50,macports:[36,94],"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u77e5\u308c":92," createrepo":104,"\u672c\u756a":104,"\u6539\u5584":[17,0,50],"\u307f\u304c":44,"_offset":[1,108],"5km":126," json":[38,3,35],"\u5165\u529b\u30df\u30b9":84,"_memory":[50,1,118],"_github":[104,83],notification:101,push:104,"\u512a\u308c":91,"\u65e5\u6642":[36,32,109],"\u9069\u5207":[91,107,2,102,41],"\u304a\u3053\u306a\u3063":2,":-":115,":/":[2,3,66,70,6,72,74,35,115,104,10,11,110,83,31,14,48,27,52,123,88,89,105,24,58],masaharu:50,"\u53cd\u6620":[91,44,104],"\u81ea\u52d5\u7684":102,"\u7b26\u53f7":1,":$":[125,97,103]," required":[6,35],segv:0,": ":[42,36,0,9,104,65,107,38,1,44,17,57,74,52],"\u6d41\u308c":57,"\u7279\u6027":64,"/debian":105,"\u8a9e\u7248":104,":=":[77,125],":>":[77,125],"\u30d2\u30c3\u30c8":[77,44,62,45,126,98,80,34,97],comments:[15,51],"::":[1,3],"[element":103,"/sources":[105,11],netbsd:107,"\u3084\u308b":57,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":118,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[36,109],"\u56fd\u969b":83,"\u7aef\u672b":91," all":[101,77,103,125],":\n":[27,52],".asc":104,"\u795e\u5948\u5ddd":126,"\u901a\u77e5":104," sudo":[115,88,104,14,11,96,105,50,74,122,58],"=r":50,"_left":[17,1,118,37],"\u4e00\u822c":[77,2,125,91,111,52],"_builtin":17,"(ptr":107," #":[126,107,127,35,83],"\u5ea6y":32,"\u524a\u9664":[0,29,64,7,46,91,107,6,66,50,116,17,87,75]," elfring":50," installer":104,"-html":[50,107],"_denied":[1,118],dragonfly:107,"\u307e\u3067\u3057\u3070\u3089\u304f":104,supported:69,string:[50,44],"\u500b\u5225":104,"\u8a2d\u6a02":17,"\nrequests":101,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":50,"-root":[24,107,66],"\u8a2d\u8a08":77," character":101,enqueue:85,"\u4e0a\u91ce":107,"\u767a\u4fe1":104,"[php":50,"\u30b5\u30f3\u30d7\u30eb":[50,77,107,127],entries:[77,103,110,125],"\u691c\u8a0e":45," systems":21,"\u3084\u3081":17,exact:44,"\u3002travis":52," performance":21,".body":[65,25,62,76]," \u3002":45,"\u72b6\u6cc1":[45,91],"\u30b9\u30af\u30ea\u30d7\u30c8":57,"{language":83,"\u4ee5\u4e0b":[1,61,4,65,33,66,5,70,6,7,73,50,74,102,77,49,104,106,38,81,39,110,12,41,42,44,47,15,100,17,87,78,122,52,86,90,92,21,93,24,83],level:[4,5,118],"\u3068\u3057\u3066":[1,64,33,66,6,17,74,75,115,77,9,103,104,79,106,11,38,81,39,102,111,41,114,44,49,50,87,120,121,122,88,129,125,91,107,92,21,105,83],"\u8208\u5473":91,"\"mysql":8,mb:50,":@":[31,77,2,125,10,126,81,27],"-escalation":94,"\u4e2d\u7a0b\u5ea6":[115,88,11,105,70,94,58],":\\":70,item:[34,106,84,56],"\u4e0d\u6574\u5408":0,":[":102,"\u5217\u6307\u5411":[91,66],":public":104,"\u672a\u6e80":125,"\"blank":129,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":86,"4gbyte":42,"\ngrn":44,"-deb":104,"\u8ad6\u7406\u548c":[77,44],"\u4ed8\u4e0e":[31,102,75],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":50,"\u7d50\u3073\u3064\u3044":85,"\u305f\u3055\u3093":[17,0],"\u7d50\u3073\u3064\u304f":85,sign:104,"\u5076\u6570":103,"\u63db\u6642":17,"\u6f14\u7b97\u5b50":[50,77,44,107],"=)\n":44,"\u3002git":104,"-dev":[104,11,16,105,50,17,122],conifugration:52," commit":83,run:[122,6,104],"\u5316\u4f5c":104,"\u6c42\u3081\u308b":[91,49,78],"\u7a0b\u5ea6":[17,2],"\u5024\u6bce":77,column:[36,0,44,30,107,20,50,17],"[munin":[17,50],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":104,"\u3068\u3053\u308d":[103,55,126,92,7,50,83],ip:[27,102],".ncpu":58,"\u7d4c\u904e":[93,9,103,10,126,32,53,17],"\u30bf\u30d6":[121,3,118],".groonga":[83,88,104,115,14,11,105,70,74,102,58],"\u4ed8\u304d":[36,1,125,14,106,33,107],"\u4e3b\u8981":94,"/load":35,"/.":17," normallexicon":129,"\u65e5\u672c":[103,104,32,37,48,34,78,125],cxxflags:[14,104],"\u30c8\u30e2":31,reply:51,"\u5411\u3051":57,"\u89e6\u308c":2," yoji":17,"3\u3064":[115,77,2,10,11,21,93,105,122,111,50,51,88,96],"\u76ee\u5b89":104," makecache":[50,88]," libevent":[105,11],"_len":50,"\u4f8b\u3068\u3057\u3066":10,"\u751f\u3058":[29,4,46,47,5,108,40,116,76],"[deb":[17,50]," two":101,"\u6e2c\u4f4d":91,"\u30bf\u30b0":[36,103,104,64,107,21,50,17,109,41],"\u540d\u4e00\u89a7":65,baseball:[31,51],"\u9ad8\u6a5f":[91,44],"\u6d41\u3057":104,address:[17,118,50],"\u96c6\u5408":[50,111]," tablename":9,"\u30a2\u30ab\u30a6\u30f3\u30c8":[104,16],change:35,"\u6700\u5927":[42,43,0,107,103,64,77,66,21,102,50,17,82,35,118],"\u88dc\u6b63":[36,128,106],"\u8b70\u8ad6":59," string":[15,92,81,79],"-mode":83,"\npublished":104,"\u6b63\u78ba":[10,53,2],"\u30ec\u30dd\u30fc\u30c8":74,"\u4e3b\u30ad\u30fc":[100,36,61,90,107,38,116,50,73,75],"\u3068\u3059\u308c":91,"_version":[17,104],example:[31,2,89,10,48,27],"_success":[77,1,61,90,100,101],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[45,77,111]," official":104,"geopoint\u9593":17,"\uff08ruby":52,"\u8a2d\u5b9a":57,raccoon:31,"\u8b66\u544a":[50,77,9,107],"\u9006\u306b":31,"-filter":[97,81,21,15,17,50,113],".db":[66,65,2,27],".exe":70,"\u4e00\u9577":91,"\u5ea6\u6570":[10,17,48,103],"` ":3,ipa:[12,88,115]," level":[4,101,5,66],"\u305d\u306e\u307e\u307e":104,"\u5fd8\u308c":17,"-leak":107,"\u521d\u671f":[91,17,107,50],"\u30ea\u30f3\u30af":[125,104,10,72,50,103],"\u6700\u5c0f":[105,88,11,96,115],"-cutter":104,"'haystack":44,"_delete":17,"\u6587\u5b57\u5217":[36,77,49,61,79,90,93,111,21,38,116,100,50],"/main":11," test":[2,122,104,10,27,51,102],"\u7d71\u5408":[50,91]," entry":[47,29,61,90,65,46,38,116,108,100,25,76],"\u4e88\u3081":[32,66],red:57,httpd:50,"\uff08messagepack":74,"\u4e21\u8005":48,"-check":[17,107]," sequence":101,"\u6307\u6570":103,"\u5916\u90e8":85,"-src":[105,11],"|table":41,sports:31,"\"name":81,"\u30d5\u30a9\u30ed\u30fc":16,https:[130,104,83]," masahiro":107,msg:85,"\u8ff0\u3079":2,"\u5e74\u9f62":[91,41],"/header":14,"\u3060\u3063":[45,50,77,9],"``":[81,0,107]," takashi":17,"\u591a\u69d8":91,"\u3001 ":[2,62,64,32,27,7,74,35,77,49,103,10,81,111,113,83,48,50,121,129,125,126,21,93,41,6],"\u843d\u3061\u308b":[17,107,50],"_concurrency":123,"\u6d41\u91cf":35,"-each":17," rpmforge":88,visual:[17,70,50],"\"color":129,"\u30ec\u30d3\u30e5\u30fc":104,"\u305d\u3053\u306b":[73,65],"/nfs":74," version":[69,3],"\u30bb\u30c3\u30c8":[25,98,44,76]," new":104," shopping":80,"po\u30d5\u30a1\u30a4\u30eb":83,"_plugin":[17,127],"\u3044\u308f\u3086\u308b":31," run":6,"\u8fd1\u3055":103,"\u3060\u3044":17," \"i":[93,77,125,80,51,103],cas:118,"\u884c\u308f":[123,31,77,102],nfkc:129,"\u30b8\u30aa\u30b5\u30fc\u30c1":[17,109,36],"\u30ea\u30ea\u30fc\u30b9":[57,117],"\u542b\u307e\u308c":[77,91,98,21,93,7,41],"\u3060\u3051":[1,130,64,70,7,50,51,35,115,77,103,104,10,11,80,83,44,45,15,17,87,121,88,125,21,105,94,41,58],values:[38,100,61],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":74,".txt":104,clearlock:[36,0,20,30,50],",\"http":10,"\nnotice":[4,5],"\u8fd1\u304f":[91,33,103]," on":[83,69,6,35,21],"\u4e00\u6642":[36,49,30,50],"_stamp":101,"\u30fb\u30b5\u30fc\u30d0":2,"\u884c\u3063":[122,48,104,89]," of":[69,86,106,21,15,6,101,50],",\n":[2,62,65,27,73,102,97,77,49,103,10,106,80,81,39,110,31,86,48,51,125,126,21,93]," -":[115,88,104,11,105,12,74,122,58],logrotate:50," ignored":50,"\uff11\u3064":85,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[123,6],"\u5897\u3084\u3059":122,"/rpmforge":88,".]]":61,"/setup":52," os":[36,94],"_sis":[125,103,98,97,41],"\u6a19\u6e96":[0,29,2,4,65,66,5,6,100,73,76,9,38,108,61,40,112,110,46,47,86,116,82,50,123,53,90,24,25,95,27],"-com":104,"\u884c\u3044":[123,31,44,2,104,89,45,126,98,66,81,51,102],chroot:104,",\"":[31,3,126,86,110,51],", ":91,",.":104,write:[50,77,26],get:[17,50],gemfile:50,"-docutils":104,"\u884c\u3048":[81,2,122],"\u30d2\u30e5\u30d9\u30cb":[49,78],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[36,94],"==":103,"\u3002\u30ed\u30b0":41,":clear":104,query:[36,44,30,127,108,50],"\u30d0\u30a4\u30c8":[1,64,32,107,21,50,17],"\u76f8\u5f53":[93,48,2],"^commit":104,"/cpuinfo":[105,88,11,115],"\u8fd1\u508d":[50,111],"\u8a9e\u53e5":31,"\u5f15\u304d\u8d77\u3059":50,map:17,"\u3042\u308f\u305b\u308b":50,groo:77,"\u7406\u7531":[91,50,77,35,41],"\u518d\u8aad":[40,121],max:[123,43,2,3,53,86,27,50,82,102,6],clone:[72,57,104],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":52,mac:[36,94],uint:[2,62,32,27,73,87,97,77,103,79,80,39,65,41,31,45,48,50,51,125,89,107,93,129],date:102,"\u7f72\u540d":57,"\u6b20\u70b9":91,"\u5207\u308b":6,"\u5207\u308a":[112,17,104,50]," content":[77,103,81,21,80,15,51,125],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[36,109],"\"serach":84,"/dictionary":107,succeeded:[39,87],"\u8fd4\u3059\u304b":106,ss:[101,103],"/javascript":17,ghz:102,fluent:72,"\u5404\u56fd":104,"\u30b2\u30c3\u30c8":16,"\u3084\u3059\u3044\u304b":121,"_values":17," chunk":86," bug":[50,69],"\"starttime":3,",{":[3,102],se:34,"\u5e02\u5185":33,"\u304b\u308f\u308a":45,"\"ellip":78,"\u3002tag":31,"\u540c\u3058\u6570":[66,6,35],"\u5019\u88dc":[34,106,8,84],"\u4f1d\u7d71":91,"=\"":[14,104],"_init":[101,17,50],"\u5357\u534a":50,"[yum":50,"\u82f1\u8a9e":[59,17,104,83],"/srpm":104,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":0,"_descriptor":[1,118],"=users":35,"1\u6708":[77,61,103,10,126,32,90,100]," english":[77,16],"\u3067\u3069\u3053":1,"\u542b\u307e\u308c\u308b":[44,2,104,10,91,66,45],"=/":[121,74,66,122,104],"\u30a2\u30c9\u30ec\u30b9":[17,66,27,102],"\u3042\u308a":[59,16,70,6,7,72,73,50,74,102,115,77,9,104,55,106,11,38,81,39,111,40,112,41,42,44,47,15,49,17,122,53,88,91,92,21,93,105,94,24,57,83,95,58],"\"apple":129,"/fedora":[50,107,104,115],"_account":83,":ss":[101,103],"_tsv":121,"\u56f2\u307f":[66,21]," am":21,"-libedit":107,"/html":[17,35,83],"[[":[61,97,65,66,73,100,87,77,49,103,10,80,81,39,31,45,51,125,90,126,92,21],"\u78ba\u5b9f":84," at":[101,69],"\u5272\u308a":[10,64,65,103,73],"\u8a08\u6e2c":[17,0,122],"\u56de\u7e70\u308a":102,"\u7d44\u307f\u5408\u308f":[91,77,44,41]," ${":83,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":74," solaris":[36,94],"\u4f5c\u7528":50,cutter:57,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":73,"\nworks":101," sjis":66,"\u91cd\u306a\u3063":50,"\u542b\u3081\u308b":[77,2,125,104,50,17,121],"\u3053\u3068":[12,57,44,85,91]," aptitude":[12,122,105]," been":104,".pid":66,records:101,"\u4efb\u610f":[2,104,91,32,66,102],"\u6ce8\u76ee":77,"\u30ad\u30e3\u30c3\u30b7\u30e5":[50,0,91],"\"version":3,normalizermysqlgeneralci:129,"\u3002ascii":[103,125],alisa:81,now:[36,113,30],"\u8d85\u3048\u308b":[10,50,64],"-plugins":[105,88,94,115],"\u3059\u306a\u308f\u3061":10," description":[126,98],"\u5b9f\u884c\u4f8b":[2,62,101,6,7,73,87,97,77,9,103,10,106,80,81,39,41,31,84,53,15,48,49,50,51,122,125,89,126,92,21,93,56,34,129,27],name:[65,46,47,86,39,108],"\u500b\u3005":[45,9,44],"\u30b0\u30eb\u30fc\u30d7":[50,77,91],"_memo":81," rake":104,repositories:104,"_dat":[125,73,50,17,41,103],"_dataset":127,"\u65e2\u5b9a\u5024":96," link":10,"_timeout":[1,118],"\u8aad\u307f\u8fbc\u3081\u308b":110," line":52,"\u534a\u7121":[17,41],el:88,"\u3053\u3061\u3089":[81,51,121,2,83],en:[34,106],"\u4e26\u3079":[36,109],"\u53d6\u308b":118,ea:101," management":[21,52],"\u6700\u5f8c":[103,104,10,107,45,6,50,102],ggdb:104,"\u30cd\u30b9\u30c8":[50,51],nroonga:[81,52],"\u5b9f\u4f8b":[57,117],qwik:110,"\u624b\u6bb5":44,"_size":44,indexblog:51,"\u30d8\u30c3\u30c0\u30fc":[50,1,35],"\uff1f\u3000":102,"\u7a7a\u304d":86,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":46,"-offset":77,"\u6642\u4ee3":91,"\u3042\u3044\u307e\u3044":41,"\u524d\u65b9":[36,44,2,103,64,98,127,125,106,50,34,109,41],".status":102,"\u5f85\u3061\u53d7\u3051\u308b":27,"\u518d\u69cb":17,"\u79d2\u3088\u308a":127,"\"search":[34,84,125,56]," exclude":50,"\"type":106,"-default":94,"\u304c\u308f\u304b\u308b":49," warning":4,correct:[106,84],"/files":104,"|allow":[77,125],"_content":[77,103,81,21,93,15,51,125],"[suggest":50,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":64," segments":86,"8\u3064":102,"\u5d8b\u7530":50,mime:35,"/dev":104,"_string":122,org:[27,89],"byte":[50,21,102,118],"\u7d20\u65b9":91,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[36,33],"/pub":88,"\u62ec\u5f27":38,"\u7d50\u5408\u5f0f":50,"\u30b3\u30fc\u30c9":83,"\u4e8b\u9805":36,arnaud:17,"[windows":[17,50],"_seek":[1,118],"\u6b21\u90ce":31," key":[50,2,104],"\u30db\u30b9\u30c8":[123,104,66,27,50,17,102],yum:[50,88,104,115],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":74,"-normalizer":[115,88,11,105,50,129],"\u629c\u304d\u51fa\u3059":91,"] [":102,"\ndebug":[4,5],"\\\"a":15,"\u30d9\u30af\u30bf\u30fc":[17,77,50],"\u3078\u3068":27," correction":84,"\u3078\u306e":[10,74]," country":89,"_block":[1,118],offgao:126,"\u30dd\u30fc\u30c8":[123,96,3,66,35,102,27],"-version":[107,104],"[backquote":125,"\u4e00\u610f":[47,66,75],one:21,"\u30b7\u30f3\u30d7\u30eb":[130,111],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":51,"_function":[1,118],"\u305f\u3069\u308b":31,"_process":[1,118],"\u81ea\u5df1\u7d39":126,"\u9078\u3073":8,message:[101,51,5],".'":[47,50],"\u9078\u3076":91,size:86," epel":88,"\u4e0b\u3055\u3044":[115,88,104,11,105,70,94,50,58],"\u7d5e\u8fbc":[36,109]," text":[77,103,21,81,35,110,51,102,125],"\u53d6\u308a\u51fa\u3057":2,"\u5bfe\u7b56":[36,71],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[49,111]," locks":21,"\uff08\u307e\u3082":35,"1g":[105,11],"\uff08-":[77,2],"\"sphr":78,"\uff08 ":[115,77,33,103,14,11,21,125,105,6,7,74,121,88,58],"\u30bd\u30fc\u30c8\u30ad\u30fc":[106,0,77],"\u30d8\u30eb\u30d7":122,"_preparer":[34,106,84,56],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":91,"\u3044\u308c":[10,50]," markup":55," sid":[17,86],"\u3044\u308b":[44,104,91,52,122,83],"-max":[17,66],kenichi:[17,107],localnames:110,memo:81,universe:11," logged":101,kbytes:102,"\u30d1\u30a4\u30d7":47,github:[59,104,50,72,17,83],"\u62e1\u5f35":[17,109,36],"\u30a8\u30f3\u30c8\u30ea":[15,77,103,125],libevent:74,"\uff08@":[17,107],"\u8fd4\u4fe1\u5148":126," match":6,"\u30d5\u30a9\u30fc\u30e0":[77,125,111],"\u306b\u5bfe\u8c61":17,"11":[45,81,77],"10":[2,102]," many":99,"\u51fa\u3057":126,"\u540c\u6642":[77,9,91,85,48,102],"-httpd":[28,36,88,30,115,11,105,50,17],"_index":[31,77,69,2,62,81,45,126,107,125,21,80,47,15,50,51,103],"\"\u4e8c":34,"(tab":121,"_small":[1,118],"/gat":[48,2,89],"\u6574\u3063":122,libgroonga:114,"\u3080\u308b\u3093":[103,125],"\u5404\u547d":102,posix:103,"\u6e2c\u5b9a":102,"\u7cfb\u5ea7":[37,78],"_device":[1,118],zsh:[74,104],browser:83,pre:69," tokenbigram":[77,2,62,81,45,126,125,66,21,80,15,103,51,41],"\u3044\u304d":[2,104]," name":[77,29,103,81,10,126,46,47,15,108,6,110,41],masahiro:107,"_local":[110,102],"\u3044\u3046":77,ann:104,".list":[105,11],"\u4e16\u754c":[49,10,32,37,48,78],argument:103,"-scorer":113,"-zlib":94,dash:74,"\u4e21\u65b9":[77,126,97,91,125,80,64,34,103],say:103,"\u30b3\u30f3\u30d1\u30a4\u30eb":50,"/span":21,"\u30b3\u30f3\u30d1\u30a4\u30e9":17,"\"application":17,"/ubuntu":[50,96,11],katakana:34,".uuuuuu":103,"_circle":[17,113,30,36],"\u53b3\u5bc6":34,"\u30ea\u30b9\u30c8":[100,31,77,2,103,104,90,65,33,66,38,125,61,73,72,50,129,121,83],"(id\u30d1\u30e9\u30e1\u30fc\u30bf":[90,116,61],bash:74,these:21,"/doc":104,engin:[34,106],"\u591a\u5f69":91,"\u914d\u5e03":[115,88,11,105,70,94,50,58],"_network":1,uuuuuu:103,"\u5ea6\u5408\u3044":45,"\u3044\u3064":34,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":57,"\u304b\u307e\u3044":2," inv":102,"_permitted":[1,118],"-with":94,"\u9806\u6b21":[123,66,2,27],"_end":1,animation:31,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[36,88,30,115,11,92,105,50,41],"_full":104,performance:21," objname":[25,76],"\u6027\u80fd":91," kana":[34,106,84,56],"[[\"":86,"|suggest":106,"/epel":88," documentations":113,"_suggest":127,buffer:86,price:10,"\u5148\u982d":[77,2,6],debhelper:17,"\u5c0e\u5165":[12,9,122],beta:69,mecab:[115,0,107,104,11,88,105,50,17,74]," moritars":51,"\u500b\u5b9a":85,pair:[34,106,84,56],"_down":[1,118],"(location":[31,48,49,126],"\u81a8\u5927":91,"-type":[17,84,56,35,34],"\uff09:":[115,88,98,14,11,105,58],"_section":[47,126,51],"\u79fb\u52d5":[104,55,70,50,40,17],"\u672a\u4f7f\u7528":118,"\"book":103,"\u7ba1\u7406":[36,0,104,66,86,50,17,74],"\u5024\u7528":17,"\u3068\u308a\u3068\u3093":[103,125],"8mb":129,wing:50,"\u30b9\u30da\u30fc\u30b9":[17,77],"\"table":66,"-yyy":83,"\u5c06\u6765":[49,92,118,35],"\u4e00\u81f4":[36,77,44,103,104,64,125,127,106,50,41],"\u4fdd\u8a3c":[86,9],"\uff09 ":[17,77,107,129],uninstall:50," compatibility":129,"\u539f\u56e0":[36,71,102],precise:[11,104],"\u9589\u3058":[17,64],lexicon:[73,129,41]," messagepack":3,usr:[66,6,7,74,122,58],show:0,"-po":57,sitecountry:[27,89],"\u65b0\u5bbf\u99c5":48,"\u3057\u304b":[77,103,10,125,6,51,83,35,41],"\u9ad8\u307e\u3063":91,"\u540c\u3058\u91cd\u307f":81," metadata":50,"\u62c5\u5f53\u8005":104,"\u30dc\u30c3\u30af\u30b9":77,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":57,"-threashold":[45,107],threshold:17,"\u88dc\u5b8c":[36,106,107,128,7],"\u53ca\u3073":[116,102],data:35,"\u3002weight":10,"\u77ed\u6642\u9593":91,"\u30d1\u30c3\u30b1\u30fc\u30b8":57,"\u3057\u3066":[59,31,77,107,2,104,45,126,11,6,50,12,122,83],emergency:101,"-plugin":72,"\u592b\u5fc5":97,"\u30bf\u30a4\u30c8\u30eb":[31,77,125,10,51,103],title:[31,2,89,10,27,50,51],"\u5316\u5bfe":83," site":[31,2,89,10,48,27],"\u306a\u3093":9,"\u306a\u308c":9,"\u7acb\u3061\u4e0a\u3052":102,black:129,"\u306a\u3089":[115,77,9,112,103,84,125,11,66,88,129,53,105,44,122,34,50,51,52,102,41],"\u306a\u308a":[1,2,3,32,66,6,7,34,50,75,62,80,77,9,103,104,10,106,38,102,97,12,76,41,31,84,45,47,48,49,118,17,51,78,121,52,129,125,91,21,93,126,24,25,27],"\u306a\u308b":[0,2,62,32,66,70,6,74,102,76,115,77,103,104,37,10,11,80,81,110,41,83,44,45,47,50,78,88,91,107,21,127,105,94,56,25,58],"\u5927\u4e8b":121,"\u811a\u6ce8":[49,2,32,46,37,78],"-directory":50,"-server":[36,88,115,11,66,22,105,50,17],wheezy:[36,104,94],"[2":66,"\u5f53\u8a72":9,"-setuptools":12," checked":104,"/news":104,define:[36,20,30],"\u8868\u3059":[43,44,31,10,33,47,49],ssh:104,"\u5f8c\u8ff0":[44,104],"\u51fa\u305b\u308b":91,"\uff08tokenbigram":45," saerch":[106,84],geo:[36,0,30,107,50,17,113],"_number":[93,27],"\u3082\u3057\u3054":50,manager:[6,35],resource:118,"\u3002utf":129," liblzo":[105,11],tokyogeopoint:[17,32,78,48,37]," pangolin":[36,104,94],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[93,36,20,30,50],"\u5909\u66f4\u70b9":57,summary:102," jekyll":104,":')":47,"\u3002:":[2,65,98,66,70,6,34,73,8,35,77,9,104,106,38,108,102,61,12,83,100,110,84,45,47,86,116,17,122,90,56,24,41],"\u30b9\u30da\u30eb":121,"[:":27," wget":[115,88,14,11,105,74],"\u300c\u697d\u3057\u3044":98,"\u76f4\u63a5":[126,110]," \uff08":[34,84,74,56],"/gqtp":96,".conf":[96,6],wiki:6," jquery":107," lenny":17,hour:101,"\u8907\u96d1":[50,77,44,103]," package":104,sear:34,"# ":[2,62,66,27,34,73,87,35,97,77,49,103,10,106,80,81,39,83,31,84,15,48,51,125,89,126,92,21,56,129,6],"#'":66,"\u3084\u304c":9,"*'":77,"\u8868\u3057":[9,2,32,33,93,1,44,75],"\u7a7a\u767d":[2,125,45,91,66,38,56]," vector":50,"\u5b66\u3073":[77,49],replied:126," become":69,"\u5024\u3068\u3057\u3066":[49,66],"(scan":122,"\u8a18\u6cd5":[51,103],".x":88,"\u70b9\u4ee5\u4e0b":10," narwhal":17," rdbms":91,"\u884c\u306a\u308f":50,"[\"":[31,103,10,106,65,86],"\u898f\u5247":50,".content":[77,125,80,15,51,103],"|ng":77,sites:110,"\"#\"":102,"\u5dee\u96c6\u5408":103," day":80," are":[101,77,21,83],"\u5206\u89e3":44,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":35," shutdown":6,"import":104,before:52,"\u6700\u5c0f\u5024":103," studio":[50,70],jobs:102,"\u52d5\u304b":50,"\u3088\u3044":[77,125,35,83],"_indexer":50,"\u3057\u308c":93,"\u3057\u3088":[100,80,44,61,10,38,49,50,17,116],"#{":101,"\u672a\u8a2d":50,"\u904e\u53bb":104,"\u3088\u3063\u3066":[32,33,48,68],"\u306a\u3069":[2,64,32,33,68,27,50,72,34,74,35,77,9,103,104,10,80,102,111,40,83,114,44,84,45,98,86,17,121,126,125,91,21,56],"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":70," cflags":[14,104],article:51,cities:49,ja:[104,83],"\u306a\u3063":[77,9,2,122,104,86,10,91,107,93,45,27,50,17,51,126,35,125],"\u306a\u305c":[77,103,84,125,34,129,41],"\u5206\u5272":[2,103,91,98,64,17],autoconf:17,"\u306a\u3059":37,"\u306a\u3055":[24,77,43],"\u8fd4\u3059":[0,29,62,4,66,5,17,102,76,103,106,108,35,40,46,53,48,116,118,50,47,124,107,25,82],"\u4e0d\u5909":75,quiet:118,"\u306a\u3052":62,nogpgcheck:50,"_allowed":[1,118],"\u306a\u304f":[0,2,62,64,33,6,7,100,50,74,102,77,103,104,10,35,111,41,15,17,51,52,125,91,107,21,57],"_otoj":122,"\u306a\u304a":[98,104],"\u306a\u3044":[0,3,64,33,66,6,50,74,102,115,77,9,103,104,106,80,110,111,41,42,44,14,85,53,86,17,121,122,52,123,125,15,91,107,127,93,94,24],"\u306a\u3046":126,"delete":[36,0,30,107,20,17]," by":[50,125,101],"-output":[50,77,21,102],"\u6b21\u56de":[9,104],"_invalid":1,"-mecab":[115,50,88,11,105],"_t":1,"\u975e\u4f9d":88,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[50,118],color:129,"\u305f\u3073":[48,9,102],"-groonga":[72,104,102],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":50," rewrited":69,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":98," arted":103,"_location":93,"\u76f8\u5bfe":[17,77,104],"\u6574\u6570":[43,1,82],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[77,68],"_clone":104,"\u5f15\u304d\u51fa\u3059":91,"}/":[83,74,7]," command":[9,99,27,6,50,52],"'column":50,"\u9006\u5f15":31," gone":31,".select":102,"\u8868\u8a18":[49,62,104,10,32,48,50,17,103,83],"\u306a\u3067":34," followee":126,"\u9805\u76ee":[86,0],"\u578b\u60c5":50,"\u524d\u5f8c":[66,2],"\u5f8c\u4e8c":9,"\u9ed2\u3044\u70b9":33," []":65,"\u5468\u4e0a":78,"<encoding":66," follower":126,serihiro:50,"\u679c\u305f":2,"_synonyms":121,"\u4ee3\u308f\u308a":[115,129,61,125,90,66,21,116,70,27,74,41],"\nbigram":102,engine:[34,106,56]," be":101,enable:[53,107,104]," web":74,"\u5b57\u5c0f":77,"\u306e\u3044":[9,61,4,91,32,66,38,49,48,5,118,44,100]," \u7528":74,"_tokenizer":[50,77,1]," res":102,"_value":[17,77,107,75,50],"\u6607\u9806":[48,2,77],"\u5b9f\u884c":[91,57]," location":[31,49,10,126,48,6],"_avoided":[1,118],begin:123,"\u6240\u5b9a":[45,98],"=yes":[50,77,122,104]," haystack":44,ruby:[69,104,91,111,50,52],"(ctx":44,sound:84," fork":83,"-bye":[77,103,125],"\u30bb\u30df\u30b3\u30ed\u30f3":102,"\u304a\u3051\u308b":[42,31,2,125,10,91,32,50]," configure":[45,50,103]," form":[129,125],"}]":[3,102]," autogen":104,"\u4e0d\u5b8c\u5168":17,"-ipadic":[115,88],"\u30b7\u30b0\u30ca\u30eb":17,hdd:102,"\u5f8c\u65b9\u4e00\u81f4":50,"_corrupt":[1,118]," coverage":122,"/packages":104,"?table":[27,35]," ruby":104,"'\"":50,"\u57fa\u672c":[91,36,104,50],"\u306a\u3057":[9,61,125,15,90,81,1,100,50,78,116],"\u53d7\u3051":[49,2,85,92,27,50,35,118],"\u3002\u3002":33,ctrl:27,"\u3002\u300c":[31,77,125,51,41,103],"\u30af\u30ea\u30fc\u30f3":104,"\u8af8\u6761":42,"\u5fc5\u8981":[0,115,2,62,64,6,7,34,50,74,8,35,80,77,103,104,81,11,38,45,102,12,41,100,44,84,14,15,118,17,51,121,122,88,129,125,91,107,92,21,93,105,56,24,83,27],"@lists":[104,16],".md":104,"|')":47,", {":35,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":62,"\uff01\u3057":16,"'.":83,"\"}\n":[38,80],"\u5c65\u6b74":104,"\u3002squeeze":122,"-document":[66,104],ascii:[103,125],"\u633f\u5165":[50,2,21,66,104]," support":69,"\u8f9e\u66f8":[115,0,45,107,88,50],pat:64,"\u8aad\u307f\u51fa\u3057":91," some":101,"\u91cf\u8a08":0,sh:52,"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":[116,61]," download":104,check:[17,0,20,30,36]," special":77,"_filter":[36,113,30,50],html:57,"<path":66,"')":[123,77,61,90,66,100],"-dir":102,"=squeeze":104,"\u6fc1\u70b9":129,sjis:[74,69],document:[24,107,66,103,104],messagepack:[17,74,50],"\uff08romaji":34,"\u3002\u3044":44,favorited:126,"\u5b89\u5b9a":[91,50,9,86],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":36,"#]":46,"< y":50," xml":3,"\u8a00\u53ca":15,"_space":[1,118],downloads:70,".po\u30d5\u30a1\u30a4\u30eb":[57,104],"error\u30bf\u30b0":50,", \"":51,"_versions":104,"\u6b8b\u3063":107,codes:104,"\u672c\u5f53":34,favorites:126," porting":69,"\u3042\u306a\u305f":[104,16]," patprefix":97,"\u5b9f\u88c5":[77,49,24,6,50,17,130,35,83],"\u5897\u3048":51,montywi:50,"\u3002\u3059":[80,102],"_date":104," terms":[77,2,103,86,45,66,21,81,125]," added":69,"/index":[66,104,83],"-sortby":50,"in":69,"\u305d\u3057\u3066":[77,10,91,21,126,34,51],markus:50,"\u30d3\u30e5\u30fc":50,"\u8aad\u307f\u98db\u3070":2,"\u5217\u8868":32,"-msgpack":35," dump":[17,110],"_normalize":[77,69,2,62,45,126,125,21,129,80,81,50,51,103,41],"\u53d6\u308a\u51fa\u3055":10," yappo":69,"\u53d6\u308a\u51fa\u3059":[10,107,44],"_retry":1,"[geo":17," rst":12,"/unit":122,"\u56db\u89d2":33,"\u3002ecmascript":77,"[number":38,they:101,"\u4f5c\u6210\u6e08":66,"(r":102,money:31,"\u5927\u898f\u6a21":91,"\u672a\u5bfe":50,"\u3002\u3059\u3079\u3066":[122,83],"'groonga":[105,88,11,115],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[57,117],gdb:122,"\u3088\u3073":44,unicode:129,"\u6271\u3048":68," akio":107,".dll":102,"\u30ab\u30e9\u30e0":[0,29,61,30,65,33,66,17,100,74,76,36,77,106,38,39,108,41,46,47,50,90,91,107,25],speed:8,"_pack":94,"\u3046\u3061\u3044":66,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":53,"\u3002none":66,"\u3002api":[21,111],"(_":[34,106,84,103,56],"/false":[10,0],"\u4f4e\u304f":45,"\u30d1\u30e9\u30e1\u30fc\u30bf":[17,50,36],"_extract":69,"\u4f4e\u3044":[45,77]," indicates":101,"\u5ea7\u6a19":[49,103,126,33,37,17,78],blog:51,"\u56f0\u96e3":[50,91],"\u63a2\u3057":[91,102],"\\\"":[38,15,98,21],"\u9577\u65b9\u5f62":17,"_syntax":1,"\u500b\u6570":50,"\u30ad\u30fc":[42,77,2,103,64,32,107,66,125,50,129,75,41],dcmake:70,hino:50,"\u63a2\u3059":51,"\u3002point":[37,78]," testdb":102,"\u6c4e\u7528":[66,102],"\u639b\u3051":103,"\u542b\u3080":[123,77,44,2,103,90,106,85,98,47,61,126,50,51,125]," git":[72,104,83],"/base":104,"(<":44,"(=":[1,103,44],read:118,"\\\\":[15,70],"\u5c55\u958b\u7528":17,amd:104,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":104,"\u542b\u3093":[77,44,103,84,10,21,93,8,125],")..":104,"()":57,"(.":[51,104],"(-":103,"(\"":[49,2,66,21,81,50],"-test":[122,104],"( ":[50,66],"(!":44,"('":[47,77,2,90,66,38,100,61,75],"\u3068\u304a\u308a":[42,102]," real":21,license:104,"\u9069\u5b9c":[62,104]," format":[101,69,3,83],ill:98,"_but":44," very":[93,77,125,21,38,103],"\u7d44\u307f\u5408\u308f\u305b":[44,2,104,45,91,47],server:[50,104,6,35,31],"\u95a2\u308f\u3089":102," ssh":104,"\u5c55\u958b\u5f8c":77," python":[12,104],"\u9650\u308a":[38,45,44,98,75],"\u4ed5\u7d44":[35,83],quantal:[36,104,94],"} ":[101,83]," city":49," datasets":99," tool":52,unsplit:44,"\u3002sphinx":12,draw:31," supports":69,"\u78ba\u5b9a":106,"-mm":[101,103],"/projects":104,"\u30b7\u30b9\u30c6\u30e0":[91,57],"'t":6,"},":[31,77,49,2,62,126,125,80,81,39,103,51,87,102,97],"_host":102,"_when":[93,39,92,87],"\u30ec\u30b9\u30dd\u30f3\u30b9":[17,1,118,35,50],"\u671f\u5f85":91,"\u30d5\u30a9\u30f3\u30c8":12,"\u985e\u7d39":45," ci":114,"_touch":107," init":50,ellip:49,"/database":[6,35],": n":123,"\u65b0\u5bbf":48," cd":[70,104,83],automake:107,"\u5927\u91cf":[64,31,44,2,41],"\u6c42\u3081":[91,79],critical:101,"\u9234\u6728":50,"\u30de\u30b7\u30f3":66,"@uzulla":17,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[36,50,22]," cp":11,mooz:17,"\u542b\u307f":93,"\u306b\u3064\u3051":103," check":122,o0:104," binary":[91,32,3],"_ip":27,"\u5168\u6587\u691c\u7d22":41,quit:[36,20,104,30],tomoatsu:107," handled":6,"\u306f\u3044":10," normalizernfkc":129,"\n{\"":[103,84,106,80,81,56,34,51,125]," because":3,";\"":50,"\u30b9\u30da\u30a4\u30f3":49,"; ":[66,6,102],"\u5bfe\u8c61":[29,2,65,98,17,74,35,76,36,77,9,104,106,41,38,108,109,110,83,31,44,45,85,46,47,50,122,123,125,91,21,25],"\u306f\u305a":[50,102],tokenbigramsplitsymbolalpha:[45,77,98]," shibuya":107,"-static":17,"\u542b\u3080\u5024":[66,2]," schema":99,oo:64,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":102," enable":6,"_$":[106,41],"\u578b\u6307":50," \"c":[15,70],"\u306f\u3069":[77,41],"\u306f\u3068":64,"\u5ec3\u6b62":9,"_escalation":[107,74],"\u30e6\u30fc\u30b6\u30fc":[31,77,125,93,15,6,57,74,35],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":120,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[17,35],"\u304b\u3048\u308b":89,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":129,"\u306a\u304a\u3053\u306e":102,";\n":[102,6,35],"\u5c11\u306a\u304f":[80,91,125,21,103],"'or":50,os:102,or:[77,125,48,118,121,62],"@soundkitchen":[17,50],"\u3082\u3061\u308d\u3093":102,serach:84,"/admin":[17,66],"_leading":77,"'a":15,"\u5c11\u306a\u3051\u308c":41,"\u5f0f\u5168":[103,125],"\u884c\u76ee":[93,104,102],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":66,"\u30aa\u30d5\u30bb\u30c3\u30c8":[50,77,106],"\u8abf\u6574":[45,111]," omitted":3," age":77,"\u3002\u3059\u3050":6,"\u53f3\u4e0b":[37,0],"\u53f3\u4e0a":0,"\u30c1\u30e3\u30f3\u30af":86,"=title":27,"\u3002key":[98,2],"\u9bae\u5ea6":80,"\u306f\u3044\u304f\u3064\u304b":[42,93,125,35],"\u30a8\u30ed":126,"\u76f4\u611f":97,"{path":74,"\u8a55\u4fa1":[15,44],your:83,fast:[77,125,21,103],log:[36,30,20,50,17,74],"\u3044\u304f\u3064":57,"_refused":[1,118],"(title":[50,79],"\u9032\u3093":91,"_prefix":94,"\u8868\u8a08":121,"_truncate":17,rpmforge:88,rlimit:101,"\u6b21\u671f":104,emacs:83,"\u77e5\u8b58":102,cflags:14,"=-":74,"@github":104,"\u63d0\u6848":[128,36,106,107,50,17],"\u300ccomments":126,"d\u30ad\u30fc":2,"_release":104,"/modules":[107,6],"/query":7,"\u3082\u3046":[80,50,51,79],"\u8a18\u8f09":[50,104],"\u30aa\u30fc\u30d7\u30f3":[17,50],complete:[34,106,8,50],"\u901a\u308a":[77,49,103,104,81,45,106,65,33,21,78,125,15,56,74,73,52,41]," advantage":21,"\u5f31\u70b9":91,"\u3068\u3088\u3044":74,"\u3082\u3057":[77,49,125,41,93,1,102,74,121,35,52],"\u534a\u89d2":[129,2]," complete":[34,106],"\u516c\u958b\u9375":104,hsiomaneki:126,"\u3082\u3059":7,",\"links":10,"_types":35,"\u306b\u3088\u3063":[29,2,62,4,65,98,66,5,27,100,73,76,77,9,10,108,61,111,40,112,31,44,110,85,46,53,86,116,82,50,123,47,89,90,91,24,25,95]," &":[103,45,98,15,48,50],"\u697d\u3057\u3044":[45,98],"\u3082\u306e":[2,62,66,70,6,102,77,9,104,10,83,43,44,84,49,118,50,51,78,123,126,129],"\u30b3\u30b9\u30c8":80,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[107,74,104],"#set":102,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[40,77,9,102,74]," meerkat":17,"\u4f5c\u3063":[45,17,129,126],"\u300d\u300c":126,vm:50," using":[51,69],"'ja":83," regular":6,"|oo":77," posted":126," nine":2," distance":49,ac:129," enabled":101,uid:104,"\u5883\u754c":[50,49],"\u3082\u308c":62,"\u30de\u30fc\u30b8":[50,83],"\u30ec\u30b9\u30c8\u30e9\u30f3":91,"\u65b9\u5f62":[49,78],"_suffix":17,general:129,"| n":103,ar:[45,98],"\u56de\u907f":[45,104],file:[0,107,118],"+ y":32,bob:[77,125,81,39,87,35],"\u30ea\u30af\u30a8\u30b9\u30c8":[29,61,4,65,5,6,73,100,35,76,108,110,40,112,46,53,86,116,118,123,47,90,20,24,25,95,82],"\u4f5c\u308a":[34,51,84,41],"\u4f5c\u308b":[31,84,126,85,111,41,83],"| _":48,"\u53d6\u308c\u308b":38,"\u5bfe\u5fdc":[91,85,44,122],"\uff08true":10,"\u95a2\u4fc2":[72,36,44,94],"\u5f37\u5316":[17,107],"\u898b\u3064\u3051\u308b":[34,129],"\u597d\u304d":83,"\u30aa\u30d7\u30b7\u30e7\u30f3":[115,0,107,104,14,11,77,53,105,50,17,74,88,122,58],"(pos":[37,78]," sleepy":80,gettext:83,"_code":[93,101],".jp":[77,69,104,16,110],"\u3002pcre":6,"\u4e26\u3073":[98,103,89],shimomura:50,"}|":101,"-in":104,you:83," rpm":[115,88,104],string2:79," approximate":49,string1:79,"\u524d\u8005":[48,129,121],"_type":[38,50,110],"\u9001\u308a\u65b9":57,time:[126,84,10,106,56,101,45,50,34,17,124],"\u4e0a\u9650":[36,85],"+a":125,"_name":[93,127],"\u30c7\u30d0\u30c3\u30b0":86,oracle:[36,94],"\u884c\u756a":[93,17],msgpack:[3,118],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[50,70,102],"\u3088\u3063":48,tomo:31,"\u53d7\u3051\u53d6\u3063":91,"\u3079\u3066":77,"\u4e94\u5165":17,"\u3002ctrl\u30ad\u30fc":2,"]\n\n":[126,27]," ga":129,"\u304c\u3068\u3046":126,"\u30ea\u30bd\u30fc\u30b9":80,hiroshi:17,"\u5b9a\u7fa9":[29,2,32,66,73,75,77,49,103,80,81,108,65,44,46,47,15,118,50,51,121,125,21],"\u65b9\u5f0f":[66,51,2,91],":mm":[101,103],"\u8a66\u3059":130,"\u30ab\u30d0\u30ec\u30c3\u30b8":57,"\u6c17\u306b":83," stop":[96,6],kawaji:50,"/select":27,queryexpandertsv:[36,50,30,18,7],"_such":[1,118],directory:118,"_pat":[77,103,81,107,66,21,125,15,39,110,73,50,87,41],"4\u3064":[64,21],cmake:[50,74,70],"-threshold":94," \"\u308d\u3086\u304d":97,"\u5730\u57df":91,"}`":83,"\u8a08\u7b97":[0,49,103,79,91,32,33,48,84,50,34,78,56],"\u306a\u3051\u308c":[47,77,1,103,10,125,66,38,74,50,52,121,102,41],senna:50,"\u4ed8\u968f":[29,46],"\u30c7\u30fc\u30bf\u30d9\u30fc":17," default":101,"\u5343\u4e07":42," ka":129,month:[31,101],"\u308f\u304b\u3061":98,"\u5408\u8a08":[42,45,102,86,64]," a":[77,125,104,21,99,80,101,50],"\u30da\u30a2":[34,84,121,8,56],"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[17,50],"4byte":118," changed":69,"\u57fa\u6570":103," lcov":122,"\u5fc3\u304c":122,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":17,"-e":66,rd:[45,98],"-g":70,"\u4e16\u4ee3":9,"-a":[50,66,125],"\u30d3\u30c3\u30c8":125,"-c":[115,88,66,27],"-m":123,"-l":[101,66],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":62,"-n":[17,2,66],"-i":[66,102],"_rc":[90,100,77,61],"-j":74," mingw":104,to:6,tail:[118,104],program:70,"-p":[123,66,27,102],"\u304b\u304b\u308b":[80,2],"\u304b\u304b\u308a":[80,103,104,125],"/lib":[96,6,7],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[36,107],homepage:102,"-x":[50,104],".name":[15,126,86],"-alloc":53,"-conditional":17,"\u8aad\u3081":50,"\u95a2\u9023":[91,57,104,16],"-tar":14,"/other":6,"=message":94,"-word":77,"\u4ed5\u7d44\u307f":50,"\u5dee\u5206":102,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[17,35]," rroonga":[15,51]," as":[50,83,6,21],"\u3002column":[44,2],":\"":2,"\u8aad\u3093":[57,52],"\u3002rst":12,",\"tags":31," type":47,condition:103,"(popular":77,"\u30d0\u30c3\u30d5\u30a1id":86,and:[50,48,21]," suffixsearchterms":[103,125],")mroonga":121,"- ":[104,52],"\u7d42\u3048":104,longtext:32,"--":[0,61,62,66,50,100,102,77,103,104,81,31,45,15,48,116,17,121,90,126,107,127,24]," implemented":69," fast":[93,77,103,21,38,51,125],"_port":102,list:104," clang":122,"\u30e1\u30cb\u30e5\u30fc":104,"\u3057\u307e\u3057\u3087":48,"\u304a\u3088\u3073":[2,104,10,91,66,50,74],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":77,"\u5909\u308f\u308b":[45,21],"\u6d69\u4e8c":50,"\u306f\u3053\u306e":77,"<protocol":66,"\u89aa\u5207":107,sigusr:17,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":42,uubntu:122,"\u30d6\u30c9\u30a6":62,"\u771f\u507d\u5024":36,"\u304c\u3053\u306e":125,"\u884c\u3048\u308b":[50,31]," log":[36,104,30]," price":10," compatible":6,"\u5927\u5225":10,"\u697d\u3057":[45,98]," push":83,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":50,"\u518d\u73fe":[45,111],"/centos":[88,96,104]," x":[36,94],"\u975e\u5206":77,"\u6975\u4ed8":[49,78],"_scalar":[31,77,49,62,89,81,45,126,65,125,21,80,47,15,39,110,51,103],"(packages":104," point":[50,39,49],sub:[36,113,104,30,50],"\u7d22\u6642":107,devenv:70,"\u5225\u9014deb":104,"\u30ea\u30c6\u30e9\u30eb":[17,0,125,21,50],"\u904b\u7528":91,"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":104,"\u4ee5\u524d":[10,126,45,82,50,17,129],"\u5927\u5207":91," comment":[15,51,126],naoina:50,"\u7406\u89e3":[77,2],"_append":44,"-jinja":104,"\u6e2c\u5730":[49,10,32,37,48,78]," have":80,"\u8aad\u307f":[34,0,111,104,91],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":50,memcached:[36,122,109,91],"\u793a\u3059":[90,77,1,61,97,37,10,65,125,21,38,15,49,100,93,73,78,81,35,103],hendro:50," httpd":104,"\u307e\u3057\u3087":[31,77,49,2],hash:[64,126],"\u305e\u308c":[44,103,104,56],"\u5f62\u5f0f":[36,0,44,30,20,50,17],tags:[31,73,41],"\u30c6\u30b9\u30c8":[57,117,104],"\u3002filter":[48,116],"/result":50,"\u30ce\u30a4\u30ba":[45,84],"\u88dc\u5b8c\u8a9e":34,"#worker":6,"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":66,"\u6e96\u5099":57,standard:32,"\u304b\u304b\u3063":[90,93,77,61,100],"\u306b\u95a2\u3059\u308b":[36,77,103,30,16,6,50,17,125],debian:57,"\u30aa\u30b9\u30b9\u30e1":[115,88,11,105,70,94,58],search:[125,84,106,56,34,121,8],"\u793a\u3057":[49,2,104,89,45,33,53,1,27,51],"\u5bfe\u8a71":[2,27],"_debug":122,tweets:80," clone":[72,104,83],"\u975e\u516c\u958b":104,"\u7fa9\u8a9e":121,"\u5168\u90e8":118,"_dist":50,"\u975e\u63a8\u5968":50,matsuu:107,"-localestatedir":74,"\u540c\u3058":[0,32,66,6,7,73,102,36,77,9,103,106,35,40,65,84,17,121,91,107,93,24,129,71]," letter":129,redcloth:104,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":77,options:[123,66,99,102],"\ninfo":[4,5],"\u306b\u3059\u308b":35,gtihub:17,"\u300c\u5024":41,".ssssss":101,followee:126,tokenizer:[50,118],hoge:79,"\u30ce\u30fc\u30c9":50,"\u30de\u30c3\u30c1":[0,44,125,77,21,15,111,17,74],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":98,"9\u3064":2," cover":21,follower:126,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":50,"\u307e\u308f\u308a":57,"%\\":70,"\u672a\u77e5":50,"with":[2,104,45,47,17,74],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":104,"\u300c\u697d\u3057":98,"\u3068\u3059\u3050":80,"/atv":[48,2,89],"\u69cb\u6587":[36,127,30,50],"[grntest":17,"\u3068\u307f":[24,50],"[snippet":21," supported":6," apt":[50,11,104,105]," rinse":104,"\u5ca9\u4e95":50,"\u5317\u534a\u7403":50,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[53,95]," disabled":101,"\u7a4d\u7b97":[77,44],"_unknown":1," tag":[31,104],rect:49,"\u3002\u300d":45,"\u6c7a\u307e\u308b":2,"\u6c7a\u307e\u308a":121," nroonga":51,pseudo:[36,77,30],"\u30c6\u30ad\u30b9\u30c8":[129,104,107,92,21,50,41,102,83],"\nprefix":44,fulltext:21,"\u578b\u3068":89,"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":31,".comment":[126,51],"-tokenizer":[115,50,88,11,105],"\u66f8\u3051\u308b":50,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":21,"\u30af\u30ea\u30c3\u30af":104,"\u518d\u5229":[64,77,75],"_gqtp":102,"\u578bn":77,xxxxx:104,"\u3002eclipse":83,prm:88,"_argument":[1,118],"\u3053\u306e":[115,114,1,2,3,64,98,66,113,16,68,70,6,50,34,74,87,35,62,80,77,49,103,104,81,10,128,11,38,45,39,102,61,92,41,100,31,44,84,14,48,116,118,17,51,78,121,52,88,126,125,89,90,91,20,21,93,105,94,56,57,83,58],"_messages":[104,83],jsonp:17," newly":21,"[load":50,"\u3060\u304b\u3089":77,"\u30bb\u30c3\u30b7\u30e7\u30f3":[112,66,118]," http":[28,36,88,30,115,14,91,123,11,66,105,6,50,74,58],").":[21,104],"/_":104,none:[51,74,77,99,118],"\u4f7f\u7528\u4f8b":49,"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":118," return":[93,101],"\u3053\u305d":126,"1\u3064":[42,31,77,126,118,103,64,106,125,21,59,81,102,7,17,51,87,8,35,41],"\u3053\u3053":[77,2,62,104,10,106,125,93,45,48,126,129,121,103],"-databases":[73,39,2,27]," db":[24,2,3,27],dev:[105,11],"\u30d7\u30ed\u30f3\u30d7\u30c8":[70,3],"\u30d9\u30fc\u30b9\u30d1\u30b9":6," debootstrap":104,"_adjust":44,"_supported":[1,118],"\u305f\u3068\u3048":45,deb:[105,11,104],"\u89e3\u6790":57,">= ":50,"\u6bd4\u8f03":[36,77,125,107,50,102],"\u79fb\u884c":[17,9],"\u6955\u5186":[49,78],"=table":41,"\u4e2d\u5fc3":78,scan:122,"\u671f\u5316":50,"\u30ea\u30cd\u30fc\u30e0":17,share:74,"\u7279\u306b":[44,104],accept:107,"\u5f15\u304d\u7d9a\u304d":50,"\u30de\u30c9\u30ea\u30fc\u30c9":49,"\u9664\u53bb":107," lynx":[36,94],saerc:[106,84],gronoga:6,"\u958b\u767a":[91,57]," '":[2,97,32,98,66,101,34,35,115,77,49,103,10,106,11,80,81,83,31,84,45,15,48,50,88,125,126,21,105,56]," dataset":99,information:101,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":17," ./":[74,83]," demo":31," original":[97,110]," ..":[2,103,86,106,81,6,61,100,50,35,83],"-address":[17,66,50],snippet:[36,69,113,30,50]," *":[77,103,45,32,81,5,50,35,83]," pkg":14," ocelot":[36,94],"\u300ccommand":24,"=dat":50,"\u52d5\u7684":[91,36,107,30,50],"\u3042\u3089\u304b\u3058\u3081":[32,104]," threshold":25," migrated":[77,103,125],"_likes":[93,77,103,125]," \" ":102,"\u2192id":64,"\u591a\u3059\u304e":107,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[103,125],"[dat":50,"\"localhost":27,internet:70," three":[10,2],"/afr":[48,2,89]," wgs":[10,31,48,49,126],"\u666e\u901a":103,disable:17,"\u304a\u9858\u3044":102,"_text":122,")\"":[125,21,62],develop:9,"\u306b\u3059\u3050":80,"\u30cf\u30a4\u30d5\u30f3":[2,41],"\u30ea\u30dd\u30b8\u30c8\u30ea":[57,117,104]," tsv":3," engine":[106,84,56,8,21]," files":[101,70,6],"-munin":[105,88,94,115],"\u3002\"":[45,126,27,84],tokenbigram:[77,2,103,84,45,64,98,125,73,41]," dictionary":129,"-http":[36,88,115,11,22,105,6,50],"\u308c\u305a":9,documentation:52,"\u65b9\u6cd5":91," segment":86," baseball":31," architectures":104,"/f":104," path":[101,6,7]," under":6,"\u4e00\u5bfe":10,"\u3066\u304d":1,":\u79d2":126,"\u5f53\u3066\u308b":10," umemoto":17,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":104,"\u666e\u53ca":91,hostname:[24,66,6],help:[17,122],"\u52d5\u753b":31,disables:6,"\u8f09\u305b\u308b":104,"\u3002(":[115,88,44,104,66,38,51,102],"`hostname":66,"\u5217\u578b":[10,62,89,125],"\u3002)":[51,102],natty:[17,104],"-wno":17,replies:51," normalizerauto":[81,129,92,41],"\"is":10,"\u30bf\u30a4\u30d7":[17,102,35],"/lzo":[17,107],".rpm":[115,88],systemd:50,"\u53ef\u5909":[17,25,118]," >":[103,98,48,110,50,17,102],".git":[72,104,83],"\u308c\u308b":[2,62,64,32,33,66,70,50,34,74,75,115,77,9,104,10,106,80,102,40,41,44,84,45,85,98,15,48,49,118,17,122,129,86,91,92,21,56,83],"_rename":[36,20,30,50],">> ":[50,103],"sort\u30ad\u30fc":0,"\u30ab\u30fc\u30bd\u30eb":[17,107],"_offline":50,minute:101,"\u63a5\u7d9a":[2,85,66,95,112,50,102],"[tokenizer":50,soccer:31,"_weight":47," expressions":6,"\u5316\u95a2":107,"-essential":[105,11],"\u30d6\u30fc\u30ea\u30a2\u30f3":32," feature":83,good:[80,77,103,125],"return":[93,101],".description":126," fumiyasu":17,"\u52d5\u4f5c":57,"\u559c\u3073":[55,83],"/x":35,"_to":[126,51],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":66,"_ci":129,"\u3082\u3057\u4ed6":92,"\u6271\u3044":[10,34,9,98,130],"\u6271\u3046":[1,103,45,91,16,50],"\u3088\u304b\u3063":45,"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":50,"\u5c0f\u306a\u308a":111,"\u8a71\u984c":16,"\u6e08\u307f":[47,88,115,104,84,32,11,96,38,105,34,17,50,121,8]," \u30d0\u30c3\u30d5\u30a1":86,"\u9664\u304f":50," gnu":[36,94],"\u3002\u3057\u304b\u3057":[77,49,84,91,32,80,94,17,129,35],"\u3079\u304d":[129,118,104],"\"complete":8,"\u3079\u304f":2,"-encodiong":103,"\u9664\u3044":[21,102],"-encoding":94,"\u5e03\u6559":57,events:35," #{":101,"\u6271\u3063":[126,0],"\u30ad\u30e3\u30b9\u30c8":[50,107,125,126],innodb:91,"\u653e\u68c4":[90,100,61],"\u3066\u304f":122,".posted":126,"\u4e0d\u9069\u5207":50,"\u81ea\u7531":[91,44,118,75],yito:50,"${":[77,103],"\u767b\u9332":[91,57,44],"-create":[28,36,127,30,106]," none":77,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":57,weight:[10,50,77],"\ndeb":[105,11],"\u30b5\u30a4\u30ba":[42,115,88,86,10,64,11,21,91,105,70,118,94,50,17,82,58,41],"\u592a\u90ce":31," well":21," st":103,"\u540c\u7fa9":121," sh":104,"_at":[45,50,107],"\"sequence":[34,106,84,56],"\u30d5\u30a1\u30a4\u30eb":57,"\u30c4\u30a4\u30fc\u30c8":[104,16],"\u897f\u66a6":103,".spec":17,operation:118,todo:[77,113,19,99,93,23,54],"\u6607\u964d":77,"\u6271\u308f":[77,125,10,33,45,50,129,102],"_position":[80,77,2,62,81,45,126,125,21,47,15,51,103]," libedit":115,ftp:102,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[91,102,111],flower:10,"<ip":[66,102],"/usr":[74,66],"\u30de\u30eb\u30c1\u30b3\u30a2":91,"\u652f\u63f4":8,":^":[97,125],"\u30d5\u30e9\u30f3\u30b9":49,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[66,2],"\u305d\u308d\u305d\u308d":2,"0\u30d9\u30fc\u30b9":77,"/rab":[48,2,89],"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":122," characteristics":21,"\u8ddd\u96e2":[0,49,103,79,91,33,48,50,78],"\u9806\u5e8f":[45,73,65,2,77]," \"/":[73,39]," table":[2,62,65,66,100,61,87,97,38,77,49,103,10,106,80,81,39,108,110,41,31,45,46,47,15,116,51,125,89,90,126,21,129],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":70,issue:59,"/mailarchive":104,"\u30bd\u30b1\u30c3\u30c8":[29,61,4,65,5,73,100,76,108,110,40,112,46,53,86,116,82,50,47,90,25,95],"\u9045\u304f":78,"/etc":[96,104,11,105,6,50,121],"\u9ad8\u304f":45,"_new":[17,85,50],"\u9045\u3044":[64,49],"\u3002mysql":[105,88,11,129,115],"\u3068\u3082\u3063\u3068":74,"\u5b58\u5728":[0,107,2,89,91,98,77,78,93,37,48,27,110,50,51,102,75],pub:104,"[\u8a9e":86,"_hit":[27,53,2,3,6],base:104,put:125,"\u3072\u3053\u3055\u3093":50,"\u3053\u3053\u3067":104,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":35,"\u30a6\u30a7\u30a4\u30c8":47," more":21,"\u5024\u304b":49,"\u81ea\u8eab":[17,121,66,50],"\u547c\u3093":98,thread:[85,102],v1:44,"_user":[6,35]," successor":103," processing":101," process":101,v2:44,"/db2":35,"\"_":[31,77,49,2,62,89,10,125,38,15,39,110,103,51,129,45,87,35,97],"\u306b\u3088\u308b":[36,49,2,104,10,91,32,92,50,17,109],"/db1":35,"_hash":[77,49,103,80,81,110,73,129,41],"\u5927\u304d":[50,64,86,41],tritonn:[77,103],travel:126,"-gram":[45,91,98,2,103]," not":[50,77,101],"\u306b\u3082":[77,98],",[]":61,"-keyring":[50,11,105],"\u5024\u3068":[10,77,125],encoding:3,"/data":52,"\u7d4c\u7531":[29,61,4,65,5,73,100,76,104,108,110,40,112,46,53,86,116,82,50,47,90,107,25,95],number:[86,103],"_pipe":[1,118],"\u3059\u3079\u304d":44,"\u5f62\u72b6":33," geodetic":32,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":49,"\u30bb\u30af\u30b7\u30e7\u30f3":[20,70,6,34,74,115,77,49,128,11,38,39,113,83,114,84,14,118,87,121,52,88,125,92,93,105,94,56,57,41,58],"\n\u308b":107,"\u30b3\u30d4\u30fc":[50,110,104],".blog":45,"_data":[1,118],koi:[50,74,66],passes:104," en":[34,106]," boolean":69,"\u306b\u5bfe\u5fdc\u4ed8\u3051":34,"\u73fe\u5728\u5730":126," weight":[10,77]," fix":69,"\u30c9\u30e1\u30a4\u30f3":89,gpg:104,"\u547c\u3073":[77,44,62,89,10,66,21,102],"\u3050\u3088\u3046":49,":value":[77,125],"\u60c5\u5831\u540d":[73,65],passed:104,mlock:107,"\u7531\u6765":111,zeromq:74,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":57,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[24,66,6],"&..":27," lgpl":69,"\u8a9e\u691c":77,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":35,"$(":[115,105,88,11,58],"\uff01 ":126," transfer":118,"\u300d\uff08":[98,110],"\u547c\u3070":[32,2,103],tom:81,"\u642d\u8f09":91,"$ ":[97,103],selector:108,"/http":96,"\u65e5\u5f53\u65e5":115,"_large":[1,118],"\u9665\u3063":50,"\u4fbf\u5229":[77,125,10,91,92,93,111,34,74],"\u6574\u7406":50," tweets":80," halfwidth":129," unmanaged":86,"\u540d\u4e00":73,"\u4e71\u6570":[43,48],"\u5b66\u7fd2":[36,128,107,106],"_stack":1,"\u56de\u547c":107,min:[123,50,102],"\u898b\u308b":[48,1],"/(":104,"\u3002xml":93,"_probability":[17,106],"/groonga":[96,2,66,70,6,7,72,73,50,74,115,104,55,11,39,83,14,27,17,121,52,88,107,105,58],"-working":50,"{\\":38," user":[31,21,102,81]," uses":101,"\u8a18\u9332":[91,50,75,7]," gem":104," geo":[50,49],",[\"":45,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":50,"\uff08normalization":129,"\u5206\u3051\u308b":[10,104],"7e":102,"/$":83,"\u5b9f\u969b":[42,31,77,62,45,126,65,51],"\u898b\u3066":[93,77],"\u307e\u307e":[10,9,104],"\u3002make":102,"\u540dn":[73,65,77],ages:[73,41],"\u52d5\u74b0":123,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":35,"/\"":[31,2,89,10,48,27,110],"\u66f8\u304d\u63db\u3048":[104,52],download:88,gted:83,"\u30e1\u30e2\u30ea\u30fc":41," abandon":[90,100,116,61],"\u307e\u3060":[77,9,103,106,21,53,118,50,17],qps:[123,102],"/ ":[105,11,6,35,107],"\u6253\u3064\u524d":104,"\u307e\u3067":[42,80,44,2,97,104,64,66,38,126,51,102,83],"\u307e\u3059":[1,2,3,4,5,6,7,8,9,10,11,12,14,15,17,20,21,37,24,25,28,29,31,32,33,55,34,35,115,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,105,56,57,58,59,61,62,64,65,66,16,68,70,27,72,73,74,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,100,102,103,104,106,108,110,111,112,113,114,116,118,120,121,122,123,124,125,126,128,129,130],"\u307e\u305a":[2,62,104,45,126,98,70,6,103,74,102,83],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"_list":[36,0,1,30,107,20,50,17],"\u307e\u305f":[29,61,4,64,32,66,5,17,73,102,76,77,49,103,104,108,110,40,112,65,100,46,53,86,116,82,50,122,52,47,125,90,21,93,25,95],"\u79d2\u8868":[10,45,48,103],self:102,"/archive":104,"\u79d2\u5358":[10,32]," : ":99,"/mm":103,"\u307e\u3057":[31,77,49,62,104,84,45,126,125,103,129,48,50,17,83,41],"-limit":[0,66,77],"_pragma":77,"\u3059\u3079\u3066":[77,9,2,103,107,50,17,74,102],"\u3067\u306e":[93,21],build:[53,70,104],"[pat":50,"_available":[1,118],">alloc":3,mroonga:[77,103,81,91,15,50,51,121,125],"\u8a18\u53f7":[45,66,98,2,107],"\u6b53\u8fce":57," superior":21,"\u66f8\u304d\u5f8c":98,such:21,"\u3093\u3057\u304d":111,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":44,"\u30d5\u30a3\u30eb\u30bf":50," based":21,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":17,tokenbigramsplitsymbol:[45,107],"\u30e1\u30fc\u30c8\u30eb":[49,78],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[77,103,125],"\u4e8c\u9805":103,"\u306b\u3057":[77,103,125],"\u306e\u3069\u3061\u3089":[77,103],"\u5e73\u884c":104,"\u3060\u3055\u3044":[59,2,70,27,72,74,35,77,103,104,11,83,14,118,50,121,122,52,129,125,91,93,94,57,41],"_thread":102,"\u306b\u3059":45,"\u4f55\u3089\u304b":32,"'hay":44," tests":104," full":21,exe:[70,104],"\u306b\u3066":[50,49,104],"_put":[4,36,20,30],"\u306b\u3064":50,"\u307e\u307e\u3067":45,"\nstatus":[2,27],"\u306b\u3069":44,"\u6b8b\u3057":77,init:74,"(..":50,"@kiske":50,"\u6697\u53f7":104,"\u9577\u3055":[10,50,102],"\u6d3b\u304b\u3059":77,"\u7528\u8a9e\u96c6":86," \\\"":15,"_modified":126,"\u30d1\u30bf\u30fc\u30f3":[93,103],"_processes":1,microsoft:70,"\u3057\u304b\u3057":[77,103,45,98,51,121,35,83],":install":70," element":103," longer":69,"\u308c\u307e\u305b":[9,66,86,51,74,121],"/command":[6,27],"\u4e8c\u70b9\u9593":49,".rb":107,xcode:58," brother":125,"\u304a\u3053":[10,91]," item":[34,106,84,56],"(drilldown":75,"\u30d1\u30c3\u30c1":55,"\u5927\u8cb4":50," night":80,nterms:86,"\n]\n":110,"\u304a\u304b":74,"\u304a\u3044":[2,104,10,91,48,122,17,75,83],"id]]":[90,61],"\u59cb\u70b9":2,"\u77e9\u5f62":[37,48,91],"_call":[1,118,44],"\u59cb\u3081":83,columnn:50,music:31,"(mroonga":121,"_format":[1,118],"(precise":104,"\u304a\u3070":[17,0],"\u6d0b\u723e":17," yum":[50,88,115],"-ftp":102,"\u51e6\u7406":[0,1,61,98,35,6,100,102,77,103,75,83,44,48,118,50,125,90,91,107,20,21],"\u4f4e\u6a5f":44,"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":122,"\u30bf\u30fc\u30b2\u30c3\u30c8":50,columns:[38,50,107,61,100],"]]]":[45,106,108,103],"\u8ad6\u7406":[42,77,44,91,86,50],"\u30a2\u30ca\u30a6\u30f3\u30b9":104,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":130,rose:10,"\nency":102,permission:118,"x\u30df\u30ea":[32,103],express:[50,70],"\"requires":50," used":101,"\u671b\u307e\u3057\u3044":[91,104],"_html":[36,30,66,50,17,113],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":6,"\u601d\u3044":83,"\u9069\u5408":[45,2],"\n# ":[53,2,27]," build":[105,11,104,52],"\u5fc5\u305a":[77,9,118,41],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":35,grep:[105,88,11,115],"-source":104,".nginx":6," localhost":66,"\u62c5\u5f53":104," palalles":104,"\u9593\u9055\u3063":[17,84,8,50],"\u30af\u30a8\u30ea\u30fcapi":[1,20],"\u306b\u304a\u3044":[10,9,104],"\u30ed\u30b0\u30ec\u30d9\u30eb":66,"\u300chsiomaneki":126,"/*":[55,96,83],"-github":104,bytes:42,"\u6c7a\u3081":41,"_and":44,"\u7b49\u5024":107,"(>":44," localnames":110," finished":101,"\u7528\u610f":[77,44,104,84,49,56,34,74,8,102],"\u6570\u5024":[36,0,44,61,125,90,98,66,77,47,107,100,78,109],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u68ee\u7530":31,"&gt":21," ')":38,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3," palallel":104,"\u3082\u3057\u304f":[115,88,103,104,81,10,32,92,15,27,50,51,125],"\u66f8\u304d\u8fbc\u307e":40,"\u82b1\u5b50":31,"\u305d\u3057":126,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":25,"(argument":103,tobby:81,"\u305d\u3053":[10,45,104],"/log":[96,74,66]," universe":11,"_enough":[1,118],"][":[17,125,50],":groonga":[77,125,104],"\u554f\u3044\u5408\u308f":44,"\u305d\u3046":[103,52],tokenizers:[36,77,30,41],sea:34,"\u9650\u6587":[17,41],"_would":[1,118],sen:69,"\ncolumn":[45,81,49,110,126],"\u8a00\u8a9e":[57,44],php:50,"_basic":[6,35],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[104,102,83],"\u7d39\u4ecb":[31,57,77,104,126],"(a":52,juman:[115,88],"]}":[10,15,86],"\u30b9\u30b3\u30a2":[77,44,45,106,48,126,50,75],"-level":66,"\u5c02\u7528":[36,109,104,83],"]x":[126,48],"\u30c7\u30b6\u30a4\u30f3":50,"(news":104,".log":[74,96,9,66,102],"\u30cb\u30db\u30f3":34,"[fedora":50,readme:104,"\u3068\u3068\u3082\u306b":10," _":[31,77,49,2,97,89,10,126,125,15,48,50,103],"\u305d\u306e":[36,44,104,115,91,94,83],"\u3082\u3057\u308c":121,"\u8a9e\u4ee5":103," really":103,"\u6700\u9577":[17,103,102],"<span":21,"\u7a7a\u6e2f":126,"\u8868\u73fe":57,"(xxx":50,"\u304c\u3064\u3044":[50,107,64],javascript:[24,36,6,109,27]," takuto":107,"\u516c\u958b":[17,107,104],"\uff09\uff08":41,"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":64,"\u304a\u3089":104,"\u304a\u308a":[126,51],"@s":107," realtime":[106,56],"\u500b\u4eba":74,"\u6790\u5668":91,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[114,111,52],"_already":[1,118]," issue":59,"\u672a\u521d":50,"\u3002value":75,last:126,reverse:104,"\n\u30b9":17,"\u62e1\u5f35\u5b50":[107,3,102,7],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":52,"\u578b\u5909":17,geopoint:[31,0,49,89,10,32,107,37,78],"/lists":104,"-api":55,"\u5f71\u97ff":[50,104]," solr":103,"\u958b\u59cb":[77,49,61,90,53,122,100,17,102]," appears":21,"\u3057\u3064\u3064":122,"] ":[123,104,92,66,99,39,27,50,17,87,102],context:6,"\u53ef\u5426":2,"<= ":[50,6],pdf:57,"_title":[51,2,102],"_link":[1,118],"])":[43,78],"\u6642\u70b9":[50,9,104],"\u30b5\u30d6\u30bf\u30b9\u30af":104,load:[36,0,9,30,107,20,39,116,110,50,17,76]," about":[93,101,113],");":44," off":6,"\u3093\u304c":[103,125]," database":[6,99,21],"\u60f3\u5b9a":[53,31,110,86],"\u3059\u304e\u307e\u305b":31,"\u306f\u3058\u307e\u308a":9,"\u30b9\u30ec\u30c3\u30c9":[91,85,66,102,35],improper:118,"\u30b3\u30de\u30f3\u30c9url":35,"\u30ca\u30ce":[93,107],"-patch":83,")-":104,"),":[47,50],shutdown:[36,107,20,30],linux:102,"\u4e0d\u80fd":102,"\u4e0a\u8a18":[42,83,77,74,2,81,45,84,15,48,27,56,50,52,121,102,41],"'alice":125,"\u4e8c\u756a":77,".htpasswd":[6,35],"\u5de6\u53f3":2,":#{":101,"_connection":1,"[rpm":[17,50],"\"web":[84,56],"\u8003\u616e":45,"\u306e\u3069\u308c":34,all:[50,104],"\u5f15\u7528":66,"\u898b\u3064":[50,107,106],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":15,due:21,"\u53ce\u96c6":[93,91],"\u7c21\u6613":[96,49],")\n":[43,69,104,49,44,101,78]," sample":102,"\u30b9\u30ad\u30fc\u30de":[77,49,103,81,21,80,15,110,51,125],"\u9ad8\u7cbe":91," libmemcached":122,po:57,kiske:50,ram:102,"\u3057\u3084\u3059\u304f":50,"|<":101," enhanced":69,"\u6574\u5217":[91,2],update:118,shinya:50," raltime":56,"_lzo":1," to":[77,69,103,21,93,6,101,50,125],"#groonga\u30bf\u30b0":126,"\u8a00\u8a9e\u540d":83,"[output":50,"/db":[106,96,6,110],"/dd":103," its":101,"\u3067\u307e\u3068\u3081":121,"\u30d9\u30fc\u30b9":[96,103,91,107,125,50,17,130,83],"\u56de\u7279":102,"\u7a3c\u52d5":53," explorer":70," users":[77,126,81,39,110,101,87],"\u79d2\u9593":17,"\u5730\u7cfb":49,bill:[45,98],"\u3067\u306a\u3051\u308c":103,"\u6307\u793a":[34,2,27],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[57,117],google:[77,8],"\u505c\u6b62":[50,9,66,95],error:[93,101]," entries":[77,103,110,125],"\u4eca\u5ea6":126,"\u30b0\u30cb\u30e3\u30e9":126,"_nromalize":129,"\"sug":8,"\u30c8\u30fc\u30af\u30f3":[107,103,84,64,98,56,17,129,41],engi:[34,106],"-learner":[107,8,99],"\n\n":[29,2,90,66,65,46,116,6,100,40,61,126,35],"\u63a1\u7528":[45,91,27]," customized":101,"<=":126,"!(n":103,"\u5316\u524d":75,"^ \"":103,"\u5404\u8a9e":86,"\u958b\u3051\u308b":50,"\u6027\u5225":91,"'article":51,"_expansion":[17,50]," queryexpandertsv":121,"< ":103,rubygems:50," free":[86,101],"\u95be\u5024":[36,77,106,98,66,71,17,74],"\u898b\u3064\u3051":[34,0,50],"-key":[50,104],queue:85,"null":[17,44,73,21,50]," logs":[101,41],fedora:[36,104,94],"\u4e00\u7fa4":44,"_child":[1,118]," float":10,"\u7d42\u7aef":50,"\u4e38\u62ec":2," signing":104,"\u6210\u679c":57,">\n<":3,port:[27,102],"\u5065\u4f5c":31,"\u305d\u306e\u969b":104,"-jp":50,")groonga":121," file":6,"\u56fd\u540d":89,"_input":[93,1],"\ngroonga":[17,9,127],"\u8a00\u3048":[45,125]," select":45,"\u975e\u4e92\u63db":17,"-chroot":104,"\nmroonga":121,"\uff08perl":6,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[107,66],"\u8907\u6570":[36,0,44,125,106,91,65,107,73,77,47,81,6,24,17,50,130,102,41]," tweet":80,"\u30ec\u30b3\u30fc\u30c9r":44,dbms:21,"(get":123,alert:101," [\"":[77,45,126,65,86,106],".net":[31,2,104,89,10,16,48,27],"\u5909\u63db":[1,64,32,6,126,17,129],"\u307e\u305b":[1,2,64,32,33,66,6,7,34,50,74,8,35,80,77,49,103,102,10,106,38,81,75,61,40,112,92,65,41,98,84,45,47,116,118,17,51,121,125,53,129,104,91,73,21,93,83,95,27],user:[31,81,6,102,21],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[17,107]," document":[21,104],"_info":50,"\u5834\u6240":[93,107,102,16,104],"\u672c\u6765":62,net:89,"\"\u3001":34,"\u30b9\u30bf\u30a4\u30eb":66," buffer":86,"-prefix":94," and":[77,69,21,81,6,101,51],abcde:92,"((":77,"\uff09\u307e\u305f":[103,125],without:6,"\u30ef\u30a4\u30c9":17,"-debug":107,edge:85,flags:[47,86,39,65],sortby:[17,108],"') ":66,entry:[47,61,90,65,38,116,108,100],"\u3002header":[39,92,87],"\u30b0\u30e9\u30d5":91,"\u3064\u307e\u308a":[77,104]," digits":101,"\u30d0\u30a4\u30b0\u30e9\u30e0":45,"_lock":17,"\u3053\u308c":[64,98,6,7,34,50,74,126,8,35,77,49,103,104,10,80,41,44,84,45,15,48,118,17,51,121,129,125,89,91,21,55,56,83],"\u4e8c\u756a\u76ee":103," --":[31,77,103,81,126,21,15],nanoseconds:101,"\\bin":70,"\"alice":125,"\u8fd1\u4f3c":[17,49,78,50],"\u56de\u6307\u5b9a":125,"\u547c\u3073\u51fa\u3059":[43,78,79,37,111,124],"\u7d50\u5408":[44,125,111],"\u884c\u3046":[123,31,77,49,97,89,98,96,81,48,107,104,50,51,122]," common":[17,103],"\u6b8b\u5ff5":10,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[50,66,27,118],"\"tritonn":77,"\"value":77,"\u547c\u3073\u51fa\u3055":77,"\u547c\u3073\u51fa\u3057":[44,91,107,21,110,111,50],"\u8d85\u3048":[45,77],"\u3067\u304d\u308b":[91,57,85],"\"uptime":3,"\u4e92\u63db\u6027":104,".gpg":104,"\u5316\u51e6":[17,75],centos6:50,"\u30bd\u30fc\u30c8":[31,0,107,36,64,33,77,106,50,17,109],"3\u4ef6":126,"_files":[1,118],source:[31,2,104,126,65,47,39,93,51],"\"#":17,"\u7279\u5b9a":91,iso:103,location:[93,6],win:70,input:[38,93,118],"\u3057\u307e\u3059":[77,103,89,126,98,88,8,125],"\u3064\u3051\u308b":97,bin:70,"...":[77,60,3,86,125,106,65,19,73,80,23,6,110,17,24,50,54,102,103]," -g":70,"\u306f\u3069\u3061\u3089":35,"\u4ef6\u6570":[77,2,45,98,38,82,75],"\u3002db":[17,44,2,27]," code":[93,101,3,83],"-untrusted":105,"\u968e\u5c64":44,"\u9759\u7684":57,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[17,64,103,41],"\u304f\u3060":[96,1,2,97,63,64,32,16,70,6,7,74,35,115,77,49,103,81,10,106,11,45,39,102,41,14,15,27,50,87,88,125,91,92,105,24,83,58],nginx:[115,50,88,11,105],"<#{":101," add":[77,83],"\u30cf\u30c3\u30b7\u30e5":[53,50,104,86],"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":118,bit:[115,88,14,32,11,105,70,94,52,102,58],"\u30bd\u30fc\u30b9":[36,104,94],"\u5f53\u3066":[64,65,73],"\u30d7\u30e9\u30b0\u30a4\u30f3":[115,0,107,91,11,88,127,129,105,50,7,17,74,121,83],"\u5927\u4e08\u592b":[59,74],"@wareohji":50,"\u8aa4\u308a":50,tomita:107,"_body":[45,47,62]," \u4e0a":72," lucid":[36,94],"_leak":122,"\u4e0a\u8ff0":121,"\u540c\u7b49":[98,102],"\u307e\u305f\u3044":[50,49],"\u533a\u5207\u3089":17," visual":70,"-command":[107,52],"\n\"":[3,102]," read":21,popular:77,"\u4ee5\u5916":[100,77,44,61,62,104,90,64,32,33,53,107,91,17,102,41],"\u30c7\u30d5\u30a9\u30eb\u30c8":[0,2,3,32,98,66,6,17,74,35,38,77,9,103,10,106,80,108,102,40,41,44,45,49,50,78,123,125,89,107,27],"\u6642\u523b":[93,84,126,53,124,102],"\u5927\u304d\u306a":[35,41],".title":10,"\u7f6e\u304b":[24,74,121,6],"\u4ed5\u65b9":57,"\u7f6e\u304d":[107,104],"\n]":[31,49,2,62,89,84,10,106,125,129,93,81,110,56,34,51,103,97]," geoindex":31,"\u3042\u3063":[31,77,9,104,102,106,38,35,50,75,83],"[doc":[17,50],"[dump":50,"\u8aa4\u3063":[50,104],"\u96a3\u63a5":[91,125],"\u5404\u8981":62,"\u975e\u4e92":50,"|correct":106,year:101,examples:107," \u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":50,"\u307f\u307e\u3057\u3087":[31,2,62,10,126,48,51],cd:[115,88,14,11,58,105,74,83],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[0,74,66,103,129],"\u3001[":[100,2],"~number":103,"\u3001_":[126,48,2,89],"\uff08todo":103," seven":2,"_bool":107,"\u30af\u30ed\u30fc\u30f3":74,"\u5927\u304d\u304f":[10,107,9,110,78],"\u66f8\u304f":[51,125],"\u8a73\u3057\u304f":[10,91,2],"\u66f8\u304d":[91,77,102],exec:118,"\u30b9\u30cb\u30da\u30c3\u30c8":21," nanoseconds":101,"\u66f8\u3044":[126,103,125],"\u5927\u304d\u3044":[77,44,125,64,66,17],"\u3061\u3083\u3093":31,"_install":[12,94,52],"\u69cb\u6210":[115,88,44,2,104,11,96,105]," sed":11,"\u30af\u30a8\u30ea\u30fc":[36,50,30,7],"\u3092\u3064\u3051\u308b":103,intel:102,proc:[105,77,11,88,115],"\u5927\u304d\u3055":64,"\u6587\u5b57\u6570":[21,103],".sh":[50,83,122,104,52],"\u9001\u4fe1":[29,61,4,65,5,73,100,102,76,108,110,40,112,46,53,86,116,82,47,90,25,95],object:[32,103,118],"\uff01\u300d":[77,103,125],"(\u300c":104,"\u5024\u306a\u3057":50,".so":7,"\u306a\u3082\u306e":104,"_improper":1,"\u3001\n":[48,82,104],",\u3000":102,"\u4f9d\u5b58":[36,94],"\u4ed8\u3044":[126,129],"\"black":129,"\u5f37\u5236":[50,0],output:[50,107,108],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[44,66],"\u300cpopular":77,"\u4ed8\u3051":[2,10,27,50,51,35],"\u30ab\u30a6\u30f3\u30c8":[50,126],"{\"_":[31,77,125,10,48,103],"\u5f15\u6570":[50,0,9,44],"\u5b9f\u73fe":[91,57,117]," work":101,"\u3001\"":[2,62,84,126,32,56,15,17,34,50,8],"\"mori":110,"\u3001$":104,"\u3001'":[62,10,32,66,81,48],"\"service":84,"\u4f3c\u305f":[48,129],"_read":1,"\"yu":110,"\u3001-":[24,32,107,102],"\u6291\u3048":45,"\u3001/":[2,27],"\u3001.":[122,83],"\u5730\u5f62":[49,78],range:[73,39,65,118],microsecond:101,"\u5185\u5bb9":[96,2,65,27,73,100,102,77,103,104,10,61,83,50,51,123,125,90,126,21,93,56,34],"\u3057\u307e\u305b":[34,77,74]," configuration":6,"\u3001:":102,"(fedora":96,"\u3002 ":[1,2,97,130,64,32,33,6,7,34,50,74,35,115,77,49,103,38,81,39,102,111,113,41,84,14,15,27,17,78,121,129,125,91,107,92,21,127,93,37,56,83,58],block:10,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u672c\u6587":51,".\n":[110,102,6,35,104],"\u5730\u70b9":[48,49]," search":[103,84,106,56,21,50,17,121,8,125]," postgresql":[91,21],garbage:50,"\u5c5e\u3059\u308b":[73,32],"\u533a\u5207\u308a":[100,123,77,2,3,89,106,10,91,32,125,66,38,90,110,61,56,50,103],"/\n":[107,104,83],"\u7e70\u308a\u8fd4\u3057\u6570":102," patsuffix":97,"\u3088\u308a":[62,32,98,50,34,74,102,77,49,103,10,80,41,44,45,17,78,121,125,126,107,94],"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":35,"/yum":104,"\u9010\u6b21":91,"|key":[77,2,62,45,126,125,21,80,81,97,103,51,41],"\u4e88\u5b9a":[9,55,21,49,17,35],"\u6295\u5165":[45,0],"\u5831\u544a":57," without":21,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":104,"\u30d5\u30a9\u30ed\u30ef\u30fc":104,pcre:50,".)":[50,103,101],"_fin":50,"\u305f\u3070\u304b\u308a":80,shimoda:107,".-":83,"..":[77,61,103,90,125,66,99,38,100,24,41],"\u3046\u3061":[9,33,86,44,50,17],"\u5316\u6f0f\u308c":50,"\u3067\u3082\u3063\u3068\u3082":20,".\"":[31,2,103,10,21,80,81],sequence:[34,106,84,56],"\u7a2e\u5225":65,submit:[34,106,84,56],"\u3072\u3068\u3064":[50,125,79],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[36,109,50]," music":101,"/hosts":104,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":126,"_links":[1,118],"\u51fa\u3059":126," hottolink":69,"= y":50,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":9," curl":[58,3,35,6],"\u5074\u9762":91,"\n..":110,"\u3002_":[2,75]," gothic":12,files:104,"\u30da\u30fc\u30b9\u30c8":50,conditional:106,"[groonga":[17,104,50],"\u3057\u307e\u3044":[10,45,97,102,84],"\u524d\u63d0":57," wibowo":50,"-query":[96,2,97,66,21,101,81,50,17,121,125],"-libevent":50,"\u8a2d\u5b9a\u5024":[0,82]," needed":6,"\u3001c":2,"_for":44,link:[10,27,89],".]":[103,106,65,86,73,100],"._":[10,77,103,125]," language":83,"-binary":35,line:93,"\uff08ci":52," shimada":107,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":41,posted:126,".h":55,".i":88," senboku":50,utf:[69,3,107,66,129,50,74,103],"_op":44,".n":[77,103,125],".o":31,munin:[115,0,11,88,105,50,17,74],"\u306b\u5bfe\u3057":[123,53,0,44,2,103,89,31,91,106,98,77,47,15,48,7,104,24,50,51,125],".c":[77,69],".d":[105,11],up:3,"_max":[43,1,118],"\u52d5\u304d":35,windows:57,"\u52d5\u304f":[17,74,130,50],"_of":[1,118],".}":[86,103],"\u4e0a\u66f8\u304d":[48,104],"\u66ff\u3048":[45,36,109,104],"_on":[1,118]," than":101," types":106,"\u904b\u55b6":104,"\u63a5\u982d":[17,103,64]," tokenbigramsplitsymbolalphadigit":81,horikoshi:17,bind:17,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":57,"\u30ed\u30fc\u30de":34,"/source":[83,88,104,105,55,11,14,70,115,74,58],"\u3002command":9," mysqlgenerallexicon":129,"\u3002gnr":111,warning:101,"\u3054\u3068":[50,85,81,104,68],"\u3075\u308a":106," shops":98,curl:[50,74,35,52],sourceforge:104,"\u5b9f\u51e6":44,"\u306a\u306b":34,"\u5165\u308c":[45,31,126]," mark":129,"-oriented":21,"\u306b\u5bfe\u3059\u308b":[36,44,2,104,89,31,10,91,107,106,50,17,109],taro:31,">uptime":3,"\u518d\u5e30":[121,77,44,29,76],"\u958b\u3044":[17,25,129,107,76],binlib:104," accurate":21,"\u958b\u304f":[17,129,50],invalid:[77,118],"\u30b3\u30e1\u30f3\u30c8":[107,66,15,51,121,102],"_rate":[27,53,2,3,6],application:35,"\u958b\u3051":50,"\u3042\u3052\u308b":[36,71],"'\u3002":66,"\u56db\u3064":98,grn:57," go":80,"\u30d0\u30a4\u30ca\u30ea\u30fc":93,"\u6642\u4ee5\u5916":107,ooo:64,nice:80,"\u767a\u884c":27,"\u7acb\u3061":93,".load":102,"\u3002dump":110,users:[39,70,35]," script":102,"\u53f3\u8fba":[17,107],"\u3002\u30bf\u30b0":31,lucid:[107,11,104]," eight":2,"\u6307\u5b9a":[91,44],"\u5c5e\u3057":32,"\u4e00\u7dd2":[0,49,2,45,77,50,96,41],"}\n":[31,77,49,97,84,10,106,125,101,80,39,6,56,34,51,126,87,35,103]," old":104,".php":104,"\u3088\u304f":77,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":130,"> y":50,drilldown:[0,108],"\u982d\u8f9e":64,"\u3088\u3046":[0,61,64,33,66,6,7,100,50,74,35,36,77,9,103,104,128,80,81,102,110,12,41,44,98,86,49,17,78,121,122,52,125,90,91,107,21,93,24,129],"\u7d99\u7d9a":[50,66,52],"\u306a\u304c\u308b":50,"_permission":1,"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":122,"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":102,"\u4f7f\u3044":[32,6,74,35,36,77,103,106,11,80,111,83,44,115,17,120,121,52,88,129,91,92,21,93,105,41],"_empty":[1,118],"\u4e00\u5de5":97,"&query":27,age:77,confirm:83,"/wgs":48,"\nerror":[4,5],"\u5b50\u5348\u7dda":49," base":6,"\u8aad\u307f\u53d6\u308a":[38,66],"2\u3064\u3081":[51,125,35],"_nil":107,"\u30b3\u30a2":[74,6,35],"\u7f6e\u304f":74," post":[77,103,125],"-count":53,hello:[80,103],rinse:104,"\u6a29\u9650":74," b":[103,125]," c":[125,55,91,70,17,103]," `":3,msbuild:70,"\u30d6\u30e9\u30b8\u30eb":49,gr:77," d":[45,98],"\u3067\u307f":91,"\u7121\u99c4":91,",\"title":2," n":[91,77,103,125],"\u30a4\u30f3\u30c7\u30c3\u30af":51,"\u30ed\u30b0\u30a4\u30f3":104,"\u64a4\u5ec3":[107,66]," i":[104,83],"\u958b\u304f\u969b":50,"\u3067\u3064":62,"\u843d\u3061":[50,107],gb:3,ga:102,"\u5272\u308a\u5f53\u3066\u308b":[10,64,2]," z":32,"\u30dc\u30c7\u30a3":[41,118,7],"-lzo":94," y":50,"\u3067\u306b":[45,80,7],"\u305f\u3060\u3057":[0,98,103,24,66,50,17,75,125],"\u3067\u3069":106," }":[53,126,2,27,35],"\u3067\u3057":[14,10,103],"\nhttp":6," @":[77,97,45,126,98,15,103]," binding":69,pthread:17,"|http":102,"\u8a2d\u5b9a\u6e08\u307f":96,"\u898b\u3064\u304b\u308b":50,"\u8a9e\u6271":98,description:[126,98],"\u30ad\u30fc\u30b5\u30a4\u30ba":64,"-release":57,":..":77,"\u3067\u3059":[59,96,1,2,3,130,64,32,33,66,68,70,6,7,34,50,74,126,8,35,62,80,77,9,103,102,105,55,106,11,38,45,39,100,75,61,111,92,65,41,42,44,110,84,14,98,115,15,48,49,118,17,51,78,121,81,122,52,123,88,129,104,89,86,91,125,20,21,93,10,73,56,24,57,83,87,27],"\u3067\u3044":[10,77,103],"\u3002ftp":102,"\u300cgroonga":111,"\u30ea\u30af\u30a8\u30b9\u30c8uri":6,stable:9," yamaguchi":17," [":[2,62,66,27,7,61,87,102,97,80,77,49,103,10,106,38,81,39,108,110,41,100,31,84,45,47,15,48,116,50,51,123,53,125,89,86,90,126,73,21,99,93,56,34,129,6],"\u3067\u304d":[0,1,61,3,64,33,66,70,6,7,72,100,50,74,75,80,77,9,103,104,105,106,11,38,81,107,102,110,111,12,41,43,44,115,47,15,49,17,78,121,122,52,123,88,129,125,91,79,21,124,93,37,24,83,58],include:55," ^":[50,103],"\u62e1\u5f35\u578b":10," \\":[15,98,66,103,81],"\u5411\u3044":[93,64,77]," \"":[2,62,32,70,27,73,34,87,35,97,80,77,49,103,10,106,38,81,39,102,65,31,84,45,53,15,48,50,51,121,125,89,86,126,92,21,93,56,129,6],mbytes:102," ":[2,3,66,6,73,34,74,87,35,62,77,9,103,104,10,106,80,81,39,108,102,97,41,31,44,84,53,15,48,49,51,52,123,125,89,86,126,92,21,93,56,129,27],"\u4f59\u308a":103,".patch":83,"\"saerch":84,"\u30d7\u30e9\u30b0\u30de":77," %":[50,103]," libmsgpack":[105,11],"\u8fbc\u307f":[40,121]," (":[42,36,77,69,103,30,105,11,21,115,49,44,70,104,50,88,125],ddl:45," .":[115,88,74,104,105,14,11,45,70,122,52,102,58]," /":[123,98,2,103,45,106,11,66,70,27,7,50,35,6],"\u304a\u3051":77,"\u3002time":126," 3":15,"\u3067\u5024":[66,2],"\u6e0b\u8c37":126,"\u983b\u5ea6":106," 4":15,"\u3072\u308d":97," :":103,"\u30a8\u30b9\u30b1\u30fc\u30d7":[38,50,21],"_users":126,"\u6368\u3066":17," ?":103," <":[77,69,103,45,21,48,110,50,17,102]," =":[31,77,49,97,66,48,44,103],"\u5206\u985e":10,"\u4f7f\u3048\u308b":[125,66,50,17,74,52]," snippet":21,"\u304a\u304d":[91,104],"-build":122,".clean":104," update":57,"-id":[50,66],"\u542b\u307e":[93,77,44,2,103,104,125,121,65,56,73,21,38,7,50,98,88,35,41],".mo\u30d5\u30a1\u30a4\u30eb":83,"this":[77,2,103,10,125,99,6,101,27],"\u304a\u304f":[10,103,104],ctx:85,"\u6b8b\u308a":[77,9,121,41]," such":[50,83]," url":110,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":64,"/httpd":[96,6],"\u601d\u3063":55,".output":24," innodb":91,"_use":[1,118]," owner":6,".po":57," term":[47,86,62],"-suggest":[28,36,30,106,107,127,50,17],"/bin":74,"\u5341\u5206":[45,77,7],"/sbin":58," word":[77,125],"-memory":107," outputs":101,".pc":[17,127],"\ntable":[45,126,110],"\u9023\u643a":91,"\u8ca0\u6570":50,video:31,"\u7d42\u308f\u308b":[80,103,125]," [":[39,77,41],".xml":3," suited":21,"_cursor":[50,107],register:[36,20,92,30]," -h":35,index:[31,51,69,104]," env":121,"-known":21,"\u7d44\u5408":81,"/introduction":[2,27],opaque:118,".tsv":[121,3],squeeze:[36,104,94]," japanese":16,"\u30dd\u30a4\u30f3\u30c8":121,etime:123,"\u5f35\u308c\u308b":50,"\u983b\u7e41":74,"\u306e\u3067\u3057\u3087":77,"\uff08not":111,"\u4e2d\u56fd":49," voiced":129,"\u5c0f\u6570":[77,61,90,93,100,17],"\u30a8\u30f3\u30b8\u30f3":[10,31,77,66,91],"{time":101,"\u8fd1\u3044":123,"\u5224\u65ad":103,"-exact":53,"\u5024\u8a18":103,"\u6c42\u307e\u308a":91,"_over":[1,118],"\u521d\u56de":83,"\nalert":[4,5],nonexistent:77," score":39,"\u632f\u821e":49,"?parameter":6,let:80,"\u57cb\u3081\u8fbc\u3080":102,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":33,ubuntu:[36,122,94,52],"0xc":118,"\u3042\u308b":[90,1,2,31,4,64,32,33,66,5,29,50,34,114,74,35,76,77,9,103,104,79,10,106,38,81,108,102,61,111,40,112,65,41,100,43,44,110,84,45,46,47,15,49,82,17,51,78,121,123,53,124,125,86,83,91,107,73,21,37,116,24,25,95]," memcached":27," \"":[77,49,62,126,65,125,86,39,27,73,51,87,102,103],"\u306b\u5bfe\u5fdc":[100,77,61,90,24,66,38,50,40,17,129]," ":[2,62,27,34,73,87,35,97,77,9,103,10,106,80,81,39,31,84,53,15,48,49,51,125,89,126,21,93,56,129],"= \"":[77,103],"(gqtp":96,"/tmp":[121,35],broken:118,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[64,2,6],"\u4e0a\u3052\u308b":45,"/coremodule":6,"\u57cb\u3081\u8fbc\u307e":104,"\u57cb\u3081\u8fbc\u307f":21,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":66,"\u3058\u304d":21,"\u306e\u3042\u3068":50,"\u5177\u4f53":[45,51],"\u3067\u3082":[59,1,2,64,98,70,6,50,34,74,102,115,77,104,11,83,45,48,27,118,17,51,122,88,91,21,105,94,41,58]," article":51,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[114,91],"\u300coffgao":126,">version":3,".fedoraproject":88,"\u6301\u3061":[44,66,6],"\u5206\u6790":91,"\u9806\u756a":[45,66,2,125],"\u898b\u3064\u304b\u308a":77,firewood:50,apple:129,"/to":[6,35],"\u30ed\u30f3\u30c9\u30f3":49,realloc:107,"\u5171\u901a":[17,32,103,51,64],"_by":[17,126,127,50],"\u7518\u3044":62,"\u8981\u6c42":[15,2],hardy:107,"\u9014\u4e2d":[104,84,66,118,50,34],"\u3046\u3048":[17,50],"\u6642\u306b":17,"\u5148\u60c5":126,"\u7d5e\u308a\u8fbc\u3080":8,use:[50,77,66],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":74,"\u3002\u3064\u307e\u308a":[115,77,2,125],usa:89,"<- ":35," garbage":86,"\u6642\u9593":[93,77,61,125,104,90,91,107,53,100,17,102],bi:[45,98]," defines":99,"\u3002\u30d0\u30b0":59,"\u7d5e\u308a\u8fbc\u3093":91,"\u3057\u307e\u3046":[91,17,107,104,50]," protocol":118,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":51,save:104,"\u81ea\u5206":[102,94,83]," grn":[101,44,121,111],"\u30af\u30a9\u30fc\u30c8":125," doc":[62,104,83],soundkitchen:[17,50],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[36,30,7,86,50,17,25,76]," functions":69,"\u3059\u308b":[44,91,85,16,12,57],"\u7d4c\u7def\u5ea6":[36,109],"\u3059\u308c":[2,125,91,7,102,103],on:[6,35,21],started:125,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":57,"[header":[92,93,39,7,87,41],"\u5f15\u304d\u8d77\u3053\u3059":50,iwai:50,"\u8868\u3059\u578b":32,tokenbigramignoreblanksplitsymbolalpha:45,"\u5225\u9014":[32,89],"\u3059\u3093":126,"\u305d\u308c\u3089":[123,77,121,35],"_per":17,"\u305d\u308c\u305e\u308c":[2,3,64,98,66,74,62,77,104,10,81,41,44,45,48,118,51,122,89,126,21,93,24],"{prefix":[74,7],defines:99,"\u5358\u72ec":102,"\u4f7f\u3044\u65b9":[36,30,91],"\u9818\u57df":[50,48,74],"(wgs":48,"?msg":104,"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":50,"\u5229\u7528\u4f8b":91," depends":69,"<limit":66,"\u4ee5\u5185":[34,48,126,103,84],"\u8d77\u52d5":[9,3,104,107,66,53,70,102,50,24,35],"\u6e21\u3055":[49,44,50],"\u6e21\u3057":[44,61,38,27,100,2],twiter:50,"\u6e21\u3059":[50,2],"\u53d7\u3051\u4ed8\u3051":[50,107],mitsuhiro:107,"\u7de8\u96c6":[57,122,104],"\u4f5c\u696d":57," morning":80,"\u3001&":48," github":83,"\u30b7\u30fc\u30b1\u30f3\u30b9":[34,84,56]," actual":6,links:[10,27,89],"\u306f\u6708":103,process:[36,30],sudo:[115,88,11,105,50,74],"_estimate":17,"\"correction":8,"\u30af\u30e9\u30c3\u30b7\u30e5":[17,107,50],pentium:102,">max":3,"/linux":[36,94]," example":77,tag:31,"\u7d30\u5206":10,objname:[25,76],"\u30b7\u30e3\u30fc\u30d7":41," mte":69,"\u3059\u3050":[91,35],sed:[17,50],"(content":21," candidate":106,sis:17,"\u306f\u307f":57,"\u6301\u3063":[77,103,84,91,50,129,125]," toybox":10,"\u6301\u3064":[31,77,49,2,103,89,84,10,91,85,33,66,38,17,129,75],tokendelimit:56,"-strings":50," or":[77,125,81,101,121,62],"\u6df1\u523b":[45,50],"\u629c\u3051\u308b":2," candidate1":106,"\u3059\u3067":[80,98,82],"\u3059\u3079":[77,44,102,64,118,9,6,110,34,17,87,126,35,76]," titles":[103,125],"_repair":50," {":[49,2,84,106,53,6,56,34,126,35,27]," }\n":[126,6],sid:[36,94],defalt:107," indexblog":51," port":[27,58],dd:[101,103]," size":86,"\u30b3\u30de\u30f3\u30c9":[36,0,44,104,30,107,70,17,72,12,50,74,122],"_create":[36,44,30,20,127,50,17],normalize:[36,20,30],"\u81ea\u5df1":126,"\u3044\u304f\u3089":91,"_')":[47,75],"\u4e26\u3073\u9806":48,stop:50,"-deafult":17," msgpack":3,"\u304a\u3059\u3059\u3081":35,"\u7e70\u308a\u8fd4\u3057":[103,102,83],"\"rectangle":[50,49,78],"}e":103," mroonga":[77,125,81,15,51,103],"\u5f35\u3089":[10,50],"\u5f35\u308b":[103,125],"\u3055\u3044":[96,1,2,97,63,64,32,16,70,6,7,74,35,115,77,49,103,81,10,106,11,45,39,102,41,14,15,27,50,87,122,88,125,91,92,105,24,83,58],"\u306e\u307b\u304b":[10,32]," composition":129,"\u30a2\u30af\u30bb\u30b9":[123,107,104,10,24,66,27,50,17,83,6]," nice":80,"\u7d5e\u308a\u8fbc\u307f":[91,2],"\u3042\u308b\u3044":[115,88,9,103,91,118,125,37,44,6,78,41],"\u4eca\u5f8c":[40,17],alloc:[27,53,2,3,6],"\u7b2c\u4e8c":49,"\u66f8\u5f0f":36,"\u30b5\u30fc\u30d0\u30fcid":17,rakutan:51,"\npackages":104,"\u4f53\u8fd1":78,"\u898b\u3064\u304b\u3063":[77,8],lines:122,"\u30da\u30fc\u30b8":[36,77,2,104,66,16,50,24,83],"\u518d\u8d77":[96,121],processor:[105,88,11,115],"=platform":94," restart":96,"-protocol":[66,27,102],"\u524d\u65b9\u4e00\u81f4":[50,0,106],"/repositories":104,":\\\"":38,"\u8a9e\u610f":68,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":107,"\u4eac\u90fd":[45,98],"#groonga":121,"\u30c0\u30d6\u30eb":[125,64,50,17,41,103],"\u300cbill":98,"\u7d9a\u304d":38,gcc:[17,74,50],"\u306e\u3088\u3046":[50,77,125,103,111],"\u304a\u3070\u305f":17,"(cutter":122,"\uff08tokenmecab":45,"\u7d9a\u3044":[45,90,77,61,100]," shorttext":[2,62,66,87,102,97,77,49,103,10,80,81,39,110,41,31,45,47,15,51,125,89,126,21,129],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":62,"\u30ab\u30d0\u30fc":122,"% ":[104,83],jiro:31,"\u30c7\u30d5\u30e9\u30b0":17,":configuration":70," clean":122,"\u305d\u308c":[115,88,44,2,62,104,10,126,32,98,125,53,45,107,70,56,103,51,83,41],"\u3002int":50,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":123,"\u4fc2\u6570":44,"\u629c\u3051":[17,50],"\u91cd\u307f":[36,77,125,45,81,50,109],"\u6570\u5b57":[45,84,102,41],lf:123,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":104," bool":[10,97],"-mysql":[105,88,11,129,115],"\u3092\u3064\u3051":[77,125],lc:83,"\u78ba\u7387":106,"_unavailable":[1,118],"\"sphere":78,"\\\"}":38,ll:[45,98],"_reopen":[36,30,4,20,5,50],"/apt":[105,11,104],euc:[50,74,66],li:[45,98],"/api":35,lt:21," extract":101,"\u8ab0\u304c":126,zip:[36,104,94],total:[86,102],"\u512a\u5148":[91,102],"\u5de6\u4e0a":[37,0],"\u5de6\u4e0b":0,"[space":125,"\u6700\u5927\u5024":50,"\u9589\u3058\u308b":[17,0,64],"\u305f\u3076\u3093":74,"\u306f\u3069\u3061\u3089\u304b":[103,125],"\u4f75\u305b":2," gpl":69," cache":50," patch":69," |":[123,115,77,103,104,81,45,11,88,105,48,6,50,52]," gpg":104,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[36,107,20,30],auth:[6,35]," value":[50,77,2],dat:64,"\uff08world":32,billiard:[45,98],"\u8d8a\u3048":45,"@' ":2,"\u89e3\u91c8":[107,44,110],"\u6765\u307e\u3057":126,day:101,"_point":[31,78],"\u3088\u30fc":126,articles:51,"\u306b\u304f\u308b":45,"\u5f15\u8a9e":2,translate:83,"\u300d:":129,xml:[17,107,50],edit:[36,0,113,104,30],")]":50,"\u4f4e\u901f":89," hw":58," updated":[45,69,83],"/master":[83,52],"(nginx":96,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":66," hh":[101,103]," start":[80,96]," physical":86," threasd":66,"\u70b9\u9593":[48,33],"\u6df7\u305c":[10,106],"\u65e2\u5b58":[2,104,10,91,27,40,50,102],"\u3064\u3044":126,"<gqtp":102,"\u5408\u5bbf":126,"_none":65,"\u5186\u6ed1":104,",\"link":10,"\u5c3a\u5ea6":91,"\u6b8b\u308b":17,"\"abandon":90,"\u751f\u6210":57,"\u89e3\u6c7a":[17,86,50],"\u3002redmine":59,frequency:[34,106,84,56]," your":[17,83,52]," gnupg":104,"& b":103,"\u30b3\u30e1\u30f3\u30c8id":126,"/message":104,partial:44," creates":[101,99],out:102,"\u3050\u308b\u3093":[31,103,125],"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[15,81],"\nexecuted":27,"\u5fc3\u914d":94,"-match":94,"\"mroonga":[15,77,103],res:102,"';":66,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":66,"\u306b\u304f\u3044":91,"\u51fa\u6765\u308b":126," subject":50," \u6c11":98,"-package":[104,94],"\u30ab\u30ec\u30fc":98,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":126,"_default":[50,35]," floating":32,sphinx:57,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[70,83]," five":2,">starttime":3,"-fd":17,"-per":17,"/\u6708":126," thesaurus":77,"\u904e\u7a0b":75,status:[36,0,30,107,20,50],"\u73fe\u72b6":9,"\u542b\u3081":[77,121,125,104]," too":51,"\u5b9f\u7a3c":123,"\u4ed8\u5c5e":[24,6],retry:118,"/aba":[48,2,89],"8r":[50,74,66],httprewritemodule:6,"& (":103,"\u76ee\u8996":93,lts:[36,104,94],"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[17,74,122,94,83],"\u30d6\u30e9\u30b8\u30ea\u30a2":49,"\u4ed5\u69d8":[36,9,106,107,6,50,24],deprecated:[77,9],"\u4e00\u90e8":[46,2,8,104,50],"_nsubrecs":75,"\"\uff08":34,"\"\uff09":[10,34,0,48],"_friends":31,"\u300d\u3001":[31,126],"-localstatedir":94,"\u30bb\u30b0\u30e1\u30f3\u30c8":[86,25],"/universe":11,"\u9001\u3063":[55,59,57,83],"\u7403\u9762":[49,78],url:[110,17,27,104,24],"\u3064\u3051":[77,49,92],"3ki":107,"\u304a\u3059\u3059\u3081\u3057":[103,104,125],"\"sea":34,"\u8aa4\u5dee":[17,49,78],largetext:64,"<max":66,there:125,"\"say":103," instead":[77,66],",\"location":[31,48],"\u8aac\u660e":[59,1,30,70,74,36,104,11,83,114,44,115,14,50,52,88,20,93,105,94,57,58],hex:31,"\nload":[49,110],unsupported:118,"\u30d9\u30af\u30bf":[50,0,107,65],"\nctrl":27,"\u591a\u304f":[77,2,10,66,21,45,17,130,41],"\u7d44\u307f\u8fbc\u307f":[36,30,92,20,110,102],"\uff08\u300c":[45,129],"\u53d6\u308a\u8fbc\u307f":17,"\u64ec\u4f3c":[77,103,125],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[17,0,107,122,50],"_symbolic":[1,118],grroonga:8,"\u8d77\u70b9":[90,100,77,61],utc:103,"\u5897\u5927":49,"\u53d7\u3051\u53d6\u308a":[44,2],moero:31," links":10,"\u516c\u5f0f":[17,88,115],"\u30e9\u30f3\u30ad\u30f3\u30b0":2,unknown:118,"\u7121\u52b9":[50,77,74,6,125],"\u8aad\u307f\u8fbc\u3093":27,mkdir:110,system:14,",[":[45,90,100],"\u6c38\u7d9a":[36,30,41],"\nlog":101,"\u52d5\u5c0f":32,"\u304a\u304b\u3057\u304f":107,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":51,"-doc":50," video":31,"-keys":104,man:0," tokenmecab":45,"\u306f\u3058\u3081":[36,106,9,128,83],"\u7279\u5316":[103,83]," for":[49,32,21,99,69,50,101],"\u304b\u3061":[77,98],configure:57,"_query":[44,84,106,56,34,50,121],".textile":104,"_logger":50," service":[96,84],"\u304b\u3069":[115,77,125,45,106,37,48,78]," mecab":[91,88,69,115],"var":[74,65,44,66,6],"\u756a\u76ee":[10,77,2,103,125],",..":[38,73,65,77],"\u8ffd\u8de1":57,"\u64a4\u53bb":17,itagaki:107,"_vector":[31,77,10,126,47,15],"\u500d\u7cbe":32,"_started":[93,39,92,87],"\u3092\u3054":122,"\u9ad8\u3044\u9806":2,"\u53d6\u308a\u5f97\u308b":32,"\u3002run":122,"_unsupported":1," started":[93,101,77,103,125],"\u305b\u3044\u305c\u3044":41,"\u51fa\u73fe":[91,106,68],"|:":101,"/..":[6,104],"\u305b\u306a":[103,125],"\u304b\u3051":76,"_illegal":1,".grn":110," normalizers":129,"\u81ea\u52d5":[31,2,97,104,64,7,125,102,50,17,103,75,83],"\u3042\u304d":97,"\u304b\u305a":50,"\u82e6\u624b":91,"\u30ab\u30bf\u30ab\u30ca":[34,129,106]," snippet3":21,"\u5229\u70b9":91,",' ":[10,32],"\u6291\u5236":50,"false":[125,29,97,104,10,4,32,107,46,81,47,15,39,5,108,40,103,87,116,76],"\u8a72\u5f53":51,"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"$home":104,"\uff01\uff09":[34,84],interrupted:118,"\u81f3\u308b":10,"\u56fd\u969b\u5316":[57,120],"\u76ee\u304f\u3089\u3044":41,"\u96e3\u3057\u3044":91," tritonn":[77,103,125],"\u4fee\u6b63\u4e2d":84,"\u30de\u30a4\u30af\u30ed":[10,126,32,103],"\"null":50,"_expanders":[121,7],"\u3002cpu\u30b3\u30a2":35,"\u304b\u3082":[93,92],"\"co":8,tvsec:53,"\u975e\u308f":98,"@tomotaka":17,"\n ":[44,6,35],"\u6f14\u7b97":[50,74,107,111],"_control":[1,118]," lexicon":[81,80,15,51,102,41],"\u914d\u4e0b":[24,104],tokendelimitnull:127,".msgpack":3,"_const":44," unix":93,"\u4e88\u7d04":47,"^ ":103,"\u9078\u629e":[91,77,49,104],"_groonga":93,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":44,"5f":102,satoh:17,"\u3080\u3044\u3061\u3083\u3044":126,brazil:89,"\u901f\u3084\u304b":9,"\u3069\u3061\u3089":[59,96,2,62,92,51,8,35],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":17," suggest":[106,56],"\u8aad\u307f\u8fbc\u307f":[17,121,2,7],"\uff08gnu":74,"\u69cb\u7bc9":57,"\u3068\u305d\u306e":9," six":[101,2],"\u672a\u958b\u653e":107,"-h":66,"/commands":[73,39],"_hey":41,"\u3089\u308c":[77,44,2,64,65,107,73,91,48,50,17,51,76],"**":5,"\u3064\u3076\u3084\u304d":80,"\uff09\u3001":[64,98],"\u9ad8\u901f":[31,0,44,2,103,130,64,33,66,125,49,91,17,78,35,41],"\uff09\u3002":[45,126],"* ":[32,103],sa:[106,84],"*\"":[51,77,127],"_build":122,"\u73fe\u5728":[123,2,104,91,33,68,82,126,40,124,102,41],"\u6e2c\u5730\u7cfb":32,latin1:50,"\u5168\u89d2":[17,129,2],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":66,"_delimited":69,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[50,84,41],"_is":[1,92,93,39,118,17,87],hh:[101,103],"\u5408\u81f4":2,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[36,77,64,32,17,109],"(arugment":103," is":[77,2,3,10,125,21,81,27,101,50,51,103,35,6],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[0,9,107,93,50,17],"-point":32,"\u901f\u304f":[31,74,41],"\nwarning":[4,5],"\u5171\u901a\u63a5":64,":tasukuchan":126,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":104,"-get":[50,11,104,105],"_id":[77,2,103,104,48,50,17,75],its:59,"_temporarily":[1,118],".gz":[115,88,104,14,11,58,105,74,83],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":129,"\u6307\u3057":10,"_database":50,currently:6,"\u3084\u308a":59,"\u5fc5\u9808":[74,70],"\nlucid":107,",\n ":[31,77,103,45,106,65,93,86,6,126,125],"\u8d8a\u3048\u308b":45,"_initialized":[1,118]," favorite":83,"'mroonga":[81,51],"\u30e2\u30b8\u30e5\u30fc\u30eb":[36,9,107,91],"\u304b\u3089":[36,44,104,91,85,33,94,57,83],"[httpd":50,"'localhost":[123,66]," \u304b":58,"=c":70,"\u3002\u2193":66,ssssss:101,"\u53cb\u4eba":31,"=i":104," project":103,"|persistent":[73,39,65],"\u5b66\u3093":126,synonym:[77,62],"\u8abf\u3079":[37,78],"=\\":21,cache:[36,0,20,30]," it":[80,125]," doesn":6,"\u30b7\u30a7\u30eb":[74,102],daiki:[50,107,127],"\u30fb\u5168":108,"\u4e0d\u6b63\u78ba":[53,50]," in":[50,44],"get\u30e1\u30bd\u30c3\u30c9":24,wget:74,truncation:17," id":[101,86,91],"\u4ecb\u3057":[91,27]," if":6,"\u65e5\u4ed8":[91,49,104]," documents":[81,21],"\u6295\u7a3f":104,"\u4ed8\u3051\u308b":[85,129,2],"\\groonga":70,"!condition":103,means:101,"[admin":[17,50],"\u7279\u5225":[74,34,1,125],"\u5c11\u306a\u3044":[77,125,80,111,121,103],ko:69,"\u7d44\u307f\u8fbc\u3080":[91,44,6],"\u30c0\u30f3\u30d7":[50,107],"\uff08and":111,"=$":[74,104,83],",\n{":[129,62,89,81,106,84,125,15,56,34,51,103,97],"\u7e70\u308a\u8fd4\u3059":107,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[77,82],"= ":[50,48,97,103],words:103,"\u306e\u307f\u3057\u304b":8,db1:35,"_path":[50,104,102],db2:35,"=(":104,">cache":3,"\u53c2\u52a0":[57,16]," nfkc":129,"\u4e0d\u8981":[50,91],"\u307b\u3068\u3093\u3069":115,"\u30b7\u30a7\u30a2":16,"_search":[17,106,50],"\u3070\u3044\u3051":[77,103,125,41,50,74,121,52]," released":[69,104],"(column":21,",\n[":[21,110],"'='":66,",\n]":[45,15,48,62],queries:102,"\u3050\u308b":[125,103,111],"\u30fb\u81ea\u5df1\u7d39":126,fixed:50,"\u307e\u3068\u3081":57,"_busy":[1,118],view:66,"\u5236\u5fa1":[50,6,81]," eggs":51,"\u304b\u304e\u308a":102,"=fedora":104,"\u3002blogs":45,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":107,"\u4ee3\u5165":[107,44,125],"\u3068\u3057":[123,31,44,103,84,10,32,66,80,49,56,34,51,121,8,102],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":110,"\u8fd4\u4fe1\u5143":126,latin:[50,74,66],"\u63a5\u7d9a\u5148":123,"\u884c\u6570":17,"\u306a\u306a\u3069":[103,125]," queries":21,terms:[45,86,77,2]," an":6,"|ga":77," the":[125,21,6,50,101,103],"\u57f7\u7b46":[51,33,68],"\u975e\u5e38":[50,35],oneiric:[36,104,94],"\u3002debian":122,"\u306b\u3064\u3044\u3066":[59,114,1,2,4,92,32,98,66,68,5,29,7,34,50,74,35,76,115,77,9,104,105,10,106,11,38,81,39,100,82,61,40,108,113,65,41,28,43,44,110,84,14,46,47,15,49,118,112,17,87,78,121,52,53,88,126,125,86,90,91,79,20,124,37,116,73,56,57,25,95,58],"\u985e\u4f3c":[50,44,111,106],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":50,"\u51fa\u529b":[12,57,122,91],iptables:35,ieee:32,"{name":103,"(string":79,"\u8ffd\u8a18":[50,104],"\u30c7\u30e1\u30ea\u30c3\u30c8":64,dll:[17,50],connection:118,"\u3002tld":89,travi:50,progress:101,"\"\u30df\u30ea":103,logaling:52," gqtp":[91,96,1],"\u3057\u304b\u3082":130,"_incompatible":1," quit":66,ken:31,"_connected":[1,118],"\u306f\u3061\u3087\u3046":103,"\u7dad\u6301":[91,35],"\u304c\u304a\u304c":126,"/var":[96,74,66,6],"\u6d88\u8cbb":80,"\u4e0a\u4f4d":45,"| c":103,"\u5168\u4ef6":[103,125],"\u4e43\u6bc5":107,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":50,"\u6b8a\u547d":102,job:102," only":6,"\u3053\u308c\u3089":[2,3,64,7,74,8,75,115,77,49,103,11,45,35,111,14,50,88,125,89,126,92,105,56,24,57,129],key:[93,77,106,65,38,39,116,110,50],"\u300d\u3002":111,homebrew:[36,94]," cities":49,"\u6982\u5ff5":9,"\u6539\u884c":[17,65,66,50],"\uff12\u3064":[48,89],"2\u4ef6":126,"\u304a\u77e5\u3089":36,"\u518d\u8d77\u52d5":7,plugin:17,admin:107,"|on":77,"/status":[123,27,3,35,6]," just":[80,101,99],valgrind:122," max":[43,82],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[125,64,107,17,41,103],"\u306e\u3069\u3061\u3089\u304b":[77,103,125],etc:[11,6,35],".org":[31,88,74,2,89,83,105,14,11,10,48,70,6,110,104,115,58,102,27]," mac":50,"/local":[74,6,104],illegal:118," groo":77,"$prefix":17," properties":101,"\u56f2\u307e":21,"\u59cb\u307e\u308b":[77,103,102,47,35,34,121,8,75,125],comment:[126,51]," me":26,"\u4eca\u56de":[50,2,21,103],"\u30d5\u30a9\u30eb\u30c0\u30fc":70,"\u304a\u304d\u307e\u3057\u3087":10," \"@":126,"\u4f5c\u6210":[57,117],"\u6295\u7a3f\u5834\u6240":126,"\u533a\u5225":[32,77,97],"/senna":110," easy":12,"\u30cb\u30e5\u30fc\u30b9":80,"\u6df7\u5728":24,"_add":66,",\n#":[31,77,2,103,10,126,81,48,27,125],"\u3002drilldown":[77,89],"\u30af\u30ea\u30a2":[17,50],zenigata:31,"\u66ff\u3048\u308b":[2,89],table:[36,44,30,46,65,107,20,47,9,50,17]," \"_":[2,62,27,34,87,97,77,49,103,10,106,80,81,39,31,84,15,48,51,125,89,126,93,56,129],"-history":17,rpm:[115,88,104,107,50,17]," backup":110,"/hostname":[66,102]," \"e":[34,106],"\u30ab\u30b9\u30bf\u30e0":6,bom:107," sign":104,"\u30b5\u30d6\u30bb\u30c3\u30c8":32,"\u91cd\u307f\u4ed8\u3051":[45,77],args:66," \"b":15,"_itoh":17,"\u30b9\u30ab\u30e9":65," \"n":[93,77,2,103,125,53,6,27]," argument":103,"\u5c0f\u6570\u70b9":10," \"k":31,quiz:31,"\u57fa\u6e96":[10,91,2,104],json:[17,107,50],"\u3002gdb":122,"\\'":[66,125]," \"s":[106,84],"\u547d\u540d":50,"]\n":[2,62,66,27,34,73,87,97,38,77,49,103,10,106,80,81,39,41,31,84,15,48,51,125,89,126,21,93,56,129],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":104,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":50,"\u901f\u3044":64,"\u521d\u671f\u5024":123,username:[31,70],"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":50,"\u5927\u6587\u5b57":[2,41],"\u4e2d\u91ce":126,"_gqpt":102,"_level":[36,20,30],"\u5185\u90e8":[10,50,53,21,104],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":98,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":17,"-cache":66,"\u306a\u306b\u5bfe\u3057":[103,125],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":0,"_filename":1,"\u3068\u3064\u3044":48,"\u4fdd\u6301":68,"\u524d\u8ff0":[45,129,41],"\u7a2e\u985e":[36,77,1,103,104,84,45,64,56,66,109,106,125,44,118,34,17,75,41],"\u540c\u671f":[104,102],"\u30b5\u30a4\u30c8":[10,31,104,111],"_binary":50,"\u30c7\u30a3\u30b9\u30af":0,"\u5024\u578b":10,"\u4ee3\u308a":[50,49,125]," favorited":126,"_domain":1,"-d":[66,27],"\u672a\u5b9a":10,"{\"":[86,102],"\u5185\u8fd1\u304f":103,"\u5468\u8fba":[50,21],"\u8a02\u6b63":121," tar":[105,88,11,104,115],value:77," yes":123,"\u3068\u3057\u307e\u3057\u3087":51," first":[77,103,125]," favorites":126,"\u5f35\u3063":50,"/locale":[104,83],"\u793a\u3055":[73,65],architectures:104,ultra:31,"\u521d\u671f\u5316":50,"\u73fe\u308c\u308b":45,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[77,70,50,17,121,41],april:104,"\u30d5\u30ec\u30fc\u30ba":50," sound":129,"\u58ca\u3059":50,tar:[115,88,104,14,11,105,74,58],home:[74,104],".co":[77,69]," zlib":[105,11]," suggestion":99,"\u3072\u308d\u3086\u304d":97,site:[10,2,27,89],"\u3002\n":[0,32,98,66,73,102,9,104,38,40,65,31,44,85,46,86,82,17,51,78,126,107,127]," record":[10,49,2,27]," bigram":[45,126],"_exec":1,"\u3067\u304f":[57,121,77,94,52],"\u66f8\u304d\u8fbc\u3093":126,"\u30bf\u30a4\u30df\u30f3\u30b0":[50,2],avg:123,pkg:[107,74],"\u306e\u304b":[126,98],"\u8fd4\u4fe1":[126,51],"/o":41,uptime:[0,2,3,53,27,6],"\u5ea7\u6a19\u5024":17,"\u91cd\u8981":[77,104,122,91,20,68,80,6,74,35,41],"\u614e\u91cd":122,"-gqtp":[36,88,115,11,22,105,50],"\u3002#":[17,107],"\u578b\u304b":32,"\u3002-":[24,74,126],"\u3002.":83,"/d":[6,35],"/c":[55,91],"]'":35," replied":126,"\uff08longest":[17,103],"\u91cd\u8996":[45,80],pkgs:88,"\u300cbilliard":98,auto:[106,104]," replies":51,"\u8aa4\u5b57":[17,107,121,50],tmp:[2,104,106,66,39,27,73,121,35],"\u30ad\u30fc\u30ef\u30fc\u30c9":[36,0,98,125,91,77,21,127,81,71,50,8,41],"\u89e3\u653e":53,"\u982d\u6587":118,rake:104,http:[115,36,88,107,104,24,123,11,66,105,70,6,110,50,17,102,83],"-file":[93,17,66],api:[36,44,30,107,127,50,17],"\u4e09\u7a2e":27,":!":125,"\"popular":77,"\"roonga":8,"[apt":50,"/sysctl":58,"\u306b\u3088\u308a":[42,77,49,2,97,104,86,10,91,32,45,48,6,50,51,35,27],"_ito":17,"\u672c\u4f53":57," hashtags":126,"],":[2,62,65,66,27,34,73,87,102,97,38,77,49,103,10,106,80,81,39,61,100,31,110,84,45,53,15,48,51,125,89,86,90,126,21,93,56,129],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":104,".dump":17,"\u4f7f\u308f\u305a":81,"]/":27," local":110," body":[61,62,45,46,47,90,100],"\u5168\u6587\u691c":[36,107,109,41],"\uff01\"":126,off:6,center:78,yyyy:[101,103],"\u3002c":[55,91,1],"/'":11,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":50,"\u3002n":45,variety:31,"\u7a7a\u6587":[32,125],"([":43," ci\u4e0a":52,"\u66f8\u304d\u8fbc\u3080":102,"\u304a\u3063\u3055\u3093":126,failures:104,"/;":6,ecmascript:[50,77,103,111],uzulla:17,"&! ":103,"\uff01:":74," # ":6,"1byte":118,"\"ellipsoid":78,"\u8868\u793a":[0,3,65,66,17,73,74,109,36,77,9,104,10,102,31,45,53,86,50,89,91,107],"-platform":94,"\ndo":102," obj":86,"\u30c7\u30a3\u30b9\u30afi":41,"\u3002\u30df\u30ea":10,"_byte":[1,118],"\u3002messagepack":[93,74],"\u3001(":[32,102],text:[77,3,64,32,125,93,50,51,35,103],"\u767a\u63ee":91,tcp:66,"\u5229\u7528":[36,88,33,110,104,115,83,91,11,66,93,105,70,122,94,50,74,17,58,102,41],select:[36,0,9,30,107,20,127,39,50,17],"):":[96,104],",_":[31,2,89,106,81,48,126],"\u5438\u53ce":[2,62],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":104," tracking":59,lib:[107,7],"(windows":102," \u6642":126,"\u30d5\u30e9\u30b0":[0,29,2,97,4,68,5,17,76,77,103,10,108,40,41,46,47,86,116,118,50,125,129],takayuki:17,"\u5236\u7d04":42,"!\\":103,":<":[77,125],"\u6b63\u898f\u5316":[50,92,21],"-ruby":[50,104]," ]":[93,6],normalized:92,"\u3042\u3068":[104,83],"}]\n":10,"\u3055\u3093":[107,21,127,50,17,8,35,83],"\u3086\u304d":97," map":101,script:[43,77,124,79,38,37,116,78,102],add:50,"\u3002gqtp":[123,1,27,118],"\u3055\u3089":51,"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":102,"\u74b0\u5883":[91,57],"\u6570\u70b9":32,bool:[97,10,32,37,50,78,125],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":118,"\u30e6\u30fc\u30b6":[77,44,2,62,104,84,32,56,47,50,34,8,102],"\u7d9a\u3051":102,"\u30b9\u30fc\u30d7":98,match:[36,74,108,107,50],"\u5909\u308f\u308a":[86,48,98],"\u5168\u4f53":74,tests:104,"_cas":1,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[27,35],"\u3044\u308d\u3044\u308d":[36,109]," function":[69,113],"\u6bd4\u3079":[80,89],"\u6790\u7cfb":103,"\u756a\u53f7":[123,96,102,66,77,35,27,75],term:47,elapsed:[3,92,93,39,101,87],"\u300c\uff76":129,"\u3068\u3082":[77,103,126,21,15,48,102,125],"'pid":66," fulltext":21,pikonyan:31,"{\n":[44,6,35],"\u4e0d\u8db3":[115,88,11,105,70,94,58]," tracker":59,"\u8a18\u8ff0":[44,2,62,126,66,51,102],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":50,"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":45,"))":[77,121,103],"\u4e00\u65b9":[2,103,81,10,91,21,15,51,45,125],"\u4e00\u3064":[29,61,4,32,98,5,100,73,76,9,79,10,108,110,40,112,65,43,46,47,15,49,82,78,53,124,86,90,91,37,116,25,95],success:118,"\u5947\u6570":103,"/ipaexgothic":12,"\u4f4f\u3093":126,"\u672c\u8cea":102,"]\"":[50,48,126],"\u7f6e\u63db":[77,62],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":35,"\u5ea6\u5206":32,"_implemented":[1,118],"\u3068\u3044\u3063":[77,49,103,64,48,111,50,35,125],"_threshold":[17,74,107],"\u4e0b\u8a18":[53,86,9,44],"\u307e\u305f\u3050":[36,49,109,50]," normalizermysqlgeneralci":129,"\u306a\u304b\u3063":[77,9,2,103,4,66,108,46,47,45,5,29,82,116,40,50,102,76],"\u306f\u307e\u305a":104,"_push":44,because:6,"\u3059\u304f":15," \"a":15,"\"rect":[50,78],"((x":32,"\u9ad8\u3044":[86,106,2,6,91],"-host":102,"\u88dc\u8db3":6,"'user":81," candidate2":106,"\u8ca0\u8377":[107,6],") ":[77,1,103,104,32,44,50,102]," unpatched":69,"#{l":101,"'config":66,"\u63d0\u4f9b":[28,115,88,9,104,105,64,11,91,49,44,107,6,50,17,129,130,8,35,52],"\u610f\u56f3":[15,51,81,50],"\u30bd\u30d5\u30c8":121,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":50,"_sortby":108,"_exists":[1,118]," origin":83," !":103," following":101,"\u304f\u3093":126,"\u7121\u9650":[50,107],"\u96e2\u308c":48,tokenbigramignoreblanksplitsymbol:45,"/hoge":66,"\u304f\u308c\u308b":[55,91,83],"/synonyms":121,"\"gronga":8,"\u30dc\u30bf\u30f3":[50,104,83],"\u76ee\u4ee5\u964d":77," mail":102,")'":[31,126,103,84,106,21,15,48,56,34,125],"=site":27,"(match":[15,81],nfs:74,",\"domain":89,"\u53d6\u308a\u9664\u304d":44,mode:44,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":103,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":102,"\u30d0\u30b0":17,"\u3002rroonga":111,"(debian":96,"_flow":[1,118],"\u3042\u308c":[103,104,45,80,102,41],"'query":50,"\u5927\u4e08":59,gps:91," please":83,"\u7acb\u3061\u4e0a\u304c\u3063":102,host:[27,102],offset:108,"\u304b\u3051\u308b":6,"\u306e\u3044\u305a\u308c\u304b":[37,78],"_auto":50,"\u6319\u52d5":[36,107,66,50]," updates":21,"\u9055\u3063":34,".hash":126,hana:31,"\u30c0\u30e1\u30fc\u30b8":45,"\u5b8c\u4e86":[77,104,83],"\u6f0f\u308c":[50,111,104,91],socket:118,normalizers:129,"\u3002\u3044\u307e":50,".overcommit":50,"\u5206z":32,"\u30fbor":48,lzo:[17,74,118,50],"\n% ":83,"\u4e00\u77ed":91,"\u3055\u304d":10,"_queries":[27,53,2,3,6],akio:50,"\u308f\u304b\u308a":107,".html":[66,104,83],"\u9055\u3044":[115,77,49,2,125,10,51,35,41],iexplore:70,"\u9055\u3046":107," $":104,"$groonga":104," shinya":50,"!!":[38,31,126],"! ":[80,77,44,103,125],getaddrinfo:50,"!\"":[31,77,2,103,10,126,93,125,80,6,50,51,35,27],"\u6587\u66f8":[91,111],coverage:122,"\u7d44\u8fbc\u578b":[36,30],"\u30c6\u30fc\u30d6\u30eb":[36,44],"\u5b9f\u9a13":50,domain:[89,65,66,39,27,73,118],"&lt":21,"_object":1," iwai":50,"\u30ec\u30fc\u30bf":50,"<log":66,"\nthis":50,"_length":118," systemctl":96,"\u8a00\u3046":34,"\u3072\u308d\u3042\u304d":97,"\u300cusers":126," concurrently":101,"\u3068\u3044\u3046":[2,3,64,32,98,6,7,34,50,74,35,62,115,77,9,103,104,10,106,81,102,111,12,41,31,84,45,85,86,48,49,17,51,121,122,129,125,89,91,92,21,126,24,83,27],"-node":88," has":[101,69,99],".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":52,limit:[17,108],"\u3002mroonga":91,"_remove":[17,50,20,30,36],"\u30ed\u30b4":50,"\u95b2\u89a7":27,">default":3,"\u5c55\u958b":[36,104,30,7,70,50,17,74]," event":[34,106,84,56]," this":[2,6,35,21],"\u901f\u5ea6":[17,64,102,31]," query":[101,106,121,118,7]," katakana":129,"\u89a7\u4e0b":122,"\u7279\u6b8a":93,"\u30a8\u30e9\u30fc\u30ed\u30b0":96,"function":[93,118],"\n\uff08":107,"_nofile":101,"-pid":[17,66],"_inappropriate":1,"/mysql":129,"-db":50," time":[10,45,126,102,101],"\u30df\u30ea\u79d2":[32,48],"/vdw":[48,2,89],"\u3002post":35,"-dd":[101,103]," comments":[15,51,110,126],"_term":69,"/shutdown":[6,35],gronga:[121,8],"\u3068\u3069":128,"\u3068\u306e":103,normalizerauto:[73,92,41]," +":[77,103,32,6,50,24,125],gronnga:8,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[17,50,128,36],".\" ":27,"\u3068\u3066":[64,77,35,91],"\u6700\u5c0f\u9650":6,"&& ":[45,15,97,103],gtar:14,"-line":52,"-w":104," tags":31,"\u7528\u79d8":57,"\u4e00\u756a":[77,74,103,35],"}.":77," object":50," wheezy":17,"\u3068\u3053\u306e":34,"\"suggest":8," sitedomain":89,"\u4ecb\u6587":126," applications":21,gro:21,"\u3068\u3048":[9,62,91,98,21,48,74],"\u3002iptables":27," york":49,"\u307b\u3057\u304f":77,"\u6c7a\u5b9a":77,"\u3068\u304d":[0,2,32,98,66,27,7,34,50,74,8,35,115,77,49,103,10,106,11,111,65,41,31,44,84,85,118,17,121,88,126,125,91,107,21,93,105,56,129],blogroonga:57,"-disable":[17,107],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[74,70],".(":104,epel:[50,88],bigram:[45,98],ivh:[115,88],"\u518d\u691c":111,"int":[2,3,31,32,34,77,49,10,106,81,39,43,84,45,48,50,51,125,89,126,107,56]," blogs":45,"\u300c\u6771\u4eac\u90fd":45,"\u30d1\u30fc\u30b9":[17,111],pid:[0,74,66],"\u7a4d\u7528":77,"\u69d8\u3005":[57,44],"\uff11\u4ef6":100,saer:[106,84],"\u4f7f\u3044\u5206\u3051":[45,98],"{ ":35," error":[50,5],"8bit":32,"\u79d2\u5f62":32,"\u70b9\u6570":93," flags":47,"\"se":34,"\u5f97\u308b":6,"_system":[17,1,118]," kawaji":50,"\u884c\u6307\u5411":91,"%post":50,"|none":77,"-config":[0,107,66,50,17,74],compared:21,"\u305f\u3060\u3051":50,"\u7570\u306a\u308b":[36,66,81,71,50,102],"\u5909\u3048\u308b":45,"\"s":34,allow:[50,77,11,125,105],"/default":[50,96],"\u58ca\u308c":[17,107,86,50],detail:102," turn":6,"\u3068\u308a":[24,39,92,77,122],"\u547c\u3076":[50,122,111],book:103,"\u6574\u5408":0,details:101,tokenkytea:50,halfwidth:129,"\u6163\u7fd2":50,"-analyzer":[17,50]," developer":126,"/managers":[6,35],"/sysconfig":96,":\u5206":126,"\u8ab2\u984c":57,"\u3060\u3057":[17,102],"\u3084\u3089":104,".location":126,"_many":[1,118]," system":[59,77,125,32,21,103],"\u307b\u307c":51,"+ff":129,"\u65b0\u3057\u3044":[91,57]," \u3044b":[45,98],"\u4e2d\u9593":[44,98]," useful":51,"\u65b0\u3057\u304f":[77,9,2,80,111,41],"\u307b\u3069":[10,66,106,2,41],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":107,friends:31,"\u90fd\u6c11":[45,98],"\u672a\u5b9f\u88c5":100," available":69,"\u4e0e\u3048\u308b":[38,123,48,9,66],eof:66,"\u30e1\u30e2\u30ea":[115,88,107,11,105,70,94,50,58],"_hugetlb":17,"\u30c7\u30fc\u30e2\u30f3":[50,0,66,6],space:125," threads":101,monkey:10,original:97,"\u3002video":31,emerg:[4,5],"\u6771\u4eac\u90fd":[45,126,98],"|ro":77,"\u5217\u5f15":44,"\u7570\u5e38":[86,102],"\u307b\u304b":[10,91],"\u2026\uff09":84,"\u306f\u307e\u3060":[35,130]," advanced":69,rep:102,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":126},objtypes:{"0":"std:option"},objnames:{"0":["std","option","option"]},filenames:["news/0.x","reference/command/return_code","tutorial/introduction","reference/output","reference/commands/log_level","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/command/command_version","tutorial/data","install/ubuntu","contribution/development/document","spec","install/solaris","reference/functions/sub_filter","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/cast","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","tutorial/network","reference/executables","reference/commands/table_remove","reference","tutorial/index","reference/types","geolocation_search","suggest/completion","server/http/comparison","index","reference/functions/geo_in_rectangle","reference/commands/load","reference/commands/column_rename","reference/commands/log_reopen","reference/commands/table_create","limitations","reference/functions/rand","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/functions/geo_distance","news","tutorial/match_columns","development/travis-ci","reference/commands/status","reference/api/grn_expr","contribution/documentation/c-api","suggest/suggestion","contribution","install/mac_os_x","contribution/report","suggest/tutorial","reference/commands_not_implemented/set","tutorial/query_expansion","server/gqtp","reference/tables","reference/commands/column_list","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","news/senna","install/windows","troubleshooting","contribution/development/repository","reference/commands/table_list","install/others","reference/pseudo_column","reference/commands/clearlock","reference/commands/select","reference/functions/geo_in_circle","reference/functions/edit_distance","reference/indexing","reference/functions/query","reference/commands/cache_limit","contribution/documentation/i18n","suggest/correction","contribution/development/com","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/commands_not_implemented/get","characteristic","reference/commands/normalize","reference/command/output_format","install","reference/commands/shutdown","server/package","tutorial/patricia_trie","spec/search","reference/executables/groonga-suggest-create-dataset","reference/commands_not_implemented/add","reference/log","reference/executables/grntest","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","development","install/fedora","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","contribution/documentation","reference/query_expanders/tsv","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","tutorial/micro_blog","news/1.1.x","suggest","reference/normalizers","server/http"],titles:["\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","8.3.3. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","8.2. \u51fa\u529b","8.3.16. log_level","8.3.17. log_put","8.1.4. groonga-httpd","8.3.21. register","5.1. \u306f\u3058\u3081\u306b","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","13.2.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. \u4ed5\u69d8","2.7. Oracle Solaris","8.11.9. sub_filter","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","8.8. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","8.14. API","8.3. \u30b3\u30de\u30f3\u30c9","8.11.8. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","Cast","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. defrag","8.7. Tokenizers","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.3.28. table_remove","8. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","5.3. \u88dc\u5b8c","7.3.1. \u6bd4\u8f03","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","8.11.4. geo_in_rectangle","8.3.15. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">load</span></tt>","8.3.10. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">column_rename</span></tt>","8.3.18. log_reopen","8.3.26. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.11.7. rand","13.2.4. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","11.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","8.3.9. column_remove","8.3.7. column_create","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.11.2. geo_distance","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","12.1. Travis CI","8.3.24. status","grn_expr","13.3.1. C API","5.5. \u63d0\u6848","13. groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","13.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","set","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.5. \u30c6\u30fc\u30d6\u30eb","8.3.8. column_list","8.1.3. groonga\u30b3\u30de\u30f3\u30c9","7.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","News in Senna period","2.1. Windows","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","13.2.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.27. table_list","2.8. \u305d\u306e\u4ed6","8.9. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.22. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">select</span></tt>","8.11.3. geo_in_circle","8.11.1. edit_distance","8.12. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","8.11.6. query","8.3.4. cache_limit","13.3.2. \u56fd\u969b\u5316","5.4. \u88dc\u6b63","13.2.2. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","8.3.5. check","8.3.29. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">truncate</span></tt>","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","get","1. groonga\u306e\u7279\u5fb4","8.3.19. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">normalize</span></tt>","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.3.23. shutdown","7.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","8.1.6. groonga-suggest-create-dataset","add","8.13. Log","8.1.2. grntest","8.10.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.2.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.25. suggest","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.3.11. define_selector","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.14. dump","8.10. grn_expr","8.3.20. quit","8.11. \u95a2\u6570","12. \u958b\u767a","2.6. Fedora","8.3.13. delete","13.2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.3.2. groonga","13.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.8.1. QueryExpanderTSV","13.2.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.5. now","8.10.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","5. \u30b5\u30b8\u30a7\u30b9\u30c8","8.6. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.3. HTTP"],objects:{"":{"--ftp":[102,0,1,"cmdoption--ftp"],"--dir":[102,0,1,"cmdoption--dir"],"--document-root":[66,0,1,"cmdoption--document-root"],"--cache-limit":[66,0,1,"cmdoption--cache-limit"],"-P":[123,0,1,"cmdoption-P"],"--pid-path":[66,0,1,"cmdoption--pid-path"],"--log-output-dir":[102,0,1,"cmdoption--log-output-dir"],"-d":[66,0,1,"cmdoption-d"],"-a":[66,0,1,"cmdoption-a"],"-c":[66,0,1,"cmdoption-c"],"-m":[123,0,1,"cmdoption-m"],"-l":[66,0,1,"cmdoption-l"],"-n":[66,0,1,"cmdoption-n"],"-i":[66,0,1,"cmdoption-i"],"-h":[66,0,1,"cmdoption-h"],"-t":[66,0,1,"cmdoption-t"],"-p":[66,0,1,"cmdoption-p"],"-s":[66,0,1,"cmdoption-s"],"--bind-address":[66,0,1,"cmdoption--bind-address"],"--default-match-escalation-threshold":[66,0,1,"cmdoption--default-match-escalation-threshold"],"-e":[66,0,1,"cmdoption-e"],"--config-path":[66,0,1,"cmdoption--config-path"],"--query-log-path":[66,0,1,"cmdoption--query-log-path"],"--protocol":[66,0,1,"cmdoption--protocol"],"--log-path":[66,0,1,"cmdoption--log-path"],"--groonga":[102,0,1,"cmdoption--groonga"]}},titleterms:{"_pat":64,senna:69,"\u6539\u826f":[0,69,107,127,50,17],"\u7b26\u53f7":103," quetzal":11,": ":[45,77],"\u6d41\u308c":83,"-prefix":74,prefix:44," v":44,"\u6761\u4ef6":[48,77,104,125],query:[101,15,77,118,81]," x":58,"=number":74,"\u3084\u308b":104,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":27,"\u30d3\u30c3\u30c8":103,tt:[77,92,38,39,87,41],"-release":104,"\u901a\u4fe1":85,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":3,"_column":[15,75,81],snippet:21,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":122,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[71,102],string:92,groonga:[36,96,69,104,91,85,66,67,44,117,6,99,119,24,57,83,27],"\u95a2\u9023":[77,61,4,90,5,108,6,40,100,51,120,116,76],"=message":74,"\u304a\u6c17":126," -":[0,69,107,127,50,17],facebook:16,"\u30b5\u30f3\u30d7\u30eb":[123,102],"_database":6,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[12,121,122,94],"2pdf":12,"\u52d5\u4f5c":[34,84,122,104,56],"\u30b9\u30af\u30ea\u30d7\u30c8":[103,104],"\u3068\u3057\u3066":32,"\u3054\u7528\u5fc3":[50,92,21]," update":104,"-escalation":74,"\u6761\u4ef6\u5f0f":125,"\u7c21\u5358":77,"\u30aa\u30d7\u30b7\u30e7\u30f3":[123,106,66,99,102],".po":83,"\u8ad6\u7406\u548c":125,"\u4ed8\u4e0e":51,"\u771f\u507d\u5024":[10,103],"\u6f14\u7b97\u5b50":103," install":74,"-lzo":74,"_remove":[29,46],"\u7701\u7565":49,sub:15,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":104,"\u53c2\u8003":[93,77,1,81,64,111,92,21,99,129,38,15,106,83,121,41],"\u30ea\u30c6\u30e9\u30eb":103,"\u30d5\u30a1\u30bb\u30c3\u30c8":77,tips:104,"\u683c\u7d0d":32,memcached:27,body:93,"\u30d1\u30c3\u30b1\u30fc\u30b8":104,"\u6587\u6cd5":48,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":125,"\u30c6\u30b9\u30c8":122,"\u30bf\u30b0":31,"\u3042\u308a":125,ubuntu:11,"\u6e96\u5099":[62,104],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":35,"\u306b\u95a2\u3059\u308b":32,"\u95a2\u4fc2\u5f0f":44,"\u4e26\u5217":104,"_key":64,"\u4e3b\u30ad\u30fc":[32,97],blogroonga:104,"_version":9,"_name":[39,87],"_output":77,changes:69,"\u7ffb\u8a33":[104,83]," solaris":14,"\u5909\u66f4":[45,107,35],"\u30af\u30a8\u30ea":[91,44,62],"\u30de\u30c3\u30c1":103,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[57,120],"\u6587\u5b57\u5217":[10,103],api:19,"_table":44,select:77,"\u6982\u8981":[93,77,9,81,64,92,21,49,38,15,39,1,6,7,91,87,129,121,41],"\u9001\u4fe1":27,"\u69cb\u6587":[77,49,103,81,125,92,21,38,15,39,7,87,41],"\u624b\u9806":104,zip:70,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":44,"\u30d5\u30ec\u30fc\u30ba":125,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":91," api":55,"_no":64,https:35,"_flags":77,"\u60c5\u5831":[104,91,33,68,48,117,122],"\u30d6\u30ed\u30b0":104,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[77,18],"\u3059\u308b":[59,104,84,45,6,56,34,51,122],normalizer:[92,41],"\u7d4c\u7def\u5ea6":10,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":103,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":104,"\u3053\u3068":104,"_base":6,"\u3067\u304d":32," http":24,"\u4ee5\u4e0b":125,"\u4ee5\u4e0a":[103,125],"\u30b8\u30aa\u30b5\u30fc\u30c1":31,"\u8d77\u52d5":[96,27],"\u524d\u63d0":104,clearlock:76,"\u89e3\u6790":122,"\u7de8\u96c6":83,"\u6bd4\u8f03":[103,35],"\u304c\u3063":51,process:101,"_install":74,"/linux":105,"\u660e\u793a":104," lynx":11,"\u958b\u767a":[114,117]," os":58,normalize:92,"-localstatedir":74,sphere:49,", ":44,"\u540d\u524d":[29,61,4,32,66,5,100,73,75,76,79,106,108,102,110,40,112,65,43,46,47,86,116,82,78,123,53,124,90,99,37,24,25,95],"\u691c\u51fa":122,normalizernfkc:129,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":70,"\u548c\u6f14":103,sid:105,"\u52d5\u7684":80,"\u8fd1\u508d":103," (":75,"\u30b3\u30de\u30f3\u30c9":[20,2,27,66,24],"_create":[47,41],"-gqtp":96,"\u7d42\u4e86":[96,6,27],clone:83,"\u4e57\u7b97":103,mac:58,"\u6642\u9593":[126,103],"\u7f72\u540d":104,"\u30da\u30fc\u30b8\u30f3\u30b0":77,"\u8a2d\u5b9a":[104,6,35,52],status:[53,118],"-munin":74,"\u66f8\u5f0f":[29,2,4,65,66,5,6,73,61,102,76,79,106,108,110,40,112,100,43,46,47,86,116,82,78,123,53,124,90,37,24,25,95],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":10,register:7,"-files":104,callback:44,"\u30b0\u30eb\u30fc\u30d7":[103,125],"\u30a4\u30f3\u30dd\u30fc\u30c8":104,"\u8ee2\u7f6e":91,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[60,109],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[12,120,104,36],rand:43,"=\"":[77,92,38,39,87,41],grntest:[104,102],"\u30d1\u30c8\u30ea\u30b7\u30a2":97,"\u623b\u308a\u5024":[49,81,106,92,21,38,15,39,7,87,41],"><":[77,92,38,39,87,41],"\u305f\u3044":104,gqtp:[85,118,27,96,63],"\u6d6e\u52d5":103,"_api":44,"_rename":39,"\u6587\u66f8":103,"=platform":74,"\u63a5\u7d9a":27,tsv:[93,121],"\u4ee5\u4e0b\u6f14":103,cutter:[122,104],"\u57fa\u672c":[2,103],greater:44,"\u30d7\u30ed\u30c8\u30b3\u30eb":[27,118],http:[96,130,3,27],"\u9664\u7b97":103,not:44,"\u8a8d\u8a3c":35,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":27,now:124,"\u5c0f\u306a\u308a":[103,125],"\u90e8\u5206\u4e00\u81f4":98,"_select":44," gnu":105,"-pack":74,name:41,edit:79,"-encoding":74,"\u66f4\u65b0":[91,104,83],"\u7d44\u307f\u8fbc\u307f":[129,66],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":2,"\u767b\u9332":[59,104],"-create":99,"\u4e26\u3079":2,normalizerauto:129,"\u751f\u6210":[104,83],"\u74b0\u5883":[122,104],"\u5b9f\u4f8b":44,"\u30d5\u30a1\u30a4\u30eb":[28,44,104,121,35,83],"\u70b9\u6570":103,"\u30d8\u30c3\u30c0\u30fc":118,todo:[81,21],"\u9001\u308a\u65b9":[59,83],"-match":74,"\u30ab\u30d0\u30ec\u30c3\u30b8":122,"\u7def\u5ea6":91," precise":11,docutils:[77,92,38,39,87,41],"-default":74,"\u5bfe\u5fdc":[33,35],"\u3065\u3051":9,red:104,rk:34," log":101,"\u30e6\u30fc\u30b6\u30fcid":126,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":122,"_string":[15,81],"\u305f\u3081":[77,44],lts:11,"\u7d50\u5408\u5f0f":125,"\u4ed5\u69d8":13,"\u4e8b\u9805":[42,32,102],freecode:104,filter:77,"\u53ef\u80fd":[91,49,6],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":91,"_hash":64,"\u30d9\u30af\u30bf\u30fc":32,"\u6e1b\u7b97":103,suffix:44,"\u8aac\u660e":[29,61,4,32,66,5,100,73,75,76,79,106,108,102,110,40,112,65,43,46,47,86,116,82,78,123,53,124,90,37,24,25,95],"-version":9,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":40,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":126," mode":44,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":104,"> ":69,size:118,"\u78ba\u8a8d":[104,83],"\u7d5e\u8fbc":48,"\u4fee\u6b63":[0,69,107,127,50,17],"\u5bfe\u7b56":45,"\u6c38\u7d9a":64,"\u30ea\u30dd\u30b8\u30c8\u30ea":[72,83],"=encoding":74,"\u306f\u3058\u3081":8,configure:[74,104],desctipion:99,"\u8ffd\u8de1":59,"=path":74,rst:12,"\u5b66\u7fd2":[34,84,8,56],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":41,"-httpd":[96,6,67],"-log":74,"-http":96,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":6,"\u30c6\u30fc\u30d6\u30eb":[42,2,10,64,32,126,51,41],pre:[77,92,38,39,87,41],hashtags:126,"\u30a8\u30e9\u30fc":93,"-zlib":74,"\u56fd\u969b\u5316":83,"\u5834\u5408":[93,51,104],"null":103,"_circle":78,"\u3044\u308b":[126,33],"\u7279\u6b8a":102,"\u4e00\u89a7":[77,1,18],"_list":[73,65],"\u7d22\u5f15":91,check:86,"\u304b\u3089":[115,88,11,105,70,74,58],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":59,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":41,"-with":74,"\u7279\u5b9a":[122,104],"\u307e\u3068\u3081":104,"_distance":[49,79],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":122,libmemcached:122,"\u7d22\u7528":2,"\u7528\u79d8":104,"\u30c4\u30fc\u30eb":[74,6,27],"\u7d44\u8fbc\u578b":32,"\u30b5\u30b8\u30a7\u30b9\u30c8":128,synopstis:99,"_put":5,windows:[70,104],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":89,"_in":[37,78],"\u4e00\u81f4":[98,97],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":104,"\u30b5\u30fc\u30d0":[91,27],"\u4f7f\u3044":98,"_processes":6,".com":104,"\u5fc5\u9808":[92,39,49,87,77],"\u30ec\u30b3\u30fc\u30c9":[77,2],"-po":104,"\u6210\u529f":93,"\u30d1\u30c3\u30c1":83,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":104,"\u8ffd\u52a0":[83,129,104,68],"\u5bfe\u8c61":51,"\u88dc\u5b8c":[34,8],"\u3044\u308d\u3044\u308d":10,"\u5c0f\u6570":103,xml:93,ellipsoid:49," senna":69,"\u4e0d\u7b49\u4fa1":[103,125],grnslap:123,cache:[77,82],"\u9ad8\u5ea6":77,"\u65e5\u6642":10," in":69,"_equal":44,"\u65b9\u6cd5":[9,104,84,45,80,56,34,57,120,122,83],"\u30ea\u30ea\u30fc\u30b9":[0,104,107,127,50,17],rectangle:49,"\u4e00\u6642":64,"\u6295\u7a3f":126,"-server":96,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":35,wheezy:105,get:90,db:44,clang:122,"_html":21,"_limit":[77,82],"\u7b97\u5b50":103,"\u91cd\u307f":51,geo:[37,49,78],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[9,35],"\u5171\u8d77":[34,84,56]," releases":50,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":45," pangolin":11,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":1,"\u7d50\u679c":[45,2,102],"\u52a0\u7b97":103,"\u6570\u5024":10,contain:44,"\u64cd\u4f5c":2,"\u69cb\u7bc9":[80,122],"\u5236\u5fa1":103,set:61,dump:110,"\u4ee3\u5165":103,travis:52,tokenizers:26,arg:44,news:69,"\u8a00\u8a9e":83,"\u65b0\u898f":104,"\u6a5f\u80fd":33,"\u30ab\u30e9\u30e0":[51,49,2,75],"\u985e\u4f3c":[103,84],"\u7ba1\u7406":[6,27],"\u5c02\u7528":27,"\u30e2\u30b8\u30e5\u30fc\u30eb":6,"_pack":74," arg":44,"\u305d\u306e":74,"\u7bc4\u56f2":[2,41],"\u4f4d\u7f6e":[49,48,9,33,91],"\u8868\u73fe":44,javascript:48,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":91,"\u30b5\u30fc\u30d0\u30fc":[24,96,22],key:41,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":102,"\u5373\u6642":91,"\u30b7\u30d5\u30c8":103," literal":[77,92,38,39,87,41],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[103,125],"_level":4,"\u6392\u4ed6":103,oneiric:11,"\u77e5\u308a":104,"-suggest":99,"\u306a\u3057":[103,35],equal:44,"\u30ec\u30b3\u30fc\u30c9id":64,"\u88dc\u6b63":[8,84],"\u306a\u3044":32,pdf:12,load:38,"\u8a9e\u5f59":[2,68],"\u4f5c\u6210":[12,126,2,104,41],point:49,"\u4fdd\u5b58":[10,41],"\u62bd\u51fa":103,header:93,"\u95a2\u6570":[113,103,122],"\u6574\u6570":103,shutdown:95,homebrew:58,table:[77,29,64,39,73,87,41],quit:112," period":69,json:[47,29,4,106,65,46,38,86,5,108,82,93,40,73,25,53,116,76],po:104,"\u7528\u3044":[40,48],define:108,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[101,121],"-help":74,"\u660e\u793a\u7684":49,"_tokenizer":41,"\u7591\u4f3c":75,"\u5b9f\u884c":[28,44,104,102,6,122],"\u7a2e\u985e":10,"-message":74,"\u5dee\u6f14":103,"\u518d\u8d77\u52d5":96,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[59,16],"\u30a8\u30b9\u30b1\u30fc\u30d7":125,value:41,"\u5236\u9650":[42,64,32,121,102],cast:23,near:44,"\u691c\u7d22":[31,77,98,2,62,84,45,91,33,68,125,48,56,97,34,51,103,126,41],"\u5f8c\u65b9\u4e00\u81f4":[103,125],"\u30e9\u30a4\u30d6\u30e9\u30ea":[91,74],"\u540c\u3058":45,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":16,geopoint:126,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":129,"\u5f15\u6570":[29,61,4,65,66,5,100,73,102,76,77,49,79,38,81,39,108,110,40,112,41,43,46,47,15,116,82,87,78,123,53,86,90,92,37,25,95],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":104,"_expansion":77,"\u53d6\u5f97":[2,104],"</":[77,92,38,39,87,41],"\u95be\u5024":45,"\u8a9e\u5f59\u8868":41,"\u5ea7\u6a19\u5024":103,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":104,fedora:115,"\u4f7f\u3044\u65b9":[80,77,49,3,81,56,92,21,38,15,39,84,6,7,34,87,121,102,41],"_rectangle":37,suggest:106,make:[74,104],"\u6210\u679c":83,"-dataset":99,"\u7a4d\u6f14":103,"_filter":15,html:[12,83],messagepack:93,"\u30ad\u30fc\u30ef\u30fc\u30c9":[45,126],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":104,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":30,".po\u30d5\u30a1\u30a4\u30eb":83,"\u306b\u3088\u308b":[51,97],"\u975e\u308f\u304b\u3061":98,"\u8ab2\u984c":59,"_columns":[51,77],"\">":[77,92,38,39,87,41],"\u5834\u6240":121,pull:83,"\u5168\u6587\u691c":2,"\u95a2\u4fc2":[31,77,74],"\u307e\u305f":51,"\u3055\u307e\u3056\u307e\u306a":48,flags:[118,41],sortby:77,"\u51fa\u529b":[93,77,2,3,83],gzip:35,the:50,lcov:122,"_path":6,"\u8868\u793a":2,"-platform":74,protocol:118,"-path":74,less:44,"(v":44,"\u5229\u7528":[48,6],"\u5171\u6709":91,"\u9006\u5f15\u304d":31,"\u8fd4\u5024":[29,4,65,5,73,76,77,79,108,110,40,112,43,46,47,86,82,78,53,124,37,24,25,95],"\u547c\u3073\u51fa\u3057":103,"\u5f8c\u65b9":97,"\u3067\u304d\u308b":44,"\u8ad6\u7406":[103,125],"\u30d1\u30e9\u30e1\u30fc\u30bf":[51,9],"\u30bd\u30fc\u30c8":48,defrag:25,add:100,"_selector":108,"\u30ce\u30fc\u30c8":[115,88,49,2,103,104,130,106,11,129,125,105,7,17,83,41],"\u62e1\u5f35":62,match:[15,51,77,81],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":35,"\u7d4c\u5ea6":91,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":91,"\u8ad6\u7406\u7a4d":125," ocelot":11,"\u9759\u7684":[80,122],nginx:6,"()":44,"\u30bd\u30fc\u30b9":[115,88,11,105,70,74,58],"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":27," lucid":11,"\u691c\u7d22\u4f8b":44,"-command":9,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[2,35],"_expr":[44,54,111],output:77,"_threshold":77,"\u4f5c\u696d":104,"\u307e\u305f\u3050":51,quantal:11,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":27," request":83,"\u4ed5\u65b9":83,centos:88,twitter:[104,16],"-plugins":74,"\u30b7\u30b9\u30c6\u30e0":[59,126],"\u5358\u8a9e":103,"_dat":64,"\u5727\u7e2e":35,"\u30b3\u30e1\u30f3\u30c8":126,"_sortby":77,"\u5411\u3051":[117,104]," old":50,"\u5bc6\u9375":104,"\u66f8\u304d":98,"\u5f62\u5f0f":[47,29,4,106,65,46,38,86,5,108,93,40,73,25,53,116,76],comments:126,exit:99,"\u30af\u30a8\u30ea\u30fc":[77,6,18,125],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":96,"\u30d3\u30eb\u30c9":[115,88,104,11,105,70,74,58],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":85,"\u5206\u3051":98,"\u5168\u6587\u691c\u7d22":125,"\u4ed8\u304d":[31,103],"\u4e0a\u9650":42,"\u4f9d\u5b58":74,"\u5b8c\u5168":98,"\u3042\u308b":126,"\u5927\u306a\u308a":[103,125],offset:77,"\u96c6\u8a08":91,post:35,"\u6319\u52d5":98,"\u53c2\u7167":[10,31,118,91],"\u5b9f\u73fe":44,column:[47,39,46,65],"_escalation":77,"\u30e6\u30fc\u30b6\u30fc":126,location:49,"\u524d\u65b9\u4e00\u81f4":[34,103,125],scorer:[48,77],"_reopen":40,"\u5b9f\u9a13":17,"\u30ad\u30e3\u30c3\u30b7\u30e5":77,"\u5831\u544a":59,"\u524d\u65b9":97,"\u7279\u6709":6,"\u9805\u76ee":[61,4,90,5,108,40,100,116,76],span:[77,92,38,39,87,41],log:[4,40,5,101],"\u8907\u6570":[51,35],". ":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,22,37,24,25,26,27,28,29,30,31,32,33,55,34,35,115,38,39,40,41,42,43,44,45,46,47,48,49,51,52,53,105,56,57,58,59,60,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93,94,95,96,97,98,101,102,103,104,106,108,109,110,111,112,113,114,116,117,118,119,120,121,122,123,124,125,126,99,128,129,130],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":102,"_prefix":74,approximate:49,"\u30d0\u30fc\u30b8\u30e7\u30f3":[107,0,9,104,127],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":51,"\u30ed\u30b0":40,"\u5c55\u958b":[77,18],"\u7b49\u4fa1":[103,125],"\u63d0\u6848":[8,56],"cpu\u30b3\u30a2":35,"\u30d5\u30a9\u30ed\u30fc":126,files:99,"\u6027\u80fd":[6,35],"\u72ec\u81ea":103,"\u7b97\u8853":103,squeeze:105," status":99,"\u5165\u308a":126,"default":[9,41],"\u5426\u5b9a":[103,125],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":104,limit:77,"\u66ff\u3048":2,"\u304a\u77e5\u3089":[50,0,107,127],similar:44,"delete":116,"\u611f\u8b1d":[17,0,107,127,50],bigram:126,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":104,command:9,"\u69d8\u3005":122,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":126,"\u3054\u3068":51,"\u7279\u5fb4":[64,91],"\u306e\u306b":45,"\u30b9\u30c8\u30ec\u30fc\u30b8":91,"\u7570\u306a\u308b":45,"\u4ee3\u5165\u5f0f":125,"\u914d\u5217":103,"\u3042\u3052\u308b":45,"\u306e\u307f":[122,104],grn:[44,54,111],"\u5168\u6587":[2,45,91,68,48,51],"_type":[49,118,41],users:126,truncate:87,"\u30c7\u30fc\u30bf":[10,126,32,2,41],worker:6,"-package":74,"\u30c7\u30d0\u30c3\u30ac":122,"\u6307\u5b9a":[49,2,125,104,32,48,9,51]," docutils":[77,92,38,39,87,41],"\u547d\u4ee4":102,"\u65b0\u3057\u3044":83," ci":52,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":35,"\u4f7f\u3046":[49,6],drilldown:77," hat":104,"\u3088\u3046":[34,84,56],debian:[105,104],"\u30ed\u30fc\u30c9":[126,2],sphinx:12,macports:58,"-threshold":74,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[42,31,51,80],pseudo:75,"-latest":104,"\u306b\u5bfe\u3059\u308b":68,"_offset":77,queryexpandertsv:121,"\u5909\u66f4\u70b9":104,oracle:14,"\u539f\u56e0":45,"\u30c7\u30fc\u30e2\u30f3":27," class":[77,92,38,39,87,41]}})
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7. サーバー &mdash; groonga v2.1.2ドキュメント</title>
10
+ <title>7. サーバー &mdash; groonga v3.0.2ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '2.1.2',
18
+ VERSION: '3.0.2',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
- <link rel="top" title="groonga v2.1.2ドキュメント" href="index.html" />
29
+ <link rel="top" title="groonga v3.0.2ドキュメント" href="index.html" />
30
30
  <link rel="next" title="7.1. サーバーパッケージ" href="server/package.html" />
31
31
  <link rel="prev" title="6. 位置情報検索" href="geolocation_search.html" />
32
32
  </head>
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="geolocation_search.html" title="6. 位置情報検索"
62
62
  accesskey="P">前へ</a> |</li>
63
- <li><a href="index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
@@ -136,7 +136,7 @@
136
136
  <li class="right" >
137
137
  <a href="geolocation_search.html" title="6. 位置情報検索"
138
138
  >前へ</a> |</li>
139
- <li><a href="index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
139
+ <li><a href="index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
140
140
  </ul>
141
141
  </div>
142
142
  <div class="footer">
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.2. GQTP &mdash; groonga v2.1.2ドキュメント</title>
10
+ <title>7.2. GQTP &mdash; groonga v3.0.2ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.1.2',
18
+ VERSION: '3.0.2',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v2.1.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="7. サーバー" href="../server.html" />
31
31
  <link rel="next" title="7.3. HTTP" href="http.html" />
32
32
  <link rel="prev" title="7.1. サーバーパッケージ" href="package.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="package.html" title="7.1. サーバーパッケージ"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -123,7 +123,7 @@
123
123
  <li class="right" >
124
124
  <a href="package.html" title="7.1. サーバーパッケージ"
125
125
  >前へ</a> |</li>
126
- <li><a href="../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
126
+ <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
127
127
  <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
128
128
  </ul>
129
129
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3. HTTP &mdash; groonga v2.1.2ドキュメント</title>
10
+ <title>7.3. HTTP &mdash; groonga v3.0.2ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.1.2',
18
+ VERSION: '3.0.2',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v2.1.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="7. サーバー" href="../server.html" />
31
31
  <link rel="next" title="7.3.1. 比較" href="http/comparison.html" />
32
32
  <link rel="prev" title="7.2. GQTP" href="gqtp.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="gqtp.html" title="7.2. GQTP"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -153,7 +153,7 @@
153
153
  <li class="right" >
154
154
  <a href="gqtp.html" title="7.2. GQTP"
155
155
  >前へ</a> |</li>
156
- <li><a href="../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
156
+ <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
157
157
  <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
158
158
  </ul>
159
159
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3.1. 比較 &mdash; groonga v2.1.2ドキュメント</title>
10
+ <title>7.3.1. 比較 &mdash; groonga v3.0.2ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '2.1.2',
18
+ VERSION: '3.0.2',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v2.1.2ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="groonga v3.0.2ドキュメント" href="../../index.html" />
30
30
  <link rel="up" title="7.3. HTTP" href="../http.html" />
31
31
  <link rel="next" title="7.3.2. groonga" href="groonga.html" />
32
32
  <link rel="prev" title="7.3. HTTP" href="../http.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="../http.html" title="7.3. HTTP"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
66
66
  <li><a href="../http.html" accesskey="U">7.3. HTTP</a> &raquo;</li>
67
67
  </ul>
@@ -74,7 +74,7 @@
74
74
 
75
75
  <div class="section" id="comparison">
76
76
  <h1>7.3.1. 比較<a class="headerlink" href="#comparison" title="このヘッドラインへのパーマリンク">¶</a></h1>
77
- <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> と <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> にはたくさんの違いがあります。以下はそれらの違いを示す比較表です。</p>
77
+ <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> と <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> にはたくさんの違いがあります。以下はそれらの違いを示す比較表です。</p>
78
78
  <table border="1" class="docutils">
79
79
  <colgroup>
80
80
  <col width="38%" />
@@ -140,11 +140,11 @@
140
140
  </table>
141
141
  <div class="section" id="performance">
142
142
  <h2>7.3.1.1. 性能<a class="headerlink" href="#performance" title="このヘッドラインへのパーマリンク">¶</a></h2>
143
- <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> と <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はどちらも非常に高速です。どちらも同じスループットで動きます。</p>
143
+ <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> と <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はどちらも非常に高速です。どちらも同じスループットで動きます。</p>
144
144
  </div>
145
145
  <div class="section" id="using-multi-cpu-cores">
146
146
  <h2>7.3.1.2. 複数CPUコア対応<a class="headerlink" href="#using-multi-cpu-cores" title="このヘッドラインへのパーマリンク">¶</a></h2>
147
- <p>groongaは複数のCPUコアを使って性能を向上できます。 <a class="reference internal" href="groonga.html"><em>groonga</em></a> はマルチスレッドを使って性能を向上させます。 <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はマルチプロセスを使って性能を向上させます。</p>
147
+ <p>groongaは複数のCPUコアを使って性能を向上できます。 <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はマルチスレッドを使って性能を向上させます。 <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はマルチプロセスを使って性能を向上させます。</p>
148
148
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> はデフォルトでCPUコアと同じ数のスレッドを使います。もし、CPUコアが8個あった場合は、デフォルトで8個のスレッドを使います。</p>
149
149
  <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はデフォルトで1つのプロセスを使います。複数のCPUコアを使う場合は <a class="reference external" href="http://nginx.org/en/docs/ngx_core_module.html#worker_processes">worker_processes</a> ディレクティブを設定する必要があります。CPUコアが8個ある場合は、以下のように設定ファイルに <tt class="docutils literal"><span class="pre">worker_processes</span> <span class="pre">8</span></tt> と指定します。:</p>
150
150
  <div class="highlight-none"><div class="highlight"><pre>worker_processes 8;
@@ -259,7 +259,7 @@ http {
259
259
  <h2>7.3.1.7. 認証<a class="headerlink" href="#authentication" title="このヘッドラインへのパーマリンク">¶</a></h2>
260
260
  <p>HTTPではベーシック認証やダイジェスト認証などの認証方法をサポートしています。認証することにより <a class="reference internal" href="../../reference/commands/shutdown.html"><em>shutdown</em></a> などのように危険なコマンドの実行を制限することができます。</p>
261
261
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> では認証できません。危険なコマンドの使用を制限するためには、iptablesやリバースプロキシなど他のツールを使う必要があります。</p>
262
- <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はベーシック認証をサポートしています。以下は <a class="reference internal" href="../../reference/commands/shutdown.html"><em>shutdown</em></a> コマンドの使用を制限する設定例です。:</p>
262
+ <p><a class="reference internal" href="../../reference/commands/shutdown.html"><em>shutdown</em></a> はベーシック認証をサポートしています。以下は <a class="reference internal" href="../../reference/commands/shutdown.html"><em>shutdown</em></a> コマンドの使用を制限する設定例です。:</p>
263
263
  <div class="highlight-none"><div class="highlight"><pre>events {
264
264
  }
265
265
 
@@ -401,7 +401,7 @@ http {
401
401
  <li class="right" >
402
402
  <a href="../http.html" title="7.3. HTTP"
403
403
  >前へ</a> |</li>
404
- <li><a href="../../index.html">groonga v2.1.2ドキュメント</a> &raquo;</li>
404
+ <li><a href="../../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
405
405
  <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
406
406
  <li><a href="../http.html" >7.3. HTTP</a> &raquo;</li>
407
407
  </ul>