rroonga 4.0.0-x86-mingw32 → 4.0.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (449) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +6 -0
  3. data/doc/text/news.textile +26 -0
  4. data/ext/groonga/rb-grn-column.c +42 -2
  5. data/ext/groonga/rb-grn-index-column.c +57 -159
  6. data/ext/groonga/rb-grn-object.c +7 -0
  7. data/ext/groonga/rb-grn-table.c +19 -3
  8. data/ext/groonga/rb-grn-utils.c +4 -1
  9. data/ext/groonga/rb-grn-variable-size-column.c +405 -5
  10. data/ext/groonga/rb-grn.h +18 -1
  11. data/lib/1.9/groonga.so +0 -0
  12. data/lib/2.0/groonga.so +0 -0
  13. data/lib/2.1/groonga.so +0 -0
  14. data/lib/groonga/dumper.rb +46 -22
  15. data/lib/groonga/expression-builder.rb +2 -4
  16. data/lib/groonga/schema.rb +16 -234
  17. data/rroonga-build.rb +3 -3
  18. data/rroonga.gemspec +1 -1
  19. data/test/test-array.rb +6 -5
  20. data/test/test-column.rb +0 -14
  21. data/test/test-database.rb +6 -5
  22. data/test/test-double-array-trie.rb +6 -5
  23. data/test/test-expression.rb +2 -2
  24. data/test/test-hash.rb +6 -5
  25. data/test/test-index-column.rb +163 -33
  26. data/test/test-patricia-trie.rb +6 -5
  27. data/test/test-schema-dumper.rb +39 -7
  28. data/test/test-table-dumper.rb +46 -1
  29. data/test/test-table-select-weight.rb +12 -0
  30. data/test/test-variable-size-column.rb +87 -3
  31. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  32. data/vendor/local/bin/groonga.exe +0 -0
  33. data/vendor/local/bin/libgroonga-0.dll +0 -0
  34. data/vendor/local/bin/libmecab-1.dll +0 -0
  35. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  36. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  37. data/vendor/local/bin/mecab.exe +0 -0
  38. data/vendor/local/include/groonga/groonga.h +6 -1
  39. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  40. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  41. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  42. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  43. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  44. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  45. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  47. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  48. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  49. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  50. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  51. data/vendor/local/lib/libgroonga.a +0 -0
  52. data/vendor/local/lib/libgroonga.dll.a +0 -0
  53. data/vendor/local/lib/libmecab.a +0 -0
  54. data/vendor/local/lib/libmecab.dll.a +0 -0
  55. data/vendor/local/lib/libmsgpack.a +0 -0
  56. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  57. data/vendor/local/lib/libmsgpackc.a +0 -0
  58. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  59. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  60. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  61. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  62. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  63. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  64. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  65. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  66. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  67. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  68. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  69. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  70. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  71. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  72. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
  73. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  74. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +41 -0
  75. data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +25 -0
  76. data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt +333 -0
  77. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +1 -1
  78. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +1 -2
  79. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +37 -17
  80. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +4 -5
  81. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +1 -2
  82. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +99 -0
  83. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +1 -1
  84. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +1 -2
  85. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +128 -4
  86. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +11 -1
  87. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -2
  88. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +1 -1
  89. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +1 -1
  90. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +1 -1
  91. data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
  92. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  93. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  94. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  95. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
  96. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  97. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  98. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  99. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  100. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  101. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  102. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  103. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  105. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  106. data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
  107. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  108. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  109. data/vendor/local/share/doc/groonga/en/html/genindex.html +11 -11
  110. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/index.html +68 -67
  112. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  113. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  114. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
  115. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  116. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  117. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  118. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
  119. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  120. data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  125. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  127. data/vendor/local/share/doc/groonga/en/html/news.html +247 -200
  128. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  129. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +24 -24
  130. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +26 -26
  131. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +26 -26
  132. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +26 -26
  133. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +26 -26
  134. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +26 -26
  135. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +26 -26
  136. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +24 -24
  137. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +26 -26
  138. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +26 -26
  139. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +26 -26
  140. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +26 -26
  141. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +26 -26
  142. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +26 -26
  143. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +26 -26
  144. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +26 -26
  145. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +26 -26
  146. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +26 -26
  147. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +26 -26
  148. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +26 -26
  149. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +22 -22
  150. data/vendor/local/share/doc/groonga/en/html/reference/api.html +38 -38
  151. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/reference/column.html +153 -0
  153. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +857 -0
  154. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +7 -7
  155. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +7 -7
  156. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +7 -7
  157. data/vendor/local/share/doc/groonga/en/html/reference/command.html +8 -8
  158. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +8 -8
  159. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +7 -7
  160. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +7 -7
  161. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +8 -9
  162. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +7 -7
  163. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +7 -7
  164. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +47 -26
  165. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +7 -7
  166. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +7 -7
  167. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +8 -9
  168. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +7 -7
  169. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +7 -7
  170. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +7 -7
  171. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +7 -7
  172. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +7 -7
  173. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +10 -10
  174. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +7 -7
  175. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +7 -7
  176. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +7 -7
  177. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +7 -7
  178. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +193 -7
  179. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +7 -7
  180. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +12 -12
  181. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +7 -7
  182. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +8 -8
  183. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +7 -7
  184. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +7 -7
  185. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +7 -7
  186. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +8 -9
  187. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +7 -7
  188. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +7 -7
  189. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +10 -10
  190. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +7 -7
  191. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +7 -7
  192. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +165 -13
  193. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +25 -8
  194. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +7 -7
  195. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +12 -12
  196. data/vendor/local/share/doc/groonga/en/html/reference/function.html +28 -28
  197. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +40 -40
  198. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +32 -32
  199. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +50 -50
  200. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +32 -32
  201. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +32 -32
  202. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +34 -34
  203. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +30 -30
  204. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +46 -46
  205. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +32 -32
  206. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +32 -32
  207. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +36 -36
  208. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +62 -62
  209. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +140 -140
  210. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +22 -22
  211. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +24 -24
  212. data/vendor/local/share/doc/groonga/en/html/reference/log.html +26 -26
  213. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +31 -31
  214. data/vendor/local/share/doc/groonga/en/html/reference/output.html +8 -8
  215. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +22 -22
  216. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +36 -36
  217. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +18 -18
  218. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +13 -13
  219. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +17 -17
  220. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +38 -38
  221. data/vendor/local/share/doc/groonga/en/html/reference/types.html +8 -8
  222. data/vendor/local/share/doc/groonga/en/html/reference.html +69 -68
  223. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  225. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  226. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  227. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +9 -9
  228. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  229. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  230. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  232. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/spec.html +9 -9
  235. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  238. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  239. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  240. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  243. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  244. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  246. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  247. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +8 -8
  248. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  251. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +12 -12
  252. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  253. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  254. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  255. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  256. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  257. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  258. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  259. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  260. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  261. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  262. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  263. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
  264. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  265. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +41 -0
  266. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +25 -0
  267. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt +333 -0
  268. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +1 -1
  269. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +1 -2
  270. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +37 -17
  271. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +4 -5
  272. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +1 -2
  273. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +99 -0
  274. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +1 -1
  275. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +1 -2
  276. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +128 -4
  277. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +11 -1
  278. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -2
  279. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +1 -1
  280. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +1 -1
  281. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +1 -1
  282. data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
  283. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  284. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  285. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  286. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
  287. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  288. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  289. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
  290. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
  291. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  292. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  294. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  295. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  296. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  297. data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
  298. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  299. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  300. data/vendor/local/share/doc/groonga/ja/html/genindex.html +11 -11
  301. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  302. data/vendor/local/share/doc/groonga/ja/html/index.html +67 -66
  303. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
  304. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
  305. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
  306. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  307. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  308. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  309. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
  310. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
  311. data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
  312. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  313. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  314. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  315. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  316. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  317. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  318. data/vendor/local/share/doc/groonga/ja/html/news.html +262 -200
  319. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  320. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +22 -22
  321. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +24 -24
  322. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +24 -24
  323. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +24 -24
  324. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +24 -24
  325. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +24 -24
  326. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +24 -24
  327. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +22 -22
  328. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +24 -24
  329. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +24 -24
  330. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +24 -24
  331. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +24 -24
  332. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +24 -24
  333. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +24 -24
  334. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +24 -24
  335. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +24 -24
  336. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +24 -24
  337. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +24 -24
  338. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +24 -24
  339. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +24 -24
  340. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +20 -20
  341. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +35 -35
  342. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +150 -0
  344. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +824 -0
  345. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  346. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  347. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  348. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
  349. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +6 -6
  350. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  351. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  352. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +6 -6
  353. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  354. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  355. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +45 -24
  356. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  357. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  358. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -6
  359. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  360. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
  362. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  363. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  364. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +8 -7
  365. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
  366. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
  367. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
  368. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
  369. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +174 -5
  370. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
  371. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +10 -10
  372. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
  373. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +6 -6
  374. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
  375. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  376. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
  377. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +6 -6
  378. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  379. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
  380. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +8 -8
  381. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  382. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  383. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +167 -11
  384. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +23 -6
  385. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  386. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  387. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +25 -25
  388. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +38 -38
  389. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +30 -30
  390. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +48 -48
  391. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -30
  392. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +30 -30
  393. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +32 -32
  394. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +28 -28
  395. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +44 -44
  396. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +30 -30
  397. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +30 -30
  398. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +34 -34
  399. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +60 -60
  400. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +138 -138
  401. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +19 -19
  402. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
  403. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +23 -23
  404. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +28 -28
  405. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  406. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +19 -19
  407. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +34 -34
  408. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +15 -15
  409. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +10 -10
  410. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +14 -14
  411. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +35 -35
  412. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
  413. data/vendor/local/share/doc/groonga/ja/html/reference.html +69 -68
  414. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  415. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  416. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  417. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
  418. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  419. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  420. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  421. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  422. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  423. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  424. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  425. data/vendor/local/share/doc/groonga/ja/html/spec.html +9 -9
  426. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  427. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  428. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  429. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  430. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  431. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  432. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  433. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  434. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  435. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
  436. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  437. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  438. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +8 -8
  439. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  440. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  441. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  442. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +12 -12
  443. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  444. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  445. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  446. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  447. data/vendor/local/share/man/ja/man1/groonga.1 +526 -73
  448. data/vendor/local/share/man/man1/groonga.1 +552 -80
  449. metadata +148 -139
@@ -1 +1 @@
1
- Search.setIndex({envversion:42,terms:{clumns:117,"\u30fbor":60,"\u51fa\u6765":[37,63,73],"\u7b2c\u4e8c":61,localstatedir:[130,45],"\u3082\u3089\u3063":3,four:[124,3],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[30,81],"\u811a\u6ce8":[61,3,38,58,29,146],"\u3082\u3089\u3048":107,"\u65e5\u672c\u4eba":40,"\u79d2\u60c5":23,"_column":[],"\u6b63\u5e38":[141,126],"\u30d5\u30c3\u30af":65,internally:15,"\u5b9a\u5024":62,"/projects":126,"\u7b2c\u4e00":3,"\u3044\u304f\u3064\u304b":[139,92,73,126,114,22,98,56,148,62,45,136,90,157],"\u89e3\u9664":[1,64,81,91],second:124,"\u4f5c\u3089\u308c":141,"\u4e8b\u524d":[55,126,57,123,156,9],"\u30ad\u30e3\u30b7\u30e5":15,"\u30de\u30af\u30ed":[23,64,62],"\u30b7\u30f3\u30dc\u30eb":59,"\u5f15\u3044":125,increasing:117,error:[115,94,5,15,6,7,124,62],here:[154,117,7,40,124,68],onga:27,"&!":125,china:111,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":135,"&&":[57,152,92,120,125],"\u4e0e\u3048":[56,3,57,81,47,86,129,62],"\u30b0\u30cb\u30e3\u30e9":153,"\u4e2d\u8eab":[62,3,144,141],"_output":[],"\u307b\u3057\u304f":92,"\u7ffb\u8a33":[],"\u300c\"":81,"\u300c#":[153,130],classification:111,"\u300c,":133,"9e":156,"9f":4,unix:[115,114,59,48,142,109,45],txt:[69,102],"\u5ea6\u6d6e":38,"\u5bfe\u7167":98,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[],"_check":[62,64,148],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\u975e\u63a8":[23,62,61,52],music:[37,124],tokenize:[],"_flags":[],"[pkg":[23,62],until:[117,16],"\u30d6\u30ed\u30b0":[],swap:117,"\u6709\u529b":128,"\u7f6e\u304f\u4f8b":45,"\u4e0b\u304c\u308a":57,"\u5f15\u6570":[],"\u300cv":126,"(pos":[29,146],"_command":[],"\u7518\u6817":153,"\u6709\u52b9":[73,81,86,23,45,92,126,11,12,47,96,52,104,141,62,64,151,110,67,113,27,7],"\u4e8c\u91cd":[62,151],"\u30e1\u30fc\u30eb":[0,102],"/functions":148,example:[37,92,3,111,11,106,60,7,117,40,68,86],"/blog":126,"\u6a2a\u5c71":62,"*cache":15,"<groonga":141,travel:153,feature:[40,102,7,111,98],how:[],typed:68,types:[40,128,105,114,70],"\u63fa\u308c":75,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":62,"_resource":[2,64],"\u5b09\u3057\u304f":107,"\u901a\u5e38":[92,73,3,151,11,38,14,115,7,62,156,147,90],keeps:15,"\u500b\u5b9a":137,wing:62,"\u3042\u305f\u308a":[23,130],vars:42,"\uff11\u5bfe":137,"\u30d1\u30c8\u30ea\u30b7\u30a2":[],"/new":126,"\u3078\u306e":[11,45],"\u8fd4\u3063":[153,151,125],"_{":62,"-code":126,"\u8fd4\u3057":[73,3,77,123,40,9,43,92,61,125,95,128,96,99,14,48,16,50,101,54,55,56,103,104,105,106,146,59,129,142,100,80,62,109,64,66,67,152,27,29,70,93,150],fix:[48,84],"\u78ba\u7387":128,"\u5404\u7d22":3,"_desc":96,"_o":[2,144],"_n":[15,62],"_i":[2,144],fin:42,"_a":[2,144],"\uff08tokenmecab":57,"\u3046\u3063\u304b\u308a":62,"\u30d7\u30ed\u30c8\u30b3\u30eb":[],"-daemon":112,"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":61,"\u516c\u8f14":62,"\u3082\u3063\u3068\u3082":148,"\u30af\u30a8\u30ea\u30da\u30a2":9,"\u8a8d\u8a3c":[],"_select":[],represents:68,"(point":[29,61,146],"_deadlock":[2,144,64],timeout:[64,16],debug:[5,124,6,7],"_$":[128,52],"_\"":23,"\u306b\u3042\u308a":[114,52],rd:[57,121],re:117,rf:[110,7],"post\u30e1\u30bd\u30c3\u30c9":62,moritapo:37,rc:[73,124,2],rm:7,ro:73,gregex:62,rk:[],"\uff01\uff09":[40,105],"\uff01\uff08":102,"\u3042\u305f\u3044":100,"\u5909\u5316":113,"\u5168\u90e8":144,".msgpack":4,"/limits":117,ringtail:[],"\u307e\u308d\u3086\u304d":120,"\u771f\u507d":[11,62,38,151,125],libedit:[139,1,130,62,23,45],"\u5f31\u70b9":113,"\u8fd4\u308a":[60,92,111],"\u8fd4\u308b":130,"\u7d99\u627f":62,"\"localhost":86,"_locks":[2,144],"\u25a1\u25a1":107,"\uff08age":52,"2\u5104":53,"\u304a\u3055\u307e\u308b":60,mingw:[23,126],"\u6607\u964d":[129,92],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[62,73,3,114,81],service:[117,119,105],"\u4f7f\u308f":[92,2,151,111,78,144,134,156,15,73,7,23,40,62,65,147,126,52],needed:[7,14],"\u533a\u5207\u308a":[149,92,73,3,4,111,11,113,38,81,47,128,133,70,62,125,151],"\u533a\u5207\u308b":[130,147],master:7,"\u610f\u8b58":52,"\u8a8d\u8b58":107,listen:[62,81,7,43],".git":[87,126,102],"{table":[98,92],"\u306e\u3059\u3079\u3066":43,"(comments":152,"-common":62,project:125,"_update":[151,92,2,96,104],"\u9006\u9806":3,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[],"\u4f7f\u3048\u308b":[151,81,62,23,45,65],"\u304b\u3069\u3046":[57,152,2,80,45],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[],"-port":[112,141,81],"\u300csubmit":126,object:[64,125,77,38,15,96,144,62,89,42,101],"\u7d22\u7528":[],"\"black":156,microsecond:124,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":108,letter:156,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":43,"\u533a\u5207\u3063":[92,73,114,144],"\u4f7f\u3063":[0,119,2,3,75,38,121,73,85,7,45,9,43,120,139,92,125,126,11,12,98,134,52,138,37,55,56,103,105,57,107,59,108,60,144,62,100,147,65,110,156,151,111,102,114,27,115,127,116,71,72,86],released:[84,126],"\u4f7f\u3048":[92,73,151,111,157,134,125,59,7,80,62,23,65,136,52],"\u4f7f\u3046":[],"\u4f7f\u3044":[],"\u66f8\u304d\u8fbc\u307f":[153,45],"\u66f8\u304d\u8fbc\u307e":21,unmanaged:108,"\uff08@":[23,130],"\u30d0\u30a4\u30ca\u30ea\u30fc":115,layout:126,grnslap:[],"2byte":144,"-enable":130,createrepo:126,"\u79d8\u5bc6":126,"\u30a2\u30d4\u30fc\u30eb":126,"_age":80,"\u91cd\u307f":[],net:111,"\u30c8\u30d4\u30c3\u30af":126,"\u91cd\u3044":[113,92],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[],"\u958b\u3053":67,"\u5b9f\u9a13":[],"\u91cd\u304f":57,patch:84,release:[85,126],unpatched:84,"\u69cb\u9020":[37,56,113,14,115,96,78],"\u5e83\u304f":[153,126],"[linux":62,"\u8ca0\u62c5":107,result:[56,4,111,27,96,61,144,40,63],fail:16,"<port":[141,81],"\u5206\u304b\u3061":113,wikipedia:38,score:[37,92,56,3,104,105,57,128,70,60,98,48,61,62,40,63,153,109,125],"\u611f\u3058":[153,107],shidara:23,"\u539f\u99c5":60,country:[142,86,111],"\u66f8\u304d\u8fbc\u3093":153,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":156,"\u66f8\u304d\u8fbc\u3080":141,"\u540c\u69d8":[37,92,56,126,11,39,141,60,86,129],pre:84,"\u5931\u6557":[3,151,126,130,59,48,142,16,8,23,62,109,52],"\u95a2\u6570":[],diff:141,"\u5404\u7a2e":126,"\u6d88\u53bb":62,"\uff08node":65,"\u5360\u6709":64,"\u3044\u3046":92,correction:105,"\u30ab\u30f3\u30de":[92,3,125,111,47,133],worker:[],dave:80,"\u305f\u307e\u307e":43,"-message":[],"/function":126,"_sel":84,"\u3069\u3093":[88,79],"#set":141,"\u3069\u308c":[115,92,43,52],"_set":[34,77,106,14,15,129,99,16,50,62,64,42],"\"sound":105,"\u65ad\u7247":27,"\u4ee3\u8868":113,"\u79d2\u6570":[115,92,125,11,153,38,66],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":62,"_false":64,"\u540c\u68b1":[62,130,102],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":23,"1\u4ef6":[57,153],"_rectangle":[],"\u3069\u3053":[23,45,62],"\u3002db":[23,56,3,86,14],"\u53b3\u5bc6":40,"\u30df\u30ea\u79d2":[38,60],"\u7121\u8996":[92,73,151,147,57,78,130,81,96,142,133,23,129,62,114],"\u3002rst":18,"\u5fdc\u7528":113,"\u3069\u3046":[1,35,67,5,107,58,92,57,6,131,7,21,62,91],"\u30e2\u30fc\u30c9":[30,56,3,86],"\"blt":133,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[73,105,57,121,129,52],"_skip":62,"_element":34,gzip:[],"_result":[96,2],sleepy:97,"\u4e00\u6c17":126,previous:111,"\u5317\u4eac":61,easy:18,has:[84,126,111,154,14,96,94,16,124,117,7],hat:[],"*vars":42,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":62,"\u7c21\u7565":62,"\"content":[92,151,125],"\u9001\u308b":[0,144,43,102],"\u9001\u308a":[144,126],"\u30d0\u30a4\u30ca\u30ea":[85,126],"_broken":2,"\u8d8a\u3048":57,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":39,">command":4,"_error":[2,144],"_ascending":129,alice:[92,151,98,48,7,80,109,43],"-unauthenticated":[62,12,127],"\u30d4\u30ea\u30aa\u30c9":[59,63],right:94,old:[],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[81,73,3,114],truncated:62,"|suggest":128,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":62,"\u5358\u8a9e":[],"/ngx":7,groogna:[62,43],"\u9001\u3063":[69,0,71,102],"for":[84,38,22,7,40,124,61,125,14,15,16,106,94,80,62,64,67,112,27,154,117,68],bottom:[23,94,29],quetzal:[],".asc":126,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":62,ichii:23,yoku:62,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":64,"\u5206\u985e":11,"\u3067\u3082\u3046":0,"\"starttime":4,"\u89e3\u6c7a\u7b56":107,"\u306a\u3055\u3093":71,"\u65e2\u5b9a\u5024":119,"\u305b\u3044":62,"_size":[56,104,17,14,96,49,129,64,68,42],".am\u30d5\u30a1\u30a4\u30eb":126,"\u89e3\u91c8":[130,56,151,133],waits:16,"_range":[2,64],support:[84,7],offgao:153,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":80,"\u305b\u306a":[151,125],"\u5c71\u672c":62,"\u3086\u304d\u3072\u308d":120,thesaurus:92,"/tsv":[147,8],"\u5fa9\u65e7":62,"\u8981\u7d20":[115,2,3,141,27,47,96,56,62],"\u30d0\u30f3\u30c9\u30eb":62,"\u3002sortby":92,"\u306e\u304b":[153,121],"\u9006\u5f15":37,"_sequence":[2,144],"\u306e\u3044":[10,5,113,38,81,96,47,61,60,6,144,56],"_records":62,"''":[12,151],"'\"":62,"'.":[64,102],"'-":[62,81],"',":[64,154],"')":[47,149,92,81,151],"'(":[81,151],"\u306e\u306b":[],"\u306e\u3061":92,relax:117,"\u306e\u3067":[119,3,121,85,7,62,123,43,92,61,126,11,98,102,55,57,140,107,152,80,23,63,147,113,27,115,30,52],"*nvars":42,"\u3001_":[153,60,3],"\u306e\u307f":[],"'t":[14,15,16,117,40,7],"'s":[97,92,151,111,47,152,124,115,125,102],moero:37,"\u3089\u308c\u308b":[56,104,113,121,129,62],"\u88dc\u3046":113,"'a":152,"\u305b\u308b":[119,56,113,98,30,148,52],"'n":81,"'m":[97,63],"-latest":[],"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":75,"-tar":20,"\u305b\u308c":113,"\u6bb5\u843d":[59,104],"_count":[],"'\\":151,"\u5165\u529b\u30df\u30b9":105,time:[153,105,11,128,70,141,117,124,57,62,40,23,150],push:[126,102],"\u304a\u3053\u306a\u3063":3,":/":[3,4,81,85,7,87,45,43,139,93,126,11,12,133,18,102,37,20,60,86,65,149,110,111,127,30,72],"\u53cd\u6620":[113,56,126,117],"\u7b26\u53f7":[],":$":[125,151,120],"\u6d41\u308c":[],"-prefix":[],"\u5c0f\u897f":62,":=":[92,151],":>":[92,151],"\u3002rroonga":134,"::":[2,4],netbsd:[62,130],millisecond:16,"\u3042\u307e\u308a":[63,107,96],"\u7aef\u672b":113,"_builtin":[23,64,67,49],"\u6700\u7d42":67,dragonfly:130,"\u500b\u5225":126,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":62,"-root":[30,130,81],lru:100,exact:56,"\u3002travis":65,minute:124,".body":[79,31,75,91],"\u30b9\u30af\u30ea\u30d7\u30c8":[],"{language":102,"\u6e08\u307f":[139,59,110,73,104,126,105,38,12,107,119,47,127,40,23,62,147,9],"-base":112,":@":[37,92,3,151,11,153,98,86],":\\":85,":^":[151,120],":[":141,":public":126,"\u8ad6\u7406\u548c":[],"\u7d50\u3073\u3064\u3044":137,"\u305f\u3055\u3093":[23,1,62],"\u7d50\u3073\u3064\u304f":137,sign:126,"\u5316\u4f5c":126,makecache:[62,110],"\u4e8c\u9805":125,".ncpu":72,"\u7d4c\u904e":[115,10,125,11,153,38,66,16,23,64],"\u30bf\u30d6":[147,4,144],takashi:[23,142],"\u540d\u7b49":64,"-ipadic":[139,110],current:15,"'='":81,"\u76ee\u5b89":126,"\u63a8\u9032":62,"\u30bf\u30b0":[],"\u6d41\u3057":126,address:[23,144,62],"\u30a2\u30ab\u30a6\u30f3\u30c8":[126,22],"\u4e3b\u30ad\u30fc":[],"\u4e00\u62ec":96,queue:137,"\u8b66\u544a":[62,92,10,130],"\u3002offset":77,"\u5ea6\u6570":[11,23,60,125],ipa:[18,110,139],pentium:141,"\u6587\u5b57\u5217":[],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":62,"~number":125,"\u4e88\u3081":[38,81],"{\"_":[37,92,125,11,60,80,151],"|table":52,"\u30d5\u30a9\u30ed\u30fc":[],"/header":20,"\u3060\u3063":[57,62,92,10,96],"``":[1,130],"\u5168\u4e16\u754c":62,"\u3060\u3068":107,visual:[23,85,62],"\u30ec\u30d3\u30e5\u30fc":126,"_gt":129,"\u3002obj":64,"\u3060\u3044":23,"_alloc":68,values:[47,64],"\u3060\u3057":[23,141],"\u5024\u8a18":125,following:[117,104,154,124],"_limits":111,locks:27,logrotate:62,"\u5897\u3084\u3059":148,"\u6a19\u6e96":[1,35,3,5,79,81,6,7,88,91,10,47,131,133,21,135,58,59,108,62,149,66,30,31,118,86],chroot:126,"\u30d2\u30e5\u30d9\u30cb":[61,146],parameter:[98,96,94,42,117],applications:27,date:141,such:[111,27,154,62,40,102],data:[],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[],"/dictionary":130,ss:[124,125],"/javascript":23,st:[73,125],sh:[126,65],so:[40,96,64,117],sa:[128,105],se:[40,73],"\u540c\u3058\u6570":[81,7,43],"[yum":62,course:111,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":133,"\u30a2\u30c9\u30ec\u30b9":[23,96,81,86,141],"*query":[89,68],jis:129,"\u540c\u671f":[141,126],instantly:27,"\u4f7f\u308f\u305a":98,records:[98,94,68,111,124],"\u8d85\u3048\u308b":[11,78,62,129,140],matched:[98,94],"_memo":98,"\u7570\u5e38":[108,141],"_dat":[],"_dataset":[122,154],"\u3084\u308b":[],"\u4e26\u3073":[121,125],"\u4e26\u3079":[],"-terminated":[42,14],gtar:20,indexblog:63,"\u30d8\u30c3\u30c0\u30fc":[],"-offset":92,".status":141,"\"search":[40,105,151,70],"\"type":128,formula:126,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":78,mime:43,"byte":[104,141,27,96,144,62,64,68],"\u7d20\u65b9":113,"\u30d9\u30af\u30bf\u30fc":[],"\u4e00\u610f":[59,81,90],one:[15,98,27,117],"\u56fd\u969b":102,"*expr":68,open:[],city:61,"\u5bfe\u7b56":[],"\"sphr":146,"=encoding":[],"\u884c\u756a":[115,23],"\u8fd4\u4fe1\u5143":153,"\u8fd4\u4fe1\u5148":153,"\u306b\u5bfe\u8c61":23,"\u51fa\u3057":153,"\u540c\u6642":[92,10,113,137,141,60,96,129],fumiyasu:23,"\u4e16\u754c":[61,11,38,29,60,146],argument:125,"-scorer":136,say:125,"/span":27,"/ubuntu":[62,119,12],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":62,"\u30ea\u30b9\u30c8":[37,92,156,3,151,126,147,79,39,81,47,88,87,62,125,32,102],uuuuuu:125,"\u5ea6\u5408\u3044":57,note:117,"\u30cb\u30db\u30f3\u30b8\u30f3":40,"[[\"":108,"\u5fdc\u7b54":[62,113],buffer:[108,64,68],"\u5148\u982d":[77,92,64,3,7],debhelper:23,"\u30b9\u30da\u30fc\u30b9":[23,92,62],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[],"\u672b\u5c3e":[77,129,64],operations:68,"\u4ef6\u6570":[92,3,57,121,47,96,64,90],"\u5217\u6307\u5411":[113,81],"_cursor":[],xml:[],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:156,"\u5927\u4e8b":[147,151],"-directory":62,"\u3068\u3057\u307e\u305b":16,"_defrag":64,"\uff08tokenbigram":57,resource:144,"\u3088\u30fc":153,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[],"\u76f4\u63a5":[153,133],"\u8868\u3057":[10,3,38,39,115,2,56,90],"\u7a7a\u767d":[73,3,151,57,113,81,47,70,114],"\u7528\u79d8":[],"\u898f\u5247":62,".content":[92,125,97,152,117,63,151],"\u306b\u3068\u3063\u3066":[73,107],sites:133,"*column":104,"\u5927\u4e08":0,jobs:141,"\u4e0a\u554f":119,"@tomotaka":23,many:[117,154,111],"\u8fd4\u3059":[1,35,75,5,81,6,23,43,91,125,128,14,131,21,141,58,66,60,144,80,62,150,130,31],"\u30b3\u30ed\u30f3":59,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":75,"_otoj":148,expression:[117,55,68],")offset":[129,96],"-mecab":[139,62,110,12,127],"_t":2,"_syntax":[2,68],"(xxx":62,"\u3002http":62,"\u542b\u3080\u5024":[81,3],"\u5468\u4e0a":146,"_synonyms":147,"*added":96,"\u898b\u4ed8":62,"'ja":102,enable:[73,126,130,66,7,62],readings:40,"\u6607\u9806":[92,3,111,60,96,129,64],"\u5b9f\u884c":[],"-bye":[92,151,125],"\u304a\u3051\u308b":[53,37,3,151,11,113,38,62],"\u7406\u89e3":[92,3],"\u3002filter":60,"?table":[7,43,86],ctrl:86,"\u4e0d\u5909":90,ivh:[139,110],"@lists":[126,22],".md":126,pthread:[23,62],"\u3002squeeze":148,ascii:[151,125],"\u304b\u307e\u3044":3,binary:[113,38,4],hostname:[30,81,7],"_filter":[],"<path":81,"_setoperation":96,"\u3002\u3057\u304b\u3057":[92,61,105,113,38,97,116,23,156,43],"_at":[57,130,14,96,62,64],"error\u30bf\u30b0":62,allocation:15,"\u8ab2\u984c":[],"\u90fd\u6c11":[57,121],"\u5b9f\u88c5":[55,61,92,7,30,123,23,62,157,43,102],"_date":126,tracking:0,takahiro:130,customized:124,".key":96,"\u6b53\u8fce":71,"_normalize":[92,84,3,75,57,153,151,27,156,97,98,96,117,62,63,125,52],"\u53d6\u308a\u51fa\u3055":11,"\u53d6\u308a\u51fa\u3059":[11,129,56,103,130],"_retry":2,"\u56db\u89d2":39,"\u6771\u4eac\u90fd":[57,153,121],"[token":62,"(r":141,gdb:148,"(a":65,"_pack":[],"\u30cb\u30db\u30f3":40,"([":54,"(_":[40,128,105,125,70],"\u30d1\u30e9\u30e1\u30fc\u30bf":[],functionality:111,haystack:56,dcmake:85,"\u6c4e\u7528":[141,81,7],"\u639b\u3051":125,"(>":56,"(<":56,"(=":[2,125,56],res2:96,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":126,"((":92,"()":[],"(.":[63,126],"(-":125,"(\"":[61,3,106,81,27,98,62],provided:7,"(!":56,"('":[59,92,3,151,81,47,90],intel:141,"_but":56,"\u95a2\u308f\u3089":141,"\u4f4e\u901f":111,"\u4ed5\u7d44":[43,102],grouping:111,conditional:128,yyyy:[124,125],"_supported":[2,144],"\u30d5\u30a9\u30f3\u30c8":18,ddl:57,"(nginx":119,"/httpd":[119,7],"\u8a18\u4e8b":[97,63,126],"\u5168\u6587\u691c\u7d22":[],";\"":62,"package":126,"\u5ec3\u6b62":10,favorite:102,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[23,43],"\u304b\u3048\u308b":152,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[156,114],"'or":62,"\u7b97\u51fa":[62,92],"\u7403\u9762":[61,146],"_prefix":[],"\u8868\u8a08":147,"\u30e9\u30f3\u30ad\u30f3\u30b0":3,emacs:102,recommends:117,"\u30aa\u30fc\u30d7\u30f3":[23,62],complete:[40,128,9,62],"/pull":126,"_empty":[2,144],"with":[94,3,104,111,57,124,80,114,27,14,59,108,7,62,23,45,126,65],"_load":[],"_types":[114,43],pull:[],"\u697d\u3057\u3044":[57,121],"_incompatible":2,"\u304a\u77e5\u3089":[],gone:37,ac:156,uid:126,"| y":62,"\u30ec\u30b9\u30c8\u30e9\u30f3":113,am:27,an:[94,114,15,96,7,117,68],"| n":125,as:[73,111,27,154,117,98,7,62,40,102],ar:[57,73,121],at:[117,84,94,111,124],"| c":125,"| _":60,"\u3002messagepack":[115,45],shimomura:62,"\u4e00\u65b9":[3,151,98,11,113,27,57,152,63,125],"\u30c7\u30d0\u30c3\u30b0":[108,73,7],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[62,85,141],"\u9806\u4f4d":77,"\u304c\u3068\u3046":153,queryexpandertsv:[],"_such":[2,144],original:[120,133],"\u6587\u6cd5":[],senna:[],"\u4ed8\u968f":[35,58],"\u30c7\u30fc\u30bf\u30d9\u30fc":23,"\u5408\u8a08":[53,57,78,141,108,140],"\u6e80\u3055":62,"-talk":[62,126,22],"\u548c\u5e83":62,"\u901a\u4fe1":[],to:[],tail:[144,126],te:73,homepage:141,tc:[129,103],returned:[15,106,94],"/other":7,"\u30ab\u30c6\u30b4\u30ea":[92,73],"\u3002column":[56,3,104],condition:[68,125],"(popular":92,large:117,"\u5909\u308f\u308b":[57,27],"\u5909\u308f\u308a":[108,60,121,100],"\u4f55\u3089\u304b":38,"\u300c\u6771\u4eac\u90fd":57,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[62,73,114],"&gt":27,"\u6e80\u3059":62,"\u5927\u5225":11,pass:7,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":62,"\u7701\u7565":[],"\u7d22\u6642":130,"\u5897\u52a0":62,"\u3067\u306b":[57,97,8],section:[17,104],"\u30ea\u30c6\u30e9\u30eb":[],"\u5927\u5207":113,"\u6700\u65b0":[18,100,126,22,23],"\u3002timeout":64,"_modified":153,method:7,contrast:7,full:[73,7,126,27],hash:[78,153],"\u30ce\u30a4\u30ba":[57,105],sender:112,"\u975e\u516c\u958b":126,"_compare":64,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":92,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":62,"\u306b\u3059\u308b":43,followee:153,tokenizer:[],"\u30ce\u30fc\u30c9":[129,62],"-release":[],"(init":14,follower:153,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[23,130],select:[],"[grntest":23,mecab:[139,1,84,126,113,12,110,127,130,62,23,45],"\u7406\u95a2":42,"\u4e0a\u8a18url":126,more:[98,144,27,117],"\u30c6\u30ad\u30b9\u30c8":[73,126,141,130,114,27,156,93,62,52,102],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":37,"\u518d\u5229":[78,92,90],"_argument":[129,96,2,144,64],"_messages":[126,102],endpoint:112,"_adjust":[89,56],"\u6bd4\u8f03":[],scan:148,"_descending":129,accept:130,states:142,gronoga:7,information:[15,124],"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":23,"\u3002lzo":59,"\u300ccommand":30,"=dat":62,"\u52d5\u7684":[],"\u5b9f\u884c\u4f8b":[],"\u5019\u88dc":[40,128,9,105],"\u306b\u3059\u3050":97,"\u30fb\u81ea\u5df1\u7d39":153,"\u559c\u3073":[69,102],github:[0,126,59,23,62,87,18,45,102],tokenbigram:[92,73,3,75,105,57,78,151,81,27,121,97,98,153,152,117,88,63,125,32,52],register:[],"\u6e0b\u8c37":153,replied:153,"\u666e\u53ca":113,sysctl:[140,117],"\u52d5\u753b":37,"\u8f09\u305b\u308b":126,".co":[92,84],installer:126,its:[0,40,68,124],saucy:[],".rpm":[139,110],confiugration:117,"\u63a5\u7d9a":[],"[tokenizer":62,"_weight":[59,104],salamander:[],"_ci":156,"\u6271\u3044":[10,11,121,16,40,157],"\u6271\u3046":[2,125,57,140,22,113,62],"\u6271\u3048":[83,14],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":62,"\u5c0f\u306a\u308a":[],always:117,messagepack:[],"\u6271\u3063":[62,1,153],"\u30ad\u30e3\u30b9\u30c8":[62,130,151,153],"[doc":[23,62],found:[96,94],".offset":96,"\u534a\u89d2":[129,156,3],"\u540c\u7fa9":147,"\u9ad8\u901f":[37,1,56,3,151,157,78,39,81,125,113,61,62,23,146,43,52],operation:[94,144],"\u6271\u308f":[92,73,151,11,39,141,57,62,156],really:[92,151,125],"\u524d\u8005":[60,156,147],ftp:141,"/usr":[45,81],"\u30de\u30eb\u30c1\u30b3\u30a2":113,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/rab":[60,3,111],ftb:84,"/etc":[119,126,140,12,127,7,62,117,147],"\u6975\u4ed8":[61,146],"_hit":[86,66,3,4,7],imagine:111,"\u3053\u3053\u3067":126,"\u30a6\u30a7\u30a4\u30c8":59,pairs:40,"_user":[],"-keyring":[62,12,127],number:[],"_pipe":[2,144],"\u3059\u3079\u304d":56,"\u7d42\u308f\u308b":[97,151,125],"\u30b3\u30d4\u30fc":[104,126,77,96,133,62,64],"|enable":73,"\u533a\u5207\u3089":23,"\u30c9\u30e1\u30a4\u30f3":[62,111],"\u3057\u304b\u3082":157,"_stack":2,"\u642d\u8f09":113,dpkg:126,"\u5b66\u7fd2":[],"\u56de\u547c":130,"_db\u30d5\u30e9\u30b0":23,"\u60f3\u5b9a":[66,37,133,108],"\u5b9f\u969b":[53,37,92,75,57,153,79,62,63],toybox:11,"\u52d5\u74b0":149,"*data":77,"\u66f8\u304d\u63db\u3048":[126,65],gted:102,qps:[149,141],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[130,81],self:141,"_lock":[23,64,16],also:[92,151,27,14,7,40,125],without:[40,7,27],mroonga:[92,93,151,152,113,98,62,63,147,125],"\u8a18\u53f7":[57,81,121,3,130],"\uff08todo":125,"\u306e\u3069\u3061\u3089":[92,125],"\u3060\u3055\u3044":[0,119,3,7,87,45,43,92,125,126,12,102,20,144,62,147,148,65,156,151,113,115,116,71,52,86],tokens:73,exe:[85,126],"_uint":49,cover:27,umemoto:23,arted:125,ext:73,"\u6d3b\u304b\u3059":92,"<limit":81,"_processes":[],microsoft:85,"\u3057\u304b\u3057":[92,125,57,121,63,147,43,102],"/command":[7,86],xcode:72,"-memory":130,"\u77e9\u5f62":[29,60,113],"\u5143\u6c17":62,columnn:62,"\u9577\u578b":129,"\u6642\u306b":23,failed:[15,16],"\u51e6\u7406":[1,2,77,114,121,73,7,90,92,125,43,102,56,141,60,144,62,151,113,130,26,27],"\u5225\u9014":[38,64,111],"\u30bf\u30fc\u30b2\u30c3\u30c8":62,columns:[92,130,154,47,117,62],"]]]":[57,128,131,125],"\u5fc5\u305a":[92,10,144,96,52],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":43,"\u3082\u3057\u3054":62,"_point":[37,146,94],"\u30ed\u30b0\u30ec\u30d9\u30eb":[81,7],"-github":126,bytes:[53,42,14],"\u6c7a\u3081":52,"\u7528\u610f":[92,56,126,105,141,61,70,45,40,64,9],"\u3082\u3057\u304f":[139,110,151,126,11,140,38,27,96,86,80,129,62,63,125,7],set:[40,64,141,117],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[1,130,59,62,23,45,148],see:117,sed:[23,12,62],sec:16,"\u547c\u3073\u5143":14,sea:[40,73],sen:84,"\u8a00\u8a9e":[],juman:[139,110],currently:[7,67],mutex:62,"\u65e5\u4ed8":[113,61,126],"\u3068\u3068\u3082\u306b":11,"\u3082\u3057\u308c":147,available:[84,7],"<span":27,"\u7a7a\u6e2f":153,"\u304c\u3064\u3044":[78,130,62],javascript:[],"\uff09\uff08":52,"\u3082\u304d\u3061\u3093":7,"\u500b\u4eba":45,"\u6790\u5668":113,"_already":[2,144],"\u77e5\u308c":[123,114,55,107,63],last:[62,153],"\u77e5\u308b":111,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[113,141,134],"\u578b\u5909":23,connection:144,rose:11,pdf:[],"<#{":124,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":62,load:[],");":[15,56,68,104],"):":[119,126],"@ceekz":62,"\u30b9\u30ec\u30c3\u30c9":[113,137,141,14,81,43],"))":[92,147,125],"\u30ca\u30ce":[115,130],")-":126,"),":[59,62],").":[27,126],"_exec":[2,68],")\"":[62,93,151,27,75],".htpasswd":[7,43],")'":[37,153,151,105,128,27,152,60,70,40,125],"[rpm":[23,62],tablename:10,"\u7c21\u6613":[119,61],"\\%":85,"\u30d1\u30e9\u30e1\u30bf":[34,64,103,67,77,49,106,96,14,15,129,99,94,16,50,89,68,42,101,104],shinya:62,func:[42,14],"\u3067\u307e\u3068\u3081":147,handling:117,")]":62,"-api":69,"\u3067\u306a\u3051\u308c":125,"\u5236\u9650":[],"\\(":151,formats:124,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[23,62],"_nromalize":156,"\u632f\u821e\u3044":[62,80,98],"\u63a1\u7528":[57,113,86],"<=":[62,153,7,125],binding:84,"\u5316\u524d":90,"</":[93,4,27],"<-":43,"\u4e38\u62ec":3,"\u4e00\u7fa4":56,">\n<":4,"\u8a00\u3048":[57,151],"\u56de\u52d5":141,alert:[5,62,6,7,124],levels:7,ifexists:47,stack:[62,144],"\u7121\u99c4":113,"\u8981\u6c42":[107,62,3,152],"-path":[],"_file":[2,115,7,147,43,144],"/senna":133,mysql:[139,92,84,126,113,12,114,27,127,147,110],"\u5316\u51e6":[23,90],"\u30bd\u30fc\u30c8":[],"3\u4ef6":153,"_files":[2,144],location:[],input:[47,40,115,144],emergency:[124,7],format:[124,84,4,102],"\u30cf\u30c3\u30b7\u30e5":[66,62,126,108],"\u30bd\u30fc\u30b9":[],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":126,"\u540c\u7b49":[121,141],"\u4ed5\u65b9":[],specfied:94,"_flow":[2,144],"_bool":[130,64],"\u30af\u30ed\u30fc\u30f3":45,"\u65e2\u77e5":45,"\u7f72\u540d":[],"\u4f9d\u5b58":[],"\u4e0a\u4f4d":[57,96],wget:[139,110,20,12,127,45],by:[],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":119,"\"yu":133,"\u3068\u308f\u304b\u308b":126,garbage:[62,108],into:15,"\u3088\u308a":[75,38,121,62,40,45,92,61,125,11,97,129,52,56,57,141,23,63,146,147,151,153,130,116],"|key":[92,3,75,57,153,151,27,97,98,120,117,63,125,52],"\u30d5\u30a9\u30ed\u30ef\u30fc":126,pcre:62,span:[93,27],submit:[40,128,105,70],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],"\u5074\u9762":113,"\u6574\u3063":148,opens:[117,94],link:[11,86,111],line:[115,7,65],"\uff08ci":65,posted:153,"\u8868\u3059":[54,56,37,11,39,59,61,73],".php":126,up:4,ul:73,"\u5206\u89e3":56,"\u3054\u307f":[62,107],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[],parses:[106,68],"char":[67,49,106,14,96,64,68,42,104],"\u3054\u3068":[],"\u3075\u308a":128,"\u633f\u5165":[3,126,77,81,27,62],parsed:68,defines:154,codes:126,taro:37,">uptime":4,"=null":[92,73,100,52],invalid:[92,106,144],"\u8868\u308f":64,"\u898b\u4ed8\u3051":62,"\u7acb\u3061":115,".load":141,".dump":23,"\u53f3\u8fba":[23,130],lucid:[62,130,126],"\u6307\u5b9a":[],"\u4e00\u7dd2":[1,61,3,57,92,62,119,52],"\u3088\u304f":92,"\u3088\u3046":[],"\u3088\u3044":[92,151,63,64,43,102],"\u3088\u3073":56,age:[92,80],"/wgs":60,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":62,oracle:[],"\u3088\u3063":60,"\u8a66\u884c":113,hello:[97,125],code:[115,124,4,102],partial:56,"\u3067\u307f":113,",\"title":3,results:[62,96,27,111],"/sysctl":[140,117,72],"\u3067\u3064":75,"\u843d\u3061":[62,130],"\u3067\u306e":[115,27],"-lzo":[],"/json":[23,7,43],"\u3067\u3069":128,"\u3067\u3057":[20,11,125],"\u8a2d\u5b9a\u6e08\u307f":119,sigsegv:96,":..":92,"\u3067\u3059":[2,3,4,73,7,8,9,10,69,12,14,15,16,17,20,152,23,26,27,30,32,11,38,39,40,42,43,139,47,48,51,52,53,55,56,57,59,60,61,62,63,64,65,127,70,71,100,0,75,78,79,81,83,85,86,88,45,90,92,93,97,98,96,101,102,104,105,107,108,109,110,111,112,113,114,115,117,119,121,123,125,126,128,133,134,140,141,142,144,80,146,147,148,149,151,153,156,157],"\u3067\u3044":[11,92,125],"\u30ea\u30af\u30a8\u30b9\u30c8uri":7,"\u3067\u304f":[71,147,92,116,65],"\u3067\u304d":[],"{user":117,"\u7279\u306b":[56,126],provides:[98,111],"\u8fbc\u307f":[21,147],"\u8ca2\u732e":62,"\u3002time":153,"\u983b\u5ea6":128,"\u6368\u3066":23,".clean":126,"\u5f15\u304d\u7d9a\u304d":62,"try":16,"this":[92,3,151,111,11,27,154,117,124,112,86,125,62,40,64,43,7],"(wgs":60,o0:126,"\u30aa\u30d7\u30b7\u30e7\u30f3":[],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":62,video:37,".xml":4,index:[37,84,103,104,126,17,27,94,117,63,125,151],directive:7,"_operator":[96,89,68,104,94],"\u306e\u3067\u3057\u3087":92,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":85,"\u30ef\u30fc\u30ab":7,"\u5224\u65ad":[67,125],"\u5fc3\u304c":148,nargs:68,"\u516c\u958b":[23,130,126,62],"?parameter":7,let:97,ubuntu:[],ctx:[67,137,14,15,96,64,68,42,104],"\u73fe\u308c":73,"\u3067\u3082":[0,2,3,78,121,85,7,62,40,45,139,92,126,12,102,57,141,59,152,60,86,144,23,63,148,110,113,27,127,116,52,72],".fedoraproject":110,buffered:17,"\u8d85\u904e":[140,62],firefox:102,"\u767a\u4fe1":126,"\u30c7\u30b6\u30a4\u30f3":62,"\u9014\u4e2d":[126,105,81,144,62,40],"\u3046\u3048":[23,62],"\u4ee5\u964d":[93,126,39,81,130,86,62,23,156,148,102],"\u3002\u3064\u307e\u308a":[92,3,16,151],zip:[],illegal:144,"\"sea":40,"\u3044\u304f\u3064":71,next:[94,42],"\u3046\u3061":[10,104,39,108,96,56,80,62,129,23,64],doubt:111,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":63,"\u30af\u30a9\u30fc\u30c8":[73,114,151],"\u3059\u308b":[],"\u7d4c\u7def\u5ea6":[],"\u3059\u308c":[3,125,113,80,141,96,8,151],src:96,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[],occurred:[117,94],"\u3059\u3093":153,"_escape":68,"\uff08groonga":113,"\u4f7f\u3044\u65b9":[],"\u6b8b\u308b":23,"\u6b8b\u308a":[92,10,147,52],"_posting":[94,103],"\u6e21\u3055":[61,56,42,62],"\u6e21\u3057":[47,56,3,86,151],"\u6e21\u3059":[62,3],"\u5171\u306b":[64,104],"\u6b8b\u3063":[62,130],"\u3059\u304f":152,"\u306f\u6708":125,process:[],lock:[64,16],"_estimate":[23,94],"\u7d30\u5206":11,"\u3059\u3050":[113,43],"\u6301\u3061":[73,81,56],"\u6301\u3063":[92,73,151,105,113,107,62,156,114,125],"\u6301\u3064":[37,92,61,3,125,111,105,11,113,137,39,81,47,152,96,23,156,90],"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":78,"\u3059\u3067":[97,73,121,126],"\u3059\u3079":[92,10,133,78,144,141,73,7,56,23,40,109,153,43,91],"\u6b8b\u3057":92,defalt:130,"-gqtp":[],"\u3044\u304f\u3089":113,"_')":[59,90],"\u4e26\u3073\u9806":60,">starttime":4,tomotaka:23,"\u8a2d\u5b9a":[],alloc:[86,66,3,4,7],"\u4f53\u8fd1":146,element:125,"\u9078\u629e":[113,92,61,126],allow:[62,92,12,151,127],":\\\"":47,tokentrigram:[73,32],"[httpd":62,"\u8abf\u3079":[77,29,64,111,146],"\u30ab\u30d0\u30fc":148,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":149,yamaguchi:23,"\u3092\u3064\u3051":[92,151],"\u6539\u884c":[23,79,81,62],"_unavailable":[2,144],"\u6587\u66f8":[],"=platform":[],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,hobby:124,"\u5de6\u4e0a":[29,1],"\u5de6\u4e0b":1,"[space":151,python:[18,126],billiard:[57,121],lzo:[23,144,45,104,62],"\u53f3\u4e0b":[29,1],"_implemented":[2,144],"/master":[18,102,65],"\u7121\u9650":[62,130],"_none":79,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":65,"\u30a8\u30ed":153,"-patch":102,"\u753b\u9762":[1,126],frequency:[40,128,105,70],"\u30b3\u30e1\u30f3\u30c8id":153,"-fd":[112,23],"\u4ed5\u69d8":[],"\"\uff08":40,"\"\uff09":[11,40,1,60],"_friends":37,"\u30bb\u30b0\u30e1\u30f3\u30c8":[108,31,64],"3ki":130,"\u591a\u304f":[92,3,11,81,27,57,7,23,157,119,52],"\uff08\u300c":[57,156],owner:7,"\u5897\u5927":61,"\u5bb9\u91cf":[108,92],"\u30cb\u30db\u30f3\u30b4":40,system:[0,92,151,20,38,27,117,125],"-keys":126,"\u30b9\u30da\u30eb":147,"\"weight":11,"\u304b\u3061":[92,121],"\u304b\u3064":[129,62,92,121,125],"_logger":62,"\u304b\u3069":[92,151,57,140,80,29,60,7,128,146],"\u756a\u76ee":[92,73,3,151,11,96,129,62,125],"\u8ffd\u8de1":[],itagaki:130,"\u500d\u7cbe":38,"\u6253\u3061\u5207\u308a":62,"\u304b\u3051":[62,91],"\u3002json":47,"_results":96,"\u304b\u305a":62,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":121,"false":[35,120,5,38,6,91,125,126,11,98,48,131,21,58,59,152,142,80,62,109,151,130],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u304b\u3082":[55,107,114,115,123,63],documents:[98,27],"\u304b\u3089":[],"\u3044b":[57,121],tokendelimitnull:[32,122],"_const":[56,68],"\u3069\u3061\u3089":[0,119,3,75,114,14,63,9,43],"*init":42,"\u672a\u958b\u653e":130,"_hey":52,"\u3089\u308c":[92,73,3,78,79,130,88,113,60,56,62,107,23,63,142,91],"**":[104,6,129,64,42,67],"\u3064\u3076\u3084\u304d":97,"*'":92,segment:108,"\u6e80\u305f":[152,60,56,153],"*\"":[63,92,122],latin1:62,"\u5168\u89d2":[129,23,156,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":81,"\u3067\u3059\u306d":107,"\u5408\u81f4":3,"mo\u30d5\u30a1\u30a4\u30eb":102,"(arugment":125,"*res":[96,89,94],"\u30ea\u30af\u30a8\u30b9\u30c8":[35,5,79,6,7,88,43,91,131,133,21,135,58,66,108,144,62,149,59,26,30,31,118],brew:72,".gz":[139,110,126,20,12,72,127,45,102],"=r":62,"_initialized":[2,144],"'localhost":[149,81],"=c":85,"=i":126,"=\\":[93,27],should:68,"\u30ea\u30ea\u30fc\u30b9":[],"\u5316\u5bfe":102,handle:117,means:[92,94,117,7,40,124,68],"==":125,familiar:111,"=$":[45,126,102],"='":93,"\"ellip":146,"=\"":[20,92,4,126,27],db1:43,"=/":[147,45,81,148,126],db2:43,"=)":56,"=(":126,">cache":4,"\u307b\u3068\u3093\u3069":14,"_search":[],"\u64cd\u4f5c":[],travis:[],"\u7cfb\u5ea7":[29,146],"/doc":[18,126],"\u3002debian":148,"\u306b\u3064\u3044\u3066":[0,41,73,3,5,114,38,121,81,100,83,6,35,8,123,40,62,45,43,91,139,92,10,126,127,11,128,12,47,98,48,131,16,133,21,135,136,79,52,138,54,55,56,103,105,20,140,58,146,2,108,129,61,144,23,109,64,147,65,59,110,153,151,152,113,95,26,150,29,142,88,70,117,71,31,66,118,72],"\u8ffd\u8a18":[62,126],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":107,"_connected":[2,144],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":62,"/var":[119,45,81,7],configuration:[62,7,117],"2\u4ef6":153,"/status":[149,86,4,43,7],webclips:93,valgrind:148,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[151,78,130,23,62,125,52],etc:[140,12,7,43,117],tld:111,":\u5206":153,ci:[],ch:73,"\u533a\u5225":[38,92,120],"\u6df7\u5728":30,"\u7d99\u7d9a":[62,81,65],"\u591a\u69d8":113,zenigata:37,"\u66ff\u3048\u308b":3,allocated:[15,14],cp:12,"\u306b\u3044\u304f\u3064\u304b":62,"\u304a\u3055\u3089\u3044\u3057":107,"_itoh":23,"_vesion":93,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":62,"@yappo":62,"\u58ca\u308c":[23,130,108,62],"\u3002\u00d7":107,"\u4fdd\u6301":[11,153,83,14],"\u524d\u8ff0":[57,156,7,52],"\u30c7\u30a3\u30b9\u30af":[1,63],"\u6b20\u843d":62,tokenkytea:62,ultra:37,"\u73fe\u308c\u308b":57,"\u58ca\u3059":62,vm:[],"_versions":126,"\u3002'":[64,151],"\u4f75\u305b":3,"\u3002\"":[111,105,57,153,86,62],"\u3002#":[23,130],"\u3002-":[77,30,45,129,153],"\u3002.":102,"\u3002(":[139,110,56,126,141,81,119,47,142,16,129,18,63,42],"\u3002)":[129,63,142,141],"\u300cbilliard":121,"\u30ad\u30fc\u30ef\u30fc\u30c9":[],"\u982d\u6587":144,"\u518d\u5ea6":[56,16],"\"roonga":9,v1:56,v2:56,architectures:126,".group":152,"\u3002_":[3,90],"\u3002[":[62,3],"_lzo":[59,2,104],off:[62,7],"\u3002c":[69,113,2],"\u3002n":[57,73],"\u4e00\u77ed":113,command:[],ecmascript:[62,92,125,134],"\u81ea\u7531":[113,56,144,90],"\u5149\u7537":62,"\u9806\u5e8f":[57,88,79,3,92],web:[1,151,126,105,128,92,70,45],"\u6b63\u898f\u5316":[62,114,27],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":62,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":81,"_filename":2,checking:[112,80],"|http":141,five:3,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[78,62,52,125,23],tvsec:66,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[],"\u5947\u6570":125,"\u4f4f\u3093":153,"\u672c\u8cea":141,become:84,"*target":68,"\"rect":[62,146],"\u904b\u55b6":126,"/source":[102,110,126,139,69,12,127,85,20,18,45,72],"#{l":124,"\u63db\u3048":[129,64],nneded:117,"\u30dc\u30bf\u30f3":[62,126,102],"\u53d6\u308a\u9664\u3044":96,"_group":96,"\u53d6\u308a\u9664\u304d":[93,56],"(debian":119,iwai:62,"\u5206z":38,"_queries":[86,66,3,4,7],suited:27,"\u7d42\u3048":126,"(get":149,terminated:68,"\u300cusers":153,"\u9805\u76ee":[],"-node":110,"_remove":[],"_started":[115,114,59,48,142,109],"\u89a7\u4e0b":148,"function":[115,98,84,136,144],"\u300cpopular":92,"-db":62,"\u7570\u306a\u3063":129,sigstop:62,"-point":38,be:[94,15,96,124,117,64,68],compute:117,calls:14,"\u4e00\u756a":[92,45,125,43],"\u7a7a\u6587":[38,151],"\u3002iptables":86,problem:[15,117],yuki:23,bigram:[],"int":[3,4,37,77,17,38,40,42,92,61,125,11,128,96,14,15,98,48,16,50,54,103,104,105,57,49,129,60,94,80,62,63,64,151,67,111,153,130,70,68],inv:141,"\u4e2d\u91ce":153,"\u69d8\u3005":[],"*proc":77,"\uff08not":134,"_system":[23,2,144],"%post":62,compared:27,"\u7570\u306a\u308b":[],"\u7570\u306a\u308a":[92,151],"\u5f85\u3061\u53d7\u3051\u308b":86,"/default":[62,119],details:[117,124],"'user":98,"\u4eba\u3068":107,"/sources":[127,12],"_query":[],"+ff":156,eof:81,"_hugetlb":23,"\u30c7\u30fc\u30e2\u30f3":[],searched:94,"& _":60,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":153,"*string":68,all:[92,94,151,126,117,7,62,124,125],"\u3070\u308c\u308b":130,lgpl:84,"const":[67,49,106,14,96,129,62,64,68,42,104],"/travis":65,spec:[62,130,126],"\u30e9\u30a4\u30bb\u30f3\u30b9":62,"\u304b\u305a\u3072\u3053\u3055\u3093":62,"\u4e0b\u66f8\u304d":39,editrc:23,"\u3002tokendelimit":70,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":126,"\u4f8b\u3068\u3068\u3082":61,".en":126,"\u932f\u8aa4":113,upload:126,"[macports":23,starttime:[86,66,3,4,7],"\u7c21\u5358":[],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":130,"\u69cb\u9020\u4f53":[62,103,42,14],"\u304c\u3072\u3068\u3064":147,"/branches":148,"\u65e5\u672c\u6e2c":61,incompatible:144,zunda:23,above:40,"\u4e8c\u3064":[10,73,152,141,121,114,14,98,48,61],"\u578b\u3068\u3057\u3066":38,"\u30a8\u30f3\u30b3\u30fc\u30c9":[30,130,156],"\u30af\u30a8\u30ea\u30ed\u30b0":[23,62,70,105,40],"-admin":62,"\u30d0\u30c3\u30d5\u30a1":[34,104,77,108,96,62,63,64],"-h":[81,7,43],"_table":[],negative:[42,14],"\u304a\u5f85\u3061":22,kytea:[45,62,73],"\u304b\u304b\u308b":[97,96,3],"\u9df2\u7530\u57fa":62,"_register":122,"\u3064\u3065\u3044":153,"\u62bc\u3057":3,word:[40,92,125,151,62],work:124,"\u62bc\u3059":[3,102],"\u30a2\u30fc\u30ab\u30a4\u30d6":[85,126,102],"\u5316\u6642":23,"\u3069\u306e":[92,73,105,39,61,45,146],indicates:124,"\u540d\u524d":[],"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":126,"\"apple":156,"-lines":[112,23],"\u306e\u3046\u3061":151,"/security":117,"_plugins":23,"\u306b\u5bfe\u3057\u7570":98,after:[117,94],"|with":[97,92,3,75,152,57,153,114,27,59,98,117,63,125,151],"\u76f4\u4e0b":23,lat:141,"_title":[141,63,3],".description":153,"*func":[42,14],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":130,"@naoina":62,"\u30d9\u30fc\u30b7\u30c3\u30af":43,"\u306e\u3069\u3061\u3089\u304b":[92,80,151,125],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[],"\u5bfe\u8c61id":34,".conf":[140,119,7,117],japan:[142,86,111],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":147,"\"say":125,"/windows":[85,126],"\u4e0b\u9650":[129,103],then:[40,7,111],them:[117,16],"\u8f9e\u691c":[78,125,23],they:[117,124],"\u5168\u3066":[92,125,38,97,96,7,134,63,102],"\u697d\u3057":[57,121],"\u56de\u6570":62,"-send":112,reasonable:111,"\u7a81\u7136":62,"\u5316\u65b9":[156,114],carlos:[48,109],serach:105,"/null":1,logs:[124,88,52],patsuffix:120,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":62,"+ y":38,"+a":151,network:144,"_directory":[2,144],".deb":126,"\u3068\u3059\u3079\u3066":[62,92],"-rsync":126,wgs:[37,61,111,11,153,38,29,60,94,86,23,146],"\u6210\u308a":[92,151,144],"\u90e8\u5206":[56,151,57,153,121,115,45,148,125],"\u77ed\u3044":[153,130],"+ \"":62,"_tp":149,"\u77ed\u304f":[97,113],standard:38,"_to":[153,63,106],"\u30eb\u30fc\u30eb":[130,43],"\u30eb\u30fc\u30d7":[62,130],created:15,"++":[139,110,126,113,62,23,45],"+-":[68,7],creates:[117,154,124],"\"ni":40,"\"no":62,"\u6709\u7121":11,"\u30eb\u30fc\u30c8":23,"\u59a5\u5f53":78,"\u8aad\u307f\u8fbc\u3093":[55,86],"><":[68,4],">=":[62,125],">>":[62,125],"_next":[129,62,130,103,94],another:68,">\"":[62,92,93],illustrate:111,"\u3082\u3089\u3048\u308b":107,"\u30b5\u30dd\u30fc\u30c8":[1,73,4,78,38,39,119,7,23,123,45,43,10,125,126,11,97,98,129,52,55,141,107,62,147,65,151,111,113,130,27,156,86],"\u540c\u4e00":[92,10,75,121,141,59,90,129,62,63,43,104],"/tree":18,"\u898b\u306a\u3057":129,john:142,"/lc":[126,102],"\u63a2\u7d22":113,">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[96,64,67,104],"\u3069\u3061\u3089\u304b":[125,27,151],"\"unknown":106,target:[15,85,64,68,94],bi:[57,121],"\u3002value":[64,90],"\u57fa\u76e4":14,":byte":49,"\u30d6\u30fc\u30eb":[11,38],latency:141,dbms:27,"\u5f8c\u8005":[60,156,147],",\\\"":47,"\u8ff0\u3079":3,indexbuf:104,"_distance":[],"(packages":126,"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[62,102],"\u30c4\u30fc\u30eb":[],"\u5408\u308f\u305b":[62,104,125],gronnga:9,"\u3002host":86,"-strings":62,"/releases":126,"\u767a\u751f":[115,1,45,126,57,113,14,59,96,62,64,52],"\u8003\u3048":[107,3,151,43,113],"-time":27,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":102,"_input":[115,2],"\u771f\u306a\u3089":125,version:[84,3,4,126,141,14,66,99,86,23,7],rectangle:[],"-frequency":23,"\"items":133,"do":[141,68,111],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":130,"\u3082\u3057x":62,"\u3055\u3089\u306b":[37,10,3,113,78,153,9],de:102,"\u8ab0\u304b":71,"[libedit":23,"\u8ab0\u304c":153,"\u3067\u3057\u3087":[97,113,45,138],"\u3042\u308c\u3053\u308c":107,"\u5341\u4e00":121,"\u4e0b\u90e8":126,"_compress":104,depends:84,"\u67d4\u8edf":[98,134,113],"\u5bfe\u8c61obj":34,"\u9650\u6587":[23,52],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":56,wc:[127,110,12,139],"\u3044\u305a\u308c":[38,10,90],"\uff12\u3064":60,packages:[102,110,126,139,20,12,127,85,45,72],"_tables":62,"\u69cb\u3044":[40,27,102],ill:121,"\u3082\u3046\u307e\u304f":45,"\u4e00\u4ef6":129,receiver:112,requests:124,com:[137,111],col:64,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":65,"\u6709\u76ca":113,calros:80,"\u30d1\u30fc\u30b5\u30fc":151,"\u95b2\u89a7":[18,86],")\u300d":81,"\u304b\u304b\u3063":[115,92],enginen:40,"'needle":56,"\u3082\u3057\u3053\u306e":140,"\u65b0\u305f":[77,96,56,67,104],applied:[117,84],"-secret":126,"\u904e\u7a0b":90,gnu:[],zlib:[130,104,12,59,127,144,62,23,45],"_message":[115,63],"_only":[2,144],aio:62,"\u5165\u529b":[1,35,3,75,5,79,81,6,86,40,88,62,9,91,128,47,131,133,21,135,105,141,58,59,108,23,149,66,115,70,31,118],"[solaris":62,cond:62,conf:140,"\u56fa\u5b9a\u9577":130,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":56,"\u9069\u3057":[97,113,52],"-dataset":[],"\u4e0d\u5177\u5408":[62,71],"\u6771\u4eac":[57,153,60,61,121],"-packages":126,hana:37,"\u76ee\u7684":[45,62,73],"\u57fa\u70b9":92,"\u72b6\u614b":[149,139,110,130,3,126,108,57,107,12,81,14,66,127,113,62],client:7,the:[],"_shutdowned":[2,144],"\u30de\u30c3\u30d4\u30f3\u30b0":140,"\u826f\u4e8c":62,solaris:[],"_score":[92,153,104,128,60,62,23,90,125],"\u8db3\u3057":125,repoforge:[62,110],"\u3068\u306a\u3063":62,"=sjis":45,"\u7027\u5185":62,belongs:111,"\u7528\u3044\u308b":[37,3,11,113,83,60,86,64],"\u6307\u6a19":64,jekyll:126,"\u885d\u7a81":119,"\u30ed\u30c3\u30af":[1,81,16,62,23,64,91],"\u307e\u3068\u3081\u308b":7,"_expr":[],response:15,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[45,115,10,141],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":153,"\u307e\u3068\u3081\u3066":[11,113,92,126,111],"\u3057\u304d\u308c":62,tokenbigramsplitsymbolalphadigit:[57,98,32,105],comments:[],"_arg":2,tasuku:84,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":126,".sourceforge":[126,22],"_compile":68,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":[],"\u8db3\u308a":[23,147],"\u30b5\u30fc\u30d3\u30b9":[113,62,65],substitution:98,"\u69cb\u6587":[],post:[],properties:124,obj:[34,64,67,77,108,89,68,42,101,104],"*ic":103,"*ii":17,"\u6709\u7528":[115,78,3,7,43],"\"text":23,"\u5224\u5b9a":60,zxvf:126,"\u3068\u306a\u308a":[151,27,43,86],".h":69,"\u4e2d\u9593":[56,121],"float":[11,62,61,4],"_offline":62,"\u6700\u521d":[92,3,151,11,107,27,14,115,80,23,63,125,147,119,52],"_suffix":23,"_socket":[2,144],"\u5927\u6587":92,"\u5b89\u5168":86,way:111,cdbs:23,"cpu\u30b3\u30a2":[],"_body":[57,59,75],"\u6027\u80fd":[],"true":[1,35,3,75,5,38,6,8,123,93,109,91,97,92,61,125,11,47,98,48,131,21,52,37,55,58,59,152,60,142,80,62,63,146,120,151,111,153,27,29,156],"\u30e1\u30c3\u30bb\u30fc\u30b8":[62,10,153],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[92,73,3,105,57,121,156,70,23,45],mte:84,"\u6587\u5b57":[1,73,3,75,38,121,81,6,62,40,92,61,125,95,11,47,96,129,52,37,56,105,146,60,23,63,64,147,151,67,111,113,114,27,29,153,156,68],"\u7d44\u307f\u8fbc\u3080":[113,56],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[62,16],score1:56,score2:56,"\u3059\u3063\u3071\u3044":75,distributions:126,"\u3054\u89a7\u304f":[3,148],physical:108,"\u968f\u6642":18,test:[3,126,11,79,141,86,63,148],"\u5c5e\u6027":[73,79,114,122,59,93,88],"\u305f\u3081\u3057":60,truncate:[],welcome:[92,151,125],update:[],"\u547d\u4ee4":[],"[gqtp":62,"\u964d\u9806":[129,128,92,3,96],scorer:[],tajima:62,"5km":153,masaharu:62,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":23,global:[15,16],"/debian":127,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":144,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[],"<threshold":81,"\u901a\u77e5":126,"(ptr":130,"_denied":[2,144],"\u307e\u3067\u3057\u3070\u3089\u304f":126,"\u8a2d\u6a02":23,"\u5f53\u3066\u308b":11,entries:[92,151,15,133,117,125],"/http":[119,7],"\u72b6\u6cc1":[57,77,113],"\u3068\u3057\u3066":[],"\u4e0d\u6574\u5408":1,"\u5c11\u304f":140,"(database":140,"4gbyte":53,initialized:14,"\u3002cursor":129,"[munin":[23,62],"\u30c8\u30e2":37,shared:[15,16],supporting:7,"dat\u30ad\u30fc":62,"[deb":[23,62],"\u6e2c\u4f4d":113,"\u30b5\u30d6\u30bf\u30b9\u30af":126,"\u96c6\u5408":[62,96,134],appears:27,change:[15,62,7,43],"\u30ec\u30dd\u30fc\u30c8":45,liblzo:[127,12],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[57,92,134],"\u305d\u306e\u969b":126,".spec":23,".exe":85,"\u305d\u306e\u307e\u307e":126,"\u6700\u5c0f":[139,110,12,119,127,80],"-cutter":126,"@wareohji":62,"\u7d71\u5408":[62,113],httpd:[62,126],"\u6307\u6570":125,https:[],selects:94,"enter\u30ad\u30fc":62,"\u6d41\u91cf":43,"_plugin":[23,122],cas:144,"\u884c\u308f":[149,37,92,141],nfkc:156,can:[111,124,27,15,98,7,117,40,102,68,16],clearlock:[],",\"http":11,"_stable":99,"_stamp":124,"\u884c\u3063":[148,60,126,111],"\u5b89\u5fc3":107,"-com":126,",'":[11,38],"\u884c\u3044":[149,37,56,3,126,111,57,141,121,81,98,96,153,129,63,64],",\"":[37,4,153,108,133,63],",.":126,mpaa:80,"\u884c\u3048":[98,3,151,148],write:[62,92,32],"^commit":126,"\u8fd1\u508d":[],"_zone":7,"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":62,"\u5316\u6e08":[64,67],uint:[3,75,38,86,88,109,120,92,125,95,97,48,79,52,37,57,152,60,142,80,62,63,151,111,130,115,117,156],",_":[37,3,125,111,128,98,60,153],"\u3057\u306a\u3051\u308c":151,"?\"":111,"\u8fd4\u3059\u304b":128,ghz:141,"\u5404\u56fd":126,"\u30b2\u30c3\u30c8":22,",{":[141,4],"\u304b\u308f\u308a":[57,139],"\u5357\u534a":62,"\u82f1\u8a9e":[0,23,126,102],"=-":45,"\u5bfe\u8c61ctx":14,ieee:38,"_account":102,":ss":[124,125],"_tsv":147,"\u30bd\u30d5\u30c8":147,"-libedit":130,"/html":[23,43,102],"\u3002gdb":148,"\u78ba\u5b9a":128,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":45,"\u4f5c\u7528":62,"\u542b\u3081\u308b":[92,73,3,151,126,114,62,23,147],rake:126,"\"version":4,normalizermysqlgeneralci:156,"\"vector":62,alisa:98,now:[],"\u3086\u304d":120,"_lcp":96,"[normalizer":62,"\u8aad\u307f\u8fbc\u3081\u308b":133,el:110,domain:[],en:[40,73,128],ea:[124,73],"\u30e9\u30d9\u30eb":62,kana:[40,128,105,154,70],ex:73,year:124,"\u70b9\u6570":[],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":126,opened:[117,124],"\u9054\u3059\u308b":129,"\u518d\u69cb":23,increase:117,"\u3065\u3051":[],"/files":126,shows:114,"\u5230\u9054":53,args:81,"\u5d8b\u7530":62,"/pub":110,"\u7d50\u5408\u5f0f":[],arnaud:23,"[windows":[23,62],"\u6e1b\u7b97":[],"_block":[2,144],omitted:4,"\u305f\u3069\u308b":37,"_process":[2,144],message:[124,63,6],xt:73,size:[],"\u4e0b\u3055\u3044":[139,110,73,126,12,127,96,85,116,62,72],checked:126,"_obj":[],"\uff08,":3,"\uff08-":[92,3],"'column":62,"\u30bd\u30b1\u30c3\u30c8":[66,35,135,5,79,58,59,108,6,131,133,88,21,62,31,118,91],"\u3044\u308c":[11,62,64],"\u3044\u308b":[],that:[92,94,111,117,124,27,14,15,96,16,62,40,68,42,7],kenichi:[23,130],localnames:133,"=path":[],libevent:[45,127,12],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":100,"\u304by":62,x6:126,than:[117,124],"\u30d5\u30a9\u30fc\u30e0":[62,92,151,134],"*next":42,"\"\u4e8c":40,"/gat":[60,3,111],accesses:117,"_basic":[7,43],"\u5404\u547d":141,browser:102,"\u3044\u304f":[],"(scope":152,"\u3044\u304d":[107,3,126],remained:124,")senna":147,"\u3044\u3044":[119,107,22],"-zlib":[],"\u30b3\u30f3\u30d1\u30a4\u30eb":62,"\u30b3\u30f3\u30d1\u30a4\u30e9":23,"_circle":[],engin:[40,128],"\u591a\u5f69":113,"=none":[73,114],"\u3044\u3064":40,"*buffer":64,"\u3044\u307e":55,"\u9806\u6b21":[149,81,3,86],begin:149,price:11,"\u5c0e\u5165":[18,10,148,62],"_section":[59,153,63,104],"\u79fb\u52d5":[126,69,85,62,21,23],"\u672a\u4f7f\u7528":144,"\u3068\u308a\u3068\u3093":[151,125],"-yyy":102,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[],"\u3057\u3044":[57,121],"\u3057\u304f":62,"\u975e\u4e92":62,"\u65b0\u5bbf\u99c5":60,"\u3057\u304b":[92,151,11,125,63,52,43,102],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[],oldvalue:104,"\u3057\u3066":[0,37,92,130,3,126,57,153,12,107,96,7,62,18,148,102],"\u6700\u5927":[53,54,1,130,125,78,92,81,27,15,144,80,140,141,23,62,49,43,100],"\u30bf\u30a4\u30c8\u30eb":[37,92,125,11,63,151],title:[37,3,126,111,11,152,86,62,63],only:[15,7],"\u3057\u307e":107,"-server":[],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":7,cannot:[],"\u5f8c\u8ff0":[129,152,56,126],"1\u6708":[11,153,38,92,125],"/gqtp":[62,119],"\u62c5\u5f53\u8005":126,"\u8b70\u8ad6":0,"\u623b\u308a\u5024":[],"\u840e\u7e2e":107,"\u4e21\u65b9":[92,153,151,78,97,113,40,125,120],"(scan":148,"\u8a18\u6cd5":[63,125],"\u70b9\u4ee5\u4e0b":11,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":62,"\u5dee\u96c6\u5408":125,between:[],"import":126,"\u5426\u304b":80,notice:[5,6,7],"\u3057\u308c":115,"\u3057\u308a":107,tokenbigrma:73,"\u3057\u3088":[34,56,11,97,14,47,61,16,62,23],"\u672a\u8a2d":62,article:63,"\u975e\u4f9d":110,"-groonga":[87,141,126],"\u5c55\u958b\u5f8c":92,"\u8868\u8a18":[61,75,126,11,38,60,62,23,125,102],"\u578b\u60c5":62,"\u3002callback":56,"<encoding":81,"'>":93,"';":81,"=yes":[62,92,148,126],ruby:[],"\u5438\u53ce":[3,75],these:27,"\u4e0d\u5b8c\u5168":23,"\u30b7\u30b0\u30ca\u30eb":23,geodetic:38,"\u5f8c\u65b9\u4e00\u81f4":[],"\u4f7f\u7528\u4f8b":61,"/packages":126,"\u3002\u3002":39,"\u3002\u300c":[37,92,73,151,114,125,63,52],"\u3002\u300d":57,"\u5fc5\u8981":[],", {":[7,43],"\u5c65\u6b74":126,"\u8f9e\u66f8":[139,1,57,130,110,62],develop:10,"-dir":141,"\u6fc1\u70b9":156,document:[125,126,130,81,27,30],"\u3002\u3044":56,favorited:153,"\u5b89\u5b9a":[113,62,10,108],"_space":[2,144],".po\u30d5\u30a1\u30a4\u30eb":[],", \"":63,favorites:153,"\u3042\u306a\u305f":[126,22],eito:62,"\u3002\u3059":[97,141],"\u628a\u63e1":107,"\u3059\u3079\u3066":[92,73,3,125,130,141,96,10,7,80,62,23,45],"[output":62,"\u3002ecmascript":92,"\u6bd4\u3079":[97,111],"'groonga":[127,110,12,139],touch:117,"\u30ab\u30e9\u30e0":[],speed:9,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":66,"\u3002api":[27,134],"\u4f4e\u304f":57,mmap:[],"_extract":84,"\u4f4e\u3044":[57,92],"\u30ad\u30fc":[53,92,130,3,104,78,38,151,81,156,96,142,62,125,42,90,52],real:[117,27],"\u542b\u3081":[92,147,151,126,80],"\u542b\u3080":[149,92,56,3,151,128,137,121,59,153,62,63,125],"\u8a00\u3046":40,"\u8a00\u3044":152,read:[27,144],swig:84,"\u5c55\u958b\u7528":23,amd:126,"\u542b\u3093":[92,56,151,105,11,27,115,62,9,125],"_hook":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[62,144,81,7,86],cd:[102,110,126,139,20,12,127,85,45,72],"=site":86,output:[],"\u5c5e\u3059\u308b":[129,88,38,64,104],unsplit:56,"\u3002sphinx":18,"\u30b7\u30b9\u30c6\u30e0":[],"\u5de6\u53f3":3,"id\u9806":129,"\u30ec\u30b9\u30dd\u30f3\u30b9":[23,2,144,43,62],"\u30de\u30b7\u30f3":81,"\u542b\u307f":[115,129],"\u542b\u307e":[3,79,121,8,123,88,43,92,125,126,47,98,52,55,56,80,62,147,110,151,27,115,70],"\u5206\u3051":[],tomoatsu:130,".posted":153,"-static":23,rdbms:113,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":141,"\u578b\u6307":62,backup:133,processor:[127,110,12,139],"/admin":[23,81],"\u30aa\u30d5\u30bb\u30c3\u30c8":[62,92,128],"_per":[23,14],"\u53f3\u4e0a":1,"=title":86,operator:94,your:[23,102,117,65],log:[],prepare:7,aren:117,assumed:[42,14],rpmforge:110,rlimit:[62,124],"\u77e5\u8b58":141,cflags:[20,126],"\u306b\u3064\u3076\u3084\u3051":107,"d\u30ad\u30fc":3,"/query":8,",\"links":11,embedded:7,"\u30b3\u30b9\u30c8":[97,96],"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":62,"\u9032\u3081":[],"\u5bfe\u5fdc":[],"\u95a2\u4fc2":[],"\u691c\u67fb":64,"_code":[115,124],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[86,43],you:[111,154,14,15,98,16,117,40,102,7],string2:95,string1:95,coverage:148,"[fedora":62,gemfile:62,"\u4e94\u5165":23,bulk:68,"\u5b9a\u7fa9":[35,3,77,79,81,88,42,90,92,61,125,97,98,96,131,38,56,104,49,58,59,152,142,144,80,62,63,147,151,27,93],"\u8a66\u3057":107,"\u8a66\u3059":157,"\u3068\u3064\u3044":60,"\u518d\u5e30":[92,56,35,7,64,147,91],"\u5343\u4e07":53,month:[37,124],"\u308f\u304b\u3061":121,"\u3002name":[96,104,14],"4byte":144,"\u57fa\u6570":125,longitudexlatitude:62,"-e":[12,81],"-d":[112,81,7,86],"-g":85,"\u4e16\u4ee3":10,"-a":[62,81,151],"_rk":129,"-c":[139,110,81,86],"-m":149,"-l":[112,124,81],"-n":[112,23,3,81],"-i":[141,81],"_rc":[34,92,64,104,77,17,106,96,14,15,129,99,94,16,50,89,68,42],"-j":45,"-t":[112,81],"-w":126,"-p":[112,141,81,86,149],"-s":[112,81,86],"-r":112,"-x":[62,126],"-conditional":23,very:[115,92,151,27,47,40,125],"\u4ed5\u7d44\u307f":[62,7],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[23,43],"\u76f4\u5f8c":14,":\"":[68,3],"_github":[126,102],"\u6b8a\u547d":141,normalizers:156,"\u9df2\u7530":62,"--":[34,1,75,77,81,85,7,62,89,42,92,93,125,126,96,14,15,98,99,16,50,101,37,103,104,57,49,106,141,129,60,94,23,64,147,67,111,153,130,27,122,30,68],"-(":[125,126],"-+":7,"\u3057\u307e\u3057\u3087":60,"->":130,"/work":126,"\u518d\u73fe":[57,62,107,134],"\u975e\u5206":92,"@s":130,naoina:62,"-jinja":126,"\u6e2c\u5730":[61,11,38,29,60,146],learned:111,"\"yyyy":125,"\u9ad8\u3044":[108,128,3,7,113],"/ja":[126,102],snippet3:27,"\u306b\u95a2\u3059\u308b":[],"\u30aa\u30b9\u30b9\u30e1":[139,110,12,127,85,116,72],"@'":3,"_dist":62,"\u30ec\u30b3\u30fc\u30c9r":56,daemonize:112,"\u308f\u304b\u308a":[130,111],"\u30b0\u30ed\u30fc\u30d0\u30eb":62,"\u3068\u305d\u306e":10,"\u8ad6\u7406":[],hoge:95,"\u30de\u30c3\u30c1":[],"9\u3064":3,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":62,normallexicon:156,chunks:140,bash:45,"\u6c7a\u307e\u308b":3,"\u6c7a\u307e\u308a":147,"@yito":62,fulltext:[73,27],".comment":[153,63],"-tokenizer":[139,62,110,12,127],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[],"\u30af\u30ea\u30c3\u30af":126,"\u5fa9\u53f7":126,site:[37,3,111,11,60,86],"\u3002eclipse":102,"[load":62,"/homebrew":126,"-databases":[88,48,3,86],nine:3,"\u9664\u53bb":[62,93,130],exclude:[62,80],"0mq":62,"-address":[23,81,62],snippet:[],"\u3042\u3089\u304b\u3058\u3081":[139,38,126],"[table":62,"_likes":[115,117,92,151,125],fu:73,"\u51fa\u73fe":[113,128,104,83],"[dat":62,"\u901f\u304f":[37,45,52],fa:73,tries:16,"\u5ea7\u6a19\u5024":[],fd:112,"\u6642\u9593":[],"\u901f\u3044":78,documentation:[117,65],"\u4e00\u5bfe":11,narwhal:23,uninstall:62,"\u5909\u63db":[2,78,38,7,153,129,23,156],help:[23,148],"\u592b\u5fc5":120,"-wno":23,"\u5dee\u3057":126,"/lzo":[23,130,62],systemd:62,"\u306f\u3044\u304f\u3064\u304b":[53,115,16,43,151],"_rename":[],"\u30ab\u30fc\u30bd\u30eb":[129,23,130,103],shimada:130,systems:27,"\u57fa\u672c":[],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[62,81,151],"-test":[148,126],"\u5e03\u6559":71,"\u3002:":[3,79,121,81,7,40,88,9,43,92,10,126,128,141,47,131,133,18,102,105,57,140,107,59,108,117,23,148,70,30,52],"\u597d\u304d":102,yito:62,"\u306a\u306a\u3069":[151,125],"\u9032\u3093":113,"\u30b5\u30a4\u30ba":[34,78,85,62,139,11,12,96,129,52,53,104,140,108,144,23,64,110,113,27,127,116,72],"\"sequence":[40,128,105,70],"\u30d5\u30a1\u30a4\u30eb":[],todo:[],event:[40,128,105,154,70],"_position":[97,92,3,75,152,57,153,151,27,59,98,117,63,125,104],"\u52a0\u3048\u308b":[59,23],"<ip":[141,81],since:[124,104],issue:0,"/mailarchive":126,"\u9045\u304f":146,"\u9ad8\u304f":57,"\u9045\u3044":[78,61],"\u3002mysql":[127,110,12,156,139],pub:126,"\u3042\u308f\u305b\u308b":62,reason:40,base:[7,126],put:151,loads:7,rect:61,"\u5931\u52b9":[7,100],"\u30b5\u30a4\u30c8":[11,37,126,134],"\u5024\u3068":[11,92,151],encoding:[106,68,4],"/data":65,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":119,"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":62,php:62,"\u5024\u304b":61,":value":[92,151],"\u53d7\u3051\u308b":[62,119],zeromq:45,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,schema:154,"\u3002make":141,"\u3002null":[96,67,14],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":23,translation:102,jquery:130,grep:[127,110,12,139],"\u3002xml":115,"_probability":[23,128],str:68,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":126,"\u5206\u3051\u308b":[11,126],"\u547c\u51fa":[34,96,64,104],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":43,"null":[],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[62,130,8],"_incr":64,"\u79d2\u5358":[11,38],"\u5024\u3068\u3057\u3066":[140,61,81],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":7,tokenbigramsplitsymbol:[57,130,32],".repoforge":110,"'hay":56,"/dev":126,clear:64,"\uff08and":134,"\u6697\u53f7":126,"\u4ecb\u3057":[113,86],clean:148,"\u6574\u5408":[1,64],"\u4e8c\u70b9\u9593":61,"\u62e1\u5f35\u578b":11,"\u59cb\u3081":102,parameters:[98,117],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":148,"\u4eca\u5f8c":[21,23,123,73],httprewritemodule:7,".nginx":7,"*index":[94,103],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[62,81],"\u89e6\u308c":3,"\u52a0\u7b97":[],"\u68ee\u7530":37,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u82b1\u5b50":37,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":31,"(argument":125,locale:102,"_enough":[2,144],":groonga":[92,151,126],"_would":[2,144],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":56,"\u7d39\u4ecb":[37,71,92,126,153],"_lt":129,"\u5909\u6570":[125,126,20,122,62,23,147,42,148],"-level":81,"|persistent":[88,48,79],"\u306f\u3061\u3087\u3046":125,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[138,134,65],delimit:62,oneiric:[23,126,62],geopoint:[],"\u5f71\u97ff":[62,126],"\u767a\u63ee":113,"\u4e00\u5f0f":64,likes:111,"-plugins":[],"\u4e0d\u80fd":141,tokenbigramignoreblanksplitsymbol:[57,32],"\"web":[105,70],"\u306e\u3069\u308c":40,"\u4e8b\u67c4":107,stamp:124,describes:115,"/db":[128,119,7,133],"/dd":125,"\u56de\u7279":141,"\u7a3c\u52d5":66,"\u6a29\u9650":[62,45,86],"\u30a8\u30b9\u30b1\u30fc\u30d7":[],"\u6307\u793a":[77,40,3,86],"\u505c\u6b62":[62,10,81,118],"\u4eca\u5ea6":153,"_zlib":[59,2,104],"!(n":125,"\u898b\u3064\u3051":[40,1,107,62],fedora:[],port:[112,141,86,72],dest:[149,96,81],"_keys":96,"[suggest":62,"-jp":62,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[18,45,126],composition:156,used:[124,80,68,67,100],temporary:67,uses:[15,117,124],user:[37,152,141,27,98,7,80,117,42],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[92,73,151,111,114,81,27,156,131,117,62,45,52],database:[],"-filter":[120,152,27,98,62,23,136,125],"\u30ef\u30a4\u30c9":23,"\u30b1\u30fc\u30b9":[57,92,7,52],"\u9806\u756a":[103,151,57,81,129,3],"\u30b0\u30e9\u30d5":113,"_path":[],"\u30d0\u30a4\u30b0\u30e9\u30e0":57,"\u4e8c\u756a\u76ee":125,"\u8fd1\u4f3c":[23,61,146,62],"\u56de\u6307\u5b9a":151,"\"tritonn":92,"\"uptime":4,"-gram":[73,3,125,57,113,121],"\u3064\u3051\u308b":[107,120],"...":[34,74,4,77,17,79,7,62,88,89,42,97,92,94,125,128,129,96,14,15,99,16,133,50,101,103,104,49,106,141,108,23,64,151,67,152,46,30,68],"-untrusted":127,"\u9759\u7684":[],nginx:[],"_com":126,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":144,"'..":62,"\uff09\u307e\u305f":[73,114,151,125],popular:92,"\u518d\u751f":7,"\u4f5c\u696d":[],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,3,4,38,121,81,86,23,45,43,97,92,10,125,11,128,14,47,98,99,131,16,21,52,56,57,106,141,50,61,62,146,149,151,111,130,7],"\u5927\u304d\u306a":[43,52],some:[117,68,154,124],"\u96a3\u63a5":[113,151],"\u5927\u304d\u304f":[11,130,10,133,146],"\u5927\u304d\u3044":[92,56,151,78,81,23],"\u3061\u3083\u3093":37,"\u30af\u30a8\u30ea\u30fc":[],minimal:7,".sh":[62,102,148,126,65],run:[148,117,7,126],".so":8,processing:124,"\u81ea\u5df1":153,"\u4ed8\u3044":[153,156],"\u5f37\u5236":[62,1,64],"\u898f\u683c":129,"\u4ed8\u3051":[3,11,142,86,80,62,63,43],"\u30ab\u30a6\u30f3\u30c8":[62,153],"\"mori":133,"\u4f3c\u305f":[60,156],"_read":2,ids:94,"\u5185\u5bb9":[34,119,3,77,79,86,40,88,92,125,126,11,129,102,141,107,62,63,151,149,67,153,27,115,70,117],"\"serach":105,block:11,libzmq:[127,12],"\u3067\u3069\u3053":2,"\u30ad\u30e3\u30c3\u30b7\u30e5":[],".column":62,".(":126,".)":[124,62,125,117],".-":102,"..":[92,3,151,108,128,81,125,47,98,7,133,62,30,102,43,52],"./":[45,102],"\u5316\u6f0f\u308c":62,"\u3067\u3082\u3063\u3068\u3082":26,".\"":[37,3,125,11,27,97,98,86],"\u5909\u66f4":[],".'":[59,62],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":153,patprefix:120,"\u652f\u63f4":9,"\u30da\u30fc\u30b9\u30c8":62,"[groonga":[23,126,62],pangolin:[],registered:[40,27],tokenbigramignoreblanksplitalpha:32,".]":[88,79,128,125,108],"._":[92,151,111,11,62,64,125],"\u3002\u30bf\u30b0":37,"_module":7,utc:125,utf:[84,4,106,130,81,156,62,45,125],".n":[117,92,125,67,151],restarted:117,munin:[139,1,12,110,127,62,23,45],"\u306b\u5bfe\u3057":[1,3,77,121,8,92,125,126,128,96,37,56,66,152,60,62,63,64,149,59,151,111,113,30],".c":[92,84],".d":[140,12,117,127],"_max":[54,2,103,15,99,144],".x":110,windows:[],".}":[108,125],"\u66ff\u3048":[],"\u5099\u8003":62,doesn:[117,7,16],"\u3002gnr":134,"\u5727\u7e2e":[],"\u306b\u3068\u3063":107,"_columns":[],"\u958b\u3044":[156,130,62,23,31,91],"_float":49,"\u958b\u304f":[23,156,62],"\u958b\u304d":67,"_rate":[86,66,3,4,7],application:[7,43],"\u958b\u3051":62,"'\u3002":81,"\u56db\u3064":121,sigcont:62,"\u6642\u4ee5\u5916":130,"\u843d\u3061\u308b":[23,130,62],"\u767a\u884c":86,draw:37,": n":149,"_len":[62,104],"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[],"(title":[62,95],"\u306a\u304c\u308b":62,"\u4e00\u5de5":120,required:[7,43],"\"suggest":9,"\u5b50\u5348\u7dda":61,requires:40,kawaji:62,"_pat":[],"\u30d6\u30e9\u30b8\u30eb":61,gr:[92,73],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":92,gb:[140,4],ga:[73,141,156],go:97,"\u30dc\u30c7\u30a3":[52,144,8],gi:73,".ssssss":124,nippon:40,"_unknown":2,"\u300cgroonga":134,mbytes:141,"/..":[7,126],"\u4e0d\u8db3":[139,110,12,127,85,116,72],"\u9632\u304e":62,"\u304a\u3053":[11,113],mercurial:126,".mo\u30d5\u30a1\u30a4\u30eb":102,configurations:16,"/bin":45,"\u5341\u5206":[57,34,140,92,8],"/sbin":72,"\u8ca0\u6570":[62,16],download:[110,126],"-known":27,"/introduction":[3,86],opaque:[15,144],".tsv":[147,4],"\u30dd\u30a4\u30f3\u30c8":147,"\u983b\u7e41":[96,45],"\u4fdd\u5b58":[],"\u7b49\u5024":130,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":73,"\u62e1\u5f35\u5b50":[130,141,4,8],"\u3002max":129,accessor:[96,64],".weight":62,blogroonga:[],"\u300d\uff08":[121,133],"_child":[2,144],"\u306e\u3042\u3068":62,"\u5177\u4f53":[57,63,111],"\u8fd1\u304f":[113,39,125],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[138,17,113],"\u898b\u3064\u304b\u3089":96,"\u898b\u3064\u304b\u308a":92,"\u898b\u3064\u304b\u308b":62,"\u898b\u3064\u304b\u308c":107,"\u8d85\u3048":[57,62,92],realloc:130,"\u5171\u901a":[125,78,38,107,23,63],"boolean":84,"\u7d5e\u308a\u8fbc\u3080":9,"\u624b\u9806":[],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":[62,113],"_no":[],"\u81ea\u5206":[141,107,7,116,102],soundkitchen:[23,62],cosmo:62,"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":140,started:[115,124,92,151,125],"\u5f15\u304d\u8d77\u3053\u3059":62,"\u5371\u967a":[126,43],"\u53d7\u3051\u4ed8\u3051":[62,130],mitsuhiro:130,"\u7de8\u96c6":[],links:[11,86,111],escapes:68,sudo:[139,110,126,20,140,12,119,127,86,117,62,45,148,72],">max":4,objname:[31,91],"\u30b7\u30e3\u30fc\u30d7":52,tokendelimit:[73,32,70],"\u6df1\u523b":[57,62],"_repair":62,"\u512a\u5148":[113,141],"*valuebuf":34,"\u5fc3\u914d":116,"\u9577\u4ee5\u4e0a":[96,64],".entries":117,"\u7d5e\u308a\u8fbc\u307f":[113,3],"\u66f8\u5f0f":[],rakutan:63,"\u81ea\u52d5":[37,3,104,126,78,8,141,151,96,7,23,120,62,125,90,102],"\u898b\u3064\u304b\u3063":[92,9],"_characters":68,":tasukuchan":153,"get\u30e1\u30bd\u30c3\u30c9":30,"\u30c7\u30d5\u30e9\u30b0":23,"!\"":[37,92,73,3,151,11,153,115,97,7,62,63,125,43,86],"-mysql":[139,110,12,114,127,156],"\u88dc\u8db3":7,geoppoint:94,"_match":[],auto:128,"\u629c\u304d\u51fa\u3059":113,"_seek":[2,144],takayuki:23,"\u306b\u304f\u308b":57,"\u5f15\u8a9e":3,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":107,"'query":62,"\u65e2\u5b58":[119,3,67,126,11,113,141,96,86,21,62],chunk:[108,117],"\u751f\u6210":[],variety:37,special:92,"\u3050\u308b\u3093":[37,151,125],"-match":[],"\u306b\u304f\u3044":113,"\u518d\u8aad":[21,147],"_default":[50,62,99,106,43],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[23,62],"\u65e2\u5b9a":62,"_script":123,"_proxy":7,deprecated:[92,10],times:16,"-localstatedir":[],"\u307f\u304c":56,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":13,"_proc":[],"\u8aa4\u5dee":[23,61,146],largetext:78,"<max":81,unsupported:144,improving:117,"\u305e\u308c":[56,103,125,126,70],"\u5185\u8fd1\u304f":125,management:[27,65],"\u305d\u3053":[11,57,126],mkdir:133,"\u6700\u4e2d":113,"\u52d5\u5c0f":38,"\u304a\u304b\u3057\u304f":130,"_bad":2,"-doc":62,"\u306f\u3058\u3081":[],configure:[],"_utf":[129,106],travi:62,",..":[47,88,79,92],"_vector":[37,92,104,11,153,59,152,142,62,64],"*min":129,updating:16,"\u3092\u3054":148,"-log":[],"\u305d\u3046":[80,107,125,65],"_expander":[],"\u8a72\u5f53":[104,27,96,80,129,62,63,64],"-threads":[112,81],"\u56fd\u969b\u5316":[],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":126,"\u4fee\u6b63\u4e2d":105,"\u30de\u30a4\u30af\u30ed":[11,153,38,125],need:[15,117,14],"\u3068\u307f":[30,62],"\u6f14\u7b97":[125,130,96,134,62,45],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[92,10,140,141,21,45],"\u3092\u308a":7,"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":45,"-dd":[124,125],"\u4e00\u5ea6":[111,8,97,16,62,23,63,156,147,7],url:[133,23,86,126,30],uri:[30,7],"/ipaexgothic":18,"\u6982\u5ff5":10,databases:15,"\u57fa\u6e96":[11,113,3,126],"_temporarily":[2,144],"\u5fc5\u9808":[],"\u3084\u3089":126,"\u3084\u3081":[23,62],"\u3002\u2193":81,ssssss:124,"\u53cb\u4eba":37,"\u6e2c\u5b9a":141,"-compliance":7,"\u624b\u9593":107,based:[94,27],"\u3068\u3066":[78,92,43,113],"\u65e5\u6642":[],"\u4e0d\u6b63\u78ba":[66,62],"\\groonga":85,"\u5358\u306b":[62,55],"\u4e0d\u8981":[62,113],sha:126,"\u79d2\u3088\u308a":122,processed:124,"\u3050\u308b":[134,151,125],"_parse":[106,68],"_setpshared":62,sho:62,official:126,korea:111,"\u63a5\u7d9a\u5148":149,".list":[127,12],"2\u3064\u3081":[63,151,43],"|ga":92,"\u975e\u5e38":[62,43],"\u7ba1\u7406":[],wibowo:62,ken:37,"\u3084\u304c":10,"\u304c\u304a\u304c":153,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":62,"\u3053\u308c\u3089":[3,4,78,7,8,45,9,90,139,92,61,125,12,57,43,134,20,62,110,151,111,153,114,127,70,30,71,156],key:[],limits:117,admin:130,"\u96e3\u3057\u3044":113,"\u304a\u3089":126,"\u4eca\u56de":[62,3,27,125],"\u4f5c\u6210":[],"_add":[77,96,68],"\u30af\u30ea\u30a2":[23,64,62],quit:[],"\u91cd\u8907":96,"\u30b9\u30ab\u30e9":[79,104],quiz:37,"\u547d\u540d":62,compatibility:156,"\u306b\u3088\u3063":[35,3,75,5,79,121,81,6,86,88,91,92,10,11,14,96,131,133,134,21,135,37,56,137,58,66,108,62,64,149,59,113,30,31,118],"\u6b21\u671f":126,username:[37,85],"\u65e5\u672c":[151,126,38,29,60,40,146,125],corresponding:64,tweets:97,"\u7a2e\u985e":[],"_binary":62,"\u4ee3\u308a":[62,61,151],glossary:65,"\u3076\u3093":107,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[92,73,152,98,85,7,62,23,147,52],demo:37,"\u3060\u304b\u3089":92,"/_":126,"\u76f4\u524d":77,"\u9818\u57df":[45,62,60,64,96],"/o":52,redcloth:126,"\u91cd\u8981":[92,73,126,148,107,26,14,97,7,113,45,83,43,52],"\u614e\u91cd":148,"/f":126,"/d":[7,43],"/c":[69,113],"\u91cd\u8996":[57,97],"-essential":[127,12],"/x":43,"-learner":[],"\u8aa4\u5b57":[23,130,147,62],crch:73,"(mroonga":147,http:[],"\u306b\u3088\u308a":[53,92,61,3,120,126,108,11,113,38,57,60,7,62,63,43,86],"_ito":23,"\u305f\u3070\u304b\u308a":97,"/.":23,"\u540d\u4e00":88,"/(":126,"/groonga":[119,3,81,85,7,8,87,88,62,45,139,126,69,12,48,18,102,20,86,23,147,65,110,130,127,117,72],"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":62,"/$":102,well:27,"/\"":[37,3,111,11,60,86,133],"/;":7,"\u3042\u304d":120,accurate:27,"\u904b\u7528":113,"\u3042\u3063":[37,92,10,104,126,139,128,141,47,96,90,62,64,43,102],"-ruby":[62,126],"/kytea":73,logged:124,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":144,"\u30fb\u5186":113,"\u6790\u7cfb":125,"\u756a\u53f7":[149,92,104,141,81,119,43,86,62,90],"_mask":64,"\uff08or":134,".jp":[92,84,126,22,133],pikonyan:37,tomita:130,"\u78ba\u4fdd":[34,140,14],"\u6587\u5b57\u6570":[27,125],"\u5ea6\u5206":38,"/key":64,"\u4e0b\u8a18":[66,108,129,10,56],linux:[],"\u3002optarg":67,home:[45,126],"'config":81,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":62,"\u5411\u3051":[],"_permission":2,"\u304f\u308c\u308b":[69,113,102],nihon:40,"\u5411\u3044":[115,78,92],"\u3093\u304c":[151,125],"_number":[115,86],"\u3057\u3064\u3064":148,"\u3042\u308c":[125,126,57,141,97,80,52],"\u3042\u308a":[],"\u3042\u308b":[],offset:[],"\u304b\u3051\u308b":[107,7],"\u9055\u3063":40,".hash":153,"-source":126,"\u6f0f\u308c":[62,134,126,113],compatible:7,"\u9055\u3044":[92,61,3,151,11,63,43,52],"\u9055\u3046":130,"\u500b\u6570":[62,104],"<log":81,"_nhooks":77,additional:62,"_nsubrecs":[111,104,90],"\u30ed\u30b4":62,"\u30ed\u30b0":[],"\u5c55\u958b":[],"\u7279\u6b8a":[],hw:72,"\ufffetext":73,hh:[124,125],"\u540c\u3058\u5024":[3,7],ear:73,truncation:23,"\u3068\u3053\u306e":40,limit:[],"\u3068\u3053\u308d":[55,125,69,153,59,8,123,62,102],"{\"":[55,151,105,128,141,97,98,70,123,40,63,108,125],"\u79d2\u5f62":38,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[62,144],eric:80,functions:[98,84,7],"\u3002video":37,halfwidth:156,"\u6163\u7fd2":62,"_many":[2,144],"_auto":[],"\u65b0\u3057\u3044":[],"\u65b0\u3057\u304f":[92,10,3,107,97,134,52],friends:37,sphinx:[],using:[63,84,7],blogs:57,persistent:[96,67],"{\\":47,"\u305a\u308c":[59,10,5,113,38,81,96,61,47,11,60,6,144,56],"\u8a73\u7d30":[119,73,3,38,7,8,89,139,92,45,12,98,50,102,57,141,62,148,110,111,115,127,30,52],"(shorttext":75,"=redhat":45,"\u5927\u62b5":7,"\u3002scan":148,"\u30ab\u30e9\u30e0n":152,segments:108,"\u592a\u90ce":37,"\u30df\u30ea":[11,23,38,60,125],updated:[57,84,102],"void":[67,106,96,129,99,16,50,62,64],updates:27,"\u3066\u307f\u307e\u3057\u3087":60,"\u53c2\u7167\u5143":11,"\u30df\u30b9":40,"\u53c2\u7167\u5148":62,"=pat":62,solution:111,vector:[40,62],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":62,"\u898b\u7a4d\u308b":140,japanese:[40,22],"*namebuf":[64,104],"\u3002grn":[56,134],implemented:84,even:40,"\u62e1\u5927":107,"\u50be\u5411":63,"\u6210\u529f":[],"new":[15,92,61,16,126],tips:[],maverick:23,metadata:62,"\u306f\u3044\u3051":[64,142],"\u5fdc\u3058":[34,141,113],"\u9234\u6728":62,"\u4e2d\u4e95":62,"\u305a\u3064":[141,63,81,153],":port":[30,81,7],"\u5411\u4e0a":[23,119,7,43,134],serch:[128,105],"\u3080\u308b":[151,125],xvzf:[139,110,20,12,127,45,72],"\u826f\u3044\u4f8b":107,mysqlgenerallexicon:156,"\u9023\u7d9a":[73,105,57,121,62,64],call:14,typo:23,type:[34,3,120,79,40,42,94,11,128,48,96,52,37,104,105,49,141,59,60,63,111,153,114,70],"\u3002zlib":59,posting:94,advance:40,language:102,"\u4ee5\u4e0b":[],"\u4ee5\u4e0a":[],"_comment":152,"_left":[23,94,2,144,29],"\u4e3b\u8981":116,akio:[62,130],root:[62,7,86],"\u306b\u95a2\u3057":[62,56,141,14],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,31],"\u63a8\u5968":[92,10,115,86,116,62],"\u5408\u5bbf":153,"\u4f55\u500b":92,config:[1,10,85],"\u304c\u3059":96,"\u9023\u7d61":102,sitedomain:[86,111],"\u30b9\u30fc\u30d7":121,"/result":62,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":63,summarize:111,"\u3002tsv":[115,147],"_indexer":62,"_options":62,"\u9069\u5408":[57,3],"\u30a4\u30f3\u30dd\u30fc\u30c8":[],"\u9023\u7d50":[62,63,64],"\u5206\u5c90":148,"\u643a\u5e2f":113,"_ja":62,"\u5358\u4e00":59,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":126,"/acccess":119,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":130,"_jp":45,"_small":[2,144],"\u6d6e\u52d5":[],before:65,"\u7e26\u68d2":52,"=allow":92,"\u6574\u6570":[],combination:80,weakness:27,"\u300coutput":30,"\u30b9\u30c6\u30fc\u30bf\u30b9":[62,2,144],"\u691c\u8a0e":[57,119],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":7,"-pack":[],"\u691c\u8a3c":149,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[],"\u30ec\u30d9\u30eb":[5,62,6,81],"\u975e\u4e92\u63db":23,"'article":63,"\u30d1\u30b9":[149,130,3,67,126,112,141,8,81,122,86,30,23,62,45,51,43,7],"\u7c21\u6613http":[127,110,12,139],extract:124,"\u30ed\u30b0\u30d1\u30b9":130,realtime:[128,70],"/bc":126,content:[115,92,93,151,152,27,117,97,98,7,62,23,63,43,125],grease:11,"/\uff09":130,"\u8996\u899a":113,"\u30d1\u30ea":61,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":128,messages:62,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":130,iso:125,features:7,hook:77,"1\u884c":141,"-th":114,"\u7531\u6765":134,"\u30e1\u30e2\u30ea\u30fc":52,"\u5358\u4f4d":[61,3,125,113,38,121,26,27,115,130,144,49,23,146,153],"_clear":[23,64],"\u5b57\u5217":[23,38,151,52],"/mm":125,"\u5358\u4f53":[113,141],"\u5f79\u5272":[98,3],nsubrecs:[37,104,111,153],distance:61,keyword:[62,27,151],".json":[4,7],enabled:124,"\u524d\u4ed8\u304d":64,gnupg:126,enables:[7,111],"\u30a8\u30e9\u30fc":[],"\u7e4b\u3052\u308b":107,"\u958b\u3051\u308b":62,estimated:94,"_cas":2,"\u308f\u3051":[11,40,92,73,125],"\u30d6\u30ed\u30c3\u30af":[62,7,113],"\u51fa\u529b":[],"\u3002\u30df\u30ea":11,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":65,regular:7,"\u3002munin":[127,110,12,139],don:[15,7,14],radious:146,doc:[69,75,126,102],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":126,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[40,105,122,70],"\u56fa\u5b9a":[129,64,3,144,52],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":144,keybuf:96,"\u306a\u304a\u3053\u306e":141,"\u6210\u308a\u7acb\u3063":56,syntax:144,"\u65e5\u672c\u8a9e":[0,151,57,113,62,40,125,102],"\u8ffd\u52a0":[],"\"\u308d\u3086\u304d":120,yoji:23,"_address":[2,86,144],"_http":7,"\u72ec\u81ea":[],"\\\"a":152,stop:[62,119,7],"_limit":[],"/grntest":126,"\\\"}":47,gbyte:53,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[],"(grn":68,bad:[62,144],"\u623b\u308a":[62,64],"*name":[104,49,106,14,96,64,68,42],"\u524d\u56de":126,",\"location":[37,60],"\u63db\u3048\u308b":126,reference:[11,62],"\u591a\u3044":[57,151,125],"\u623b\u3063":7,".kentaro":62,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":121,"\u30aa\u30fc\u30ca\u30fc":62,"\u4e88\u7d04":59,subject:62,brazil:111,"\u6a5f\u80fd":[],inappropriate:144,sigint:23,filename:144,"\u7bc4\u56f2":[],"+fffe":73,threasd:81,"_geo":[],"\u3092\u901a\u3057":[81,3],"_get":[34,104,77,106,96,14,15,129,99,16,62,50,23,64,68,42],"\u534a\u5f84":146,"\u3092\u901a\u3058":60,"_operation":[2,144],"_level":[],"0x":[11,62,38,151,144],against:68,"\u3044\u3044\u306d":[92,151,125],"0e":141,"\u8a9e\u5f59":[],"_reinit":64,"\u62bd\u51fa":[],"\u3068\u3044\u3063":[139,92,61,151,78,60,134,62,43,125],"_too":[2,144],loaded:55,"\u3068\u3044\u3051":[40,52,144,140],three:[11,3],"\u3068\u3044\u3046":[73,3,4,78,38,121,7,8,123,40,62,45,43,75,92,10,125,126,11,128,98,134,18,52,37,105,57,141,137,107,108,60,61,23,63,147,148,156,151,111,152,113,114,27,153,30,102,86],"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":111,"\u7528\u3044":[],digits:124,"-help":[],"\u7591\u4f3c":[],multithread:96,sae:[128,105],"_log":[],"\u53d6\u5f97":[],"\u554f\u984c":[1,3,151,126,11,140,130,141,125,122,14,59,108,7,62,23,45,102],logaling:65,"\u6700\u3082":[108,92,14],seven:3,ip:[141,86],is:[73,3,4,86,124,40,42,43,92,93,125,11,14,15,98,96,16,102,104,106,94,144,80,62,63,151,67,111,112,27,154,117,68,7],"\u6069\u6075":119,it:[47,92,94,80,67,111,37,97,151,124,14,15,98,96,16,104,117,115,125,68,7],"\"application":23,im:40,il:[57,121],io:84,"in":[],ia:[57,121],ic:103,id:[34,3,75,78,79,81,124,86,40,88,109,90,120,92,94,125,11,128,96,14,97,48,133,129,37,103,104,105,57,108,60,142,80,63,64,151,111,113,130,115,70,156],"if":[56,125,111,124,154,14,15,98,96,94,16,117,40,64,42,7],"\u305d\u3093\u306a":[45,52],make:[],"\u306b\u3088\u3063\u3066":[10,3,11,113,57,148,62,90],"\u5f15\u7528":[62,81],kib:117,"8byte":144,"\u3055\u307e\u3056\u307e\u306a":[],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[59,90,52],left:94,protocol:[],just:[97,67,154,15,124,64],"@groonga":[126,22],"||":[62,63,56,125],yes:[149,128,148],"\u5f8c\u65b9":[],"-with":[],"\u89e3\u50cf":130,candidate:128,defrag:[],character:[114,68,124],"\u306f\u3059\u3079\u3066":[55,73,3,125,92,47,7,134,123,117,100,156,52],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":62,save:126,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[],"_close":[56,103,17,14,15,62,129,23,64,68],"|>":124,"|<":124,"|:":124,"\u5cf6\u7530":62,"\u6539\u540d":[23,62],mruby:[123,62,55],unnecessary:117,"\u52b9\u7387":63,"*oldvalue":104,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[],centos:[],"_db":[],"\u3067\u3044\u3046":156,"\u4f7f\u7528":[],raltime:70,total:[108,141,117],"\u5bc6\u9375":[],"\u5c11\u3057":45,notification:124,tracker:0,localhost:[149,4,126,141,81,7,23,43],"\u7a0b\u5ea6":[23,3,62],"\u53c2\u8003":[],compress:59,"\u5b8c\u5168":[],"\u304c\u308f\u304b\u308a":[153,93],"\u304c\u308f\u304b\u308b":61,postgresql:[113,27],"\u30c1\u30a7\u30c3\u30af":[149,130,141,108,80,23,62],"*optarg":[89,67],commit:102,meerkat:23,sphr:61,"\u305d\u3061\u3089":45,"\uff08\u307e\u3082":43,editor:102,"\u6291\u3048":57,fork:[81,102],tokenbigramignoreblanksplitsymbolalphadigit:57,form:[156,3,151],"\u7f6e\u3044":126,".ne":84,"_animal":11,"\u5165\u308c":[57,37,153],"\u5165\u308b":[88,79],"\u5165\u308a":[],grroonga:9,"\u5426\u5b9a":[],"delete":[],"_location":[115,153],"\u6c7a\u3081\u308b":[92,56],kwic:27,"\u5165\u3063":[37,3,115,144,62,40,63,148],"sort\u30ad\u30fc":1,floating:38,"\u73fe\u5728\u5730":153,"\u30a8\u30c7\u30a3\u30bf":102,tokenbigramignoreblank:[57,32],excel:147,"\u3002\u307e\u305a":57,"\u914d\u5217":[],"\u3002\u307e\u305f":[149,10,3,120,105,11,113,38,81,60,56,86,30,147,141,125],retry:144,"_example":40,"\u300d:":156,".service":62,fsf:62,macports:[],pseudo:[],"\u6539\u5584":[23,1,62],"_offset":[],vmstat:140,"\u9069\u5207":[73,3,113,130,141,52],"\u81ea\u52d5\u7684":141,"\u9589\u3058":[78,23],segv:[62,1],"\u7279\u6027":78,manager:[7,43],"\u7fa9\u8a9e":147,"\u795e\u5948\u5ddd":153,"\u3068\u3059\u3050":97,"\u524a\u9664":[],kinjirou:37,"\u30bb\u30c3\u30b7\u30e7\u30f3":[135,81,144],string:[],"\u8a2d\u8a08":[92,119],"\u4e0a\u91ce":130,"[php":62,"\u30b5\u30f3\u30d7\u30eb":[],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":105,"\u304f\u3093":153,"\"mysql":9,"-escalation":[],item:[40,128,105,154,70],"\u5927\u304d\u3055":78,"\u672a\u6e80":[129,151],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":108,"_entry":77,"-deb":126,"\u4ed8\u4e0e":[],"\u52a0\u308f\u308b":107,"\u629c\u3051":[23,62],"\u5076\u6570":125,"\u63db\u6642":23,"\uff08normalization":156,"-dev":[126,12,22,127,62,23,148],"\"xxx":62,">alloc":4,"\u4ed8\u304d":[],"\u4f8b\u3068\u3057\u3066":11,"\u540d\u4e00\u89a7":79,"-mode":102,shift:45,"\u3068\u3059\u308c":113,"_version":[],"geopoint\u9593":23,bom:130,suggestion:154,raccoon:37,bob:[92,151,98,48,7,80,109,43],useful:[63,104],"\u30dd\u30a4\u30f3\u30bf":[14,96,129,64,42,101],"\u5fd8\u308c":23,"\u3002table":[96,142,101],"-leak":130,"\u521d\u671f":[67,113,130,62,23,64],"/main":12,"\u4e21\u8005":60,"-check":[112,23,130],"\u5916\u90e8":137,"-libevent":62,"\u5e74\u9f62":[113,52],"_min":[99,103],ooo:78,"-each":23,"\"color":156,"\u305d\u3053\u306b":[88,79],"/nfs":45,"po\u30d5\u30a1\u30a4\u30eb":102,"\u8fd1\u3055":125,"\u30b8\u30aa\u30b5\u30fc\u30c1":[],"\u542b\u307e\u308c":[92,113,121,27,115,80,8,62,52],"\u8fd1\u3044":[129,149],ull:73,"*tc":[129,103],"\u4e00\u6642":[],"\u30fb\u30b5\u30fc\u30d0":3,sample:141,normalize:[],"\u3002\u30ed\u30b0":[7,52],"\u30d0\u30a4\u30c8":[2,78,38,130,27,23,129,62],"/cpuinfo":[127,110,12,139],"\u8a9e\u53e5":[62,37],"_current":15,map:[124,23,117],groo:92,may:117,max:[],mac:[],man:[1,80],".garbage":62,fluent:87,nsis:126,"_values":[23,64],"\u5e02\u5185":39,"_init":[124,23,62,64,14],"/fedora":[62,130,126,139],group:[96,111],"\u8a08\u6e2c":[23,1,148],"\u7d44\u307f\u5408\u308f":[113,92,56,52],mail:141,main:127,"\u91cd\u306a\u3063":62,"\u5b9f\u4f53":14,repositories:126,"_timeout":[2,16,144],ggdb:126,unlock:64,nroonga:[98,63,65],"\u5b9f\u4f8b":[],"\u624b\u6bb5":56,summary:141,"\u7a7a\u304d":[140,108],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],".flags":96,correct:[128,105],"\u624b\u7d9a\u304d":[77,42],"|allow":[92,151],"\u30ab\u30e9\u30e0id":96,"_content":[92,151,152,27,115,98,117,63,125],"8\u3064":141,"\u3002min":129,debootstrap:126,"_string":[],org:[86,111],"\u62ec\u5f27":47,"\u4e8b\u9805":[],rewrited:84,"\u6b21\u90ce":37,"\u304c\u3042\u308a":[0,61,147,126],"] [":141,first:[92,151,125],"\u5468\u8fba":[62,27],"\u30dd\u30fc\u30c8":[149,119,4,141,81,86,62,43],"\u7db2\u7f85":7,fast:[115,92,73,151,27,47,93,63,125],"\u81ea\u5df1\u7d39":153,crit:[5,6],"\u9078\u3073":9,"\u9078\u3076":[113,7],"1g":[127,12],"\u30bd\u30fc\u30c8\u30ad\u30fc":[128,1,96,92],"\u30d8\u30eb\u30d7":148,"_preparer":[40,128,105,70],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":113,memo:98,"\u62e1\u5f35":[],"\u305d\u306e\u5f8c":125,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":10,"11":[57,98,92,125,117],"10":[141,3],"_index":[],yoshioka:62,libgroonga:138,"\u5229\u7528\u4f8b":113,zsh:[45,126],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[30,81,7],dash:45,voiced:156,katakana:[40,156],".uuuuuu":125,"-receive":112,speakers:22,"_open":[2,103,67,17,130,14,15,94,144,62,129,23],"\u914d\u5e03":[139,110,12,127,85,116,62,18,72],"_network":2,"\u6700\u7d42\u66f4":67,timeuot:16,">#{":124,"_enc":[129,106],performance:[117,27],"\u5f79\u7acb\u3061":62,beta:84,pair:[40,128,105,154,70],synonym:[92,75],"_sort":96,lenny:23,"|ng":92,"\u539f\u56e0":[],precise:[],lexicon:[152,141,97,98,88,63,156,52],show:1,"-po":[],"\u6700\u5927\u5024":62,"\u30dc\u30c3\u30af\u30b9":92,threshold:[50,23,31,64],"\u77ed\u6642\u9593":113,"-plugin":87,"\u306a\u3093":10,"\u306a\u308c":10,"\u305f\u3057":37,black:156,"\u306a\u3089":[81,7,40,139,92,10,125,12,96,18,65,52,56,104,105,140,141,66,142,135,62,63,64,148,151,110,67,127,93,156],"\u306a\u308a":[2,3,4,38,81,7,8,40,62,90,75,97,92,10,125,126,11,128,14,47,96,100,120,18,91,52,37,104,105,57,141,107,146,59,60,61,144,23,63,64,147,65,156,67,113,151,27,115,153,30,31,86],"\u306a\u308b":[1,3,75,38,81,85,7,45,91,139,92,146,125,126,29,11,12,14,97,98,133,52,102,56,57,141,107,59,142,80,62,64,110,67,113,130,27,122,127,116,70,31,72],info:[5,6,7],wheezy:[],get:[23,94,86,111,62],"-setuptools":18,"\u51fa\u305b\u308b":113,geo:[],gem:126,"\u3002utf":[62,156],tokyogeopoint:[94,38,29,60,23,146],".o":37,synonyms:147,morning:97,"\u300c\u697d\u3057\u3044":121,wiki:7,kernel:117,"\u8907\u96d1":[62,92,56,125],sear:40,masahiro:130,ency:141,"\u884c\u306a\u308f":62,"-threashold":[57,130],"\u53ca\u3073":141,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":43,reading:[],checks:62,"\u6700\u5c0f\u5024":125,"\u3088\u3063\u3066":[73,38,39,60,83],"\u306a\u3069":[73,3,78,38,39,83,123,86,62,87,40,45,43,92,10,125,126,11,97,134,21,102,138,55,56,105,57,141,121,108,23,64,147,151,153,67,113,27,70],"\u306a\u306b":40,"\u306a\u3067":40,ja:[126,102],"\u306a\u3063":[119,73,3,86,23,45,43,92,10,126,11,57,107,108,62,63,148,151,113,130,115,153],"\u306a\u305c":[92,156,151,105,40,52,125],"\u5206\u5272":[3,125,113,121,78,23],"\u306a\u3059":29,"\u306a\u3055":[30,92,54],"\u306a\u3057":[],"\u306a\u3052":75,nogpgcheck:62,"_allowed":[2,144],"\u306a\u304e":152,"\u306a\u304f":[1,3,75,78,39,119,7,8,62,45,43,92,125,126,11,134,52,141,107,152,80,23,63,64,65,151,113,130,27,71],"\u4f8b\u5916":[123,139,55],"\u306a\u304a":[121,126],"\u306a\u304b":107,"\u306a\u3044":[],"\u306a\u3046":153,"*bsd":[23,130],"_invalid":[129,96,2,64],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":121,"\u4e0d\u9069\u5207":62,"\u5f15\u304d\u51fa\u3059":113,"}/":[102,45,8],"}.":[98,92],".select":141,tuning:[],"\u524d\u5f8c":[81,3],"\u9ed2\u3044\u70b9":39,mark:156,"*max":129,shopping:97,"[admin":[23,62],"\u5b57\u5c0f":92,"}|":124,senboku:62,"}e":125,"_avoided":[2,144,64],"\u6240\u5b9a":[57,121],sound:[156,105],"\u30bb\u30df\u30b3\u30ed\u30f3":141,"\u30af\u30a8\u30ea\u30fcapi":[2,26],"}]":[11,123,55,141,4],hdd:141,"_corrupt":[2,144],"\"mroonga":[152,92,125],characteristics:27,"\u8af8\u6761":53,"\u578bn":92,"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":62,"|')":59,"\uff01\u3057":22,"-document":[81,126],"\u3002\u5024":80,pat:[129,78],"\u91cf\u8a08":1,same:[62,68,7,16],"=squeeze":126,"\u3002\u3044\u307e":62,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[],"< y":62,"\u8a00\u53ca":152,"\uff01\u300d":[92,151,125],"\u7b49\u4fa1":[],"< n":125,"\u672c\u5f53":40,montywi:62,"\u305d\u3057\u3066":[92,73,111,11,113,27,153,40,63],markus:62,markup:69,"\u30d3\u30e5\u30fc":62,"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[10,126],"\u5927\u8cb4":62,"(precise":126,money:37,"\u5927\u898f\u6a21":113,"\u3002\u3059\u3079\u3066":[148,102],"\u518d\u8d77":[117,119,147],".dll":141,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":62,"\u30c0\u30a4\u30a2\u30ed\u30b0":62,"\u3002none":81,"/false":[11,1],"\u5ea7\u6a19":[61,125,153,39,29,23,146],"\u56f0\u96e3":[62,113],"\u9069\u5b9c":[75,126],server:[112,62,7,43,37],"\u9650\u308a":[56,57,121,47,64,90],"\u9650\u3089":107,quantal:[],"\u9650\u3063":64,testdb:141,specified:[94,42,80,14],users:[],"\u99c4\u76ee":107,ellip:61,"/database":[7,43],"\u65b0\u5bbf":60,critical:124,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[],valuebuf:34,"\u306b\u3064\u3051":125,"\u30cb\u30c3\u30dd\u30f3":40,"\u306f\u3044":11,broken:144,"\u306f\u305a":[62,141],"\u307e\u3064\u308f":62,"\u306f\u3069":[92,52],"\u306f\u3068":78,"\u306f\u307f":71,"@soundkitchen":[23,62],"\u3082\u3061\u308d\u3093":141,"\"\u30df\u30ea":125,".patch":102,"_reopen":[],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":81,"\u8abf\u6574":[57,140,134],"\u3002\u3059\u3050":7,"_cache":[],"\u4f55\u5ea6":62,"-login":117,"/ '":64,"\u306a\u304c\u3089":[92,73,3,126,113,62],"\u3002command":10,"\u63d0\u6848":[],"\u3082\u3046":[95,11,97,7,62,63],"\u8a18\u8f09":[62,126],"\u3002cpu\u30b3\u30a2":43,"\u3082\u3057":[92,61,151,141,115,152,2,7,80,45,62,65,147,43,52],"\u7834\u58ca":96,"\u516c\u958b\u9375":126,hsiomaneki:153,"\u3082\u3059":8,"\u3082\u3064":[142,111],"\u30c7\u30d7\u30ed\u30a4":7,"\u3082\u306e":[3,75,81,85,7,92,10,126,11,96,129,102,54,56,105,141,61,144,62,63,146,149,153,156],"|on":92,"|oo":92,"$prefix":23,"\u3002drilldown":92,"\u5883\u754c":[62,61],"\u3082\u308c":75,general:[15,156],file:[1,112,130,7,117,144],allocating:68,"*obj":[34,64,67,77,89,68,42,101,104],again:[7,16],"\u53d6\u308c\u308b":47,"\uff08true":11,"\u5f37\u5316":[23,130],"\u4e0e\u3048\u308b":[47,149,60,10,81],"\u3002pcre":7,"\u8a18\u8ff0":[56,3,75,141,81,153,63],"\u4e00\u6642\u7684":64,"\u4e0a\u9650":[],important:15,"6gib":117,"\u30ce\u30fc":73,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[23,62],expressions:7,nested:62,libmsgpack:[127,12],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":75,"\u30d3\u30eb\u30c8\u30a4\u30f3":62,"_difference":96,"/lib":[119,7,8],"-alloc":66,"\u8aad\u3081":62,"\u8aad\u3080":55,"\u5dee\u5206":141,"\u8aad\u3093":[71,65],"\u4f4e\u4e0b":62,")mroonga":147,hottolink:84,"\u30e1\u30cb\u30e5\u30fc":126,"\u306f\u3053\u306e":[140,92,152],sigusr:23,"\u30d6\u30c9\u30a6":75,"\u771f\u507d\u5024":[],"\u304c\u3053\u306e":151,titles:[151,125],plugins:117,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":148,"\u5225\u9014deb":126,"@orangain":62,tokenbigramignoreblanksplitalphadigit:32,"_append":[17,56,68,64],"\u30e1\u30bf\u30c7\u30fc\u30bf":[123,55],"\u8aad\u307f":[40,1,134,126,113],"\u5909\u66f4\u5f8c":[106,96,14,99,50,64],"\u307e\u3057\u3087":[37,92,61,3],"\u30c6\u30b9\u30c8":[],threads:[112,124],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":81,"\u6e96\u5099":[],"\u6d3b\u7528":119,"\u5931\u308f":62,search:[147,73,151,111,105,128,70,27,96,23,129,40,62,68,9,125],"-localestatedir":45,published:126,"\u300c\u5024":52,aptitude:[18,148,127],"\u672a\u77e5":62,".synonym":92,"\u8a08\u753b":139,"\u5ca9\u4e95":62,"\u5317\u534a\u7403":62,"_gqtp":141,"\u3053\u3068":[],"\u3053\u306e":[139,2,3,4,78,121,81,136,22,83,73,85,7,62,123,40,45,109,43,75,15,92,61,125,126,98,11,155,12,96,47,57,48,100,129,18,114,52,138,37,55,56,105,20,141,97,59,152,60,144,80,23,63,146,147,65,110,153,151,111,113,25,26,27,115,127,116,70,117,71,102,72],jsonp:23,"[element":125,none:[92,73,114,154,7,63,45,144],hour:[124,16],"\u3053\u3053":[92,3,75,126,11,128,115,57,60,153,125,156,147,151],dev:[127,12],deb:[62,12,126,127],"\u3053\u3046":107,"\u4e2d\u5fc3":146,share:45,needs:117,maps:117,"\u3053\u308c":[73,78,121,7,8,40,62,45,153,9,43,92,61,125,126,69,97,52,56,105,57,140,59,152,60,144,80,23,63,147,156,151,111,113,27,11,70,102,100],"\u3053\u3080":55,"*value":[129,34,96,64,17],"\u591a\u3059\u304e":130,"/afr":[60,3,111],"\u666e\u901a":[107,125],mariadb:62,"\u30cf\u30a4\u30d5\u30f3":[3,52],"\u3066\u304d":2,"\u3066\u304f":148,"\u30c4\u30a4\u30fc\u30c8":[],"\u547c\u3073":[92,56,75,11,141,81,27],"\u547c\u3070":[3,125,38,14,96,62,42],"\u3002ftp":141,"`hostname":81,"\u5217\u578b":[11,75,111,151],"\u3002\u4f8b":64,through:7,"\u975e\u308f":121,"\u308c\u308b":[3,75,77,78,38,39,81,62,123,40,45,42,90,97,92,10,126,11,128,129,14,15,21,52,55,56,105,57,141,137,121,108,60,61,144,80,23,148,156,152,113,114,27,70,102,100],"\u6955\u5186":[61,146],good:[97,92,151,125],"\u516c\u5f0f":[23,110,139,98],"\u3079\u3066":[92,7],"\u9664\u304f":62,"\u5316\u95a2":130,"\u4f1d\u7d71":113,"\u3079\u304f":3,"\u9664\u3044":[141,27],"-encoding":[],token:141,"\u52b9\u679c":153,"\u9664\u3051":96,"\u767b\u9332":[],hard:117,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":108,flower:11,"\u30d5\u30e9\u30f3\u30b9":61,"\"gr":52,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":148,"\u8ddd\u96e2":[1,61,125,95,113,39,60,62,146],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":85,"\uff08\u79d2":64,"\u3068\u3082\u3063\u3068":45,"\u89b3\u70b9":140,"\u547c\u3093":121,tritonn:[92,151,125],"\u308c\u305a":10,"\u306b\u3082":[92,121],"\u306b\u3088":62,done:[15,16],"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":61,".blog":57,"_data":[],koi:[62,45,81],"\u306b\u5bfe\u5fdc\u4ed8\u3051":40,least:117,"\u516c\u5e73":62,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":43,"-get":[62,12,126,127],"/archive":126,"*results":96,selector:131,"\u308c\u307e\u305b":[10,81,108,96,63,45,147],"\u6574\u7406":62,"},":[37,92,61,3,75,153,141,97,98,48,73,120,93,63,125,109,151],"\u4e71\u6570":[54,60],"\u5927\u91cf":[78,37,56,3,52],"\"requires":62,"\u4e0a\u8a18":[53,102,92,45,3,111,105,57,80,141,98,60,93,86,152,70,62,65,147,52],ages:[88,80,52],"\u51fa\u6765\u308b":153,"\u5217\u8868":38,built:[64,7],"/lists":126,"-limit":[62,1,81,92],"\u307e\u3068\u3081":[],build:[126,12,66,127,85,62,65],"_available":[2,144],"\u53d6\u308a\u51fa\u3057":[129,103,3],eggs:63,most:94,"~*":68,"\u306b\u3057":[62,92,151,125],myisam:113,"\u5e73\u884c":126,"-protocol":[141,81,86],"\u306b\u3059":57,kb:140,ka:156,"\u306b\u3066":[62,61,126],"_put":[],"\u306b\u3064":62,"\u306b\u3069":56,ko:84,"\u7528\u8a9e\u96c6":108,"\u4e0a\u66f8\u304d":[60,126],mlock:130,"\u30ad\u30fc\u30b5\u30a4\u30ba":78,"(drilldown":90,"\u30d1\u30c3\u30c1":[],"[number":47,relation:64,nterms:108,"_int":[49,64,68],"\u30a2\u30ca\u30a6\u30f3\u30b9":126,permission:144,express:[62,85],"\u601d\u3044":102,"\u601d\u3046":63,"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":75,"\u62c5\u5f53":126,"\u9593\u9055\u3063":[23,105,9,62],"\"popular":92,"\u300chsiomaneki":153,"_and":[89,56],"\uff08byte":[64,104],common:[129,23,96,125],"\u601d\u3063":69,"/log":[119,45,81,7],lion:62,tokenizers:[],"\u76f8\u624b":107,"[backslash":151,"\u5c02\u7528":[],"\u30e2\u30b8\u30e5\u30fc\u30eb":[],"(news":126,".log":[119,10,81,141,7,45],"\u3046\u3061\u3044":81,readme:[62,126],"\u8a9e\u4ee5":125,"\u8868\u73fe":[],responses:15,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":62,"\u66f8\u3051\u308b":62,reverse:[7,126],"\u6570\u70b9":38,"-file":[112,23,115,81],"\u5b9f\u51e6":[56,42],"\u6642\u70b9":[10,126,106,14,15,16,62],point:[],simple:111,"\u3059\u304e\u307e\u305b":37,"\u306f\u3058\u307e\u308a":10,shutdown:[],"\u6253\u3064\u524d":126,"\"gronga":9,"_connection":2,create:[15,40],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[15,152],"\u53ce\u96c6":[115,113],"_when":[115,114,59,48,142,109],"\u30a2\u30ed\u30b1\u30fc\u30c8":66,bill:[57,121],replaced:154,ful:73,"\u30c8\u30fc\u30af\u30f3":[73,125,105,78,121,130,23,70,62,156,52],engi:[40,128],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[78,3,7],karmic:148,"^ \"":125,rubygems:62,"\u95be\u5024":[],"-key":[62,126],"\u7d42\u7aef":[62,67],emphasize:93,")groonga":147,"\u56fd\u540d":111,"-chroot":126,"\uff08perl":7,keys:[96,7],"-existence":62,aggregate:27,"\u5834\u6240":[],"\u53cc\u65b9":107,"\"\u3001":[40,111],"\u30b9\u30bf\u30a4\u30eb":81,"\u5409\u7530":62,"\u7d44\u307f\u5408\u308f\u305b":[56,3,126,57,113,59],flags:[],sortby:[],convenient:40,entry:[59,35,77,79,58,47,142,131,31,91],"\u3002header":[59,48,142,114,109],"\u3064\u307e\u308a":[92,73,126],"\u3002dump":133,"\u547c\u3073\u51fa\u3059":[54,150,95,29,134,146],"\u3001\u00d7":107,"\u5024\u306a\u3089":62,"\"value":92,"\u547c\u3073\u51fa\u3055":[77,92],"\u547c\u3073\u51fa\u3057":[],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":141,"\u306f\u3069\u3061\u3089":43,source:[37,3,126,153,79,59,48,115,63],win:85,"5\u3064":80,bin:85,"\u968e\u5c64":56,bit:[139,110,20,38,12,141,127,85,116,62,72,65],"\u5f53\u3066":[78,79,73,88],"\u30d7\u30e9\u30b0\u30a4\u30f3":[139,1,130,98,113,12,55,122,156,127,123,62,8,23,45,147,110,102],"\u5927\u4e08\u592b":[0,45,107],"\u8aa4\u308a":62,"\u5354\u529b":[],"\u4e0a\u8ff0":147,api:[],"-command":[],"_over":[2,144],"\u4ee5\u5916":[75,78,38,39,23,92,126,14,15,96,52,56,103,49,141,66,62,64,67,113,130,68],google:[92,9],often:80,"\u5168suffix":96,"\u8aa4\u3063":[62,126],examples:130,"\u3001[":3,"\u3002set":141,"\u66f8\u304b":[62,153],"\u3001c":3,"\u66f8\u304f":[63,151],"\u8a73\u3057\u304f":[11,113,3],"\u66f8\u304d":[],"\u66f8\u3044":[153,151,125],"\u3092\u3064\u3051\u308b":125,"\u30d3\u30eb\u30c9":[],"\u5024\u306a\u3057":62,"/cutter":126,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[56,81],"_checks":114,cxxflags:[20,126],"\u3001\"":[93,3,75,105,153,38,70,152,62,40,23,9],"\u3001$":126,"\u3001'":[75,11,38,81,98,60,125,151],"\u3001&":60,"\u3001(":[129,38,141,96,80],"\u3001-":[30,38,130,141],"\u3001/":[3,86],"\u3001.":[148,102],"\u5730\u5f62":[61,146],"\u3001:":141,"(fedora":119,"\u3084\u3059\u3044\u304b":147,"\u3057\u307e\u3059":[92,125,153,121,110,9,151],"\u7a4d\u307f\u91cd\u306a\u3063":62,"/yum":126,"\u9010\u6b21":113,suffixsearchterms:[151,125],"\u6295\u5165":[57,1],"_fin":[62,14],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":45,"\u51fa\u3059":153,"\u51fa\u3055":62,translate:102,"_full":126,"-type":[105,7,70,40,23,43],"\u7b97\u8853":[],"-binary":[7,43],"/epel":110,"\u56de\u907f":[],"\u52d5\u304d":43,"\u52d5\u304f":[23,45,157,62],"\u52d5\u304b":62,"*keybuf":96,curl:[45,4,7,62,72,43,65],sourceforge:126,cmake:[62,45,85],"\u6570\u73e0":152,"\u3042\u3052\u308b":[],"\u5207\u308a\u6368\u3066":11,"\u30c7\u30fc\u30bf":[],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":141,"\u6b63\u898f":[73,3,125,114,96,62,156,147,52],confirm:102,"\u3068\u307f\u306a\u3057":151,"_nil":[129,96,130],failures:126,"\u7d50\u5408":[56,151,134],rinse:126,getaddrinfo:62,wanabe:62,"/cache":7,"\u57cb\u3081\u8fbc\u3080":141,query:[],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":62,"(backslash":68,"/\u65e5":153,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[92,151,125],"\u7121\u540d":[96,64],"\u4f59\u308a":125,"\u5f97\u308b":7,putting:117,"_database":[],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":62,"-build":148,uubntu:148,"\u512a\u308c":113,".output":30,"\u76f4\u611f":120,"\u9665\u3063":62,"\u9023\u643a":113,"_thread":141,"= n":125,access:[117,16],"\u5f35\u308c\u308b":62,"\u4e2d\u56fd":61,"= y":62,"\u826f\u304f":63,"\u826f\u3044":[63,107],nonexistent:92,"\u30ef\u30fc\u30ab\u30fc":7,"\u632f\u821e":61,"0xc":144,"\u306b\u5bfe\u5fdc":[34,92,156,104,77,49,81,14,47,96,30,21,23,62,64,42],"= \"":[92,125],"/tmp":[147,43],"\u57cb\u3081\u8fbc\u307e":126,"\u57cb\u3081\u8fbc\u307f":27,named:40,"/to":[7,43],"\u30ed\u30f3\u30c9\u30f3":61,"ci\u4e0a":65,"\u7518\u3044":75,"(ctx":[15,56,104],"\u53d7\u4ed8":62,"\u5b8c\u4e86":[92,126,102],"'mroonga":[98,63],"\u3002\u30ce\u30fc":73,"\u30d5\u30ec\u30fc\u30ba":[],".pid":81,"\u5f35\u3063":62,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[],"\u4e2d\u7a0b\u5ea6":[139,110,12,127,85,116,72],"_previous":15,"[header":[115,55,73,114,59,48,142,100,8,123,109,52],normalized:114,"\u305d\u308c\u3089":[149,92,104,59,147,43],escaped:68,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":62,"\u8d77\u52d5":[],twiter:62,iptables:43,"\"correction":9,"\u30af\u30e9\u30c3\u30b7\u30e5":[23,130,62],"{prefix":[45,8],"/linux":[],"\u6295\u7a3f\u5834\u6240":153,gcc:[139,110,20,62,23,45],dd:[124,125],"\u30b3\u30de\u30f3\u30c9":[],"\u5186\u6ed1":126,"/universe":12,"\u5f35\u3089":[11,62,104],"\u5f35\u308b":[151,125],".textile":126,"\u30b5\u30fc\u30d0\u30fcid":23,bind:23,lines:[112,148],"/repositories":126,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":130,"\u7d9a\u304d":47,"\u306e\u3088\u3046":[62,92,134,151,125],"(cutter":148,"\u7d9a\u3044":[57,92],hiroshi:[23,130],jiro:37,"\u3002int":62,"\u7d9a\u3051":141,lf:149,"\u6d88\u8cbb":97,lc:102,ll:[57,73,121],euc:[62,45,81],li:[57,121],lt:[73,27],ls:126,"_gqpt":141,"\u9589\u3058\u308b":[78,1,23],"\u306f\u3069\u3061\u3089\u304b":[151,125],"\u8a71\u3057":71,dat:78,"\uff08world":38,"\u30c7\u30a3\u30b9\u30afi":52,day:[97,124],"\u30e6\u30fc\u30b6":[92,56,3,75,126,105,38,70,141,59,62,40,9],"\u4e00\u3064":[35,5,38,121,6,88,91,10,95,11,14,96,131,133,21,135,79,54,104,58,59,108,61,146,66,150,152,113,29,93,31,118],"\u70b9\u9593":[60,39],"_persistent":[96,104],"\u5217\u5f0f":68,"& y":62,normalizerauto:[],"\u74b0\u5883":[],"\u5217\u5f15":56,"& b":125,"\u81ea\u4f53":151,"/message":126,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[98,93,152],"\"sphere":146,res:[96,89,141,94],rep:141,"\u30ab\u30ec\u30fc":121,red:[],"_end":2,"/\u6708":153,frank:80,"\u73fe\u72b6":10,"\u4ed8\u5c5e":[30,7],"/aba":[60,3,111],"& (":125,"\u76ee\u8996":115,"\u30d6\u30e9\u30b8\u30ea\u30a2":61,"*top":94,"_long":[2,144],"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":113,hex:37,reaches:117,"\u30d9\u30af\u30bf":[62,1,64,79,130],"\u7d44\u307f\u8fbc\u307f":[],monkey:11,"\u305d\u306e\u3088\u3046":142,"\u6c38\u7d9a":[],"\u8aad\u307f\u8fbc\u3080":[1,55],natty:[23,126],completed:40,acquire:16,documentations:136,"\u3068\u3088\u3044":45,"\u53d6\u308a\u5f97\u308b":38,"\u305b\u3044\u305c\u3044":52,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[],"\u5229\u70b9":113,interrupted:144,"\u81f3\u308b":11,have:[97,117],"=users":[7,43],"\"co":9,min:[],"_control":[2,144],"\u914d\u4e0b":[30,126],"_func":[42,14],"\u8aad\u307f\u8fbc\u307f":[55,3,8,62,23,147],"\uff08gnu":45,"/commands":[11,88,48],"_character":68,eight:3,"\uff09\u3001":[78,121],"\u306a\u3082\u306e":[119,104,126],"\uff09\u3002":[57,153],"\u6e2c\u5730\u7cfb":38,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[62,105,52],request:[],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[1,10,130,115,62,23],"\uff08least":100,"\u7d44\u307f\u8fbc\u3093":113,"\u304b\u304b\u308a":[97,151,126,125],normally:117,text:[92,73,4,78,38,114,27,115,98,94,133,117,141,62,63,125,68,43,151],"\u8d8a\u3048\u308b":57,supported:[84,7],"\u5ea6\u3068":23,conifugration:65,"\u610f\u5473":[92,56,3,151,111,128,81,60,62,40,45,147,141,125],"\u5b66\u3093":153,"*table":[129,96,64,104],"\u4e00\u500b":56,"\u65b9\u6cd5":[],")\u3059\u3079\u3066":80,"\u5c11\u306a\u304f":[125,113,107,27,97,151],"\u5c11\u306a\u3044":[92,151,97,134,147,125],"\u7e70\u308a\u8fd4\u3059":130,"_prepend":64,"\u306e\u307f\u3057\u304b":9,"_eval":[],"\u7e70\u308a\u8fd4\u3057":[141,125,102],"\u5272\u308a":[73,125,11,78,79,88],fixed:62,"_busy":[2,144],"\u5236\u5fa1":[],exists:80,"\u3002blogs":57,"\u4ee3\u5165":[],enhanced:84,terms:[92,3,151,108,57,81,27,98,117,125],xxxxx:126,"\u985e\u4f3c":[],"{name":125,"(string":95,"\u30c7\u30e1\u30ea\u30c3\u30c8":78,progress:124,"\u6751\u4e0a":62,"\u5b66\u3073":[92,61],"\u7dad\u6301":[113,43],"\u9577\u3059\u304e\u308b":62,"\u5168\u4ef6":[129,151,125],"\u518d\u8d77\u52d5":[],plugin:23,"-suggest":[],shorttext:[3,75,78,38,81,86,40,88,94,109,120,92,61,125,11,128,97,98,48,133,129,79,52,37,105,57,141,59,152,60,142,80,23,63,93,151,111,153,130,27,115,70,117,156],".org":[37,110,45,3,111,102,127,20,12,141,11,60,93,85,7,133,126,139,72,86],"\u88dc\u6b63":[],"\u5171\u901a\u63a5":78,otherwise:[15,98,64],comment:[152,63,153],"\"fulltext":73,"\u304a\u304d\u307e\u3057\u3087":11,"-history":23,"\u4ee5\u524d":[11,153,57,62,23,156],"\u30ab\u30b9\u30bf\u30e0":7,"\u91cd\u307f\u4ed8\u3051":[57,92],"\u30e1\u30e2\u30ea":[],"\u5c0f\u6570\u70b9":11,json:[],define:[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":23,"\u306a\u306b\u5bfe\u3057":[151,125],finished:124,"_domain":2,"=..":126,"\u5168\u4f53":[],value:[],"\u540c\u3058":[],almost:117,"\u6307\u91dd":[],"\u30bf\u30a4\u30df\u30f3\u30b0":[62,3],".db":[62,79,3,86,81],pkgs:110,"-endpoint":112,optarg:[89,67],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[92,7],"\u67af\u308c":119,"\u4e09\u7a2e":86,":!":151,"[apt":62,"\u672c\u4f53":71,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":126,center:146,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":62,builder:17,"\u304a\u3063\u3055\u3093":153,position:[73,94],"*result":96,"1byte":144,"\"ellipsoid":146,"\u8868\u793a":[],"-platform":[],"_byte":[2,144],"x\u30df\u30ea":[38,125],"\u5229\u7528":[],stored:15,"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":78,":<":[92,151],"\u958b\u59cb":[92,61,141,66,62,23,64,148],"_true":64,"\u3055\u3093":[130,27,122,62,23,9,43,102],add:[62,92,136,102],"\u3002gqtp":[149,2,86,144],"\u3055\u3089":63,match:[],tests:126,"|none":92,"\u5730\u57df":113,elapsed:[115,4,114,59,48,142,124,109],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":57,like:[7,104],success:[15,144],"_leak":148,"_decr":64,"\u7f6e\u63db":[],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":43,works:124,soft:117,"\u4e0d\u6b63":[1,130,62,23,148,52],"((x":38,"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":62,"\u8ca0\u8377":[130,7],"\u7121\u52b9":[92,151,96,7,129,62,45],"\u610f\u56f3":[62,63,151,152,98],tmp:[3,126,128,81,48,86,88,62,147,43],"_optarg":[89,67],sjis:[45,84,81],"\u30b5\u30de\u30ea":62,"\u5f62\u5f0f":[],",\"domain":111,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":125,"\u30d0\u30b0":[23,107,62],"\u3046\u307e\u304f":[],host:[141,86],although:7,"\u6319\u52d5":[],"\u30c0\u30e1\u30fc\u30b8":57,about:[115,117,136,124,65],actual:7,socket:144,"\u3055\u305b":107,"\u4ee5\u5185":[40,60,153,125,105],"\u3055\u304d":11,"_time":[115,114,59,48,142,124,109],tomo:37,"\u3055\u3044":[119,2,3,120,76,78,38,22,73,85,86,8,123,93,45,43,139,92,61,125,98,11,128,12,57,48,16,50,52,102,55,20,140,141,59,152,142,100,62,109,148,110,151,113,114,127,30,72,7],introduced:7,"\u524d\u65b9\u4e00\u81f4":[],"!!":[47,37,7,153],"\u6307\u3059\u5024":129,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":126,"!)":7,dataset:[40,154],"_object":2,"\u30ec\u30fc\u30bf":62,daijiro:153,rch:73,">default":4,"\u901f\u5ea6":[78,62,37,141,23],"\u7591\u554f":63,glib:62,"_inappropriate":2,"\u3002post":43,but:[117,111],"\u3068\u3068":[69,102],"\u3068\u3069":155,"\u3068\u306e":125,"\u3068\u3063":7,"\u30fb\u5168":131,buf:[96,64,104],bug:[62,84],"\u5730\u56f3":113,"\u3068\u3057":[149,37,55,56,125,105,11,141,38,70,81,14,97,61,7,62,40,63,147,9],"\u3068\u3048":[10,75,113,121,27,60,45],binlib:126,"\u3068\u304d":[1,73,3,38,121,81,7,8,40,62,45,42,43,139,92,61,125,126,11,128,12,14,98,96,134,129,9,79,52,37,56,103,105,137,107,59,144,23,147,110,153,151,113,130,27,115,127,70,156,86],"-disable":[112,23,130],"!\\":125,epel:[62,110],colum:117,pid:[1,45,81],"\u8a08\u7b97":[1,61,125,95,113,38,39,60,105,62,123,40,146,70],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[130,45,126],"-config":[1,130,81,62,23,45],saer:[128,105],"\u4f7f\u3044\u5206\u3051":[57,121],"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":126,"\u305f\u3060\u3057":[1,121,151,30,81,59,62,129,23,90,125],"\u305f\u3060\u3051":62,"\u6291\u5236":62,detail:141,"\u3068\u308b":64,"\u4fc2\u6570":56,"\ufffecrch":73,"\u3068\u3082":[92,125,140,141,27,152,60,153,151],appends:68,"/sysconfig":119,"\u307b\u307c":63,"\u307b\u3069":[119,3,11,128,81,52],cpu:[113,45,141,7,43],"\u5909\u3048\u308b":57,"\u307b\u304b":[11,113],"\u2026\uff09":105,"4e":140,"|ro":92,limited:7,"\u3002groonga":[3,4,78,85,7,40,45,139,92,10,125,12,141,66,62,63,59,110,151,113,127,71,86],"\u6e1b\u3089":[78,105,62],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":129,tweet:97,"\"ab":9,under:7,"-ci\u4e0a":62,every:111,"\u3002google":151,"/plugins":[62,45,130,8],resourses:15,"\u5b9f\u6570":38,"\u6761\u4ef6\u5f0f":[],"\u6700\u9577":[23,141,125],"_snip":62,"\u63a5\u8fd1":56,"-repository":[62,126],estimates:94,"[http":62,"\u7b87\u6240":[115,62,27,126],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[23,62],"\u4e00\u8a9e":57,"\u5b9f\u65bd":126,"\u81f4\u547d":62,"-rpm":126,"\u7d44\u8fbc":[35,5,38,6,88,91,95,131,133,21,135,79,54,58,59,108,146,66,31,29,150,118],"\u683c\u7d0d":[],"\u7fbd\u7530":153,"\u53cd\u8ee2":125,"\u30e2\u30cb\u30bf\u30fc":[127,110,12,139],"\u9069\u7528":[92,3,125],"\u3002output":133,studio:[62,85],represented:68,path:[],"\u95a2\u4fc2\u5f0f":[],".ddl":141,"_key":[],"\u79cb\u8449":60,changed:[84,7],"\u5f62\u614b":[113,45,125],"\u58ca\u308c\u308b":[23,1,130,62],"\u63a8\u79fb":10,"\u3082\u3063\u3068":92,"-ci":62,"\u8fd4\u5374":[88,79,3,92],"\u8aad\u307f\u3084\u3059\u3044":62,"/munin":45,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":62,noarch:[139,110],m6:20,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":103,namebuf:[64,104],autogen:[62,126,102],naive:111,"\u30a2\u30e1\u30ea\u30ab":61,"_jis":45,"-bind":[23,81,62],must:[15,117,94,68],me:32,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],"\u7f6e\u304d\u63db\u3048":[62,81,151,102],mb:62,mm:[124,125],ml:107,"\"blank":156,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":141,mv:21,install:[],my:[92,151,125],"/xml":43,"\"s":[40,128,73,105],end:[149,4,144],eng:[40,128],"\u3002functions":148,"\u30d7\u30ed\u30bb\u30b9":[149,10,3,113,81,66,108,135,7,8,141,62,43],env:147,"\u3067\u3082\u3063\u3068":119,rroonga:[152,15,98,134,62,63,65],"\u30b4\u30df":[23,130,108],"\u7d42\u4e86":[],description:[153,121],"-devel":[139,110],"\u5c0f\u3055\u304f":[97,78,61,43,146],".tar":102,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[],"-files":[],"\u5c0f\u3055\u3044":[92,56,151,78,122,129,146,52],"\u5272\u308a\u5f53\u3066":130,"\u4e88\u5b9a":[55,10,69,27,61,123,23,43],executed:86,"\u7acb\u3061\u4e0a\u3052":141,"\u305f\u304f":[119,27,62,23,9,43,102],"\u5bfe\u8c61table2":96,"\u5bfe\u8c61table1":96,"\u305f\u304b":[23,92,105],"@packages":126,"\u305f\u3044":[],gqtp:[],"\u305f\u3073":[60,10,141,126],"\u305f\u3060":139,"\u8fd4\u308a\u5024":62,"\u4e00\u884c":[141,130,81],"\u3072\u308d":120,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[],"\u3072\u3089":[40,151,125],"\"_":[3,75,7,40,109,43,120,47,92,61,125,11,128,97,98,48,133,37,105,57,152,60,142,80,62,63,151,111,153,115,70,93,156,86],"\u3054\u3089\u3093\u304f":87,"2\u3064":[0,92,3,151,111,95,153,119,59,98,152,70,62,63,157,43,52],each:[105,128,70,7,40,124],searc:40,signing:126,"\u3002\uff08":[92,121,151,70,78,38,39,27,14,108,105,130,134,125,40,129,23,102,65],"\u3002\uff09":[102,1,121,151,105,78,39,27,130,125,70,129,23,65,92,52],"(byte":[96,104],"\u6e96\u62e0":62,goo:[151,125],msgpack:[4,144],"\u30da\u30a2":[105,11,70,40,147,9],newly:[15,27],"\u4f59\u8a08":107,"\"(":62,free:[15,108,130,124],"\u305f\u308a":[119,77,78,38,134,107,113,71,52],"\u305f\u3089":[92,125,126,130,107,119,152,80,62,40,45,43,102],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":79,"\u305f\u3081":[],freecode:[],"\u53e4\u3044":[62,156,126],"_locked":64,filter:[],onto:117,rand:[],already:[117,16],"\u53ef\u5909":[23,31,144],"\u897f\u66a6":125,top:[23,94,29],"\u30d6\u30e9\u30a6\u30b6":[45,86,126,102],".groonga":[102,110,126,139,20,12,141,127,85,45,72],too:[63,144],tom:98,"|compress":79,"_pragma":92,tool:65,serve:126,wareohji:62,".com":[],"\u6d0b\u723e":23,"\"good":[92,125],"_untag":[],expr:[64,68,42,101],"*cursor":94,obata:130,"\u8d64\u9053":61,ram:141,raw:65,"\u5834\u5408":[],"\u5f93\u3063":[92,96,129,30,89,43],"\u4e00\u89a7":[],"_source":126,hanako:142,"\u591a\u9762":113,"> y":62,"\u5f93\u3046":130,"/share":[23,81],though:40,"\u3044\u307e\u305b":[92,73,151,157,78,39,110,115,7,128,62,125,147,43,52],bsd:45,"\u3072\u3068\u3064":[62,151,95],"\u30b5\u30b8\u30a7\u30b9\u30c8":[],"\u30ed\u30fc\u30de":40,"\u30ed\u30fc\u30c9":[],"\u30ec\u30b3\u30fc\u30c9":[],marverick:130,"\u307f\u306a\u3055":56,pkg:[20,130,45],"\u5ea6\u8868":130,"\u5c0f\u6570":[],"\u6c42\u307e\u308a":113,"\u3002hook":77,"\u306b\u3064\u3076\u3084\u3051\u308b":107,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":56,"\u59cb\u307e\u3063":[115,9],"_valid":7,fontaine:23,"*fin":42,"\u3064\u3064":[57,98],watch:126,"\u306f\u307e\u3068\u3081\u3066":126,"\u3064\u304d":[55,93,92,59,100,123,147],"\u3064\u304b":122,"\u3064\u3044":153,"\u7d50\u679c":[],hendro:62,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[],"-per":[112,23],"_with":[120,121,96,104,125,52,151],"\u3064\u3051":[92,61],nul:[23,67],"-commnad":10,ciritical:7,"\u5bfe\u8c61cursor":[129,103],"_for":56,"\u4e8c\u3064\u76ee":56,"\u30d7\u30ed\u30b0\u30e9\u30e0":[62,71,130],"\u5bbf\u99c5":153,"\u56db\u6368":23,"\u30d7\u30ed\u30bb\u30b9id":86,"\u30b5\u30fc\u30d0\u30fc":[],"\u59cb\u307e\u308a":126,"\u59cb\u307e\u308b":[92,151,141,59,96,43,40,147,9,90,125],news:[],"\u884c\u6307\u5411":113,"\u3068\u3057\u307e\u3057\u3087":63,"\u30e9\u30f3\u30c0\u30e0":60,"4gib":[78,144],"\u65b9\u5411":129,"\u591a\u91cd":149,"\u5f8c\u304b\u3089":133,"\u7d4c\u7def":[11,38,60],trust:126,"\uff13\u3064":38,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":141,"\u7b49\u3057\u3044":[92,56,151,64,125],"\u7b49\u3057\u304f":[56,151,125],"&lt":27,been:126,"\u3072\u308d\u3042\u304d":120,"\u30a8\u30e9\u30fc\u30ed\u30b0":119,"_blog":63,"\u8d77\u6e90":11,"/shutdown":[7,43],tokenmecab:[57,62,121],"\u5217\u60c5":73,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[],msec:16,xxx:[62,81,125],"_not":[92,2,48,142,144,109,89],"\u6700\u9069":7,"\u7528\u9014":[139,92,78,12,110,115,127,85,116,113,62,119,72],"\u6728\u4e0a":129,tasukuchan:153,"*ctx":[34,64,103,67,77,17,14,15,129,96,94,49,50,89,68,42,101,104],"\"e":[40,73,128],"\"a":[152,73],"\"b":152,"\"c":152,"\"n":[115,92,3,151,66,7,125,86],"\"h":73,"\"i":[115,92,125,97,63,151],"\"k":37,"\"t":73,"\u5c1a\u4e5f":62,"\u81ea\u8eab":[23,73,81,147,62],"\"}":[37,156,75,111,105,11,128,97,47,98,60,142,7,152,70,120,40,63,125,43,151],"\"x":62,"\"@":153,"\u691c\u7d22\u4f8b":[],suggest:[],"\u30bf\u30fc\u30df\u30ca\u30eb":7,"\"]":[37,92,3,125,57,153,79,81,27,133,40],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":100,"\"[":62,"\"'":[92,151,57,106,121,62,125],"\"\"":[62,38,152],"\"#":23,"\",":[3,75,79,81,86,40,88,109,120,97,92,61,125,11,128,47,98,48,133,37,105,57,141,66,108,60,142,80,62,63,151,111,152,153,27,115,70,93,156,7],"\"-":[23,61],"\".":[40,125,111],"\"/":[88,48,81,60],"\u4e8c\u756a":92,"\")":[37,61,125,95,106,98,29,60,80,62],"\"*":62,characters:68,"\"<":62,"\">":[4,27],"\"?":4,"\":":[73,3,4,86,123,40,109,43,75,47,92,61,125,11,128,97,98,48,120,37,55,105,141,66,108,60,142,80,63,151,111,152,153,114,70,93,156,7],"\";":[141,7,43],"\u78ef\u90e8":62,"/run":[81,126],"\u3084\u3059\u304f":130,"\u3084\u3059\u3044":[1,92,27,134],"\u5bfe\u8c61table":[129,96,64,104],"_tags":[37,153],"_ctx":[],"\u4ecb\u6587":153,"_buffer":[17,2,144],".scr":141,"*bottom":94,"_selector":[],"5f":141,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":121,ceekz:62,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[151,125],advanced:84,"\u4eee\u60f3":[62,60,111],"\u5c0f\u6587\u5b57":[129,73,3,156,52],specific:[111,80],poedit:102,"\u6b63\u3057\u304f":[40,151,62],"\"engine":[40,105,70],"\u6b63\u3057\u3044":[147,9,105],"\u7d20\u89e3":[113,45,125],"\u307e\u308f\u308a":71,"_str":[153,68],"\u3080\u3044\u3061\u3083\u3044":153,escape:68,"\u73fe\u4ee3":113,"\u5217\u6319":3,".zip":102,"\u6765\u307e\u3057":153,"_right":[23,94,29],".github":[126,65],allocate:[],core:141,deleted:64,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":62,night:97,"\u3001\u300c":[37,1,57,153,121,81,92,40],"\u6d88\u3048":78,limitation:117,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[62,3],"\u3002ascii":[151,125],"\u3092\u3054\u89a7\u304f":113,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":88,"[]":79,two:[124,68,7],"[@":[23,62],git:[87,126,102],"[{":[7,43],gib:[53,117],"[test":62,"\u3084\u307e\u306d":62,"[n":62,head:[149,144],removep:64,"\u6253\u3064":126,"[2":81,"\u9032\u6570":[108,125],"[:":86,"[#":[23,62],"[\"":[37,92,125,108,11,128,79,27,57,153,40],autoconf:23,"\u5185\u8a33":57,"[,":146,"/docs":7,"\u8abf\u3079\u308b":[29,62,146,140],decrypt:126,"(match":98,"_ip":86,check:[],ongaeshi:[62,130],"\u305f\u304b\u3063":105,no:[1,84,78,92,14,128,94,144,117,62],"/mxcl":126,ne:73,ng:73,setting:117,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":126,"\u6ce8\u8a18":62,tid:103,saerch:[128,105],"\u4e09\u756a\u76ee":125,"=number":[],"_touch":[130,67],"_unlock":64,sql:111,longer:[84,14],"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":108,"\u672c\u756a":126,"_memory":[],"\u4e00\u8cab":107,"[travis":62,",\"tags":37,"\u30d0\u30c3\u30d5\u30a1id":108,"\u30d2\u30c3\u30c8":[92,56,75,57,153,121,97,62,40,120],row:27,"_same":62,"\u4e00\u822c":[92,3,151,113,134,64,65],environment:65,"}attr":62,"*tid":103,advantage:27,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[151,125],enqueue:137,"\u3053\u305d":153,level:[5,81,6,7,124,144],"\u8208\u5473":113,brother:151,standards:7,"/db2":43,"/db1":43,"\u6d88\u305b":7,"\u6f14\u7b97\u5b50":[],"\u79d2\u8868":[11,57,60,125],"\u6c42\u3081\u308b":[113,61,146],"\u5024\u6bce":92,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":126,"\u3044\u308d\u3044\u308d":[],"/load":[55,7,43],"\u56f0\u3063":107,".builtin":67,reply:63,"3\u3064":[139,92,3,111,11,12,27,115,127,148,134,62,63,110,119],"\u751f\u3058":[35,5,58,6,131,21,91],baseball:[37,63],"\u9ad8\u6a5f":[113,119,56],"=groonga":7,"\u6c17\u8efd":107,"\u6b63\u78ba":[11,66,3],"\u63d0\u4f9b":[],"_success":[92,2,14,15,16,124,68],"\uff08ruby":65,"\u64ec\u4f3c":[92,151,125],"\u9006\u306b":37,"\u30ea\u30f3\u30af":[151,126,11,87,62,125],"_delete":[77,23,96,64,129],"\u307f\u307e\u3057\u3087":[37,3,75,111,11,153,60,63],"\u8fd4\u3055":[92,10,128,47,108,62,64],"\uff08messagepack":45,handled:7,"-src":[127,12],sports:37,"\"name":98,"\u76f8\u5fdc":96,memory:[],msg:137,outputs:124,"_concurrency":149,"\u30bb\u30c3\u30c8":[56,121,96,129,64,91],"\u3044\u308f\u3086\u308b":37,"*dest":96,"_asc":96,".txt":126,memry:117,"\uff11\u3064":137,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[149,62,119,7],"/setup":65,"_sis":[120,121,151,96,52,125],"-docutils":126,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[],":clear":126,shibuya:130,"\u76f8\u5f53":[115,60,3],"\u5f15\u304d\u8d77\u3059":62,clone:[],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":65,representations:68,"\u6b20\u70b9":113,succeeded:[59,48,142,109],ueno:[62,130,122],"\u30b0\u30eb\u30fc\u30d7":[],representation:[106,68],"\u3002tag":37,"_res":141,"/srpm":126,"_descriptor":[2,144],"\u542b\u307e\u308c\u308b":[56,3,126,11,113,81,57],normalizermysqlunicodeci:156,".yml":65,"\u56f2\u307e":27,"\u56f2\u307f":[81,27],"[[":[120,79,81,40,123,88,109,92,61,125,11,97,98,48,37,55,57,142,63,151,153,27],"\u30d9\u30fc\u30b9\u30d1\u30b9":7,"_pass":7,"\u56de\u7e70\u308a":141,cutter:[],"\u6ce8\u76ee":92,"\u3059\u306a\u308f\u3061":11,term:[59,108,75],name:[],"\u500b\u3005":[57,10,56],"\u65e5\u3005":107,"\u534a\u7121":[23,52],"\u5bfe\u8c61column":104,"\u53d6\u308b":144,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":62,"\u30cd\u30b9\u30c8":[62,63],"\u30d1\u30fc\u30b9":[23,134],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":58,"\u6642\u4ee3":113,"\u3042\u3044\u307e\u3044":52,"-default":[],"\u914d\u7f6e":[3,126],"\u56f2\u3080":[62,3,27],"\u3002key":[96,121,3],"\u30b3\u30fc\u30c9":[62,73,102],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":151,"\u4e92\u63db":[139,110,10,125,126,12,114,127,30,156,43],turn:7,"\u30db\u30b9\u30c8":[149,126,81,141,86,62,23],yum:[62,110,126,139],"\u5b8c\u7d50":107,"-normalizer":[139,110,12,114,127,62,156],"\u304a\u9858\u3044":[141,107],origin:102,redhat:[23,45],"-version":[],"\u30b7\u30f3\u30d7\u30eb":[157,134],"_function":[2,144],array:[108,114],"\u7d5e\u8fbc":[],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[61,100,134],returns:[98,96,94,106,104],kbytes:141,"\u30d1\u30a4\u30d7":59,"\u30a8\u30f3\u30c8\u30ea":[92,125,151,15,152,104],specify:[112,98,7,154,102],"-httpd":[],"(tab":147,"< t1":56,"\u3080\u308b\u3093":[151,125],posix:125,and:[92,84,124,111,117,106,96,27,154,14,15,98,60,94,16,62,40,63,64,68,7],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":53,"_local":[141,133],prm:110,ann:126,"_groonga":115,any:98,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[],takuto:130,"_permitted":[2,144],"\u30d5\u30e9\u30b0":[1,73,3,120,5,83,6,35,23,91,92,125,11,21,131,129,52,58,59,108,144,62,151,114,156],animation:37,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[50,92,45,81],multiple:[15,40,98],"_suggest":122,"_down":[2,144],"_interrupted":2,"\u81a8\u5927":113,"\uff09:":[139,55,121,20,12,110,127,123,72],"\u4e2d\u65ad":[77,23,62],geoindex:[],"8mb":156,"\u5c06\u6765":[139,55,61,114,144,123,62,43],"\u4e00\u81f4":[],"\u547c\u3076":[62,148,134],"\u5ea6y":38,sitecountry:[86,111],"\u540c\u3058\u91cd\u307f":98,"\u88dc\u5b8c":[],"\u3002weight":11,"\u30d1\u30c3\u30b1\u30fc\u30b8":[],"\u5024\u3088\u308a":[92,56],"\u7530\u8fba":62,"\u985e\u7fa9":92,explicitly:40,"\u57f7\u7b46":[63,39,83],"\u5f53\u8a72":[10,64],ssh:126,"\"null":62,"_port":141,":')":59,mapped:117,ignored:[62,67],replies:63,"#'":81,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[153,1,52],"<gqtp":141,"\"#\"":141,"(..":62,"#{":124,cities:61,"\u30af\u30ea\u30fc\u30f3":126,quiet:144,"\u30ec\u30b3\u30fc\u30c9id":[],color:156,whombx:62,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":62,period:[],"\u76f8\u5bfe":[23,92,126],"_clone":126,raring:[],"#proxy":7,"\u5f8c\u4e8c":10,"*db":[64,67,14],"\u6709\u9650":92,"\u4ee3\u308f\u308a":[156,151,81,27,85,86,45,7,52],engine:[73,105,128,27,70,40,9],"/vdw":[60,3,111],"_tokenizer":[],"_value":[],"_tokenized":[73,114],"case":[15,117,111],"\u25cb\u25cb":107,"\u30ed\u30ae\u30f3\u30b0":14,shops:121,"\u975e\u63a8\u5968":62,"\u53d7\u3051":[61,3,144,7,80,62,137,43,86],"\u305f\u3068\u3048":57,saerc:[128,105],"\u8aad\u307f\u51fa\u3057":113,html:[],"\u5831\u4ee5":73,events:43,"\uff08romaji":40,status:[],"0\u30d9\u30fc\u30b9":92,downloads:85,"[\u8a9e":108,"\u7d4c\u7531":[66,35,135,126,5,79,130,58,59,108,6,88,133,62,21,18,131,31,118,91],"-msgpack":43,"[geo":[23,62],"\u30d1\u30bf\u30fc\u30f3":[115,125],"/unit":148,"\u4f5c\u6210\u6e08":81,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],unicode:156,"\u3088\u304b\u3063":57,"\u53ef\u5426":3,except:117,blog:[57,152,63,3],"\\'":[81,151],"\u63a2\u3057":[113,141],"\\\"":[93,121,27,47,152,68],"\u9577\u65b9\u5f62":23,hino:62,"\u63a2\u3059":63,"\u3002point":[29,146],"/base":126,"\\\\":[152,68,151],")..":126,"\u3079\u304d":[64,144,126,156],"\u3068\u304a\u308a":[53,141,111],"_send":15,"-mm":[124,125],"_host":141,"\u985e\u7d39":57,"\"groonga":[92,125,27,152,9,52],frees:[15,14],automake:130,"[snippet":[62,27],"@uzulla":23,"_unlink":64,mooz:23,"\u4e09\u3064":[61,121],freed:15,"/eval":123,communicate:7,"\u30b9\u30da\u30a4\u30f3":61,tokenbigramsplitsymbolalpha:[57,92,73,32,121],oo:[78,73],on:[84,94,112,27,15,96,73,7,64,43,102],ok:142,of:[],"_escalation":[],"\u30e6\u30fc\u30b6\u30fc":[],"\u8a2d\u5b9a\u5024":[140,1],os:[],or:[92,94,75,96,15,98,60,144,124,117,147,151],op:[96,89,68,104,94],"_leading":92,"\u5c11\u306a\u3051\u308c":52,"\u5f0f\u5168":[151,125],"\u884c\u76ee":[115,141,126],"\u30c1\u30e3\u30f3\u30af":108,libmecab:[127,12,126],"{path":45,"\u8a55\u4fa1":[123,62,56,125,152],there:[40,68,151,111,117],"\u53d7\u3051\u53d6\u308a":[56,3,7],"\u300ccomments":153,"/modules":[130,7],"\u901a\u308a":[73,79,39,88,45,92,61,125,126,128,98,52,57,152,93,80,146,65,151,114,27,142,70],"*escaped":68,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":156,"(location":[37,60,61,153],datasets:154,"\u69cb\u7bc9":[],"\u4f5c\u3063":[57,153,96,7,129,23,156],"/hostname":[141,81],"\u30de\u30fc\u30b8":[62,102],"\u65b9\u5f62":[61,146],mike:142,"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":62,"\u4f5c\u308a":[40,63,105,52],"\u4f5c\u308b":[37,105,153,137,134,52,102],"\u8ab2\u7a0b":62,gettext:102,"\u3066\u3057\u307e\u3044":107,"\uff08proc":77,"_type":[],"\u9001\u308a\u65b9":[],"\u53d7\u3051\u53d6\u3063":113,"\u3002ctrl\u30ad\u30fc":3,"/mysql":156,"\u30ea\u30bd\u30fc\u30b9":97,"\u65b9\u5f0f":[81,63,3,113],":mm":[124,125],"\u30ab\u30d0\u30ec\u30c3\u30b8":[],"\u6c17\u306b":[64,102],"/select":[11,7,86],directory:144,"4\u3064":[78,27],"-threshold":[],migrated:[92,151,125],"\u306a\u3051\u308c":[34,2,81,7,45,92,93,125,11,14,47,96,52,104,141,59,152,80,62,64,147,65,151],dist:126,"\u6761\u4ef6":[],"\u306f\u305d\u306e":14,"\u8fd1\u3044\u9806":39,jessie:[],"\u30d3\u30c3\u30c8":[],"\u5b58\u5426":64,"/locale":[126,102],init:[62,45,42],program:7,".name":[108,153,152],"\u95a2\u9023":[],"=message":[],"-word":92,systemctl:119,"***":6,llt:73,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[23,126],"\u8a9e\u7248":126,longtext:[38,94],list:[68,126,154],"_html":[],"\u304a\u3088\u3073":[3,126,11,113,81,62,45,42],"\u4f4e\u6e1b":[119,130],"\u6d69\u4e8c":62,"<protocol":81,"\u89aa\u5207":130,yappo:[62,84],"\u884c\u3048\u308b":[62,37],"/news":126,tex:73,"/centos":[110,119,126],"_scalar":[75,79,93,92,61,125,97,98,48,133,37,104,57,59,152,142,80,63,151,111,153,27,117],cursor:[129,94,103],what:68,sub:[],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[],"*section":104,memcached:[],tags:[37,88,52],"\u88dc\u5b8c\u8a9e":40,"#worker":7,serihiro:62,allows:27,matsuu:130,options:[],gtihub:23,tokenunigram:32,ocelot:[23,62],"\u5358\u7d14":[56,120,146],"\u300c\u697d\u3057":121,"/atv":[60,3,111],"\u7a32\u7530":62,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[66,118],"\u7a4d\u7b97":[92,56],"_expire":64,"\u3072\u308d\u3086\u304d":120,flag:14,"_blank":114,"\u3002git":126,"\u30d7\u30ed\u30f3\u30d7\u30c8":4,"\u524d\u63d0":[],gothic:18,"\u89e3\u6790":[],"\u79fb\u884c":[23,10],"_encoding":[],"\u306e\u306b\u5bfe\u3057":14,"=table":52,"\u671f\u5316":[62,14],"\u30ea\u30cd\u30fc\u30e0":23,"\u958b\u767a":[],"\u7406\u7531":[],"&..":86,overcommit:117,disable:[112,23,7],"_text":[114,148],"\u30ea\u30dd\u30b8\u30c8\u30ea":[],"-max":[112,23,81],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":148,"-munin":[],"-http":[],specifying:67,"\"book":125,":\u79d2":153,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":126,"\u9ad8\u307e\u3063":113,disables:7,disabled:[40,124],elfring:62,"\"is":11,"\u30bf\u30a4\u30d7":[77,23,141,43],"_link":[2,144],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":101,soccer:37,"\u30d6\u30fc\u30ea\u30a2\u30f3":38,"_large":[2,144],"return":[115,124],"\u52d5\u4f5c":[],"\u6d45\u898b":62,"\u5897\u3048":[123,63,73],"\u8a71\u984c":22,"-encodiong":125,innodb:113,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":7,"-create":[],weight:[11,62,92,104],"_release":126,"/en":[7,126],"\u6c42\u3081":[113,95],"_new":[23,137,62],"/managers":[7,43],"\u3072\u3053\u3055\u3093":62,thread:[124,96,141,137],"\u306b\u3088\u308b":[],"_hash":[],"\u30ab\u30b9\u30b1\u30fc\u30c9":[],"\u5927\u304d":[78,62,7,108,52],"\u5f62\u72b6":39,"${":[98,92,125,117,102],"\u30bb\u30af\u30b7\u30e7\u30f3":[73,114,85,7,123,40,45,139,92,61,155,12,47,48,100,136,102,138,55,104,105,20,144,109,147,65,110,151,26,115,127,116,70,117,71,52,72],gpl:84,passes:126,"\u5b58\u5728":[1,3,121,119,86,90,92,64,14,96,133,129,140,141,60,80,62,63,146,111,113,130,115,29,7],script:[],gpg:126,"\u3050\u3088\u3046":61,"\u60c5\u5831\u540d":[88,79],passed:126,store:[15,94],gps:113,"\u8a9e\u691c":92,option:[112,124,80],"$(":[139,127,110,12,72],"/synonyms":147,"\u4fbf\u5229":[92,73,151,11,113,114,115,134,40,45],"\u6271\u3048\u308b":[140,62],"/*":[69,140,119,7,102],"\u898b\u308b":[60,2],"\u306e\u304b\u308f\u308a":62,"/'":12,"-working":62,",[\"":57,"7e":141,"\u898b\u3066":[115,92,7],"\u307e\u307e":[11,62,10,107,126],"\u898b\u3064":[62,130,128],"\u540dn":[88,79,92],"\u307e\u3060":[55,10,125,128,92,27,66,144,62,123,23],"\u307e\u3067":[53,97,56,3,120,126,78,81,47,16,80,62,63,153,141,102],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,69,12,13,14,15,16,18,20,21,23,25,26,27,29,30,31,68,34,35,54,38,39,40,41,42,43,139,45,47,48,49,50,51,52,53,37,55,56,57,58,59,60,61,62,63,64,65,66,67,127,70,71,72,73,75,157,77,78,79,81,22,83,85,86,87,88,89,90,91,92,93,95,99,97,98,96,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,123,125,126,128,129,131,133,134,135,136,138,140,141,142,144,80,146,147,148,149,150,151,152,153,155,156,11],"\u307e\u305a":[3,75,126,57,153,121,141,85,7,125,45,102],"\u307e\u305b":[34,119,2,3,78,38,39,81,100,73,86,8,123,40,62,45,90,9,43,97,92,61,125,126,11,128,141,14,47,98,96,16,21,135,114,79,52,55,121,103,104,105,57,140,107,59,129,142,144,80,23,63,64,147,66,156,151,152,113,88,27,115,102,118,7],"_list":[],"\u307e\u305f":[],"\u3058\u304d":27,"\u307e\u3057":[37,92,61,75,126,105,57,153,151,107,125,156,60,7,62,23,102,52],centos6:62,"\u7279\u5b9a":[],"[pat":62,"\u9069\u6642":77,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":63,"\u66f8\u304d\u5f8c":121,added:[96,84,94],"\u3093\u3057\u304d":134,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":56,"\u30d5\u30a3\u30eb\u30bf":62,exec:144,customize:[40,7],"\u30e1\u30fc\u30c8\u30eb":[61,146],"\u89e3\u653e":[103,14,66,129,62,64],"\u307e\u307e\u3067":57,"\u3002id":14,"-oriented":27,"\u9577\u3055":[104,11,49,141,96,129,62,64],orangain:62,"\u624b\u52d5":7,"&query":86,".rb":[55,130],"\u304a\u3051":92,"_users":153,"\u304a\u304d":[113,126],"\u304a\u304b":45,"\u304a\u3044":[3,104,126,11,113,96,60,148,62,23,64,90,102],"\u59cb\u70b9":3,"_call":[2,144,56],"_format":[2,144],firewood:62,"\u304a\u3070":[23,1,62],"-ftp":141,"\u4f4e\u6a5f":56,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[],"\u629c\u3051\u308b":3,"\u671b\u307e\u3057\u3044":[113,107,126],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":7,longest:96,"\u304a\u3070\u305f":[23,62],"\u305d\u308c":[119,3,75,38,121,85,139,93,125,126,11,129,102,56,103,57,49,66,63,64,110,151,153,130,70,52],"\u306b\u304a\u3044":[11,10,126],"\u4fdd\u8a3c":[108,10],"\u6570\u5024":[],"(content":[93,27],"\u30b3\u30df\u30c3\u30c8":126,"\u305d\u3057":153,"\u76ee\u4ee5\u964d":92,tobby:98,dump:[],"]]":[92,128,79,81,47,142,131,100,141],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30d6\u30e9\u30a6\u30b6":18,"][":[23,151,62],arc:73,are:[92,94,111,27,154,117,124,98,16,62,40,68,102],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[141,126,102],"]}":[11,108,152],"\u30b9\u30b3\u30a2":[92,56,57,128,60,153,62,90],"]x":[153,60],"/non":62,"\u305d\u306e":[],latin:[62,45,81],recently:100,creating:117,"\u8a18\u9332":[113,62,90,8],"\u304a\u3088":16,"\u898b\u3064\u3051\u308b":[40,156,7],"\u304a\u308a":[153,63],solr:125,"\u672a\u521d":62,"\u30c6\u30fc\u30d6\u30eb":[],license:[84,126],"\u8a02\u6b63":147,"]'":[7,43],context:[64,7,27],"]\"":[62,60,153],"],":[73,3,75,79,81,86,40,88,109,120,47,92,61,125,11,128,97,98,48,133,37,105,57,141,66,108,60,142,80,63,151,111,152,153,114,27,115,70,93,156],"]/":86,"])":[54,146,16],finds:96,minagawa:62,"\u691c\u7d22id":96,"\u3042\u3068":[126,102],improper:144,"\u30b3\u30de\u30f3\u30c9url":43,"'alice":151,"\u7d76\u5bfe":8,":#{":124,"\u8003\u616e":57,due:27,pg:80,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":7,po:[],kiske:62,"\u3057\u3084\u3059\u304f":62,"\u6574\u5217":[113,3],"(html":93,"#groonga\u30bf\u30b0":153,"\u8a00\u8a9e\u540d":102,"\u30d9\u30fc\u30b9":[119,73,151,157,113,130,96,62,129,23,125,102],"\u30d8\u30c3\u30c0":62,"\u79d2\u9593":23,"\u5730\u7cfb":61,evaluated:123,"\"sug":9,concurrently:124,"\u5404\u8a9e":108,"\u6027\u5225":113,"_expansion":[],rid:[17,103],"\u30ed\u30fc\u30ab\u30eb":[125,126],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[],"\u6210\u679c":[],"*type":104,"\u5065\u4f5c":37,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[],"/hoge":81,"_info":[],"\u672c\u6765":75,abcde:114,edge:137,nanoseconds:124,"\\bin":85,"\"alice":151,"\u6b8b\u5ff5":11,"\u9006\u5f15\u304d":[],"\u3067\u304d\u308b":[],tables:[117,133,154],"\u4e92\u63db\u6027":126,"\u3002keys":96,"\u64a4\u5ec3":[130,81],"\u5024\u7528":23,"\u304f\u3060":[119,2,3,120,76,78,38,22,73,85,86,8,123,93,45,43,139,92,61,125,98,11,128,12,57,48,16,50,52,102,55,20,140,141,59,152,142,100,62,109,110,151,113,114,127,30,72,7],boost:40,"_finalizer":[42,14],"'haystack":56,unstable:[127,126],"\u6642\u523b":[115,67,105,153,141,66,150],".title":11,"\u7f6e\u304b":[30,45,147,7],"\u7f6e\u304d":[129,130,64,126],"\u7f6e\u304f":45,"[dump":62,"\u5404\u8981":75,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,156,125,106,81,14,45],"\u304f\u308c":107,"\u69cb\u6210":[139,110,56,3,126,12,119,127],proc:[139,92,77,12,110,127,96,42,101],"-drilldown":111,"(\u300c":126,"_improper":2,"\u9577\u751f\u304d":52,"\u5b9f\u73fe":[],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":62,"\"service":105,range:[88,48,80,79,144],"\u306a\u304b\u3063":[92,10,3,125,152,5,81,131,58,57,6,35,80,21,62,141,91],"\u672c\u6587":[63,93],"\u5831\u544a":[],"\u524d\u65b9":[],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":126,shimoda:130,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[81,7],"\u7a2e\u5225":79,"long":[50,17],"/hosts":126,"_links":[2,144],"html\u30bf\u30b0":93,sections:111,files:[],"-query":[119,3,151,81,27,124,98,7,62,23,147,120],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[92,83],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":52,aramaki:[23,130],"_op":[89,68,56],"_or":[],caller:42,"_of":[2,144],"_entries":[15,100],"_on":[2,144],called:111,"\u63a5\u982d":[78,125,23],horikoshi:23,"\u679c\u305f":3,warning:[5,124,6,7],"\u306b\u5bfe\u3059\u308b":[],tatsuya:62,grn:[],gro:27,newvalue:104,nice:97,generates:154,"\u5c5e\u3057":38,"\u305f\u3076\u3093":45,generated:154,drilldown:[],"\u982d\u8f9e":78,"\u300d\u3001":[37,153],"\u300d\u3002":134,"\u300d\u300c":153,"\u8868\u3059\u578b":38,"-deafult":23,"\u8aad\u307f\u53d6\u308a":[47,81],"-package":[],"\u30b3\u30a2":[45,7,43],"-benchmark":[],"-count":66,once:111,"\u30a4\u30f3\u30c7\u30c3\u30af":63,"\u958b\u304f\u969b":62,"\u5272\u308a\u5f53\u3066\u308b":[11,78,3],"\u30b9\u30ad\u30c3\u30d7":62,"\u8a9e\u6271":121,"_by":[153,122,96,62,129,23,64,68],"\u30cb\u30e5\u30fc\u30b9":97,stable:10,include:[69,80],"\u7e70\u308a\u8fd4\u3057\u6570":141,"\u30de\u30c9\u30ea\u30fc\u30c9":61,"\"saerch":105,"\u30d7\u30e9\u30b0\u30de":92,"\u306a\u3068\u304d":113,"*user":42,"\u3002run":148,"\u3067\u5024":[81,3],"\"complete":9,"-in":[64,7,126],"-id":[62,81],"_dir":[23,126],"|correct":128,"_use":[2,144,14],".po":[],smaller:124,".pc":[23,122],"-line":65,"\u3053\u3046\u3059\u308c":107,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[62,63],"\u3002buf":104,etime:149,"\u30a8\u30f3\u30b8\u30f3":[11,37,92,81,113],"{time":124,"-exact":66,"\u521d\u56de":102,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":39,larger:117,"\u4e0a\u3052\u308b":57,"/coremodule":7,"_name":[],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":81,"\u30c8\u30e9\u30a4":[78,52,151,125,23],"\u300coffgao":153,">version":4,"\u5206\u6790":113,apple:156,apt:[127,62,12,126,65],"*str":68,hardy:130,"*keys":96,apply:68,"_commit":17,"\u5207\u308b":7,"\u5148\u60c5":153,"\u9001\u4fe1":[],use:[115,92,104,151,81,14,15,108,117,62,125,68,102],from:[94,84,7],"\u3057\u307e\u3057":62,usa:111,"\u3057\u307e\u305b":[40,92,45,107,7],"\u5730\u70b9":[60,61],"\u3057\u307e\u3046":[126,113,130,107,62,23],usr:[81,7,8,45,148,72],"\u3057\u307e\u3044":[11,57,141,120,105],"\u5207\u308a":[135,23,126,62],"\u4efb\u610f":[3,126,81,38,141,113],start:[97,112,119],sort:[96,111],"_names":67,tokenbigramignoreblanksplitsymbolalpha:57,"?msg":126,"[args":81,"/index":[81,126,102],"-html":[62,130],"_nofile":[62,124],tar:[139,110,126,20,12,127,45,72],"_install":[],tag:[37,126],"/rpmforge":110,sis:23,united:142,satoh:23,"\u30c0\u30d6\u30eb":[151,78,23,62,125,52],six:[124,3],sid:[],instead:[92,81],"_create":[],"\u884c\u3046":[149,37,92,61,120,126,153,121,107,119,98,60,130,129,62,63,148],"\"rectangle":[62,61,146],"\u30a2\u30af\u30bb\u30b5":64,"_configure":62,"\u30a2\u30af\u30bb\u30b9":[149,130,126,11,30,81,96,86,62,23,102,7],"\u3042\u308b\u3044":[139,110,10,104,113,144,151,146,29,96,56,7,125,89,52],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":62,"$home":126,"\u30da\u30fc\u30b8":[44,92,3,126,81,22,62,30,102],freebsd:[],"\u4eac\u90fd":[57,121],"#groonga":147,"\u300cbill":121,"\u5bfe\u8a71":[3,86],"\u7279\u5225":[73,151,2,16,40,45,68],"\u30c0\u30f3\u30d7":[62,130],superior:27,"/apt":[127,12,126],"/api":43,restart:119,"\u30b9\u30ad\u30fc\u30de":[92,61,151,152,27,97,98,142,93,133,80,117,63,125],"\u53c2\u52a0":[71,22],successor:125,articles:63,edit:[],".net":[37,3,126,111,11,22,60,86],"%\\":85,nfs:45,"\u6df7\u305c":[11,128],".overcommit":[],",\"link":11,"\u5c3a\u5ea6":113,related:117,"\u89e3\u6c7a":[23,62,107,108,140],"\u3002redmine":0,remove:[64,114],out:141,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":153,supports:84,dictionary:156,"\u30ec\u30a4\u30e4":56,york:61,"8r":[62,45,81],lts:[],"\u4e00\u90e8":[58,3,9,126,62],"\u8907\u6570":[],lte:73,auth:[7,43],"\u304a\u3059\u3059\u3081\u3057":[119,151,126,125],"\u8aac\u660e":[],"1\u305a":[10,90],"\u53d6\u308a\u8fbc\u307e":126,"\u53d6\u308a\u8fbc\u307f":23,"_symbolic":[2,144],"\u8d77\u70b9":92,"\u78ba\u8a8d":[],"_qlog":62,unknown:144,"\u304a\u304b\u3057":130,makefile:126,",[":57,priority:40,their:117,"1\u3064":[0,73,78,7,8,123,62,109,43,92,125,128,9,98,52,53,37,55,141,107,152,144,23,63,151,153,27,100],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":81,developer:153,"_debug":148,"\u7279\u5316":[125,102],"\u30d5\u30a9\u30eb\u30c0\u30fc":85,"-jumandic":[139,110],"\u64a4\u53bb":23,"\u8a9e\u610f":83,"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[62,1,31,64],"_unsupported":2,"\u554f\u3044\u5408\u308f":56,".grn":[7,133],"\u82e6\u624b":113,"\u30ab\u30bf\u30ab\u30ca":[129,40,156,128],"\u76ee\u304f\u3089\u3044":52,"_expanders":[147,8],"(age":80,which:[40,111],inverted:27,"\u901f\u3084\u304b":10,".travis":65,"\u7d44\u8fbc\u578b":[],"class":[93,27],"_build":148,"_term":84,"_delimited":84,"\u6dfb\u4ed8":62,"_is":[115,2,114,59,48,142,144,23,109,64],gronga:[147,9],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[],"_in":[],"_ii":[],"-output":[62,92,93,141,27],"_id":[34,92,3,104,126,17,96,14,129,60,62,103,23,64,68,90,125],"_delimiter":[73,114],"\u6307\u3057":11,"\u5bfe\u8c61object":[34,67,77,64,42,101,104],please:102,",\n#":[37,92,73,3,151,11,153,98,60,86,125],"\u5bfe\u8c61":[],"_truncate":[23,96],cache:[],"\u30b7\u30a7\u30eb":[45,141,151],daiki:[62,130,122],candidates:40,"*newvalue":104,palallel:126,local:133,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":45,"\u6295\u7a3f":[],"\u4ed8\u3051\u308b":[137,156,3],"!condition":125,nvars:42,",\n{":[156,75,111,105,128,98,7,152,70,120,40,63,125,151],ones:111,subrecord:62,words:125,"\u30b7\u30a7\u30a2":22,"\u3070\u3044\u3051":[34,92,45,104,151,52,152,96,7,125,62,64,147,65],"(column":[27,80],",\n[":[27,133],",\n]":[57,152,60,75],candidate2:128,candidate1:128,queries:[141,27],"\u304b\u304e\u308a":141,"=fedora":126,"\uff08\u578b":49,"\u884c\u6570":23,acquires:16,"\"table":81,dll:[23,62],"\u30ea\u30c8\u30e9\u30a4":16,"\u4e43\u6bc5":130,job:141,homebrew:[],"\u3084\u305d\u306e":142,".i":110,april:126,"/local":[45,7,126],"\u672a\u5bfe":62,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[30,130,81,62],"_var":[49,68,42],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[45,85],table:[],"\u671f\u5f85":113,rpm:[139,110,126,130,62,23],"\u304a\u3059\u3059\u3081":43,"\u30b5\u30d6\u30bb\u30c3\u30c8":[38,96],"\u9bae\u5ea6":97,"_refused":[2,144],"\u78ba\u5b9f":105,porting:84,"\u521d\u671f\u5024":149,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":62,"\u5927\u6587\u5b57":[3,52],"-cache":[62,81],"\u5024\u578b":11,"\u672a\u5b9a":11,"\u4f4f\u6240":62,will:[117,64,111],"\u793a\u3059":[115,92,2,151,98,11,79,152,27,47,29,61,125,93,142,80,88,146,43,120],"\u793a\u3055":[88,79],"\u793a\u3057":[2,3,39,111,57,25,66,61,86,126,63],"\u578b\u3068":111,thus:154,"-debug":130,"*src":96,avg:149,"\u8fd4\u4fe1":[153,63,107],uptime:[1,3,4,66,86,7],"\u5185\u90e8":[126,11,17,27,14,66,96,62,64],"\u578b\u304b":38,"\uff08longest":[23,125],"\u6ce8\u610f":[92,93,3,151,126,11,141,57,96,7,62,120,23,125,43,52],"\u691c\u7d22key":96,"\u6587\u8108":152,"\u5168\u6587\u691c":[],"\uff01\"":153,english:[40,92,22],uzulla:23,"\uff01:":45,"@kiske":62,"\u521d\u671f\u5316":[62,42,14],tcp:81,")=":140,"_device":[2,144],"(windows":141,"\u5236\u7d04":53,unsigned:[104,17,15,96,49,129,64,68,42],other:16,"\u9ad8\u7cbe":113,moritars:63,qwik:133,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[23,45,148,116,102],execute:111,"\u300c\uff76":156,"'pid":81,know:111,"\u307e\u305f\u3044":[62,61],earch:73,"_threshold":[],"\u307e\u305f\u3050":[],"lzo\u3044":59,"_push":56,because:[40,4,117,7],sequence:[105,128,70,154,40,124],"-host":141,"\u30b3\u30e1\u30f3\u30c8":[],"_sortby":[],"_exists":[2,144],"\u306e\u307b\u304b":[11,38],"\u96e2\u308c":60,"\u2192id":78,"\u7d44\u5408":98,"enum":67,"\u7acb\u3061\u4e0a\u304c\u3063":141,"*path":[96,67,104],"\u518d\u691c":134,"\u306e\u3044\u305a\u308c\u304b":[29,96,89,146,49],"\u305d\u308c\u305e\u308c":[73,3,4,78,121,81,45,75,92,125,126,11,98,96,52,56,57,60,144,63,64,148,111,153,115,30],"\u5358\u72ec":[141,104],column:[],universe:12,"\u30b7\u30fc\u30b1\u30f3\u30b9":[40,105,70],".html":[81,7,126,102],"$groonga":126,"\u6570\u5b57":[57,105,141,52],"_length":144,"\u5b9f\u7a3c":149,transfer:[113,119,144],debian:[],"*key":96,"var":[45,79,56,81,7],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":65,"\u30d5\u30a3\u30eb\u30bf\u30fc":152,palalles:126,"-pid":[23,81],"\u30b9\u30cb\u30da\u30c3\u30c8":[62,27],"\u73fe\u5728":[83,149,150,3,67,126,113,39,141,14,100,153,21,103,64,42,52],"\u6700\u5f8c":[125,126,11,130,141,14,57,7,62],"\u7834\u68c4":[42,14],squeeze:[62,126],"\u6848\u5185":[107,126],"\u30e1\u30f3\u30d0":96,"\u56fa\u6709":77,whether:[98,64],record:[61,3,11,98,96,94,86,68],"\u30ed\u30b0\u30a4\u30f3":126,"\u4e00\u9577":113,"\u6c7a\u5b9a":92,"\u30e9\u30a4\u30b6\u30fc":73,katagiri:62,"\u305d\u308c\u3086\u3048":[11,151],"\u7a4d\u7528":92,"8bit":38,"\u7acb\u5834":71,"\"se":40,"@github":126,"\u52a0\u3048":[11,56,120,65],book:125,bool:[151,11,38,29,62,146,120],"-analyzer":[23,62],"\u306f\u307e\u305a":126,".gpg":126,"-sortby":62,".location":153,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":130,"\u3002mroonga":[113,64],space:151,emerg:[5,6],"\u5909\u66f4\u70b9":[],"\u306f\u307e\u3060":[43,157]},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","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/command/command_version","tutorial/data","install/ubuntu","contribution/documentation","reference/api/grn_ctx","reference/api/grn_cache","reference/api/global_configurations","reference/api/grn_ii","contribution/development/document","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/grn_info","reference/commands/table_remove","reference","tutorial/index","reference/types","geolocation_search","suggest/completion","reference/executables","reference/api/grn_proc","server/http/comparison","index","install/others","reference/cast","reference/commands/load","reference/commands/column_rename","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/functions/geo_distance","news","tutorial/match_columns","reference/api/grn_obj","development/travis-ci","reference/commands/status","reference/api/grn_db","reference/api/grn_expr","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","news/senna","install/windows","tutorial/network","contribution/development/repository","reference/commands/table_list","reference/api/grn_search","reference/pseudo_column","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/api/grn_geo","reference/functions/edit_distance","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/development/cooperation","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/executables/groonga-suggest-httpd","characteristic","reference/commands/normalize","reference/command/output_format","install","reference/tuning","reference/commands/shutdown","server/package","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","contribution/development/com","development","install/fedora","troubleshooting/mmap_cannot_allocate_memory","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","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. log_level","8.3.17. log_put","8.1.4. groonga-httpd","8.3.21. register","5.1. \u306f\u3058\u3081\u306b","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","13.2. \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>","13.3.4. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. \u4ed5\u69d8","2.7. Oracle Solaris","8.3.18. log_reopen","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","8.8. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","8.15. API","8.3. \u30b3\u30de\u30f3\u30c9","8.11.10. 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. defrag","8.7. Tokenizers","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","8.15.13. <tt class=\"docutils literal\"><span class=\"pre\">grn_info</span></tt>","8.3.30. table_remove","8. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","5.3. \u88dc\u5b8c","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","2.8. \u305d\u306e\u4ed6","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>","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.28. <tt class=\"docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.11.9. rand","8.3.23. <tt class=\"docutils literal\"><span class=\"pre\">ruby_load</span></tt>","13.3.5. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","11.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","8.3.9. column_remove","8.3.7. <tt class=\"docutils literal\"><span class=\"pre\">column_create</span></tt>","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.11.3. geo_distance","\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.26. status","8.15.6. <tt class=\"docutils literal\"><span class=\"pre\">grn_db</span></tt>","8.15.8. grn_expr","13.2.1. C API","5.5. \u63d0\u6848","13. Groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","8.3.31. <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. column_list","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","News in Senna period","2.1. Windows","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","13.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.29. table_list","8.15.17. <tt class=\"docutils literal\"><span class=\"pre\">grn_search</span></tt>","8.9. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.24. <tt class=\"docutils literal\"><span class=\"pre\">select</span></tt>","8.11.6. html_untag","8.15.9. <tt class=\"docutils literal\"><span class=\"pre\">grn_geo</span></tt>","8.11.2. edit_distance","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.8. 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.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","8.3.5. check","8.3.32. <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>","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.14. Tuning","8.3.25. shutdown","7.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","8.3.22. <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.7. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.27. suggest","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. define_selector","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.14. dump","8.10. grn_expr","8.3.20. quit","8.11. \u95a2\u6570","13.3.2. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","12. \u958b\u767a","2.6. Fedora","11.2. mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","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.8.1. QueryExpanderTSV","13.3.8. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.7. now","8.10.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","8.11.11. 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","8.6. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.3. HTTP"],objects:{"":{grn_ctx_get_match_escalation_threshold:[50,1,1,"c.grn_ctx_get_match_escalation_threshold"],"--cache-limit":[81,0,1,"cmdoption--cache-limit"],grn_get_default_match_escalation_threshold:[50,1,1,"c.grn_get_default_match_escalation_threshold"],grn_db_create:[67,1,1,"c.grn_db_create"],grn_obj_get_hook:[77,1,1,"c.grn_obj_get_hook"],grn_obj_expire:[64,1,1,"c.grn_obj_expire"],grn_table_cursor_close:[129,1,1,"c.grn_table_cursor_close"],"-P":[149,0,1,"cmdoption-P"],grn_table_cursor_set_value:[129,1,1,"c.grn_table_cursor_set_value"],grn_expr_syntax_escape:[68,1,1,"c.grn_expr_syntax_escape"],"--log-output-dir":[141,0,1,"cmdoption--log-output-dir"],"-d":[112,0,1,"cmdoption-d"],"-a":[81,0,1,"cmdoption-a"],"-c":[81,0,1,"cmdoption-c"],grn_obj_set_info:[34,1,1,"c.grn_obj_set_info"],"-m":[149,0,1,"cmdoption-m"],"-l":[112,0,1,"cmdoption-l"],"--disable-max-fd-check":[112,0,1,"cmdoption--disable-max-fd-check"],"-i":[141,0,1,"cmdoption-i"],"-h":[81,0,1,"cmdoption-h"],grn_db:[67,2,1,"c.grn_db"],"-t":[112,0,1,"cmdoption-t"],grn_command_version:[99,2,1,"c.grn_command_version"],grn_obj_set_element_info:[34,1,1,"c.grn_obj_set_element_info"],"-p":[112,0,1,"cmdoption-p"],"-s":[112,0,1,"cmdoption-s"],"-r":[112,0,1,"cmdoption-r"],grn_ctx_at:[14,1,1,"c.grn_ctx_at"],"--bind-address":[81,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[99,3,1,"c.GRN_COMMAND_VERSION_STABLE"],"--config-path":[81,0,1,"cmdoption--config-path"],grn_table_size:[96,1,1,"c.grn_table_size"],"--query-log-path":[81,0,1,"cmdoption--query-log-path"],grn_ctx_use:[14,1,1,"c.grn_ctx_use"],grn_obj_defrag:[64,1,1,"c.grn_obj_defrag"],db:[141,0,1,"cmdoption-arg-db"],grn_get_lock_timeout:[16,1,1,"c.grn_get_lock_timeout"],grn_table_cursor_open:[129,1,1,"c.grn_table_cursor_open"],grn_get_default_encoding:[106,1,1,"c.grn_get_default_encoding"],GRN_OBJ_LOCK:[64,3,1,"c.GRN_OBJ_LOCK"],grn_ii_buffer_append:[17,1,1,"c.grn_ii_buffer_append"],grn_obj_column:[64,1,1,"c.grn_obj_column"],grn_geo_estimate_in_rectangle:[94,1,1,"c.grn_geo_estimate_in_rectangle"],grn_table_sort:[96,1,1,"c.grn_table_sort"],GRN_COLUMN_NAME_SCORE:[104,3,1,"c.GRN_COLUMN_NAME_SCORE"],grn_obj_unlink:[64,1,1,"c.grn_obj_unlink"],grn_obj_id:[64,1,1,"c.grn_obj_id"],grn_obj_set_value:[64,1,1,"c.grn_obj_set_value"],grn_encoding:[106,2,1,"c.grn_encoding"],grn_proc_create:[42,1,1,"c.grn_proc_create"],grn_obj_reinit:[64,1,1,"c.grn_obj_reinit"],GRN_COLUMN_NAME_VALUE:[104,3,1,"c.GRN_COLUMN_NAME_VALUE"],"--log-base-path":[112,0,1,"cmdoption--log-base-path"],"--dir":[141,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[64,3,1,"c.GRN_OBJ_SET_MASK"],grn_table_group_result:[96,2,1,"c.grn_table_group_result"],grn_expr_close:[68,1,1,"c.grn_expr_close"],grn_obj_path:[64,1,1,"c.grn_obj_path"],grn_cache_get_max_n_entries:[15,1,1,"c.grn_cache_get_max_n_entries"],grn_obj_db:[67,1,1,"c.grn_obj_db"],grn_geo_cursor_next:[94,1,1,"c.grn_geo_cursor_next"],GRN_OBJ_APPEND:[64,3,1,"c.GRN_OBJ_APPEND"],grn_table_lcp_search:[96,1,1,"c.grn_table_lcp_search"],grn_table_create:[96,1,1,"c.grn_table_create"],grn_table_cursor_get_value:[129,1,1,"c.grn_table_cursor_get_value"],"--address":[81,0,1,"cmdoption--address"],"--daemon":[112,0,1,"cmdoption--daemon"],grn_obj_is_builtin:[64,1,1,"c.grn_obj_is_builtin"],grn_table_columns:[96,1,1,"c.grn_table_columns"],"--pid-path":[81,0,1,"cmdoption--pid-path"],"--encoding":[81,0,1,"cmdoption--encoding"],grn_ctx_set_finalizer:[14,1,1,"c.grn_ctx_set_finalizer"],grn_cache:[15,2,1,"c.grn_cache"],grn_table_delete_by_id:[96,1,1,"c.grn_table_delete_by_id"],grn_ii_buffer:[17,2,1,"c.grn_ii_buffer"],"--host":[141,0,1,"cmdoption--host"],grn_obj_set_finalizer:[42,1,1,"c.grn_obj_set_finalizer"],grn_cache_current_set:[15,1,1,"c.grn_cache_current_set"],grn_obj_lock:[64,1,1,"c.grn_obj_lock"],"--log-path":[81,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[104,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],"-e":[81,0,1,"cmdoption-e"],GRN_OBJ_COMPARE:[64,3,1,"c.GRN_OBJ_COMPARE"],grn_expr_append_const:[68,1,1,"c.grn_expr_append_const"],grn_obj_clear_lock:[64,1,1,"c.grn_obj_clear_lock"],grn_table_cursor_next:[129,1,1,"c.grn_table_cursor_next"],grn_expr_alloc:[68,1,1,"c.grn_expr_alloc"],grn_expr_compile:[68,1,1,"c.grn_expr_compile"],grn_user_data:[101,2,1,"c.grn_user_data"],grn_obj_get_range:[64,1,1,"c.grn_obj_get_range"],grn_table_get:[96,1,1,"c.grn_table_get"],grn_ctx_fin:[14,1,1,"c.grn_ctx_fin"],grn_geo_cursor_open_in_rectangle:[94,1,1,"c.grn_geo_cursor_open_in_rectangle"],"--max-threads":[81,0,1,"cmdoption--max-threads"],grn_ctx_init:[14,1,1,"c.grn_ctx_init"],grn_ii_buffer_close:[17,1,1,"c.grn_ii_buffer_close"],GRN_OBJ_DECR:[64,3,1,"c.GRN_OBJ_DECR"],grn_table_sort_key:[96,2,1,"c.grn_table_sort_key"],grn_obj_rename:[64,1,1,"c.grn_obj_rename"],grn_table_group_flags:[96,2,1,"c.grn_table_group_flags"],grn_obj_check:[64,1,1,"c.grn_obj_check"],grn_table_at:[96,1,1,"c.grn_table_at"],grn_column_name:[104,1,1,"c.grn_column_name"],grn_table_difference:[96,1,1,"c.grn_table_difference"],"--n-lines-per-log-file":[112,0,1,"cmdoption--n-lines-per-log-file"],grn_cache_close:[15,1,1,"c.grn_cache_close"],grn_obj_close:[64,1,1,"c.grn_obj_close"],GRN_COLUMN_NAME_ID_LEN:[104,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],grn_table_truncate:[96,1,1,"c.grn_table_truncate"],grn_obj_get_value:[64,1,1,"c.grn_obj_get_value"],grn_cache_open:[15,1,1,"c.grn_cache_open"],"--server-id":[81,0,1,"cmdoption--server-id"],grn_obj_delete_hook:[77,1,1,"c.grn_obj_delete_hook"],"-n":[81,0,1,"cmdoption-n"],"--port":[112,0,1,"cmdoption--port"],grn_ii:[17,2,1,"c.grn_ii"],"--ftp":[141,0,1,"cmdoption--ftp"],grn_obj_is_locked:[64,1,1,"c.grn_obj_is_locked"],grn_expr_exec:[68,1,1,"c.grn_expr_exec"],"--log-level":[81,0,1,"cmdoption--log-level"],grn_table_rename:[96,1,1,"c.grn_table_rename"],GRN_COLUMN_NAME_NSUBRECS:[104,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COMMAND_VERSION_MAX:[99,3,1,"c.GRN_COMMAND_VERSION_MAX"],grn_index_cursor_next:[103,1,1,"c.grn_index_cursor_next"],grn_obj_get_element_info:[34,1,1,"c.grn_obj_get_element_info"],grn_search_optarg:[89,2,1,"c.grn_search_optarg"],grn_expr_append_const_str:[68,1,1,"c.grn_expr_append_const_str"],script:[141,0,1,"cmdoption-arg-script"],grn_expr_get_var_by_offset:[68,1,1,"c.grn_expr_get_var_by_offset"],grn_obj_add_hook:[77,1,1,"c.grn_obj_add_hook"],GRN_COMMAND_VERSION_MIN:[99,3,1,"c.GRN_COMMAND_VERSION_MIN"],grn_index_cursor_open:[103,1,1,"c.grn_index_cursor_open"],grn_proc_func:[42,2,1,"c.grn_proc_func"],grn_db_create_optarg:[67,2,1,"c.grn_db_create_optarg"],grn_column_table:[104,1,1,"c.grn_column_table"],grn_table_add:[96,1,1,"c.grn_table_add"],grn_obj_unlock:[64,1,1,"c.grn_obj_unlock"],grn_cache_set_max_n_entries:[15,1,1,"c.grn_cache_set_max_n_entries"],grn_proc_type:[42,2,1,"c.grn_proc_type"],grn_proc_get_info:[42,1,1,"c.grn_proc_get_info"],GRN_OBJ_INCR:[64,3,1,"c.GRN_OBJ_INCR"],grn_ctx_close:[14,1,1,"c.grn_ctx_close"],grn_ctx:[14,2,1,"c.grn_ctx"],GRN_COLUMN_NAME_KEY:[104,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_SCORE_LEN:[104,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE_LEN:[104,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],grn_table_cursor_get_key:[129,1,1,"c.grn_table_cursor_get_key"],grn_obj_get_values:[64,1,1,"c.grn_obj_get_values"],grn_column_rename:[104,1,1,"c.grn_column_rename"],GRN_OBJ_UNLOCK:[64,3,1,"c.GRN_OBJ_UNLOCK"],grn_obj_get_info:[34,1,1,"c.grn_obj_get_info"],grn_ctx_db:[14,1,1,"c.grn_ctx_db"],"--protocol":[141,0,1,"cmdoption--protocol"],grn_table_cursor:[129,2,1,"c.grn_table_cursor"],grn_ctx_get:[14,1,1,"c.grn_ctx_get"],grn_ctx_set_match_escalation_threshold:[50,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_db_open:[67,1,1,"c.grn_db_open"],grn_column_index:[104,1,1,"c.grn_column_index"],"--n-threads":[112,0,1,"cmdoption--n-threads"],"--help":[81,0,1,"cmdoption--help"],"--groonga":[141,0,1,"cmdoption--groonga"],grn_table_setoperation:[96,1,1,"c.grn_table_setoperation"],GRN_COLUMN_NAME_ID:[104,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_OBJ_SET:[64,3,1,"c.GRN_OBJ_SET"],"--document-root":[81,0,1,"cmdoption--document-root"],grn_info_type:[34,2,1,"c.grn_info_type"],grn_obj:[64,2,1,"c.grn_obj"],grn_obj_remove:[64,1,1,"c.grn_obj_remove"],grn_obj_user_data:[101,1,1,"c.grn_obj_user_data"],GRN_OBJ_GET:[64,3,1,"c.GRN_OBJ_GET"],grn_expr_append_const_int:[68,1,1,"c.grn_expr_append_const_int"],grn_expr_syntax_escape_query:[68,1,1,"c.grn_expr_syntax_escape_query"],grn_ii_buffer_open:[17,1,1,"c.grn_ii_buffer_open"],grn_geo_select_in_rectangle:[94,1,1,"c.grn_geo_select_in_rectangle"],grn_set_lock_timeout:[16,1,1,"c.grn_set_lock_timeout"],grn_ii_buffer_commit:[17,1,1,"c.grn_ii_buffer_commit"],grn_obj_search:[89,1,1,"c.grn_obj_search"],"--send-endpoint":[112,0,1,"cmdoption--send-endpoint"],grn_table_update_by_id:[96,1,1,"c.grn_table_update_by_id"],grn_hook_entry:[77,2,1,"c.grn_hook_entry"],grn_expr_append_op:[68,1,1,"c.grn_expr_append_op"],grn_geo_point:[94,2,1,"c.grn_geo_point"],grn_table_cursor_table:[129,1,1,"c.grn_table_cursor_table"],grn_table_delete:[96,1,1,"c.grn_table_delete"],dest:[81,0,1,"cmdoption-arg-dest"],grn_ctx_open:[14,1,1,"c.grn_ctx_open"],grn_column_index_update:[104,1,1,"c.grn_column_index_update"],grn_obj_delete_by_id:[64,1,1,"c.grn_obj_delete_by_id"],grn_ctx_get_command_version:[14,1,1,"c.grn_ctx_get_command_version"],"--default-match-escalation-threshold":[81,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[129,1,1,"c.grn_table_cursor_delete"],grn_type_create:[49,1,1,"c.grn_type_create"],grn_obj_path_by_id:[64,1,1,"c.grn_obj_path_by_id"],grn_builtin_type:[49,2,1,"c.grn_builtin_type"],grn_table_get_key:[96,1,1,"c.grn_table_get_key"],GRN_OBJ_PREPEND:[64,3,1,"c.GRN_OBJ_PREPEND"],grn_set_default_match_escalation_threshold:[50,1,1,"c.grn_set_default_match_escalation_threshold"],grn_cache_current_get:[15,1,1,"c.grn_cache_current_get"],grn_expr_create:[68,1,1,"c.grn_expr_create"],grn_get_default_command_version:[99,1,1,"c.grn_get_default_command_version"],grn_expr_add_var:[68,1,1,"c.grn_expr_add_var"],grn_encoding_parse:[106,1,1,"c.grn_encoding_parse"],grn_column_create:[104,1,1,"c.grn_column_create"],grn_ctx_set_command_version:[14,1,1,"c.grn_ctx_set_command_version"],grn_table_sort_flags:[96,2,1,"c.grn_table_sort_flags"],grn_obj_get_nhooks:[77,1,1,"c.grn_obj_get_nhooks"],grn_set_default_encoding:[106,1,1,"c.grn_set_default_encoding"],grn_set_default_command_version:[99,1,1,"c.grn_set_default_command_version"],grn_encoding_to_string:[106,1,1,"c.grn_encoding_to_string"],"--receive-endpoint":[112,0,1,"cmdoption--receive-endpoint"],GRN_COLUMN_NAME_NSUBRECS_LEN:[104,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],grn_table_group:[96,1,1,"c.grn_table_group"],command:[81,0,1,"cmdoption-arg-command"],grn_obj_name:[64,1,1,"c.grn_obj_name"],grn_db_touch:[67,1,1,"c.grn_db_touch"],grn_table_update:[96,1,1,"c.grn_table_update"]},grn_db_create_optarg:{n_builtin_type_names:[67,4,1,"c.grn_db_create_optarg.n_builtin_type_names"],builtin_type_names:[67,4,1,"c.grn_db_create_optarg.builtin_type_names"]}},titleterms:{"_pat":78,senna:84,"\u6539\u826f":[1,84,130,122,62,23],"\u7b26\u53f7":125,"\u6d41\u308c":102,"-prefix":45,prefix:56,comments:153,"\u6761\u4ef6":[60,93,92,126,151],query:[98,92,144,124],"-lzo":45,"\u5fc5\u9808":[92,61,114,98,48,73,109],jessie:127,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":86,"\u30d3\u30c3\u30c8":125,"\u5dee\u6f14":125,"-release":126,"\u901a\u4fe1":137,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":4,to:40,"_column":[104,90],"\u524a\u9664":142,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":148,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[141,33],string:[73,114],groonga:[44,119,84,126,154,112,113,137,81,82,56,143,7,145,30,71,102,51,141,86],"\u95a2\u9023":[92,5,6,131,7,21,63,13,91],"=message":45,"\u304a\u6c17":153,"\u5165\u308a":153,facebook:22,"\u30b5\u30f3\u30d7\u30eb":[149,141],"_database":7,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[18,147,148,116],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":63,"2pdf":18,"\u52d5\u4f5c":[40,105,148,126,70],"\u30b9\u30af\u30ea\u30d7\u30c8":[125,126],"\u3068\u3057\u3066":38,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,22],"-escalation":45,"\u6761\u4ef6\u5f0f":151,"\u7c21\u5358":92,path:55,"\u30aa\u30d7\u30b7\u30e7\u30f3":[141,128,81,149,154],".po":102,"\u8ad6\u7406\u548c":151,"\u4ed8\u4e0e":63,"\u771f\u507d\u5024":[11,125],"-benchmark":141,"\u6f14\u7b97\u5b50":125,"\u88dc\u5b8c":[40,9],"\u7701\u7565":[61,73,114,98],sub:152,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":126,"\u4ed8\u304d":[37,125],"\u30ea\u30c6\u30e9\u30eb":125,"\u6210\u529f":115,tips:126,"\u683c\u7d0d":38,memcached:86,body:115,"\u30d1\u30c3\u30b1\u30fc\u30b8":126,"\u6587\u6cd5":60,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":151,"\u30c6\u30b9\u30c8":148,"\u30bf\u30b0":37,"\u5b8c\u5168":121,ubuntu:12,"\u6e96\u5099":[75,126],"\u3042\u308b":153,"\u306b\u95a2\u3059\u308b":38,"\u95a2\u4fc2\u5f0f":56,mmap:140,"\u4e26\u5217":126,"_key":78,"\u63d0\u4f9b":107,"\u4e3b\u30ad\u30fc":[38,120],blogroonga:126,"_version":[99,10],"_name":[48,109],"_output":92,"\u5165\u6f14":125,"_info":34,changes:84,options:[112,51],"\u7ffb\u8a33":[126,102],"\u30af\u30a8\u30ea":[113,56,75],"\u30de\u30c3\u30c1":125,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":7,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[71,13],"\u6587\u5b57\u5217":[11,125],api:[69,25],"_table":[129,96,56],select:92,"\u9001\u4fe1":86,"\u69cb\u6587":[59,55,73,151,152,92,114,27,47,98,48,61,100,80,8,123,93,109,125,142,52],"\u624b\u9806":126,zip:85,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":56,"\u30d5\u30ec\u30fc\u30ba":151,"_no":78,https:43,tokenize:73,scope:152,"_flags":92,"\u60c5\u5831":[126,113,39,107,83,60,143,148],"\u30d6\u30ed\u30b0":126,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":24,"\u3059\u308b":[0,126,111,105,57,140,107,7,70,40,63,148],normalizer:[73,114,52],"\u7d4c\u7def\u5ea6":11,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":125,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":126,vm:117,"\u3053\u3068":126,"_base":7,"_command":99,"\u3067\u304d":38,"\u4ee5\u4e0b":151,"\u4ee5\u4e0a":[151,125],"\u30b8\u30aa\u30b5\u30fc\u30c1":37,"\u8d77\u52d5":[119,86],"\u3060\u3051":107,"\u524d\u63d0":126,install:45,clearlock:91,"\u89e3\u6790":148,"\u7de8\u96c6":102,"\u6bd4\u8f03":[125,43],"_encoding":106,"\u304c\u3063":63,process:[117,124],"\u30e6\u30fc\u30b6\u30fc":[153,107],"\u53d6\u5f97":[3,126],"_install":45,"/linux":127,"\u660e\u793a":126,"\u958b\u767a":[138,143,107],"\u548c\u4ee3":125,normalize:114,"\u7406\u7531":107,sphere:61,"\u540d\u524d":[35,5,38,81,6,88,90,91,95,128,131,133,21,135,79,54,141,58,66,108,146,149,150,154,29,30,31,118],"\u691c\u51fa":148,normalizernfkc:156,snippet:27,how:40,"\u548c\u6f14":125,sid:127,"\u9664\u7b97":125,"\u5b9f\u884c\u4f8b":[34,64,103,67,77,17,106,96,14,15,129,99,94,49,50,89,68,42,101,104],"\u8fd1\u508d":125,"\u30b3\u30de\u30f3\u30c9":[26,3,86,81,30],"_create":[59,7,52],"-gqtp":119,"\u7d42\u4e86":[119,7,86],"_hash":78,max:[117,100,80],clone:102,"\u4e57\u7b97":125,mac:72,"\u6642\u9593":[153,125],"\u7f72\u540d":126,data:[40,7],"\u30ea\u30dd\u30b8\u30c8\u30ea":[87,102],"\u8a2d\u5b9a":[126,65,7,43,16],status:[66,144,154],"-munin":45,"\u66f8\u5f0f":[35,3,5,79,81,6,7,88,91,95,128,131,133,21,135,51,54,141,58,66,108,146,149,150,112,29,30,31,118],"-http":119,register:8,"-files":126,callback:56,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":85,"\u30b0\u30eb\u30fc\u30d7":[151,125],freebsd:117,"\u30a4\u30f3\u30dd\u30fc\u30c8":126,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[74,132],"\u30c4\u30a4\u30fc\u30c8":107,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[18,13,126,44],rand:54,grntest:126,"\u30d1\u30c8\u30ea\u30b7\u30a2":120,"\u623b\u308a\u5024":[59,55,73,152,128,80,114,27,47,98,48,61,100,8,123,93,109,142,52],"\u305f\u3044":126,gqtp:[137,119,144,86,76],"\u6d6e\u52d5":125,saucy:12,"_api":56,"_match":50,"_rename":48,"\u6587\u66f8":125,"=platform":45,".max":117,"\u63a5\u7d9a":86,tsv:[115,147],"\u4ee5\u4e0b\u6f14":125,cutter:[148,126],"\u57fa\u672c":[3,125],greater:56,"\u30d7\u30ed\u30c8\u30b3\u30eb":[86,144],salamander:12,number:117,"\u52d5\u7684":97,not:56,"\u8a8d\u8a3c":43,"\u8fd4\u5024":[35,5,79,6,88,91,92,95,131,133,21,135,54,58,66,108,146,31,29,30,150,118],now:150,"\u5c0f\u306a\u308a":[151,125],"\u90e8\u5206\u4e00\u81f4":121,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":113,"-pack":45,name:52,edit:95,"-encoding":45,"\u66f4\u65b0":[113,126,102],kern:117,mode:56,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,".overcommit":117,"\u767b\u9332":[0,126],"-create":154,"\u4e26\u3079":3,normalizerauto:156,"\u751f\u6210":[126,102],"\u74b0\u5883":[148,126],"\u5b9f\u4f8b":56,"\u9032\u3081":107,"\u8a98\u5c0e":107,"\u5373\u6642":113,"\u30d8\u30c3\u30c0\u30fc":144,todo:[98,27],"\u9001\u308a\u65b9":[0,102],"-match":45,"\u30ab\u30d0\u30ec\u30c3\u30b8":148,"\u7def\u5ea6":113,"-default":45,"\u5bfe\u5fdc":[39,107,43],"\u3065\u3051":10,red:126,rk:40,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":86,nofile:117,"\u30e6\u30fc\u30b6\u30fcid":153,"\u9805\u76ee":[5,21,6,131,91],proxy:7,"_string":[98,152],ringtail:12,"\u305f\u3081":[92,56,107],lts:12,"\u7d50\u5408\u5f0f":151,"\u4ed5\u69d8":19,"\u4e8b\u9805":[53,38,141],freecode:126,filter:[152,92],"\u53ef\u80fd":[61,113,114,98,73,7],"\u306b\u3088\u308b":[63,120,111],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":113,"_proc":42,"_user":101,"\u30d9\u30af\u30bf\u30fc":38,"\u3078\u3068":107,"\u6e1b\u7b97":125,suffix:56,"\u8aac\u660e":[35,5,38,81,6,88,90,91,95,128,131,133,21,135,79,54,141,58,66,108,146,149,150,29,30,31,118],"-version":10,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":21,"\u5909\u66f4":[57,130,43],"\u7d44\u307f\u8fbc\u307f":[156,81],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":126,open:117,size:144,"\u78ba\u8a8d":[126,102],"\u7d5e\u8fbc":60,script:123,"\u30ab\u30b9\u30b1\u30fc\u30c9":142,"\u4fee\u6b63":[1,84,130,122,62,23],"\u5bfe\u7b56":[57,140],"\u6c38\u7d9a":78,"_obj":64,"\u30da\u30fc\u30b8\u30f3\u30b0":92,protocol:144,"=encoding":45,"\u306f\u3058\u3081":9,configure:[45,126],releases:62,update:[40,126],"\u5168\u6587\u691c":3,"\u8ffd\u8de1":0,".com":126,rst:18,"\u5b66\u7fd2":[40,105,9,70],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":52,"-httpd":[112,119,7,82],"_index":103,"_untag":93,"-log":45,"\u66ff\u3048":3,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":11,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":7,"\u30c6\u30fc\u30d6\u30eb":[53,3,11,78,38,98,153,63,52],"_expander":[98,92],"\u3044\u304f":107,hashtags:153,"\u30a8\u30e9\u30fc":[115,140],"-zlib":45,"\u56fd\u969b\u5316":102,"\u5834\u5408":[115,63,126],"null":125,"_circle":146,"\u3044\u308b":[153,39],"\u7279\u6b8a":141,"\u4e00\u89a7":[2,24],"_list":[88,79],min:80,check:108,"\u304b\u3089":[139,110,12,107,127,85,45,72],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":52,"-with":45,"\u7279\u5b9a":[148,126],"\u307e\u3068\u3081":126,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":156,"_distance":[61,95],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":148,libmemcached:148,"\u7d22\u7528":3,"\u6a5f\u80fd":39,gzip:43,"\u7d44\u8fbc\u578b":38,"\u30b5\u30b8\u30a7\u30b9\u30c8":155,synopstis:154,"_put":6,windows:[85,126],geoindex:153,request:102,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":111,"_in":[29,146],"_ii":17,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":126,"\u30b5\u30fc\u30d0":[113,86],"\u4f7f\u3044":121,"_processes":7,"=path":45,precise:12,"\u3084\u308a":107,"\u3084\u308b":126,"\u30ec\u30b3\u30fc\u30c9":[92,3],"-po":126,"\u5270\u4f59":125,"\u30d5\u30a1\u30bb\u30c3\u30c8":92,"\u30d1\u30c3\u30c1":102,"\u304a\u304f":107,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":126,"\u8ffd\u52a0":[102,156,126,83],"\u5bfe\u8c61":63,"_cursor":[129,103],"\u3044\u308d\u3044\u308d":11,"\u5c0f\u6570":125,xml:115,ellipsoid:61,"\u4e0d\u7b49\u4fa1":[151,125],grnslap:149,cache:[92,100],"\u9ad8\u5ea6":92,"\u65e5\u6642":11,"-plugins":45,"_equal":56,"\u65b9\u6cd5":[10,126,105,57,140,97,70,40,71,13,148,102],"\u30ea\u30ea\u30fc\u30b9":[1,126,130,122,62,23],rectangle:61,"\u4e00\u6642":78,"\u6295\u7a3f":153,"-server":119,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":43,wheezy:127,db:56,clang:148,"_html":27,"_limit":[92,7,100],cannot:140,"\u7b97\u5b50":125,"_eval":123,"\u91cd\u307f":63,geo:[29,61,146],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[10,43],reading:40,"\u5171\u8d77":[40,105,70],"\u5229\u7528":[60,7],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":57,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"_search":89,"\u7d50\u679c":[57,141,3,111],"\u52a0\u7b97":125,"\u6570\u5024":11,contain:56,"\u64cd\u4f5c":3,"\u5426\u5b9a":[151,125],"\u5236\u5fa1":125,dump:133,"\u4ee3\u5165":125,travis:65,tokenizers:32,domain:111,arg:56,"\u8a00\u8a9e":102,"\u65b0\u898f":126,"\u7528\u79d8":126,"\u9006\u5f15\u304d":37,"\u985e\u4f3c":[125,105],"\u7ba1\u7406":[7,86],"\u5c02\u7528":86,"\u30e2\u30b8\u30e5\u30fc\u30eb":7,between:80,"\u305d\u306e":45,"\u7bc4\u56f2":[3,52],javascript:60,"\u8868\u73fe":56,"_geo":94,"\u4f4d\u7f6e":[61,60,10,39,113],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":113,"\u904e\u53bb":107,key:52,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":141,homebrew:[126,72],users:153,"\u30b7\u30d5\u30c8":125,"\u306b\u5bfe\u3059\u308b":83,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[151,125],"_level":[5,7],"\u6392\u4ed6":125,"\u518d\u8d77\u52d5":119,"\u77e5\u308a":126,"-suggest":[112,51,154],"\u306a\u3057":[125,43],equal:56,"\u30ec\u30b3\u30fc\u30c9id":78,"\u30b5\u30fc\u30d0\u30fc":[30,119,28],"\u88dc\u6b63":[9,105],"\u8ad6\u7406":[151,125],"\u306a\u3044":[38,107],pdf:18,"delete":142,load:47,"\u8a9e\u5f59":[3,83],ci:65,"\u4f5c\u6210":[18,153,3,126,52],point:61,period:84,"\u62bd\u51fa":125,header:115,"\u7f6e\u63db":98,"\u95a2\u6570":[136,125,148],"\u6574\u6570":125,shutdown:118,news:84,table:[92,35,78,48,88,109,52],raring:12,quit:135,tuning:117,"\u30e1\u30e2\u30ea":117,json:[66,35,5,128,79,58,47,108,6,131,115,21,88,31,91],po:126,"\u7528\u3044":[21,60],define:131,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[124,147],"-help":45,"_tokenizer":52,"\u7591\u4f3c":90,"_value":80,"\u5b9f\u884c":[41,56,126,141,7,148],"\u7a2e\u985e":11,"_log":7,"-message":45,ruby:[123,55],gnu:127,"\u5168\u4f53":16,"\u30a8\u30b9\u30b1\u30fc\u30d7":151,value:52,"\u5236\u9650":[53,111,78,38,141,147],cast:46,near:56,"\u691c\u7d22":[37,92,121,3,75,105,57,113,39,83,151,60,70,120,40,63,125,153,52],"\u5f8c\u65b9\u4e00\u81f4":[151,125],"\u30e9\u30a4\u30d6\u30e9\u30ea":[113,45],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":43,"\u540c\u3058":57,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":22,geopoint:153,"\u6982\u8981":[34,73,77,78,2,7,8,123,93,89,42,15,92,10,94,96,99,14,47,98,48,16,17,50,51,101,52,55,103,104,49,106,59,129,61,100,80,109,64,147,67,152,112,113,114,27,115,142,117,156],"\u6307\u91dd":107,"\u5fc5\u8981":93,"\u5f15\u6570":[73,5,79,81,6,35,93,123,88,91,92,61,95,47,98,48,131,133,21,135,51,52,54,55,141,58,59,108,142,100,80,109,146,149,66,152,112,114,29,117,31,118],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":126,"_expansion":92,"in":84,"\u95be\u5024":57,".maxfileperproc":117,"\u8a9e\u5f59\u8868":52,"\u5ea7\u6a19\u5024":125,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":126,fedora:139,"\u4f7f\u3044\u65b9":[73,4,7,8,123,40,47,92,61,97,98,48,51,52,55,105,141,59,152,142,100,80,109,147,112,114,27,70,93],"_rectangle":29,suggest:128,make:[45,126],"\u4f8b\u3048":107,"\u6210\u679c":102,"-dataset":154,"\u7a4d\u6f14":125,"_filter":152,html:[18,93,102],"-learner":51,messagepack:115,"\u30ad\u30fc\u30ef\u30fc\u30c9":[57,153],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":126,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":36,".po\u30d5\u30a1\u30a4\u30eb":102,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":7,"\u306e\u306b":57,"\u975e\u308f\u304b\u3061":121,"\u8ab2\u984c":0,"_columns":[98,63,92],"_data":101,"\u5834\u6240":[147,107],desctipion:154,"\u7570\u306a\u308b":57,database:[112,51],"\u307e\u305f":63,"\u3055\u307e\u3056\u307e\u306a":60,"_hook":77,flags:[73,114,144,52],sortby:92,"\u51fa\u529b":[115,92,3,4,102],"\u30c4\u30fc\u30eb":[45,7,86],the:[62,117],lcov:148,"-localstatedir":45,"_path":[112,7,51],"\u8868\u793a":3,"-platform":45,solaris:20,"-path":45,less:56,"(v":56,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":137,"_ctx":14,"\u5171\u6709":113,"\u30ab\u30e9\u30e0":[53,61,3,111,63,90],"_pack":45,"\u547c\u3073\u51fa\u3057":125,"\u5f8c\u65b9":120,"\u3067\u304d\u308b":[56,107],"\u3068\u308a":107,loading:7,tokenizer:73,"\u30d1\u30e9\u30e1\u30fc\u30bf":[63,10],"\u30bd\u30fc\u30c8":[60,111],defrag:31,"_selector":131,"\u660e\u793a\u7684":61,"\u62e1\u5f35":75,"\u4e00\u81f4":[121,120],hat:126,match:[98,63,92],"\u7d4c\u5ea6":113,"_select":56,"\u8ad6\u7406\u7a4d":151,"\u9759\u7684":[97,148],"\u4fdd\u5b58":[11,52],nginx:7,"()":56,"\u30bd\u30fc\u30b9":[139,110,12,127,85,45,72],"\u7a4d\u4ee3":125,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":86,"\u5354\u529b":107,"\u691c\u7d22\u4f8b":56,"\u5168\u6587":[3,57,113,83,60,63],"-command":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,43],"_expr":[56,68,134],output:92,"_threshold":92,"\u4f5c\u696d":126,"\u307e\u305f\u3050":63,quantal:12,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":86,old:62,centos:110,twitter:[107,126,22],linux:117,"\u30b7\u30b9\u30c6\u30e0":[0,153],"\u5358\u8a9e":125,"_dat":78,"\u4f7f\u7528":117,"\u5727\u7e2e":43,"\u30b3\u30e1\u30f3\u30c8":153,"_sortby":92,"\u5411\u3051":[143,126],"\u5bc6\u9375":126,"\u66f8\u304d":121,"\u5f62\u5f0f":[66,35,5,128,79,58,47,108,6,131,115,21,88,31,91],per:117,exit:154,allocate:140,"\u30af\u30a8\u30ea\u30fc":[7,24,151],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":119,"\u30d3\u30eb\u30c9":[139,110,126,12,127,85,45,72],"\u5206\u3051":121,"\u5168\u6587\u691c\u7d22":151,"\u53c2\u8003":[115,55,73,134,152,78,92,114,27,154,47,98,2,100,128,123,156,147,142,52],"\u3046\u307e\u304f":107,"\u30c7\u30d0\u30c3\u30ac":148,"\u4f9d\u5b58":45,"\u3042\u308a":[151,125],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":43,"\u5927\u306a\u308a":[151,125],offset:92,"\u96c6\u8a08":113,post:[7,43],"_query":7,"\u6319\u52d5":121,by:7,"\u5b9f\u73fe":56,"_border":80,column:[59,48,58,79,80],of:117,"_escalation":[50,92],http:[30,119,157,4,86],location:61,os:72,"\u524d\u65b9\u4e00\u81f4":[40,151,125],"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":43,"_reopen":21,"\u5b9f\u9a13":23,"\u3053\u3061\u3089":107,"\u30ad\u30e3\u30c3\u30b7\u30e5":[92,7],"_cache":[15,7],"\u5831\u544a":0,"\u524d\u65b9":120,"\u7279\u6709":7,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":148,log:[5,21,6,124],"\u8907\u6570":[63,111,43],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":141,"_prefix":45,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":153,"\u30d0\u30fc\u30b8\u30e7\u30f3":[130,1,10,122,126],"_remove":[35,58],redmine:107,"\u30ed\u30b0":21,"\u5c55\u958b":24,"\u7b49\u4fa1":[151,125],"\u63d0\u6848":[9,70],"cpu\u30b3\u30a2":43,"_db":67,"\u30d5\u30a9\u30ed\u30fc":153,files:[117,154],pangolin:12,"\u6027\u80fd":[7,43],memory:140,"\u72ec\u81ea":125,"\u7b97\u8853":125,"_load":55,pull:102,"_or":80,"default":[10,52],"\u69cb\u7bc9":[97,148],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":126,limit:92,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":113,"\u304a\u3055\u3089\u3044":107,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[34,64,103,67,77,17,106,96,14,15,129,99,94,16,49,50,89,68,42,101,104],"\u304a\u77e5\u3089":[62,1,130,122],similar:56,"\u30d5\u30a1\u30a4\u30eb":[41,56,126,147,43,102],"\u611f\u8b1d":[23,1,130,122,62],bigram:153,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":126,approximate:61,command:10,"\u69d8\u3005":148,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":153,"\u7d22\u5f15":113,"\u56de\u907f":140,"\u3054\u3068":63,"\u70b9\u6570":125,"\u7279\u5fb4":[78,113],"\u53c2\u7167":[11,37,144,113],"\u30b9\u30c8\u30ec\u30fc\u30b8":113,"\u95a2\u4fc2":[37,92,45],"\u4ee3\u5165\u5f0f":151,"\u4ed5\u65b9":102,"\u914d\u5217":125,"\u3042\u3052\u308b":57,"\u306e\u307f":[148,126],grn:[34,77,17,89,42,94,99,14,15,96,134,129,101,56,103,104,49,106,50,64,67,68],"\u8ee2\u7f6e":113,"_type":[49,61,144,52],"=number":45,truncate:109,"\u30c7\u30fc\u30bf":[11,153,38,3,52],worker:7,"\u5909\u66f4\u70b9":126,"\u4e0a\u9650":53,"\u6307\u5b9a":[61,3,151,126,38,60,10,63],"_auto":7,"\u547d\u4ee4":141,"\u65b0\u3057\u3044":102,"_map":117,scorer:[60,92],"\u4f7f\u3046":[61,7],drilldown:92,"-latest":126,"\u3088\u3046":[40,105,70],debian:[127,126],"_count":117,"\u30ed\u30fc\u30c9":[153,3],sphinx:18,quetzal:12,macports:72,"\u30c7\u30fc\u30e2\u30f3":86,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[53,37,63,97],pseudo:90,"_offset":92,queryexpandertsv:147,"_memory":117,"-package":45,oracle:20,"\u539f\u56e0":57,"-threshold":45}})
1
+ Search.setIndex({envversion:42,terms:{clumns:118,"\u30fbor":60,"\u51fa\u6765":[37,63,74],"\u7b2c\u4e8c":61,localstatedir:[132,45],"\u3082\u3089\u3063":3,four:[126,3],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[30,82],"\u811a\u6ce8":[61,3,38,58,29,148],"\u3082\u3089\u3048":108,"\u65e5\u672c\u4eba":40,"\u79d2\u60c5":23,"_column":[],"\u6b63\u5e38":[143,128],"\u30d5\u30c3\u30af":65,internally:15,"\u5b9a\u5024":62,"/projects":128,"\u7b2c\u4e00":3,"\u3044\u304f\u3064\u304b":[141,93,74,128,115,22,99,56,150,62,45,138,91,159],"\u89e3\u9664":[1,64,82,92],second:126,"\u4f5c\u3089\u308c":143,"\u4e8b\u524d":[55,128,57,125,158,9],"\u30ad\u30e3\u30b7\u30e5":15,"\u30de\u30af\u30ed":[23,64,62],"\u30b7\u30f3\u30dc\u30eb":59,"\u5f15\u3044":127,increasing:118,error:[116,95,5,15,6,7,126,62],here:[156,118,7,40,126,68],onga:27,"&!":127,china:112,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":137,"&&":[57,154,93,122,127],"\u4e0e\u3048":[56,3,57,82,47,87,131,62],"\u30b0\u30cb\u30e3\u30e9":155,"\u4e2d\u8eab":[62,3,146,143],"_output":[],"\u307b\u3057\u304f":93,"\u7ffb\u8a33":[],"\u300c\"":82,"\u300c#":[155,132],classification:112,"\u300c,":135,"9e":158,"9f":4,unix:[116,45],txt:[70,103],"\u5ea6\u6d6e":38,"\u5bfe\u7167":99,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[],"_check":[62,64,150],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\u975e\u63a8":[23,62,61,52],music:[37,126],tokenize:[],"_flags":[],"[pkg":[23,62],until:[118,16],"\u30d6\u30ed\u30b0":[],swap:118,"\u6709\u529b":130,"\u7f6e\u304f\u4f8b":45,"\u4e0b\u304c\u308a":57,"\u5f15\u6570":[],"\u300cv":128,"(pos":[29,148],"_command":[],"\u7518\u6817":155,"\u6709\u52b9":[74,82,87,23,45,93,128,11,12,47,97,52,105,143,62,64,153,111,67,114,27,7],"\u4e00\u6b69":[],"\u30e1\u30fc\u30eb":[0,103],"/functions":150,example:[37,93,3,112,11,107,113,60,7,118,40,68,87],"/blog":128,"\u6a2a\u5c71":62,"*cache":15,"<groonga":143,travel:155,feature:[40,103,7,112,99],how:[],typed:68,types:[40,130,106,115,71],"\u63fa\u308c":76,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":62,"_resource":[2,64],"\u5b09\u3057\u304f":108,"\u901a\u5e38":[93,74,3,153,11,38,14,116,7,62,158,149,91],keeps:[15,69],"\u500b\u5b9a":139,wing:62,"\u3042\u305f\u308a":[23,132],vars:42,"\uff11\u5bfe":139,"\u30d1\u30c8\u30ea\u30b7\u30a2":[],"/new":128,"\u3078\u306e":[11,45],"\u8fd4\u3063":[155,153,127],"_{":62,"-code":128,"\u8fd4\u3057":[74,3,78,125,40,9,43,93,61,127,96,130,97,14,100,16,50,102,54,55,56,104,105,106,107,148,59,131,144,101,81,62,110,64,66,67,154,27,29,71,94,152],fix:[48,85],"\u78ba\u7387":130,"\u5404\u7d22":3,"_desc":97,"_o":[2,146],"_n":[15,62,113],"_i":[2,146],fin:42,"_a":[2,146],"\uff08tokenmecab":57,"\u3046\u3063\u304b\u308a":62,"\u30d7\u30ed\u30c8\u30b3\u30eb":[],"-daemon":[113,51],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":61,"\u516c\u8f14":62,"\u3082\u3063\u3068\u3082":150,"\u30af\u30a8\u30ea\u30da\u30a2":9,"\u8a8d\u8a3c":[],"_select":[],represents:68,"(point":[29,61,148],"_deadlock":[2,146,64],timeout:[64,16],debug:[5,126,6,7],"_$":[130,52],"_\"":23,"\u306b\u3042\u308a":[115,52],rd:[57,123],re:118,rf:[111,7],"post\u30e1\u30bd\u30c3\u30c9":62,moritapo:37,rc:[74,126,2],rm:7,ro:74,gregex:62,rk:[],"\uff01\uff09":[40,106],"\uff01\uff08":103,"\u3042\u305f\u3044":101,"\u5909\u5316":114,"\u5168\u90e8":146,".msgpack":4,"/limits":118,ringtail:[],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":69,"\u307e\u308d\u3086\u304d":122,"\u771f\u507d":[11,62,38,153,127],libedit:[141,1,132,62,23,45],"\u5f31\u70b9":114,"\u8fd4\u308a":[60,93,112],"\u8fd4\u308b":132,"\u7d99\u627f":62,"\"localhost":87,"_locks":[2,146],"\u25a1\u25a1":108,"\uff08age":52,"2\u5104":53,"\u304a\u3055\u307e\u308b":60,mingw:[23,128],"\u6607\u964d":[131,93],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[62,74,3,115,82],service:[118,120,106],"\u4f7f\u308f":[93,2,153,112,79,146,136,158,15,74,7,23,40,62,65,149,128,52],needed:[7,14],"\u533a\u5207\u308a":[151,93,74,3,4,112,11,114,38,82,47,130,135,71,62,127,153],"\u533a\u5207\u308b":[132,149],master:7,"\u610f\u8b58":52,"\u8a8d\u8b58":108,listen:[62,82,7,43],".git":[88,128,103],"{table":[99,93],"\u306e\u3059\u3079\u3066":43,"(comments":154,"-common":62,project:127,"_update":[153,93,2,97,105],"\u9006\u9806":3,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[],"\u4f7f\u3048\u308b":[153,82,62,23,45,65],"\u304b\u3069\u3046":[57,154,2,81,45],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[],"-port":[113,143,82],"\u300csubmit":128,"/max":62,object:[64,127,78,38,97,15,48,146,62,90,42,102],"\u7d22\u7528":[],"\"black":158,microsecond:126,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":109,letter:158,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":43,"\u533a\u5207\u3063":[93,74,115,146],"\u4f7f\u3063":[0,120,2,3,76,38,123,74,86,7,45,9,43,122,141,93,127,128,69,11,12,99,136,52,140,37,55,56,104,106,57,108,59,109,60,146,62,101,149,65,111,158,153,112,103,115,27,116,129,117,72,73,87],released:[85,128],"\u4f7f\u3048":[93,74,153,112,159,136,127,59,7,81,62,23,65,138,52],"\u4f7f\u3046":[],"\u4f7f\u3044":[],"\u66f8\u304d\u8fbc\u307f":[155,45],"\u66f8\u304d\u8fbc\u307e":21,unmanaged:109,"\uff08@":[23,132],"\u30d0\u30a4\u30ca\u30ea\u30fc":116,layout:128,grnslap:[],"2byte":146,"-enable":132,createrepo:128,"\u79d8\u5bc6":128,"\u30a2\u30d4\u30fc\u30eb":128,"_age":81,"\u91cd\u307f":[],net:112,"\u30c8\u30d4\u30c3\u30af":128,"\u91cd\u3044":[114,93],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[],"\u958b\u3053":67,"\u5b9f\u9a13":[],"\u91cd\u304f":57,patch:85,release:[86,128],unpatched:85,"\u69cb\u9020":[37,56,114,14,116,97,79],"\u5e83\u304f":[155,128],"[linux":62,"\u8ca0\u62c5":108,result:[56,4,112,27,97,61,146,40,63],fail:16,"<port":[143,82],"\u5206\u304b\u3061":114,wikipedia:38,score:[37,93,56,3,105,69,57,130,106,71,60,99,48,61,62,40,63,127,155,110,113],"\u611f\u3058":[155,108],shidara:23,"\u539f\u99c5":60,country:[144,87,112],"\u66f8\u304d\u8fbc\u3093":155,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":158,"\u66f8\u304d\u8fbc\u3080":143,"\u540c\u69d8":[37,93,56,128,11,39,143,60,87,131],pre:85,"\u5931\u6557":[3,153,128,132,59,144,16,8,23,62,110,52],"\u95a2\u6570":[],diff:143,"\u5404\u7a2e":128,"\u6d88\u53bb":62,"\uff08node":65,"\u5360\u6709":64,"\u3044\u3046":93,correction:106,"\u30ab\u30f3\u30de":[93,3,127,112,47,135],worker:[],dave:81,"\u305f\u307e\u307e":43,"-message":[],"/function":128,"_sel":85,"\u3069\u3093":[89,80],"#set":143,"\u3069\u308c":[116,93,43,52],"_set":[34,78,107,14,15,131,100,16,50,62,64,42],"\u30d0\u30c3\u30d5\u30a1":[34,105,78,109,97,62,63,64],"\u65ad\u7247":27,"\u4ee3\u8868":114,"\u79d2\u6570":[116,93,127,11,155,38,66],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":62,"_false":64,"\u540c\u68b1":[62,132,103],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":23,"1\u4ef6":[57,155],"_rectangle":[],"\u3069\u3053":[23,45,62],"\u3002db":[23,56,3,87,14],"\u53b3\u5bc6":40,"\u30df\u30ea\u79d2":[38,60],"\u7121\u8996":[93,74,153,149,57,79,132,82,97,144,135,23,131,62,115],"\u3002rst":18,"\u5fdc\u7528":114,"\u3069\u3046":[1,35,67,5,108,58,93,57,6,133,7,21,62,92],"\u30e2\u30fc\u30c9":[30,56,3,87],"\"blt":135,tune:93,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[74,106,57,123,131,52],"_skip":62,"_element":34,gzip:[],"_result":[97,2],sleepy:98,"\u4e00\u6c17":128,previous:112,"\u5317\u4eac":61,easy:18,has:[93,85,128,112,97,156,14,48,95,16,126,118,7],hat:[],"*vars":42,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":62,"\u7c21\u7565":62,"\"content":[93,153,127],"\u9001\u308b":[0,146,43,103],"\u9001\u308a":[146,128],"\u30d0\u30a4\u30ca\u30ea":[86,128],"_broken":2,"\u8d8a\u3048":57,unique:113,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":39,">command":4,"_error":[2,146],"_ascending":131,alice:[93,153,99,48,7,81,110,43],"-unauthenticated":[62,12,129],"\u30d4\u30ea\u30aa\u30c9":[59,63],sebastian:62,right:95,old:[],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[82,74,3,115],truncated:62,"|suggest":130,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":62,"\u5358\u8a9e":[],"/ngx":7,"\uff08score":93,groogna:[62,43],"\u9001\u3063":[70,0,72,103],"for":[],bottom:[23,95,29],quetzal:[],".asc":128,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":62,ichii:23,yoku:62,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":64,"\u5206\u985e":11,"\u3067\u3082\u3046":0,"\"starttime":4,"\u89e3\u6c7a\u7b56":108,"\u306a\u3055\u3093":72,"\u65e2\u5b9a\u5024":120,"\u305b\u3044":62,"_size":[56,105,17,14,97,49,131,64,68,42],".am\u30d5\u30a1\u30a4\u30eb":128,"\u89e3\u91c8":[132,56,153,135],waits:16,"_range":[2,64],support:[85,7],offgao:155,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":81,"\u305b\u306a":[153,127],"\u5c71\u672c":62,"\u3086\u304d\u3072\u308d":122,thesaurus:93,"/tsv":[149,8],"\u5fa9\u65e7":62,"\u8981\u7d20":[116,2,3,69,143,27,47,97,56,62],"\u30d0\u30f3\u30c9\u30eb":62,"\u3002sortby":93,"\u306e\u304b":[155,123],"\u9006\u5f15":37,"_sequence":[2,146],"\u306e\u3044":[10,5,114,38,82,97,47,61,60,6,146,56],"_records":62,"''":[12,153],"'\"":62,"'.":[113,64,103],"'-":[62,82],"',":[113,64,156],"')":[47,151,93,82,153],"'(":[82,153],"\u306e\u306b":[],"\u306e\u3061":93,relax:118,"\u306e\u3067":[120,3,123,86,7,62,125,43,93,61,128,11,99,103,55,57,142,108,154,81,23,63,149,114,27,116,30,52],"*nvars":42,"\u3001_":[155,60,3],"\u306e\u307f":[],"'t":[14,15,48,16,118,40,7],"'s":[98,93,153,112,47,154,126,116,127,103],moero:37,"\u3089\u308c\u308b":[56,105,114,123,131,62],"\u88dc\u3046":114,"'a":154,"\u305b\u308b":[120,56,114,99,30,150,52],"'n":82,"'m":[98,63],"-latest":[],"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":76,"-tar":20,"\u305b\u308c":114,"\u6bb5\u843d":[59,105],"_count":[],"'\\":153,"\u5165\u529b\u30df\u30b9":106,time:[155,106,11,130,71,143,118,126,57,62,40,23,152,113],push:[128,103],"\u304a\u3053\u306a\u3063":3,":/":[3,4,82,86,7,88,45,43,141,94,128,69,11,12,135,18,103,37,20,60,87,65,151,111,112,129,30,73],"\u53cd\u6620":[114,56,128,118],"\u7b26\u53f7":[],":$":[127,153,122],"\u6d41\u308c":[],"-prefix":[],"\u5c0f\u897f":62,":=":[93,153],":>":[93,153],"\u3002rroonga":136,"::":[2,4],netbsd:[62,132],millisecond:16,"\u3042\u307e\u308a":[63,108,97],"\u7aef\u672b":114,"_builtin":[23,64,67,49],"\u6700\u7d42":[93,67,69],dragonfly:132,"\u500b\u5225":128,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":62,"-root":[30,132,82],lru:101,exact:56,"\u3002travis":65,minute:126,".body":[80,31,76,92],"\u30b9\u30af\u30ea\u30d7\u30c8":[],"{language":103,"\u6e08\u307f":[141,59,111,74,105,128,106,38,12,108,120,47,129,40,23,62,149,9],"-base":113,":@":[37,93,3,153,11,155,99,87],":\\":86,":^":[153,122],":[":143,":public":128,"\u4e8c\u91cd":[62,153],"\u7d50\u3073\u3064\u3044":139,"\u305f\u3055\u3093":[23,1,62],"\u7d50\u3073\u3064\u304f":139,sign:128,"\u5316\u4f5c":128,makecache:[62,111],"\u4e8c\u9805":127,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":62,".ncpu":73,"\u7d4c\u904e":[116,10,127,11,155,38,66,16,23,64],"\u30bf\u30d6":[149,4,146],takashi:[23,144],"\u540d\u7b49":64,"-ipadic":[141,111],current:[15,48],"'='":82,"\u76ee\u5b89":128,"\u63a8\u9032":62,"\u30bf\u30b0":[],"\u6d41\u3057":128,address:[113,23,146,62],"\u30a2\u30ab\u30a6\u30f3\u30c8":[128,22],"\u4e3b\u30ad\u30fc":[],"\u4e00\u62ec":97,queue:139,"\u8b66\u544a":[62,93,10,132],"\u3002offset":78,"\u5ea6\u6570":[11,23,60,127],ipa:[18,111,141],pentium:143,prefer:113,"\u6587\u5b57\u5217":[],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":62,bookmarks:69,"\u4e88\u3081":[38,82],"{\"_":[37,93,127,11,60,81,153],"|table":52,"\u30d5\u30a9\u30ed\u30fc":[],"/header":20,"\u3060\u3063":[57,62,93,10,97],"``":[1,132],"\u5168\u4e16\u754c":62,"\u3060\u3068":108,visual:[23,86,62],"\u30ec\u30d3\u30e5\u30fc":128,"_gt":131,"\u3002obj":64,"\u3060\u3044":23,"_alloc":68,values:[47,48,64],"\u3060\u3057":[23,143],"\u5024\u8a18":127,following:[105,113,156,48,126,118],"_limits":112,locks:27,logrotate:62,"\u5897\u3084\u3059":[93,150,69],"\u6a19\u6e96":[1,35,3,5,80,82,6,7,89,92,10,47,133,135,21,137,58,59,109,62,151,66,30,31,119,87],chroot:128,"\u30d2\u30e5\u30d9\u30cb":[61,148],parameter:[95,113,99,97,118,42],applications:27,date:143,such:[112,27,156,62,40,103],data:[],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[],"/dictionary":132,ss:[126,127],"/javascript":23,st:[74,127],sh:[128,65],so:[40,97,64,118],sa:[130,106],se:[40,74],"\u540c\u3058\u6570":[82,7,43],"[yum":62,course:112,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":135,"\u30a2\u30c9\u30ec\u30b9":[23,97,82,87,143],"*query":[90,68],jis:131,"\u540c\u671f":[143,128],instantly:27,"\u4f7f\u308f\u305a":99,records:[93,95,112,99,126,68],"\u8d85\u3048\u308b":[11,79,62,131,142],matched:[113,99,95],"_memo":99,"\u7570\u5e38":[109,143],"_dat":[],"_dataset":[124,156],"\u3084\u308b":[],"\u4e26\u3073":[123,127],"\u4e26\u3079":[],"-terminated":[42,14],gtar:20,indexblog:63,"\u30d8\u30c3\u30c0\u30fc":[],"-offset":93,".status":143,"\"search":[40,106,153,71],"\"type":130,formula:128,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":79,mime:43,"byte":[105,143,27,97,146,62,64,68],"\u7d20\u65b9":114,"\u30d9\u30af\u30bf\u30fc":[],"\u4e00\u610f":[59,82,91],one:[15,99,27,118],"\u56fd\u969b":103,"*expr":68,open:[],city:61,"\u5bfe\u7b56":[],"\"sphr":148,"=encoding":[],"\u884c\u756a":[116,23],"\u8fd4\u4fe1\u5143":155,"\u8fd4\u4fe1\u5148":155,"\u306b\u5bfe\u8c61":23,"\u51fa\u3057":155,"\u540c\u6642":[93,10,114,139,143,60,97,131],fumiyasu:23,"\u4e16\u754c":[61,11,38,29,60,148],argument:127,"-scorer":138,say:127,"/span":27,"/ubuntu":[62,120,12],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":62,"\u30ea\u30b9\u30c8":[37,93,158,3,153,128,149,80,39,82,47,89,88,62,127,32,103],uuuuuu:127,"\u5ea6\u5408\u3044":57,note:[113,118],"\u30cb\u30db\u30f3\u30b8\u30f3":40,"[[\"":109,"\u5fdc\u7b54":[62,114],buffer:[109,64,68],"\u5148\u982d":[78,93,64,3,7],debhelper:23,"\u30b9\u30da\u30fc\u30b9":[23,93,62],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[],"\u672b\u5c3e":[78,131,64],operations:[48,68],"\u4ef6\u6570":[93,3,57,123,47,97,64,91],"\u5217\u6307\u5411":[114,82],"_cursor":[],xml:[],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:158,"\u5927\u4e8b":[149,153],"-directory":62,"\u3068\u3057\u307e\u305b":16,"_defrag":64,"\uff08tokenbigram":57,resource:146,"\u3088\u30fc":155,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[],"\u76f4\u63a5":[155,135],"\u8868\u3057":[10,3,38,39,116,2,56,91],"\u7a7a\u767d":[74,3,153,57,114,82,47,71,115],"\u7528\u79d8":[],"\u898f\u5247":62,".content":[93,127,98,154,118,63,153],"\u306b\u3068\u3063\u3066":[74,108],sites:135,"*column":105,"\u5927\u4e08":0,jobs:143,"\u4e0a\u554f":120,"@tomotaka":23,many:[118,156,112,69],"\u8fd4\u3059":[1,35,76,5,82,6,23,43,92,127,130,14,133,21,143,58,66,60,146,81,62,152,132,31],"\u30b3\u30ed\u30f3":59,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":76,"_otoj":150,expression:[113,118,55,68,93],")offset":[131,97],"-mecab":[141,62,111,12,129],"_t":2,"_syntax":[2,68],"(xxx":62,"\u3002http":62,"\u542b\u3080\u5024":[82,3],"\u5468\u4e0a":148,"_synonyms":149,"*added":97,"\u898b\u4ed8":62,"'ja":103,enable:[74,128,132,66,7,62],readings:40,"\u6607\u9806":[93,3,112,60,97,131,64],"\u5b9f\u884c":[],"-bye":[93,153,127],"\u304a\u3051\u308b":[53,37,3,153,11,114,38,62],executes:113,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":121,"\u7406\u89e3":[93,3],"\u3002filter":60,"?table":[7,43,87],ctrl:87,"\u4e0d\u5909":91,ivh:[141,111],"@lists":[128,22],".md":128,pthread:[23,62],"\u3002squeeze":150,ascii:[153,127],"\u304b\u307e\u3044":3,binary:[114,38,4],hostname:[30,82,7],"_filter":[],"<path":82,"_setoperation":97,"\u3002\u3057\u304b\u3057":[93,61,69,114,38,106,98,117,23,158,43],"_at":[57,132,14,97,62,64],"error\u30bf\u30b0":62,allocation:15,"\u8ab2\u984c":[],"\u90fd\u6c11":[57,123],"\u5b9f\u88c5":[55,61,93,7,30,125,23,62,159,43,103],"_date":128,tracking:0,takahiro:132,customized:126,".key":97,wiedenroth:62,"\u6b53\u8fce":72,"_normalize":[93,85,3,76,57,155,153,27,158,98,99,97,118,62,63,127,52],"\u53d6\u308a\u51fa\u3055":11,"\u53d6\u308a\u51fa\u3059":[11,131,56,104,132],"_retry":2,"\u56db\u89d2":39,"\u6771\u4eac\u90fd":[57,155,123],"[token":62,"(r":143,gdb:150,"(a":65,"_pack":[],"\u30cb\u30db\u30f3":40,"([":54,"(_":[40,130,106,127,71],"\u30d1\u30e9\u30e1\u30fc\u30bf":[],"\u3042\u3052\u308b":[],haystack:56,dcmake:86,"\u6c4e\u7528":[143,82,7],"\u639b\u3051":127,"(>":56,"(<":56,"(=":[2,127,56],res2:97,"\u91cd\u307f\u3064\u304d":62,"((":[93,69],"()":[],"(.":[63,128],"(-":127,"(\"":[61,3,107,82,27,99,62],"(!":56,"('":[59,93,3,153,82,47,91],intel:143,"_but":56,"\u95a2\u308f\u3089":143,"\u4f4e\u901f":112,"\u4ed5\u7d44":[43,103],grouping:112,conditional:130,yyyy:[126,127],"_supported":[2,146],".load":143,"\u30d5\u30a9\u30f3\u30c8":18,ddl:57,"(nginx":120,"/httpd":[120,7],"\u8a18\u4e8b":[98,63,128],"\u5168\u6587\u691c\u7d22":[],";\"":62,"package":128,"\u5ec3\u6b62":10,favorite:103,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[23,43],"\u304b\u3048\u308b":154,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[158,115],"'or":62,"\u7b97\u51fa":[62,93],"\u6df7\u305c\u308b":69,"\u7403\u9762":[61,148],"_prefix":[],"\u8868\u8a08":149,"\u30e9\u30f3\u30ad\u30f3\u30b0":3,emacs:103,recommends:118,"\u30aa\u30fc\u30d7\u30f3":[23,62],complete:[113,40,130,9,62],"/pull":128,"_empty":[2,146],"with":[95,3,105,112,69,57,126,81,115,27,14,59,109,7,62,23,45,128,65],"_load":[],"_types":[115,43],pull:[],"\u697d\u3057\u3044":[57,123],reqular:113,"\u304a\u77e5\u3089":[],gone:37,ac:158,uid:128,"| y":62,"\u30ec\u30b9\u30c8\u30e9\u30f3":114,am:27,an:[95,115,97,15,48,7,118,68],"| n":127,as:[74,112,113,27,156,118,99,48,7,62,40,103],ar:[57,74,123],at:[118,85,95,112,126],"| c":127,"| _":60,"\u3002messagepack":[116,45],shimomura:62,"\u4e00\u65b9":[3,153,99,11,114,27,57,154,63,127],"\u30c7\u30d0\u30c3\u30b0":[109,74,7],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[62,86,143],"\u9806\u4f4d":78,"\u304c\u3068\u3046":155,queryexpandertsv:[],"_such":[2,146],original:[122,135],"\u5897\u5206":93,"\u6587\u6cd5":[],senna:[],"\u4ed8\u968f":[35,58],"\u30c7\u30fc\u30bf\u30d9\u30fc":23,"\u5408\u8a08":[53,93,57,79,143,109,142],"\u6e80\u3055":62,"-talk":[62,128,22],"\u548c\u5e83":62,"\u901a\u4fe1":[],to:[],tail:[146,128],te:74,homepage:143,tc:[131,104],returned:[15,107,95],"/other":7,"\u30ab\u30c6\u30b4\u30ea":[93,74],"\u3002column":[56,3,105],condition:[68,127],"(popular":93,large:118,adjust:93,"\u5909\u308f\u308b":[57,27],"\u5909\u308f\u308a":[109,60,123,101],"\u4f55\u3089\u304b":38,"\u300c\u6771\u4eac\u90fd":57,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[62,74,115],"&gt":27,"\u6e80\u3059":62,"\u5927\u5225":11,pass:7,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":62,"\u7701\u7565":[],"\u7d22\u6642":132,"\u5897\u52a0":62,"\u3067\u306b":[57,98,8],section:[17,105],"\u30ea\u30c6\u30e9\u30eb":[],"\u5927\u5207":114,"\u6700\u65b0":[18,101,128,22,23],"\u3002timeout":64,"_modified":155,method:7,contrast:7,full:[74,7,128,27],hash:[79,155],"\u30ce\u30a4\u30ba":[57,106],sender:[113,51],"\u975e\u516c\u958b":128,"_compare":64,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":93,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":62,"\u306b\u3059\u308b":43,followee:155,tokenizer:[],"\u30ce\u30fc\u30c9":[131,62],"-release":[],"(init":14,follower:155,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[23,132],select:[],"[grntest":23,mecab:[141,1,85,128,114,12,111,129,132,62,23,45],"\u7406\u95a2":42,"\u4e0a\u8a18url":128,more:[99,146,27,118],"\u30c6\u30ad\u30b9\u30c8":[74,128,69,143,132,115,27,158,94,62,52,103],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":37,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[121,69],"\u518d\u5229":[79,93,91,62],"_argument":[131,97,2,146,64],"_messages":[128,103],endpoint:[113,51],"_adjust":[93,90,56],"\u6bd4\u8f03":[],scan:150,"_descending":131,accept:132,states:144,gronoga:7,information:[15,126],"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":23,"\u3002lzo":59,"\u300ccommand":30,"=dat":62,"\u52d5\u7684":[],"\u5b9f\u884c\u4f8b":[],"\u5019\u88dc":[40,130,9,106],"\u306b\u3059\u3050":98,"\u30fb\u81ea\u5df1\u7d39":155,"\u559c\u3073":[70,103],github:[0,128,59,23,62,88,18,45,103],tokenbigram:[93,74,3,76,106,57,79,153,82,27,123,98,99,155,154,118,89,63,127,32,52],register:[],"\u6e0b\u8c37":155,replied:155,"\u666e\u53ca":114,sysctl:[142,118],"\u52d5\u753b":37,"\u8f09\u305b\u308b":128,".co":[93,85],installer:128,its:[0,40,68,126],saucy:[],".rpm":[141,111],confiugration:118,"\u63a5\u7d9a":[],"[tokenizer":62,"_weight":[59,62,105,69],salamander:[],"_ci":158,"\u6271\u3044":[10,11,123,16,40,159],"\u6271\u3046":[2,127,57,142,22,114,62],"\u6271\u3048":[84,14],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":62,"\u5c0f\u306a\u308a":[],always:118,messagepack:[],"\u6271\u3063":[62,1,155],"\u30ad\u30e3\u30b9\u30c8":[62,132,153,155],"[doc":[23,62],found:[97,95],".offset":97,"\u534a\u89d2":[131,158,3],"\u540c\u7fa9":149,"\u9ad8\u901f":[37,1,56,3,153,159,79,121,39,82,127,114,61,62,23,148,43,52],operation:[48,95,146],"\u6271\u308f":[93,74,153,11,39,143,57,62,158],really:[93,153,127],"\u524d\u8005":[60,158,149],ftp:143,"/usr":[45,82],"\u30de\u30eb\u30c1\u30b3\u30a2":114,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/rab":[60,3,112],ftb:85,"/etc":[120,128,142,12,129,7,62,118,149],"\u6975\u4ed8":[61,148],"_hit":[87,66,3,4,7],imagine:112,"\u3053\u3053\u3067":128,"\u30a6\u30a7\u30a4\u30c8":59,pairs:40,"_user":[],"-keyring":[62,12,129],number:[],"_pipe":[2,146],"\u3059\u3079\u304d":56,"\u7d42\u308f\u308b":[98,153,127],"\u30b3\u30d4\u30fc":[105,128,78,97,135,62,64],"|enable":74,"\u533a\u5207\u3089":23,"\u30c9\u30e1\u30a4\u30f3":[62,112],"\u3057\u304b\u3082":159,"_stack":2,relationship:48,"\u642d\u8f09":114,dpkg:128,"\u5b66\u7fd2":[],"\u56de\u547c":132,"_db\u30d5\u30e9\u30b0":23,"\u60f3\u5b9a":[66,37,135,109],"\u5b9f\u969b":[53,37,93,76,57,155,80,62,63],toybox:11,"\u52d5\u74b0":151,"*data":78,"\u66f8\u304d\u63db\u3048":[128,65],gted:103,qps:[151,143],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[132,82],self:143,"_lock":[23,64,16],also:[93,153,113,27,14,7,40,127],without:[40,7,27],mroonga:[93,94,153,69,114,99,154,62,63,149,127],"\u8a18\u53f7":[57,82,123,3,132],"\uff08todo":127,"\u306e\u3069\u3061\u3089":[93,127],"\u3060\u3055\u3044":[0,120,3,7,88,45,43,93,127,128,69,12,103,20,146,62,149,150,65,158,153,114,116,117,72,52,87],tokens:74,exe:[86,128],"_uint":49,cover:27,umemoto:23,arted:127,ext:74,"\u6d3b\u304b\u3059":93,"<limit":82,"_processes":[],microsoft:86,"\u3057\u304b\u3057":[93,127,57,123,63,149,43,103],"/command":[7,87],xcode:73,session:113,"-memory":132,"\u77e9\u5f62":[29,60,114],"\u5143\u6c17":62,columnn:62,"\u9577\u578b":131,"\u6642\u306b":23,failed:[15,16],"\u51e6\u7406":[1,2,78,115,123,74,7,91,93,127,43,103,56,143,60,146,62,153,114,132,26,27],factor:[62,93],"\u5225\u9014":[38,64,112],"\u30bf\u30fc\u30b2\u30c3\u30c8":62,columns:[93,121,132,156,47,118,62],"]]]":[57,130,133,127],"\u5fc5\u305a":[93,10,121,97,146,52],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":43,"\u3082\u3057\u3054":62,"_point":[37,148,95],"\u30ed\u30b0\u30ec\u30d9\u30eb":[82,7],"-github":128,bytes:[53,42,14],"\u6c7a\u3081":52,"\u7528\u610f":[93,56,128,106,143,61,71,45,40,64,9],"\u3082\u3057\u304f":[141,111,153,128,11,142,38,27,97,87,81,131,62,63,127,7],set:[113,40,64,143,118],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[1,132,59,62,23,45,150],see:[118,93],sed:[23,12,62],sec:16,"\u547c\u3073\u5143":14,sea:[40,74],sen:85,"\u8a00\u8a9e":[],juman:[141,111],currently:[7,67],mutex:62,"\u65e5\u4ed8":[114,61,128],"\u3068\u3068\u3082\u306b":11,"\u3082\u3057\u308c":149,available:[85,7],"<span":27,"\u7a7a\u6e2f":155,"\u304c\u3064\u3044":[79,93,69,132,62],javascript:[],"\uff09\uff08":52,"\u3082\u304d\u3061\u3093":7,"interface":113,"\u500b\u4eba":45,"\u6790\u5668":114,"_already":[2,146],"\u77e5\u308c":[125,115,55,108,63],last:[62,155],"\u4e00\u8cab\u6027":[],"\u77e5\u308b":112,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[114,143,136],"\u578b\u5909":23,connection:146,rose:11,pdf:[],"<#{":126,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":62,load:[],");":[15,56,68,105],"):":[120,128],"@ceekz":62,"-adjuster":[93,69],"\u3002\u3056\u3063\u304f\u308a":69,"))":[93,149,127],"\u30ca\u30ce":[116,132],")-":128,"),":[59,62],").":[113,27,128],"_exec":[2,68],")\"":[62,94,153,27,76],".htpasswd":[7,43],")'":[37,155,153,106,130,27,154,60,71,40,127],"[rpm":[23,62],tablename:10,"\u7c21\u6613":[120,61],"\\%":86,"\u30d1\u30e9\u30e1\u30bf":[34,64,104,67,78,49,107,97,14,15,131,100,95,16,50,90,68,42,102,105],shinya:62,func:[42,14],"\u3067\u307e\u3068\u3081":149,handling:118,")]":62,"-api":70,"\u3067\u306a\u3051\u308c":127,"\u5236\u9650":[],"\\(":153,formats:126,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[23,62],"_nromalize":158,"\u632f\u821e\u3044":[62,81,99],"\u63a1\u7528":[57,114,87],"<=":[62,155,7,127],binding:85,"\u5316\u524d":91,"</":[94,4,27],"<-":43,"\u4e38\u62ec":3,"\u4e00\u7fa4":56,">\n<":4,"\u8a00\u3048":[57,153],"\u56de\u52d5":143,alert:[5,62,6,7,126],levels:7,ifexists:47,stack:[62,146],"\u7121\u99c4":114,"\u8981\u6c42":[108,62,3,154],"-path":[],"_file":[2,116,7,149,43,146],"/senna":135,mysql:[141,93,85,128,69,114,12,115,27,129,149,111],"\u5316\u51e6":[23,91],"\u30bd\u30fc\u30c8":[],"3\u4ef6":155,"_files":[2,146],location:[],input:[47,40,116,146],emergency:[126,7],format:[113,126,85,4,103],"\u30cf\u30c3\u30b7\u30e5":[66,62,128,109],"\u30bd\u30fc\u30b9":[],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":128,"\u540c\u7b49":[123,143],"\u308f\u3051":[11,40,93,74,127],"\u4ed5\u65b9":[],specfied:95,"_flow":[2,146],"_bool":[132,64],"\u30af\u30ed\u30fc\u30f3":45,"\u65e2\u77e5":45,"\u7f72\u540d":[],"\u4f9d\u5b58":[],"\u4e0a\u4f4d":[57,97],wget:[141,111,20,12,129,45],by:[],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":120,"\"yu":135,"\u3068\u308f\u304b\u308b":128,garbage:[62,109],into:15,"\u3088\u308a":[76,38,123,62,40,45,93,61,127,69,11,98,131,52,56,57,143,23,63,148,149,153,155,132,117],"|key":[93,3,76,57,155,153,27,98,99,122,118,63,127,52],"\u30d5\u30a9\u30ed\u30ef\u30fc":128,pcre:62,span:[94,27],submit:[113,40,130,106,71],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],"\u5074\u9762":114,"\u6574\u3063":150,opens:[118,95],"\"keyword":93,link:[11,87,112],line:[],"\uff08ci":65,posted:155,"\u8868\u3059":[54,56,37,11,39,59,61,74],".php":128,up:[113,4],ul:74,"\u5206\u89e3":56,"\u3054\u307f":[62,108],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[],parses:[107,68],"char":[67,49,107,14,97,64,68,42,105],"\u3054\u3068":[],"\u3075\u308a":130,"\u633f\u5165":[3,128,78,82,27,62],parsed:68,defines:156,codes:128,taro:37,">uptime":4,"=null":[93,74,101,52],invalid:[113,93,107,146],"\u8868\u308f":64,"\u898b\u4ed8\u3051":62,"\u7acb\u3061":116,elements:69,".dump":23,provided:7,lucid:[62,132,128],"\u6307\u5b9a":[],"\u4e00\u7dd2":[1,61,3,69,57,93,62,120,52],"\u3088\u304f":[93,69],"\u3088\u3046":[],"\u3088\u3044":[93,153,63,64,43,103],"\u3088\u3073":56,age:[93,81],"/wgs":60,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":62,oracle:[],"\u3088\u3063":60,"\u8a66\u884c":114,hello:[98,127],code:[116,126,4,103],partial:56,"\u3067\u307f":114,",\"title":3,results:[113,62,97,27,112],"/sysctl":[142,118,73],"\u3067\u3064":76,"\u843d\u3061":[62,132],"\u3067\u306f":62,"\u3067\u306e":[116,27],"-lzo":[],"/json":[23,7,43],"\u3067\u3069":130,"\u3067\u3057":[20,11,127],"\u8a2d\u5b9a\u6e08\u307f":120,sigsegv:97,":..":93,"\u3067\u3059":[2,3,4,74,7,8,9,10,70,12,14,15,16,17,20,154,23,26,27,30,32,11,38,39,40,42,43,141,47,48,51,52,53,55,56,57,59,60,61,62,63,64,65,129,71,72,101,0,76,79,80,82,84,86,87,89,45,91,93,94,69,98,99,97,102,103,105,106,108,109,110,111,112,113,114,115,116,118,120,121,123,125,127,128,130,135,136,142,143,144,146,81,148,149,150,151,153,155,158,159],"\u3067\u3044":[11,93,127],"\u30ea\u30af\u30a8\u30b9\u30c8uri":7,"\u3067\u304f":[93,69,117,72,149,65],"\u3067\u304d":[],"{user":118,"\u7279\u306b":[56,128],provides:[99,112],"\u8fbc\u307f":[21,149],"\u8ca2\u732e":62,"\u3002time":155,"\u983b\u5ea6":130,"\u6368\u3066":23,".clean":128,"\u5f15\u304d\u7d9a\u304d":62,"try":16,"this":[93,3,153,112,11,27,156,118,126,113,87,127,62,40,64,51,43,7],"(wgs":60,o0:128,"\u30aa\u30d7\u30b7\u30e7\u30f3":[],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":62,"\u4e00\u81f4\u3057":[],video:37,".xml":4,index:[37,85,104,105,128,17,27,95,118,62,63,127,153],directive:7,"_operator":[97,90,68,105,95],"\u306e\u3067\u3057\u3087":93,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":86,"\u30ef\u30fc\u30ab":7,"\u5224\u65ad":[67,127],"\u5fc3\u304c":150,nargs:68,"\u516c\u958b":[23,132,128,62],"?parameter":7,let:98,ubuntu:[],ctx:[67,139,14,15,97,64,68,42,105],"\u73fe\u308c":74,"\u3067\u3082":[0,2,3,79,123,86,7,62,40,45,141,93,128,12,103,57,143,59,154,60,87,146,23,63,150,111,114,27,129,117,52,73],".fedoraproject":111,buffered:17,"\u8d85\u904e":[142,62],firefox:103,"\u767a\u4fe1":128,"\u30c7\u30b6\u30a4\u30f3":62,"\u9014\u4e2d":[128,106,82,146,62,40],"\u3046\u3048":[23,62],"\u4ee5\u964d":[94,128,39,82,132,87,62,23,158,150,103],"\u3002\u3064\u307e\u308a":[93,3,16,153],zip:[],illegal:146,"\"sea":40,"\u3044\u304f\u3064":72,next:[95,42],"\u3046\u3061":[10,105,39,109,97,56,81,62,131,23,64],doubt:112,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":63,"\u30af\u30a9\u30fc\u30c8":[74,115,153],"\u3059\u308b":[],"\u7d4c\u7def\u5ea6":[],"\u3059\u308c":[3,127,114,81,143,97,8,153],src:97,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[],occurred:[118,48,95],"\u3059\u3093":155,"_escape":68,"\uff08groonga":114,"\u4f7f\u3044\u65b9":[],"\u6b8b\u308b":23,"\u6b8b\u308a":[93,10,149,52],"_posting":[95,104],"\u6e21\u3055":[61,56,42,62],"\u6e21\u3057":[47,56,3,87,153],"\u6e21\u3059":[62,3],"\u5171\u306b":[64,105],"\u6b8b\u3063":[62,132],"\u3059\u304f":154,"\u306f\u6708":127,process:[],lock:[64,16],"_estimate":[23,95],"\u7d30\u5206":11,"\u3059\u3050":[114,43],"\u6301\u3061":[121,74,82,56],"\u6301\u3063":[93,74,153,106,114,69,108,62,158,115,127],"\u6301\u3064":[37,93,61,3,127,112,106,11,114,139,39,82,47,154,97,23,158,91],"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":79,"\u3059\u3067":[98,74,123,128],"\u3059\u3079":[93,10,135,79,146,143,74,7,56,23,40,110,155,43,92],"\u6b8b\u3057":93,defalt:132,"\u9664\u7b97":[],"-gqtp":[],"\u3044\u304f\u3089":114,"_')":[59,91],"\u4e26\u3073\u9806":60,">starttime":4,tomotaka:23,"\u8a2d\u5b9a":[],alloc:[87,66,3,4,7],"\u4f53\u8fd1":148,element:[127,69],"\u9078\u629e":[114,93,61,128],allow:[62,93,12,153,129],":\\\"":47,tokentrigram:[74,32],"[httpd":62,"\u8abf\u3079":[78,29,64,112,148],"\u30ab\u30d0\u30fc":150,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":69,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":151,yamaguchi:23,"\u3092\u3064\u3051":[93,153],"\u6539\u884c":[23,80,82,62],"_unavailable":[2,146],"\u6587\u66f8":[],"=platform":[],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,hobby:126,"\u5de6\u4e0a":[29,1],"\u5de6\u4e0b":1,"[space":153,python:[18,128],billiard:[57,123],lzo:[23,146,45,105,62],"\u4e00\u6642\u7d50\u679c":[],"\u53f3\u4e0b":[29,1],"_implemented":[2,146],"/master":[18,103,65],"\u7121\u9650":[62,132],"_none":80,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":65,"\u30a8\u30ed":155,"-patch":103,"\u753b\u9762":[1,128],frequency:[40,130,106,71],"\u30b3\u30e1\u30f3\u30c8id":155,"-fd":[113,23],"\u4ed5\u69d8":[],"\"\uff08":40,"\"\uff09":[11,40,1,60],"_friends":37,"\u30bb\u30b0\u30e1\u30f3\u30c8":[109,31,64],"3ki":132,"\u591a\u304f":[93,3,11,82,27,57,7,23,159,120,52],"\uff08\u300c":[57,158],owner:7,"\u5897\u5927":61,"\u5bb9\u91cf":[109,93],"\u30cb\u30db\u30f3\u30b4":40,behaves:113,system:[0,93,153,20,38,27,118,127],"-keys":128,"\u30b9\u30da\u30eb":149,"\"weight":11,"\u304b\u3061":[93,123],"\u304b\u3064":[131,62,93,123,127],"_logger":62,"\u304b\u3069":[93,153,57,142,81,29,60,7,130,148],"\u756a\u76ee":[93,74,3,153,11,97,131,62,127],"\u8ffd\u8de1":[],"-time":27,"\u500d\u7cbe":38,"\u6253\u3061\u5207\u308a":62,"\u304b\u3051":[62,92],"\u3002json":47,"_results":97,"\u304b\u305a":62,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":123,"false":[35,122,5,38,6,92,127,128,11,99,48,133,21,58,59,154,144,81,62,110,153,132],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u304b\u3082":[55,108,115,116,125,63],documents:[99,27],"\u304b\u3089":[],"\u3044b":[57,123],tokendelimitnull:[32,124],"_const":[56,68],"\u3069\u3061\u3089":[0,120,3,76,115,14,121,63,9,43],"*init":42,"\u672a\u958b\u653e":132,"\u3089\u308c":[93,74,3,79,80,132,89,114,60,56,62,108,23,63,144,92],"**":[105,6,131,64,42,67],"\u3064\u3076\u3084\u304d":98,"*'":93,segment:109,"\u6e80\u305f":[154,60,56,155],"*\"":[63,93,124],latin1:62,"\u5168\u89d2":[131,23,158,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":82,"\u3067\u3059\u306d":108,"\u5408\u81f4":3,"mo\u30d5\u30a1\u30a4\u30eb":103,"(arugment":127,"*res":[97,90,95],"\u30ea\u30af\u30a8\u30b9\u30c8":[35,5,80,6,7,89,43,92,93,133,135,21,137,58,66,109,146,62,151,59,26,30,31,119],brew:73,".gz":[141,111,128,20,12,73,129,45,103],"=r":62,"_initialized":[2,146],"_literal":62,"'localhost":[151,82],"=c":86,"=i":128,"=\\":[94,27],should:68,"\u30ea\u30ea\u30fc\u30b9":[],"\u5316\u5bfe":103,handle:118,means:[93,95,118,7,40,126,68],"==":127,familiar:112,"=$":[45,128,103],"='":94,"\"ellip":148,"=\"":[20,93,4,128,27],db1:43,"=/":[149,45,82,150,128],db2:43,"=)":56,"=(":128,">cache":4,"\u307b\u3068\u3093\u3069":14,"_search":[],nise:62,"\u64cd\u4f5c":[],travis:[],"\u7cfb\u5ea7":[29,148],"/doc":[18,128],"\u3002debian":150,"\u306b\u3064\u3044\u3066":[0,41,74,3,5,115,38,123,82,101,84,6,35,8,125,40,62,45,43,92,141,93,10,128,96,11,130,12,47,99,48,133,16,135,21,137,129,138,80,52,140,54,55,56,104,106,20,142,58,148,2,109,131,61,146,23,110,64,149,65,59,111,155,153,154,114,69,26,152,29,144,89,71,118,72,31,66,119,73],"\u8ffd\u8a18":[62,128],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":108,"_connected":[2,146],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":62,"/var":[120,45,82,7],configuration:[62,7,118],"2\u4ef6":155,"/status":[151,87,4,43,7],webclips:94,valgrind:150,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[153,79,132,23,62,127,52],etc:[142,12,7,43,118],tld:112,":\u5206":155,ci:[],ch:74,"\u533a\u5225":[38,93,122],"\u6df7\u5728":30,"\u7d99\u7d9a":[62,82,65],"\u591a\u69d8":114,zenigata:37,"\u66ff\u3048\u308b":3,allocated:[15,14],cp:12,"\u306b\u3044\u304f\u3064\u304b":62,"\u304a\u3055\u3089\u3044\u3057":108,"_itoh":23,"_vesion":94,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":62,adjuster:[],"@yappo":62,"\u58ca\u308c":[23,132,109,62],"\u3002\u00d7":108,"\u4fdd\u6301":[11,155,84,14],"\u524d\u8ff0":[57,158,7,52],"\u30c7\u30a3\u30b9\u30af":[1,63],"\u6b20\u843d":62,tokenkytea:62,ultra:37,"\u73fe\u308c\u308b":57,"\u58ca\u3059":62,vm:[],"\u4e00\u62ec\u3057":[],"_versions":128,"\u305d\u308c\u304b\u3089":[93,69],"\u3002'":[64,153],"\u4f75\u305b":3,"\u3002\"":[112,106,57,155,87,62],"\u3002#":[23,132],"\u3002-":[78,30,45,131,155],"\u3002.":103,"\u3002(":[141,111,56,128,143,82,120,47,144,16,131,18,63,42],"\u3002)":[131,63,144,143],"\u300cbilliard":123,"\u30ad\u30fc\u30ef\u30fc\u30c9":[],"\u982d\u6587":146,"\u518d\u5ea6":[56,16],"\"roonga":9,v1:56,v2:56,architectures:128,".group":154,"\u3002_":[3,91],"\u3002[":[62,3],"_lzo":[59,2,105],off:[62,7],"\u3002c":[70,114,2],"\u3002n":[57,74],"\u4e00\u77ed":114,command:[],ecmascript:[62,93,127,136],"\u81ea\u7531":[114,56,146,91],"\u5149\u7537":62,"\u9806\u5e8f":[57,89,80,3,93],web:[1,153,128,106,130,93,71,45],"\u6b63\u898f\u5316":[62,115,27],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":62,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":82,"_filename":2,checking:[113,81],"|http":143,five:3,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[79,62,52,127,23],tvsec:66,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[],"\u5947\u6570":127,"\u4f4f\u3093":155,"\u672c\u8cea":143,become:85,"*target":68,"\"rect":[62,148],"\u904b\u55b6":128,"/source":[103,111,128,141,70,12,129,86,20,18,45,73],"#{l":126,"\u63db\u3048":[131,64],nneded:118,"\u30dc\u30bf\u30f3":[62,128,103],"\u53d6\u308a\u9664\u3044":97,"_group":97,"\u53d6\u308a\u9664\u304d":[94,56],"(debian":120,iwai:62,"\u5206z":38,"_queries":[87,66,3,4,7],suited:27,"\u7d42\u3048":128,"(get":151,terminated:68,"\u300cusers":155,"\u9805\u76ee":[],"-node":111,"_remove":[],"_started":116,"\u89a7\u4e0b":150,"function":[85,113,116,99,146,138],"\u300cpopular":93,"-db":62,"\u7570\u306a\u3063":131,sigstop:62,"-point":38,be:[95,113,97,15,48,126,118,64,68],compute:118,calls:14,"\u4e00\u756a":[93,45,127,43,69],"\u7a7a\u6587":[38,153],"\u3002iptables":87,problem:[15,118],yuki:23,bigram:[],"int":[3,4,37,78,17,38,40,42,93,61,127,69,11,130,97,14,15,99,48,16,50,54,104,105,106,57,49,131,60,95,81,62,63,64,153,67,112,155,132,71,68],inv:143,"\u4e2d\u91ce":155,"\u69d8\u3005":[],"*proc":78,"\uff08not":136,"_system":[23,2,146],"%post":62,compared:27,"\u7570\u306a\u308b":[],"\u7570\u306a\u308a":[93,153],"\u5f85\u3061\u53d7\u3051\u308b":87,"/default":[62,120],details:[118,93,126],"'user":99,"\u4eba\u3068":108,"/sources":[129,12],"_query":[],"+ff":158,eof:82,"_hugetlb":23,"\u30c7\u30fc\u30e2\u30f3":[],searched:95,"& _":60,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":155,"*string":68,saves:113,all:[93,95,153,128,126,48,7,118,62,127],"\u3070\u308c\u308b":132,lgpl:85,"const":[67,49,107,14,97,131,62,64,68,42,105],"/travis":65,spec:[62,132,128],"\u30e9\u30a4\u30bb\u30f3\u30b9":62,"\u304b\u305a\u3072\u3053\u3055\u3093":62,"\u4e0b\u66f8\u304d":39,editrc:23,"\u3002tokendelimit":71,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":128,"\u4f8b\u3068\u3068\u3082":61,".en":128,"\u932f\u8aa4":114,upload:128,msyql:69,"[macports":23,starttime:[87,66,3,4,7],"\u7c21\u5358":[],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":132,"\u69cb\u9020\u4f53":[62,104,42,14],"\u304c\u3072\u3068\u3064":149,"/branches":150,"\u65e5\u672c\u6e2c":61,incompatible:146,zunda:23,above:[113,40],"\u4e8c\u3064":[10,74,154,143,123,115,14,99,61],"\u578b\u3068\u3057\u3066":38,"\u30a8\u30f3\u30b3\u30fc\u30c9":[30,132,158],"\u30af\u30a8\u30ea\u30ed\u30b0":[23,62,71,106,40],"-admin":62,"\"sound":106,"-h":[82,7,43],"_table":[],negative:[42,14],"\u304a\u5f85\u3061":22,kytea:[45,62,74],"\u304b\u304b\u308b":[98,97,3],"\u9df2\u7530\u57fa":62,"_register":124,"\u3064\u3065\u3044":155,"\u62bc\u3057":3,word:[40,93,127,153,62],work:126,"\u62bc\u3059":[3,103],"\u30a2\u30fc\u30ab\u30a4\u30d6":[86,128,103],"\u5316\u6642":23,"\u3069\u306e":[93,74,106,39,61,45,148],indicates:126,provide:113,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":128,"\"apple":158,"-lines":[113,23],"\u306e\u3046\u3061":153,"/security":118,"_plugins":23,"\u306b\u5bfe\u3057\u7570":99,after:[113,118,95],"|with":[98,93,3,76,69,57,155,115,27,59,99,154,118,62,63,127,153],"\u76f4\u4e0b":23,lat:143,"_title":[143,63,3],".description":155,"*func":[42,14],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":132,"@naoina":62,"\u30d9\u30fc\u30b7\u30c3\u30af":43,"\u306e\u3069\u3061\u3089\u304b":[93,81,153,127],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[],"\u5bfe\u8c61id":34,".conf":[142,120,7,118],japan:[144,87,112],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":149,"\"say":127,"/windows":[86,128],"\u4e0b\u9650":[131,104],then:[113,40,7,112],them:[118,16],"\u8f9e\u691c":[79,127,23],they:[118,126],"\u5168\u3066":[93,127,38,98,97,7,136,63,103],"\u697d\u3057":[57,123],"\u56de\u6570":62,"-send":[113,51],reasonable:112,"\u7a81\u7136":62,"\u5316\u65b9":[158,115],carlos:[48,110],serach:106,"/null":1,logs:[113,89,126,52],patsuffix:122,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":62,"+ y":38,"+a":153,network:146,"_directory":[2,146],".deb":128,"\u3068\u3059\u3079\u3066":[62,93],"-rsync":128,wgs:[37,61,112,11,155,38,29,60,95,87,23,148],"\u6210\u308a":[93,153,146],"\u90e8\u5206":[],"\u77ed\u3044":[155,132],"+ \"":62,"_tp":151,"\u77ed\u304f":[98,114],standard:38,"_to":[155,63,107],"\u30eb\u30fc\u30eb":[132,43],"\u30eb\u30fc\u30d7":[62,132],created:[15,113],"++":[141,111,128,114,62,23,45],"+-":[68,7],creates:[118,156,126],"\"ni":40,"\"no":62,"\u6709\u7121":11,"\u30eb\u30fc\u30c8":23,"\u59a5\u5f53":79,"\u8aad\u307f\u8fbc\u3093":[55,87],"><":[68,4],">=":[62,127],">>":[62,127],"_next":[131,62,132,104,95],another:68,">\"":[62,93,94],illustrate:112,"\u3082\u3089\u3048\u308b":108,"\u30b5\u30dd\u30fc\u30c8":[1,74,4,79,38,39,120,7,23,125,45,43,10,127,128,11,98,99,131,52,55,143,108,62,149,65,153,112,114,132,27,158,87],"\u540c\u4e00":[93,10,76,123,143,59,91,131,62,63,43,105],"/tree":18,"\u898b\u306a\u3057":131,john:144,"/lc":[128,103],"\u63a2\u7d22":114,">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[97,64,67,105],"\u3069\u3061\u3089\u304b":[127,27,153],"\"unknown":107,target:[15,86,64,68,95],bi:[57,123],"\u3002value":[64,91],"\u57fa\u76e4":14,":byte":49,"\u30d6\u30fc\u30eb":[11,38],latency:143,dbms:27,"\u5f8c\u8005":[60,158,149],",\\\"":47,"\u8ff0\u3079":3,indexbuf:105,"_distance":[],"(packages":128,"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[62,103],"\u30c4\u30fc\u30eb":[],"\u5408\u308f\u305b":[62,105,127],gronnga:9,"\u3002host":87,"-strings":62,"/releases":128,"\u767a\u751f":[116,1,45,128,57,114,14,59,97,62,64,52],"\u8003\u3048":[108,3,153,43,114],"\u5270\u4f59":[],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":103,"_input":[116,2],"\u771f\u306a\u3089":127,version:[85,3,4,128,143,14,66,100,87,23,7],rectangle:[],"-frequency":23,"\"items":135,"do":[143,68,112],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":132,"\u3082\u3057x":62,"\u3055\u3089\u306b":[37,10,3,69,79,114,155,9],de:103,"\u8ab0\u304b":72,"[libedit":23,"\u8ab0\u304c":155,runs:48,"\u3042\u308c\u3053\u308c":108,"\u5341\u4e00":123,"\u4e0b\u90e8":128,"_compress":105,depends:[113,85],"\u67d4\u8edf":[99,136,114],"\u5bfe\u8c61obj":34,"\u9650\u6587":[23,52],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":56,wc:[129,111,12,141],"\u3044\u305a\u308c":[38,10,91],"\uff12\u3064":60,packages:[103,111,128,141,20,12,129,86,45,73],"_tables":62,"\u69cb\u3044":[40,27,103],ill:123,"\u3082\u3046\u307e\u304f":45,"\u4e00\u4ef6":131,"\u4e09\u7a2e":87,requests:126,com:[139,112],col:64,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":65,"\u6709\u76ca":114,calros:81,"\u30d1\u30fc\u30b5\u30fc":153,"\u95b2\u89a7":[18,87],")\u300d":82,"\u304b\u304b\u3063":[116,93],enginen:40,"'needle":56,"\u3082\u3057\u3053\u306e":142,"\u65b0\u305f":[78,97,56,67,105],applied:[118,85],"-secret":128,"\u904e\u7a0b":91,gnu:[],zlib:[132,105,12,59,129,146,62,23,45],"_message":[116,63],"_only":[2,146],aio:62,"\u5165\u529b":[1,35,3,76,5,80,82,6,87,40,89,62,9,92,130,47,133,135,21,137,106,143,58,59,109,23,151,66,116,71,31,119],"\"http":69,"[solaris":62,cond:62,conf:142,"\u56fa\u5b9a\u9577":132,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":56,"\u9069\u3057":[98,114,52],"-dataset":[],"\u4e0d\u5177\u5408":[62,72],"\u6771\u4eac":[57,155,60,61,123],"-packages":128,hana:37,"\u76ee\u7684":[45,62,74],"\u57fa\u70b9":93,"\u72b6\u614b":[151,141,111,132,3,128,109,57,108,12,82,14,66,129,114,62],client:7,the:[],"_shutdowned":[2,146],"\u30de\u30c3\u30d4\u30f3\u30b0":142,"\u826f\u4e8c":62,solaris:[],"_score":[93,155,105,130,60,62,23,91,127],"\u8db3\u3057":127,repoforge:[62,111],"\u3068\u306a\u3063":62,"=sjis":45,"\u7027\u5185":62,belongs:112,"\u7528\u3044\u308b":[37,3,11,114,84,60,87,64],"\u6307\u6a19":64,jekyll:128,"\u885d\u7a81":120,"\u30ed\u30c3\u30af":[1,82,16,62,23,64,92],"\u307e\u3068\u3081\u308b":7,"_expr":[],response:[15,113],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[45,116,10,143],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":155,"\u307e\u3068\u3081\u3066":[11,114,93,128,112],"\u3057\u304d\u308c":62,tokenbigramsplitsymbolalphadigit:[57,99,32,106],comments:[],"_arg":2,tasuku:85,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":128,".sourceforge":[128,22],"_compile":68,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":[],"\u8db3\u308a":[23,149],"\u30b5\u30fc\u30d3\u30b9":[114,62,65],substitution:99,"\u69cb\u6587":[],post:[],properties:126,obj:[34,64,67,78,109,90,68,42,102,105],"*ic":104,accepts:113,"*ii":17,"\u6709\u7528":[116,79,3,7,43],"\"text":23,"\u5224\u5b9a":60,zxvf:128,"\u3068\u306a\u308a":[153,27,43,87],".h":70,"\u4e2d\u9593":[56,123],"float":[11,62,61,4],"_offline":62,"\u6700\u521d":[93,3,153,11,108,27,14,116,81,23,63,127,149,120,52],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[93,69],"_suffix":23,"_socket":[2,146],"\u5927\u6587":93,"\u5b89\u5168":87,way:112,cdbs:23,"cpu\u30b3\u30a2":[],"_body":[57,59,76],"\u6027\u80fd":[],encoded:113,"true":[1,35,3,76,5,38,6,8,125,94,110,92,98,93,61,127,69,11,47,99,48,133,21,52,37,55,58,59,154,60,144,81,62,63,148,122,153,112,155,27,29,158],"\u30e1\u30c3\u30bb\u30fc\u30b8":[62,10,155],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[93,74,3,106,57,123,158,71,23,45],mte:85,"\u6587\u5b57":[1,74,3,76,38,123,82,6,62,40,93,61,127,96,11,47,97,131,52,37,56,106,148,60,23,63,64,149,153,67,112,114,69,115,27,29,155,158,68],"\u7d44\u307f\u8fbc\u3080":[114,56],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[62,16],score1:56,score2:56,"\u3059\u3063\u3071\u3044":76,distributions:128,"\u3054\u89a7\u304f":[3,150],physical:109,"\u968f\u6642":18,test:[3,128,11,80,143,87,63,150],"\u5c5e\u6027":[74,80,115,124,59,94,89],"\u305f\u3081\u3057":60,truncate:[],welcome:[93,153,127],update:[],"\u547d\u4ee4":[],"[gqtp":62,"\u964d\u9806":[131,130,93,3,97],scorer:[],scores:93,tajima:62,"5km":155,masaharu:62,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":23,global:[15,16],"/debian":129,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":146,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[],"<threshold":82,"\u901a\u77e5":128,"(ptr":132,"_denied":[2,146],"\u307e\u3067\u3057\u3070\u3089\u304f":128,"\u8a2d\u6a02":23,"\u5f53\u3066\u308b":11,entries:[93,153,15,135,118,127],"/http":[120,7],"\u72b6\u6cc1":[57,78,114],"\u3068\u3057\u3066":[],"\u4e0d\u6574\u5408":1,"\u5c11\u304f":142,"(database":142,"4gbyte":53,initialized:14,"\u3002cursor":131,"[munin":[23,62],"\u30c8\u30e2":37,shared:[15,16],supporting:7,"dat\u30ad\u30fc":62,"[deb":[23,62],"\u6e2c\u4f4d":114,"\u30b5\u30d6\u30bf\u30b9\u30af":128,"\u96c6\u5408":[62,97,136,121,69],appears:27,change:[15,62,93,7,43],"\u30ec\u30dd\u30fc\u30c8":45,liblzo:[129,12],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[57,93,136],"\u305d\u306e\u969b":128,".spec":23,".exe":86,"\u305d\u306e\u307e\u307e":128,"\u6700\u5c0f":[141,111,12,120,129,81],"-cutter":128,"'haystack":56,"\u7d71\u5408":[62,114],httpd:[62,128],"\u6307\u6570":127,https:[],selects:95,"enter\u30ad\u30fc":62,"\u6d41\u91cf":43,"_plugin":[23,124],cas:146,"\u884c\u308f":[151,37,93,143],nfkc:158,can:[93,112,126,27,15,99,48,7,118,40,103,68,16],clearlock:[],",\"http":11,"_stable":100,"_stamp":126,"\u884c\u3063":[150,62,60,128,112],"\u5b89\u5fc3":108,"-com":128,",'":[11,38],"\u884c\u3044":[151,37,56,3,128,112,57,143,123,82,99,97,155,131,63,64],",\"":[37,4,155,109,135,63],",.":128,mpaa:81,"\u884c\u3048":[99,3,153,150],write:[62,93,32],"^commit":128,"\u8fd1\u508d":[],"_zone":7,"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":62,"\u5316\u6e08":[64,67],uint:[132,3,76,38,87,89,110,122,93,127,96,98,48,80,52,37,57,154,60,144,81,62,63,153,112,69,116,118,158],",_":[37,93,3,127,112,69,130,99,60,155],"\u3057\u306a\u3051\u308c":153,"?\"":112,"\u8fd4\u3059\u304b":130,ghz:143,"\u5404\u56fd":128,"\u30b2\u30c3\u30c8":22,",{":[143,4],"\u304b\u308f\u308a":[57,141],"\u5357\u534a":62,"\u82f1\u8a9e":[0,23,128,103],"=-":45,"\u5bfe\u8c61ctx":14,ieee:38,"_account":103,":ss":[126,127],"_tsv":149,"\u30bd\u30d5\u30c8":149,"-libedit":132,"/html":[23,43,103],"\u3002gdb":150,"\u78ba\u5b9a":130,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":45,"\u4f5c\u7528":62,"\u542b\u3081\u308b":[93,74,3,153,128,115,62,23,149],rake:128,"\"version":4,"\"ruby":69,"\"vector":62,alisa:99,now:[],"\u3086\u304d":122,"_lcp":97,january:113,"[normalizer":62,"\u8aad\u307f\u8fbc\u3081\u308b":135,el:111,domain:[],en:[40,74,130],ea:[126,74],"\u30e9\u30d9\u30eb":62,kana:[40,130,106,156,71],ex:74,year:126,"\u70b9\u6570":[],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":128,opened:[118,126],space:[153,69],"\u518d\u69cb":23,increase:[118,93],"\u3065\u3051":[],"/files":128,shows:115,"\u5230\u9054":53,args:82,"\u5d8b\u7530":62,"/pub":111,"\u7d50\u5408\u5f0f":[],arnaud:23,"[windows":[23,62],"\u6e1b\u7b97":[],"_block":[2,146],omitted:4,"\u305f\u3069\u308b":37,"_process":[2,146],message:[126,63,6],xt:74,size:[],"\u4e0b\u3055\u3044":[141,111,74,128,12,129,97,86,117,62,73],checked:128,bookmark:69,"_obj":[],"\uff08,":3,"\uff08-":[93,3],"'column":62,"\u30bd\u30b1\u30c3\u30c8":[66,35,137,5,80,58,59,109,6,133,135,89,21,62,31,119,92],"\u3044\u308c":[11,62,64],"\u3044\u308b":[],that:[93,95,112,113,118,126,97,27,14,15,48,16,62,40,68,42,7],kenichi:[23,132],localnames:135,"=path":[],libevent:[45,129,12],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":101,"\u304by":62,x6:128,than:[126,118,69],"\u30d5\u30a9\u30fc\u30e0":[62,93,153,136],"*next":42,"\"\u4e8c":40,"/gat":[60,3,112],accesses:[118,48],"_basic":[7,43],"\u5404\u547d":143,browser:103,"\u3044\u304f":[],"(scope":154,"\u3044\u304d":[108,3,128],remained:126,")senna":149,"\u3044\u3044":[120,108,22],"-zlib":[],"\u30b3\u30f3\u30d1\u30a4\u30eb":62,"\u30b3\u30f3\u30d1\u30a4\u30e9":23,"_circle":[],engin:[40,130],"\u591a\u5f69":114,"=none":[74,115],"\u3044\u3064":40,"*buffer":64,"\u3044\u307e":55,"\u9806\u6b21":[151,82,3,87],begin:151,price:11,"\u5c0e\u5165":[18,10,150,62],"_section":[59,62,63,105,155],"\u79fb\u52d5":[128,70,86,62,21,23],"\u672a\u4f7f\u7528":146,"\u3068\u308a\u3068\u3093":[153,127],"-yyy":103,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[],"\u3057\u3044":[57,123],"\u3057\u304f":62,"\u975e\u4e92":62,"\u65b0\u5bbf\u99c5":60,"\u3057\u304b":[93,153,11,127,63,52,43,103],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[],oldvalue:105,"\u3057\u3066":[0,37,93,132,3,128,57,155,12,108,97,7,62,18,150,103],"\u6700\u5927":[53,54,1,132,127,79,93,82,27,15,146,81,142,143,23,62,49,43,101],"\u30bf\u30a4\u30c8\u30eb":[37,93,127,11,63,153],title:[37,3,128,112,11,154,87,62,63],only:[15,7],"\u3057\u307e":108,"-server":[],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":7,cannot:[],"\u5f8c\u8ff0":[131,154,56,128],"1\u6708":[11,155,38,93,127],"/gqtp":[62,120],"\u62c5\u5f53\u8005":128,"\u8b70\u8ad6":0,elfring:62,"\u840e\u7e2e":108,"({":113,"\u4e21\u65b9":[93,155,153,69,79,98,114,40,127,122],"(scan":150,"\u8a18\u6cd5":[63,127],"\u70b9\u4ee5\u4e0b":11,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":62,"\u5dee\u96c6\u5408":127,between:[],"import":128,"\u5426\u304b":81,notice:[5,6,7],"\u3057\u308c":116,"\u3057\u308a":108,tokenbigrma:74,"\u3057\u3088":[34,56,11,98,14,47,61,16,62,23],"\u672a\u8a2d":62,article:63,"\u3079\u30fc\u30b9":62,"\u975e\u4f9d":111,"-groonga":[88,143,128],"\u5c55\u958b\u5f8c":93,"\u8868\u8a18":[61,76,128,69,11,38,60,62,23,127,103],"\u578b\u60c5":62,"\u3002callback":56,"<encoding":82,"'>":94,"';":82,"=yes":[62,93,150,128],ruby:[],"\u5438\u53ce":[3,76],these:27,"\u4e0d\u5b8c\u5168":23,"\u30b7\u30b0\u30ca\u30eb":23,geodetic:38,"\u5f8c\u65b9\u4e00\u81f4":62,"\u4f7f\u7528\u4f8b":61,"/packages":128,shorttext:[3,76,79,38,82,87,40,89,95,110,122,93,61,127,69,11,130,98,99,48,135,131,80,52,37,106,57,143,59,154,60,144,81,23,63,94,153,112,155,132,27,116,71,118,158],"\u3002\u3002":39,"\u3002\u300c":[37,93,74,153,115,127,63,52],"\u3002\u300d":57,"\u5fc5\u8981":[],", {":[7,43],"\u5c65\u6b74":128,"\u8f9e\u66f8":[141,1,57,132,111,62],develop:10,"-dir":143,"\u6fc1\u70b9":158,document:[127,128,132,82,27,30],"\u3002\u3044":56,favorited:155,"\u5b89\u5b9a":[114,62,10,109],"_space":[2,146],initialization:113,".po\u30d5\u30a1\u30a4\u30eb":[],", \"":[63,69],favorites:155,"\u3042\u306a\u305f":[128,22],eito:62,"\u3002\u3059":[98,143],"\u628a\u63e1":108,"\u3059\u3079\u3066":[93,74,3,127,69,132,143,97,10,7,81,62,23,45],"[output":62,"\u3002ecmascript":93,"\u6bd4\u3079":[98,112],"'groonga":[129,111,12,141],touch:118,"\u30ab\u30e9\u30e0":[],speed:9,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":66,"\u3002api":[27,136],"\u4f4e\u304f":57,mmap:[],"_extract":85,"\u4f4e\u3044":[57,93],"\u30ad\u30fc":[53,93,132,3,105,69,79,38,153,82,158,97,144,62,127,42,91,52],real:[118,27],"\u542b\u3081":[93,149,153,128,81],"\u542b\u3080":[151,93,56,3,153,69,130,139,123,59,155,62,63,127],"\u8a00\u3046":[40,69],"\u8a00\u3044":[154,121],read:[48,27,146],swig:85,"\u5c55\u958b\u7528":23,amd:128,"\u542b\u3093":[93,56,153,106,11,27,116,62,9,127],"_hook":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[62,146,82,7,87],cd:[103,111,128,141,20,12,129,86,45,73],"=site":87,output:[],"\u5c5e\u3059\u308b":[131,89,38,64,105],unsplit:56,"\u3002sphinx":18,"\u30b7\u30b9\u30c6\u30e0":[],"\u5de6\u53f3":3,"id\u9806":131,"\u30ec\u30b9\u30dd\u30f3\u30b9":[23,2,146,43,62],"\u30de\u30b7\u30f3":82,"\u542b\u307f":[116,131],"\u542b\u307e":[3,80,123,8,125,89,43,93,127,128,47,99,52,55,56,81,62,149,111,153,27,116,71],"\u5206\u3051":[],tomoatsu:132,".posted":155,"-static":23,rdbms:114,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":143,"\u578b\u6307":62,backup:135,processor:[129,111,12,141],"/admin":[23,82],"\u30aa\u30d5\u30bb\u30c3\u30c8":[62,93,130],"_per":[23,14],"\u53f3\u4e0a":1,"=title":87,operator:95,"\u53f3\u8fba":[23,132],your:[23,103,118,65],log:[],prepare:7,aren:118,assumed:[42,14],rpmforge:111,rlimit:[62,126],"\u77e5\u8b58":143,cflags:[20,128],"\u306b\u3064\u3076\u3084\u3051":108,"d\u30ad\u30fc":3,"/query":8,",\"links":11,embedded:7,"\u30b3\u30b9\u30c8":[98,97],"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":62,"\u9032\u3081":[],"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":130,"\u5bfe\u5fdc":[],"\u95a2\u4fc2":[],"\u56db\u89d2\u5f62":[],"\u691c\u67fb":64,"_code":[116,126],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[87,43],you:[93,112,113,156,14,15,99,48,16,118,40,103,7],string2:96,string1:96,coverage:150,"[fedora":62,gemfile:62,"\u4e94\u5165":23,bulk:68,"\u5b9a\u7fa9":[35,3,78,80,82,89,42,91,93,61,127,98,99,97,133,38,56,105,49,58,59,154,144,146,81,62,63,149,153,27,94],"\u8a66\u3057":108,"\u8a66\u3059":159,"\u3068\u3064\u3044":60,"\u518d\u5e30":[93,56,35,7,64,149,92],"\u5343\u4e07":53,month:[37,126],"\u308f\u304b\u3061":123,"\u3002name":[97,105,14],"4byte":146,"\u57fa\u6570":127,longitudexlatitude:62,"-e":[12,82],"-d":[113,51,82,7,87],"-g":86,"\u4e16\u4ee3":10,"-a":[62,82,153],"_rk":131,"-c":[141,111,82,87],"-m":151,"-l":[113,126,82],"-n":[113,23,3,82],"-i":[143,82],"_rc":[34,93,64,105,78,17,107,97,14,15,131,100,95,16,50,90,68,42],"-j":45,"-t":[113,82],"-w":128,"-p":[113,143,82,87,151],"-s":[113,82,87,51],"\u304b\u304b\u308a":[98,153,128,127],"-x":[62,128],"-z":113,"-conditional":23,very:[116,93,153,27,47,40,127],"\u4ed5\u7d44\u307f":[62,7],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[23,43],"\u76f4\u5f8c":14,":\"":[68,3],"_github":[128,103],"\u6b8a\u547d":143,normalizers:158,"\u9df2\u7530":62,"--":[34,1,76,78,82,86,7,62,90,42,93,94,127,128,69,97,14,15,99,100,16,50,102,37,104,105,57,49,107,143,131,60,95,23,64,149,67,112,155,132,27,124,30,68],"-(":[127,128],"-+":7,"\u3057\u307e\u3057\u3087":[60,69],"->":132,"/work":128,"\u518d\u73fe":[57,62,108,136],"\u975e\u5206":93,"@s":132,naoina:62,"-jinja":128,"\u6e2c\u5730":[61,11,38,29,60,148],learned:112,"\"yyyy":127,"\u9ad8\u3044":[93,3,130,109,7,114],"/ja":[128,103],snippet3:27,"\u306b\u95a2\u3059\u308b":[],"\u30aa\u30b9\u30b9\u30e1":[141,111,12,129,86,117,73],"@'":3,"_dist":62,"\u30ec\u30b3\u30fc\u30c9r":56,daemonize:[113,51],"\u308f\u304b\u308b":62,"\u308f\u304b\u308a":[132,112],"\u30b0\u30ed\u30fc\u30d0\u30eb":62,"\u3068\u305d\u306e":10,"\u8ad6\u7406":[],hoge:96,"\u30de\u30c3\u30c1":[],"9\u3064":3,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":62,normallexicon:158,chunks:142,bash:45,"\u6c7a\u307e\u308b":3,"\u6c7a\u307e\u308a":149,",[":57,"@yito":62,fulltext:[74,27],".comment":[155,63],"-tokenizer":[141,62,111,12,129],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[],"\u30af\u30ea\u30c3\u30af":128,"\u5fa9\u53f7":128,site:[37,3,112,11,60,87],"\u3002eclipse":103,"[load":62,"/homebrew":128,"-databases":[89,48,3,87],nine:3,"\u9664\u53bb":[62,94,132],exclude:[62,81],"0mq":62,"-address":[23,82,62],snippet:[],"\u3042\u3089\u304b\u3058\u3081":[141,38,128],"[table":62,"_likes":[116,118,93,153,127],fu:74,"\u51fa\u73fe":[114,130,105,84],"[dat":62,"\u901f\u304f":[37,45,52],fa:74,tries:16,"\u5ea7\u6a19\u5024":[],fd:113,"\u6642\u9593":[],"\u901f\u3044":79,documentation:[118,65],"\u4e00\u5bfe":11,narwhal:23,uninstall:62,"\u5909\u63db":[2,79,38,7,155,131,23,158],help:[23,150],"\u592b\u5fc5":122,"-wno":23,"\u5dee\u3057":128,"/lzo":[23,132,62],systemd:62,"\u306f\u3044\u304f\u3064\u304b":[53,116,16,43,153],"_rename":[],"\u30ab\u30fc\u30bd\u30eb":[131,23,132,104],shimada:132,systems:27,"\u57fa\u672c":[],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[62,82,153],"-test":[150,128],"\u5e03\u6559":72,"\u3002:":[3,80,123,82,7,40,89,9,43,93,10,128,130,143,47,133,135,18,103,106,57,142,108,59,109,118,23,150,71,30,52],"\u597d\u304d":103,yito:62,"\u306a\u306a\u3069":[153,127],"\u9032\u3093":114,"\u30b5\u30a4\u30ba":[34,79,86,62,141,11,12,97,131,52,53,105,142,109,146,23,64,111,114,27,129,117,73],"\"sequence":[40,130,106,71],"\u30d5\u30a1\u30a4\u30eb":[],todo:[],event:[40,130,106,156,71],"_position":[98,93,3,76,154,57,155,153,27,59,99,118,63,127,105],"\u52a0\u3048\u308b":[59,23],"<ip":[143,82],since:[126,105],issue:0,"/mailarchive":128,"\u9045\u304f":148,"\u9ad8\u304f":[57,69],"\u9045\u3044":[79,61],"\u3002mysql":[129,111,12,158,141],pub:128,"\u3042\u308f\u305b\u308b":62,reason:40,base:[7,128],put:153,loads:7,rect:61,"\u5931\u52b9":[7,101],"\u30b5\u30a4\u30c8":[11,37,128,136],"\u5024\u3068":[11,93,153],encoding:[107,68,4],"/data":65,"\u8ad6\u7406\u548c":[],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":120,"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":62,php:62,"\u5024\u304b":61,":value":[93,153],"\u53d7\u3051\u308b":[62,120],zeromq:45,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,schema:156,"\u3002make":143,"\u3002null":[97,67,14],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":23,translation:103,jquery:132,grep:[129,111,12,141],"\u3002xml":116,"_probability":[23,130],str:68,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":128,"\u5206\u3051\u308b":[11,128],"\u547c\u51fa":[34,97,64,105],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":43,"null":[],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[62,132,8],"_incr":64,"\u79d2\u5358":[11,38],"\u5024\u3068\u3057\u3066":[142,61,82],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":7,tokenbigramsplitsymbol:[57,132,32],".repoforge":111,"'hay":56,"/dev":128,clear:64,"\uff08and":136,"\u6697\u53f7":128,"\u4ecb\u3057":[114,87],clean:150,"\u6574\u5408":[1,64],"\u4e8c\u70b9\u9593":61,"\u62e1\u5f35\u578b":11,"\u59cb\u3081":103,parameters:[],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":150,"\u4eca\u5f8c":[21,23,125,74],httprewritemodule:7,".nginx":7,"*index":[95,104],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[62,82],"\u89e6\u308c":3,"\u52a0\u7b97":[],"\u68ee\u7530":37,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u82b1\u5b50":37,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":31,"(argument":127,locale:103,"_enough":[2,146],":groonga":[93,153,128],"_would":[2,146],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":56,"\u7d39\u4ecb":[37,72,93,128,155],"_lt":131,"\u5909\u6570":[127,128,20,124,62,23,149,42,150],"-level":82,"|persistent":[89,48,80],"\u306f\u3061\u3087\u3046":127,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[140,136,65],delimit:62,oneiric:[23,128,62],geopoint:[],"\u5f71\u97ff":[62,128],"\u767a\u63ee":114,"\u4e00\u5f0f":64,likes:112,"-plugins":[],"\u4e0d\u80fd":143,tokenbigramignoreblanksplitsymbol:[57,32],"\"web":[106,71],"\u306e\u3069\u308c":40,"\u4e8b\u67c4":108,stamp:126,describes:116,"/db":[130,120,7,135],"/dd":127,"\u56de\u7279":143,"\u7a3c\u52d5":66,"\u6a29\u9650":[62,45,87],"\u30a8\u30b9\u30b1\u30fc\u30d7":[],"\u6307\u793a":[78,40,3,87],"while":48,"\u505c\u6b62":[62,10,82,119],"\u4eca\u5ea6":155,"_zlib":[59,2,105],"!(n":127,"\u898b\u3064\u3051":[40,1,108,62],increased:93,fedora:[],port:[113,143,87,73],dest:[151,97,82],"_keys":97,"[suggest":62,"-jp":62,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[18,45,128],composition:158,used:[67,113,101,81,126,68],temporary:67,uses:[15,118,126],user:[37,154,113,143,27,99,7,81,118,42],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[93,74,153,112,115,82,27,158,133,118,62,45,52],database:[],"-filter":[122,69,27,99,154,62,23,138,127],"\u30ef\u30a4\u30c9":23,"\u30b1\u30fc\u30b9":[57,93,7,52],"\u9806\u756a":[104,153,57,82,131,3],"\u30b0\u30e9\u30d5":114,"_path":[],"\u30d0\u30a4\u30b0\u30e9\u30e0":57,"\u4e8c\u756a\u76ee":127,"\u8fd1\u4f3c":[23,61,148,62],"\u56de\u6307\u5b9a":153,"\"tritonn":93,"\"uptime":4,"-gram":[74,3,127,57,114,123],"\u3064\u3051\u308b":[93,108,122,69],"...":[34,75,4,78,17,80,7,62,89,90,42,98,93,95,127,130,131,97,14,15,100,16,135,50,102,104,105,49,107,143,109,23,64,153,67,154,113,46,30,68],"-untrusted":129,"\u9759\u7684":[],nginx:[],"_com":128,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":146,"'..":62,"\uff09\u307e\u305f":[74,115,153,127],popular:93,"\u518d\u751f":7,"\u4f5c\u696d":[],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,3,4,38,123,82,87,23,45,43,98,93,10,127,69,11,130,14,47,99,100,133,16,21,52,56,57,107,143,50,61,62,148,151,153,112,132,7],"\u5927\u304d\u306a":[43,52],some:[118,68,156,126],"\u96a3\u63a5":[114,153],"~number":127,"\u5927\u304d\u304f":[11,132,10,135,148],"\u5927\u304d\u3044":[93,56,153,79,82,23],"\u3061\u3083\u3093":37,"\u30af\u30a8\u30ea\u30fc":[],minimal:7,".sh":[62,103,150,128,65],run:[150,118,48,7,128],".so":8,processing:126,"\u81ea\u5df1":155,"\u4ed8\u3044":[155,158],"\u5f37\u5236":[62,1,64],"\u898f\u683c":131,"\u4ed8\u3051":[3,11,144,87,81,62,63,43],"\u30ab\u30a6\u30f3\u30c8":[62,155],"\"mori":135,"\u4f3c\u305f":[60,158],"_read":2,ids:[95,69],"\u5916\u90e8":139,"\u5185\u5bb9":[34,120,3,78,80,87,40,89,93,127,128,11,131,103,143,108,62,63,153,151,67,155,27,116,71,118],".garbage":62,block:11,libzmq:[129,12],"\u3067\u3069\u3053":2,"\u30ad\u30e3\u30c3\u30b7\u30e5":[],".column":62,".(":128,".)":[126,62,127,118],".-":103,"..":[93,3,153,69,130,82,127,47,99,7,135,62,30,103,109,43,52],"./":[45,103],"\u5316\u6f0f\u308c":62,"\u3067\u3082\u3063\u3068\u3082":26,".\"":[37,93,3,127,11,27,98,99,87],"\u5909\u66f4":[],".'":[59,62],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":155,patprefix:122,"\u652f\u63f4":9,"\u30da\u30fc\u30b9\u30c8":62,"[groonga":[23,128,62],pangolin:[],registered:[40,27],tokenbigramignoreblanksplitalpha:32,".]":[127,69,130,80,109,89],"._":[93,153,112,11,62,64,127],"\u3002\u30bf\u30b0":[37,69],"_module":7,utc:127,utf:[85,4,113,107,132,82,158,62,45,127],".n":[118,93,127,67,153],".o":37,munin:[141,1,12,111,129,62,23,45],"\u306b\u5bfe\u3057":[1,3,78,123,8,93,127,128,69,130,97,37,56,66,154,60,62,63,64,151,59,153,112,114,30],".c":[93,85],".d":[142,12,118,129],"_max":[54,2,104,15,100,146],".x":111,"\u307e\u307e\u3067":57,".}":[109,127,69],"\u66ff\u3048":[],"\u5099\u8003":62,doesn:[118,48,7,16],"\u3002gnr":136,"\u5727\u7e2e":[],"\u306b\u3068\u3063":108,"_columns":[],"\u958b\u3044":[158,132,62,23,31,92],"_float":49,"\u958b\u304f":[23,158,62],"\u958b\u304d":67,"_rate":[87,66,3,4,7],application:[7,43],"\u958b\u3051":62,"'\u3002":82,"\u56db\u3064":123,sigcont:62,"\u6642\u4ee5\u5916":132,"\u843d\u3061\u308b":[23,132,62],"\u767a\u884c":87,draw:37,": n":151,"_len":[62,105],"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[],"(title":[62,96],"\u306a\u304c\u308b":62,"\u4e00\u5de5":122,required:[],"\"suggest":9,"\u5b50\u5348\u7dda":61,requires:40,kawaji:62,"_pat":[],"\u30d6\u30e9\u30b8\u30eb":61,gr:[93,74],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":93,gb:[142,4],ga:[74,143,158],go:98,"\u30dc\u30c7\u30a3":[52,146,8],gi:74,".ssssss":126,nippon:40,"_unknown":2,"\u300cgroonga":136,mbytes:143,"/..":[7,128],"\u4e0d\u8db3":[141,111,12,129,86,117,73],"\u9632\u304e":62,"\u304a\u3053":[11,114],mercurial:128,".mo\u30d5\u30a1\u30a4\u30eb":103,configurations:16,"/bin":45,"\u5341\u5206":[57,34,142,93,8],"/sbin":73,"\u8ca0\u6570":[62,16],download:[111,128],"-known":27,"/introduction":[3,87],opaque:[15,146],".tsv":[149,4],"\u30dd\u30a4\u30f3\u30c8":[149,69],"\u983b\u7e41":[97,45],"\u4fdd\u5b58":[],"\u7b49\u5024":132,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":74,"\u62e1\u5f35\u5b50":[132,143,4,8],"\u3002max":131,accessor:[97,64],".weight":62,blogroonga:[],"\u300d\uff08":[123,135],"_child":[2,146],"\u306e\u3042\u3068":62,"\u5177\u4f53":[57,63,112],"\u8fd1\u304f":[114,39,127],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[140,17,114],"\u540c\u3058\u578b":69,"\u898b\u3064\u304b\u3089":97,"\u898b\u3064\u304b\u308a":93,"\u898b\u3064\u304b\u308b":62,"\u898b\u3064\u304b\u308c":108,"\u8d85\u3048":[57,62,93],realloc:132,"\u5171\u901a":[127,79,38,108,23,63],"boolean":85,"\u7d5e\u308a\u8fbc\u3080":9,"\u624b\u9806":[],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":[62,114],"_no":[],"\u81ea\u5206":[143,108,7,117,103],milliseconds:113,soundkitchen:[23,62],cosmo:62,"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[142,69],started:[116,126,93,153,127],"\u5f15\u304d\u8d77\u3053\u3059":62,"\u5371\u967a":[128,43],"\u53d7\u3051\u4ed8\u3051":[62,132],mitsuhiro:132,"\u7de8\u96c6":[],links:[11,87,112],escapes:68,sudo:[141,111,128,20,142,12,120,129,87,118,62,45,150,73],">max":4,objname:[31,92],"\u30b7\u30e3\u30fc\u30d7":52,tokendelimit:[74,32,71],"\u6df1\u523b":[57,62],"_repair":62,"\u512a\u5148":[114,143],"*valuebuf":34,"\u5fc3\u914d":117,"\u9577\u4ee5\u4e0a":[97,64],".entries":118,"\u7d5e\u308a\u8fbc\u307f":[114,3],"\u66f8\u5f0f":[],rakutan:63,"\u81ea\u52d5":[37,3,105,128,79,8,143,153,97,7,23,122,62,127,91,103],"\u898b\u3064\u304b\u3063":[93,9],"_characters":68,":tasukuchan":155,"get\u30e1\u30bd\u30c3\u30c9":30,"\u30c7\u30d5\u30e9\u30b0":23,"!\"":[37,93,74,3,153,11,155,116,98,7,62,63,127,43,87],including:48,"-mysql":[141,111,12,115,129,158],"\u88dc\u8db3":7,geoppoint:95,"_match":[],auto:130,"\u629c\u304d\u51fa\u3059":114,"_seek":[2,146],takayuki:23,"\u306b\u304f\u308b":57,"\u5f15\u8a9e":3,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":108,"'query":62,"\u65e2\u5b58":[120,3,67,128,11,114,143,97,87,21,62],chunk:[109,118],"\u751f\u6210":[],variety:37,special:93,"\u3050\u308b\u3093":[37,153,127],"-match":[],"\u306b\u304f\u3044":114,may:[118,48],"_default":[50,62,100,107,43],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[23,62],"\u65e2\u5b9a":62,"_script":125,"_proxy":7,deprecated:[93,10],times:16,"-localstatedir":[],"\u307f\u304c":56,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":13,"_proc":[],"\u8aa4\u5dee":[23,61,148],largetext:79,"<max":82,unsupported:146,improving:118,"\u305e\u308c":[56,104,127,128,71],"\u5185\u8fd1\u304f":127,management:[27,65],"\u305d\u3053":[11,57,128],mkdir:135,"\u6700\u4e2d":114,"\u52d5\u5c0f":38,"\u304a\u304b\u3057\u304f":132,"_bad":2,"-doc":62,"\u306f\u3058\u3081":[],configure:[],"_utf":[131,107],travi:62,",..":[47,89,80,93],"_vector":[37,93,105,69,11,155,59,154,144,62,64],"*min":131,updating:16,"\u3092\u3054":150,"-log":[],"\u305d\u3046":[81,108,127,65],"_expander":[],"\u8a72\u5f53":[105,27,97,81,131,62,63,64],"-threads":[113,82],"\u56fd\u969b\u5316":[],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":128,"*ctx":[34,64,104,67,78,17,14,15,131,97,95,49,50,90,68,42,102,105],"\u30de\u30a4\u30af\u30ed":[11,155,38,127],need:[15,113,118,14],"\u3068\u307f":[30,93,62],nsis:128,"\u6f14\u7b97":[127,132,97,136,62,45],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[93,10,142,143,21,45],"\u3092\u308a":7,"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":45,"-dd":[126,127],"\u4e00\u5ea6":[112,8,98,16,62,23,63,158,149,7],url:[135,23,87,128,30],uri:[30,7],"/ipaexgothic":18,"\u6982\u5ff5":10,databases:15,"\u57fa\u6e96":[11,114,3,128],"_temporarily":[2,146],"\u5fc5\u9808":[],"\u3084\u3089":128,"\u3084\u3081":[23,62],"\u3002\u2193":82,ssssss:126,"\u53cb\u4eba":37,"\u6e2c\u5b9a":143,"-compliance":7,"\u624b\u9593":108,based:[95,27],"\u3068\u3066":[79,93,43,114],"\u65e5\u6642":[],"\u4e0d\u6b63\u78ba":[66,62],"\\groonga":86,"\u5358\u306b":[62,55],"\u4e0d\u8981":[62,114],sha:128,"\u79d2\u3088\u308a":124,processed:126,"\u3050\u308b":[136,153,127],"_parse":[107,68],"_setpshared":62,sho:62,official:128,korea:112,"\u63a5\u7d9a\u5148":151,".list":[129,12],"2\u3064\u3081":[63,153,43],"|ga":93,"\u975e\u5e38":[62,43],"\u7ba1\u7406":[],wibowo:62,ken:37,"\u3084\u304c":10,"\u304c\u304a\u304c":155,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":62,"\u3053\u308c\u3089":[3,4,79,7,8,45,9,91,141,93,61,127,69,12,57,43,136,20,62,111,153,112,155,115,129,71,30,72,158],key:[],"\u3084\u3057":93,limits:118,admin:132,"\u96e3\u3057\u3044":114,"\u898b\u3064\u3051\u308b":[40,158,7],"\u4eca\u56de":[62,3,27,127],"\u4f5c\u6210":[],"_add":[78,97,68],"\u30af\u30ea\u30a2":[23,64,62],quit:[],"\u91cd\u8907":97,"\u30b9\u30ab\u30e9":[80,105],quiz:37,"\u547d\u540d":62,"\u306b\u3088\u3063":[35,3,76,5,80,123,82,6,87,89,92,93,10,69,11,14,97,133,135,136,21,137,37,56,139,58,66,109,62,64,151,59,114,30,31,119],"\u6b21\u671f":128,username:[37,86],"\u65e5\u672c":[153,128,38,29,60,40,148,127],corresponding:64,tweets:98,"\u7a2e\u985e":[],"_binary":62,"\u4ee3\u308a":[62,61,153],glossary:65,"\u3076\u3093":108,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[93,74,154,99,86,7,62,23,149,52],demo:37,"\u3060\u304b\u3089":93,"/_":128,"\u76f4\u524d":78,"\u9818\u57df":[45,62,60,64,97],"/o":52,redcloth:128,"\u91cd\u8981":[93,74,128,69,150,108,26,14,98,7,114,45,84,43,52],"\u614e\u91cd":150,"/f":128,"/d":[7,43],"/c":[70,114],"\u91cd\u8996":[57,98],"-essential":[129,12],"/x":43,"-learner":[],"\u8aa4\u5b57":[23,132,149,62],crch:74,"(mroonga":149,http:[],"\u306b\u3088\u308a":[53,93,61,3,122,128,109,11,114,38,57,60,7,62,63,43,87],"_ito":23,"\u305f\u3070\u304b\u308a":98,"/.":23,"\u540d\u4e00":89,"/(":128,"/groonga":[120,3,82,86,7,8,88,89,62,45,141,128,70,12,48,18,103,20,87,23,149,65,111,132,129,118,73],"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":62,"/$":103,well:27,"/\"":[37,3,112,69,11,60,87,135],"/;":7,"\u3042\u304d":122,accurate:27,"\u904b\u7528":114,"\u3042\u3063":[37,93,10,105,128,141,130,143,47,97,91,62,64,43,103],"-ruby":[62,128],"/kytea":74,logged:126,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":146,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":62,"\u6790\u7cfb":127,"\u756a\u53f7":[151,93,105,143,82,120,43,87,62,91],"_mask":64,"\uff08or":136,".jp":[93,85,128,22,135],pikonyan:37,tomita:132,"\u78ba\u4fdd":[34,142,14],"\u6587\u5b57\u6570":[27,127],"\u5ea6\u5206":38,"/key":64,"\u4e0b\u8a18":[66,109,131,10,56],linux:[],"\u3002optarg":67,home:[45,128],"'config":82,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":62,"\u5411\u3051":[],"_permission":2,"\u304f\u308c\u308b":[70,114,103],nihon:40,"\u5411\u3044":[116,79,93],"\u3093\u304c":[153,127],"_number":[116,87],"\u3057\u3064\u3064":150,"\u3042\u308c":[127,128,57,143,98,81,52],"\u3042\u308a":[],"\u3042\u308b":[],offset:[],"\u304b\u3051\u308b":[108,7],"\u9055\u3063":40,".hash":155,"-source":128,"\u6f0f\u308c":[62,136,128,114],compatible:7,"\u9055\u3044":[93,61,3,153,11,63,43,52],"\u9055\u3046":132,"\u500b\u6570":[62,105],"<log":82,"_nhooks":78,additional:62,"_nsubrecs":[112,105,91],"\u30ed\u30b4":62,"\u30ed\u30b0":[],"\u5c55\u958b":[],"\u7279\u6b8a":[],"\u3059\u3053\u308c\u3089":93,hw:73,"\ufffetext":74,hh:[126,127],"\u540c\u3058\u5024":[3,7],ear:74,truncation:23,"\u3068\u3053\u306e":40,limit:[],"\u3068\u3053\u308d":[55,127,70,155,59,8,125,62,103],"{\"":[55,153,69,130,106,143,98,99,71,125,40,63,109,127],"\u79d2\u5f62":38,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[62,146],eric:81,functions:[99,85,7],"\u3002video":37,halfwidth:158,"\u6163\u7fd2":62,"_many":[2,146],"_auto":[],"\u65b0\u3057\u3044":[],"\u2026\uff09":106,"\u65b0\u3057\u304f":[93,10,3,108,98,136,52],friends:37,sphinx:[],using:[63,85,7],katagiri:62,persistent:[97,67],"{\\":47,"\u305a\u308c":[59,10,5,114,38,82,97,61,47,11,60,6,146,56],"\u8a73\u7d30":[120,74,3,38,7,8,90,141,93,45,69,12,99,50,103,57,143,62,150,111,112,116,129,30,52],"(shorttext":76,"=redhat":45,"\u5927\u62b5":7,"\u3002scan":150,"\u30ab\u30e9\u30e0n":154,calculate:113,segments:109,"\u592a\u90ce":37,"\u30df\u30ea":[11,23,38,60,127],updated:[57,85,103],"void":[67,107,97,131,100,16,50,62,64],updates:27,"\u3066\u307f\u307e\u3057\u3087":60,"\u53c2\u7167\u5143":11,"\u30df\u30b9":40,"\u53c2\u7167\u5148":62,"=pat":62,solution:112,vector:[40,69,62],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":62,"\u898b\u7a4d\u308b":142,japanese:[40,22],"*namebuf":[64,105],"\u3002grn":[56,136],implemented:85,even:40,"\u62e1\u5927":108,"\u50be\u5411":63,"\u6210\u529f":[],"new":[],tips:[],maverick:23,metadata:62,"\u306f\u3044\u3051":[64,144],"\u5fdc\u3058":[34,143,114],"\u9234\u6728":62,"\u4e2d\u4e95":62,"\u305a\u306b":69,"\u305a\u3064":[143,63,82,155],":port":[30,82,7],"\u5411\u4e0a":[23,120,7,43,136],serch:[130,106],"\u3080\u308b":[153,127],xvzf:[141,111,20,12,129,45,73],itagaki:132,"\u826f\u3044\u4f8b":108,mysqlgenerallexicon:158,"\u9023\u7d9a":[74,106,57,123,62,64],call:14,typo:23,type:[34,3,122,80,40,42,95,11,130,48,97,52,37,105,106,49,143,59,60,63,112,113,155,115,71],"\u3002zlib":59,posting:95,advance:40,language:103,"\u4ee5\u4e0b":[],"\u4ee5\u4e0a":[],"_comment":154,"_left":[23,95,2,146,29],"\u4e3b\u8981":117,akio:[62,132],root:[62,7,87],"\u306b\u95a2\u3057":[62,56,143,14],"\u80a5\u5927":62,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,31],"\u63a8\u5968":[93,10,116,87,117,62],"\u5408\u5bbf":155,"\u4f55\u500b":93,config:[1,10,86],"\u304c\u3059":97,"\u9023\u7d61":103,sitedomain:[87,112],"\u30b9\u30fc\u30d7":123,"/result":62,"\u30fb\u5186":114,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":63,summarize:112,"\u3002tsv":[116,149],"_indexer":62,"_options":62,"\u9069\u5408":[57,3],"\u30a4\u30f3\u30dd\u30fc\u30c8":[],"\u9023\u7d50":[62,63,64],"\u5206\u5c90":150,"\u643a\u5e2f":114,"_ja":62,"\u5358\u4e00":59,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":128,"/acccess":120,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":132,"_jp":45,"_small":[2,146],"\u6d6e\u52d5":[],before:65,"\u7e26\u68d2":52,"=allow":93,"\u6574\u6570":[],combination:81,weakness:27,"\u300coutput":30,"\u30b9\u30c6\u30fc\u30bf\u30b9":[62,2,146],"\u691c\u8a0e":[57,120],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":7,"-pack":[],"\u691c\u8a3c":151,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[],"\u30ec\u30d9\u30eb":[5,62,6,82],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[],"'article":63,"\u30d1\u30b9":[151,132,3,67,128,143,8,82,124,87,30,23,62,45,51,43,7],"\u7c21\u6613http":[129,111,12,141],extract:126,"\u30ed\u30b0\u30d1\u30b9":132,realtime:[130,71],"/bc":128,content:[116,93,94,153,154,27,118,98,99,7,62,23,63,43,127],grease:11,"/\uff09":132,"\u8996\u899a":114,"\u30d1\u30ea":61,starts:48,messages:62,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":132,iso:127,features:7,hook:78,"1\u884c":143,"-th":115,"\u7531\u6765":136,"\u30e1\u30e2\u30ea\u30fc":52,"\u5358\u4f4d":[61,3,127,114,38,123,26,27,116,132,146,49,23,148,155],"_clear":[23,64],"\u5b57\u5217":[23,38,153,52],"/mm":127,"\u5358\u4f53":[114,143],"\u5f79\u5272":[99,3],nsubrecs:[37,105,112,155],distance:61,keyword:[62,93,27,153],".json":[4,7],enabled:126,"\u524d\u4ed8\u304d":64,gnupg:128,enables:[7,112],"\u30a8\u30e9\u30fc":[],"\u7e4b\u3052\u308b":108,"\u958b\u3051\u308b":62,estimated:95,"_cas":2,"_nabe":62,"\u30d6\u30ed\u30c3\u30af":[62,7,114],"\u51fa\u529b":[],"\u3002\u30df\u30ea":11,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":65,regular:[113,7],"\u3002munin":[129,111,12,141],don:[15,7,14],radious:148,doc:[70,76,128,103],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":128,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[40,106,124,71],"\u56fa\u5b9a":[131,64,3,146,52],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":146,keybuf:97,"\u306a\u304a\u3053\u306e":143,"\u6210\u308a\u7acb\u3063":56,syntax:146,"\u65e5\u672c\u8a9e":[0,153,57,114,62,40,127,103],"\u8ffd\u52a0":[],"\"\u308d\u3086\u304d":122,yoji:23,"_address":[2,87,146],"_http":7,"\u72ec\u81ea":[],"\\\"a":154,stop:[62,48,7,120],"_limit":[],"/grntest":128,"\\\"}":47,gbyte:53,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[],"(grn":68,bad:[62,146],"\u623b\u308a":[62,64],"*name":[105,49,107,14,97,64,68,42],"\u524d\u56de":128,",\"location":[37,60],"\u63db\u3048\u308b":[121,128],reference:[11,62,69],"\u591a\u3044":[57,153,127],"\u623b\u3063":7,".kentaro":62,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":123,"\u30aa\u30fc\u30ca\u30fc":62,"\u4e88\u7d04":59,subject:62,brazil:112,"\u6a5f\u80fd":[],"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":69,inappropriate:146,sigint:23,filename:146,"\u7bc4\u56f2":[],"+fffe":74,threasd:82,"_geo":[],"\u3092\u901a\u3057":[82,3],"_get":[34,105,78,107,97,14,15,131,100,16,62,50,23,64,68,42],"\u534a\u5f84":148,"\u3092\u901a\u3058":60,"_operation":[2,146],"_level":[],"0x":[11,62,38,153,146],against:68,"\u3044\u3044\u306d":[93,153,127],"0e":143,"\u8a9e\u5f59":[],"_reinit":64,"\u62bd\u51fa":[],"\u3068\u3044\u3063":[141,93,61,153,69,79,60,136,62,43,127],"_too":[2,146],loaded:55,"\u3068\u3044\u3051":[40,93,52,146,142],three:[11,3],"\u3068\u3044\u3046":[74,3,4,79,38,123,7,8,125,40,62,45,43,76,93,10,127,128,69,11,130,99,136,18,52,37,106,57,143,139,108,109,60,61,23,63,149,150,158,153,112,154,114,115,27,155,30,103,87],"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":112,"\u7528\u3044":[],digits:126,"-help":[],"\u7591\u4f3c":[],multithread:97,sae:[130,106],"_log":[],"\u53d6\u5f97":[],"\u554f\u984c":[1,3,153,128,11,142,132,143,127,124,14,59,109,7,62,23,45,103],logaling:65,"\u6700\u3082":[109,93,14],seven:3,ip:[113,143,87],is:[74,3,4,87,126,40,42,43,93,94,127,69,11,48,14,15,99,97,16,103,105,107,95,146,81,62,63,153,67,112,113,27,156,118,68,7],"\u6069\u6075":120,it:[7,126,98,93,95,127,48,14,47,99,97,16,37,105,15,81,153,67,112,113,116,118,68],"\"application":23,im:40,il:[57,123],io:85,"in":[],ia:[57,123],ic:104,id:[34,3,76,79,80,82,126,87,40,89,110,91,122,93,95,127,69,11,130,97,14,98,48,135,131,37,104,105,106,57,109,60,144,81,63,64,153,112,113,114,132,116,71,158],"if":[56,127,112,69,113,126,97,156,14,15,99,48,95,16,118,40,64,42,7],"\u305d\u3093\u306a":[45,52],make:[],"\u306b\u3088\u3063\u3066":[10,3,11,114,57,150,62,91],"\u5f15\u7528":[62,82],kib:118,"8byte":146,"\u3055\u307e\u3056\u307e\u306a":[],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[59,91,52],left:95,protocol:[],just:[98,67,156,15,48,126,64],"@groonga":[128,22],"||":[62,63,56,127],yes:[151,130,150],"\u5f8c\u65b9":[],"-with":[],"\u89e3\u50cf":132,candidate:[113,130],defrag:[],character:[115,68,126],"\u306f\u3059\u3079\u3066":[55,74,3,127,93,47,7,136,125,118,101,158,52],save:128,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[],"_close":[56,104,17,14,15,62,131,23,64,68],"|>":126,"|<":126,"|:":126,"\u5cf6\u7530":62,"|'":113,"\u6539\u540d":[23,62],mruby:[125,62,55],unnecessary:118,"\u52b9\u7387":63,"*oldvalue":105,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[],centos:[],"_db":[],"\u3067\u3044\u3046":158,"\u4f7f\u7528":[],raltime:71,total:[109,143,118],"\u5bc6\u9375":[],"\u5c11\u3057":45,notification:126,tracker:0,localhost:[151,4,128,143,82,7,23,43],"\u7a0b\u5ea6":[23,3,62],"\u53c2\u8003":[],compress:59,"\u5b8c\u5168":[],"\u304c\u308f\u304b\u308a":[155,94],"\u304c\u308f\u304b\u308b":61,postgresql:[114,27],"\u30c1\u30a7\u30c3\u30af":[151,132,143,109,81,23,62],"*optarg":[90,67],commit:103,meerkat:23,sphr:61,"\u305d\u3061\u3089":45,"\uff08\u307e\u3082":43,editor:103,"\u6291\u3048":57,fork:[82,103],tokenbigramignoreblanksplitsymbolalphadigit:57,form:[113,158,3,153],"\u3059\u304e\u308b":69,"\u7f6e\u3044":128,".ne":85,"_animal":11,"\u5165\u308c":[57,37,155],"\u5165\u308b":[89,80],"\u5165\u308a":[],grroonga:9,"\u5426\u5b9a":[],lenny:23,"delete":[],"_location":[116,155],"\u6c7a\u3081\u308b":[93,56],kwic:27,"\u5165\u3063":[37,3,116,146,62,40,63,150],"sort\u30ad\u30fc":1,floating:38,"\u73fe\u5728\u5730":155,"\u30a8\u30c7\u30a3\u30bf":103,tokenbigramignoreblank:[57,32],excel:149,"\u3002\u307e\u305a":57,"\u914d\u5217":[],"\u3002\u307e\u305f":[151,10,3,122,106,11,114,38,82,60,56,87,30,149,143,127],"\u304f\u308c":108,"_example":40,"\u300d:":158,".service":62,fsf:62,macports:[],pseudo:[],"\u6539\u5584":[23,1,62],"_offset":[],vmstat:142,"\u9069\u5207":[74,3,114,132,143,52],"\u81ea\u52d5\u7684":143,"\u9589\u3058":[79,23],segv:[62,1],"\u7279\u6027":79,manager:[7,43],"\u7fa9\u8a9e":149,"\u795e\u5948\u5ddd":155,"\u3068\u3059\u3050":98,"\u524a\u9664":[],kinjirou:37,"\u30bb\u30c3\u30b7\u30e7\u30f3":[137,82,146],string:[],"-efficient":69,"\u8a2d\u8a08":[93,120],"\u4e0a\u91ce":132,"[php":62,"\u30b5\u30f3\u30d7\u30eb":[],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":106,"\u304f\u3093":155,"\"mysql":[9,69],"-escalation":[],item:[40,130,106,156,71],"\u5927\u304d\u3055":79,"\u672a\u6e80":[131,153],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":109,"_entry":78,"-deb":128,"\u4ed8\u4e0e":[],"\u52a0\u308f\u308b":108,"\u629c\u3051":[23,62],"\u5076\u6570":127,"\u63db\u6642":23,"\uff08normalization":158,"-dev":[128,12,22,129,62,23,150],"\"xxx":62,">alloc":4,"\u4ed8\u304d":[],"\u4f8b\u3068\u3057\u3066":11,"\u540d\u4e00\u89a7":80,"-mode":103,shift:45,"\u3068\u3059\u308c":114,"_version":[],"geopoint\u9593":23,bom:132,suggestion:[],raccoon:37,bob:[93,153,99,48,7,81,110,43],useful:[63,93,105],"\u30dd\u30a4\u30f3\u30bf":[14,97,131,64,42,102],"\u5fd8\u308c":[23,69],"\u3002table":[97,144,102],"-leak":132,"\u521d\u671f":[67,114,132,62,23,64],"/main":12,"\u4e21\u8005":60,"-check":[113,23,132],"ci\u4e00\u822c":[],"-libevent":62,"\u5e74\u9f62":[114,52],"_min":[100,104],ooo:79,"-each":23,"\"color":158,"\u305d\u3053\u306b":[89,80],"/nfs":45,"po\u30d5\u30a1\u30a4\u30eb":103,"\u8fd1\u3055":127,"\u30b8\u30aa\u30b5\u30fc\u30c1":[],"\u542b\u307e\u308c":[93,114,123,27,116,81,8,62,52],"\u8fd1\u3044":[131,151],ull:74,"*tc":[131,104],"\u4e00\u6642":[],"\u30fb\u30b5\u30fc\u30d0":3,sample:143,normalize:[],"\u3002\u30ed\u30b0":[7,52],"\u30d0\u30a4\u30c8":[2,79,38,132,27,23,131,62],"/cpuinfo":[129,111,12,141],"\u8a9e\u53e5":[62,37],"_current":15,map:[126,23,118],groo:93,"\u518d\u8aad":[21,149],max:[],mac:[],man:[1,81],"\"serach":106,fluent:88,"\u540d\u524d":[],"_values":[23,64],"\u5e02\u5185":39,"_init":[126,23,62,64,14],"/fedora":[62,132,128,141],group:[97,112],"\u8a08\u6e2c":[23,1,150],"\u7d44\u307f\u5408\u308f":[114,93,56,52],mail:143,main:129,"\u91cd\u306a\u3063":62,"\u5b9f\u4f53":14,repositories:128,"_timeout":[2,16,146],ggdb:128,unlock:64,nroonga:[99,63,65],"\u5b9f\u4f8b":[],"\u624b\u6bb5":56,morning:98,"\u7a7a\u304d":[142,109],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],".flags":97,correct:[113,130,106],"\u624b\u7d9a\u304d":[78,42],"|allow":[93,153],"\u30ab\u30e9\u30e0id":97,"_content":[93,153,154,27,116,99,118,63,127],"8\u3064":143,"\u3002min":131,debootstrap:128,"_string":[],org:[87,112],"\u62ec\u5f27":47,"\u4e8b\u9805":[],rewrited:85,"\u6b21\u90ce":37,"\u304c\u3042\u308a":[0,93,61,149,128],"] [":143,first:[113,93,153,127],"\u5468\u8fba":[62,27],"\u30dd\u30fc\u30c8":[151,120,4,143,82,87,62,43],"\u7db2\u7f85":7,fast:[116,93,74,153,27,47,94,63,127],"\u81ea\u5df1\u7d39":155,crit:[5,6],"\u9078\u3073":9,"\u9078\u3076":[114,7],"1g":[129,12],"\u30bd\u30fc\u30c8\u30ad\u30fc":[130,1,97,93],"\u30d8\u30eb\u30d7":150,"_preparer":[40,130,106,71],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":114,memo:99,"\u62e1\u5f35":[],"\u305d\u306e\u5f8c":127,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":10,"11":[93,127,69,57,99,118],"10":[143,3],"_index":[],yoshioka:62,libgroonga:140,"\u5229\u7528\u4f8b":114,zsh:[45,128],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[30,82,7],dash:45,voiced:158,katakana:[40,158],".uuuuuu":127,"-receive":[113,51],speakers:22,"_open":[2,104,67,17,132,14,15,95,146,62,131,23],"\u914d\u5e03":[141,111,12,129,86,117,62,18,73],"_network":2,"\u6700\u7d42\u66f4":67,timeuot:16,">#{":126,"_enc":[131,107],performance:[118,27],"\u5f79\u7acb\u3061":62,beta:85,pair:[40,130,106,156,71],synonym:[93,76],"_sort":97,fills:113,"|ng":93,"\u539f\u56e0":[],precise:[],lexicon:[154,143,98,99,89,63,158,52],show:1,"-po":[],"\u6700\u5927\u5024":62,"\u30dc\u30c3\u30af\u30b9":93,threshold:[50,23,31,64],"\u77ed\u6642\u9593":114,"-plugin":88,"\u306a\u3093":10,"\u306a\u308c":10,"\u305f\u3057":37,black:158,"\u306a\u3089":[82,7,40,141,93,10,127,69,12,97,18,52,56,105,106,142,143,66,144,137,62,63,64,150,65,111,67,153,129,94,158],"\u306a\u308a":[2,3,4,38,82,7,8,40,62,91,76,98,93,10,127,128,69,11,130,14,47,97,101,122,18,92,52,37,105,106,57,143,121,108,148,59,60,61,146,23,63,64,149,65,158,67,114,153,27,116,155,30,31,87],"\u306a\u308b":[1,3,76,38,82,86,7,45,92,141,93,148,127,128,29,11,12,14,98,99,135,52,103,56,57,143,108,59,144,81,62,64,111,67,114,132,27,124,129,117,71,31,73],info:[5,6,7],wheezy:[],get:[],"-setuptools":18,"\u51fa\u305b\u308b":114,geo:[],gem:128,"\u3002utf":[62,158],tokyogeopoint:[95,38,29,60,23,148],restarted:118,synonyms:149,summary:143,"\u305f\u304b":[23,93,106],wiki:7,kernel:118,"\u8907\u96d1":[62,93,56,127],sear:40,masahiro:132,ency:143,"\u884c\u306a\u308f":62,"-threashold":[57,132],"\u53ca\u3073":143,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":43,reading:[],checks:[62,115],"\u6700\u5c0f\u5024":[62,127],"\u3088\u3063\u3066":[74,121,38,39,84,60],"\u306a\u3069":[74,3,79,38,39,84,125,87,62,88,40,45,43,93,10,127,128,11,98,136,21,103,140,55,56,106,57,143,123,109,23,64,149,153,155,67,114,27,71],"\u306a\u306b":40,"\u306a\u3067":40,ja:[128,103],"\u306a\u3063":[120,74,3,87,23,45,43,93,10,128,69,11,57,108,109,62,63,150,153,114,132,116,155],"\u306a\u305c":[93,158,153,106,40,52,127],"\u5206\u5272":[3,127,114,123,79,23],"\u306a\u3059":29,"\u306a\u3055":[30,93,54],"\u306a\u3057":[],"\u306a\u3052":76,nogpgcheck:62,"_allowed":[2,146],"\u306a\u304e":154,"\u306a\u304f":[1,3,76,79,39,120,7,8,62,45,43,93,127,128,11,136,52,143,108,154,81,23,63,64,65,153,114,132,27,72],"\u4f8b\u5916":[125,141,55],"\u306a\u304a":[123,128],"\u306a\u304b":108,"\u306a\u3044":[],"\u306a\u3046":155,"*bsd":[23,132],"_invalid":[131,97,2,64],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":123,"}'":113,"\u4e0d\u9069\u5207":62,"\u5f15\u304d\u51fa\u3059":114,"}/":[103,45,8],"}.":[99,93],"})":113,".select":143,tuning:[],"\u524d\u5f8c":[82,3],"\u9ed2\u3044\u70b9":39,mark:158,"*max":131,shopping:98,"[admin":[23,62],"}}":69,"}|":126,senboku:62,"}e":127,"_avoided":[2,146,64],"\u6240\u5b9a":[57,123],sound:[158,106],"\u30bb\u30df\u30b3\u30ed\u30f3":143,"\u30af\u30a8\u30ea\u30fcapi":[2,26],"}]":[11,125,55,143,4],hdd:143,"_corrupt":[2,146],"\"mroonga":[154,93,127,69],characteristics:27,"\u8af8\u6761":53,"\u578bn":93,"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":62,"|')":59,"\uff01\u3057":22,"-document":[82,128],"\u3002\u5024":81,different:113,pat:[131,79],"\u91cf\u8a08":1,same:[93,69,7,62,68,16],"=squeeze":128,"\u3002\u3044\u307e":62,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[],"< y":62,"\u8a00\u53ca":154,"\uff01\u300d":[93,153,127],"\u7b49\u4fa1":[],"< n":127,running:48,"\u672c\u5f53":40,montywi:62,"\u305d\u3057\u3066":[93,74,112,11,114,27,155,40,63],markus:62,markup:70,"\u30d3\u30e5\u30fc":62,"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[10,128],"\u5927\u8cb4":62,"(precise":128,money:37,"\u5927\u898f\u6a21":114,"\u3002\u3059\u3079\u3066":[48,150,103],"\u518d\u8d77":[118,120,149],".dll":143,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":62,"\u30c0\u30a4\u30a2\u30ed\u30b0":62,"\u3002none":82,"/false":[11,1],"\u5ea7\u6a19":[61,127,155,39,29,23,148],"\u56f0\u96e3":[62,114],"\u9069\u5b9c":[76,128],server:[113,62,7,43,37],"\u9650\u308a":[56,57,123,47,64,91],"\u9650\u3089":108,quantal:[],specifies:[113,48],"\u9650\u3063":64,testdb:143,specified:[95,42,81,14],users:[],"\u99c4\u76ee":108,ellip:61,"/database":[7,43],"\u65b0\u5bbf":60,critical:126,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[],valuebuf:34,"\u306b\u3064\u3051":127,"\u30cb\u30c3\u30dd\u30f3":40,"\u306f\u3044":11,broken:146,"\u306f\u305a":[62,143],"\u307e\u3064\u308f":62,"\u306f\u3069":[93,52],"\u306f\u3068":79,"\u306f\u307f":72,"@soundkitchen":[23,62],"\u3082\u3061\u308d\u3093":143,"\"\u30df\u30ea":127,".patch":103,"_reopen":[],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":82,"\u8abf\u6574":[57,142,93,136],"\u3002\u3059\u3050":7,"_cache":[],"\u4f55\u5ea6":62,"\u7279\u6709":[],"-login":118,"/ '":64,"\u306a\u304c\u3089":[93,74,3,128,114,62],"\u3002command":10,"\u63d0\u6848":[],"\u3082\u3046":[96,11,98,7,62,63],"\u8a18\u8f09":[62,128],"\u3002cpu\u30b3\u30a2":43,"\u3082\u3057":[93,61,153,143,116,154,2,7,81,45,62,65,149,43,52],"\u7834\u58ca":97,"\u516c\u958b\u9375":128,hsiomaneki:155,"\u3082\u3059":8,"\u3082\u3064":[144,112],"\u30c7\u30d7\u30ed\u30a4":7,"\u3082\u306e":[3,76,82,86,7,93,10,128,11,97,131,103,54,56,106,143,61,146,62,63,148,151,155,158],"|on":93,"|oo":93,"$prefix":23,"\u3002drilldown":93,"\u5883\u754c":[62,61],"\u3082\u308c":76,general:[15,158],file:[1,113,132,7,118,146],allocating:68,"*obj":[34,64,67,78,90,68,42,102,105],again:[7,16],"\u53d6\u308c\u308b":47,"\uff08true":11,"\u5f37\u5316":[23,132],"\u4e0e\u3048\u308b":[47,151,60,10,82],"\u5b57\u5c0f":93,"\u3002pcre":7,"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":69,"\u8a18\u8ff0":[56,3,76,143,82,155,63],"\u4e00\u6642\u7684":64,"\u4e0a\u9650":[],important:15,"6gib":118,"\u30ce\u30fc":74,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[23,62],expressions:7,nested:62,libmsgpack:[129,12],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":76,"\u30d3\u30eb\u30c8\u30a4\u30f3":62,"_difference":97,"/lib":[120,7,8],"-alloc":66,"\u8aad\u3081":62,"\u8aad\u3080":55,"\u5dee\u5206":143,"\u8aad\u3093":[72,65],"\u4f4e\u4e0b":62,")mroonga":149,hottolink:85,"\u30e1\u30cb\u30e5\u30fc":128,"\u306f\u3053\u306e":[142,93,154],sigusr:23,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":69,"\u30d6\u30c9\u30a6":76,"\u771f\u507d\u5024":[],"\u304c\u3053\u306e":153,titles:[153,127],plugins:118,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":150,"\u5225\u9014deb":128,"@orangain":62,tokenbigramignoreblanksplitalphadigit:32,"_append":[17,56,68,64],"\u30e1\u30bf\u30c7\u30fc\u30bf":[125,55],"\u8aad\u307f":[40,1,136,128,114],"\u5909\u66f4\u5f8c":[107,97,14,100,50,64],"\u307e\u3057\u3087":[37,93,61,3],"\u30c6\u30b9\u30c8":[],threads:[113,126],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":82,"\u6e96\u5099":[],"\u6d3b\u7528":120,"\u5931\u308f":62,search:[93,74,153,112,106,130,71,27,97,149,23,131,40,62,68,9,127],"-localestatedir":45,published:128,"\u300c\u5024":52,aptitude:[18,150,129],"\u672a\u77e5":62,".synonym":93,"\u8a08\u753b":141,distinct:113,"\u5ca9\u4e95":62,"\u5317\u534a\u7403":62,"_gqtp":143,"\u3053\u3068":[],"\u3053\u306e":[141,2,3,4,79,123,82,138,22,84,74,86,7,62,125,40,45,110,43,76,15,93,61,127,128,69,11,157,12,97,47,57,48,101,131,18,115,52,140,37,55,56,106,20,143,98,59,154,60,99,146,81,23,63,148,149,65,111,155,153,112,114,25,26,27,116,129,117,71,118,72,103,73],jsonp:[113,23],"[element":[127,69],"\u4e00\u756a\u5de6":[],none:[93,74,115,156,7,63,45,146],hour:[126,16],"\u3053\u3053":[93,3,76,128,11,130,116,57,60,155,127,158,149,153],dev:[129,12],deb:[62,12,128,129],"\u3053\u3046":108,"\u4e2d\u5fc3":148,share:45,"\u96c5\u5e83":62,needs:118,maps:118,"\u3053\u308c":[74,79,123,7,8,40,62,45,155,9,43,93,61,127,128,69,70,98,52,56,106,57,142,59,154,60,146,81,23,63,149,158,153,112,114,27,11,71,103,101],"\u3053\u3080":55,"*value":[131,34,97,64,17],"\u591a\u3059\u304e":132,"/afr":[60,3,112],"\u666e\u901a":[108,127],mariadb:62,"\u30cf\u30a4\u30d5\u30f3":[3,52],"\u3066\u304d":2,"\u3066\u304f":150,"\u30c4\u30a4\u30fc\u30c8":[],"\u547c\u3073":[93,56,76,69,11,143,82,27],"\u547c\u3070":[3,127,38,14,97,62,42],"\u3002ftp":143,"`hostname":82,"\u5217\u578b":[11,76,112,153],"\u3002\u4f8b":64,through:7,"\u975e\u308f":123,"\u308c\u308b":[3,76,78,79,38,39,82,62,125,40,45,42,91,98,93,10,128,69,11,130,131,14,15,21,52,55,56,106,57,143,139,123,109,60,61,146,81,23,150,158,154,114,115,27,71,103,101],"\u6955\u5186":[61,148],good:[98,93,153,127],"\u516c\u5f0f":[23,111,141,99],"\u3079\u3066":[93,7],"\u9664\u304f":62,"\u5316\u95a2":132,"\u4f1d\u7d71":114,"\u3079\u304f":3,"\u9577\u91ce":62,"\u9664\u3044":[143,27],"-encoding":[],token:143,"\u52b9\u679c":155,"\u9664\u3051":97,"\u767b\u9332":[],hard:118,flower:11,"\u30d5\u30e9\u30f3\u30b9":61,"\"gr":52,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":150,"\u8ddd\u96e2":[1,61,127,96,114,39,60,62,148],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":86,"\uff08\u79d2":64,"\u3068\u3082\u3063\u3068":45,"\u89b3\u70b9":142,"\u547c\u3093":123,tritonn:[93,153,127],"\u308c\u305a":10,"\u306b\u3082":[93,123],"\u306b\u3088":62,done:[15,16],"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":61,".blog":57,"_data":[],koi:[62,45,82],"\u306b\u5bfe\u5fdc\u4ed8\u3051":40,least:118,"\u516c\u5e73":62,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":43,"-get":[62,12,128,129],"/archive":128,"*results":97,selector:133,"\u308c\u307e\u305b":[10,82,109,97,63,45,149],"\u6574\u7406":62,"},":[37,93,61,3,76,69,155,143,98,99,48,74,122,94,63,127,110,153],"\u4e71\u6570":[54,60],"\u5927\u91cf":[79,37,56,3,52],"\"requires":62,"\u4e0a\u8a18":[53,103,93,45,3,112,106,57,81,143,99,60,94,87,154,71,62,65,149,52],ages:[89,81,52],"\u30b9\u30ab\u30e9\u30fc":69,"\u51fa\u6765\u308b":155,"\u5217\u8868":38,built:[64,7],"/lists":128,"-limit":[62,1,82,93],"\u307e\u3068\u3081":[],build:[128,12,66,129,86,62,65],"_available":[2,146],"\u53d6\u308a\u51fa\u3057":[131,104,3],eggs:63,most:95,"~*":68,"\u306b\u3057":[62,93,153,127],myisam:114,"\u5e73\u884c":128,"-protocol":[143,82,87],"\u306b\u3059":57,kb:142,ka:158,"\u306b\u3066":[62,61,128],"_put":[],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":109,"\u306b\u3069":56,ko:85,"\u7528\u8a9e\u96c6":109,"\u4e0a\u66f8\u304d":[60,128],mlock:132,"\u30ad\u30fc\u30b5\u30a4\u30ba":79,"(drilldown":91,"\u30d1\u30c3\u30c1":[],"[number":47,relation:64,nterms:109,find:48,"_int":[49,64,68],"\u30a2\u30ca\u30a6\u30f3\u30b9":128,permission:146,express:[62,86],"\u601d\u3044":103,"\u601d\u3046":63,"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":76,"\u62c5\u5f53":128,"\u9593\u9055\u3063":[23,106,9,62],"\"popular":93,"\u300chsiomaneki":155,"_and":[90,56],"\uff08byte":[64,105],common:[131,23,97,127],"\u601d\u3063":70,"/log":[120,45,82,7],lion:62,tokenizers:[],"\u76f8\u624b":108,"[backslash":153,"\u5c02\u7528":[],"\u30e2\u30b8\u30e5\u30fc\u30eb":[],"(news":128,"\u5024\u57df":121,".log":[120,10,82,143,7,45],"\u3046\u3061\u3044":82,readme:[62,128],"\u8a9e\u4ee5":127,"\u8868\u73fe":[],responses:15,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":62,"\u66f8\u3051\u308b":62,reverse:[7,128],"\u6570\u70b9":38,"-file":[113,23,116,82],"\u5b9f\u51e6":[56,42],"\u6642\u70b9":[10,128,107,14,15,16,62],point:[],simple:112,"\u3059\u304e\u307e\u305b":37,"\u306f\u3058\u307e\u308a":10,shutdown:[],"\u6253\u3064\u524d":128,"\"gronga":9,"_connection":2,create:[15,40],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[15,154],"\u53ce\u96c6":[116,114],"_when":116,"\u30a2\u30ed\u30b1\u30fc\u30c8":66,bill:[57,123],replaced:156,ful:74,"\u30c8\u30fc\u30af\u30f3":[74,127,106,79,123,132,23,71,62,158,52],engi:[40,130],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[79,3,7],karmic:150,"^ \"":127,itself:69,rubygems:62,"\u95be\u5024":[],"-key":[62,128],"\u7d42\u7aef":[62,67],emphasize:94,")groonga":149,"\u56fd\u540d":112,"-chroot":128,"\uff08perl":7,keys:[97,7],"-existence":62,aggregate:27,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":128,"\u5834\u6240":[],"\u53cc\u65b9":108,"\"\u3001":[40,112],"\u30b9\u30bf\u30a4\u30eb":82,"\u5409\u7530":62,"\u7d44\u307f\u5408\u308f\u305b":[56,3,128,57,114,59],flags:[],sortby:[],convenient:40,entry:[59,35,78,80,58,47,144,133,31,92],"\u3064\u307e\u308a":[93,74,128],sunos:62,"\u3002dump":135,"\u547c\u3073\u51fa\u3059":[54,148,96,29,136,152],"\u3001\u00d7":108,"\u5024\u306a\u3089":62,"\"value":93,"\u547c\u3073\u51fa\u3055":[78,93],"\u547c\u3073\u51fa\u3057":[],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":143,"\u306f\u3069\u3061\u3089":43,source:[37,3,128,155,80,59,48,116,63],win:86,"5\u3064":81,bin:86,"\u968e\u5c64":56,bit:[141,111,20,38,12,143,129,86,117,62,73,65],"\u5f53\u3066":[79,80,74,89],"\u30d7\u30e9\u30b0\u30a4\u30f3":[141,1,132,99,114,12,55,124,158,129,125,62,8,23,45,149,111,103],"\u5927\u4e08\u592b":[0,45,108],"\u8aa4\u308a":62,"\u5354\u529b":[],"\u4e0a\u8ff0":149,api:[],"-command":[],"_over":[2,146],"\u4ee5\u5916":[76,79,38,39,23,93,128,69,14,15,97,52,56,104,49,143,66,62,64,67,114,132,68],google:[93,9],often:81,"\u5168suffix":97,"\u8aa4\u3063":[62,128],examples:132,"\u3001[":3,"\u3002set":143,"\u66f8\u304b":[62,155],"\u3001c":3,"\u66f8\u304f":[63,153],"\u8a73\u3057\u304f":[11,114,3],"\u66f8\u304d":[],"\u66f8\u3044":[155,153,127],"\u3092\u3064\u3051\u308b":127,"\u30d3\u30eb\u30c9":[],"\u5024\u306a\u3057":62,"/cutter":128,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[56,82],"_checks":115,cxxflags:[20,128],"\u3001\"":[94,3,76,106,155,38,71,154,62,40,23,9],"\u3001$":128,"\u3001'":[76,11,38,82,99,60,62,127,153],"\u3001&":60,"\u3001(":[131,38,143,97,81],nginxhttpstubstatusmodule:62,"\u3001-":[30,38,132,143],"\u3001/":[3,87],"\u3001.":[150,103],"\u5730\u5f62":[61,148],"\u3001:":143,"(fedora":120,"\u3084\u3059\u3044\u304b":149,"\u3057\u307e\u3059":[93,127,155,123,111,9,153],"\u7a4d\u307f\u91cd\u306a\u3063":62,"/yum":128,"\u9010\u6b21":114,suffixsearchterms:[153,127],"\u6295\u5165":[57,1],"_fin":[62,14],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":45,"\u51fa\u3059":155,"\u51fa\u3055":62,translate:103,"_full":128,"-type":[106,7,71,40,23,43],"\u7b97\u8853":[],"-binary":[7,43],"/epel":111,"\u56de\u907f":[],"\u52d5\u304d":[93,43],"\u52d5\u304f":[23,45,159,62],"\u52d5\u304b":62,"*keybuf":97,curl:[45,4,7,62,73,43,65],sourceforge:128,cmake:[62,45,86],"\u6570\u73e0":154,functionality:[113,112],"\u5207\u308a\u6368\u3066":11,"\u30c7\u30fc\u30bf":[],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":143,"\u6b63\u898f":[74,3,127,115,97,62,158,149,52],confirm:103,"\u3068\u307f\u306a\u3057":153,"_nil":[131,97,132],failures:128,"\u7d50\u5408":[56,153,136],rinse:128,getaddrinfo:62,wanabe:62,"/cache":7,"\u57cb\u3081\u8fbc\u3080":143,query:[],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":62,"(backslash":68,"/\u65e5":155,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[93,153,127],"\u7121\u540d":[97,64],"\u4f59\u308a":127,"\u5f97\u308b":7,putting:118,"_database":[],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":62,"-build":150,uubntu:150,"\u512a\u308c":114,".output":30,"\u76f4\u611f":122,"\u9665\u3063":62,"\u9023\u643a":114,"_thread":143,"= n":127,access:[118,16],"\u5f35\u308c\u308b":62,"\u4e2d\u56fd":61,"\u3002\u30ad\u30fc":93,"= y":62,"\u826f\u304f":63,"\u826f\u3044":[63,108],nonexistent:93,"\u30ef\u30fc\u30ab\u30fc":7,"\u632f\u821e":61,"0xc":146,"\u306b\u5bfe\u5fdc":[34,93,158,105,78,49,82,14,47,97,30,21,23,62,64,42],"= \"":[93,127],"/tmp":[149,43],"\u57cb\u3081\u8fbc\u307e":128,"\u57cb\u3081\u8fbc\u307f":27,named:40,"\u3002adjuster":62,"/to":[7,43],"\u30ed\u30f3\u30c9\u30f3":61,"ci\u4e0a":65,"\u7518\u3044":76,"(ctx":[15,56,105],"\u53d7\u4ed8":62,"\u5b8c\u4e86":[93,128,103],"'mroonga":[99,63],"\u3002\u30ce\u30fc":74,"\u30d5\u30ec\u30fc\u30ba":[],".pid":82,"\u5f35\u3063":[62,93],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[],"\u4e2d\u7a0b\u5ea6":[141,111,12,129,86,117,73],"_previous":15,"[header":[116,55,74,115,59,48,144,101,8,125,110,52],normalized:115,"\u305d\u308c\u3089":[151,93,105,59,149,43],escaped:68,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":62,"\u8d77\u52d5":[],twiter:62,iptables:43,"\"correction":9,"\u30af\u30e9\u30c3\u30b7\u30e5":[23,132,62],"{prefix":[45,8],"/linux":[],"-za":113,"\u6295\u7a3f\u5834\u6240":155,gcc:[141,111,20,62,23,45],dd:[126,127],"\u30b3\u30de\u30f3\u30c9":[],"\u5186\u6ed1":128,"/universe":12,"\u5f35\u3089":[11,62,105],"\u5f35\u308b":[153,127],".textile":128,"\u30b5\u30fc\u30d0\u30fcid":23,bind:23,lines:[113,150],"/repositories":128,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":132,"\u7d9a\u304d":47,"\u306e\u3088\u3046":[62,93,136,153,127],"(cutter":150,"\u7d9a\u3044":[57,93],hiroshi:[23,132],jiro:37,"\u3002int":62,"\u7d9a\u3051":143,lf:151,"\u6d88\u8cbb":98,lc:103,ll:[57,74,123],euc:[62,45,82],li:[57,123],lt:[74,27],ls:128,"_gqpt":143,"\u9589\u3058\u308b":[79,1,23],"\u306f\u3069\u3061\u3089\u304b":[153,127],"\u8a71\u3057":72,"\u3067\u3057\u3087":[98,114,45,140],dat:79,"\uff08world":38,"\u30c7\u30a3\u30b9\u30afi":52,day:[98,126],"\u30e6\u30fc\u30b6":[93,56,3,76,128,106,38,71,143,59,62,40,9],"\u4e00\u3064":[35,5,38,123,6,89,92,10,96,11,14,97,133,135,21,137,80,54,105,58,59,109,61,148,66,152,154,114,29,94,31,119],"\u70b9\u9593":[60,39],"_persistent":[97,105],"\u5217\u5f0f":68,"& y":62,normalizerauto:[],"\u74b0\u5883":[],"\u5217\u5f15":56,"& b":127,"\u81ea\u4f53":153,"/message":128,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[99,94,154],"\"sphere":148,res:[97,90,143,95],rep:143,"\u30ab\u30ec\u30fc":123,red:[],"_end":2,"/\u6708":155,frank:81,"\u73fe\u72b6":10,"\u4ed8\u5c5e":[30,7],"/aba":[60,3,112],"& (":127,"\u76ee\u8996":116,"\u30d6\u30e9\u30b8\u30ea\u30a2":61,"*top":95,"_long":[2,146],"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":114,hex:37,reaches:118,"\u30d9\u30af\u30bf":[62,1,64,80,132],"\u7d44\u307f\u8fbc\u307f":[],monkey:11,"\u305d\u306e\u3088\u3046":144,"\u6c38\u7d9a":[],"\u8aad\u307f\u8fbc\u3080":[1,55],natty:[23,128],completed:40,acquire:16,documentations:138,"\u3068\u3088\u3044":45,"\u53d6\u308a\u5f97\u308b":38,"\u305b\u3044\u305c\u3044":52,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[],"\u5229\u70b9":114,interrupted:146,"\u81f3\u308b":11,have:[98,118],"=users":[7,43],"\"co":9,min:[],"_control":[2,146],"\u914d\u4e0b":[30,128],"_func":[42,14],"\u8aad\u307f\u8fbc\u307f":[55,3,8,62,23,149],"\uff08gnu":45,"/commands":[11,89,48],"_character":68,eight:3,"\uff09\u3001":[79,123],"\u306a\u3082\u306e":[120,105,128],"\uff09\u3002":[57,155],"'complete":113,"\u6e2c\u5730\u7cfb":38,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[62,106,52],request:[],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[1,10,132,116,62,23],"\uff08least":101,"\u7d44\u307f\u8fbc\u3093":114,normally:118,text:[93,74,4,79,38,115,27,116,99,95,135,118,143,62,63,127,68,43,153],"\u8d8a\u3048\u308b":57,supported:[85,7],"\u5ea6\u3068":23,conifugration:65,"\u610f\u5473":[93,56,3,153,112,69,130,82,60,62,40,45,149,143,127],"\u5b66\u3093":155,"*table":[131,97,64,105],"\u4e00\u500b":56,"\u65b9\u6cd5":[],")\u3059\u3079\u3066":81,"\u5c11\u306a\u304f":[127,114,108,27,98,153],"\u5c11\u306a\u3044":[93,153,98,136,149,127],"[column":62,"\u7e70\u308a\u8fd4\u3059":132,"_prepend":64,"\u306e\u307f\u3057\u304b":9,"_eval":[],"\u7e70\u308a\u8fd4\u3057":[143,127,103],"\u5272\u308a":[74,127,11,79,80,89],fixed:62,"_busy":[2,146],"\u5236\u5fa1":[],exists:81,"\u3002blogs":57,"\u4ee3\u5165":[],enhanced:85,terms:[93,3,153,109,57,82,27,99,118,127],xxxxx:128,"\u985e\u4f3c":[],"{name":127,"(string":96,"\u30c7\u30e1\u30ea\u30c3\u30c8":79,progress:126,"\u6751\u4e0a":62,"_incompatible":2,"\u5b66\u3073":[93,61],"\u7dad\u6301":[114,43],"\u9577\u3059\u304e\u308b":62,"\u5168\u4ef6":[131,153,127],"\u518d\u8d77\u52d5":[],plugin:23,"-suggest":[],"_expression":93,".org":[37,111,45,3,112,69,129,20,103,12,143,11,60,94,86,7,135,128,141,73,87],"\u88dc\u6b63":[],"\u5171\u901a\u63a5":79,otherwise:[15,99,48,64],comment:[154,63,155],"\"fulltext":74,"\u304a\u304d\u307e\u3057\u3087":11,"-history":23,"\u4ee5\u524d":[11,155,57,62,23,158],"\u30ab\u30b9\u30bf\u30e0":7,"\u91cd\u307f\u4ed8\u3051":[57,93],"\u30e1\u30e2\u30ea":[],"\u5c0f\u6570\u70b9":11,json:[],"\u91cd\u307f\u4ed8\u304d":[],define:[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":23,"\u306a\u306b\u5bfe\u3057":[153,127],finished:126,"_domain":2,"=..":128,"\u5168\u4f53":[],value:[],"\u540c\u3058":[],almost:118,"\u6307\u91dd":[],"\u30bf\u30a4\u30df\u30f3\u30b0":[62,3],".db":[62,80,3,87,82],pkgs:111,"-endpoint":[113,51],optarg:[90,67],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[93,7],"\u67af\u308c":120,receiver:[113,51],":!":153,"[apt":62,"\u672c\u4f53":72,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":128,center:148,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":62,builder:17,"\u304a\u3063\u3055\u3093":155,"\u4e00\u81f4\u7528":[],position:[74,95],"*result":97,"1byte":146,"\"ellipsoid":148,"\u8868\u793a":[],"-platform":[],"_byte":[2,146],"x\u30df\u30ea":[38,127],"\u5229\u7528":[],stored:15,"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":79,":<":[93,153],"\u958b\u59cb":[93,61,143,66,62,23,64,150],"_true":64,"\u3055\u3093":[132,27,124,62,23,9,43,103],add:[62,93,138,103],"\u3002gqtp":[151,2,87,146],"\u3055\u3089":63,match:[],tests:128,"|none":93,"\u5730\u57df":114,elapsed:[113,116,4,126],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":57,like:[48,7,105],success:[15,48,146],"_leak":150,"_decr":64,"\u7f6e\u63db":[],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":43,works:126,soft:118,"\u4e0d\u6b63":[1,132,62,23,150,52],"((x":38,"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":62,"\u8ca0\u8377":[132,7],"\u7121\u52b9":[93,153,97,7,131,62,45],"\u610f\u56f3":[62,63,153,154,99],tmp:[3,128,130,82,48,87,89,62,149,43],"_optarg":[90,67],sjis:[45,85,82],"\u30b5\u30de\u30ea":62,"\u5f62\u5f0f":[],",\"domain":112,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":127,"\u30d0\u30b0":[23,108,62],"\u3046\u307e\u304f":[],dcb:62,host:[143,87],although:7,"\u6319\u52d5":[],"\u30c0\u30e1\u30fc\u30b8":57,about:[116,118,138,126,65],actual:7,socket:146,"\u3055\u305b":108,"\u4ee5\u5185":[40,60,155,127,106],"\u3055\u304d":11,"_time":[116,126],tomo:37,"\u3055\u3044":[120,2,3,122,77,79,38,22,74,86,87,8,125,94,45,43,141,93,61,127,69,11,130,12,57,48,16,50,52,103,55,20,142,143,59,154,144,101,62,110,150,111,153,114,115,99,129,30,73,7],introduced:7,"\u524d\u65b9\u4e00\u81f4":[62,1,130],"!!":[47,37,7,155],"\u6307\u3059\u5024":131,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":128,"!)":7,dataset:[113,40,156],"_object":2,"\u30ec\u30fc\u30bf":62,daijiro:155,rch:74,">default":4,"\u901f\u5ea6":[79,62,37,143,23],"\u7591\u554f":63,glib:62,"_inappropriate":2,"\u3002post":43,but:[113,118,48,112],"\u3068\u3068":[70,103],"\u3068\u3069":157,"\u3068\u306e":127,"\u3068\u3063":7,"\u30fb\u5168":133,buf:[97,64,105],bug:[62,85],"\u5730\u56f3":114,dangerous:48,"\u3068\u3057":[151,37,55,56,127,106,11,143,38,71,82,14,98,61,7,62,40,63,149,9],"\u3068\u3048":[10,76,114,123,27,60,45],binlib:128,"\u3068\u304d":[1,74,3,38,123,82,7,8,40,62,45,42,43,141,93,61,127,128,69,11,130,12,14,99,97,136,131,9,80,52,37,56,104,106,139,108,59,146,23,149,111,155,153,114,132,27,116,129,71,158,87],"-disable":[113,23,132],"!\\":127,epel:[62,111],colum:118,pid:[1,45,82],"\u8a08\u7b97":[1,61,127,96,114,38,39,60,106,62,125,40,148,71],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[132,45,128],"-config":[1,132,82,62,23,45],saer:[130,106],"\u4f7f\u3044\u5206\u3051":[57,123],"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":128,"\u305f\u3060\u3057":[1,123,153,30,82,59,62,131,23,91,127],"\u305f\u3060\u3051":62,"\u6291\u5236":62,detail:143,"\u3068\u308b":64,"\u4fc2\u6570":[93,56],"\ufffecrch":74,"\u306b\u3064":62,"\u3068\u3082":[93,127,142,143,27,154,60,155,153],appends:68,"/sysconfig":120,"\u307b\u307c":63,"\u307b\u3069":[120,3,11,130,82,52],cpu:[114,45,143,7,43],"\u5909\u3048\u308b":57,"\u307b\u304b":[11,114],"-r":[113,51],"4e":142,"|ro":93,limited:7,"\u3002groonga":[3,4,79,86,7,40,121,45,141,93,10,127,12,143,66,62,63,59,111,153,114,129,72,87],"\u6e1b\u3089":[79,106,62],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":131,tweet:98,"\"ab":9,under:7,"-ci\u4e0a":62,every:112,"\u3002google":153,"/plugins":[62,45,132,8],resourses:15,"\u5b9f\u6570":38,"\u6761\u4ef6\u5f0f":[],"\u6700\u9577":[23,143,127],"_snip":62,"\u63a5\u8fd1":56,"-repository":[62,128],estimates:95,"[http":62,"\u7b87\u6240":[116,62,27,128],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[23,62],"\u4e00\u8a9e":57,"\u5b9f\u65bd":128,"\u81f4\u547d":62,"-rpm":128,"\u7d44\u8fbc":[35,5,38,6,89,92,96,133,135,21,137,80,54,58,59,109,148,66,31,29,152,119],"\u683c\u7d0d":[],"\u7fbd\u7530":155,"\u53cd\u8ee2":127,"\u30e2\u30cb\u30bf\u30fc":[129,111,12,141],"\u9069\u7528":[],"\u3002output":135,studio:[62,86],represented:68,path:[],"\u95a2\u4fc2\u5f0f":[],".ddl":143,"_key":[],"\u79cb\u8449":60,changed:[85,7],"\u5f62\u614b":[114,45,127],"\u58ca\u308c\u308b":[23,1,132,62],"\u63a8\u79fb":10,"\u3082\u3063\u3068":93,"-ci":62,"\u8fd4\u5374":[89,80,3,93],"\u8aad\u307f\u3084\u3059\u3044":62,"/munin":45,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":62,noarch:[141,111],m6:20,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":104,namebuf:[64,105],autogen:[62,128,103],naive:112,"\u30a2\u30e1\u30ea\u30ab":61,"_jis":45,"-bind":[23,82,62],must:[95,113,15,48,118,68],me:32,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],"\u7f6e\u304d\u63db\u3048":[62,82,153,103],mb:62,mm:[126,127],ml:108,"\"blank":158,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":143,mv:21,install:[],my:[93,153,127],"/xml":43,"\"s":[40,130,74,106],end:[151,4,146],eng:[40,130],"\u3002functions":150,"\u30d7\u30ed\u30bb\u30b9":[151,10,3,114,82,66,109,137,7,8,143,62,43],env:149,"\u3067\u3082\u3063\u3068":120,rroonga:[154,15,99,136,62,63,65],"\u30b4\u30df":[23,132,109],"\u7d42\u4e86":[],description:[155,123],"-devel":[141,111],"\u5c0f\u3055\u304f":[98,79,61,43,148],".tar":103,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[],"-files":[],"\u5c0f\u3055\u3044":[93,56,153,79,124,131,148,52],"\u5272\u308a\u5f53\u3066":132,"\u4e88\u5b9a":[55,10,69,70,27,61,125,23,43],executed:87,"\u7acb\u3061\u4e0a\u3052":143,"\u305f\u304f":[120,27,62,23,9,43,103],"\u5bfe\u8c61table2":97,"\u5bfe\u8c61table1":97,"\u300c\u697d\u3057\u3044":123,"@packages":128,"\u305f\u3044":[],gqtp:[],"\u305f\u3073":[60,10,143,128],"\u305f\u3060":[141,69],"\u8fd4\u308a\u5024":62,"\u4e00\u884c":[143,132,82],"\u3072\u308d":122,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[],"\u3072\u3089":[40,153,127],"\"_":[3,76,7,40,110,43,122,47,93,61,127,69,11,130,98,99,48,135,37,106,57,154,60,144,81,62,63,153,112,155,116,71,94,158,87],"\u3054\u3089\u3093\u304f":88,"2\u3064":[0,93,3,153,112,96,155,120,59,99,154,71,62,63,159,43,52],each:[93,106,130,71,7,40,126],searc:40,signing:128,"\u3002\uff08":[93,123,153,71,79,38,39,27,14,109,106,132,136,127,40,131,23,103,65],"\u3002\uff09":[103,1,123,153,106,79,39,27,132,127,71,131,23,65,93,52],"(byte":[97,105],"\u6e96\u62e0":62,goo:[153,127],msgpack:[4,146],"\u30da\u30a2":[106,11,71,40,149,9],newly:[15,27],"\u4f59\u8a08":108,"\"(":62,free:[15,109,132,126],"\u305f\u308a":[120,78,79,38,136,108,114,72,52],"\u305f\u3089":[93,127,128,132,108,120,154,81,62,40,45,43,103],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":80,"\u305f\u3081":[],freecode:[],"\u53e4\u3044":[62,158,128],"_locked":64,filter:[],onto:118,rand:[],already:[118,16],"\u53ef\u5909":[23,31,146],"\u897f\u66a6":127,top:[23,95,29],"\u30d6\u30e9\u30a6\u30b6":[45,87,128,103],".groonga":[103,111,128,141,20,12,143,129,86,45,73],too:[63,146],tom:99,"|compress":80,"_pragma":93,tool:65,serve:128,wareohji:62,".com":[],"\u6d0b\u723e":23,"\"good":[93,127],"_untag":[],expr:[64,68,42,102],"*cursor":95,obata:132,"\u8d64\u9053":61,ram:143,raw:65,"\u5834\u5408":[],"\u5f93\u3063":[93,97,131,30,90,43],"\u4e00\u89a7":[],"_source":128,hanako:144,"\u591a\u9762":114,"> y":62,"\u5f93\u3046":132,"/share":[23,82],though:40,"\u3044\u307e\u305b":[93,74,153,159,79,39,111,116,7,130,62,127,149,43,52],bsd:45,"\u3072\u3068\u3064":[62,153,96],"\u30b5\u30b8\u30a7\u30b9\u30c8":[],"\u30ed\u30fc\u30de":40,"\u30ed\u30fc\u30c9":[],"\u30ec\u30b3\u30fc\u30c9":[],marverick:132,"\u307f\u306a\u3055":56,pkg:[20,132,45],"\u5ea6\u8868":132,"\u5c0f\u6570":[],"\u6c42\u307e\u308a":114,"\u3002hook":78,"\u306b\u3064\u3076\u3084\u3051\u308b":108,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":56,"\u59cb\u307e\u3063":[116,9],"_valid":7,fontaine:23,"*fin":42,"\u3064\u3064":[57,99],watch:128,"\u306f\u307e\u3068\u3081\u3066":128,"\u3064\u304d":[55,94,69,93,59,101,125,149],"\u3064\u304b":124,"\u3064\u3044":155,"\u7d50\u679c":[],hendro:62,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[],"-per":[113,23],"_with":[122,123,97,105,127,52,153],"\u3064\u3051":[93,61],nul:[23,67],"-commnad":10,ciritical:7,"\u5bfe\u8c61cursor":[131,104],"_for":56,"\u4e8c\u3064\u76ee":56,"\u30d7\u30ed\u30b0\u30e9\u30e0":[62,72,132],"\u5bbf\u99c5":155,"\u56db\u6368":23,"\u30d7\u30ed\u30bb\u30b9id":87,"\u30b5\u30fc\u30d0\u30fc":[],"\u59cb\u307e\u308a":128,"\u59cb\u307e\u308b":[93,153,143,59,97,43,40,149,9,91,127],news:[],"\u884c\u6307\u5411":114,"\u3068\u3057\u307e\u3057\u3087":63,"\u30e9\u30f3\u30c0\u30e0":60,"4gib":[79,146],"\u65b9\u5411":131,"\u591a\u91cd":151,"\u5f8c\u304b\u3089":135,"\u7d4c\u7def":[11,38,60],trust:128,"\uff13\u3064":38,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":143,"\u7b49\u3057\u3044":[93,56,153,64,127],"\u7b49\u3057\u304f":[56,153,127],"&lt":27,been:[48,128],"\u3072\u308d\u3042\u304d":122,"\u30a8\u30e9\u30fc\u30ed\u30b0":120,"_blog":63,"\u8d77\u6e90":11,"/shutdown":[7,43],tokenmecab:[57,62,123],"\u5217\u60c5":74,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[],msec:16,xxx:[62,82,127],"_not":[93,2,48,144,146,110,90],"\u6700\u9069":7,"\u7528\u9014":[141,93,69,79,12,111,116,129,86,117,114,62,120,73],"\u6728\u4e0a":131,tasukuchan:155,"\u4fee\u6b63\u4e2d":106,"\"e":[40,74,130],"\"a":[154,74],"\"b":154,"\"c":154,"\"n":[116,93,3,153,66,7,127,87],"\"h":74,"\"i":[116,93,127,98,63,153],"\"k":37,"\"t":74,"\u5c1a\u4e5f":62,"\u81ea\u8eab":[23,74,82,149,62],"\"}":[37,158,76,112,106,11,130,98,47,99,60,144,7,154,71,122,40,63,127,43,153],"\"x":62,"\"@":155,"\u691c\u7d22\u4f8b":[],suggest:[],"\u30bf\u30fc\u30df\u30ca\u30eb":7,"\"]":[37,93,3,127,69,57,155,80,82,27,135,40],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":101,"\"[":62,"\"'":[93,153,69,57,107,123,62,127],"\"\"":[62,38,154],"\"#":23,"\",":[3,76,80,82,87,40,89,110,122,98,93,61,127,69,11,130,47,99,48,135,37,106,57,143,66,109,60,144,81,62,63,153,112,154,155,27,116,71,94,158,7],"\"-":[23,61],"\".":[40,127,112],"\"/":[89,48,82,60],"\u4e8c\u756a":93,"\")":[37,61,127,96,107,99,29,60,81,62],"\"*":62,characters:68,"\"<":62,"\">":[4,27],"\"?":4,"\":":[74,3,4,87,125,40,110,43,76,47,93,61,127,69,11,130,98,99,48,122,37,55,106,143,66,109,60,144,81,63,153,112,154,155,115,71,94,158,7],"\";":[143,7,43],"\u78ef\u90e8":62,"/run":[82,128],"\u3084\u3059\u304f":132,"\u3084\u3059\u3044":[1,93,27,136],"\u5bfe\u8c61table":[131,97,64,105],"_tags":[37,155],"_ctx":[],"\u4ecb\u6587":155,"_buffer":[17,2,146],".scr":143,"*bottom":95,"_selector":[],"5f":143,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":123,ceekz:62,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[153,127],advanced:85,"\u4eee\u60f3":[62,60,112],"\u5c0f\u6587\u5b57":[131,74,3,158,52],specific:[112,81],renamed:48,poedit:103,"\u6b63\u3057\u304f":[40,153,62],"\"engine":[40,106,71],"\u6b63\u3057\u3044":[149,9,106],"\u7d20\u89e3":[114,45,127],"\u307e\u308f\u308a":72,"_str":[155,68],"\u3080\u3044\u3061\u3083\u3044":155,escape:68,"\u73fe\u4ee3":114,"\u5217\u6319":3,".zip":103,"\u6765\u307e\u3057":155,"_right":[23,95,29],".github":[128,65],allocate:[],core:143,deleted:64,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":62,night:98,"\u3001\u300c":[37,1,57,155,123,82,93,40],"\u6d88\u3048":79,limitation:118,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[62,3],"\u3002ascii":[153,127],"\u3092\u3054\u89a7\u304f":114,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":89,"[]":80,two:[126,68,7],"[@":[23,62],git:[88,128,103],"[{":[7,43],gib:[53,118],"[test":62,"\u3084\u307e\u306d":62,"[n":62,head:[151,146],removep:64,"\u6253\u3064":128,"[2":82,"\u9032\u6570":[109,127],"[:":87,"[#":[23,62],"[\"":[37,93,127,69,11,130,80,27,57,155,40,109],autoconf:23,"\u5185\u8a33":57,"[,":148,"/docs":7,"\u8abf\u3079\u308b":[29,62,148,142],decrypt:128,"(match":99,"_ip":87,check:[],ongaeshi:[62,132],"\u305f\u304b\u3063":106,no:[1,85,79,93,14,130,95,146,118,62],"/mxcl":128,when:113,ne:74,ng:74,setting:118,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":128,"\u6ce8\u8a18":62,tid:104,saerch:[130,106],"\u4e09\u756a\u76ee":127,"=number":[],"_touch":[132,67],"_unlock":64,sql:112,longer:[85,14],"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":109,"\u672c\u756a":128,"_memory":[],"\u4e00\u8cab":108,"[travis":62,",\"tags":37,"\u30d0\u30c3\u30d5\u30a1id":109,"\u30d2\u30c3\u30c8":[93,56,76,57,155,123,98,62,40,122],row:27,"_same":62,"\u4e00\u822c":[93,3,153,114,136,64,65],environment:65,"}attr":62,"*tid":104,advantage:27,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[153,127],enqueue:139,"\u3053\u305d":155,level:[5,82,6,7,126,146],"\u8208\u5473":114,brother:153,standards:7,"/db2":43,"/db1":43,"\u6d88\u305b":7,"\u6f14\u7b97\u5b50":[],"\u79d2\u8868":[11,57,60,127],"\u6c42\u3081\u308b":[114,61,148],"\u5024\u6bce":93,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":128,"\u3044\u308d\u3044\u308d":[],"/load":[55,7,43],"\u56f0\u3063":108,".builtin":67,reply:63,"3\u3064":[141,93,3,112,11,12,27,116,129,48,150,136,62,63,111,120],"\u751f\u3058":[35,5,58,6,133,21,92],baseball:[37,63],"\u9ad8\u6a5f":[114,120,56],"=groonga":7,"\u6c17\u8efd":108,"\u6b63\u78ba":[11,66,3],"\u63d0\u4f9b":[],"_success":[93,2,14,15,16,126,68],"\uff08ruby":65,"_info":[],"\u9006\u306b":37,"\u30ea\u30f3\u30af":[153,128,11,88,62,127],"_delete":[78,23,97,64,131],"\u307f\u307e\u3057\u3087":[37,3,76,112,11,155,60,63],"\u8fd4\u3055":[93,10,130,47,109,62,64],"\uff08messagepack":45,handled:7,"-src":[129,12],sports:37,"\"name":99,"\u76f8\u5fdc":97,memory:[],msg:139,outputs:126,"_concurrency":151,"\u30bb\u30c3\u30c8":[56,123,97,131,64,92],"\u3044\u308f\u3086\u308b":37,"*dest":97,"_asc":97,".txt":128,memry:118,"\uff11\u3064":139,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[151,62,120,7],"/setup":65,"_sis":[122,123,153,97,52,127],"-docutils":128,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[],":clear":128,shibuya:132,"\u76f8\u5f53":[116,60,3],"\u5f15\u304d\u8d77\u3059":62,clone:[],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":65,crashed:48,representations:68,"\u6b20\u70b9":114,succeeded:[59,48,144,110],ueno:[62,132,124],"\u30b0\u30eb\u30fc\u30d7":[],representation:[107,68],"\u3002tag":37,"_res":143,"/srpm":128,"_descriptor":[2,146],"\u542b\u307e\u308c\u308b":[56,3,128,11,114,82,57],normalizermysqlunicodeci:158,".yml":65,"\u56f2\u307e":27,"\u56f2\u307f":[82,27],"[[":[122,80,82,40,125,89,110,93,61,127,69,11,98,99,48,37,55,57,144,63,153,113,155,27],"\u30d9\u30fc\u30b9\u30d1\u30b9":7,"_pass":7,"\u56de\u7e70\u308a":143,cutter:[],"\u6ce8\u76ee":93,"\u3059\u306a\u308f\u3061":11,term:[59,109,76],name:[],"\u500b\u3005":[57,10,56],"\u65e5\u3005":108,"\u534a\u7121":[23,52],"\u5bfe\u8c61column":105,"\u53d6\u308b":146,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":62,"\u30cd\u30b9\u30c8":[62,63],"\u30d1\u30fc\u30b9":[23,136],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":58,"\u6642\u4ee3":114,"\u3042\u3044\u307e\u3044":52,"-default":[],"\u4e00\u4ef6\u9032\u3081":[],"\u914d\u7f6e":[3,128],"\u56f2\u3080":[62,3,27],"\u3002key":[97,123,3],"\u30b3\u30fc\u30c9":[62,74,103],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":153,"\u4e92\u63db":[141,111,10,127,128,12,115,129,30,158,43],turn:7,"\"element":69,"\u30db\u30b9\u30c8":[151,128,82,143,87,62,23],yum:[62,111,128,141],"\u5b8c\u7d50":108,"-normalizer":[141,111,12,115,129,62,158],"\u304a\u9858\u3044":[143,108],origin:103,redhat:[23,45],"-version":[],"\u30b7\u30f3\u30d7\u30eb":[159,136],"_function":[2,146],array:[109,115],"\u7d5e\u8fbc":[],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[61,101,136],returns:[95,105,113,107,99,97],kbytes:143,"\u30d1\u30a4\u30d7":59,"\u30a8\u30f3\u30c8\u30ea":[93,127,153,15,154,105],copy:48,specify:[113,156,99,7,51,103],"-httpd":[],"(tab":149,"< t1":56,"\u3080\u308b\u3093":[153,127],posix:127,and:[85,7,40,126,93,95,48,14,15,99,97,16,107,60,62,63,64,112,113,27,156,118,68],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":53,"_local":[143,135],prm:111,ann:128,"_groonga":116,any:99,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[],takuto:132,"_permitted":[2,146],"\u30d5\u30e9\u30b0":[1,74,3,122,5,84,6,35,23,92,93,127,69,11,131,133,21,52,58,59,109,146,62,153,115,158],animation:37,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[50,93,45,82],multiple:[15,40,113,99],"_suggest":124,"_down":[2,146],"_interrupted":2,"\u81a8\u5927":114,"\uff09:":[141,55,123,20,12,111,129,125,73],"\u4e2d\u65ad":[78,23,62],geoindex:[],"8mb":158,"\u5c06\u6765":[141,55,61,69,115,146,125,62,43],"\u4e00\u81f4":[],"\u547c\u3076":[62,150,136],"\u5ea6y":38,sitecountry:[87,112],"\u540c\u3058\u91cd\u307f":99,"\u88dc\u5b8c":[],"\u3002weight":11,"\u30d1\u30c3\u30b1\u30fc\u30b8":[],"\u5024\u3088\u308a":[93,56],"\u7530\u8fba":62,"\u985e\u7fa9":93,explicitly:40,"\u57f7\u7b46":[63,39,84],"\u5f53\u8a72":[10,64],ssh:128,"\"null":62,"_port":143,":')":59,mapped:118,ignored:[62,67],"\u30b9\u30b3\u30a2\u30fc":[],replies:63,"#'":82,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[155,1,52],"<gqtp":143,"\"#\"":143,"(..":62,"#{":126,cities:61,"\u30af\u30ea\u30fc\u30f3":128,quiet:146,"\u30ec\u30b3\u30fc\u30c9id":[],"\u4e00\u822c\u7684":[],color:158,whombx:62,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":62,period:[],"\u76f8\u5bfe":[23,93,128],"_clone":128,raring:[],"#proxy":7,"\u5f8c\u4e8c":10,"*db":[64,67,14],"\u6709\u9650":93,"\u4ee3\u308f\u308a":[158,153,82,27,86,87,45,7,52],engine:[74,106,130,27,71,40,9],"/vdw":[60,3,112],"_tokenizer":[],"_value":[],"_tokenized":[74,115],"case":[15,118,48,112],"\u25cb\u25cb":108,"\u30ed\u30ae\u30f3\u30b0":14,shops:123,"\u975e\u63a8\u5968":62,"\u53d7\u3051":[61,3,146,7,81,62,139,43,87],"\u305f\u3068\u3048":57,saerc:[130,106],"\u8aad\u307f\u51fa\u3057":114,html:[],"\u5831\u4ee5":74,events:43,"\uff08romaji":40,status:[],"0\u30d9\u30fc\u30b9":93,downloads:86,"[\u8a9e":109,"\u7d4c\u7531":[66,35,137,128,5,80,132,58,59,109,6,89,135,62,21,18,133,31,119,92],"-msgpack":43,"[geo":[23,62],"\u30d1\u30bf\u30fc\u30f3":[116,127],"/unit":150,"\u4f5c\u6210\u6e08":82,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],unicode:158,"\u3088\u304b\u3063":57,"\u53ef\u5426":3,except:118,blog:[57,154,63,3],"\\'":[82,153],"\u63a2\u3057":[114,143],"\\\"":[94,123,27,47,154,68],"\u9577\u65b9\u5f62":23,hino:62,"\u63a2\u3059":63,"\u3002point":[29,148],"/base":128,"\\\\":[154,68,153],")..":128,"\u3079\u304d":[64,146,128,158],"\u3068\u304a\u308a":[53,143,112],"_send":15,"-mm":[126,127],"_host":143,"\u985e\u7d39":57,"\"groonga":[93,127,69,27,154,9,52],frees:[15,14],automake:132,"[snippet":[62,27],"@uzulla":23,"_unlink":64,mooz:23,"\u4e09\u3064":[61,123],freed:15,"/eval":125,communicate:7,"\u30b9\u30da\u30a4\u30f3":61,tokenbigramsplitsymbolalpha:[57,93,74,32,123],oo:[79,74],on:[85,95,113,97,27,15,48,74,7,64,43,103],ok:144,of:[],"_escalation":[],"\u30e6\u30fc\u30b6\u30fc":[],"\u8a2d\u5b9a\u5024":[142,1],os:[],or:[93,95,76,113,97,15,99,60,146,126,118,149,153],op:[97,90,68,105,95],"_leading":93,"\u5c11\u306a\u3051\u308c":52,"\u5f0f\u5168":[153,127],"\u884c\u76ee":[116,143,128],"\u30c1\u30e3\u30f3\u30af":109,libmecab:[129,12,128],"{path":45,"\u8a55\u4fa1":[125,62,56,127,154],there:[153,112,69,113,118,40,68],"\u53d7\u3051\u53d6\u308a":[56,3,7],"\u300ccomments":155,"/modules":[132,7],"\u901a\u308a":[74,80,39,89,45,93,61,127,128,130,99,52,57,154,94,81,148,65,153,115,27,144,71],"*escaped":68,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":158,"(location":[37,60,61,155],datasets:156,"\u69cb\u7bc9":[],"\u4f5c\u3063":[57,155,97,7,131,23,158],"/hostname":[143,82],"\u30de\u30fc\u30b8":[62,103],"\u65b9\u5f62":[61,148],mike:144,"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":62,"\u4f5c\u308a":[40,63,106,52],"\u4f5c\u308b":[37,106,155,139,69,136,52,103],"\u8ab2\u7a0b":62,gettext:103,"\u3066\u3057\u307e\u3044":108,"\uff08proc":78,"_type":[],"\u9001\u308a\u65b9":[],"\u53d7\u3051\u53d6\u3063":114,"\u3002ctrl\u30ad\u30fc":3,"/mysql":158,"\u30ea\u30bd\u30fc\u30b9":98,"\u65b9\u5f0f":[82,63,3,114],":mm":[126,127],"\u30ab\u30d0\u30ec\u30c3\u30b8":[],"\u6c17\u306b":[64,103],"/select":[11,7,87],directory:146,"4\u3064":[79,27],"-threshold":[],migrated:[93,153,127],"\u306a\u3051\u308c":[34,2,121,82,7,45,93,94,127,69,11,14,47,97,52,105,143,59,154,81,62,64,149,65,153],dist:128,executing:113,scalar:69,"\u6761\u4ef6":[],"\u306f\u305d\u306e":14,"\u8fd1\u3044\u9806":39,jessie:[],"\u30d3\u30c3\u30c8":[],"\u5b58\u5426":64,"/locale":[128,103],"/scalar":121,init:[62,45,42],program:[113,7],".name":[109,155,154],"\u95a2\u9023":[],"=message":[],"-word":93,systemctl:120,"***":6,llt:74,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[23,128],"\u8a9e\u7248":128,longtext:[38,95],list:[68,128,156],"_html":[],"\u304a\u3088\u3073":[3,128,11,114,82,62,45,42],"\u4f4e\u6e1b":[120,132],"\u6d69\u4e8c":62,"<protocol":82,"\u89aa\u5207":132,yappo:[62,85],"\u884c\u3048\u308b":[62,37],"/news":128,tex:74,"/centos":[111,120,128],"_scalar":[76,80,94,93,61,127,98,99,48,135,37,105,57,59,154,144,81,63,153,112,155,27,118],cursor:[131,95,104],what:68,sub:[],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[],"*section":105,memcached:[],tags:[37,69,89,52],"\u88dc\u5b8c\u8a9e":40,"#worker":7,serihiro:62,allows:27,matsuu:132,options:[],gtihub:23,tokenunigram:32,ocelot:[23,62],"\u5358\u7d14":[56,122,148],"\u300c\u697d\u3057":123,"/atv":[60,3,112],"\u7a32\u7530":62,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[66,119],"\u7a4d\u7b97":[93,56],"_expire":64,"\u3072\u308d\u3086\u304d":122,flag:14,"_blank":115,"\u3002git":128,"\u30d7\u30ed\u30f3\u30d7\u30c8":4,"\u524d\u63d0":[],gothic:18,"\u89e3\u6790":[],"\u79fb\u884c":[23,10],"_encoding":[],"\u306e\u306b\u5bfe\u3057":14,"=table":52,"\u671f\u5316":[62,14],"\u30ea\u30cd\u30fc\u30e0":23,"\u958b\u767a":[],"\u7406\u7531":[],"&..":87,overcommit:118,disable:[113,23,7],"_text":[115,150],"\u30ea\u30dd\u30b8\u30c8\u30ea":[],"-max":[113,23,82],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":150,"-munin":[],"-http":[],specifying:67,"\"book":127,":\u79d2":155,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":128,"\u9ad8\u307e\u3063":114,disables:7,disabled:[40,126],"\u623b\u308a\u5024":[],"\"is":11,"\u30bf\u30a4\u30d7":[78,23,143,43],"_link":[2,146],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":102,soccer:37,"\u30d6\u30fc\u30ea\u30a2\u30f3":38,"_large":[2,146],"return":[116,126],"\u52d5\u4f5c":[],"\u6d45\u898b":62,"\u5897\u3048":[125,63,74,69],"\u8a71\u984c":22,"-encodiong":127,innodb:114,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":7,"-create":[],"\u5897\u3084":69,weight:[11,62,93,105,69],"_release":128,"/en":[7,128],"\u6c42\u3081":[114,96],"_new":[23,139,62],"/managers":[7,43],"\u3072\u3053\u3055\u3093":62,thread:[126,97,143,139],"\u306b\u3088\u308b":[],"_hash":[],"\u30ab\u30b9\u30b1\u30fc\u30c9":[],"\u5927\u304d":[69,79,109,7,62,52],"\u5f62\u72b6":39,"${":[99,93,127,118,103],"\u30bb\u30af\u30b7\u30e7\u30f3":[74,115,86,7,125,40,45,141,93,61,69,157,12,47,48,101,138,103,140,55,105,106,20,146,110,149,65,111,153,26,116,129,117,71,118,72,52,73],gpl:85,passes:128,"\u5b58\u5728":[1,3,123,120,87,91,93,64,14,97,135,131,142,143,60,81,62,63,148,112,114,132,116,29,7],script:[],gpg:128,"\u3050\u3088\u3046":61,"\u60c5\u5831\u540d":[89,80],passed:128,store:[15,95],gps:114,"\u8a9e\u691c":93,option:[113,126,51,81],"$(":[141,129,111,12,73],"/synonyms":149,"\u4fbf\u5229":[93,74,153,69,11,114,115,116,136,40,45],"\u6271\u3048\u308b":[142,62],"/*":[70,142,120,7,103],"\u898b\u308b":[60,2],"\u306e\u304b\u308f\u308a":62,"/'":[62,12],"-working":62,",[\"":57,"7e":143,"\u898b\u3066":[116,93,7],"\u307e\u307e":[11,62,10,108,128],"\u898b\u3064":[62,132,130],"\u540dn":[89,80,93],"\u307e\u3060":[55,10,127,130,93,27,66,146,62,125,23],"\u307e\u3067":[53,98,56,3,122,128,79,82,47,16,81,62,63,155,143,103],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,70,12,13,14,15,16,18,20,21,23,25,26,27,29,30,31,68,34,35,54,38,39,40,41,42,43,141,45,47,48,49,50,51,52,53,37,55,56,57,58,59,60,61,62,63,64,65,66,67,96,129,71,72,73,74,76,159,78,79,80,82,22,84,86,87,88,89,90,91,92,93,94,69,100,98,99,97,101,102,103,104,105,106,107,108,109,110,111,112,114,115,116,117,118,119,120,121,122,123,125,127,128,130,131,133,135,136,137,138,140,142,143,144,146,81,148,149,150,151,152,153,154,155,157,158,11],"\u307e\u305a":[3,76,128,57,155,123,143,86,7,127,45,103],"\u307e\u305b":[34,120,2,3,79,38,39,82,101,74,87,8,125,40,62,45,91,9,43,98,93,61,127,128,69,11,130,143,14,47,99,97,16,21,137,115,80,52,55,123,104,105,106,57,142,121,108,59,131,144,146,81,23,63,64,149,66,158,153,154,114,89,27,116,103,119,7],"_list":[],"\u307e\u305f":[],"\u3058\u304d":27,"\u307e\u3057":[37,93,61,76,128,106,57,155,153,108,127,158,60,7,62,23,103,52],centos6:62,"\u7279\u5b9a":[],"[pat":62,"\u9069\u6642":78,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":63,"\u66f8\u304d\u5f8c":123,added:[97,85,95],"\u3093\u3057\u304d":136,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":56,"\u30d5\u30a3\u30eb\u30bf":62,exec:146,customize:[40,7],"\u30e1\u30fc\u30c8\u30eb":[61,148],"\u89e3\u653e":[104,14,66,131,62,64],windows:[],"\u3002id":14,"-oriented":27,"\u9577\u3055":[105,11,49,143,97,131,62,64],orangain:62,"\u624b\u52d5":7,"&query":87,".rb":[55,132],"\u304a\u3051":93,"_users":155,"\u304a\u304d":[114,128],"\u304a\u304b":45,"\u304a\u3044":[3,105,128,11,114,97,60,150,62,23,64,91,103],"\u59cb\u70b9":3,"_call":[2,146,56],"_format":[2,146],firewood:62,"\u304a\u3070":[23,1,62],concatinated:113,"-ftp":143,"\u4f4e\u6a5f":56,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[],"\u629c\u3051\u308b":3,"\u671b\u307e\u3057\u3044":[114,108,128],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":7,longest:97,"\u304a\u3070\u305f":[23,62],"\u305d\u308c":[120,3,76,38,123,86,141,94,127,128,11,131,103,56,104,57,49,66,63,64,111,153,155,132,71,52],"\u306b\u304a\u3044":[11,10,128],"\u4fdd\u8a3c":[109,10],"\u6570\u5024":[],"(content":[94,27],"\u30b3\u30df\u30c3\u30c8":128,"\u305d\u3057":155,"\u76ee\u4ee5\u964d":93,tobby:99,dump:[],"]]":[93,113,130,80,82,47,144,133,143],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30d6\u30e9\u30a6\u30b6":18,"][":[23,153,62],arc:74,are:[93,95,112,69,113,27,156,118,126,99,48,16,62,40,68,103],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[143,128,103],"]}":[11,109,154],"\u30b9\u30b3\u30a2":[93,56,69,57,130,60,155,62,91],"]x":[155,60],"/non":62,"\u305d\u306e":[],latin:[62,45,82],recently:101,creating:118,"\u8a18\u9332":[114,62,91,8],"\u304a\u3088":16,"\u304a\u3089":128,"\u304a\u308a":[155,63],solr:127,"\u672a\u521d":62,"\u30c6\u30fc\u30d6\u30eb":[],license:[85,128],"\u8a02\u6b63":149,"]'":[7,43],context:[64,7,27],"]\"":[62,60,155],"],":[74,3,76,80,82,87,40,89,110,122,98,93,61,127,69,11,130,47,99,48,135,37,106,57,143,66,109,60,144,81,63,153,112,154,113,155,115,27,116,71,94,158],"]/":87,"])":[54,148,16],finds:97,minagawa:62,"\u691c\u7d22id":97,"\u3042\u3068":[128,103],improper:146,"\u30b3\u30de\u30f3\u30c9url":43,"'alice":153,"\u7d76\u5bfe":8,":#{":126,"\u8003\u616e":57,due:27,pg:81,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":7,po:[],kiske:62,"\u3057\u3084\u3059\u304f":62,"\u6574\u5217":[114,3],"(html":94,"#groonga\u30bf\u30b0":155,"\u8a00\u8a9e\u540d":103,"\u30d9\u30fc\u30b9":[120,74,153,159,114,132,97,62,131,23,127,103],"\u30d8\u30c3\u30c0":62,"\u79d2\u9593":23,"\u5730\u7cfb":61,evaluated:125,"\"sug":9,concurrently:126,"\u5404\u8a9e":109,"\u6027\u5225":114,"_expansion":[],rid:[17,104],"\u30ed\u30fc\u30ab\u30eb":[127,128],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[],"\u6210\u679c":[],"*type":105,"\u5065\u4f5c":37,"\u975e\u4e92\u63db":23,"/hoge":82,"\u64ec\u4f3c":[93,153,127],"\u672c\u6765":76,abcde:115,edge:139,nanoseconds:126,"\\bin":86,"\"alice":153,"\u6b8b\u5ff5":11,"\u9006\u5f15\u304d":[],"\u3067\u304d\u308b":[],tables:[118,135,156],"\u4e92\u63db\u6027":128,"\u3002keys":97,"\u64a4\u5ec3":[132,82],"\u5024\u7528":23,"\u304f\u3060":[120,2,3,122,77,79,38,22,74,86,87,8,125,94,45,43,141,93,61,127,69,11,130,12,57,48,16,50,52,103,55,20,142,143,59,154,144,101,62,110,111,153,114,115,99,129,30,73,7],boost:40,"_finalizer":[42,14],"@wareohji":62,unstable:[129,128],"\u6642\u523b":[116,67,106,155,143,66,152],".title":11,"\u7f6e\u304b":[30,45,149,7],"\u7f6e\u304d":[131,132,64,128],"\u7f6e\u304f":45,"[dump":62,"\u5404\u8981":[76,69],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,158,127,107,82,14,45],retry:146,"\u69cb\u6210":[141,111,56,3,128,12,120,129],proc:[141,93,78,12,111,129,97,42,102],"-drilldown":112,"(\u300c":128,"_improper":2,"{type":113,"\u9577\u751f\u304d":52,"\u5b9f\u73fe":[],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":62,"\"service":106,range:[89,48,81,80,146],"\u306a\u304b\u3063":[93,10,3,127,154,5,82,133,58,57,6,35,81,21,62,143,92],"\u672c\u6587":[63,94],"\u5831\u544a":[],"\u524d\u65b9":[],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":128,shimoda:132,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[82,7],"\u7a2e\u5225":80,"long":[50,17],"/hosts":128,"_links":[2,146],"html\u30bf\u30b0":94,sections:112,files:[],"-query":[120,3,153,82,27,126,99,7,62,23,149,122],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[93,84],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":52,aramaki:[23,132],"_op":[90,68,56],"_or":[],caller:42,"_of":[2,146],"_entries":[15,101],"_on":[2,146],called:[48,112],"\u63a5\u982d":[79,127,23],horikoshi:23,"\u679c\u305f":3,warning:[5,126,6,7],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":69,"\u306b\u5bfe\u3059\u308b":[],tatsuya:62,grn:[],gro:27,newvalue:105,nice:98,generates:156,"\u5c5e\u3057":[38,121],"\u305f\u3076\u3093":45,generated:156,drilldown:[],"\u982d\u8f9e":79,"\u300d\u3001":[37,155],"\u300d\u3002":136,"\u300d\u300c":155,"\u8868\u3059\u578b":38,"-deafult":23,"\u8aad\u307f\u53d6\u308a":[47,82],"-package":[],"\u30b3\u30a2":[45,7,43],"-benchmark":[],"-count":66,once:112,"\u30a4\u30f3\u30c7\u30c3\u30af":63,"\u958b\u304f\u969b":62,"\u5272\u308a\u5f53\u3066\u308b":[11,79,3],"\u30b9\u30ad\u30c3\u30d7":62,"\u8a9e\u6271":123,"_by":[155,124,97,62,131,23,64,68],"\u30cb\u30e5\u30fc\u30b9":98,stable:10,include:[70,81],"\u7e70\u308a\u8fd4\u3057\u6570":143,"\u30de\u30c9\u30ea\u30fc\u30c9":61,"\"saerch":106,"\u30d7\u30e9\u30b0\u30de":93,"\u306a\u3068\u304d":114,"*user":42,"\u3002run":150,"\u3067\u5024":[82,3],ranguba:69,"\"complete":9,"-in":[64,7,128],"-id":[62,82],"_dir":[23,128],"|correct":130,"_use":[2,146,14],".po":[],smaller:[126,69],".pc":[23,124],"-line":65,"\u3053\u3046\u3059\u308c":108,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[62,63],"\u3002buf":105,etime:151,"\u30a8\u30f3\u30b8\u30f3":[11,37,93,82,114],"{time":126,"-exact":66,"\u521d\u56de":103,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":39,"\u5341\u5206\u6c17":[],larger:118,"\u4e0a\u3052\u308b":57,"/coremodule":7,"_name":[],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":82,"\u30c8\u30e9\u30a4":[79,52,153,127,23],"\u300coffgao":155,">version":4,"\u5206\u6790":114,apple:158,apt:[129,62,12,128,65],"*str":68,hardy:132,"*keys":97,apply:68,"_commit":17,"\u5207\u308b":7,"\u5148\u60c5":155,"\u9001\u4fe1":[],use:[116,93,105,113,153,82,14,15,109,118,62,127,68,103],from:[113,95,85,7],"\u3057\u307e\u3057":62,usa:112,"\u3057\u307e\u305b":[40,93,45,108,7],"\u5730\u70b9":[60,61],"\u3057\u307e\u3046":[128,114,132,108,62,23],usr:[82,7,8,45,150,73],"\u3057\u307e\u3044":[11,57,143,122,106],"\u5207\u308a":[137,23,128,62],"\u4efb\u610f":[3,128,82,38,143,114],start:[98,113,120],sort:[97,112],"_names":67,tokenbigramignoreblanksplitsymbolalpha:57,"?msg":128,"[args":82,"/index":[121,82,128,103],"-html":[62,132],"_nofile":[62,126],tar:[141,111,128,20,12,129,45,73],"_install":[],tag:[37,128],"/rpmforge":111,sis:23,united:144,satoh:23,"\u30c0\u30d6\u30eb":[153,79,23,62,127,52],six:[126,3],sid:[],instead:[93,82],"_create":[],"\u884c\u3046":[151,37,93,61,122,128,155,123,108,120,99,60,132,131,62,63,150],"\"rectangle":[62,61,148],"\u30a2\u30af\u30bb\u30b5":64,"_configure":62,"\u30a2\u30af\u30bb\u30b9":[151,132,128,11,30,82,97,87,62,23,103,7],"\u3042\u308b\u3044":[141,111,10,105,114,146,153,148,29,97,56,7,127,90,52],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":62,light:48,"$home":128,"\u30da\u30fc\u30b8":[44,93,3,128,82,22,62,30,103],freebsd:[],"\u4eac\u90fd":[57,123],"#groonga":149,"\u300cbill":123,"\u5bfe\u8a71":[3,87],"%'":62,"\u7279\u5225":[74,153,2,16,40,45,68],"\u30c0\u30f3\u30d7":[62,132],superior:27,"/apt":[129,12,128],"/api":43,restart:120,"\u3057\u3046\u308b":62,crash:48,"\u30b9\u30ad\u30fc\u30de":[93,61,153,154,27,98,99,144,94,135,81,118,63,127],"\u53c2\u52a0":[72,22],successor:127,articles:63,edit:[],".net":[37,3,128,112,11,22,60,87],"%\\":86,nfs:45,"\u6df7\u305c":[11,130],".overcommit":[],",\"link":11,"\u5c3a\u5ea6":114,related:118,"\u89e3\u6c7a":[23,62,108,109,142],"\u3002redmine":0,remove:[64,115],out:143,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":155,supports:85,dictionary:158,"\u30ec\u30a4\u30e4":56,york:61,"8r":[62,45,82],lts:[],"\u4e00\u90e8":[58,3,9,128,62],"\u8907\u6570":[],lte:74,auth:[7,43],"\u304a\u3059\u3059\u3081\u3057":[120,153,128,127],"\u8aac\u660e":[],"1\u305a":[10,91],"\"tags":69,"\u53d6\u308a\u8fbc\u307e":128,"\u53d6\u308a\u8fbc\u307f":23,"_symbolic":[2,146],"\u8d77\u70b9":93,"\u78ba\u8a8d":[],"_qlog":62,unknown:146,"\u304a\u304b\u3057":132,makefile:128,compatibility:158,priority:40,their:118,"1\u3064":[0,74,121,79,7,8,125,62,110,43,93,127,69,130,9,99,52,53,37,55,143,108,154,146,23,63,153,155,27,101],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":82,developer:155,"_debug":150,"\u7279\u5316":[127,103],"\u30d5\u30a9\u30eb\u30c0\u30fc":86,"-jumandic":[141,111],"\u64a4\u53bb":23,"\u8a9e\u610f":84,"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[62,1,31,64,69],"_unsupported":2,"\u554f\u3044\u5408\u308f":56,".grn":[7,135],"\u82e6\u624b":114,"\u30ab\u30bf\u30ab\u30ca":[131,40,158,130],"\u76ee\u304f\u3089\u3044":52,"_expanders":[149,8],"(age":81,which:[113,40,112],inverted:27,"\u901f\u3084\u304b":10,".travis":65,"\u7d44\u8fbc\u578b":[],"class":[94,27],"_build":150,"_term":85,"_delimited":85,"\u6dfb\u4ed8":62,"_is":[116,23,2,146,64],gronga:[149,9],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[],"_in":[],"_ii":[],"-output":[62,93,94,143,27],"_id":[34,93,3,105,128,17,97,14,131,60,62,104,23,64,68,91,127],"_delimiter":[74,115],"\u6307\u3057":11,"\u5bfe\u8c61object":[34,67,78,64,42,102,105],please:103,",\n#":[37,93,74,3,153,69,11,155,99,60,87,127],"\u5bfe\u8c61":[],"_truncate":[23,97],cache:[],"\u30b7\u30a7\u30eb":[45,143,153],daiki:[62,132,124],candidates:40,"*newvalue":105,palallel:128,local:135,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":45,"\u6295\u7a3f":[],"\u4ed8\u3051\u308b":[139,158,3],"!condition":127,nvars:42,",\n{":[158,76,112,69,130,106,99,7,154,71,122,40,63,127,153],ones:112,subrecord:62,words:127,"\u30b7\u30a7\u30a2":22,"\u3070\u3044\u3051":[34,93,45,121,105,69,153,52,154,97,7,127,62,64,149,65],"(column":[27,81],",\n[":[27,135],",\n]":[57,154,60,76],candidate2:130,candidate1:130,queries:[143,27],view:113,"\u304b\u304e\u308a":143,"=fedora":128,"\uff08\u578b":49,"\u884c\u6570":23,acquires:16,still:48,"\"table":82,dll:[23,62],"\u30ea\u30c8\u30e9\u30a4":16,"\u4e43\u6bc5":132,job:143,homebrew:[],"\u3084\u305d\u306e":144,".i":111,april:128,"/local":[45,7,128],"\u672a\u5bfe":62,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[30,132,82,62],"_var":[49,68,42],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[45,86],table:[],"\u671f\u5f85":114,rpm:[141,111,128,132,62,23],"\u304a\u3059\u3059\u3081":43,"\u30b5\u30d6\u30bb\u30c3\u30c8":[38,97],"\u9bae\u5ea6":98,"_refused":[2,146],"\u78ba\u5b9f":106,porting:85,"\u521d\u671f\u5024":151,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":62,"\u5927\u6587\u5b57":[3,52],"-cache":[62,82],"\u5024\u578b":11,"\u672a\u5b9a":11,"\u4f4f\u6240":62,will:[118,64,112],"\u793a\u3059":[116,93,2,153,99,11,80,154,27,47,29,61,127,94,144,81,89,148,43,122],"\u793a\u3055":[89,80],"\u793a\u3057":[2,3,39,112,57,25,66,61,87,128,63],"\u578b\u3068":112,thus:156,"-debug":132,"*src":97,avg:151,"\u8fd4\u4fe1":[155,63,108],uptime:[1,3,4,66,87,7],"\u5185\u90e8":[128,11,17,27,14,66,97,62,64],"\u578b\u304b":38,"\uff08longest":[23,127],"\u6ce8\u610f":[93,94,3,153,128,69,11,143,57,97,7,62,122,23,127,43,52],"\u691c\u7d22key":97,"\u6587\u8108":154,"\u5168\u6587\u691c":[],"\uff01\"":155,english:[40,93,22],uzulla:23,"\uff01:":45,"@kiske":62,normalizermysqlgeneralci:158,"\u521d\u671f\u5316":[62,42,14],tcp:82,")=":142,"_device":[2,146],"(windows":143,"\u5236\u7d04":53,unsigned:[105,17,15,97,49,131,64,68,42],other:16,"\u9ad8\u7cbe":114,moritars:63,qwik:135,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[23,45,150,117,103],execute:[113,112],"\u300c\uff76":158,"'pid":82,know:112,"\u30b9\u30ec\u30c3\u30c9":[114,139,143,14,82,43],"\u307e\u305f\u3044":[62,61],earch:74,"_threshold":[],"\u307e\u305f\u3050":[],"lzo\u3044":59,"_push":56,because:[4,113,48,7,118,40],sequence:[106,130,71,156,40,126],"-host":143,"\u30b3\u30e1\u30f3\u30c8":[],"_sortby":[],"_exists":[2,146],"\u306e\u307b\u304b":[11,38],"\u96e2\u308c":60,"\u2192id":79,"\u7d44\u5408":99,"enum":67,"\u7acb\u3061\u4e0a\u304c\u3063":143,"*path":[97,67,105],"\u518d\u691c":136,"\u306e\u3044\u305a\u308c\u304b":[29,97,90,148,49],"\u305d\u308c\u305e\u308c":[74,3,4,79,123,82,45,76,93,127,128,11,99,97,52,56,57,60,146,63,64,150,112,155,116,30],"\u5358\u72ec":[143,105],column:[],universe:12,"\u30b7\u30fc\u30b1\u30f3\u30b9":[40,106,71],".html":[82,7,128,103],"$groonga":128,"\u6570\u5b57":[57,106,143,52],"_length":146,"\u5b9f\u7a3c":151,transfer:[114,120,146],debian:[],"*key":97,"var":[45,80,56,82,7],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":65,"\u30d5\u30a3\u30eb\u30bf\u30fc":154,palalles:128,"-pid":[23,82],"\u30b9\u30cb\u30da\u30c3\u30c8":[62,27],"\u73fe\u5728":[84,151,152,3,67,128,114,39,143,14,101,155,21,104,64,42,52],"\u6700\u5f8c":[127,128,11,132,143,14,57,7,62],"\u7834\u68c4":[42,14],squeeze:[62,128],"\u6848\u5185":[108,128],"\u30e1\u30f3\u30d0":97,"\u56fa\u6709":[78,69],whether:[99,64],record:[93,61,3,69,11,99,97,95,87,68],below:48,"\u30ed\u30b0\u30a4\u30f3":128,"\u4e00\u9577":114,"\u6c7a\u5b9a":93,"\u30e9\u30a4\u30b6\u30fc":74,blogs:57,"\u305d\u308c\u3086\u3048":[11,153],"\u7a4d\u7528":93,"8bit":38,"\u7acb\u5834":72,"\"se":40,"@github":128,"\u52a0\u3048":[11,56,122,65],book:127,bool:[153,11,38,29,62,148,122],"-analyzer":[23,62],"\u306f\u307e\u305a":128,".gpg":128,"-sortby":62,".location":155,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":132,"\u3002mroonga":[114,64],"\u9054\u3059\u308b":131,emerg:[5,6],"\u5909\u66f4\u70b9":[],"\u306f\u307e\u3060":[43,159]},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","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/command/command_version","tutorial/data","install/ubuntu","contribution/documentation","reference/api/grn_ctx","reference/api/grn_cache","reference/api/global_configurations","reference/api/grn_ii","contribution/development/document","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/grn_info","reference/commands/table_remove","reference","tutorial/index","reference/types","geolocation_search","suggest/completion","reference/executables","reference/api/grn_proc","server/http/comparison","index","install/others","reference/cast","reference/commands/load","reference/commands/column_rename","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/functions/geo_distance","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","news/senna","install/windows","tutorial/network","contribution/development/repository","reference/commands/table_list","reference/api/grn_search","reference/pseudo_column","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/api/grn_geo","reference/functions/edit_distance","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/development/cooperation","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/executables/groonga-suggest-httpd","characteristic","reference/commands/normalize","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","contribution/development/com","development","install/fedora","troubleshooting/mmap_cannot_allocate_memory","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","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. log_level","8.3.17. log_put","8.1.4. groonga-httpd","8.3.21. register","5.1. \u306f\u3058\u3081\u306b","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","13.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.16.5. <tt class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","8.16.2. <tt class=\"docutils literal\"><span class=\"pre\">grn_cache</span></tt>","8.16.1. \u5168\u4f53\u8a2d\u5b9a","8.16.11. <tt class=\"docutils literal\"><span class=\"pre\">grn_ii</span></tt>","13.3.4. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. \u4ed5\u69d8","2.7. Oracle Solaris","8.3.18. log_reopen","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.16. API","8.3. \u30b3\u30de\u30f3\u30c9","8.12.10. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","8.12.5. geo_in_rectangle","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. defrag","8.8. Tokenizers","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","8.16.13. <tt class=\"docutils literal\"><span class=\"pre\">grn_info</span></tt>","8.3.30. table_remove","8. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","5.3. \u88dc\u5b8c","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.16.16. <tt class=\"docutils literal\"><span class=\"pre\">grn_proc</span></tt>","7.3.1. \u6bd4\u8f03","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","2.8. \u305d\u306e\u4ed6","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>","8.16.20. <tt class=\"docutils literal\"><span class=\"pre\">grn_type</span></tt>","8.16.14. <tt class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></tt>","8.1.8. groonga-suggest-learner","8.3.28. <tt class=\"docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.12.9. rand","8.3.23. <tt class=\"docutils literal\"><span class=\"pre\">ruby_load</span></tt>","13.3.5. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","11.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","8.3.9. column_remove","8.3.7. <tt class=\"docutils literal\"><span class=\"pre\">column_create</span></tt>","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.12.3. geo_distance","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","8.16.15. <tt class=\"docutils literal\"><span class=\"pre\">grn_obj</span></tt>","12.1. Travis CI","8.3.26. status","8.16.6. <tt class=\"docutils literal\"><span class=\"pre\">grn_db</span></tt>","8.16.8. grn_expr","\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","13.2.1. C API","5.5. \u63d0\u6848","13. Groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","8.3.31. <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.16.10. <tt class=\"docutils literal\"><span class=\"pre\">grn_hook</span></tt>","8.5. \u30c6\u30fc\u30d6\u30eb","8.3.8. column_list","8.12.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","News in Senna period","2.1. Windows","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","13.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.29. table_list","8.16.17. <tt class=\"docutils literal\"><span class=\"pre\">grn_search</span></tt>","8.10. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.24. <tt class=\"docutils literal\"><span class=\"pre\">select</span></tt>","8.12.6. html_untag","8.16.9. <tt class=\"docutils literal\"><span class=\"pre\">grn_geo</span></tt>","8.12.2. edit_distance","8.16.18. <tt class=\"docutils literal\"><span class=\"pre\">grn_table</span></tt>","8.13. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","8.12.8. query","8.16.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.16.21. <tt class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></tt>","13.2.2. \u56fd\u969b\u5316","8.16.12. <tt class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></tt>","8.16.3. <tt class=\"docutils literal\"><span class=\"pre\">grn_column</span></tt>","5.4. \u88dc\u6b63","8.16.7. <tt class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></tt>","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","8.3.5. check","8.3.32. <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>","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.15. Tuning","8.3.25. shutdown","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.22. <tt class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></tt>","8.14. Log","8.11.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.3.7. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.27. suggest","8.16.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. define_selector","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.14. dump","8.11. grn_expr","8.3.20. quit","8.12. \u95a2\u6570","13.3.2. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","12. \u958b\u767a","2.6. Fedora","11.2. mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","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.12.4. geo_in_circle","8.9.1. QueryExpanderTSV","13.3.8. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.12.7. now","8.11.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","8.12.11. 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","8.7. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.3. HTTP"],objects:{"":{grn_ctx_get_match_escalation_threshold:[50,1,1,"c.grn_ctx_get_match_escalation_threshold"],"--cache-limit":[82,0,1,"cmdoption--cache-limit"],grn_get_default_match_escalation_threshold:[50,1,1,"c.grn_get_default_match_escalation_threshold"],grn_db_create:[67,1,1,"c.grn_db_create"],grn_obj_get_hook:[78,1,1,"c.grn_obj_get_hook"],grn_obj_expire:[64,1,1,"c.grn_obj_expire"],grn_table_cursor_close:[131,1,1,"c.grn_table_cursor_close"],"-P":[151,0,1,"cmdoption-P"],grn_table_cursor_set_value:[131,1,1,"c.grn_table_cursor_set_value"],grn_expr_syntax_escape:[68,1,1,"c.grn_expr_syntax_escape"],"-e":[82,0,1,"cmdoption-e"],"-d":[51,0,1,"cmdoption-d"],"-a":[82,0,1,"cmdoption-a"],"-c":[82,0,1,"cmdoption-c"],grn_obj_set_info:[34,1,1,"c.grn_obj_set_info"],"-m":[151,0,1,"cmdoption-m"],"-l":[113,0,1,"cmdoption-l"],"--disable-max-fd-check":[113,0,1,"cmdoption--disable-max-fd-check"],"-i":[143,0,1,"cmdoption-i"],"-h":[82,0,1,"cmdoption-h"],grn_db:[67,2,1,"c.grn_db"],"-t":[113,0,1,"cmdoption-t"],grn_command_version:[100,2,1,"c.grn_command_version"],grn_obj_set_element_info:[34,1,1,"c.grn_obj_set_element_info"],"-p":[113,0,1,"cmdoption-p"],"-s":[51,0,1,"cmdoption-s"],"-r":[51,0,1,"cmdoption-r"],grn_ctx_at:[14,1,1,"c.grn_ctx_at"],"--bind-address":[82,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[100,3,1,"c.GRN_COMMAND_VERSION_STABLE"],"--config-path":[82,0,1,"cmdoption--config-path"],grn_table_size:[97,1,1,"c.grn_table_size"],"--query-log-path":[82,0,1,"cmdoption--query-log-path"],grn_ctx_use:[14,1,1,"c.grn_ctx_use"],grn_obj_defrag:[64,1,1,"c.grn_obj_defrag"],db:[143,0,1,"cmdoption-arg-db"],grn_get_lock_timeout:[16,1,1,"c.grn_get_lock_timeout"],grn_table_cursor_open:[131,1,1,"c.grn_table_cursor_open"],grn_get_default_encoding:[107,1,1,"c.grn_get_default_encoding"],GRN_OBJ_LOCK:[64,3,1,"c.GRN_OBJ_LOCK"],grn_ii_buffer_append:[17,1,1,"c.grn_ii_buffer_append"],grn_obj_column:[64,1,1,"c.grn_obj_column"],grn_geo_estimate_in_rectangle:[95,1,1,"c.grn_geo_estimate_in_rectangle"],grn_table_sort:[97,1,1,"c.grn_table_sort"],GRN_COLUMN_NAME_SCORE:[105,3,1,"c.GRN_COLUMN_NAME_SCORE"],grn_obj_unlink:[64,1,1,"c.grn_obj_unlink"],grn_obj_id:[64,1,1,"c.grn_obj_id"],grn_obj_set_value:[64,1,1,"c.grn_obj_set_value"],grn_encoding:[107,2,1,"c.grn_encoding"],grn_proc_create:[42,1,1,"c.grn_proc_create"],GRN_COLUMN_NAME_VALUE:[105,3,1,"c.GRN_COLUMN_NAME_VALUE"],"--ftp":[143,0,1,"cmdoption--ftp"],"--dir":[143,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[64,3,1,"c.GRN_OBJ_SET_MASK"],grn_table_group_result:[97,2,1,"c.grn_table_group_result"],grn_expr_close:[68,1,1,"c.grn_expr_close"],grn_obj_path:[64,1,1,"c.grn_obj_path"],grn_cache_get_max_n_entries:[15,1,1,"c.grn_cache_get_max_n_entries"],grn_obj_db:[67,1,1,"c.grn_obj_db"],grn_geo_cursor_next:[95,1,1,"c.grn_geo_cursor_next"],GRN_OBJ_APPEND:[64,3,1,"c.GRN_OBJ_APPEND"],grn_table_lcp_search:[97,1,1,"c.grn_table_lcp_search"],grn_table_create:[97,1,1,"c.grn_table_create"],grn_table_cursor_get_value:[131,1,1,"c.grn_table_cursor_get_value"],"--address":[82,0,1,"cmdoption--address"],"--daemon":[51,0,1,"cmdoption--daemon"],grn_obj_is_builtin:[64,1,1,"c.grn_obj_is_builtin"],grn_table_columns:[97,1,1,"c.grn_table_columns"],"--pid-path":[82,0,1,"cmdoption--pid-path"],"--encoding":[82,0,1,"cmdoption--encoding"],grn_ctx_set_finalizer:[14,1,1,"c.grn_ctx_set_finalizer"],grn_cache:[15,2,1,"c.grn_cache"],grn_table_delete_by_id:[97,1,1,"c.grn_table_delete_by_id"],grn_ii_buffer:[17,2,1,"c.grn_ii_buffer"],"--host":[143,0,1,"cmdoption--host"],grn_obj_set_finalizer:[42,1,1,"c.grn_obj_set_finalizer"],grn_cache_current_set:[15,1,1,"c.grn_cache_current_set"],grn_obj_lock:[64,1,1,"c.grn_obj_lock"],"--log-path":[82,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[105,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],"--log-output-dir":[143,0,1,"cmdoption--log-output-dir"],GRN_OBJ_COMPARE:[64,3,1,"c.GRN_OBJ_COMPARE"],grn_expr_append_const:[68,1,1,"c.grn_expr_append_const"],grn_obj_clear_lock:[64,1,1,"c.grn_obj_clear_lock"],grn_table_cursor_next:[131,1,1,"c.grn_table_cursor_next"],grn_expr_alloc:[68,1,1,"c.grn_expr_alloc"],grn_expr_compile:[68,1,1,"c.grn_expr_compile"],grn_user_data:[102,2,1,"c.grn_user_data"],grn_obj_get_range:[64,1,1,"c.grn_obj_get_range"],grn_table_get:[97,1,1,"c.grn_table_get"],grn_ctx_fin:[14,1,1,"c.grn_ctx_fin"],grn_geo_cursor_open_in_rectangle:[95,1,1,"c.grn_geo_cursor_open_in_rectangle"],"--max-threads":[82,0,1,"cmdoption--max-threads"],grn_ctx_init:[14,1,1,"c.grn_ctx_init"],grn_ii_buffer_close:[17,1,1,"c.grn_ii_buffer_close"],grn_column_table:[105,1,1,"c.grn_column_table"],GRN_OBJ_DECR:[64,3,1,"c.GRN_OBJ_DECR"],grn_obj_reinit:[64,1,1,"c.grn_obj_reinit"],grn_obj_rename:[64,1,1,"c.grn_obj_rename"],grn_table_group_flags:[97,2,1,"c.grn_table_group_flags"],grn_obj_check:[64,1,1,"c.grn_obj_check"],grn_table_at:[97,1,1,"c.grn_table_at"],grn_column_name:[105,1,1,"c.grn_column_name"],grn_table_difference:[97,1,1,"c.grn_table_difference"],"--n-lines-per-log-file":[113,0,1,"cmdoption--n-lines-per-log-file"],grn_cache_close:[15,1,1,"c.grn_cache_close"],grn_obj_close:[64,1,1,"c.grn_obj_close"],GRN_COLUMN_NAME_ID_LEN:[105,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],grn_table_truncate:[97,1,1,"c.grn_table_truncate"],grn_obj_get_value:[64,1,1,"c.grn_obj_get_value"],grn_cache_open:[15,1,1,"c.grn_cache_open"],"--server-id":[82,0,1,"cmdoption--server-id"],grn_obj_delete_hook:[78,1,1,"c.grn_obj_delete_hook"],"-n":[82,0,1,"cmdoption-n"],"--port":[113,0,1,"cmdoption--port"],grn_ii:[17,2,1,"c.grn_ii"],"--log-base-path":[113,0,1,"cmdoption--log-base-path"],grn_obj_is_locked:[64,1,1,"c.grn_obj_is_locked"],grn_expr_exec:[68,1,1,"c.grn_expr_exec"],"--log-level":[82,0,1,"cmdoption--log-level"],grn_table_rename:[97,1,1,"c.grn_table_rename"],GRN_COLUMN_NAME_NSUBRECS:[105,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COMMAND_VERSION_MAX:[100,3,1,"c.GRN_COMMAND_VERSION_MAX"],grn_index_cursor_next:[104,1,1,"c.grn_index_cursor_next"],grn_obj_get_element_info:[34,1,1,"c.grn_obj_get_element_info"],grn_search_optarg:[90,2,1,"c.grn_search_optarg"],grn_expr_append_const_str:[68,1,1,"c.grn_expr_append_const_str"],script:[143,0,1,"cmdoption-arg-script"],grn_expr_get_var_by_offset:[68,1,1,"c.grn_expr_get_var_by_offset"],grn_obj_add_hook:[78,1,1,"c.grn_obj_add_hook"],GRN_COMMAND_VERSION_MIN:[100,3,1,"c.GRN_COMMAND_VERSION_MIN"],grn_index_cursor_open:[104,1,1,"c.grn_index_cursor_open"],grn_proc_func:[42,2,1,"c.grn_proc_func"],grn_db_create_optarg:[67,2,1,"c.grn_db_create_optarg"],"--n-threads":[113,0,1,"cmdoption--n-threads"],grn_table_add:[97,1,1,"c.grn_table_add"],grn_obj_unlock:[64,1,1,"c.grn_obj_unlock"],grn_cache_set_max_n_entries:[15,1,1,"c.grn_cache_set_max_n_entries"],grn_proc_type:[42,2,1,"c.grn_proc_type"],grn_proc_get_info:[42,1,1,"c.grn_proc_get_info"],GRN_OBJ_INCR:[64,3,1,"c.GRN_OBJ_INCR"],grn_ctx_close:[14,1,1,"c.grn_ctx_close"],grn_ctx:[14,2,1,"c.grn_ctx"],GRN_COLUMN_NAME_KEY:[105,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_SCORE_LEN:[105,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE_LEN:[105,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],grn_table_cursor_get_key:[131,1,1,"c.grn_table_cursor_get_key"],grn_obj_get_values:[64,1,1,"c.grn_obj_get_values"],grn_column_rename:[105,1,1,"c.grn_column_rename"],GRN_OBJ_UNLOCK:[64,3,1,"c.GRN_OBJ_UNLOCK"],grn_obj_get_info:[34,1,1,"c.grn_obj_get_info"],grn_ctx_db:[14,1,1,"c.grn_ctx_db"],"--protocol":[143,0,1,"cmdoption--protocol"],grn_table_cursor:[131,2,1,"c.grn_table_cursor"],grn_ctx_get:[14,1,1,"c.grn_ctx_get"],grn_ctx_set_match_escalation_threshold:[50,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_db_open:[67,1,1,"c.grn_db_open"],grn_column_index:[105,1,1,"c.grn_column_index"],grn_table_sort_key:[97,2,1,"c.grn_table_sort_key"],"--help":[82,0,1,"cmdoption--help"],"--groonga":[143,0,1,"cmdoption--groonga"],grn_table_setoperation:[97,1,1,"c.grn_table_setoperation"],GRN_COLUMN_NAME_ID:[105,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_OBJ_SET:[64,3,1,"c.GRN_OBJ_SET"],"--document-root":[82,0,1,"cmdoption--document-root"],grn_info_type:[34,2,1,"c.grn_info_type"],grn_obj:[64,2,1,"c.grn_obj"],grn_obj_remove:[64,1,1,"c.grn_obj_remove"],grn_obj_user_data:[102,1,1,"c.grn_obj_user_data"],GRN_OBJ_GET:[64,3,1,"c.GRN_OBJ_GET"],grn_expr_append_const_int:[68,1,1,"c.grn_expr_append_const_int"],grn_expr_syntax_escape_query:[68,1,1,"c.grn_expr_syntax_escape_query"],grn_ii_buffer_open:[17,1,1,"c.grn_ii_buffer_open"],grn_geo_select_in_rectangle:[95,1,1,"c.grn_geo_select_in_rectangle"],grn_set_lock_timeout:[16,1,1,"c.grn_set_lock_timeout"],grn_ii_buffer_commit:[17,1,1,"c.grn_ii_buffer_commit"],grn_obj_search:[90,1,1,"c.grn_obj_search"],"--send-endpoint":[51,0,1,"cmdoption--send-endpoint"],grn_table_update_by_id:[97,1,1,"c.grn_table_update_by_id"],grn_hook_entry:[78,2,1,"c.grn_hook_entry"],grn_expr_append_op:[68,1,1,"c.grn_expr_append_op"],grn_geo_point:[95,2,1,"c.grn_geo_point"],grn_table_cursor_table:[131,1,1,"c.grn_table_cursor_table"],grn_table_delete:[97,1,1,"c.grn_table_delete"],dest:[82,0,1,"cmdoption-arg-dest"],grn_ctx_open:[14,1,1,"c.grn_ctx_open"],grn_column_index_update:[105,1,1,"c.grn_column_index_update"],grn_obj_delete_by_id:[64,1,1,"c.grn_obj_delete_by_id"],grn_ctx_get_command_version:[14,1,1,"c.grn_ctx_get_command_version"],"--default-match-escalation-threshold":[82,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[131,1,1,"c.grn_table_cursor_delete"],grn_type_create:[49,1,1,"c.grn_type_create"],grn_obj_path_by_id:[64,1,1,"c.grn_obj_path_by_id"],grn_builtin_type:[49,2,1,"c.grn_builtin_type"],grn_table_get_key:[97,1,1,"c.grn_table_get_key"],GRN_OBJ_PREPEND:[64,3,1,"c.GRN_OBJ_PREPEND"],grn_set_default_match_escalation_threshold:[50,1,1,"c.grn_set_default_match_escalation_threshold"],grn_cache_current_get:[15,1,1,"c.grn_cache_current_get"],grn_expr_create:[68,1,1,"c.grn_expr_create"],grn_get_default_command_version:[100,1,1,"c.grn_get_default_command_version"],grn_expr_add_var:[68,1,1,"c.grn_expr_add_var"],grn_encoding_parse:[107,1,1,"c.grn_encoding_parse"],grn_column_create:[105,1,1,"c.grn_column_create"],grn_ctx_set_command_version:[14,1,1,"c.grn_ctx_set_command_version"],grn_table_sort_flags:[97,2,1,"c.grn_table_sort_flags"],grn_obj_get_nhooks:[78,1,1,"c.grn_obj_get_nhooks"],grn_set_default_encoding:[107,1,1,"c.grn_set_default_encoding"],grn_set_default_command_version:[100,1,1,"c.grn_set_default_command_version"],grn_encoding_to_string:[107,1,1,"c.grn_encoding_to_string"],"--receive-endpoint":[51,0,1,"cmdoption--receive-endpoint"],GRN_COLUMN_NAME_NSUBRECS_LEN:[105,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],grn_table_group:[97,1,1,"c.grn_table_group"],command:[82,0,1,"cmdoption-arg-command"],grn_obj_name:[64,1,1,"c.grn_obj_name"],grn_db_touch:[67,1,1,"c.grn_db_touch"],grn_table_update:[97,1,1,"c.grn_table_update"]},grn_db_create_optarg:{n_builtin_type_names:[67,4,1,"c.grn_db_create_optarg.n_builtin_type_names"],builtin_type_names:[67,4,1,"c.grn_db_create_optarg.builtin_type_names"]}},titleterms:{"_pat":79,"\u5f62\u5f0f":[66,35,5,130,80,58,47,109,6,133,116,21,89,31,92],senna:85,"\u6539\u826f":[1,85,132,124,62,23],"\u7b26\u53f7":127,"\u6d41\u308c":103,"-prefix":45,prefix:56,comments:155,"\u6761\u4ef6":[60,94,93,128,153],query:[99,93,146,126],"-lzo":45,"\u5fc5\u9808":[93,61,113,115,99,48,74,110],jessie:129,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":87,"\u30d3\u30c3\u30c8":127,"\u5dee\u6f14":127,"-release":128,"\u901a\u4fe1":139,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":4,to:[113,40],"_column":[105,91],"\u524a\u9664":144,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":150,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[143,33],string:[74,115],groonga:[44,120,85,128,156,113,114,139,82,83,56,145,7,147,30,72,103,51,143,87],"\u95a2\u9023":[93,5,6,133,7,21,63,13,92],"=message":45,"\u304a\u6c17":155,"\u5165\u308a":155,facebook:22,"\u30b5\u30f3\u30d7\u30eb":[151,143],"_database":7,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[18,149,150,117],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":63,"2pdf":18,"\u52d5\u4f5c":[40,106,150,128,71],"\u30b9\u30af\u30ea\u30d7\u30c8":[127,128],"\u3068\u3057\u3066":38,"\u3065\u3051":10,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,22],"-escalation":45,"\u6761\u4ef6\u5f0f":153,"\u7c21\u5358":93,path:55,"\u30aa\u30d7\u30b7\u30e7\u30f3":[143,130,82,151,156],".po":103,"\u8ad6\u7406\u548c":153,"\u4ed8\u4e0e":63,"\u771f\u507d\u5024":[11,127],"-benchmark":143,"\u6f14\u7b97\u5b50":127,"\u88dc\u5b8c":[40,9],"\u7701\u7565":[113,61,74,115,99],sub:154,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":128,"\u4ed8\u304d":[37,127],"\u30ea\u30c6\u30e9\u30eb":127,"\u6210\u529f":116,"new":48,tips:128,"\u683c\u7d0d":38,memcached:87,body:116,"\u30d1\u30c3\u30b1\u30fc\u30b8":128,"\u6587\u6cd5":60,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":153,"\u30c6\u30b9\u30c8":150,"\u30bf\u30b0":37,"\u9069\u7528":69,"\u5b8c\u5168":123,ubuntu:12,"\u6e96\u5099":[76,128],"\u3042\u308b":155,"\u306b\u95a2\u3059\u308b":38,"\u95a2\u4fc2\u5f0f":56,ellipsoid:61,"\u4e26\u5217":128,"_key":79,"\u63d0\u4f9b":108,"\u4e3b\u30ad\u30fc":[38,122],blogroonga:128,"_version":[100,10],"_name":[48,110],"_output":93,suggestion:113,"\u5165\u6f14":127,"_info":34,changes:85,options:[113,51],"\u7ffb\u8a33":[128,103],"\u30af\u30a8\u30ea":[114,56,76],"\u30de\u30c3\u30c1":127,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":7,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[72,13],"\u6587\u5b57\u5217":[11,127],api:[70,25],"_table":[131,97,56],select:93,"\u9001\u4fe1":87,"\u69cb\u6587":[59,55,74,153,154,93,115,27,47,99,48,61,101,81,8,125,94,110,127,144,52],"\u624b\u9806":128,zip:86,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":56,"\u30d5\u30ec\u30fc\u30ba":153,"_no":79,https:43,tokenize:74,scope:154,"_flags":93,"\u60c5\u5831":[128,114,39,108,84,60,145,150],"\u30d6\u30ed\u30b0":128,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":24,"\u3059\u308b":[0,128,112,69,57,142,106,108,113,7,71,40,63,150],normalizer:[74,115,52],"\u7d4c\u7def\u5ea6":11,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":127,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":128,vm:118,"\u3053\u3068":128,"_base":7,"_command":100,"\u3067\u304d":38,"\u4ee5\u4e0b":153,"\u4ee5\u4e0a":[153,127],"\u30b8\u30aa\u30b5\u30fc\u30c1":37,"\u8d77\u52d5":[120,87],"\u3060\u3051":[108,69],"\u524d\u63d0":128,install:45,clearlock:92,"\u89e3\u6790":150,"\u7de8\u96c6":103,"\u6bd4\u8f03":[127,43],"_encoding":107,"\u304c\u3063":63,process:[118,126],"\u30e6\u30fc\u30b6\u30fc":[155,108],"\u53d6\u5f97":[3,128],"_install":45,"/linux":129,"\u660e\u793a":128,"\u958b\u767a":[140,145,108],"\u548c\u4ee3":127,normalize:115,"\u7406\u7531":108,sphere:61,"\u540d\u524d":[35,5,38,82,6,89,91,92,96,130,133,135,21,137,80,54,143,58,66,109,148,151,152,156,29,30,31,119],"\u691c\u51fa":150,normalizernfkc:158,snippet:27,how:40,"\u548c\u6f14":127,sid:129,"\u9664\u7b97":127,"\u5b9f\u884c\u4f8b":[34,64,104,67,78,17,107,97,14,15,131,100,95,49,50,90,68,42,102,105],"\u8fd1\u508d":127,"\u30b3\u30de\u30f3\u30c9":[26,3,87,82,30],"_create":[59,7,52],"-gqtp":120,"\u7d42\u4e86":[120,7,87],"_hash":79,max:[118,101,81],clone:103,"\u4e57\u7b97":127,mac:73,offset:93,"\u6642\u9593":[155,127],"\u7f72\u540d":128,data:[40,7],"\u30ea\u30dd\u30b8\u30c8\u30ea":[88,103],"\u8a2d\u5b9a":[128,113,16,7,43,65],status:[66,146,156],"-munin":45,"\u66f8\u5f0f":[35,3,5,80,82,6,7,89,92,96,130,133,135,21,137,51,54,143,58,66,109,148,151,152,113,29,30,31,119],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[11,69],register:8,"-files":128,callback:56,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":86,"\u30b0\u30eb\u30fc\u30d7":[153,127],freebsd:118,"\u30a4\u30f3\u30dd\u30fc\u30c8":128,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[75,134],"\u30c4\u30a4\u30fc\u30c8":108,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[18,13,128,44],rand:54,grntest:128,"\u30d1\u30c8\u30ea\u30b7\u30a2":122,"\u623b\u308a\u5024":[59,55,74,154,113,130,81,115,27,47,99,48,61,101,8,125,94,110,144,52],"\u305f\u3044":128,gqtp:[139,120,146,87,77],"\u6d6e\u52d5":127,saucy:12,"_api":56,"_match":50,"_rename":48,"\u6587\u66f8":127,"=platform":45,".max":118,"\u63a5\u7d9a":87,tsv:[116,149],"\u4ee5\u4e0b\u6f14":127,cutter:[150,128],"\u57fa\u672c":[3,127],greater:56,"\u30d7\u30ed\u30c8\u30b3\u30eb":[87,146],salamander:12,number:118,"\u52d5\u7684":98,not:56,"\u8a8d\u8a3c":43,"\u8fd4\u5024":[35,5,80,6,89,92,93,96,133,135,21,137,54,58,66,109,148,31,29,30,152,119],now:152,"\u5c0f\u306a\u308a":[153,127],"\u90e8\u5206\u4e00\u81f4":123,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":114,"-pack":45,name:[48,52],mmap:142,edit:96,"-encoding":45,"\u66f4\u65b0":[114,128,103],kern:118,mode:56,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,".overcommit":118,"\u767b\u9332":[0,128],"-create":156,"\u4e26\u3079":3,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":[],normalizerauto:158,"\u751f\u6210":[128,103],"\u74b0\u5883":[150,128],"\u5b9f\u4f8b":56,"\u9032\u3081":108,"\u8a98\u5c0e":108,"\u5373\u6642":114,"\u30d8\u30c3\u30c0\u30fc":146,todo:[99,27],"\u9001\u308a\u65b9":[0,103],"-match":45,"\u30ab\u30d0\u30ec\u30c3\u30b8":150,"\u7def\u5ea6":114,"-default":45,"\u5bfe\u5fdc":[39,108,43],"\u90e8\u5206":[],red:128,rk:40,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":87,nofile:118,"\u30e6\u30fc\u30b6\u30fcid":155,"\u9805\u76ee":[5,21,6,133,92],proxy:7,"_string":[99,154],ringtail:12,"\u305f\u3081":[93,56,108],lts:12,"\u7d50\u5408\u5f0f":153,"\u4ed5\u69d8":19,"\u4e8b\u9805":[53,38,143],launch:113,freecode:128,filter:[154,93],"\u53ef\u80fd":[61,113,114,115,99,74,7],"\u306b\u3088\u308b":[63,122,112],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":114,"_proc":42,"_user":102,"\u30d9\u30af\u30bf\u30fc":38,"\u3078\u3068":108,"\u6e1b\u7b97":127,suffix:56,"\u8aac\u660e":[35,5,38,82,6,89,91,92,96,130,133,135,21,137,80,54,143,58,66,109,148,151,152,29,30,31,119],"-version":10,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":21,"\u5909\u66f4":[57,132,43],"\u7d44\u307f\u8fbc\u307f":[158,82],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":128,open:118,size:146,"\u78ba\u8a8d":[128,103],"\u7d5e\u8fbc":60,"\u30b9\u30b3\u30a2\u30fc":93,script:125,"\u30ab\u30b9\u30b1\u30fc\u30c9":144,"\u4fee\u6b63":[1,85,132,124,62,23],"\u5bfe\u7b56":[57,142],"\u6c38\u7d9a":79,"_obj":64,"\u30da\u30fc\u30b8\u30f3\u30b0":93,protocol:146,"=encoding":45,"\u306f\u3058\u3081":9,configure:[45,128],releases:62,update:[40,128],"\u5168\u6587\u691c":3,"\u8ffd\u8de1":0,".com":128,rst:18,"\u4e00\u81f4rk":[],"\u5b66\u7fd2":[40,106,9,71],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":52,"-httpd":[113,120,7,83],"_index":104,"_untag":94,"-log":45,"\u66ff\u3048":3,"-http":120,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":7,"\u30c6\u30fc\u30d6\u30eb":[53,3,11,79,38,99,155,63,52],"_expander":[99,93],"\u3044\u304f":108,hashtags:155,"\u30a8\u30e9\u30fc":[116,142],"-zlib":45,"\u56fd\u969b\u5316":103,"\u5834\u5408":[116,63,128],"null":127,"_circle":148,"\u3044\u308b":[155,39],"\u7279\u6b8a":143,"\u4e00\u89a7":[2,24],"_list":[89,80],min:81,check:109,"\u304b\u3089":[141,111,12,108,129,86,45,73],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":52,"-with":45,"\u7279\u5b9a":[150,128],"\u307e\u3068\u3081":128,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":158,"_distance":[61,96],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":150,libmemcached:150,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":69,"\u7d22\u7528":3,"\u6a5f\u80fd":39,gzip:43,"\u7d44\u8fbc\u578b":38,"\u30b5\u30b8\u30a7\u30b9\u30c8":157,synopstis:156,"_put":6,windows:[86,128],geoindex:155,request:[113,103],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":112,"_in":[29,148],"_ii":17,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":128,"\u30b5\u30fc\u30d0":[114,87],"\u30ed\u30fc\u30c9":[155,3,69],"_processes":7,"=path":45,precise:12,"\u3084\u308a":108,"\u3084\u308b":128,"\u30ec\u30b3\u30fc\u30c9":[93,3],"-po":128,"\u5270\u4f59":127,"\u30d5\u30a1\u30bb\u30c3\u30c8":93,"\u30d1\u30c3\u30c1":103,"\u304a\u304f":108,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":128,"\u8ffd\u52a0":[103,158,128,84],"\u5bfe\u8c61":63,"_cursor":[131,104],"\u3044\u308d\u3044\u308d":11,"\u5c0f\u6570":127,xml:116,parameters:113,"\u4e0d\u7b49\u4fa1":[153,127],grnslap:151,cache:[93,101],"\u9ad8\u5ea6":93,"\u65e5\u6642":11,"-plugins":45,"_equal":56,"\u65b9\u6cd5":[10,128,69,57,142,106,98,71,40,72,13,150,103],"\u30ea\u30ea\u30fc\u30b9":[1,128,132,124,62,23],rectangle:61,"\u4e00\u6642":79,"\u6295\u7a3f":155,"-server":120,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":43,wheezy:129,get:113,db:56,clang:150,"_html":27,"_limit":[93,7,101],cannot:142,"\u7b97\u5b50":127,"_eval":125,"\u91cd\u307f":[63,69],geo:[29,61,148],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[10,43],reading:40,"\u5171\u8d77":[40,106,71],"\u5229\u7528":[60,7],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":57,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"_search":90,"\u7d50\u679c":[57,143,3,112],"\u52a0\u7b97":127,"\u6570\u5024":11,contain:56,"\u64cd\u4f5c":3,"\u5426\u5b9a":[153,127],"\u5236\u5fa1":127,dump:135,"\u4ee3\u5165":127,travis:65,tokenizers:32,domain:112,arg:56,"\u8a00\u8a9e":103,"\u65b0\u898f":128,"\u7528\u79d8":128,"\u9006\u5f15\u304d":37,"\u985e\u4f3c":[127,106],"\u7ba1\u7406":[7,87],"\u5c02\u7528":87,"\u30e2\u30b8\u30e5\u30fc\u30eb":7,between:81,"\u305d\u306e":45,"\u7bc4\u56f2":[3,52],javascript:60,"\u8868\u73fe":56,"_geo":95,"\u4f4d\u7f6e":[61,60,10,39,114],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":114,"\u904e\u53bb":108,key:52,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":143,homebrew:[128,73],users:155,"\u30b7\u30d5\u30c8":127,"\u306b\u5bfe\u3059\u308b":84,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[153,127],"_level":[5,7],"\u6392\u4ed6":127,"\u518d\u8d77\u52d5":120,"\u77e5\u308a":128,"-suggest":[113,51,156],"\u306a\u3057":[127,43],equal:56,"\u30ec\u30b3\u30fc\u30c9id":79,"\u30b5\u30fc\u30d0\u30fc":[30,120,28],"\u88dc\u6b63":[9,106],"\u8ad6\u7406":[153,127],"\u306a\u3044":[38,108],pdf:18,"delete":144,load:47,"\u8a9e\u5f59":[3,84],ci:65,"\u4f5c\u6210":[18,155,3,128,52],point:61,period:85,"\u62bd\u51fa":127,header:116,"\u7f6e\u63db":99,"\u95a2\u6570":[138,127,150],"\u6574\u6570":127,shutdown:119,news:85,table:[93,35,79,48,89,110,52],raring:12,quit:137,tuning:118,"\u30e1\u30e2\u30ea":118,json:[66,35,5,130,80,58,47,109,6,133,116,21,89,31,92],"\u91cd\u307f\u4ed8\u304d":69,po:128,"\u7528\u3044":[21,60],define:133,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[126,149],"-help":45,"_tokenizer":52,"\u7591\u4f3c":91,"_value":81,"\u5b9f\u884c":[41,56,128,143,7,150],"\u7a2e\u985e":11,"_log":7,"-message":45,ruby:[125,55],gnu:129,"\u5168\u4f53":16,"\u30a8\u30b9\u30b1\u30fc\u30d7":153,value:52,"\u5236\u9650":[53,112,69,79,38,143,149],cast:46,near:56,"\u691c\u7d22":[37,93,123,3,76,69,57,114,39,84,153,60,106,71,122,40,63,127,155,52],"\u5f8c\u65b9\u4e00\u81f4":[153,127],"\u30e9\u30a4\u30d6\u30e9\u30ea":[114,45],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":43,"\u540c\u3058":57,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":22,geopoint:155,"\u6982\u8981":[34,74,78,79,2,7,8,125,94,90,42,15,93,10,95,69,97,100,14,47,99,48,16,17,50,51,102,52,55,104,105,49,107,59,131,61,101,81,110,64,149,67,154,113,114,115,27,116,144,118,158],"\u6307\u91dd":108,"\u5fc5\u8981":94,"\u5f15\u6570":[74,5,80,82,6,35,94,125,89,92,93,61,96,47,99,48,133,135,21,137,51,52,54,55,143,58,59,109,144,101,81,110,148,151,66,154,113,115,29,118,31,119],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":128,"_expansion":93,"in":85,"\u95be\u5024":57,".maxfileperproc":118,"\u8a9e\u5f59\u8868":52,"\u5ea7\u6a19\u5024":127,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":128,fedora:141,"\u4f7f\u3044\u65b9":[74,4,7,8,125,40,47,93,61,69,98,99,48,51,52,55,106,143,59,154,144,101,81,110,149,113,115,27,71,94],"_rectangle":29,suggest:130,make:[45,128],"\u4f8b\u3048":108,"\u6210\u679c":103,"-dataset":156,"\u7a4d\u6f14":127,"_filter":154,html:[18,94,103],"-learner":51,messagepack:116,"\u30ad\u30fc\u30ef\u30fc\u30c9":[57,155],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":128,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":36,".po\u30d5\u30a1\u30a4\u30eb":103,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":7,"\u306e\u306b":57,"\u975e\u308f\u304b\u3061":123,"\u8ab2\u984c":0,"_columns":[99,63,93],"_data":102,"\u5834\u6240":[149,108],desctipion:156,"\u7570\u306a\u308b":57,database:[113,51],"\u307e\u305f":63,"\u3055\u307e\u3056\u307e\u306a":60,"_hook":78,flags:[74,115,146,52],sortby:93,"\u51fa\u529b":[116,93,3,4,103],"\u30c4\u30fc\u30eb":[45,7,87],the:[62,118],lcov:150,"-localstatedir":45,"_path":[113,7,51],"\u8868\u793a":3,"-platform":45,solaris:20,"-path":45,less:56,"(v":56,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":139,"_ctx":14,"\u5171\u6709":114,"\u30ab\u30e9\u30e0":[53,61,3,112,121,63,91],"_pack":45,"\u547c\u3073\u51fa\u3057":127,"\u5f8c\u65b9":122,"\u3067\u304d\u308b":[56,108],"\u3068\u308a":108,loading:7,tokenizer:74,"\u30d1\u30e9\u30e1\u30fc\u30bf":[63,10],"\u30bd\u30fc\u30c8":[60,112],defrag:31,"_selector":133,"\u660e\u793a\u7684":61,"\u62e1\u5f35":76,"\u4e00\u81f4":[123,122],hat:128,match:[99,63,93],"\u7d4c\u5ea6":114,"_select":56,"\u8ad6\u7406\u7a4d":153,"\u9759\u7684":[98,150],"\u4fdd\u5b58":[11,52],nginx:7,"()":56,"\u30bd\u30fc\u30b9":[141,111,12,129,86,45,73],"\u7a4d\u4ee3":127,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":87,"\u5354\u529b":108,"\u691c\u7d22\u4f8b":56,"\u5168\u6587":[3,57,114,84,60,63],"-command":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,43],"_expr":[56,68,136],adjuster:93,"_threshold":93,"\u4f5c\u696d":128,"\u307e\u305f\u3050":63,quantal:12,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":87,old:62,learning:113,centos:111,twitter:[108,128,22],linux:118,"\u30b7\u30b9\u30c6\u30e0":[0,155],"\u5358\u8a9e":127,"_dat":79,"\u4f7f\u7528":118,"\u5727\u7e2e":43,"\u30b3\u30e1\u30f3\u30c8":155,"_sortby":93,"\u5411\u3051":[145,128],"\u5bc6\u9375":128,"for":113,"\u66f8\u304d":123,"\u53c2\u7167\u578b":69,per:118,exit:156,allocate:142,"\u30af\u30a8\u30ea\u30fc":[7,24,153],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":120,"\u30d3\u30eb\u30c9":[141,111,128,12,129,86,45,73],"\u5206\u3051":123,"\u5168\u6587\u691c\u7d22":153,"\u53c2\u8003":[116,55,74,136,154,79,93,115,27,156,47,99,2,101,130,125,158,149,144,52],"\u3046\u307e\u304f":108,"\u30c7\u30d0\u30c3\u30ac":150,"\u4f9d\u5b58":45,"\u3042\u308a":[153,127],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":43,"\u5927\u306a\u308a":[153,127],output:93,"\u96c6\u8a08":114,post:[7,43],"_query":7,"\u6319\u52d5":123,by:7,"\u5b9f\u73fe":56,"_border":81,column:[59,48,58,80,81],of:118,"_escalation":[50,93],http:[30,120,159,4,87],location:61,os:73,"\u524d\u65b9\u4e00\u81f4":[40,153,127],"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":43,"_reopen":21,"\u5b9f\u9a13":23,"\u3053\u3061\u3089":108,"\u30ad\u30e3\u30c3\u30b7\u30e5":[93,7],"_cache":[15,7],"\u5831\u544a":0,"\u524d\u65b9":122,"\u7279\u6709":7,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":150,log:[5,21,6,126],"\u8907\u6570":[63,112,43],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":143,"_prefix":45,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":155,"\u30d0\u30fc\u30b8\u30e7\u30f3":[132,1,10,124,128],"_remove":[35,58],redmine:108,"\u30ed\u30b0":21,"\u5c55\u958b":24,"\u7b49\u4fa1":[153,127],"\u63d0\u6848":[9,71],"cpu\u30b3\u30a2":43,"_db":67,"\u30d5\u30a9\u30ed\u30fc":155,files:[118,156],pangolin:12,"\u6027\u80fd":[7,43],memory:142,"\u72ec\u81ea":127,"\u7b97\u8853":127,line:113,"_load":55,pull:103,"_or":81,"default":[10,52],"\u69cb\u7bc9":[98,150],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":128,limit:93,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":114,"\u304a\u3055\u3089\u3044":108,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[34,64,104,67,78,17,107,97,14,15,131,100,95,16,49,50,90,68,42,102,105],"\u304a\u77e5\u3089":[62,1,132,124],similar:56,"\u30d5\u30a1\u30a4\u30eb":[41,56,128,149,43,103],"\u611f\u8b1d":[23,1,132,124,62],required:113,bigram:155,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":128,approximate:61,command:[113,10],"\u69d8\u3005":150,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":155,"\u7d22\u5f15":114,"\u56de\u907f":142,"\u3054\u3068":63,"\u70b9\u6570":127,"\u7279\u5fb4":[79,114],"\u53c2\u7167":[11,37,146,114],"\u30b9\u30c8\u30ec\u30fc\u30b8":114,"\u95a2\u4fc2":[37,93,45],"\u4ee3\u5165\u5f0f":153,"\u4ed5\u65b9":103,"\u914d\u5217":127,"\u3042\u3052\u308b":57,"\u306e\u307f":[150,128],grn:[34,78,17,90,42,95,100,14,15,97,136,131,102,56,104,105,49,107,50,64,67,68],"\u8ee2\u7f6e":114,"_type":[49,61,146,52],"=number":45,truncate:110,"\u30c7\u30fc\u30bf":[11,155,38,3,52],worker:7,"\u5909\u66f4\u70b9":128,"\u4e0a\u9650":53,"\u6307\u5b9a":[61,3,153,128,38,60,10,63],"_auto":7,"\u547d\u4ee4":143,"\u65b0\u3057\u3044":103,"_map":118,scorer:[60,93],"\u4f7f\u3046":[61,7],drilldown:93,"-latest":128,"\u3088\u3046":[40,106,71],debian:[129,128],"\u4f5c\u308a\u65b9":69,"_count":118,"\u4f7f\u3044":123,sphinx:18,quetzal:12,macports:73,"\u30c7\u30fc\u30e2\u30f3":87,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[53,37,63,98],pseudo:91,"_offset":93,queryexpandertsv:149,"_memory":118,"-package":45,oracle:20,"\u539f\u56e0":57,"-threshold":45}})