rroonga 4.0.4-x86-mingw32 → 4.0.5-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (481) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +73 -0
  3. data/Rakefile +13 -0
  4. data/doc/text/news.textile +26 -2
  5. data/ext/groonga/extconf.rb +3 -1
  6. data/ext/groonga/rb-grn-context.c +1 -1
  7. data/ext/groonga/rb-grn-double-array-trie.c +160 -4
  8. data/ext/groonga/rb-grn-object.c +10 -1
  9. data/ext/groonga/rb-grn-posting.c +4 -4
  10. data/ext/groonga/rb-grn-table-key-support.c +9 -4
  11. data/ext/groonga/rb-grn-table.c +1 -1
  12. data/ext/groonga/rb-grn-utils.c +2 -6
  13. data/ext/groonga/rb-grn-variable-size-column.c +2 -2
  14. data/ext/groonga/rb-grn.h +27 -2
  15. data/lib/1.9/groonga.so +0 -0
  16. data/lib/2.0/groonga.so +0 -0
  17. data/lib/2.1/groonga.so +0 -0
  18. data/lib/groonga/record.rb +19 -2
  19. data/lib/groonga/schema.rb +2 -2
  20. data/rroonga-build.rb +1 -1
  21. data/rroonga.gemspec +5 -5
  22. data/test/test-column.rb +6 -6
  23. data/test/test-database.rb +6 -2
  24. data/test/test-double-array-trie.rb +18 -0
  25. data/test/test-expression-builder.rb +3 -2
  26. data/test/test-hash.rb +13 -1
  27. data/test/test-plugin.rb +3 -1
  28. data/test/test-record.rb +10 -0
  29. data/test/test-variable-size-column.rb +4 -4
  30. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  31. data/vendor/local/bin/groonga.exe +0 -0
  32. data/vendor/local/bin/libgroonga-0.dll +0 -0
  33. data/vendor/local/bin/libmecab-1.dll +0 -0
  34. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  35. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  36. data/vendor/local/bin/libonig-5.dll +0 -0
  37. data/vendor/local/bin/libwinpthread-1.dll +0 -0
  38. data/vendor/local/bin/mecab.exe +0 -0
  39. data/vendor/local/bin/onig-config +78 -0
  40. data/vendor/local/include/oniggnu.h +85 -0
  41. data/vendor/local/include/onigposix.h +169 -0
  42. data/vendor/local/include/oniguruma.h +870 -0
  43. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  44. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  45. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
  47. data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
  48. data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
  49. data/vendor/local/lib/groonga/plugins/ruby/eval.la +41 -0
  50. data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
  51. data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
  52. data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
  53. data/vendor/local/lib/groonga/plugins/ruby/load.la +41 -0
  54. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  55. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  56. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  57. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  58. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  59. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  60. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  61. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  62. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  63. data/vendor/local/lib/groonga/scripts/ruby/backtrace_entry.rb +20 -0
  64. data/vendor/local/lib/groonga/scripts/ruby/context.rb +31 -0
  65. data/vendor/local/lib/groonga/scripts/ruby/context/error_level.rb +30 -0
  66. data/vendor/local/lib/groonga/scripts/ruby/context/rc.rb +99 -0
  67. data/vendor/local/lib/groonga/scripts/ruby/eval_context.rb +13 -0
  68. data/vendor/local/lib/groonga/scripts/ruby/expression.rb +13 -0
  69. data/vendor/local/lib/groonga/scripts/ruby/index_info.rb +10 -0
  70. data/vendor/local/lib/groonga/scripts/ruby/logger.rb +27 -0
  71. data/vendor/local/lib/groonga/scripts/ruby/logger/level.rb +32 -0
  72. data/vendor/local/lib/groonga/scripts/ruby/scan_info.rb +30 -0
  73. data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +342 -0
  74. data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +198 -0
  75. data/vendor/local/lib/libgroonga.a +0 -0
  76. data/vendor/local/lib/libgroonga.dll.a +0 -0
  77. data/vendor/local/lib/libmecab.a +0 -0
  78. data/vendor/local/lib/libmecab.dll.a +0 -0
  79. data/vendor/local/lib/libmsgpack.a +0 -0
  80. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  81. data/vendor/local/lib/libmsgpackc.a +0 -0
  82. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  83. data/vendor/local/lib/libonig.a +0 -0
  84. data/vendor/local/lib/libonig.dll.a +0 -0
  85. data/vendor/local/lib/libonig.la +41 -0
  86. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  87. data/vendor/local/lib/pkgconfig/oniguruma.pc +14 -0
  88. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  89. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  90. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  91. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  92. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  93. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  94. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt +4 -5
  95. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +46 -10
  96. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -87
  97. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  98. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  99. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  100. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  101. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
  102. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  103. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +68 -0
  104. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt +3 -3
  105. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -1
  106. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +5 -4
  107. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +265 -232
  108. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +30 -23
  109. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +2 -2
  110. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  115. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
  116. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +8 -9
  125. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  127. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  128. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  129. data/vendor/local/share/doc/groonga/en/html/index.html +17 -18
  130. data/vendor/local/share/doc/groonga/en/html/install.html +8 -9
  131. data/vendor/local/share/doc/groonga/en/html/install/centos.html +63 -10
  132. data/vendor/local/share/doc/groonga/en/html/install/debian.html +10 -108
  133. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
  134. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  135. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  136. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  137. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
  138. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  139. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/news.html +123 -48
  141. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  143. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +6 -6
  145. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
  146. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
  147. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +5 -5
  148. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  149. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  150. data/vendor/local/share/doc/groonga/en/html/reference.html +10 -10
  151. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
  158. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
  159. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  160. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
  168. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
  169. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
  170. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  186. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +5 -5
  212. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +8 -8
  214. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +12 -12
  215. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +8 -8
  216. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +8 -8
  217. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +8 -8
  218. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +8 -8
  219. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +8 -8
  220. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +8 -8
  221. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +8 -8
  222. data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  225. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  226. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  227. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +5 -5
  229. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +5 -5
  230. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
  232. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  238. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  239. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
  240. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  243. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  244. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  246. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  247. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +5 -5
  248. data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  251. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  252. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  253. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  254. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  255. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  256. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  257. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  258. data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
  259. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  260. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  261. data/vendor/local/share/doc/groonga/en/html/suggest.html +9 -9
  262. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  263. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  264. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  265. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  266. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  267. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  268. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  269. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  270. data/vendor/local/share/doc/groonga/en/html/tutorial.html +13 -13
  271. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  272. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +6 -6
  273. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  274. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  275. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +14 -13
  276. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  277. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +264 -250
  278. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  279. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +9 -9
  280. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +46 -41
  281. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +7 -7
  282. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  283. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt +4 -5
  284. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +46 -10
  285. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -87
  286. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  287. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  288. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  289. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  290. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
  291. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  292. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +68 -0
  293. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt +3 -3
  294. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -1
  295. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +5 -4
  296. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +265 -232
  297. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +30 -23
  298. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +2 -2
  299. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  300. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  301. data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
  302. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  303. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  304. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
  305. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  306. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
  307. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
  308. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  309. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  310. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  311. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  312. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
  313. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +7 -6
  314. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  315. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  316. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  317. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  318. data/vendor/local/share/doc/groonga/ja/html/index.html +14 -15
  319. data/vendor/local/share/doc/groonga/ja/html/install.html +8 -9
  320. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +57 -10
  321. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +10 -102
  322. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
  323. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  324. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  325. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  326. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
  327. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
  328. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  329. data/vendor/local/share/doc/groonga/ja/html/news.html +130 -48
  330. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  331. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  333. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
  335. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +5 -5
  336. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +5 -5
  337. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  338. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  339. data/vendor/local/share/doc/groonga/ja/html/reference.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  341. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +9 -9
  342. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +17 -33
  343. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +23 -26
  344. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +10 -10
  346. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +6 -6
  347. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +10 -10
  348. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +22 -37
  349. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
  350. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
  351. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
  352. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
  353. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
  354. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
  355. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
  356. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
  357. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
  358. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
  359. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
  360. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
  362. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +6 -6
  363. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  364. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
  365. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
  366. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
  367. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
  368. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  369. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  370. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  371. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  372. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  373. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  374. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  375. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  376. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  377. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
  378. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  379. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  380. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  381. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  382. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  383. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
  384. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  385. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  386. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
  387. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
  388. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
  389. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
  390. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
  391. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
  392. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +5 -5
  393. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
  394. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
  395. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
  396. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
  397. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
  398. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  399. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
  400. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +5 -5
  401. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
  402. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +7 -7
  403. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  404. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
  405. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
  406. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  407. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  408. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
  409. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
  410. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  411. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
  412. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +5 -5
  413. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
  414. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
  415. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
  416. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
  417. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +5 -5
  418. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +5 -5
  419. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
  420. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
  421. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
  422. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
  423. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
  424. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
  425. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
  426. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
  427. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
  428. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
  429. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
  430. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
  431. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  432. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  433. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
  434. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  435. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  436. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +5 -5
  437. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
  438. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  439. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  440. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  441. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  442. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  443. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
  444. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  445. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  446. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  447. data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
  448. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  449. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  450. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  451. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  452. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  453. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  454. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  455. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  456. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  457. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  458. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  459. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +11 -11
  460. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
  461. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
  462. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  463. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  464. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +9 -9
  465. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  466. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +249 -237
  467. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  468. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +9 -9
  469. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +36 -36
  470. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +7 -7
  471. data/vendor/local/share/license/mruby/AUTHORS +22 -0
  472. data/vendor/local/share/license/mruby/LEGAL +6 -0
  473. data/vendor/local/share/license/mruby/MITL +20 -0
  474. data/vendor/local/share/license/mruby/README.md +111 -0
  475. data/vendor/local/share/license/onigmo/AUTHORS +2 -0
  476. data/vendor/local/share/license/onigmo/COPYING +87 -0
  477. data/vendor/local/share/license/onigmo/README +249 -0
  478. data/vendor/local/share/man/ja/man1/groonga.1 +471 -485
  479. data/vendor/local/share/man/man1/groonga.1 +389 -454
  480. metadata +82 -46
  481. data/README.textile +0 -73
@@ -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. ノーマライザー &mdash; Groonga v4.0.4-214-gb1aaec1ドキュメント</title>
10
+ <title>8.7. ノーマライザー &mdash; Groonga v4.0.5-143-g3391c1dドキュメント</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: '4.0.4-214-gb1aaec1',
18
+ VERSION: '4.0.5-143-g3391c1d',
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 v4.0.4-214-gb1aaec1ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.8. Tokenizers" href="tokenizers.html" />
32
32
  <link rel="prev" title="8.6. カラム" href="column.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="column.html" title="8.6. カラム"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -266,7 +266,7 @@ select Dictionary
266
266
  <li class="right" >
267
267
  <a href="column.html" title="8.6. カラム"
268
268
  >前へ</a> |</li>
269
- <li><a href="../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
269
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
270
270
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
271
271
  </ul>
272
272
  </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.2. 出力 &mdash; Groonga v4.0.4-214-gb1aaec1ドキュメント</title>
10
+ <title>8.2. 出力 &mdash; Groonga v4.0.5-143-g3391c1dドキュメント</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: '4.0.4-214-gb1aaec1',
18
+ VERSION: '4.0.5-143-g3391c1d',
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 v4.0.4-214-gb1aaec1ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.3. コマンド" href="command.html" />
32
32
  <link rel="prev" title="8.1.8. groonga-suggest-learner" href="executables/groonga-suggest-learner.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="executables/groonga-suggest-learner.html" title="8.1.8. groonga-suggest-learner"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -277,7 +277,7 @@ END
277
277
  <li class="right" >
278
278
  <a href="executables/groonga-suggest-learner.html" title="8.1.8. groonga-suggest-learner"
279
279
  >前へ</a> |</li>
280
- <li><a href="../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
280
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
281
281
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
282
282
  </ul>
283
283
  </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.9. クエリー展開オブジェクト一覧 &mdash; Groonga v4.0.4-214-gb1aaec1ドキュメント</title>
10
+ <title>8.9. クエリー展開オブジェクト一覧 &mdash; Groonga v4.0.5-143-g3391c1dドキュメント</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: '4.0.4-214-gb1aaec1',
18
+ VERSION: '4.0.5-143-g3391c1d',
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 v4.0.4-214-gb1aaec1ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.9.1. QueryExpanderTSV" href="query_expanders/tsv.html" />
32
32
  <link rel="prev" title="8.8. Tokenizers" href="tokenizers.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="tokenizers.html" title="8.8. Tokenizers"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -126,7 +126,7 @@
126
126
  <li class="right" >
127
127
  <a href="tokenizers.html" title="8.8. Tokenizers"
128
128
  >前へ</a> |</li>
129
- <li><a href="../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
129
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
130
130
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
131
131
  </ul>
132
132
  </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.9.1. QueryExpanderTSV &mdash; Groonga v4.0.4-214-gb1aaec1ドキュメント</title>
10
+ <title>8.9.1. QueryExpanderTSV &mdash; Groonga v4.0.5-143-g3391c1dドキュメント</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: '4.0.4-214-gb1aaec1',
18
+ VERSION: '4.0.5-143-g3391c1d',
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 v4.0.4-214-gb1aaec1ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../../index.html" />
30
30
  <link rel="up" title="8.9. クエリー展開オブジェクト一覧" href="../query_expanders.html" />
31
31
  <link rel="next" title="8.10. grn_expr" href="../grn_expr.html" />
32
32
  <link rel="prev" title="8.9. クエリー展開オブジェクト一覧" href="../query_expanders.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="../query_expanders.html" title="8.9. クエリー展開オブジェクト一覧"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</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.9. クエリー展開オブジェクト一覧</a> &raquo;</li>
67
67
  </ul>
@@ -269,7 +269,7 @@ mroonga(TAB)mroonga(TAB)groonga MySQL
269
269
  <li class="right" >
270
270
  <a href="../query_expanders.html" title="8.9. クエリー展開オブジェクト一覧"
271
271
  >前へ</a> |</li>
272
- <li><a href="../../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
272
+ <li><a href="../../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
273
273
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
274
274
  <li><a href="../query_expanders.html" >8.9. クエリー展開オブジェクト一覧</a> &raquo;</li>
275
275
  </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 v4.0.4-214-gb1aaec1ドキュメント</title>
10
+ <title>8.5. テーブル &mdash; Groonga v4.0.5-143-g3391c1dドキュメント</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: '4.0.4-214-gb1aaec1',
18
+ VERSION: '4.0.5-143-g3391c1d',
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 v4.0.4-214-gb1aaec1ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.6. カラム" href="column.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 v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -322,7 +322,7 @@
322
322
  <li class="right" >
323
323
  <a href="types.html" title="8.4. データ型"
324
324
  >前へ</a> |</li>
325
- <li><a href="../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
325
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
326
326
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
327
327
  </ul>
328
328
  </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.8. Tokenizers &mdash; Groonga v4.0.4-214-gb1aaec1ドキュメント</title>
10
+ <title>8.8. Tokenizers &mdash; Groonga v4.0.5-143-g3391c1dドキュメント</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: '4.0.4-214-gb1aaec1',
18
+ VERSION: '4.0.5-143-g3391c1d',
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 v4.0.4-214-gb1aaec1ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.9. クエリー展開オブジェクト一覧" href="query_expanders.html" />
32
32
  <link rel="prev" title="8.7. ノーマライザー" href="normalizers.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="normalizers.html" title="8.7. ノーマライザー"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -137,7 +137,7 @@
137
137
  <li class="right" >
138
138
  <a href="normalizers.html" title="8.7. ノーマライザー"
139
139
  >前へ</a> |</li>
140
- <li><a href="../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
140
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
141
141
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
142
142
  </ul>
143
143
  </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.14. Tuning &mdash; Groonga v4.0.4-214-gb1aaec1ドキュメント</title>
10
+ <title>8.14. Tuning &mdash; Groonga v4.0.5-143-g3391c1dドキュメント</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: '4.0.4-214-gb1aaec1',
18
+ VERSION: '4.0.5-143-g3391c1d',
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 v4.0.4-214-gb1aaec1ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.15. API" href="api.html" />
32
32
  <link rel="prev" title="8.13. Log" href="log.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="log.html" title="8.13. Log"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -278,7 +278,7 @@ vm.max_map_count = 131072
278
278
  <li class="right" >
279
279
  <a href="log.html" title="8.13. Log"
280
280
  >前へ</a> |</li>
281
- <li><a href="../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
281
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
282
282
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
283
283
  </ul>
284
284
  </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 v4.0.4-214-gb1aaec1ドキュメント</title>
10
+ <title>8.4. データ型 &mdash; Groonga v4.0.5-143-g3391c1dドキュメント</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: '4.0.4-214-gb1aaec1',
18
+ VERSION: '4.0.5-143-g3391c1d',
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 v4.0.4-214-gb1aaec1ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" 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
32
  <link rel="prev" title="8.3.34. truncate" href="commands/truncate.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="commands/truncate.html" title="8.3.34. truncate"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -234,7 +234,7 @@
234
234
  <li class="right" >
235
235
  <a href="commands/truncate.html" title="8.3.34. truncate"
236
236
  >前へ</a> |</li>
237
- <li><a href="../index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
237
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</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 v4.0.4-214-gb1aaec1ドキュメント</title>
10
+ <title>検索 &mdash; Groonga v4.0.5-143-g3391c1dドキュメント</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: '4.0.4-214-gb1aaec1',
18
+ VERSION: '4.0.5-143-g3391c1d',
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 v4.0.4-214-gb1aaec1ドキュメント" href="index.html" />
30
+ <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="index.html" />
31
31
  <script type="text/javascript">
32
32
  jQuery(function() { Search.loadIndex("searchindex.js"); });
33
33
  </script>
@@ -60,7 +60,7 @@
60
60
  <li class="right" style="margin-right: 10px">
61
61
  <a href="genindex.html" title="総合索引"
62
62
  accesskey="I">索引</a></li>
63
- <li><a href="index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
@@ -104,7 +104,7 @@
104
104
  <li class="right" style="margin-right: 10px">
105
105
  <a href="genindex.html" title="総合索引"
106
106
  >索引</a></li>
107
- <li><a href="index.html">Groonga v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
107
+ <li><a href="index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
108
108
  </ul>
109
109
  </div>
110
110
  <div class="footer">
@@ -1 +1 @@
1
- Search.setIndex({envversion:42,terms:{clumns:124,"\u51fa\u6765":[38,67,78],localstatedir:[138,165],"\u3082\u3089\u3063":3,four:[132,3],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[30,86],"\u811a\u6ce8":[11,3,39,62,29,155],"\u3082\u3089\u3048":112,"\u65e5\u672c\u4eba":43,"\u79d2\u60c5":23,"_column":[],"\u6b63\u5e38":[150,134],"\u30d5\u30c3\u30af":69,internally:16,"\u5b9a\u5024":6,"/projects":134,"&q":118,"&s":118,"\u3044\u304f\u3064\u304b":[147,96,78,134,120,113,22,102,60,52,165,144,157,167],"\u89e3\u9664":[1,68,86,95],second:132,"\u4f5c\u3089\u308c":150,"\u4e8b\u524d":[59,134,61,131,166,10],"\u30ad\u30e3\u30b7\u30e5":[],"\u30de\u30af\u30ed":[23,68,113],"\u30b7\u30f3\u30dc\u30eb":63,"\u5f15\u3044":133,increasing:124,error:[34,122,48,5,113,16,7,8,132,66],here:[34,118,75,163,124,132,8,111,43,72,55],onga:27,"&!":133,china:117,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":143,"&&":[61,161,96,128,133],"\u4e0e\u3048":[50,60,3,61,86,113,6,91,137],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[6,23,113],"\u4e2d\u8eab":[66,3,153,150],"_output":[],"\u30c8\u30fc\u30af\u30f3":[78,133,109,83,75,129,113,138,66,23,166,56],"\u7ffb\u8a33":[],"\u300c\"":86,"\u300c#":[162,138],classification:[],"\u300c,":141,"9e":166,"9f":4,unix:[122,165],txt:[74,106],"\u5ea6\u6d6e":39,"\u5bfe\u7167":102,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[],"_check":[66,68,157],"\u89e3\u6c7a\u7b56":112,"\u975e\u63a8":[11,113,6,66,23,56],music:[38,132],tokenize:[],"_flags":[],"[pkg":[6,23],until:[34,124,17],"\u30d6\u30ed\u30b0":[],"\u30df\u30ea":[12,23,39,64,133],"\u6709\u529b":136,"\u7f6e\u304f\u4f8b":165,"\u4e0b\u304c\u308a":61,karmic:157,"\u300cv":134,"(pos":[29,155],"_command":[],"\u7518\u6817":162,"\u6709\u52b9":[78,84,86,91,23,165,96,134,12,13,50,100,56,108,150,113,66,68,99,160,116,71,119,27,8],locked:34,"\u4e8c\u91cd":[66,113,160],"\u30e1\u30fc\u30eb":[0,106],"/functions":157,example:[38,96,3,117,12,110,118,64,8,124,43,72,91],"/blog":134,"\u6a2a\u5c71":[66,113],want:118,"*cache":16,"<groonga":150,travel:162,feature:[43,8,106],how:[],typed:72,wrong:[],types:[43,136,109,120,75],"\u63fa\u308c":80,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":113,"_resource":[2,68],"\u5b09\u3057\u304f":112,"\u901a\u5e38":[122,96,78,3,160,12,39,15,6,52,8,66,166,156,84],keeps:[16,73],"\u500b\u5b9a":121,wing:[6,113],"\u3042\u305f\u308a":[23,138],vars:[34,45],"\uff11\u5bfe":121,"\u30d1\u30c8\u30ea\u30b7\u30a2":[],"/new":134,"\u6e1b\u7b97":[],">\n<":4,"\u8fd4\u3063":[162,160,133],"_{":113,"-code":[66,134],"\u8fd4\u3057":[34,78,3,82,84,41,60,131,43,10,46,96,11,133,98,136,100,103,15,102,51,17,54,145,105,58,59,42,107,108,109,110,149,113,155,63,137,64,97,104,85,115,68,70,71,161,27,29,151,75,159],fix:[51,36,84],"\u78ba\u7387":136,"\u5404\u7d22":3,"_desc":100,"_o":[2,153],"_n":[16,118,113],"_i":[2,153],fin:45,"_a":[2,153],"\uff08tokenmecab":61,"\u3046\u3063\u304b\u308a":113,"\u30d7\u30ed\u30c8\u30b3\u30eb":[],"-daemon":[118,55],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":11,"\u516c\u8f14":113,"\u3082\u3063\u3068\u3082":157,"\u30af\u30a8\u30ea\u30da\u30a2":10,"\u8a8d\u8a3c":[],"_select":[],represents:72,"(point":[29,11,155],"_deadlock":[2,153,68],timeout:[68,17],debug:[5,132,7,8],"_$":[136,56],"_\"":23,"\u306b\u3042\u308a":[120,56],rd:[61,129],re:124,rf:[116,8],"post\u30e1\u30bd\u30c3\u30c9":113,moritapo:38,rc:[78,132,2],rm:8,ro:78,gregex:113,rk:[],"\uff01\uff09":[43,109],"\uff01\uff08":106,"\u3042\u305f\u3044":104,"\u5909\u5316":119,"\u5168\u90e8":153,".msgpack":4,"/limits":124,ringtail:[66,113],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[84,73],"\u307e\u308d\u3086\u304d":128,"\u771f\u507d":[12,133,39,113,160],libedit:[147,1,138,6,23,165],"\u5f31\u70b9":119,"\u8fd4\u308a":[64,96,117],"\u8fd4\u308b":138,"\u7d99\u627f":113,"\"localhost":91,"_locks":[2,153],"\u25a1\u25a1":112,"\uff08age":56,"\u304a\u3055\u307e\u308b":[],mingw:[23,134],"\u6607\u964d":[137,96],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[86,78,3,113,120],service:[124,126,109],"\u4f7f\u308f":[38,96,2,160,117,83,153,142,113,166,16,78,8,85,43,23,66,69,156,134,56],"\u533a\u5207\u3089":23,"\u533a\u5207\u308a":[158,50,96,78,3,4,117,12,119,39,86,6,136,141,75,133,160],"\u533a\u5207\u308b":[138,156],master:8,listed:[],"\u610f\u8b58":56,"\u8a8d\u8b58":112,listen:[6,86,8,46],".git":[92,134,106],"{table":[102,96],"\u306e\u3059\u3079\u3066":46,"(comments":161,"-common":[6,13],project:133,"_update":[160,96,2,100,108],"*namebuf":[68,108],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[],"\u4f7f\u3048\u308b":[160,86,113,6,66,23,165,69],"\u304b\u3069\u3046":[2,161,61,102,85,165],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[],recommended:[],"-port":[118,150,86],"\u300csubmit":134,"/max":66,object:[34,16,68,133,82,39,6,100,153,94,45,105],"\u7d22\u7528":[],"\"black":166,microsecond:132,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":114,letter:166,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":46,"\u533a\u5207\u3063":[96,78,120,153],"\u4f7f\u3063":[0,126,2,3,80,39,129,41,6,78,90,8,165,10,46,128,147,96,133,134,73,12,99,13,102,142,56,146,38,59,60,107,109,61,112,113,63,114,64,153,66,104,156,69,116,166,160,117,106,120,27,122,135,123,76,77,91],released:[36,134],"\u4f7f\u3048":[96,78,160,117,167,85,113,63,8,133,142,23,56,144,69],"\u4f7f\u3046":[],"\u4f7f\u3044":[],"\u66f8\u304d\u8fbc\u307f":[162,165],"\u66f8\u304d\u8fbc\u307e":21,unmanaged:114,"\uff08@":[23,138],"\u30d0\u30a4\u30ca\u30ea\u30fc":122,layout:134,".fedoraproject":116,"2byte":153,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":83,createrepo:134,"\u79d8\u5bc6":134,"\u30a2\u30d4\u30fc\u30eb":134,"_age":85,"\u91cd\u307f":[],tips:[],"\u30c8\u30d4\u30c3\u30af":134,"\u91cd\u3044":[119,96],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[],"\u958b\u3053":71,"\u5b9f\u9a13":[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":66,"\u91cd\u304f":61,patch:36,release:[],unpatched:36,increse:[],"\u69cb\u9020":[38,60,119,15,122,100,83],"\u5e83\u304f":[162,134],"[linux":6,result:[60,4,27,100,11,153,43,67,55],fail:[34,17],best:[],"<port":[150,86],"\u5206\u304b\u3061":119,wikipedia:39,score:[],"\u611f\u3058":[162,112],shidara:23,"\u554f\u3044\u5408\u308f":60,"\u539f\u99c5":64,reported:[],country:[151,91,117],"\u66f8\u304d\u8fbc\u3093":162,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":166,"\u66f8\u304d\u8fbc\u3080":150,"\u540c\u69d8":[96,60,134,12,40,150,64,91,137],and:[34,36,8,132,43,96,48,15,16,102,100,17,111,55,110,113,64,67,68,118,27,163,75,124,72],"\u5931\u6557":[34,63,3,160,134,138,113,6,51,151,17,9,23,66,115,56],"\u95a2\u6570":[],diff:150,"\u5404\u7a2e":134,"\u6d88\u53bb":113,"\uff08node":69,"\u5360\u6709":68,"\u3044\u3046":96,correction:109,"\u30ab\u30f3\u30de":[96,3,133,117,50,141],worker:[],dave:85,"\u305f\u307e\u307e":46,"=query":118,"-message":[],"/function":134,"_sel":36,"\u3069\u3093":93,"#set":150,"\u3069\u308c":[122,84,96,46,56],"_set":[16,35,82,110,15,6,137,103,17,54,66,68,99,45],"\"sound":109,"\u65ad\u7247":27,"\u4ee3\u8868":119,"\u79d2\u6570":[122,96,133,12,162,39,70],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":113,equator:[],reports:34,"_false":68,"\u3069\u306e":[96,78,117,109,40,11,165,155],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":23,"1\u4ef6":[61,162],"_rectangle":[],"\u3069\u3053":[23,165,66],"\u3002db":[23,60,3,91,15],any:[],"\u30df\u30ea\u79d2":39,"\u7121\u8996":[96,78,160,61,83,138,86,113,6,100,151,120,141,137,23,156],"\u5fdc\u7528":119,"\u3069\u3046":[1,89,71,117,5,112,62,96,6,61,7,139,8,21,95],"\u30e2\u30fc\u30c9":[78,3,60,91,66,30],"\"blt":141,tune:[],suitable:[],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[78,109,61,129,137,56],"_skip":113,"_element":35,"\u30c4\u30fc\u30eb":[],"-intensive":[],"_result":[100,2],sleepy:101,normalzer:42,"\u4e00\u6c17":134,previous:[],enters:[],"\u5317\u4eac":11,easy:[],has:[34,48,134,163,15,100,36,17,132,124],hat:[],"*vars":[34,45],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":6,"\u7c21\u7565":113,"\"content":[96,160,133],"\u9001\u308b":[0,153,46,106],"\u9001\u308a":[153,134],"\u30d0\u30a4\u30ca\u30ea":[90,134],"_broken":2,"\u8d8a\u3048":61,unique:118,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":40,">command":4,"_error":[34,2,153],"_ascending":137,alice:[96,160,102,51,8,85,115,46],"-unauthenticated":[6,135],"\u30d4\u30ea\u30aa\u30c9":[63,67],"\u30cf\u30a4\u30d5\u30f3":[3,56],sebastian:66,right:48,old:[],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[86,78,3,120],truncated:113,begin:158,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":6,"\u5358\u8a9e":[],"/ngx":8,"\uff08score":96,groogna:[99,46],"\u9001\u3063":[74,0,76,106],"for":[],bottom:[23,48,29],quetzal:6,".asc":134,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":113,ichii:23,yoku:[66,113],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":68,"\u5206\u985e":[12,117],standalone:55,"\u3067\u3082\u3046":0,"\"starttime":4,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\u306a\u3055\u3093":76,"\u65e2\u5b9a\u5024":126,"\u305b\u3044":113,"_size":[34,60,108,18,15,100,53,137,68,72,45],".am\u30d5\u30a1\u30a4\u30eb":134,reducing:[],"\u89e3\u91c8":[138,60,160,141],waits:[34,17],"_range":[2,68],support:36,offgao:162,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":85,joseph:128,"\u305b\u306a":[160,133],"\u5c71\u672c":66,"\u3086\u304d\u3072\u308d":128,thesaurus:96,"/tsv":[156,9],"\u5fa9\u65e7":99,"\u8981\u7d20":[50,2,3,73,84,150,27,113,6,100,60,122],"\u30d0\u30f3\u30c9\u30eb":[66,113],"\u3002sortby":96,"\u306e\u304b":[162,129],"\u9006\u5f15":38,"_sequence":[2,153],"\u306e\u3044":[65,5,119,39,86,50,11,100,7,153,60],"_records":[6,113],"''":160,exist:[],"'\"":[6,113],"'.":[68,106],"'-":[86,113],"',":[68,163,75],"')":[50,158,96,86,160],"'(":[86,160],"\u306e\u306b":[],"\u306e\u3061":96,relax:124,"\u306e\u3067":[126,3,129,6,90,8,66,131,46,96,11,134,12,102,106,59,61,148,112,113,161,85,23,67,156,119,27,122,30,56],"*nvars":45,"\u3001_":[162,3],"\u306e\u307f":[],"'t":[34,124,15,16,17,75,43,8],"'s":[101,96,160,50,161,132,122,133,106],moero:38,"\u3089\u308c\u308b":[60,108,119,129,113,6,137],"\u88dc\u3046":119,"'a":161,"\u305b\u308b":[126,60,119,145,41,102,30,157,56],"'n":86,"'m":[101,67],"-latest":[],"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":80,"-tar":20,"\u305b\u308c":119,"\u6bb5\u843d":[63,84,108],"_count":[],"'\\":160,"\u5165\u529b\u30df\u30b9":109,time:[162,109,61,136,132,75,150,113,124,6,12,43,23,159,118],push:[134,106],"\u304a\u3053\u306a\u3063":3,":/":[3,4,86,90,8,92,165,46,147,97,134,73,12,13,141,106,38,20,64,91,69,158,116,117,118,135,30,77],"\u53cd\u6620":[119,60,134,124],"\u7b26\u53f7":[],":$":[133,160,128],"\u6d41\u308c":[],"-prefix":[],":#":66,"\u5c0f\u897f":113,":=":[96,160],":>":[96,160],"\u3002rroonga":142,"::":[2,4],netbsd:[138,113],millisecond:17,"\u3042\u307e\u308a":[67,112,100],"\u7aef\u672b":119,"_builtin":[23,68,71,53],"\u6700\u7d42":[96,71,73],dragonfly:138,"\u500b\u5225":134,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":6,"-root":[30,138,86],lru:104,"\u7d20\u6734":117,exact:60,"\u3002travis":69,minute:132,".body":[31,80,95],"\u30b9\u30af\u30ea\u30d7\u30c8":[],"{language":106,"\u6e08\u307f":[147,50,116,78,108,134,109,112,39,13,63,113,6,135,43,23,156,10,126],"-base":[118,55],":@":[38,96,3,160,12,162,102,91],":\\":90,":^":[160,128],":[":150,":public":134,"\u4e00\u6b69":3,"\u7d50\u3073\u3064\u3044":121,"\u305f\u3055\u3093":[23,1,113],pakcages:[],"\u7d50\u3073\u3064\u304f":121,sign:134,"\u5316\u4f5c":134,makecache:[6,116],"\u4e8c\u9805":133,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":66,".ncpu":77,"\u7d4c\u904e":[122,65,133,12,162,39,70,17,23,68],"\u30bf\u30d6":[156,4,153],takashi:[23,151],"\u540d\u7b49":68,"\u4e3b\u8981":123,current:16,"'='":86,"\u76ee\u5b89":134,"\u63a8\u9032":113,"\u30bf\u30b0":[],exceptions:[],"gmo\u30e1\u30c7\u30a3\u30a2":66,"\u6d41\u3057":134,address:[6,23,153,118],"\u30a2\u30ab\u30a6\u30f3\u30c8":[134,22],"\u4e3b\u30ad\u30fc":[],queue:121,"\u8b66\u544a":[96,65,138,113,6,99],"\u3002offset":82,"\u5ea6\u6570":[12,23,64,133],ipa:147,pentium:150,prefer:118,"\u6587\u5b57\u5217":[],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[60,86],bookmarks:73,"\u4e88\u3081":[39,86],"{\"_":[38,96,133,12,64,85,160],positive:[],"|table":56,"\u30d5\u30a9\u30ed\u30fc":[],"/header":20,"\u3060\u3063":[6,61,96,65,100],"``":[1,138],"\u5168\u4e16\u754c":113,"\u3060\u3068":112,visual:[6,23,90,113,66],"\u30ec\u30d3\u30e5\u30fc":134,"_gt":137,"\u3002obj":68,"\u3060\u3044":23,"_alloc":[34,72],values:[50,68],"\u3060\u3057":[23,150],"\u5024\u8a18":133,following:[34,108,118,163,132,111,124,55],"_limits":117,locks:[34,27],logrotate:6,allowed:55,"\u5897\u3084\u3059":[96,157,73],"\u6a19\u6e96":[1,89,3,5,86,7,8,93,95,65,50,139,141,21,143,62,63,114,66,99,158,70,30,31,125,91],chroot:134,"\u30d2\u30e5\u30d9\u30cb":[11,155],parameter:[118,124,100,48,45],applications:27,date:150,such:[118,27,163,6,75,43,55,106],data:[],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[],"/dictionary":138,ss:[132,133],"/javascript":23,st:[78,133],sh:[134,69],so:[43,100,68,124,111],sa:[136,109],se:[43,78],"\u540c\u3058\u6570":[86,8,46],"[yum":6,years:[],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":66,course:[],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":141,"\u30a2\u30c9\u30ec\u30b9":[23,100,86,91,150],"*query":[94,72],jis:137,"\u540c\u671f":[150,134],instantly:27,matches:[],"\u4f7f\u308f\u305a":102,records:[132,48,72,75],"\u8d85\u3048\u308b":[6,12,148,137,83],matched:[118,48],config:[1,65,90],"\u7570\u5e38":[114,150],"_dat":[],"_dataset":[130,55,163,75],"\u3084\u308b":[],suffixsearchterms:[160,133],"\u4e26\u3073":[129,133],"\u4e26\u3079":[],"-terminated":[34,45,15],gtar:20,"\uff1f\u300d":117,indexblog:67,"\u30d8\u30c3\u30c0\u30fc":[],"-offset":96,"\u8a73\u7d30":[126,78,3,39,6,8,9,94,147,96,165,73,13,102,54,84,106,61,150,113,64,66,157,116,117,122,135,30,56],"\"search":[43,109,160,75],"\"type":136,formula:134,"\u6700\u5c0f\u9650":8,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":83,mime:46,"byte":[108,150,27,6,100,153,68,72],"\u7d20\u65b9":119,"\u30d9\u30af\u30bf\u30fc":[],saving:[],"\u4e00\u610f":[63,86,52],one:[16,34,27,124,55],submit:[118,43,136,109,75],"*expr":72,open:[],city:11,"\u5bfe\u7b56":[],"\"sphr":155,"=encoding":[],"\u884c\u756a":[122,23],"\u8fd4\u4fe1\u5143":162,"\u8fd4\u4fe1\u5148":162,"\u306b\u5bfe\u8c61":23,translate:[106,111],"\u540c\u6642":[96,65,119,121,150,64,100,137],fumiyasu:23,future:[],"\u4e16\u754c":[11,12,39,29,64,155],argument:133,"-scorer":144,say:133,"/span":[145,27,41],"/ubuntu":[6,126],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":113,"\u30ea\u30b9\u30c8":[50,96,166,3,160,134,38,156,40,86,6,92,93,133,32,106],uuuuuu:133,"\u5ea6\u5408\u3044":61,note:[34,118,124],"\u30cb\u30db\u30f3\u30b8\u30f3":43,"[[\"":114,"\u5fdc\u7b54":[119,113],buffer:[114,68,72],"\u5148\u982d":[82,96,68,3,8],compress:63,"\u30b9\u30da\u30fc\u30b9":[23,96,113],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[],"\u672b\u5c3e":[82,137,68],"\u9589\u3058":[23,83],"\u4ef6\u6570":[96,3,61,129,50,100,52,68],"\u5217\u6307\u5411":[119,86],"_cursor":[],xml:[],slow:[],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:166,"\u5927\u4e8b":[156,160],"\u4e00\u6642":[],"\u3068\u3057\u307e\u305b":17,"_defrag":68,"\uff08tokenbigram":61,resource:153,".php":134,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[],"\u76f4\u63a5":[162,141],"\u8868\u3057":[65,3,39,40,122,2,52,60],"\u7a7a\u767d":[78,3,160,61,119,86,50,75,120],"\u7528\u79d8":[],"\u898f\u5247":6,".content":[96,133,101,161,124,67,160],"\u306b\u3068\u3063\u3066":[78,112],sites:141,"*column":108,"\u5927\u4e08":0,ohzeki:[],"\u4f9d\u5b58":[],jobs:150,"\u4e0a\u554f":126,"\u5e73\u5747":66,"@tomotaka":23,many:[124,163,73],"\u8fd4\u3059":[1,89,80,5,86,6,7,46,95,133,136,15,139,21,150,62,113,70,64,153,85,23,159,138,31],"\u30b3\u30ed\u30f3":63,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":80,"_otoj":157,expression:[118,124,59,72,96],")offset":[137,100],"-mecab":[147,116,13,113,6,135,66,77],"_t":2,storing:[],"_s":66,"(xxx":113,"\u3002http":113,"\u542b\u3080\u5024":[86,3],"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":66,"\u5468\u4e0a":155,"_synonyms":156,"*added":100,"\u898b\u4ed8":113,"'ja":106,enable:[],readings:43,"\u6607\u9806":[96,3,117,64,100,137,68],"\u5b9f\u884c":[],"-bye":[96,160,133],"\u304a\u3051\u308b":[57,38,3,160,12,119,39,113,6],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":127,"\u7406\u89e3":[96,3],"\u3002filter":[],"?table":[8,46,91],ctrl:91,"\u4e0d\u5909":52,ivh:[147,116],"@lists":[134,22],".md":134,pthread:[23,113],"\u3002squeeze":157,ascii:[160,133],"\u633f\u5165":[3,134,82,86,27,6],binary:[119,39,4],hostname:[30,86,8],"_filter":[],"<path":[86,55],"_setoperation":100,"\u3002\u3057\u304b\u3057":[96,11,73,119,39,109,101,51,123,23,166,46],"\u5206\u5c90":157,"_at":[61,138,15,6,100,68,99],"error\u30bf\u30b0":6,allocation:16,"\u8ab2\u984c":[],"\u90fd\u6c11":[61,129],"\u5b9f\u88c5":[59,11,96,6,8,30,131,23,66,167,46,106],"_date":134,tracking:0,takahiro:138,customized:132,".key":100,wiedenroth:66,"\u6b53\u8fce":76,"_normalize":[101,96,36,3,80,61,162,160,27,166,6,102,100,124,67,133,56],"\u53d6\u308a\u51fa\u3055":12,"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":66,"\u53d6\u308a\u51fa\u3059":[12,137,60,107,138],"_retry":2,"({":118,"\u6771\u4eac\u90fd":[61,162,129],"[token":113,"(r":150,rest:34,gdb:157,filtering:[],"(a":69,"_pack":[],"\u3046\u3061\u3044":86,"([":58,"(_":[43,136,109,133,75],"\u30d1\u30e9\u30e1\u30fc\u30bf":[],"\u3042\u3052\u308b":[],haystack:60,dcmake:90,"\u6c4e\u7528":[150,86,8],"-data":[],"\u639b\u3051":133,"(>":60,"(<":60,"(=":[2,133,60],res2:100,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":134,"((":[96,73],"()":[],"(.":[67,134],"(-":133,"(\"":[11,3,110,86,27,41,113,6,102,145],world:[],"(!":60,"('":[63,96,3,160,86,50,52],intel:150,"_but":60,"\u95a2\u308f\u3089":150,"\u4f4e\u901f":[],"\u4ed5\u7d44":[46,106],grouping:[],conditional:136,yyyy:[132,133],"_supported":[2,153],".load":150,ddl:61,lucid:[138,113,134],"/httpd":[126,8],"\u8a18\u4e8b":[101,67,134],accessing:[],"\u5168\u6587\u691c\u7d22":[],";\"":6,";/":[145,41],"package":[],"\u5ec3\u6b62":65,favorite:106,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[23,46],"\u304b\u3048\u308b":161,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[166,120],"\u30ec\u30d9\u30eb":[5,6,7,86,66],"\u7b97\u51fa":[6,96],"@do":66,"\u6df7\u305c\u308b":73,"\u7403\u9762":[11,155],"_prefix":[],"<encoding":86,"\u30e9\u30f3\u30ad\u30f3\u30b0":3,emacs:106,recommends:124,"\u30aa\u30fc\u30d7\u30f3":[6,23,113],complete:[118,43,99,10,136],"/pull":134,clones:111,"\u6b63\u898f":[78,3,133,99,145,120,41,6,100,66,166,156,56],"with":[],"_load":[],"_types":[120,46],pull:[],"\u697d\u3057\u3044":[61,129],reqular:118,"\u304a\u77e5\u3089":[],detailed:[],gone:38,ac:166,uid:134,"| y":113,"\u30ec\u30b9\u30c8\u30e9\u30f3":119,am:[27,41],an:[34,48,16,100,8,124,72],"| n":133,as:[34,78,118,27,163,124,6,8,111,43,55,106],ar:[61,78,129],at:[132,124,36,48,111],"| c":133,"| _":64,"\u3002messagepack":[122,165],shimomura:6,"_bool":[138,68],"\u4e00\u65b9":[3,160,102,12,119,27,41,61,161,67,133],"\u30c7\u30d0\u30c3\u30b0":[114,78,8],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[6,150,90],"\u9806\u4f4d":82,"\u304c\u3068\u3046":162,nagano:[],queryexpandertsv:[],"_such":[2,153],cpu:[118,119,150,8,165,46],"\u5897\u5206":96,"\u6587\u6cd5":[],senna:[],"\u4ed8\u968f":[89,62],"\u30c7\u30fc\u30bf\u30d9\u30fc":23,caused:[],"\u5408\u8a08":[57,96,61,83,150,114,148],"\u6e80\u3055":113,causes:[],"-talk":[113,22,134],"\u548c\u5e83":113,"\u901a\u4fe1":[],to:[],tail:[153,134],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],homepage:150,tc:[137,107],returned:[16,34,110,48],"/other":8,"\u30ab\u30c6\u30b4\u30ea":[96,78],"/rurema":66,"\u3002column":[60,3,108],condition:[72,133],"(popular":96,large:124,adjust:96,"\u5909\u308f\u308b":[61,145,27,41],"\u5909\u308f\u308a":[114,64,129,104],small:[],"\u4e0d\u5b8c\u5168":23,"\u300c\u6771\u4eac\u90fd":61,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[66,78,120,113],"&gt":[145,27,41],"\u6e80\u3059":113,"\u5927\u5225":12,pass:8,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":6,"\u7701\u7565":[],"\u7d22\u6642":138,"\u5897\u52a0":[96,113],"-based":[],"\u3067\u306b":[61,101,9],section:[34,18,108],"\u30ea\u30c6\u30e9\u30eb":[],"\u5927\u5207":119,"\u6700\u65b0":[23,134,22,104],"\u3002timeout":68,"_modified":162,method:8,contrast:8,full:[78,27,134],hash:[83,162],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":78,hours:[],"\u30ce\u30a4\u30ba":[61,109],sender:[118,55],"\u975e\u516c\u958b":134,"_compare":68,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":96,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":6,"\u306b\u3059\u308b":46,via:75,followee:162,tokenizer:[],"\u30ce\u30fc\u30c9":[6,137],"-release":[],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[],follower:162,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[23,138],select:[],"\u3002\u3002":40,mecab:[147,1,36,134,119,13,113,6,135,138,23,165,116,77],"\u7406\u95a2":45,"\u4e0a\u8a18url":134,more:[34,124,153,27,55],"\u30c6\u30ad\u30b9\u30c8":[78,134,73,150,145,138,120,27,41,113,6,97,166,106,56],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":38,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[127,73],"\u518d\u5229":[83,96,52,66],"_argument":[137,100,2,153,68],"_messages":[134,106],endpoint:[118,55],installing:[],"_adjust":[96,94,60],learn:[118,55],";b":[145,41],"\u6bd4\u8f03":[],scan:157,"_descending":137,accept:138,states:151,gronoga:8,information:[16,132],"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":23,"\u3002lzo":63,"\u300ccommand":30,"=dat":99,"\u52d5\u7684":[],"\u5b9f\u884c\u4f8b":[],"\u5019\u88dc":[43,136,10,109],"\u306b\u3059\u3050":101,"\u30fb\u81ea\u5df1\u7d39":162,"\u8aad\u307f\u51fa\u3057":119,github:[0,63,134,106,113,6,66,92,23,165,69],tokenbigram:[78,3,80,83,129,86,41,93,96,133,101,102,149,56,109,61,145,161,67,160,162,27,124,32],register:[],"\u6e0b\u8c37":162,replied:162,"\u666e\u53ca":119,sysctl:[148,124],"\u52d5\u753b":38,"\u8f09\u305b\u308b":134,installed:[],replies:67,installer:134,its:[34,43,72,0,132],saucy:[66,13,113],".rpm":[147,116],confiugration:124,"\u63a5\u7d9a":[],"[tokenizer":[6,113],"_weight":[63,66,84,108,73],salamander:[66,13,113],"_ci":166,"\u6271\u3044":[65,12,129,17,43,167],"\u6271\u3046":[2,133,61,148,113,22,119,99],"\u6271\u3048":[88,15],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":6,"\u5c0f\u306a\u308a":[],always:124,events:46,"\u6271\u3063":[162,1,113],"\u30ad\u30e3\u30b9\u30c8":[160,162,138,113,6,99],"[doc":[6,23,99,113,66],found:[100,48],".offset":100,"\u534a\u89d2":[137,166,3],"\u540c\u7fa9":156,"\u9ad8\u901f":[38,1,60,3,160,167,83,127,40,86,113,11,133,119,23,155,46,56],operation:[48,153],"\u6271\u308f":[96,78,160,12,40,150,113,6,61,166],really:[96,160,133],"\u524d\u8005":[64,166,156],ftp:150,"\u30ab\u30d0\u30ec\u30c3\u30b8":[],"\u30de\u30eb\u30c1\u30b3\u30a2":119,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/rab":[64,3,117],ftb:36,occurs:[],"/etc":[126,134,148,6,135,8,124,156],"\u6975\u4ed8":[11,155],"_hit":[91,70,3,4,8],imagine:[],"\u3053\u3053\u3067":134,"\u30a6\u30a7\u30a4\u30c8":63,definition:[],pairs:43,"_user":[],major:[],"-keyring":[6,135],number:[],"_pipe":[2,153],"\u3059\u3079\u304d":60,"\u7d42\u308f\u308b":[101,160,133],"\u30b3\u30d4\u30fc":[108,134,82,100,6,51,141,68],"|enable":78,needed:[111,8,15],introduction:[],"\u30ab\u30b9\u30b1\u30fc\u30c9":[],"\u3057\u304b\u3082":167,">\u3001":139,"_stack":2,relationship:[],"\u642d\u8f09":119,dpkg:134,"\u5b66\u7fd2":[],"\u56de\u547c":138,"_db\u30d5\u30e9\u30b0":23,"\u60f3\u5b9a":[70,38,141,114],"\u5b9f\u969b":[57,38,96,80,61,162,113,67],toybox:12,"_nofile":[132,113],beforehand:[],"\u52d5\u74b0":158,"*data":82,"\u66f8\u304d\u63db\u3048":[134,69],gted:106,qps:[158,150],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[138,86],self:150,"_lock":[34,23,68,17],also:[96,160,118,27,15,43,133],without:[43,75,8,27],mroonga:[],"\u8a18\u53f7":[61,86,129,3,138],"\uff08todo":133,"\u306e\u3069\u3061\u3089":[96,133],"\u3060\u3055\u3044":[0,126,3,6,8,92,165,46,96,133,134,73,13,106,20,153,66,156,157,69,166,160,117,119,122,123,76,56,91],"\u5b57\u5217":[23,39,160,56],exe:[90,134],"_uint":53,cover:27,umemoto:23,arted:133,ext:78,"\u6d3b\u304b\u3059":96,"<limit":86,"_processes":[],microsoft:90,"\u3057\u304b\u3057":[96,133,61,129,67,156,46,106],"/command":[8,91],xcode:77,session:118,"-memory":138,"\u6570\u3048":117,"\u77e9\u5f62":[29,64,119],"\u5143\u6c17":113,columnn:6,"\u9577\u578b":[137,84],"\u6642\u306b":23,failed:[16,17],"\u51e6\u7406":[1,2,82,120,129,41,6,78,8,46,96,133,52,106,60,150,113,64,153,66,160,119,138,26,27],factor:[66,96],"\u5225\u9014":[39,68],"\u30bf\u30fc\u30b2\u30c3\u30c8":6,columns:[50,96,127,138,163,6,124],"]]]":[61,136,139,133],"\u5fc5\u305a":[96,65,127,100,153,56],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":46,"\u3082\u3057\u3054":6,"_point":[38,48,155],"\u30ed\u30b0\u30ec\u30d9\u30eb":[86,8],"-github":134,bytes:[34,57,45,15],"\u6c7a\u3081":56,"\u7528\u610f":[96,60,134,109,150,11,75,165,43,68,10],"\u3082\u3057\u304f":[147,160,134,12,148,39,27,41,113,6,100,91,85,137,133,67,145,8],set:[43,68,150,124],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[63,1,138,113,6,66,23,165,157],see:[34,124,111],sed:[6,23],sec:17,"\u547c\u3073\u5143":15,sea:[43,78],sen:36,"\u8a00\u8a9e":[],juman:147,currently:[8,71],mutex:[34,113],"\u65e5\u4ed8":[119,11,134],"\u3068\u3068\u3082\u306b":12,"\u3082\u3057\u308c":156,available:[34,36],"<span":[145,27,41],"\u7a7a\u6e2f":162,"\u304c\u3064\u3044":[6,83,96,138,73],javascript:[],"\uff09\uff08":56,"\u3082\u304d\u3061\u3093":8,"interface":118,"\u500b\u4eba":165,"\u6790\u5668":119,"_already":[2,153],"\u77e5\u308c":[131,120,59,112,67],last:[6,162],"\u4e00\u8cab\u6027":112,"\u77e5\u308b":117,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[119,150,142],"\u578b\u5909":23,connection:153,improves:[],"_filename":2,whole:[],"<#{":132,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":113,load:[],geolocation:[],");":[16,60,72,108],"):":[126,134],"@ceekz":113,"-adjuster":[96,73],corresponds:[],community:[],except:124,"))":[96,156,133],"\u30ca\u30ce":[122,138],")-":134,"),":[63,113],").":[118,27,134],"_exec":[2,72],")\"":[97,160,27,113,80],".htpasswd":[8,46],")'":[38,162,160,109,136,145,27,41,161,64,75,43,133],"[rpm":[6,23,99,113,66],tablename:65,"\u7c21\u6613":[126,11],"\u63a2\u3057":[119,150],"\u30d1\u30e9\u30e1\u30bf":[34,35,48,107,71,68,82,53,110,100,15,16,137,103,17,54,94,72,45,105,108],shinya:6,func:[34,45,15],"\u3067\u307e\u3068\u3081":156,handling:124,")]":113,"-api":74,"\u3067\u306a\u3051\u308c":133,"\u5236\u9650":[],"\u3002point":[29,155],"-apt":13,formats:132,"\u30b0\u30cb\u30e3\u30e9":162,"_nromalize":166,expander:[],"\u632f\u821e\u3044":[6,66,85,113,102],"\u63a1\u7528":[61,119,91],"<=":[133,162,8,113],binding:[145,36,41],"\u5316\u524d":52,"</":[145,97,4,41,27],"<-":46,"\u8a00\u3044":[161,127],"\u4e00\u7fa4":60,"_ptr":34,swig:36,"\u56de\u52d5":150,alert:[5,66,7,8,132],levels:8,ifexists:50,stack:[113,153],"\u7121\u99c4":119,"\u8981\u6c42":[112,3,113,161],"-path":[],"_file":[2,122,8,156,46,153],"/senna":141,mysql:[147,96,36,134,73,119,145,13,120,27,41,135,156,116],"\u5316\u51e6":[23,52],"\u30bd\u30fc\u30c8":[],"3\u4ef6":162,"_files":[2,153],location:[],input:[50,43,122,153],emergency:[132,8],format:[34,36,4,118,132,106],"\u30cf\u30c3\u30b7\u30e5":[6,70,134,114],"\u30bd\u30fc\u30b9":[],projects:[],"\u30c7\u30b6\u30a4\u30f3":6,"\u540c\u7b49":[129,150],"continue":66,"_nabe":66,"\u4ed5\u65b9":[],"\u30d6\u30ed\u30c3\u30af":[119,8,113],"_flow":[2,153],"\u6ce8\u8a18":113,"\u30af\u30ed\u30fc\u30f3":165,"\u65e2\u77e5":165,bi:[61,129],"\u4e0a\u4f4d":[61,100],wget:[147,116,20,13,135,165],by:[],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":126,"\"yu":141,"\u3068\u308f\u304b\u308b":134,garbage:[114,113],into:[16,118,75],servers:[],"\u3088\u308a":[80,39,129,6,43,165,96,11,133,73,12,101,137,56,60,61,150,113,23,67,155,156,160,117,162,138,123],"|key":[96,3,80,61,162,160,27,101,102,128,124,67,133,56],"\u30d5\u30a9\u30ed\u30ef\u30fc":134,pcre:6,span:[145,97,27,41],"\u56fd\u969b":106,custom:[],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],"\u5074\u9762":119,"\u6574\u3063":157,opens:[124,48],"\"keyword":96,link:[12,91,117],line:[],"\uff08ci":69,posted:162,"\u8868\u3059":[58,60,38,12,40,63,11,78],"\u3088\u30fc":162,up:4,".am":111,ul:78,"\u5206\u89e3":60,"\u3054\u307f":[112,113],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[],parses:[110,72],"char":[34,71,53,110,15,100,68,72,45,108],"\u3054\u3068":[],"\u3075\u308a":136,"\u304b\u307e\u3044":3,parsed:72,defines:163,codes:134,taro:38,">uptime":4,logyyyymmddhhmmss:118,"=null":[96,78,104,56],invalid:[34,118,96,110,153],"\u8868\u308f":68,"\u898b\u4ed8\u3051":113,isssue:[],"\u7acb\u3061":122,elements:73,".dump":23,"\u985e\u7d39":61,"(nginx":126,"\u6307\u5b9a":[],"\u4e00\u7dd2":[1,11,3,73,61,96,6,126,56],"\u3088\u304f":[96,85,73],"\u3088\u3046":[],"\u3088\u3044":[96,160,117,67,68,46,106],algorithm:[],"\u3088\u3073":60,age:[84,96,85],"/wgs":64,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":113,oracle:[],"\u3088\u3063":64,"\u8a66\u884c":119,hello:[101,133],code:[122,132,4,106],partial:60,"\u3067\u307f":119,",\"title":3,results:[6,118,100,27],existing:[55,111],"/sysctl":[148,124,77],"\u3067\u3064":80,"\u843d\u3061":[138,113],"\u3067\u306f":66,"\u3067\u306e":[122,27],"-lzo":[],"/json":[23,8,46],"\u3067\u3069":136,"\u3067\u3057":[20,12,133],"\u8a2d\u5b9a\u6e08\u307f":126,"\u306a\u304a\u3053\u306e":150,":..":96,"\u3067\u3059":[2,3,4,6,78,8,9,10,65,74,13,15,16,17,18,20,161,23,26,27,30,32,12,39,40,41,42,43,45,46,147,50,51,52,149,55,56,57,59,60,61,63,64,11,66,67,68,69,135,75,76,104,0,80,83,84,86,88,90,91,93,165,96,97,73,101,102,100,105,106,108,109,145,112,113,114,115,116,117,118,119,120,122,124,126,127,129,131,133,134,136,141,142,148,150,151,153,85,155,156,157,158,160,162,166,167],"\u3067\u3044":[12,96,133],"\u30ea\u30af\u30a8\u30b9\u30c8uri":8,"\u3067\u304f":[96,73,123,76,156,69],"\u3067\u304d":[],"{user":124,"\u7279\u306b":[60,134],"\u9234\u6728":6,"\u8fbc\u307f":[21,156],"\u8ca2\u732e":113,"\u3002time":162,"\u983b\u5ea6":136,"\u6368\u3066":23,".clean":134,"\u5f15\u304d\u7d9a\u304d":113,"try":17,"\u6b8b\u308b":23,">rroonga":[145,41],"(wgs":64,freed:16,"\u30aa\u30d7\u30b7\u30e7\u30f3":[],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":6,"\u4e00\u81f4\u3057":[96,129],video:38,".xml":4,index:[38,48,107,108,134,18,84,27,36,124,66,67,133,160],directive:8,"_operator":[100,94,72,48,108],"\u306e\u3067\u3057\u3087":96,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":90,"\u30ef\u30fc\u30ab":8,"\u5224\u65ad":[71,133],"\u5fc3\u304c":157,nargs:72,"\u516c\u958b":[23,138,113,134,66],"?parameter":8,let:101,ubuntu:[],ctx:[34,71,121,15,16,100,68,72,45,108],"\u73fe\u308c":78,"\u3067\u3082":[0,2,3,83,129,41,6,90,8,43,165,147,96,134,13,102,56,61,150,113,63,161,64,153,23,67,157,116,119,27,135,123,106,91],makes:[],grnslap:[],buffered:18,"\u8d85\u904e":[148,113],firefox:106,"\u767a\u4fe1":134,"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":134,"\u9014\u4e2d":[134,109,86,6,153,43],"\u3046\u3048":[6,23],"\u4ee5\u964d":[97,134,145,40,86,113,41,138,91,66,23,166,157,106],"\u3059\u304f":161,zip:[],illegal:153,"\"sea":43,"\u3044\u304f\u3064":76,next:[48,45],"\u3046\u3061":[65,108,40,6,114,100,60,85,137,23,68],doubt:[],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":67,"=complete":118,"\u30af\u30a9\u30fc\u30c8":[78,120,160],"\u3059\u308b":[],"\u7d4c\u7def\u5ea6":[],"\u3059\u308c":[3,160,117,119,145,85,150,100,9,133],src:100,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[],occurred:[124,48],"-leaner":55,"\u3059\u3093":162,"_escape":[],"\uff08groonga":119,"\u4f7f\u3044\u65b9":[],"this":[34,96,3,160,12,132,27,163,124,6,118,91,133,111,43,68,46,8],"\u6b8b\u308a":[96,65,156,56],"_posting":[48,107],"\u6e21\u3055":[6,11,60,45,113],"\u6e21\u3057":[50,60,3,91,160],"\u6e21\u3059":[99,3],"\u5171\u306b":[68,108],"\u6b8b\u3063":[138,113],"\\\"a":161,"\u3002\u3064\u307e\u308a":[96,3,17,160],"\u306f\u6708":133,process:[],lock:[68,17],"_estimate":[23,48],high:[],"\u7d30\u5206":12,"\u3059\u3050":[119,46],"\u6301\u3061":[96,78,127,84,86,60,8],"\u6301\u3063":[96,42,160,73,119,84,109,112,6,78,149,166,120,133],"\u6301\u3064":[38,96,42,3,133,117,109,12,119,84,40,86,50,161,100,11,52,149,23,166,121],"\u6301\u3066":84,purpose:[],"-enable":[76,138,111],"\u3059\u3067":[101,51,78,129,134],"\u3059\u3079":[96,65,141,83,153,150,78,8,60,23,43,66,162,115,46,95],"\u6b8b\u3057":96,defalt:138,"\u9664\u7b97":[],"-gqtp":[],"\u3044\u304f\u3089":119,"_')":[63,52],"\u4e26\u3073\u9806":64,">starttime":4,tomotaka:23,structure:[],"\u8a2d\u5b9a":[],alloc:[91,70,3,4,8],"\u4f53\u8fd1":155,"\u578b\u540d":84,element:[133,73],"\u9078\u629e":[119,96,11,134],allow:[6,135,96,160],":\\\"":50,op:[100,94,72,48,108],"[httpd":[6,66,113],"\u8abf\u3079":[82,29,68,117,155],"\u30ab\u30d0\u30fc":157,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":73,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":158,yamaguchi:23,"\u3092\u3064\u3051":[96,160],"\u6539\u884c":[99,23,86],"_unavailable":[2,153],"\u6587\u66f8":[],"=platform":[],total:[114,150,124],hobby:132,"\u5de6\u4e0a":[29,1],"\u5de6\u4e0b":1,"[space":160,murakami:[],python:[134,111],billiard:[61,129],lzo:[6,23,165,108,153],"\u4e00\u6642\u7d50\u679c":6,"_per":[23,15],"_implemented":[2,153],"/master":[106,69],"\u7121\u9650":[6,66,138],".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":69,bump:[],libmecab:[135,13,134],"-patch":106,"\u753b\u9762":[66,1,134],meta:[],"\u30b3\u30e1\u30f3\u30c8id":162,"-fd":[118,23],"\u3002\u7701\u7565\u53ef\u80fd":145,"\u4ed5\u69d8":[],followings:[],"\"\uff08":43,"\"\uff09":[12,43,1,64],"_friends":38,length:34,"3ki":138,"\u591a\u304f":[96,3,12,86,27,61,8,23,167,126,56],"\uff08\u300c":[61,166],owner:8,"\u5897\u5927":11,"\u5bb9\u91cf":[114,96],"\u30cb\u30db\u30f3\u30b4":43,behaves:118,system:[0,96,160,20,39,27,124,133],"-keys":134,"\u30b9\u30da\u30eb":156,"\"weight":12,"\u304b\u3061":[96,129],"\u304b\u3064":[137,96,129,113,133],"_logger":6,"\u304b\u3069":[96,160,61,148,85,29,64,8,136,66,155],"\u756a\u76ee":[96,78,3,160,12,84,120,113,100,137,133],"\u8ffd\u8de1":[],itagaki:138,"\u500d\u7cbe":39,"\u6253\u3061\u5207\u308a":113,"\u304b\u3051":[113,95],"\u9650\u6587":[23,56],"_results":100,"\u304b\u305a":6,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,"false":[89,128,5,39,7,95,133,134,12,102,51,139,21,145,62,113,63,161,151,85,115,160,138],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"2grn":66,"_charlen":34,"\u304b\u3082":[59,42,112,120,122,149,51,131,67],documents:[102,27],"\u304b\u3089":[],"\u3044b":[61,129],mechanism:[],tokendelimitnull:[149,32,130],"_const":[60,72],"\u3069\u3061\u3089":[0,126,3,80,120,15,127,67,10,46],"*init":45,"\u6a5f\u80fd":[],"\u3089\u308c":[96,78,3,83,84,138,112,113,119,6,60,93,23,67,151,95],"\u4e2d\u9593":[60,129],"\u3064\u3076\u3084\u304d":101,"_suffix":23,segment:114,"\u6e80\u305f":[161,64,60,162],"*\"":[67,96,130],latin1:6,"\u5168\u89d2":[137,23,166,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":86,"\u3067\u3059\u306d":112,"\u5408\u81f4":[64,3],"mo\u30d5\u30a1\u30a4\u30eb":106,"(arugment":133,"*res":[100,94,48],"\u30ea\u30af\u30a8\u30b9\u30c8":[89,5,7,8,93,46,95,96,139,141,21,143,62,113,70,114,153,66,158,63,26,30,31,125],brew:[77,111],".gz":[147,116,134,20,13,77,135,165,106],"=r":6,"_initialized":[2,153],"_literal":66,"=g":118,"'localhost":[158,86],"=c":90,"=i":134,"=\\":[145,97,27,41],should:[34,72,111],"\u8d70\u3063":51,"\u30ea\u30ea\u30fc\u30b9":[],"\u5316\u5bfe":106,handle:124,means:[34,96,48,132,8,124,43,72],"==":133,familiar:[],"=$":[165,134,106],"='":97,"\"ellip":155,"=\"":[96,4,134,20,145,27,41],"=-":165,"=/":[156,165,86,157,134],db2:46,"=)":60,"/html":[23,106,46,111],">cache":4,"\u307b\u3068\u3093\u3069":15,"_search":[],nise:66,"\u64cd\u4f5c":[],travis:[],"\u7cfb\u5ea7":[29,155],"/doc":134,"\u3002debian":157,"\u306b\u3064\u3044\u3066":[0,44,78,3,5,120,39,129,86,104,88,6,2,89,60,9,131,43,66,165,162,46,95,147,96,65,134,98,12,136,13,50,102,51,139,17,141,149,21,143,135,144,84,151,56,146,58,59,42,107,109,20,148,137,62,113,155,63,114,64,11,153,23,115,68,156,69,70,116,159,160,117,161,119,73,26,29,7,93,75,124,76,31,125,77],"\u8ffd\u8a18":[6,134],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":112,"_connected":[2,153],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":113,"/var":[126,165,86,8],"[snippet":[66,27],"\u8d70\u3089":51,"2\u4ef6":162,"/status":[158,91,4,46,8],webclips:97,valgrind:157,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[160,83,138,113,23,133,56],etc:[124,8,46],figures:[],tld:117,":\u5206":162,ci:[],ch:78,"\u533a\u5225":[39,96,128],allocates:34,cd:[106,116,134,147,20,13,135,90,165,77],"\u7d99\u7d9a":[6,86,69],"\u591a\u69d8":119,zenigata:38,"\u66ff\u3048\u308b":3,allocated:[16,34,15],"\u306b\u3044\u304f\u3064\u304b":113,"\u304a\u3055\u3089\u3044\u3057":112,"_itoh":23,"_vesion":97,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":6,"_operation":[2,153],"[plugin":66,adjuster:[],"@yappo":[66,113],"\u58ca\u308c":[6,23,138,114],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,"\u3068\u3064\u3044":64,"\u4fdd\u6301":[12,162,88,15],"\u518d\u5e30":[96,60,89,8,68,156,95],"\u30c7\u30a3\u30b9\u30af":[1,67],"\u6b20\u843d":113,tokenkytea:6,ultra:38,"0x":[12,39,99,160,153],"\u58ca\u3059":6,site:[38,3,117,12,64,91],"\u4e00\u62ec\u3057":100,"_versions":134,"\u305d\u308c\u304b\u3089":[96,73],"\u5ea7\u6a19\u5024":[],"\u4f75\u305b":3,"\u3002\"":[117,109,61,162,113,91],"\u3002#":[23,138],"\u3002-":[82,30,165,137,162],"\u3002.":106,"\u3002(":[147,126,60,134,150,86,50,151,17,137,67,45],"\u3002)":[137,67,151,150],"\u300cbilliard":129,"\u3002:":[3,129,86,8,43,93,10,46,96,65,134,136,150,50,139,141,149,106,42,109,61,148,112,63,114,124,23,157,75,30,56],"_vprintf":66,"\u518d\u5ea6":[66,60,17],"\"roonga":10,v1:60,v2:60,architectures:134,".group":161,php:6,"\u3002[":[6,66,3,113],"_lzo":[63,2,108],off:[66,8],"\u3002c":[74,119,2],"\u3002n":[61,78,120],"\u4e00\u77ed":119,command:[],ecmascript:[6,96,142,113,133],"\u81ea\u7531":[119,60,52,153],"\u5149\u7537":113,"\u9806\u5e8f":[61,93,96,3],web:[1,160,134,109,136,96,75,165],jinja:111,"\u6b63\u898f\u5316":[6,120,27],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":6,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":86,increased:[],dest:[158,100,86],"|http":150,increases:[],five:3,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[23,56,113,133,83],tvsec:70,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[],"\u5947\u6570":133,string2:98,"\u672c\u8cea":150,become:36,"*target":72,"\"rect":[6,155],daylight:[],"\u904b\u55b6":134,"/source":[106,116,134,135,74,13,20,90,111,147,165,77],"\u5727\u7e2e":[],"\u63db\u3048":[137,68],nneded:124,"\u30dc\u30bf\u30f3":[6,113,134,106],does:[],"\u53d6\u308a\u9664\u3044":100,caplitalized:[],"_group":100,"\u53d6\u308a\u9664\u304d":[97,60],"(debian":126,iwai:[6,99],"\u5206z":39,"_queries":[91,70,3,4,8],pluggable:[],"\u91cd\u307f\u3064\u304d":66,software:13,suited:27,"\u7d42\u4e86\u30bf\u30b0":145,"\u7d42\u3048":134,"(get":158,terminated:72,"\u300cusers":162,"\u9805\u76ee":[],"-node":116,"_remove":[],"_started":122,"\u89a7\u4e0b":157,"function":[34,36,118,122,153,144],"\u300cpopular":96,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[96,65,148,150,21,165],"-dd":[132,133],sigstop:113,"-point":39,be:[34,48,118,75,132,16,100,111,124,68,72,55],compute:124,"\u65b9\u5f0f":[86,67,3,119],"\u4e00\u756a":[96,165,46,73],official:134,"\u3002iptables":91,problem:[16,124],yuki:23,bigram:[],"int":[34,3,4,38,82,18,39,6,43,45,96,48,133,73,12,136,100,15,16,102,51,17,54,58,107,108,109,61,53,113,137,64,11,85,66,67,68,160,71,117,162,138,75,72],inv:150,"\u4e2d\u91ce":162,"\u69d8\u3005":[],"*proc":82,"\uff08not":142,redcloth:134,"%post":6,inc:[],compared:27,"\u7570\u306a\u308b":[],variety:38,"/message":134,"/default":[6,126],details:[34,124,132],suppress:[],"'user":102,"\u4eba\u3068":112,"/sources":135,"_query":[],"+ff":166,"(init":15,eof:86,"_hugetlb":23,"-threshold":[],searched:48,rep:150,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":162,"*string":72,dbmss:[],saves:118,all:[96,48,160,134,132,6,75,124,133],"\u3070\u308c\u308b":138,lgpl:36,"const":[34,71,53,110,99,15,100,137,68,72,45,108],"/travis":69,spec:[6,138,113,134],"\u30e9\u30a4\u30bb\u30f3\u30b9":6,"\u304b\u305a\u3072\u3053\u3055\u3093":6,"\u4e0b\u66f8\u304d":40,editrc:23,"\u3002tokendelimit":75,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":134,"\u4f8b\u3068\u3068\u3082":11,".en":134,"\u932f\u8aa4":119,upload:134,msyql:73,"[macports":23,starttime:[91,70,3,4,8],"\u7c21\u5358":[],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":138,"\u69cb\u9020\u4f53":[66,107,45,15],"\u304c\u3072\u3068\u3064":156,"/branches":157,"\u65e5\u672c\u6e2c":11,incompatible:153,zunda:23,above:[118,43,75],"\u4e8c\u3064":[65,78,161,150,129,120,15,102,11,60],"\u578b\u3068\u3057\u3066":39,equals:[],"\u30a8\u30f3\u30b3\u30fc\u30c9":[30,166,138],"\u30af\u30a8\u30ea\u30ed\u30b0":[6,23,109,75,43],obtained:34,"\u540c\u3058\u4f8b":67,"-admin":6,"\u30d0\u30c3\u30d5\u30a1":[35,108,82,113,6,114,100,67,68],"-h":[86,8,46],"_table":[],negative:[34,45,15],"\u304a\u5f85\u3061":22,kytea:[6,78,113,165],separated:[],"\u304b\u304b\u308b":[101,100,3],"\u9df2\u7530\u57fa":113,aware:34,"_register":[34,130],"\u3064\u3065\u3044":162,"\u62bc\u3057":3,word:[6,43,96,160,133],work:132,"\u62bc\u3059":[3,106],"\u30a2\u30fc\u30ab\u30a4\u30d6":[90,134,106],replaying:[],"\u5316\u6642":23,"\u540c\u68b1":[6,138,106],indicates:132,"\u30b9\u30ad\u30e3\u30f3":[145,41],provide:118,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":134,"\u30bb\u30b0\u30e1\u30f3\u30c8":[66,31,68,114],"\"apple":166,"-lines":[118,23],"\u306e\u3046\u3061":[84,160],"/security":124,"_plugins":23,"\u306b\u5bfe\u3057\u7570":102,after:[118,124,48,111],"|with":[101,96,3,80,73,61,162,84,120,27,41,63,102,161,124,66,67,133,145,160],"\u76f4\u4e0b":23,lat:150,"_title":[150,67,3],".description":162,"*func":[45,15],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":138,"@naoina":[6,113],"\u30d9\u30fc\u30b7\u30c3\u30af":46,"\u306e\u3069\u3061\u3089\u304b":[96,85,160,133],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[],"\u5bfe\u8c61id":35,frequency:[43,109,75,136,66],".conf":[148,126,8,124],japan:[151,91,117],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":156,"-cpu":[],"\"say":133,"/windows":[90,134],"\u4e0b\u9650":[137,107],then:[34,43,8,118],them:[124,17],"\u8f9e\u691c":[23,133,83],"cpu\u30b3\u30a2":[],they:[124,132],"\u5168\u3066":[96,133,39,101,100,8,142,67,106],"\u697d\u3057":[61,129],"\u56de\u6570":6,"-send":[118,55],reasonable:[],"\u7a81\u7136":113,"\u5316\u65b9":[166,120],carlos:[51,115],serach:109,"/null":1,"_options":113,logs:[118,93,132,55,56],"<endpoint":55,patsuffix:128,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":6,hosted:[],"+ y":39,"+a":160,network:153,"_directory":[2,153],".deb":134,"\u3068\u3059\u3079\u3066":[6,96],"-rsync":134,wgs:[38,48,117,12,162,39,29,64,11,91,23,155],"\u6210\u308a":[96,160,153],"\u90e8\u5206":[],"\u77ed\u3044":[162,138],"+ \"":6,"_tp":158,"\u77ed\u304f":[101,119],standard:39,"_to":[162,67,110],"\u30eb\u30fc\u30eb":[138,78,46],"\u30eb\u30fc\u30d7":[6,66,138],created:[16,34,118],"++":[147,116,134,119,66,23,165,99],"+-":[72,8],creates:[34,124,163,132],"\"ni":43,"\"no":6,"\u6709\u7121":[12,145],"\u30eb\u30fc\u30c8":23,"\u59a5\u5f53":83,"\u8aad\u307f\u8fbc\u3093":[59,91],"><":[72,4],">=":[113,133],">>":[113,133],"_next":[137,138,48,107,113],another:72,">\"":[96,97,145,113],illustrate:[],"\u3082\u3089\u3048\u308b":112,"\u30b5\u30dd\u30fc\u30c8":[1,78,4,83,39,40,126,6,8,23,131,165,46,65,133,134,12,99,13,101,102,137,56,59,150,112,113,66,67,156,69,160,117,119,138,27,166,91],"\u898b\u306a\u3057":137,john:[151,128],"/lc":[134,106],"\u63a2\u7d22":119,">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[100,68,71,108],"\u3069\u3061\u3089\u304b":[133,27,41,160],"\"unknown":110,target:[48,16,90,111,68,72],"\u3002value":[68,52],"\u57fa\u76e4":15,":byte":53,"\u30d6\u30fc\u30eb":[12,39],contents:34,latency:150,dbms:27,"\u5f8c\u8005":[64,166,156],",\\\"":50,"\u8ff0\u3079":3,indexes:[],indexbuf:108,snippets:[],"_distance":[],indexed:[],"(packages":134,"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[118,113,106],gzip:[],"\u5408\u308f\u305b":[6,108,133],gronnga:10,"\u3002host":91,"-strings":99,"/releases":134,"\u767a\u751f":[63,1,165,134,61,119,122,113,15,6,100,66,68,56],"\u8003\u3048":[3,160,117,119,112,46],"\u5270\u4f59":[],keywords:[],"\u65e2\u5b9a":6,"_input":[122,2],implementation:[],"\u771f\u306a\u3089":133,"*section":108,rectangle:[],"-frequency":23,"\"items":141,"do":[66,72,150],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":138,"\u3082\u3057x":113,"\u3055\u3089\u306b":[38,65,3,73,83,119,162,10],de:106,"\u8ab0\u304b":76,"[libedit":23,"\u8ab0\u304c":162,runs:55,"\u81ea\u4f53":160,"\u4e0b\u90e8":134,"_compress":108,depends:36,optimum:[],"\u67d4\u8edf":[102,142,119],"\u5bfe\u8c61obj":35,"\u3002json":50,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":60,wc:[135,116,13,147],"\u3044\u305a\u308c":[39,65,52],"\uff12\u3064":64,packages:[106,116,134,147,20,13,135,90,165,77],"_tables":113,"\u69cb\u3044":[43,27,41,106],ill:129,"\u3082\u3046\u307e\u304f":165,receiver:[118,55],requests:[118,132],com:[121,117],col:68,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":69,"\u6709\u76ca":119,calros:85,engines:[],"\u30d1\u30fc\u30b5\u30fc":160,daijiro:162,")\u300d":86,snippet3:27,enginen:43,"'needle":60,"\u3082\u3057\u3053\u306e":148,"\u65b0\u305f":[82,100,60,71,108],"\u5730\u70b9":[64,11],applied:[124,36],"-secret":134,"\u904e\u7a0b":52,gnu:[],zlib:[63,138,108,13,113,6,135,153,23,165],"_message":[122,67],"_only":[2,153],aio:113,"\u5165\u529b":[1,89,3,80,5,86,91,43,93,10,95,136,50,139,141,21,143,109,150,62,113,63,114,23,99,158,70,122,75,31],applies:[],"_close":[34,60,107,18,15,16,66,137,23,68,72],"[solaris":6,cond:113,conf:148,warry:[],"\u56fa\u5b9a\u9577":138,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":60,"\u9069\u3057":[101,119,56],"-dataset":[],"\u4e0d\u5177\u5408":[6,66,76,113],"\u6771\u4eac":[61,162,64,11,129],independent:[],"-packages":134,hana:38,"\u76ee\u7684":[165,78,113],hand:[],"\u57fa\u70b9":96,"\u72b6\u614b":[158,70,116,138,3,134,114,61,112,13,86,15,6,135,119,147],client:8,the:[],"_shutdowned":[2,153],"\u30de\u30c3\u30d4\u30f3\u30b0":148,"\u826f\u4e8c":66,solaris:[],quoted:[],"_score":[96,108,136,113,6,64,52,162,23,133],"\u8db3\u3057":133,repoforge:[6,116],"\u3068\u306a\u3063":113,adding:111,"=sjis":165,"\u7027\u5185":113,belongs:[],"\u7528\u3044\u308b":[38,3,12,119,88,64,91,68],"\u6307\u6a19":68,jekyll:134,"\u885d\u7a81":126,"\u30ed\u30c3\u30af":[1,86,113,6,17,23,68,95],"\u307e\u3068\u3081\u308b":8,"_expr":[],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[165,122,65,150],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":162,"\u307e\u3068\u3081\u3066":[12,119,96,134,117],"\u3057\u304d\u308c":6,tokenbigramsplitsymbolalphadigit:[61,102,149,32,109],comments:[],"_arg":2,tasuku:36,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":134,".sourceforge":[134,22],"_compile":72,repository:111,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":[],"\u8db3\u308a":[23,156],"\u30b5\u30fc\u30d3\u30b9":[6,66,119,113,69],substitution:102,"\u69cb\u6587":[],post:[],properties:132,obj:[35,68,71,82,114,94,72,45,105,108],"*ic":107,accepts:118,"*ii":18,"\u6709\u7528":[3,83,84,122,8,66,46],"\"text":23,"\u5224\u5b9a":64,zxvf:134,"\u3068\u306a\u308a":[160,46,27,41,91],".h":[74,34],"**":[108,7,137,68,45,71],"float":[6,12,11,4],bound:[],"_offline":99,"\u6700\u521d":[96,3,160,12,145,112,27,41,15,122,118,85,23,67,133,156,126,56],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[96,73],"*'":96,"_socket":[2,153],"\u5927\u6587":96,"\u5b89\u5168":91,accordingly:[],way:55,cdbs:23,was:[],"_body":[61,63,80],"\u6027\u80fd":[],encoded:118,"true":[1,89,3,80,5,39,41,7,9,131,115,95,101,96,11,133,73,12,50,102,51,139,21,84,56,38,59,145,62,113,63,161,64,97,85,67,155,128,160,117,162,27,29,151,166],maximum:[],"\u30e1\u30c3\u30bb\u30fc\u30b8":[66,65,162],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[96,78,3,109,61,129,166,75,23,165],mte:36,"\u6587\u5b57":[1,78,3,80,39,129,86,41,6,7,66,43,96,11,133,98,12,50,100,137,56,38,60,109,145,113,155,64,23,67,68,156,160,71,117,119,73,120,27,29,162,166,72],"\u7d44\u307f\u8fbc\u3080":[119,60,8],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[17,113],score1:60,score2:60,"\u3059\u3063\u3071\u3044":80,distributions:134,"\u3054\u89a7\u304f":[3,157],physical:114,test:[3,134,12,150,91,67,157],"\u5c5e\u6027":[78,120,130,63,42,93,149,97],"\u305f\u3081\u3057":64,truncate:[],welcome:[96,160,133],update:[],"\u547d\u4ee4":[],"[gqtp":113,scorer:[],scores:[],tajima:6,"5km":162,masaharu:[6,99],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":23,global:[],"/debian":135,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":153,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[],"<threshold":86,"\u901a\u77e5":134,"(ptr":138,"_denied":[2,153],division:[],"\u307e\u3067\u3057\u3070\u3089\u304f":134,"\u8a2d\u6a02":23,"\u5f53\u3066\u308b":12,entries:[96,160,145,41,16,141,124,133],"/http":[126,8],"\u72b6\u6cc1":[61,82,119],"\u3068\u3057\u3066":[],"\u4e0d\u6574\u5408":1,localhost:[158,4,134,118,150,86,8,23,46],"(database":148,"4gbyte":57,initializes:34,initialized:[34,15],"\u3002cursor":137,"[munin":[6,23,113,66],"\u30c8\u30e2":38,shared:[16,17],satisfy:[],supporting:8,"dat\u30ad\u30fc":113,"[deb":[6,23,113,66],"\u6e2c\u4f4d":119,"\u30b5\u30d6\u30bf\u30b9\u30af":134,"\u96c6\u5408":[6,100,142,127,73],appears:27,change:[6,16,8,46,111],"\u30ec\u30dd\u30fc\u30c8":165,liblzo:[135,13],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[61,96,142],"\u305d\u306e\u969b":134,usually:55,".spec":23,".exe":90,"\u305d\u306e\u307e\u307e":134,"\u6700\u5c0f":[147,116,13,126,135,85],"-cutter":134,"'haystack":60,"\u7d71\u5408":[6,119,113],httpd:[6,99,113,134],"\u6307\u6570":133,https:[],selects:48,"enter\u30ad\u30fc":113,"\u6d41\u91cf":46,"_plugin":[34,23,130,66],cas:153,"\u884c\u308f":[158,38,96,150],nfkc:166,can:[34,132,75,27,124,16,8,111,43,106,72,17],clearlock:[],",\"http":12,"_stable":103,"_stamp":132,"\u884c\u3063":[157,66,64,134,117],attribute:[],"\u5b89\u5fc3":112,"-com":134,",'":[12,39],"\u884c\u3044":[158,38,60,3,134,61,150,129,86,102,100,162,137,67,68],",\"":[38,4,162,114,141,67],",.":134,mpaa:85,"\u884c\u3048":[102,3,160,157],write:[99,96,32,111],"^commit":134,"\u8fd1\u508d":[],"_zone":8,"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":113,"\u5316\u6e08":[68,71],uint:[138,3,80,39,6,91,93,115,128,96,133,98,101,51,84,56,38,61,113,161,64,151,85,67,160,117,73,122,124,166],",_":[38,96,3,133,117,73,136,102,64,162],"\u3057\u306a\u3051\u308c":160,"?\"":[],"\u8fd4\u3059\u304b":136,ghz:150,"\u5404\u56fd":134,"\u30b2\u30c3\u30c8":22,automatically:111,",{":[150,4],"\u304b\u308f\u308a":[61,147],"\u5357\u534a":6,"\u82f1\u8a9e":[0,23,106,134,66],db1:46,"\u5bfe\u8c61ctx":15,ieee:39,"_account":106,":ss":[132,133],"_tsv":156,"\u30bd\u30d5\u30c8":156,"-libedit":138,"=(":134,"\u3002gdb":157,"\u78ba\u5b9a":136,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":165,"\u4f5c\u7528":6,"\u542b\u3081\u308b":[96,78,3,160,134,99,120,66,23,156],rake:134,"\"version":4,"\"ruby":73,"\"vector":113,alisa:102,sphr:11,"\u3086\u304d":128,"_lcp":100,january:118,"[normalizer":66,"\uff4d\uff59\uff53\uff51\uff4c":[145,41],"\u8aad\u307f\u8fbc\u3081\u308b":141,el:116,domain:[],en:[43,78,136],ea:[132,78],"\u30e9\u30d9\u30eb":113,kana:[43,136,109,163,75],ex:78,year:132,"\u70b9\u6570":[],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":134,opened:[124,132],space:[34,160,73],"\u518d\u69cb":23,increase:124,"\u3065\u3051":[],"/files":[134,111],shows:[],"\u5230\u9054":57,args:86,"\u5d8b\u7530":6,care:[],"/pub":116,"\u7d50\u5408\u5f0f":[],arnaud:23,"[windows":[6,23,113,66],"\u3078\u306e":[12,165],"_block":[2,153],omitted:4,variables:34,cpus:[],yourself:[],"\u305f\u3069\u308b":38,"_process":[2,153],message:[34,132,67,7],xt:78,size:[],"\u901f\u3044":83,checked:134,silent:69,bookmark:73,"_obj":[],"\uff08,":3,"\uff08-":[96,3],"'column":6,"\u30bd\u30b1\u30c3\u30c8":[63,89,5,62,6,114,7,139,141,143,21,93,31,70,125,95],"\u3044\u308c":[6,12,68],"\u3044\u308b":[],that:[34,16,96,48,118,132,27,15,6,100,17,124,43,72,45,8],kenichi:[23,138],localnames:141,"short":[],"=path":[],libevent:[165,135,13],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":104,"\u304by":113,x6:134,than:[132,124,73,75],"\u30d5\u30a9\u30fc\u30e0":[96,142,113,160],"*next":45,edition:[],"[index":66,"/gat":[64,3,117],accesses:124,"_basic":[8,46],"\u5404\u547d":150,browser:106,"\u3044\u304f":[],"(scope":161,"\u3044\u304d":[112,3,134],remained:132,"\u3059\u308b\u304b":117,"\u3044\u3044":[126,112,22],"-zlib":[],"\u30b3\u30f3\u30d1\u30a4\u30eb":[99,113],"\u30b3\u30f3\u30d1\u30a4\u30e9":23,"_circle":[],engin:[43,136],"\u591a\u5f69":119,"=none":[78,120],"\u3044\u3064":43,"*buffer":68,"\u3044\u307e":59,"\u9806\u6b21":[158,86,3,91],"|suggest":136,price:12,"\u5c0e\u5165":[66,65,157],"_section":[108,162,84,63,66,67],"\u79fb\u52d5":[134,74,6,90,21,23],"\u672a\u4f7f\u7528":153,"\u3068\u308a\u3068\u3093":[160,133],"-yyy":106,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[],"\u3057\u3044":[61,129],"\u3057\u304f":113,"\u975e\u4e92":[6,113],"\u65b0\u5bbf\u99c5":64,"\u3057\u304b":[96,160,12,8,133,67,106,46,56],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[],oldvalue:108,"\u3057\u3066":[0,38,96,138,3,134,117,61,162,13,112,113,6,100,8,157,106],"\u6700\u5927":[57,16,1,138,133,58,83,96,86,27,113,6,153,85,148,150,23,66,53,46,104],"\u30bf\u30a4\u30c8\u30eb":[38,96,133,12,67,160],title:[38,3,134,117,12,113,161,91,67],only:[16,34,8,111],"\u3057\u307e":112,"-server":[],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":8,cannot:[],"\u5f8c\u8ff0":[137,161,60,134],"1\u6708":[12,162,39,96,133],"/gqtp":[126,113],"\u62c5\u5f53\u8005":134,"\u8b70\u8ad6":0,elfring:6,"\u840e\u7e2e":112,"\u4e21\u65b9":[96,162,160,73,83,101,119,43,133,128],"(scan":157,"\u8a18\u6cd5":[67,133],"\u70b9\u4ee5\u4e0b":12,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":113,"_mode":66,"\u5dee\u96c6\u5408":133,between:[],"import":134,"\u5426\u304b":85,notice:[5,7,8],unlocks:34,"\u3057\u308c":[122,149,51,42],"\u3057\u308a":112,tokenbigrma:78,"\u3057\u3088":[35,60,12,101,113,15,50,11,17,23],"\u672a\u8a2d":6,article:67,"\u3079\u30fc\u30b9":66,"\u8d77\u3053\u3063":51,"\u975e\u4f9d":116,"-groonga":[92,150,134],"-time":27,"\u5c55\u958b\u5f8c":96,"\u8868\u8a18":[11,80,134,73,12,39,113,6,64,23,133,106],configuration:[124,8,113],"\u578b\u60c5":6,"\u3002callback":60,"\u8868\u8a08":156,"'>":97,"';":86,"=yes":[157,96,99,113,134],ruby:[],"\u5438\u53ce":[3,80],developing:[],these:27,"\u4f55\u3089\u304b":39,"\u30b7\u30b0\u30ca\u30eb":23,geodetic:39,"\u4f7f\u7528\u4f8b":11,"/packages":134,shorttext:[3,80,83,39,86,41,91,93,43,115,128,96,48,133,73,12,136,101,102,51,141,137,84,56,38,109,61,145,150,63,161,64,11,85,23,67,97,160,117,162,138,27,122,151,75,124,166],"[grntest":23,"\u3002\u300c":[38,96,78,160,120,133,67,56],"\u3002\u300d":61,"\u5fc5\u8981":[],", {":[8,46],"\u5c65\u6b74":134,"\u8f9e\u66f8":[147,1,61,138,113,6],develop:65,"-dic":[],media:[],"-dir":150,"\u6fc1\u70b9":166,document:[133,134,145,138,86,27,41,30],"\u3002\u3044":60,favorited:162,"\u5b89\u5b9a":[114,65,99,119],"_space":[2,153],initialization:118,".po\u30d5\u30a1\u30a4\u30eb":[],", \"":[67,145,73],favorites:162,"\u3042\u306a\u305f":[134,22],eito:113,"\u3002\u3059":[101,150],"\u628a\u63e1":112,"\u3059\u3079\u3066":[96,65,3,133,117,73,84,138,150,100,6,51,78,8,85,23,165],"[output":99,"\u3002ecmascript":96,"\u6bd4\u3079":101,"'groonga":[],touch:124,"\u30ab\u30e9\u30e0":[],speed:10,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":70,"\u3002api":[145,27,41,142],"\u4f4e\u304f":61,mmap:[],"_extract":36,"\u4f4e\u3044":[61,96],"\u30ad\u30fc":[57,96,166,3,108,73,83,39,160,86,113,6,100,138,52,66,133,99,45,151,56],real:[124,27],"\u542b\u3081":[96,156,160,134,85],"\u542b\u3080":[158,63,96,60,3,160,73,136,121,129,113,6,162,66,67,133],"\u8a00\u3046":[43,73],"\u4e38\u62ec":3,read:[27,153],"\u8a00\u3048":[61,160],"\u5c55\u958b\u7528":23,amd:134,"\u542b\u3093":[96,60,160,109,12,27,122,66,10,133],"_hook":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[6,153,86,8,91],"\u6df7\u5728":30,"=site":91,output:[],"\u5c5e\u3059\u308b":[137,93,39,68,108],unsplit:60,"\u30c4\u30ea\u30fc":66,"\u30b7\u30b9\u30c6\u30e0":[],"\u5de6\u53f3":3,"id\u9806":137,"\u30ec\u30b9\u30dd\u30f3\u30b9":[2,113,6,153,66,23,46],unlocked:34,"\u30de\u30b7\u30f3":86,"\u542b\u307f":[122,137],"\u542b\u307e":[3,84,129,6,9,131,93,46,96,133,134,50,102,56,59,60,85,156,116,160,27,122,75],"\u5206\u3051":[],tomoatsu:138,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":8,".posted":162,"-static":23,rdbms:119,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":150,"\u578b\u6307":6,"\u306f\u305d\u306e":15,backup:141,processor:[135,116,13,147],"/admin":[23,86],"\u30aa\u30d5\u30bb\u30c3\u30c8":[6,136,96],"\u53f3\u4e0b":[29,1],"\u53f3\u4e0a":1,"=title":91,operator:48,"\u53f3\u8fba":[23,138],your:[106,23,69,124,111],"_example":43,log:[],prepare:8,aren:124,assumed:[45,15],rpmforge:116,rlimit:[132,113],"\u77e5\u8b58":150,cflags:[20,134],"\u306b\u3064\u3076\u3084\u3051":112,"d\u30ad\u30fc":3,"/query":9,",\"links":12,embedded:[],"default":[],"\u30b3\u30b9\u30c8":[101,100],"[benchmark":66,"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":113,"\u9032\u3081":[],describe:34,"\u5bfe\u5fdc":[],"\u95a2\u4fc2":[],"\u56db\u89d2\u5f62":40,"\u691c\u67fb":68,prepend:[],"_code":[34,122,132],valid:75,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[91,46],you:[34,118,124,75,163,15,16,17,111,43,106,55,8],"\u4f4f\u3093":162,string1:98,poor:[],coverage:157,"[fedora":6,gemfile:6,"\u4e94\u5165":23,building:[],bulk:72,"\u5b9a\u7fa9":[89,3,82,39,86,41,6,93,45,96,11,133,101,102,100,52,139,60,108,53,145,62,63,161,97,153,85,66,67,156,160,27,151],"\u8a66\u3057":112,"\u8a66\u3059":167,"\u3002\u00d7":112,cores:118,naoya:[],"\u524d\u8ff0":[61,166,8,56],month:[38,132],"\u308f\u304b\u3061":129,"\u3002name":[100,108,15],"4byte":153,"\u57fa\u6570":133,longitudexlatitude:113,"-e":86,"-d":[118,55,86,8,91],"-g":90,"\u4e16\u4ee3":65,"-a":[6,86,160],"_rk":137,"-c":[147,116,86,91],"-m":158,"-l":[118,132,86,55],"-n":[118,23,3,86],"-i":[150,86],"_rc":[34,35,96,48,108,68,82,18,110,100,15,16,137,103,17,54,94,72,45],"-j":165,"-t":[118,86],"-w":134,"-p":[118,150,86,91,158],"-s":[118,86,91,55],"\u304b\u304b\u308a":[101,160,134,133],"-x":[113,134],"-z":118,"-conditional":23,very:[122,96,160,145,27,41,50,43,133],"\u4ed5\u7d44\u307f":[6,8],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[23,46],"\u76f4\u5f8c":15,":\"":[72,3],"_github":[134,106],"\u6b8a\u547d":150,normalizers:[42,166],"\u9df2\u7530":113,"--":[34,35,1,78,80,82,86,41,6,90,8,66,94,45,96,48,133,134,73,100,15,16,102,103,17,54,145,105,38,107,108,61,53,110,150,113,137,64,97,23,68,156,71,117,162,138,27,130,75,30,72],"-(":[133,134],"-+":8,"\u3057\u307e\u3057\u3087":73,"->":138,"/work":134,"\u518d\u73fe":[61,112,113,142],"-search":66,"\u975e\u5206":96,"[admin":[6,23,113],"@s":138,naoina:[6,113],"-jinja":[134,111],"\u6e2c\u5730":[11,12,39,29,64,155],learned:55,"\"yyyy":133,modify:[],"\u9ad8\u3044":[96,3,136,114,8,119],"/ja":[134,106],"\u304b\u304b\u3063":[122,96],"\u306b\u95a2\u3059\u308b":[],"\u30aa\u30b9\u30b9\u30e1":[147,116,13,135,90,123],"@'":3,"_dist":6,"\u30ec\u30b3\u30fc\u30c9r":60,daemonize:118,"\u308f\u304b\u308b":66,"\u308f\u304b\u308a":[138,117],"\u30b0\u30ed\u30fc\u30d0\u30eb":6,"\u3068\u305d\u306e":65,"\u8ad6\u7406":[],hoge:98,"\u30de\u30c3\u30c1":[],"9\u3064":3,analyzing:[],"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":6,normallexicon:166,chunks:148,"=groo":118,takes:[],contains:[],bash:165,"\u6c7a\u307e\u308b":3,"\u6c7a\u307e\u308a":156,"@yito":[6,113],fulltext:[145,78,27,41],".comment":[162,67],"-tokenizer":[147,116,13,113,6,135],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[],"\u30af\u30ea\u30c3\u30af":134,"\u5fa9\u53f7":134,vm:[],"\u3002eclipse":106,"[load":6,"/homebrew":134,"-databases":[3,118,84,51,91,93],nine:3,"\u9664\u53bb":[138,97,113],exclude:[6,113,85],string:[],"_batch":66,utilize:[],"-address":[6,23,86],snippet:[],"\u3042\u3089\u304b\u3058\u3081":[147,39,134],"[table":113,"_likes":[122,124,96,160,133],fu:78,"[dat":[6,99],derived:55,"\u7686\u5ddd":66,"\u901f\u304f":[38,165,56],fa:78,tries:17,"\u3002'":[68,160],fd:118,"\u6642\u9593":[],"\u4e0b\u3055\u3044":[147,116,78,134,84,13,113,6,135,100,90,123],"\u56fd\u3054":117,documentation:[],"\u4e00\u5bfe":12,narwhal:23,uninstall:6,"\u5909\u63db":[2,83,39,8,162,137,23,166],help:[23,157,106],"\u592b\u5fc5":128,soon:[],"-wno":23,"\u5dee\u3057":134,"/lzo":[23,138,113],systemd:6,"\u306f\u3044\u304f\u3064\u304b":[57,122,17,46,160],"_rename":[],"\u30ab\u30fc\u30bd\u30eb":[137,23,138,107],shimada:138,systems:27,"\u57fa\u672c":[],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[86,113,160],"-test":[157,134],fully:[],"\u5e03\u6559":76,"\u30ad\u30fc\u30ef\u30fc\u30c9":[],"/core":[],"\u597d\u304d":106,resizes:34,yito:[6,113],"\u306a\u306a\u3069":[160,133],"\u9032\u3093":119,"\u30b5\u30a4\u30ba":[35,83,6,90,66,147,12,13,100,137,56,57,108,148,113,114,153,23,68,116,119,27,135,123],"\u982d\u6587":153,"=grooon":118,"\"sequence":[43,136,109,75],"\u30d5\u30a1\u30a4\u30eb":[],todo:[],event:[109,136,163,75,43,55],"_position":[101,96,3,80,161,61,162,84,160,27,41,63,102,124,67,133,145,108],"\u52a0\u3048\u308b":[63,23],"<ip":[150,86],trusty:[66,13],since:[132,108],publish:[],issue:0,"/mailarchive":134,"\u9045\u304f":[155,117],"\u9ad8\u304f":[61,73],"\u9045\u3044":[83,11],"\u3002mysql":[147,135,116,13,166],pub:134,"\u3042\u308f\u305b\u308b":6,reason:43,base:[34,8,134],put:160,loads:[8,55],rect:11,"\u5931\u52b9":[8,104],"\u30b5\u30a4\u30c8":[12,38,134,142],"\u5024\u3068":[12,96,160],encoding:[34,110,72,4],"/data":69,"\u8ad6\u7406\u548c":[],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":126,"\u52a0\u308f\u308b":112,"\u3002_":[52,3],"\u5024\u304b":11,":value":[96,160],"\u53d7\u3051\u308b":[66,126],zeromq:165,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":16,schema:163,"\u3002make":150,"\u3002null":[100,71,15],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":23,translation:106,"\u5024\u3054":117,jquery:[66,138],grep:[135,116,13,147],"\u3002xml":122,"_probability":[23,136],str:[34,72],builder:18,"\u5206\u3051\u308b":[12,134],"\u547c\u51fa":[35,100,68,108],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":46,"null":[],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[138,113,9],"_incr":68,"\u79d2\u5358":[12,39],"\u5024\u3068\u3057\u3066":[148,11,86],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":8,quote:[],sets:[],tokenbigramsplitsymbol:[61,149,138,32],".repoforge":116,"'hay":60,"/dev":134,clear:[66,68],"\uff08and":142,"\u6697\u53f7":134,"\u4ecb\u3057":[119,91],clean:157,latest:111,"\u6574\u5408":[1,68],"\u62e1\u5f35\u578b":12,completion:[],"\u59cb\u3081":106,parameters:[],"\u5225\u3005":117,"<level":55,"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":157,"\u4eca\u5f8c":[21,23,131,78],combinations:[],httprewritemodule:8,".nginx":8,"*index":[48,107],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[86,113],"\u89e6\u308c":3,"\u52a0\u7b97":[],"\u68ee\u7530":38,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u82b1\u5b50":38,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":31,"(argument":133,locale:106,"_enough":[2,153],":groonga":[96,13,160,134],"_would":[2,153],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":60,"\u7d39\u4ecb":[162,76,96,134],"\u4e00\u5ea6":[101,117,6,17,9,23,67,166,156,8],"\u5909\u6570":[34,133,134,20,99,113,130,6,23,66,156,45,157],"-level":[66,86,55],"|persistent":[93,51,84],missing:[],"\u306f\u3061\u3087\u3046":133,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[146,142,69],both:[],delimit:113,oneiric:[23,113,134],geopoint:[],"\u5f71\u97ff":[6,66,113,134],experimental:[],"\u767a\u63ee":119,jeff:128,"\u4e00\u5f0f":68,likes:[],linux:[],"\u4e0d\u80fd":150,tokenbigramignoreblanksplitsymbol:[61,149,32],"\"web":[109,75],"\u306e\u3069\u308c":[118,43],"\u4e8b\u67c4":112,stamp:132,describes:[122,111],empty:[],"/db":[136,126,8,141,55],"/dd":133,"\u56de\u7279":150,"\u7a3c\u52d5":70,"\u6a29\u9650":[165,91,113],"\u30a8\u30b9\u30b1\u30fc\u30d7":[],"\u6307\u793a":[82,43,3,91],"while":[],"\u505c\u6b62":[51,65,86,113,125],"\u4eca\u5ea6":162,"_zlib":[63,2,108],"!(n":133,reads:55,ready:111,"\u898b\u3064\u3051":[6,43,1,112],fedora:[],port:[118,150,91,77],checking:118,"_keys":100,"[suggest":[6,99,113],"-jp":113,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[165,134],composition:166,used:[71,118,104,132,72,55],temporary:71,uses:[16,124,132,55,111],user:[38,161,118,150,27,41,102,8,85,124,45],elapsed:[118,122,4,132],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[96,78,160,117,120,139,86,27,113,6,166,124,66,165,56],database:[],"-filter":[128,73,27,41,6,102,161,23,144,133],"\u30ef\u30a4\u30c9":23,"\u51fa\u529b":[],"\u9806\u756a":[107,160,61,86,137,3],"\u30b0\u30e9\u30d5":119,"_path":[],"\u30d0\u30a4\u30b0\u30e9\u30e0":61,"\u4e8c\u756a\u76ee":133,"\u8fd1\u4f3c":[6,23,11,155],"\u56de\u6307\u5b9a":160,"\"tritonn":96,"\"uptime":4,"-gram":[78,3,133,61,119,129],"\u3064\u3051\u308b":[66,96,112,128,73],"...":[35,79,4,82,18,6,8,93,94,45,101,96,48,133,136,137,100,15,16,103,17,141,54,145,105,107,108,53,110,150,113,114,23,68,160,71,161,118,49,30,72],"-untrusted":[],"\u9759\u7684":[],nginx:[],"_com":134,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":153,"'..":113,"\uff09\u307e\u305f":[78,120,160,133],popular:96,"\u518d\u751f":8,"\u4f5c\u696d":[],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,78,3,4,39,129,86,6,91,23,165,46,101,96,65,133,73,12,136,15,50,102,103,139,17,21,56,60,61,110,150,113,54,11,66,155,99,158,160,117,138,8],"\u5927\u304d\u306a":[46,56],some:[124,72,163,132],"\u96a3\u63a5":[119,160],"~number":133,"\u5927\u304d\u304f":[12,138,65,141,155],"\u5927\u304d\u3044":[96,60,160,83,86,23],"\u3061\u3083\u3093":38,"\u30af\u30a8\u30ea\u30fc":[],minimal:[],".sh":[6,106,157,134,69],run:[],"\u4ed8\u304d":[],processing:132,"\u81ea\u5df1":162,"\u4ed8\u3044":[162,166],"\u5f37\u5236":[6,1,68],"\u898f\u683c":137,"\u4ed8\u3051":[3,12,145,41,6,151,91,85,67,46],"\u30ab\u30a6\u30f3\u30c8":[162,113],"\"mori":141,"\u4f3c\u305f":166,"_read":2,ids:[48,73],"\u5916\u90e8":121,"\u5185\u5bb9":[35,126,3,82,84,6,91,43,93,96,133,134,12,137,106,150,112,67,160,158,71,162,27,122,75,124],"\"serach":109,block:12,libzmq:[135,13],"\u3067\u3069\u3053":2,"\u30ad\u30e3\u30c3\u30b7\u30e5":[],".column":113,".(":134,".)":[124,133,113,132],".-":106,"..":[34,50,96,3,160,73,136,84,86,113,6,102,141,8,133,30,106,114,46,56],"./":[165,106],"\u5316\u6f0f\u308c":6,"\u3067\u3082\u3063\u3068\u3082":26,".\"":[38,96,3,133,12,145,27,41,101,102,91],"\u5909\u66f4":[],".'":[6,63,113],".:":[118,55],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":162,patprefix:128,"\u652f\u63f4":10,"\u30da\u30fc\u30b9\u30c8":6,"[groonga":[6,23,134,66],pangolin:[6,13,134],registered:[34,43,27],tokenbigramignoreblanksplitalpha:32,properly:[],".]":[93,136,133,114,73],newer:111,"._":[96,160,117,12,113,68,133],"\u3002\u30bf\u30b0":[38,41,73],info:[5,7,8],utc:133,utf:[36,4,118,110,138,86,113,166,6,165,133],".n":[124,96,133,71,160],".o":38,munin:[147,1,13,116,6,135,23,165],"\u306b\u5bfe\u3057":[1,3,82,129,6,9,96,133,134,73,136,100,38,60,113,63,161,64,67,68,158,70,160,117,119,30],".c":[96,36],".d":[148,124,135],"_max":[58,2,107,16,103,153],".x":116,windows:[],".}":[114,133,73],"\u66ff\u3048":[],"\u5099\u8003":113,doesn:[34,124,8,17],"\u3002gnr":142,"#{l":132,"\u306b\u3068\u3063":112,"_columns":[],"\u958b\u3044":[166,138,113,23,31,95],"_float":53,"\u958b\u304f":[6,23,166],"\u958b\u304d":71,"_rate":[91,70,3,4,8],application:[8,46],"\u958b\u3051":6,"'\u3002":86,"\u56db\u3064":129,sigcont:113,"\u6642\u4ee5\u5916":138,"\u843d\u3061\u308b":[23,138,113],"\u767a\u884c":91,draw:38,calculating:[],"_realloc":34,"_len":[6,108],".patch":106,"(title":[113,98],"\u306a\u304c\u308b":6,"\u4e00\u5de5":128,required:[],"\"suggest":10,"\u5f37\u5316":[23,138,66],requires:[43,111],kawaji:6,"_pat":[],gt:[145,41],"\u30d6\u30e9\u30b8\u30eb":11,gr:[96,78],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":96,gb:[148,4],ga:[78,150,166],go:101,"\u30dc\u30c7\u30a3":[56,153,9],gi:78,"\u500b\u6240":66,".ssssss":132,nippon:43,"_unknown":2,"\u300cgroonga":[66,142],excluded:[],"po\u30d5\u30a1\u30a4\u30eb":106,"/..":[8,134],"\u4e0d\u8db3":[147,116,13,135,90,123,66],"\u9632\u304e":113,"\u304a\u3053":[12,119],"-aki":66,mercurial:[134,111],".mo\u30d5\u30a1\u30a4\u30eb":106,configurations:[],"/bin":165,"\u5341\u5206":[61,35,148],"/sbin":77,"\u8ca0\u6570":[6,17],download:[116,134],onigmo:66,"-known":27,"/introduction":[3,91],opaque:[16,153],".tsv":[156,4],"\u542b\u307e\u308c":[96,119,129,27,113,122,85,9,56],"\u983b\u7e41":[100,165],"\u7b49\u5024":138,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[66,78],"\u62e1\u5f35\u5b50":[138,150,4,9],"\u3002max":137,accessor:[100,68],".weight":113,convert:[],blogroonga:[],"\u300d\uff08":[129,141],"_child":[2,153],"\u306e\u3042\u3068":6,"\u5177\u4f53":[61,67,117],"\u8fd1\u304f":[119,40,133],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[146,18,119],"\u540c\u3058\u578b":73,"\u898b\u3064\u304b\u3089":100,"\u898b\u3064\u304b\u308a":96,"\u898b\u3064\u304b\u308b":6,"\u898b\u3064\u304b\u308c":112,"\u8d85\u3048":[61,96,113],win:90,"\u5171\u901a":[133,83,39,112,23,67],"boolean":36,"\u7d5e\u308a\u8fbc\u3080":10,"\u624b\u9806":[],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":[119,113],"_no":[],"\u81ea\u5206":[150,112,8,123,106],milliseconds:118,soundkitchen:[6,23],cosmo:[66,113],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[148,96,73],started:[122,132,96,160,133],"\u5f15\u304d\u8d77\u3053\u3059":[6,113],retries:[],"\u5371\u967a":[51,134,46],"\u53d7\u3051\u4ed8\u3051":[6,138],mitsuhiro:138,"\u7de8\u96c6":[],control:[],links:[12,91,117],escapes:72,sudo:[147,116,134,20,148,13,126,6,135,91,111,124,165,157,77],">max":4,objname:[31,95],"\u30b7\u30e3\u30fc\u30d7":56,tokendelimit:[149,78,32,75],"\u6df1\u523b":[6,61],"_repair":99,"\u512a\u5148":[119,150],"*valuebuf":35,"\"sphere":155,"\u9577\u4ee5\u4e0a":[100,68],".entries":124,"\u7d5e\u308a\u8fbc\u307f":[119,3],"\u66f8\u5f0f":[],rakutan:67,"\u81ea\u52d5":[38,3,108,134,83,160,150,6,100,52,8,9,128,23,133,106],"\u898b\u3064\u304b\u3063":[96,10],"_characters":72,":tasukuchan":162,"\u4e00\u500b":60,"\u30c7\u30d5\u30e9\u30b0":23,"!\"":[38,96,78,3,160,12,162,101,6,8,122,67,133,46,91],including:[],"-mysql":[147,116,13,120,135,166],"\u88dc\u8db3":8,geoppoint:48,"_match":[],auto:136,"\u629c\u304d\u51fa\u3059":119,"_seek":[2,153],takayuki:23,"\u306b\u304f\u308b":61,"\u5f15\u8a9e":3,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":112,"'query":6,"\u65e2\u5b58":[126,3,71,134,12,119,150,6,100,91,21],inputs:[],chunk:[114,124],"\u751f\u6210":[],special:96,"\u3050\u308b\u3093":[38,160,133],"-match":[],"\u306b\u304f\u3044":119,may:124,"_default":[6,54,103,110,46],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[23,113],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":106,"_script":131,"_proxy":8,"\u307f\u3066":64,deprecated:[96,65],times:17,"-localstatedir":[],"\u307f\u304c":60,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":14,"_proc":[],"\u8aa4\u5dee":[23,11,155],largetext:83,"<max":86,unsupported:153,improving:124,"\u305e\u308c":[96,60,107,133,134,75],"\u5185\u8fd1\u304f":133,management:[27,69],"\u305d\u3053":[12,61,134],mkdir:141,"\u6700\u4e2d":119,"\u52d5\u5c0f":39,"\u304a\u304b\u3057\u304f":138,"_bad":2,"-doc":99,normalization:[],"\u306f\u3058\u3081":[],configure:[],"_utf":[137,110],travi:113,lists:[],",..":[50,93,96],"_vector":[38,96,108,73,12,162,84,113,63,161,151,66,68],"*min":137,updating:17,"\u3092\u3054":157,"_recv":66,"-log":[],"\u305d\u3046":[85,112,133,69],"_expander":[],"\u8a72\u5f53":[108,145,27,41,100,85,137,66,67,68],unchanged:34,msec:17,"\u56fd\u969b\u5316":[],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":134,variable:34,"\u4fee\u6b63\u4e2d":109,"\u30de\u30a4\u30af\u30ed":[12,162,39,133],need:[16,118,111,124,15],border:[],"\u3068\u307f":[30,96,113],nsis:134,"\u6f14\u7b97":[133,138,113,6,100,142,66,165],"-db":99,"\u3092\u308a":8,"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":165,"\u7570\u306a\u3063":137,"_lt":137,url:[141,23,91,134,30],uri:[30,8],"\u6982\u5ff5":65,databases:16,"\u57fa\u6e96":[12,119,3,134],"_temporarily":[2,153],"\u5fc5\u9808":[],"\u3084\u3089":134,"\u3084\u3081":[23,113,66],"\u3002\u2193":86,ssssss:132,"\u53cb\u4eba":38,"\u6e2c\u5b9a":150,"-compliance":[],"\u624b\u9593":112,based:[145,48,27,41],launchpad:[66,13],"\u3068\u3066":[83,96,46,119],"\u65e5\u6642":[],"\u4e0d\u6b63\u78ba":[6,70],"\\groonga":90,"\u5358\u306b":[59,113],"\u4e0d\u8981":[6,119,113],sha:134,"\u79d2\u3088\u308a":130,processed:132,"\u3050\u308b":[142,160,133],"_parse":[110,72],"_setpshared":113,sho:113,"\u7a7a\u6587":[39,160],computed:34,humans:[],korea:117,"\u63a5\u7d9a\u5148":158,".list":135,"2\u3064\u3081":[67,160,46],"|ga":96,"\u975e\u5e38":[6,46],"\u7ba1\u7406":[],wibowo:113,macros:[],written:111,ken:38,"\u3084\u304c":65,"\u304c\u304a\u304c":162,importance:[],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":6,"\u3053\u308c\u3089":[3,4,83,6,8,9,165,10,46,147,96,11,133,73,13,61,52,142,38,20,113,116,160,117,162,120,135,75,30,76,166],key:[],"\u3084\u3057":96,distribution:[],limits:124,admin:[66,138],"!\\":133,"\u682a\u5f0f":66,"\u96e3\u3057\u3044":119,"\u304a\u3089":134,"\u4eca\u56de":[6,3,27,133],"\u4f5c\u6210":[],"_add":[82,100,72],"\u30af\u30ea\u30a2":[6,23,68],quit:[],"\u91cd\u8907":100,"\u30b9\u30ab\u30e9":108,quiz:38,"\u547d\u540d":6,compatibility:166,"\u306b\u3088\u3063":[89,3,80,5,129,86,7,91,93,95,96,65,73,12,100,15,51,139,141,142,21,143,38,60,121,62,113,70,114,68,158,63,119,30,31,125],"\u6b21\u671f":134,username:[38,90],"\u65e5\u672c":[160,134,39,29,64,66,43,155,133],corresponding:68,"\u7d44\u307f\u5408\u308f":[119,96,60,85,56],"\u7a2e\u985e":[],"_binary":6,"\u4ee3\u308a":[6,11,160],glossary:69,"\u3076\u3093":112,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[96,78,161,99,102,90,8,23,156,56],demo:38,"\u3060\u304b\u3089":96,"/_":134,"\u76f4\u524d":82,"\u9818\u57df":[165,100,6,64,66,68],"/o":56,"_system":[23,2,153],"\u91cd\u8981":[96,78,134,73,157,112,26,15,101,8,119,165,88,46,56],"\u614e\u91cd":157,"/f":134,"/d":[66,8,46],"/c":[74,119],"\u91cd\u8996":[61,101],"-essential":[135,13],"/x":46,"-learner":[],"\u8aa4\u5b57":[6,23,138,156,113],crch:78,"(mroonga":156,http:[],"\u306b\u3088\u308a":[57,96,11,3,128,134,114,12,119,39,113,6,61,8,66,67,46,91],"\u306b\u3088\u308b":[],"\u305f\u3070\u304b\u308a":101,"/.":23,"/*":[74,148,126,8,106],"/(":134,"/groonga":[126,3,84,86,6,90,8,9,92,93,165,147,134,74,13,51,106,20,113,91,23,156,69,116,118,138,135,124,77],"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":6,"/$":106,well:27,"/\"":[38,3,117,73,12,64,91,141],"/?":118,"/;":8,"\u3042\u304d":128,accurate:27,"\u904b\u7528":119,sources:[84,111],"\u3042\u3063":[50,96,65,108,134,38,136,150,113,6,100,52,147,68,46,106],"-ruby":[6,134],"/kytea":78,logged:132,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":153,"\u30fb\u5186":119,ryoji:[],"\u6790\u7cfb":133,"\u756a\u53f7":[158,96,108,126,150,86,113,52,91,66,46],"_mask":68,"\uff08or":142,".jp":[96,36,134,22,141],pikonyan:38,tomita:138,dictionaries:[],"\u78ba\u4fdd":[35,148,15],"\u6587\u5b57\u6570":[27,133],"\u5ea6\u5206":39,"/key":68,"\u4e0b\u8a18":[65,70,114,51,60,137],"-plugins":[],library:[],"\u3002optarg":71,home:[165,134],"'config":86,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":6,"\u5411\u3051":[],"_permission":2,"\u304f\u308c\u308b":[74,119,106],nihon:43,"\u5411\u3044":[122,83,96],"\u3093\u304c":[160,133],"_number":[122,91],limitations:[],"\u3057\u3064\u3064":157,"\u3042\u308c":[133,134,61,150,101,85,56],"\u3042\u308a":[],"\u3042\u308b":[],offset:[],"\u304b\u3051\u308b":[112,8],"\u9055\u3063":43,".hash":162,"-source":134,"\u6f0f\u308c":[6,119,134,142],compatible:8,"\u9055\u3044":[96,11,3,160,12,64,67,46,56],"\u9055\u3046":138,"\u500b\u6570":[6,108],"<log":86,"_nhooks":82,additional:113,"_nsubrecs":[52,108,117],"\u30ed\u30b4":6,"\u30ed\u30b0":[],"\u5c55\u958b":[],"\u7279\u6b8a":[],"\u3059\u3053\u308c\u3089":96,hw:77,"\ufffetext":78,hh:[132,133],"\u540c\u3058\u5024":[3,8],overflow:[],ear:78,"/reference":[],"*var":34,truncation:23,"\u3068\u3053\u306e":43,"=submit":118,converted:[],limit:[],"\u5b9f\u4f8b":[],"\u3068\u3053\u308d":[59,133,74,162,63,9,131,99,106],"{\"":[59,160,73,136,145,109,150,41,101,102,75,131,43,67,114,133],"\u79d2\u5f62":39,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[6,153],eric:85,functions:[34,66,36],"\u3002video":38,halfwidth:166,"\u6163\u7fd2":6,"_many":[2,153],"_auto":[],"\u65b0\u3057\u3044":[],"\u2026\uff09":109,"\u65b0\u3057\u304f":[96,65,3,112,101,142,56],friends:38,sphinx:[74,106,14,111],using:[67,36,75],katagiri:113,persistent:[84,100,71],"{\\":50,"\u305a\u308c":[63,65,5,119,39,86,11,50,12,100,7,153,60],".status":150,limited:[],"=redhat":165,"\u5927\u62b5":8,"\u3002scan":157,"\u30ab\u30e9\u30e0n":161,calculate:118,segments:114,"/raw":69,"\u592a\u90ce":38,swap:124,updated:[61,36,106],"void":[34,71,110,100,137,103,17,54,68,99],updates:[27,111],"\u3066\u307f\u307e\u3057\u3087":64,"\u53c2\u7167\u5143":12,"\u30df\u30b9":43,demerit:[],"\u53c2\u7167\u5148":113,"=pat":99,solution:[],vector:[],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":6,"\u898b\u7a4d\u308b":148,japanese:[43,22],across:[],"\u9006\u9806":3,"\u3002grn":[60,142],implemented:36,even:43,"\u50be\u5411":67,"\u6210\u529f":[],"new":[],net:117,maverick:23,metadata:6,"\u306f\u3044\u3051":[68,151],"\u5fdc\u3058":[35,150,119],"<directory":55,"\u4e2d\u4e95":113,"\u305a\u306b":73,"\u305a\u3064":[150,67,86,162],":port":[30,86,8],"\u5411\u4e0a":[23,126,8,46,142],serch:[136,109],"\u3080\u308b":[160,133],concurrently:132,"\u826f\u3044\u4f8b":112,mysqlgenerallexicon:166,"\u9023\u7d9a":[78,109,61,129,113,68],call:15,typo:[23,66],type:[35,3,128,84,43,45,48,12,136,51,100,56,38,108,109,53,150,63,64,67,117,118,162,120,75],"-properties":13,"\u3002zlib":63,posting:48,"\u62ec\u5f27":50,language:106,"\u4ee5\u4e0b":[],"\u4ee5\u4e0a":[],"_comment":161,"\u305f\u304b":[23,96,109],"_left":[23,153,2,48,29],"-ipadic":147,akio:[6,138],root:[8,113,91],"\u306b\u95a2\u3057":[60,150,113,15],"\u80a5\u5927":66,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,31],"\u63a8\u5968":[122,96,65,6,91,123],"\u5408\u5bbf":162,"\u4f55\u500b":96,"\u6301\u3064\u3059\u3079":96,"_memo":102,"\u304c\u3059":100,"\uff08document":66,"\u9023\u7d61":106,sitedomain:[91,117],"\u30b9\u30fc\u30d7":129,"/result":99,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":67,summarize:[],"\u3002tsv":[122,156],third:[],"_indexer":99,"_win":34,"\u9069\u5408":[61,3],"\u30a4\u30f3\u30dd\u30fc\u30c8":[],"\u9023\u7d50":[6,67,68,113],operations:72,"\u643a\u5e2f":119,"_ja":113,"\u5358\u4e00":63,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":134,"\u3002google":160,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":138,"_jp":165,"_small":[2,153],"\u6d6e\u52d5":[],before:69,"\u7e26\u68d2":56,"=allow":96,personal:[],"\u6574\u6570":[],combination:[],weakness:27,"\u300coutput":30,"\u30b9\u30c6\u30fc\u30bf\u30b9":[2,113,153],"\u691c\u8a0e":[61,126],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":8,"-pack":[],"\u691c\u8a3c":158,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[],"'or":6,"\u975e\u4e92\u63db":23,"'article":67,"\u30d1\u30b9":[158,138,3,71,134,150,84,9,86,130,91,30,23,66,165,55,46,8],"\u7c21\u6613http":[135,116,13,147],extract:[],"\u30ed\u30b0\u30d1\u30b9":138,realtime:[136,75],"/bc":134,content:[101,96,97,160,161,122,27,113,6,102,8,124,23,67,46,133],"\u6570\u3048\u308b":117,grease:12,"/\uff09":138,"\u8996\u899a":119,"\u30d1\u30ea":11,logging:[],starts:[],messages:113,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":138,iso:133,isn:[],features:[],hook:82,"1\u884c":150,"-th":[],"\u7531\u6765":142,"\u30e1\u30e2\u30ea\u30fc":56,"\u5358\u4f4d":[11,3,133,119,39,129,26,27,122,138,153,53,23,155,162],"_clear":[23,68],tokens:78,"[http":[6,66,113],"\u5358\u4f53":[119,150],"\u5f79\u5272":[102,3],nsubrecs:[38,96,108,117,162],distance:11,keyword:[96,160,145,27,41,113,6],".json":[4,8],enabled:132,"\u524d\u4ed8\u304d":68,gnupg:134,enables:8,"\u30a8\u30e9\u30fc":[],"\u7e4b\u3052\u308b":112,"\u958b\u3051\u308b":6,estimated:48,"_cas":2,"\u308f\u3051":[12,43,96,78,133],specfied:48,"\u30b1\u30fc\u30b9":[96,117,61,64,51,8,66,56],"\u3002\u30df\u30ea":12,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":69,regular:[118,8],"\u3002munin":[135,116,13,147],don:[16,75,8,15],radious:155,doc:[74,106,80,134,111],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":134,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[43,109,130,75],points:[],"\u56fa\u5b9a":[3,84,153,137,68,56],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":153,keybuf:100,sigsegv:100,"\u6210\u308a\u7acb\u3063":60,syntax:153,"\u65e5\u672c\u8a9e":[0,160,61,119,6,43,133,106],"\u8ffd\u52a0":[],"\u7bc4\u56f2\u5916":66,"\"\u308d\u3086\u304d":128,yoji:23,"_address":[2,91,153],"_http":[150,8],"\u72ec\u81ea":[],edict:66,establishes:[],stop:[6,126,8],"_limit":[],"/grntest":134,"\\\"}":50,gbyte:57,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[],"_index":[],bad:[66,113,153],"\u623b\u308a":[6,68],"*name":[34,108,53,110,15,100,68,72,45],"\u524d\u56de":134,",\"location":[38,64],"\u63db\u3048\u308b":[127,134],reference:[],"\u591a\u3044":[61,160,133],"\u623b\u3063":8,".kentaro":113,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,"\u30aa\u30fc\u30ca\u30fc":113,"\u4e88\u7d04":63,subject:113,brazil:117,"\u672a\u958b\u653e":138,"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":73,inappropriate:153,sigint:23,filename:153,"\u7bc4\u56f2":[],"+fffe":78,threasd:86,"_geo":[],"\u3092\u901a\u3057":[86,3],"_get":[34,16,108,35,82,99,110,100,15,6,137,103,17,66,54,23,68,72,45],"]\u3002":66,"\u534a\u5f84":155,"\u3092\u901a\u3058":[],suggested:[],"_level":[],"\u73fe\u308c\u308b":61,against:72,"\u3044\u3044\u306d":[96,160,133],"0e":150,"\u8a9e\u5f59":[],"_reinit":68,"\u62bd\u51fa":[],"\u3068\u3044\u3063":[147,96,11,160,73,83,113,6,64,142,46,133],"_too":[2,153],loaded:59,"\u3068\u3044\u3051":[43,96,56,153,148],three:[12,3],"\u3068\u3044\u3046":[78,3,4,83,39,129,41,6,8,9,131,43,66,165,46,80,96,65,133,134,73,12,136,102,142,56,38,109,61,150,121,112,113,114,64,11,23,67,156,157,166,160,117,161,119,120,27,162,30,106,91],"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":117,"\u7528\u3044":[],digits:132,"-help":[],"\u7591\u4f3c":[],multithread:100,sae:[136,109],"_log":[],exception:[],"\u554f\u984c":[63,1,3,160,134,12,148,138,150,113,130,15,6,114,8,133,66,23,165,106],logaling:69,"\u6700\u3082":[114,96,15],seven:3,ip:[118,150,91],is:[34,78,3,4,41,6,91,132,43,145,45,46,96,48,133,73,12,15,16,102,100,17,111,55,106,108,110,97,153,67,160,71,118,27,163,75,124,72,8],"\u6069\u6075":126,it:[34,50,96,48,71,38,118,101,160,132,15,16,100,17,124,111,122,133,72,55,108],"\"application":23,im:43,il:[61,129],io:36,"in":[],ia:[61,129],ic:107,id:[35,3,80,83,84,86,132,91,43,93,115,128,96,48,133,73,12,136,100,15,101,51,52,141,137,38,107,108,109,61,114,64,151,85,67,68,160,117,118,119,138,122,75,166],"if":[34,55,48,133,73,118,132,163,15,16,100,60,17,124,43,68,45,8],"\u305d\u3093\u306a":[165,56],make:[],"\u306b\u3088\u3063\u3066":[65,3,12,119,113,61,52,157],"\u5f15\u7528":[86,113],kib:124,"8byte":153,programs:[],"\u3055\u307e\u3056\u307e\u306a":[],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[63,52,56],left:48,protocol:[],just:[],"@groonga":[134,22],"||":[6,67,60,113,133],"=add":78,yes:[158,136,157],yamamoto:[],"\u5f8c\u65b9":[],"-with":[],"\u89e3\u50cf":138,candidate:[118,136],defrag:[],character:[34,132,72],"\u306f\u3059\u3079\u3066":[59,78,3,133,96,50,8,142,131,124,104,166,56],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":99,save:[118,134],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[],"\"http":73,"|>":132,"|<":132,"|:":132,"\u5cf6\u7530":6,"|'":[],daemon:55,"\u6539\u540d":[6,23],mruby:[131,59,113],manual:[],unnecessary:124,"\u52b9\u7387":67,"*oldvalue":108,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[],centos:[],"_db":[],"\u7570\u306a\u308a":[96,160],"\u3067\u3044\u3046":[166,117],"\u4f7f\u7528":[],raltime:75,"\u964d\u9806":[137,136,96,3,100],"\u5bc6\u9375":[],"\u5c11\u3057":165,notification:132,tracker:0,"\u5c11\u304f":148,"\u7a0b\u5ea6":[23,3,113],"\u53c2\u8003":[],debhelper:23,"\u5b8c\u5168":[],"\u304c\u308f\u304b\u308a":[162,97],"\u304c\u308f\u304b\u308b":11,postgresql:[119,27],"/munin":165,"\u30c1\u30a7\u30c3\u30af":[158,138,150,113,6,114,85,66,23],"*optarg":[94,71],commit:106,meerkat:23,parsing:[],down:[],"\u305d\u3061\u3089":165,"\uff08\u307e\u3082":46,editor:106,"\u6291\u3048":61,fork:[86,106],tokenbigramignoreblanksplitsymbolalphadigit:[61,149],form:[118,166,3,160],"\u3059\u304e\u308b":73,"[dump":[6,113],".ne":36,"_animal":12,failure:[],"\u5165\u308c":[61,38,162],"\u5165\u308b":93,"\u5165\u308a":[],grroonga:10,"\u5426\u5b9a":[],lenny:23,"delete":[],"_location":[122,162],"\u6c7a\u3081\u308b":[96,60],kwic:27,"\u5165\u3063":[38,3,122,113,6,153,43,67,157],"sort\u30ad\u30fc":1,floating:39,"\u73fe\u5728\u5730":162,"\u30a8\u30c7\u30a3\u30bf":106,tokenbigramignoreblank:[61,149,32],excel:156,"\u3002\u307e\u305a":61,"\u914d\u5217":[],"\u3002\u307e\u305f":[158,65,3,133,109,12,119,39,86,64,60,91,30,156,150],retry:153,exported:[],"\u30cf\u30a4\u30e9\u30a4\u30c8":[145,41],"\u300d:":166,".service":6,fsf:6,macports:[],pseudo:[],"\u6539\u5584":[6,23,1,113,66],"_offset":[],vmstat:148,"\u9069\u5207":[78,3,119,138,150,56],"\u81ea\u52d5\u7684":150,segv:[1,113],"\u7279\u6027":83,manager:[8,46],manages:[],"\u7fa9\u8a9e":156,"\u795e\u5948\u5ddd":162,"\u3068\u3059\u3050":101,"\u524a\u9664":[],kinjirou:38,"\u30bb\u30c3\u30b7\u30e7\u30f3":[143,86,153],"0mq":113,"-efficient":73,"\u8a2d\u8a08":[96,126],"\u4e0a\u91ce":138,"[php":[6,66],"\u30b5\u30f3\u30d7\u30eb":[],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":109,proc:[34,147,96,82,13,116,135,100,45,105],"\"mysql":[10,73],"-escalation":[],item:[43,136,109,163,75],"\u5927\u304d\u3055":83,"\u672a\u6e80":[137,160],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":114,"_entry":82,"-deb":134,unexpected:[],"\u4ed8\u4e0e":[],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[6,113],"\u629c\u3051":[23,113],"\u5076\u6570":133,"\u63db\u6642":23,"\uff08normalization":166,"-dev":[134,13,113,22,6,135,66,23,157],"\"xxx":113,">alloc":4,".so":9,"\u4f8b\u3068\u3057\u3066":12,softwares:[],"-mode":106,shift:165,"\u3068\u3059\u308c":119,"_version":[],"geopoint\u9593":23,bom:138,suggestion:[],raccoon:38,bob:[96,160,102,51,8,85,115,46],useful:[67,108],"\u30dd\u30a4\u30f3\u30bf":[15,100,137,68,45,105],"\u5fd8\u308c":[23,73],"\u3002table":[100,151,105],"-leak":138,"\u521d\u671f":[71,119,138,6,23,68],"\u4e21\u8005":64,"-check":[118,23,138],"ci\u4e00\u822c":69,"-libevent":99,"\u5e74\u9f62":[119,56],"_min":[103,107],ooo:83,"-each":23,"\"color":166,"\u305d\u3053\u306b":93,"/nfs":165,mbytes:150,"\u8fd1\u3055":133,"\u30b8\u30aa\u30b5\u30fc\u30c1":[],"\u30dd\u30a4\u30f3\u30c8":[156,73],"\u8fd1\u3044":[137,158],ull:78,"*tc":[137,107],"-directory":6,"\u30fb\u30b5\u30fc\u30d0":3,sample:[118,150,55],normalize:[],"\u63a5\u8fd1":60,"\u3002\u30ed\u30b0":[8,56],"\u30d0\u30a4\u30c8":[2,83,39,138,27,113,6,137,23],"/cpuinfo":[135,116,13,147],"\u8a9e\u53e5":[38,113],"_current":16,map:[132,23,124],groo:96,"\u518d\u8aad":[21,156],max:[],mac:[],man:[1,85],".garbage":113,fluent:92,"\u540d\u524d":[],"_values":[23,68],"\u5e02\u5185":40,pointed:34,"_init":[34,132,15,6,66,23,68],pointer:34,"/fedora":[6,147,138,134],group:[100,117],"\u8a08\u6e2c":[23,1,157],tweets:101,mail:150,main:135,"\u91cd\u306a\u3063":113,"\u5b9f\u4f53":15,directories:[],repositories:134,"_timeout":[2,17,153],ggdb:134,unlock:68,nroonga:[102,67,69],libgcc:66,"\u624b\u6bb5":60,morning:101,"\u6240\u5c5e":51,"\u7a7a\u304d":[148,114],"3rd":[],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],".flags":100,correct:[118,136,109],"\u624b\u7d9a\u304d":[82,45],"|allow":[96,160],"\u30ab\u30e9\u30e0id":100,earlier:[],"_content":[96,160,161,27,122,102,124,67,133],"8\u3064":[],"\u3002min":137,debootstrap:134,"_string":[],org:[91,117],advance:43,"\u4e8b\u9805":[],rewrited:36,"\u6b21\u90ce":38,"\u304c\u3042\u308a":[0,96,11,156,134],"] [":150,first:[34,96,160,133],wiki:8,"\u30dd\u30fc\u30c8":[158,126,4,150,86,113,91,46],"\u7db2\u7f85":8,"long":[54,18],"\u81ea\u5df1\u7d39":162,crit:[5,7],"\u9078\u3073":10,"\u9078\u3076":[119,8],"1g":[135,13],"\u30bd\u30fc\u30c8\u30ad\u30fc":[136,1,100,96],"\u30d8\u30eb\u30d7":157,"_preparer":[43,136,109,75],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":119,memo:102,continuous:[],"\u62e1\u5f35":[],"\u5c0f\u3055\u304f":[101,83,11,46,155],"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":65,"11":[96,78,133,73,61,102,124],"10":[150,3],"(grn":72,yoshioka:6,libgroonga:146,"\u5229\u7528\u4f8b":119,were:[],zsh:[165,134],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[30,86,8],dash:165,voiced:166,katakana:[43,166],".uuuuuu":133,"-receive":[118,55],speakers:22,"_open":[34,16,2,107,71,18,138,15,6,48,153,137,23],"\u914d\u5e03":[147,116,13,6,135,90,123,66],"_network":2,"\u6700\u7d42\u66f4":71,timeuot:17,">#{":132,"_enc":[137,110],performance:[118,124,27],"\u5f79\u7acb\u3061":113,beta:36,pair:[43,136,109,163,75],synonym:[96,80],registering:[],"_sort":100,fills:118,"\u4f1a\u793e":66,"|ng":96,"\u539f\u56e0":[],precise:[6,13,134],rating:[],lexicon:[161,150,101,102,93,67,166,56],show:1,"-po":[],"\u6700\u5927\u5024":6,"\u30dc\u30c3\u30af\u30b9":96,threshold:[54,23,31,68],"\u77ed\u6642\u9593":119,"-plugin":92,"\u306a\u3093":65,"\u306a\u308c":65,"\u7acb\u3061\u4e0a\u3052":150,black:166,"\u306a\u3089":[0,86,6,8,43,147,96,65,133,73,13,100,143,56,60,108,109,148,150,113,70,97,67,68,157,69,116,71,160,135,151,166],"\u306a\u308a":[2,3,4,39,86,6,8,9,43,66,80,101,96,65,133,134,73,12,136,15,50,100,52,104,128,95,56,38,108,109,61,150,127,112,113,155,63,64,11,153,23,67,68,156,69,166,71,117,119,160,27,122,162,30,31,91],"\u306a\u308b":[1,3,80,39,86,6,90,8,165,95,147,96,155,133,134,29,12,13,15,101,102,141,56,106,60,61,150,112,113,63,151,85,66,68,116,71,117,119,138,27,130,135,123,75,31],"_module":8,wheezy:[],get:[],"\u96c6\u3081":117,"\u51fa\u305b\u308b":119,geo:[],gem:134,"\u3002utf":[166,113],tokyogeopoint:[48,39,29,64,23,155],restarted:124,"\u5bfe\u8c61table1":100,summary:150,executes:118,"\u5468\u8fba":[6,27],kernel:124,caller:45,"\u8907\u96d1":[6,96,60,113,133],sear:43,masahiro:138,ency:150,"\u884c\u306a\u308f":6,"-threashold":[61,138],"\u53ca\u3073":150,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":46,reading:[],checks:[66,120],"\u6700\u5c0f\u5024":[66,133],"\u3088\u3063\u3066":[78,127,39,40,88,64],"\u306a\u3069":[78,3,83,39,40,41,88,6,131,91,92,43,165,46,96,65,133,134,12,101,142,21,106,146,59,60,109,61,150,145,129,114,23,68,156,160,162,71,119,27,75],"\u306a\u306b":43,je:128,"\u306a\u3067":43,ja:[134,106],"\u306a\u3063":[126,78,3,6,91,23,165,46,96,65,134,73,12,61,112,113,114,66,67,99,157,160,119,138,122,162],"\u306a\u305c":[96,166,160,109,43,56,133],"\u5206\u5272":[3,133,119,129,83,23],"\u306a\u3059":29,"\u306a\u3055":[30,96,58],"\u306a\u3057":[],according:[],"\u306a\u3052":80,nogpgcheck:6,"_allowed":[2,153],"\u306a\u304e":161,"\u306a\u304f":[1,3,80,83,84,40,126,6,8,9,66,165,46,96,133,134,12,142,56,150,112,113,161,85,23,67,68,69,160,117,119,138,27,76],"\u4f8b\u5916":[131,66,59,147],"\u306a\u304a":[129,134],"\u306a\u304b":112,"\u306a\u3044":[],"\u306a\u3046":162,"*bsd":[23,138],"_invalid":[137,100,2,68],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":129,"}'":[],"\u4e0d\u9069\u5207":6,"\u5f15\u304d\u51fa\u3059":119,"}/":[106,165,9],"}.":[102,96],"})":118,".select":150,tuning:[],"\u524d\u5f8c":[86,3],"\u9ed2\u3044\u70b9":40,mark:166,production:[],"*max":137,shopping:101,"\u62e1\u5927":112,"\u5b57\u5c0f":96,"}|":132,senboku:113,"}e":133,"_avoided":[2,153,68],"\u6240\u5b9a":[61,129],those:[],sound:[166,109],"_information":84,"\u30bb\u30df\u30b3\u30ed\u30f3":150,"\u30af\u30a8\u30ea\u30fcapi":[2,26],"}]":[12,131,59,150,4],hdd:150,"_corrupt":[2,153],"\"mroonga":[161,96,133,73],characteristics:27,"\u8af8\u6761":57,"\u578bn":96,"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":113,"|')":63,"\uff01\u3057":22,affected:[],"-document":[],"\u3002\u5024":85,different:118,pat:[137,83],"\u91cf\u8a08":1,same:[72,17,113,73],authentication:[],arguments:34,"=squeeze":134,"\u3002\u3044\u307e":99,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[],"< y":113,"\u8a00\u53ca":161,"\uff01\u300d":[96,160,133],"\u7b49\u4fa1":[],"< n":133,running:[],"\u672c\u5f53":43,montywi:99,"\u305d\u3057\u3066":[96,78,117,12,119,27,162,43,67],markus:6,markup:74,"\u30d3\u30e5\u30fc":6,"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[65,134],"[number":50,"(precise":134,money:38,"\u5927\u898f\u6a21":119,"\u3002\u3059\u3079\u3066":[51,157,106],"\u518d\u8d77":[124,126,156],".dll":34,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[],"\u30c0\u30a4\u30a2\u30ed\u30b0":113,"\u3002none":86,"/false":[12,1],"\u4e2d\u592e\u5024":66,"\u5ea7\u6a19":[11,133,162,40,29,23,155],"\u56f0\u96e3":[6,119],"_syntax":[2,72],"\u9069\u5b9c":[80,134],server:[38,118,6,8,66,46],either:[],"\u9650\u308a":[60,61,129,50,52,68],"\u9650\u3089":112,quantal:[6,134],specifies:118,"\u9650\u3063":68,testdb:[150,55],specified:[34,48,45,15],generates:163,"\u99c4\u76ee":112,ellip:11,"/database":[8,46],": n":158,"\u65b0\u5bbf":64,critical:[34,132],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[],valuebuf:35,"\u306b\u3064\u3051":133,"\u30cb\u30c3\u30dd\u30f3":43,"\u306f\u3044":12,broken:153,"\u306f\u305a":[6,150],"\u307e\u3064\u308f":113,refers:[],"\u306f\u3069":[96,56],"\u306f\u3068":83,"\u306f\u307f":76,"@soundkitchen":[6,23],"\u3082\u3061\u308d\u3093":[150,117],"\"\u30df\u30ea":133,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[],"_reopen":[],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":86,"\u8abf\u6574":[61,148,96,142],"\u3002\u3059\u3050":8,"_cache":[],"\u4f55\u5ea6":113,"\u7279\u6709":[],"-login":124,"/ '":68,"\u306a\u304c\u3089":[96,78,3,134,119,6],"\u3002command":65,"\u63d0\u6848":[],"\u3082\u3046":[101,98,12,6,8,67],"\u8a18\u8f09":[6,134],"\u3002cpu\u30b3\u30a2":46,apis:[],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":134,"\u3082\u3057":[96,11,160,161,150,113,122,102,2,8,85,165,66,69,156,46,56],"\u7834\u58ca":100,"\u516c\u958b\u9375":134,hsiomaneki:162,"\u3082\u3059":9,"\u3082\u3064":[151,117],"\u30c7\u30d7\u30ed\u30a4":8,"\u3082\u306e":[3,80,86,6,90,8,96,65,134,12,100,137,106,58,60,109,150,113,11,153,67,155,158,162,166],"|on":96,"|oo":96,"$prefix":23,"\u3002drilldown":96,"\u5883\u754c":[6,11],"\u3082\u308c":80,general:[16,166],file:[1,118,138,8,111,124,153],allocating:72,"*obj":[35,68,71,82,94,72,45,105,108],subrecord:113,again:[8,17],"\u53d6\u308c\u308b":50,"\uff08true":12,"\u5b50\u5348\u7dda":11,"\u4e0e\u3048\u308b":[50,158,64,65,86],field:[],"\u3002pcre":8,"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":73,weights:[],"\u8a18\u8ff0":[60,3,80,150,86,162,67],"\u4e00\u6642\u7684":[148,68],"\u4e0a\u9650":[],important:16,"6gib":124,remote:[],starting:34,forget:[],"\u30ce\u30fc":[],"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[6,23,66],expressions:8,nested:113,libmsgpack:[135,13],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":80,"\u30d3\u30eb\u30c8\u30a4\u30f3":113,"_difference":100,"/lib":[126,8,9],"-alloc":70,"\u8aad\u3081":6,"\u8aad\u3080":59,"\u5dee\u5206":150,"\u8aad\u3093":[76,69],difference:[],"\u4f4e\u4e0b":113,")mroonga":156,hottolink:36,"\u30e1\u30cb\u30e5\u30fc":134,"\u306f\u3053\u306e":[148,96,161],sigusr:23,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":73,"\u30d6\u30c9\u30a6":80,"\u30d6\u30e9\u30a6\u30b6":[165,91,134,106],"\u304c\u3053\u306e":160,zero:[],titles:[160,133],plugins:124,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":157,"\u5225\u9014deb":134,"@orangain":113,tokenbigramignoreblanksplitalphadigit:32,"_append":[18,60,72,68],"\u30e1\u30bf\u30c7\u30fc\u30bf":[131,59,84],"\u8aad\u307f":[43,1,142,134,119],"\u5909\u66f4\u5f8c":[110,100,15,103,54,68],"\u307e\u3057\u3087":[38,96,11,3],"\u30c6\u30b9\u30c8":[],threads:[118,132],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":86,"\u6e96\u5099":[],"\u6d3b\u7528":126,"\u5931\u308f":6,search:[],"-localestatedir":[],published:134,"\u300c\u5024":56,preconfigured:[],aptitude:157,"\u672a\u77e5":99,".synonym":96,"\u8a08\u753b":[],distinct:118,"\u5ca9\u4e95":[6,113],"\u5317\u534a\u7403":6,cascade:[],"_gqtp":150,"\u3053\u3068":[],"\u3053\u306e":[147,164,2,3,4,104,83,84,129,86,144,41,88,6,78,90,8,66,131,43,165,115,46,80,50,96,11,133,134,73,12,99,13,100,16,61,51,153,137,120,56,146,38,59,60,109,20,145,150,113,101,63,161,64,102,22,85,23,67,155,156,69,116,162,160,117,119,25,26,27,122,135,123,75,124,76,106,77],jsonp:[118,23],"[element":[133,73],"\u4e00\u756a\u5de6":133,"[example":66,none:[96,78,120,163,8,67,165,153],hour:[132,17],"\u3053\u3053":[96,3,80,134,12,136,122,61,64,162,133,166,156,160],dev:[135,13],installs:[],"\u6c17\u8efd":112,"\u3053\u3046":112,"\u4e2d\u5fc3":155,share:165,"\u96c5\u5e83":66,minimum:34,strlen:34,needs:124,maps:124,"\u3053\u308c":[78,83,129,41,6,8,9,43,66,165,162,10,46,96,11,133,134,73,74,101,56,60,109,61,148,113,63,161,64,153,85,23,67,156,166,160,117,119,27,12,75,106,104],"\u3053\u3080":59,"*value":[137,35,100,68,18],"\u591a\u3059\u304e":138,"/afr":[64,3,117],"\u666e\u901a":[112,133],mariadb:113,response:[16,118],"\u3066\u304d":2,"\u3066\u304f":157,"\u30c4\u30a4\u30fc\u30c8":[],"\u547c\u3073":[96,60,80,73,12,150,86,27],"\u547c\u3070":[3,133,39,51,15,100,113,45],"\u3002ftp":150,"`hostname":86,"\u5217\u578b":[12,80,117,160],"\u3002\u4f8b":68,finalizes:34,through:8,"\u975e\u308f":129,"\u308c\u308b":[3,80,82,83,39,40,86,6,66,131,43,165,45,101,96,65,134,73,12,136,137,15,16,51,52,21,56,59,60,109,61,150,121,129,113,114,64,11,153,85,23,157,166,161,119,120,27,75,106,104],"\u6955\u5186":[11,155],good:[101,96,160,133],"\u516c\u5f0f":[23,116,147,102],"\u3079\u3066":[96,8,117],"\u9664\u304f":6,"\u5316\u95a2":138,"\u4f1d\u7d71":119,"\u3079\u304f":3,"\u9577\u91ce":66,"\u9664\u3044":[150,27],"-encoding":[],token:150,learing:75,"\u52b9\u679c":162,"\u9664\u3051":100,"\u767b\u9332":[],everyone:[],">.":[145,41],hard:124,flower:12,"\u30d5\u30e9\u30f3\u30b9":11,"\"gr":56,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":157,"\u8ddd\u96e2":[1,11,133,98,119,40,6,64,155],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":90,"\uff08\u79d2":68,"\u3068\u3082\u3063\u3068":165,"\u89b3\u70b9":148,"_blank":120,tahr:[66,13],tritonn:[96,160,133],"\u308c\u305a":65,"\u306b\u3082":[96,129],"\u306b\u3088":6,done:[16,17],"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":11,".blog":61,"_data":[],koi:[6,165,86],"\u306b\u5bfe\u5fdc\u4ed8\u3051":43,least:124,"\u516c\u5e73":113,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":46,"-get":[6,135,13,134,111],"/archive":134,"*results":100,selector:139,part:[],"\u308c\u307e\u305b":[65,145,86,114,100,67,165,156],"\u6574\u7406":[6,113],"},":[38,96,78,3,80,73,162,149,150,101,102,51,11,42,128,97,67,133,115,160],"\u4e71\u6570":[58,64],"_tag":145,"\u5927\u91cf":[83,38,60,3,56],"\"requires":6,treated:[],interactive:[],"\u4e0a\u8a18":[57,106,96,165,3,117,109,61,85,150,6,102,64,97,91,161,75,69,156,56],ages:[93,85,56],"\u30b9\u30ab\u30e9\u30fc":73,"\u5217\u8868":39,built:68,"/lists":134,"-limit":[1,86,96,113],"\u307e\u3068\u3081":[],build:[134,13,113,70,135,90,111,69],"_available":[2,153],"\u53d6\u308a\u51fa\u3057":[137,107,3],eggs:67,"[experimental":[],most:48,"~*":72,"\u306b\u3057":[133,96,113,160],myisam:119,"\u5e73\u884c":134,"-protocol":[150,86,91],"\u306b\u3059":61,kb:148,ka:166,"\u306b\u3066":[6,11,113,134],"_put":[],wareohji:6,"\u306b\u3069":60,ko:36,"\u7528\u8a9e\u96c6":114,"\u4e0a\u66f8\u304d":[64,134],".com":[],"\u30ad\u30fc\u30b5\u30a4\u30ba":83,"(drilldown":52,"\u30d1\u30c3\u30c1":[],"\u5927\u8cb4":6,relation:68,nterms:114,carefully:[],find:111,depended:[],"_int":[53,68,72],"\u30a2\u30ca\u30a6\u30f3\u30b9":134,notation:[],permission:153,express:[6,90,113],"\u601d\u3044":106,"\u601d\u3046":[67,117],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":80,"\u62c5\u5f53":134,"\u9593\u9055\u3063":[109,113,6,66,23,10],"\"popular":96,"\u300chsiomaneki":162,"_and":[94,60],"\uff08byte":[68,108],common:[137,23,100,133],"\u601d\u3063":74,"/log":[118,126,165,86,8],"_sjlj":66,lion:6,tokenizers:[],"\u76f8\u624b":112,"[backslash":160,"\u5c02\u7528":[],"\u30e2\u30b8\u30e5\u30fc\u30eb":[],"(news":134,"\u5024\u57df":127,".log":[126,65,86,150,8,165],"\u30cb\u30db\u30f3":43,readme:[113,134],"\u8a9e\u4ee5":133,"\u8868\u73fe":[],responses:16,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":6,"\u66f8\u3051\u308b":[6,113],reverse:[8,134],"\u6570\u70b9":39,"-file":[118,23,122,86],"\u5b9f\u51e6":[60,45],"\u6642\u70b9":[16,65,134,110,15,6,17],point:[],simple:[],recycling:[],"\u3059\u304e\u307e\u305b":38,"\u306f\u3058\u307e\u308a":65,shutdown:[],"\u6253\u3064\u524d":134,"\"gronga":10,"_connection":2,create:[],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[16,161],"\u53ce\u96c6":[122,119],"_when":122,"\u30a2\u30ed\u30b1\u30fc\u30c8":70,bill:[61,129],replaced:[55,163],ful:78,"\u307b\u3057\u304f":96,engi:[43,136],larger:[124,55,75],"\u5f15\u6570":[],"^ \"":133,itself:73,rubygems:6,"\u95be\u5024":[],"-key":[99,134],"\u7d42\u7aef":[6,71],emphasize:97,")groonga":156,"\u56fd\u540d":117,"-chroot":134,"\uff08perl":8,keys:[100,8],"-existence":113,aggregate:27,"\u5834\u6240":[],"\u53cc\u65b9":112,"\"\u3001":[43,117],"\u30b9\u30bf\u30a4\u30eb":86,"\u5409\u7530":113,"\u7d44\u307f\u5408\u308f\u305b":[60,3,134,61,119,63],flags:[],sortby:[],convenient:43,entry:[63,89,82,62,50,151,139,31,95],"\u3064\u307e\u308a":[96,78,134],sunos:66,"\u3002dump":141,"\u547c\u3073\u51fa\u3059":[58,155,98,29,142,159],"\u3001\u00d7":112,"\u5024\u306a\u3089":113,"\"value":96,"\u547c\u3073\u51fa\u3055":[82,96],"\u547c\u3073\u51fa\u3057":[],addresses:[],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":150,"\u306f\u3069\u3061\u3089":46,source:[38,3,134,162,84,63,51,122,67],realloc:138,"5\u3064":85,bin:90,manage:111,"\u968e\u5c64":60,bit:[147,116,20,39,13,150,113,135,90,123,69],"\u5f53\u3066":[83,78,93],"\u30d7\u30e9\u30b0\u30a4\u30f3":[147,1,166,102,119,13,59,130,113,6,135,138,9,131,23,66,165,156,116,106],"\u5927\u4e08\u592b":[0,165,112],"\u8aa4\u308a":[6,66,113],"\u5354\u529b":[],follows:[],"\u4e0a\u8ff0":156,"*keys":100,"-command":[],"_over":[2,153],"\u4ee5\u5916":[80,83,39,40,23,96,134,73,15,16,100,56,60,107,53,150,113,70,66,68,160,71,119,138,72],google:[96,10],often:[],"\u5168suffix":100,"\u8aa4\u3063":[6,113,134],examples:138,"\u3001[":3,"\u3002set":150,"\u66f8\u304b":[6,162],"\u3001c":3,"\u66f8\u304f":[67,160],"\u8a73\u3057\u304f":[12,119,3],"\u66f8\u304d":[],affects:[],integration:[],"\u66f8\u3044":[162,160,133],"\u3092\u3064\u3051\u308b":133,"\u30d3\u30eb\u30c9":[],"\u5024\u306a\u3057":99,"/cutter":134,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":6,"_checks":120,cxxflags:[20,134],"\u3001\"":[97,3,80,109,162,39,75,113,6,161,43,23,10],"\u3001$":134,"\u3001'":[80,12,39,86,102,66,133,160],"\u3001&":[],"\u3001(":[137,39,150,100,85],nginxhttpstubstatusmodule:66,"\u3001-":[30,39,138,150],"\u3001/":[3,91],"\u3001.":[157,106],"\u5730\u5f62":[11,155],"\u3001:":150,"(fedora":126,"\u3084\u3059\u3044\u304b":156,"\u3001>":62,acquirement:[],"\u7a4d\u307f\u91cd\u306a\u3063":113,"/yum":134,"\u9010\u6b21":119,"\u5927\u95a2":66,"\u6295\u5165":[61,1],"_fin":[6,34,15],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":165,"\u51fa\u3059":162,"\u51fa\u3055":113,"\u51fa\u3057":162,"_full":[],adjusting:[],"-type":[109,8,75,43,23,46],"\u7b97\u8853":[],"-binary":[8,46],"/epel":116,"\u56de\u907f":[],"\u52d5\u304d":[96,46],"\u52d5\u304f":[6,23,165,167],"\u52d5\u304b":113,"*keybuf":100,single:[],curl:[165,4,118,6,8,77,46,69],sourceforge:134,cmake:[6,165,90,113],"\u6570\u73e0":161,functionality:118,"\u5207\u308a\u6368\u3066":12,libwinpthread:66,"\u30c7\u30fc\u30bf":[],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":150,"\u53d6\u5f97":[],confirm:106,"\u3068\u307f\u306a\u3057":160,"_nil":[137,100,138],failures:134,"\u7d50\u5408":[60,160,142],rinse:134,getaddrinfo:6,jason:128,wanabe:113,"/cache":8,chracteristic:[],"\u57cb\u3081\u8fbc\u3080":150,query:[],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":6,"(backslash":72,"/\u65e5":162,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[133,67,96,160],"\u7121\u540d":[100,68],helps:[],fatal:[],"\u4f59\u308a":133,"\u5f97\u308b":8,putting:124,"_database":[],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":6,"-build":157,uubntu:157,"\u512a\u308c":119,".output":30,"\u76f4\u611f":128,"\u9665\u3063":6,"_header":84,"\u9023\u643a":119,"_thread":150,"= n":133,access:[124,17],"\u5f35\u308c\u308b":113,"\u4e2d\u56fd":11,"\u3002\u30ad\u30fc":96,"= y":113,"\u826f\u304f":67,"\u826f\u3044":[67,112],nonexistent:96,"\u30ef\u30fc\u30ab\u30fc":8,"\u632f\u821e":11,objects:[],"0xc":153,"}}":73,"\u306b\u5bfe\u5fdc":[35,96,68,108,82,53,86,166,15,6,100,30,21,23,50,99,45],"= \"":[96,133],"/tmp":[156,46],"_printf":66,"\u57cb\u3081\u8fbc\u307e":134,"\u57cb\u3081\u8fbc\u307f":[27,41],named:43,"\u3002adjuster":66,"/to":[8,46],"\u30ed\u30f3\u30c9\u30f3":11,"ci\u4e0a":69,"\u7518\u3044":80,"(ctx":[16,60,108],names:[],"\u53d7\u4ed8":113,"\u5b8c\u4e86":[96,134,106],"'mroonga":[102,67],"\u3002\u30ce\u30fc":[],"\u30d5\u30ec\u30fc\u30ba":[],".pid":86,"\u5f35\u3063":[96,113],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[],"\u4e2d\u7a0b\u5ea6":[147,116,13,135,90,123],"_previous":16,"[header":[122,59,78,120,63,149,51,42,104,9,131,115,151,56],normalized:120,"\u305d\u308c\u3089":[158,96,108,63,156,46],escaped:72,"\u96c6\u307e\u3063":117,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":113,"_malloc":34,"\u8d77\u52d5":[],twiter:6,iptables:46,"\"correction":10,"\u30af\u30e9\u30c3\u30b7\u30e5":[138,113,6,51,66,23],"{prefix":[165,9],"/linux":[],"-za":118,"\u6295\u7a3f\u5834\u6240":162,gcc:[147,116,20,113,6,23,165],dd:[132,133],"\u30b3\u30de\u30f3\u30c9":[],"\u5186\u6ed1":134,"\u5f35\u3089":[6,12,108,113],"\u5f35\u308b":[160,133],".textile":134,"\u30b5\u30fc\u30d0\u30fcid":23,bind:23,lines:[118,157,111],"/repositories":134,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":138,"\u7d9a\u304d":50,"\u306e\u3088\u3046":[96,160,84,113,51,142,66,133],"(cutter":157,"\u7d9a\u3044":[61,96],hiroshi:[23,138],jiro:38,"\u3002int":113,"\u7d9a\u3051":150,lf:158,"\u6d88\u8cbb":101,lc:106,ll:[61,78,129],euc:[165,86,113],li:[61,129],lt:[145,78,27,41],ls:134,"_gqpt":150,"\u9589\u3058\u308b":[23,1,83],"\u306f\u3069\u3061\u3089\u304b":[160,133],"\u8a71\u3057":76,"\u3067\u3057\u3087":[146,117,119,101,51,165],dat:83,"\uff08world":39,"\u30c7\u30a3\u30b9\u30afi":56,day:[101,132],"\u30e6\u30fc\u30b6":[63,96,60,3,80,134,109,39,150,6,75,43,10],"\u4e00\u3064":[89,5,39,129,7,93,95,65,98,12,15,100,139,141,21,143,58,108,62,63,114,11,155,70,159,161,119,29,97,31,125],"\u70b9\u9593":[11,40],"_persistent":[100,108],"\u5217\u5f0f":72,"& y":113,normalizerauto:[],"\u74b0\u5883":[],"\u5217\u5f15":60,"& b":133,"\u3042\u308c\u3053\u308c":112,"\u5f85\u3061\u53d7\u3051\u308b":91,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[102,97,161],"\u5fc3\u914d":123,res:[100,94,150,48],"& _":64,stub:[],docutils:111,"\u30ab\u30ec\u30fc":129,red:[],"_end":2,"/\u6708":162,frank:85,"\u73fe\u72b6":65,"\u4ed8\u5c5e":[30,8],"/aba":[64,3,117],"& (":133,"\u76ee\u8996":122,"\u30d6\u30e9\u30b8\u30ea\u30a2":11,"*top":48,"_long":[2,153],"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":119,hex:38,reaches:124,"\u30d9\u30af\u30bf":[6,138,1,68,113],"\u7d44\u307f\u8fbc\u307f":[],monkey:12,"\u305d\u306e\u3088\u3046":151,"\u6c38\u7d9a":[],"\u8aad\u307f\u8fbc\u3080":[1,59],natty:[23,134],completed:43,acquire:17,documentations:144,"\u3068\u3088\u3044":165,"\u53d6\u308a\u5f97\u308b":39,"\u305b\u3044\u305c\u3044":56,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[],"\u5229\u70b9":119,"\u30da\u30fc\u30b8":[47,96,3,134,86,113,22,6,30,106],"\u81f3\u308b":12,have:[101,124],"=users":[8,46],"\"co":10,min:[],"_control":[2,153],"\u914d\u4e0b":[30,134],mix:[],builtin:[],"_func":[34,66,45,15],"\u8aad\u307f\u8fbc\u307f":[59,3,113,9,23,156],"\uff08gnu":165,"/commands":[66,51,84,93],"_character":72,eight:3,"\uff09\u3001":[83,129],"\u306a\u3082\u306e":[126,108,134],"\uff09\u3002":[61,162],"'complete":[],"\u6e2c\u5730\u7cfb":39,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[6,109,56],request:[],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[122,1,65,138,113,6,23,99],"\uff08least":104,"\u7d44\u307f\u8fbc\u3093":119,normally:124,"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":157,text:[122,96,48,4,83,39,150,27,6,102,78,141,124,67,133,72,46,160],"\u8d8a\u3048\u308b":61,supported:[36,8],"\u5ea6\u3068":23,conifugration:69,"\u610f\u5473":[96,60,3,160,117,73,136,84,86,113,64,43,165,156,150,133],"\u5b66\u3093":162,"*table":[137,100,68,108],"get\u30e1\u30bd\u30c3\u30c9":30,"[mruby":66,"\u65b9\u6cd5":[],")\u3059\u3079\u3066":85,"\u5c11\u306a\u304f":[133,119,112,27,101,160],"\u5c11\u306a\u3044":[96,160,101,142,156,133],"[column":66,"\u7e70\u308a\u8fd4\u3059":138,"_prepend":68,"\u306e\u307f\u3057\u304b":10,"_eval":[],"\u7e70\u308a\u8fd4\u3057":[150,133,106],"\u5272\u308a":[12,83,78,133,93],calling:34,fixed:6,"_busy":[2,153],"\u5236\u5fa1":[],exists:[],"\u3002blogs":61,"\u4ee3\u5165":[],enhanced:36,terms:[96,3,160,114,61,145,86,27,41,102,124,133],xxxxx:134,"\u985e\u4f3c":[],"{name":133,"(string":98,"\u30c7\u30e1\u30ea\u30c3\u30c8":83,progress:132,"\u6751\u4e0a":[66,113],"_incompatible":2,"\u5b66\u3073":[96,11,117],"\u7dad\u6301":[119,46],superior:27,"\u5168\u4ef6":[137,160,133],optional:[],"\u518d\u8d77\u52d5":[],plugin:[],"-suggest":[],"_expression":96,".org":[38,116,165,3,117,73,135,20,106,13,150,12,64,97,90,8,141,134,147,77,91],"\u88dc\u6b63":[],attributes:[],"\u5171\u901a\u63a5":83,otherwise:[16,34,68],comment:[161,67,162],"\"fulltext":78,"\u304a\u304d\u307e\u3057\u3087":12,"-history":23,"\u4ee5\u524d":[61,162,113,6,12,23,166],"\u30ab\u30b9\u30bf\u30e0":8,"\u91cd\u307f\u4ed8\u3051":[61,96],"\u30e1\u30e2\u30ea":[],"\u5c0f\u6570\u70b9":12,json:[],"\u91cd\u307f\u4ed8\u304d":[],copied:34,define:[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":23,"\u306a\u306b\u5bfe\u3057":[160,133],finished:132,multi:[],"_domain":2,"=..":134,"\u5168\u4f53":[],value:[],"\u540c\u3058":[],almost:124,"\u6307\u91dd":[],"\u30bf\u30a4\u30df\u30f3\u30b0":[6,3],".db":[86,3,91,113],administration:[],pkgs:116,"-endpoint":[118,55],optarg:[94,71],"\u67af\u308c":126,":!":160,"[apt":6,"\u672c\u4f53":76,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":134,center:155,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":113,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":134,"\u304a\u3063\u3055\u3093":162,"\u4e00\u81f4\u7528":128,position:[34,48,78],"*result":100,"1byte":153,"\"ellipsoid":155,"\u8868\u793a":[],"-platform":[],stores:[],"_byte":[2,153],"x\u30df\u30ea":[39,133],"\u5229\u7528":[],stored:[16,55,75],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":83,gmo:[],":<":[96,160],"\u958b\u59cb":[96,11,145,150,113,70,51,23,68,157],"_true":68,"\u3055\u3093":[117,138,27,130,113,6,66,23,99,10,46,106],add:[96,78,13,6,111,66,144,106],"\u3002gqtp":[158,2,91,153],"\u3055\u3089":67,match:[],resolved:[],tests:134,"|none":96,"\u5730\u57df":119,"\u4fdd\u5b58":[],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":61,like:[8,108],success:[16,153],"_leak":157,"_decr":68,"\u7f6e\u63db":[],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":46,works:[34,132],soft:124,"\u63d0\u6848\u7528":118,"\u4e0d\u6b63":[1,138,113,66,23,157,56],"((x":39,"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":113,"\u8ca0\u8377":[138,8],"\u7121\u52b9":[96,160,113,6,100,8,137,165,99],"\u610f\u56f3":[160,161,113,6,102,66,67],tmp:[3,134,118,136,84,86,113,51,91,93,156,46],"_optarg":[94,71],sjis:[165,36,86],"\u30b5\u30de\u30ea":113,"\u5f62\u5f0f":[],",\"domain":117,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":133,"\u30d0\u30b0":[23,112,113],"\u3046\u307e\u304f":[],dcb:66,host:[150,91],expire:[],although:[],"\u6319\u52d5":[],"\u30c0\u30e1\u30fc\u30b8":61,about:[34,111,122,124,132,144,69],actual:8,socket:153,"\u3055\u305b":112,"\u4ee5\u5185":[43,64,162,133,109],"\u3055\u304d":12,"_time":[122,132],tomo:38,"\u3055\u3044":[126,78,3,128,81,83,39,22,6,2,90,91,9,131,165,46,147,96,11,133,73,12,136,13,61,51,17,54,84,56,106,59,42,20,148,149,150,113,63,161,64,97,104,66,115,157,116,160,117,119,120,102,135,151,30,77,8],introduced:8,"!!":[50,38,8,162],"\u6307\u3059\u5024":137,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":134,"!)":8,dataset:[118,43,55,163],"_object":2,"\u30ec\u30fc\u30bf":6,"!:":[],"\u95b2\u89a7":91,rch:78,">default":4,"\u901f\u5ea6":[23,38,150,113,83],"\u7591\u554f":67,glib:113,"_inappropriate":2,"\u3002post":46,but:[118,124,55],"\u3068\u3068":[74,106],"\u3068\u3069":164,"\u3068\u306e":133,"\u3068\u3063":8,"\u30fb\u5168":139,buf:[100,68,108],bug:[6,36],"\u5730\u56f3":119,dangerous:[],"\u3068\u3057":[158,38,59,60,133,109,12,150,39,86,113,15,101,11,8,75,43,67,156,10],"\u3068\u3048":[65,80,119,129,27,41,64,165],binlib:134,"\u3068\u304d":[1,78,3,39,129,86,6,8,9,43,66,165,162,45,46,147,96,11,133,134,73,12,136,13,15,102,100,142,137,10,56,38,60,107,109,121,112,113,63,153,23,156,116,166,160,117,119,138,27,122,135,75,77,91],"-disable":[118,23,138],"_empty":[2,153],epel:[6,116],colum:124,pid:[1,165,86],"\u8a08\u7b97":[1,11,133,98,119,39,40,113,6,64,109,66,131,43,155,75],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[138,165,134],"-config":[1,138,86,6,23,165],saer:[136,109],"\u4f7f\u3044\u5206\u3051":[61,129],pip:111,"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":134,"\u305f\u3060\u3057":[1,160,129,86,113,63,52,30,137,23,133],"\u305f\u3060\u3051":6,"\u6291\u5236":[6,66,113],detail:150,"\u3068\u308b":68,"\u4fc2\u6570":[96,60],"\ufffecrch":78,"\u3068\u3082":[96,133,148,150,27,161,64,162,160],appends:72,"_vars":34,"\u307b\u307c":[],"\u306e\u3044\u305a\u308c":84,spreadsheet:[],"\u307b\u3069":[126,3,12,136,86,56],original:[128,141],"\u5909\u3048\u308b":[61,96],"\u307b\u304b":[12,119],"-r":[118,55],"4e":148,"|ro":96,"(shorttext":80,"\u3002groonga":[3,4,83,6,90,8,43,165,147,96,65,133,13,127,150,113,63,66,67,70,116,160,119,135,76,91],"\u6e1b\u3089":[6,83,109],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":137,tweet:101,"\"ab":10,under:[118,8,55],"-ci\u4e0a":113,every:[],"/acccess":126,"/plugins":[138,165,113,9],resourses:16,"\u5b9f\u6570":39,"\u6761\u4ef6\u5f0f":[],"\u6700\u9577":[23,150,133],"_snip":[6,66],"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":136,"-repository":[6,13,134],estimates:48,"/mm":133,"\u7b87\u6240":[122,27,134,113],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[23,113,66],"\u4e00\u8a9e":61,"\u5b9f\u65bd":134,"\u81f4\u547d":6,"-rpm":134,"\u7d44\u8fbc":[58,89,98,5,39,62,155,159,63,29,7,139,125,141,143,21,93,31,70,114,95],"\u683c\u7d0d":[],"\u7fbd\u7530":162,"\u53cd\u8ee2":133,"\u30e2\u30cb\u30bf\u30fc":[135,116,13,147],"\u9069\u7528":[],"\u3002output":141,studio:[6,90,113],represented:72,path:[],"\u95a2\u4fc2\u5f0f":[],".ddl":150,"_key":[],"\u79cb\u8449":64,changed:[36,8],"\u5f62\u614b":[119,165,133],"\u58ca\u308c\u308b":[6,23,1,138,113],"\u63a8\u79fb":65,prints:[],"\u3082\u3063\u3068":96,"-ci":113,"\u8fd4\u5374":[93,96,3],"\u8aad\u307f\u3084\u3059\u3044":99,"\u30bd\u30fc\u30b9\u30ab\u30e9\u30e0":84,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":113,noarch:[147,116],m6:20,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":107,namebuf:[68,108],autogen:[6,134,106],naive:[],"\u30a2\u30e1\u30ea\u30ab":11,"_jis":165,"-bind":[6,23,86],must:[34,48,118,16,75,124,72,55],me:32,te:78,"\u7f6e\u304d\u63db\u3048":[66,86,160,106],mb:6,mm:[132,133],ml:112,"\"blank":166,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":150,mv:21,install:[],my:[96,160,133],"/xml":46,"\"s":[43,136,78,109],end:[158,145,4,153],eng:[43,136],"\u3002html":145,"\u3002functions":157,"\u30d7\u30ed\u30bb\u30b9":[158,70,65,3,119,86,113,6,114,51,8,9,150,143,46],env:156,"\u3067\u3082\u3063\u3068":126,rroonga:[161,113,16,102,142,66,67,69],"\u30b4\u30df":[23,138,114],"\u7d42\u4e86":[],description:[162,129],"-devel":[147,116],"\u305d\u306e\u5f8c":133,".tar":106,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[],"-files":[],"\u5c0f\u3055\u3044":[96,60,160,83,130,137,155,56],"\u5272\u308a\u5f53\u3066":138,"\u4e88\u5b9a":[59,65,73,74,27,11,131,23,46],executed:91,"\u305f\u3057":[],"\u305f\u304f":[126,117,113,27,23,10,46,106],"\u5bfe\u8c61table2":100,synonyms:156,"\u300c\u697d\u3057\u3044":129,"@packages":134,gqtp:[],"\u305f\u3073":[64,65,150,134],"\u305f\u3060":[147,73],"\u8fd4\u308a\u5024":[66,113],"\u4e00\u884c":[150,138,86],"\u3072\u308d":128,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":113,"\u3072\u3089":[43,160,133],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":104,"\u3054\u3089\u3093\u304f":92,"2\u3064":[0,96,3,160,117,98,162,84,113,63,102,126,161,75,67,167,46,56],each:[109,118,136,75,8,132,43],searc:43,signing:134,"\u53d6\u308a\u8fbc\u307f":23,"\u3002\uff08":[96,129,160,75,83,39,40,27,41,15,114,109,138,142,133,43,137,23,106,69],"\u3002\uff09":[106,1,129,160,109,83,40,27,41,138,133,75,137,23,69,96,56],"(byte":[100,108],"\u6e96\u62e0":[8,113],goo:[160,133],msgpack:[4,153],"\u30da\u30a2":[109,12,75,43,156,10],newly:[16,27],"\u4f59\u8a08":112,free:[16,114,138,132],"\u305f\u308a":[126,82,83,39,142,112,119,66,76,56],"\u305f\u3089":[96,133,134,161,138,112,126,102,85,66,43,165,46,106],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":51,freq:75,"\u305f\u3081":[],"\u53e4\u304f":66,freecode:[],"\u53e4\u3044":[6,51,166,134],"_locked":68,filter:[],unknown:153,onto:124,rand:[],already:[34,124,17,55],"\u53ef\u5909":[23,84,31,153],primary:[],restrict:[],"\u897f\u66a6":133,top:[23,48,29],"\u771f\u507d\u5024":[],".groonga":[106,116,134,147,20,13,150,135,90,165,77],too:[67,153],tom:102,tood:34,"_pragma":96,tool:[69,111],serve:134,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":114,mlock:138,"\u6d0b\u723e":23,"\"good":[96,133],"_untag":[],expr:[68,72,45,105],"final":[],"*cursor":48,obata:138,"_isspace":34,"\u8d64\u9053":11,ram:150,"\u6709\u3057":84,"\u5834\u5408":[],"\u5f93\u3063":[96,100,137,30,94,46],"\u4e00\u89a7":[],"_source":134,hanako:151,"\u591a\u9762":119,"> y":113,"\u5f93\u3046":138,"/share":[23,86],though:43,"\u3044\u307e\u305b":[96,78,160,83,40,113,122,8,136,133,167,156,116,46,56],bsd:165,"\u3072\u3068\u3064":[6,160,98],"\u30b5\u30b8\u30a7\u30b9\u30c8":[],"\u30ed\u30fc\u30de":43,"\u30ed\u30fc\u30c9":[],"\u30ec\u30b3\u30fc\u30c9":[],marverick:138,"\u307f\u306a\u3055":60,pkg:[20,138,165],"\u5ea6\u8868":138,"\u5c0f\u6570":[],"\u6c42\u307e\u308a":119,"\u3002hook":82,"\u306b\u3064\u3076\u3084\u3051\u308b":112,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":60,"\u59cb\u307e\u3063":[122,10],"_valid":8,fontaine:23,"*fin":45,"\u3064\u3064":[61,102],watch:134,"\u306f\u307e\u3068\u3081\u3066":134,report:[],"\u3064\u304d":[59,97,73,96,63,104,131,156],"\u3064\u304b":130,"\u3064\u3044":162,"\u7d50\u679c":[],hendro:113,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[],"-per":[118,23],"_with":[128,129,100,108,133,56,160],"\u3064\u3051":[96,11],nul:[34,23,71],escaping:[],"-commnad":65,ciritical:8,"\u5bfe\u8c61cursor":[137,107],"_for":60,"\u30d7\u30ed\u30b0\u30e9\u30e0":[6,84,76,138,8],"\u5bbf\u99c5":162,"\u56db\u6368":23,"\u30d7\u30ed\u30bb\u30b9id":91,"\u30b5\u30fc\u30d0\u30fc":[],"\u59cb\u307e\u308a":134,"\u59cb\u307e\u308b":[96,160,150,63,100,52,66,43,156,10,46,133],news:[],"\u82e6\u624b":[0,119],"\u3068\u3057\u307e\u3057\u3087":67,"\u30e9\u30f3\u30c0\u30e0":64,"4gib":[83,153],"\u65b9\u5411":137,"\u591a\u91cd":158,"\u5f8c\u304b\u3089":141,"\u7d4c\u7def":[12,39,64],trust:134,"\uff13\u3064":39,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":150,"\u7b49\u3057\u3044":[96,60,160,68,133],"\u7b49\u3057\u304f":[60,160,133],"&lt":[145,27,41],been:134,"\u3072\u308d\u3042\u304d":[],"\u30a8\u30e9\u30fc\u30ed\u30b0":126,"_blog":67,"\u8d77\u6e90":12,"/shutdown":[8,46],tokenmecab:[6,61,129,149],"\u5217\u60c5":78,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[],"-threads":[118,86],xxx:[86,113,133],"_not":[96,2,51,151,153,115,94],"\u6700\u9069":8,"\u7528\u9014":[147,96,73,83,13,113,122,135,90,123,119,116,126],"\u6728\u4e0a":137,tasukuchan:162,"*ctx":[34,35,48,107,71,68,82,18,15,16,137,100,53,54,94,72,45,105,108],"\"e":[43,78,136],"\"a":[66,78,161],"\"b":161,"\"c":161,"\"n":[122,96,3,160,70,8,133,91],"\"h":78,"\"i":[122,96,133,101,67,160],"\"k":38,"\"t":78,"\u5c1a\u4e5f":113,"\u81ea\u8eab":[6,23,78,86,156],"\"}":[38,166,80,117,109,12,136,101,50,102,64,151,8,161,75,128,43,67,133,46,160],"\"x":113,"\"@":162,"\u691c\u7d22\u4f8b":[],suggest:[],"\u30bf\u30fc\u30df\u30ca\u30eb":8,niku:66,"\"]":[38,96,3,133,73,61,162,84,86,27,141,43],"\"_":[3,80,84,8,43,115,46,128,50,96,11,133,73,12,136,101,102,51,141,38,109,61,113,161,64,97,85,67,160,117,162,122,151,75,166,91],"\"[":6,"\"'":[96,160,73,61,110,129,113,6,66,133],"\"\"":[161,39,99],"\"#":23,"\",":[78,3,80,84,86,41,91,43,93,115,128,101,96,11,133,73,12,136,50,102,51,141,38,109,61,145,150,113,70,114,64,97,85,67,160,117,161,162,27,122,151,75,166,8],"\"-":[23,11],"\".":[43,133,117],"\"/":[84,51,86,64,93],"\"(":113,"\")":[38,11,133,98,110,102,113,6,29,64,85],"\"*":6,characters:72,"\"<":[145,113,41],"\">":[145,4,41,27],"\"?":4,"\":":[78,3,4,41,91,131,43,115,46,80,101,96,11,133,73,12,136,50,102,51,128,38,59,42,109,145,149,150,70,114,64,97,85,67,160,117,161,162,120,151,75,166,8],"\";":[150,8,46],"\u78ef\u90e8":113,"/run":[86,134],"\u3084\u3059\u304f":138,"\u3084\u3059\u3044":[1,96,27,41,142],"\u5bfe\u8c61table":[137,100,68,108],"_tags":[38,162],"_ctx":[],"\u4ecb\u6587":162,"_buffer":[18,2,153],".scr":150,"*bottom":48,"_selector":[],"5f":150,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":129,ceekz:113,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[160,133],advanced:36,"\u542b\u3080\u5168\u3066":51,renames:[],"\u5c0f\u6587\u5b57":[137,78,3,166,56],specific:[],renamed:[],poedit:106,"\u6b63\u3057\u304f":[6,43,160,113,66],"\"engine":[43,109,75],"\u6b63\u3057\u3044":[156,10,109],"\u7d20\u89e3":[119,165,133],"\u307e\u308f\u308a":76,successfully:34,"_str":[162,72],"\u3080\u3044\u3061\u3083\u3044":162,jennifer:128,escape:72,"\u73fe\u4ee3":119,tutorial:34,".zip":106,"\u6765\u307e\u3057":162,"_right":[23,48,29],".github":[134,106],allocate:[],core:150,deleted:68,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":6,night:101,"\u3001\u300c":[38,1,117,61,162,129,86,96,64,43],"\u6d88\u3048":83,limitation:124,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[6,3],ppa:[],"\u3002ascii":[160,133],"\u3092\u3054\u89a7\u304f":119,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":93,two:[132,72,8,55],"[@":[6,23,113,66],git:[92,134,106],"[{":[8,46],"[a":118,gib:[57,124],"[test":6,"\u3084\u307e\u306d":113,"[n":113,head:[158,153],removes:[],removep:68,")senna":156,removed:[],"\u6253\u3064":134,"\u57f7\u7b46":[67,40,88],"\u9032\u6570":[114,133],versions:[],"[:":91,"[#":[6,23,99,66],"[\"":[38,96,133,73,12,136,84,27,61,162,43,114],autoconf:23,"\u5185\u8a33":61,"[,":155,"\u6dfb\u4ed8":6,"\u8abf\u3079\u308b":[29,155,113,148],decrypt:134,"(match":102,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[],check:[],ongaeshi:[6,138,113],"\u305f\u304b\u3063":109,no:[1,36,83,96,15,48,153,113,136,124],"/mxcl":134,when:[118,111],ne:78,ng:78,setting:124,"\u5217\u6319":3,tid:107,saerch:[136,109],"\u4e09\u756a\u76ee":133,"\u5024\u3054\u3068":117,"=number":[],"_touch":[138,71],"_unlock":[34,68],sql:117,longer:[36,15],"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":114,"\u672c\u756a":134,"_memory":[],varying:34,",\"tags":38,"\u30d0\u30c3\u30d5\u30a1id":114,"\u30d2\u30c3\u30c8":[96,60,80,61,162,129,113,101,43,128],row:27,"_same":113,"\u4e00\u822c":[96,3,160,119,142,68],environment:69,"}attr":113,"*tid":107,advantage:27,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[160,133],enqueue:121,"6elz":66,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":31,"\u3053\u305d":162,level:[34,5,86,7,8,132,55,153],"\u8208\u5473":119,brother:160,standards:[],"/db2":46,"/db1":46,slower:[],"\u6d88\u305b":8,"\u6f14\u7b97\u5b50":[],"\u79d2\u8868":[12,61,64,133],"\u6c42\u3081\u308b":[119,11,117,155],"\u5024\u6bce":[96,117],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":134,"_truncate":[23,100],"/load":[59,8,46],"\u56f0\u3063":112,".builtin":71,reply:67,"3\u3064":[147,96,3,117,12,145,13,27,113,122,135,51,157,142,67,116,126],"\u751f\u3058":[89,5,62,7,139,21,95],baseball:[38,67],"\u9ad8\u6a5f":[119,126,60],"=groonga":[118,8],deb:[6,135,13,134],"\u6b63\u78ba":[12,70,3],"\u63d0\u4f9b":[],"_success":[34,96,2,15,16,17,132,72],"\uff08ruby":69,"_info":[],"\u9006\u306b":38,"\u30ea\u30f3\u30af":[160,134,12,113,6,92,66,133],"_delete":[82,23,100,68,137],"1st":[],"\u307f\u307e\u3057\u3087":[38,3,80,117,12,162,64,67],"\u8fd4\u3055":[50,96,65,136,6,114,68],"\uff08messagepack":165,handled:8,"-src":135,sports:38,"\"name":102,"\u76f8\u5fdc":100,memory:[],msg:121,outputs:[132,55],"_concurrency":158,cases:[],"\u30bb\u30c3\u30c8":[60,129,100,137,68,95],"\u3044\u308f\u3086\u308b":38,"*dest":100,"_asc":100,".txt":134,backslash:[],memry:124,"\uff11\u3064":[84,121],"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[158,126,8,113],"/setup":69,"_sis":[128,129,160,100,56,133],"-docutils":[134,111],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[],":clear":134,shibuya:138,"\u76f8\u5f53":[122,64,3,117],"\u5f15\u304d\u8d77\u3059":[6,113],crashes:[],clone:[],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":69,crashed:[],representations:72,"\u6b20\u70b9":119,succeeded:[63,51,151,115],ueno:[6,138,130],"\u8efd\u3044":51,"\u30b0\u30eb\u30fc\u30d7":[],representation:[110,72],"\u3002tag":38,mainly:[],"_res":150,"/srpm":134,"_descriptor":[2,153],"\u542b\u307e\u308c\u308b":[60,3,134,12,119,145,86,41,61],normalizermysqlunicodeci:166,".yml":69,"\u56f2\u307e":[27,41],"\u56f2\u307f":[145,86,27,41],"[[":[128,86,41,43,131,93,115,96,11,133,73,12,101,102,51,38,59,61,145,151,67,160,118,162,27],"\u30d9\u30fc\u30b9\u30d1\u30b9":8,"_pass":8,"\u56de\u7e70\u308a":150,meridian:[],cutter:[],"\u6ce8\u76ee":[96,117],"\u3059\u306a\u308f\u3061":12,term:[63,114,80],name:[],"\u500b\u3005":[61,65,60],"\u65e5\u3005":112,"\u30b7\u30a7\u30a2":22,"\u534a\u7121":[23,56],"\u5bfe\u8c61column":108,"\u53d6\u308b":153,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":113,"\u30cd\u30b9\u30c8":[6,67,113],"\u30d1\u30fc\u30b9":[23,142],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":62,"\u6642\u4ee3":119,"\u3042\u3044\u307e\u3044":56,"-default":[],candidate2:136,"\u914d\u7f6e":[3,134],"\u56f2\u3080":[3,27,113],"\u3002key":[100,129,3],"\u30b3\u30fc\u30c9":[78,113,106],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":160,"\u4e92\u63db":[147,116,65,133,134,13,120,135,30,166,46],turn:8,"\"element":73,"\u30db\u30b9\u30c8":[158,134,86,150,6,91,23],yum:[6,147,116,134,111],"\u5b8c\u7d50":112,"-normalizer":[147,116,13,120,6,135,166],"\u304a\u9858\u3044":[150,112],origin:106,fetched:75,redhat:[23,165],"-version":[],"\u30b7\u30f3\u30d7\u30eb":[167,117,142],"_function":[34,2,153],array:114,"\u7d5e\u8fbc":[],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[11,104,142],returns:[34,48,108,118,110,100],kbytes:150,"\u30d1\u30a4\u30d7":63,"\u30a8\u30f3\u30c8\u30ea":[96,133,160,16,161,108],copy:[],specify:[118,106,8,163,55],wide:[],"-httpd":[],"(tab":156,require:[],"< t1":60,"\u3080\u308b\u3093":[160,133],posix:133,pre:36,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":57,"_local":[150,141],prm:[],ann:134,outputted:[],"_groonga":122,enourmous:75,"\u53b3\u5bc6":43,conversion:[],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[],takuto:138,"_permitted":[2,153],"\u30d5\u30e9\u30b0":[1,78,3,128,5,84,88,6,7,89,23,95,96,133,73,12,137,139,21,56,62,63,114,153,66,99,160,120,166],animation:38,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[54,96,165,86],multiple:[16,43,118],"_suggest":130,"_down":[2,153],"_interrupted":2,"\u81a8\u5927":119,"\uff09:":[147,59,129,20,13,116,135,131,77],"\u4e2d\u65ad":[6,23,82],geoindex:[],later:[],"8mb":166,"\u5c06\u6765":[59,11,73,120,113,149,42,153,131,46],"\u4e00\u81f4":[],"\u547c\u3076":[6,157,142],"\u5ea6y":39,sitecountry:[91,117],"\u540c\u3058\u91cd\u307f":102,"\u88dc\u5b8c":[],"\u3002weight":12,"\u30d1\u30c3\u30b1\u30fc\u30b8":[],"\u5024\u3088\u308a":[96,60],"\u7530\u8fba":113,"\u985e\u7fa9":96,explicitly:[43,111],hypertext:[],"[2":86,"\u5f53\u8a72":[65,68],ssh:134,"\"null":6,"_port":150,":')":63,mapped:124,ignored:[6,71],"\u30b9\u30b3\u30a2\u30fc":[],".co":[96,36],"#'":86,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[162,1,56],detect:[],"<gqtp":150,"\"#\"":150,"(..":113,"#{":132,cities:11,acquiring:[],"\u30af\u30ea\u30fc\u30f3":134,quiet:153,"\u30ec\u30b3\u30fc\u30c9id":[],"\u4e00\u822c\u7684":119,color:166,whombx:113,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":6,period:[],"\u6a19\u8a18":66,"\u76f8\u5bfe":[23,96,134],"_clone":134,raring:[66,113],"#proxy":8,"*db":[68,71,15],"\u6709\u9650":96,"\u4ee3\u308f\u308a":[166,160,145,86,27,41,90,91,165,8,56],engine:[],"/vdw":[64,3,117],"_tokenizer":[],"_value":[],"_tokenized":[78,120],"case":[16,34,55,124],"\u25cb\u25cb":112,"\u30ed\u30ae\u30f3\u30b0":15,shops:129,"\u975e\u63a8\u5968":6,"\u53d7\u3051":[11,3,153,113,6,8,85,66,121,46,91],"\u305f\u3068\u3048":61,saerc:[136,109],"\u559c\u3073":[74,106],archive:[],html:[],"\u5831\u4ee5":78,messagepack:[],"\uff08romaji":43,status:[],"0\u30d9\u30fc\u30b9":96,downloads:90,"[\u8a9e":114,persons:[],"\u7d4c\u7531":[63,89,134,5,150,138,62,6,114,7,139,141,143,21,93,31,70,125,95],changing:[],"\u8907\u6570":[],"-msgpack":46,"[geo":[23,113],"\u30d1\u30bf\u30fc\u30f3":[122,133],"/unit":157,"\u4f5c\u6210\u6e08":86,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],unicode:166,"\u3088\u304b\u3063":61,"\u53ef\u5426":3,"\u3002\u3056\u3063\u304f\u308a":73,blog:[61,161,67,3],"\\'":[86,160],"\\%":90,"\\\"":[97,145,129,27,41,50,161,72],"\u9577\u65b9\u5f62":23,hino:113,"\u63a2\u3059":67,"\\(":160,"/base":134,"\\\\":[161,145,72,160],")..":134,"\u3079\u304d":[84,68,153,134,166],"\u3068\u304a\u308a":[57,64,150,117],"*mutex":34,"_send":16,"-mm":[132,133],"_host":150,provided:[],"\"groonga":[96,133,73,27,161,10,56],frees:[16,34,15],automake:138,provides:[],"@uzulla":23,"_unlink":68,mooz:23,"\u4e09\u3064":[11,129],o0:134,"/eval":131,inspect:[],communicate:[],"\uff08personal":[],"\u30b9\u30da\u30a4\u30f3":11,tokenbigramsplitsymbolalpha:[96,78,61,129,149,32],occured:[],oo:[83,78],on:[34,36,118,145,27,41,16,100,48,8,78,68,46,106],ok:151,of:[],"_escalation":[],"\u30e6\u30fc\u30b6\u30fc":[],"\u8a2d\u5b9a\u5024":[148,1],os:[],or:[34,96,48,80,118,100,16,102,64,153,132,124,156,160],tokentrigram:[149,78,32],"_leading":96,"\u5c11\u306a\u3051\u308c":56,"\u5f0f\u5168":[160,133],"\u884c\u76ee":[122,150,134],"\u30c1\u30e3\u30f3\u30af":114,"\u30a8\u30ed":162,"{path":165,"\u8a55\u4fa1":[131,161,60,113,133],there:[43,72,160,124,73],"\u53d7\u3051\u53d6\u308a":[60,3,8],strict:66,"\u300ccomments":162,"/modules":[138,8],"\u901a\u308a":[78,84,40,41,93,165,96,11,133,134,136,13,102,56,61,145,161,97,85,67,155,69,160,120,27,151,75],"*escaped":72,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":166,"(location":[38,64,11,162],datasets:163,applying:[],"\u69cb\u7bc9":[],"\u4f5c\u3063":[117,61,162,100,8,137,23,166],"/hostname":[150,86],"\u30de\u30fc\u30b8":[6,106],"\u65b9\u5f62":[11,155],"\u5927\u6587\u5b57":[3,56],"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":113,"\u4f5c\u308a":[43,67,109,56],"\u4f5c\u308b":[38,109,162,121,73,142,56,106],"\u8ab2\u7a0b":113,gettext:106,narrowing:[],"\u3066\u3057\u307e\u3044":112,"\uff08proc":82,"_type":[],"_entries":[16,104],included:[],"\u53d7\u3051\u53d6\u3063":119,"\u3002ctrl\u30ad\u30fc":3,"/mysql":166,"\u30ea\u30bd\u30fc\u30b9":[101,66],calls:15,":mm":[132,133],"/usr":[165,86],"\u6c17\u306b":[84,68,106],"/select":[8,91],directory:[34,118,55,153],"4\u3064":[83,27],"\u30c7\u30fc\u30e2\u30f3":[],migrated:[96,160,133],"/sysconfig":126,dist:134,executing:118,scalar:73,"\u6761\u4ef6":[],ptr:34,"\u8fd1\u3044\u9806":40,jessie:[],"\u30d3\u30c3\u30c8":[],"\u5b58\u5426":68,"/locale":[106,134,111],"/scalar":127,init:[6,165,45],program:[118,55],".name":[114,162,161],"[travis":113,"\u95a2\u9023":[],"=message":[],"-word":96,systemctl:126,"***":7,llt:78,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[23,134],"\u8a9e\u7248":134,longtext:[39,48],list:[134,72,55,163,111],"_html":[],"\u304a\u3088\u3073":[3,134,12,119,86,6,165,45],"\u4f4e\u6e1b":[126,138],"\u6d69\u4e8c":6,"<protocol":86,"\u89aa\u5207":138,yappo:[66,36,113],"\u884c\u3048\u308b":[6,38],"/news":134,tex:78,"/centos":[116,126,134],"_scalar":[80,84,41,96,11,133,101,102,51,141,38,108,61,145,63,161,97,85,67,160,117,162,27,151,124],will:[34,124,68],what:72,sub:[],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[],sum:[],version:[36,3,4,134,150,15,70,103,91,23,8],memcached:[],tags:[38,84,73,93,56],behaviour:[],"\u88dc\u5b8c\u8a9e":43,"#worker":8,serihiro:6,"\u6163\u308c":117,allows:27,matsuu:138,options:[],gtihub:23,tokenunigram:[149,32],ocelot:[23,113],"\u5358\u7d14":[60,128,155],"\u300c\u697d\u3057":129,"/atv":[64,3,117],"\u7a32\u7530":113,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[70,125],"\u7a4d\u7b97":[96,60],"_expire":68,thus:[55,163],flag:15,"\u547c\u3093":[66,129,117],"\u3002git":134,"\u30d7\u30ed\u30f3\u30d7\u30c8":4,"\u524d\u63d0":[],"\u89e3\u6790":[],"\u79fb\u884c":[23,65],"_encoding":[],omit:[],"\u306e\u306b\u5bfe\u3057":15,"=table":56,"\u671f\u5316":[6,15],"\u30ea\u30cd\u30fc\u30e0":23,"\u958b\u767a":[],"\u7406\u7531":[],">\u529b":7,rather:[],"&..":91,overcommit:124,disable:[118,23,8],"_text":[66,120,157],"\u30ea\u30dd\u30b8\u30c8\u30ea":[],"-max":[118,23,86],omits:[],"-munin":[],"-http":[],specifying:[34,71],"\"book":133,":\u79d2":162,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":134,"\u9ad8\u307e\u3063":119,disables:[8,111],"/executables":[],"\u3002\u3069\u308c":118,disabled:[43,132],"\u623b\u308a\u5024":[],"\"is":12,"\u30bf\u30a4\u30d7":[82,23,150,46],"_link":[2,153],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":105,soccer:38,"\u30d6\u30fc\u30ea\u30a2\u30f3":39,"_large":[2,153],"return":[122,132],"\u52d5\u4f5c":[],"\u6d45\u898b":113,"\u5897\u3048":[131,67,78,73],"\u8a71\u984c":22,"-encodiong":133,innodb:119,"\u51fa\u6765\u308b":162,"-create":[],"\u5897\u3084":73,weight:[],generation:111,"_release":134,"/en":[8,134,111],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":13,"\u6c42\u3081":[119,98],"_new":[6,23,121],"/managers":[8,46],"\u3072\u3053\u3055\u3093":6,generate:[],thread:[34,132,100,150,121],"_ito":23,"_hash":[],"\u30c9\u30e1\u30a4\u30f3":[66,117],"\u5927\u304d":[73,83,6,114,8,56],"\u5f62\u72b6":40,"${":[102,96,133,124,106],"\u30bb\u30af\u30b7\u30e7\u30f3":[78,120,84,90,8,131,43,165,147,96,11,73,164,13,50,51,104,144,56,146,59,108,109,20,153,115,156,69,116,160,117,26,122,135,123,75,124,76,106,77],gpl:36,passes:134,"\u5b58\u5728":[1,3,129,126,6,91,96,68,15,100,52,141,137,148,150,113,64,85,67,155,117,119,138,122,29,8],script:[],gpg:134,"\u3050\u3088\u3046":11,"\u60c5\u5831\u540d":93,passed:134,store:[16,48],gps:119,"\u8a9e\u691c":96,option:[118,132,55,111],"$(":[147,135,116,13,77],"/synonyms":156,"\u4fbf\u5229":[96,78,160,73,12,119,120,122,142,43,165],"\u6271\u3048\u308b":[148,113,66],"\u898b\u308b":2,"\u306e\u304b\u308f\u308a":66,"/'":66,"-working":6,",[\"":61,"7e":150,"\u898b\u3066":[122,96,8],"\u307e\u307e":[65,134,117,12,112,113],"\u898b\u3064":[6,136,138],"\u540dn":[93,96],"\u307e\u3060":[59,65,133,136,96,27,70,153,113,131,23],"\u307e\u3067":[57,101,60,3,128,117,83,85,86,113,50,17,134,67,162,150,106],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,65,74,13,14,15,16,17,20,21,23,25,26,27,29,30,31,72,34,35,89,58,39,40,41,42,43,44,45,46,147,165,50,51,52,53,54,55,56,57,38,59,60,61,62,63,64,11,66,67,68,69,70,71,98,135,75,76,77,78,80,167,82,83,84,86,22,88,90,91,92,93,94,95,96,97,73,100,101,102,103,104,105,106,107,108,109,110,112,113,114,115,116,117,118,119,120,122,123,124,125,126,127,128,129,131,133,134,136,137,139,141,142,143,144,145,146,148,149,150,151,153,85,155,156,157,158,159,160,161,162,164,166,12],"\u307e\u305a":[3,80,117,61,162,129,150,90,8,134,133,67,165,106],"\u307e\u305b":[35,126,78,3,83,39,40,86,104,41,6,2,91,9,131,43,66,165,129,10,46,101,96,11,133,134,73,12,136,150,100,15,50,102,51,52,17,21,143,120,84,56,59,42,107,108,109,61,148,127,149,112,113,63,137,151,153,85,23,67,68,156,70,166,160,117,161,119,93,27,122,106,125,8],"_list":[],"\u307e\u305f":[],"\u3058\u304d":27,"\u307e\u3057":[38,96,11,80,117,109,61,162,160,112,113,166,6,8,133,66,23,106,134,56],centos6:6,"\u7279\u5b9a":[],"[pat":6,"\u9069\u6642":82,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":67,"\u66f8\u304d\u5f8c":129,"\u306a\u3051\u308c":[35,2,127,84,86,6,8,165,96,97,133,73,12,51,15,50,100,56,108,150,63,161,85,68,156,69,160],added:[100,36,48],"\u3093\u3057\u304d":142,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":60,"\u30d5\u30a3\u30eb\u30bf":6,exec:153,customize:[43,8],"\u30e1\u30fc\u30c8\u30eb":[11,155],"\u89e3\u653e":[107,15,70,137,66,68],nothing:[],"\u73fe\u5b9f":117,"\u307e\u307e\u3067":61,"\u3002id":15,"-oriented":27,"\u9577\u3055":[108,12,53,150,6,100,137,68],orangain:113,"\u624b\u52d5":8,"&query":91,".rb":[66,59,138],"\u304a\u3051":96,"_users":162,"\u304a\u304d":[119,134],"\u304a\u304b":165,"\u304a\u3044":[3,108,134,12,119,113,100,52,23,68,157,106],"\u59cb\u70b9":3,"_call":[2,153,60],"_format":[2,153],firewood:[6,113],"\u304a\u3070":[23,1,113],concatinated:118,penalty:[],"-ftp":150,"\u4f4e\u6a5f":60,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[],rose:12,"\u629c\u3051\u308b":3,"\u671b\u307e\u3057\u3044":[119,112,134],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":8,longest:100,"\u304a\u3070\u305f":[23,113],"\u305d\u308c":[126,3,80,39,129,90,147,96,97,133,134,12,137,84,106,60,107,61,53,70,67,68,160,117,162,138,75,56],"\u306b\u304a\u3044":[12,65,134],"\u4fdd\u8a3c":[114,65],"\u6570\u5024":[],"(content":[97,27],"\u30b3\u30df\u30c3\u30c8":134,"\u305d\u3057":162,"\u76ee\u4ee5\u964d":96,tobby:102,dump:[],"]]":[96,118,136,86,50,151,139,150],"][":[160,113,6,66,23,99],arc:78,are:[34,96,48,73,118,124,75,27,163,113,132,17,111,43,72,55,106],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[150,134,106],"_mutex":34,"]}":[12,114,161],"\u30b9\u30b3\u30a2":[96,60,73,61,136,6,118,64,52,162],"]x":162,"\u5897\u3048\u308b":[149,42],libraries:[],"/non":113,"\u305d\u306e":[],latin:[6,165,86],recently:104,creating:124,"\u8a18\u9332":[6,119,52,9],"\u304a\u3088":17,"\u898b\u3064\u3051\u308b":[43,51,166,8],"\u304a\u308a":[162,64],solr:133,"\u672a\u521d":6,"\u30c6\u30fc\u30d6\u30eb":[],license:[36,134],"\u8a02\u6b63":156,"]'":[8,46],context:[68,8,27],"]\"":[6,162,113],"],":[78,3,80,84,86,41,91,43,93,115,128,101,96,11,133,73,12,136,50,102,51,141,149,38,42,109,61,145,150,70,114,64,97,85,67,160,117,161,118,162,120,27,122,151,75,166],"]/":91,"])":[58,145,155,17],finds:100,minagawa:113,"\u691c\u7d22id":100,"\u3042\u3068":[134,106],improper:153,"\u30b3\u30de\u30f3\u30c9url":46,"'alice":160,"\u7d76\u5bfe":9,":#{":132,"\u8003\u616e":61,due:27,pg:85,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":8,po:[],kiske:6,"\u3057\u3084\u3059\u304f":6,"\u6574\u5217":[119,3],"(html":97,"#groonga\u30bf\u30b0":162,"\u8a00\u8a9e\u540d":106,"\u30d9\u30fc\u30b9":[126,78,160,167,119,138,6,100,137,23,133,106],"\u30d8\u30c3\u30c0":[66,113],"\u79d2\u9593":23,"\u5730\u7cfb":11,evaluated:131,behavior:[],"(body":[145,41],"\"sug":10,xvzf:[147,116,20,13,135,165,77],"\u5404\u8a9e":114,"\u6027\u5225":119,"_expansion":[],rid:[18,107],"\u30ed\u30fc\u30ab\u30eb":[133,134],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[],"\u6210\u679c":[],"*type":108,"/ppa":13,"\u5065\u4f5c":38,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[],"/hoge":86,"\u64ec\u4f3c":[96,160,133],"\u672c\u6765":80,abcde:120,edge:121,nanoseconds:132,"\\bin":90,"\"alice":160,"\u6b8b\u5ff5":12,"\u9006\u5f15\u304d":[],"\u3067\u304d\u308b":[],tables:[],"\u4e92\u63db\u6027":134,"\u3067\u304d\u308c":0,"\u3002keys":100,"\u64a4\u5ec3":[66,138,86],internal:66,"\u5024\u7528":23,"\u304f\u3060":[126,78,3,128,81,83,39,22,6,2,90,91,9,131,165,46,147,96,11,133,73,12,136,13,61,51,17,54,84,56,106,59,42,20,148,149,150,113,63,161,64,97,104,66,115,116,160,117,119,120,102,135,151,30,77,8],boost:43,integer:[],"_finalizer":[45,15],"@wareohji":6,unstable:[135,134],essential:[],"\u6642\u523b":[122,71,109,162,150,70,159],".title":12,"\u7f6e\u304b":[30,165,156,8],"\u7f6e\u304d":[137,138,68,134],"\u7f6e\u304f":165,"\u7f6e\u3044":[66,134],"\u5404\u8981":[80,73],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,166,133,110,86,15,165],"\u304f\u308c":112,"\u69cb\u6210":[147,116,60,3,134,13,126,135],"\u304f\u3093":162,"-drilldown":117,"(\u300c":134,"_improper":2,"{type":118,"\u9577\u751f\u304d":56,"\u5b9f\u73fe":[],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":113,"\"service":109,range:[93,51,84,153],"lzo\u3044":63,"\u672c\u6587":[67,97],"\u5831\u544a":[],"\u524d\u65b9":[],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":134,shimoda:138,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[66,86,8],"\u7a2e\u5225":120,fast:[122,96,78,160,145,27,41,50,97,67,133],"/hosts":134,"_links":[2,153],"html\u30bf\u30b0":97,sections:[],files:[],"-query":[126,3,160,145,86,27,41,113,6,102,8,132,23,156,128],"-host":150,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":56,aramaki:[23,138],"_op":[94,72,60],"_or":[],"\u306b\u3064":6,"_of":[2,153],highlight:[],"_on":[2,153],called:34,"\u63a5\u982d":[23,133,83],associated:34,horikoshi:23,"\u679c\u305f":3,warning:[5,132,7,8],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":73,"\u306b\u5bfe\u3059\u308b":[],tatsuya:6,grn:[],gro:27,newvalue:108,nice:101,users:[],"\u5c5e\u3057":[39,127,117],replace:[],"\u305f\u3076\u3093":165,generated:[34,163,111],drilldown:[],"\u982d\u8f9e":83,"\u300d\u3001":[38,162],"\u300d\u3002":142,"\u300d\u300c":162,"\u8868\u3059\u578b":39,"-deafult":23,"\u8aad\u307f\u53d6\u308a":[50,51,86],"-package":[],"\u30b3\u30a2":[165,8,46],"-benchmark":[],"-count":70,once:[],"\u30a4\u30f3\u30c7\u30c3\u30af":67,"\u958b\u304f\u969b":6,"\u5272\u308a\u5f53\u3066\u308b":[12,83,3],issues:66,"\u30b9\u30ad\u30c3\u30d7":[66,113],"\u8a9e\u6271":129,"_by":[34,162,99,130,100,66,137,23,68,72],"\u30cb\u30e5\u30fc\u30b9":101,stable:65,include:[74,85],"\u7e70\u308a\u8fd4\u3057\u6570":150,"=gr":118,"\u30de\u30c9\u30ea\u30fc\u30c9":11,"\"saerch":109,"\u30d7\u30e9\u30b0\u30de":96,"\u306a\u3068\u304d":119,"*user":[34,45],"\u3002run":157,"\u3067\u5024":[86,3],ranguba:73,"\"complete":10,"-in":[68,134],"-id":[6,86],"_dir":[34,23,134],"|correct":136,"_use":[66,2,153,15],".po":[],smaller:[132,73],".pc":[23,130],"-line":69,"\u3053\u3046\u3059\u308c":112,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[66,67,84,113],"\u3002buf":108,etime:158,"\u30a8\u30f3\u30b8\u30f3":[12,38,96,86,119],"{time":132,"-exact":70,degree:[],"\u521d\u56de":106,expansion:[],"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":40,"\u5341\u5206\u6c17":96,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[83,3,8],"\u4e0a\u3052\u308b":61,"/coremodule":8,"_name":[],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":86,"\u30c8\u30e9\u30a4":[23,56,160,133,83],"\u300coffgao":162,">version":4,"\u5206\u6790":119,apple:166,apt:[134,13,6,135,111,69],"*str":[34,72],expect:66,hardy:138,api:[],apply:[],bindings:[],"_commit":18,"\u5148\u60c5":162,"\u9001\u4fe1":[],use:[],from:[],"\u3057\u307e\u3057":113,usa:117,"\u3057\u307e\u305b":[96,61,112,8,43,165],"\u3057\u307e\u3059":[96,133,162,129,116,10,160],"\u3057\u307e\u3046":[134,119,138,112,113,6,66,23],usr:[86,8,9,165,157,77],"\u3057\u307e\u3044":[12,61,150,128,109],"\u5207\u308a":[23,113,134,143],"\u4efb\u610f":[3,134,86,39,150,119],start:[101,118,126],sort:100,"_names":71,tokenbigramignoreblanksplitsymbolalpha:[61,149],"?msg":134,"[args":86,"/index":[127,86,134,106],"-html":[6,138],dropped:[],"\u30b7\u30fc\u30b1\u30f3\u30b9":[43,109,75],tar:[147,116,134,20,13,135,165,77],"_install":[],tag:[38,134],tab:[],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":66,"/rpmforge":116,sis:23,united:151,satoh:23,"\u30c0\u30d6\u30eb":[160,83,6,23,133,56],six:[132,3],"\u30d5\u30a3\u30fc\u30eb\u30c9":84,sid:[],instead:[96,86],"_create":[],"\u884c\u3046":[158,38,96,11,128,134,162,129,112,126,6,102,64,138,137,67,157],"\"rectangle":[6,11,155],"\u30a2\u30af\u30bb\u30b5":68,"_configure":113,"\u30a2\u30af\u30bb\u30b9":[158,134,12,138,86,100,113,6,51,91,30,23,66,106,8],"\u3042\u308b\u3044":[147,65,108,119,153,160,133,155,29,100,60,8,66,94,56],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":113,light:[],"$home":134,interrupted:153,"[github":66,freebsd:[],"\u4eac\u90fd":[61,129],"#groonga":156,"\u300cbill":129,"\u5bfe\u8a71":[3,91],"%'":66,"\u7279\u5225":[78,160,2,17,43,165,72],"\u30c0\u30f3\u30d7":[6,138,113],"\u9577\u3059\u304e\u308b":113,"/apt":[135,134],"/api":46,restart:126,"\u3057\u3046\u308b":66,crash:[],"\u30b9\u30ad\u30fc\u30de":[96,11,160,161,145,27,41,101,102,97,141,85,124,67,151,133],"\u53c2\u52a0":[76,22],successor:133,articles:67,"_free":34,edit:[],".net":[38,3,134,117,12,22,64,91],"%\\":90,nfs:165,"\u6df7\u305c":[12,136],".overcommit":[],",\"link":12,"\u5c3a\u5ea6":119,"\u89e3\u6c7a":[6,23,112,114,148],"\u3002redmine":0,remove:[68,120],inverted:27,out:150,performs:[],"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":162,supports:[34,36,55],dictionary:166,"\u30ec\u30a4\u30e4":60,york:11,"8r":[6,165,86],lts:[13,134,69],"\u4e00\u90e8":[6,62,3,10,134],"\u8ca0\u62c5":112,lte:78,auth:[8,46],"\u304a\u3059\u3059\u3081\u3057":[126,160,134,133],"\u8aac\u660e":[],"1\u305a":[65,52],"\"tags":73,"\u53d6\u308a\u8fbc\u307e":134,"\u7f72\u540d":[],tetsuharu:[],"_symbolic":[2,153],"\u8d77\u70b9":96,"\u78ba\u8a8d":[],"_qlog":6,"\u5207\u308b":[66,8],"\u304a\u304b\u3057":138,makefile:134,",[":61,priority:43,their:124,"1\u3064":[0,78,127,83,84,41,8,9,131,115,46,96,133,73,136,10,102,56,57,38,59,150,112,113,161,153,23,67,160,162,27,104],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":86,developer:162,"_debug":157,"\u7279\u5316":[133,106],"\u30d5\u30a9\u30eb\u30c0\u30fc":90,"-jumandic":147,"\u64a4\u53bb":23,"\u8a9e\u610f":88,"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[1,31,113,68,73],"_unsupported":2,"\u51fa\u73fe":[119,84,136,108,88],".grn":[8,141],"\u9001\u308a\u65b9":[],"\u884c\u6307\u5411":119,"\u30ab\u30bf\u30ab\u30ca":[137,43,166,136],"_ql":66,"\u76ee\u304f\u3089\u3044":56,"_expanders":[156,9],"(age":85,which:[34,43,55,118],"\u4eee\u60f3":[64,113,117],"\u901f\u3084\u304b":65,".travis":69,"\u7d44\u8fbc\u578b":[],"class":[145,97,27,41],"_build":157,"\u73fe\u5728":[88,158,159,3,71,134,119,40,150,15,51,104,162,21,107,68,45,56],"_delimited":36,"/docs":8,"_is":[122,23,2,153,68],gronga:[156,10],"_ip":91,"_in":[],"_ii":[],"-output":[96,97,145,150,27,41,113,6],"_id":[34,35,96,3,108,134,18,99,100,15,137,64,52,107,23,68,72,133],"_delimiter":[78,120],"\u6307\u3057":12,"\u5bfe\u8c61object":[35,71,82,68,45,105,108],please:106,",\n#":[38,96,78,3,160,73,12,162,102,64,91,133],"\u5bfe\u8c61":[],"\u3044\u308d\u3044\u308d":[],cache:[],"\u30b7\u30a7\u30eb":[165,150,160],daiki:[6,138,130],candidates:43,"*newvalue":108,"\u6848\u5185":[112,134],local:141,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":165,"\u6295\u7a3f":[],"\u4ed8\u3051\u308b":[121,166,3],"!condition":133,nvars:45,",\n{":[166,80,117,73,136,109,102,8,161,75,128,43,67,133,160],ones:[],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[96,8],words:133,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u3070\u3044\u3051":[35,96,165,127,108,73,84,160,100,69,6,161,51,8,133,68,156,56],"(column":[145,27,41,85],",\n[":[27,141],",\n]":[61,161,64,80,128],"\u4e00\u4ef6\u9032\u3081":137,candidate1:136,queries:[150,27],view:118,"\u304b\u304e\u308a":150,"=fedora":134,module:[],"\uff08\u578b":53,"\u884c\u6570":23,acquires:17,still:[],"\"table":86,dll:[6,23,66],"\u30ea\u30c8\u30e9\u30a4":17,"\u4e43\u6bc5":138,job:150,homebrew:[],"\u3084\u305d\u306e":151,commands:[],".i":116,april:134,"/local":[165,8,134],"\u672a\u5bfe":6,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[6,30,138,86],"_var":[34,66,72,45,53],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[165,90],table:[],"\u671f\u5f85":119,rpm:[147,116,134,138,113,6,23],"\u304a\u3059\u3059\u3081":46,"\u30b5\u30d6\u30bb\u30c3\u30c8":[39,100],"=gro":118,"\u9bae\u5ea6":101,"_refused":[2,153],"\u78ba\u5b9f":109,porting:36,"\u521d\u671f\u5024":158,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":6,mike:151,sufficient:34,"-cache":[86,113],improved:[],"\u5024\u578b":12,"\u672a\u5b9a":12,"\u4f4f\u6240":6,cursor:[137,48,107],"\u793a\u3059":[122,96,2,160,102,12,145,27,41,50,29,11,161,97,133,85,151,93,155,46,128],"\u793a\u3055":93,"\u793a\u3057":[2,3,40,117,61,25,120,70,11,91,134,67],rename:[],"\u578b\u3068":[],"\u3072\u308d\u3086\u304d":128,"-debug":138,"*src":100,avg:158,"\u8fd4\u4fe1":[162,67,112],uptime:[1,3,4,70,91,8],"\u5185\u90e8":[134,12,18,27,15,70,100,66,68,99],"\u578b\u304b":39,"\uff08longest":[23,133],"\u6ce8\u610f":[96,97,3,160,117,73,12,150,113,61,100,8,134,128,23,133,46,56],gets:34,"\u691c\u7d22key":100,"\u6587\u8108":161,"\u5168\u6587\u691c":[],"\uff01\"":162,english:[43,96,22,111],uzulla:23,"\uff01:":165,"@kiske":6,normalizermysqlgeneralci:166,"\u521d\u671f\u5316":[6,45,15],tcp:86,")=":148,"_device":[2,153],"(windows":150,now:[],"\u5236\u7d04":57,"(name":34,unsigned:[34,108,18,16,100,53,137,68,72,45],book:133,"\u9ad8\u7cbe":119,moritars:67,usage:[],qwik:141,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[23,165,157,123,106],execute:[118,55,75],"\u300c\uff76":166,"'pid":86,know:[],"\u30b9\u30ec\u30c3\u30c9":[119,121,150,15,86,46],"\u307e\u305f\u3044":[6,11],earch:78,";rroonga":[145,41],james:128,"_threshold":[],"\u307e\u305f\u3050":[],"\u306a\u304b\u3063":[96,65,3,133,102,5,86,139,62,6,61,7,89,161,85,21,66,150,95],"_push":60,because:[4,118,124,8,75,43],sequence:[109,136,75,163,43,132],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[96,88],platforms:34,"\u30b3\u30e1\u30f3\u30c8":[],"_sortby":[],"_exists":[2,153],"\u306e\u307b\u304b":[12,39],"\u96e2\u308c":64,"\u2192id":83,"\u7d44\u5408":102,"enum":71,"\u7acb\u3061\u4e0a\u304c\u3063":150,"*path":[100,71,108],"\u518d\u691c":142,"\u306e\u3044\u305a\u308c\u304b":[29,100,94,155,53],"\u305d\u308c\u305e\u308c":[78,3,4,83,129,86,165,80,96,133,134,12,102,100,56,60,61,64,153,66,67,68,157,117,162,122,30],"\u5358\u72ec":[150,108],getting:[],column:[],universe:13,"\u30fbor":64,".html":[86,8,134,106],"$groonga":134,"\u6570\u5b57":[61,109,150,56],"_length":[34,153],"\u5b9f\u7a3c":158,transfer:[119,126,153],"\u3002mroonga":[119,68],"*key":100,"var":[34,60,84,86,8,165],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":69,"\u30d5\u30a3\u30eb\u30bf\u30fc":161,palalles:134,"-pid":[23,86],"\u30b9\u30cb\u30da\u30c3\u30c8":[27,113],"_term":36,"\u6700\u5f8c":[78,133,134,12,138,150,15,6,61,8],"\u7834\u68c4":[45,15],squeeze:[113,134],palallel:134,"\u30e1\u30f3\u30d0":100,"\u56fa\u6709":[82,73],whether:68,record:[48,3,73,12,100,11,91,72],below:[],"\u30ed\u30b0\u30a4\u30f3":134,"\u4e00\u9577":119,"\u6c7a\u5b9a":96,"\u30e9\u30a4\u30b6\u30fc":[],blogs:61,"\u305d\u308c\u3086\u3048":[12,160],"\u7a4d\u7528":96,"8bit":39,"\u7acb\u5834":76,"\"se":43,"@github":134,"\u52a0\u3048":[12,60,128,69],other:[34,17,55],bool:[160,12,39,113,29,155,128],"-analyzer":[6,23],"\u306f\u307e\u305a":134,".gpg":134,"-sortby":113,".location":162,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":138,debian:[],"\u9054\u3059\u308b":137,emerg:[5,7],"\u5909\u66f4\u70b9":[],"\u306f\u307e\u3060":[51,46,167]},objtypes:{"0":"std:option","1":"c:function","2":"c:type","3":"c:macro","4":"c:member"},objnames:{"0":["std","option","option"],"1":["c","function","C \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","macro","C \u306e\u30de\u30af\u30ed"],"4":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"]},filenames:["contribution/report","news/0.x","reference/command/return_code","tutorial/introduction","reference/output","reference/commands/log_level","news/2.x","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/functions/geo_distance","tutorial/data","install/ubuntu","contribution/documentation","reference/api/grn_ctx","reference/api/grn_cache","reference/api/global_configurations","reference/api/grn_ii","spec","install/solaris","reference/commands/log_reopen","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/functions/geo_in_rectangle","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","troubleshooting","reference/api/plugin","reference/api/grn_info","news/senna","reference","tutorial/index","reference/types","geolocation_search","reference/functions/highlight_html","reference/commands/normalizer_list","suggest/completion","reference/executables","reference/api/grn_proc","server/http/comparison","index","reference/api/grn_geo","reference/cast","reference/commands/load","reference/commands/column_rename","reference/columns/pseudo","reference/api/grn_type","reference/api/grn_match_escalation","reference/executables/groonga-suggest-learner","reference/commands/table_create","limitations","reference/functions/rand","reference/commands/ruby_load","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/command/command_version","news","tutorial/match_columns","reference/api/grn_obj","development/travis-ci","reference/commands/status","reference/api/grn_db","reference/api/grn_expr","reference/columns/vector","contribution/documentation/c-api","suggest/suggestion","contribution","install/mac_os_x","reference/commands/tokenize","suggest/tutorial","tutorial/query_expansion","server/gqtp","reference/api/grn_hook","reference/tables","reference/commands/column_list","reference/functions/between","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","reference/commands/table_remove","install/windows","tutorial/network","contribution/development/repository","reference/commands/table_list","reference/api/grn_search","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/functions/edit_distance","news/1.3.x","reference/api/grn_table","reference/indexing","reference/functions/query","reference/api/grn_command_version","reference/commands/cache_limit","reference/api/grn_user_data","contribution/documentation/i18n","reference/api/grn_index_cursor","reference/api/grn_column","suggest/correction","reference/api/grn_encoding","contribution/documentation/introduction","contribution/development/cooperation","news/3.x","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/executables/groonga-suggest-httpd","characteristic","reference/commands/normalize","contribution/development/com","reference/command/output_format","install","reference/tuning","reference/commands/shutdown","server/package","reference/column","tutorial/patricia_trie","spec/search","news/1.1.x","reference/commands/ruby_eval","reference/log","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","reference/api/grn_table_cursor","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","reference/functions/highlight_full","development","install/fedora","troubleshooting/mmap_cannot_allocate_memory","reference/commands/tokenizer_list","reference/executables/groonga-benchmark","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","reference/functions/geo_in_circle","reference/query_expanders/tsv","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","reference/functions/sub_filter","tutorial/micro_blog","reference/executables/groonga-suggest-create-dataset","suggest","install/others","reference/normalizers","server/http"],titles:["13.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","\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. <tt class=\"docutils literal\"><span class=\"pre\">log_level</span></tt>","2.1.2\u30ea\u30ea\u30fc\u30b9 - 2013/01/29","8.3.17. <tt class=\"docutils literal\"><span class=\"pre\">log_put</span></tt>","8.1.4. groonga-httpd","8.3.22. <tt class=\"docutils literal\"><span class=\"pre\">register</span></tt>","5.1. \u306f\u3058\u3081\u306b","8.11.3. geo_distance","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","13.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.15.5. <tt class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","8.15.2. <tt class=\"docutils literal\"><span class=\"pre\">grn_cache</span></tt>","8.15.1. \u5168\u4f53\u8a2d\u5b9a","8.15.11. <tt class=\"docutils literal\"><span class=\"pre\">grn_ii</span></tt>","9. \u4ed5\u69d8","2.7. Oracle Solaris","8.3.18. <tt class=\"docutils literal\"><span class=\"pre\">log_reopen</span></tt>","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","8.9. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","8.15. API","8.3. \u30b3\u30de\u30f3\u30c9","8.11.12. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","8.11.5. geo_in_rectangle","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. <tt class=\"docutils literal\"><span class=\"pre\">defrag</span></tt>","8.8. Tokenizers","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","8.15.22. Plugin","8.15.13. <tt class=\"docutils literal\"><span class=\"pre\">grn_info</span></tt>","News in Senna period","8. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","8.11.7. highlight_html","8.3.20. <tt class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></tt>","5.3. \u88dc\u5b8c","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.15.16. <tt class=\"docutils literal\"><span class=\"pre\">grn_proc</span></tt>","7.3.1. \u6bd4\u8f03","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","8.15.9. <tt class=\"docutils literal\"><span class=\"pre\">grn_geo</span></tt>","Cast","8.3.15. <tt class=\"docutils literal\"><span class=\"pre\">load</span></tt>","8.3.10. <tt class=\"docutils literal\"><span class=\"pre\">column_rename</span></tt>","\u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.15.20. <tt class=\"docutils literal\"><span class=\"pre\">grn_type</span></tt>","8.15.14. <tt class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></tt>","8.1.8. groonga-suggest-learner","8.3.29. <tt class=\"docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.11.11. rand","8.3.24. <tt class=\"docutils literal\"><span class=\"pre\">ruby_load</span></tt>","13.3.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. <tt class=\"docutils literal\"><span class=\"pre\">column_remove</span></tt>","8.3.7. <tt class=\"docutils literal\"><span class=\"pre\">column_create</span></tt>","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","8.15.15. <tt class=\"docutils literal\"><span class=\"pre\">grn_obj</span></tt>","12.1. Travis CI","8.3.27. <tt class=\"docutils literal\"><span class=\"pre\">status</span></tt>","8.15.6. <tt class=\"docutils literal\"><span class=\"pre\">grn_db</span></tt>","8.15.8. grn_expr","\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","13.2.3. 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","8.3.32. <tt class=\"docutils literal\"><span class=\"pre\">tokenize</span></tt>","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.15.10. <tt class=\"docutils literal\"><span class=\"pre\">grn_hook</span></tt>","8.5. \u30c6\u30fc\u30d6\u30eb","8.3.8. <tt class=\"docutils literal\"><span class=\"pre\">column_list</span></tt>","8.11.1. between","8.1.2. 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","8.3.31. <tt class=\"docutils literal\"><span class=\"pre\">table_remove</span></tt>","2.1. Windows","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","13.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.30. <tt class=\"docutils literal\"><span class=\"pre\">table_list</span></tt>","8.15.17. <tt class=\"docutils literal\"><span class=\"pre\">grn_search</span></tt>","8.3.6. <tt class=\"docutils literal\"><span class=\"pre\">clearlock</span></tt>","8.3.25. <tt class=\"docutils literal\"><span class=\"pre\">select</span></tt>","8.11.8. html_untag","8.11.2. edit_distance","1.3.0\u30ea\u30ea\u30fc\u30b9 - 2012/01/29","8.15.18. <tt class=\"docutils literal\"><span class=\"pre\">grn_table</span></tt>","8.12. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","8.11.10. query","8.15.4. <tt class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></tt>","8.3.4. <tt class=\"docutils literal\"><span class=\"pre\">cache_limit</span></tt>","8.15.21. <tt class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></tt>","13.2.2. \u56fd\u969b\u5316","8.15.12. <tt class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></tt>","8.15.3. <tt class=\"docutils literal\"><span class=\"pre\">grn_column</span></tt>","5.4. \u88dc\u6b63","8.15.7. <tt class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></tt>","13.2.1. Introduction","13.3.3. \u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd","3.1.2\u30ea\u30ea\u30fc\u30b9 - 2014/01/29","8.3.5. <tt class=\"docutils literal\"><span class=\"pre\">check</span></tt>","8.3.34. <tt class=\"docutils literal\"><span class=\"pre\">truncate</span></tt>","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","8.1.7. groonga-suggest-httpd","1. Groonga\u306e\u7279\u5fb4","8.3.19. <tt class=\"docutils literal\"><span class=\"pre\">normalize</span></tt>","13.3.2. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.14. Tuning","8.3.26. <tt class=\"docutils literal\"><span class=\"pre\">shutdown</span></tt>","7.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","8.6. \u30ab\u30e9\u30e0","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","8.3.23. <tt class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></tt>","8.13. Log","8.10.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.3.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.28. <tt class=\"docutils literal\"><span class=\"pre\">suggest</span></tt>","8.15.19. <tt class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></tt>","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.3.11. <tt class=\"docutils literal\"><span class=\"pre\">define_selector</span></tt>","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.14. <tt class=\"docutils literal\"><span class=\"pre\">dump</span></tt>","8.10. grn_expr","8.3.21. <tt class=\"docutils literal\"><span class=\"pre\">quit</span></tt>","8.11. \u95a2\u6570","8.11.6. highlight_full","12. \u958b\u767a","2.6. Fedora","11.2. mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","8.3.33. <tt class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></tt>","8.1.3. groonga-benchmark","8.3.13. <tt class=\"docutils literal\"><span class=\"pre\">delete</span></tt>","13.3. Groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.3.2. groonga","8.11.4. geo_in_circle","8.9.1. QueryExpanderTSV","13.3.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.9. now","8.10.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","8.11.13. sub_filter","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","8.1.6. groonga-suggest-create-dataset","5. \u30b5\u30b8\u30a7\u30b9\u30c8","2.8. \u305d\u306e\u4ed6","8.7. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.3. HTTP"],objects:{"":{grn_ctx_get_match_escalation_threshold:[54,1,1,"c.grn_ctx_get_match_escalation_threshold"],"--cache-limit":[86,0,1,"cmdoption--cache-limit"],grn_obj_reinit:[68,1,1,"c.grn_obj_reinit"],grn_get_default_match_escalation_threshold:[54,1,1,"c.grn_get_default_match_escalation_threshold"],grn_db_create:[71,1,1,"c.grn_db_create"],grn_plugin_charlen:[34,1,1,"c.grn_plugin_charlen"],grn_obj_get_hook:[82,1,1,"c.grn_obj_get_hook"],grn_obj_expire:[68,1,1,"c.grn_obj_expire"],grn_table_cursor_close:[137,1,1,"c.grn_table_cursor_close"],"-P":[158,0,1,"cmdoption-P"],grn_table_cursor_set_value:[137,1,1,"c.grn_table_cursor_set_value"],grn_expr_syntax_escape:[72,1,1,"c.grn_expr_syntax_escape"],"-e":[86,0,1,"cmdoption-e"],"-d":[55,0,1,"cmdoption-d"],"-a":[86,0,1,"cmdoption-a"],"-c":[86,0,1,"cmdoption-c"],grn_obj_set_info:[35,1,1,"c.grn_obj_set_info"],"-m":[158,0,1,"cmdoption-m"],"-l":[55,0,1,"cmdoption-l"],"--disable-max-fd-check":[118,0,1,"cmdoption--disable-max-fd-check"],"-i":[150,0,1,"cmdoption-i"],"-h":[86,0,1,"cmdoption-h"],grn_db:[71,2,1,"c.grn_db"],"-t":[118,0,1,"cmdoption-t"],grn_command_version:[103,2,1,"c.grn_command_version"],grn_obj_set_element_info:[35,1,1,"c.grn_obj_set_element_info"],"-p":[118,0,1,"cmdoption-p"],"-s":[55,0,1,"cmdoption-s"],"-r":[55,0,1,"cmdoption-r"],grn_plugin_proc_get_var:[34,1,1,"c.grn_plugin_proc_get_var"],grn_ctx_at:[15,1,1,"c.grn_ctx_at"],"--bind-address":[86,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[103,3,1,"c.GRN_COMMAND_VERSION_STABLE"],"--config-path":[86,0,1,"cmdoption--config-path"],grn_table_size:[100,1,1,"c.grn_table_size"],"--query-log-path":[86,0,1,"cmdoption--query-log-path"],grn_ctx_use:[15,1,1,"c.grn_ctx_use"],grn_obj_defrag:[68,1,1,"c.grn_obj_defrag"],db:[150,0,1,"cmdoption-arg-db"],grn_get_lock_timeout:[17,1,1,"c.grn_get_lock_timeout"],grn_table_cursor_open:[137,1,1,"c.grn_table_cursor_open"],grn_get_default_encoding:[110,1,1,"c.grn_get_default_encoding"],GRN_OBJ_LOCK:[68,3,1,"c.GRN_OBJ_LOCK"],grn_ii_buffer_append:[18,1,1,"c.grn_ii_buffer_append"],grn_obj_column:[68,1,1,"c.grn_obj_column"],grn_geo_estimate_in_rectangle:[48,1,1,"c.grn_geo_estimate_in_rectangle"],grn_table_sort:[100,1,1,"c.grn_table_sort"],GRN_COLUMN_NAME_SCORE:[108,3,1,"c.GRN_COLUMN_NAME_SCORE"],grn_obj_unlink:[68,1,1,"c.grn_obj_unlink"],grn_obj_id:[68,1,1,"c.grn_obj_id"],grn_obj_set_value:[68,1,1,"c.grn_obj_set_value"],grn_plugin_win32_base_dir:[34,1,1,"c.grn_plugin_win32_base_dir"],grn_encoding:[110,2,1,"c.grn_encoding"],grn_proc_create:[45,1,1,"c.grn_proc_create"],GRN_PLUGIN_FREE:[34,3,1,"c.GRN_PLUGIN_FREE"],GRN_COLUMN_NAME_VALUE:[108,3,1,"c.GRN_COLUMN_NAME_VALUE"],"--ftp":[150,0,1,"cmdoption--ftp"],"--dir":[150,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[68,3,1,"c.GRN_OBJ_SET_MASK"],grn_table_group_result:[100,2,1,"c.grn_table_group_result"],grn_expr_close:[72,1,1,"c.grn_expr_close"],grn_obj_path:[68,1,1,"c.grn_obj_path"],grn_cache_get_max_n_entries:[16,1,1,"c.grn_cache_get_max_n_entries"],grn_obj_db:[71,1,1,"c.grn_obj_db"],grn_geo_cursor_next:[48,1,1,"c.grn_geo_cursor_next"],GRN_OBJ_APPEND:[68,3,1,"c.GRN_OBJ_APPEND"],grn_table_lcp_search:[100,1,1,"c.grn_table_lcp_search"],grn_table_create:[100,1,1,"c.grn_table_create"],grn_table_cursor_get_value:[137,1,1,"c.grn_table_cursor_get_value"],"--address":[86,0,1,"cmdoption--address"],"--daemon":[55,0,1,"cmdoption--daemon"],grn_obj_is_builtin:[68,1,1,"c.grn_obj_is_builtin"],grn_table_columns:[100,1,1,"c.grn_table_columns"],"--pid-path":[86,0,1,"cmdoption--pid-path"],"--encoding":[86,0,1,"cmdoption--encoding"],grn_ctx_set_finalizer:[15,1,1,"c.grn_ctx_set_finalizer"],grn_cache:[16,2,1,"c.grn_cache"],grn_table_delete_by_id:[100,1,1,"c.grn_table_delete_by_id"],grn_plugin_mutex:[34,2,1,"c.grn_plugin_mutex"],grn_ii_buffer:[18,2,1,"c.grn_ii_buffer"],"--host":[150,0,1,"cmdoption--host"],grn_obj_set_finalizer:[45,1,1,"c.grn_obj_set_finalizer"],grn_cache_current_set:[16,1,1,"c.grn_cache_current_set"],grn_obj_user_data:[105,1,1,"c.grn_obj_user_data"],grn_obj_lock:[68,1,1,"c.grn_obj_lock"],"--log-path":[55,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[108,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],"--log-output-dir":[150,0,1,"cmdoption--log-output-dir"],GRN_OBJ_COMPARE:[68,3,1,"c.GRN_OBJ_COMPARE"],grn_expr_append_const:[72,1,1,"c.grn_expr_append_const"],grn_plugin_mutex_lock:[34,1,1,"c.grn_plugin_mutex_lock"],grn_obj_clear_lock:[68,1,1,"c.grn_obj_clear_lock"],grn_table_cursor_next:[137,1,1,"c.grn_table_cursor_next"],grn_expr_alloc:[72,1,1,"c.grn_expr_alloc"],grn_expr_compile:[72,1,1,"c.grn_expr_compile"],grn_user_data:[105,2,1,"c.grn_user_data"],grn_obj_get_range:[68,1,1,"c.grn_obj_get_range"],grn_table_get:[100,1,1,"c.grn_table_get"],grn_ctx_fin:[15,1,1,"c.grn_ctx_fin"],grn_geo_cursor_open_in_rectangle:[48,1,1,"c.grn_geo_cursor_open_in_rectangle"],"--max-threads":[86,0,1,"cmdoption--max-threads"],grn_ctx_init:[15,1,1,"c.grn_ctx_init"],grn_ii_buffer_close:[18,1,1,"c.grn_ii_buffer_close"],GRN_OBJ_DECR:[68,3,1,"c.GRN_OBJ_DECR"],GRN_PLUGIN_REGISTER:[34,1,1,"c.GRN_PLUGIN_REGISTER"],grn_table_sort_key:[100,2,1,"c.grn_table_sort_key"],grn_obj_rename:[68,1,1,"c.grn_obj_rename"],grn_table_group_flags:[100,2,1,"c.grn_table_group_flags"],grn_obj_check:[68,1,1,"c.grn_obj_check"],grn_table_at:[100,1,1,"c.grn_table_at"],grn_column_name:[108,1,1,"c.grn_column_name"],grn_table_difference:[100,1,1,"c.grn_table_difference"],"--n-lines-per-log-file":[118,0,1,"cmdoption--n-lines-per-log-file"],GRN_PLUGIN_INIT:[34,1,1,"c.GRN_PLUGIN_INIT"],grn_cache_close:[16,1,1,"c.grn_cache_close"],grn_obj_close:[68,1,1,"c.grn_obj_close"],GRN_COLUMN_NAME_ID_LEN:[108,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],grn_table_truncate:[100,1,1,"c.grn_table_truncate"],grn_obj_get_value:[68,1,1,"c.grn_obj_get_value"],grn_cache_open:[16,1,1,"c.grn_cache_open"],"--server-id":[86,0,1,"cmdoption--server-id"],grn_obj_delete_hook:[82,1,1,"c.grn_obj_delete_hook"],"-n":[86,0,1,"cmdoption-n"],"--port":[118,0,1,"cmdoption--port"],grn_ii:[18,2,1,"c.grn_ii"],"--log-base-path":[55,0,1,"cmdoption--log-base-path"],grn_obj_is_locked:[68,1,1,"c.grn_obj_is_locked"],grn_expr_exec:[72,1,1,"c.grn_expr_exec"],grn_plugin_proc_alloc:[34,1,1,"c.grn_plugin_proc_alloc"],"--log-level":[55,0,1,"cmdoption--log-level"],grn_table_rename:[100,1,1,"c.grn_table_rename"],GRN_COLUMN_NAME_NSUBRECS:[108,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],grn_plugin_mutex_unlock:[34,1,1,"c.grn_plugin_mutex_unlock"],GRN_COMMAND_VERSION_MAX:[103,3,1,"c.GRN_COMMAND_VERSION_MAX"],grn_plugin_expr_var_init:[34,1,1,"c.grn_plugin_expr_var_init"],grn_obj_get_element_info:[35,1,1,"c.grn_obj_get_element_info"],grn_search_optarg:[94,2,1,"c.grn_search_optarg"],grn_expr_append_const_str:[72,1,1,"c.grn_expr_append_const_str"],script:[150,0,1,"cmdoption-arg-script"],GRN_PLUGIN_ERROR:[34,3,1,"c.GRN_PLUGIN_ERROR"],GRN_COMMAND_VERSION_MIN:[103,3,1,"c.GRN_COMMAND_VERSION_MIN"],grn_expr_get_var_by_offset:[72,1,1,"c.grn_expr_get_var_by_offset"],GRN_PLUGIN_MALLOC:[34,3,1,"c.GRN_PLUGIN_MALLOC"],grn_obj_add_hook:[82,1,1,"c.grn_obj_add_hook"],GRN_PLUGIN_LOG:[34,3,1,"c.GRN_PLUGIN_LOG"],grn_index_cursor_open:[107,1,1,"c.grn_index_cursor_open"],grn_proc_func:[45,2,1,"c.grn_proc_func"],grn_db_create_optarg:[71,2,1,"c.grn_db_create_optarg"],grn_column_table:[108,1,1,"c.grn_column_table"],grn_table_add:[100,1,1,"c.grn_table_add"],grn_obj_unlock:[68,1,1,"c.grn_obj_unlock"],grn_cache_set_max_n_entries:[16,1,1,"c.grn_cache_set_max_n_entries"],grn_proc_type:[45,2,1,"c.grn_proc_type"],grn_proc_get_info:[45,1,1,"c.grn_proc_get_info"],GRN_OBJ_INCR:[68,3,1,"c.GRN_OBJ_INCR"],grn_ctx_close:[15,1,1,"c.grn_ctx_close"],grn_ctx:[15,2,1,"c.grn_ctx"],GRN_COLUMN_NAME_KEY:[108,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_SCORE_LEN:[108,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE_LEN:[108,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],grn_table_cursor_get_key:[137,1,1,"c.grn_table_cursor_get_key"],grn_obj_get_values:[68,1,1,"c.grn_obj_get_values"],grn_column_rename:[108,1,1,"c.grn_column_rename"],GRN_OBJ_UNLOCK:[68,3,1,"c.GRN_OBJ_UNLOCK"],grn_obj_get_info:[35,1,1,"c.grn_obj_get_info"],grn_ctx_db:[15,1,1,"c.grn_ctx_db"],"--protocol":[150,0,1,"cmdoption--protocol"],GRN_PLUGIN_REALLOC:[34,3,1,"c.GRN_PLUGIN_REALLOC"],grn_table_cursor:[137,2,1,"c.grn_table_cursor"],grn_ctx_get:[15,1,1,"c.grn_ctx_get"],grn_ctx_set_match_escalation_threshold:[54,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_db_open:[71,1,1,"c.grn_db_open"],grn_column_index:[108,1,1,"c.grn_column_index"],"--n-threads":[118,0,1,"cmdoption--n-threads"],"--help":[86,0,1,"cmdoption--help"],"--groonga":[150,0,1,"cmdoption--groonga"],grn_table_setoperation:[100,1,1,"c.grn_table_setoperation"],GRN_COLUMN_NAME_ID:[108,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_OBJ_SET:[68,3,1,"c.GRN_OBJ_SET"],"--document-root":[86,0,1,"cmdoption--document-root"],grn_info_type:[35,2,1,"c.grn_info_type"],grn_obj:[68,2,1,"c.grn_obj"],grn_obj_remove:[68,1,1,"c.grn_obj_remove"],grn_plugin_mutex_open:[34,1,1,"c.grn_plugin_mutex_open"],GRN_OBJ_GET:[68,3,1,"c.GRN_OBJ_GET"],grn_expr_append_const_int:[72,1,1,"c.grn_expr_append_const_int"],grn_expr_syntax_escape_query:[72,1,1,"c.grn_expr_syntax_escape_query"],grn_ii_buffer_open:[18,1,1,"c.grn_ii_buffer_open"],grn_geo_select_in_rectangle:[48,1,1,"c.grn_geo_select_in_rectangle"],grn_set_lock_timeout:[17,1,1,"c.grn_set_lock_timeout"],grn_ii_buffer_commit:[18,1,1,"c.grn_ii_buffer_commit"],grn_obj_search:[94,1,1,"c.grn_obj_search"],"--send-endpoint":[55,0,1,"cmdoption--send-endpoint"],grn_table_update_by_id:[100,1,1,"c.grn_table_update_by_id"],grn_hook_entry:[82,2,1,"c.grn_hook_entry"],grn_expr_append_op:[72,1,1,"c.grn_expr_append_op"],grn_geo_point:[48,2,1,"c.grn_geo_point"],grn_table_cursor_table:[137,1,1,"c.grn_table_cursor_table"],grn_index_cursor_next:[107,1,1,"c.grn_index_cursor_next"],grn_table_delete:[100,1,1,"c.grn_table_delete"],dest:[86,0,1,"cmdoption-arg-dest"],grn_ctx_open:[15,1,1,"c.grn_ctx_open"],grn_plugin_isspace:[34,1,1,"c.grn_plugin_isspace"],grn_column_index_update:[108,1,1,"c.grn_column_index_update"],grn_obj_delete_by_id:[68,1,1,"c.grn_obj_delete_by_id"],grn_ctx_get_command_version:[15,1,1,"c.grn_ctx_get_command_version"],"--default-match-escalation-threshold":[86,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[137,1,1,"c.grn_table_cursor_delete"],grn_type_create:[53,1,1,"c.grn_type_create"],grn_obj_path_by_id:[68,1,1,"c.grn_obj_path_by_id"],grn_plugin_command_create:[34,1,1,"c.grn_plugin_command_create"],grn_builtin_type:[53,2,1,"c.grn_builtin_type"],grn_table_get_key:[100,1,1,"c.grn_table_get_key"],GRN_OBJ_PREPEND:[68,3,1,"c.GRN_OBJ_PREPEND"],grn_set_default_match_escalation_threshold:[54,1,1,"c.grn_set_default_match_escalation_threshold"],grn_cache_current_get:[16,1,1,"c.grn_cache_current_get"],grn_expr_create:[72,1,1,"c.grn_expr_create"],grn_get_default_command_version:[103,1,1,"c.grn_get_default_command_version"],grn_expr_add_var:[72,1,1,"c.grn_expr_add_var"],grn_encoding_parse:[110,1,1,"c.grn_encoding_parse"],grn_column_create:[108,1,1,"c.grn_column_create"],grn_ctx_set_command_version:[15,1,1,"c.grn_ctx_set_command_version"],grn_table_sort_flags:[100,2,1,"c.grn_table_sort_flags"],grn_obj_get_nhooks:[82,1,1,"c.grn_obj_get_nhooks"],grn_set_default_encoding:[110,1,1,"c.grn_set_default_encoding"],grn_set_default_command_version:[103,1,1,"c.grn_set_default_command_version"],grn_plugin_proc_get_var_by_offset:[34,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_encoding_to_string:[110,1,1,"c.grn_encoding_to_string"],"--receive-endpoint":[55,0,1,"cmdoption--receive-endpoint"],GRN_COLUMN_NAME_NSUBRECS_LEN:[108,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],grn_table_group:[100,1,1,"c.grn_table_group"],GRN_PLUGIN_FIN:[34,1,1,"c.GRN_PLUGIN_FIN"],command:[86,0,1,"cmdoption-arg-command"],grn_obj_name:[68,1,1,"c.grn_obj_name"],grn_plugin_mutex_close:[34,1,1,"c.grn_plugin_mutex_close"],grn_db_touch:[71,1,1,"c.grn_db_touch"],grn_table_update:[100,1,1,"c.grn_table_update"]},grn_db_create_optarg:{n_builtin_type_names:[71,4,1,"c.grn_db_create_optarg.n_builtin_type_names"],builtin_type_names:[71,4,1,"c.grn_db_create_optarg.builtin_type_names"]}},titleterms:{"_pat":83,"\u53c2\u7167\u578b":73,senna:36,"\u6539\u826f":[1,36,138,113,130,6,66,23,99],"\u7b26\u53f7":133,global:[],"\u6d41\u308c":106,"-prefix":165,prefix:60,per:124,"\u6761\u4ef6":[64,97,96,134,160],query:[102,96,153,132],"-lzo":165,"=number":165,"\u3084\u308b":134,jessie:135,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":91,"\u30d3\u30c3\u30c8":133,"\u7279\u5fb4":[83,119],ruby:[131,59],"-release":134,"\u901a\u4fe1":121,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[118,4],to:[118,43,75],"_column":[52,108],"\u524a\u9664":151,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":157,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[150,33],string:[78,120],groonga:[47,126,36,134,163,118,119,121,86,87,60,152,8,154,30,76,106,55,150,91],"\u95a2\u9023":[67,96,8,14,55],"=message":165,"\u304a\u6c17":162,facebook:22,"\u30b5\u30f3\u30d7\u30eb":[158,150],"_database":8,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[156,157,123],"\u52d5\u4f5c":[43,109,157,134,75],"\u30b9\u30af\u30ea\u30d7\u30c8":[133,134],"_or":85,"\u3068\u3057\u3066":39,"\u3065\u3051":65,gnu:135,"-escalation":165,"\u6761\u4ef6\u5f0f":160,"\u7c21\u5358":96,"\u30aa\u30d7\u30b7\u30e7\u30f3":[158,150,86,163],".po":106,"\u8ad6\u7406\u548c":160,"\u4ed8\u4e0e":67,"\u771f\u507d\u5024":[12,133],"-benchmark":150,"\u6f14\u7b97\u5b50":133,"_cursor":[137,107],"_remove":[89,62],"\u7701\u7565":[118,11,78,120,102],sub:161,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":134,"\u53c2\u8003":[78,5,83,84,41,2,131,95,96,136,50,102,139,142,21,56,59,42,145,149,161,151,104,156,120,27,163,122,7,166],"\u30ea\u30c6\u30e9\u30eb":133,"\u6210\u529f":122,"new":51,tips:134,"\u683c\u7d0d":39,memcached:91,body:122,xml:122,"\u6587\u6cd5":64,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":160,"\u30c6\u30b9\u30c8":157,"\u30bf\u30b0":38,"\u9069\u7528":73,"\u3042\u308a":[160,133],ubuntu:13,"\u6e96\u5099":[80,134],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":46,softwares:111,"\u95a2\u4fc2\u5f0f":60,search:[],parameters:[],"\u4e26\u5217":134,"_key":83,"\u63d0\u4f9b":112,"\u4e3b\u30ad\u30fc":[39,128],blogroonga:134,"_version":[103,65],"_name":[51,145,115],"_output":96,suggestion:[],"\u5165\u6f14":133,"_info":35,changes:36,options:[118,55],"\u7ffb\u8a33":[134,106],"\u30af\u30a8\u30ea":[119,60,80],"\u30de\u30c3\u30c1":133,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":8,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[76,14],"\u6587\u5b57\u5217":[12,133],api:[74,25],apply:[],"_table":[137,100,60],select:96,"\u6982\u8981":[34,35,2,5,83,84,41,78,89,8,9,131,93,94,145,45,137,95,16,96,65,73,136,100,103,15,50,82,51,139,17,141,18,54,143,55,105,56,59,42,107,108,53,110,149,62,63,21,48,104,151,85,115,68,156,102,70,166,71,114,118,119,97,120,27,11,122,7,161,124,31,125],"\u9001\u4fe1":91,use:145,"\u69cb\u6587":[78,5,84,41,7,89,9,131,93,95,96,11,133,136,50,102,51,139,141,21,143,56,59,42,145,149,62,63,114,97,104,85,115,70,160,161,120,27,151,31,125],"\u624b\u9806":134,zip:90,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":60,"\u30d5\u30ec\u30fc\u30ba":160,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":119,"_no":83,https:46,tokenize:78,scope:161,"_flags":96,"\u60c5\u5831":[134,119,40,112,88,64,152,157],"\u30d6\u30ed\u30b0":134,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":24,"\u3059\u308b":[0,134,117,73,61,148,109,112,118,8,75,43,67,55,157],normalizer:[78,145,42,120,56],"\u7d4c\u7def\u5ea6":12,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":133,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":134,"\u5f15\u6570":[78,5,84,86,41,7,89,131,93,95,96,11,98,136,50,102,51,139,141,21,143,55,56,58,59,150,145,62,63,114,97,104,85,115,155,158,70,161,118,120,29,151,124,31,125],"\u3053\u3068":134,"_base":8,"_command":103,homebrew:[134,77],"_escape":145,"\u4ee5\u4e0b":160,"\u4ee5\u4e0a":[160,133],"\u30b8\u30aa\u30b5\u30fc\u30c1":38,"\u8d77\u52d5":[126,91],"\u3060\u3051":[112,73],"\u524d\u63d0":134,install:[165,111],clearlock:95,"\u89e3\u6790":157,"\u7de8\u96c6":106,"\u6bd4\u8f03":[133,46],"_encoding":110,"\u304c\u3063":67,process:[124,132],"in":36,"_install":165,"/linux":135,"\u660e\u793a":134,"\u3053\u3061\u3089":112,"\u958b\u767a":[146,152,112],"\u548c\u4ee3":133,normalize:120,"\u7406\u7531":112,sphere:11,"\u540d\u524d":[158,58,159,98,150,39,86,163,29,52,30,155],"\u691c\u51fa":157,normalizernfkc:166,solaris:20,snippet:27,how:[43,75],"\u548c\u6f14":133,sid:135,"\u52d5\u7684":101,"\u5b9f\u884c\u4f8b":[35,48,107,71,68,82,18,110,100,15,16,137,103,53,54,94,72,45,105,108],"\u8fd1\u508d":133,"\u30b3\u30de\u30f3\u30c9":[26,3,91,86,30],"_create":[63,8,56],"-gqtp":126,"\u7d42\u4e86":[126,8,91],"_hash":83,max:[124,104,85],clone:106,"\u4e57\u7b97":133,mac:77,callback:60,offset:96,"\u6642\u9593":[162,133],"\u7f72\u540d":134,data:[43,75,8,55],"\u30da\u30fc\u30b8\u30f3\u30b0":96,"\u8a2d\u5b9a":[134,118,17,8,46,69],status:[70,153,163],"-munin":165,"\u4e00\u81f4rk":43,"-http":126,register:9,"-files":134,"\u7d22\u5f15":119,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":90,"\u30b0\u30eb\u30fc\u30d7":[160,133],freebsd:124,"\u30a4\u30f3\u30dd\u30fc\u30c8":134,"\u8ee2\u7f6e":119,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[79,140],"\u30c4\u30a4\u30fc\u30c8":112,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[47,14,134],rand:58,grntest:134,"\u30d1\u30c8\u30ea\u30b7\u30a2":128,"\u623b\u308a\u5024":[78,5,84,41,7,89,9,131,93,95,11,136,50,102,51,139,141,21,143,56,59,42,145,149,62,63,114,97,104,85,115,70,161,118,120,27,151,31,125],"\u305f\u3044":134,gqtp:[121,126,153,91,81],"\u6d6e\u52d5":133,"_api":60,personal:[],"_match":54,"_rename":51,"\u6587\u66f8":133,"=platform":165,"\u63a5\u7d9a":91,tsv:[122,156],"\u4ee5\u4e0b\u6f14":133,cutter:[157,134],"\u57fa\u672c":[3,133],greater:60,"\u30d7\u30ed\u30c8\u30b3\u30eb":[91,153],http:[30,126,167,4,91],number:124,"\u9664\u7b97":133,not:60,"\u8a8d\u8a3c":46,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":91,now:159,"\u5c0f\u306a\u308a":[160,133],"_select":60,"-pack":165,name:[51,56],edit:98,"-encoding":165,"\u66f4\u65b0":[119,134,106],kern:124,mode:[78,60],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,".overcommit":124,"\u767b\u9332":[0,134],"-create":163,weight:[],"\u4e26\u3079":3,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":83,related:[],"\u751f\u6210":[106,134,111],"\u74b0\u5883":[157,134],"\u5b9f\u4f8b":60,"\u9032\u3081":112,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":37,"\u30d8\u30c3\u30c0\u30fc":153,todo:[102,27],"\u9001\u308a\u65b9":[0,106],"-match":165,"\u30ab\u30d0\u30ec\u30c3\u30b8":157,"\u7def\u5ea6":119,vector:[],"-default":165,"\u90e8\u5206":129,red:134,rk:43,"\u6307\u5b9a":[11,3,160,134,39,65,67],nofile:124,"\u30e6\u30fc\u30b6\u30fcid":162,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":157,proxy:8,"_string":[102,161],generate:[],"\u305f\u3081":[96,60,112],"\u4ed5\u65b9":106,"\u7d50\u5408\u5f0f":160,"\u4ed5\u69d8":19,"\u4e8b\u9805":[57,39,150],launch:118,freecode:134,filter:[161,96],"\u53ef\u80fd":[11,118,119,120,102,78,8],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":119,"_proc":45,"_user":105,"\u30d9\u30af\u30bf\u30fc":39,"\u3078\u3068":112,"\u6e1b\u7b97":133,suffix:60,"\u8aac\u660e":[158,58,159,98,150,39,86,29,52,30,155],"-version":65,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":21,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":162,"\u7d44\u307f\u8fbc\u307f":[166,86],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":134,open:[124,145],size:153,"\u78ba\u8a8d":[134,106],"\u7d5e\u8fbc":64,dump:141,script:131,introduction:111,"\u30ab\u30b9\u30b1\u30fc\u30c9":151,"\u4fee\u6b63":[1,36,138,113,130,6,66,23],"\u5bfe\u7b56":[61,148],"\u6c38\u7d9a":83,"_obj":68,"\u30ea\u30dd\u30b8\u30c8\u30ea":[92,106],"=encoding":165,"\u306f\u3058\u3081":10,tokenizer:[149,78],configure:[165,134,111],releases:66,desctipion:163,"\u8ffd\u8de1":0,".com":134,"\u66f8\u5f0f":[158,58,159,3,98,118,150,86,29,8,30,155,55],"\u5b66\u7fd2":[118,43,109,10,75],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":56,"-httpd":[118,126,8,87,55],"_index":107,"_untag":97,"-log":165,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[12,73],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":8,"\u30c6\u30fc\u30d6\u30eb":[57,3,12,83,39,102,162,67,55,56],"_expander":[102,96],"\u3044\u304f":112,documentation:[],hashtags:162,"\u30a8\u30e9\u30fc":[122,148],"-zlib":165,"\u56fd\u969b\u5316":106,"\u5834\u5408":[122,67,134],"null":133,"_circle":155,"\u3044\u308b":[162,40],"\u7279\u6b8a":150,"\u4e00\u89a7":[2,24],"_list":[149,93,84,42],min:85,"\u304b\u3089":[147,116,13,112,135,90,165,77],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":56,"-with":165,archive:13,"\u7279\u5b9a":[157,134],"\u307e\u3068\u3081":134,"_distance":[11,98],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":157,mroonga:119,libmemcached:157,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":73,normal:[],"\u7d22\u7528":3,"\u7528\u79d8":134,"\u30c4\u30fc\u30eb":[165,8,91],"\u7d44\u8fbc\u578b":39,"\u30b5\u30b8\u30a7\u30b9\u30c8":164,synopstis:163,"_put":7,windows:[90,134],geoindex:162,request:[118,106],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":117,"_in":[29,155],"_ii":18,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":134,"\u30b5\u30fc\u30d0":[119,91],"\u30ed\u30fc\u30c9":[162,3,73],"_processes":8,"=path":165,"\u3084\u308a":112,"\u5fc5\u9808":[96,11,118,84,120,102,51,78,115],"\u30ec\u30b3\u30fc\u30c9":[96,3],"-po":134,"\u5270\u4f59":133,"\u30d5\u30a1\u30bb\u30c3\u30c8":96,"\u30d1\u30c3\u30c1":106,"\u304a\u304f":112,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":134,"\u8ffd\u52a0":[106,166,134,88],"\u5bfe\u8c61":[],"\u88dc\u5b8c":[43,10],"\u3044\u308d\u3044\u308d":12,"\u5c0f\u6570":133,"\u30d1\u30c3\u30b1\u30fc\u30b8":134,depended:111,ellipsoid:11,"\u4e0d\u7b49\u4fa1":[160,133],grnslap:158,cache:[96,104],"\u9ad8\u5ea6":96,"\u65e5\u6642":12,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":134,"_equal":60,"\u65b9\u6cd5":[65,134,73,61,148,109,101,75,43,76,14,157,106],"\u30ea\u30ea\u30fc\u30b9":[1,134,138,113,130,6,66,23,99],rectangle:11,"\u4e00\u6642":83,"\u6295\u7a3f":162,"-server":126,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":46,wheezy:135,get:118,db:60,clang:157,"_html":[145,27,41],"_limit":[96,8,104],cannot:148,"\u7b97\u5b50":133,"_eval":131,"\u91cd\u307f":[67,73],geo:[29,11,155],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[65,46],"\u305d\u306e":165,"\u5171\u8d77":[43,109,75],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":121,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":61,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"_search":94,"\u7d50\u679c":[61,150,3,117],"\u52a0\u7b97":133,"\u6570\u5024":12,contain:60,release:[],"\u64cd\u4f5c":3,"\u69cb\u7bc9":[101,157],"\u5236\u5fa1":133,"\u30b9\u30b3\u30a2\u30fc":96,"\u4ee3\u5165":133,travis:69,tokenizers:32,arg:60,close:145,news:36,"\u8a00\u8a9e":106,"\u65b0\u898f":134,"\u6a5f\u80fd":40,"\u30ab\u30e9\u30e0":[57,11,3,117,52,127,67],"\u985e\u4f3c":[133,109],"\u7ba1\u7406":[8,91],configurations:[],"\u5c02\u7528":91,"\u30e2\u30b8\u30e5\u30fc\u30eb":8,"_pack":165,score:[],between:85,reading:43,"\u7bc4\u56f2":[3,56],"\u4f4d\u7f6e":[11,64,65,40,119],"\u8868\u73fe":60,"_geo":48,javascript:64,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":119,"\u904e\u53bb":112,key:56,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":150,"\u5373\u6642":119,"\u30b7\u30d5\u30c8":133,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[160,133],"_level":[5,8],"\u6392\u4ed6":133,"\u518d\u8d77\u52d5":126,"\u77e5\u308a":134,"-suggest":[118,55,163],"\u306a\u3057":[133,46],equal:60,"-document":111,"\u30b5\u30fc\u30d0\u30fc":[30,126,28],"\u88dc\u6b63":[10,109],"\u30d1\u30e9\u30e1\u30fc\u30bf":[67,65],"\u306a\u3044":[39,112],"\u975e\u308f\u304b\u3061":129,load:50,"\u8a9e\u5f59":[3,88],ci:69,"\u4f5c\u6210":[162,3,134,56],point:11,period:36,"\u62bd\u51fa":133,header:122,"\u7f6e\u63db":102,"\u95a2\u6570":[144,133,157],"\u6574\u6570":133,shutdown:125,path:59,table:[96,89,83,84,51,93,115,56],quit:143,"\u53c2\u7167":[12,38,153,119],tuning:124,"\u30e1\u30e2\u30ea":124,json:[50,122],"\u91cd\u307f\u4ed8\u304d":73,"\u306b\u95a2\u3059\u308b":39,po:134,"\u7528\u3044":[21,64],define:139,engine:[],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[132,156],"-help":165,"_tokenizer":56,"\u7591\u4f3c":52,"_value":85,"\u5b9f\u884c":[44,60,134,150,8,157],"\u7a2e\u985e":12,"_log":8,"-message":165,"\u5dee\u6f14":133,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,22],"\u5168\u4f53":17,plugin:34,"\u30a8\u30b9\u30b1\u30fc\u30d7":160,value:56,"\u5236\u9650":[57,117,73,83,39,150,156],cast:49,near:60,"\u306e\u306b":61,"\u691c\u7d22":[38,96,129,3,80,73,61,119,40,88,160,64,109,75,128,43,67,133,162,56],match:[102,67,96],"\u30e9\u30a4\u30d6\u30e9\u30ea":[119,165],"\u540c\u3058":61,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":22,geopoint:162,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":166,"\u6307\u91dd":112,"\u5fc5\u8981":97,vm:124,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":134,"_expansion":96,"\u53d6\u5f97":[3,134],"\u30ec\u30b3\u30fc\u30c9id":83,"\u95be\u5024":61,".maxfileperproc":124,"\u8a9e\u5f59\u8868":56,"\u5ea7\u6a19\u5024":133,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":134,fedora:147,"\u4f7f\u3044\u65b9":[78,4,5,120,84,41,7,89,8,9,131,43,95,101,96,11,73,136,50,102,51,139,141,21,143,55,56,59,42,109,150,145,149,62,63,114,97,104,85,115,156,70,161,118,93,27,151,75,31,125],"_rectangle":29,suggest:136,make:[165,134],"\u4f8b\u3048":112,"\u6210\u679c":106,"-dataset":163,"\u7a4d\u6f14":133,"_filter":161,html:[97,106,111],"-learner":55,messagepack:122,"\u30ad\u30fc\u30ef\u30fc\u30c9":[61,162],".max":124,"\u8a98\u5c0e":112,".po\u30d5\u30a1\u30a4\u30eb":106,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":8,"\u306b\u3088\u308b":[67,128,117],"\u8ab2\u984c":0,"_columns":[102,67,96],"_data":105,reference:[],"\u5168\u6587\u691c":3,"\u95a2\u4fc2":[38,96,165],database:[118,55],"\u307e\u305f":67,"\u3055\u307e\u3056\u307e\u306a":64,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[57,38,67,101],"()":60,flags:[78,120,153,56],sortby:96,"\u51fa\u529b":[122,96,3,4,106],gzip:46,the:[66,124],lcov:157,"-localstatedir":165,"_path":[118,8,55],"\u8868\u793a":3,"-platform":165,protocol:153,"-path":165,just:[],less:60,"(v":60,"_tagn":145,"\u5229\u7528":[64,8],"_ctx":15,"\u5171\u6709":119,"\u9006\u5f15\u304d":38,"\u8fd4\u5024":[58,96,159,98,29,30,155],"\u547c\u3073\u51fa\u3057":133,"\u5f8c\u65b9":[133,160,128],"\u3067\u304d\u308b":[60,112],tables:[],loading:8,"\u8ad6\u7406":[160,133],mmap:148,"\u30bd\u30fc\u30c8":[64,117],defrag:31,"_selector":139,"\u660e\u793a\u7684":11,"\u62e1\u5f35":80,"\u4e00\u81f4":[43,129,160,133,128],hat:134,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":46,"\u7d4c\u5ea6":119,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":119,"\u8ad6\u7406\u7a4d":160,enable:111,"\u9759\u7684":[101,157],"\u4fdd\u5b58":[12,56],nginx:8,"_hook":82,"\u30bd\u30fc\u30b9":[147,116,13,135,90,165,77],"\u7a4d\u4ee3":133,linux:124,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":91,"\u5354\u529b":112,"\u691c\u7d22\u4f8b":60,manual:[],"-command":65,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,46],"_expr":[60,72,142],adjuster:96,"_threshold":96,"\u4f5c\u696d":134,"\u307e\u305f\u3050":67,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":91,old:66,learning:[55,75],centos:116,"_db":71,"-plugins":165,"\u30b7\u30b9\u30c6\u30e0":[0,162],"\u5358\u8a9e":133,"_dat":83,"\u4f7f\u7528":124,"\u5727\u7e2e":46,"\u30b3\u30e1\u30f3\u30c8":162,"_sortby":96,"\u5411\u3051":[152,134],"\u5bc6\u9375":134,"for":[],"\u66f8\u304d":129,"\u5f62\u5f0f":[50,122],comments:162,exit:163,allocate:148,"\u30af\u30a8\u30ea\u30fc":[8,24,160],"\u5834\u6240":[112,156],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":126,"\u30d3\u30eb\u30c9":[147,116,134,13,135,90,165,77],"\u5206\u3051":129,run:111,"\u5168\u6587\u691c\u7d22":160,"\u4ed8\u304d":[38,133],"\u3046\u307e\u304f":112,"\u4e0a\u9650":57,"\u4f9d\u5b58":165,"\u5b8c\u5168":129,"\u3042\u308b":162,"\uff08personal":13,"\u5927\u306a\u308a":[160,133],output:96,"\u96c6\u8a08":119,from:55,post:[8,46],"_auto":8,"\u6319\u52d5":129,by:8,"\u5b9f\u73fe":60,"_border":85,"package":13,column:[145,62,41,63,51,85,84],of:124,"_escalation":[54,96],"\u30e6\u30fc\u30b6\u30fc":[162,112],location:11,keywordn:145,"\u30b9\u30c8\u30ec\u30fc\u30b8":119,os:77,create:[],ppa:13,scorer:[64,96],"_reopen":21,"\u5b9f\u9a13":23,domain:117,"\u30ad\u30e3\u30c3\u30b7\u30e5":[96,8],"\u30d5\u30a1\u30a4\u30eb":[44,60,134,111,156,46,106],"_cache":[16,8],"\u5831\u544a":0,"\u524d\u65b9":[43,133,160,128],"\u7279\u6709":8,"\u9805\u76ee":[],log:[5,21,7,55,132],"\u8907\u6570":[67,117,46],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":150,"_prefix":165,"\u5909\u66f4":[61,138,46],"\u30d0\u30fc\u30b8\u30e7\u30f3":[138,1,65,130,134],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":67,redmine:112,"\u30ed\u30b0":21,"\u5c55\u958b":24,"\u7b49\u4fa1":[160,133],"\u63d0\u6848":[118,10,75],"cpu\u30b3\u30a2":46,twitter:[112,134,22],"\u30d5\u30a9\u30ed\u30fc":162,files:[124,55,163],"_full":145,"\u6027\u80fd":[8,46],memory:148,"\u72ec\u81ea":133,"\u7b97\u8853":133,normalizerauto:166,line:[],"with":111,"_load":59,pull:106,"\u5165\u308a":162,"default":[65,56],"\u5426\u5b9a":[160,133],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":134,limit:96,"\u66ff\u3048":3,"\u304a\u3055\u3089\u3044":112,highlight:[145,41],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[34,35,82,18,94,45,48,103,15,16,100,17,137,105,107,108,53,110,54,68,71,72],"\u304a\u77e5\u3089":[66,1,138,130],similar:60,"delete":151,"\u611f\u8b1d":[1,138,113,130,6,66,23,99],bigram:162,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":134,approximate:11,command:65,"\u69d8\u3005":157,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":162,"\u3067\u304d":39,"\u56de\u907f":148,"\u3054\u3068":67,"\u70b9\u6570":133,check:114,"\u306b\u5bfe\u3059\u308b":[67,88],"\u5bfe\u5fdc":[40,112,46],"\u7570\u306a\u308b":61,"\u4ee3\u5165\u5f0f":160,extract:75,storage:[],"\u3068\u308a":112,"\u914d\u5217":133,"\u3042\u3052\u308b":61,"\u306e\u307f":[157,134],grn:[35,82,18,94,45,48,103,15,16,100,142,137,105,60,107,108,53,110,54,68,71,72],"\u5168\u6587":[3,61,119,88,64,67],"_type":[53,11,153,56],users:162,truncate:115,"\u30c7\u30fc\u30bf":[12,162,39,3,56],worker:8,"-package":165,"\u30c7\u30d0\u30c3\u30ac":157,update:[43,134,111],"_query":8,"\u547d\u4ee4":150,"\u65b0\u3057\u3044":106,"_map":124,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":46,"\u4f7f\u3046":[11,8],drilldown:96,"-latest":134,"\u3088\u3046":[43,109,75],debian:[135,134],"\u4f5c\u308a\u65b9":73,"_count":124,"\u4f7f\u3044":129,macports:77,"-threshold":165,required:[],pseudo:52,"_offset":96,queryexpandertsv:156,"_memory":124,"\u5909\u66f4\u70b9":134,oracle:20,"\u539f\u56e0":61,"\u30c7\u30fc\u30e2\u30f3":91}})
1
+ Search.setIndex({envversion:42,terms:{clumns:124,"\u51fa\u6765":[38,67,78],"\u300calice":162,localstatedir:[138,165],"\u3082\u3089\u3063":3,four:[132,3],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[30,86],"\u811a\u6ce8":[11,3,39,62,29,155],"\u3082\u3089\u3048":112,"\u65e5\u672c\u4eba":43,"\u79d2\u60c5":23,"_column":[],"\u7b2c\u4e8c":[],"\u6b63\u5e38":[150,134],"\u30d5\u30c3\u30af":69,internally:[],"\u5b9a\u5024":6,"/projects":134,"&q":118,"&s":118,"\u7b2c\u4e00":[],"\u3044\u304f\u3064\u304b":[147,96,78,134,120,113,22,102,60,52,165,144,157,167],"\u89e3\u9664":[1,68,86,95],second:132,"\u4f5c\u3089\u308c":[66,150],"\u4e8b\u524d":[59,134,61,131,166,10],"\u30de\u30af\u30ed":[23,68,113],"\u30b7\u30f3\u30dc\u30eb":63,"\u5f15\u3044":133,increasing:124,error:[34,48,5,113,122,7,8,132,66],here:[34,118,111,163,124,132,8,75,43,55],onga:27,"&!":133,china:117,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":143,"&&":[61,161,96,128,133],"\u4e0e\u3048":[50,60,3,61,110,86,113,6,91,137],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[6,23,113],"\u4e2d\u8eab":[66,3,153,150],"_output":[],"\u30c8\u30fc\u30af\u30f3":[78,133,109,83,75,129,113,138,66,23,166,56],"\u7ffb\u8a33":[],"\u300c\"":86,"\u300c#":138,"\u300c,":141,"9e":166,"9f":4,unix:[122,165],txt:[74,106],"\u5ea6\u6d6e":39,"\u5bfe\u7167":102,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[],"_check":[66,68,157],"\u89e3\u6c7a\u7b56":112,"\u975e\u63a8":[11,113,6,66,23,56],music:[38,132],tokenize:[],"_flags":[],"[pkg":[6,23],until:[34,124,17],"\u30d6\u30ed\u30b0":[],"\u30df\u30ea":[12,23,39,64,133],"\u6709\u529b":136,"\u7f6e\u304f\u4f8b":165,"[os":66,"\u4e0b\u304c\u308a":61,karmic:157,"\u300cv":134,"(pos":[29,155],"_command":[],"\u7518\u6817":[],"\u6709\u52b9":[78,84,86,91,23,165,96,134,12,13,50,100,56,108,150,113,66,68,99,160,116,71,119,27,8],locked:34,"\u4e8c\u91cd":[66,113,160],"\u30e1\u30fc\u30eb":[0,106],"/functions":157,example:[38,96,3,117,12,118,64,8,124,43,91],"/blog":134,"\u6a2a\u5c71":[66,113],want:118,"*cache":16,"<groonga":150,travel:162,feature:[43,8,106],how:[],typed:[],types:[43,136,109,120,75],"\u63fa\u308c":80,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":113,"_resource":[2,68],"\u5b09\u3057\u304f":112,"\u901a\u5e38":[122,96,78,3,160,12,39,15,6,52,8,66,166,156,84],keeps:73,"\u500b\u5b9a":121,wing:[6,113],"\u3042\u305f\u308a":[23,138],vars:[34,45],"\uff11\u5bfe":121,"\u30d1\u30c8\u30ea\u30b7\u30a2":[],"/new":134,"\u6e1b\u7b97":[],"_ptr":34,"\u8fd4\u3063":[160,133],"_{":113,"-code":[66,134],"\u8fd4\u3057":[34,78,3,80,82,84,41,60,131,43,10,46,96,11,133,98,136,100,103,15,16,102,51,17,54,145,105,58,59,42,107,108,109,110,149,113,155,63,137,64,97,104,85,66,115,68,70,71,161,162,27,29,151,75,159],fix:[51,36,84],"\u8fd4\u3055":[50,96,65,136,110,6,114,68],"_s":66,"_desc":100,"_o":[2,153],"_n":[16,118,113],"_i":[2,153],fin:45,"_a":[2,153],"\uff08tokenmecab":61,"\u3046\u3063\u304b\u308a":113,"\u30d7\u30ed\u30c8\u30b3\u30eb":[],"-daemon":[118,55],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":11,"\u516c\u8f14":113,"\u3082\u3063\u3068\u3082":157,"\u30af\u30a8\u30ea\u30da\u30a2":10,"\u8a8d\u8a3c":[],"_select":[],represents:[],"(point":[29,11,155],"_deadlock":[2,153,68],timeout:[68,17],debug:[5,132,7,8],"_$":[136,56],"_\"":23,"@do":66,rd:[61,129],re:124,rf:[116,8],"post\u30e1\u30bd\u30c3\u30c9":113,moritapo:38,rc:[78,132,2],rm:8,ro:78,gregex:113,rk:[],"\uff01\uff09":[43,109],"\uff01\uff08":106,"\u3042\u305f\u3044":104,"\u5909\u5316":119,"\u5168\u90e8":153,".msgpack":4,"/limits":124,ringtail:[66,113],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[84,73],"\u307e\u308d\u3086\u304d":128,"\u771f\u507d":[12,133,39,113,160],libedit:[147,1,138,6,66,23,165],"\u5f31\u70b9":119,"\u8fd4\u308a":[64,96,117],"\u8fd4\u308b":138,"\u7d99\u627f":113,"\"localhost":91,"_locks":[2,153],"\u25a1\u25a1":112,"\u300cnew":162,"\uff08age":56,":bob":162,"2\u5104":[],mingw:[23,134],"nginx\u3089\u3057\u3044":66,"\u6607\u964d":[137,96],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[86,78,3,113,120],service:[124,126,109],"\u4f7f\u308f":[2,80,83,78,8,66,43,96,134,16,142,56,38,113,153,85,23,156,69,160,117,166,72],"\u533a\u5207\u3089":23,"\u533a\u5207\u308a":[158,50,96,78,3,4,117,12,119,39,86,6,136,141,75,133,160],"\u533a\u5207\u308b":[138,156],master:8,listed:[],"\u610f\u8b58":56,"\u8a8d\u8b58":112,"_db\u30d5\u30e9\u30b0":23,"'column":6,"{table":[102,96],"\u306e\u3059\u3079\u3066":46,"(comments":161,"-common":[6,13],project:133,"_update":[160,96,2,100,108],"*namebuf":[68,108],boston:162,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[],"\u4f7f\u3048\u308b":[160,86,113,6,66,23,165,69],"\u304b\u3069\u3046":[2,161,61,102,85,165],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[],"-port":[118,150,86],"\u300csubmit":134,"/max":66,object:[34,68,133,82,39,6,100,153,94,45,105],"\u7d22\u7528":[],"\"black":166,microsecond:132,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":114,letter:166,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":46,"\u533a\u5207\u3063":[96,78,120,153],"\u4f7f\u3063":[0,126,2,3,80,39,129,41,6,78,90,8,165,10,46,128,147,96,133,134,73,12,99,13,15,102,142,56,146,38,59,60,107,109,61,112,113,63,114,64,153,66,104,156,69,116,166,160,117,106,162,120,27,122,135,123,76,77,91],released:[36,134],camp:162,"\u4f7f\u3048":[96,78,160,117,167,85,113,63,8,133,142,23,56,144,69],"\u4f7f\u3046":[],"\u4f7f\u3044":[],"\u66f8\u304d\u8fbc\u307f":165,"\u66f8\u304d\u8fbc\u307e":21,unmanaged:114,"\u304by":113,"\u30d0\u30a4\u30ca\u30ea\u30fc":122,layout:134,".fedoraproject":116,"2byte":153,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":83,createrepo:134,"\u79d8\u5bc6":134,"\u30a2\u30d4\u30fc\u30eb":134,"_age":85,"\u91cd\u307f":[],tips:[],"\u30c8\u30d4\u30c3\u30af":134,"\u91cd\u3044":[119,96],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[],"\u958b\u3053":71,"\u5b9f\u9a13":[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":66,"\u91cd\u304f":61,patch:36,release:[90,134],unpatched:36,"\u69cb\u9020":[38,60,119,15,122,100,83],"\u5e83\u304f":134,"[linux":6,result:[60,4,27,100,11,153,43,67,55],fail:[],"<port":[150,86],"\u5206\u304b\u3061":119,wikipedia:39,score:[38,96,60,3,108,73,61,136,109,64,113,102,51,11,75,43,67,133,162,115,118],"\u611f\u3058":112,shidara:23,"\u554f\u3044\u5408\u308f":60,"\u539f\u99c5":64,country:[151,91,117],"\u66f8\u304d\u8fbc\u3093":[],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":166,"\u66f8\u304d\u8fbc\u3080":150,"\u540c\u69d8":[96,60,134,12,40,150,64,91,137],and:[34,96,36,118,100,75,27,163,113,132,102,64,48,8,124,111,43,67,68,55,17],"\u5931\u6557":[34,16,3,160,134,138,63,113,6,51,151,17,9,23,66,115,56],"\u95a2\u6570":[],diff:150,"\u5404\u7a2e":134,"\u6d88\u53bb":113,"\uff08node":69,"\u5360\u6709":68,")senna":156,correction:109,"\u30ab\u30f3\u30de":[96,3,133,117,50,141],worker:[],dave:85,"\u305f\u307e\u307e":46,"=query":118,"-message":[],"/function":134,"_sel":36,"\u3069\u3093":93,"#set":150,"\u3069\u308c":[122,84,96,46,56],"_set":[16,35,82,110,15,6,137,103,17,54,66,68,99,45],"\"sound":109,"\u65ad\u7247":27,"\u4ee3\u8868":119,"\u79d2\u6570":[122,96,133,12,162,39,70],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":113,reports:34,"_false":68,"\u3069\u306e":[96,78,117,109,40,11,165,155],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":23,"1\u4ef6":[61,162],"_rectangle":[],"\u3069\u3053":[23,165,66],"\u3002db":[23,60,3,91,15],"\u30df\u30ea\u79d2":39,"\u7121\u8996":[96,78,160,61,83,138,86,113,6,100,151,120,141,66,137,23,156],"\u5fdc\u7528":119,"\u3069\u3046":[1,89,71,117,5,112,62,96,6,61,7,139,8,21,95],"\u30e2\u30fc\u30c9":[78,3,60,91,66,30],"\"blt":141,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[78,109,61,129,137,56],"_skip":113,"_element":35,"\u30c4\u30fc\u30eb":[],"_result":[100,2],sleepy:101,normalzer:42,"\u4e00\u6c17":134,"\u5317\u4eac":11,"\u300ccharlie":162,has:[34,36,134,163,100,48,132,124],hat:[],"*vars":[34,45],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":6,"\u7c21\u7565":113,"\"content":[96,160,133],"\u9001\u308b":[0,153,46,106],"\u9001\u308a":[153,134],"\u30d0\u30a4\u30ca\u30ea":[90,134],"_broken":2,"\u8d8a\u3048":61,unique:118,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":40,">command":4,"_error":[34,2,153],"_ascending":137,alice:[96,160,162,102,51,8,85,115,46],"-unauthenticated":[6,135],"\u30d4\u30ea\u30aa\u30c9":[63,67],"\u30cf\u30a4\u30d5\u30f3":[3,56],sebastian:66,right:48,old:[],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[86,78,3,120],truncated:113,begin:158,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":6,"\u5358\u8a9e":[],"/ngx":8,"\uff08score":96,groogna:[99,46],"\u9001\u3063":[74,0,76,106],"for":[34,36,132,133,118,163,39,27,22,124,6,11,48,8,75,43,68,162,55,17],bottom:[23,48,29],quetzal:6,".asc":134,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":113,ichii:23,yoku:[66,113],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":68,"\u5206\u985e":[12,117],standalone:55,"\u3067\u3082\u3046":[],"\"starttime":4,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\u306a\u3055\u3093":76,"\u65e2\u5b9a\u5024":126,"\u305b\u3044":113,"_size":[34,60,108,18,15,100,53,137,68,72,45],".am\u30d5\u30a1\u30a4\u30eb":134,"\u89e3\u91c8":[138,60,160,141],waits:[34,17],"_range":[2,68],support:36,offgao:[],"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":85,joseph:128,"\u305b\u306a":[160,133],"\u5c71\u672c":66,"\u3086\u304d\u3072\u308d":128,thesaurus:96,"\u3044\u3046":96,"/tsv":[156,9],"\u5fa9\u65e7":99,"\u8981\u7d20":[50,2,3,73,84,150,27,113,6,100,60,122],"\u30d0\u30f3\u30c9\u30eb":[66,113],"\u3002sortby":96,"\u306e\u304b":[162,129],"\u9006\u5f15":38,"_sequence":[2,153],"\u306e\u3044":[65,5,119,39,86,50,11,100,7,153,60],"_records":[6,113],"''":160,exist:[],"'\"":[6,113],"'.":[68,106],"'-":[86,113],"',":[66,68,163,75],"')":[158,96,160,86,50,66],"'(":[86,160],"\u306e\u306b":[],"\u306e\u3061":96,relax:124,"\u306e\u3067":[126,3,129,6,90,8,66,131,46,96,11,134,12,102,106,59,61,148,112,113,161,85,23,67,156,119,27,122,162,30,56],"*nvars":45,"\u3001_":3,"\u306e\u307f":[],"'t":[43,75,8,124,17],"'s":[101,96,160,50,161,132,122,133,106],moero:38,"\u3089\u308c\u308b":[60,108,119,129,113,6,137],"\u88dc\u3046":119,"'a":161,"\u305b\u308b":[126,60,119,145,41,102,30,157,56],"'n":86,"'m":[101,162,67],"-latest":[],"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":[],"-tar":20,"\u305b\u308c":119,"\u6bb5\u843d":[63,84,108],"_count":[],"'\\":160,"\u5165\u529b\u30df\u30b9":109,time:[162,109,61,136,132,75,150,113,124,6,12,43,23,159,118],push:[134,106],"\u304a\u3053\u306a\u3063":3,":/":[3,4,86,90,8,92,165,46,147,97,134,73,12,13,16,141,106,38,20,64,91,69,158,116,117,118,135,30,77],":(":[],"\u53cd\u6620":[119,60,134,124],"\u7b26\u53f7":[],":$":[133,160,128],"\u6d41\u308c":[],"-prefix":[],":#":66,"\u5c0f\u897f":113,":=":[96,160],":>":[96,160],"\u3002rroonga":142,"::":[2,4],"-search":66,millisecond:17,"\u3042\u307e\u308a":[67,112,100],"\u7aef\u672b":119,"_builtin":[23,68,71,53],"\u6700\u7d42":[96,71,73],dragonfly:138,"\u500b\u5225":134,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":6,"-root":[30,138,86],":c":[72,71,108,15],lru:104,"\u7d20\u6734":117,exact:60,"\u3002travis":69,minute:132,".body":[31,80,95],"\u30b9\u30af\u30ea\u30d7\u30c8":[],"{language":106,"\u6e08\u307f":[147,50,116,78,108,134,109,112,39,13,63,113,6,135,43,23,156,10,126],"-base":[118,55],":@":[38,96,3,160,12,162,102,91],":\\":90,":^":[160,128],":[":150,":public":134,"\u4e00\u6b69":3,"\u7d50\u3073\u3064\u3044":121,"\u305f\u3055\u3093":[23,1,113],"\u7d50\u3073\u3064\u304f":121,sign:134,"\u5316\u4f5c":134,makecache:[6,116],"\u4e8c\u9805":133,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":66,".ncpu":77,"\u7d4c\u904e":[122,65,133,12,162,39,70,17,23,68],"\u30bf\u30d6":[156,4,153],takashi:[23,151],"\u540d\u7b49":68,"\u4e3b\u8981":123,current:[],"'='":86,"\u76ee\u5b89":134,"\u63a8\u9032":113,"\u30bf\u30b0":[],"gmo\u30e1\u30c7\u30a3\u30a2":66,"\u6d41\u3057":134,address:[6,23,153,118],"\u30a2\u30ab\u30a6\u30f3\u30c8":[66,134,22],"\u4e3b\u30ad\u30fc":[],"\u4e00\u62ec":[],queue:121,"\u8b66\u544a":[96,65,138,113,6,66,99],"\u3002offset":82,"\u5ea6\u6570":[12,23,64,133],ipa:147,pentium:150,prefer:118,"\u6587\u5b57\u5217":[],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[60,86],bookmarks:73,"\u4e88\u3081":[39,86],"{\"_":[38,96,133,12,64,85,160],"|table":56,"\u30d5\u30a9\u30ed\u30fc":[],"/header":20,"\u3060\u3063":[6,61,96,65,100],"``":[1,108,138,15,16,72],"\u5168\u4e16\u754c":113,"\u3060\u3068":112,visual:[6,23,90,113,66],"\u30ec\u30d3\u30e5\u30fc":134,"_gt":137,"\u3002obj":68,"-aki":66,"_alloc":[34,66,72],values:[50,68],"\u3060\u3057":[23,150],"\u5024\u8a18":133,following:[34,108,118,163,132,111,124,55],"_limits":[],locks:[34,27],logrotate:6,allowed:55,"\u5897\u3084\u3059":[96,157,73],"\u6a19\u6e96":[1,89,3,5,86,7,8,93,95,65,50,139,141,21,143,62,63,114,66,99,158,70,30,31,125,91],chroot:134,"\u30d2\u30e5\u30d9\u30cb":[11,155],parameter:[118,124,100,48,45],applications:27,date:150,such:[118,27,163,6,75,43,55,106],data:[],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[],"/dictionary":138,ss:[132,133],"/javascript":23,st:[78,133],sh:[134,69],so:[43,100,68,124,111],sa:[136,109],se:[43,78],"\u540c\u3058\u6570":[86,8,46],"[yum":6,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":66,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":141,"\u30a2\u30c9\u30ec\u30b9":[23,100,86,91,150],"*query":[94,72],jis:137,"\u540c\u671f":[150,134],instantly:27,"\u4f7f\u308f\u305a":102,records:[132,48,75],"\u8d85\u3048\u308b":[6,12,148,137,83],matched:[118,48],config:[1,65,90],"\u7570\u5e38":[114,150],"_dat":[],"_dataset":[130,55,163,75],"\u3084\u308b":[],"\u5927\u95a2":66,"\u4e26\u3073":[129,133],"\u4e26\u3079":[],"-terminated":[34,45],gtar:20,"\uff1f\u300d":117,indexblog:67,"\u30d8\u30c3\u30c0\u30fc":[],"-offset":96,fu:78,"\u8a73\u7d30":[126,78,3,39,6,8,9,94,147,96,165,73,13,102,54,84,106,61,150,113,64,66,157,116,117,122,135,30,56],"\"search":[43,109,160,75],"\"type":136,formula:134,"\u6700\u5c0f\u9650":8,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":83,mime:46,"byte":[108,150,27,6,100,153,68],"\u7d20\u65b9":119,"\u30d9\u30af\u30bf\u30fc":[],"\u4e00\u610f":[63,86,52],one:[34,124,27,55],submit:[118,43,136,109,75],"*expr":72,open:[],city:[162,11],"\u5bfe\u7b56":[],"\"sphr":155,"=encoding":[],"\u884c\u756a":[122,23],"\u8fd4\u4fe1\u5143":162,"\u8fd4\u4fe1\u5148":162,"\u306b\u5bfe\u8c61":23,translate:[106,111],"\u540c\u6642":[96,65,119,121,150,64,15,100,137],fumiyasu:23,"\u4e16\u754c":[11,12,39,29,64,155],argument:133,sae:[136,109],say:133,"/span":[145,27,41],"/ubuntu":[6,126],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":113,"\u30ea\u30b9\u30c8":[50,96,156,3,160,134,38,32,40,86,166,6,92,93,133,72,106],uuuuuu:133,"\u5ea6\u5408\u3044":61,note:[34,118,124],"\u30cb\u30db\u30f3\u30b8\u30f3":43,"[[\"":114,"\u5fdc\u7b54":[119,113],buffer:[114,68],"\u5148\u982d":[82,96,68,3,8],compress:63,"\u30b9\u30da\u30fc\u30b9":[23,96,113],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[],"\u672b\u5c3e":[82,137,68],"\u9589\u3058":[23,83],"\u4ef6\u6570":[96,3,61,129,50,100,52,68],"\u5217\u6307\u5411":[119,86],"_cursor":[],xml:[],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:166,"\u5927\u4e8b":[156,160],"\u4e00\u6642":[],"\u3068\u3057\u307e\u305b":17,"_defrag":68,"\uff08tokenbigram":61,resource:153,".php":134,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[],"\u76f4\u63a5":[162,141],"\u8868\u3057":[65,3,39,40,122,2,52,60],"\u7a7a\u767d":[78,3,160,61,119,86,50,75,120],"\u7528\u79d8":[],"\u898f\u5247":6,".content":[96,133,101,161,124,67,160],"\u306b\u3068\u3063\u3066":[78,112],sites:141,"*column":108,"\u5927\u4e08":0,"\u4f9d\u5b58":[],jobs:150,"\u4e0a\u554f":126,"\u5e73\u5747":66,"@tomotaka":23,many:[124,163,73],"\u8fd4\u3059":[1,89,5,86,6,7,46,95,133,136,15,139,21,108,150,62,113,70,64,153,85,23,159,138,31,72],"\u30b3\u30ed\u30f3":63,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":[],"_otoj":157,expression:[118,124,59,96],")offset":[137,100],"-mecab":[147,116,13,113,6,135,66,77],"_t":2,"\u5404\u7d22":3,"(xxx":113,"\u3002http":113,"\u542b\u3080\u5024":[86,3],"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":66,"\u5468\u4e0a":155,"_synonyms":156,"*added":100,"\u898b\u4ed8":113,"'ja":106,enable:[],readings:43,"\u6607\u9806":[96,3,117,64,100,137,68],"\u5b9f\u884c":[],"\u8fbc\u307f":[21,156],"-bye":[96,160,133],"\u304a\u3051\u308b":[57,38,3,160,12,119,39,113,6],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":127,"\u7406\u89e3":[96,3],"?table":[8,46,91],ctrl:91,"\u4e0d\u5909":52,ivh:[147,116],"@lists":[134,22],".md":134,pthread:[23,113],"\u3002squeeze":157,ascii:[160,133],"\u633f\u5165":[3,134,82,86,27,6],binary:[119,39,4],hostname:[30,86,8],"_filter":[],"<path":[86,55],"_setoperation":100,"\u3002\u3057\u304b\u3057":[96,11,73,119,39,109,101,51,123,23,166,46],"\u5206\u5c90":157,"_at":[61,138,15,6,100,68,99],"error\u30bf\u30b0":6,allocation:[],"\u8ab2\u984c":[],cmake:[6,165,90,113],"\u5b9f\u88c5":[59,11,96,6,8,30,131,23,66,167,46,106],"_date":134,tracking:[],takahiro:138,customized:132,"\u5217\u8868":39,wiedenroth:66,"\u6b53\u8fce":76,"_normalize":[101,96,36,3,80,61,162,160,27,166,6,102,100,124,67,133,56],"\u53d6\u308a\u51fa\u3055":12,"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":66,"\u53d6\u308a\u51fa\u3059":[12,137,60,107,138],"_retry":2,"\u56db\u89d2":[],"(x":66,"\u6771\u4eac\u90fd":[61,129],"[token":113,"\"utf":110,"(r":150,rest:34,gdb:157,"(a":69,"_pack":[],"\u3046\u3061\u3044":86,"([":58,"(_":[43,136,109,133,75],"\u30d1\u30e9\u30e1\u30fc\u30bf":[],"\u3042\u3052\u308b":[],haystack:60,dcmake:90,"\u6c4e\u7528":[150,86,8],"\u639b\u3051":133,"(>":60,"(<":60,"(=":[2,133,60],res2:100,"\u91cd\u307f\u3064\u304d":66,"((":[96,73],"()":[],"(.":[67,134],"(-":133,"(\"":[11,3,110,86,27,41,113,6,102,145],"(!":60,"('":[63,96,3,160,86,50,52],intel:150,"_but":60,"\u95a2\u308f\u3089":150,"\u4ed5\u7d44":[46,106],conditional:136,yyyy:[132,133],";b":[145,41],".load":150,ddl:61,lucid:[138,113,134],"/httpd":[126,8],"\u8a18\u4e8b":[101,67,134],"\u5168\u6587\u691c\u7d22":[],"_printf":66,";/":[145,41],"package":[],"\u5ec3\u6b62":65,favorite:106,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[23,46],"\u304b\u3048\u308b":161,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[166,120],"\u30ec\u30d9\u30eb":[5,6,7,86,66],"\u7b97\u51fa":[6,96],"\u306b\u3042\u308a":[120,56],"\u6df7\u305c\u308b":73,"\u7403\u9762":[11,155],"_prefix":[],"<encoding":86,"\u30e9\u30f3\u30ad\u30f3\u30b0":3,emacs:106,recommends:124,"\u30aa\u30fc\u30d7\u30f3":[6,16,113,23],complete:[118,43,99,10,136],"/pull":134,clones:111,"_empty":[2,153],"with":[],"_load":[],"_types":[120,46],pull:[],"\u697d\u3057\u3044":[61,129],reqular:118,"\u304a\u77e5\u3089":[],gone:38,ac:166,uid:134,"| y":113,"\u30ec\u30b9\u30c8\u30e9\u30f3":119,am:[27,41],an:[34,124,100,48,8],"| n":133,as:[34,78,118,27,163,124,6,8,111,43,55,106],ar:[61,78,129],at:[36,162,111,48,124,132],"| c":133,"| _":64,"\u3002messagepack":[122,165],shimomura:6,"\u4e00\u65b9":[3,160,102,12,119,27,41,61,161,67,133],"\u30c7\u30d0\u30c3\u30b0":[114,78,8],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[6,150,90],"\u9806\u4f4d":82,"\u304c\u3068\u3046":[],queryexpandertsv:[],"_such":[2,153],original:[128,141],"\u5897\u5206":96,"\u6587\u6cd5":[],senna:[],"\u4ed8\u968f":[89,62],"\u30c7\u30fc\u30bf\u30d9\u30fc":23,"\u5408\u8a08":[57,96,61,83,150,114,148],"\u6e80\u3055":113,"-talk":[113,22,134],"\u548c\u5e83":113,"\u901a\u4fe1":[],to:[],tail:[153,134],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],homepage:150,tc:[137,107],returned:[34,48],"/other":8,"\u30ab\u30c6\u30b4\u30ea":[96,78],"/rurema":66,"\u3002column":[60,3,108],condition:133,"(popular":96,large:124,adjust:96,"\u5909\u308f\u308b":[61,145,27,41],"\u5909\u308f\u308a":[114,64,129,104],"\u4e0d\u5b8c\u5168":23,"\u300c\u6771\u4eac\u90fd":61,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[66,78,120,113],"&gt":[145,27,41],"\u5927\u5225":12,pass:8,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":6,"\u7701\u7565":[],"\u7d22\u6642":138,"\u5897\u52a0":[96,113],"\u3067\u306b":[61,101,9],section:[34,18,108],"\u30ea\u30c6\u30e9\u30eb":[],"\u5927\u5207":119,"\u6700\u65b0":[23,134,22,104],"\u3002timeout":68,"_modified":162,method:8,contrast:8,full:[78,27,134],hash:[83,162],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":78,"\u30ce\u30a4\u30ba":[61,109],sender:[118,55],"\u975e\u516c\u958b":134,"_compare":68,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":96,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":6,"\u306b\u3059\u308b":46,via:75,followee:162,tokenizer:[],"\u30ce\u30fc\u30c9":[6,137],"\u7121\u540d":[100,68],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[],follower:162,"\u3067\u3059":[2,3,4,6,78,8,9,10,65,74,13,15,16,17,18,20,161,23,26,27,30,32,12,39,40,41,42,43,45,46,147,50,51,52,149,55,56,57,59,60,61,63,64,11,66,67,68,69,72,135,75,76,104,0,80,83,84,86,88,90,91,93,165,96,97,73,101,102,100,105,106,108,109,145,112,113,114,115,116,117,118,119,120,122,124,126,127,129,131,133,134,136,141,142,148,150,151,153,85,155,156,157,158,160,162,166,167],select:[],"\u3002\u3002":40,mecab:[147,1,36,134,119,13,113,6,135,138,23,165,116,77],"\u7406\u95a2":45,"\u4e0a\u8a18url":134,more:[34,124,153,27,55],"\u30c6\u30ad\u30b9\u30c8":[78,134,73,150,145,138,120,27,41,113,6,97,166,106,72,56],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":38,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[127,73],"\u518d\u5229":[83,96,52,66],"_argument":[137,100,2,153,68],"_messages":[134,106],endpoint:[118,55],"_adjust":[96,94,60],learn:[118,55],"\u6bd4\u8f03":[],scan:157,"_descending":137,accept:138,states:151,gronoga:8,information:132,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":23,"\u3002lzo":63,"\u300ccommand":30,"=dat":99,"\u52d5\u7684":[],"\u5b9f\u884c\u4f8b":[],"\u5019\u88dc":[43,136,10,109],"\u306b\u3059\u3050":101,"\u30fb\u81ea\u5df1\u7d39":162,"\u8aad\u307f\u51fa\u3057":119,github:[0,63,134,106,113,6,66,92,23,165,69],tokenbigram:[78,3,80,83,129,86,41,93,96,133,101,102,149,56,109,61,145,161,67,160,162,27,124,32],register:[],"\u6e0b\u8c37":[],replied:162,"\u666e\u53ca":119,sysctl:[148,124],"\u52d5\u753b":38,"\u8f09\u305b\u308b":134,replies:67,installer:134,its:[34,43,132],saucy:[66,13,113],".rpm":[147,116],confiugration:124,"\u63a5\u7d9a":[],"[tokenizer":[6,113],"_weight":[63,66,84,108,73],salamander:[66,13,113],"_ci":166,"\u6271\u3044":[12,43,65,129,167],"\u6271\u3046":[2,133,61,148,113,22,119,99],"\u6271\u3048":[88,15],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":6,"\u5c0f\u306a\u308a":[],always:124,messagepack:[],"\u6271\u3063":[162,1,113],"\u30ad\u30e3\u30b9\u30c8":[160,162,138,113,6,99],"[doc":[6,23,99,113,66],found:[100,48],".offset":100,"\u534a\u89d2":[137,166,3],"\u540c\u7fa9":156,"\u9ad8\u901f":[38,1,60,3,160,167,83,127,40,86,113,11,133,119,23,155,46,56],operation:[48,153],"\u6271\u308f":[96,78,160,12,40,150,113,15,6,61,66,166],really:[96,160,133],"\u524d\u8005":[64,166,156],"_entries":[16,104],"/raw":69,"\u30de\u30eb\u30c1\u30b3\u30a2":119,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/rab":[64,3,117],ftb:36,"/etc":[126,134,148,6,135,8,124,156],"\u6975\u4ed8":[11,155],"_hit":[91,70,3,4,8],"\u3053\u3053\u3067":134,"\u30a6\u30a7\u30a4\u30c8":63,pairs:43,"_user":[],"\u3002\u3069\u308c":118,"-keyring":[6,135],number:[],"_pipe":[2,153],"\u3059\u3079\u304d":60,"\u7d42\u308f\u308b":[101,160,133],"\u30b3\u30d4\u30fc":[108,134,82,100,6,51,141,68],"|enable":78,needed:[8,111],introduction:[],"\u30ab\u30b9\u30b1\u30fc\u30c9":[],"\u3057\u304b\u3082":167,">\u3001":139,"_stack":2,"\u642d\u8f09":119,dpkg:134,"\u5b66\u7fd2":[],"\u56de\u547c":138,"\u62bd\u8c61":16,listen:[6,86,8,46],"\u60f3\u5b9a":[70,38,141,114],"\u5b9f\u969b":[57,38,96,61,113,67],toybox:12,"_nofile":[132,113],"\u52d5\u74b0":158,"*data":82,"\u66f8\u304d\u63db\u3048":[134,69],gted:106,qps:[158,150],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[138,86],self:150,"_lock":[34,23,68,17],also:[96,133,118,27,43,160],internal:66,"\"theatre":80,"\u8a18\u53f7":[61,86,129,3,138],play:80,"\uff08todo":133,brooklyn:162,"\u306e\u3069\u3061\u3089":[96,133],"\u3060\u3055\u3044":[0,126,3,6,8,92,165,46,96,133,134,73,13,106,20,153,66,156,157,69,166,160,117,119,122,123,76,56,91],"\u5b57\u5217":[23,39,66,160,56],exe:[90,134],"_uint":53,cover:27,umemoto:23,arted:133,ext:78,"\u6d3b\u304b\u3059":96,"<limit":86,"_processes":[],microsoft:90,"\u3057\u304b\u3057":[96,133,61,129,67,156,46,106],"/command":[8,91],xcode:77,session:118,"-memory":138,"\u6570\u3048":117,"\u77e9\u5f62":[29,64,119],"\u5143\u6c17":113,columnn:6,"\u9577\u578b":[137,84],"\u6642\u306b":23,failed:17,"\u51e6\u7406":[1,2,82,120,129,41,6,78,8,46,96,133,52,106,60,150,113,64,153,66,160,119,138,26,27],factor:[66,96],"\u5225\u9014":[39,68],"\u30bf\u30fc\u30b2\u30c3\u30c8":6,columns:[50,96,127,138,163,6,124],"]]]":[61,136,139,133],"\u5fc5\u305a":[96,65,127,100,153,56],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":46,"\u3082\u3057\u3054":6,"_point":[38,48,155],"\u30ed\u30b0\u30ec\u30d9\u30eb":[86,8],"-github":134,bytes:[34,57,45],"\u6c7a\u3081":56,"\u7528\u610f":[96,60,134,109,150,11,75,165,43,68,10],"\u3082\u3057\u304f":[147,160,134,12,148,39,27,41,113,6,100,91,85,137,133,67,145,8],set:[43,68,150,124],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[63,1,138,113,6,66,23,165,157],see:[34,124,111],sed:[6,23],sec:17,"\u547c\u3073\u5143":15,sea:[43,78],sen:36,"\u8a00\u8a9e":[],juman:147,currently:[8,71],mutex:[34,113],"\u65e5\u4ed8":[119,11,134],"\u3068\u3068\u3082\u306b":12,"\u3082\u3057\u308c":156,available:[34,36],"<span":[145,27,41],"\u7a7a\u6e2f":[],"\u304c\u3064\u3044":[6,83,96,138,73],javascript:[],"\uff09\uff08":56,"\u3082\u304d\u3061\u3093":8,"interface":118,"\u500b\u4eba":165,"\u6790\u5668":119,"_already":[2,153],"\u77e5\u308c":[131,120,59,112,67],last:[6,162],"\u4e00\u8cab\u6027":112,"\u77e5\u308b":117,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[119,150,142],"\u578b\u5909":23,connection:153,rose:12,"<#{":132,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":113,load:[],");":[16,60,72,108],"):":[126,134],"@ceekz":113,"-adjuster":[96,73],except:124,"))":[96,156,133],"\u30ca\u30ce":[122,138],")-":134,"),":[63,113],").":[118,27,134],"_exec":[2,72],")\"":[97,160,27,113,80],".htpasswd":[8,46],")'":[38,162,160,109,136,145,27,41,161,64,75,43,133],"[rpm":[6,23,99,113,66],tablename:65,"\u7c21\u6613":[126,11],"\u63a2\u3057":[119,150],"\u30d1\u30e9\u30e1\u30bf":[34,35,48,107,71,68,82,53,110,100,15,16,137,103,17,54,94,72,45,105,108],shinya:6,func:[34,45,15],"\u3067\u307e\u3068\u3081":156,handling:124,")]":113,"-api":74,"\u3067\u306a\u3051\u308c":133,"\u5236\u9650":[],"\\(":160,"-apt":13,formats:132,"\u30b0\u30cb\u30e3\u30e9":[],"_nromalize":166,"\u632f\u821e\u3044":[6,66,85,113,102],"\u63a1\u7528":[61,119,91],"<=":[133,162,8,113],binding:[145,36,41],"\u5316\u524d":52,"</":[145,97,4,41,27],"<-":46,"\u8a00\u3044":[161,127],"\u4e00\u7fa4":60,">\n<":4,swig:36,"\u56de\u52d5":150,alert:[5,66,7,8,132],levels:8,ifexists:50,stack:[113,153],"\u7121\u99c4":119,"\u8981\u6c42":[112,3,113,161],"-path":[],"_file":[2,122,8,156,46,153],"/senna":141,mysql:[147,96,36,134,73,119,145,13,120,27,41,135,156,116],"\u5316\u51e6":[23,52],"\u30bd\u30fc\u30c8":[],"3\u4ef6":[],"_files":[2,153],location:[],input:[50,43,122,153],emergency:[132,8],format:[34,36,4,118,132,106],"\u30cf\u30c3\u30b7\u30e5":[6,70,134,114],"\u30bd\u30fc\u30b9":[],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":134,"\u540c\u7b49":[129,150],"continue":66,"_nabe":66,"\u4ed5\u65b9":[],"\u30d6\u30ed\u30c3\u30af":[119,8,113],"_flow":[2,153],"_bool":[138,68],"\u30af\u30ed\u30fc\u30f3":165,"\u65e2\u77e5":165,"-mruby":66,bi:[61,129],"\u4e0a\u4f4d":[61,100],wget:[147,116,20,13,135,165],by:[],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[66,126],"\"yu":141,"\u3068\u308f\u304b\u308b":134,garbage:[114,113],into:[118,75],"\u3088\u308a":[39,129,6,43,165,96,11,133,73,12,101,137,56,60,61,150,113,23,67,155,156,160,117,162,138,123],"|key":[96,3,80,61,162,160,27,101,102,128,124,67,133,56],"\u30d5\u30a9\u30ed\u30ef\u30fc":134,pcre:6,span:[145,97,27,41],"\u56fd\u969b":106,"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],"\u5074\u9762":119,"\u6574\u3063":157,opens:[124,48],"\"keyword":96,link:[12,91,117],line:[122,8,69],"\uff08ci":69,posted:162,"\u8868\u3059":[58,60,38,12,40,63,11,78],"\u3088\u30fc":[],up:4,".am":111,ul:78,"\u5206\u89e3":60,"\u3054\u307f":[112,113],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[],parses:[],"char":[34,71,53,110,15,100,68,72,45,108],"\u3054\u3068":[],"\u3075\u308a":136,"\u304b\u307e\u3044":3,parsed:[],defines:163,codes:134,taro:38,">uptime":4,logyyyymmddhhmmss:118,"=null":[96,78,104,56],invalid:[34,118,96,153],"\u8868\u308f":68,"\u898b\u4ed8\u3051":113,"\u7acb\u3061":122,elements:73,".dump":23,"\u53f3\u8fba":[23,138],"(nginx":126,"\u6307\u5b9a":[],"\u4e00\u7dd2":[1,11,3,73,61,96,6,126,56],"\u3088\u304f":[96,85,73],"\u3088\u3046":[],"\u3088\u3044":[96,160,117,67,68,46,106],"\u3088\u3073":60,age:[84,96,85],"/wgs":64,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":113,oracle:[],"\u3088\u3063":64,"\u8a66\u884c":119,hello:[101,133],code:[122,132,4,106],partial:60,"\u3067\u307f":119,",\"title":3,results:[6,118,100,27],existing:[55,111],"/sysctl":[148,124,77],"\u3067\u3064":[],"\u843d\u3061":[138,113],"\u3067\u306f":[66,15],"\u3067\u306e":[122,27],"-lzo":[],"/json":[23,8,46],"\u3067\u3069":136,"\u3067\u3057":[20,12,133,66],"\u8a2d\u5b9a\u6e08\u307f":126,"\u306a\u304a\u3053\u306e":150,":..":96,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[23,138],"\u3067\u3044":[12,162,96,133],"\u30ea\u30af\u30a8\u30b9\u30c8uri":8,"\u3067\u304f":[96,73,123,76,156,69],"\u3067\u304d":[],"{user":124,"\u7279\u306b":[60,134],"[snippet":[66,27],"'now":162,"\u8ca2\u732e":113,"\u3002time":[],"\u983b\u5ea6":136,"\u6368\u3066":23,".clean":134,"\u5f15\u304d\u7d9a\u304d":113,"try":[162,17],"\u6b8b\u308b":23,">rroonga":[145,41],"(wgs":64,o0:134,"\u30aa\u30d7\u30b7\u30e7\u30f3":[],"_posting":[48,107],"\u4e00\u81f4\u3057":[96,129],video:38,".xml":4,index:[38,48,107,108,134,18,84,27,36,124,66,67,133,160],directive:8,"_operator":[100,94,72,48,108],"\u306e\u3067\u3057\u3087":96,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":90,"\u30ef\u30fc\u30ab":8,"\u5224\u65ad":[71,133],drill:[],"\u5fc3\u304c":157,respectively:[],nargs:72,"\u516c\u958b":[23,138,113,134,66],"?parameter":8,let:101,ubuntu:[],ctx:[34,71,121,15,16,100,68,72,45,108],"\u73fe\u308c":78,"\u3067\u3082":[0,2,3,83,129,41,6,90,8,43,165,147,96,134,13,102,56,61,150,113,63,161,64,153,23,67,157,116,119,27,135,123,106,91],grnslap:[],buffered:18,"\u8d85\u904e":[148,113],firefox:106,"\u767a\u4fe1":134,"\u30c7\u30b6\u30a4\u30f3":6,"\u9014\u4e2d":[134,109,86,6,153,43],"\u3046\u3048":[6,23],"\u4ee5\u964d":[97,134,145,40,86,113,41,138,91,66,23,166,157,106],"\u3059\u304f":161,zip:[],illegal:153,"\"sea":43,"\u3044\u304f\u3064":76,next:[48,45],"\u3046\u3061":[65,108,40,6,114,100,60,85,137,23,68],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":67,"\u30af\u30a9\u30fc\u30c8":[78,120,160],"\u3059\u308b":[],"\u7d4c\u7def\u5ea6":[],"\u3059\u308c":[3,160,117,119,145,85,150,100,9,133],src:100,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[],occurred:[124,48],"-leaner":55,central:162,"\u3059\u3093":[],"_escape":[],"\uff08groonga":119,"\u4f7f\u3044\u65b9":[],"this":[34,96,3,80,12,132,160,27,163,124,6,118,91,133,111,43,68,46,8],"\u6b8b\u308a":[96,65,156,56],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":6,"\u6e21\u3055":[6,11,60,45,113],"\u6e21\u3057":[50,60,3,91,160],"\u6e21\u3059":[99,3],"\u5171\u306b":[68,108],"\u6b8b\u3063":[138,113],edict:66,"\u3002\u3064\u307e\u308a":[96,160,3,17,80],"\u306f\u6708":133,process:[],lock:[68,17],"_estimate":[23,48],"\u7d30\u5206":12,"\u3059\u3050":[119,46],"\u6301\u3061":[96,78,127,84,86,60,8],"\u6301\u3063":[96,42,160,73,119,84,109,112,6,78,149,166,120,133],"\u6301\u3064":[38,96,42,3,133,117,109,12,119,84,40,86,50,161,100,11,52,149,23,166,121],"\u6301\u3066":84,"-enable":[76,138,111],"\u3059\u3067":[101,51,78,129,134],"\u3059\u3079":[96,65,141,83,153,150,78,8,60,23,43,66,162,115,46,95],"\u6b8b\u3057":96,defalt:138,"\u9664\u7b97":[],"-gqtp":[],"\u3044\u304f\u3089":119,"_')":[63,52],"\u4e26\u3073\u9806":64,">starttime":4,tomotaka:23,"\u8a2d\u5b9a":[],alloc:[91,70,3,4,8],"\u4f53\u8fd1":155,"\u578b\u540d":84,element:[133,73],"\u9078\u629e":[96,11,134,119,66,72],allow:[6,135,96,160],":\\\"":50,tokentrigram:[149,78,32],"[httpd":[6,66,113],"\u8abf\u3079":[82,29,68,117,155],"\u30ab\u30d0\u30fc":157,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":73,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":158,yamaguchi:23,"\u3092\u3064\u3051":[96,160],"\u6539\u884c":[99,23,86],"_unavailable":[2,153],"\u6587\u66f8":[],"=platform":[],total:[114,150,124],hobby:132,"\u5de6\u4e0a":[29,1],"\u5de6\u4e0b":1,"[space":160,python:[134,111],billiard:[61,129],lzo:[6,23,165,108,153],"\u4e00\u6642\u7d50\u679c":6,"_per":[23,15],"_implemented":[2,153],"/master":[106,69],"\u7121\u9650":[6,66,138],".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":69,libmecab:[135,13,134],"-patch":106,"\u753b\u9762":[66,1,134],frequency:[43,109,75,136,66],"\u30b3\u30e1\u30f3\u30c8id":162,"-fd":[118,23],"\u3002\u7701\u7565\u53ef\u80fd":145,"\u4ed5\u69d8":[],"\"\uff08":43,"\"\uff09":[12,43,1,64],"_friends":38,"\u30bb\u30b0\u30e1\u30f3\u30c8":[66,31,68,114],"3ki":138,"\u591a\u304f":[96,3,12,86,27,61,8,23,167,126,56],"\uff08\u300c":[61,166],owner:8,"\u5897\u5927":11,"\u5bb9\u91cf":[114,96],"\u30cb\u30db\u30f3\u30b4":43,behaves:118,system:[96,160,20,39,27,124,133],"-keys":134,"\u30b9\u30da\u30eb":156,"\"weight":12,"\u304b\u3061":[96,129],"\u304b\u3064":[137,96,129,113,133],"_logger":6,"\u304b\u3069":[96,160,61,148,85,29,64,8,136,66,155],"\u756a\u76ee":[96,78,3,160,12,84,120,113,100,137,133],"\u8ffd\u8de1":[],itagaki:138,"\u500d\u7cbe":39,"\u6253\u3061\u5207\u308a":113,"\u304b\u3051":[113,95],"\u9650\u6587":[23,56],"_results":100,"\u304b\u305a":[6,66],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,"false":[89,128,5,39,7,95,133,134,12,102,51,139,21,145,62,113,63,161,151,85,66,115,160,138],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"2grn":66,"*s":66,"_charlen":34,"\u304b\u3082":[59,42,112,120,122,149,51,131,67],documents:[102,27],"\u304b\u3089":[],"\u3044b":[61,129],tokendelimitnull:[149,32,130],"_const":[66,60,72],"\u3069\u3061\u3089":[0,126,3,120,15,127,67,10,46],"*init":45,"\u6a5f\u80fd":[],"\u3089\u308c":[16,96,78,3,80,83,84,138,112,113,15,6,119,60,93,23,67,151,95],"\u4e2d\u9593":[60,129],"\u3064\u3076\u3084\u304d":101,"_suffix":23,segment:114,"\u6e80\u305f":[161,64,60],"*\"":[66,67,96,130],latin1:6,"\u5168\u89d2":[137,23,166,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":86,"\u3067\u3059\u306d":112,"\u5408\u81f4":[64,3],"mo\u30d5\u30a1\u30a4\u30eb":106,"(arugment":133,"*res":[100,94,48],"\u30ea\u30af\u30a8\u30b9\u30c8":[89,5,7,8,93,46,95,96,139,141,21,143,62,113,70,114,153,66,158,63,26,30,31,125],brew:[77,111],".gz":[147,116,134,20,13,77,135,165,106],"=r":6,"_initialized":[2,153],"_literal":66,"=g":118,"'localhost":[158,86],"=c":90,"=i":134,"=\\":[145,97,27,41],should:[34,111],terminal:162,"\u8d70\u3063":51,"\u30ea\u30ea\u30fc\u30b9":[],"\u5316\u5bfe":106,handle:124,means:[34,96,48,132,8,124,43],"==":133,"=$":[165,134,106],"='":97,"\"ellip":155,"=\"":[96,4,134,20,145,27,41],db1:46,"=/":[156,165,86,157,134],db2:46,"=)":60,"/html":[23,106,46,111],">cache":4,"\u307b\u3068\u3093\u3069":15,"_search":[],nise:66,"\u64cd\u4f5c":[],travis:[],"\u7cfb\u5ea7":[29,155],"/doc":134,"\u3002debian":157,"\u306b\u3064\u3044\u3066":[0,44,78,3,5,120,39,129,86,104,88,6,2,89,60,9,131,43,66,165,162,46,95,147,96,65,134,98,12,136,13,50,102,51,139,17,141,149,21,143,135,144,84,151,56,146,58,59,42,107,109,20,148,137,62,113,155,63,114,64,11,153,23,115,68,156,69,70,116,159,160,117,161,119,73,26,29,7,93,75,124,76,31,125,77],"\u8ffd\u8a18":[6,134],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":112,"_connected":[2,153],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":113,"/var":[126,165,86,8],configuration:[124,8,113],"2\u4ef6":[],"/status":[158,91,4,46,8],webclips:97,valgrind:157,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[160,83,138,113,23,133,56],etc:[124,8,46],tld:117,":\u5206":162,ci:[],ch:78,"\u533a\u5225":[39,96,128],allocates:34,cd:[106,116,134,147,20,13,135,90,165,77],"\u7d99\u7d9a":[6,86,69],"\u591a\u69d8":119,zenigata:38,"\u66ff\u3048\u308b":3,allocated:34,"\u306b\u3044\u304f\u3064\u304b":113,"\u304a\u3055\u3089\u3044\u3057":112,"_itoh":23,"_vesion":97,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":6,"[plugin":66,adjuster:[],"@yappo":[66,113],"\u58ca\u308c":[6,23,138,114],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,"\u3068\u3064\u3044":64,"\u4fdd\u6301":[16,12,88,162,15],"\u518d\u5e30":[96,60,89,8,68,156,95],"\u30c7\u30a3\u30b9\u30af":[1,67],"\u6b20\u843d":113,tokenkytea:6,ultra:38,"\u307f\u305f\u3059":162,"0x":[12,39,99,160,153],"\u58ca\u3059":6,site:[38,3,117,12,64,91],"\u4e00\u62ec\u3057":100,"_versions":134,"\u305d\u308c\u304b\u3089":[96,73],"\u5ea7\u6a19\u5024":[],"\u4f75\u305b":3,"\u3002\"":[117,109,61,162,113,91,66],"\u3002#":[23,138,162],"\u3002-":[82,30,165,137],"\u3002.":106,"\u3002(":[147,126,60,134,150,86,50,151,17,137,67,45],"\u3002)":[137,67,151,150],"\u300cbilliard":129,"\u3002:":[3,129,86,8,43,93,10,46,96,65,134,136,150,50,139,141,149,106,42,109,61,148,112,63,114,124,23,157,75,30,56,72],"\u982d\u6587":153,"\u518d\u5ea6":[66,60,17],"\"roonga":10,v1:60,v2:60,architectures:134,".group":161,php:6,"\u3002[":[6,66,3,113],"_lzo":[63,2,108],off:[66,8],"\u3002c":[74,119,2],"\u3002n":[61,78,120],"\u4e00\u77ed":119,command:[],ecmascript:[6,96,142,113,133],"\u81ea\u7531":[119,60,52,153],"\u5149\u7537":113,"\u9806\u5e8f":[61,93,96,3],web:[1,160,134,109,136,96,75,165],jinja:111,"\u6b63\u898f\u5316":[6,120,27],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":6,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":86,"_filename":2,dest:[158,100,86],"|http":150,five:3,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[23,56,113,133,83],tvsec:70,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[],"\u5947\u6570":133,string2:98,"\u672c\u8cea":150,become:36,"*target":72,"\"rect":[6,155],"\u904b\u55b6":134,"/source":[106,116,134,135,74,13,20,90,111,147,165,77],"\u5727\u7e2e":[],"\u63db\u3048":[137,68,80],nneded:124,"\u30dc\u30bf\u30f3":[6,113,134,106],"\u53d6\u308a\u9664\u3044":100,"_group":100,"\u53d6\u308a\u9664\u304d":[97,60],"(debian":126,iwai:[6,99],"\u5206z":39,"_queries":[91,70,3,4,8],software:13,suited:27,"\u7d42\u4e86\u30bf\u30b0":145,"\u7d42\u3048":134,"(get":158,terminated:[],"\u300cusers":162,"\u9805\u76ee":[1,96,88,70,114,126,46,56],"-node":116,"_remove":[],"_started":122,"\u89a7\u4e0b":157,"function":[34,36,118,122,153,144],"\u300cpopular":96,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[96,65,148,150,21,165],"-dd":[132,133],sigstop:113,"-point":39,be:[34,48,118,111,132,100,75,124,68,55],count:[],compute:124,"\u65b9\u5f0f":[86,67,3,119],"\u4e00\u756a":[96,165,46,73],official:134,"\u3002iptables":91,problem:124,yuki:23,bigram:[],"int":[34,3,4,38,82,18,39,6,43,45,96,48,133,73,12,136,100,15,16,102,51,17,54,58,107,108,109,61,53,113,137,64,11,85,66,67,68,160,71,117,162,138,75,72],inv:150,"\u4e2d\u91ce":[],"\u69d8\u3005":[],"*proc":82,"\uff08not":142,redcloth:134,"%post":6,compared:27,"\u7570\u306a\u308b":[],variety:38,"/message":134,"/default":[6,126],details:[34,124,132],"'user":102,"\u4eba\u3068":112,"/sources":135,"_query":[],"+ff":166,searches:[],eof:86,"_hugetlb":23,"-threshold":[],searched:48,rep:150,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":[],"*string":72,saves:118,all:[96,48,160,134,132,6,75,124,133,80],"\u3070\u308c\u308b":138,relationships:[],lgpl:36,"const":[34,71,53,110,99,15,100,137,68,72,45,108],"/travis":69,spec:[6,138,113,134],"\u30e9\u30a4\u30bb\u30f3\u30b9":[6,66],"\u304b\u305a\u3072\u3053\u3055\u3093":6,"\u4e0b\u66f8\u304d":40,editrc:23,"\u3002tokendelimit":75,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":134,"\u4f8b\u3068\u3068\u3082":11,".en":134,"\u932f\u8aa4":119,upload:134,msyql:73,"[macports":23,starttime:[91,70,3,4,8],"\u7c21\u5358":[],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":138,"\u69cb\u9020\u4f53":[66,107,45,15],"\u304c\u3072\u3068\u3064":156,"/branches":157,"\u65e5\u672c\u6e2c":11,incompatible:153,"\u9006\u6587\u66f8\u51fa":66,"\u7bc4\u56f2\u5916":66,above:[118,43,75],"\u4e8c\u3064":[65,78,161,150,129,120,15,102,11,60],"\u578b\u3068\u3057\u3066":39,"\u30a8\u30f3\u30b3\u30fc\u30c9":[30,166,138],"\u30af\u30a8\u30ea\u30ed\u30b0":[6,23,109,75,43],obtained:34,"\u540c\u3058\u4f8b":67,"-admin":6,"\u30d0\u30c3\u30d5\u30a1":[35,108,82,113,6,114,100,67,68,72],"-h":[86,8,46],"_table":[],negative:[34,45],program:[118,55],kytea:[6,66,78,113,165],"\u304b\u304b\u308b":[101,100,3],"\u9df2\u7530\u57fa":113,aware:34,"_register":[34,130],"\u3064\u3065\u3044":162,"\u62bc\u3057":3,word:[6,43,96,160,133],work:132,"\u62bc\u3059":[3,106],"\u30a2\u30fc\u30ab\u30a4\u30d6":[90,134,106],"\u5316\u6642":23,"\u540c\u68b1":[6,138,106],indicates:132,"\u73fe\u983b":66,"\u5bfe\u51e6":66,"\u30b9\u30ad\u30e3\u30f3":[145,41],provide:118,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":134,length:34,"\"apple":166,"-lines":[118,23],"\u306e\u3046\u3061":[84,160],"/security":124,"_plugins":23,"\u306b\u5bfe\u3057\u7570":102,after:[118,124,48,111],"|with":[101,96,3,80,73,61,162,84,120,27,41,63,102,161,124,66,67,133,145,160],"\u76f4\u4e0b":23,lat:150,"_title":[150,67,3],".description":162,"*func":[45,15],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":138,"@naoina":[6,113],"\u30d9\u30fc\u30b7\u30c3\u30af":46,"\u306e\u3069\u3061\u3089\u304b":[96,85,160,133],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[],"\u5bfe\u8c61id":35,".conf":[148,126,8,124],japan:[151,91,117],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":156,"\"say":133,"/windows":[90,134],"\u4e0b\u9650":[137,107],then:[34,43,8,118],them:124,"\u8f9e\u691c":[23,133,83],they:[124,132],"\u5168\u3066":[96,133,39,101,100,8,142,67,106],"\u697d\u3057":[61,129],"\u56de\u6570":6,"-send":[118,55],"\u7a81\u7136":113,"\u5316\u65b9":[166,120],carlos:[51,115],serach:109,"/null":1,"_options":113,logs:[118,93,132,55,56],"<endpoint":55,patsuffix:128,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":6,"+ y":39,"+a":160,network:153,"_directory":[2,153],".deb":134,"\u3068\u3059\u3079\u3066":[6,96],"-rsync":134,wgs:[38,48,117,12,162,39,29,64,11,91,23,155],"\u6210\u308a":[96,160,153],"\u90e8\u5206":[],"\u77ed\u3044":[162,138],"+ \"":6,"_tp":158,"\u77ed\u304f":[101,119],standard:39,"_to":[162,67,110],"\u30eb\u30fc\u30eb":[66,78,138,46],"\u30eb\u30fc\u30d7":[6,66,138],created:[34,118,162],"++":[147,116,134,119,66,23,165,99],"+-":[72,8],creates:[34,124,163,132],"\"ni":43,"\"no":6,"\u6709\u7121":[12,145],"\u30eb\u30fc\u30c8":23,"\u59a5\u5f53":83,"\u8aad\u307f\u8fbc\u3093":[59,91],"><":[72,4],">=":[113,133],">>":[113,133],"_next":[137,138,48,107,113],">.":[145,41],">\"":[96,97,145,113],"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":16,"\u3082\u3089\u3048\u308b":112,"\u30b5\u30dd\u30fc\u30c8":[1,78,4,83,39,40,126,6,8,23,131,165,46,65,133,134,12,99,13,101,102,137,56,59,150,112,113,66,67,156,69,160,117,119,138,27,166,91],"\u540c\u4e00":[],"\u898b\u306a\u3057":137,john:[151,128],"/lc":[134,106],"\u63a2\u7d22":119,">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[100,68,71,108],"\u3069\u3061\u3089\u304b":[133,27,41,160],"\"unknown":110,target:[90,48,72,68,111],"\u3002value":[68,52],"\u57fa\u76e4":15,":byte":53,"\u30d6\u30fc\u30eb":[12,39],contents:34,latency:150,dbms:27,"\u5f8c\u8005":[64,166,156],",\\\"":50,"\u8ff0\u3079":3,indexbuf:108,"_distance":[],what:[],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[118,113,106],gzip:[],"\u5408\u308f\u305b":[6,108,133],gronnga:10,"\u3002host":91,"-strings":99,"/releases":134,"\u767a\u751f":[63,1,165,134,61,119,122,113,15,6,100,66,68,56],"\u8003\u3048":[3,160,117,119,112,46],"\u5270\u4f59":[],"\u65e2\u5b9a":6,"_input":[122,2],"\u771f\u306a\u3089":133,"*section":108,rectangle:[],"-frequency":23,"\"items":141,"do":[66,150],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":138,"\u3082\u3057x":113,"\u3055\u3089\u306b":[38,65,3,73,83,119,10],de:106,"\u8ab0\u304b":76,"[libedit":23,"\u8ab0\u304c":162,runs:55,"\u81ea\u4f53":160,"\u5341\u4e00":[],"\u4e0b\u90e8":134,"_compress":108,depends:36,"\u67d4\u8edf":[102,142,119],"\u5bfe\u8c61obj":35,"\u3002json":50,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":60,terms:[96,3,160,114,61,145,86,27,41,102,124,133],"\u3044\u305a\u308c":[39,65,52],"\uff12\u3064":64,packages:[106,116,134,147,20,13,135,90,165,77],"_tables":113,"\u69cb\u3044":[43,27,41,106],ill:129,"\u3082\u3046\u307e\u304f":165,"\u4e00\u4ef6":[],"\u4e09\u7a2e":[],requests:[118,132],com:[121,117],col:68,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":69,"\u6709\u76ca":119,calros:85,"\u30d1\u30fc\u30b5\u30fc":160,daijiro:[],")\u300d":86,snippet3:27,enginen:43,"'needle":60,"\u3082\u3057\u3053\u306e":148,"\u65b0\u305f":[82,100,60,71,108],applied:[124,36],"-secret":134,"\u904e\u7a0b":52,gnu:[],zlib:[63,138,108,13,113,6,135,153,23,165],"_message":[122,67],"_only":[2,153],aio:113,"\u5165\u529b":[1,89,3,5,86,91,43,93,10,95,136,50,139,141,21,143,109,150,62,113,63,114,23,99,158,70,122,75,31],"_close":[34,60,107,18,15,16,66,137,23,68,72],"[solaris":6,cond:113,conf:148,"\u56fa\u5b9a\u9577":138,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":60,"\u9069\u3057":[101,119,56],"-dataset":[],"\u4e0d\u5177\u5408":[6,66,76,113],"\u6771\u4eac":[61,64,11,129],"-packages":134,hana:38,"\u76ee\u7684":[165,78,113],"\u57fa\u70b9":96,"\u72b6\u614b":[158,70,116,138,3,134,114,61,112,13,86,15,6,135,119,147],client:8,the:[],"_shutdowned":[2,153],"\u30de\u30c3\u30d4\u30f3\u30b0":148,"\u826f\u4e8c":66,solaris:[],"_score":[96,108,136,113,6,64,52,162,23,133],"\u8db3\u3057":133,repoforge:[6,116],thanks:162,"\u3068\u306a\u3063":113,adding:111,kanagawa:[],"=sjis":165,"\u7027\u5185":113,"\u7528\u3044\u308b":[38,3,12,119,88,64,91,68],"\u6307\u6a19":68,"\u3002mruby":66,jekyll:134,"\u885d\u7a81":126,"\u30ed\u30c3\u30af":[1,86,113,6,17,23,68,95],"\u307e\u3068\u3081\u308b":8,"_expr":[],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[165,122,65,150],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":[],"\u307e\u3068\u3081\u3066":[12,119,96,134,117],"\u3057\u304d\u308c":6,tokenbigramsplitsymbolalphadigit:[61,102,149,32,109],comments:[],"_arg":2,tasuku:36,"\u5358\u7d14":[60,128,155],".sourceforge":[134,22],"_compile":72,"-threads":[118,86],repository:111,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":[],"\u8db3\u308a":[23,156],"\u30b5\u30fc\u30d3\u30b9":[6,66,119,113,69],substitution:102,"\u7a32\u7530":113,post:[],properties:132,obj:[35,68,71,82,114,94,72,45,105,108],"*ic":107,accepts:118,"*ii":18,"\u6709\u7528":[3,83,84,122,8,66,46],"\"text":23,"\u5224\u5b9a":64,zxvf:134,"\u3068\u306a\u308a":[160,46,27,41,91],".h":[74,34],"**":[108,7,137,68,45,71],"float":[6,12,11,4],"_offline":99,"\u6700\u521d":[96,3,160,12,145,112,27,41,15,122,118,85,23,67,133,156,126,56],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[96,73],"\u6e80\u3059":113,"_socket":[2,153],"\u5927\u6587":96,"\u5b89\u5168":91,way:55,cdbs:23,"cpu\u30b3\u30a2":[],"_body":[61,63,80],"\u6027\u80fd":[],encoded:118,"true":[1,89,3,80,5,39,41,7,9,131,115,95,101,96,11,133,73,12,50,102,51,139,21,84,56,38,59,145,62,113,63,161,64,97,85,67,155,128,160,117,162,27,29,151,166],"\u30e1\u30c3\u30bb\u30fc\u30b8":[66,65,162],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[96,78,3,109,61,129,166,75,23,165],mte:36,"\u6587\u5b57":[1,78,3,80,39,129,86,41,6,7,66,43,96,11,133,98,12,15,50,100,137,56,38,60,109,145,113,155,64,23,67,68,156,160,71,117,119,73,120,27,29,162,166,72],"\u7d44\u307f\u8fbc\u3080":[119,60,8],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[17,113],score1:60,score2:60,"\u3059\u3063\u3071\u3044":[],distributions:134,"\u3054\u89a7\u304f":[3,157],physical:114,test:[3,134,12,162,150,91,67,157],"\u5c5e\u6027":[78,120,130,63,42,93,149,97],"\u305f\u3081\u3057":64,truncate:[],welcome:[162,96,160,133],update:[],"\u547d\u4ee4":[],"[gqtp":113,scorer:[],tajima:6,kawada:66,"5km":[],masaharu:[6,99],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":23,global:[],"/debian":135,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":153,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[],"<threshold":86,"\u901a\u77e5":134,"(ptr":138,"_denied":[2,153],"\u307e\u3067\u3057\u3070\u3089\u304f":134,"\u8a2d\u6a02":23,"\u5f53\u3066\u308b":12,entries:[96,160,145,41,141,124,133],"/http":[126,8],"\u72b6\u6cc1":[61,82,119],"\u3068\u3057\u3066":[],"\u4e0d\u6574\u5408":1,localhost:[158,4,134,118,150,86,8,23,46],"(database":148,"4gbyte":57,initializes:34,initialized:34,"\u3002cursor":137,"[munin":[6,23,113,66],"\u30c8\u30e2":38,shared:17,supporting:8,"dat\u30ad\u30fc":113,"[deb":[6,23,113,66],"\u6e2c\u4f4d":119,"\u30b5\u30d6\u30bf\u30b9\u30af":134,"\u96c6\u5408":[6,100,142,127,73],appears:27,change:[6,8,46,111],"/usr":[165,86],"\u30ec\u30dd\u30fc\u30c8":165,liblzo:[135,13],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[61,96,142],"\u305d\u306e\u969b":134,usually:55,".spec":23,".exe":90,"\u305d\u306e\u307e\u307e":134,"\u6700\u5c0f":[147,116,13,126,135,85],"-cutter":134,"'haystack":60,"\u7d71\u5408":[6,119,113],httpd:[6,66,99,113,134],"\u6307\u6570":133,live:[],https:[],selects:48,"/copyright":66,"enter\u30ad\u30fc":113,"\u6d41\u91cf":46,"_plugin":[34,23,130,66],cas:153,"\u884c\u308f":[158,38,96,150],nfkc:166,can:[34,75,27,124,132,8,111,43,106,17],clearlock:[],",\"http":12,"_stable":103,"_stamp":132,"\u884c\u3063":[157,66,64,134,117],"\u5b89\u5fc3":112,"-com":134,",'":[12,39],"\u884c\u3044":[158,38,60,3,134,61,150,129,86,102,100,162,137,67,68],",\"":[38,4,162,114,141,67],",.":134,mpaa:85,"\u884c\u3048":[102,3,160,157],write:[99,96,32,111],"^commit":134,"\u8fd1\u508d":[],"_zone":8,"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":113,"\u5316\u6e08":[68,71],uint:[138,3,80,39,6,91,93,115,128,96,133,98,101,51,84,56,38,61,113,161,64,151,85,67,160,117,73,122,124,166],",_":[38,96,3,133,117,73,136,102,64,162],"\u3057\u306a\u3051\u308c":160,"\u5207\u308a":[23,113,134,143],"\u8fd4\u3059\u304b":136,ghz:150,"\u5404\u56fd":134,"\u30b2\u30c3\u30c8":22,automatically:111,",{":[150,4],"\u304b\u308f\u308a":[61,147],"\u5357\u534a":6,"\u82f1\u8a9e":[0,23,106,134,66],"=-":165,"\u5bfe\u8c61ctx":15,ieee:39,"_account":106,":ss":[132,133],"_tsv":156,"\u30bd\u30d5\u30c8":156,"-libedit":138,"=(":134,"\u3002gdb":157,"\u78ba\u5b9a":136,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":165,"\u4f5c\u7528":6,"\u542b\u3081\u308b":[96,78,3,160,134,99,120,66,23,156],rake:134,"\"version":4,"\"ruby":73,"\"vector":113,alisa:102,now:[],"\u3086\u304d":128,"_lcp":100,january:118,"[normalizer":66,"\uff4d\uff59\uff53\uff51\uff4c":[145,41],"\u8aad\u307f\u8fbc\u3081\u308b":141,el:116,domain:[],en:[43,78,136],ea:[132,78],"\u30e9\u30d9\u30eb":113,kana:[43,136,109,163,75],ex:78,year:132,"\u70b9\u6570":[],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":134,opened:[124,132],space:[34,160,73],"\u518d\u69cb":23,increase:124,"\u3065\u3051":[],"/files":[134,111],shows:[],"\u5230\u9054":57,args:86,"\u5d8b\u7530":6,"-rroonga":16,"/pub":116,"\u7d50\u5408\u5f0f":[],arnaud:23,"[windows":[6,23,113,66],british:80,"\u3078\u306e":[12,165,15],"_block":[2,153],omitted:4,variables:34,"\u305f\u3069\u308b":38,"_process":[2,153],message:[34,132,67,7],xt:78,size:[],"\u901f\u3044":83,checked:134,silent:69,bookmark:73,"_obj":[],"\uff08,":3,"\uff08-":[96,3],".git":[92,134,106],"\u30bd\u30b1\u30c3\u30c8":[63,89,5,62,6,114,7,139,141,143,21,93,31,70,125,95],"\u3044\u308c":[6,12,68],"\u3044\u308b":[],that:[34,96,48,118,132,27,6,100,8,124,43,45,17],kenichi:[23,138],localnames:141,"=path":[],libevent:[165,135,13],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":104,"\uff08@":[23,138],x6:134,than:[132,124,73,75],"\u30d5\u30a9\u30fc\u30e0":[96,142,113,160],"*next":45,"\"\u4e8c":[],"[index":66,"/gat":[64,3,117],accesses:124,"_basic":[8,46],"\u5404\u547d":150,browser:106,"\u3044\u304f":[],"(scope":161,"\u3044\u304d":[112,3,134],remained:132,"\u3059\u308b\u304b":117,"\u3044\u3044":[126,112,22],"-zlib":[],"\u30b3\u30f3\u30d1\u30a4\u30eb":[99,113],"\u30b3\u30f3\u30d1\u30a4\u30e9":[23,66],"_circle":[],engin:[43,136],"\u591a\u5f69":119,"=none":[78,120],"\u3044\u3064":43,"*buffer":68,"\u3044\u307e":59,"\u9806\u6b21":[158,86,3,91],":doc":72,"|suggest":136,price:12,"\u5c0e\u5165":[66,65,157],"_section":[108,162,84,63,66,67],"\u79fb\u52d5":[134,74,6,90,21,23],"\u672a\u4f7f\u7528":153,"\u3068\u308a\u3068\u3093":[160,133],"-yyy":106,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[],"\u305f\u3069\u3063":162,"\u3057\u3044":[61,129],"\u3057\u304f":113,"\u975e\u4e92":[6,113],"\u65b0\u5bbf\u99c5":64,"\u3057\u304b":[96,160,12,8,133,67,106,46,56],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[],oldvalue:108,"\u3057\u3066":[38,96,138,3,134,117,61,13,112,113,6,100,8,157,106],"\u6700\u5927":[57,16,1,138,133,58,83,96,86,27,113,6,153,85,148,150,23,66,53,46,104],"\u30bf\u30a4\u30c8\u30eb":[38,96,133,12,67,160],title:[38,3,134,117,12,113,161,91,67],only:[34,8,111],"\u3057\u307e":112,"-server":[],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":8,cannot:[],"\u5f8c\u8ff0":[137,161,60,134],"1\u6708":[12,162,39,96,133],"\u7528\u5909":66,"/gqtp":[126,113],"\u62c5\u5f53\u8005":134,"\u8b70\u8ad6":0,elfring:6,"\u840e\u7e2e":112,"*'":96,"\u300cbob":162,"({":118,"\u4e21\u65b9":[96,162,160,73,83,101,119,43,133,128],"(scan":157,"\u8a18\u6cd5":[67,133],"\u70b9\u4ee5\u4e0b":12,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":113,"_mode":66,"\u5dee\u96c6\u5408":133,between:[],"import":134,"\u5426\u304b":85,notice:[5,7,8],unlocks:34,"\u3057\u308c":[122,149,51,42],"\u3057\u308a":112,tokenbigrma:78,"\u3057\u3088":[35,60,12,101,113,15,50,11,17,23],"\u672a\u8a2d":6,article:67,"\u6a5f\u68b0":66,"\u3079\u30fc\u30b9":66,"\u8d77\u3053\u3063":51,"\u975e\u4f9d":116,"-groonga":[92,162,150,134],"-time":27,"\u5c55\u958b\u5f8c":96,learning:[],"\u8868\u8a18":[11,80,134,73,12,39,113,6,64,23,133,106],"\u8d70\u3089":51,"\u578b\u60c5":6,"\u3002callback":60,"\u8868\u8a08":156,"'>":97,"';":86,"=yes":[157,96,99,113,134],ruby:[],"\u5438\u53ce":3,these:27,"\u4f55\u3089\u304b":39,"\u30b7\u30b0\u30ca\u30eb":[23,66],geodetic:39,"\u5f8c\u65b9\u4e00\u81f4":[],"\u4f7f\u7528\u4f8b":11,"/packages":134,shorttext:[3,80,83,39,86,41,91,93,43,115,128,96,48,133,73,12,136,101,102,51,141,137,84,56,38,109,61,145,150,63,161,64,11,85,23,67,97,160,117,162,138,27,122,151,75,124,166],"[grntest":23,"\u3002\u300c":[38,96,78,160,120,133,67,56],"\u3002\u300d":61,"\u5fc5\u8981":[],", {":[8,46],"\u5c65\u6b74":134,"\u8f9e\u66f8":[147,1,61,138,113,6],develop:65,gentlemen:[],"-dir":150,"\u6fc1\u70b9":166,document:[133,134,145,138,86,27,41,30],"\u3002\u3044":60,favorited:162,"\u5b89\u5b9a":[114,65,99,119],"_space":[2,153],initialization:118,".po\u30d5\u30a1\u30a4\u30eb":[],", \"":[67,145,73],favorites:162,"\u3042\u306a\u305f":[134,22],eito:113,"\u3002\u3059":[101,150],theater:80,"\u8d77\u3053\u308a":80,"\u628a\u63e1":112,"\u3059\u3079\u3066":[96,65,3,133,117,73,84,138,150,100,6,51,78,8,85,23,165],"[output":99,"\u3002ecmascript":96,"\u6bd4\u3079":101,touch:124,"\u30ab\u30e9\u30e0":[],speed:10,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":70,"\u3002api":[145,27,41,142],"\u4f4e\u304f":61,mmap:[],"_extract":36,"\u4f4e\u3044":[61,96],"\u30ad\u30fc":[57,96,166,3,108,73,83,39,160,86,113,6,100,138,52,66,133,99,45,151,56],real:[124,27],"\u542b\u3081":[96,156,160,134,85],"\u542b\u3080":[158,63,96,60,3,160,73,136,121,129,113,6,162,66,67,133],"\u8a00\u3046":[43,73],"\u4e38\u62ec":3,read:[27,153],"\u8a00\u3048":[61,160],"\u5c55\u958b\u7528":23,amd:134,"\u542b\u3093":[96,60,160,109,12,162,27,122,66,10,133],"_hook":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[6,153,86,8,91],"\u6df7\u5728":30,"=site":91,output:[],"\u5c5e\u3059\u308b":[137,93,39,68,108],unsplit:60,"\u30c4\u30ea\u30fc":66,"\u30b7\u30b9\u30c6\u30e0":[],"\u5de6\u53f3":3,"id\u9806":137,"\u30ec\u30b9\u30dd\u30f3\u30b9":[16,2,113,6,153,23,66,46],unlocked:34,"\u30de\u30b7\u30f3":86,"\u542b\u307f":[122,137],"\u542b\u307e":[3,84,129,6,9,131,93,46,96,133,134,50,102,56,59,60,85,66,156,116,160,162,27,122,75],"\u5206\u3051":[],tomoatsu:138,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":8,".posted":162,"-static":23,rdbms:119,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":150,"\u578b\u6307":6,"\u306f\u305d\u306e":15,backup:141,processor:[135,116,13,147],"/admin":[23,86],"\u30aa\u30d5\u30bb\u30c3\u30c8":[6,136,96],"\u53f3\u4e0b":[29,1],"\u53f3\u4e0a":1,"=title":91,operator:48,your:[106,23,69,124,111],"_example":43,log:[],prepare:8,aren:124,assumed:45,rpmforge:116,rlimit:[132,113],"\u77e5\u8b58":150,cflags:[20,134],"\u306b\u3064\u3076\u3084\u3051":112,"d\u30ad\u30fc":3,"/query":[72,9],",\"links":12,"default":[],"\u30b3\u30b9\u30c8":[101,100],"[benchmark":66,"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":113,"\u30d5\u30a1\u30a4\u30eb":[],describe:34,"\u5bfe\u5fdc":[],"\u95a2\u4fc2":[],"\u56db\u89d2\u5f62":40,storage:[145,41],"\u691c\u67fb":68,"_code":[34,122,132],valid:75,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[91,46],you:[34,118,111,163,124,8,75,43,55,106],"\u4f4f\u3093":162,string1:98,massachusetts:162,coverage:157,"[fedora":[6,66],gemfile:6,"\u4e94\u5165":23,bulk:72,"\u5b9a\u7fa9":[89,3,82,39,86,41,6,93,45,96,11,133,101,102,100,52,139,60,108,53,145,62,63,161,97,153,85,66,67,156,160,27,151],"\u8a66\u3057":112,"\u8a66\u3059":167,"\u3002\u00d7":112,cores:118,"\u524d\u8ff0":[61,166,8,56],"\u5343\u4e07":[],month:[38,132],"\u308f\u304b\u3061":129,"\u3002name":[100,108,15],"4byte":153,"\u57fa\u6570":133,longitudexlatitude:113,"-e":86,"-d":[118,55,86,8,91],"-g":90,"\u4e16\u4ee3":65,"-a":[6,86,160],"_rk":137,"-c":[147,116,86,91],"-m":158,"-l":[118,132,86,55],"-n":[118,23,3,86],"-i":[150,86],"_rc":[34,35,96,48,108,68,82,18,110,100,15,16,137,103,17,54,94,72,45],"-j":165,"-t":[118,86],"-w":134,"-p":[118,150,86,91,158],"-s":[118,86,91,55],"\u304b\u304b\u308a":[101,160,134,133],"-x":[113,134],"-z":118,"-conditional":23,very:[122,96,160,145,27,41,50,43,133],"\u4ed5\u7d44\u307f":[6,8],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[23,46],"\u76f4\u5f8c":15,":\"":[72,3],"_github":[134,106],"\u6b8a\u547d":150,normalizers:[42,166],"\u9df2\u7530":113,"--":[34,35,1,78,80,82,86,41,6,90,8,66,94,45,96,48,133,134,73,100,15,16,102,103,17,54,145,105,38,107,108,61,53,110,150,113,137,64,97,23,68,156,71,117,162,138,27,130,75,30,72],"-(":[133,134],"-+":8,"\u3057\u307e\u3057\u3087":[80,73],"->":138,"/work":134,"\u518d\u73fe":[61,112,113,142],netbsd:[138,113],"\u975e\u5206":96,"\u53ef\u8aad":66,"[admin":[6,23,113],"@s":138,naoina:[6,113],"-jinja":[134,111],"\u6e2c\u5730":[11,12,39,29,64,155],learned:55,"\"yyyy":133,"\u9ad8\u3044":[96,3,136,114,8,119],"/ja":[16,134,106],"\u304b\u304b\u3063":[122,96],"\u306b\u95a2\u3059\u308b":[],"\u30aa\u30b9\u30b9\u30e1":[147,116,13,135,90,123],"@'":3,"_dist":6,"\u30ec\u30b3\u30fc\u30c9r":60,daemonize:118,"\u308f\u304b\u308b":66,"\u308f\u304b\u308a":[138,117],"\u30b0\u30ed\u30fc\u30d0\u30eb":[6,17],"\u3068\u305d\u306e":65,"\u8ad6\u7406":[],hoge:98,"\u30de\u30c3\u30c1":[],"9\u3064":3,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":6,normallexicon:166,chunks:148,"=groo":118,bash:165,"\u6c7a\u307e\u308b":3,"\u6c7a\u307e\u308a":156,"@yito":[6,113],fulltext:[145,78,27,41],".comment":[162,67],"-tokenizer":[147,116,13,113,6,135],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[],"\u30af\u30ea\u30c3\u30af":134,"\u5fa9\u53f7":134,vm:[],"\u3002eclipse":106,"[load":6,"/homebrew":134,"-databases":[3,118,84,51,91,93],nine:3,"\u9664\u53bb":[138,97,113],exclude:[6,66,113,85],string:[],"_batch":66,"-address":[6,23,86],snippet:[],"\u3042\u3089\u304b\u3058\u3081":[147,39,134],"[table":113,"_likes":[122,124,96,160,133],tried:162,"[dat":[6,99],derived:55,"\u7686\u5ddd":66,"\u901f\u304f":[38,165,56],fa:78,tries:17,"\u3002'":[68,160],fd:118,"\u6642\u9593":[],"\u4e0b\u3055\u3044":[147,116,78,134,84,13,113,6,135,100,90,123],"\u56fd\u3054":117,documentation:[124,69,111],"\u4e00\u5bfe":12,narwhal:23,uninstall:6,"\u5909\u63db":[2,83,39,8,162,137,23,166],help:[23,157,106],"\u592b\u5fc5":128,"-wno":23,"\u5dee\u3057":134,"/lzo":[23,138,113],"\u30aa\u30d7\u30b8\u30a7\u30af\u30c8":66,systemd:6,"\u306f\u3044\u304f\u3064\u304b":[57,122,17,46,160],"_rename":[],"\u30ab\u30fc\u30bd\u30eb":[137,23,138,107],shimada:138,systems:27,"\u57fa\u672c":[],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[86,113,160],"\u4e09\u8c37\u3055\u3093":66,"-test":[157,134],"\u5e03\u6559":76,"\u30ad\u30fc\u30ef\u30fc\u30c9":[],"\u597d\u304d":106,resizes:34,yito:[6,113],"\u306a\u306a\u3069":[160,133],"\u9032\u3093":119,"\u30b5\u30a4\u30ba":[35,83,6,90,66,147,12,13,100,137,56,57,108,148,113,114,153,23,68,116,119,27,135,123],"_vprintf":66,"=grooon":118,"\"sequence":[43,136,109,75],"\u9032\u3081":[],todo:[],event:[109,136,163,75,43,55],"_position":[101,96,3,80,161,61,162,84,160,27,41,63,102,124,67,133,145,108],"\u52a0\u3048\u308b":[63,23],"<ip":[150,86],trusty:[66,13],since:132,"\u300cgrand":162,issue:0,"/mailarchive":134,"\u9045\u304f":[155,117],"\u9ad8\u304f":[61,73],"\u9045\u3044":[83,11],"\u3002mysql":[147,135,116,13,166],pub:134,"\u3042\u308f\u305b\u308b":6,reason:43,base:[34,8,134],put:160,loads:[8,55],rect:11,"\u5931\u52b9":[8,104],"\u30b5\u30a4\u30c8":[12,38,134,142],"\u5024\u3068":[12,96,160],encoding:[34,110,4],"/data":69,"\u8ad6\u7406\u548c":[],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":126,"\u52a0\u308f\u308b":112,"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":72,"\u3002_":[52,3],"\u5024\u304b":11,station:[],"\u53d7\u3051\u308b":[66,126],zeromq:165,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":16,schema:163,"\u3002make":150,"\u3002null":[100,71,15],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":23,translation:106,"\u5024\u3054":117,jquery:[66,138],grep:[135,116,13,147],"\u3002xml":122,"_probability":[23,136],str:[34,72],builder:18,"\u5206\u3051\u308b":[12,134],"\u547c\u51fa":[35,100,68,108],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":46,"null":[],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[138,113,9],"_incr":68,"\u79d2\u5358":[12,39],"\u5024\u3068\u3057\u3066":[148,11,86,162],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":8,tokenbigramsplitsymbol:[61,149,138,32],".repoforge":116,"'hay":60,"/dev":134,clear:[66,68],"\uff08and":142,"\u6697\u53f7":134,"\u4ecb\u3057":[119,91],clean:157,latest:111,"\u6574\u5408":[1,68],"\u4e8c\u70b9\u9593":[],"\u62e1\u5f35\u578b":12,"\u59cb\u3081":106,parameters:[118,124],"\u5225\u3005":117,"_byte":[2,153],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":157,"\u4eca\u5f8c":[21,23,131,78],httprewritemodule:8,".nginx":8,"*index":[48,107],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[86,113],"\u89e6\u308c":3,"\u52a0\u7b97":[],"\u68ee\u7530":38,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u82b1\u5b50":38,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":31,"(argument":133,locale:106,"_enough":[2,153],":groonga":[96,13,160,134],"_would":[2,153],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":60,"\u7d39\u4ecb":[162,76,96,134],"\u4e00\u5ea6":[101,117,6,17,9,23,67,166,156,8],"\u5909\u6570":[34,133,134,20,99,113,130,6,23,66,156,45,157],"-level":[66,86,55],"\u624b\u9593":112,"\u306f\u3061\u3087\u3046":133,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[146,142,69],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":16,delimit:113,oneiric:[23,113,134],geopoint:[],"\u5f71\u97ff":[6,66,113,134],"\u767a\u63ee":119,jeff:128,"\u4e00\u5f0f":68,linux:[],"\u4e0d\u80fd":150,tokenbigramignoreblanksplitsymbol:[61,149,32],"\"web":[109,75],"\u306e\u3069\u308c":[118,43],"\u4e8b\u67c4":112,stamp:132,describes:[122,111],collected:[],"\u5b9a\u6570":66,lives:[],"/db":[136,126,8,141,55],"/dd":133,"\u56de\u7279":150,"\u7a3c\u52d5":70,"\u6a29\u9650":[165,91,113],"\u30a8\u30b9\u30b1\u30fc\u30d7":[],"\u6307\u793a":[82,43,3,91],"\u505c\u6b62":[51,65,86,113,125],"\u4eca\u5ea6":[],"_zlib":[63,2,108],"!(n":133,reads:55,ready:111,"\u898b\u3064\u3051":[6,43,1,112],fedora:[],checking:118,"_keys":100,"geopoint\u9593":23,"-jp":113,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[165,134],composition:166,used:[71,118,162,104,132,55],temporary:71,uses:[132,124,55,111],user:[],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[96,78,160,117,120,139,86,27,113,6,166,124,66,165,56],database:[],"-filter":[128,73,162,27,41,6,102,161,23,144,133],"\u30ef\u30a4\u30c9":23,"\u51fa\u529b":[],"\u9806\u756a":[107,160,61,86,137,3],"\u30b0\u30e9\u30d5":119,"_path":[],"\u30d0\u30a4\u30b0\u30e9\u30e0":61,"\u4e8c\u756a\u76ee":133,"\u8fd1\u4f3c":[6,23,11,155],"\u56de\u6307\u5b9a":160,"\"tritonn":96,"\u307e\u3057":[38,96,11,160,117,109,61,162,112,113,166,6,8,133,66,23,106,134,56],"\"uptime":4,"-gram":[78,3,133,61,119,129],"\u3064\u3051\u308b":[66,96,112,128,73],"...":[35,79,4,82,18,6,8,66,93,94,45,101,96,48,133,136,137,100,15,16,103,17,141,54,145,105,107,108,53,110,150,113,114,23,68,160,71,161,118,162,49,30,72],"\u9759\u7684":[],nginx:[],"_com":134,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":153,"'..":113,"\uff09\u307e\u305f":[78,120,160,133],popular:96,"\u518d\u751f":8,"\u4f5c\u696d":[],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,78,3,4,39,129,86,6,91,23,165,46,101,96,65,133,73,12,136,15,50,102,103,139,17,21,56,60,61,110,150,113,54,11,66,155,99,158,160,117,138,8],"\u5927\u304d\u306a":[46,56],some:[124,163,132],"\u96a3\u63a5":[119,160],"~number":133,"\u5927\u304d\u304f":[12,138,65,141,155],"\u5927\u304d\u3044":[96,60,160,83,86,23],"\u3061\u3083\u3093":38,"\u30af\u30a8\u30ea\u30fc":[],"\u5927\u304d\u3055":83,".sh":[6,106,157,134,69],run:[],"\u4ed8\u304d":[],processing:132,"\u81ea\u5df1":162,"\u4ed8\u3044":166,"\u5f37\u5236":[6,1,68],"\u898f\u683c":137,"\u4ed8\u3051":[3,12,145,41,6,151,91,85,67,46],"\u30ab\u30a6\u30f3\u30c8":[162,113],"\"mori":141,"\u4f3c\u305f":166,"_read":2,ids:[48,73],"\u5916\u90e8":121,"\u5185\u5bb9":[35,126,3,82,84,6,91,43,93,96,133,134,12,137,106,150,112,67,160,158,71,162,27,122,75,124],idf:66,"\"serach":109,block:12,libzmq:[135,13],"\u3067\u3069\u3053":2,within:[],"\u30ad\u30e3\u30c3\u30b7\u30e5":[],".column":113,".(":134,".)":[124,133,113,132],".-":106,"..":[34,50,96,3,160,73,136,84,86,113,6,102,141,8,133,30,106,114,46,56],"./":[165,106],"\u5316\u6f0f\u308c":6,"\u3067\u3082\u3063\u3068\u3082":26,".\"":[38,96,3,80,12,145,27,41,101,102,91,133],"\u5909\u66f4":[],".'":[6,63,113],".:":[118,55],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":162,patprefix:128,"\u652f\u63f4":10,"\u30da\u30fc\u30b9\u30c8":6,"[groonga":[6,23,134,66],pangolin:[6,13,134],registered:[34,43,27],tokenbigramignoreblanksplitalpha:32,".]":[93,136,133,114,73],newer:111,"._":[96,160,117,12,113,68,133],"\u3002\u30bf\u30b0":[38,41,73],info:[5,7,8],".i":116,utf:[36,4,118,110,138,86,113,166,6,165,133],".n":[124,96,133,71,160],".o":38,munin:[147,1,13,116,6,135,23,165],"\u306b\u5bfe\u3057":[1,3,80,82,129,6,9,96,133,134,73,136,100,38,60,113,63,161,64,67,68,158,70,160,117,119,30],".c":[96,36],".d":[148,124,135],"_max":[58,2,107,16,103,153],".x":116,windows:[],".}":[114,133,73],"\u66ff\u3048":[],"\u6b63\u898f":[78,3,133,99,145,120,41,6,100,66,166,156,56],"\u5099\u8003":113,doesn:[124,8],"\u3002gnr":142,"#{l":132,"\u306b\u3068\u3063":112,"_columns":[],"\u958b\u3044":[166,138,113,23,31,95],"_float":53,"\u958b\u304f":[6,16,166,23],"\u958b\u304d":[16,71],"_rate":[91,70,3,4,8],application:[8,46],"\u958b\u3051":6,"'\u3002":86,"\u56db\u3064":129,sigcont:113,"\u6642\u4ee5\u5916":138,"\u843d\u3061\u308b":[23,138,113],"\u767a\u884c":91,draw:38,"_realloc":34,"_len":[6,108],"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[],"(title":[113,98],"\u306a\u304c\u308b":6,"\u4e00\u5de5":128,required:[118,8,46],"\"suggest":10,"\u5f37\u5316":[23,138,66],requires:[43,111],kawaji:6,"_pat":[],gt:[145,41],"\u30d6\u30e9\u30b8\u30eb":11,gr:[96,78],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":96,gb:[148,4],ga:[78,150,166],go:101,"\u30dc\u30c7\u30a3":[56,153,9],gi:78,"\u500b\u6240":66,".ssssss":132,nippon:43,"_unknown":2,"\u300cgroonga":[66,142],"po\u30d5\u30a1\u30a4\u30eb":106,"/..":[8,134],"\u4e0d\u8db3":[147,116,13,135,90,123,66],"\u9632\u304e":113,"\u304a\u3053":[12,119],"\u3060\u3044":23,mercurial:[134,111],".mo\u30d5\u30a1\u30a4\u30eb":106,configurations:[],"/bin":165,"\u5341\u5206":[61,35,148],"/sbin":77,"\u8ca0\u6570":[6,17],download:[116,134],onigmo:66,"-known":27,"/introduction":[3,91],opaque:153,".tsv":[156,4],"\u542b\u307e\u308c":[96,119,129,27,113,122,85,9,56],"\u983b\u7e41":[100,165],"\u4fdd\u5b58":[],"\u7b49\u5024":138,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[66,78],"\u578b\u7528":72,"\u62e1\u5f35\u5b50":[138,150,4,9],"- \"":66,"\u3002max":137,accessor:[100,68],".weight":113,blogroonga:[],"\u300d\uff08":[129,141],"_child":[2,153],"\u306e\u3042\u3068":6,"\u5177\u4f53":[61,67,117],"\u8fd1\u304f":[119,40,133],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[146,18,119],"\u540c\u3058\u578b":73,"\u898b\u3064\u304b\u3089":100,"\u898b\u3064\u304b\u308a":96,"\u898b\u3064\u304b\u308b":6,"\u898b\u3064\u304b\u308c":112,"\u8d85\u3048":[61,96,113],win:90,"\u5171\u901a":[133,83,39,112,23,67],"boolean":36,"\u7d5e\u308a\u8fbc\u3080":10,"\u3092\u304a\u3053":162,"\u624b\u9806":[],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":[119,113],"_no":[],"\u81ea\u5206":[150,112,8,123,106],milliseconds:118,soundkitchen:[6,23],cosmo:[66,113],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[148,96,73],started:[122,132,96,160,133],"\u5f15\u304d\u8d77\u3053\u3059":[6,113],"\u6cbf\u3046":66,"\u5371\u967a":[51,134,46],"\u53d7\u3051\u4ed8\u3051":[6,138],mitsuhiro:138,"\u7de8\u96c6":[],links:[12,91,117],escapes:[],sudo:[147,116,134,20,148,13,126,6,135,91,111,124,165,157,77],escaped:72,objname:[31,95],"\u30b7\u30e3\u30fc\u30d7":56,tokendelimit:[149,78,32,75],"\u6df1\u523b":[6,61],"_repair":99,"\u512a\u5148":[119,150],"*valuebuf":35,"\"sphere":155,"\u9577\u4ee5\u4e0a":[100,68],spelling:80,".entries":124,"\u7d5e\u308a\u8fbc\u307f":[119,3],"\u66f8\u5f0f":[],rakutan:67,"\u81ea\u52d5":[38,3,108,134,83,160,150,6,100,52,8,9,128,23,133,106],"\u898b\u3064\u304b\u3063":[96,10],"_characters":72,":tasukuchan":[],"\u4e00\u500b":60,"\u30c7\u30d5\u30e9\u30b0":23,"!\"":[38,96,78,3,160,12,162,101,6,8,122,67,133,46,91],"-mysql":[147,116,13,120,135,166],"\u88dc\u8db3":8,geoppoint:48,"_match":[],auto:136,"\u629c\u304d\u51fa\u3059":119,"_seek":[2,153],takayuki:23,"\u306b\u304f\u308b":61,"\u5f15\u8a9e":3,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":112,"'query":6,"\u65e2\u5b58":[126,3,71,134,12,119,150,6,100,91,21],chunk:[114,124],"\u751f\u6210":[],special:96,"\u3050\u308b\u3093":[38,160,133],"-match":[],"\u306b\u304f\u3044":119,may:124,haneda:[],"_default":[6,54,103,110,46],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[23,113],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":106,"_script":131,"_proxy":8,"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":162,"\u307f\u3066":64,deprecated:[96,65],times:17,"-localstatedir":[],"\u307f\u304c":60,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":14,"_proc":[],"\u8aa4\u5dee":[23,11,155],largetext:83,"<max":86,unsupported:153,improving:124,"\u305e\u308c":[96,60,107,133,134,75],"\u5185\u8fd1\u304f":133,management:[27,69],"\u305d\u3053":[12,61,134],mkdir:141,"\u6700\u4e2d":119,"\u52d5\u5c0f":39,"\u304a\u304b\u3057\u304f":138,"_bad":2,"-doc":99,"\u306f\u3058\u3081":[],configure:[],"_utf":[137,110],travi:113,",..":[50,93,96],"_vector":[38,96,108,73,12,162,84,113,63,161,151,66,68],"*min":137,updating:17,"\u3092\u3054":157,"_recv":66,"-log":[],arc:78,"_expander":[],"\u8a72\u5f53":[108,145,27,41,16,100,85,137,66,67,68],unchanged:34,"\u5f97\u308b":8,"\u56fd\u969b\u5316":[],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":134,variable:34,"\u4fee\u6b63\u4e2d":109,"\u30de\u30a4\u30af\u30ed":[12,162,39,133],need:[118,124,111],"\u3068\u307f":[30,96,113],nsis:134,"\u6f14\u7b97":[133,138,113,6,100,142,66,165],"-db":99,"\u3092\u308a":8,"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":165,"\u7570\u306a\u3063":137,"_lt":137,":func":[16,72,71,15],url:[141,23,91,134,30],uri:[30,8],"\u6982\u5ff5":65,databases:[],"\u57fa\u6e96":[12,119,3,134],"_temporarily":[2,153],"\u5fc5\u9808":[],"\u3084\u3089":134,"\u3084\u3081":[23,113,66],"\u3002\u2193":86,ssssss:132,"\u53cb\u4eba":38,"\u6e2c\u5b9a":150,"|persistent":[93,51,84],based:[145,48,27,41],launchpad:[66,13],"\u3068\u3066":[83,96,46,119],"\u65e5\u6642":[],"\u4e0d\u6b63\u78ba":[6,70],"\\groonga":90,"\u5358\u306b":[59,113],"\u4e0d\u8981":[6,119,113,15],sha:134,"\u79d2\u3088\u308a":130,processed:132,"\u3050\u308b":[142,160,133],"_parse":[110,72],"_setpshared":113,sho:113,"\u7a7a\u6587":[66,39,160],computed:34,latin:[6,165,86],"\u63a5\u7d9a\u5148":158,".list":135,"2\u3064\u3081":[67,160,46],"|ga":96,"\u975e\u5e38":[6,46],"\u7ba1\u7406":[],wibowo:113,written:111,ken:38,"\u3084\u304c":65,"\u304c\u304a\u304c":[],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":6,"\u3053\u308c\u3089":[3,4,83,6,8,9,165,10,46,147,96,11,133,73,13,61,52,142,38,20,113,116,160,117,162,120,135,75,30,76,166],key:[],"\u3084\u3057":96,limits:124,admin:[66,138],"\u682a\u5f0f":66,"\u96e3\u3057\u3044":119,jersey:162,"\u304a\u3089":134,"\u4eca\u56de":[6,3,27,133],"\u4f5c\u6210":[],"_add":[82,100,72],"\u30af\u30ea\u30a2":[6,23,68],quit:[],"\u91cd\u8907":100,"\u30b9\u30ab\u30e9":108,quiz:38,"\u547d\u540d":6,compatibility:166,"\u306b\u3088\u3063":[89,3,5,129,86,7,91,93,95,96,65,73,12,100,15,16,51,139,141,142,21,143,38,60,121,62,113,63,114,68,158,70,119,30,31,72,125],"\u6b21\u671f":134,username:[38,90],"\u65e5\u672c":[160,134,39,29,64,66,43,155,133],corresponding:68,"\u4ef6\u542b":162,"\u7d44\u307f\u5408\u308f":[119,96,60,85,56],"\u7a2e\u985e":[],"_binary":6,"\u4ee3\u308a":[6,11,160],glossary:69,"\u3076\u3093":112,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[96,78,161,99,102,90,8,23,156,56],demo:38,"\u3060\u304b\u3089":96,"/_":134,"\u76f4\u524d":82,"\u9818\u57df":[165,100,6,64,66,68],"/o":56,"_system":[23,2,153],"\u91cd\u8981":[101,96,78,134,73,157,112,26,15,16,8,119,165,88,46,56],"\u614e\u91cd":157,"/f":134,"/d":[66,8,46],"/c":[74,119],"\u91cd\u8996":[61,101],"-essential":[135,13],"/x":46,"-learner":[],"\u8aa4\u5b57":[6,23,138,156,113],crch:78,"(mroonga":156,http:[],"\u306b\u3088\u308a":[57,96,11,3,128,134,114,12,119,39,113,6,61,8,66,67,46,91],"\u306b\u3088\u308b":[],"\u305f\u3070\u304b\u308a":101,"/.":23,"/*":[74,148,126,8,106],"/(":134,"/'":66,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":6,"/$":106,well:27,"/\"":[38,3,117,73,12,64,91,141],"/?":118,"/;":8,"\u3042\u304d":128,accurate:27,"\u904b\u7528":119,sources:[84,111],"\u3042\u3063":[50,96,65,108,134,38,136,150,113,6,100,52,147,68,46,106],"-ruby":[6,134],"/kytea":78,logged:132,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":153,"\u30fb\u5186":119,"\u6790\u7cfb":133,"\u756a\u53f7":[158,96,108,126,150,86,113,52,91,66,46],"_mask":68,"\uff08or":142,".jp":[96,36,134,22,141],pikonyan:38,tomita:138,"\u78ba\u4fdd":[35,148,72,15],"\u6587\u5b57\u6570":[27,133],"\u5ea6\u5206":39,"/key":68,"\u4e0b\u8a18":[65,70,114,51,60,137],"-plugins":[],"\u3002optarg":71,home:[165,134],"'config":86,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":6,"\u5411\u3051":[],"_permission":2,"\u304f\u308c\u308b":[74,119,106],nihon:43,"\u5411\u3044":[122,83,96],"\u3093\u304c":[160,133],"_number":[122,91],"\u3057\u3064\u3064":157,"\u3042\u308c":[101,133,134,61,150,16,85,56],"\u3042\u308a":[],"\u3042\u308b":[],offset:[],"\u304b\u3051\u308b":[112,8],described:[],"\u9055\u3063":43,".hash":162,"-source":134,"\u6f0f\u308c":[6,119,80,134,142],"\u306a\u3084\u308a\u304b\u305f":80,compatible:8,"\u9055\u3044":[96,11,3,160,12,64,67,46,56],"\u9055\u3046":138,"\u500b\u6570":[6,108],"<log":86,"_nhooks":82,additional:113,"\u8907\u6570":[],museum:162,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[],"\u30ed\u30b4":6,"\u30ed\u30b0":[],"\u5c55\u958b":[],"\u7279\u6b8a":[],"\u3059\u3053\u308c\u3089":96,hw:77,"\ufffetext":78,hh:[132,133],"\u540c\u3058\u5024":[3,8],ear:78,"/reference":72,"*var":34,truncation:23,"\u3068\u3053\u306e":43,"=submit":118,limit:[],"\u5b9f\u4f8b":[],"\u3068\u3053\u308d":[59,133,74,63,9,131,99,106],"{\"":[59,160,73,136,145,109,150,41,101,102,75,131,43,67,114,133],"\u79d2\u5f62":39,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[6,153],eric:85,functions:[34,66,36],"\u3002video":38,halfwidth:166,"\u6163\u7fd2":6,"_many":[2,153],"_auto":[],"\u65b0\u3057\u3044":[],"\u2026\uff09":109,"\u65b0\u3057\u304f":[96,65,3,112,101,142,56],friends:38,sphinx:[74,66,106,14,111],using:[],katagiri:113,persistent:[84,100,71],"{\\":50,validation:[],"\u305a\u308c":[63,65,5,119,39,86,11,50,12,100,7,153,60],".status":150,"=redhat":165,"\u5927\u62b5":8,"\u3002scan":157,"\u30ab\u30e9\u30e0n":161,calculate:118,segments:114,"\u592a\u90ce":38,swap:124,updated:[61,36,106],"void":[34,71,110,100,137,103,17,54,68,99],"/grn":72,updates:[27,111],"\u3066\u307f\u307e\u3057\u3087":64,"\u53c2\u7167\u5143":12,"\u30df\u30b9":43,"\u53c2\u7167\u5148":113,"=pat":99,vector:[6,43,113,73],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":6,"\u898b\u7a4d\u308b":148,japanese:[43,22],"\u9006\u9806":3,"\u3002grn":[60,142],implemented:36,even:43,"\u50be\u5411":67,"\u6210\u529f":[],"new":[],net:117,maverick:23,metadata:6,"\u306f\u3044\u3051":[68,151],"\u5fdc\u3058":[35,150,119],"<directory":55,"\u4e2d\u4e95":113,"\u305a\u306b":73,"\u305a\u3064":[150,67,86],":port":[30,86,8],"\u5411\u4e0a":[23,126,8,46,142],serch:[136,109],"\u3080\u308b":[160,133],concurrently:132,"\u826f\u3044\u4f8b":112,mysqlgenerallexicon:166,"\u9023\u7d9a":[78,109,61,129,113,68],call:[],typo:[23,66],"\u3082\u3057\u4e00\u3064":[],type:[],"-properties":13,"\u3002zlib":63,posting:48,"\u62ec\u5f27":50,warp:66,language:106,"\u4ee5\u4e0b":[],"\u4ee5\u4e0a":[],"_comment":161,"\u305f\u304b":[23,96,109],"_left":[23,153,2,48,29],"-ipadic":147,akio:[6,138],root:[8,113,91],"\u306b\u95a2\u3057":[60,150,113,15],"\u304c\u3063":[],"\u80a5\u5927":66,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,31],"\u63a8\u5968":[122,96,65,6,91,123,66],"\u5408\u5bbf":[],normalizernfkc:[],"\u4f55\u500b":96,"\u6301\u3064\u3059\u3079":96,"_memo":102,"\u304c\u3059":100,"\uff08document":66,"\u9023\u7d61":106,sitedomain:[91,117],"\u30b9\u30fc\u30d7":129,"/result":99,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":67,"\u3002tsv":[122,156],"_indexer":99,"_win":34,"\u9069\u5408":[61,3],"\u30a4\u30f3\u30dd\u30fc\u30c8":[],"\u9023\u7d50":[6,67,68,113],operations:[],"\u643a\u5e2f":119,"_ja":113,"\u5358\u4e00":63,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":134,"\u3002google":160,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":138,"_jp":165,"_small":[2,153],"\u6d6e\u52d5":[],before:69,"\u7e26\u68d2":56,"=allow":96,"\u6574\u6570":[],weakness:27,grand:[],"\u300coutput":30,"\u30b9\u30c6\u30fc\u30bf\u30b9":[2,113,153],"\u691c\u8a0e":[61,126],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":8,"-pack":[],"\u691c\u8a3c":[158,66],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[],"'or":6,"\u975e\u4e92\u63db":23,"'article":67,"\u30d1\u30b9":[158,138,3,71,134,150,84,9,86,130,91,30,23,66,165,55,46,8],"\u7c21\u6613http":[135,116,13,147],extract:[],"\u30ed\u30b0\u30d1\u30b9":138,realtime:[136,75],"/bc":134,content:[101,96,97,160,161,122,27,113,6,102,8,124,23,67,46,133],"\u6570\u3048\u308b":117,grease:12,"/\uff09":138,"\u8996\u899a":119,"\u30d1\u30ea":11,"\u63a5\u8fd1":60,messages:113,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":138,iso:133,isn:[],hook:82,"1\u884c":150,"\u7531\u6765":142,"\u30e1\u30e2\u30ea\u30fc":56,"\u5358\u4f4d":[11,3,133,119,39,129,26,27,122,138,153,53,23,155,162],"_clear":[23,68],tokens:78,"[http":[6,66,113],"\u5358\u4f53":[119,150],"\u5f79\u5272":[102,3],nsubrecs:[38,96,108,117,162],distance:11,keyword:[],".json":[4,8],enabled:132,"\u524d\u4ed8\u304d":68,gnupg:134,enables:8,modern:162,"\u30a8\u30e9\u30fc":[],"\u7e4b\u3052\u308b":112,"\u958b\u3051\u308b":6,estimated:48,"_cas":2,"\u308f\u3051":[12,43,96,78,133],specfied:48,"\u30b1\u30fc\u30b9":[96,117,61,64,16,51,8,66,56],"\u3002\u30df\u30ea":12,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":69,regular:[118,8],"\u3002munin":[135,116,13,147],don:[8,75],radious:155,doc:[74,106,80,134,111],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":134,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[43,109,130,75],"\u56fa\u5b9a":[3,84,153,137,68,56],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":153,keybuf:100,sigsegv:100,"\u6210\u308a\u7acb\u3063":60,syntax:153,"\u65e5\u672c\u8a9e":[0,160,61,119,6,43,133,106],"\u8ffd\u52a0":[],zunda:23,"\"\u308d\u3086\u304d":128,yoji:23,"_address":[2,91,153],"_http":[150,8],"\u5f0f\u8868":72,"\u72ec\u81ea":[],"\\\"a":161,stop:[6,126,8],"_limit":[],"/grntest":134,"\\\"}":50,gbyte:57,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[],"_index":[],bad:[66,113,153],"\u623b\u308a":[6,68],"*name":[34,108,53,110,15,100,68,72,45],"\u524d\u56de":134,",\"location":[38,64],"\u63db\u3048\u308b":[127,134],reference:[113,73],"\u591a\u3044":[61,160,133],"\u623b\u3063":8,".kentaro":113,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,"\u30aa\u30fc\u30ca\u30fc":113,"\u4e88\u7d04":63,subject:113,brazil:117,"\u672a\u958b\u653e":138,"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":73,inappropriate:153,sigint:23,filename:153,"\u7bc4\u56f2":[],"+fffe":78,threasd:86,"_geo":[],"\u3092\u901a\u3057":[86,3],"_get":[34,16,108,35,82,99,110,100,15,6,137,103,17,66,54,23,68,72,45],"]\u3002":66,"\u534a\u5f84":155,"_operation":[2,153],"_level":[],"\u73fe\u308c\u308b":61,against:[],"\u3044\u3044\u306d":[96,160,133],"0e":150,"\u8a9e\u5f59":[],"_reinit":68,"\u62bd\u51fa":[],"\u3068\u3044\u3063":[147,96,11,160,73,83,113,6,64,142,46,133],"_too":[2,153],loaded:59,"\u3068\u3044\u3051":[43,96,56,153,148],three:[12,3],"\u3068\u3044\u3046":[78,3,4,83,39,129,41,6,8,9,131,43,66,165,46,96,65,133,134,73,12,136,102,142,56,38,109,61,150,121,112,113,114,64,11,23,67,156,157,166,160,117,161,119,120,27,162,30,106,91],"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":117,"\u7528\u3044":[],digits:132,"-help":[],"\u7591\u4f3c":[],multithread:100,"-scorer":144,"_log":[],"\u554f\u984c":[16,1,3,160,134,12,148,138,63,113,130,15,6,114,8,133,66,23,165,150,106],logaling:69,"\u6700\u3082":[114,96,15],seven:3,ip:[118,150,91],is:[34,78,3,4,41,6,91,132,43,45,46,80,96,48,133,73,12,102,100,17,111,55,106,108,145,97,153,67,160,71,118,27,163,75,124,8],"\u6069\u6075":126,it:[34,38,96,48,71,118,160,132,101,50,100,124,111,122,133,55,108],"\"application":23,im:43,il:[61,129],io:36,"in":[],ia:[61,129],ic:107,id:[35,3,80,83,84,86,132,91,43,93,115,128,96,48,133,73,12,136,100,15,101,51,52,141,137,38,107,108,109,61,114,64,151,85,66,67,68,160,117,118,119,138,122,75,166],"if":[34,48,133,73,118,163,55,132,100,60,8,124,43,68,45,17],"\u305d\u3093\u306a":[165,56],make:[],"\u306b\u3088\u3063\u3066":[65,3,12,119,113,15,61,52,157],"\u5f15\u7528":[86,113],kib:124,"8byte":153,"\u3055\u307e\u3056\u307e\u306a":[],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[63,52,56],left:48,protocol:[],just:[71,118,162,163,101,132,68],"@groonga":[134,22],"||":[6,67,60,113,133],"=add":78,yes:[158,136,157],"\u5f8c\u65b9":[],"-with":[],"\u89e3\u50cf":138,candidate:[118,136],defrag:[],character:[34,132],"\u306f\u3059\u3079\u3066":[59,78,3,133,96,50,8,142,131,124,104,166,56],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":99,save:[118,134],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[],"\"http":73,"|>":132,"|<":132,"|:":132,"\u5cf6\u7530":6,daemon:55,"\u6539\u540d":[6,23],mruby:[131,66,59,113],unnecessary:124,"\u52b9\u7387":67,"*oldvalue":108,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[],centos:[],"_db":[],"\u7570\u306a\u308a":[96,160],"\u3067\u3044\u3046":[166,117],"\u4f7f\u7528":[],raltime:75,"\u964d\u9806":[137,136,96,3,100],"\u5bc6\u9375":[],"\u5c11\u3057":165,notification:132,tracker:0,"\u5c11\u304f":148,"\u7a0b\u5ea6":[23,3,113],"\u53c2\u8003":[],debhelper:23,"\u5b8c\u5168":[],"\u304c\u308f\u304b\u308a":[162,97],"\u304c\u308f\u304b\u308b":11,postgresql:[119,27],"/munin":165,"\u30c1\u30a7\u30c3\u30af":[158,138,150,113,6,114,85,66,23],"*optarg":[94,71],commit:106,meerkat:23,sphr:11,down:[],"\u305d\u3061\u3089":165,"\uff08\u307e\u3082":46,editor:106,"\u6291\u3048":61,fork:[86,106],tokenbigramignoreblanksplitsymbolalphadigit:[61,149],form:[118,166,3,160],"\u3059\u304e\u308b":73,"[dump":[6,113],".ne":36,"_animal":12,"\u5165\u308c":[61,38,162],"\u5165\u308b":93,"\u5165\u308a":[],grroonga:10,"\u5426\u5b9a":[],lenny:23,"delete":[],"_location":[122,162],"\u6c7a\u3081\u308b":[96,60],kwic:27,"\u5165\u3063":[38,3,122,113,6,153,43,67,157],"sort\u30ad\u30fc":1,floating:39,"\u73fe\u5728\u5730":162,"\u30a8\u30c7\u30a3\u30bf":106,tokenbigramignoreblank:[61,149,32],excel:156,"\u3002\u307e\u305a":61,"\u914d\u5217":[],"\u3002\u307e\u305f":[158,65,3,133,109,12,119,39,86,64,60,91,30,156,150],"\u304f\u308c":112,"\u30cf\u30a4\u30e9\u30a4\u30c8":[145,41],"\u300d:":166,".service":6,fsf:6,macports:[],pseudo:[],"\u6539\u5584":[6,23,1,113,66],"_offset":[],vmstat:148,"\u9069\u5207":[78,3,119,138,150,56],"\u81ea\u52d5\u7684":150,segv:[1,113],"\u7279\u6027":83,manager:[8,46],"\u7fa9\u8a9e":156,"\u795e\u5948\u5ddd":[],"\u3068\u3059\u3050":101,"\u524a\u9664":[],kinjirou:38,"\u30bb\u30c3\u30b7\u30e7\u30f3":[143,86,153],"0mq":113,"-efficient":73,"\u8a2d\u8a08":[96,126],"\u4e0a\u91ce":138,"[php":[6,66],"\u30b5\u30f3\u30d7\u30eb":[],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":109,proc:[34,147,96,82,13,116,135,100,45,105],"\"mysql":[10,73],"-escalation":[],item:[43,136,109,163,75],"\u672a\u6e80":[137,160],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":114,"_entry":82,"-deb":134,"\u4ed8\u4e0e":[],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[6,113],"\u629c\u3051":[23,113],"\u5076\u6570":133,"\u63db\u6642":23,"\uff08normalization":166,"-dev":[134,13,113,22,6,135,66,23,157],"\"xxx":113,">alloc":4,".so":9,"\u4f8b\u3068\u3057\u3066":12,softwares:[],"-mode":106,shift:165,"\u3068\u3059\u308c":119,"_version":[],"[suggest":[6,99,113],bom:138,suggestion:[118,163],raccoon:38,bob:[96,160,162,102,51,8,85,115,46],useful:[67,108],"\u30dd\u30a4\u30f3\u30bf":[15,100,137,68,45,105],"\u5fd8\u308c":[23,73],"\u3002table":[100,151,105],"-leak":138,"\u521d\u671f":[71,119,138,6,23,68],"\u4e21\u8005":64,"-check":[118,23,138],"ci\u4e00\u822c":69,"-libevent":99,"\u5e74\u9f62":[119,56],"_min":[103,107],ooo:83,"-each":23,"\"color":166,"\u305d\u3053\u306b":93,"/nfs":165,mbytes:150,"\u8fd1\u3055":133,tokyo:[],"\u30b8\u30aa\u30b5\u30fc\u30c1":[],"\u30dd\u30a4\u30f3\u30c8":[156,73],"\u8fd1\u3044":[137,158],ull:78,"*tc":[137,107],"-directory":6,"\u30fb\u30b5\u30fc\u30d0":3,sample:[118,150,55],normalize:[],"\u3002\u30ed\u30b0":[8,56],"\u30d0\u30a4\u30c8":[2,108,83,39,138,27,15,6,113,137,23],"/cpuinfo":[135,116,13,147],"\u8a9e\u53e5":[38,113],"_current":16,map:[132,23,124],groo:96,"\u518d\u8aad":[21,156],max:[],mac:[],man:[1,85],".garbage":113,fluent:92,"\u540d\u524d":[],"_values":[23,68],"\u5e02\u5185":40,pointed:34,"_init":[34,132,15,6,66,23,68],pointer:34,"/fedora":[6,147,138,134],group:[100,117],"\u8a08\u6e2c":[23,1,157],tweets:101,mail:150,main:135,"\u91cd\u306a\u3063":113,"\u5b9f\u4f53":15,repositories:134,"_timeout":[2,17,153],ggdb:134,unlock:68,nroonga:[102,67,69],libgcc:66,"\u624b\u6bb5":[60,72],summary:150,"\u6240\u5c5e":51,"\u7a7a\u304d":[148,114],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],".flags":100,correct:[118,136,109],"\u624b\u7d9a\u304d":[82,45],"|allow":[96,160],"\u30ab\u30e9\u30e0id":100,"_content":[96,160,161,27,122,102,124,67,133],"\u3002min":137,debootstrap:134,"_string":[],org:[91,117],advance:43,"\u4e8b\u9805":[],rewrited:36,"\u6b21\u90ce":38,"\u304c\u3042\u308a":[0,96,11,156,134],"] [":150,first:[34,162,96,160,133],wiki:8,"\u30dd\u30fc\u30c8":[158,126,4,150,86,113,91,46],"\u7db2\u7f85":8,"long":[54,18],"\u81ea\u5df1\u7d39":162,crit:[5,7],"\u9078\u3073":10,"\u9078\u3076":[119,8],"1g":[135,13],"\u30bd\u30fc\u30c8\u30ad\u30fc":[136,1,100,96],"\u30d8\u30eb\u30d7":157,"_preparer":[43,136,109,75],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":119,memo:102,"\u62e1\u5f35":[],"\u5c0f\u3055\u304f":[101,83,11,46,155],"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":65,"11":[96,78,133,73,61,102,124],"10":[150,3],"(grn":72,yoshioka:6,libgroonga:146,"\u5229\u7528\u4f8b":119,zsh:[165,134],dash:165,voiced:166,katakana:[43,166],".uuuuuu":133,"-receive":[118,55],speakers:22,"_open":[34,16,2,107,71,18,138,15,6,48,153,137,23],"\u914d\u5e03":[147,116,13,6,135,90,123,66],"_network":2,"\u6700\u7d42\u66f4":71,timeuot:17,">#{":132,"_enc":[137,110],performance:[118,124,27],"\u5f79\u7acb\u3061":113,theatre:80,beta:36,pair:[43,136,109,163,75],synonym:[96,80],"_sort":100,fills:118,"\u4f1a\u793e":66,"|ng":96,"\u539f\u56e0":[],precise:[6,13,134],lexicon:[161,150,101,102,93,67,166,56],show:1,"-po":[],"\u6700\u5927\u5024":6,"\u30dc\u30c3\u30af\u30b9":96,threshold:[54,23,31,68],"\u77ed\u6642\u9593":119,"-plugin":92,"\u306a\u3093":65,"\u306a\u308c":65,black:166,"\u306a\u3089":[86,6,8,43,147,96,65,133,73,13,15,100,143,56,60,108,109,148,150,113,70,97,67,68,157,69,116,71,160,135,151,166],"\u306a\u308a":[2,3,4,39,86,6,8,9,43,66,95,50,96,65,133,134,73,12,136,15,16,100,52,104,128,56,38,108,109,61,150,127,112,113,155,101,63,64,11,153,23,67,68,156,69,166,71,117,119,160,27,122,162,30,31,72,91],"\u306a\u308b":[1,3,39,86,6,90,8,165,95,147,96,155,133,134,29,12,13,15,101,102,141,56,106,60,61,150,112,113,63,151,85,66,68,116,71,117,119,138,27,130,135,123,75,31],"_module":8,wheezy:[],get:[],"\u96c6\u3081":117,"\u51fa\u305b\u308b":119,geo:[],gem:134,"\u3002utf":[166,113],tokyogeopoint:[48,39,29,64,23,155],restarted:124,"\u5bfe\u8c61table1":100,morning:101,executes:118,"\u5468\u8fba":[6,27],kernel:124,caller:45,"\u8907\u96d1":[6,96,60,113,133],sear:43,masahiro:138,ency:150,"\u884c\u306a\u308f":6,"-threashold":[61,138],"\u53ca\u3073":150,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":46,reading:[],checks:[66,120],"\u6700\u5c0f\u5024":[66,133],"-blog":162,"\u3088\u3063\u3066":[78,127,39,40,88,64],"\u306a\u3069":[78,3,83,39,40,41,88,6,131,91,92,43,165,46,96,65,133,134,12,101,142,21,106,146,59,60,109,61,150,145,129,114,23,68,156,160,162,71,119,27,75],"\u306a\u306b":43,je:128,"\u306a\u3067":43,ja:[134,106],"\u306a\u3063":[126,78,3,6,91,23,165,46,96,65,134,73,12,61,112,113,114,66,67,99,157,160,119,138,122,162],"\u306a\u305c":[96,166,160,109,43,56,133],"\u5206\u5272":[3,133,119,129,83,23],"\u306a\u3059":29,"\u306a\u3055":[30,96,58],"\u306a\u3057":[],"\u306a\u3052":[],nogpgcheck:6,"_allowed":[2,153],"\u306a\u304e":161,"\u306a\u304f":[1,3,80,83,84,40,126,6,8,9,66,165,46,96,133,134,12,15,142,56,150,112,113,161,85,23,67,68,69,160,117,119,138,27,76],"\u4f8b\u5916":[131,66,59,147],"\u306a\u304a":[129,134],"\u306a\u304b":112,"\u306a\u3044":[],"\u306a\u3046":[],"*bsd":[23,138],"_invalid":[137,100,2,68],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":129,"\u4e0d\u9069\u5207":6,"\u5f15\u304d\u51fa\u3059":119,"}/":[106,165,9],"}.":[102,96],"})":118,".select":150,tuning:[],"\u524d\u5f8c":[86,3],"\u9ed2\u3044\u70b9":40,mark:166,"*max":137,shopping:101,"\u62e1\u5927":112,"}}":73,"}|":132,senboku:113,"}e":133,"_avoided":[2,153,68],"\u6240\u5b9a":[61,129],sound:[166,109],"_information":84,"\u30bb\u30df\u30b3\u30ed\u30f3":150,"\u30af\u30a8\u30ea\u30fcapi":[2,26],"}]":[12,131,59,150,4],hdd:150,"_corrupt":[2,153],"\"mroonga":[161,96,133,73],characteristics:27,"\u8af8\u6761":57,"\u578bn":96,"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":113,"|')":63,"\uff01\u3057":22,"-document":[],"\u3002\u5024":85,different:118,pat:[137,83],"\u91cf\u8a08":1,same:[17,113,73],arguments:34,"=squeeze":134,"\u3002\u3044\u307e":99,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[],"< y":113,"\u8a00\u53ca":[161,162],"\uff01\u300d":[96,160,133],"\u7b49\u4fa1":[],"< n":133,"\u672c\u5f53":[43,80],montywi:99,"\u305d\u3057\u3066":[96,78,117,12,119,27,162,43,67],markus:6,markup:74,"\u30d3\u30e5\u30fc":6,"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[65,134],"(cmp":66,"[number":50,"(precise":134,money:38,"\u5927\u898f\u6a21":119,"\u3002\u3059\u3079\u3066":[51,157,106],"\u518d\u8d77":[124,126,156],".dll":34,"\u8fd4\u5024":[],"\u30c0\u30a4\u30a2\u30ed\u30b0":113,"\u3002none":86,"/false":[12,1],"\u4e2d\u592e\u5024":66,"\u5ea7\u6a19":[11,133,162,40,29,23,155],"\u56f0\u96e3":[6,119],"_syntax":[2,72],"\u9069\u5b9c":134,"'ve":162,"\u9650\u308a":[60,61,129,50,52,68],"\u9650\u3089":112,quantal:[6,134],specifies:118,"\u9650\u3063":68,testdb:[150,55],specified:[34,48,45],generates:163,"\u99c4\u76ee":112,ellip:11,"/database":[8,46],": n":158,"\u65b0\u5bbf":64,critical:[34,132],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[],valuebuf:35,"\u306b\u3064\u3051":133,"\u30cb\u30c3\u30dd\u30f3":43,"\u306f\u3044":12,broken:153,"\u306f\u305a":[6,150],"\u307e\u3064\u308f":113,"\u306f\u3069":[96,56],"\u306f\u3068":83,"\u306f\u307f":76,"@soundkitchen":[6,23],"\u3082\u3061\u308d\u3093":[150,117],"\"\u30df\u30ea":133,".patch":106,"_reopen":[],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":86,"\u8abf\u6574":[61,148,96,142],"\u3002\u3059\u3050":8,"_cache":[],"\u4f55\u5ea6":113,"\u7279\u6709":[],"-login":124,"/ '":68,"\u306a\u304c\u3089":[96,78,3,134,119,6],"\u3002command":65,"\u63d0\u6848":[],"\u3082\u3046":[101,98,12,6,8,67],"\u8a18\u8f09":[6,134],"\u3002cpu\u30b3\u30a2":46,"\u3082\u3057":[122,96,11,160,161,150,113,16,102,2,8,85,165,66,69,156,46,56],"\u7834\u58ca":100,"\u516c\u958b\u9375":134,hsiomaneki:[],"\u3082\u3059":9,"\u3082\u3064":[151,117],"\u30c7\u30d7\u30ed\u30a4":8,"\u3082\u306e":[3,86,6,90,8,96,65,134,12,16,100,137,106,58,60,109,150,113,11,153,67,155,158,166,72],"|on":96,"|oo":96,"$prefix":23,"\u3002drilldown":96,"\u5883\u754c":[6,11],"\u3082\u308c":[],general:166,file:[1,118,138,8,111,124,153],allocating:[],"*obj":[35,68,71,82,94,72,45,105,108],subrecord:113,again:[8,17],"\u53d6\u308c\u308b":50,"\uff08true":12,"\u5b50\u5348\u7dda":11,"\u4e0e\u3048\u308b":[50,158,64,65,86],"\u5b57\u5c0f":96,"\u3002pcre":8,"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":73,"\u8a18\u8ff0":[60,3,86,150,162,67,72],"\u4e00\u6642\u7684":[148,68],"\u4e0a\u9650":[],important:[],"6gib":124,starting:34,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[6,23,66],expressions:8,nested:113,libmsgpack:[135,13],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":[],"\u30d3\u30eb\u30c8\u30a4\u30f3":113,"_difference":100,"/lib":[126,8,9],"-alloc":70,"\u8aad\u3081":6,"\u8aad\u3080":59,"\u5dee\u5206":150,"\u8aad\u3093":[76,69],"\u4f4e\u4e0b":113,")mroonga":156,hottolink:36,"\u30e1\u30cb\u30e5\u30fc":134,"\u306f\u3053\u306e":[148,96,161],sigusr:23,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":73,"\u30d6\u30c9\u30a6":[],"\u30d6\u30e9\u30a6\u30b6":[165,91,134,106],"\u304c\u3053\u306e":160,titles:[160,133],plugins:124,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":157,"\u5225\u9014deb":134,"@orangain":113,tokenbigramignoreblanksplitalphadigit:32,"_append":[18,60,72,68],"\u30e1\u30bf\u30c7\u30fc\u30bf":[131,59,84],"\u8aad\u307f":[43,1,142,134,119],"\u5909\u66f4\u5f8c":[110,100,15,103,54,68],"\u307e\u3057\u3087":[38,96,11,3],"\u30c6\u30b9\u30c8":[],threads:[118,132],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":86,"\u6e96\u5099":[],"\u6d3b\u7528":126,"\u5931\u308f":6,search:[],airport:[],published:134,"\u300c\u5024":56,aptitude:157,"\u672a\u77e5":99,".synonym":96,"\u78ba\u7387":136,distinct:118,"\u5ca9\u4e95":[6,113],"\u5317\u534a\u7403":6,"\u958b\u653e":15,"_gqtp":150,"\u3053\u3068":[],"\u3053\u306e":[34,164,2,3,4,104,83,84,129,86,144,41,88,6,78,90,8,66,131,43,165,115,46,80,50,96,11,133,134,73,12,99,13,100,16,61,51,17,137,120,56,146,38,59,60,153,109,20,145,150,113,147,101,63,161,64,102,22,85,23,67,155,156,69,116,162,160,117,119,25,26,27,122,135,123,75,124,76,106,72,77],jsonp:[118,23],"[element":[133,73],"\u4e00\u756a\u5de6":133,"[example":66,none:[96,78,120,163,8,67,165,153],hour:[132,17],"\u3053\u3053":[96,3,160,134,12,136,122,61,64,162,166,156,133],dev:[135,13],"\u6c17\u8efd":[66,112],"\u3053\u3046":112,"\u4e2d\u5fc3":155,share:165,"\u96c5\u5e83":66,minimum:34,":value":[96,160],strlen:34,needs:124,maps:124,"\u3053\u308c":[78,80,83,129,41,6,8,9,43,66,165,162,10,46,101,96,11,133,134,73,74,16,56,60,109,61,148,113,63,161,64,153,85,23,67,156,166,160,117,119,27,12,75,106,104],"\u3053\u3080":59,"*value":[137,35,100,68,18],"\u591a\u3059\u304e":138,"/afr":[64,3,117],"\u666e\u901a":[112,133],mariadb:[66,113],response:118,"[debian":[],"\u3066\u304d":2,"\u3066\u304f":157,"\u30c4\u30a4\u30fc\u30c8":[],"\u547c\u3073":[96,60,73,12,150,86,27],"\u547c\u3070":[3,133,39,51,15,100,113,45],"\u3002ftp":150,"`hostname":86,"\u5217\u578b":[12,160,117],"\u3002\u4f8b":68,finalizes:34,through:8,"\u975e\u308f":129,"\u518d\u914d":66,"\u308c\u308b":[3,82,83,39,40,86,6,66,131,43,165,45,101,96,65,134,73,12,136,137,15,16,51,52,21,56,59,60,109,61,150,121,129,113,114,64,11,153,85,23,157,166,161,119,120,27,75,106,72,104],"\u6955\u5186":[11,155],good:[101,96,160,133],"\u516c\u5f0f":[23,116,147,102],"\u3079\u3066":[96,8,117],"\u9664\u304f":6,"\u5316\u95a2":138,"\u4f1d\u7d71":119,"\u3079\u304f":3,"\u9577\u91ce":66,"\u9664\u3044":[150,27],"-encoding":[],micro:162,token:150,learing:75,"\u52b9\u679c":162,"\u9664\u3051":100,"\u767b\u9332":[],another:[],hard:124,flower:12,"\u30d5\u30e9\u30f3\u30b9":11,"\"gr":56,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":157,"\u8ddd\u96e2":[1,11,133,98,119,40,6,64,155],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":90,"\uff08\u79d2":68,"\u3068\u3082\u3063\u3068":165,"\u89b3\u70b9":148,"\u547c\u3093":[66,129,117],tahr:[66,13],"\u4e09\u8c37":66,tritonn:[96,160,133],"\u308c\u305a":65,"\u306b\u3082":[96,129],"\u306b\u3088":6,done:17,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[162,11],".blog":61,"_data":[],koi:[6,165,86],"\u306b\u5bfe\u5fdc\u4ed8\u3051":43,least:124,"\u516c\u5e73":113,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":46,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[30,86,8],"/archive":134,"*results":100,selector:139,"\u308c\u307e\u305b":[65,145,86,114,100,67,165,156],"\u6574\u7406":[6,113],"},":[38,96,78,3,80,73,162,149,150,101,102,51,11,42,128,97,67,133,115,160],"\u4e71\u6570":[58,64],"_tag":145,"\u8a18\u9332":[6,119,52,9],"\"requires":6,"\u4e0a\u8a18":[57,106,96,165,3,117,109,61,85,150,6,102,64,97,91,161,75,69,156,56],ages:[93,85,56],"\u30b9\u30ab\u30e9\u30fc":73,".key":100,built:68,"/lists":134,"-limit":[1,86,96,113],"\u307e\u3068\u3081":[],build:[134,13,113,70,135,90,111,69],"_available":[2,153],"\u53d6\u308a\u51fa\u3057":[137,107,3],eggs:67,most:48,"~*":72,"\u306b\u3057":[133,96,113,160],myisam:119,"\u5e73\u884c":134,"-protocol":[150,86,91],"\u306b\u3059":61,kb:148,ka:166,"\u306b\u3066":[6,11,113,134],"_put":[],wareohji:6,"\u306b\u3069":60,ko:36,km:162,"\"theater":80,"\u7528\u8a9e\u96c6":114,"\u4e0a\u66f8\u304d":[64,134],mlock:138,"\u30ad\u30fc\u30b5\u30a4\u30ba":83,"(drilldown":52,"\u30d1\u30c3\u30c1":[],"\u5927\u8cb4":6,relation:68,nterms:114,find:111,depended:[],"_int":[53,68,72],"\u30a2\u30ca\u30a6\u30f3\u30b9":134,permission:153,express:[6,90,113],"\u601d\u3044":106,"\u601d\u3046":[67,117],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":[],"\u62c5\u5f53":134,"\u9593\u9055\u3063":[109,113,6,66,23,10],"\"popular":96,"\u300chsiomaneki":[],"_and":[94,60],"\uff08byte":[68,108],common:[137,23,100,133],"\u601d\u3063":74,"/log":[118,126,165,86,8],"_sjlj":66,lion:6,tokenizers:[],"\u76f8\u624b":112,"[backslash":160,please:106,"\u30e2\u30b8\u30e5\u30fc\u30eb":[],"(news":134,"\u5024\u57df":127,".log":[126,65,86,150,8,165],"\u30cb\u30db\u30f3":43,readme:[113,134],"\u8a9e\u4ee5":133,"\u8868\u73fe":[],responses:[],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":6,"\u66f8\u3051\u308b":[6,113],reverse:[8,134],"\u6570\u70b9":39,"-file":[118,23,122,86],"\u5b9f\u51e6":[60,45],"\u6642\u70b9":[16,65,134,110,15,6,17],point:[],"\u3059\u304e\u307e\u305b":38,"\u306f\u3058\u307e\u308a":65,shutdown:[],"\u6253\u3064\u524d":134,"\"gronga":10,"_connection":2,create:[34,43],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[16,161],"\u53ce\u96c6":[122,119],"_when":122,"\u30a2\u30ed\u30b1\u30fc\u30c8":[70,66],bill:[61,129],replaced:[55,163],ful:78,"\u307b\u3057\u304f":96,engi:[43,136],larger:[124,55,75],"\u5f15\u6570":[],"^ \"":133,itself:73,rubygems:6,"\u95be\u5024":[],"-key":[99,134],"\u7d42\u7aef":[6,72,71,15],emphasize:97,")groonga":156,"\u56fd\u540d":117,development:162,"-chroot":134,"\uff08perl":8,keys:[100,8],"-existence":113,aggregate:27,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":134,"\u5834\u6240":[],"\u53cc\u65b9":112,"\"\u3001":[43,117],"\"\u3002":66,"\u30b9\u30bf\u30a4\u30eb":86,"\u5409\u7530":113,"\u7d44\u307f\u5408\u308f\u305b":[60,3,134,61,119,63],flags:[],sortby:[],convenient:43,entry:[63,89,82,62,50,151,139,31,95],"\u3064\u307e\u308a":[96,78,134],sunos:66,"\u3002dump":141,"\u547c\u3073\u51fa\u3059":[58,155,98,29,142,159],"\u3001\u00d7":112,"\u5024\u306a\u3089":113,"\"value":96,"\u547c\u3073\u51fa\u3055":[82,96,15],"\u547c\u3073\u51fa\u3057":[],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":150,"\u306f\u3069\u3061\u3089":46,source:[38,3,134,162,84,63,51,122,67],realloc:138,"5\u3064":85,bin:90,manage:111,"\u968e\u5c64":60,bit:[147,116,20,39,13,150,113,135,90,123,69],"\u5f53\u3066":[83,78,93,15],"\u30d7\u30e9\u30b0\u30a4\u30f3":[147,1,166,102,119,13,59,130,113,6,135,138,9,131,23,66,165,156,116,106],"\u5927\u4e08\u592b":[165,112],"\u8aa4\u308a":[6,66,113],"\u5354\u529b":[],"\u3057\u307e\u3063":66,"\u4e0a\u8ff0":156,"*keys":100,"-command":[],"_over":[2,153],"\u4ee5\u5916":[83,39,40,23,96,134,73,15,16,100,56,60,107,53,150,113,70,66,68,160,71,119,138,72],google:[96,10],"\u5168suffix":100,"\u8aa4\u3063":[6,113,134],examples:138,"\u3001[":3,server:[38,118,6,8,66,46],"\u3002set":150,"\u66f8\u304b":[6,162],"\u3001c":3,"\u66f8\u304f":[67,160],"\u8a73\u3057\u304f":[12,119,3],"\u66f8\u304d":[],"\u66f8\u3044":[162,160,133],newark:162,"\u3092\u3064\u3051\u308b":133,"\u30d3\u30eb\u30c9":[],"\u5024\u306a\u3057":99,"/cutter":134,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":6,"_checks":120,cxxflags:[20,134],"\u3001#":162,"\u3001\"":[97,3,80,109,162,39,75,113,6,161,43,23,10],"\u3001$":134,"\u3001'":[160,12,39,86,102,66,110,133],"\u3001(":[137,39,150,100,85],nginxhttpstubstatusmodule:66,"\u3001-":[30,39,138,150],"\u3001/":[3,91],"\u3001.":[157,106],"\u5730\u5f62":[11,155],"\u3001:":[16,150,15],"(fedora":126,"\u3084\u3059\u3044\u304b":156,"\u3001>":62,"\u5730\u70b9":[64,11],"\u7a4d\u307f\u91cd\u306a\u3063":113,"/yum":134,"\u9010\u6b21":119,suffixsearchterms:[160,133],"\u6295\u5165":[61,1],"_fin":[6,34,15],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":165,"\u51fa\u3059":162,"\u51fa\u3055":113,"\u51fa\u3057":162,"_full":[],"-type":[109,8,75,43,23,46],"\u7b97\u8853":[],"-binary":[8,46],"/epel":116,"\u56de\u907f":[],"\u52d5\u304d":[96,46],"\u52d5\u304f":[6,23,165,167],"\u52d5\u304b":113,"*keybuf":100,curl:[165,4,118,6,8,77,46,69],sourceforge:134,"\u90fd\u6c11":[61,129],"\u6570\u73e0":161,functionality:118,"\u5207\u308a\u6368\u3066":12,libwinpthread:66,"\u30c7\u30fc\u30bf":[],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":150,"\u53d6\u5f97":[],confirm:106,"\u3068\u307f\u306a\u3057":160,"_nil":[137,100,138],failures:134,"\u7d50\u5408":[60,160,142],rinse:134,getaddrinfo:6,jason:128,wanabe:113,"/cache":8,"\u57cb\u3081\u8fbc\u3080":150,query:[],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":6,"(backslash":[],"/\u65e5":162,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[133,67,96,160],"-release":[],"\u3042\u3089\u308f\u3057":80,"\u4f59\u308a":133,putting:124,"_database":[],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":6,"-build":157,uubntu:157,"\u512a\u308c":119,".output":30,"\u76f4\u611f":128,"\u9665\u3063":6,"_header":84,"\u9023\u643a":119,"_thread":150,"= n":133,access:124,"\u5f35\u308c\u308b":113,"\u4e2d\u56fd":11,"\u3002\u30ad\u30fc":96,"= y":113,"\u826f\u304f":67,"\u826f\u3044":[67,112],nonexistent:96,"\u30ef\u30fc\u30ab\u30fc":8,"\u632f\u821e":11,"0xc":153,"\u306b\u5bfe\u5fdc":[35,96,68,108,82,53,86,166,15,6,100,30,21,23,50,99,45],"= \"":[96,133],"/tmp":[156,46],";\"":6,"\u57cb\u3081\u8fbc\u307e":134,"\u57cb\u3081\u8fbc\u307f":[27,41],named:43,"\u3002adjuster":66,"/to":[8,46],"\u30ed\u30f3\u30c9\u30f3":11,"ci\u4e0a":69,"\u7518\u3044":[],"(ctx":[16,60,108],"\u53d7\u4ed8":[80,113],"\u5b8c\u4e86":[96,134,106],"'mroonga":[102,67],"\u30d5\u30ec\u30fc\u30ba":[],".pid":86,"\u5f35\u3063":[96,113],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[],"\u4e2d\u7a0b\u5ea6":[147,116,13,135,90,123],normalizer:[],"_previous":16,"[header":[122,59,78,120,63,149,51,42,104,9,131,115,151,56],normalized:120,"\u305d\u308c\u3089":[158,96,108,63,17,156,46],">max":4,"\u96c6\u307e\u3063":117,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":113,"_malloc":34,"\u8d77\u52d5":[],twiter:6,iptables:46,"\"correction":10,"\u30af\u30e9\u30c3\u30b7\u30e5":[138,113,6,51,66,23],"{prefix":[165,9],"/linux":[],"-za":118,"\u6295\u7a3f\u5834\u6240":162,gcc:[147,116,20,113,6,23,165],dd:[132,133],"\u30b3\u30de\u30f3\u30c9":[],"\u5186\u6ed1":134,"\u5f35\u3089":[6,12,108,113],"\u5f35\u308b":[160,133],"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6":66,".textile":134,"\u30b5\u30fc\u30d0\u30fcid":23,bind:23,lines:[118,157,111],"/repositories":134,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":138,"\u7d9a\u304d":50,"\u306e\u3088\u3046":[96,160,84,113,16,51,142,66,133],"(cutter":157,"\u7d9a\u3044":[61,96],hiroshi:[23,138],jiro:38,"\u3002int":113,"\u7d9a\u3051":150,lf:158,"\u6d88\u8cbb":101,lc:106,ll:[61,78,129],euc:[165,86,113],li:[61,129],lt:[145,78,27,41],ls:134,"_gqpt":150,"\u9589\u3058\u308b":[23,1,83],"\u306f\u3069\u3061\u3089\u304b":[160,133],"\u8a71\u3057":76,"\u3067\u3057\u3087":[146,117,119,101,51,165],dat:83,"\uff08world":39,"\u30c7\u30a3\u30b9\u30afi":56,day:[101,132],"\u30e6\u30fc\u30b6":[63,96,60,3,134,109,39,150,6,75,43,10],"\u4e00\u3064":[89,5,39,129,7,93,95,65,98,12,15,16,100,139,141,21,143,58,108,62,63,114,11,155,70,159,161,119,29,97,31,125],"\u70b9\u9593":[11,40],"_persistent":[100,108],"\u5217\u5f0f":72,"& y":113,"& x":66,normalizerauto:[],"\u74b0\u5883":[],"\u5217\u5f15":60,"& b":133,"\u3042\u308c\u3053\u308c":112,"\u5f85\u3061\u53d7\u3051\u308b":91,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[102,97,161],"\u5fc3\u914d":123,res:[100,94,150,48],"& _":64,docutils:111,"\u30ab\u30ec\u30fc":129,red:[],"_end":2,"/\u6708":162,frank:85,"\u73fe\u72b6":65,"\u4ed8\u5c5e":[30,8],"/aba":[64,3,117],"& (":133,"\u76ee\u8996":122,"\u30d6\u30e9\u30b8\u30ea\u30a2":11,"*top":48,"_long":[2,153],"\u91ce\u9996":66,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":119,hex:38,reaches:124,"\u30d9\u30af\u30bf":[6,138,1,68,113],"\u7d44\u307f\u8fbc\u307f":[],monkey:12,"\u305d\u306e\u3088\u3046":151,"\u6c38\u7d9a":[],"\u8aad\u307f\u8fbc\u3080":[1,59],natty:[23,134],completed:43,acquire:17,documentations:144,"\u3068\u3088\u3044":165,"\u53d6\u308a\u5f97\u308b":39,"\u305b\u3044\u305c\u3044":56,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[],"\u5229\u70b9":119,"\u30da\u30fc\u30b8":[47,96,3,134,86,113,22,6,30,106],"\u81f3\u308b":12,have:[101,124],"=users":[8,46],"\"co":10,min:[],"_control":[2,153],"\u914d\u4e0b":[30,134],"_func":[34,66,45,15],"\u8aad\u307f\u8fbc\u307f":[59,3,113,9,23,156],"\uff08gnu":165,"/commands":[66,51,84,93],"_character":72,eight:3,"\uff09\u3001":[83,129],"\u306a\u3082\u306e":[126,108,134],"\uff09\u3002":61,"\u6e2c\u5730\u7cfb":39,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[6,109,56],request:[],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[122,1,65,138,113,6,66,23,99],"\uff08least":104,"\u7d44\u307f\u8fbc\u3093":119,normally:124,text:[122,96,48,4,83,39,150,27,6,102,78,141,124,67,133,46,160],"\u8d8a\u3048\u308b":61,supported:[36,8],"\u5ea6\u3068":23,conifugration:69,"\u610f\u5473":[96,60,3,160,117,73,156,84,86,113,64,136,43,165,72,150,133],"\u5b66\u3093":162,"*table":[137,100,68,108],"get\u30e1\u30bd\u30c3\u30c9":30,"[mruby":66,"\u65b9\u6cd5":[],")\u3059\u3079\u3066":85,"\u5c11\u306a\u304f":[133,119,112,27,101,160],"\u5c11\u306a\u3044":[96,160,101,142,156,133],"[column":66,"\u7e70\u308a\u8fd4\u3059":138,"_prepend":68,"\u306e\u307f\u3057\u304b":10,"_eval":[],"\u7e70\u308a\u8fd4\u3057":[150,133,106],"\u5272\u308a":[78,133,12,83,15,93],calling:34,fixed:6,"_busy":[2,153],"\u5236\u5fa1":[],"\u3002blogs":61,we:[],"\u4ee3\u5165":[],enhanced:36,wc:[135,116,13,147],xxxxx:134,"\u985e\u4f3c":[],"{name":133,"(string":98,"\u30c7\u30e1\u30ea\u30c3\u30c8":83,progress:132,"\u6751\u4e0a":[66,113],"_incompatible":2,"\u5b66\u3073":[96,11,117],"\u7dad\u6301":[119,46],"\u9577\u3059\u304e\u308b":113,"\u5168\u4ef6":[137,160,133],"\u518d\u8d77\u52d5":[],plugin:[],"-suggest":[],"_expression":96,".org":[3,90,8,165,147,97,134,73,12,13,16,141,106,38,20,150,64,91,116,117,135,77],"\u88dc\u6b63":[],"\u5171\u901a\u63a5":83,otherwise:[34,68],comment:[161,67,162],"\"fulltext":78,"\u304a\u304d\u307e\u3057\u3087":12,"-history":23,"\u4ee5\u524d":[61,162,113,6,12,66,23,166],"\u30ab\u30b9\u30bf\u30e0":8,"\u91cd\u307f\u4ed8\u3051":[61,96],"\u30e1\u30e2\u30ea":[],"\u5c0f\u6570\u70b9":12,json:[],"\u91cd\u307f\u4ed8\u304d":[],copied:34,define:[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":23,"\u306a\u306b\u5bfe\u3057":[160,133],finished:132,"_domain":2,"=..":134,"\u5168\u4f53":[],value:[],"\u540c\u3058":[],almost:124,"\u6307\u91dd":[],"(cve":66,"\u30bf\u30a4\u30df\u30f3\u30b0":[6,3],".db":[86,3,91,113],pkgs:116,"-endpoint":[118,55],optarg:[94,71],"\u67af\u308c":126,receiver:[118,55],":!":160,"[apt":6,"\u672c\u4f53":76,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":134,center:155,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":113,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":134,"\u304a\u3063\u3055\u3093":[],"\u4e00\u81f4\u7528":128,position:[34,48,78],"*result":100,"1byte":153,"\"ellipsoid":155,"\u8868\u793a":[],"-platform":[],"<level":55,"x\u30df\u30ea":[39,133],"\u5229\u7528":[],stored:[55,75],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":83,":<":[96,160],"\u958b\u59cb":[96,11,145,150,113,70,51,66,23,68,157],"_true":68,"\u3055\u3093":[117,138,27,130,113,6,66,23,99,10,46,106],add:[96,78,13,6,111,66,144,106],"\u3002gqtp":[158,2,91,153],"\u3055\u3089":67,match:[],tests:134,"|none":96,"\u5730\u57df":119,elapsed:[118,122,4,132],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":61,like:[8,108],success:153,"_leak":157,"_decr":68,"\u7f6e\u63db":[],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":46,works:[34,132],soft:124,"\u63d0\u6848\u7528":118,"\u4e0d\u6b63":[1,138,113,66,23,157,56],"((x":39,"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":113,"\u8ca0\u8377":[138,8],"\u7121\u52b9":[96,160,110,113,6,100,8,137,66,165,99],"\u610f\u56f3":[160,161,113,6,102,66,67],tmp:[3,134,118,136,84,86,113,51,91,93,156,46],"_optarg":[94,71],sjis:[165,36,86],"\u30b5\u30de\u30ea":113,"\u5f62\u5f0f":[],",\"domain":117,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":133,"\u30d0\u30b0":[23,112,113],"\u3046\u307e\u304f":[],dcb:66,host:[150,91],"\u6319\u52d5":[],"\u30c0\u30e1\u30fc\u30b8":61,about:[34,122,132,16,111,124,144,69],actual:8,socket:153,"\u3055\u305b":112,"\u4ee5\u5185":[43,64,162,133,109],"\u3055\u304d":12,"_time":[122,132],tomo:38,"\u3055\u3044":[126,78,3,128,81,83,39,22,6,2,90,91,9,131,165,46,147,96,11,133,73,12,136,13,61,51,17,54,84,56,106,59,42,20,148,149,150,113,63,161,64,97,104,66,115,157,116,160,117,119,120,102,135,151,162,30,77,8],introduced:8,"\u524d\u65b9\u4e00\u81f4":[],"!!":[50,38,8,162],"\u6307\u3059\u5024":137,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":134,"!)":8,dataset:[118,43,55,163],"_object":2,"\u30ec\u30fc\u30bf":6,"\u95b2\u89a7":91,rch:78,">default":4,"\u901f\u5ea6":[23,38,150,113,83],"\u7591\u554f":67,glib:113,"_inappropriate":2,"\u3002post":46,but:[118,124,55],"\u3068\u3068":[74,106],"\u3068\u3069":164,"\u3068\u306e":133,"\u3068\u3063":8,"\u30fb\u5168":139,buf:[100,68,108],bug:[6,36],"\u5730\u56f3":119,"\u3068\u3057":[158,38,59,60,133,109,12,150,39,86,113,15,101,11,8,75,43,67,156,10],"\u3068\u3048":[65,119,110,129,27,41,64,165,72],binlib:134,"\u3068\u304d":[1,78,3,39,129,86,6,8,9,43,66,165,162,45,46,147,96,11,133,134,73,12,136,13,15,102,100,142,137,10,56,38,60,107,109,121,112,113,63,153,23,156,116,166,160,117,119,138,27,122,135,75,77,91],"-disable":[118,23,138,66],"!\\":133,epel:[6,116],colum:124,pid:[1,165,86],"\u8a08\u7b97":[1,11,133,98,119,39,40,113,6,64,109,66,131,43,155,75],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[138,165,134],"-config":[1,138,86,6,23,165],saer:[136,109],"\u4f7f\u3044\u5206\u3051":[61,129],pip:111,"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":134,"\u305f\u3060\u3057":[1,160,129,86,113,63,52,30,137,23,133],"\u305f\u3060\u3051":6,"\u6291\u5236":[6,66,113],detail:150,"\u3068\u308b":68,"\u4fc2\u6570":[96,60],"\ufffecrch":78,"\u3068\u3082":[96,133,148,150,27,161,64,160],appends:[],"_vars":34,"/sysconfig":126,"\u306e\u3044\u305a\u308c":[84,80],"\u307b\u3069":[126,3,12,136,86,56],resolution:[],cpu:[118,119,150,8,165,46],"\u5909\u3048\u308b":[61,96],"\u307b\u3046":66,"\u307b\u304b":[12,119],"-r":[118,55],"4e":148,"|ro":96,"(shorttext":[],"\u3002groonga":[3,4,83,6,90,8,43,165,147,96,65,133,13,127,150,113,63,66,67,70,116,160,119,135,76,91],"\u6e1b\u3089":[6,83,80,109],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":137,tweet:101,"\"ab":10,under:[118,8,55],"-ci\u4e0a":113,"/acccess":126,"/plugins":[138,165,113,9],resourses:[],"\u5b9f\u6570":39,"\u6761\u4ef6\u5f0f":[],"\u6700\u9577":[23,150,133],"_snip":[6,66],"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":136,"-repository":[6,13,134],estimates:48,"/mm":133,"_nsubrecs":[52,108,117],"\u7b87\u6240":[122,27,134,113],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[23,113,66],"\u4e00\u8a9e":61,"\u5b9f\u65bd":134,"\u81f4\u547d":6,"-rpm":134,"\u7d44\u8fbc":[58,89,98,5,39,62,155,159,63,29,7,139,125,141,143,21,93,31,70,114,95],"\u683c\u7d0d":[],"\u7fbd\u7530":[],"\u53cd\u8ee2":133,"\u30e2\u30cb\u30bf\u30fc":[135,116,13,147],"\u9069\u7528":[],"\u3002output":141,studio:[6,90,113],represented:[],path:[],"\u95a2\u4fc2\u5f0f":[],".ddl":150,"_key":[],"\u79cb\u8449":64,changed:[36,8],"\u5f62\u614b":[119,165,133],"\u58ca\u308c\u308b":[6,23,1,138,113],"\u63a8\u79fb":65,"\u3082\u3063\u3068":96,"-ci":113,"\u8fd4\u5374":[93,96,3],"\u8aad\u307f\u3084\u3059\u3044":99,"\u30bd\u30fc\u30b9\u30ab\u30e9\u30e0":[66,84],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":113,noarch:[147,116],m6:20,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":107,namebuf:[68,108],autogen:[6,134,106],"\u30a2\u30e1\u30ea\u30ab":11,"_jis":165,"-bind":[6,23,86],must:[34,48,118,75,124,55],me:32,te:78,"\u7f6e\u304d\u63db\u3048":[66,86,160,106],mb:6,mm:[132,133],ml:112,"\"blank":166,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":150,mv:21,install:[],my:[96,160,133],"/xml":46,"\"s":[43,136,78,109],end:[158,145,4,153],eng:[43,136],"\u3002html":145,"\u3002functions":157,"\u30d7\u30ed\u30bb\u30b9":[158,70,65,3,119,86,113,6,114,51,8,9,150,143,46],env:156,"\u3067\u3082\u3063\u3068":126,rroonga:[161,113,16,102,142,66,67,69],"\u30b4\u30df":[23,138,114],"\u7d42\u4e86":[],description:[162,129],"-devel":[147,116],"\u305d\u306e\u5f8c":133,".tar":106,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[],"-files":[],"\u5c0f\u3055\u3044":[96,60,160,83,130,137,155,56],"\u5272\u308a\u5f53\u3066":[16,138],"\u4e88\u5b9a":[59,65,73,74,27,11,131,23,46],executed:91,"\u7acb\u3061\u4e0a\u3052":150,"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":66,"\u305f\u304f":[126,117,113,27,23,10,46,106],"\u5bfe\u8c61table2":100,synonyms:156,"\u300c\u697d\u3057\u3044":129,"@packages":134,gqtp:[],"\u305f\u3073":[64,65,150,134],"\u305f\u3060":[147,73],"\u8fd4\u308a\u5024":[66,113],"\u4e00\u884c":[150,138,86],"\u3072\u308d":128,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":113,"\u3072\u3089":[43,160,133],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":104,"\u3054\u3089\u3093\u304f":92,"2\u3064":[0,96,3,160,117,98,162,84,113,63,102,126,161,75,66,67,167,46,56],each:[109,118,136,75,8,132,43],searc:43,signing:134,"\u53d6\u308a\u8fbc\u307f":23,"\u3002\uff08":[96,129,160,75,83,39,40,27,41,15,114,109,138,142,133,43,137,23,106,69],"\u3002\uff09":[106,1,129,160,109,83,40,27,41,138,133,75,137,23,69,96,56],"(byte":[100,108],"\u6e96\u62e0":[8,113],goo:[160,133],msgpack:[4,153],"\u30da\u30a2":[80,109,12,75,43,156,10],newly:27,"\u4f59\u8a08":112,"\"(":[80,113],free:[114,138,132],"\u305f\u308a":[126,82,83,39,142,112,119,66,76,56],"\u305f\u3089":[96,133,134,161,138,112,126,102,85,66,43,165,46,106],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":51,freq:75,"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":16,"\u305f\u3081":[],"\u53e4\u304f":66,freecode:[],"\u53e4\u3044":[6,162,51,166,134],"_locked":68,filter:[],onto:124,rand:[],already:[34,124,17,55],"\u53ef\u5909":[23,84,31,153],"\u897f\u66a6":133,top:[23,48,29],"\u771f\u507d\u5024":[],".groonga":[106,116,134,147,20,13,150,135,90,165,77],too:[67,153],tom:102,tood:34,"_pragma":96,tool:[69,111],serve:134,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":114,".com":[],prefecture:[],"\u6d0b\u723e":23,"\"good":[96,133],"_untag":[],expr:[68,72,45,105],nakano:[],"*cursor":48,obata:138,"_isspace":34,"\u8d64\u9053":11,ram:150,"\u6709\u3057":84,"\u5834\u5408":[],"\u5f93\u3063":[96,100,137,30,94,46],"\u4e00\u89a7":[],"_source":134,hanako:151,"\u591a\u9762":119,"> y":113,"\u5f93\u3046":138,"/share":[23,86],though:43,"\u3044\u307e\u305b":[96,78,160,83,40,113,122,8,136,133,167,156,116,46,56],bsd:165,"\u3072\u3068\u3064":[6,160,98],"\u30b5\u30b8\u30a7\u30b9\u30c8":[],"\u30ed\u30fc\u30de":43,"\u30ed\u30fc\u30c9":[],"\u30ec\u30b3\u30fc\u30c9":[],marverick:138,"\u307f\u306a\u3055":60,pkg:[20,138,165],"\u5ea6\u8868":138,"\u5c0f\u6570":[],"\u6c42\u307e\u308a":119,"\u3002hook":82,"\u306b\u3064\u3076\u3084\u3051\u308b":112,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":60,"\u59cb\u307e\u3063":[122,10],"_valid":8,fontaine:23,"*fin":45,"\u3064\u3064":[61,102],watch:134,"\u306f\u307e\u3068\u3081\u3066":134,"\u3064\u304d":[59,97,73,96,63,104,131,156],"\u3064\u304b":130,"\u3064\u3044":162,"\u7d50\u679c":[],hendro:113,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[],"-per":[118,23],"_with":[128,129,100,108,133,56,160],"\u3064\u3051":[96,11],nul:[34,23,71],"-commnad":65,ciritical:8,"\u5bfe\u8c61cursor":[137,107],"_for":60,"\u4e8c\u3064\u76ee":[],"\u30d7\u30ed\u30b0\u30e9\u30e0":[6,84,76,138,8],"\u5bbf\u99c5":[],"\u56db\u6368":23,"\u30d7\u30ed\u30bb\u30b9id":91,"\u30b5\u30fc\u30d0\u30fc":[],"\u59cb\u307e\u308a":134,"\u59cb\u307e\u308b":[96,160,150,63,100,52,66,43,156,10,46,133],news:[],"\u82e6\u624b":119,"\u3068\u3057\u307e\u3057\u3087":[67,80],"\u30e9\u30f3\u30c0\u30e0":64,"4gib":[83,153],"\u65b9\u5411":137,"\u591a\u91cd":158,"\u5f8c\u304b\u3089":141,"\u7d4c\u7def":[12,39,64],trust:134,"\uff13\u3064":39,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":150,"\u7b49\u3057\u3044":[96,60,160,68,133],"\u7b49\u3057\u304f":[60,160,133],"&lt":[145,27,41],been:134,"\u30a8\u30e9\u30fc\u30ed\u30b0":126,"_blog":67,"\u8d77\u6e90":12,"/shutdown":[8,46],tokenmecab:[6,61,129,149],"\u5217\u60c5":78,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[],msec:17,xxx:[86,113,133],"_not":[96,2,51,151,153,115,94],"\u6700\u9069":8,"\u7528\u9014":[147,96,73,83,13,113,122,135,90,123,119,116,126],"\u6728\u4e0a":137,tasukuchan:[],"*ctx":[34,35,48,107,71,68,82,18,15,16,137,100,53,54,94,72,45,105,108],"\"e":[43,78,136],"\"a":[66,78,161],"\"b":161,"\"c":161,"\"n":[122,96,3,160,70,8,133,91],"\"h":78,"\"i":[122,96,133,162,101,67,160],"\"k":38,"\"t":78,"\u5c1a\u4e5f":113,"\u81ea\u8eab":[6,23,78,86,156],"\"}":[38,166,160,117,109,12,136,101,50,102,64,151,8,161,75,43,67,133,46,128],"\"x":113,"\"@":162,"\u691c\u7d22\u4f8b":[],suggest:[],"\u30bf\u30fc\u30df\u30ca\u30eb":8,niku:66,"\"\\":72,"\"]":[38,96,3,133,73,61,162,84,86,27,141,43],"\"_":[3,80,84,8,43,115,46,128,50,96,11,133,73,12,136,101,102,51,141,38,109,61,113,161,64,97,85,67,160,117,162,122,151,75,166,91],"\"[":6,"\"'":[96,160,73,61,129,113,6,66,133],"\"\"":[161,39,99],"\"#":23,"\",":[78,3,80,84,86,41,91,43,93,115,128,101,96,11,133,73,12,136,50,102,51,141,38,109,61,145,150,113,70,114,64,97,85,67,160,117,161,162,27,122,151,75,166,8],"\"-":[23,11],"\".":[43,133,117],"\"/":[84,51,86,64,93],"\u4e8c\u756a":[],"\")":[38,11,133,98,110,102,113,6,29,64,85],"\"*":6,characters:[],"\"<":[145,113,41],"\">":[145,4,41,27],"\"?":4,"\":":[78,3,4,41,91,131,43,115,46,80,101,96,11,133,73,12,136,50,102,51,128,38,59,42,109,145,149,150,70,114,64,97,85,67,160,117,161,162,120,151,75,166,8],"\";":[150,8,46],"\u78ef\u90e8":113,charlie:162,"/run":[86,134],"\u3084\u3059\u304f":138,"\u3084\u3059\u3044":[1,96,27,41,142],"\u5bfe\u8c61table":[137,100,68,108],"_tags":[38,162],"_ctx":[],"\u4ecb\u6587":162,"_buffer":[18,2,153],".scr":150,"*bottom":48,"_selector":[],"5f":150,"(init":15,ceekz:113,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[160,133],advanced:36,"\u542b\u3080\u5168\u3066":51,"\u5c0f\u6587\u5b57":[137,78,3,166,56],poedit:106,"\u6b63\u3057\u304f":[6,43,160,113,66],"\"engine":[43,109,75],"\u6b63\u3057\u3044":[156,10,109],"\u7d20\u89e3":[119,165,133],"\u307e\u308f\u308a":76,successfully:34,"_str":[162,72],"\u3080\u3044\u3061\u3083\u3044":[],jennifer:128,escape:72,"\u73fe\u4ee3":119,tutorial:34,".zip":106,"\u6765\u307e\u3057":[],"_right":[23,48,29],".github":[134,106],allocate:[],core:150,deleted:68,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":6,night:[101,80],"\u3001\u300c":[38,1,117,61,129,86,96,64,43],"\u6d88\u3048":83,":type":[72,15],limitation:124,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[6,3],ppa:[],"\u3002ascii":[160,133],"\u3092\u3054\u89a7\u304f":119,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":93,two:[132,8,55],"[@":[6,23,113,66],git:[92,134,106],"[{":[8,46],"[a":118,gib:[57,124],"[test":6,"\u3084\u307e\u306d":[66,113],"[n":113,head:[158,153],removep:68,"\u6253\u3064":134,"\u57f7\u7b46":[67,40,88],"\u9032\u6570":[114,133],"[:":91,"[#":[6,23,99,66],"[\"":[38,96,133,73,12,136,84,27,61,162,43,114],autoconf:23,"\u5185\u8a33":61,"[,":155,"\u6dfb\u4ed8":6,"\u8abf\u3079\u308b":[29,155,113,148],decrypt:134,"(match":102,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[],check:[],ongaeshi:[6,138,113],"\u305f\u304b\u3063":[80,109],no:[1,36,83,96,113,48,153,136,124],"/mxcl":134,when:[118,111],ne:78,ng:78,ny:162,setting:124,"\u5217\u6319":3,"\u6ce8\u8a18":113,tid:107,saerch:[136,109],"\u4e09\u756a\u76ee":133,"\u5024\u3054\u3068":117,"=number":[],"_touch":[138,71],"_unlock":[34,68],sql:117,longer:36,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":114,"\u672c\u756a":134,"_memory":[],"\u4e00\u8cab":[],varying:34,",\"tags":38,"\u30d0\u30c3\u30d5\u30a1id":114,"\u30d2\u30c3\u30c8":[96,60,128,61,162,129,113,101,43],row:27,"_same":113,"\u4e00\u822c":[96,3,160,119,16,142,68],environment:69,"}attr":113,"*tid":107,advantage:27,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[160,133],enqueue:121,"6elz":66,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":31,"\u3053\u305d":[],level:[34,5,86,7,8,132,55,153],"\u8208\u5473":119,brother:160,"/db2":46,"/db1":46,"\u6d88\u305b":8,"\u6f14\u7b97\u5b50":[],"\u79d2\u8868":[12,61,64,133],"\u6c42\u3081\u308b":[119,11,117,155],"\u5024\u6bce":[96,117],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":134,"_truncate":[23,100],"/load":[59,8,46],"\u56f0\u3063":112,".builtin":71,reply:67,"3\u3064":[147,96,3,117,12,145,13,27,113,122,135,51,157,142,67,116,126],"\u751f\u3058":[89,5,62,7,139,21,95],baseball:[38,67],"\u9ad8\u6a5f":[119,126,60],"=groonga":[118,8],deb:[6,135,13,134],"\u6b63\u78ba":[12,70,3],"\u63d0\u4f9b":[],"_success":[34,96,2,15,16,17,132,72],"\uff08ruby":69,"_info":[],"\u9006\u306b":[38,162],"\u30ea\u30f3\u30af":[160,134,12,113,6,92,66,133],"_delete":[82,23,100,68,137],"\u307f\u307e\u3057\u3087":[38,3,80,117,12,162,64,67],"\uff08messagepack":165,handled:8,"-src":135,sports:38,"\"name":102,"\u76f8\u5fdc":100,memory:[],msg:121,outputs:[132,55],"_concurrency":158,"\u30bb\u30c3\u30c8":[60,129,100,137,68,95],"\u3044\u308f\u3086\u308b":38,"*dest":100,"_asc":100,".txt":134,"\u672a\u4f7f":66,memry:124,"\uff11\u3064":[84,121],"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[158,126,8,113],"/setup":69,"_sis":[128,129,160,100,56,133],"-docutils":[134,111],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[],":clear":134,shibuya:138,"\u76f8\u5f53":[122,64,3,117],"\u5f15\u304d\u8d77\u3059":[6,113],clone:[],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":69,representations:[],"\u6b20\u70b9":119,succeeded:[63,51,151,115],"_ql":66,"\u8efd\u3044":51,"\u30b0\u30eb\u30fc\u30d7":[],representation:[],"\u3002tag":38,"_res":150,"/srpm":134,"_descriptor":[2,153],"\u542b\u307e\u308c\u308b":[60,3,134,12,119,145,86,41,61],normalizermysqlunicodeci:166,".yml":69,"\u56f2\u307e":[27,41],"\u56f2\u307f":[145,86,27,41],"[[":[128,86,41,43,131,93,115,96,11,133,73,12,101,102,51,38,59,61,145,151,67,160,118,162,27],"\u30d9\u30fc\u30b9\u30d1\u30b9":8,"_pass":8,"\u56de\u7e70\u308a":150,cutter:[],"\u6ce8\u76ee":[96,117],"\u3059\u306a\u308f\u3061":12,term:[63,114,80],name:[],"\u500b\u3005":[61,65,60],"\u65e5\u3005":112,"\u30b7\u30a7\u30a2":22,"\u534a\u7121":[23,56],"\u5bfe\u8c61column":108,"\u53d6\u308b":153,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":113,"\u30cd\u30b9\u30c8":[6,67,113],"\u30d1\u30fc\u30b9":[23,110,72,142],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":62,"\u6642\u4ee3":119,"\u3042\u3044\u307e\u3044":56,"-default":[],candidate2:136,"\u914d\u7f6e":[3,134],"\u56f2\u3080":[3,27,113],"\u3002key":[100,129,3],"\u30b3\u30fc\u30c9":[78,113,106],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":160,"\u4e92\u63db":[147,116,65,133,134,13,120,135,30,166,46],turn:8,"\"element":73,"\u30db\u30b9\u30c8":[158,134,86,150,6,91,23],yum:[6,147,116,134,111],"\u5b8c\u7d50":112,"-normalizer":[147,116,13,120,6,135,166],"\u304a\u9858\u3044":[150,112],origin:106,fetched:75,redhat:[23,165],"-version":[],"\u3002geopoint":162,"\u30b7\u30f3\u30d7\u30eb":[167,117,142],"_function":[34,2,153],array:114,"\u7d5e\u8fbc":[],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[11,104,142],returns:[34,118,100,48,108],kbytes:150,"\u30d1\u30a4\u30d7":63,"\u30a8\u30f3\u30c8\u30ea":[96,133,160,16,161,108],specify:[118,106,8,163,55],"-httpd":[],"(tab":156,"< t1":60,"\u3080\u308b\u3093":[160,133],posix:133,pre:36,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":57,"_local":[150,141],ann:134,"_groonga":122,enourmous:75,"\u53b3\u5bc6":43,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[],takuto:138,"_permitted":[2,153],"\u30d5\u30e9\u30b0":[1,78,3,128,5,84,88,6,7,89,23,95,96,133,73,12,137,15,139,21,56,62,63,114,153,66,99,160,120,166],animation:38,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[54,96,165,86],multiple:[118,43],"_suggest":130,"_down":[2,153],"_interrupted":2,"\u81a8\u5927":119,"\uff09:":[147,59,129,20,13,116,135,131,77],"\u4e2d\u65ad":[6,23,82],geoindex:[],"8mb":166,"\u5c06\u6765":[59,11,73,120,113,149,42,153,131,46],"\u4e00\u81f4":[],"\u547c\u3076":[6,157,142],"\u5ea6y":39,sitecountry:[91,117],"\u540c\u3058\u91cd\u307f":102,"\u88dc\u5b8c":[],"\u3002weight":12,"\u30d1\u30c3\u30b1\u30fc\u30b8":[],"\u5024\u3088\u308a":[96,60],"\u7530\u8fba":113,"\u985e\u7fa9":96,explicitly:[43,111],"[2":86,"\u5f53\u8a72":[65,68],ssh:134,"\"null":6,"_port":150,":')":63,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":129,mapped:124,ignored:[6,71],"\u30b9\u30b3\u30a2\u30fc":[],".co":[96,36],"#'":86,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[162,1,56],broadway:[],"<gqtp":150,"\"#\"":150,"(..":113,"#{":132,cities:11,come:162,"\u30af\u30ea\u30fc\u30f3":134,quiet:153,"\u30ec\u30b3\u30fc\u30c9id":[],"\u4e00\u822c\u7684":119,color:166,whombx:113,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":6,period:[],"\u6a19\u8a18":66,"\u76f8\u5bfe":[23,96,134],"_clone":134,raring:[66,113],"#proxy":8,"\u5f8c\u4e8c":[],"*db":[68,71,15],"\u6709\u9650":96,"(age":85,"\u4ee3\u308f\u308a":[166,160,145,86,27,41,90,91,165,8,56],engine:[78,109,136,145,27,41,75,43,10],"/vdw":[64,3,117],"_tokenizer":[],"_value":[],"_tokenized":[78,120],"case":[34,124,55],"\u25cb\u25cb":112,"\u30ed\u30ae\u30f3\u30b0":15,shops:129,"\u975e\u63a8\u5968":6,"\u53d7\u3051":[11,3,80,153,113,6,8,85,66,121,46,91],"\u305f\u3068\u3048":61,saerc:[136,109],"\u559c\u3073":[74,106],archive:[],html:[],"\u5831\u4ee5":78,events:46,"\uff08romaji":43,status:[],"0\u30d9\u30fc\u30b9":96,downloads:90,"[\u8a9e":114,"\u7d4c\u7531":[63,89,143,134,5,150,138,62,6,114,7,139,141,93,21,66,31,70,125,95],without:[43,75,8,27],"[geo":[23,113],"\u30d1\u30bf\u30fc\u30f3":[122,133],"/unit":157,"\u4f5c\u6210\u6e08":86,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],unicode:166,"\u3088\u304b\u3063":61,"\u53ef\u5426":3,"\u3002\u3056\u3063\u304f\u308a":73,blog:[61,161,67,3],"\\'":[86,160],"\\%":90,"\\\"":[97,145,129,27,41,50,161],"\u9577\u65b9\u5f62":23,hino:113,"\u63a2\u3059":67,"\u3002point":[29,155],"/base":134,"\\\\":[161,145,160],")..":134,"\u3079\u304d":[84,68,153,134,166],"\u3068\u304a\u308a":[57,64,150,117],"*mutex":34,"_send":16,"-mm":[132,133],"_host":150,"\u985e\u7d39":61,"\"groonga":[96,133,73,27,161,10,56],frees:34,automake:138,"\u9234\u6728":6,"@uzulla":23,"_unlink":68,mooz:23,"\u4e09\u3064":[11,129],freed:[],"/eval":131,"\uff08personal":[],"\u30b9\u30da\u30a4\u30f3":11,tokenbigramsplitsymbolalpha:[96,78,61,129,149,32],oo:[83,78],on:[34,36,118,145,27,41,100,48,8,78,68,46,106],ok:151,of:[],"_escalation":[],"\u30e6\u30fc\u30b6\u30fc":[],"\u8a2d\u5b9a\u5024":[148,1],os:[],or:[34,96,48,80,118,100,102,64,153,132,124,156,160],op:[100,94,72,48,108],"_leading":96,"\u5c11\u306a\u3051\u308c":56,"\u5f0f\u5168":[160,133],"\u884c\u76ee":[122,150,134],"\u30c1\u30e3\u30f3\u30af":114,"\u30a8\u30ed":[],"{path":165,"\u8a55\u4fa1":[131,161,60,113,133],there:[43,160,124,73],"\u53d7\u3051\u53d6\u308a":[60,3,8],strict:66,"\u300ccomments":162,"/modules":[138,8],"\u901a\u308a":[78,84,40,41,93,165,96,11,133,134,136,13,102,56,61,145,161,97,85,67,155,69,160,120,27,151,75],"*escaped":72,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":166,"(location":[38,64,11,162],datasets:163,"\u69cb\u7bc9":[],"\u4f5c\u3063":[117,61,100,8,137,23,166],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[],":macro":108,"/hostname":[150,86],"\u30de\u30fc\u30b8":[6,106],"\u65b9\u5f62":[11,155],"\u5927\u6587\u5b57":[3,56],"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":113,"\u4f5c\u308a":[43,67,109,56],"\u4f5c\u308b":[38,80,109,162,121,73,142,56,106],"\u8ab2\u7a0b":113,gettext:106,"\u3066\u3057\u307e\u3044":112,"\uff08proc":82,"_type":[],ftp:150,"\u53d7\u3051\u53d6\u3063":119,"\u3002ctrl\u30ad\u30fc":3,"/mysql":166,"\u30ea\u30bd\u30fc\u30b9":[16,66,101],calls:[],":mm":[132,133],gunyara:[],"\u30ab\u30d0\u30ec\u30c3\u30b8":[],"\u6c17\u306b":[84,68,106],"/select":[8,91],directory:[34,118,55,153],"4\u3064":[83,27],"\u30c7\u30fc\u30e2\u30f3":[],migrated:[96,160,133],"\u306a\u3051\u308c":[35,2,127,84,86,6,8,165,50,96,97,133,73,12,51,15,16,100,56,108,150,63,161,85,68,156,69,160,72],dist:134,executing:118,scalar:73,"\u6761\u4ef6":[],ptr:34,"\u8fd1\u3044\u9806":40,jessie:[],"\u30d3\u30c3\u30c8":[],"\u5b58\u5426":68,"/locale":[106,134,111],"/scalar":127,init:[6,66,165,45],"\u304a\u5f85\u3061":22,"\u5b9f\u7528":66,".name":[114,162,161],"[travis":113,"\u95a2\u9023":[],"=message":[],"-word":96,systemctl:126,"***":7,llt:78,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[23,134],"\u8a9e\u7248":134,longtext:[39,48],list:[134,55,163,111],"_html":[],"\u304a\u3088\u3073":[3,134,12,119,86,6,165,45],"\u4f4e\u6e1b":[126,138],"\u6d69\u4e8c":6,"<protocol":86,"\u89aa\u5207":138,yappo:[66,36,113],"\u884c\u3048\u308b":[6,38],"/news":134,tex:78,"/centos":[116,126,134],"_scalar":[80,84,41,96,11,133,101,102,51,141,38,108,61,145,63,161,97,85,67,160,117,162,27,151,124],will:[34,124,68],"(packages":134,sub:[],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[],version:[36,3,4,134,150,15,70,103,91,23,8],memcached:[],tags:[38,84,73,93,56],"\u88dc\u5b8c\u8a9e":43,"#worker":8,serihiro:6,"\u6163\u308c":117,allows:27,matsuu:138,options:[],gtihub:23,tokenunigram:[149,32],ocelot:[23,113],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":134,"\u300c\u697d\u3057":129,"/atv":[64,3,117],"\u69cb\u6587":[],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[70,125],"\u7a4d\u7b97":[96,60],"_expire":68,thus:[55,163],flag:[],"_blank":120,"\u3002git":134,"\u30d7\u30ed\u30f3\u30d7\u30c8":4,"\u524d\u63d0":[],"_supported":[2,153],"\u89e3\u6790":[],"\u79fb\u884c":[23,65],"_encoding":[],"\u306e\u306b\u5bfe\u3057":15,"=table":56,"\u671f\u5316":[6,15],"\u30ea\u30cd\u30fc\u30e0":23,"\u958b\u767a":[],"\u7406\u7531":[],">\u529b":7,"&..":91,overcommit:124,disable:[118,23,8],"_text":[66,120,157],"\u30ea\u30dd\u30b8\u30c8\u30ea":[],"-max":[118,23,86],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":157,"-munin":[],"-http":[],specifying:34,"\"book":133,":\u79d2":162,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":134,"\u9ad8\u307e\u3063":119,disables:[8,111],disabled:[43,132],"\u623b\u308a\u5024":[],"\"is":12,"\u30bf\u30a4\u30d7":[82,23,150,46],"_link":[2,153],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":105,soccer:38,"\u30d6\u30fc\u30ea\u30a2\u30f3":39,"_large":[2,153],"return":[122,132],"\u52d5\u4f5c":[],"\u6d45\u898b":113,"\u5897\u3048":[131,67,78,73],"\u8a71\u984c":22,"-encodiong":133,innodb:119,"\u51fa\u6765\u308b":162,"-create":[],"\u5897\u3084":73,weight:[6,12,96,108,73],generation:111,"_release":134,"/en":[8,134,111],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":13,"\u6c42\u3081":[119,98],"_new":[6,23,121],"/managers":[8,46],"\u3072\u3053\u3055\u3093":[6,66],generate:[34,111],thread:[34,132,100,150,121],"_ito":23,"_hash":[],"\u30c9\u30e1\u30a4\u30f3":[66,117],"\u5927\u304d":[73,83,6,114,8,56],"\u5f62\u72b6":40,"${":[102,96,133,124,106],"\u30bb\u30af\u30b7\u30e7\u30f3":[78,120,84,90,8,131,43,165,147,96,11,73,164,13,50,51,104,144,56,146,59,108,109,20,153,115,156,69,116,160,117,26,122,135,123,75,124,76,106,77],gpl:36,passes:134,"\u5b58\u5728":[1,3,129,126,6,91,96,68,15,100,52,141,137,148,150,113,64,85,66,67,155,117,119,138,122,29,8],script:[],gpg:134,"\u3050\u3088\u3046":11,"\u60c5\u5831\u540d":93,passed:134,store:48,gps:119,"\u8a9e\u691c":96,option:[118,132,55,111],"$(":[147,135,116,13,77],"/synonyms":156,"\u4fbf\u5229":[96,78,160,73,12,119,120,122,142,43,165],"\u6271\u3048\u308b":[148,113,66],"\u540d\u4e00":[],"\u898b\u308b":2,"\u306e\u304b\u308f\u308a":66,"/groonga":[126,3,84,86,6,90,8,9,92,93,165,147,134,74,13,51,106,20,113,91,23,156,69,116,118,138,135,124,77],"-working":6,"-get":[6,135,13,134,111],",[\"":61,"7e":150,"\u898b\u3066":[122,96,8],"\u307e\u307e":[65,134,117,12,112,113],"\u898b\u3064":[6,136,138],"/#":16,"\u540dn":[93,96],"\u307e\u3060":[59,65,133,136,96,27,70,153,113,131,23],"\u307e\u3067":[57,50,60,3,128,117,83,85,86,113,101,16,17,134,66,67,162,150,106],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,65,74,13,14,15,16,17,20,21,23,25,26,27,29,30,31,72,34,35,89,58,39,40,41,42,43,44,45,46,147,165,50,51,52,53,54,55,56,57,38,59,60,61,62,63,64,11,66,67,68,69,70,71,98,135,75,76,77,78,80,167,82,83,84,86,22,88,90,91,92,93,94,95,96,97,73,100,101,102,103,104,105,106,107,108,109,110,112,113,114,115,116,117,118,119,120,122,123,124,125,126,127,128,129,131,133,134,136,137,139,141,142,143,144,145,146,148,149,150,151,153,85,155,156,157,158,159,160,161,162,164,166,12],"\u307e\u305a":[3,80,117,61,162,129,150,90,8,134,133,67,165,106],"\u307e\u305b":[34,35,126,2,3,80,83,39,40,86,104,41,6,78,91,9,131,43,66,165,129,10,46,50,96,11,133,134,73,12,136,150,100,15,16,102,51,52,17,21,143,120,84,56,59,42,107,108,109,61,148,127,149,112,113,101,63,137,151,153,85,23,67,68,156,70,166,160,117,161,119,93,27,122,106,72,125,8],"_list":[],"\u307e\u305f":[],"\u3058\u304d":27,port:[118,150,91,77],centos6:6,"\u7279\u5b9a":[],superior:27,"[pat":6,"\u9069\u6642":82,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":67,"\u66f8\u304d\u5f8c":129,added:[100,36,48],"\u3093\u3057\u304d":142,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":60,"\u30d5\u30a3\u30eb\u30bf":6,exec:153,customize:[43,8],park:[],"\u30e1\u30fc\u30c8\u30eb":[11,155],"\u89e3\u653e":[70,107,15,16,137,66,68],"\u73fe\u5b9f":117,"\u307e\u307e\u3067":61,"\u3002id":15,"-oriented":27,"\u9577\u3055":[108,12,53,150,6,100,137,68],orangain:113,"\u624b\u52d5":8,"&query":91,".rb":[66,59,138],"\u304a\u3051":96,"_users":162,"\u304a\u304d":[119,134],"\u304a\u304b":165,"\u304a\u3044":[3,108,134,12,119,113,100,52,23,68,157,106],"\u59cb\u70b9":3,"_call":[2,153,60],"_format":[2,153],firewood:[6,113],"\u304a\u3070":[23,1,113],concatinated:118,"-ftp":150,"\u4f4e\u6a5f":60,"\u3042\u304f":16,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[],"\u629c\u3051\u308b":3,"\u671b\u307e\u3057\u3044":[119,112,134],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":8,longest:100,"\u304a\u3070\u305f":[23,113],"\u305d\u308c":[126,3,80,39,129,90,147,96,97,133,134,12,137,84,106,60,107,61,53,70,67,68,160,117,138,75,56],"\u306b\u304a\u3044":[12,65,134],"\u4fdd\u8a3c":[114,65],"\u6570\u5024":[],"(content":[97,27],"\u30b3\u30df\u30c3\u30c8":134,"\u305d\u3057":[],"\u76ee\u4ee5\u964d":96,art:162,tobby:102,dump:[],"]]":[96,118,136,86,50,151,139,150],"][":[160,113,6,66,23,99],"\u305d\u3046":[85,112,133,69],are:[34,96,48,73,118,124,75,27,163,113,132,17,111,43,55,106],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[150,134,106],"_mutex":34,"]}":[12,114,161],"\u30b9\u30b3\u30a2":[96,60,73,61,136,6,118,64,52],"]x":162,"\u5897\u3048\u308b":[149,42],"/non":113,"\u305d\u306e":[],korea:117,recently:104,creating:124,"\u5927\u91cf":[83,38,60,3,56],"\u304a\u3088":17,"\u898b\u3064\u3051\u308b":[43,51,166,8],"\u304a\u308a":[66,64],solr:133,"\u672a\u521d":6,"\u30c6\u30fc\u30d6\u30eb":[],license:[36,134],"\u8a02\u6b63":156,"]'":[8,46],context:[68,8,27],"]\"":[6,162,113],"],":[78,3,80,84,86,41,91,43,93,115,128,101,96,11,133,73,12,136,50,102,51,141,149,38,42,109,61,145,150,70,114,64,97,85,67,160,117,161,118,162,120,27,122,151,75,166],"]/":91,"])":[58,145,155,17],finds:100,minagawa:113,"\u691c\u7d22id":100,"\u3042\u3068":[134,106],improper:153,"\u30b3\u30de\u30f3\u30c9url":46,"'alice":160,"\u7d76\u5bfe":9,":#{":132,"\u8003\u616e":[61,80],"\u5f0f\u3068\u3057\u3066":72,due:27,pg:85,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":8,po:[],kiske:6,"\u3057\u3084\u3059\u304f":6,"\u6574\u5217":[119,3],"(html":97,"#groonga\u30bf\u30b0":[],"\u8a00\u8a9e\u540d":106,"\u30d9\u30fc\u30b9":[126,78,160,167,119,138,6,100,137,23,133,106],"\u30d8\u30c3\u30c0":[66,113],"\u79d2\u9593":23,"\u5730\u7cfb":11,evaluated:131,"(body":[145,41],"\"sug":10,xvzf:[147,116,20,13,135,165,77],"\u5404\u8a9e":114,"\u6027\u5225":119,"_expansion":[],rid:[18,107],"\u30ed\u30fc\u30ab\u30eb":[133,134],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[],"\u6210\u679c":[],"*type":108,"/ppa":13,"\u5065\u4f5c":38,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[],"/hoge":86,"\u64ec\u4f3c":[96,160,133],"\u672c\u6765":[],abcde:120,edge:121,nanoseconds:132,"\\bin":90,"\"alice":160,"\u6b8b\u5ff5":12,"\u9006\u5f15\u304d":[],"\u3067\u304d\u308b":[],tables:[124,141,163,75],"\u4e92\u63db\u6027":134,"\u3067\u304d\u308c":[],"\u3002keys":100,"\u64a4\u5ec3":[66,138,86],"\u5024\u7528":23,"\u304f\u3060":[126,78,3,128,81,83,39,22,6,2,90,91,9,131,165,46,147,96,11,133,73,12,136,13,61,51,17,54,84,56,106,59,42,20,148,149,150,113,63,161,64,97,104,66,115,116,160,117,119,120,102,135,151,162,30,77,8],boost:43,"_finalizer":[45,15],"@wareohji":6,unstable:134,"\u6642\u523b":[122,71,109,162,150,70,159],".title":12,"\u7f6e\u304b":[30,165,156,8],"\u7f6e\u304d":[137,138,68,80,134],"\u7f6e\u304f":165,"\u7f6e\u3044":[66,134],"\u5404\u8981":73,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,166,133,110,86,15,165,72],retry:153,"\u69cb\u6210":[147,116,60,3,134,13,126,135],"\u304f\u3093":[],"-drilldown":117,"(\u300c":134,"_improper":2,"{type":118,"\u9577\u751f\u304d":56,"\u5b9f\u73fe":[],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[17,113],"\"service":109,range:[93,51,84,153],"lzo\u3044":63,"\u672c\u6587":[67,97],"\u5831\u544a":[],"\u524d\u65b9":[],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":134,shimoda:138,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[66,86,8],"\u7a2e\u5225":120,fast:[122,96,78,160,145,27,41,50,97,67,133],"/hosts":134,"_links":[2,153],"html\u30bf\u30b0":97,files:[],"-query":[126,3,160,162,145,86,27,41,113,6,102,8,132,23,156,128],"-host":150,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":56,aramaki:[23,138],"_op":[94,72,60],"_or":[],"\u306b\u3064":6,"_of":[2,153],highlight:[],"_on":[2,153],called:34,"\u63a5\u982d":[23,133,83],associated:34,horikoshi:23,"\u679c\u305f":3,warning:[5,132,7,8],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":73,"\u306b\u5bfe\u3059\u308b":[],grouped:[],tatsuya:6,grn:[],gro:27,newvalue:108,nice:101,users:[],"\u5c5e\u3057":[39,127,117],"\u305f\u3076\u3093":165,generated:[34,163,111],drilldown:[],"\u982d\u8f9e":83,"\u300d\u3001":[38,162],"'grn":110,"\u300d\u3002":142,"\u300d\u300c":[],"\u570f\u5185":162,"\u8868\u3059\u578b":39,"-deafult":23,"\u8aad\u307f\u53d6\u308a":[50,51,86],"-package":[],"\u30b3\u30a2":[165,8,46],"-benchmark":[],"-count":70,once:[],"\u30a4\u30f3\u30c7\u30c3\u30af":67,"\u958b\u304f\u969b":6,"\u5272\u308a\u5f53\u3066\u308b":[12,83,3],issues:66,"\u30b9\u30ad\u30c3\u30d7":[66,113],"\u8a9e\u6271":129,"_by":[34,162,99,130,100,66,137,23,68,72],"\u30cb\u30e5\u30fc\u30b9":101,stable:65,include:[74,66,85],"\u7e70\u308a\u8fd4\u3057\u6570":150,"=gr":118,"\u30de\u30c9\u30ea\u30fc\u30c9":11,"\"saerch":109,"\u30d7\u30e9\u30b0\u30de":96,"\u306a\u3068\u304d":119,"*user":[34,45],"\u3002run":157,"\u3067\u5024":[86,3],ranguba:[16,73],"\"complete":10,"-in":[68,134],"-id":[6,86],"_dir":[34,23,134],"|correct":136,"_use":[66,2,153,15],".po":[],smaller:[132,73],".pc":[23,130],"-line":69,"\u3053\u3046\u3059\u308c":112,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[66,67,84,113],"\u3002buf":108,etime:158,"\u30a8\u30f3\u30b8\u30f3":[12,38,96,86,119],"{time":132,"-exact":70,"\u521d\u56de":106,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":40,"\u5341\u5206\u6c17":96,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[83,3,8],"\u4e0a\u3052\u308b":61,"/coremodule":8,"_name":[],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":86,"\u30c8\u30e9\u30a4":[23,56,160,133,83],"\u300coffgao":[],">version":4,"\u5206\u6790":119,apple:166,apt:[134,13,6,135,111,69],"*str":[34,72],expect:66,hardy:138,api:[],apply:[],"_commit":18,"\u5207\u308b":[66,8],"\u5148\u60c5":162,"\u9001\u4fe1":[],use:[],from:[],"\u3057\u307e\u3057":113,usa:117,"\u3057\u307e\u305b":[96,61,112,8,43,165],"\u3057\u307e\u3059":[96,133,162,129,116,10,160],"\u3057\u307e\u3046":[134,119,138,112,113,6,66,23],usr:[86,8,9,165,157,77],"\u3057\u307e\u3044":[12,61,150,128,109],"\u4efb\u610f":[3,134,86,39,150,119],start:[101,118,126],sort:100,"_names":71,tokenbigramignoreblanksplitsymbolalpha:[61,149],"?msg":134,"[args":86,"/index":[127,86,134,106],"-html":[6,138],dropped:[],"\u30b7\u30fc\u30b1\u30f3\u30b9":[43,109,75],tar:[147,116,134,20,13,135,165,77],"_install":[],tag:[38,134],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":66,"/rpmforge":116,sis:23,united:151,satoh:23,"\u30c0\u30d6\u30eb":[160,83,6,23,133,56],six:[132,3],"\u30d5\u30a3\u30fc\u30eb\u30c9":84,sid:[],instead:[96,86],"_create":[],"\u884c\u3046":[158,38,96,11,128,134,162,129,112,126,6,102,64,138,137,66,67,157],"\"rectangle":[6,11,155],"\u30a2\u30af\u30bb\u30b5":68,"_configure":113,"\u30a2\u30af\u30bb\u30b9":[158,138,134,12,100,86,17,113,6,51,91,30,23,66,106,8],"\u3042\u308b\u3044":[147,65,108,119,153,160,133,155,29,100,60,8,66,94,56],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":113,"$home":134,interrupted:153,"-msgpack":46,"[github":66,freebsd:[],"\u4eac\u90fd":[61,129],"#groonga":[162,156],"\u300cbill":129,"\u5bfe\u8a71":[3,91],"%'":66,"\u7279\u5225":[78,160,2,17,43,165,72],"\u30c0\u30f3\u30d7":[6,138,113],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":134,"/apt":[135,134],"/api":46,restart:126,"\u3057\u3046\u308b":66,"\u30b9\u30ad\u30fc\u30de":[96,11,160,161,145,27,41,101,102,97,141,85,124,67,151,133],"\u53c2\u52a0":[76,22],successor:133,articles:67,"_free":34,edit:[],".net":[38,3,134,117,12,22,64,91],"%\\":90,nfs:165,"-kun":[],"\u6df7\u305c":[12,136],".overcommit":[],",\"link":12,"\u5c3a\u5ea6":119,related:124,"\u89e3\u6c7a":[6,23,112,114,148],"\u3002redmine":[],remove:[68,120],inverted:27,out:150,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":162,supports:[34,36,55],dictionary:166,"\u30ec\u30a4\u30e4":60,york:[162,11],"8r":[6,165,86],lts:[13,134,69],"\u4e00\u90e8":[6,62,3,10,134],"\u8ca0\u62c5":112,lte:78,auth:[8,46],"\u304a\u3059\u3059\u3081\u3057":[126,160,134,133],"\u8aac\u660e":[],"1\u305a":[65,52],"\"tags":73,"\u53d6\u308a\u8fbc\u307e":134,"\u7f72\u540d":[],"_symbolic":[2,153],"\u8d77\u70b9":96,utc:133,"\u78ba\u8a8d":[],"_qlog":6,unknown:153,"\u304a\u304b\u3057":138,makefile:134,",[":61,priority:43,their:124,"1\u3064":[78,127,83,84,41,8,9,131,115,46,96,133,73,136,10,102,56,57,38,59,150,112,113,161,153,23,67,160,162,27,104],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":86,developer:162,"_debug":157,"\u7279\u5316":[133,106],"\u30d5\u30a9\u30eb\u30c0\u30fc":90,"-jumandic":147,"\u64a4\u53bb":23,"\u8a9e\u610f":[],"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[1,31,113,68,73],"_unsupported":2,"\u51fa\u73fe":[119,84,136,108,88],".grn":[8,141],"\u9001\u308a\u65b9":[],"\u884c\u6307\u5411":119,"\u30ab\u30bf\u30ab\u30ca":[137,43,166,136],ueno:[6,138,130],"\u76ee\u304f\u3089\u3044":56,"_expanders":[156,9],"=complete":118,which:[34,43,55,118],"\u4eee\u60f3":[64,113,117],"\u901f\u3084\u304b":65,".travis":69,"\u7d44\u8fbc\u578b":[],"class":[145,97,27,41],"_build":157,"\u73fe\u5728":[88,158,159,3,71,134,119,40,150,15,16,51,104,162,21,107,68,45,56],"_delimited":36,"/docs":8,"_is":[122,23,2,153,68],gronga:[156,10],"_ip":91,"_in":[],"_ii":[],"-output":[96,97,145,150,27,41,113,6],"_id":[34,35,96,3,108,134,18,99,100,15,137,64,52,107,23,68,72,133],"_delimiter":[78,120],"\u6307\u3057":12,"\u5bfe\u8c61object":[35,71,82,68,45,105,108],"\u5c02\u7528":[],",\n#":[38,96,78,3,160,73,12,162,102,64,91,133],"\u5bfe\u8c61":[78,3,129,41,89,127,165,46,95,96,65,134,94,136,15,50,102,100,139,141,137,121,56,38,60,107,108,61,145,62,63,151,23,67,68,99,157,158,160,106,119,27,162,31,72],"\u3044\u308d\u3044\u308d":[],cache:[],"\u30b7\u30a7\u30eb":[165,150,160],daiki:[6,138,130],candidates:43,"*newvalue":108,"\u6848\u5185":[112,134],local:141,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":165,"\u6295\u7a3f":[],"\u4ed8\u3051\u308b":[121,166,3,80],"!condition":133,"\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb":66,nvars:45,",\n{":[166,160,117,73,136,109,102,8,161,75,43,67,133,128],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[96,8],words:133,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u3070\u3044\u3051":[35,96,165,127,108,73,156,84,160,100,69,6,161,51,8,133,68,72,56],"(column":[145,27,41,85],",\n[":[27,141],",\n]":[61,161,64,128],"\u4e00\u4ef6\u9032\u3081":137,candidate1:136,queries:[150,27],view:118,"\u304b\u304e\u308a":150,"=fedora":134,"\uff08\u578b":53,"\u884c\u6570":23,acquires:17,"\"table":86,dll:[6,23,66],"\u30ea\u30c8\u30e9\u30a4":17,"\u4e43\u6bc5":138,job:150,homebrew:[],"\u3084\u305d\u306e":151,april:134,"/local":[165,8,134],"\u672a\u5bfe":6,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[6,30,138,86],"_var":[34,66,72,45,53],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[165,90],table:[],"\u671f\u5f85":119,rpm:[147,116,134,138,113,6,66,23],"\u304a\u3059\u3059\u3081":46,"\u30b5\u30d6\u30bb\u30c3\u30c8":[39,100],"=gro":118,"\u9bae\u5ea6":101,"_refused":[2,153],"\u78ba\u5b9f":109,porting:36,"\u521d\u671f\u5024":158,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":6,mike:151,sufficient:34,"-cache":[86,113],hmm:162,"\u5024\u578b":12,"\u672a\u5b9a":12,"\u4f4f\u6240":6,cursor:[137,48,107],"\u793a\u3059":[122,96,2,160,102,12,145,27,41,50,29,11,161,97,133,85,151,93,155,46,128],"\u793a\u3055":93,"\u793a\u3057":[2,3,40,117,61,25,120,70,11,91,134,67],"\u3072\u308d\u3086\u304d":128,"-debug":138,"*src":100,avg:158,"\u8fd4\u4fe1":[162,67,112],uptime:[1,3,4,70,91,8],"\u5185\u90e8":[70,134,12,18,27,15,16,100,66,68,99],"\u578b\u304b":39,"\uff08longest":[23,133],"\u6ce8\u610f":[96,97,3,160,117,73,12,150,113,61,100,8,134,128,23,133,46,56],gets:34,"\u691c\u7d22key":100,"\u6587\u8108":161,"\u5168\u6587\u691c":[],"\uff01\"":[],english:[43,96,22,111],uzulla:23,"\uff01:":165,"@kiske":6,normalizermysqlgeneralci:166,"\u521d\u671f\u5316":[6,45,15],tcp:86,")=":148,"_device":[2,153],"(windows":150,"\u5236\u7d04":57,"(name":34,unsigned:[34,108,18,16,100,53,137,68,72,45],"\u627f\u8a8d":66,book:133,"\u9ad8\u7cbe":119,moritars:67,qwik:141,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[23,165,157,123,106],execute:[118,55,75],"\u300c\uff76":166,"'pid":86,know:[],"\u30b9\u30ec\u30c3\u30c9":[119,121,150,15,86,46],"\u307e\u305f\u3044":[6,11],earch:78,";rroonga":[145,41],james:128,"_threshold":[],"\u307e\u305f\u3050":[],"\u306a\u304b\u3063":[96,65,3,133,102,5,86,139,62,6,61,7,89,161,85,21,66,150,95],"_push":60,because:[4,118,124,8,75,43],sequence:[109,136,75,163,43,132],searching:[],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[96,88],platforms:34,"\u30b3\u30e1\u30f3\u30c8":[],"_sortby":[],"_exists":[2,153],"\u306e\u307b\u304b":[12,39],"\u96e2\u308c":64,"\u2192id":83,"\u7d44\u5408":102,"enum":71,"\u7acb\u3061\u4e0a\u304c\u3063":150,"*path":[100,71,108],"\u518d\u691c":142,"\u306e\u3044\u305a\u308c\u304b":[29,100,94,155,53],"\u305d\u308c\u305e\u308c":[78,3,4,83,129,86,165,96,133,134,12,102,100,56,60,61,64,153,66,67,68,157,117,122,30],"\u5358\u72ec":[150,108],column:[],universe:13,"\u30fbor":64,".html":[86,8,134,106],"$groonga":134,"\u6570\u5b57":[61,109,150,56],"_length":[34,153],"\u5b9f\u7a3c":158,transfer:[119,126,153],"\u3002mroonga":[119,68],"*key":100,"var":[34,60,84,86,8,165],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":69,"\u30d5\u30a3\u30eb\u30bf\u30fc":161,palalles:134,"-pid":[23,86],"\u30b9\u30cb\u30da\u30c3\u30c8":[27,113],"_term":36,"\u6700\u5f8c":[78,133,134,12,138,150,15,6,61,8],"\u7834\u68c4":[45,15],squeeze:[113,134],palallel:134,"\u30e1\u30f3\u30d0":100,"\u56fa\u6709":[82,73],whether:68,record:[11,3,73,12,100,48,91],"\u30ed\u30b0\u30a4\u30f3":134,"\u4e00\u9577":119,"\u6c7a\u5b9a":96,blogs:61,"\u305d\u308c\u3086\u3048":[12,160],"\u7a4d\u7528":96,"8bit":39,"\u7acb\u5834":76,"\"se":43,"@github":134,"\u52a0\u3048":[12,60,128,69],other:[34,17,55],bool:[160,12,39,113,29,155,128],"-analyzer":[6,23],"\u306f\u307e\u305a":134,".gpg":134,"-sortby":113,".location":162,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":[66,138],debian:[],"\u9054\u3059\u308b":137,emerg:[5,7],"\u5909\u66f4\u70b9":[],"\u306f\u307e\u3060":[51,46,167]},objtypes:{"0":"std:option","1":"c:function","2":"c:type","3":"c:macro","4":"c:member"},objnames:{"0":["std","option","option"],"1":["c","function","C \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","macro","C \u306e\u30de\u30af\u30ed"],"4":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"]},filenames:["contribution/report","news/0.x","reference/command/return_code","tutorial/introduction","reference/output","reference/commands/log_level","news/2.x","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/functions/geo_distance","tutorial/data","install/ubuntu","contribution/documentation","reference/api/grn_ctx","reference/api/grn_cache","reference/api/global_configurations","reference/api/grn_ii","spec","install/solaris","reference/commands/log_reopen","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/functions/geo_in_rectangle","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","troubleshooting","reference/api/plugin","reference/api/grn_info","news/senna","reference","tutorial/index","reference/types","geolocation_search","reference/functions/highlight_html","reference/commands/normalizer_list","suggest/completion","reference/executables","reference/api/grn_proc","server/http/comparison","index","reference/api/grn_geo","reference/cast","reference/commands/load","reference/commands/column_rename","reference/columns/pseudo","reference/api/grn_type","reference/api/grn_match_escalation","reference/executables/groonga-suggest-learner","reference/commands/table_create","limitations","reference/functions/rand","reference/commands/ruby_load","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/command/command_version","news","tutorial/match_columns","reference/api/grn_obj","development/travis-ci","reference/commands/status","reference/api/grn_db","reference/api/grn_expr","reference/columns/vector","contribution/documentation/c-api","suggest/suggestion","contribution","install/mac_os_x","reference/commands/tokenize","suggest/tutorial","tutorial/query_expansion","server/gqtp","reference/api/grn_hook","reference/tables","reference/commands/column_list","reference/functions/between","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","reference/commands/table_remove","install/windows","tutorial/network","contribution/development/repository","reference/commands/table_list","reference/api/grn_search","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/functions/edit_distance","news/1.3.x","reference/api/grn_table","reference/indexing","reference/functions/query","reference/api/grn_command_version","reference/commands/cache_limit","reference/api/grn_user_data","contribution/documentation/i18n","reference/api/grn_index_cursor","reference/api/grn_column","suggest/correction","reference/api/grn_encoding","contribution/documentation/introduction","contribution/development/cooperation","news/3.x","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/executables/groonga-suggest-httpd","characteristic","reference/commands/normalize","contribution/development/com","reference/command/output_format","install","reference/tuning","reference/commands/shutdown","server/package","reference/column","tutorial/patricia_trie","spec/search","news/1.1.x","reference/commands/ruby_eval","reference/log","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","reference/api/grn_table_cursor","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","reference/functions/highlight_full","development","install/fedora","troubleshooting/mmap_cannot_allocate_memory","reference/commands/tokenizer_list","reference/executables/groonga-benchmark","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","reference/functions/geo_in_circle","reference/query_expanders/tsv","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","reference/functions/sub_filter","tutorial/micro_blog","reference/executables/groonga-suggest-create-dataset","suggest","install/others","reference/normalizers","server/http"],titles:["13.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","\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. <tt class=\"docutils literal\"><span class=\"pre\">log_level</span></tt>","2.1.2\u30ea\u30ea\u30fc\u30b9 - 2013/01/29","8.3.17. <tt class=\"docutils literal\"><span class=\"pre\">log_put</span></tt>","8.1.4. groonga-httpd","8.3.22. <tt class=\"docutils literal\"><span class=\"pre\">register</span></tt>","5.1. \u306f\u3058\u3081\u306b","8.11.3. geo_distance","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","13.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.15.5. <tt class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","8.15.2. <tt class=\"docutils literal\"><span class=\"pre\">grn_cache</span></tt>","8.15.1. \u5168\u4f53\u8a2d\u5b9a","8.15.11. <tt class=\"docutils literal\"><span class=\"pre\">grn_ii</span></tt>","9. \u4ed5\u69d8","2.7. Oracle Solaris","8.3.18. <tt class=\"docutils literal\"><span class=\"pre\">log_reopen</span></tt>","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","8.9. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","8.15. API","8.3. \u30b3\u30de\u30f3\u30c9","8.11.12. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","8.11.5. geo_in_rectangle","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. <tt class=\"docutils literal\"><span class=\"pre\">defrag</span></tt>","8.8. Tokenizers","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","8.15.22. Plugin","8.15.13. <tt class=\"docutils literal\"><span class=\"pre\">grn_info</span></tt>","News in Senna period","8. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","8.11.7. highlight_html","8.3.20. <tt class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></tt>","5.3. \u88dc\u5b8c","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.15.16. <tt class=\"docutils literal\"><span class=\"pre\">grn_proc</span></tt>","7.3.1. \u6bd4\u8f03","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","8.15.9. <tt class=\"docutils literal\"><span class=\"pre\">grn_geo</span></tt>","Cast","8.3.15. <tt class=\"docutils literal\"><span class=\"pre\">load</span></tt>","8.3.10. <tt class=\"docutils literal\"><span class=\"pre\">column_rename</span></tt>","\u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.15.20. <tt class=\"docutils literal\"><span class=\"pre\">grn_type</span></tt>","8.15.14. <tt class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></tt>","8.1.8. groonga-suggest-learner","8.3.29. <tt class=\"docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.11.11. rand","8.3.24. <tt class=\"docutils literal\"><span class=\"pre\">ruby_load</span></tt>","13.3.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. <tt class=\"docutils literal\"><span class=\"pre\">column_remove</span></tt>","8.3.7. <tt class=\"docutils literal\"><span class=\"pre\">column_create</span></tt>","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","8.15.15. <tt class=\"docutils literal\"><span class=\"pre\">grn_obj</span></tt>","12.1. Travis CI","8.3.27. <tt class=\"docutils literal\"><span class=\"pre\">status</span></tt>","8.15.6. <tt class=\"docutils literal\"><span class=\"pre\">grn_db</span></tt>","8.15.8. grn_expr","\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","13.2.3. 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","8.3.32. <tt class=\"docutils literal\"><span class=\"pre\">tokenize</span></tt>","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.15.10. <tt class=\"docutils literal\"><span class=\"pre\">grn_hook</span></tt>","8.5. \u30c6\u30fc\u30d6\u30eb","8.3.8. <tt class=\"docutils literal\"><span class=\"pre\">column_list</span></tt>","8.11.1. between","8.1.2. groonga\u30b3\u30de\u30f3\u30c9","7.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u7528\u306e\u8a9e\u5f59\u8868\u306e\u4f5c\u6210","8.3.31. <tt class=\"docutils literal\"><span class=\"pre\">table_remove</span></tt>","2.1. Windows","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","13.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.30. <tt class=\"docutils literal\"><span class=\"pre\">table_list</span></tt>","8.15.17. <tt class=\"docutils literal\"><span class=\"pre\">grn_search</span></tt>","8.3.6. <tt class=\"docutils literal\"><span class=\"pre\">clearlock</span></tt>","8.3.25. <tt class=\"docutils literal\"><span class=\"pre\">select</span></tt>","8.11.8. html_untag","8.11.2. edit_distance","1.3.0\u30ea\u30ea\u30fc\u30b9 - 2012/01/29","8.15.18. <tt class=\"docutils literal\"><span class=\"pre\">grn_table</span></tt>","8.12. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","8.11.10. query","8.15.4. <tt class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></tt>","8.3.4. <tt class=\"docutils literal\"><span class=\"pre\">cache_limit</span></tt>","8.15.21. <tt class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></tt>","13.2.2. \u56fd\u969b\u5316","8.15.12. <tt class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></tt>","8.15.3. <tt class=\"docutils literal\"><span class=\"pre\">grn_column</span></tt>","5.4. \u88dc\u6b63","8.15.7. <tt class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></tt>","13.2.1. Introduction","13.3.3. \u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd","3.1.2\u30ea\u30ea\u30fc\u30b9 - 2014/01/29","8.3.5. <tt class=\"docutils literal\"><span class=\"pre\">check</span></tt>","8.3.34. <tt class=\"docutils literal\"><span class=\"pre\">truncate</span></tt>","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","8.1.7. groonga-suggest-httpd","1. Groonga\u306e\u7279\u5fb4","8.3.19. <tt class=\"docutils literal\"><span class=\"pre\">normalize</span></tt>","13.3.2. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.14. Tuning","8.3.26. <tt class=\"docutils literal\"><span class=\"pre\">shutdown</span></tt>","7.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","8.6. \u30ab\u30e9\u30e0","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","8.3.23. <tt class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></tt>","8.13. Log","8.10.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.3.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.28. <tt class=\"docutils literal\"><span class=\"pre\">suggest</span></tt>","8.15.19. <tt class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></tt>","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.3.11. <tt class=\"docutils literal\"><span class=\"pre\">define_selector</span></tt>","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.14. <tt class=\"docutils literal\"><span class=\"pre\">dump</span></tt>","8.10. grn_expr","8.3.21. <tt class=\"docutils literal\"><span class=\"pre\">quit</span></tt>","8.11. \u95a2\u6570","8.11.6. highlight_full","12. \u958b\u767a","2.6. Fedora","11.2. mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","8.3.33. <tt class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></tt>","8.1.3. groonga-benchmark","8.3.13. <tt class=\"docutils literal\"><span class=\"pre\">delete</span></tt>","13.3. Groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.3.2. groonga","8.11.4. geo_in_circle","8.9.1. QueryExpanderTSV","13.3.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.9. now","8.10.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","8.11.13. sub_filter","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","8.1.6. groonga-suggest-create-dataset","5. \u30b5\u30b8\u30a7\u30b9\u30c8","2.8. \u305d\u306e\u4ed6","8.7. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.3. HTTP"],objects:{"":{grn_ctx_get_match_escalation_threshold:[54,1,1,"c.grn_ctx_get_match_escalation_threshold"],"--cache-limit":[86,0,1,"cmdoption--cache-limit"],grn_obj_reinit:[68,1,1,"c.grn_obj_reinit"],grn_get_default_match_escalation_threshold:[54,1,1,"c.grn_get_default_match_escalation_threshold"],grn_db_create:[71,1,1,"c.grn_db_create"],grn_plugin_charlen:[34,1,1,"c.grn_plugin_charlen"],grn_obj_get_hook:[82,1,1,"c.grn_obj_get_hook"],grn_obj_expire:[68,1,1,"c.grn_obj_expire"],grn_table_cursor_close:[137,1,1,"c.grn_table_cursor_close"],"-P":[158,0,1,"cmdoption-P"],grn_table_cursor_set_value:[137,1,1,"c.grn_table_cursor_set_value"],grn_expr_syntax_escape:[72,1,1,"c.grn_expr_syntax_escape"],"-e":[86,0,1,"cmdoption-e"],"-d":[55,0,1,"cmdoption-d"],"-a":[86,0,1,"cmdoption-a"],"-c":[86,0,1,"cmdoption-c"],grn_obj_set_info:[35,1,1,"c.grn_obj_set_info"],"-m":[158,0,1,"cmdoption-m"],"-l":[55,0,1,"cmdoption-l"],"--disable-max-fd-check":[118,0,1,"cmdoption--disable-max-fd-check"],"-i":[150,0,1,"cmdoption-i"],"-h":[86,0,1,"cmdoption-h"],grn_db:[71,2,1,"c.grn_db"],"-t":[118,0,1,"cmdoption-t"],grn_command_version:[103,2,1,"c.grn_command_version"],grn_obj_set_element_info:[35,1,1,"c.grn_obj_set_element_info"],"-p":[118,0,1,"cmdoption-p"],"-s":[55,0,1,"cmdoption-s"],"-r":[55,0,1,"cmdoption-r"],grn_plugin_proc_get_var:[34,1,1,"c.grn_plugin_proc_get_var"],grn_ctx_at:[15,1,1,"c.grn_ctx_at"],"--bind-address":[86,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[103,3,1,"c.GRN_COMMAND_VERSION_STABLE"],"--config-path":[86,0,1,"cmdoption--config-path"],grn_table_size:[100,1,1,"c.grn_table_size"],"--query-log-path":[86,0,1,"cmdoption--query-log-path"],grn_ctx_use:[15,1,1,"c.grn_ctx_use"],grn_obj_defrag:[68,1,1,"c.grn_obj_defrag"],db:[150,0,1,"cmdoption-arg-db"],grn_get_lock_timeout:[17,1,1,"c.grn_get_lock_timeout"],grn_table_cursor_open:[137,1,1,"c.grn_table_cursor_open"],grn_get_default_encoding:[110,1,1,"c.grn_get_default_encoding"],GRN_OBJ_LOCK:[68,3,1,"c.GRN_OBJ_LOCK"],grn_ii_buffer_append:[18,1,1,"c.grn_ii_buffer_append"],grn_obj_column:[68,1,1,"c.grn_obj_column"],grn_geo_estimate_in_rectangle:[48,1,1,"c.grn_geo_estimate_in_rectangle"],grn_table_sort:[100,1,1,"c.grn_table_sort"],GRN_COLUMN_NAME_SCORE:[108,3,1,"c.GRN_COLUMN_NAME_SCORE"],grn_obj_unlink:[68,1,1,"c.grn_obj_unlink"],grn_obj_id:[68,1,1,"c.grn_obj_id"],grn_obj_set_value:[68,1,1,"c.grn_obj_set_value"],grn_plugin_win32_base_dir:[34,1,1,"c.grn_plugin_win32_base_dir"],grn_encoding:[110,2,1,"c.grn_encoding"],grn_proc_create:[45,1,1,"c.grn_proc_create"],GRN_PLUGIN_FREE:[34,3,1,"c.GRN_PLUGIN_FREE"],GRN_COLUMN_NAME_VALUE:[108,3,1,"c.GRN_COLUMN_NAME_VALUE"],"--ftp":[150,0,1,"cmdoption--ftp"],"--dir":[150,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[68,3,1,"c.GRN_OBJ_SET_MASK"],grn_table_group_result:[100,2,1,"c.grn_table_group_result"],grn_expr_close:[72,1,1,"c.grn_expr_close"],grn_obj_path:[68,1,1,"c.grn_obj_path"],grn_cache_get_max_n_entries:[16,1,1,"c.grn_cache_get_max_n_entries"],grn_obj_db:[71,1,1,"c.grn_obj_db"],grn_geo_cursor_next:[48,1,1,"c.grn_geo_cursor_next"],GRN_OBJ_APPEND:[68,3,1,"c.GRN_OBJ_APPEND"],grn_table_lcp_search:[100,1,1,"c.grn_table_lcp_search"],grn_table_create:[100,1,1,"c.grn_table_create"],grn_table_cursor_get_value:[137,1,1,"c.grn_table_cursor_get_value"],"--address":[86,0,1,"cmdoption--address"],"--daemon":[55,0,1,"cmdoption--daemon"],grn_obj_is_builtin:[68,1,1,"c.grn_obj_is_builtin"],grn_table_columns:[100,1,1,"c.grn_table_columns"],"--pid-path":[86,0,1,"cmdoption--pid-path"],"--encoding":[86,0,1,"cmdoption--encoding"],grn_ctx_set_finalizer:[15,1,1,"c.grn_ctx_set_finalizer"],grn_cache:[16,2,1,"c.grn_cache"],grn_table_delete_by_id:[100,1,1,"c.grn_table_delete_by_id"],grn_plugin_mutex:[34,2,1,"c.grn_plugin_mutex"],grn_ii_buffer:[18,2,1,"c.grn_ii_buffer"],"--host":[150,0,1,"cmdoption--host"],grn_obj_set_finalizer:[45,1,1,"c.grn_obj_set_finalizer"],grn_cache_current_set:[16,1,1,"c.grn_cache_current_set"],grn_obj_user_data:[105,1,1,"c.grn_obj_user_data"],grn_obj_lock:[68,1,1,"c.grn_obj_lock"],"--log-path":[55,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[108,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],"--log-output-dir":[150,0,1,"cmdoption--log-output-dir"],GRN_OBJ_COMPARE:[68,3,1,"c.GRN_OBJ_COMPARE"],grn_expr_append_const:[72,1,1,"c.grn_expr_append_const"],grn_plugin_mutex_lock:[34,1,1,"c.grn_plugin_mutex_lock"],grn_obj_clear_lock:[68,1,1,"c.grn_obj_clear_lock"],grn_table_cursor_next:[137,1,1,"c.grn_table_cursor_next"],grn_expr_alloc:[72,1,1,"c.grn_expr_alloc"],grn_expr_compile:[72,1,1,"c.grn_expr_compile"],grn_user_data:[105,2,1,"c.grn_user_data"],grn_obj_get_range:[68,1,1,"c.grn_obj_get_range"],grn_table_get:[100,1,1,"c.grn_table_get"],grn_ctx_fin:[15,1,1,"c.grn_ctx_fin"],grn_geo_cursor_open_in_rectangle:[48,1,1,"c.grn_geo_cursor_open_in_rectangle"],"--max-threads":[86,0,1,"cmdoption--max-threads"],grn_ctx_init:[15,1,1,"c.grn_ctx_init"],grn_ii_buffer_close:[18,1,1,"c.grn_ii_buffer_close"],GRN_OBJ_DECR:[68,3,1,"c.GRN_OBJ_DECR"],GRN_PLUGIN_REGISTER:[34,1,1,"c.GRN_PLUGIN_REGISTER"],grn_table_sort_key:[100,2,1,"c.grn_table_sort_key"],grn_obj_rename:[68,1,1,"c.grn_obj_rename"],grn_table_group_flags:[100,2,1,"c.grn_table_group_flags"],grn_obj_check:[68,1,1,"c.grn_obj_check"],grn_table_at:[100,1,1,"c.grn_table_at"],grn_column_name:[108,1,1,"c.grn_column_name"],grn_table_difference:[100,1,1,"c.grn_table_difference"],"--n-lines-per-log-file":[118,0,1,"cmdoption--n-lines-per-log-file"],GRN_PLUGIN_INIT:[34,1,1,"c.GRN_PLUGIN_INIT"],grn_cache_close:[16,1,1,"c.grn_cache_close"],grn_obj_close:[68,1,1,"c.grn_obj_close"],GRN_COLUMN_NAME_ID_LEN:[108,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],grn_table_truncate:[100,1,1,"c.grn_table_truncate"],grn_obj_get_value:[68,1,1,"c.grn_obj_get_value"],grn_cache_open:[16,1,1,"c.grn_cache_open"],"--server-id":[86,0,1,"cmdoption--server-id"],grn_obj_delete_hook:[82,1,1,"c.grn_obj_delete_hook"],"-n":[86,0,1,"cmdoption-n"],"--port":[118,0,1,"cmdoption--port"],grn_ii:[18,2,1,"c.grn_ii"],"--log-base-path":[55,0,1,"cmdoption--log-base-path"],grn_obj_is_locked:[68,1,1,"c.grn_obj_is_locked"],grn_expr_exec:[72,1,1,"c.grn_expr_exec"],grn_plugin_proc_alloc:[34,1,1,"c.grn_plugin_proc_alloc"],"--log-level":[55,0,1,"cmdoption--log-level"],grn_table_rename:[100,1,1,"c.grn_table_rename"],GRN_COLUMN_NAME_NSUBRECS:[108,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],grn_plugin_mutex_unlock:[34,1,1,"c.grn_plugin_mutex_unlock"],GRN_COMMAND_VERSION_MAX:[103,3,1,"c.GRN_COMMAND_VERSION_MAX"],grn_plugin_expr_var_init:[34,1,1,"c.grn_plugin_expr_var_init"],grn_obj_get_element_info:[35,1,1,"c.grn_obj_get_element_info"],grn_search_optarg:[94,2,1,"c.grn_search_optarg"],grn_expr_append_const_str:[72,1,1,"c.grn_expr_append_const_str"],script:[150,0,1,"cmdoption-arg-script"],GRN_PLUGIN_ERROR:[34,3,1,"c.GRN_PLUGIN_ERROR"],GRN_COMMAND_VERSION_MIN:[103,3,1,"c.GRN_COMMAND_VERSION_MIN"],grn_expr_get_var_by_offset:[72,1,1,"c.grn_expr_get_var_by_offset"],GRN_PLUGIN_MALLOC:[34,3,1,"c.GRN_PLUGIN_MALLOC"],grn_obj_add_hook:[82,1,1,"c.grn_obj_add_hook"],GRN_PLUGIN_LOG:[34,3,1,"c.GRN_PLUGIN_LOG"],grn_index_cursor_open:[107,1,1,"c.grn_index_cursor_open"],grn_proc_func:[45,2,1,"c.grn_proc_func"],grn_db_create_optarg:[71,2,1,"c.grn_db_create_optarg"],grn_column_table:[108,1,1,"c.grn_column_table"],grn_table_add:[100,1,1,"c.grn_table_add"],grn_obj_unlock:[68,1,1,"c.grn_obj_unlock"],grn_cache_set_max_n_entries:[16,1,1,"c.grn_cache_set_max_n_entries"],grn_proc_type:[45,2,1,"c.grn_proc_type"],grn_proc_get_info:[45,1,1,"c.grn_proc_get_info"],GRN_OBJ_INCR:[68,3,1,"c.GRN_OBJ_INCR"],grn_ctx_close:[15,1,1,"c.grn_ctx_close"],grn_ctx:[15,2,1,"c.grn_ctx"],GRN_COLUMN_NAME_KEY:[108,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_SCORE_LEN:[108,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE_LEN:[108,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],grn_table_cursor_get_key:[137,1,1,"c.grn_table_cursor_get_key"],grn_obj_get_values:[68,1,1,"c.grn_obj_get_values"],grn_column_rename:[108,1,1,"c.grn_column_rename"],GRN_OBJ_UNLOCK:[68,3,1,"c.GRN_OBJ_UNLOCK"],grn_obj_get_info:[35,1,1,"c.grn_obj_get_info"],grn_ctx_db:[15,1,1,"c.grn_ctx_db"],"--protocol":[150,0,1,"cmdoption--protocol"],GRN_PLUGIN_REALLOC:[34,3,1,"c.GRN_PLUGIN_REALLOC"],grn_table_cursor:[137,2,1,"c.grn_table_cursor"],grn_ctx_get:[15,1,1,"c.grn_ctx_get"],grn_ctx_set_match_escalation_threshold:[54,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_db_open:[71,1,1,"c.grn_db_open"],grn_column_index:[108,1,1,"c.grn_column_index"],"--n-threads":[118,0,1,"cmdoption--n-threads"],"--help":[86,0,1,"cmdoption--help"],"--groonga":[150,0,1,"cmdoption--groonga"],grn_table_setoperation:[100,1,1,"c.grn_table_setoperation"],GRN_COLUMN_NAME_ID:[108,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_OBJ_SET:[68,3,1,"c.GRN_OBJ_SET"],"--document-root":[86,0,1,"cmdoption--document-root"],grn_info_type:[35,2,1,"c.grn_info_type"],grn_obj:[68,2,1,"c.grn_obj"],grn_obj_remove:[68,1,1,"c.grn_obj_remove"],grn_plugin_mutex_open:[34,1,1,"c.grn_plugin_mutex_open"],GRN_OBJ_GET:[68,3,1,"c.GRN_OBJ_GET"],grn_expr_append_const_int:[72,1,1,"c.grn_expr_append_const_int"],grn_expr_syntax_escape_query:[72,1,1,"c.grn_expr_syntax_escape_query"],grn_ii_buffer_open:[18,1,1,"c.grn_ii_buffer_open"],grn_geo_select_in_rectangle:[48,1,1,"c.grn_geo_select_in_rectangle"],grn_set_lock_timeout:[17,1,1,"c.grn_set_lock_timeout"],grn_ii_buffer_commit:[18,1,1,"c.grn_ii_buffer_commit"],grn_obj_search:[94,1,1,"c.grn_obj_search"],"--send-endpoint":[55,0,1,"cmdoption--send-endpoint"],grn_table_update_by_id:[100,1,1,"c.grn_table_update_by_id"],grn_hook_entry:[82,2,1,"c.grn_hook_entry"],grn_expr_append_op:[72,1,1,"c.grn_expr_append_op"],grn_geo_point:[48,2,1,"c.grn_geo_point"],grn_table_cursor_table:[137,1,1,"c.grn_table_cursor_table"],grn_index_cursor_next:[107,1,1,"c.grn_index_cursor_next"],grn_table_delete:[100,1,1,"c.grn_table_delete"],dest:[86,0,1,"cmdoption-arg-dest"],grn_ctx_open:[15,1,1,"c.grn_ctx_open"],grn_plugin_isspace:[34,1,1,"c.grn_plugin_isspace"],grn_column_index_update:[108,1,1,"c.grn_column_index_update"],grn_obj_delete_by_id:[68,1,1,"c.grn_obj_delete_by_id"],grn_ctx_get_command_version:[15,1,1,"c.grn_ctx_get_command_version"],"--default-match-escalation-threshold":[86,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[137,1,1,"c.grn_table_cursor_delete"],grn_type_create:[53,1,1,"c.grn_type_create"],grn_obj_path_by_id:[68,1,1,"c.grn_obj_path_by_id"],grn_plugin_command_create:[34,1,1,"c.grn_plugin_command_create"],grn_builtin_type:[53,2,1,"c.grn_builtin_type"],grn_table_get_key:[100,1,1,"c.grn_table_get_key"],GRN_OBJ_PREPEND:[68,3,1,"c.GRN_OBJ_PREPEND"],grn_set_default_match_escalation_threshold:[54,1,1,"c.grn_set_default_match_escalation_threshold"],grn_cache_current_get:[16,1,1,"c.grn_cache_current_get"],grn_expr_create:[72,1,1,"c.grn_expr_create"],grn_get_default_command_version:[103,1,1,"c.grn_get_default_command_version"],grn_expr_add_var:[72,1,1,"c.grn_expr_add_var"],grn_encoding_parse:[110,1,1,"c.grn_encoding_parse"],grn_column_create:[108,1,1,"c.grn_column_create"],grn_ctx_set_command_version:[15,1,1,"c.grn_ctx_set_command_version"],grn_table_sort_flags:[100,2,1,"c.grn_table_sort_flags"],grn_obj_get_nhooks:[82,1,1,"c.grn_obj_get_nhooks"],grn_set_default_encoding:[110,1,1,"c.grn_set_default_encoding"],grn_set_default_command_version:[103,1,1,"c.grn_set_default_command_version"],grn_plugin_proc_get_var_by_offset:[34,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_encoding_to_string:[110,1,1,"c.grn_encoding_to_string"],"--receive-endpoint":[55,0,1,"cmdoption--receive-endpoint"],GRN_COLUMN_NAME_NSUBRECS_LEN:[108,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],grn_table_group:[100,1,1,"c.grn_table_group"],GRN_PLUGIN_FIN:[34,1,1,"c.GRN_PLUGIN_FIN"],command:[86,0,1,"cmdoption-arg-command"],grn_obj_name:[68,1,1,"c.grn_obj_name"],grn_plugin_mutex_close:[34,1,1,"c.grn_plugin_mutex_close"],grn_db_touch:[71,1,1,"c.grn_db_touch"],grn_table_update:[100,1,1,"c.grn_table_update"]},grn_db_create_optarg:{n_builtin_type_names:[71,4,1,"c.grn_db_create_optarg.n_builtin_type_names"],builtin_type_names:[71,4,1,"c.grn_db_create_optarg.builtin_type_names"]}},titleterms:{"_pat":83,"\u53c2\u7167\u578b":73,senna:36,"\u6539\u826f":[1,36,138,113,130,6,66,23,99],"\u7b26\u53f7":133,"\u6d41\u308c":106,"-prefix":165,prefix:60,per:124,"\u6761\u4ef6":[64,97,96,134,160],query:[102,96,153,132],"-lzo":165,"=number":165,keywordn:145,jessie:[],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":91,"\u30d3\u30c3\u30c8":133,"\u7279\u5fb4":[83,119],ruby:[131,59],"-release":134,"\u901a\u4fe1":121,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[118,4],to:[118,43,75],"_column":[52,108],"\u524a\u9664":151,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":157,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[150,33],string:[78,120],groonga:[47,126,36,134,163,118,119,121,86,87,60,152,8,154,30,76,106,55,150,91],"\u95a2\u9023":[67,96,8,14,55],"=message":165,"\u304a\u6c17":162,"\u8a9e\u5f59":[3,88],facebook:22,"\u30b5\u30f3\u30d7\u30eb":[158,150],"_database":8,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[156,157,123],"\u52d5\u4f5c":[43,109,157,134,75],"\u30b9\u30af\u30ea\u30d7\u30c8":[133,134],"_or":85,"\u3068\u3057\u3066":39,"\u3065\u3051":65,gnu:135,"-escalation":165,"\u6761\u4ef6\u5f0f":160,"\u7c21\u5358":96,"\u30aa\u30d7\u30b7\u30e7\u30f3":[158,150,86,163],".po":106,"\u8ad6\u7406\u548c":160,"\u4ed8\u4e0e":67,"\u771f\u507d\u5024":[12,133],"-benchmark":150,"\u6f14\u7b97\u5b50":133,"_cursor":[137,107],"_remove":[89,62],"\u7701\u7565":[118,11,78,120,102],sub:161,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":134,"\u53c2\u8003":[78,5,83,84,41,2,131,95,96,136,50,102,139,142,21,56,59,42,145,149,161,151,104,156,120,27,163,122,7,166],"\u30ea\u30c6\u30e9\u30eb":133,"\u6210\u529f":122,"new":51,tips:134,"\u683c\u7d0d":39,memcached:91,body:122,xml:122,"\u6587\u6cd5":64,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":160,"\u30c6\u30b9\u30c8":157,"\u30bf\u30b0":38,"\u9069\u7528":73,"\u3042\u308a":[160,133],ubuntu:13,"\u6e96\u5099":[80,134],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":46,softwares:111,"\u95a2\u4fc2\u5f0f":60,search:[],"\u4e26\u5217":134,"_key":83,"\u63d0\u4f9b":112,"\u4e3b\u30ad\u30fc":[39,128],blogroonga:134,"_version":[103,65],"_name":[51,145,115],"_output":96,"\u5165\u6f14":133,"_info":35,changes:36,options:[118,55],"\u7ffb\u8a33":[134,106],"\u30af\u30a8\u30ea":[119,60,80],"\u30de\u30c3\u30c1":133,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":8,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[76,14],"\u6587\u5b57\u5217":[12,133],api:[74,25],"_table":[137,100,60],select:96,"\u6982\u8981":[34,35,2,5,83,84,41,78,89,8,9,131,93,94,145,45,137,95,16,96,65,73,136,100,103,15,50,82,51,139,17,141,18,54,143,55,105,56,59,42,107,108,53,110,149,62,63,21,48,104,151,85,115,68,156,102,70,166,71,114,118,119,97,120,27,11,122,7,161,124,31,125],"\u9001\u4fe1":91,use:145,"\u69cb\u6587":[78,5,84,41,7,89,9,131,93,95,96,11,133,136,50,102,51,139,141,21,143,56,59,42,145,149,62,63,114,97,104,85,115,70,160,161,120,27,151,31,125],"\u624b\u9806":134,zip:90,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":60,"\u30d5\u30ec\u30fc\u30ba":160,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":119,"_no":83,https:46,tokenize:78,scope:161,"_flags":96,"\u3066\u308b":162,"\u60c5\u5831":[134,119,40,112,64,152,162,157],"\u30d6\u30ed\u30b0":134,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":24,"\u3059\u308b":[0,134,117,73,61,148,109,112,118,8,75,43,67,55,157],normalizer:[78,145,42,120,56],"\u7d4c\u7def\u5ea6":12,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":133,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":134,"\u5f15\u6570":[78,5,84,86,41,7,89,131,93,95,96,11,98,136,50,102,51,139,141,21,143,55,56,58,59,150,145,62,63,114,97,104,85,115,155,158,70,161,118,120,29,151,124,31,125],"\u3053\u3068":134,"_base":8,"_command":103,homebrew:[134,77],"_escape":145,"\u4ee5\u4e0b":160,"\u4ee5\u4e0a":[160,133],"\u30b8\u30aa\u30b5\u30fc\u30c1":38,"\u8d77\u52d5":[126,91],"\u3060\u3051":[112,73],"\u524d\u63d0":134,install:[165,111],clearlock:95,"\u89e3\u6790":157,"\u7de8\u96c6":106,"\u6bd4\u8f03":[133,46],"_encoding":110,"\u304c\u3063":67,process:[124,132],"in":36,"_install":165,"/linux":135,"\u660e\u793a":134,"\u3053\u3061\u3089":112,"\u958b\u767a":[146,152,112],old:66,"\u548c\u4ee3":133,normalize:120,"\u7406\u7531":112,sphere:11,"\u540d\u524d":[158,58,159,98,150,39,86,163,29,52,30,155],"\u691c\u51fa":157,normalizernfkc:166,snippet:27,how:[43,75],"\u548c\u6f14":133,sid:[],"\u52d5\u7684":101,"\u5b9f\u884c\u4f8b":[35,48,107,71,68,82,18,110,100,15,16,137,103,53,54,94,72,45,105,108],"\u8fd1\u508d":133,"\u30b3\u30de\u30f3\u30c9":[26,3,91,86,30],"_create":[63,8,56],"-gqtp":126,"\u7d42\u4e86":[126,8,91],"_hash":83,max:[124,104,85],clone:106,"\u4e57\u7b97":133,mac:77,callback:60,offset:96,"\u6642\u9593":[162,133],"\u7f72\u540d":134,data:[43,75,8,55],"\u30da\u30fc\u30b8\u30f3\u30b0":96,"\u8a2d\u5b9a":[134,118,17,8,46,69],"-munin":165,"\u4e00\u81f4rk":43,"-http":126,register:9,"-files":134,"\u7d22\u5f15":119,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":90,"\u30b0\u30eb\u30fc\u30d7":[160,133],freebsd:124,"\u30a4\u30f3\u30dd\u30fc\u30c8":134,"\u8ee2\u7f6e":119,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[79,140],"\u30c4\u30a4\u30fc\u30c8":112,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[47,14,134],rand:58,grntest:134,"\u30d1\u30c8\u30ea\u30b7\u30a2":128,"\u623b\u308a\u5024":[78,5,84,41,7,89,9,131,93,95,11,136,50,102,51,139,141,21,143,56,59,42,145,149,62,63,114,97,104,85,115,70,161,118,120,27,151,31,125],"\u305f\u3044":134,gqtp:[121,126,153,91,81],"\u6d6e\u52d5":133,"_api":60,"_reopen":21,"_match":54,"_rename":51,"\u6587\u66f8":133,"=platform":165,"\u63a5\u7d9a":91,tsv:[122,156],"\u4ee5\u4e0b\u6f14":133,cutter:[157,134],"\u57fa\u672c":[3,133],greater:60,"\u30d7\u30ed\u30c8\u30b3\u30eb":[91,153],number:124,"\u9664\u7b97":133,not:60,"\u8a8d\u8a3c":46,"\u8fd4\u5024":[58,96,159,98,29,30,155],now:159,"\u5c0f\u306a\u308a":[160,133],"\u90e8\u5206\u4e00\u81f4":[],"_select":60,"-pack":165,name:[51,56],edit:98,"-encoding":165,"\u66f4\u65b0":[119,134,106],kern:124,mode:[78,60],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,".overcommit":124,".max":124,"-create":163,"\u4e26\u3079":3,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":83,normalizerauto:166,"\u751f\u6210":[106,134,111],"\u74b0\u5883":[157,134],"\u5b9f\u4f8b":60,"\u9032\u3081":112,"\u8a98\u5c0e":112,"\u30d8\u30c3\u30c0\u30fc":153,todo:[102,27],"\u9001\u308a\u65b9":[0,106],"-match":165,"\u30ab\u30d0\u30ec\u30c3\u30b8":157,"\u7def\u5ea6":119,"-default":165,"\u90e8\u5206":129,red:134,rk:43,"\u6307\u5b9a":[11,3,160,134,39,65,67],nofile:124,"\u30e6\u30fc\u30b6\u30fcid":162,proxy:8,"_string":[102,161],"\u305f\u3081":[96,60,112],"\u7d50\u5408\u5f0f":160,"\u4ed5\u69d8":19,"\u4e8b\u9805":[57,39,150],launch:118,freecode:134,filter:[161,96],"\u53ef\u80fd":[11,118,119,120,102,78,8],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":119,"_proc":45,"_user":105,"\u30d9\u30af\u30bf\u30fc":39,"\u3078\u3068":112,"\u6e1b\u7b97":133,suffix:60,"\u8aac\u660e":[158,58,159,98,150,39,86,29,52,30,155],"-version":65,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":21,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":162,"\u7d44\u307f\u8fbc\u307f":[166,86],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":134,open:[124,145],size:153,"\u78ba\u8a8d":[134,106],"\u7d5e\u8fbc":64,dump:141,script:131,introduction:111,"\u30ab\u30b9\u30b1\u30fc\u30c9":151,"\u4fee\u6b63":[1,36,138,113,130,6,66,23],"\u5bfe\u7b56":[61,148],"\u6c38\u7d9a":83,"_obj":68,"\u30ea\u30dd\u30b8\u30c8\u30ea":[92,106],"=encoding":165,"\u306f\u3058\u3081":10,tokenizer:[149,78],configure:[165,134,111],releases:66,desctipion:163,"\u8ffd\u8de1":0,".com":134,"\u66f8\u5f0f":[158,58,159,3,98,118,150,86,29,8,30,155,55],"\u5b66\u7fd2":[118,43,109,10,75],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":56,"-httpd":[118,126,8,87,55],keyword:[],"_index":107,"_untag":97,"-log":165,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":37,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[12,73],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":8,"\u30c6\u30fc\u30d6\u30eb":[57,3,12,83,39,102,162,67,55,56],"_expander":[102,96],"\u3044\u304f":112,hashtags:162,"\u30a8\u30e9\u30fc":[122,148],"-zlib":165,"\u56fd\u969b\u5316":106,"\u5834\u5408":[122,67,134],"null":133,"_circle":155,"\u3044\u308b":40,"\u7279\u6b8a":150,"\u4e00\u89a7":[162,2,24],"_list":[149,93,84,42],min:85,"\u304b\u3089":[147,116,13,112,135,90,165,77],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":56,"-with":165,archive:13,"\u7279\u5b9a":[157,134],"\u307e\u3068\u3081":134,"_distance":[11,98],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":157,mroonga:119,libmemcached:157,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":73,who:[],"\u7d22\u7528":[3,88],"\u7528\u79d8":134,"\u30c4\u30fc\u30eb":[165,8,91],"\u7d44\u8fbc\u578b":39,"\u30b5\u30b8\u30a7\u30b9\u30c8":164,synopstis:163,"_put":7,windows:[90,134],geoindex:162,request:[118,106],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":117,"_in":[29,155],"_ii":18,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":134,"\u30b5\u30fc\u30d0":[119,91],"\u30ed\u30fc\u30c9":[162,3,73],"_processes":8,"=path":165,"\u3084\u308a":112,"\u5fc5\u9808":[96,11,118,84,120,102,51,78,115],"\u30ec\u30b3\u30fc\u30c9":[96,3],"-po":134,"\u5270\u4f59":133,"\u30d5\u30a1\u30bb\u30c3\u30c8":96,"\u30d1\u30c3\u30c1":106,"\u304a\u304f":112,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":134,"\u8ffd\u52a0":[166,134,106],solaris:20,"\u88dc\u5b8c":[43,10],"\u3044\u308d\u3044\u308d":12,"\u5c0f\u6570":133,"\u30d1\u30c3\u30b1\u30fc\u30b8":134,depended:111,ellipsoid:11,"\u4e0d\u7b49\u4fa1":[160,133],grnslap:158,cache:[96,104],"\u9ad8\u5ea6":96,"\u65e5\u6642":12,"_equal":60,"\u65b9\u6cd5":[65,134,73,61,148,109,101,75,43,76,14,157,106],"\u30ea\u30ea\u30fc\u30b9":[1,134,138,113,130,6,66,23,99],rectangle:11,"\u4e00\u6642":83,"\u6295\u7a3f":162,"-server":126,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":46,wheezy:135,get:118,db:60,clang:157,"_html":[145,27,41],"_limit":[96,8,104],cannot:148,"\u7b97\u5b50":133,"_eval":131,"\u91cd\u307f":[67,73],geo:[29,11,155],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[65,46],"\u305d\u306e":165,"\u5171\u8d77":[43,109,75],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":121,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":61,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"_search":94,"\u7d50\u679c":[61,150,3,117],"\u52a0\u7b97":133,"\u6570\u5024":12,contain:60,"\u64cd\u4f5c":3,"\u3084\u308b":134,"\u69cb\u7bc9":[101,157],"\u5236\u5fa1":133,"\u30b9\u30b3\u30a2\u30fc":96,"\u4ee3\u5165":133,travis:69,tokenizers:32,arg:60,close:145,news:36,"\u8a00\u8a9e":106,"\u65b0\u898f":134,"\u6a5f\u80fd":40,"\u30ab\u30e9\u30e0":[57,11,3,117,52,127,67],"\u985e\u4f3c":[133,109],"\u7ba1\u7406":[8,91],"\u5c02\u7528":91,"\u30e2\u30b8\u30e5\u30fc\u30eb":8,"_pack":165,between:85,reading:43,"\u7bc4\u56f2":[3,56],"\u4f4d\u7f6e":[11,162,40,64,65,119],"\u8868\u73fe":60,"_geo":48,javascript:64,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":119,"\u904e\u53bb":112,key:56,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":150,"\u5373\u6642":119,"\u30b7\u30d5\u30c8":133,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[160,133],"_level":[5,8],"\u6392\u4ed6":133,"\u518d\u8d77\u52d5":126,"\u77e5\u308a":134,"-suggest":[118,55,163],"\u306a\u3057":[133,46],equal:60,"-document":111,"\u30b5\u30fc\u30d0\u30fc":[30,126,28],"\u88dc\u6b63":[10,109],"\u30d1\u30e9\u30e1\u30fc\u30bf":[67,65],"\u306a\u3044":[39,112],"\u975e\u308f\u304b\u3061":129,load:50,geolocation:[],ci:69,"\u4f5c\u6210":[162,88,3,134,56],point:11,period:36,"\u62bd\u51fa":133,header:122,"\u7f6e\u63db":102,"\u95a2\u6570":[144,133,157],"\u6574\u6570":133,shutdown:125,path:59,table:[96,89,83,84,51,93,115,56],quit:143,"\u53c2\u7167":[12,38,153,119],tuning:124,"\u30e1\u30e2\u30ea":124,json:[50,122],"\u91cd\u307f\u4ed8\u304d":73,"\u306b\u95a2\u3059\u308b":39,po:134,"\u7528\u3044":[21,64],define:139,"(geopoint":162,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[132,156],"-help":165,"_tokenizer":56,"\u7591\u4f3c":52,"_value":85,"\u5b9f\u884c":[44,60,134,150,8,157],"\u7a2e\u985e":12,"_log":8,"-message":165,"\u5dee\u6f14":133,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,22],"\u5168\u4f53":17,plugin:34,"\u30a8\u30b9\u30b1\u30fc\u30d7":160,value:56,"\u5236\u9650":[57,117,73,83,39,150,156],cast:49,near:60,"\u306e\u306b":61,"\u691c\u7d22":[38,96,129,3,80,73,61,119,40,160,64,109,75,128,43,67,133,162,56],"\u5f8c\u65b9\u4e00\u81f4":[],"\u30e9\u30a4\u30d6\u30e9\u30ea":[119,165],"\u540c\u3058":61,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":22,geopoint:162,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":166,"\u6307\u91dd":112,"\u5fc5\u8981":97,vm:124,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":134,"_expansion":96,"\u53d6\u5f97":[3,134],"\u30ec\u30b3\u30fc\u30c9id":83,"\u95be\u5024":61,".maxfileperproc":124,"\u8a9e\u5f59\u8868":56,"\u5ea7\u6a19\u5024":133,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":134,fedora:147,"\u4f7f\u3044\u65b9":[78,4,5,120,84,41,7,89,8,9,131,43,95,101,96,11,73,136,50,102,51,139,141,21,143,55,56,59,42,109,150,145,149,62,63,114,97,104,85,115,156,70,161,118,93,27,151,75,31,125],"_rectangle":29,suggest:136,make:[165,134],"\u4f8b\u3048":112,"\u6210\u679c":106,"-dataset":163,"\u7a4d\u6f14":133,"_filter":161,html:[97,106,111],"-learner":55,messagepack:122,"\u30ad\u30fc\u30ef\u30fc\u30c9":[61,162],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":134,http:[30,126,167,4,91],".po\u30d5\u30a1\u30a4\u30eb":106,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":8,"\u306b\u3088\u308b":[67,128,117],user:[],"\u8ab2\u984c":0,"\u30b9\u30c8\u30ec\u30fc\u30b8":119,"_data":105,"\u5834\u6240":[112,156],"\u5168\u6587\u691c":[3,88],"\u95a2\u4fc2":[38,96,165],database:[118,55],"\u307e\u305f":67,"\u3055\u307e\u3056\u307e\u306a":64,"()":60,flags:[78,120,153,56],sortby:96,"\u51fa\u529b":[122,96,3,4,106],gzip:46,the:[66,124],lcov:157,"-localstatedir":165,"_path":[118,8,55],"\u8868\u793a":3,"-platform":165,protocol:153,"-path":165,less:60,"(v":60,"_tagn":145,"\u5229\u7528":[64,8],"_ctx":15,"\u5171\u6709":119,"\u9006\u5f15\u304d":38,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":91,"\u547c\u3073\u51fa\u3057":133,"\u5f8c\u65b9":[133,160,128],"\u3067\u304d\u308b":[60,112],loading:8,"\u8ad6\u7406":[160,133],mmap:148,"\u30bd\u30fc\u30c8":[64,117],defrag:31,"_selector":139,"\u660e\u793a\u7684":11,"\u62e1\u5f35":80,"\u4e00\u81f4":[43,129,160,133,128],match:[102,67,96],hat:134,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":46,"\u7d4c\u5ea6":119,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":119,"\u8ad6\u7406\u7a4d":160,enable:111,"\u9759\u7684":[101,157],"\u4fdd\u5b58":[12,56],nginx:8,"_hook":82,using:[],"\u30bd\u30fc\u30b9":[147,116,13,135,90,165,77],"\u7a4d\u4ee3":133,linux:124,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":91,"\u5354\u529b":112,follows:[],"\u691c\u7d22\u4f8b":60,specific:[],"-command":65,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,46],"_expr":[60,72,142],adjuster:96,"_threshold":96,"\u4f5c\u696d":134,"\u307e\u305f\u3050":67,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":91,"\u4ed5\u65b9":106,learning:[55,75],centos:116,"_db":71,"-plugins":165,"\u30b7\u30b9\u30c6\u30e0":[0,162],"\u5358\u8a9e":133,"_dat":83,"\u4f7f\u7528":124,"\u5727\u7e2e":46,"\u30b3\u30e1\u30f3\u30c8":162,"_sortby":96,"\u5411\u3051":[152,134],"\u5bc6\u9375":134,"\u66f8\u304d":129,"\u5f62\u5f0f":[50,122],comments:162,exit:163,allocate:148,"\u30af\u30a8\u30ea\u30fc":[8,24,160],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":126,"\u30d3\u30eb\u30c9":[147,116,134,13,135,90,165,77],"\u5206\u3051":129,run:111,"\u5168\u6587\u691c\u7d22":160,"\u4ed8\u304d":[38,133],"\u3046\u307e\u304f":112,"\u4e0a\u9650":57,"\u4f9d\u5b58":165,"\u5b8c\u5168":129,"\u3042\u308b":162,"\uff08personal":13,"\u5927\u306a\u308a":[160,133],output:96,"\u96c6\u8a08":119,from:55,post:[8,46],"_auto":8,"\u6319\u52d5":129,by:8,"\u5b9f\u73fe":60,"_border":85,"package":13,column:[145,62,41,63,51,85,84],of:124,"_escalation":[54,96],"\u30e6\u30fc\u30b6\u30fc":[162,112],location:11,"_columns":[102,67,96],os:77,"\u524d\u65b9\u4e00\u81f4":[],ppa:13,scorer:[64,96],"\u767b\u9332":[0,134],"\u5b9f\u9a13":23,domain:117,"\u30ad\u30e3\u30c3\u30b7\u30e5":[96,8],"\u30d5\u30a1\u30a4\u30eb":[44,60,134,111,156,46,106],"_cache":[16,8],"\u5831\u544a":0,"\u524d\u65b9":[43,133,160,128],"\u7279\u6709":8,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":157,log:[5,21,7,55,132],"\u8907\u6570":[67,117,46],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":150,"_prefix":165,"\u5909\u66f4":[61,138,46],"\u30d0\u30fc\u30b8\u30e7\u30f3":[138,1,65,130,134],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":67,redmine:112,"\u30ed\u30b0":21,"\u5c55\u958b":24,"\u7b49\u4fa1":[160,133],"\u63d0\u6848":[118,10,75],"cpu\u30b3\u30a2":46,twitter:[112,134,22],"\u30d5\u30a9\u30ed\u30fc":162,files:[124,55,163],"_full":145,"\u6027\u80fd":[8,46],memory:148,"\u72ec\u81ea":133,"\u7b97\u8853":133,"with":111,"_load":59,pull:106,"\u5165\u308a":162,"default":[65,56],type:[],"\u5426\u5b9a":[160,133],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":134,limit:96,"\u66ff\u3048":3,"\u304a\u3055\u3089\u3044":112,highlight:[145,41],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[34,35,82,18,94,45,48,103,15,16,100,17,137,105,107,108,53,110,54,68,71,72],"\u304a\u77e5\u3089":[66,1,138,130],similar:60,"delete":151,"\u611f\u8b1d":[1,138,113,130,6,66,23,99],bigram:162,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":134,approximate:11,command:65,"\u69d8\u3005":157,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":162,"\u3067\u304d":39,"\u56de\u907f":148,"\u3054\u3068":67,"\u70b9\u6570":133,check:114,"\u306b\u5bfe\u3059\u308b":67,"\u5bfe\u5fdc":[40,112,46],"\u7570\u306a\u308b":61,"\u4ee3\u5165\u5f0f":160,extract:75,"\u3068\u308a":112,"\u914d\u5217":133,"\u3042\u3052\u308b":61,"\u306e\u307f":[157,134],grn:[35,82,18,94,45,48,103,15,16,100,142,137,105,60,107,108,53,110,54,68,71,72],queryexpandertsv:156,"\u5168\u6587":[61,119,64,3,67],"_type":[53,11,153,56],users:162,truncate:115,"\u30c7\u30fc\u30bf":[12,162,39,3,56],worker:8,"-package":165,"\u30c7\u30d0\u30c3\u30ac":157,update:[43,134,111],"_query":8,"\u547d\u4ee4":150,"\u65b0\u3057\u3044":106,"_map":124,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":46,"\u4f7f\u3046":[11,8],drilldown:96,"-latest":134,"\u3088\u3046":[43,109,75],debian:[135,134],"\u4f5c\u308a\u65b9":73,"_count":124,"\u4f7f\u3044":129,macports:77,"-threshold":165,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[57,38,67,101],pseudo:52,"_offset":96,status:[70,153,163],"_memory":124,"\u5909\u66f4\u70b9":134,oracle:20,"\u539f\u56e0":61,"\u30c7\u30fc\u30e2\u30f3":91}})
@@ -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 v4.0.4-214-gb1aaec1ドキュメント</title>
10
+ <title>7. サーバー &mdash; Groonga v4.0.5-143-g3391c1dドキュメント</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: '4.0.4-214-gb1aaec1',
18
+ VERSION: '4.0.5-143-g3391c1d',
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 v4.0.4-214-gb1aaec1ドキュメント" href="index.html" />
29
+ <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" 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 v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">Groonga v4.0.5-143-g3391c1dドキュメント</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 v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
139
+ <li><a href="index.html">Groonga v4.0.5-143-g3391c1dドキュメント</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 v4.0.4-214-gb1aaec1ドキュメント</title>
10
+ <title>7.2. GQTP &mdash; Groonga v4.0.5-143-g3391c1dドキュメント</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: '4.0.4-214-gb1aaec1',
18
+ VERSION: '4.0.5-143-g3391c1d',
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 v4.0.4-214-gb1aaec1ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" 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 v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</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 v4.0.4-214-gb1aaec1ドキュメント</a> &raquo;</li>
126
+ <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
127
127
  <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
128
128
  </ul>
129
129
  </div>