rroonga 7.0.2-x64-mingw32 → 7.1.1-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1237) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. data/doc/text/news.md +46 -7
  4. data/ext/groonga/rb-grn-array.c +1 -272
  5. data/ext/groonga/rb-grn-column-cache.c +240 -0
  6. data/ext/groonga/rb-grn-column.c +1 -1
  7. data/ext/groonga/rb-grn-context.c +28 -4
  8. data/ext/groonga/rb-grn-expression.c +23 -1
  9. data/ext/groonga/rb-grn-object.c +44 -1
  10. data/ext/groonga/rb-grn-procedure.c +16 -1
  11. data/ext/groonga/rb-grn-query-logger.c +55 -6
  12. data/ext/groonga/rb-grn-table.c +170 -1
  13. data/ext/groonga/rb-grn-utils.c +21 -2
  14. data/ext/groonga/rb-grn.h +18 -3
  15. data/ext/groonga/rb-groonga.c +2 -1
  16. data/lib/2.1/groonga.so +0 -0
  17. data/lib/2.2/groonga.so +0 -0
  18. data/lib/2.3/groonga.so +0 -0
  19. data/lib/2.4/groonga.so +0 -0
  20. data/lib/2.5/groonga.so +0 -0
  21. data/lib/groonga.rb +8 -5
  22. data/lib/groonga/column.rb +0 -5
  23. data/lib/groonga/database.rb +0 -10
  24. data/lib/groonga/index-column.rb +0 -10
  25. data/lib/groonga/query-logger.rb +1 -1
  26. data/rroonga-build.rb +6 -6
  27. data/rroonga.gemspec +1 -1
  28. data/test/groonga-test-utils.rb +5 -8
  29. data/test/test-array.rb +1 -131
  30. data/test/test-column-cache.rb +46 -0
  31. data/test/test-command-select.rb +36 -1
  32. data/test/test-context.rb +1 -2
  33. data/test/test-database.rb +16 -2
  34. data/test/test-logger.rb +13 -1
  35. data/test/test-procedure.rb +7 -1
  36. data/test/test-query-logger.rb +12 -1
  37. data/test/test-table-arrow.rb +193 -0
  38. data/test/test-table-offset-and-limit.rb +3 -1
  39. data/vendor/local/bin/cv2pdb.exe +0 -0
  40. data/vendor/local/bin/generate-pdb.bat +36 -0
  41. data/vendor/local/bin/grndb.exe +0 -0
  42. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  43. data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
  44. data/vendor/local/bin/groonga.exe +0 -0
  45. data/vendor/local/bin/libgcc_s_seh-1.dll +0 -0
  46. data/vendor/local/bin/libgroonga-0.dll +0 -0
  47. data/vendor/local/bin/libmecab-2.dll +0 -0
  48. data/vendor/local/bin/libmsgpackc.dll +0 -0
  49. data/vendor/local/bin/libonigmo-6.dll +0 -0
  50. data/vendor/local/bin/libpcre-1.dll +0 -0
  51. data/vendor/local/bin/libpcrecpp-0.dll +0 -0
  52. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  53. data/vendor/local/bin/libstdc++-6.dll +0 -0
  54. data/vendor/local/bin/lz4.exe +0 -0
  55. data/vendor/local/bin/lz4c.exe +0 -0
  56. data/vendor/local/bin/lz4cat +0 -0
  57. data/vendor/local/bin/mecab.exe +0 -0
  58. data/vendor/local/bin/pcre-config +1 -1
  59. data/vendor/local/bin/pcregrep.exe +0 -0
  60. data/vendor/local/bin/pcretest.exe +0 -0
  61. data/vendor/local/bin/zlib1.dll +0 -0
  62. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
  63. data/vendor/local/include/groonga/groonga.h +1 -0
  64. data/vendor/local/include/groonga/groonga.hpp +21 -0
  65. data/vendor/local/include/groonga/groonga/arrow.h +38 -0
  66. data/vendor/local/include/groonga/groonga/arrow.hpp +21 -0
  67. data/vendor/local/include/groonga/groonga/column.h +9 -0
  68. data/vendor/local/include/groonga/groonga/expr.h +9 -1
  69. data/vendor/local/include/groonga/groonga/groonga.h +19 -3
  70. data/vendor/local/include/groonga/groonga/obj.h +3 -0
  71. data/vendor/local/include/groonga/groonga/operator.h +2 -1
  72. data/vendor/local/include/groonga/groonga/plugin.h +8 -0
  73. data/vendor/local/include/groonga/groonga/portability.h +19 -1
  74. data/vendor/local/include/groonga/groonga/table.h +14 -0
  75. data/vendor/local/include/groonga/groonga/util.h +3 -0
  76. data/vendor/local/include/groonga/groonga/window_function.h +2 -0
  77. data/vendor/local/include/pcre.h +2 -2
  78. data/vendor/local/include/pcre_stringpiece.h +2 -2
  79. data/vendor/local/lib/groonga/plugins/functions/index_column.a +0 -0
  80. data/vendor/local/lib/groonga/plugins/functions/index_column.dll +0 -0
  81. data/vendor/local/lib/groonga/plugins/functions/index_column.dll.a +0 -0
  82. data/vendor/local/lib/groonga/plugins/functions/index_column.la +41 -0
  83. data/vendor/local/lib/groonga/plugins/functions/math.a +0 -0
  84. data/vendor/local/lib/groonga/plugins/functions/math.dll +0 -0
  85. data/vendor/local/lib/groonga/plugins/functions/math.dll.a +0 -0
  86. data/vendor/local/lib/groonga/plugins/functions/math.la +41 -0
  87. data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
  88. data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
  89. data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
  90. data/vendor/local/lib/groonga/plugins/functions/number.la +1 -1
  91. data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
  92. data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
  93. data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
  94. data/vendor/local/lib/groonga/plugins/functions/string.la +1 -1
  95. data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
  96. data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
  97. data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
  98. data/vendor/local/lib/groonga/plugins/functions/time.la +1 -1
  99. data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
  100. data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
  101. data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
  102. data/vendor/local/lib/groonga/plugins/functions/vector.la +1 -1
  103. data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
  104. data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
  105. data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a +0 -0
  106. data/vendor/local/lib/groonga/plugins/normalizers/mysql.la +1 -1
  107. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  108. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  109. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  110. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +1 -1
  111. data/vendor/local/lib/groonga/plugins/ruby/eval.rb +1 -1
  112. data/vendor/local/lib/groonga/plugins/sharding.rb +3 -0
  113. data/vendor/local/lib/groonga/plugins/sharding/dynamic_columns.rb +152 -0
  114. data/vendor/local/lib/groonga/plugins/sharding/keys_parsable.rb +12 -0
  115. data/vendor/local/lib/groonga/plugins/sharding/logical_count.rb +149 -106
  116. data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +11 -3
  117. data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +80 -6
  118. data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +43 -206
  119. data/vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb +15 -0
  120. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  121. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  122. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  123. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +1 -1
  124. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  125. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  126. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  127. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +1 -1
  128. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  129. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  130. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  131. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +1 -1
  132. data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +163 -1
  133. data/vendor/local/lib/groonga/scripts/ruby/command_line_parser.rb +12 -0
  134. data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +8 -3
  135. data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +1 -0
  136. data/{lib/groonga/table.rb → vendor/local/lib/groonga/scripts/ruby/groonga-log.rb} +6 -12
  137. data/vendor/local/lib/groonga/scripts/ruby/groonga-log/parser.rb +81 -0
  138. data/vendor/local/lib/groonga/scripts/ruby/groonga-log/statistic.rb +23 -0
  139. data/vendor/local/lib/groonga/scripts/ruby/groonga-log/version.rb +3 -0
  140. data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +10 -0
  141. data/vendor/local/lib/groonga/scripts/ruby/labeled_arguments.rb +21 -0
  142. data/vendor/local/lib/groonga/scripts/ruby/logger/level.rb +8 -2
  143. data/vendor/local/lib/groonga/scripts/ruby/object.rb +7 -0
  144. data/vendor/local/lib/groonga/scripts/ruby/scan_info.rb +3 -0
  145. data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +2 -0
  146. data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +40 -9
  147. data/vendor/local/lib/groonga/scripts/ruby/table.rb +12 -2
  148. data/vendor/local/lib/libgroonga.a +0 -0
  149. data/vendor/local/lib/libgroonga.dll.a +0 -0
  150. data/vendor/local/lib/libgroonga.la +1 -1
  151. data/vendor/local/lib/liblz4.a +0 -0
  152. data/vendor/local/lib/liblz4.dll +0 -0
  153. data/vendor/local/lib/liblz4.dll.1 +0 -0
  154. data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
  155. data/vendor/local/lib/libmecab.a +0 -0
  156. data/vendor/local/lib/libmecab.dll.a +0 -0
  157. data/vendor/local/lib/libmecab.la +2 -2
  158. data/vendor/local/lib/libmsgpackc.a +0 -0
  159. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  160. data/vendor/local/lib/libonigmo.a +0 -0
  161. data/vendor/local/lib/libonigmo.dll.a +0 -0
  162. data/vendor/local/lib/libpcre.a +0 -0
  163. data/vendor/local/lib/libpcre.dll.a +0 -0
  164. data/vendor/local/lib/libpcre.la +1 -1
  165. data/vendor/local/lib/libpcrecpp.a +0 -0
  166. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  167. data/vendor/local/lib/libpcreposix.a +0 -0
  168. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  169. data/vendor/local/lib/libpcreposix.la +1 -1
  170. data/vendor/local/lib/libz.a +0 -0
  171. data/vendor/local/lib/libz.dll.a +0 -0
  172. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  173. data/vendor/local/lib/pkgconfig/libpcre.pc +1 -1
  174. data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
  175. data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
  176. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  177. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  178. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  179. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  180. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  181. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  182. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +47 -19
  183. data/vendor/local/share/doc/groonga/en/html/_static/comment-bright.png +0 -0
  184. data/vendor/local/share/doc/groonga/en/html/_static/comment-close.png +0 -0
  185. data/vendor/local/share/doc/groonga/en/html/_static/comment.png +0 -0
  186. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +1 -1
  187. data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
  188. data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
  189. data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
  190. data/vendor/local/share/doc/groonga/en/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
  191. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -4
  192. data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
  193. data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
  194. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +112 -5
  195. data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
  196. data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
  197. data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
  198. data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -19
  199. data/vendor/local/share/doc/groonga/en/html/client.html +9 -19
  200. data/vendor/local/share/doc/groonga/en/html/community.html +9 -19
  201. data/vendor/local/share/doc/groonga/en/html/contribution.html +9 -19
  202. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +9 -20
  203. data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +9 -20
  204. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +9 -20
  205. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +9 -20
  206. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +9 -20
  207. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +9 -20
  208. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +9 -20
  209. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +9 -20
  210. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +10 -21
  211. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +9 -20
  212. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +9 -20
  213. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -20
  214. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +9 -20
  215. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +9 -20
  216. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +9 -20
  217. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +9 -20
  218. data/vendor/local/share/doc/groonga/en/html/development.html +13 -23
  219. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +15 -26
  220. data/vendor/local/share/doc/groonga/en/html/genindex.html +819 -1560
  221. data/vendor/local/share/doc/groonga/en/html/index.html +42 -45
  222. data/vendor/local/share/doc/groonga/en/html/install.html +11 -20
  223. data/vendor/local/share/doc/groonga/en/html/install/centos.html +14 -25
  224. data/vendor/local/share/doc/groonga/en/html/install/debian.html +92 -28
  225. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +13 -24
  226. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -24
  227. data/vendor/local/share/doc/groonga/en/html/install/others.html +13 -24
  228. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +12 -23
  229. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +15 -25
  230. data/vendor/local/share/doc/groonga/en/html/install/windows.html +18 -29
  231. data/vendor/local/share/doc/groonga/en/html/limitations.html +13 -23
  232. data/vendor/local/share/doc/groonga/en/html/news.html +650 -43
  233. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +15 -25
  234. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +13 -23
  235. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +10 -20
  236. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +12 -22
  237. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +10 -20
  238. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +11 -21
  239. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +10 -20
  240. data/vendor/local/share/doc/groonga/en/html/news/4.x.html +10 -20
  241. data/vendor/local/share/doc/groonga/en/html/news/5.x.html +10 -20
  242. data/vendor/local/share/doc/groonga/en/html/news/6.x.html +10 -20
  243. data/vendor/local/share/doc/groonga/en/html/news/senna.html +10 -20
  244. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  245. data/vendor/local/share/doc/groonga/en/html/reference.html +32 -40
  246. data/vendor/local/share/doc/groonga/en/html/reference/alias.html +12 -24
  247. data/vendor/local/share/doc/groonga/en/html/reference/api.html +9 -20
  248. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +9 -20
  249. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +9 -20
  250. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +9 -20
  251. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +9 -20
  252. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +9 -20
  253. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +9 -20
  254. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +9 -20
  255. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +9 -20
  256. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +9 -20
  257. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +9 -20
  258. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +9 -20
  259. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +9 -20
  260. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +9 -20
  261. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +9 -20
  262. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +9 -20
  263. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +9 -20
  264. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +9 -20
  265. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +9 -20
  266. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +9 -20
  267. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +9 -20
  268. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +9 -20
  269. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +9 -20
  270. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +9 -20
  271. data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +9 -20
  272. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +9 -20
  273. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +10 -20
  274. data/vendor/local/share/doc/groonga/en/html/reference/column.html +9 -20
  275. data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +9 -20
  276. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +9 -20
  277. data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +9 -20
  278. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +9 -20
  279. data/vendor/local/share/doc/groonga/en/html/reference/command.html +9 -20
  280. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +9 -20
  281. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +9 -20
  282. data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +9 -20
  283. data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +9 -20
  284. data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +10 -21
  285. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +10 -20
  286. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +9 -20
  287. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +9 -20
  288. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +11 -22
  289. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +9 -20
  290. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +35 -37
  291. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +9 -20
  292. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +10 -21
  293. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +9 -20
  294. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +9 -20
  295. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +9 -20
  296. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +9 -20
  297. data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +10 -21
  298. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +9 -20
  299. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +9 -20
  300. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +9 -20
  301. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +56 -28
  302. data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +42 -21
  303. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +9 -20
  304. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +9 -20
  305. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +9 -20
  306. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +9 -20
  307. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +9 -20
  308. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +9 -20
  309. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +9 -20
  310. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +583 -107
  311. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +9 -20
  312. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +1143 -51
  313. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +166 -29
  314. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +9 -20
  315. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +13 -24
  316. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +9 -20
  317. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +9 -20
  318. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +9 -20
  319. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -20
  320. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +138 -143
  321. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +14 -24
  322. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +9 -20
  323. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +9 -20
  324. data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +9 -20
  325. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +9 -20
  326. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +9 -20
  327. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +9 -20
  328. data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +9 -20
  329. data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +9 -20
  330. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +9 -20
  331. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +9 -20
  332. data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +95 -65
  333. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +37 -25
  334. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +9 -20
  335. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +15 -26
  336. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +14 -33
  337. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +9 -20
  338. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +11 -21
  339. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +9 -60
  340. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +12 -23
  341. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +9 -20
  342. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +15 -53
  343. data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +9 -20
  344. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +9 -20
  345. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +9 -23
  346. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +9 -20
  347. data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +9 -20
  348. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +9 -20
  349. data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +118 -21
  350. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +11 -22
  351. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +21 -32
  352. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +17 -27
  353. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +9 -20
  354. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +9 -20
  355. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +26 -39
  356. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +17 -28
  357. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +44 -55
  358. data/vendor/local/share/doc/groonga/en/html/reference/function.html +29 -39
  359. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +56 -111
  360. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +9 -20
  361. data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +9 -20
  362. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +11 -22
  363. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +9 -20
  364. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +9 -20
  365. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +11 -22
  366. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +11 -22
  367. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +10 -21
  368. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html +9 -20
  369. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +15 -26
  370. data/vendor/local/share/doc/groonga/en/html/reference/functions/math_abs.html +237 -0
  371. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +30 -41
  372. data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +27 -38
  373. data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +37 -50
  374. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +50 -61
  375. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +31 -42
  376. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +36 -47
  377. data/vendor/local/share/doc/groonga/en/html/reference/functions/string_length.html +27 -38
  378. data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +27 -38
  379. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +35 -46
  380. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +27 -38
  381. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +27 -38
  382. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +27 -38
  383. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +27 -38
  384. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +27 -38
  385. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +27 -38
  386. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +27 -38
  387. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html +29 -40
  388. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +32 -43
  389. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +23 -34
  390. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +9 -20
  391. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +9 -20
  392. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +9 -20
  393. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -20
  394. data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -22
  395. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +9 -20
  396. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +13 -24
  397. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +9 -20
  398. data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +9 -20
  399. data/vendor/local/share/doc/groonga/en/html/reference/output.html +9 -20
  400. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +9 -20
  401. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +9 -20
  402. data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +9 -20
  403. data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +14 -25
  404. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +10 -21
  405. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +10 -21
  406. data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +9 -20
  407. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +9 -20
  408. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +9 -20
  409. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +9 -20
  410. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +9 -20
  411. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +9 -20
  412. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +9 -20
  413. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +9 -20
  414. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +22 -37
  415. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +9 -20
  416. data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -20
  417. data/vendor/local/share/doc/groonga/en/html/reference/window_function.html +16 -26
  418. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html +14 -25
  419. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_count.html +152 -0
  420. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html +28 -39
  421. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html +23 -34
  422. data/vendor/local/share/doc/groonga/en/html/search.html +9 -12
  423. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  424. data/vendor/local/share/doc/groonga/en/html/server.html +9 -19
  425. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +9 -20
  426. data/vendor/local/share/doc/groonga/en/html/server/http.html +9 -20
  427. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +10 -21
  428. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +9 -20
  429. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +9 -20
  430. data/vendor/local/share/doc/groonga/en/html/server/memcached.html +9 -20
  431. data/vendor/local/share/doc/groonga/en/html/server/package.html +9 -20
  432. data/vendor/local/share/doc/groonga/en/html/spec.html +9 -19
  433. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +17 -27
  434. data/vendor/local/share/doc/groonga/en/html/spec/search.html +9 -20
  435. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +18 -24
  436. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +20 -31
  437. data/vendor/local/share/doc/groonga/en/html/troubleshooting/how_to_analyze_error_message.html +188 -0
  438. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -33
  439. data/vendor/local/share/doc/groonga/en/html/tutorial.html +9 -19
  440. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -21
  441. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +12 -23
  442. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +10 -21
  443. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +21 -31
  444. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +9 -20
  445. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +174 -22
  446. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +10 -81
  447. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +16 -26
  448. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +9 -20
  449. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -20
  450. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +14 -25
  451. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  452. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +47 -19
  453. data/vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png +0 -0
  454. data/vendor/local/share/doc/groonga/ja/html/_static/comment-close.png +0 -0
  455. data/vendor/local/share/doc/groonga/ja/html/_static/comment.png +0 -0
  456. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +1 -1
  457. data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
  458. data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
  459. data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
  460. data/vendor/local/share/doc/groonga/ja/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
  461. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -4
  462. data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
  463. data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
  464. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +112 -5
  465. data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
  466. data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
  467. data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
  468. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +9 -19
  469. data/vendor/local/share/doc/groonga/ja/html/client.html +9 -19
  470. data/vendor/local/share/doc/groonga/ja/html/community.html +11 -23
  471. data/vendor/local/share/doc/groonga/ja/html/contribution.html +12 -25
  472. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +9 -20
  473. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +9 -20
  474. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +13 -28
  475. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +12 -26
  476. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +16 -34
  477. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +9 -20
  478. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +9 -20
  479. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +9 -20
  480. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +10 -21
  481. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +9 -20
  482. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +9 -20
  483. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -20
  484. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +9 -20
  485. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +20 -42
  486. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +9 -20
  487. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +11 -24
  488. data/vendor/local/share/doc/groonga/ja/html/development.html +13 -23
  489. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +19 -38
  490. data/vendor/local/share/doc/groonga/ja/html/genindex.html +819 -1560
  491. data/vendor/local/share/doc/groonga/ja/html/index.html +41 -44
  492. data/vendor/local/share/doc/groonga/ja/html/install.html +11 -20
  493. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +18 -33
  494. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +84 -32
  495. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +15 -28
  496. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -24
  497. data/vendor/local/share/doc/groonga/ja/html/install/others.html +28 -55
  498. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +12 -23
  499. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +17 -29
  500. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +18 -29
  501. data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -35
  502. data/vendor/local/share/doc/groonga/ja/html/news.html +516 -158
  503. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +15 -25
  504. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +12 -22
  505. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +10 -20
  506. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +144 -288
  507. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +36 -72
  508. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +266 -532
  509. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +224 -441
  510. data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +258 -516
  511. data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +282 -562
  512. data/vendor/local/share/doc/groonga/ja/html/news/6.x.html +213 -426
  513. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +10 -20
  514. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  515. data/vendor/local/share/doc/groonga/ja/html/reference.html +32 -40
  516. data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +14 -28
  517. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +9 -20
  518. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +11 -24
  519. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +9 -20
  520. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +9 -20
  521. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +9 -20
  522. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +10 -22
  523. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +15 -32
  524. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +9 -20
  525. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +9 -20
  526. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +11 -24
  527. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +9 -20
  528. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +9 -20
  529. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +9 -20
  530. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +9 -20
  531. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +9 -20
  532. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +9 -20
  533. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +9 -20
  534. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +9 -20
  535. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +9 -20
  536. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +9 -20
  537. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +9 -20
  538. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +9 -20
  539. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +9 -20
  540. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +9 -20
  541. data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +9 -20
  542. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +9 -20
  543. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +10 -20
  544. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +9 -20
  545. data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +9 -20
  546. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +9 -20
  547. data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +9 -20
  548. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +15 -32
  549. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +9 -20
  550. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +9 -20
  551. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +10 -22
  552. data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +9 -20
  553. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +9 -20
  554. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +10 -21
  555. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +12 -24
  556. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +11 -24
  557. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +9 -20
  558. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +11 -22
  559. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +31 -64
  560. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +56 -85
  561. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +29 -60
  562. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +10 -21
  563. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +14 -30
  564. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +9 -20
  565. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +9 -20
  566. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +9 -20
  567. data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +10 -21
  568. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +9 -20
  569. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +9 -20
  570. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +15 -32
  571. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +55 -28
  572. data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +45 -45
  573. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +15 -32
  574. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +9 -20
  575. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +11 -24
  576. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +9 -20
  577. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +15 -32
  578. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +9 -20
  579. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +9 -20
  580. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +498 -106
  581. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +13 -27
  582. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +1051 -56
  583. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +166 -56
  584. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +9 -20
  585. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +33 -63
  586. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +17 -36
  587. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +13 -28
  588. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +9 -20
  589. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +54 -104
  590. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +183 -233
  591. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +14 -24
  592. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +9 -20
  593. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +9 -20
  594. data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +9 -20
  595. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +9 -20
  596. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +9 -20
  597. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +9 -20
  598. data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +11 -24
  599. data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +14 -30
  600. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +10 -22
  601. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +10 -22
  602. data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +136 -147
  603. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +145 -271
  604. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +10 -22
  605. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +23 -42
  606. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +28 -61
  607. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +9 -20
  608. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -65
  609. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +9 -60
  610. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +22 -43
  611. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +12 -26
  612. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +15 -53
  613. data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +11 -24
  614. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +18 -38
  615. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +13 -31
  616. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +11 -24
  617. data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +9 -20
  618. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +9 -20
  619. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +113 -29
  620. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +11 -22
  621. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +21 -32
  622. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +20 -33
  623. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +9 -20
  624. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +10 -22
  625. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +70 -127
  626. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +17 -28
  627. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +71 -109
  628. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +29 -39
  629. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +46 -102
  630. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +9 -20
  631. data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +9 -20
  632. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +14 -28
  633. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +9 -20
  634. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +9 -20
  635. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +11 -22
  636. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +11 -22
  637. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +10 -21
  638. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html +23 -48
  639. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +16 -27
  640. data/vendor/local/share/doc/groonga/ja/html/reference/functions/math_abs.html +237 -0
  641. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +30 -41
  642. data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +27 -38
  643. data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +37 -50
  644. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +64 -89
  645. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +31 -42
  646. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +42 -59
  647. data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_length.html +27 -38
  648. data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +27 -38
  649. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +38 -52
  650. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +27 -38
  651. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +27 -38
  652. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +27 -38
  653. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +27 -38
  654. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +27 -38
  655. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +27 -38
  656. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +27 -38
  657. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html +29 -40
  658. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +32 -43
  659. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +23 -34
  660. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +13 -28
  661. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +18 -38
  662. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -36
  663. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -20
  664. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +37 -74
  665. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +9 -20
  666. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +13 -24
  667. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +18 -38
  668. data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +9 -20
  669. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +12 -26
  670. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +9 -20
  671. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +15 -32
  672. data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +29 -60
  673. data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +16 -29
  674. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +10 -21
  675. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +10 -21
  676. data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +16 -34
  677. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +9 -20
  678. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +34 -70
  679. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +22 -46
  680. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +16 -34
  681. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +19 -40
  682. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +31 -64
  683. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +9 -20
  684. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +42 -77
  685. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +9 -20
  686. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -20
  687. data/vendor/local/share/doc/groonga/ja/html/reference/window_function.html +16 -26
  688. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html +14 -25
  689. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_count.html +153 -0
  690. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html +28 -39
  691. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html +23 -34
  692. data/vendor/local/share/doc/groonga/ja/html/search.html +9 -12
  693. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  694. data/vendor/local/share/doc/groonga/ja/html/server.html +9 -19
  695. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +9 -20
  696. data/vendor/local/share/doc/groonga/ja/html/server/http.html +9 -20
  697. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +47 -95
  698. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +9 -20
  699. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +9 -20
  700. data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +9 -20
  701. data/vendor/local/share/doc/groonga/ja/html/server/package.html +26 -54
  702. data/vendor/local/share/doc/groonga/ja/html/spec.html +9 -19
  703. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +50 -93
  704. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +9 -20
  705. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +18 -24
  706. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +14 -25
  707. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/how_to_analyze_error_message.html +186 -0
  708. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -35
  709. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +9 -19
  710. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +12 -25
  711. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +15 -29
  712. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +10 -21
  713. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +29 -47
  714. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +9 -20
  715. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +177 -28
  716. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +34 -129
  717. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +16 -26
  718. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +9 -20
  719. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +9 -20
  720. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +18 -33
  721. data/vendor/local/share/doc/pcre/AUTHORS +3 -3
  722. data/vendor/local/share/doc/pcre/ChangeLog +94 -0
  723. data/vendor/local/share/doc/pcre/LICENCE +3 -3
  724. data/vendor/local/share/doc/pcre/NEWS +12 -0
  725. data/vendor/local/share/doc/pcre/html/pcrecompat.html +1 -1
  726. data/vendor/local/share/doc/pcre/html/pcrejit.html +52 -5
  727. data/vendor/local/share/doc/pcre/html/pcrepattern.html +20 -17
  728. data/vendor/local/share/doc/pcre/html/pcretest.html +7 -2
  729. data/vendor/local/share/doc/pcre/pcre.txt +1103 -1055
  730. data/vendor/local/share/doc/pcre/pcretest.txt +6 -2
  731. data/vendor/local/share/groonga/groonga-log/README.md +44 -0
  732. data/vendor/local/share/groonga/groonga-log/lgpl-2.1.txt +502 -0
  733. data/vendor/local/share/groonga/mruby/LEGAL +4 -0
  734. data/vendor/local/share/license/cv2pdb/LICENSE +201 -0
  735. data/vendor/local/share/license/cv2pdb/README +138 -0
  736. data/vendor/local/share/license/groonga-log/README.md +44 -0
  737. data/vendor/local/share/license/groonga-log/lgpl-2.1.txt +502 -0
  738. data/vendor/local/share/license/pcre/LICENCE +3 -3
  739. data/vendor/local/share/man/man1/pcretest.1 +7 -3
  740. data/vendor/local/share/man/man3/pcrecompat.3 +1 -1
  741. data/vendor/local/share/man/man3/pcrejit.3 +48 -6
  742. data/vendor/local/share/man/man3/pcrepattern.3 +20 -17
  743. metadata +102 -559
  744. data/lib/groonga/statistic-measurer.rb +0 -37
  745. data/test/test-statistic-measurer.rb +0 -55
  746. data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +0 -70
  747. data/vendor/local/share/doc/groonga/en/html/_sources/client.txt +0 -19
  748. data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +0 -49
  749. data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +0 -26
  750. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +0 -14
  751. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build.txt +0 -19
  752. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
  753. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
  754. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
  755. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +0 -20
  756. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +0 -75
  757. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +0 -214
  758. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +0 -790
  759. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +0 -16
  760. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +0 -120
  761. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt +0 -18
  762. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt +0 -14
  763. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt +0 -200
  764. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +0 -81
  765. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt +0 -27
  766. data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +0 -16
  767. data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +0 -66
  768. data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -33
  769. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +0 -28
  770. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +0 -106
  771. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +0 -107
  772. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +0 -97
  773. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +0 -66
  774. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +0 -273
  775. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +0 -43
  776. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +0 -99
  777. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +0 -92
  778. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +0 -58
  779. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +0 -315
  780. data/vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt +0 -126
  781. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +0 -289
  782. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt +0 -31
  783. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +0 -390
  784. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt +0 -52
  785. data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +0 -623
  786. data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +0 -539
  787. data/vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt +0 -689
  788. data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +0 -1250
  789. data/vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt +0 -1086
  790. data/vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt +0 -109
  791. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +0 -35
  792. data/vendor/local/share/doc/groonga/en/html/_sources/reference/alias.txt +0 -164
  793. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt +0 -18
  794. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +0 -49
  795. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +0 -114
  796. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +0 -198
  797. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +0 -37
  798. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +0 -39
  799. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +0 -195
  800. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +0 -134
  801. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +0 -49
  802. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +0 -136
  803. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +0 -55
  804. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +0 -67
  805. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +0 -35
  806. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +0 -44
  807. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +0 -56
  808. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +0 -39
  809. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +0 -269
  810. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +0 -56
  811. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +0 -31
  812. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +0 -219
  813. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +0 -109
  814. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_thread.txt +0 -122
  815. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +0 -31
  816. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +0 -29
  817. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/overview.txt +0 -54
  818. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +0 -156
  819. data/vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt +0 -8
  820. data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +0 -34
  821. data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/index.txt +0 -19
  822. data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt +0 -40
  823. data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/scalar.txt +0 -19
  824. data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt +0 -332
  825. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +0 -23
  826. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +0 -75
  827. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +0 -228
  828. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt +0 -45
  829. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt +0 -41
  830. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt +0 -78
  831. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +0 -117
  832. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +0 -87
  833. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +0 -161
  834. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +0 -60
  835. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_copy.txt +0 -381
  836. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +0 -800
  837. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +0 -209
  838. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +0 -57
  839. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +0 -101
  840. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_delete.txt +0 -95
  841. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_get.txt +0 -96
  842. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_set.txt +0 -96
  843. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/database_unmap.txt +0 -85
  844. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +0 -110
  845. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +0 -55
  846. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +0 -122
  847. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +0 -202
  848. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +0 -266
  849. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +0 -100
  850. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt +0 -102
  851. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt +0 -90
  852. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_release.txt +0 -98
  853. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +0 -87
  854. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +0 -65
  855. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +0 -62
  856. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt +0 -171
  857. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_parameters.txt +0 -134
  858. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt +0 -195
  859. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +0 -1359
  860. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_shard_list.txt +0 -103
  861. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +0 -541
  862. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +0 -155
  863. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt +0 -64
  864. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_exist.txt +0 -95
  865. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt +0 -899
  866. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt +0 -405
  867. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_remove.txt +0 -140
  868. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt +0 -64
  869. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt +0 -63
  870. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt +0 -38
  871. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +0 -38
  872. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +0 -28
  873. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +0 -69
  874. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/reindex.txt +0 -142
  875. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -134
  876. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +0 -71
  877. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +0 -71
  878. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/schema.txt +0 -627
  879. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +0 -2776
  880. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +0 -113
  881. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +0 -151
  882. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt +0 -271
  883. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_copy.txt +0 -64
  884. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +0 -380
  885. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +0 -81
  886. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +0 -309
  887. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_rename.txt +0 -90
  888. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +0 -120
  889. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/thread_limit.txt +0 -110
  890. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +0 -248
  891. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt +0 -63
  892. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +0 -95
  893. data/vendor/local/share/doc/groonga/en/html/_sources/reference/configuration.txt +0 -50
  894. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt +0 -14
  895. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -117
  896. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +0 -68
  897. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
  898. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +0 -552
  899. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +0 -57
  900. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
  901. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
  902. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
  903. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -473
  904. data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +0 -20
  905. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +0 -105
  906. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt +0 -48
  907. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt +0 -23
  908. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +0 -300
  909. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt +0 -81
  910. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
  911. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -127
  912. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -105
  913. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +0 -80
  914. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt +0 -195
  915. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +0 -82
  916. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt +0 -36
  917. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt +0 -20
  918. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
  919. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +0 -254
  920. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt +0 -43
  921. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -114
  922. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt +0 -33
  923. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt +0 -27
  924. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +0 -137
  925. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt +0 -18
  926. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt +0 -18
  927. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt +0 -18
  928. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt +0 -20
  929. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt +0 -18
  930. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt +0 -18
  931. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt +0 -18
  932. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt +0 -38
  933. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt +0 -76
  934. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt +0 -27
  935. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +0 -59
  936. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
  937. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
  938. data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +0 -112
  939. data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +0 -236
  940. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +0 -133
  941. data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt +0 -16
  942. data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt +0 -52
  943. data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
  944. data/vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt +0 -164
  945. data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt +0 -12
  946. data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +0 -153
  947. data/vendor/local/share/doc/groonga/en/html/_sources/reference/regular_expression.txt +0 -436
  948. data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorer.txt +0 -218
  949. data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
  950. data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
  951. data/vendor/local/share/doc/groonga/en/html/_sources/reference/sharding.txt +0 -104
  952. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest.txt +0 -17
  953. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/completion.txt +0 -271
  954. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/correction.txt +0 -148
  955. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt +0 -96
  956. data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt +0 -132
  957. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +0 -216
  958. data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +0 -120
  959. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt +0 -517
  960. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +0 -177
  961. data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +0 -170
  962. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt +0 -22
  963. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt +0 -28
  964. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt +0 -25
  965. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_sum.txt +0 -25
  966. data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +0 -15
  967. data/vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt +0 -48
  968. data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -25
  969. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +0 -298
  970. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt +0 -8
  971. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt +0 -8
  972. data/vendor/local/share/doc/groonga/en/html/_sources/server/memcached.txt +0 -16
  973. data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +0 -209
  974. data/vendor/local/share/doc/groonga/en/html/_sources/spec.txt +0 -13
  975. data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +0 -280
  976. data/vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt +0 -115
  977. data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt +0 -13
  978. data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
  979. data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
  980. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt +0 -22
  981. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +0 -173
  982. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +0 -130
  983. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +0 -123
  984. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +0 -294
  985. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +0 -12
  986. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +0 -234
  987. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +0 -539
  988. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +0 -64
  989. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +0 -58
  990. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +0 -69
  991. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +0 -123
  992. data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +0 -70
  993. data/vendor/local/share/doc/groonga/ja/html/_sources/client.txt +0 -19
  994. data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +0 -49
  995. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +0 -26
  996. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +0 -14
  997. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build.txt +0 -19
  998. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
  999. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
  1000. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
  1001. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +0 -20
  1002. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +0 -75
  1003. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +0 -214
  1004. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +0 -790
  1005. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +0 -16
  1006. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +0 -120
  1007. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt +0 -18
  1008. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt +0 -14
  1009. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt +0 -200
  1010. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +0 -81
  1011. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt +0 -27
  1012. data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +0 -16
  1013. data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +0 -66
  1014. data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -33
  1015. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +0 -28
  1016. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +0 -106
  1017. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +0 -107
  1018. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +0 -97
  1019. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +0 -66
  1020. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +0 -273
  1021. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +0 -43
  1022. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +0 -99
  1023. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +0 -92
  1024. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +0 -58
  1025. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +0 -315
  1026. data/vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt +0 -126
  1027. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +0 -289
  1028. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt +0 -31
  1029. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +0 -390
  1030. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt +0 -52
  1031. data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +0 -623
  1032. data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +0 -539
  1033. data/vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt +0 -689
  1034. data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +0 -1250
  1035. data/vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt +0 -1086
  1036. data/vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt +0 -109
  1037. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +0 -35
  1038. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/alias.txt +0 -164
  1039. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt +0 -18
  1040. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +0 -49
  1041. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +0 -114
  1042. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +0 -198
  1043. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +0 -37
  1044. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +0 -39
  1045. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +0 -195
  1046. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +0 -134
  1047. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +0 -49
  1048. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +0 -136
  1049. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +0 -55
  1050. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +0 -67
  1051. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +0 -35
  1052. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +0 -44
  1053. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +0 -56
  1054. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +0 -39
  1055. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +0 -269
  1056. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +0 -56
  1057. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +0 -31
  1058. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +0 -219
  1059. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +0 -109
  1060. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_thread.txt +0 -122
  1061. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +0 -31
  1062. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +0 -29
  1063. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/overview.txt +0 -54
  1064. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +0 -156
  1065. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt +0 -8
  1066. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +0 -34
  1067. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/index.txt +0 -19
  1068. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt +0 -40
  1069. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt +0 -19
  1070. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt +0 -332
  1071. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +0 -23
  1072. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +0 -75
  1073. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +0 -228
  1074. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt +0 -45
  1075. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt +0 -41
  1076. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt +0 -78
  1077. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +0 -117
  1078. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +0 -87
  1079. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +0 -161
  1080. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +0 -60
  1081. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_copy.txt +0 -381
  1082. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +0 -800
  1083. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +0 -209
  1084. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +0 -57
  1085. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +0 -101
  1086. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_delete.txt +0 -95
  1087. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_get.txt +0 -96
  1088. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_set.txt +0 -96
  1089. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/database_unmap.txt +0 -85
  1090. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +0 -110
  1091. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +0 -55
  1092. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +0 -122
  1093. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +0 -202
  1094. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +0 -266
  1095. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +0 -100
  1096. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt +0 -102
  1097. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt +0 -90
  1098. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_release.txt +0 -98
  1099. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +0 -87
  1100. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +0 -65
  1101. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +0 -62
  1102. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt +0 -171
  1103. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_parameters.txt +0 -134
  1104. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt +0 -195
  1105. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +0 -1359
  1106. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_shard_list.txt +0 -103
  1107. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +0 -541
  1108. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +0 -155
  1109. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt +0 -64
  1110. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_exist.txt +0 -95
  1111. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt +0 -899
  1112. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt +0 -405
  1113. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_remove.txt +0 -140
  1114. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt +0 -64
  1115. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt +0 -63
  1116. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt +0 -38
  1117. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +0 -38
  1118. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +0 -28
  1119. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +0 -69
  1120. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt +0 -142
  1121. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -134
  1122. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +0 -71
  1123. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +0 -71
  1124. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/schema.txt +0 -627
  1125. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +0 -2776
  1126. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +0 -113
  1127. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +0 -151
  1128. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt +0 -271
  1129. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_copy.txt +0 -64
  1130. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +0 -380
  1131. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +0 -81
  1132. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +0 -309
  1133. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_rename.txt +0 -90
  1134. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +0 -120
  1135. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/thread_limit.txt +0 -110
  1136. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +0 -248
  1137. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt +0 -63
  1138. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +0 -95
  1139. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/configuration.txt +0 -50
  1140. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt +0 -14
  1141. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -117
  1142. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +0 -68
  1143. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
  1144. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +0 -552
  1145. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +0 -57
  1146. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
  1147. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
  1148. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
  1149. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -473
  1150. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +0 -20
  1151. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +0 -105
  1152. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt +0 -48
  1153. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt +0 -23
  1154. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +0 -300
  1155. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt +0 -81
  1156. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
  1157. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -127
  1158. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -105
  1159. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +0 -80
  1160. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt +0 -195
  1161. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +0 -82
  1162. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt +0 -36
  1163. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt +0 -20
  1164. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
  1165. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +0 -254
  1166. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt +0 -43
  1167. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -114
  1168. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt +0 -33
  1169. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt +0 -27
  1170. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +0 -137
  1171. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt +0 -18
  1172. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt +0 -18
  1173. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt +0 -18
  1174. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt +0 -20
  1175. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt +0 -18
  1176. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt +0 -18
  1177. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt +0 -18
  1178. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt +0 -38
  1179. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt +0 -76
  1180. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt +0 -27
  1181. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +0 -59
  1182. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
  1183. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
  1184. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +0 -112
  1185. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +0 -236
  1186. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +0 -133
  1187. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt +0 -16
  1188. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt +0 -52
  1189. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
  1190. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt +0 -164
  1191. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt +0 -12
  1192. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +0 -153
  1193. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/regular_expression.txt +0 -436
  1194. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorer.txt +0 -218
  1195. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
  1196. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
  1197. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/sharding.txt +0 -104
  1198. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest.txt +0 -17
  1199. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt +0 -271
  1200. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt +0 -148
  1201. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt +0 -96
  1202. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt +0 -132
  1203. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +0 -216
  1204. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +0 -120
  1205. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt +0 -517
  1206. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +0 -177
  1207. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +0 -170
  1208. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt +0 -22
  1209. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt +0 -28
  1210. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt +0 -25
  1211. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_sum.txt +0 -25
  1212. data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +0 -15
  1213. data/vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt +0 -48
  1214. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -25
  1215. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +0 -298
  1216. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt +0 -8
  1217. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt +0 -8
  1218. data/vendor/local/share/doc/groonga/ja/html/_sources/server/memcached.txt +0 -16
  1219. data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +0 -209
  1220. data/vendor/local/share/doc/groonga/ja/html/_sources/spec.txt +0 -13
  1221. data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +0 -280
  1222. data/vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt +0 -115
  1223. data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt +0 -13
  1224. data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
  1225. data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
  1226. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt +0 -22
  1227. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +0 -173
  1228. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +0 -130
  1229. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +0 -123
  1230. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +0 -294
  1231. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +0 -12
  1232. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +0 -234
  1233. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +0 -539
  1234. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +0 -64
  1235. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +0 -58
  1236. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +0 -69
  1237. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +0 -123
@@ -1,24 +1,22 @@
1
1
 
2
+
2
3
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
4
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5
 
5
-
6
6
  <html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
-
10
- <title>7.15.3. window_sum &#8212; Groonga v7.0.1-160-gda23e59ドキュメント</title>
11
-
9
+ <title>7.15.4. window_sum &#8212; Groonga v7.1.0-73-g6d02cfaドキュメント</title>
12
10
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
11
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
14
-
15
12
  <script type="text/javascript">
16
13
  var DOCUMENTATION_OPTIONS = {
17
14
  URL_ROOT: '../../',
18
- VERSION: '7.0.1-160-gda23e59',
15
+ VERSION: '7.1.0-73-g6d02cfa',
19
16
  COLLAPSE_INDEX: false,
20
17
  FILE_SUFFIX: '.html',
21
- HAS_SOURCE: true
18
+ HAS_SOURCE: false,
19
+ SOURCELINK_SUFFIX: '.txt'
22
20
  };
23
21
  </script>
24
22
  <script type="text/javascript" src="../../_static/jquery.js"></script>
@@ -28,12 +26,10 @@
28
26
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
29
27
  <link rel="index" title="索引" href="../../genindex.html" />
30
28
  <link rel="search" title="検索" href="../../search.html" />
31
- <link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../../index.html" />
32
- <link rel="up" title="7.15. ウィンドウ関数" href="../window_function.html" />
33
29
  <link rel="next" title="7.16. 操作方法" href="../operations.html" />
34
- <link rel="prev" title="7.15.2. window_record_number" href="window_record_number.html" />
30
+ <link rel="prev" title="7.15.3. window_record_number" href="window_record_number.html" />
35
31
  </head>
36
- <body role="document">
32
+ <body>
37
33
  <div class="header">
38
34
  <h1 class="title">
39
35
  <a id="top-link" href="../../index.html">
@@ -61,9 +57,9 @@
61
57
  <a href="../operations.html" title="7.16. 操作方法"
62
58
  accesskey="N">次へ</a> |</li>
63
59
  <li class="right" >
64
- <a href="window_record_number.html" title="7.15.2. window_record_number"
60
+ <a href="window_record_number.html" title="7.15.3. window_record_number"
65
61
  accesskey="P">前へ</a> |</li>
66
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
62
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
67
63
  <li class="nav-item nav-item-1"><a href="../../reference.html" >7. リファレンスマニュアル</a> &#187;</li>
68
64
  <li class="nav-item nav-item-2"><a href="../window_function.html" accesskey="U">7.15. ウィンドウ関数</a> &#187;</li>
69
65
  </ul>
@@ -75,24 +71,24 @@
75
71
  <div class="body" role="main">
76
72
 
77
73
  <div class="section" id="window-sum">
78
- <h1>7.15.3. <code class="docutils literal"><span class="pre">window_sum</span></code><a class="headerlink" href="#window-sum" title="このヘッドラインへのパーマリンク">¶</a></h1>
74
+ <h1>7.15.4. <code class="docutils literal"><span class="pre">window_sum</span></code><a class="headerlink" href="#window-sum" title="このヘッドラインへのパーマリンク">¶</a></h1>
79
75
  <div class="section" id="summary">
80
- <h2>7.15.3.1. 概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
76
+ <h2>7.15.4.1. 概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
81
77
  <div class="versionadded">
82
78
  <p><span class="versionmodified">バージョン 7.0.0 で追加.</span></p>
83
79
  </div>
84
80
  </div>
85
81
  <div class="section" id="syntax">
86
- <h2>7.15.3.2. 構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
82
+ <h2>7.15.4.2. 構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
87
83
  <div class="highlight-none"><div class="highlight"><pre><span></span>window_sum()
88
84
  </pre></div>
89
85
  </div>
90
86
  </div>
91
87
  <div class="section" id="usage">
92
- <h2>7.15.3.3. 使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
88
+ <h2>7.15.4.3. 使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
93
89
  </div>
94
90
  <div class="section" id="return-value">
95
- <h2>7.15.3.4. 戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
91
+ <h2>7.15.4.4. 戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
96
92
  </div>
97
93
  </div>
98
94
 
@@ -104,28 +100,21 @@
104
100
  <div class="sphinxsidebarwrapper">
105
101
  <h3><a href="../../index.html">目次</a></h3>
106
102
  <ul>
107
- <li><a class="reference internal" href="#">7.15.3. <code class="docutils literal"><span class="pre">window_sum</span></code></a><ul>
108
- <li><a class="reference internal" href="#summary">7.15.3.1. 概要</a></li>
109
- <li><a class="reference internal" href="#syntax">7.15.3.2. 構文</a></li>
110
- <li><a class="reference internal" href="#usage">7.15.3.3. 使い方</a></li>
111
- <li><a class="reference internal" href="#return-value">7.15.3.4. 戻り値</a></li>
103
+ <li><a class="reference internal" href="#">7.15.4. <code class="docutils literal"><span class="pre">window_sum</span></code></a><ul>
104
+ <li><a class="reference internal" href="#summary">7.15.4.1. 概要</a></li>
105
+ <li><a class="reference internal" href="#syntax">7.15.4.2. 構文</a></li>
106
+ <li><a class="reference internal" href="#usage">7.15.4.3. 使い方</a></li>
107
+ <li><a class="reference internal" href="#return-value">7.15.4.4. 戻り値</a></li>
112
108
  </ul>
113
109
  </li>
114
110
  </ul>
115
111
 
116
112
  <h4>前のトピックへ</h4>
117
113
  <p class="topless"><a href="window_record_number.html"
118
- title="前の章へ">7.15.2. <code class="docutils literal"><span class="pre">window_record_number</span></code></a></p>
114
+ title="前の章へ">7.15.3. <code class="docutils literal"><span class="pre">window_record_number</span></code></a></p>
119
115
  <h4>次のトピックへ</h4>
120
116
  <p class="topless"><a href="../operations.html"
121
117
  title="次の章へ">7.16. 操作方法</a></p>
122
- <div role="note" aria-label="source link">
123
- <h3>このページ</h3>
124
- <ul class="this-page-menu">
125
- <li><a href="../../_sources/reference/window_functions/window_sum.txt"
126
- rel="nofollow">ソースコードを表示</a></li>
127
- </ul>
128
- </div>
129
118
  <div id="searchbox" style="display: none" role="search">
130
119
  <h3>クイック検索</h3>
131
120
  <form class="search" action="../../search.html" method="get">
@@ -150,15 +139,15 @@
150
139
  <a href="../operations.html" title="7.16. 操作方法"
151
140
  >次へ</a> |</li>
152
141
  <li class="right" >
153
- <a href="window_record_number.html" title="7.15.2. window_record_number"
142
+ <a href="window_record_number.html" title="7.15.3. window_record_number"
154
143
  >前へ</a> |</li>
155
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
144
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
156
145
  <li class="nav-item nav-item-1"><a href="../../reference.html" >7. リファレンスマニュアル</a> &#187;</li>
157
146
  <li class="nav-item nav-item-2"><a href="../window_function.html" >7.15. ウィンドウ関数</a> &#187;</li>
158
147
  </ul>
159
148
  </div>
160
149
  <div class="footer" role="contentinfo">
161
- &#169; Copyright 2009-2017, Brazil, Inc.
150
+ &#169; Copyright 2009-2018, Brazil, Inc.
162
151
  </div>
163
152
  </body>
164
153
  </html>
@@ -1,24 +1,22 @@
1
1
 
2
+
2
3
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
4
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5
 
5
-
6
6
  <html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
-
10
- <title>検索 &#8212; Groonga v7.0.1-160-gda23e59ドキュメント</title>
11
-
9
+ <title>検索 &#8212; Groonga v7.1.0-73-g6d02cfaドキュメント</title>
12
10
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
11
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
14
-
15
12
  <script type="text/javascript">
16
13
  var DOCUMENTATION_OPTIONS = {
17
14
  URL_ROOT: './',
18
- VERSION: '7.0.1-160-gda23e59',
15
+ VERSION: '7.1.0-73-g6d02cfa',
19
16
  COLLAPSE_INDEX: false,
20
17
  FILE_SUFFIX: '.html',
21
- HAS_SOURCE: true
18
+ HAS_SOURCE: false,
19
+ SOURCELINK_SUFFIX: '.txt'
22
20
  };
23
21
  </script>
24
22
  <script type="text/javascript" src="_static/jquery.js"></script>
@@ -29,7 +27,6 @@
29
27
  <link rel="shortcut icon" href="_static/favicon.ico"/>
30
28
  <link rel="index" title="索引" href="genindex.html" />
31
29
  <link rel="search" title="検索" href="#" />
32
- <link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="index.html" />
33
30
  <script type="text/javascript">
34
31
  jQuery(function() { Search.loadIndex("searchindex.js"); });
35
32
  </script>
@@ -38,7 +35,7 @@
38
35
 
39
36
 
40
37
  </head>
41
- <body role="document">
38
+ <body>
42
39
  <div class="header">
43
40
  <h1 class="title">
44
41
  <a id="top-link" href="index.html">
@@ -62,7 +59,7 @@
62
59
  <li class="right" style="margin-right: 10px">
63
60
  <a href="genindex.html" title="総合索引"
64
61
  accesskey="I">索引</a></li>
65
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
62
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
66
63
  </ul>
67
64
  </div>
68
65
 
@@ -106,11 +103,11 @@
106
103
  <li class="right" style="margin-right: 10px">
107
104
  <a href="genindex.html" title="総合索引"
108
105
  >索引</a></li>
109
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
106
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
110
107
  </ul>
111
108
  </div>
112
109
  <div class="footer" role="contentinfo">
113
- &#169; Copyright 2009-2017, Brazil, Inc.
110
+ &#169; Copyright 2009-2018, Brazil, Inc.
114
111
  </div>
115
112
  </body>
116
113
  </html>
@@ -1 +1 @@
1
- Search.setIndex({envversion:49,filenames:["characteristic","client","community","contribution","contribution/development","contribution/development/build","contribution/development/build/unix_autotools","contribution/development/build/unix_cmake","contribution/development/build/windows_cmake","contribution/development/com","contribution/development/cooperation","contribution/development/query","contribution/development/release","contribution/development/repository","contribution/development/test","contribution/documentation","contribution/documentation/c-api","contribution/documentation/i18n","contribution/documentation/introduction","contribution/report","development","development/travis-ci","index","install","install/centos","install/debian","install/fedora","install/mac_os_x","install/others","install/solaris","install/ubuntu","install/windows","limitations","news","news/0.x","news/1.0.x","news/1.1.x","news/1.2.x","news/1.3.x","news/2.x","news/3.x","news/4.x","news/5.x","news/6.x","news/senna","reference","reference/alias","reference/api","reference/api/global_configurations","reference/api/grn_cache","reference/api/grn_column","reference/api/grn_command_version","reference/api/grn_content_type","reference/api/grn_ctx","reference/api/grn_db","reference/api/grn_encoding","reference/api/grn_expr","reference/api/grn_geo","reference/api/grn_hook","reference/api/grn_ii","reference/api/grn_index_cursor","reference/api/grn_info","reference/api/grn_match_escalation","reference/api/grn_obj","reference/api/grn_proc","reference/api/grn_search","reference/api/grn_table","reference/api/grn_table_cursor","reference/api/grn_thread","reference/api/grn_type","reference/api/grn_user_data","reference/api/overview","reference/api/plugin","reference/cast","reference/column","reference/columns/index","reference/columns/pseudo","reference/columns/scalar","reference/columns/vector","reference/command","reference/command/command_version","reference/command/output_format","reference/command/pretty_print","reference/command/request_id","reference/command/request_timeout","reference/command/return_code","reference/commands/cache_limit","reference/commands/check","reference/commands/clearlock","reference/commands/column_copy","reference/commands/column_create","reference/commands/column_list","reference/commands/column_remove","reference/commands/column_rename","reference/commands/config_delete","reference/commands/config_get","reference/commands/config_set","reference/commands/database_unmap","reference/commands/define_selector","reference/commands/defrag","reference/commands/delete","reference/commands/dump","reference/commands/io_flush","reference/commands/load","reference/commands/lock_acquire","reference/commands/lock_clear","reference/commands/lock_release","reference/commands/log_level","reference/commands/log_put","reference/commands/log_reopen","reference/commands/logical_count","reference/commands/logical_parameters","reference/commands/logical_range_filter","reference/commands/logical_select","reference/commands/logical_shard_list","reference/commands/logical_table_remove","reference/commands/normalize","reference/commands/normalizer_list","reference/commands/object_exist","reference/commands/object_inspect","reference/commands/object_list","reference/commands/object_remove","reference/commands/plugin_register","reference/commands/plugin_unregister","reference/commands/query_expand","reference/commands/quit","reference/commands/range_filter","reference/commands/register","reference/commands/reindex","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/schema","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","reference/commands/table_copy","reference/commands/table_create","reference/commands/table_list","reference/commands/table_remove","reference/commands/table_rename","reference/commands/table_tokenize","reference/commands/thread_limit","reference/commands/tokenize","reference/commands/tokenizer_list","reference/commands/truncate","reference/configuration","reference/executables","reference/executables/grndb","reference/executables/grnslap","reference/executables/groonga","reference/executables/groonga-benchmark","reference/executables/groonga-httpd","reference/executables/groonga-server-http","reference/executables/groonga-suggest-create-dataset","reference/executables/groonga-suggest-httpd","reference/executables/groonga-suggest-learner","reference/function","reference/functions/between","reference/functions/edit_distance","reference/functions/fuzzy_search","reference/functions/geo_distance","reference/functions/geo_in_circle","reference/functions/geo_in_rectangle","reference/functions/highlight_full","reference/functions/highlight_html","reference/functions/html_untag","reference/functions/in_records","reference/functions/in_values","reference/functions/now","reference/functions/number_classify","reference/functions/prefix_rk_search","reference/functions/query","reference/functions/rand","reference/functions/snippet_html","reference/functions/string_length","reference/functions/string_substring","reference/functions/sub_filter","reference/functions/time_classify_day","reference/functions/time_classify_hour","reference/functions/time_classify_minute","reference/functions/time_classify_month","reference/functions/time_classify_second","reference/functions/time_classify_week","reference/functions/time_classify_year","reference/functions/vector_new","reference/functions/vector_size","reference/functions/vector_slice","reference/grn_expr","reference/grn_expr/query_syntax","reference/grn_expr/script_syntax","reference/indexing","reference/log","reference/normalizers","reference/operations","reference/operations/geolocation_search","reference/operations/prefix_rk_search","reference/output","reference/query_expanders","reference/query_expanders/tsv","reference/regular_expression","reference/scorer","reference/scorers/scorer_tf_at_most","reference/scorers/scorer_tf_idf","reference/sharding","reference/suggest","reference/suggest/completion","reference/suggest/correction","reference/suggest/introduction","reference/suggest/suggestion","reference/tables","reference/token_filters","reference/tokenizers","reference/tuning","reference/types","reference/window_function","reference/window_functions/record_number","reference/window_functions/window_record_number","reference/window_functions/window_sum","server","server/gqtp","server/http","server/http/comparison","server/http/groonga","server/http/groonga-httpd","server/memcached","server/package","spec","spec/gqtp","spec/search","troubleshooting","troubleshooting/different_results_with_the_same_keyword","troubleshooting/mmap_cannot_allocate_memory","tutorial","tutorial/data","tutorial/drilldown","tutorial/index","tutorial/introduction","tutorial/lexicon","tutorial/match_columns","tutorial/micro_blog","tutorial/network","tutorial/patricia_trie","tutorial/query_expansion","tutorial/search"],objects:{"":{"--address":[151,4,1,"cmdoption-groonga--address"],"--bind-address":[151,4,1,"cmdoption-groonga--bind-address"],"--cache-base-path":[151,4,1,"cmdoption-groonga--cache-base-path"],"--cache-limit":[151,4,1,"cmdoption-groonga--cache-limit"],"--config-path":[151,4,1,"cmdoption-groonga--config-path"],"--daemon":[157,4,1,"cmdoption-groonga-suggest-learner--daemon"],"--default-match-escalation-threshold":[151,4,1,"cmdoption-groonga--default-match-escalation-threshold"],"--default-request-timeout":[151,4,1,"cmdoption-groonga--default-request-timeout"],"--dir":[152,4,1,"cmdoption-groonga-benchmark--dir"],"--disable-max-fd-check":[156,4,1,"cmdoption-groonga-suggest-httpd--disable-max-fd-check"],"--document-root":[151,4,1,"cmdoption-groonga--document-root"],"--encoding":[151,4,1,"cmdoption-groonga--encoding"],"--ftp":[152,4,1,"cmdoption-groonga-benchmark--ftp"],"--groonga":[152,4,1,"cmdoption-groonga-benchmark--groonga"],"--help":[151,4,1,"cmdoption-groonga--help"],"--host":[152,4,1,"cmdoption-groonga-benchmark--host"],"--log-base-path":[157,4,1,"cmdoption-groonga-suggest-learner--log-base-path"],"--log-level":[157,4,1,"cmdoption-groonga-suggest-learner--log-level"],"--log-output-dir":[152,4,1,"cmdoption-groonga-benchmark--log-output-dir"],"--log-path":[157,4,1,"cmdoption-groonga-suggest-learner--log-path"],"--log-rotate-threshold-size":[151,4,1,"cmdoption-groonga--log-rotate-threshold-size"],"--max-threads":[151,4,1,"cmdoption-groonga--max-threads"],"--n-lines-per-log-file":[156,4,1,"cmdoption-groonga-suggest-httpd--n-lines-per-log-file"],"--n-threads":[156,4,1,"cmdoption-groonga-suggest-httpd--n-threads"],"--pid-path":[151,4,1,"cmdoption-groonga--pid-path"],"--port":[156,4,1,"cmdoption-groonga-suggest-httpd--port"],"--protocol":[152,4,1,"cmdoption-groonga-benchmark--protocol"],"--query-log-path":[151,4,1,"cmdoption-groonga--query-log-path"],"--query-log-rotate-threshold-size":[151,4,1,"cmdoption-groonga--query-log-rotate-threshold-size"],"--receive-endpoint":[157,4,1,"cmdoption-groonga-suggest-learner--receive-endpoint"],"--send-endpoint":[157,4,1,"cmdoption-groonga-suggest-learner--send-endpoint"],"--server-id":[151,4,1,"cmdoption-groonga--server-id"],"-P":[150,4,1,"cmdoption-grnslap-P"],"-a":[151,4,1,"cmdoption-groonga-a"],"-c":[151,4,1,"cmdoption-groonga-c"],"-d":[157,4,1,"cmdoption-groonga-suggest-learner-d"],"-e":[151,4,1,"cmdoption-groonga-e"],"-h":[151,4,1,"cmdoption-groonga-h"],"-i":[152,4,1,"cmdoption-groonga-benchmark-i"],"-l":[157,4,1,"cmdoption-groonga-suggest-learner-l"],"-m":[150,4,1,"cmdoption-grnslap-m"],"-n":[151,4,1,"cmdoption-groonga-n"],"-p":[156,4,1,"cmdoption-groonga-suggest-httpd-p"],"-r":[157,4,1,"cmdoption-groonga-suggest-learner-r"],"-s":[157,4,1,"cmdoption-groonga-suggest-learner-s"],"-t":[156,4,1,"cmdoption-groonga-suggest-httpd-t"],GRN_COLUMN_NAME_ID:[50,0,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[50,0,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[50,0,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[50,0,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[50,0,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[50,0,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[50,0,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[50,0,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[50,0,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[50,0,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[51,0,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[51,0,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[51,0,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[63,0,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[63,0,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[63,0,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[63,0,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[63,0,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[63,0,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[63,0,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[63,0,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[63,0,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[63,0,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[72,0,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[72,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[72,0,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[72,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[72,0,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[72,0,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[72,0,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[72,1,1,"c.GRN_PLUGIN_REGISTER"],command:[151,4,1,"cmdoption-groonga-arg-command"],db:[152,4,1,"cmdoption-groonga-benchmark-arg-db"],dest:[151,4,1,"cmdoption-groonga-arg-dest"],grn_builtin_type:[69,2,1,"c.grn_builtin_type"],grn_cache:[49,2,1,"c.grn_cache"],grn_cache_close:[49,1,1,"c.grn_cache_close"],grn_cache_current_get:[49,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[49,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[49,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[49,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[49,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[50,1,1,"c.grn_column_create"],grn_column_index:[50,1,1,"c.grn_column_index"],grn_column_index_update:[50,1,1,"c.grn_column_index_update"],grn_column_name:[50,1,1,"c.grn_column_name"],grn_column_rename:[50,1,1,"c.grn_column_rename"],grn_column_table:[50,1,1,"c.grn_column_table"],grn_column_truncate:[50,1,1,"c.grn_column_truncate"],grn_command_version:[51,2,1,"c.grn_command_version"],grn_content_type:[52,2,1,"c.grn_content_type"],grn_ctx:[53,2,1,"c.grn_ctx"],grn_ctx_at:[53,1,1,"c.grn_ctx_at"],grn_ctx_close:[53,1,1,"c.grn_ctx_close"],grn_ctx_db:[53,1,1,"c.grn_ctx_db"],grn_ctx_fin:[53,1,1,"c.grn_ctx_fin"],grn_ctx_get:[53,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[53,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[53,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[62,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[53,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[53,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[53,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[53,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[53,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[53,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[62,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[53,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[53,1,1,"c.grn_ctx_use"],grn_db:[54,2,1,"c.grn_db"],grn_db_create:[54,1,1,"c.grn_db_create"],grn_db_create_optarg:[54,2,1,"c.grn_db_create_optarg"],grn_db_open:[54,1,1,"c.grn_db_open"],grn_db_recover:[54,1,1,"c.grn_db_recover"],grn_db_touch:[54,1,1,"c.grn_db_touch"],grn_db_unmap:[54,1,1,"c.grn_db_unmap"],grn_encoding:[55,2,1,"c.grn_encoding"],grn_encoding_parse:[55,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[55,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[56,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[56,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[56,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[56,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[56,1,1,"c.grn_expr_append_const_str"],grn_expr_append_op:[56,1,1,"c.grn_expr_append_op"],grn_expr_close:[56,1,1,"c.grn_expr_close"],grn_expr_compile:[56,1,1,"c.grn_expr_compile"],grn_expr_create:[56,1,1,"c.grn_expr_create"],grn_expr_exec:[56,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[56,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[56,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[56,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[56,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[71,1,1,"c.grn_fin"],grn_geo_cursor_next:[57,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[57,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[57,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[57,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[57,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[51,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[55,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[62,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[48,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[58,2,1,"c.grn_hook_entry"],grn_ii:[59,2,1,"c.grn_ii"],grn_ii_buffer:[59,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[59,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[59,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[59,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[59,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[60,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[60,1,1,"c.grn_index_cursor_open"],grn_info_type:[61,2,1,"c.grn_info_type"],grn_init:[71,1,1,"c.grn_init"],grn_obj:[63,2,1,"c.grn_obj"],grn_obj_add_hook:[58,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[63,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[63,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[63,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[63,1,1,"c.grn_obj_close"],grn_obj_column:[63,1,1,"c.grn_obj_column"],grn_obj_db:[54,1,1,"c.grn_obj_db"],grn_obj_defrag:[63,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[63,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[58,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[63,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[61,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[58,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[61,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[58,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[63,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[63,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[63,1,1,"c.grn_obj_get_values"],grn_obj_id:[63,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[63,1,1,"c.grn_obj_is_builtin"],grn_obj_is_locked:[63,1,1,"c.grn_obj_is_locked"],grn_obj_lock:[63,1,1,"c.grn_obj_lock"],grn_obj_name:[63,1,1,"c.grn_obj_name"],grn_obj_path:[63,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[63,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[63,1,1,"c.grn_obj_reinit"],grn_obj_remove:[63,1,1,"c.grn_obj_remove"],grn_obj_rename:[63,1,1,"c.grn_obj_rename"],grn_obj_search:[65,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[61,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[64,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[61,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[63,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[63,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[63,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[70,1,1,"c.grn_obj_user_data"],grn_plugin_charlen:[72,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[72,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[72,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[72,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[72,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[72,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[72,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[72,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[72,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[72,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[72,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[72,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[72,1,1,"c.grn_plugin_win32_base_dir"],grn_plugin_windows_base_dir:[72,1,1,"c.grn_plugin_windows_base_dir"],grn_proc_create:[64,1,1,"c.grn_proc_create"],grn_proc_func:[64,2,1,"c.grn_proc_func"],grn_proc_get_info:[64,1,1,"c.grn_proc_get_info"],grn_proc_type:[64,2,1,"c.grn_proc_type"],grn_search_optarg:[65,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[51,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[55,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[62,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[48,1,1,"c.grn_set_lock_timeout"],grn_table_add:[66,1,1,"c.grn_table_add"],grn_table_at:[66,1,1,"c.grn_table_at"],grn_table_columns:[66,1,1,"c.grn_table_columns"],grn_table_create:[66,1,1,"c.grn_table_create"],grn_table_cursor:[67,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[67,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[67,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[67,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[67,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[67,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[67,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[67,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[67,1,1,"c.grn_table_cursor_table"],grn_table_delete:[66,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[66,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[66,1,1,"c.grn_table_difference"],grn_table_get:[66,1,1,"c.grn_table_get"],grn_table_get_key:[66,1,1,"c.grn_table_get_key"],grn_table_group:[66,1,1,"c.grn_table_group"],grn_table_group_flags:[66,2,1,"c.grn_table_group_flags"],grn_table_group_result:[66,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[66,1,1,"c.grn_table_lcp_search"],grn_table_rename:[66,1,1,"c.grn_table_rename"],grn_table_setoperation:[66,1,1,"c.grn_table_setoperation"],grn_table_size:[66,1,1,"c.grn_table_size"],grn_table_sort:[66,1,1,"c.grn_table_sort"],grn_table_sort_flags:[66,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[66,2,1,"c.grn_table_sort_key"],grn_table_truncate:[66,1,1,"c.grn_table_truncate"],grn_table_update:[66,1,1,"c.grn_table_update"],grn_table_update_by_id:[66,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[68,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[68,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[68,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[68,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[68,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[68,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[69,1,1,"c.grn_type_create"],grn_user_data:[70,2,1,"c.grn_user_data"],script:[152,4,1,"cmdoption-groonga-benchmark-arg-script"]},grn_db_create_optarg:{builtin_type_names:[54,3,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[54,3,1,"c.grn_db_create_optarg.n_builtin_type_names"]}},objnames:{"0":["c","macro","C \u306e\u30de\u30af\u30ed"],"1":["c","function","C \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"],"4":["std","option","option"]},objtypes:{"0":"c:macro","1":"c:function","2":"c:type","3":"c:member","4":"std:option"},terms:{"!!":[103,153,213,237,241],"!(":33,"!(n":191,"!)":153,"!\"":[39,81,113,133,144,153,168,190,191,192,202,213,223,235,237,238,240,241,242],"!\\":191,"!condition":191,"!xxx":41,"#'":151,"#[":42,"#arguments":42,"#command":42,"#delete":42,"#each":42,"#groonga":[200,241],"#group":42,"#index":42,"#inspect":42,"#key":42,"#name":42,"#proxy":153,"#remove":42,"#scalar":42,"#set":152,"#value":42,"#vector":42,"#with":42,"#worker":153,"#{":193,"#{l":193,"$(":[24,25,26,27,30],"$groonga":12,"$home":12,"$prefix":37,"${":[17,43,113,121,133,156,173,191,201,205,214],"%'":41,"%\"":201,"%\\":31,"%post":39,"& (":[33,191],"& _":245,"& b":[33,191],"& x":41,"& y":40,"&!":191,"&&":[42,133,178,191,232,243],"&..":242,"&arg":201,"&filter":129,"&frequency":156,"&gt":[165,166,175],"&lt":[165,166,175],"&n":156,"&q":156,"&query":242,"&request":[43,129],"&s":156,"&t":156,"' -":27,"'(":151,"')":[41,103,150,151],"',":[41,63,155,210],"'-":[40,151],"'.":[17,63],"'..":40,"';":151,"'='":151,"'>":167,"'\"":[39,40],"'\u3002":151,"'alice":190,"'column":39,"'config":151,"'fixed":42,"'grn":55,"'hay":11,"'haystack":11,"'ja":17,"'localhost":[150,151],"'m":[192,212,240,241],"'n":151,"'needle":11,"'now":241,"'or":39,"'pid":151,"'query":39,"'s":[17,81,90,103,113,133,178,190,191,192,221],"'t":[48,52,53,54,56,63,121,153,210],"'ve":241,"'vector":42,"(!":11,"(&":[42,53,56],"('":[76,103,151,238],"((":[78,133],"((x":215,"()":[],"(-":191,"(.":12,"(..":[40,43],"(<":11,"(=":[11,85,191],"(>":11,"(?":42,"([":174,"(\"":[33,39,40,55,113,129,133,151,162,165,166,173,175,238],"(\u300c":12,"(_":[42,43,113,136,168,172,191,207,208,210],"(a":21,"(age":159,"(argument":191,"(arugment":191,"(body":[165,166],"(byte":[50,66],"(cmp":41,"(column":[33,41,159,165,172,175,202,203,204],"(comments":178,"(condition":168,"(conditions":168,"(content":[113,133,167,175,202],"(ctx":[11,49,50,53,56],"(cutter":14,"(cve":41,"(database":233,"(debian":227,"(default":42,"(drilldown":76,"(fedora":227,"(get":150,"(grn":[42,53,56],"(groonga":68,"(html":167,"(index":[203,204],"(init":53,"(int":68,"(keyword":56,"(location":[162,237,241,245],"(match":173,"(message":[203,204],"(mroonga":200,"(msghdr":42,"(n":[33,113,133],"(name":72,"(news":12,"(nginx":227,"(null":41,"(packages":12,"(point":[162,163,164],"(popular":133,"(pos":[163,164],"(ptr":35,"(q":68,"(r":[152,201],"(readings":172,"(scan":14,"(scope":178,"(score":42,"(select":191,"(string":[43,160],"(tab":200,"(table":41,"(tag":169,"(tags":187,"(target":[169,187],"(text":166,"(title":[40,160,202],"(twitter":43,"(uint":68,"(void":68,"(wgs":245,"(windows":152,"(x":41,"(xxx":[33,40],")'":[113,133,136,165,166,175,178,187,190,191,207,208,210,237,241,245],"))":[42,133,191,200],"),":[40,168],")-":12,").":[12,175,227],")..":12,")/":42,"):":[12,121,227,238],");":[11,42,49,50,53,56,68],")=":233,")[":33,")\"":[40,133,167,175,190,201,202,203,204],")\\":201,")\u3001":41,")\u300d":151,")\u3059\u3079\u3066":159,")]":40,")disk":201,")grn":42,")groonga":200,")hello":42,")mroonga":200,")offset":[66,67],")senna":200,"*'":[113,133],"**":[12,50,54,63,64,67,108,119],"***":108,"*,":27,"*.":43,"*/":[53,56,68,71],"*\"":[36,41,42,113,133,240],"*added":66,"*bottom":57,"*bsd":[7,8,35,37],"*buffer":63,"*cache":49,"*column":50,"*ctx":[49,50,53,54,56,57,58,59,60,61,62,63,64,65,66,67,69,70,72],"*cursor":57,"*data":[58,68],"*db":[53,54,63],"*dest":66,"*destination":63,"*escaped":56,"*expr":56,"*fin":64,"*func":[53,64],"*grn":68,"*ic":60,"*ii":59,"*index":[57,60],"*init":64,"*key":66,"*keybuf":66,"*keys":66,"*keywords":56,"*max":67,"*min":67,"*mutex":72,"*n":173,"*name":[50,53,55,56,63,64,66,69,72],"*namebuf":[50,63],"*newvalue":50,"*next":64,"*nvars":64,"*obj":[50,54,56,58,61,63,64,65,70],"*oldvalue":50,"*optarg":[54,65],"*path":[50,54,66],"*proc":58,"*query":[56,65],"*res":[57,65,66],"*result":66,"*results":66,"*s":[41,173],"*section":50,"*source":63,"*src":66,"*str":[56,72],"*string":56,"*table":[50,63,66,67],"*tables":53,"*target":56,"*tc":[60,67],"*tid":60,"*top":57,"*type":50,"*user":[64,72],"*value":[59,61,63,66,67],"*valuebuf":61,"*var":72,"*vars":[64,72],"+ \"":[39,42],"+ y":215,"++":[0,6,7,12,24,26,28,37,38,41,42,53,56,68,151,221],"+-":[56,153],"+a":190,"+c":151,"+ff":[42,194],"+ff0":42,"+ffef":213,"+fff":213,"+fffe":144,"+or":201,", [":115,", \"":[78,165,168,240],", {":[153,223],",'":[215,235],",*":112,",.":12,",..":[103,139],",[":232,",[\"":[156,232],",\"":[41,42,87,101,198,237,240,241],",\"domain":236,",\"http":235,",\"link":235,",\"links":235,",\"location":[237,245],",\"tags":237,",\"title":238,",\\\"":103,",\n#":[46,78,97,113,115,119,120,121,132,133,140,142,144,173,190,191,202,213,235,237,238,241,242,245],",\n[":[42,101,175],",\n]":[133,178,232,235,243,245],",\n{":[78,101,110,113,115,133,136,153,168,169,172,173,178,190,191,194,197,201,202,203,204,207,208,210,212,236,240,243],",_":[78,113,133,136,173,191,236,237,238,241,245],",{":[82,151,152,198],"- \"":41,"-(":[12,191],"-+":153,"--":[8,12,31,34,35,36,37,39,40,41,43,48,49,50,51,53,54,55,56,57,58,60,61,62,63,64,65,66,67,68,69,70,72,78,90,110,113,115,120,128,132,133,140,142,144,151,152,153,156,165,166,167,168,169,172,173,175,187,191,200,201,202,203,204,210,212,232,236,237,241,244,245],"->":[35,42,115,140],"-\"":142,"-_":[133,202,203,204],"-a":[39,151,190],"-add":54,"-address":[37,39,42,151],"-adjuster":[78,133],"-admin":39,"-aki":41,"-analyzer":[37,39],"-api":16,"-apt":30,"-auto":[],"-autoreconf":12,"-base":[33,151,156,157],"-benchmark":[],"-binary":[153,223],"-bind":[39,42,151],"-blog":241,"-bugs":[42,43],"-build":14,"-bye":[113,133,142,190,191,212],"-c":[24,26,43,151,229],"-cache":[40,42,151,153],"-canceler":84,"-check":[35,37,156],"-chroot":12,"-ci":[40,41],"-ci\u4e0a":40,"-client":[33,221],"-code":[12,41],"-column":43,"-columns":[33,43,113,133],"-command":[],"-commnad":80,"-common":[30,39],"-conditional":37,"-config":[28,34,35,37,39,42,151],"-core":12,"-create":[],"-cutter":12,"-d":[151,153,156,157,226,229,242],"-daemon":[156,157],"-database":[],"-databases":[91,93,120,121,139,141,229,238,242],"-dataset":[],"-db":38,"-dcmake":[7,8],"-dd":[191,193],"-deafult":37,"-deb":12,"-debug":[6,35],"-default":[],"-dep":12,"-dependent":[43,115,140],"-dev":[2,12,14,25,30,37,39,40,41,42,43],"-devel":[24,26],"-dgrn":[7,8],"-dir":152,"-directory":39,"-disable":[35,37,41,156],"-doc":38,"-document":[],"-docutils":12,"-drilldown":[41,42,43,133,236],"-drilldowns":[43,113,133],"-dump":42,"-e":151,"-each":37,"-eanble":6,"-efficient":78,"-enable":[3,6,18,35],"-encoding":[],"-encodiong":191,"-endpoint":[156,157],"-escalation":[],"-essential":[25,30],"-event":42,"-existence":40,"-fd":[37,156],"-file":[37,42,81,156],"-filter":[25,30,33,37,39,41,42,43,78,133,158,166,173,175,178,191,201,241,243],"-force":[115,121],"-frequency":37,"-ftp":152,"-full":12,"-g":[8,31],"-get":[12,18,25,30,39],"-gobject":42,"-gqtp":[],"-gram":[0,43,144,191,230,232,238],"-groonga":[12,13,152,241],"-gtqp":25,"-h":[151,153,223],"-help":[],"-history":37,"-host":152,"-html":[35,39],"-http":[],"-httpd":[],"-https":25,"-i":[42,151,152],"-id":[39,129,151],"-idf":[202,203,204],"-in":[12,63],"-index":42,"-inverse":[202,204],"-ipadic":[26,27,213],"-j":[6,7,28],"-jemalloc":41,"-jinja":12,"-jp":[40,213],"-jumandic":26,"-key":[12,38],"-keyring":[25,39],"-keys":12,"-known":175,"-l":[151,156,157],"-launchpad":12,"-leak":35,"-leaner":157,"-learner":[],"-level":[41,42,151,157],"-libedit":35,"-libevent":38,"-libstemmer":41,"-limit":[34,40,42,133,151],"-line":21,"-lines":[37,156],"-localstatedir":[],"-log":[],"-lz4":[],"-m":150,"-match":[],"-max":[37,151,156],"-mecab":[24,25,26,27,30,39,40,41],"-memcached":43,"-memory":35,"-message":[],"-mm":[191,193],"-mode":17,"-mruby":[6,12,41],"-msgpack":223,"-munin":[],"-mysql":[24,25,26,30,43,116,194],"-n":[33,37,151,156,238],"-neologd":213,"-nightly":12,"-normalizer":[24,25,26,30,39,42,43,116,172,194],"-offset":[42,133],"-org":12,"-oriented":175,"-output":[33,39,40,42,43,133,152,165,166,167,175],"-p":[150,151,152,156,229,242],"-pack":[],"-package":[],"-packages":12,"-paginate":12,"-patch":17,"-path":[],"-per":[37,156],"-pgp":12,"-pid":[37,42,151],"-pip":18,"-platform":[],"-platorm":43,"-plugin":13,"-plugins":[],"-point":215,"-port":[151,152,156],"-ppa":12,"-prefix":[],"-properties":30,"-protocol":[151,152,154,226,242],"-query":[37,39,40,41,42,43,90,151,153,165,166,173,175,190,200,227,238,241,243],"-r":[156,157],"-receive":[156,157],"-repository":[12,30,39],"-request":[43,84,151],"-restart":43,"-root":[35,151,154],"-rotate":[42,151],"-rpm":12,"-rroonga":49,"-ruby":[6,12,39],"-s":[151,156,157,229],"-scorer":158,"-search":[41,213],"-searchu":213,"-secret":12,"-send":[156,157],"-separated":42,"-server":[],"-sister":90,"-size":[42,151],"-slices":[43,133],"-sort":43,"-sortby":[40,43],"-source":12,"-sphinx":[12,18],"-src":[12,25],"-static":37,"-stem":[25,30,33,41],"-strings":38,"-suggest":[],"-t":[151,156],"-talk":[2,12,40,42],"-tar":29,"-target":[],"-terminated":[64,72],"-test":[12,14],"-text":213,"-threads":[151,156],"-threshold":[],"-time":175,"-timeout":[43,84,151],"-token":[25,30,33,41,43],"-tokenizer":[24,25,26,30,39,40],"-transport":25,"-type":[37,90,153,207,208,210,223],"-unauthenticated":[25,39],"-uploader":12,"-use":42,"-values":[42,43],"-version":[],"-w":12,"-windows":42,"-with":[],"-wno":37,"-word":133,"-workers":[],"-working":39,"-x":[12,40],"-yyy":17,"-zlib":[],".$":[113,133],".'":[39,40],".(":12,".)":[40,43,63,191,193,202,214],".*":27,".,":[120,132,133,156,169],".-":17,"..":[6,7,12,17,39,40,43,68,72,78,83,87,90,91,103,114,119,120,129,132,133,136,138,151,153,154,156,169,173,190,191,201,202,203,204,223,238],"...":[37,39,40,41,42,43,48,49,50,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,73,82,87,129,133,136,139,151,152,153,154,165,168,178,190,191,192,198,201,205,241],"./":[17,28],".:":157,".>":205,".\"":[43,133,165,166,173,175,191,192,202,213,235,237,238,242,244],".]":[43,78,87,113,129,133,136,139,191],"._":[40,41,63,90,113,133,140,168,190,191,235,236],".age":[46,90,102,132],".am":18,".am\u30d5\u30a1\u30a4\u30eb":12,".asc":12,".askmonty":41,".blog":232,".body":[88,99,244],".builtin":54,".c":[33,44,94,97,121,133,140],".clean":[12,113,115],".co":[44,133],".column":[40,41,46,89,94,95,96,102,119],".com":[6,7,8,12,13,17,21,235,236,238,242,245],".comment":[240,241],".compress":119,".conf":[42,43,153,214,227,233],".content":[113,120,132,133,140,178,190,191,192,214,240],".context":140,".created":113,".current":42,".d":[25,214,233],".db":[40,151,229,238,242],".ddl":152,".deb":12,".debian":12,".description":241,".dll":72,".domain":42,".dump":37,".edit":[],".en":12,".entries":214,".entry":128,".exe":31,".execute":113,".facebook":12,".flags":66,".garbage":40,".git":[6,7,8,12,13,17],".github":17,".gpg":12,".grn":[101,153],".groonga":[12,17,24,25,26,27,28,29,30,31,152],".group":[],".gz":[12,17,24,25,26,27,28,29,30],".h":[16,42,72],".hash":241,".high":89,".html":[12,17,151,153],".htpasswd":[153,223],".index":[42,102,128,132],".jp":[12,42,44,133],".js":12,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":21,".json":[153,198],".kentaro":40,".key":[66,140],".label":[133,172],".lemon":46,".list":[12,25],".load":152,".location":241,".log":[28,42,80,115,151,152,153,156,227],".logs":[115,128],".md":12,".md\u30d5\u30a1\u30a4\u30eb":12,".me":[2,12,42],".memos":[120,132],".mo\u30d5\u30a1\u30a4\u30eb":17,".msgpack":198,".n":[54,113,133,190,191,214],".name":[87,149,178,241],".ncpu":27,".ne":44,".nested":133,".net":[2,12,235,236,237,238,242,245],".nginx":153,".o":237,".offset":66,".org":[12,17,24,25,26,27,28,29,30,31,41,42,49,78,101,152,153,167,235,236,237,238,242,245],".osdn":[2,12],".output":154,".overcommit":[],".patch":17,".pc":[36,37],".people":90,".php":12,".pid":151,".po":[],".po\u30d5\u30a1\u30a4\u30eb":[],".position":119,".posted":241,".rb":[35,41,113,115,131],".readings":172,".real":[46,94,95,96],".reference":140,".remove":115,".roles":90,".roonga":[190,191],".rpm":[24,26],".rst":12,".score":146,".scr":152,".section":119,".select":[152,191],".serial":89,".service":39,".sh":[6,12,14,17,21,39],".site":128,".size":119,".so":[120,122,123,127],".source":42,".sourceforge":[2,12],".spec":37,".ssssss":193,".statistics":119,".status":152,".sub":[113,133],".synonym":133,".t":213,".tag":[89,113,133,168],".tar":17,".timestamp":[118,121],".title":[104,105,106,128,140,235],".to":89,".travis":21,".tsv":[198,200],".txt":213,".user":168,".uuuuuu":191,".value":133,".weight":[40,119],".xml":198,".years":46,".yml":21,".zip":17,".}":[78,87,191],"/ '":63,"/#":49,"/$":17,"/${":156,"/'":41,"/(":12,"/*":[16,17,53,68,71,153,227,233],"/+":12,"/.":[37,120],"/..":[12,43,153,156],"/;":153,"/?":156,"/\"":[78,213,235,236,237,238,242,245],"/\u65e5":241,"/\u6708":241,"/\uff09":35,"/_":12,"/aba":[236,238,245],"/acccess":227,"/admin":[37,151],"/afr":[236,238,245],"/alice":213,"/api":223,"/apt":[12,25],"/archive":12,"/atv":[236,238,245],"/base":12,"/bc":12,"/bin":28,"/blog":12,"/branches":14,"/c":[0,6,7,16,113,115,221],"/cache":153,"/centos":[12,24,227],"/command":[14,153,154,201,242],"/commands":[41,91,93,120,121,139,141],"/commits":41,"/copyright":41,"/coremodule":153,"/cpuinfo":[24,25,26,30],"/cutter":12,"/d":[41,153,201,223],"/data":21,"/database":[153,223],"/db":[101,136,149,153,157,201,227],"/db1":223,"/db2":223,"/dd":191,"/debian":[12,25],"/default":[39,227],"/dev":12,"/dic":27,"/dictionary":35,"/disk":201,"/doc":12,"/docs":153,"/en":[12,153],"/en\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"/etc":[12,25,27,39,153,200,214,227,233],"/eval":130,"/example":156,"/examples":12,"/executables":156,"/f":12,"/false":[34,235],"/fedora":[26,35,39],"/files":[12,18],"/function":12,"/functions":14,"/gat":[236,238,245],"/gqtp":[40,227],"/grntest":12,"/groonga":[6,7,8,12,13,16,17,21,24,25,26,27,28,29,30,31,33,35,37,39,40,42,91,93,113,115,120,121,122,123,127,139,141,149,151,153,156,200,214,227,229,238,242],"/header":29,"/hoge":151,"/home":213,"/homebrew":12,"/hostname":[151,152],"/hosts":12,"/html":[17,18,37,223],"/http":[153,227],"/httpd":[153,227],"/in":42,"/index":[12,17,151],"/introduction":[229,238,242],"/ipadic":27,"/ja":[12,17,18,43,49],"/ja\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"/javascript":37,"/json":[37,153,223],"/key":63,"/kou":[113,115],"/kytea":144,"/lc":[12,17],"/learn":156,"/lib":[27,122,123,127,149,153,227],"/limits":214,"/linux":[],"/lists":12,"/load":[43,131,153,223],"/local":[6,7,12,27,28,153],"/locale":[12,17,18],"/log":[28,42,151,153,156,227],"/logical":[113,115],"/lzo":[35,37,40],"/mailarchive":12,"/managers":[153,223],"/master":[17,21],"/max":41,"/mecab":[27,120],"/mecabrc":27,"/meetup":42,"/message":12,"/mm":191,"/modules":[35,153],"/mpisel":43,"/munin":28,"/mxcl":12,"/news":12,"/nfs":28,"/ngx":153,"/nightly":12,"/non":40,"/null":[6,7,34],"/number":133,"/o":138,"/other":153,"/packages":12,"/php":42,"/pipermail":41,"/plain":42,"/plugins":[28,35,40,113,115,122,123,127],"/ppa":[12,30],"/projects":12,"/pull":12,"/query":[122,123,127],"/rab":[236,238,245],"/raw":21,"/reference":156,"/repositories":12,"/request":129,"/result":38,"/rroonga":41,"/run":[12,14,151],"/rurema":41,"/sbin":27,"/security":214,"/select":[129,153,242],"/setup":21,"/sharding":[113,115],"/share":[37,151],"/shm":153,"/shutdown":[151,153,223],"/source":[12,16,17,18,24,25,26,27,28,29,30,31],"/sources":[12,25],"/span":[165,166,175],"/srpm":12,"/status":[150,153,198,223,242],"/stem":212,"/stop":[101,142,212],"/string":[43,113,133,168,177],"/suggest":156,"/synonyms":200,"/sysconfig":227,"/sysctl":[27,214,233],"/tab":42,"/test":213,"/tmp":[6,7,200,223],"/to":[153,223],"/travis":21,"/tsv":[122,123,127,200],"/ubuntu":[12,39,227],"/unit":14,"/usr":[28,151],"/var":[28,42,149,151,153,227],"/vdw":[236,238,245],"/vector":[42,113,133,187,188],"/version":42,"/wgs":245,"/windows":[12,31],"/work":[12,113,115],"/x":223,"/xml":223,"/yum":12,"/~":12,"0c":213,"0d":84,"0e":152,"0f":43,"0mq":40,"0x":[38,84,190,215,229,235],"0xc":229,"10":[152,238],"11":[78,121,133,173,191,214,232],"1\u305a":[76,80],"1\u3064":[10,32,37,40,41,43,46,56,74,78,86,89,90,91,94,95,102,104,105,106,111,113,114,115,118,119,121,122,123,127,128,129,130,131,132,133,134,136,138,140,143,144,146,147,151,152,153,156,166,168,169,172,173,175,178,190,191,193,201,202,203,204,205,209,211,213,214,223,229,235,237,240,241],"1\u30f6\u6708":205,"1\u4ef6":[232,241],"1\u56de":153,"1\u5ea6":[71,113],"1\u6708":[191,215,235,241],"1\u884c":152,"1byte":229,"1f":42,"1g":[25,30],"1gb":42,"1o":201,"1tib":[32,138,211],"1usec":43,"2\u3064":[19,24,25,26,30,40,41,42,90,91,96,102,110,111,112,113,115,121,133,137,138,140,141,142,143,156,160,168,172,173,178,190,193,201,202,203,210,213,222,223,227,235,236,238,240,241],"2\u3064\u3081":[129,168,190,191,223,240],"2\u5104":32,"2\u6708":110,"2byte":229,"2ff":43,"2grn":41,"3\u3064":[14,40,81,93,110,116,133,165,168,175,189,235,236,238,240],"3ki":35,"4\u3064":[89,151,168,175,202,211],"4byte":229,"4e":233,"4gib":[32,43,138,211,229],"4kib":[32,42,46,94,95,96,147,211],"4mib":119,"5\u3064":159,"5b":[96,147],"5d":84,"5f":152,"6elz":41,"6fd":135,"6gib":214,"7\u3064":135,"7\u6708":42,"7e":152,"7ed":84,"7f":[43,135],"7fa":84,"8bit":215,"8byte":229,"8r":[28,39,151],"9\u3064":238,"9e":194,"9f":198,": n":150,":!":190,":#":[41,43],":#{":193,":$":[18,190,191,243],":..":133,":/":[12,13,17,21,24,25,26,27,28,29,30,31,41,49,78,101,129,150,151,153,154,156,167,198,223,235,236,237,238,242,245],"::":[42,85,113,115,156,198],":<":[133,190],":=":[133,190],":>":[133,190],":@":[113,133,173,190,235,237,238,241,242],":[":[152,201],":\"":[56,201,238],":\\":[8,31,201],":\\\"":103,":\u5206":241,":\u79d2":241,":^":[190,243],":bob":241,":byte":69,":clear":12,":dat":119,":fix":119,":groonga":[6,7,8,12,30,43,133,190],":hash":[119,120],":mm":[191,193],":no":119,":order":42,":pat":[119,120],":port":[151,153,154],":set":41,":ss":[191,193],":value":[133,190],":var":[119,120],":~":[190,201],";/":[165,166],";\"":39,";b":[165,166],";rroonga":[165,166],"< n":191,"< t1":11,"< y":40,"<#{":193,"<-":223,"<..":205,"</":[121,165,166,167,175,198],"<=":[40,153,168,191,241],"<[":115,"<directory":157,"<encoding":151,"<endpoint":157,"<gqtp":152,"<groonga":152,"<ip":[151,152],"<level":157,"<limit":151,"<log":151,"<max":151,"<object":33,"<path":[151,157],"<port":[151,152],"<protocol":151,"<span":[165,166,175],"<threshold":151,"<timeout":151,"= \"":[41,110,133,191],"= n":191,"= y":40,"=$":[12,17,28],"='":167,"=(":12,"=)":11,"=-":[28,136],"=.":27,"=..":12,"=/":[6,7,12,14,28,151,200],"==":[43,191],"=\"":[29,113,115,133,165,166,168,175,198],"=\\":[165,166,167,175],"=_":[112,136],"=`":18,"=add":144,"=allow":133,"=arg":201,"=ascending":112,"=auto":136,"=c":[8,31],"=centos":28,"=column":[113,133],"=complete":156,"=dat":38,"=encoding":[],"=epel":24,"=fedora":12,"=g":156,"=get":142,"=gr":156,"=graceful":134,"=gro":156,"=groo":156,"=groonga":[12,153,156],"=grooon":156,"=i":12,"=largetable":129,"=message":[],"=no":[33,112,115,121,140],"=none":[113,116,133,142,144],"=null":[86,90,102,104,105,106,111,112,113,115,119,128,133,138,142,143,144],"=number":[],"=on":[7,8],"=pat":38,"=path":[],"=platform":[],"=query":156,"=r":39,"=site":242,"=sjis":28,"=squeeze":12,"=submit":156,"=table":138,"=title":242,"=true":129,"=unique":129,"=users":[153,223],"=x":43,"=xxx":43,"=yes":[12,14,33,38,40,42,43,102,133],"> \"":42,"> y":40,">#{":193,">(":121,">.":[165,166],">:":113,"><":[56,198],">=":[40,121,191],">>":[40,191],">\"":[40,46,84,97,113,121,133,140,165,167],">\n<":198,">alloc":198,">cache":198,">command":198,">default":198,">max":198,">n":198,">rroonga":[165,166],">starttime":198,">uptime":198,">version":198,"??":133,"?arg":201,"?argument":154,"?i":201,"?id":129,"?max":42,"?msg":12,"?parameter":153,"?table":[43,129,153,223,242],"@'":238,"@\"":33,"@ceekz":40,"@do":41,"@github":[6,7,8,12],"@groonga":[2,12],"@kiske":39,"@lists":[2,12],"@naoina":[39,40],"@orangain":40,"@packages":12,"@s":35,"@soundkitchen":[37,39],"@tomotaka":37,"@uzulla":37,"@wareohji":39,"@x":33,"@yappo":[40,41],"@yito":[39,40],"@~":201,"[#":[37,38,39,41],"[$":[],"[(":201,"[,":163,"[..":[43,113,133],"[2":151,"[:":242,"[@":[37,39,40,41],"[[":[46,78,89,90,93,100,110,115,129,130,131,133,139,141,142,146,151,156,159,162,165,166,168,172,175,190,191,192,202,207,212,232,235,237,240,241,243],"[[\"":87,"[\"":[42,78,87,90,91,133,136,156,175,187,191,207,232,235,237,241,244],"[\"g":156,"[\u8a9e":87,"[admin":[37,39,40,43],"[api":42,"[apt":39,"[args":151,"[backslash":190,"[benchmark":41,"[bernard":42,"[bindings":42,"[cache":33,"[centos":43,"[cmake":[42,43],"[column":41,"[content":[113,133],"[dat":[38,39],"[dd":201,"[deb":[37,39,40,41,42,43],"[debian":43,"[doc":[37,38,39,40,41,42,43],"[dump":[39,40,41],"[element":[78,191],"[example":[41,42],"[examples":43,"[fedora":[39,41],"[geo":[37,40],"[github":41,"[gqtp":40,"[grn":42,"[grntest":37,"[groonga":[12,37,39,41,42,43],"[hash":43,"[header":[81,86,89,90,93,94,95,96,97,100,102,104,105,106,107,110,112,115,116,117,118,119,120,121,122,123,127,128,130,131,132,134,137,138,140,141,143,144,145,146],"[hh":42,"[http":[39,40,41,42,43],"[httpd":[33,39,40,41,42,43],"[index":41,"[info":201,"[is":[113,133],"[ja":43,"[key":42,"[label":[33,42,43,113,133],"[label1":[41,113,133],"[label2":[113,133],"[launchpad":12,"[libedit":37,"[linux":39,"[load":[39,41],"[logical":42,"[macports":37,"[mdev":42,"[mecab":42,"[mrb":42,"[mruby":[41,42,43],"[munin":[37,39,40,41],"[n":[40,41,113,133],"[name":[113,133],"[name1":[113,133],"[name2":[113,133],"[normalizer":41,"[nsubrecs":113,"[number":103,"[object":90,"[os":41,"[output":38,"[pat":39,"[php":[39,41],"[pkg":[37,39],"[plugin":[41,42],"[power8":41,"[record":113,"[rpm":[33,37,38,39,40,41,42,43],"[sharding":42,"[snippet":[41,175],"[solaris":39,"[sort":43,"[space":190,"[suggest":[38,39,40],"[table":[40,90],"[tag":[113,133],"[test":39,"[token":40,"[tokenizer":[39,40,43],"[travis":40,"[ubuntu":43,"[vector":[113,133],"[warning":201,"[windows":[33,37,39,40,41,42,43],"[yum":39,"[{":[153,223],"\"#":37,"\"#\"":152,"\"#{":191,"\"%":201,"\"'":[39,40,41,42,78,89,110,133,172,190,191,201,230,232],"\"(":40,"\")":[33,39,40,41,42,55,113,129,133,159,160,162,164,168,169,172,173,191,237,245],"\"*":39,"\",":[40,42,43,46,78,81,87,89,90,91,93,94,97,100,101,103,113,115,119,120,121,129,132,133,136,139,140,141,142,146,151,152,153,156,159,162,165,166,167,168,169,172,173,175,178,187,190,191,192,194,201,202,203,204,207,208,210,212,229,232,235,236,237,238,240,241,242,243,244,245],"\"-":[37,162],"\".":[191,221,236],"\"/":[91,93,113,115,120,139,141,151,213,245],"\":":[33,42,43,46,78,82,87,89,90,93,100,101,103,110,111,113,114,115,116,117,119,120,129,130,131,132,133,135,136,141,142,144,145,146,151,152,153,156,159,162,165,166,167,168,169,172,173,178,187,190,191,192,194,197,198,201,202,203,204,207,208,210,212,213,223,229,235,236,237,238,240,241,242,243,244,245],"\";":[152,153,223],"\"<":[40,165,166],"\"=":168,"\">":[165,166,175,198],"\"?":[133,198],"\"@":[168,241],"\"[":[39,84,94,97,113,121,133,140,201],"\"\"":[38,43,89,94,95,178,191,201,215],"\"\\":[42,201],"\"\\\\":201,"\"\\n":42,"\"\u3001":[207,236],"\"\u3002":41,"\"\u308d\u3086\u304d":243,"\"\u30df\u30ea":191,"\"\u5f37":213,"\"\u672c":213,"\"\u8a9e":213,"\"\uff09":[34,207,235,245],"\"]":[42,43,78,90,91,94,95,96,101,113,115,133,151,156,172,175,187,191,207,232,237,238,241,244],"\"_":[40,43,46,78,81,89,90,91,93,100,101,103,113,115,119,133,136,141,142,146,153,156,159,162,167,168,169,172,173,178,187,190,191,192,194,197,201,202,203,204,207,208,210,212,223,232,235,236,237,238,240,241,242,243,244,245],"\"a":[41,113,133,144,178],"\"ab":209,"\"adventurer":90,"\"alice":[90,119,190],"\"always":111,"\"apple":194,"\"application":37,"\"auto":111,"\"b":[113,133,178],"\"black":194,"\"block":235,"\"book":191,"\"c":[113,133,178],"\"canceled":129,"\"co":209,"\"color":194,"\"column":[119,120],"\"complete":209,"\"content":[133,190,191,212],"\"correction":209,"\"created":113,"\"d":213,"\"dav":168,"\"db":119,"\"ddl":41,"\"double":191,"\"droonga":168,"\"e":[136,144,207,213],"\"element":78,"\"ellip":163,"\"ellipsoid":163,"\"engine":[207,208,210],"\"fast":113,"\"flower":235,"\"fulltext":144,"\"good":[113,133,191],"\"gr":138,"\"gronga":209,"\"groonga":[78,101,133,138,168,175,178,191,209],"\"h":144,"\"hello":[142,212],"\"http":78,"\"i":[81,113,133,190,191,192,212,240,241],"\"include":115,"\"index":119,"\"is":235,"\"k":237,"\"key":119,"\"keyword":133,"\"label":133,"\"lic":168,"\"localhost":229,"\"lz4":119,"\"medium":119,"\"message":[201,203,204],"\"monkey":235,"\"mroonga":[78,101,133,178,191],"\"mysql":[78,209],"\"n":[43,81,113,119,133,135,153,190,191,229,238,242],"\"name":[119,173],"\"never":111,"\"no":39,"\"normal":119,"\"null":39,"\"o":213,"\"popular":133,"\"pp":41,"\"proc":120,"\"rect":[39,163],"\"rectangle":[39,162,163],"\"requires":39,"\"roonga":209,"\"ruby":78,"\"s":[136,144,207,208,213],"\"saerch":208,"\"say":191,"\"scalar":119,"\"se":207,"\"sea":207,"\"search":[190,207,208,210],"\"sequence":[136,207,208,210],"\"serach":208,"\"service":208,"\"small":119,"\"sound":208,"\"sphere":163,"\"sphr":163,"\"starttime":[82,198],"\"sug":209,"\"suggest":209,"\"t":[144,213],"\"table":[119,120,151],"\"tags":78,"\"text":37,"\"theater":244,"\"theatre":244,"\"timestamp":[110,115],"\"tritonn":133,"\"type":[120,136],"\"unknown":55,"\"uptime":198,"\"utf":55,"\"value":133,"\"vector":[40,119],"\"version":198,"\"visual":8,"\"web":[208,210],"\"weight":235,"\"x":[33,40,41,191],"\"xxx":40,"\"y":33,"\"yyyy":191,"\"zlib":119,"\"zstd":119,"\"}":[46,89,90,100,101,103,110,111,113,114,115,119,133,136,153,168,169,172,173,178,187,190,191,192,194,197,201,203,204,207,208,210,212,223,235,236,237,240,243,245],"\\%":31,"\\'":[151,190],"\\(":190,"\\[(":201,"\\\"":[56,103,165,166,167,175,178,201,230],"\\\"a":178,"\\\"}":103,"\\\\":[42,56,165,172,178,201],"\\\\\"":172,"\\\\\\":[42,201],"\\\\z":201,"\\a":[42,43,201,213],"\\ahello":42,"\\ahost":201,"\\bin":31,"\\groonga":31,"\\n":201,"\\u":213,"\\z":[201,213],"\u2026\uff09":208,"\u2192id":211,"\u25a1\u25a1":10,"\u25cb\u25cb":10,"\u3001 \"":169,"\u3001#":241,"\u3001$":12,"\u3001'":[41,55,151,173,191,215,235],"\u3001(":[66,67,152,159,215],"\u3001-":[35,152,215],"\u3001.":[14,17],"\u3001/":[238,242],"\u3001:":152,"\u3001>":92,"\u3001[":238,"\u3001\"":[37,39,40,43,167,169,178,207,208,209,210,215,238,241,244],"\u3001\u00d7":10,"\u3001\u300c":[34,90,115,119,133,151,197,202,203,204,207,213,230,232,236,237,245],"\u3001_":238,"\u3001c":238,"\u3002#":[35,37,241],"\u3002'":63,"\u3002(":[11,12,26,48,64,67,100,103,151,152,227,240],"\u3002)":[67,100,133,152,240],"\u3002-":[28,58,67],"\u3002.":17,"\u3002:":[10,12,14,17,18,37,42,43,80,82,84,87,94,95,96,98,101,103,104,105,106,107,113,117,119,120,121,128,129,132,133,134,135,136,139,140,145,146,149,151,152,153,154,156,166,168,173,191,193,202,203,204,207,208,209,210,214,223,230,232,233,238],"\u3002<":173,"\u3002[":[33,39,40,41,42,43,238],"\u3002\"":[33,40,41,43,169,208,226,232,236,241,242],"\u3002\u00d7":10,"\u3002\u2193":151,"\u3002\u3002":196,"\u3002\u300c":[41,90,97,113,115,116,119,121,133,138,142,144,168,190,191,201,204,213,237,240],"\u3002\u300d":232,"\u3002\u3044":11,"\u3002\u3044\u304f\u3064\u304b":[120,156,201],"\u3002\u3044\u307e":38,"\u3002\u3056\u3063\u304f\u308a":78,"\u3002\u3057\u304b\u3057":[0,6,7,8,23,37,78,90,93,115,133,141,151,162,192,194,202,204,208,213,215,223],"\u3002\u3057\u304b\u3082":222,"\u3002\u3059":[152,192],"\u3002\u3059\u3050":153,"\u3002\u3059\u3079\u3066":[14,17,133],"\u3002\u3064\u307e\u308a":[48,90,133,147,156,190,203,213,238,244],"\u3002\u3069\u308c":156,"\u3002\u307e\u305a":232,"\u3002\u307e\u305f":[0,11,80,102,133,150,151,152,154,191,200,204,208,215,229,235,238,245],"\u3002\u307e\u3060":41,"\u3002\u30ad\u30fc":[33,43,46,132,133,147],"\u3002\u30bf\u30b0":[78,113,133,166,237],"\u3002\u30d0\u30b0":19,"\u3002\u30df\u30ea":235,"\u3002\u30ed\u30b0":[138,153,193],"\u3002\u4f8b":[8,42,63,121,138],"\u3002\u5024":159,"\u3002\u52d5\u7684":133,"\u3002\u5404":[113,133],"\u3002\u7701\u7565\u53ef\u80fd":165,"\u3002\u7a7a":119,"\u3002\uff08":[17,21,35,37,42,53,67,87,90,102,111,113,129,133,151,156,166,175,189,190,191,196,207,208,210,211,213,214,215,230],"\u3002\uff09":[17,21,34,35,37,42,67,90,102,111,113,119,129,133,138,156,166,175,190,191,196,208,210,211,213,230],"\u3002_":[76,238],"\u3002adjuster":41,"\u3002amazon":133,"\u3002api":189,"\u3002apt":12,"\u3002ascii":[190,191],"\u3002bash":42,"\u3002between":43,"\u3002blogs":232,"\u3002buf":50,"\u3002c":[0,16,85],"\u3002callback":11,"\u3002centos":42,"\u3002column":[11,50,238],"\u3002command":80,"\u3002cpu\u30b3\u30a2":223,"\u3002ctrl\u30ad\u30fc":238,"\u3002cursor":67,"\u3002db":[11,37,53,229,238],"\u3002debian":14,"\u3002dump":101,"\u3002eclipse":17,"\u3002ecmascript":133,"\u3002ftp":152,"\u3002functions":14,"\u3002gdb":[6,7,14],"\u3002geopoint":241,"\u3002git":12,"\u3002gnr":189,"\u3002gnu":5,"\u3002google":190,"\u3002gqtp":[85,150,229],"\u3002grn":[11,189],"\u3002groonga":[0,3,24,25,26,28,30,31,33,39,40,41,42,43,46,71,74,80,90,133,151,152,153,190,191,193,198,201,205,207,211,214,226,238,240,242],"\u3002hook":58,"\u3002host":229,"\u3002html":165,"\u3002http":[40,42],"\u3002id":[43,53],"\u3002int":40,"\u3002iptables":242,"\u3002jis":197,"\u3002json":[43,103],"\u3002key":[66,230],"\u3002keys":66,"\u3002linux":214,"\u3002lz":90,"\u3002lz4":43,"\u3002make":152,"\u3002max":67,"\u3002memcached":43,"\u3002messagepack":[28,81],"\u3002min":67,"\u3002mroonga":[0,63],"\u3002mruby":42,"\u3002munin":[24,25,26,30],"\u3002mysql":[24,25,26,30,205],"\u3002n":[116,144,232],"\u3002name":[50,53,66],"\u3002nginx":43,"\u3002null":[53,54,66],"\u3002obj":63,"\u3002offset":58,"\u3002openbsd":43,"\u3002optarg":54,"\u3002os":97,"\u3002output":[41,101],"\u3002pcre":153,"\u3002point":[163,164],"\u3002post":223,"\u3002postgresql":33,"\u3002rdbms":151,"\u3002rk":197,"\u3002rroonga":189,"\u3002ruby":201,"\u3002run":14,"\u3002scan":14,"\u3002set":152,"\u3002sql":133,"\u3002squeeze":14,"\u3002table":[66,70,100],"\u3002tag":237,"\u3002timeout":63,"\u3002tokendelimit":210,"\u3002tokenizer":33,"\u3002travis":21,"\u3002true":43,"\u3002tsv":[81,200],"\u3002unix":135,"\u3002utf":[40,156,194],"\u3002value":[63,76],"\u3002video":237,"\u3002windows":5,"\u3002xml":81,"\u3002zlib":90,"\u300c#":35,"\u300c,":101,"\u300c\"":151,"\u300c\u25cb":[42,112],"\u300c\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":119,"\u300c\u30e9\u30d9\u30eb":133,"\u300c\u4e8c":197,"\u300c\u4eba":90,"\u300c\u5024":[132,138],"\u300c\u52d5\u7684":133,"\u300c\u5e74":42,"\u300c\u5f0f":56,"\u300c\u6771\u4eac\u90fd":232,"\u300c\u697d\u3057":230,"\u300c\u697d\u3057\u3044":230,"\u300c\uff76":194,"\u300ca":202,"\u300calice":241,"\u300carray":119,"\u300cbill":230,"\u300cbilliard":230,"\u300cbob":241,"\u300cbuffer":119,"\u300ccharlie":241,"\u300cchunk":119,"\u300ccomments":241,"\u300cdelete":12,"\u300cgrand":241,"\u300cgroonga":[41,133,156,189,214],"\u300chello":133,"\u300cnew":241,"\u300cnihon":207,"\u300cnippon":207,"\u300cpopular":133,"\u300csenna":133,"\u300cthe":202,"\u300cthey":[202,203,204],"\u300cusers":241,"\u300cv":12,"\u300cview":12,"\u300d:":194,"\u300d\u3001":[41,237,241],"\u300d\u3002":189,"\u300d\u300c":119,"\u300d\uff08":[101,133,230],"\u3042\u3044\u307e\u3044":138,"\u3042\u304d":243,"\u3042\u304d\u3089":41,"\u3042\u304f":49,"\u3042\u3052\u308b":[],"\u3042\u305f\u308a":[35,37,119],"\u3042\u3063":[12,17,26,39,40,43,50,63,66,76,80,103,110,115,133,134,136,152,191,201,223,237],"\u3042\u3068":[12,17,97,214],"\u3042\u3068\u3082":84,"\u3042\u306a\u305f":[2,6,7,8,12,42,90,201,202,203,204],"\u3042\u307e\u308a":[10,66,151,240],"\u3042\u3089\u304b\u3058\u3081":[12,26,215],"\u3042\u3089\u3086\u308b":121,"\u3042\u3089\u308f\u3057":244,"\u3042\u308a":[],"\u3042\u308b":[],"\u3042\u308b\u3044":[0,11,26,41,50,65,66,80,90,115,120,138,140,153,163,164,169,190,191,214,229],"\u3042\u308c":[6,7,12,43,46,49,90,115,138,140,151,152,159,169,192,232],"\u3042\u308c\u3053\u308c":10,"\u3042\u308f\u305b":[205,214],"\u3042\u308f\u305b\u308b":39,"\u3044\u3044":[2,10],"\u3044\u3044\u306d":[113,133,190,191],"\u3044\u3046":133,"\u3044\u304d":[10,12,238],"\u3044\u304f":[],"\u3044\u304f\u3064":[3,201],"\u3044\u304f\u3064\u304b":[1,2,8,11,12,14,26,28,40,42,43,76,90,96,101,102,110,112,113,115,116,119,129,133,134,138,142,144,147,156,158,173,190,191,194,201,202,205,213,214,222],"\u3044\u304f\u3089":[0,43],"\u3044\u305a\u308c":[76,80,215],"\u3044\u3063":[135,201],"\u3044\u3064":207,"\u3044\u3066":43,"\u3044\u307e":131,"\u3044\u307e\u305b":[6,40,41,43,81,90,113,115,133,136,138,144,153,190,191,196,200,201,202,203,204,205,211,213,222,223],"\u3044\u308b":[],"\u3044\u308c":[39,42,43,63,84,115,120,213,235],"\u3044\u308d\u3044\u308d":[],"\u3044\u308f\u3086\u308b":237,"\u3044b":[230,232],"\u3046\u3048":[37,39],"\u3046\u3061":[11,37,39,42,50,63,66,67,80,87,119,135,147,159,196],"\u3046\u3061\u3044":151,"\u3046\u3063\u304b\u308a":40,"\u3046\u307e\u304f":[],"\u304a\u3044":[0,12,14,17,37,40,43,50,63,66,76,156,235,238],"\u304a\u304b":28,"\u304a\u304b\u3052":201,"\u304a\u304b\u3057":35,"\u304a\u304b\u3057\u3044":43,"\u304a\u304b\u3057\u304f":35,"\u304a\u304d":[0,12,46],"\u304a\u304d\u307e\u3057\u3087":235,"\u304a\u3051":[133,197],"\u304a\u3051\u308b":[0,32,39,40,190,215,235,237,238],"\u304a\u3053":[0,235],"\u304a\u3053\u306a\u3063":238,"\u304a\u3055\u3089\u3044\u3057":10,"\u304a\u3059\u3059\u3081":[169,223],"\u304a\u3059\u3059\u3081\u3057":[12,190,191,227],"\u304a\u305d\u3089\u304f":43,"\u304a\u3070":[34,37,40,42,43],"\u304a\u3070\u305f":[37,40,42,43],"\u304a\u3088":48,"\u304a\u3088\u3073":[0,12,28,33,39,64,151,235,238],"\u304a\u3089":12,"\u304a\u308a":[41,245],"\u304a\u5f85\u3061":2,"\u304a\u77e5\u3089":[],"\u304a\u9858\u3044":[10,152],"\u304b\u3048\u308b":[42,178],"\u304b\u304b\u3063":[33,81],"\u304b\u304b\u308a":[43,149,190,191,192,213],"\u304b\u304b\u308b":[66,129,149,192,238],"\u304b\u304e\u308a":152,"\u304b\u3051":[40,88],"\u304b\u3051\u308b":[10,153],"\u304b\u3057\u3089":121,"\u304b\u305a":[39,41,43],"\u304b\u305a\u3072\u3053\u3055\u3093":39,"\u304b\u305f":[42,43],"\u304b\u3061":[133,230],"\u304b\u3061\u3083\u3093":[115,140],"\u304b\u3064":[40,67,133,149,191,230],"\u304b\u3069":[41,42,53,101,102,112,113,115,118,121,133,136,140,149,153,159,163,164,168,190,232,233,238,245],"\u304b\u3069\u3046":[28,42,43,85,94,107,113,120,128,132,146,159,173,178,232],"\u304b\u306a\u308a":41,"\u304b\u307e\u3044":238,"\u304b\u3082":[10,41,42,68,81,90,93,104,105,110,116,117,118,129,130,131,132,135,138,140,141,145,156,168,190,191,201,202,203,204,240],"\u304b\u3089":[],"\u304b\u308f\u308a":[26,41,42,43,232],"\u304by":40,"\u304c\u3042\u308a":[12,19,119,133,154,162,200,205,212],"\u304c\u3042\u308c":[43,205],"\u304c\u3044":46,"\u304c\u3044\u304f\u3064\u304b":119,"\u304c\u3053\u306e":190,"\u304c\u3059":[66,118],"\u304c\u3061":[90,213],"\u304c\u3063":[],"\u304c\u3064\u3044":[35,39,68,78,133,205,211],"\u304c\u3069":[132,193,214],"\u304c\u3072\u3068\u3064":200,"\u304c\u308f\u304b\u3063":90,"\u304c\u308f\u304b\u308a":[89,90,167,213,241],"\u304c\u308f\u304b\u308b":162,"\u304c\u308f\u304b\u308c":133,"\u304f\u3060":[0,2,6,7,8,12,17,24,25,26,27,28,29,30,31,39,40,41,42,43,48,62,78,83,84,85,86,89,90,91,93,94,95,96,97,100,102,104,105,106,107,111,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,133,134,135,136,137,138,140,141,142,143,144,145,146,152,153,154,156,162,167,172,173,178,187,190,191,197,200,201,211,213,214,215,221,223,227,232,233,235,236,238,241,242,243,245],"\u304f\u308c":10,"\u304f\u308c\u308b":[0,16,17,97,102],"\u3050\u3088\u3046":162,"\u3050\u308b":[33,42,43,189,190,191],"\u3050\u308b\u3093":[190,191,237],"\u3053\u3046":10,"\u3053\u3046\u3059\u308c":10,"\u3053\u3053":[12,21,81,104,133,136,190,191,194,200,232,235,238,241,245],"\u3053\u3053\u3067":12,"\u3053\u3068":[],"\u3053\u306a\u3044":[41,42],"\u3053\u306a\u308c":110,"\u3053\u306e":[0,2,3,5,6,7,8,11,12,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,37,38,39,40,41,42,43,46,47,48,49,56,66,67,68,72,78,79,81,83,84,85,86,89,90,91,93,94,95,96,97,102,103,104,105,106,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,127,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,145,146,149,151,152,153,156,158,159,162,163,165,166,168,172,173,175,177,178,187,188,190,191,192,193,195,197,198,200,201,202,203,204,205,206,207,208,210,211,213,214,216,222,223,229,230,232,235,236,237,238,239,240,241,244,245],"\u3053\u308c":[0,6,7,8,11,12,16,17,18,28,32,33,37,39,40,41,42,43,46,49,54,71,78,84,86,89,90,93,104,105,106,110,111,112,113,115,118,120,122,123,127,128,129,133,134,138,141,144,151,153,156,159,162,166,172,173,175,178,190,191,192,194,200,201,202,203,204,205,207,208,209,210,211,213,214,223,229,230,232,233,235,236,240,241,244,245],"\u3053\u308c\u3089":[3,24,25,26,28,29,30,39,40,76,78,90,102,111,112,113,115,120,122,123,127,133,147,153,154,156,162,168,189,190,191,194,198,201,202,205,209,210,211,223,232,236,237,238,241],"\u3054\u3068":[],"\u3054\u307f":[10,40],"\u3054\u3089\u3093\u304f":13,"\u3054\u89a7\u304f":[14,238],"\u3055\u3044":[0,2,6,7,8,12,14,17,24,25,26,27,28,29,30,31,39,40,41,42,43,48,62,78,83,84,85,86,89,90,91,93,94,95,96,97,100,102,104,105,106,107,111,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,133,134,135,136,137,138,140,141,142,143,144,145,146,152,153,154,156,162,167,172,173,178,187,190,191,197,200,201,211,213,214,215,221,223,227,232,233,235,236,238,241,242,243,245],"\u3055\u304d":235,"\u3055\u305b":10,"\u3055\u307e\u3056\u307e\u306a":[],"\u3055\u3089":240,"\u3055\u3089\u306b":[0,32,41,42,78,80,113,209,211,237,238],"\u3055\u3093":[6,7,17,33,35,36,37,38,39,40,41,42,43,90,110,112,113,115,133,138,140,142,144,175,201,204,209,214,223,236],"\u3057\u3044":[230,232],"\u3057\u3046\u308b":41,"\u3057\u304b":[17,41,42,46,90,112,113,133,138,153,168,190,191,201,203,204,213,223,235,240],"\u3057\u304b\u3057":[17,113,115,121,133,191,200,201,204,213,214,223,230,232,240],"\u3057\u304d\u308c":39,"\u3057\u304f":40,"\u3057\u3064\u3064":14,"\u3057\u3066":[10,12,14,17,30,35,39,40,66,133,153,232,236,237,238],"\u3057\u306a\u3044":42,"\u3057\u307e":10,"\u3057\u307e\u3044":[10,140,152,203,208,232,235,243],"\u3057\u307e\u3046":[0,10,12,33,35,37,39,40,41,42,43,140,149,213],"\u3057\u307e\u3057":40,"\u3057\u307e\u3057\u3087":[78,110,140,202,203,204,213,244],"\u3057\u307e\u3059":[113,133,156,173,190,191,209,230,241],"\u3057\u307e\u305b":[10,28,113,133,153,156,207],"\u3057\u307e\u3063":[41,43],"\u3057\u3084\u3059\u3044":156,"\u3057\u3084\u3059\u304f":[39,43],"\u3057\u3088":[11,33,37,40,43,48,53,61,93,94,103,115,140,141,162,192,235],"\u3057\u308a":10,"\u3057\u308c":[10,41,42,68,81,90,93,104,105,110,116,117,118,129,130,131,132,135,138,140,141,145,156,168,190,191,201,202,203,204,240],"\u3058\u304d":[84,175],"\u3059\u304e\u307e\u305b":237,"\u3059\u304e\u308b":78,"\u3059\u304f":178,"\u3059\u3050":[0,129,134,156,223],"\u3059\u3053\u308c\u3089":133,"\u3059\u3067":[12,41,68,93,141,144,192,197,214,230],"\u3059\u306a\u308f\u3061":235,"\u3059\u3079":[11,37,41,42,80,88,89,101,102,105,113,114,115,119,128,133,140,141,144,146,149,152,153,168,191,207,211,213,214,223,229,241],"\u3059\u3079\u304d":11,"\u3059\u3079\u3066":[28,35,37,39,41,42,46,66,78,80,83,84,89,90,91,93,102,115,133,137,138,141,144,152,153,159,191,193,201,212,213,214,236,238],"\u3059\u3080":110,"\u3059\u308b":[],"\u3059\u308b\u304b":236,"\u3059\u308c":[0,12,42,66,122,127,133,152,159,165,168,190,191,213,236,238],"\u305a\u3064":[151,152,214,240],"\u305a\u306b":78,"\u305a\u308c":[0,11,66,80,103,108,151,162,215,229,235],"\u305b\u3044":[40,41,43],"\u305b\u3044\u305c\u3044":138,"\u305b\u304b\u306d":43,"\u305b\u305a":106,"\u305b\u306a":[190,191],"\u305b\u308b":[0,11,12,14,90,138,154,156,165,166,172,173,227],"\u305b\u308c":[0,89],"\u305d\u3046":[10,21,53,118,119,120,129,132,159,168,169,191],"\u305d\u3053":[12,133,232,235],"\u305d\u3053\u306b":139,"\u305d\u3057\u3066":[0,133,144,175,235,236,240,241],"\u305d\u3061\u3089":[28,43],"\u305d\u306e":[],"\u305d\u306e\u307e\u307e":12,"\u305d\u306e\u3088\u3046":100,"\u305d\u306e\u5f8c":[46,53,133,191],"\u305d\u306e\u969b":12,"\u305d\u308c":[11,12,17,26,27,31,35,42,60,63,67,69,90,91,113,133,138,140,153,167,187,190,191,201,210,213,215,230,232,235,236,238,240,244],"\u305d\u308c\u304b\u3089":[78,133],"\u305d\u308c\u305e\u308c":[6,7,8,11,12,14,28,41,63,66,81,110,133,138,144,151,154,156,168,173,191,198,211,229,230,232,235,236,238,240,245],"\u305d\u308c\u3086\u3048":[190,235],"\u305d\u308c\u3089":[12,42,46,48,50,68,102,115,133,134,140,147,150,200,201,223],"\u305d\u308d\u305d\u308d":238,"\u305d\u3093\u306a":[28,138],"\u305e\u3044":113,"\u305e\u308c":[11,12,60,133,153,191,210],"\u305f\u3044":[],"\u305f\u3044\u304f\u3064\u304b":43,"\u305f\u304b":[37,42,96,104,105,106,129,133,156,208],"\u305f\u304b\u3063":[208,244],"\u305f\u304f":[6,7,17,37,40,42,43,68,90,110,112,113,115,133,138,140,142,144,175,201,204,209,214,223,236],"\u305f\u3051\u3069":133,"\u305f\u3055\u3093":[34,37,40,42,43],"\u305f\u3059\u3079\u3066":133,"\u305f\u3060":[26,78],"\u305f\u3060\u3051":39,"\u305f\u3060\u3057":[32,34,37,40,41,42,43,67,76,112,119,135,151,154,190,191,201,230],"\u305f\u3061":205,"\u305f\u3068\u3048":[115,133,134,232],"\u305f\u3069\u3063":241,"\u305f\u3069\u308b":237,"\u305f\u3070\u304b\u308a":192,"\u305f\u3073":[12,43,80,152,245],"\u305f\u3076\u3093":28,"\u305f\u307b\u3046":133,"\u305f\u307e\u307e":[43,223],"\u305f\u3081":[],"\u305f\u3081\u3057":245,"\u305f\u3089":[10,12,17,28,35,41,42,43,53,68,71,97,104,105,106,115,120,128,129,133,134,140,143,149,156,159,173,178,191,203,207,213,223,227],"\u305f\u308a":[0,3,10,41,42,43,58,132,133,138,189,201,211,215,227],"\u3060\u3044":[37,41],"\u3060\u304b\u3089":[113,133],"\u3060\u3051":[],"\u3060\u3051\u304d\u3061\u3093":43,"\u3060\u3055\u3044":[0,3,12,13,14,17,18,19,21,23,28,29,30,33,39,41,42,78,81,89,90,111,113,115,118,119,121,133,135,138,140,153,156,168,172,173,187,190,191,194,200,201,205,207,216,223,229,236,238],"\u3060\u3057":[37,152],"\u3060\u3059":43,"\u3060\u3063":[39,42,43,66,80,120,133,191,232],"\u3060\u3068":10,"\u3061\u3083\u3093":237,"\u3064\u3044":241,"\u3064\u304b":36,"\u3064\u304d":[32,41,43,78,86,130,131,133,143,167,200,203],"\u3064\u3051":[133,156,162],"\u3064\u3051\u308b":[10,41,43,78,133,226,243],"\u3064\u3064":[173,232],"\u3064\u3065\u3044":241,"\u3064\u3065\u304f":156,"\u3064\u3076\u3084\u304d":192,"\u3064\u307e\u308a":[12,42,90,97,110,133,144],"\u3065\u3051":[],"\u3065\u3051\u308b":46,"\u3066\u304d":85,"\u3066\u304f":14,"\u3066\u307f\u307e\u3057\u3087":245,"\u3066\u308c":115,"\u3067\u3044":[42,133,191,235,241],"\u3067\u3044\u3046":[194,236],"\u3067\u304d":[],"\u3067\u304d\u308b":[],"\u3067\u304f":[3,21,23,41,78,90,133,138,156,172,191,200],"\u3067\u3053\u306e":214,"\u3067\u3057":[29,33,41,42,43,191,202,235],"\u3067\u3057\u304b":[7,32,213],"\u3067\u3057\u3087":[0,6,7,20,28,41,90,119,120,133,149,156,191,192,236],"\u3067\u3059":[0,3,6,7,8,10,11,12,14,16,17,18,19,21,24,25,26,28,29,30,31,32,33,37,39,40,41,42,43,46,48,49,50,52,53,54,56,59,63,64,66,68,70,71,74,76,78,79,80,81,82,83,84,85,86,87,89,90,91,93,94,95,96,97,100,101,102,103,104,105,106,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,156,157,159,162,163,165,166,167,168,169,172,173,175,178,187,189,190,191,192,193,194,196,197,198,200,201,202,203,204,205,207,208,209,210,211,212,213,214,215,222,223,226,227,229,230,232,233,235,236,238,239,240,241,242,244,245],"\u3067\u3059\u306d":10,"\u3067\u3059\u3079\u3066":147,"\u3067\u305d\u3046":111,"\u3067\u3060\u3051":90,"\u3067\u3064\u306a\u3052\u308b":133,"\u3067\u3069":[111,136],"\u3067\u3069\u3053":85,"\u3067\u306a\u3051\u308c":[102,121,132,190,191],"\u3067\u306b":[43,118,122,127,192,232],"\u3067\u306e":[41,81,175,213],"\u3067\u306f":41,"\u3067\u307e\u3068\u3081":200,"\u3067\u307f":0,"\u3067\u3082":[0,12,14,17,19,23,24,25,26,28,30,31,33,37,39,40,41,42,43,46,85,102,115,133,138,140,152,153,156,166,173,175,178,197,201,204,205,207,211,213,229,230,232,238,240,242,245],"\u3067\u3082\u3059\u3079\u3066":[43,213],"\u3067\u3082\u3063\u3068\u3082":79,"\u3067\u3088\u308a":41,"\u3067\u5024":[151,238],"\u3068\u3044\u3044":201,"\u3068\u3044\u3046":[],"\u3068\u3044\u3051":[42,110,133,138,229,233],"\u3068\u3044\u3063":[26,39,40,41,42,43,78,110,112,113,115,121,133,162,189,190,191,193,211,223,245],"\u3068\u3048":[0,28,32,41,42,46,55,56,80,89,90,93,113,119,120,132,133,134,135,141,156,166,175,197,201,202,203,204,213,214,230,245],"\u3068\u304a\u308a":[32,152,235,236,245],"\u3068\u304d":[0,6,7,9,10,11,12,24,25,26,27,28,30,33,34,35,37,39,40,41,42,43,46,53,60,64,66,67,68,78,81,82,84,89,90,93,97,102,104,111,112,115,118,119,120,121,122,123,127,128,132,133,134,136,137,138,140,141,143,144,151,153,156,162,172,173,175,189,190,191,192,193,194,197,200,201,205,207,208,209,210,213,214,215,223,229,230,235,236,237,238,241,242],"\u3068\u304d\u3057\u304b":97,"\u3068\u304d\u3069\u304d":43,"\u3068\u3053\u306e":[115,133,201,207,214],"\u3068\u3053\u308d":[16,17,38,42,113,130,131,172,213],"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":78,"\u3068\u3055\u3089\u306b":[6,7],"\u3068\u3057":[11,40,41,43,46,53,93,115,131,133,140,141,150,151,152,153,162,191,192,200,207,208,209,210,213,215,235,237,240],"\u3068\u3057\u3066":[],"\u3068\u3057\u307e\u3057\u3087":[240,244],"\u3068\u3057\u307e\u305b":48,"\u3068\u3059\u3050":192,"\u3068\u3059\u3079\u3066":[39,102,111,128,133,149],"\u3068\u3059\u308c":0,"\u3068\u305d\u306e":[80,83,115,156,203],"\u3068\u3063":153,"\u3068\u3064\u3044":245,"\u3068\u3066":[0,133,190,191,207,211,223],"\u3068\u3068":[16,17],"\u3068\u3068\u3082\u306b":235,"\u3068\u3069":[89,206],"\u3068\u306a\u3063":40,"\u3068\u306a\u308a":[120,166,175,190,223,242],"\u3068\u306e":[42,43,113,191],"\u3068\u307f":[40,133,154,190],"\u3068\u3082":[42,90,113,133,152,168,175,178,190,191,214,233,245],"\u3068\u3082\u3063\u3068":28,"\u3068\u3088\u3044":28,"\u3068\u308a\u3068\u3093":[190,191],"\u3068\u308b":63,"\u3068\u308f\u304b\u308a":205,"\u3068\u308f\u304b\u308b":12,"\u3069\u3046":[10,33,34,39,42,54,88,90,92,96,98,104,105,106,108,109,112,115,119,133,149,153,156,213,232,236],"\u3069\u304a\u308a":43,"\u3069\u3053":[28,37,41],"\u3069\u3061\u3089":[19,42,43,53,74,140,156,209,223,238,240],"\u3069\u3061\u3089\u304b":[32,166,175,190,191],"\u3069\u306e":[28,33,133,144,162,163,191,196,208,236],"\u3069\u308c":[81,90,91,102,104,105,106,111,115,128,132,133,138,140,172,191,213,223],"\u3069\u3093":139,"\u3069\u3093\u306a":156,"\u306a\u3044":[],"\u306a\u304a":[12,230],"\u306a\u304a\u3053\u306e":152,"\u306a\u304a\u3057":41,"\u306a\u304a\u3059":[41,128],"\u306a\u304b":10,"\u306a\u304b\u3063":[39,41,42,43,80,82,84,88,92,98,104,105,106,108,109,115,121,128,133,134,149,151,152,159,173,178,191,201,203,232,238],"\u306a\u304c\u3089":[0,12,39,113,133,144,156,213,238],"\u306a\u304c\u308b":39,"\u306a\u304e":178,"\u306a\u304f":[0,3,10,12,21,28,33,34,35,37,39,40,41,42,43,46,53,63,91,104,110,113,115,119,122,127,133,138,140,152,153,159,173,175,178,189,190,191,196,197,202,203,204,211,213,214,223,227,235,236,238,240,244],"\u306a\u3051\u308c":[21,28,39,43,49,50,53,56,61,63,66,74,78,85,89,90,91,93,103,110,113,115,120,129,133,138,141,151,152,153,156,159,167,168,169,172,178,187,190,191,200,201,202,203,204,235],"\u306a\u3055":[154,174],"\u306a\u3055\u3093":3,"\u306a\u3057":[],"\u306a\u3059":164,"\u306a\u305c":[6,7,8,32,42,46,89,90,97,102,113,115,119,120,133,138,143,149,156,172,190,191,194,197,201,202,203,204,207,208,212,213],"\u306a\u305f":[42,205],"\u306a\u3063":[0,6,7,8,10,12,14,33,35,37,38,39,40,41,42,43,78,80,81,87,97,104,110,119,133,144,190,191,193,203,205,207,214,223,227,232,235,238,240,241,242],"\u306a\u3068\u304d":0,"\u306a\u3069":[0,5,6,7,8,11,12,13,17,20,28,33,37,39,41,42,43,46,54,63,80,87,89,109,119,120,121,130,131,133,138,144,147,151,152,156,165,166,168,175,189,190,191,192,196,200,201,202,203,204,207,208,210,211,213,215,223,230,232,235,238,239,241,242],"\u306a\u306a\u3069":[190,191],"\u306a\u306b":[],"\u306a\u306b\u5bfe\u3057":[190,191],"\u306a\u306e":[42,207],"\u306a\u3073":[33,42,43],"\u306a\u3082\u306e":[12,50,201],"\u306a\u3084\u308a\u304b\u305f":244,"\u306a\u3088\u3046":43,"\u306a\u3089":[6,7,8,11,14,21,24,25,26,30,32,39,40,41,42,43,46,50,54,63,66,78,80,84,89,90,97,100,102,105,110,112,113,115,119,120,125,132,133,134,135,138,143,149,151,152,153,156,167,172,187,190,191,194,197,201,202,203,204,207,208,212,213,214,233,240],"\u306a\u308a":[0,6,7,8,10,12,21,32,33,37,39,40,41,42,43,46,49,50,53,54,56,63,66,74,76,78,80,81,84,85,86,88,89,90,97,99,102,103,104,105,106,110,113,115,119,120,121,122,123,127,128,129,132,133,134,135,136,137,138,140,141,143,151,152,153,154,156,162,163,168,172,175,190,191,192,194,197,198,200,201,202,203,204,205,207,208,212,213,215,226,229,232,235,236,237,238,240,241,242,243,245],"\u306a\u308b":[0,10,11,12,17,23,24,25,26,28,30,31,33,34,35,36,39,40,41,42,43,53,54,63,68,88,90,99,100,101,102,104,105,106,115,119,120,128,132,133,138,140,151,152,153,156,159,163,164,169,172,173,175,190,191,192,205,210,214,215,232,235,236,238],"\u306a\u308c":80,"\u306a\u308f":43,"\u306a\u3093":80,"\u306b\u3042\u308a":[6,7,8,18,116,138],"\u306b\u3044\u304f\u3064\u304b":[40,42],"\u306b\u304a\u3044":[12,80,235],"\u306b\u304f\u3044":0,"\u306b\u304f\u3044\u304b":213,"\u306b\u304f\u304f":42,"\u306b\u304f\u308b":232,"\u306b\u3057":[40,41,42,46,111,133,172,190,191],"\u306b\u3059":[43,232],"\u306b\u3059\u3050":192,"\u306b\u3059\u3079\u3066":89,"\u306b\u3059\u308b":[32,223],"\u306b\u305d\u306e":156,"\u306b\u3064":39,"\u306b\u3064\u3044\u3066":[0,3,7,11,12,18,19,20,21,24,25,26,27,28,29,30,37,39,40,41,42,46,48,60,63,67,78,79,80,81,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,148,149,156,158,160,162,163,164,166,170,173,174,178,190,197,200,201,202,203,204,205,207,208,210,213,214,215,216,221,223,229,230,233,235,236,238,239,241,245],"\u306b\u3064\u304d":193,"\u306b\u3064\u3051":191,"\u306b\u3064\u3076\u3084\u3051":10,"\u306b\u3064\u3076\u3084\u3051\u308b":10,"\u306b\u3066":[12,39,40,42,162],"\u306b\u3068\u3063":[10,42],"\u306b\u3068\u3063\u3066":[10,144,213],"\u306b\u3069":11,"\u306b\u307e\u3068\u3081":[12,43],"\u306b\u307e\u3068\u3081\u308b":43,"\u306b\u3082":[43,133,201,230],"\u306b\u3088":39,"\u306b\u3088\u304f":202,"\u306b\u3088\u3063":[0,9,11,40,53,63,66,78,80,87,88,92,98,99,101,108,109,110,125,139,150,151,154,189,229,230,235,237,238],"\u306b\u3088\u3063\u3066":[0,14,40,53,76,80,232,235,238],"\u306b\u3088\u308a":[0,12,32,33,39,40,41,42,43,87,90,133,153,162,213,215,223,226,229,232,235,238,240,242,243],"\u306b\u3088\u308b":[],"\u306b\u5bfe\u3057":[0,11,12,33,34,39,40,41,42,43,58,63,66,78,89,90,113,120,122,127,129,133,136,146,149,150,154,168,178,190,191,201,203,213,230,236,237,238,240,244,245],"\u306b\u5bfe\u3057\u7570":173,"\u306b\u5bfe\u3059\u308b":[],"\u306b\u5bfe\u5fdc":[37,38,39,41,50,53,58,61,63,64,66,69,103,109,110,113,151,154],"\u306b\u5bfe\u5fdc\u4ed8\u3051":207,"\u306b\u5bfe\u8c61":37,"\u306b\u95a2\u3057":[11,40,42,43,53,152],"\u306b\u95a2\u3059\u308b":[],"\u306e\u3042\u3068":39,"\u306e\u3044":[0,11,66,80,103,108,151,162,215,229],"\u306e\u3044\u305a\u308c":[91,244],"\u306e\u3044\u305a\u308c\u304b":[65,66,69,163,164],"\u306e\u3046\u3061":[91,156,190],"\u306e\u304b":[230,241],"\u306e\u304b\u308f\u308a":[41,43],"\u306e\u304f\u3089\u3044":[90,214],"\u306e\u3059":97,"\u306e\u3059\u3079\u3066":[113,133,143,223],"\u306e\u305e\u3044":213,"\u306e\u3067":[0,1,10,12,17,21,31,37,39,40,41,42,43,81,89,102,110,112,113,130,131,133,138,153,154,159,162,173,178,200,207,214,223,227,230,232,233,235,238,240,241],"\u306e\u3067\u3057\u3087":[133,201],"\u306e\u3069\u3061\u3089":[133,156,191],"\u306e\u3069\u3061\u3089\u304b":[133,159,190,191],"\u306e\u3069\u308c":[90,138,151,156,207],"\u306e\u306b":[],"\u306e\u306b\u5bfe\u3057":53,"\u306e\u307b\u304b":[215,235],"\u306e\u307f":[],"\u306e\u307f\u3057\u304b":209,"\u306e\u3088\u3046":[40,41,42,43,46,49,84,91,110,133,138,147,151,156,172,189,190,191,201,202,213],"\u306f\u3042\u306a\u305f":6,"\u306f\u3044":235,"\u306f\u3044\u304f\u3064\u304b":[32,48,81,140,149,190,223],"\u306f\u3044\u3051":[53,63,90,100,105,149,156,191],"\u306f\u3044\u308f\u3086\u308b":42,"\u306f\u304d\u3063\u3068":201,"\u306f\u3053\u306e":[42,120,132,133,135,178,204,213,233],"\u306f\u3058\u307e\u308a":80,"\u306f\u3058\u3081":[],"\u306f\u3059\u3079\u3066":[86,90,94,95,96,97,102,103,104,105,106,118,119,120,121,124,128,130,131,132,133,134,135,138,140,142,143,144,153,166,168,189,191,194,203,204,213,238],"\u306f\u305a":[18,39,152,201,214],"\u306f\u305d\u306e":53,"\u306f\u305d\u308c\u3089":115,"\u306f\u3061\u3087\u3046":191,"\u306f\u3068":211,"\u306f\u3069":[90,133,138,207],"\u306f\u3069\u3061\u3089":[156,223],"\u306f\u3069\u3061\u3089\u304b":[190,191],"\u306f\u3069\u308c":191,"\u306f\u306a\u304f":201,"\u306f\u307b\u3068\u3093\u3069":133,"\u306f\u307e\u305a":12,"\u306f\u307e\u3060":[113,204,223],"\u306f\u307e\u3068\u3081\u3066":12,"\u306f\u307f":3,"\u306f\u6708":[191,205],"\u3070\u3042":205,"\u3070\u3044\u3051":[21,28,39,43,50,53,56,61,63,66,74,78,89,90,91,93,102,113,121,133,138,141,153,156,172,178,190,191,200,201,202,203,204],"\u3070\u304b\u308a":[12,42],"\u3070\u3053\u306e":42,"\u3070\u3059\u3079\u3066":213,"\u3070\u3069":46,"\u3070\u308c\u308b":35,"\u3072\u3053\u3055\u3093":[39,41,43],"\u3072\u3068\u3064":[39,160,190],"\u3072\u3089":[172,190,191,197,207,213],"\u3072\u308d":243,"\u3072\u308d\u3086\u304d":243,"\u3075\u306a\u3068":41,"\u3075\u308a":136,"\u3076\u3093":10,"\u3078\u3059\u3079\u3066":[42,89],"\u3078\u306e":[28,235],"\u3079\u304d":[6,7,8,12,33,42,43,63,91,112,119,121,128,133,151,153,156,191,194,229],"\u3079\u304f":238,"\u3079\u3066":[43,46,114,119,133,153,236],"\u3079\u30fc\u30b9":41,"\u307b\u3046":41,"\u307b\u304b":[0,235],"\u307b\u3057\u304f":133,"\u307b\u3068\u3093\u3069":[42,53],"\u307b\u3069":[136,138,149,151,213,227,235,238],"\u307e\u3057":[6,7,8,10,12,17,18,33,37,39,40,41,42,43,90,113,133,138,153,162,190,191,194,201,208,213,232,236,237,241],"\u307e\u3057\u3087":[113,133,162,237,238],"\u307e\u3059":[0,1,2,3,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,37,39,40,41,42,43,46,47,48,49,50,51,53,54,55,56,58,60,61,62,63,64,65,66,67,68,69,70,71,72,74,76,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,156,157,158,159,160,162,163,164,165,166,167,168,169,170,172,173,174,175,176,177,178,186,187,188,189,190,191,192,193,194,195,196,197,198,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,221,222,223,226,227,229,230,232,233,235,236,237,238,239,240,241,242,243,244,245],"\u307e\u305a":[12,17,28,31,152,153,191,230,232,236,238,240,241,244],"\u307e\u305b":[0,6,7,10,12,17,25,28,32,33,37,39,40,41,42,43,46,48,49,50,53,56,60,61,63,66,67,68,71,72,74,76,78,81,83,85,86,89,90,91,93,94,95,96,97,100,102,103,104,105,106,109,110,111,112,113,114,115,116,117,118,119,120,121,125,128,129,130,131,132,133,134,135,136,137,138,139,140,141,143,144,145,149,151,152,153,156,159,162,166,168,172,173,175,178,190,191,192,194,196,200,201,202,203,204,205,207,208,209,211,212,213,214,215,221,223,227,229,230,232,233,235,236,238,240,242,244],"\u307e\u305f":[],"\u307e\u305f\u3044":[39,162,205],"\u307e\u305f\u3050":[],"\u307e\u3060":[12,37,40,41,43,80,110,113,130,131,133,135,136,156,175,191,202,205,229],"\u307e\u3064\u308f":40,"\u307e\u3067":[11,12,17,32,40,41,43,48,49,84,103,110,115,133,151,152,159,192,201,211,214,236,238,240,241,243],"\u307e\u3068\u3081":[],"\u307e\u3068\u3081\u3066":[0,12,235,236],"\u307e\u3068\u3081\u308b":153,"\u307e\u307e":[10,12,33,40,42,80,140,156,191,236],"\u307e\u307e\u3067":232,"\u307e\u308a":[42,133],"\u307e\u308d\u3086\u304d":243,"\u307e\u308f\u3059":133,"\u307e\u308f\u308a":3,"\u307f\u304c":11,"\u307f\u305f\u3059":241,"\u307f\u3066":245,"\u307f\u306a\u3055":11,"\u307f\u306a\u3057":43,"\u307f\u307e\u3057\u3087":[110,133,140,191,202,203,204,235,236,237,238,240,241,244,245],"\u3080\u308b":[190,191],"\u3080\u308b\u3093":[190,191],"\u3082\u3046":[39,53,102,153,160,192,235,240],"\u3082\u3046\u307e\u304f":28,"\u3082\u304d\u3061\u3093":153,"\u3082\u3053\u306e":102,"\u3082\u3057":[6,7,21,28,32,40,41,42,43,49,68,81,83,84,85,90,97,102,104,106,113,115,120,128,129,133,134,135,138,140,149,152,153,159,162,168,169,173,178,190,191,200,201,202,203,205,214,223],"\u3082\u3057\u3042":42,"\u3082\u3057\u304b\u3057":213,"\u3082\u3057\u304f":[12,26,39,40,41,42,66,67,107,110,112,153,159,165,166,175,190,191,215,229,233,235,240],"\u3082\u3057\u3053\u306e":[120,233],"\u3082\u3057\u3054":39,"\u3082\u3057\u307e\u305b":68,"\u3082\u3057\u308c":[200,213],"\u3082\u3057\u4e00\u3064":49,"\u3082\u3057\u4f7f\u3063":105,"\u3082\u3057\u578b":132,"\u3082\u3057x":40,"\u3082\u3059":[122,127],"\u3082\u3059\u3050":134,"\u3082\u305b":149,"\u3082\u3061\u308d\u3093":[152,236],"\u3082\u3063\u3068":[6,7,133],"\u3082\u3063\u3068\u3082":[14,83],"\u3082\u3064":[42,100,236],"\u3082\u3068":12,"\u3082\u3068\u3082":33,"\u3082\u3069\u3061\u3089":204,"\u3082\u306e":[11,12,17,31,39,40,41,42,43,49,66,67,80,110,112,113,115,120,132,133,150,151,152,153,162,163,169,172,174,194,201,202,204,208,229,235,238,240],"\u3082\u3088\u308a":204,"\u3082\u3089\u3048":10,"\u3082\u3089\u3048\u308b":10,"\u3082\u3089\u3063":[12,238],"\u3082\u308a":42,"\u3082\u308c\u308b":42,"\u3084\u304c":80,"\u3084\u3057":133,"\u3084\u3059\u3044":[34,42,133,151,166,175,189],"\u3084\u3059\u3044\u304b":200,"\u3084\u3059\u304f":[35,41,82,133],"\u3084\u3059\u304f\u3057":[33,42],"\u3084\u305d\u306e":100,"\u3084\u3063":90,"\u3084\u307e":41,"\u3084\u307e\u3060":41,"\u3084\u307e\u306d":[40,41],"\u3084\u3081":[33,37,40,41,42,43,84],"\u3084\u3081\u307e\u3057\u3087":[202,203,204],"\u3084\u3081\u308b":43,"\u3084\u3089":12,"\u3086\u304d":243,"\u3086\u304d\u3072\u308d":243,"\u3088\u3044":[17,63,89,90,102,119,133,156,190,191,223,236,240],"\u3088\u3046":[],"\u3088\u304b\u3063":232,"\u3088\u304f":[43,78,90,102,113,133,151,159,201,213],"\u3088\u3063":245,"\u3088\u3063\u3066":[74,144,196,215,239,245],"\u3088\u3073":11,"\u3088\u308a":[6,7,11,18,23,28,35,37,39,40,41,42,43,67,78,84,90,97,119,120,133,138,151,152,153,162,163,169,190,191,192,193,200,201,202,203,204,207,213,214,215,230,232,235,236,240,241],"\u3089\u308c":[0,10,11,35,37,39,40,43,49,88,89,91,100,120,129,133,139,144,211,213,238,240,244],"\u3089\u308c\u308b":[0,11,39,40,41,43,50,67,201,230],"\u308c\u305a":[43,80],"\u308c\u307e\u305b":[28,42,46,66,80,87,133,134,140,151,165,193,200,240],"\u308c\u308b":[0,9,11,12,14,17,28,33,37,39,40,41,42,43,46,49,53,58,64,67,68,76,78,80,86,87,109,110,111,113,116,129,130,131,133,136,138,140,151,152,159,162,169,175,178,192,194,196,201,207,208,210,211,213,215,229,230,232,238,245],"\u308f\u304b\u3061":230,"\u308f\u304b\u3063":149,"\u308f\u304b\u308a":[33,35,41,42,133,213,236],"\u308f\u304b\u308b":41,"\u308f\u304b\u308c":133,"\u308f\u3051":[121,133,142,144,191,207,214,235],"\u3092\u304a\u3053":241,"\u3092\u3054":14,"\u3092\u3054\u89a7\u304f":[0,18],"\u3092\u3064\u3051":[110,133,190],"\u3092\u3064\u3051\u308b":[6,7,191],"\u3092\u3088\u308a":43,"\u3092\u308a":153,"\u3092\u901a\u3057":[151,238],"\u3093\u304c":[190,191],"\u3093\u3057":[105,118],"\u3093\u3057\u304d":189,"\u30a2\u30ab\u30a6\u30f3\u30c8":[2,12,41],"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":10,"\u30a2\u30af\u30bb\u30b5":[43,63],"\u30a2\u30af\u30bb\u30b5\u30fc":42,"\u30a2\u30af\u30bb\u30b9":[12,17,33,35,37,39,40,41,43,46,48,66,93,133,141,150,151,153,154,214,235,242],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[78,133],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":[90,138],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[],"\u30a2\u30c9\u30ec\u30b9":[37,66,151,152,156,229,242],"\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30a2\u30d4\u30fc\u30eb":12,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[0,20,59,151,191,193],"\u30a2\u30e1\u30ea\u30ab":162,"\u30a2\u30e9\u30fc\u30c8":[151,193],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[86,162,189,204],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[41,67,90,113,133,138,144,201,208,213,230,232],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":39,"\u30a2\u30f3\u30ab\u30fc":[],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[76,90,138],"\u30a2\u30f3\u30de\u30c3\u30d7":[42,97],"\u30a2\u30fc\u30ab\u30a4\u30d6":[12,17,31],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u30fc":[41,151],"\u30a4\u30d9\u30f3\u30c8":42,"\u30a4\u30d9\u30f3\u30c8\u30ed\u30b0":42,"\u30a4\u30f3\u30af\u30ea\u30e1\u30f3\u30c8":83,"\u30a4\u30f3\u30af\u30eb\u30fc\u30c9":42,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[12,37],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":37,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[35,37],"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":[40,42],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[0,152,189],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":[156,198],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":21,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":[32,33,119],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30fc\u30c1":168,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30e2\u30b8\u30e5\u30fc\u30eb":42,"\u30a4\u30f3\u30e1\u30e2\u30ea":33,"\u30a6\u30a3\u30f3\u30c9\u30a6":[],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[151,153,154],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":151,"\u30a6\u30a9\u30fc\u30e0\u30a2\u30c3\u30d7":[151,153],"\u30a8\u30a4\u30ea\u30a2\u30b9":[],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":35,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[28,62,133,151],"\u30a8\u30b9\u30b1\u30fc\u30d7":[],"\u30a8\u30c7\u30a3\u30bf":17,"\u30a8\u30e9\u30fc":[],"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[39,41,43,238],"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[37,39,41],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[6,7,33,34,35,37,38,39,40,41,42,43,80,81],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":39,"\u30a8\u30e9\u30fc\u30ed\u30b0":227,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[28,34,41,42,43,53,55,56,191,194],"\u30a8\u30f3\u30b3\u30fc\u30c9":[35,154,156,194],"\u30a8\u30f3\u30b8\u30f3":[0,133,201,202,203,204,235,237],"\u30a8\u30f3\u30c8\u30ea":[49,50,113,133,178,190,191],"\u30a8\u30f3\u30c8\u30ea\u30fc":[42,133],"\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8":156,"\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8uri":156,"\u30aa\u30b9\u30b9\u30e1":[6,7,8,23,24,25,26,30,31,46,133,153,201,213],"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":35,"\u30aa\u30d5\u30bb\u30c3\u30c8":[39,42,133,136],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[38,42,43],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[],"\u30aa\u30d7\u30b7\u30e7\u30f3":[],"\u30aa\u30da\u30ec\u30fc\u30bf":[42,43],"\u30aa\u30da\u30ec\u30fc\u30bf\u30fc":42,"\u30aa\u30fc\u30ca\u30fc":[40,42],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[37,40,41,42],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":[37,42],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[41,119,227],"\u30aa\u30fc\u30d7\u30f3":[37,39,40,42,43,49],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":21,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":21,"\u30ab\u30a6\u30f3\u30bf":43,"\u30ab\u30a6\u30f3\u30c8":[40,110,241],"\u30ab\u30b9\u30b1\u30fc\u30c9":[],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[6,7,8,28,39,40,41,42,43,90,98,101,116,133,138,142,144,151,173,175,190,193,194,202,207,212,214,236],"\u30ab\u30b9\u30bf\u30e0":[68,143,153],"\u30ab\u30b9\u30bf\u30e0\u30b9\u30b3\u30a2\u30e9\u30fc":202,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":39,"\u30ab\u30b9\u30bf\u30e0\u30ed\u30b0":41,"\u30ab\u30b9\u30bf\u30e0\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":43,"\u30ab\u30bf\u30ab\u30ca":[67,136,172,194,197,207,213],"\u30ab\u30c6\u30b4\u30ea":[133,142,144],"\u30ab\u30d0\u30ec\u30c3\u30b8":[],"\u30ab\u30d0\u30fc":14,"\u30ab\u30e9\u30e0":[],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":93,"\u30ab\u30e9\u30e0\u30d1\u30e9\u30e1\u30fc\u30bf":43,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[190,191],"\u30ab\u30e9\u30e0id":66,"\u30ab\u30e9\u30e0n":178,"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[12,17,152],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":67,"\u30ab\u30ec\u30fc":230,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":230,"\u30ab\u30f3\u30b8":172,"\u30ab\u30f3\u30de":[101,103,191,236,238],"\u30ab\u30fc\u30bd\u30eb":[35,37,42,60,67],"\u30ab\u30fc\u30cd\u30eb":214,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[39,214],"\u30ad\u30e3\u30b9\u30c8":[33,35,38,39,40,43,113,133,190,203,204,241],"\u30ad\u30e3\u30c3\u30b7\u30e5":[],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":86,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":49,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":153,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":40,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":153,"\u30ad\u30e3\u30f3\u30bb\u30eb":[33,43,83,84,129],"\u30ad\u30e3\u30f3\u30bb\u30eb\u30ea\u30af\u30a8\u30b9\u30c8":129,"\u30ad\u30fc":[32,33,35,38,39,40,41,42,43,46,50,64,66,76,78,89,90,94,95,96,100,110,112,113,115,119,129,132,133,135,138,140,147,149,151,156,173,190,191,194,197,211,213,215,235,238],"\u30ad\u30fc\u30b5\u30a4\u30ba":[32,42,94,95,96,119,138,211],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":211,"\u30ad\u30fc\u30c7\u30fc\u30bf":138,"\u30ad\u30fc\u30dc\u30fc\u30c9":133,"\u30ad\u30fc\u30ef\u30fc\u30c9":[],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6":41,"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6\u30fc":41,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":153,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":150,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":34,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":39,"\u30af\u30a8\u30ea\u30da\u30a2":209,"\u30af\u30a8\u30ea\u30ed\u30b0":[33,37,39,207,208,210],"\u30af\u30a8\u30ea\u30fc":[],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":198,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":86,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":133,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":223,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[],"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":151,"\u30af\u30a8\u30ea\u30fcapi":[79,85],"\u30af\u30a8\u30eaapi":42,"\u30af\u30a9\u30fc\u30c8":[116,144,190],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":41,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30b5\u30a4\u30c9":84,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":125,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[35,39,151,154],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":[1,227],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":41,"\u30af\u30e9\u30c3\u30b7\u30e5":[33,35,37,39,40,41,42,43,93,102,105,141],"\u30af\u30e9\u30c3\u30b7\u30e5\u30d0\u30b0":42,"\u30af\u30ea\u30a2":[37,39,43,63],"\u30af\u30ea\u30a2\u30fc":43,"\u30af\u30ea\u30c3\u30af":133,"\u30af\u30ea\u30c6\u30a3\u30ab\u30eb":43,"\u30af\u30ea\u30c6\u30a3\u30ab\u30eb\u30bb\u30af\u30b7\u30e7\u30f3":43,"\u30af\u30ea\u30fc\u30f3":12,"\u30af\u30ea\u30fc\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[6,7],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":12,"\u30af\u30ed\u30fc\u30f3":28,"\u30b0\u30e9\u30d5":0,"\u30b0\u30eb\u30fc\u30d7":[],"\u30b0\u30eb\u30fc\u30d7\u30ad\u30fc":133,"\u30b0\u30ed\u30fc\u30d0\u30eb":[39,48],"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":49,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":196,"\u30b1\u30fc\u30b9":[],"\u30b2\u30c3\u30c8":2,"\u30b3\u30a2":[28,153,156,223],"\u30b3\u30b9\u30c8":[66,192],"\u30b3\u30cd\u30af\u30b7\u30e7\u30f3":42,"\u30b3\u30d4\u30fc":[12,39,42,43,46,50,58,63,66,89,93,101,137,141],"\u30b3\u30de\u30f3\u30c9":[],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":11,"\u30b3\u30de\u30f3\u30c9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":120,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[],"\u30b3\u30de\u30f3\u30c9\u30d1\u30fc\u30b5\u30fc":201,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[31,39,152],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[28,80,81,152,222],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":198,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":190,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b9\u30bf\u30a4\u30eb":201,"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":151,"\u30b3\u30de\u30f3\u30c9url":223,"\u30b3\u30df\u30c3\u30c8":[6,7,12],"\u30b3\u30e1\u30f3\u30c8":[],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":240,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":240,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":240,"\u30b3\u30e1\u30f3\u30c8id":241,"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[49,53,63,135,153,178],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":229,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":43,"\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb":41,"\u30b3\u30f3\u30d1\u30a4\u30e9":[37,41],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":[6,7,28],"\u30b3\u30f3\u30d1\u30a4\u30eb":[38,40],"\u30b3\u30f3\u30d1\u30a4\u30eb\u30a8\u30e9\u30fc":42,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30fc":197,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":80,"\u30b3\u30f3\u30d5\u30ea\u30af\u30c8":33,"\u30b3\u30f3\u30de":90,"\u30b3\u30fc\u30c9":[17,40,41,42,43,144],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":11,"\u30b4\u30df":[35,37,87,119],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":[87,119],"\u30b4\u30df\u30c7\u30fc\u30bf":156,"\u30b5\u30a4\u30ba":[],"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":[99,119],"\u30b5\u30a4\u30c8":[12,133,189,235,237],"\u30b5\u30a4\u30c9\u30e1\u30cb\u30e5\u30fc":133,"\u30b5\u30b8\u30a7\u30b9\u30c8":[],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf":156,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":208,"\u30b5\u30d6\u30bb\u30c3\u30c8":[66,215],"\u30b5\u30d6\u30bf\u30b9\u30af":12,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30b5\u30d6\u30df\u30c3\u30c8":156,"\u30b5\u30d6\u30ec\u30b3\u30fc\u30c9":[33,113],"\u30b5\u30dd\u30fc\u30c8":[0,1,6,7,8,10,12,21,28,30,33,34,35,37,38,39,40,41,42,43,67,80,90,113,129,130,131,133,135,138,143,144,152,153,168,172,175,190,191,192,194,196,197,198,200,201,205,211,213,223,226,227,235,236,240,242],"\u30b5\u30de\u30ea":40,"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":162,"\u30b5\u30f3\u30d7\u30eb":[],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":35,"\u30b5\u30f3\u30d7\u30eb\u30b7\u30e3\u30fc\u30c9":114,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[115,120,132,167,168,169,173,178,187,202,203,204],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":152,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":151,"\u30b5\u30fc\u30d0\u30fc":[],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[],"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":[40,134],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":[151,229],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30fc\u30c9":42,"\u30b5\u30fc\u30d0\u30fcid":37,"\u30b5\u30fc\u30d3\u30b9":[0,21,25,39,40,41,134,214],"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":40,"\u30b7\u30a7\u30a2":2,"\u30b7\u30a7\u30eb":[28,42,151,152,190,201],"\u30b7\u30b0\u30ca\u30eb":[37,41],"\u30b7\u30b9\u30c6\u30e0":[],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":40,"\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3":134,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":[],"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0\u30d0\u30fc\u30b8\u30e7\u30f3":113,"\u30b7\u30e3\u30fc\u30c9":[42,113,114,115,205],"\u30b7\u30e3\u30fc\u30c9\u30ad\u30fc":[113,115],"\u30b7\u30e3\u30fc\u30d7":[90,138],"\u30b7\u30f3\u30b0\u30eb\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":90,"\u30b7\u30f3\u30b0\u30eb\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":90,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[40,116,144,151,238],"\u30b7\u30f3\u30b0\u30eb\u30b9\u30ec\u30c3\u30c9\u30e2\u30c7\u30eb":143,"\u30b7\u30f3\u30b0\u30eb\u30b9\u30ec\u30c3\u30c9\u30e2\u30fc\u30c9":43,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":41,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":[41,42,43],"\u30b7\u30f3\u30d7\u30eb":[42,189,222,236],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb":42,"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b5\u30fc\u30c1":[33,42,43,168,192],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b9\u30ad\u30e3\u30f3":[42,172],"\u30b7\u30fc\u30b1\u30f3\u30b9":[207,208,210],"\u30b8\u30aa\u30b5\u30fc\u30c1":[],"\u30b9\u30ab\u30e9":50,"\u30b9\u30ab\u30e9\u30fc":[43,78,133],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[],"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":78,"\u30b9\u30ad\u30c3\u30d7":[12,40,41,42,43],"\u30b9\u30ad\u30e3\u30f3":[165,166],"\u30b9\u30ad\u30fc\u30de":[42,46,56,89,100,101,110,113,132,133,140,159,162,165,166,167,168,169,172,173,175,178,187,190,191,192,201,202,203,204,205,214,240],"\u30b9\u30b1\u30fc\u30d7":201,"\u30b9\u30b3\u30a2":[11,39,42,43,76,78,90,133,136,202,203,204,232,245],"\u30b9\u30b3\u30a2\u30e9\u30fc":[],"\u30b9\u30b3\u30a2\u30fc":[],"\u30b9\u30b3\u30a2\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":202,"\u30b9\u30b3\u30fc\u30d7":201,"\u30b9\u30bf\u30a4\u30eb":[],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[40,43],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[151,154],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30fc\u30f3\u30e2\u30fc\u30c9":42,"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":31,"\u30b9\u30c6\u30c3\u30d7":[89,201],"\u30b9\u30c6\u30df\u30f3\u30b0":[33,41,212],"\u30b9\u30c6\u30fc\u30b8":[113,133],"\u30b9\u30c6\u30fc\u30bf\u30b9":[40,42,43,85,135,149,229],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":39,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":229,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[41,133,212,239],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":41,"\u30b9\u30c8\u30ea\u30fc\u30e0":[41,43],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":40,"\u30b9\u30cb\u30da\u30c3\u30c8":[40,43,175],"\u30b9\u30d1\u30de\u30fc":[202,203,204],"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":42,"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u30b5\u30dd\u30fc\u30c8":42,"\u30b9\u30da\u30a4\u30f3":162,"\u30b9\u30da\u30eb":200,"\u30b9\u30da\u30fc\u30b9":[37,40,42,133],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[37,223],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":37,"\u30b9\u30ec\u30c3\u30c9":[0,9,33,42,43,53,68,97,105,111,135,140,143,151,152,156,193,223],"\u30b9\u30ec\u30c3\u30c9\u30bb\u30fc\u30d5":[42,43],"\u30b9\u30ec\u30c3\u30c9\u30d7\u30fc\u30eb":68,"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":[42,153],"\u30b9\u30ef\u30c3\u30d7":214,"\u30b9\u30fc\u30d7":230,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":230,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":230,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":230,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":[],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ea\u30b9\u30af":41,"\u30bb\u30af\u30b7\u30e7\u30f3":[3,12,17,20,21,23,24,25,26,27,28,29,30,31,33,41,42,46,50,78,79,81,86,89,90,91,93,94,95,96,97,102,103,104,105,106,110,111,112,113,114,115,116,118,119,120,121,124,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,146,149,153,156,158,162,166,190,195,200,201,202,203,204,206,207,208,210,214,216,229,236],"\u30bb\u30af\u30b7\u30e7\u30f3\u30b5\u30dd\u30fc\u30c8":90,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":39,"\u30bb\u30b0\u30e1\u30f3\u30c8":[41,43,63,87,99,119],"\u30bb\u30c3\u30b7\u30e7\u30f3":[125,151,229],"\u30bb\u30c3\u30b7\u30e7\u30f3id":156,"\u30bb\u30c3\u30c8":[11,42,63,66,67,88,142,168,230],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u30b9\u30af\u30ea\u30d7\u30c8":21,"\u30bb\u30df\u30b3\u30ed\u30f3":152,"\u30bb\u30ec\u30af\u30bf":43,"\u30bb\u30ec\u30af\u30bf\u30fc":[42,172],"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":241,"\u30bd\u30b1\u30c3\u30c8":[39,87,88,92,98,99,101,108,109,125,139],"\u30bd\u30d5\u30c8":200,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":[],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":237,"\u30bd\u30fc\u30b9":[],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[6,7,8,12,28],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":12,"\u30bd\u30fc\u30b9\u30ab\u30e9\u30e0":[41,42,43,89,91,119,120,132],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[],"\u30bd\u30fc\u30b9\u30c6\u30fc\u30d6\u30eb":[120,137],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":17,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":31,"\u30bd\u30fc\u30c8":[],"\u30bd\u30fc\u30c8\u30ad\u30fc":[33,34,43,66,133,136],"\u30bf\u30a4\u30c8\u30eb":[113,133,190,191,202,203,204,235,237,240],"\u30bf\u30a4\u30d7":[37,42,58,133,152,223],"\u30bf\u30a4\u30d7id":43,"\u30bf\u30a4\u30df\u30f3\u30b0":[33,39,133,238],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[],"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[36,43,156,193,207,208,210],"\u30bf\u30b0":[],"\u30bf\u30b0\u30c6\u30ad\u30b9\u30c8":213,"\u30bf\u30d6":[198,200,229],"\u30bf\u30fc\u30b2\u30c3\u30c8":[39,43],"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":49,"\u30bf\u30fc\u30df\u30ca\u30eb":[151,153],"\u30c0\u30a4\u30a2\u30ed\u30b0":40,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":223,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[],"\u30c0\u30d6\u30eb":[37,39,138,190,191,211],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[116,144,151,238],"\u30c0\u30e1\u30fc\u30b8":232,"\u30c0\u30f3\u30d7":[33,35,39,40,42,43,101,151,193,214],"\u30c1\u30a7\u30c3\u30af":[35,37,39,40,41,42,43,53,87,115,118,140,149,150,152,156,159],"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":12,"\u30c1\u30e3\u30f3\u30af":[42,43,87,119],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":87,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":87,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":214,"\u30c1\u30fc\u30e0":12,"\u30c4\u30a4\u30fc\u30c8":[],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":12,"\u30c4\u30ea\u30fc":41,"\u30c4\u30fc\u30eb":[],"\u30c6\u30ad\u30b9\u30c8":[12,17,35,39,40,42,43,56,78,90,113,116,138,142,144,152,165,166,167,175,194,197,201,213],"\u30c6\u30ad\u30b9\u30c8\u30ab\u30e9\u30e0":42,"\u30c6\u30ad\u30b9\u30c8\u30c7\u30fc\u30bf":[43,138],"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":152,"\u30c6\u30af\u30cb\u30c3\u30af":[202,203,204],"\u30c6\u30b9\u30c8":[],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":14,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":12,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":152,"\u30c6\u30f3\u30dd\u30e9\u30ea\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":33,"\u30c6\u30fc\u30d6\u30eb":[],"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[139,141],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":39,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":60,"\u30c7\u30a3\u30b9\u30af":[34,42,43,97,102,118,151,153,240],"\u30c7\u30a3\u30b9\u30af\u30d5\u30eb":42,"\u30c7\u30a3\u30b9\u30afi":138,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[12,28,35],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":40,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30fc":[6,7,156],"\u30c7\u30b6\u30a4\u30f3":39,"\u30c7\u30d0\u30c3\u30ac\u30fc":[6,7],"\u30c7\u30d0\u30c3\u30b0":[6,7,12,41,42,43,87,144,151,153,193],"\u30c7\u30d0\u30c3\u30b0\u30aa\u30d7\u30b7\u30e7\u30f3":[6,7],"\u30c7\u30d0\u30c3\u30b0\u30ed\u30b0":[42,43],"\u30c7\u30d5\u30a9\u30eb\u30c8":[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[39,43,89,138,208],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":41,"\u30c7\u30d5\u30e9\u30b0":37,"\u30c7\u30d7\u30ed\u30a4":153,"\u30c7\u30e1\u30ea\u30c3\u30c8":211,"\u30c7\u30fc\u30bf":[],"\u30c7\u30fc\u30bf\u30ab\u30e9\u30e0":[42,43,90,119,128,149,203,204],"\u30c7\u30fc\u30bf\u30b5\u30a4\u30ba":43,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":49,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[74,78],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":74,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":[136,156,207],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":152,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":223,"\u30c7\u30fc\u30bf\u30d9\u30fc":37,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":43,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b5\u30a4\u30ba":214,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b9\u30ad\u30fc\u30de":101,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[40,214],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u30b3\u30de\u30f3\u30c9":205,"\u30c7\u30fc\u30e2\u30f3":[],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":153,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[40,41,151],"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":14,"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":12,"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":236,"\u30c8\u30d4\u30c3\u30af":12,"\u30c8\u30e2":237,"\u30c8\u30e9\u30a4":[37,138,190,191,211],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":[213,232],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":42,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[41,144],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30e2\u30fc\u30b8\u30e5\u30fc\u30eb":213,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":[43,142,144],"\u30c8\u30fc\u30af\u30f3":[35,37,40,41,42,43,90,138,142,144,191,194,208,210,211,212,213,230],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf":41,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":[],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":42,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":212,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":212,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":[15,18],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":12,"\u30c9\u30e1\u30a4\u30f3":[41,43,236],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[],"\u30ca\u30ce":[35,81],"\u30cb\u30c3\u30dd\u30f3":[172,197,207],"\u30cb\u30db\u30f3":[172,197,207],"\u30cb\u30db\u30f3\u30b4":207,"\u30cb\u30db\u30f3\u30b8\u30f3":207,"\u30cb\u30e5\u30fc\u30b9":[43,192],"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[162,241],"\u30cd\u30b9\u30c8":[39,40,41,42,119,240],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[223,242],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[39,229],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":39,"\u30ce\u30a4\u30ba":[156,208,232],"\u30ce\u30fc\u30c9":[39,43,67],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":42,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":194,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[116,194],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":194,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[40,41,116,144,238],"\u30cf\u30a4\u30d5\u30f3":[90,138,238],"\u30cf\u30a4\u30e9\u30a4\u30c8":[43,165,166],"\u30cf\u30c3\u30b7\u30e5":[12,39,42,87],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[37,40,42,120,138,191,211],"\u30d0\u30a4\u30b0\u30e9\u30e0":[213,232],"\u30d0\u30a4\u30b0\u30e9\u30e0\u30d9\u30fc\u30b9":213,"\u30d0\u30a4\u30c8":[32,35,37,39,40,41,42,43,50,53,67,83,85,119,120,132,133,175,211,215],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":39,"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":[42,56],"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":40,"\u30d0\u30a4\u30ca\u30ea":[12,31],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":39,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[],"\u30d0\u30a4\u30ca\u30ea\u30fc":81,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[20,21,189],"\u30d0\u30a4\u30f3\u30c9":42,"\u30d0\u30b0":[10,37,40,42,43],"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9":42,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":[39,41,42,43],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":101,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[40,56,151,190],"\u30d0\u30c3\u30af\u30c8\u30ec\u30fc\u30b9":43,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":39,"\u30d0\u30c3\u30d5\u30a1":[39,40,43,50,56,58,61,63,66,87,240],"\u30d0\u30c3\u30d5\u30a1\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":43,"\u30d0\u30c3\u30d5\u30a1\u30b5\u30a4\u30ba":42,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":87,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":40,"\u30d0\u30c3\u30d5\u30a1id":87,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":211,"\u30d0\u30eb\u30af":42,"\u30d0\u30eb\u30af\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[42,43],"\u30d0\u30f3\u30c9\u30eb":[33,40,41,42,43],"\u30d1\u30b9":[12,28,35,36,37,41,42,54,91,120,122,123,127,149,150,151,152,153,154,156,157,223,229,238],"\u30d1\u30b9\u30b9\u30bf\u30a4\u30eb":201,"\u30d1\u30bf\u30fc\u30f3":[33,42,81,168,190,191,201],"\u30d1\u30bf\u30fc\u30f3\u30de\u30c3\u30c1":201,"\u30d1\u30c3\u30b1\u30fc\u30b8":[],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":35,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":40,"\u30d1\u30c3\u30c1":[],"\u30d1\u30c8\u30ea\u30b7\u30a2":[],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[35,37,40,42,43,138,190,191,211],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[120,190,191],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30ce\u30fc\u30c9":42,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[40,41,42,43,133,150,151,153,156,169,227],"\u30d1\u30e9\u30e1\u30fc\u30bf":[],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[],"\u30d1\u30ea":162,"\u30d1\u30fc\u30b5\u30fc":[12,190,201],"\u30d1\u30fc\u30b9":[37,43,55,56,173,189],"\u30d1\u30fc\u30b9\u30a8\u30e9\u30fc":33,"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3":41,"\u30d2\u30c3\u30c8":[11,33,40,43,133,192,197,207,230,232,241,243],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[133,189,232],"\u30d2\u30e5\u30d9\u30cb":[162,163],"\u30d3\u30c3\u30b0\u30a8\u30f3\u30c7\u30a3\u30a2\u30f3":41,"\u30d3\u30c3\u30c8":[],"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":191,"\u30d3\u30e5\u30fc":39,"\u30d3\u30eb\u30c8\u30a4\u30f3":40,"\u30d3\u30eb\u30c9":[],"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":[41,42,43],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[28,31],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":[5,28],"\u30d3\u30eb\u30c9\u30bf\u30a4\u30e0":[6,7],"\u30d3\u30eb\u30c9\u30c4\u30fc\u30eb":6,"\u30d3\u30eb\u30c9\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[6,7,8,147],"\u30d4\u30ea\u30aa\u30c9":240,"\u30d5\u30a1\u30a4\u30eb":[],"\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba":42,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":37,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":35,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":[39,156],"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[50,54,63,66],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":200,"\u30d5\u30a1\u30aa\u30eb\u30c8":191,"\u30d5\u30a1\u30bb\u30c3\u30c8":133,"\u30d5\u30a3\u30eb\u30bf":[39,42,43],"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":40,"\u30d5\u30a3\u30eb\u30bf\u30fc":[133,178],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":133,"\u30d5\u30a3\u30fc\u30eb\u30c9":91,"\u30d5\u30a9\u30eb\u30c0\u30fc":31,"\u30d5\u30a9\u30ed\u30ef\u30fc":12,"\u30d5\u30a9\u30ed\u30fc":[],"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":241,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[],"\u30d5\u30a9\u30fc\u30e0":[40,133,189,190],"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af":43,"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u30e2\u30fc\u30c9":42,"\u30d5\u30c3\u30af":21,"\u30d5\u30e9\u30b0":[32,34,37,38,39,41,42,43,53,67,78,87,88,90,91,92,98,108,109,113,116,119,120,132,133,138,144,173,190,191,194,201,211,229,235,238,239,243],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":99,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[34,99],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":63,"\u30d5\u30e9\u30c3\u30b7\u30e5":[42,43],"\u30d5\u30e9\u30f3\u30b9":162,"\u30d5\u30ec\u30fc\u30ba":[],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":14,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":78,"\u30d6\u30e9\u30a6\u30b6":[12,17,28,242],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[],"\u30d6\u30e9\u30b8\u30ea\u30a2":162,"\u30d6\u30e9\u30b8\u30eb":162,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[12,133,190,191,240],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u30fc":113,"\u30d6\u30ed\u30c3\u30af":[0,40,153],"\u30d6\u30fc\u30ea\u30a2\u30f3":215,"\u30d6\u30fc\u30eb":[215,235],"\u30d7\u30e9\u30b0\u30a4\u30f3":[0,17,24,25,26,28,30,34,35,36,37,39,40,41,42,43,101,110,111,112,113,114,115,120,122,123,127,130,131,132,133,173,177,187,188,194,200,205,212],"\u30d7\u30e9\u30b0\u30a4\u30f3api":41,"\u30d7\u30e9\u30b0\u30a4\u30f3id":120,"\u30d7\u30e9\u30b0\u30de":133,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[14,17,18,23,28,37],"\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8":[],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[68,153,156,205,211,238],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":[],"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":40,"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0":1,"\u30d7\u30ed\u30b0\u30e9\u30e0":[3,33,35,39,91,151,153,156,191],"\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3":172,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[0,3,12,13,17,19,21,41,227],"\u30d7\u30ed\u30bb\u30b9":[],"\u30d7\u30ed\u30bb\u30b9\u30ed\u30b0":[],"\u30d7\u30ed\u30bb\u30b9id":229,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":[153,156],"\u30d7\u30ed\u30c8\u30b3\u30eb":[],"\u30d7\u30ed\u30d1\u30c6\u30a3":[],"\u30d7\u30ed\u30f3\u30d7\u30c8":198,"\u30d8\u30c3\u30c0":[40,41],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":39,"\u30d8\u30c3\u30c0\u30fc":[],"\u30d8\u30eb\u30d7":14,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[35,151],"\u30d9\u30af\u30bf":[33,34,35,39,40,43,63],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[37,39,40],"\u30d9\u30af\u30bf\u30fc":[],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":78,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":41,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":152,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":40,"\u30d9\u30fc\u30b7\u30c3\u30af":223,"\u30d9\u30fc\u30b9":[0,17,35,37,39,41,66,67,129,144,151,153,190,191,197,202,203,204,205,213,222,227],"\u30d9\u30fc\u30b9\u30d1\u30b9":153,"\u30da\u30a2":[42,119,120,133,147,200,207,208,209,210,235,244],"\u30da\u30fc\u30b8":[2,12,17,22,39,40,42,133,151,154,238],"\u30da\u30fc\u30b8\u30e9\u30f3\u30af":[202,203,204],"\u30da\u30fc\u30b9\u30c8":39,"\u30db\u30b9\u30c8":[12,37,39,150,151,152,156,229],"\u30db\u30b9\u30c8\u30de\u30b7\u30f3":12,"\u30dc\u30bf\u30f3":[12,17,39,40],"\u30dc\u30c3\u30af\u30b9":133,"\u30dc\u30c7\u30a3":[89,90,97,102,115,118,119,121,122,123,127,134,137,138,140,141,143,156,229],"\u30dd\u30a4\u30f3\u30bf":[43,53,63,64,66,67,70],"\u30dd\u30a4\u30f3\u30c8":[78,90,200],"\u30dd\u30b9\u30c6\u30a3\u30f3\u30b0":90,"\u30dd\u30b9\u30c6\u30a3\u30f3\u30b0\u30ea\u30b9\u30c8":[42,43,119],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[37,40],"\u30dd\u30fc\u30c8":[40,150,151,152,156,198,223,227,229,242],"\u30de\u30a4\u30af\u30ed":[191,193,215,235,241],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[],"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":196,"\u30de\u30af\u30ed":[37,40,42,63],"\u30de\u30b7\u30f3":[12,151,205],"\u30de\u30c3\u30c1":[],"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":28,"\u30de\u30c3\u30d4\u30f3\u30b0":233,"\u30de\u30c3\u30d7":[42,97,214],"\u30de\u30c9\u30ea\u30fc\u30c9":162,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0":90,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[40,41,42,43,91,132,240],"\u30de\u30eb\u30c1\u30b3\u30a2":0,"\u30de\u30eb\u30c1\u30b3\u30a2cpu":28,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":[41,42,97,129,223],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":40,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":92,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":[37,43],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[37,223],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9\u30d9\u30fc\u30b9":193,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9\u30e2\u30c7\u30eb":41,"\u30de\u30eb\u30c1\u30e9\u30a4\u30f3\u30e2\u30fc\u30c9":201,"\u30de\u30eb\u30c1\u30ef\u30fc\u30ab\u30fc":153,"\u30de\u30fc\u30af":213,"\u30de\u30fc\u30af\u30a2\u30c3\u30d7":42,"\u30de\u30fc\u30b8":[17,39],"\u30df\u30b9":207,"\u30df\u30ea":[37,84,151,156,191,215,235,245],"\u30df\u30ea\u79d2":215,"\u30e1\u30a4\u30f3":113,"\u30e1\u30bd\u30c3\u30c9":42,"\u30e1\u30bf\u30c7\u30fc\u30bf":[33,43,90,91,120,130,131,202,203,204],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":39,"\u30e1\u30c3\u30bb\u30fc\u30b8":[6,7,33,41,42,43,80,241],"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":40,"\u30e1\u30e2":[202,203,204],"\u30e1\u30e2\u30ea":[],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":35,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u30e2\u30fc\u30c9":43,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[14,34,35,37,39,40,41,42,43],"\u30e1\u30e2\u30ea\u30fc":[42,43,90,97,102,133,138,214],"\u30e1\u30e2\u30ea\u30fc\u30a2\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":42,"\u30e1\u30e2\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[151,153],"\u30e1\u30e2\u30ea\u30fc\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":[151,153],"\u30e1\u30e2\u30ea\u30fc\u30d6\u30ed\u30c3\u30af":135,"\u30e1\u30e2\u30ea\u30fc\u30de\u30c3\u30d7":214,"\u30e1\u30e2\u30ea\u30fc\u30ea\u30fc\u30af":[42,43,135],"\u30e1\u30ea\u30c3\u30c8":[133,151,153],"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b3\u30b9\u30c8":213,"\u30e1\u30f3\u30d0":66,"\u30e1\u30f3\u30d0\u30fc":12,"\u30e1\u30fc\u30c8\u30eb":[162,163],"\u30e1\u30fc\u30eb":[12,17,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":[],"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":40,"\u30e2\u30cb\u30bf\u30fc":[24,25,26,30],"\u30e2\u30fc\u30c9":[11,33,41,42,43,121,134,144,151,154,168,173,229,238],"\u30e6\u30cb\u30fc\u30af":156,"\u30e6\u30fc\u30b6":[11,12,39,133,152,207,208,209,210,215,238],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":70,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":11,"\u30e6\u30fc\u30b6\u30fc":[],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":10,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":[78,89,213],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":35,"\u30e9\u30a4\u30bb\u30f3\u30b9":39,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":[41,42,43,71,143,151],"\u30e9\u30d9\u30eb":[40,41,42,43,113,133],"\u30e9\u30f3\u30ad\u30f3\u30b0":[41,238],"\u30e9\u30f3\u30c0\u30e0":245,"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":0,"\u30ea\u30af\u30a8\u30b9\u30c8":[],"\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[],"\u30ea\u30af\u30a8\u30b9\u30c8\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":147,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":229,"\u30ea\u30af\u30a8\u30b9\u30c8id":[],"\u30ea\u30af\u30a8\u30b9\u30c8uri":153,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":39,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3":42,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3\u30d0\u30b0":41,"\u30ea\u30b9\u30c8":[12,13,17,33,39,42,43,56,102,103,111,114,119,133,138,139,151,156,190,191,194,196,200,201,212,213,237,238],"\u30ea\u30b9\u30c8\u30a2":43,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":12,"\u30ea\u30bb\u30c3\u30c8":42,"\u30ea\u30bd\u30fc\u30b9":[],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[],"\u30ea\u30c6\u30e9\u30eb":[],"\u30ea\u30c8\u30e9\u30a4":48,"\u30ea\u30cd\u30fc\u30e0":[37,42,46,89],"\u30ea\u30d3\u30eb\u30c9":42,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":12,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[],"\u30ea\u30dd\u30b8\u30c8\u30ea":[],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":12,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":[],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[],"\u30ea\u30e9\u30a4\u30bf\u30fc":42,"\u30ea\u30ea\u30fc\u30b9":[],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":[12,43],"\u30ea\u30ea\u30fc\u30b9\u30b7\u30b9\u30c6\u30e0":7,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30ea\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb":151,"\u30ea\u30f3\u30af":[12,13,39,40,41,42,133,190,191,235],"\u30eb\u30fc\u30c8":37,"\u30eb\u30fc\u30d7":[35,39,41,42,43],"\u30eb\u30fc\u30eb":[],"\u30ec\u30a4\u30e4":11,"\u30ec\u30b3\u30fc\u30c9":[],"\u30ec\u30b3\u30fc\u30c9id":[],"\u30ec\u30b3\u30fc\u30c9r":11,"\u30ec\u30b9\u30c8\u30e9\u30f3":0,"\u30ec\u30b9\u30dd\u30f3\u30b9":[33,37,39,40,41,43,49,84,85,89,112,133,135,153,156,223,229],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30a8\u30e9\u30fc":[],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":223,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":[42,84,223],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30dc\u30c7\u30a3":43,"\u30ec\u30d9\u30eb":[39,41,42,108,151,193],"\u30ec\u30dd\u30fc\u30c8":28,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":0,"\u30ec\u30fc\u30bf":39,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":159,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":34,"\u30ed\u30ac\u30fc":42,"\u30ed\u30ae\u30f3\u30b0":[42,53],"\u30ed\u30b0":[],"\u30ed\u30b0\u30a4\u30f3":[12,214],"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":41,"\u30ed\u30b0\u30d1\u30b9":35,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[28,42,43,80,109,133,151,152,156,193,233],"\u30ed\u30b0\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":43,"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[39,40,42,201],"\u30ed\u30b0\u30ec\u30d9\u30eb":[42,43,90,107,151,153,193],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":[42,151],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30c8":42,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":39,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":12,"\u30ed\u30b4":39,"\u30ed\u30b8\u30c3\u30af":115,"\u30ed\u30c3\u30af":[33,34,37,39,40,42,48,63,88,104,105,106,151],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[40,43,48],"\u30ed\u30f3\u30c9\u30f3":162,"\u30ed\u30fc\u30ab\u30eb":[12,191],"\u30ed\u30fc\u30c6\u30fc\u30c8":151,"\u30ed\u30fc\u30c9":[],"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":39,"\u30ed\u30fc\u30de":[],"\u30ed\u30fc\u30de\u30b8":[172,197],"\u30ef\u30a4\u30c9":37,"\u30ef\u30fc\u30ab":153,"\u30ef\u30fc\u30ab\u30fc":[33,43,153],"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":40,"\u30ef\u30fc\u30ab\u30fc\u30d7\u30ed\u30bb\u30b9":43,"\u30fb\u30b5\u30fc\u30d0":238,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":241,"\u30fb\u30d5\u30a1\u30a4\u30eb":18,"\u30fb\u5168":98,"\u30fb\u5186":0,"\u30fb\u6d6e\u52d5\u5c0f":133,"\u30fb\u81ea\u5df1\u7d39":241,"\u30fbgroonga":42,"\u30fbor":245,"\u30fbroot":42,"\u4e00\u3064":[0,43,49,50,53,66,80,87,88,92,98,99,101,108,109,125,139,160,162,163,164,167,170,174,178,187,215,230,235],"\u4e00\u4ef6":67,"\u4e00\u4ef6\u9032\u3081":[],"\u4e00\u500b":11,"\u4e00\u5207":42,"\u4e00\u5b9a":43,"\u4e00\u5bfe":235,"\u4e00\u5de5":243,"\u4e00\u5ea6":[37,39,41,48,122,127,133,153,192,194,200,214,236,240],"\u4e00\u5f0f":[12,63],"\u4e00\u610f":[76,90,129,151],"\u4e00\u62ec":66,"\u4e00\u62ec\u3057":[],"\u4e00\u6587":41,"\u4e00\u6587\u5b57":42,"\u4e00\u65b9":[0,68,71,90,133,166,173,175,178,190,191,213,232,235,238,240],"\u4e00\u6642":[],"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":[],"\u4e00\u6642\u7684":63,"\u4e00\u6642\u7d50\u679c":[],"\u4e00\u6b69":[],"\u4e00\u6c17":12,"\u4e00\u756a":[28,46,78,119,133,191,223],"\u4e00\u756a\u5de6":[],"\u4e00\u756a\u901f\u3044":[],"\u4e00\u77ed":0,"\u4e00\u7dd2":[],"\u4e00\u7fa4":11,"\u4e00\u81f4":[],"\u4e00\u81f4\u3057":[],"\u4e00\u81f4\u7528":[],"\u4e00\u81f4rk":[],"\u4e00\u822c":[0,21,49,63,133,189,190,213,238],"\u4e00\u822c\u7684":[],"\u4e00\u884c":[35,151,152],"\u4e00\u89a7":[],"\u4e00\u8a9e":232,"\u4e00\u8cab":[10,42,43],"\u4e00\u8cab\u6027":[],"\u4e00\u9023":193,"\u4e00\u90e8":[],"\u4e00\u9577":0,"\u4e07\u884c":156,"\u4e09\u3064":[162,230],"\u4e09\u756a\u76ee":191,"\u4e09\u7a2e":[1,242],"\u4e09\u8c37":41,"\u4e09\u8c37\u3055\u3093":[],"\u4e0a\u304c\u3063":213,"\u4e0a\u3052\u308b":232,"\u4e0a\u4f4d":[66,232],"\u4e0a\u554f":227,"\u4e0a\u66f8\u304d":[12,43,84,245],"\u4e0a\u8a18":[17,21,28,32,39,42,90,110,133,138,152,159,167,173,178,200,208,210,213,229,232,236,238,245],"\u4e0a\u8a18url":12,"\u4e0a\u8ff0":[168,200],"\u4e0a\u91ce":35,"\u4e0a\u9650":[],"\u4e0b\u304c\u3063":213,"\u4e0b\u304c\u308a":232,"\u4e0b\u3052":42,"\u4e0b\u3055\u3044":[1,12,23,24,25,26,30,31,39,40,66,91,144],"\u4e0b\u66f8\u304d":196,"\u4e0b\u8a18":[11,67,80,87],"\u4e0b\u90e8":12,"\u4e0b\u9650":[60,67],"\u4e0d\u5177\u5408":[3,33,39,40,41,42,43],"\u4e0d\u5341\u5206":43,"\u4e0d\u53ef":119,"\u4e0d\u5909":76,"\u4e0d\u5b89":12,"\u4e0d\u5b89\u5b9a\u7248":12,"\u4e0d\u5b8c\u5168":[37,43],"\u4e0d\u5fc5\u8981":[33,42,43,84],"\u4e0d\u610f":102,"\u4e0d\u6574\u5408":34,"\u4e0d\u6b63":[14,34,35,37,40,41,42,43,90,102,138],"\u4e0d\u6b63\u78ba":39,"\u4e0d\u80fd":152,"\u4e0d\u8981":[0,39,40,41,42,213,226],"\u4e0d\u8db3":[23,24,25,26,30,31,41,42],"\u4e0d\u9069\u5207":[39,41],"\u4e0e\u3048":[11,39,40,43,55,67,103,151,229,232,238],"\u4e0e\u3048\u308b":[80,103,150,151,245],"\u4e16\u4ee3":80,"\u4e16\u754c":[162,163,164,215,235,245],"\u4e21\u65b9":[0,78,113,119,133,190,191,192,201,207,211,213,241,243],"\u4e21\u8005":245,"\u4e26\u3073":[191,230],"\u4e26\u3073\u9806":245,"\u4e26\u3079":[],"\u4e26\u5217":[],"\u4e2d\u4e95":40,"\u4e2d\u56fd":162,"\u4e2d\u592e\u5024":41,"\u4e2d\u5fc3":163,"\u4e2d\u65ad":[37,39,41,58],"\u4e2d\u7a0b\u5ea6":[23,24,25,26,30,31],"\u4e2d\u8eab":[41,152,229,238],"\u4e2d\u9593":[11,230],"\u4e38\u62ec":238,"\u4e3b\u30ad\u30fc":[],"\u4e3b\u5c0e":156,"\u4e3b\u8981":23,"\u4e43\u6bc5":35,"\u4e57\u308a":110,"\u4e71\u6570":[174,245],"\u4e88\u3081":[151,215],"\u4e88\u5b9a":[16,37,42,78,80,130,131,162,175,201,205,223],"\u4e88\u60f3":33,"\u4e8b\u524d":[12,110,111,112,114,115,130,131,209,232],"\u4e8b\u67c4":10,"\u4e8b\u9805":[],"\u4e8c\u3064":[53,80,110,112,113,116,144,152,162,169,172,173,178,230],"\u4e8c\u3064\u76ee":11,"\u4e8c\u70b9\u9593":162,"\u4e8c\u756a":133,"\u4e8c\u756a\u76ee":191,"\u4e8c\u91cd":[40,41,42,190],"\u4e8c\u9805":[42,43,191],"\u4e92\u63db":[12,24,25,26,30,33,41,42,43,80,113,116,154,191,203,204,223],"\u4e92\u63db\u6027":12,"\u4e94\u5165":37,"\u4eac\u90fd":[213,230,232],"\u4eba\u3068":10,"\u4eba\u5411\u3051":42,"\u4eba\u7269":90,"\u4eca\u56de":[39,43,175,191,238],"\u4eca\u5f8c":[37,43,109,130,144,201],"\u4ecb\u3057":[0,242],"\u4ecb\u6587":241,"\u4ed5\u65b9":[],"\u4ed5\u69d8":[],"\u4ed5\u7d44":[17,42,223],"\u4ed5\u7d44\u307f":[39,42,153],"\u4ed8\u3044":[90,194],"\u4ed8\u304d":[],"\u4ed8\u3051":[39,83,84,100,129,156,159,165,166,223,229,235,238,240],"\u4ed8\u3051\u308b":[9,156,191,194,212,238,244],"\u4ed8\u3051\u65b9":83,"\u4ed8\u4e0e":[],"\u4ed8\u5c5e":[153,154],"\u4ed8\u968f":92,"\u4ee3\u308a":[39,162,190],"\u4ee3\u308f\u308a":[28,31,33,42,90,113,119,133,135,138,151,153,165,166,175,190,194,201,213,229],"\u4ee3\u5165":[],"\u4ee3\u8868":[0,133],"\u4ee5\u4e0a":[],"\u4ee5\u4e0b":[],"\u4ee5\u5185":[191,207,208,241,245],"\u4ee5\u524d":[33,37,39,40,41,42,43,194,232,235,241],"\u4ee5\u5916":[0,11,12,33,35,37,40,41,46,49,50,53,54,56,60,63,66,69,71,78,113,128,133,138,140,149,152,168,190,196,201,211,215],"\u4ee5\u964d":[12,14,17,35,37,40,41,42,43,93,110,141,151,165,166,167,194,196,213,242],"\u4eee\u540d":197,"\u4eee\u5b9a":129,"\u4eee\u60f3":[12,40,42,236,245],"\u4ef6\u540c":42,"\u4ef6\u542b":241,"\u4ef6\u6570":[33,41,42,43,63,66,76,103,230,232,238],"\u4efb\u547d":12,"\u4efb\u610f":[0,12,151,152,238],"\u4f1a\u793e":[33,41,42,43],"\u4f1d\u7d71":0,"\u4f3c\u305f":194,"\u4f4e\u3044":[90,232],"\u4f4e\u304f":[213,232],"\u4f4e\u4e0b":40,"\u4f4e\u6a5f":11,"\u4f4e\u6e1b":[35,227],"\u4f4f\u3093":241,"\u4f4f\u6240":39,"\u4f50\u85e4":[42,43],"\u4f53\u8fd1":163,"\u4f55\u3089\u304b":215,"\u4f55\u500b":133,"\u4f55\u5ea6":[40,129],"\u4f55\u756a":113,"\u4f59\u308a":191,"\u4f59\u88d5":12,"\u4f59\u8a08":10,"\u4f5c\u3063":[37,66,67,113,118,119,121,132,133,153,156,194,207,232,236],"\u4f5c\u3089":[42,110,133],"\u4f5c\u3089\u308c":[41,152],"\u4f5c\u308a":[41,128,133,135,138,156,186,193,207,208,214,240],"\u4f5c\u308a\u76f4\u3057":128,"\u4f5c\u308a\u76f4\u3059":[42,128],"\u4f5c\u308c":[43,104],"\u4f5c\u308c\u308b":[42,90,133],"\u4f5c\u6210\u6e08":151,"\u4f5c\u696d":[],"\u4f5c\u7528":39,"\u4f75\u305b":238,"\u4f7f\u3044":[],"\u4f7f\u3044\u5206\u3051":[230,232],"\u4f7f\u3044\u65b9":[],"\u4f7f\u3046":[],"\u4f7f\u3048":[6,8,21,32,33,37,40,41,42,46,89,90,97,112,113,121,128,129,133,138,144,151,153,156,158,159,168,189,190,191,197,201,202,203,204,205,213,216,221,222,236,238],"\u4f7f\u3048\u308b":[21,28,33,37,39,40,41,42,43,132,133,151,190,201,205],"\u4f7f\u3063":[],"\u4f7f\u308f":[12,21,33,37,40,41,42,43,46,49,53,85,90,102,111,113,115,118,119,133,138,140,144,151,153,159,173,189,190,194,197,200,201,207,211,213,229,236,237,244],"\u4f7f\u308f\u305a":173,"\u4f7f\u7528":[],"\u4f7f\u7528\u4f8b":162,"\u4f8b\u3068\u3057\u3066":[214,235],"\u4f8b\u3068\u3068\u3082":162,"\u4f8b\u5916":[26,41,42,89,119,130,131],"\u4f9d\u308a":119,"\u4f9d\u5b58":[],"\u4f9d\u983c":12,"\u4fa1\u683c":43,"\u4fbf\u5229":[0,1,6,7,28,42,43,50,78,81,90,110,111,116,120,128,132,133,134,142,144,151,189,190,197,201,207,235],"\u4fc2\u6570":[11,133],"\u4fdd\u3064":43,"\u4fdd\u5b58":[],"\u4fdd\u6301":[43,49,53,235,239,241],"\u4fdd\u8a3c":[80,87],"\u4fe1\u6d0b":43,"\u4fe1\u983c":149,"\u4fee\u5e73":41,"\u4fee\u6b63":[],"\u4fee\u6b63\u4e2d":208,"\u500b\u3005":[11,80,110,112,232],"\u500b\u4eba":[12,28],"\u500b\u5225":[12,133],"\u500b\u5b9a":9,"\u500b\u6240":41,"\u500b\u6570":[39,50],"\u500d\u7cbe":215,"\u5019\u88dc":[136,156,172,207,208,209],"\u5024\u304b":162,"\u5024\u304c":43,"\u5024\u3054":236,"\u5024\u3054\u3068":236,"\u5024\u3057":168,"\u5024\u3059":43,"\u5024\u3060\u3051":191,"\u5024\u3068":[133,190,235],"\u5024\u3068\u3057\u3066":[151,162,233,241],"\u5024\u306a\u3057":38,"\u5024\u306a\u3089":40,"\u5024\u3088\u308a":[11,133],"\u5024\u4ee5\u4e0a":151,"\u5024\u5727":90,"\u5024\u578b":235,"\u5024\u57df":[74,120],"\u5024\u6bce":236,"\u5024\u7528":37,"\u5024\u8a18":191,"\u505c\u6b62":[40,42,80,93,141,151,153],"\u5065\u4f5c":237,"\u5074\u9762":0,"\u5076\u6570":191,"\u5099\u8003":[40,133,156],"\u50be\u5411":[133,240],"\u512a\u308c":[0,213],"\u512a\u5148":[0,42,97,152,207],"\u5143\u6c17":40,"\u5148\u60c5":241,"\u5148\u982d":[58,63,133,153,201,213,238],"\u5149\u7537":40,"\u5165\u3063":[14,39,40,42,43,81,90,133,168,207,229,237,238,240],"\u5165\u308a":[],"\u5165\u308b":139,"\u5165\u308c":[133,213,232,237,241],"\u5165\u308c\u308b":[42,90,133,201],"\u5165\u529b":[],"\u5165\u529b\u30df\u30b9":208,"\u5168\u304f":42,"\u5168\u3066":[17,66,133,153,189,192,215,240],"\u5168\u4e16\u754c":40,"\u5168\u4ef6":[67,190,191],"\u5168\u4f53":[],"\u5168\u524a":146,"\u5168\u6587\u691c":[],"\u5168\u6587\u691c\u7d22":[],"\u5168\u89d2":[37,42,67,194,238],"\u5168\u90e8":229,"\u5168suffix":66,"\u516c\u5e73":40,"\u516c\u5f0f":[8,26,37,173],"\u516c\u8f14":40,"\u516c\u958b\u9375":12,"\u5171\u306b":[50,63],"\u5171\u901a":[],"\u5171\u901a\u63a5":211,"\u5177\u4f53":[12,133,232,236,240],"\u5177\u4f53\u4f8b":[89,113],"\u5177\u5408":[133,191],"\u5178\u578b":42,"\u5185\u5bb9":[10,12,17,39,41,42,54,58,61,67,81,91,113,133,139,150,152,175,190,191,193,207,210,214,227,235,238,240,241,242],"\u5185\u8a33":232,"\u5185\u8fd1\u304f":191,"\u5185\u90e8":[12,38,41,42,43,49,53,59,63,66,119,120,175,235],"\u5186\u6ed1":12,"\u518d\u3073":41,"\u518d\u4f5c":42,"\u518d\u4f5c\u6210":43,"\u518d\u5229":[41,42,76,119,151,153,211],"\u518d\u5e30":[11,46,63,88,105,133,149,153,200],"\u518d\u5ea6":[11,12,41,42,48],"\u518d\u691c":189,"\u518d\u69cb":37,"\u518d\u73fe":[10,40,189,213,232],"\u518d\u751f":153,"\u518d\u767a":41,"\u518d\u8aad":[109,200],"\u518d\u8d77":[42,200,214,227],"\u518d\u8d77\u52d5":[],"\u51e6\u7406":[0,6,7,11,17,34,35,39,40,41,42,43,58,76,79,84,85,90,102,105,116,120,133,135,138,142,144,149,152,153,166,175,190,191,193,212,213,223,229,230,245],"\u51fa\u3055":40,"\u51fa\u3057":241,"\u51fa\u3059":[133,156,241],"\u51fa\u305b\u308b":0,"\u51fa\u529b":[],"\u51fa\u6765":[18,144,237,240],"\u51fa\u6765\u308b":241,"\u51fa\u73fe":[0,42,50,90,91,113,133,136,142,156,191,202,203,204,239],"\u5206\u304b\u3061":0,"\u5206\u3051":[],"\u5206\u3051\u308b":[12,235],"\u5206\u307e":205,"\u5206\u5272":[0,37,42,43,191,211,213,230,238],"\u5206\u5c90":14,"\u5206\u6563":205,"\u5206\u6790":0,"\u5206\u89e3":[11,205],"\u5206\u914d":113,"\u5206\u985e":[133,235,236],"\u5206z":215,"\u5207\u3089":41,"\u5207\u308a":[12,33,37,40,41,42,43,125,133],"\u5207\u308a\u6368\u3066":235,"\u5207\u308b":[41,119,153],"\u5207\u308c":42,"\u5217\u4e2d":[43,191],"\u5217\u578b":[41,190,235,236],"\u5217\u5f0f":56,"\u5217\u5f15":11,"\u5217\u60c5":144,"\u5217\u6307\u5411":0,"\u5217\u6319":[42,238],"\u5217\u8868":[56,215],"\u5217\u95a2":43,"\u521d\u56de":17,"\u521d\u671f":[0,35,37,39,41,54,63],"\u521d\u671f\u5024":150,"\u521d\u671f\u5316":[39,42,43,53,64,71],"\u5224\u5b9a":245,"\u5224\u65ad":[43,54,115,133,191],"\u5225\u3005":[133,236],"\u5225\u540d":[42,173],"\u5225\u9014":[63,215],"\u5229\u70b9":0,"\u5229\u7528":[],"\u5229\u7528\u4f8b":0,"\u5230\u9054":32,"\u5236\u5fa1":[],"\u5236\u7d04":32,"\u5236\u9650":[],"\u523b\u307f":133,"\u5247\u3063":205,"\u524a\u6e1b":[],"\u524a\u9664":[],"\u524d\u3082\u3063":42,"\u524d\u4ed8":112,"\u524d\u4ed8\u304d":63,"\u524d\u56de":12,"\u524d\u5f8c":[151,238],"\u524d\u63d0":[],"\u524d\u65b9":[],"\u524d\u65b9\u4e00\u81f4":[],"\u524d\u8005":[46,156,194,200,245],"\u524d\u8ff0":[133,138,153,168,194,232],"\u5270\u4f59":[],"\u5272\u3063":[202,204],"\u5272\u308a":[],"\u5272\u308a\u5f53\u3066":[35,49],"\u5272\u308a\u5f53\u3066\u308b":[83,211,235,238],"\u5272\u308b":204,"\u5272\u5408":135,"\u52a0\u3048":[11,21,43,102,235,243],"\u52a0\u3048\u308b":[37,102],"\u52a0\u308f\u308b":10,"\u52a0\u7b97":[],"\u52a3\u5316":42,"\u52b9\u679c":[111,241],"\u52b9\u7387":[42,43,90,102,119,153,240],"\u52c9\u5f37":213,"\u52d5\u3044":[42,68],"\u52d5\u304b":[33,40,41,42,97,156,201],"\u52d5\u304b\u3057":[156,214],"\u52d5\u304b\u3059":42,"\u52d5\u304d":[42,133,143,205,223],"\u52d5\u304f":[28,37,39,214,222],"\u52d5\u4f5c":[],"\u52d5\u5c0f":215,"\u52d5\u74b0":150,"\u52d5\u753b":237,"\u52d5\u7684":[],"\u52e7\u3081":41,"\u5316\u4f5c":12,"\u5316\u51e6":[37,76],"\u5316\u524d":76,"\u5316\u5bfe":17,"\u5316\u65b9":[116,194],"\u5316\u6642":37,"\u5316\u6e08":[54,63],"\u5316\u6f0f\u308c":39,"\u5316\u95a2":35,"\u5317\u4eac":162,"\u5317\u534a\u7403":39,"\u5317\u5e02":43,"\u533a\u5207":120,"\u533a\u5207\u3063":[116,133,142,144,156,229],"\u533a\u5207\u3089":37,"\u533a\u5207\u308a":[0,39,42,90,101,103,133,136,144,150,151,156,173,190,191,198,210,213,215,235,236,238],"\u533a\u5207\u308b":[35,133,200],"\u533a\u5225":[43,133,201,215,243],"\u5341\u4e00":230,"\u5341\u5206":[43,61,90,122,127,133,151,232,233],"\u5341\u5206\u6c17":[],"\u5343\u4e07":32,"\u534a\u5f84":163,"\u534a\u7121":[37,138],"\u534a\u89d2":[67,194,238],"\u5354\u529b":[],"\u5357\u534a":39,"\u5358\u306b":[40,131],"\u5358\u4f4d":[0,35,37,42,69,79,81,84,119,135,147,151,156,162,163,175,191,193,213,215,229,230,238,241],"\u5358\u4f53":[0,152],"\u5358\u72ec":[50,152],"\u5358\u7d14":[11,83,163,243],"\u5358\u8a9e":[],"\u535a\u4e4b":[42,43],"\u5360\u6709":63,"\u5371\u6a5f":[151,193],"\u5371\u967a":[12,93,104,105,106,115,121,140,141,223],"\u5373\u5024":43,"\u5373\u5ea7":[42,43],"\u539f\u56e0":[],"\u539f\u99c5":245,"\u53b3\u5bc6":[41,42,43,207],"\u53c2\u52a0":[2,3],"\u53c2\u7167\u5024":43,"\u53c2\u7167\u5143":235,"\u53c2\u7167\u5148":40,"\u53ca\u3073":152,"\u53cb\u4eba":237,"\u53cc\u65b9":10,"\u53cd\u6620":[0,11,12,156,214],"\u53cd\u8ee2":191,"\u53ce\u307e\u308a\u304d\u3089":42,"\u53ce\u96c6":[0,81],"\u53d6\u308a":43,"\u53d6\u308a\u51fa\u3055":235,"\u53d6\u308a\u51fa\u3057":[60,67,238],"\u53d6\u308a\u51fa\u3059":[11,35,60,67,235],"\u53d6\u308a\u51fa\u305b\u308b":43,"\u53d6\u308a\u5f97\u308b":215,"\u53d6\u308a\u8fbc\u307e":12,"\u53d6\u308a\u8fbc\u307f":37,"\u53d6\u308a\u9664\u3044":66,"\u53d6\u308a\u9664\u304d":[11,167],"\u53d6\u308b":[156,191,229],"\u53d6\u308c\u308b":103,"\u53d6\u5f97":[],"\u53d7\u3051":[9,39,40,41,42,43,83,84,129,153,156,159,162,191,223,226,229,238,244],"\u53d7\u3051\u308b":[41,227],"\u53d7\u3051\u4ed8\u3051":[35,39,134,191],"\u53d7\u3051\u53d6\u3063":0,"\u53d7\u3051\u53d6\u308a":[11,153,156,238],"\u53d7\u4ed8":[40,244],"\u53d7\u4fe1":156,"\u53e4\u3044":[],"\u53e4\u304f":[41,43],"\u53e4\u3059\u304e\u308b":18,"\u53ef\u5426":238,"\u53ef\u5909":[37,91,99,119,120,229],"\u53ef\u5909\u9577":119,"\u53ef\u8aad":41,"\u53f3\u4e0a":34,"\u53f3\u4e0b":[34,164],"\u53f3\u8fba":[35,37,42,43],"\u5404\u5024":120,"\u5404\u51fa":133,"\u5404\u52d5":133,"\u5404\u52d9":42,"\u5404\u547d":152,"\u5404\u56fd":12,"\u5404\u7a2e":12,"\u5404\u7d22":238,"\u5404\u8981":[78,90],"\u5404\u8a9e":87,"\u5408\u308f\u305b":[12,39,50,191],"\u5408\u7406":213,"\u5408\u81f4":[238,245],"\u5408\u8a08":[32,41,87,113,133,152,202,211,232,233],"\u5409\u5ca1":42,"\u5409\u7530":40,"\u540c\u3058":[],"\u540c\u3058\u4f8b":240,"\u540c\u3058\u5024":[153,238],"\u540c\u3058\u578b":78,"\u540c\u3058\u6570":[151,153,223],"\u540c\u3058\u6708":42,"\u540c\u3058\u91cd\u307f":173,"\u540c\u4e00":[40,50,67,76,80,152,205,223,230,240],"\u540c\u6642":[0,9,33,42,43,66,67,80,133,152,156,245],"\u540c\u671f":[12,152],"\u540c\u68b1":[17,35,39,41],"\u540c\u69d8":[11,12,33,67,152,196,229,235,245],"\u540c\u7b49":[42,152,230],"\u540c\u7fa9":[43,200],"\u540d\u4e00":139,"\u540d\u524d":[],"\u540d\u79f0":42,"\u540d\u7b49":63,"\u540d\u9806":113,"\u540dn":139,"\u5411\u3044":[41,81,90,133,211],"\u5411\u3051":[],"\u5411\u4e0a":[37,42,43,153,189,223,227],"\u5426\u304b":[110,112,159],"\u5426\u5b9a":[],"\u542b\u307e":[6,11,12,33,39,41,42,43,81,89,90,91,97,102,103,110,113,115,122,123,127,130,131,133,134,137,138,139,140,141,142,156,159,168,169,173,175,190,191,200,202,203,204,210,213,223,230,238,241],"\u542b\u307e\u308c":[0,12,40,81,113,122,123,127,133,138,159,175,230],"\u542b\u307e\u308c\u308b":[0,11,12,43,133,151,165,166,232,235,238],"\u542b\u307f":[42,67,81,113,119],"\u542b\u3080":[9,11,39,40,41,42,43,78,89,110,113,132,133,136,141,150,190,191,193,203,204,230,238,240,241],"\u542b\u3080\u5024":[151,238],"\u542b\u3080\u5168\u3066":93,"\u542b\u3081":[12,43,133,159,190,200],"\u542b\u3081\u308b":[12,37,38,41,43,101,110,112,113,115,116,133,144,190,200,238],"\u542b\u3093":[11,41,43,81,115,119,132,133,175,190,191,202,203,208,209,213,235,241],"\u5438\u53ce":238,"\u5468\u4e0a":163,"\u5468\u8fba":[39,175],"\u547c\u3070":[40,42,43,53,64,66,68,133,191,202,215,238],"\u547c\u3073":[11,71,78,119,133,151,152,175,235],"\u547c\u3073\u5143":53,"\u547c\u3073\u51fa\u3055":[58,133],"\u547c\u3073\u51fa\u3057":[],"\u547c\u3073\u51fa\u3059":[111,143,160,163,164,170,174,189],"\u547c\u3076":[14,39,42,68,71,93,141,189],"\u547c\u3076\u524d":71,"\u547c\u3093":[41,71,133,230,236],"\u547c\u51fa":[50,61,63,66],"\u547d\u4ee4":[],"\u547d\u540d":[39,113],"\u548c\u5e83":40,"\u552f\u4e00":143,"\u554f\u3044\u5408\u308f":11,"\u554f\u984c":[12,17,33,34,35,36,37,39,40,41,42,43,49,53,87,115,121,152,153,190,191,213,233,238],"\u559c\u3073":[16,17],"\u56db\u3064":230,"\u56db\u5247":41,"\u56db\u6368":37,"\u56db\u89d2":196,"\u56db\u89d2\u5f62":[],"\u56de\u52d5":152,"\u56de\u540c":42,"\u56de\u547c":35,"\u56de\u6307\u5b9a":[168,190],"\u56de\u6570":[39,214],"\u56de\u7279":152,"\u56de\u7e70\u308a":152,"\u56de\u9001\u308b":129,"\u56de\u907f":[],"\u56f0\u3063":10,"\u56f0\u96e3":[0,39],"\u56f2\u307e":[166,175],"\u56f2\u307f":[151,165,166,175],"\u56f2\u3080":[40,175,238],"\u56f2\u3093":191,"\u56fa\u5b9a":[41,63,67,91,120,138,229,238],"\u56fa\u5b9a\u9577":[35,119],"\u56fa\u6709":[],"\u56fd\u3054":236,"\u56fd\u540d":236,"\u56fd\u969b":17,"\u56fd\u969b\u5316":[],"\u570f\u5185":241,"\u5727\u7e2e":[],"\u5730\u56f3":0,"\u5730\u57df":0,"\u5730\u5f62":[162,163],"\u5730\u70b9":[162,245],"\u5730\u7cfb":162,"\u578b\u304b":215,"\u578b\u3068\u3057\u3066":215,"\u578b\u540d":[91,132,133],"\u578b\u5909":37,"\u578b\u60c5":39,"\u578b\u6307":39,"\u578b\u7528":56,"\u57cb\u3081\u8fbc\u307e":12,"\u57cb\u3081\u8fbc\u307f":[166,175],"\u57cb\u3081\u8fbc\u3080":152,"\u57f7\u7b46":[18,196,239,240],"\u57fa\u6570":191,"\u57fa\u672c":[],"\u57fa\u6e96":[0,12,235,238],"\u57fa\u76e4":53,"\u5831\u4ee5":144,"\u5831\u544a":[],"\u5834\u5408":[],"\u5834\u6240":[],"\u5883\u754c":[39,110,112,162],"\u5897\u3048":[78,90,130,133,135,144,201,204,240],"\u5897\u3048\u308b":[42,117,145,156],"\u5897\u3084":[6,7,42,68,78],"\u5897\u3084\u3059":[14,68,78,133,201,214],"\u5897\u5206":133,"\u5897\u52a0":[40,133],"\u5897\u5927":162,"\u58ca\u3057":[42,149],"\u58ca\u3059":39,"\u58ca\u308c":[],"\u58ca\u308c\u308b":[34,35,37,39,40,41,42,43,104,105,106],"\u5909\u3048":89,"\u5909\u3048\u308b":[89,133,213,232],"\u5909\u308a":41,"\u5909\u308f\u3063":[89,213],"\u5909\u308f\u308a":[42,86,87,129,133,213,230,245],"\u5909\u308f\u308b":[213,232],"\u5909\u5316":[0,42],"\u5909\u63db":[],"\u5909\u6570":[12,14,29,33,36,37,38,39,40,41,42,43,64,72,133,191,200],"\u5909\u66f4":[],"\u5909\u66f4\u5f8c":[51,53,55,62,63,66],"\u5916\u90e8":9,"\u591a\u3044":[90,149,190,191,197,232],"\u591a\u304f":[37,90,102,113,120,133,138,153,172,175,190,191,201,204,213,222,227,232,235,238],"\u591a\u3059\u304e":35,"\u591a\u3059\u304e\u308b":133,"\u591a\u5f69":0,"\u591a\u69d8":0,"\u591a\u6bb5":43,"\u591a\u91cd":150,"\u591a\u9762":0,"\u5927\u304d":[39,78,87,138,149,153,211,214],"\u5927\u304d\u3044":[11,37,41,42,43,84,97,119,133,138,149,190,211,213,214],"\u5927\u304d\u304f":[35,80,90,101,119,149,163,203,235],"\u5927\u304d\u3055":211,"\u5927\u304d\u306a":[],"\u5927\u4e08":19,"\u5927\u4e08\u592b":[10,28,43],"\u5927\u4e8b":[190,200],"\u5927\u5207":0,"\u5927\u5225":235,"\u5927\u5e45":43,"\u5927\u62b5":153,"\u5927\u6587":[133,201],"\u5927\u6587\u5b57":[41,90,138,172,201,238],"\u5927\u898f\u6a21":[0,43],"\u5927\u8cb4":39,"\u5927\u91cf":[11,32,41,43,133,138,140,202,203,211,237,238],"\u5927\u95a2":41,"\u592a\u90ce":237,"\u592b\u5fc5":243,"\u5931\u308f":[33,39],"\u5931\u52b9":[86,153],"\u5931\u6557":[12,33,35,37,39,40,41,42,43,48,49,72,89,90,93,94,96,97,100,102,104,105,106,107,115,122,123,127,128,133,137,138,140,141,146,190,201,238],"\u5947\u5999":201,"\u5947\u6570":191,"\u5968\u6271\u3044":41,"\u597d\u304d":17,"\u59a5\u5f53":[42,43,133,211],"\u59a5\u5f53\u6027":43,"\u59cb\u307e\u3063":[81,193,197,209],"\u59cb\u307e\u308a":12,"\u59cb\u307e\u308b":[28,41,43,66,76,133,152,190,191,200,207,209,213,223],"\u59cb\u3081":17,"\u59cb\u70b9":238,"\u5b09\u3057\u304f":10,"\u5b50\u5348\u7dda":162,"\u5b57\u5165":197,"\u5b57\u5217":[37,41,43,94,95,96,138,190,215],"\u5b57\u5c0f":[133,201],"\u5b58\u5426":63,"\u5b58\u5728":[0,18,33,34,35,39,40,41,42,43,46,53,63,66,67,76,81,94,95,101,113,115,118,129,133,152,153,159,163,164,205,213,227,229,230,233,236,238,240,245],"\u5b66\u3073":[113,133,162,236],"\u5b66\u3093":241,"\u5b66\u7fd2":[],"\u5b66\u7fd2\u7528":156,"\u5b89\u5168":[42,90,229],"\u5b89\u5b9a":[0,38,80,87],"\u5b89\u5fc3":10,"\u5b8c\u4e86":[12,17,84,133,193],"\u5b8c\u5168":[],"\u5b8c\u74a7":204,"\u5b8c\u7d50":10,"\u5b9a\u5024":39,"\u5b9a\u5b50":201,"\u5b9a\u6570":42,"\u5b9a\u7248":12,"\u5b9a\u7fa9":[11,39,41,42,46,50,58,64,66,69,76,89,90,92,98,100,101,110,113,120,133,139,151,159,162,165,166,167,168,169,172,173,175,178,187,190,191,192,200,201,202,203,204,205,215,229,238,240],"\u5b9f\u4f53":[53,120],"\u5b9f\u4f8b":[],"\u5b9f\u51e6":[11,64],"\u5b9f\u6570":215,"\u5b9f\u65bd":12,"\u5b9f\u73fe":[],"\u5b9f\u7528":41,"\u5b9f\u7a3c":150,"\u5b9f\u884c":[],"\u5b9f\u884c\u4f8b":[14,39,46,78,80,81,86,89,90,91,93,94,95,96,97,100,102,104,105,106,107,110,111,113,114,115,116,117,118,119,120,121,122,123,127,128,130,131,132,133,134,135,136,138,139,140,141,142,143,144,145,146,153,156,159,162,165,166,167,168,169,172,173,175,178,187,190,191,192,193,194,197,201,202,203,204,207,208,210,212,213,229,235,236,237,238,240,241,242,243,244,245],"\u5b9f\u88c5":[17,37,39,41,42,43,68,84,89,90,113,130,131,133,153,154,162,204,205,222],"\u5b9f\u969b":[32,40,43,46,68,110,112,113,115,133,135,202,214,232,237,240],"\u5b9f\u9a13":[],"\u5bae\u4e0b":43,"\u5bb9\u91cf":[42,87],"\u5bfe\u51e6":41,"\u5bfe\u5fdc":[],"\u5bfe\u7167":173,"\u5bfe\u7b56":[],"\u5bfe\u8a71":[229,238],"\u5bfe\u8c61":[],"\u5bfe\u8c61column":50,"\u5bfe\u8c61ctx":53,"\u5bfe\u8c61cursor":[60,67],"\u5bfe\u8c61id":61,"\u5bfe\u8c61obj":61,"\u5bfe\u8c61object":[50,54,58,61,63,64,70],"\u5bfe\u8c61table":[50,63,66,67],"\u5bfe\u8c61table1":66,"\u5bfe\u8c61table2":66,"\u5c02\u7528":[1,12,17,121,229,242],"\u5c06\u6765":[40,78,110,116,117,130,131,145,162,205,223,229],"\u5c0e\u5165":[],"\u5c0f\u3055":[],"\u5c0f\u3055\u3044":[11,32,36,67,90,133,138,163,190,193,203,211,213],"\u5c0f\u3055\u304f":[32,41,42,162,163,192,201,211,214,223],"\u5c0f\u3055\u306a":43,"\u5c0f\u306a\u308a":[],"\u5c0f\u5024":[110,112,113,115],"\u5c0f\u6570":[],"\u5c0f\u6570\u70b9":235,"\u5c0f\u6587\u5b57":[67,90,138,144,172,194,201,238],"\u5c0f\u897f":40,"\u5c11\u304f":233,"\u5c11\u3057":[28,204],"\u5c11\u3057\u9045\u3044":[151,153],"\u5c11\u3057\u9055\u3044":133,"\u5c11\u306a\u3044":[41,90,133,189,190,191,192,200],"\u5c11\u306a\u304f":[0,10,42,90,97,133,168,175,190,191,192,214],"\u5c11\u306a\u3051\u308c":138,"\u5c1a\u4e5f":40,"\u5c3a\u5ea6":0,"\u5c55\u958b":[],"\u5c55\u958b\u5f8c":133,"\u5c55\u958b\u7528":37,"\u5c5e\u3057":[74,215,236],"\u5c5e\u3059\u308b":[50,63,67,139],"\u5c5e\u6027":[36,116,117,139,144,145,167],"\u5c65\u6b74":12,"\u5c71\u672c":41,"\u5ca9\u4e95":[39,40,43],"\u5ca9\u677e":43,"\u5cf6\u7530":39,"\u5d8b\u7530":39,"\u5de6\u4e0a":[34,164],"\u5de6\u4e0b":34,"\u5de6\u53f3":238,"\u5de6\u8fba":43,"\u5dee\u3057":12,"\u5dee\u5206":152,"\u5dee\u96c6\u5408":191,"\u5e02\u5185":196,"\u5e02\u771f":43,"\u5e03\u6559":3,"\u5e38\u306b":42,"\u5e73\u5747":[41,133],"\u5e73\u884c":12,"\u5e74\u9f62":[0,90,138],"\u5e83\u304f":[12,201],"\u5ea6\u3068":37,"\u5ea6\u5206":215,"\u5ea6\u5408\u3044":232,"\u5ea6\u6570":[37,191,235,245],"\u5ea6\u6d6e":215,"\u5ea6\u8868":35,"\u5ea6y":215,"\u5ea7\u6a19":[37,162,163,164,191,196,241],"\u5ea7\u6a19\u5024":[],"\u5ec3\u6b62":[80,197],"\u5f0f\u5168":[190,191],"\u5f0f\u8868":56,"\u5f0f\u96c6\u5408":201,"\u5f15\u3044":191,"\u5f15\u304d\u51fa\u3059":0,"\u5f15\u304d\u7d9a\u304d":40,"\u5f15\u304d\u8d77\u3053\u3059":[39,40],"\u5f15\u304d\u8d77\u3059":[39,40,43],"\u5f15\u6570":[],"\u5f15\u7528":[40,151],"\u5f15\u8a9e":238,"\u5f31\u70b9":0,"\u5f35\u3063":[40,42,115,133,140],"\u5f35\u3089":[39,40,42,50,102,203,204,235],"\u5f35\u308b":[140,190,191],"\u5f35\u308c\u308b":40,"\u5f37\u5236":[34,39,41,42,43,63,121,134],"\u5f37\u529b":201,"\u5f37\u5316":[35,37,41],"\u5f53\u3066":[53,129,139,144,211],"\u5f53\u8a72":[63,80],"\u5f62\u5f0f":[],"\u5f62\u614b":[0,28,191,213],"\u5f62\u72b6":196,"\u5f71\u97ff":[12,33,39,40,41,42,43,151,153,203],"\u5f79\u5272":[90,173,238],"\u5f79\u7acb\u3061":[40,90],"\u5f85\u3061\u53d7\u3051\u308b":[229,242],"\u5f85\u3064":84,"\u5f8c\u304b\u3089":101,"\u5f8c\u4e8c":80,"\u5f8c\u65b9":[],"\u5f8c\u65b9\u4e00\u81f4":[],"\u5f8c\u8005":[46,156,194,200,245],"\u5f8c\u8ff0":[11,12,67,133,178,201,205],"\u5f93\u3046":35,"\u5f93\u3063":[65,66,67,133,154,223],"\u5f93\u6765":41,"\u5f97\u3089\u308c":[143,169],"\u5f97\u308b":[153,197],"\u5fa9\u53f7":12,"\u5fa9\u65e7":[38,42,54,149],"\u5faa\u74b0":43,"\u5fc3\u304c":14,"\u5fc3\u914d":23,"\u5fc5\u305a":[66,74,80,90,112,133,138,172,201,202,229],"\u5fc5\u8981":[],"\u5fc5\u9808":[],"\u5fd8\u308c":[37,78,172],"\u5fd8\u308c\u308b":104,"\u5fdc\u3058":[0,33,61,152,201],"\u5fdc\u7528":0,"\u5fdc\u7b54":[0,40,43],"\u601d\u3044":17,"\u601d\u3044\u51fa\u3057":133,"\u601d\u3046":[201,236,240],"\u601d\u3063":16,"\u6027\u5225":0,"\u6027\u80fd":[],"\u6069\u6075":227,"\u60aa\u610f":[156,191],"\u60c5\u5831\u540d":139,"\u60f3\u5b9a":[87,101,237],"\u610f\u5473":[11,28,40,42,43,46,56,78,84,91,102,105,119,121,128,129,133,135,136,151,152,153,190,191,197,200,201,204,213,214,236,238,245],"\u610f\u56f3":[33,39,40,41,42,43,173,178,190,203,240],"\u610f\u8b58":138,"\u611f\u3058":10,"\u614e\u91cd":14,"\u6163\u308c":236,"\u6163\u7fd2":39,"\u6210\u308a":[133,190,229],"\u6210\u308a\u7acb\u3063":11,"\u6210\u529f":[],"\u6210\u679c":[],"\u623b\u3057":[43,97],"\u623b\u3063":153,"\u623b\u308a":[39,63],"\u623b\u308a\u5024":[],"\u6240\u5b9a":[138,212,230,232],"\u6240\u5c5e":93,"\u6240\u6709":42,"\u624b\u52d5":[18,153,156],"\u624b\u6bb5":[11,56],"\u624b\u7d9a\u304d":[58,64],"\u624b\u9593":10,"\u624b\u9806":[],"\u6253\u3061":110,"\u6253\u3061\u5207\u308a":40,"\u6253\u3063":12,"\u6253\u3064":12,"\u6253\u3064\u524d":12,"\u6271\u3044":[41,42,43,80,207,213,230,235],"\u6271\u3046":[0,2,38,40,85,110,112,191,214,232,233],"\u6271\u3048":[43,53,90,239],"\u6271\u3048\u308b":[],"\u6271\u3063":[34,40,241],"\u6271\u308f":[39,40,41,42,43,53,133,144,152,190,194,196,232,235],"\u627f\u8a8d":41,"\u628a\u63e1":[10,102],"\u6291\u3048":232,"\u6291\u5236":[39,40,41],"\u6295\u5165":[34,110,232],"\u6295\u7a3f":[],"\u6295\u7a3f\u5834\u6240":241,"\u629c\u304d\u51fa\u3059":0,"\u629c\u3051":[37,40,41,42,43],"\u629c\u3051\u308b":238,"\u62bc\u3057":238,"\u62bc\u3059":[17,238],"\u62bd\u51fa":[],"\u62c5\u5f53":12,"\u62c5\u5f53\u8005":12,"\u62d2\u5426":[],"\u62e1\u5927":10,"\u62e1\u5f35":[],"\u62e1\u5f35\u578b":235,"\u62e1\u5f35\u5b50":[35,122,123,127,152,198],"\u62ec\u5f27":103,"\u6301\u305f":120,"\u6301\u3061":[11,74,91,120,132,133,144,151,153,201],"\u6301\u3063":[0,10,39,78,91,113,116,117,119,120,133,144,145,151,190,191,194,208],"\u6301\u3064":[0,9,37,66,76,90,91,103,113,117,133,145,162,178,191,194,196,208,235,236,237,238],"\u6301\u3064\u3059\u3079":133,"\u6301\u3066":[91,212],"\u6301\u3066\u308b":42,"\u6307\u3057":235,"\u6307\u3059\u5024":67,"\u6307\u5b9a":[],"\u6307\u6570":191,"\u6307\u6a19":63,"\u6307\u793a":[58,207,238,242],"\u6307\u91dd":[],"\u6319\u304c\u3063":213,"\u6319\u52d5":[],"\u632f\u821e":162,"\u632f\u821e\u3044":[39,40,41,159,173],"\u633f\u5165":[12,39,58,151,175,238],"\u6368\u3066":37,"\u6392\u4ed6":[],"\u639b\u3051":191,"\u63a1\u7528":[0,143,229,232],"\u63a2\u3057":[0,133,152,213],"\u63a2\u3059":[197,213,240],"\u63a2\u7d22":0,"\u63a5\u7d9a":[],"\u63a5\u7d9a\u5148":150,"\u63a5\u8fd1":11,"\u63a5\u982d":[37,191,211],"\u63a8\u5968":[23,33,39,41,42,43,80,81,133,156,214,242],"\u63a8\u5b9a":42,"\u63a8\u6e2c":28,"\u63a8\u79fb":80,"\u63a8\u9032":40,"\u63d0\u4f9b":[],"\u63d0\u6848":[],"\u63db\u3048":[42,46,63,67,201,244],"\u63db\u3048\u308b":[12,42,46,74,140],"\u63db\u6642":37,"\u63fa\u308c":244,"\u642d\u8f09":0,"\u643a\u5e2f":0,"\u64a4\u53bb":37,"\u64a4\u5ec3":[35,41,72,88,113,127,133,135,151,217],"\u64cd\u4f5c":[],"\u64ec\u4f3c":[],"\u652f\u63f4":209,"\u6539\u540d":[37,39],"\u6539\u5584":[34,37,39,40,41,42,43],"\u6539\u884c":[37,38,42,151],"\u6539\u8a02":43,"\u6570\u3048":[135,236],"\u6570\u3048\u308b":[113,133,236],"\u6570\u5024":[],"\u6570\u591a\u304f":43,"\u6570\u5b57":[41,90,113,133,138,152,201,208,213,232],"\u6570\u70b9":[133,215],"\u6570\u73e0":178,"\u6570\u9806":113,"\u6574\u3063":14,"\u6574\u5217":[0,238],"\u6574\u5408":[34,43,63],"\u6574\u5f62":[42,82,238],"\u6574\u6570":[],"\u6574\u7406":[39,40],"\u6587\u5b57":[],"\u6587\u5b57\u5217":[],"\u6587\u5b57\u6570":[113,133,168,175,176,191],"\u6587\u5b57\u7a2e":201,"\u6587\u66f8":[],"\u6587\u66f8\u4e2d":[202,203],"\u6587\u66f8\u5185":212,"\u6587\u691c":90,"\u6587\u6cd5":[],"\u6587\u8108":178,"\u65ad\u7247":175,"\u65b0\u3057\u3044":[],"\u65b0\u3057\u304f":[10,41,80,90,111,133,186,189,192,238],"\u65b0\u305f":[11,50,54,58,66],"\u65b0\u4efb":12,"\u65b0\u5bbf":245,"\u65b0\u5bbf\u99c5":245,"\u65b0\u65e7":42,"\u65b0\u898f":[12,18,33,49,152],"\u65b0\u898f\u30ec\u30b3\u30fc\u30c9":43,"\u65b0\u8a9e":213,"\u65b9\u5411":67,"\u65b9\u5f0f":[0,238,240],"\u65b9\u5f62":[162,163],"\u65b9\u6cd5":[],"\u65e2\u5b58":[0,1,12,33,39,41,42,43,46,54,66,90,109,112,133,149,152,153,168,205,227,229,235,238],"\u65e2\u5b9a":[33,39],"\u65e2\u5b9a\u5024":227,"\u65e2\u77e5":110,"\u65e5\u3005":10,"\u65e5\u3054\u3068":110,"\u65e5\u4ed8":[0,12,162],"\u65e5\u6642":[],"\u65e5\u672c":[12,41,163,164,172,190,191,197,207,213,215,245],"\u65e5\u672c\u4eba":207,"\u65e5\u672c\u6e2c":162,"\u65e5\u672c\u8a9e":[0,2,17,19,39,190,191,197,207,213,232],"\u65e5\u6b21":42,"\u6607\u964d":67,"\u6607\u9806":[63,66,67,114,133,236,238,245],"\u660e\u78ba":41,"\u660e\u793a\u7684":[],"\u6642\u306b":37,"\u6642\u4ee3":0,"\u6642\u4ee5\u5916":35,"\u6642\u523b":[42,54,81,152,170,208,241],"\u6642\u671f":42,"\u6642\u70b9":[12,39,48,49,53,55,63,80,133],"\u6642\u9593":[],"\u666e\u53ca":0,"\u666e\u6bb5":12,"\u666e\u901a":[10,191],"\u6697\u53f7":12,"\u66d6\u6627":43,"\u66f8\u3044":[41,42,190,191,201,241],"\u66f8\u304b":[18,39,42,205,241],"\u66f8\u304d":[],"\u66f8\u304d\u51fa\u3057":102,"\u66f8\u304d\u51fa\u3059":102,"\u66f8\u304d\u5f8c":230,"\u66f8\u304d\u63db\u3048":[12,21],"\u66f8\u304d\u8fbc\u307e":109,"\u66f8\u304d\u8fbc\u307f":[28,42,105],"\u66f8\u304d\u8fbc\u3080":[42,152],"\u66f8\u304d\u8fbc\u3081\u308b":41,"\u66f8\u304f":[41,151,190,201,240],"\u66f8\u3051\u308b":[39,40,41,42],"\u66f8\u5f0f":[],"\u66ff\u3048":[],"\u66ff\u3048\u308b":[33,43,238],"\u66ff\u308f\u308b":42,"\u6700\u3082":[53,87,133],"\u6700\u4e2d":[0,43,121],"\u6700\u521d":[],"\u6700\u5927":[],"\u6700\u5927\u5024":[39,41,43,110,112,113,115,119,133,203],"\u6700\u5927\u7dcf":[42,119,138,211],"\u6700\u5c0f":[24,25,26,30,42,133,159,227],"\u6700\u5c0f\u5024":[41,110,112,113,115,133,191],"\u6700\u5c0f\u9650":153,"\u6700\u5f8c":[12,35,39,42,53,144,152,153,191,201,213,232,235],"\u6700\u65b0":[2,6,7,8,12,37,42,43,86],"\u6700\u7d42":[54,78,133],"\u6700\u7d42\u66f4":54,"\u6700\u8fd1":43,"\u6700\u9069":[33,42,43,153],"\u6700\u9577":[37,83,152,191],"\u6708\u6b21":42,"\u6709\u3057":91,"\u6709\u529b":136,"\u6709\u52b9":[],"\u6709\u7121":[165,235],"\u6709\u7528":[41,42,43,46,81,84,91,121,133,153,211,223,238],"\u6709\u76ca":0,"\u671b\u307e\u3057\u3044":[0,10,12],"\u671f\u5316":[39,53],"\u671f\u5f85":[0,197,201,213,235],"\u6728\u4e0a":67,"\u672a\u4f7f":41,"\u672a\u4f7f\u7528":229,"\u672a\u521d":39,"\u672a\u52a0":119,"\u672a\u5b9a":235,"\u672a\u5b9a\u7fa9":41,"\u672a\u5b9f\u88c5":113,"\u672a\u5bfe":39,"\u672a\u6765":12,"\u672a\u6e80":[67,84,151,190],"\u672a\u77e5":38,"\u672a\u7ba1":119,"\u672a\u8a2d":39,"\u672a\u958b\u653e":35,"\u672b\u5c3e":[58,63,67,110,115,201],"\u672b\u6c38":42,"\u672c\u4f53":[3,12],"\u672c\u5f53":[207,244],"\u672c\u6587":[167,240],"\u672c\u756a":[12,42,112],"\u672c\u8a9e":213,"\u672c\u8cea":152,"\u6749\u672c":42,"\u6749\u672c\u6dbc":42,"\u6751\u4e0a":[33,40,41,42,43],"\u6761\u4ef6":[],"\u6761\u4ef6\u5f0f":[],"\u6771\u4eac":[162,213,230,232,245],"\u6771\u4eac\u90fd":[213,230,232],"\u6790\u5668":[0,213],"\u6790\u7cfb":191,"\u679c\u305f":238,"\u67af\u308c":[1,227],"\u67d4\u8edf":[0,90,173,189],"\u6817\u5c71":[41,42],"\u682a\u5f0f":[33,41,42,43],"\u683c\u7d0d":[],"\u6848\u5185":[10,12,42],"\u68ee\u7530":237,"\u691c\u51fa":[],"\u691c\u67fb":63,"\u691c\u7d22\u4f8b":[],"\u691c\u7d22id":66,"\u691c\u7d22key":66,"\u691c\u8a0e":[202,203,204,227,232],"\u691c\u8a3c":[41,150],"\u6955\u5186":[162,163],"\u6975\u4ed8":[162,163],"\u697d\u3057":[230,232],"\u697d\u3057\u3044":[230,232],"\u6982\u5ff5":80,"\u6982\u7b97":142,"\u69cb\u3044":[12,17,166,175],"\u69cb\u6210":[11,12,24,25,26,30,41,227,238],"\u69cb\u6587":[],"\u69cb\u7bc9":[],"\u69cb\u9020":[0,11,53,66,81,211,237],"\u69cb\u9020\u4f53":[41,43,53,60,64],"\u69d8\u3005":[],"\u6a19\u6e96":[34,38,41,42,80,87,88,92,98,99,101,103,108,109,125,139,150,151,153,154,202,229,238],"\u6a19\u8a18":41,"\u6a29\u8868":41,"\u6a29\u9650":[28,40,42,242],"\u6a2a\u5c71":[40,41,43],"\u6a5f\u68b0":41,"\u6a5f\u80fd":[],"\u6b20\u70b9":0,"\u6b20\u843d":40,"\u6b21\u56de":[12,80],"\u6b21\u671f":12,"\u6b21\u90ce":237,"\u6b32\u3057\u3044":[119,205],"\u6b53\u8fce":3,"\u6b62\u3081":[41,42,68],"\u6b62\u3081\u308b":46,"\u6b63\u3057\u3044":[42,190,200,208,209],"\u6b63\u3057\u304f":[33,39,40,41,42,43,190,207],"\u6b63\u5e38":[12,42,43,113,152],"\u6b63\u5f0f":[41,43],"\u6b63\u78ba":[90,111,235,238],"\u6b63\u898f":[],"\u6b63\u898f\u5316":[39,116,175],"\u6b66\u8005":42,"\u6b8a\u547d":152,"\u6b8b\u3063":[33,35,40,140],"\u6b8b\u308a":[80,133,138,142,200],"\u6b8b\u308b":37,"\u6b8b\u5ff5":235,"\u6bb5\u843d":[50,91],"\u6bb5\u968e":214,"\u6bce\u56de":[],"\u6bd4\u3079":[41,43,90,192],"\u6bd4\u8f03":[],"\u6c17\u3065\u3051\u308b":43,"\u6c17\u306b":[17,63,91,110],"\u6c17\u4ed8\u3051\u308b":33,"\u6c17\u8efd":[10,41],"\u6c38\u7d9a":[],"\u6c38\u7d9a\u5316":33,"\u6c42\u307e\u308a":0,"\u6c42\u3081":[0,160],"\u6c42\u3081\u308b":[0,162,163,236],"\u6c4e\u7528":[151,152,153],"\u6c7a\u307e\u308a":200,"\u6c7a\u307e\u308b":238,"\u6c7a\u3081":[89,90,110,133,138],"\u6c7a\u3081\u308b":[11,133],"\u6c7a\u5b9a":133,"\u6cbf\u3046":41,"\u6ce8\u610f":[12,37,40,43,66,78,90,102,115,121,129,133,138,140,152,153,156,167,187,190,191,214,223,232,235,236,238,243],"\u6ce8\u76ee":[133,236],"\u6ce8\u8a18":40,"\u6d0b\u5fd7":[41,43],"\u6d0b\u723e":37,"\u6d3b\u304b\u3059":133,"\u6d3b\u7528":[42,227],"\u6d41\u3057":12,"\u6d41\u308c":[],"\u6d41\u91cf":223,"\u6d45\u898b":40,"\u6d69\u4e8c":39,"\u6d6e\u52d5":[],"\u6d88\u3048":[153,211],"\u6d88\u305b":153,"\u6d88\u53bb":40,"\u6d88\u8cbb":[84,192],"\u6df1\u523b":[39,41,232],"\u6df7\u3056\u3063":213,"\u6df7\u305c":[136,235],"\u6df7\u305c\u308b":78,"\u6df7\u4e71":43,"\u6df7\u540c":133,"\u6df7\u5728":[42,154],"\u6dfb\u4ed8":39,"\u6e05\u5ddd":43,"\u6e08\u307f":[10,12,24,25,26,30,37,39,40,42,43,50,103,114,144,156,200,207,208,209,215,227],"\u6e08\u3080":42,"\u6e1b\u3063":[42,43],"\u6e1b\u3089":[39,42,43,68,90,208,211,244],"\u6e1b\u308b":197,"\u6e1b\u5c11\u5f8c":68,"\u6e1b\u7b97":[],"\u6e21\u3055":[11,33,39,40,64,68,162],"\u6e21\u3057":[6,7,8,11,41,42,103,129,143,149,156,190,238,242],"\u6e21\u3059":[38,42,191,238],"\u6e2c\u4f4d":0,"\u6e2c\u5730":[162,163,164,215,235,245],"\u6e2c\u5730\u7cfb":215,"\u6e2c\u5b9a":152,"\u6e2c\u7528":34,"\u6e80\u3055":40,"\u6e80\u3059":[40,42],"\u6e80\u305f":[11,43,115,140,178,201,245],"\u6e96\u62e0":[40,153],"\u6f0f\u308c":[0,12,39,43,189,244],"\u6f14\u7b97":[28,35,39,40,41,42,43,66,168,189,191],"\u6f14\u7b97\u5b50":[],"\u6f22\u5b57":[172,197,213],"\u6fc1\u70b9":194,"\u7027\u5185":40,"\u70b9\u4ee5\u4e0b":235,"\u70b9\u6570":[],"\u70b9\u9593":196,"\u7121\u3044":12,"\u7121\u3057":[102,111,201],"\u7121\u52b9":[6,7,8,18,28,33,38,39,40,42,55,66,67,121,133,151,153,156,190,193,207],"\u7121\u540d":[63,66],"\u7121\u8996":[33,35,37,39,40,41,42,43,66,67,100,101,116,129,133,144,151,172,190,200,211,213,232],"\u7121\u9650":[35,39,41,42],"\u7121\u99c4":[0,43],"\u7136\u8a00":43,"\u7279\u306b":[11,12],"\u7279\u5225":[28,48,56,85,133,144,190,201,207],"\u7279\u5316":[17,191],"\u7279\u5b9a":[],"\u7279\u6027":211,"\u7279\u6709":[],"\u7279\u6b8a":[],"\u72b6\u614b":[0,10,12,24,25,26,30,32,35,39,41,42,43,46,53,87,150,151,207,232,238],"\u72b6\u6cc1":[0,58,133,191,232],"\u72ec\u7acb":[111,153],"\u72ec\u81ea":[],"\u72ed\u3081\u308b":102,"\u7372\u5f97":[42,104,106],"\u7389\u91ce":[41,43],"\u73fe\u308c":[120,144],"\u73fe\u308c\u308b":232,"\u73fe\u4ee3":0,"\u73fe\u5728":[0,12,25,42,46,49,53,54,60,63,64,86,89,93,109,111,133,135,138,140,141,150,152,170,196,238,239,241],"\u73fe\u5728\u5730":241,"\u73fe\u5b9f":236,"\u73fe\u72b6":80,"\u73fe\u983b":41,"\u7403\u9762":[162,163],"\u7406\u7531":[],"\u7406\u89e3":[115,133,140,238],"\u7406\u95a2":64,"\u74b0\u5883":[],"\u751f\u3058":[88,92,98,108,109],"\u751f\u6210":[],"\u7528\u3044":[],"\u7528\u3044\u308b":[0,63,229,235,237,238,239,245],"\u7528\u5909":41,"\u7528\u610f":[11,12,28,63,133,152,162,207,208,209,210,213,214],"\u7528\u8a9e\u96c6":[],"\u7528\u9014":[0,23,24,25,26,30,31,40,41,43,78,81,90,133,201,205,211,227],"\u7530\u6cbc":41,"\u7530\u8fba":40,"\u7531\u6765":[156,189],"\u753b\u9762":[12,34,41],"\u7551\u30b1":[41,42],"\u7551\u30f6":41,"\u756a\u53f7":[12,40,41,50,76,132,133,150,151,152,156,201,223,227,229,242],"\u756a\u76ee":[40,66,67,91,112,116,133,144,190,191,201,202,235,238],"\u7570\u306a\u3063":[33,42,67],"\u7570\u306a\u308a":[41,190],"\u7570\u306a\u308b":[],"\u7570\u5e38":[87,152],"\u7591\u4f3c":[39,40,41,76,90,103,174],"\u7591\u554f":240,"\u767a\u63ee":0,"\u767a\u751f":[0,12,28,33,34,39,40,41,42,43,53,63,66,81,121,138,232],"\u767a\u884c":229,"\u767a\u899a":43,"\u767b\u5834":90,"\u767b\u9332":[],"\u7686\u5ddd":[41,43],"\u76ee\u304f\u3089\u3044":138,"\u76ee\u4ee5\u964d":133,"\u76ee\u5b89":12,"\u76ee\u7684":[28,40,110,144,156],"\u76ee\u8996":81,"\u76f4\u3057":[42,214],"\u76f4\u3059":128,"\u76f4\u4e0b":37,"\u76f4\u524d":58,"\u76f4\u5f8c":53,"\u76f4\u611f":243,"\u76f4\u63a5":[101,241],"\u76f8\u5bfe":[12,37,133],"\u76f8\u5bfe\u30d1\u30b9":41,"\u76f8\u5f53":[81,236,238,245],"\u76f8\u5fdc":66,"\u76f8\u624b":10,"\u7701\u30b9\u30da\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3":42,"\u7701\u7565":[],"\u771f\u306a\u3089":191,"\u771f\u507d":[40,42,43,190,191,215,235],"\u771f\u507d\u5024":[],"\u77e5\u3089":213,"\u77e5\u308b":236,"\u77e5\u8b58":152,"\u77e9\u5f62":[0,164,245],"\u77ed\u3044":[35,42,241],"\u77ed\u304f":[0,192],"\u77ed\u6642\u9593":0,"\u77ed\u7e2e":[6,7,42,43],"\u7834\u58ca":66,"\u7834\u640d":43,"\u7834\u68c4":[53,64],"\u78ba\u4fdd":[43,53,56,61,119,233],"\u78ba\u5b9a":136,"\u78ba\u5b9f":208,"\u78ba\u7387":136,"\u78ba\u8a8d":[],"\u78ef\u90e8":40,"\u793a\u3055":139,"\u793a\u3057":[12,47,85,89,90,110,116,119,132,133,162,169,196,202,213,226,229,232,236,238,240,242],"\u793a\u3059":[46,81,85,100,103,104,113,115,120,132,133,139,159,162,163,164,165,166,167,168,169,172,173,175,178,187,190,191,193,202,203,204,223,235,243],"\u79cb\u8449":245,"\u79d2\u3088\u308a":36,"\u79d2\u5358":[215,235],"\u79d2\u5f62":215,"\u79d2\u5f8c":84,"\u79d2\u60c5":37,"\u79d2\u6570":[81,191,215,235,241],"\u79d2\u8868":[191,232,235,245],"\u79d2\u9593":37,"\u79d8\u5bc6":12,"\u79fb\u52d5":[12,16,31,37,39,89,109,119],"\u79fb\u884c":[37,80],"\u7a0b\u5ea6":[37,40,238],"\u7a2e\u5225":116,"\u7a2e\u985e":[],"\u7a32\u7530":40,"\u7a4d\u307f\u91cd\u306a\u3063":40,"\u7a4d\u7528":133,"\u7a4d\u7b97":[11,133],"\u7a7a\u304d":[87,233],"\u7a7a\u6587":[41,43,94,95,96,190,215],"\u7a7a\u767d":[0,42,103,116,144,151,190,210,213,232,238],"\u7a7a\u914d":132,"\u7a7a\u9593":[90,119],"\u7a81\u7136":40,"\u7acb\u3061":81,"\u7acb\u3061\u4e0a\u304c\u3063":152,"\u7acb\u3061\u4e0a\u3052":152,"\u7acb\u3064":[149,201],"\u7acb\u3064\u304b":213,"\u7acb\u5834":3,"\u7acb\u5ddd":43,"\u7adc\u4e4b":43,"\u7aef\u672b":0,"\u7b26\u53f7":[],"\u7b2c\u4e00":238,"\u7b2c\u4e8c":162,"\u7b49\u3057\u3044":[11,63,133,168,190,191],"\u7b49\u3057\u304f":[11,190,191],"\u7b49\u4fa1":[],"\u7b49\u5024":35,"\u7b87\u6240":[12,40,81,175],"\u7b97\u51fa":[39,41],"\u7b97\u8853":[],"\u7ba1\u7406":[],"\u7bc4\u56f2":[],"\u7bc4\u56f2\u5916":41,"\u7be0\u7530":[41,42,43],"\u7c21\u5358":[],"\u7c21\u6613":[41,162,227],"\u7c21\u7565":[40,169],"\u7cbe\u5ea6":[42,43],"\u7cfb\u5ea7":[163,164],"\u7d00\u5143":42,"\u7d14\u7c8b":213,"\u7d1b\u3089\u308f\u3057\u3044":201,"\u7d20\u65b9":0,"\u7d20\u6734":236,"\u7d20\u89e3":[0,28,191,213],"\u7d22\u6642":35,"\u7d22\u7528":[],"\u7d2f\u7a4d\u548c":[113,133],"\u7d30\u5206":235,"\u7d39\u4ecb":[3,12,41,113,133,241],"\u7d42\u3048":12,"\u7d42\u308f\u3063":[42,71],"\u7d42\u308f\u308b":[190,191,192],"\u7d42\u4e86":[],"\u7d42\u4e86\u30bf\u30b0":165,"\u7d42\u7aef":[39,53,54,56],"\u7d44\u307f\u5408\u308f":[0,11,90,133,138,156,159,172],"\u7d44\u307f\u5408\u308f\u305b":[0,11,12,41,43,213,232,238],"\u7d44\u307f\u5408\u308f\u305b\u308b":172,"\u7d44\u307f\u8fbc\u307f":[],"\u7d44\u307f\u8fbc\u3080":[0,11,151,153],"\u7d44\u307f\u8fbc\u3093":[0,41,42],"\u7d44\u5408":173,"\u7d44\u8fbc":[87,88,92,98,99,101,108,109,125,139,160,163,164,170,174,215],"\u7d44\u8fbc\u578b":[],"\u7d4c\u7531":[12,35,39,41,87,88,92,98,99,101,108,109,125,139,152,156],"\u7d4c\u7def":[215,235,245],"\u7d4c\u7def\u5ea6":[],"\u7d4c\u904e":[37,48,63,80,81,135,156,191,215,235,241],"\u7d50\u3073\u3064\u3044":9,"\u7d50\u3073\u3064\u304f":9,"\u7d50\u5408":[11,189,190],"\u7d50\u5408\u5f0f":[],"\u7d50\u57ce":[41,43],"\u7d50\u679c":[],"\u7d5e\u308a\u8fbc\u307f":[0,168,238],"\u7d5e\u308a\u8fbc\u3080":[41,133,209],"\u7d5e\u308a\u8fbc\u3093":[0,40],"\u7d5e\u8fbc":[],"\u7d71\u5408":[0,39,40],"\u7d71\u8a08":33,"\u7d76\u5bfe":[122,123,127],"\u7d99\u627f":40,"\u7d99\u7d9a":[21,39,135,151],"\u7d9a\u3044":232,"\u7d9a\u304d":103,"\u7d9a\u3051":[84,152],"\u7d9a\u3051\u308b":[133,213],"\u7dad\u6301":[0,43,203,204,223],"\u7db2\u7f85":153,"\u7dca\u6025":[151,193],"\u7dcf\u91cf":214,"\u7de8\u96c6":[],"\u7de9\u3084\u304b":42,"\u7de9\u548c":214,"\u7e26\u68d2":[90,138],"\u7e2e\u6a5f":90,"\u7e4b\u3052":41,"\u7e4b\u3052\u308b":10,"\u7e70\u308a\u8fd4\u3057":[17,152,191],"\u7e70\u308a\u8fd4\u3057\u6570":152,"\u7e70\u308a\u8fd4\u3059":35,"\u7f6e\u3044":[12,41],"\u7f6e\u304b":[28,153,154,200],"\u7f6e\u304d":[12,35,42,46,63,67,201,244],"\u7f6e\u304d\u63db\u3048":[17,41,151,190,205],"\u7f6e\u304f":[28,42,214],"\u7f6e\u304f\u4f8b":28,"\u7f6e\u63db":[],"\u7fa9\u8a9e":200,"\u7ffb\u8a33":[],"\u8003\u3048":[0,10,133,140,190,191,214,223,236,238],"\u8003\u3048\u308b":[202,203,204],"\u8003\u3048\u65b9":41,"\u8003\u616e":[204,232,244],"\u80a5\u5927":[33,41],"\u811a\u6ce8":[92,162,163,164,238],"\u81a8\u5927":0,"\u81ea\u4f53":[41,190],"\u81ea\u5206":[10,12,17,23,90,110,115,140,152,153,197],"\u81ea\u52d5":[12,17,25,37,39,41,42,50,66,76,90,102,122,123,127,149,152,153,190,191,211,226,237,238,243],"\u81ea\u52d5\u5207\u308a":41,"\u81ea\u52d5\u7684":[113,133,152],"\u81ea\u5df1":241,"\u81ea\u5df1\u7d39":241,"\u81ea\u7136":33,"\u81ea\u7531":[0,11,76,193,229],"\u81ea\u8eab":[37,39,42,144,151,200],"\u81f3\u308b":235,"\u81f4\u547d":39,"\u8208\u5473":[0,42,201],"\u826f\u3044":[10,240],"\u826f\u3044\u4f8b":10,"\u826f\u304f":[42,240],"\u826f\u4e8c":41,"\u82b1\u5b50":237,"\u82e6\u624b":0,"\u82f1\u8a9e":[2,12,17,18,19,33,37,41,43,213],"\u840e\u7e2e":10,"\u843d\u3061":[35,40,43],"\u843d\u3061\u308b":[35,37,40],"\u8457\u4f5c":41,"\u884c\u3044":[11,12,42,43,63,66,67,150,151,152,173,230,232,237,238,240,241],"\u884c\u3046":[],"\u884c\u3048":[14,41,173,190,238],"\u884c\u3048\u308b":[39,237],"\u884c\u3063":[12,14,41,236,245],"\u884c\u306a\u308f":39,"\u884c\u308f":[12,133,150,152,237],"\u884c\u6307\u5411":0,"\u884c\u6570":[37,156],"\u884c\u672b":201,"\u884c\u756a":[37,81],"\u884c\u76ee":[12,81,152],"\u884c\u982d":201,"\u8868\u3057":[11,76,80,81,85,120,133,196,201,204,215,238],"\u8868\u3059":[11,107,121,144,162,174,196,201,235,237],"\u8868\u3059\u578b":215,"\u8868\u308f":63,"\u8868\u73fe":[],"\u8868\u7528":138,"\u8868\u793a":[],"\u8868\u8a08":200,"\u8868\u8a18":[12,17,37,39,40,43,78,162,191,215,235,244,245],"\u88d5\u4e5f":[41,43],"\u88dc\u3046":0,"\u88dc\u5b8c":[],"\u88dc\u5b8c\u7528":156,"\u88dc\u5b8c\u8a9e":207,"\u88dc\u6b63":[],"\u88dc\u8db3":153,"\u88fd\u54c1":43,"\u8907\u6570":[],"\u8907\u96d1":[11,39,40,42,133,191,201],"\u897f\u66a6":191,"\u8981\u4ef6":12,"\u8981\u6c42":[10,40,43,178,226,238],"\u8981\u7d04":12,"\u8981\u7d20":[11,39,40,42,43,66,78,81,85,91,103,120,152,175,238],"\u898b\u3048\u308b":[6,7],"\u898b\u305b":205,"\u898b\u3064":[35,39,42,136],"\u898b\u3064\u304b\u3063":[133,209,213],"\u898b\u3064\u304b\u3089":66,"\u898b\u3064\u304b\u308a":[133,172,213],"\u898b\u3064\u304b\u308b":39,"\u898b\u3064\u304b\u308c":10,"\u898b\u3064\u3051":[10,34,39,133,207,213],"\u898b\u3064\u3051\u308b":[93,133,141,153,172,194,197,213],"\u898b\u3066":[81,89,90,113,119,133,138,153,168,173,207,216],"\u898b\u306a\u3057":67,"\u898b\u308b":[85,89,133],"\u898b\u4ed8":40,"\u898b\u4ed8\u3051":40,"\u898b\u76f4\u3057":41,"\u898b\u7a4d":42,"\u898b\u7a4d\u308b":[43,233],"\u898b\u8fbc\u3081":41,"\u898f\u5247":[39,113],"\u898f\u683c":67,"\u8996\u899a":[0,132],"\u89a7\u4e0b":14,"\u89aa\u5207":35,"\u89b3\u70b9":[41,169,191,233],"\u89e3\u50cf":35,"\u89e3\u653e":[41,42,43,49,53,60,63,67,71,97,104,106,135],"\u89e3\u6790":[],"\u89e3\u6c7a":[],"\u89e3\u6c7a\u7b56":10,"\u89e3\u6d88":[34,40,42,43,63,78,99],"\u89e3\u91c8":[11,35,101,190],"\u89e3\u9664":[34,63,88,105,122,123,151],"\u89e6\u308b":42,"\u89e6\u308c":238,"\u89e6\u308c\u308b":213,"\u8a00\u3044":[42,74,140,178],"\u8a00\u3046":[78,90,111,204,207],"\u8a00\u3048":[190,232],"\u8a00\u53ca":[178,241],"\u8a00\u8a9e":[],"\u8a00\u8a9e\u540d":17,"\u8a02\u6b63":200,"\u8a08\u6e2c":[14,34,37],"\u8a08\u7b97":[0,34,39,40,41,113,130,133,135,156,160,162,163,191,196,202,203,204,207,208,210,214,215,245],"\u8a18\u4e8b":[12,192,240],"\u8a18\u53f7":[35,151,213,230,232,238],"\u8a18\u6cd5":[191,240],"\u8a18\u8f09":[12,39,43],"\u8a18\u8ff0":[11,12,42,43,151,152,238,240,241],"\u8a18\u9332":[0,39,42,43,76,122,127,193],"\u8a2d\u5b9a\u5024":[34,233],"\u8a2d\u5b9a\u6e08\u307f":227,"\u8a2d\u6a02":37,"\u8a2d\u8a08":[133,227],"\u8a3a\u65ad":43,"\u8a55\u4fa1":[11,33,40,42,90,130,132,133,178,190,191,201],"\u8a66\u3057":[10,42,151],"\u8a66\u3059":[6,7,151,213,222],"\u8a66\u3059\u4f8b":213,"\u8a66\u884c":0,"\u8a71\u3057":3,"\u8a71\u984c":2,"\u8a72\u5f53":[41,49,50,63,66,67,118,159,165,166,168,169,175,240],"\u8a72\u5f53\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":42,"\u8a73\u3057\u304f":[0,235,238],"\u8a73\u7d30":[1,14,17,24,25,26,28,30,39,40,41,42,43,49,62,65,78,81,83,89,90,91,97,102,113,115,119,120,122,123,127,132,133,134,135,137,138,140,141,142,144,149,152,153,154,173,190,191,193,197,200,201,214,215,216,227,232,236,238,245],"\u8a8d\u8a3c":[],"\u8a8d\u8b58":10,"\u8a9e\u4ee5":[191,213],"\u8a9e\u5165":197,"\u8a9e\u53e5":[40,42,237],"\u8a9e\u5f59":[],"\u8a9e\u5f59\u8868":[],"\u8a9e\u6271":230,"\u8a9e\u691c":133,"\u8a9e\u7248":12,"\u8a9e\u7528":213,"\u8aa4\u3063":[12,33,39,40,41,42,43],"\u8aa4\u308a":[39,40,41,42,43],"\u8aa4\u52d5\u4f5c":42,"\u8aa4\u5b57":[35,37,39,40,42,43,200],"\u8aa4\u5dee":[37,162,163],"\u8aac\u660e":[],"\u8aad\u307f":[],"\u8aad\u307f\u3084\u3059\u3044":38,"\u8aad\u307f\u51fa\u3057":0,"\u8aad\u307f\u53d6\u308a":[93,103,141,151],"\u8aad\u307f\u8fbc\u307f":[37,40,41,122,127,131,200,238],"\u8aad\u307f\u8fbc\u3080":[34,131],"\u8aad\u307f\u8fbc\u3081\u308b":101,"\u8aad\u307f\u8fbc\u3093":[131,229],"\u8aad\u307f\u98db\u3070":238,"\u8aad\u3081":39,"\u8aad\u3093":[3,21],"\u8ab0\u304b":3,"\u8ab0\u304c":241,"\u8ab0\u3067":41,"\u8ab2\u7a0b":40,"\u8ab2\u984c":[],"\u8abf\u3079":[12,58,63,163,164,236],"\u8abf\u3079\u308b":[40,142,163,164,233],"\u8abf\u6574":[43,90,133,189,213,232,233],"\u8abf\u67fb":[42,119],"\u8ad6\u7406":[],"\u8ad6\u7406\u548c":[],"\u8af8\u6761":32,"\u8b58\u5225":156,"\u8b66\u544a":[6,7,35,38,39,40,41,80,133,151,193],"\u8b70\u8ad6":19,"\u8ca0\u62c5":10,"\u8ca0\u6570":[39,48],"\u8ca0\u8377":[35,153],"\u8ca2\u732e":40,"\u8ce2\u304f":97,"\u8d64\u9053":162,"\u8d70\u67fb":41,"\u8d77\u3053\u3063":[93,141],"\u8d77\u3053\u308a":244,"\u8d77\u52d5":[],"\u8d77\u52d5\u6642":156,"\u8d77\u6e90":235,"\u8d85\u3048":[40,43,232],"\u8d85\u3048\u308b":[39,67,211,233,235],"\u8d85\u904e":[40,233],"\u8d8a\u3048":[41,42,232],"\u8d8a\u3048\u308b":[41,42,43,110,232],"\u8db3\u3057":191,"\u8db3\u308a":[37,200],"\u8ddd\u96e2":[0,34,39,43,160,162,163,191,196,245],"\u8efd\u3044":[93,118,120,141],"\u8efd\u5fae":[151,153],"\u8f09\u305b\u308b":12,"\u8f9e\u66f8":[26,27,34,35,39,40,41,42,43,213,232],"\u8f9e\u691c":[37,191,211],"\u8fbc\u307f":[109,200],"\u8fbf\u308b":12,"\u8fd1\u3044":[43,67,150,191,205],"\u8fd1\u3044\u9806":196,"\u8fd1\u304f":[0,196],"\u8fd1\u4f3c":[37,39,162,163],"\u8fd1\u508d":[],"\u8fd4\u3055":[33,39,41,43,55,63,80,87,103,136],"\u8fd4\u3057":[11,40,41,42,43,48,49,50,51,53,54,55,58,60,62,63,66,67,68,70,72,86,91,93,94,95,96,100,104,105,106,107,111,114,117,118,119,120,121,128,129,130,131,132,133,135,136,142,143,144,145,146,159,160,162,163,164,165,166,167,168,169,170,172,173,174,175,176,178,187,191,203,204,207,208,209,210,223,238,241,244,245],"\u8fd4\u3059":[34,35,37,39,40,41,42,43,50,53,56,68,88,92,97,98,99,108,109,112,120,133,136,143,151,152,156,159,170,191,223,229,245],"\u8fd4\u3059\u304b":136,"\u8fd4\u3059\u4f8b":187,"\u8fd4\u3059\u65b0\u3057\u3044":[42,43],"\u8fd4\u305b":168,"\u8fd4\u3063":[41,42,143,190,191],"\u8fd4\u308a":[113,133,140,143,236,245],"\u8fd4\u308a\u5024":[40,41,42,43],"\u8fd4\u308b":[35,42,43],"\u8fd4\u4fe1":[10,240,241],"\u8fd4\u4fe1\u5143":241,"\u8fd4\u4fe1\u5148":241,"\u8fd4\u5024":[],"\u8fd4\u5374":[43,139,238],"\u8ff0\u3079":238,"\u8ff0\u8a9e":42,"\u8ffd\u52a0":[],"\u8ffd\u8a18":[12,39,42],"\u8ffd\u8de1":[],"\u9000\u907f":97,"\u9001\u3063":[3,16,17,19],"\u9001\u308a":[12,229],"\u9001\u308a\u65b9":[],"\u9001\u308b":[17,19,223,229],"\u9001\u4fe1":[],"\u9006\u306b":[237,241],"\u9006\u5f15":237,"\u9006\u5f15\u304d":[],"\u9006\u6587\u66f8\u51fa":41,"\u9006\u9806":238,"\u9010\u6b21":[0,41,201,213],"\u9014\u4e2d":[12,39,41,151,207,208,229],"\u901a\u308a":[6,7,8,12,18,21,28,30,46,52,89,90,91,100,101,110,111,112,113,114,116,120,132,133,134,136,138,139,144,149,151,153,156,159,162,163,165,166,167,168,169,172,173,175,178,187,190,191,193,196,197,201,202,203,204,210,213,214,232,240],"\u901a\u4fe1":[],"\u901a\u5e38":[39,41,42,46,53,68,76,81,90,91,97,102,111,113,115,119,120,121,132,133,135,144,151,153,156,190,194,197,200,214,215,235,238],"\u901a\u77e5":[12,129,151,193],"\u901f\u3044":[41,42,46,90,211],"\u901f\u304f":[28,42,90,138,237],"\u901f\u3084\u304b":80,"\u901f\u5ea6":[37,40,42,90,152,211,237],"\u9023\u643a":0,"\u9023\u7d50":[39,40,42,63,240],"\u9023\u7d61":17,"\u9023\u7d9a":[40,42,63,144,208,213,230,232],"\u9032\u3081":[],"\u9032\u3093":0,"\u9032\u6570":[87,191],"\u9045\u3044":[90,162,202,211],"\u9045\u304f":[42,43,151,153,163,190,191,201,204,236],"\u9045\u3089":43,"\u904b\u7528":0,"\u904e\u7a0b":76,"\u9054\u3057":214,"\u9054\u3059\u308b":[32,67],"\u9054\u6210":110,"\u9055\u3044":[],"\u9055\u3046":[35,90,113,156],"\u9055\u3063":207,"\u9069\u3057":[0,90,138,192,202,203],"\u9069\u5207":[0,35,41,42,43,90,110,113,133,138,144,152,201,204,213,238],"\u9069\u5408":[213,232,238],"\u9069\u5408\u7387":213,"\u9069\u5b9c":[12,41],"\u9069\u6642":58,"\u9069\u7528":[],"\u9078\u3073":[32,209],"\u9078\u3076":[0,133,153],"\u9078\u3079":[5,133],"\u9078\u3093":[43,82,138],"\u9078\u629e":[],"\u907f\u3051\u308b":133,"\u90e8\u5206":[],"\u90fd\u6c11":[230,232],"\u914d\u4e0b":[12,154],"\u914d\u5217":[],"\u914d\u5e03":[23,24,25,26,30,31,39,41],"\u914d\u7f6e":[12,238],"\u91cd\u3044":[0,102,133],"\u91cd\u304f":232,"\u91cd\u306a\u3063":40,"\u91cd\u307f":[],"\u91cd\u307f\u3064\u304d":41,"\u91cd\u307f\u4ed8\u304d":[],"\u91cd\u307f\u4ed8\u3051":[133,232],"\u91cd\u8907":[41,42,43,66],"\u91cd\u8981":[0,10,12,14,28,42,49,53,78,79,133,138,144,153,192,202,203,204,213,223,239],"\u91cd\u8996":[192,232],"\u91ce\u9996":41,"\u91cf\u6307":201,"\u91cf\u8a08":34,"\u9234\u6728":39,"\u932f\u8aa4":0,"\u9577\u3044":[42,43],"\u9577\u304f":43,"\u9577\u3055":[39,50,63,66,67,69,152,235],"\u9577\u3059\u304e\u308b":40,"\u9577\u4ee5\u4e0a":[63,66],"\u9577\u5185":[41,42],"\u9577\u5185\u6b69":[41,42],"\u9577\u578b":[67,91,119],"\u9577\u65b9\u5f62":37,"\u9577\u6642\u9593":[129,149],"\u9577\u751f\u304d":138,"\u9577\u91ce":41,"\u9589\u3058":[37,43,140,211],"\u9589\u3058\u308b":[34,37,42,211],"\u958b\u3044":[35,37,40,42,88,99,140,149,194],"\u958b\u304b":[42,53,120,149],"\u958b\u304d":[49,54,120,128,140,214],"\u958b\u304f":[37,39,42,43,49,194,214,238],"\u958b\u304f\u969b":39,"\u958b\u3051":[39,42],"\u958b\u3051\u308b":[],"\u958b\u3053":54,"\u958b\u59cb":[14,37,40,41,63,93,133,141,152,162,165,193],"\u958b\u653e":[42,106],"\u958b\u767a":[],"\u9593\u9055\u3063":[37,39,40,41,42,43,149,208,209],"\u95a2\u308f\u3089":[133,152],"\u95a2\u4fc2":[],"\u95a2\u4fc2\u5f0f":[],"\u95a2\u6570":[],"\u95a2\u9023":[],"\u95b2\u89a7":242,"\u95be\u5024":[],"\u9632\u304e":[33,40,140],"\u9632\u3050":[115,191,204],"\u964d\u9806":[66,67,133,136,156,238],"\u9650\u3063":63,"\u9650\u3089":10,"\u9650\u308a":[],"\u9650\u5b9a":[149,201],"\u9650\u6587":[37,138],"\u9664\u3044":[110,112,115,152,169,175],"\u9664\u304f":[39,113,133],"\u9664\u3051":66,"\u9664\u53bb":[35,40,43,142,167,212],"\u9664\u5916":101,"\u9664\u7b97":[],"\u9665\u3063":39,"\u968e\u5c64":11,"\u96a3\u308a\u5408\u3063":213,"\u96a3\u63a5":[0,190],"\u96c5\u5e83":41,"\u96c6\u307e\u3063":236,"\u96c6\u307e\u308a":[133,156],"\u96c6\u3081":236,"\u96c6\u5408":[39,66,74,78,120,133,189,201],"\u96e2\u308c":[43,191,245],"\u96e3\u3057\u3044":0,"\u9759\u7684":[],"\u975e\u308f":230,"\u975e\u4e92":[33,39,40,41,42,43],"\u975e\u4e92\u63db":[37,41,42],"\u975e\u5168":90,"\u975e\u516c\u958b":12,"\u975e\u5206":133,"\u975e\u5e38":[39,43,201,202,203,204,223],"\u975e\u63a8":[33,37,39,40,41,42,43,113,133,138,162],"\u975e\u63a8\u5968":[39,42],"\u975e\u81ea":43,"\u975eascii":213,"\u9805\u76ee":[34,42,46,87,94,95,96,133,138,147,223,227,239],"\u9806\u4f4d":58,"\u9806\u5e8f":[43,133,139,232,238],"\u9806\u6b21":[150,151,229,238],"\u9806\u756a":[12,60,67,133,151,190,191,232,238],"\u9818\u57df":[28,39,41,63,66,90,119,245],"\u982d\u6587":229,"\u982d\u8f9e":211,"\u983b\u51fa":42,"\u983b\u5ea6":[42,136,142],"\u983b\u7e41":[28,66],"\u9855\u8457":213,"\u985e\u4f3c":[],"\u985e\u7d39":232,"\u985e\u7fa9":133,"\u99c4\u76ee":10,"\u9ad8\u3044":[0,87,90,133,136,153,156,213,238],"\u9ad8\u3044\u9806":238,"\u9ad8\u304f":[42,78,203,232],"\u9ad8\u307e\u3063":0,"\u9ad8\u6a5f":[0,11],"\u9ad8\u7cbe":0,"\u9ad8\u901f":[0,11,34,37,40,43,74,90,112,133,138,162,163,190,191,196,201,202,204,211,213,222,223,237,238],"\u9b3c\u96f2":[33,42,43],"\u9bae\u5ea6":192,"\u9df2\u7530":40,"\u9df2\u7530\u57fa":40,"\u9ed2\u3044\u70b9":196,"\uff01:":28,"\uff01\u300d":[113,133,190,191],"\uff01\u3057":2,"\uff01\uff08":17,"\uff01\uff09":[207,208],"\uff08*":5,"\uff08,":238,"\uff08-":[133,238],"\uff08.":12,"\uff08=":[32,96,115,133,135,147],"\uff08@":[35,37],"\uff08\u300c":[194,232],"\uff08\u3064\u307e\u308a":102,"\uff08\u3069":133,"\uff08\u30ad\u30fc":42,"\uff08\u4f8b":42,"\uff08\u578b":69,"\uff08\u79d2":63,"\uff08\uff1d":205,"\uff08age":138,"\uff08and":189,"\uff08byte":[50,63],"\uff08ci":21,"\uff08document":[41,204],"\uff08eol":42,"\uff08gnu":28,"\uff08groonga":42,"\uff08homebrew":12,"\uff08kana":197,"\uff08least":86,"\uff08longest":[37,191],"\uff08markdown":12,"\uff08messagepack":28,"\uff08node":21,"\uff08normalization":194,"\uff08not":189,"\uff08or":189,"\uff08perl":153,"\uff08personal":[],"\uff08pid":193,"\uff08piro":[41,43],"\uff08proc":58,"\uff08romaji":197,"\uff08rroonga":42,"\uff08ruby":21,"\uff08score":133,"\uff08term":[202,203,204],"\uff08textile":12,"\uff08tf":202,"\uff08therubyracer":12,"\uff08todo":191,"\uff08tokenbigram":232,"\uff08tokenmecab":232,"\uff08true":235,"\uff08virtualbox":12,"\uff08world":215,"\uff09:":[24,25,26,27,29,30,130,131,193,230],"\uff09\u3001":[12,202,203,204,211,230],"\uff09\u3002":[12,42,193,232,238],"\uff09\u304b":32,"\uff09\u307e\u305f":[116,144,190,191],"\uff09\uff08":[90,138],"\uff11\u3064":[9,91],"\uff11\u5bfe":9,"\uff12\u3064":245,"\uff13\u3064":215,"\uff1b[":12,"\uff1f\u300d":236,"\uff1f\uff09":42,"\uff4d\uff59\uff53\uff51\uff4c":[165,166],"\uffef\"":213,"\ufff0\"":213,"\ufffecrch":144,"\ufffetext":144,"] [":152,"] \u6708":42,"]%":201,"]'":[153,223],"](":[12,33],"])":[43,48,163,165,174],"],":[46,78,81,87,89,90,91,93,94,97,100,103,113,114,115,116,117,119,120,121,129,132,133,135,136,139,140,141,142,144,145,146,151,152,156,159,162,165,166,167,168,169,172,173,175,178,187,190,191,192,194,201,202,203,204,207,208,210,212,213,229,232,235,236,237,238,240,241,242,243,244,245],"].":[33,41,42,43,113,133],"]/":242,"]:":[43,201],"][":[33,37,38,39,40,41,42,43,90,94,115,121,133,140,190,201],"]\"":[39,40,201,241],"]\u3002":41,"]]":[42,98,100,103,115,151,152,156],"]]]":[98,191,232],"]ello":42,"]x":241,"]}":[42,87,172,178,235],"^ \"":[89,172,191],"^commit":12,"_$":[90,136,138],"_')":76,"_*":[],"_\"":[37,115],"_db\u30d5\u30e9\u30b0":37,"_{":40,"`/":18,"``":[34,35,240],"`hostname":151,"b\u30c6\u30fc\u30d6\u30eb":43,"boolean":[44,132],"byte":[39,42,50,63,66,152,175,229],"c\u30e9\u30f3\u30bf\u30a4\u30e0":42,"case":[72,127,157],"char":[41,50,53,54,55,56,63,64,66,68,69,72],"ci\u4e00\u822c":[],"ci\u4e0a":21,"class":[165,166,167,175],"const":[38,50,53,54,55,56,63,64,66,67,69,72],"continue":41,"cpu\u30b3\u30a2":[],"d\u30ad\u30fc":238,"dat\u30ad\u30fc":40,"delete":[],"do":[41,152],"double":[42,132,191],"else":42,"enter\u30ad\u30fc":40,"enum":54,"error\u30bf\u30b0":39,"export":18,"false":[12,35,40,41,43,88,89,90,92,93,94,96,97,98,100,104,105,106,107,108,109,113,115,118,119,120,121,128,129,132,140,144,146,159,165,168,169,173,178,190,191,213,215,235,243],"float":[],"for":[8,31,39,44,48,52,53,54,56,57,63,68,72,146,151,153,155,157,162,175,191,210,213,214,215,221,227,241],"function":[],"geopoint\u9593":37,"get\u30e1\u30bd\u30c3\u30c9":154,"gib\u304f\u3089\u3044":214,"gmo\u30e1\u30c7\u30a3\u30a2":41,"html\u30bf\u30b0":167,"id\u9806":67,"if":[11,42,48,50,52,53,54,57,63,64,66,68,71,72,78,151,153,155,157,191,221],"import":12,"in":[],"int":[],"long":[42,59,62,129],"mo\u30d5\u30a1\u30a4\u30eb":17,"new":[],"nginx\u3089\u3057\u3044":41,"null":[],"package":[],"po\u30d5\u30a1\u30a4\u30eb":17,"post\u30e1\u30bd\u30c3\u30c9":40,"return":[53,68,71,81,193],"sort\u30ad\u30fc":34,"static":68,"this":[39,50,52,53,54,63,72,113,133,151,153,155,175,190,191,223,235,238,242,244],"true":[34,40,41,42,43,46,78,88,89,90,91,92,93,94,95,96,97,98,100,102,103,104,105,106,107,108,109,110,111,113,114,115,118,119,120,121,122,123,127,128,129,130,131,132,133,134,137,138,140,141,142,146,156,159,162,163,164,165,166,167,168,169,172,173,175,178,187,190,191,192,194,197,201,202,203,204,212,215,235,236,237,238,240,241,243,244,245],"try":[48,241],"var":[11,28,72,91,149,151,153],"void":[38,48,51,54,55,62,63,66,67,68,71,72],"while":54,"with":[6,12,21,27,28,37,41,42,43,50,53,57,63,72,78,87,90,91,116,119,132,151,153,157,175,201,232,238],"x\u30df\u30ea":[191,215],"{\"":[33,42,78,87,110,111,114,115,119,130,131,136,152,156,165,166,173,190,191,192,201,203,204,207,208,210,212,240],"{\"_":[46,133,159,168,190,191,235,237,245],"{\\":103,"{column":201,"{key":133,"{label":[113,133],"{language":17,"{logical":205,"{name":[113,133,191],"{path":28,"{prefix":[28,122,123,127],"{table":[133,173],"{time":193,"{user":214,"{yyyymm":205,"{yyyymmdd":205,"| _":245,"| c":191,"| n":191,"| y":40,"|..":41,"|:":193,"|<":[46,193],"|>":193,"|allow":[133,173,190],"|b":201,"|column":90,"|correct":[136,156],"|enable":144,"|full":201,"|ga":133,"|http":152,"|index":90,"|info":201,"|key":[43,138,190,191,243],"|mark":43,"|n":42,"|ng":133,"|on":133,"|oo":133,"|persistent":[91,93,120,139,141],"|pid":43,"|ring":156,"|ro":133,"|suggest":136,"|table":138,"|with":[41,78,90,91,113,116,120,128,132,133,156,165,166,173,175,178,190,191,192,201,202,203,204,212,214,232,238,240,241,244],"||":[11,39,40,191,202,240],"}'":33,"},":[78,93,114,115,117,119,120,132,133,141,142,144,145,146,152,162,167,172,173,187,190,191,192,201,213,237,238,240,241,243,244],"}.":[121,133,173],"}/":[17,28,43,122,123,127],"}:":[156,193,201],"}\\":[43,191],"}]":[],"}_":[113,205],"}attr":40,"}e":191,"}|":193,"}}":78,"~ \"":[42,191,201],"~${":201,"~*":56,"~\"":43,"~number":191,"~uint":42,_a:[85,229],_accepted:129,_accessor:42,_account:17,_acquire:[],_add:[43,56,58,66],_address:[85,229,242],_adjust:[11,43,65,133],_age:[90,159],_all:[42,43,53],_alloc:[56,72],_allowed:[85,229],_already:[85,229],_and:[11,33,65],_animal:235,_append:[11,56,59,63],_apply:33,_arg:85,_argument:[63,66,67,85,229],_arguments:42,_asc:66,_ascending:67,_asterisk:33,_at:[],_auto:[],_available:[85,229],_avg:133,_avoided:[63,85,229],_bad:85,_base:[],_basic:[153,223],_batch:41,_be:132,_between:41,_binary:39,_blank:[43,116],_block:[85,229],_blog:240,_body:[128,232,244],_bool:[35,43,53,63],_broken:85,_buffer:[],_build:14,_builtin:[37,54,63,69],_bulk:[43,53,56],_busy:[85,229],_but:11,_by:[33,36,37,38,41,42,56,63,66,67,72,168,241],_byte:[85,132,229],_bytes:120,_cache:[],_calc:[],_call:[11,85,129,229],_calloc:43,_cancel:[],_canceler:43,_cas:85,_case:42,_cast:[42,63],_character:56,_characters:56,_charlen:72,_check:[14,41,63],_checks:116,_child:[85,229],_chunk:[],_chunked:42,_chunks:[],_circle:[],_class:133,_classify:[],_clear:[],_client:191,_clone:12,_close:[11,37,41,42,49,53,56,59,60,63,67,72],_code:[72,81,193],_column:[],_columns:[],_command:[],_comment:178,_commit:59,_compare:63,_compile:56,_compress:[],_concurrency:150,_cond:68,_conf:42,_config:[42,94],_configure:40,_connected:[85,229],_connection:85,_const:[11,56],_content:[],_control:[42,85,229],_controllen:42,_copy:[],_corrupt:[85,229],_count:[],_create:[],_ctx:[],_cumulative:[113,133],_current:49,_cursor:[],_dat:[],_data:[],_database:[],_dataset:[36,155,157,210],_date:12,_day:[],_db:[],_deadlock:[63,85,229],_debug:[7,14],_decr:63,_default:[33,39,42,51,55,62,223],_defrag:63,_del:42,_delete:[],_delimited:44,_delimiter:[116,144],_denied:[85,229],_dependent:43,_desc:66,_descending:67,_descriptor:[85,229],_device:[85,229],_difference:66,_dir:[12,37,42,72],_directory:[85,229],_disable:43,_dist:39,_distance:[],_domain:85,_dot:33,_down:[85,229],_drilldown:133,_dump:42,_ecmascript:46,_element:[42,61],_elements:[43,120],_empty:[85,229],_enable:[33,42,43],_enabled:42,_enc:[55,67],_encoding:[],_end:85,_enough:[43,85,229],_entries:[49,86],_entry:58,_error:[42,46,72,85,229],_errors:33,_escalation:[],_escape:[],_estimate:[37,42,57],_estimated:33,_eval:[],_exec:[42,53,56,85],_exist:[],_exists:[85,229],_expand:[],_expander:[],_expanders:[122,123,127,200],_expansion:[],_expire:[33,63],_expr:[],_expression:[133,201],_extract:[42,44],_failure:71,_false:[53,63],_family:43,_file:[42,81,85,153,200,223,229],_filename:85,_files:[85,229],_filter:[],_filtered:[43,112],_filters:[],_fin:[39,42,53,56,71,72],_finalizer:[53,64],_fitlers:132,_flags:[],_float:[42,69,120],_flow:[85,229],_flush:[],_for:[11,42,133],_format:[85,229],_free:72,_friends:237,_full:[],_func:[41,53,64,68,72,143],_function:[42,72,85,129,202,229],_fuzzy:43,_geo:[],_get:[],_github:17,_global:42,_gqpt:152,_gqtp:152,_groonga:81,_group:[42,66],_gt:67,_hash:[],_header:91,_hit:[82,135,153,198,229,238,242],_hits:133,_hook:[],_host:152,_hour:[],_html:[],_http:[152,153],_hugetlb:37,_i:[85,229],_id:[],_idf:[],_ids:43,_if:63,_ii:[],_illegal:85,_implemented:[85,229],_improper:85,_in:[],_inappropriate:85,_incompatible:85,_incr:63,_index:[],_indexer:38,_indexes:[],_info:[],_information:91,_init:[37,39,41,42,53,56,63,68,71,72,193],_initialized:[85,229],_input:[42,81,85,191],_inspect:[],_install:[],_int:[42,43,56,63,69,120],_interrupted:[85,129],_interval:191,_invalid:[63,66,67,85],_io:[33,41,42,121],_ip:[229,242],_is:[33,37,42,43,53,63,81,85,129,229],_isspace:72,_items:172,_ito:37,_itoh:37,_ja:40,_jis:[28,213],_jp:28,_json:52,_kana:156,_key:[],_keys:[],_keywords:56,_label:42,_labeled:133,_large:[32,43,85,138,211,229],_lcp:66,_leading:[133,173],_leak:14,_left:[37,57,85,164,229],_len:[39,50,56],_length:[],_level:[],_lexicon:42,_likes:[81,113,133,190,191,214],_limit:[],_line:132,_link:[85,229],_links:[85,229],_list:[],_literal:41,_load:[],_loaded:43,_local:152,_location:[81,241],_lock:[37,48,63,68,72],_locked:63,_locks:[85,229],_log:[],_logger:[39,42],_logical:42,_long:[85,229],_lt:67,_lz4:[43,90],_lzo:[50,85],_malloc:72,_many:[41,85,229],_mask:63,_match:[],_max:[],_mecab:42,_medium:[90,119],_memo:173,_memory:[],_message:[42,81,201,240],_messages:[12,17],_min:[33,42,43,51,60,133],_minute:[],_mode:[],_modified:241,_module:153,_month:[],_most:[],_mruby:[7,8],_msgpack:52,_mutex:[68,72],_n:[],_nabe:41,_name:[],_namen:168,_names:[42,54],_network:85,_new:[],_next:[33,35,40,42,57,60,67],_nfthreads:68,_ngram:43,_nhooks:58,_nil:[35,53,56,66,67],_no:[],_nodelay:43,_nofile:[40,193],_none:52,_normalize:[39,42,44,66,138,194],_normalizer:[42,85],_normalizers:42,_not:[],_nromalize:194,_nsubrecs:[41,50,76,133,236],_null:42,_number:[],_numbers:42,_o:[85,229],_obj:[],_object:[85,120,121],_of:[],_offline:38,_offset:[],_old:46,_on:[85,229],_one:132,_only:[43,85,229],_op:[11,42,43,56,65],_open:[33,35,37,39,42,49,53,54,57,59,60,67,72,85,121,229],_opened:[42,53],_operation:[85,229],_operator:[50,56,57,65,66],_optarg:[42,54,65],_options:[40,191],_or:[],_order:33,_org:12,_otoj:14,_output:[],_over:[85,229],_overlap:43,_own:42,_pack:[],_package:42,_parameters:[],_parse:[42,55,56],_pass:153,_pat:[],_path:[],_pattern:[42,168],_per:[37,53,113,133],_permission:85,_permitted:[85,229],_persistent:[33,50,66],_pipe:[85,229],_plugin:[36,37,41,42,43,72,85],_plugins:[],_point:[57,120,163,237],_pop:42,_popular:[113,133],_port:152,_pos:33,_position:[],_posting:[43,57,60],_pragma:133,_prefix:[],_preparer:[136,207,208,210],_prepend:63,_pretty:82,_previous:49,_printf:41,_probability:[37,136],_proc:[],_process:[85,229],_processes:[],_proxy:153,_ptr:[42,53,56,72],_push:11,_put:[],_pvector:[42,53,56],_ql:41,_qlog:39,_queries:[82,135,153,198,229,238,242],_query:[],_range:[],_rate:[82,135,153,198,229,238,242],_ratio:[41,43],_rc:[48,49,50,51,53,54,55,56,57,58,59,61,62,63,64,65,66,67,71,72],_read:85,_reader:42,_realloc:72,_record:[],_records:[],_recover:[41,42,43,54],_rectangle:[],_recursive:42,_recv:41,_reference:133,_refused:[85,229],_regexp:33,_register:[],_reindex:42,_reinit:63,_release:[],_removable:140,_remove:[],_rename:[],_reopen:[],_repair:38,_request:[43,129],_res:152,_resource:[63,85],_result:[66,85,133],_results:66,_retry:85,_rewriter:43,_right:[37,57,164],_rk:[],_roles:90,_root:42,_rotate:42,_ruby:42,_s:41,_same:40,_scalar:[33,43,46,50,89,90,91,93,100,101,102,104,105,106,110,113,114,115,118,120,121,128,132,133,140,141,142,146,156,159,162,165,166,167,168,169,172,173,175,178,190,191,192,201,202,203,204,212,214,232,236,237,240,241,244],_scan:33,_schema:[],_score:[37,39,40,42,50,76,89,133,136,156,191,202,203,204,241,245],_scorer:[42,85],_script:130,_search:[],_second:[],_section:[],_seek:[85,229],_segments:[],_sel:[44,90],_select:[],_selector:[],_send:[43,49,52,53],_sequence:[85,229],_sequential:43,_serial:89,_set:[],_setoperation:[43,66],_setpshared:40,_shard:[],_shutdowned:[85,229],_signal:68,_sis:[66,138,190,191,230,243],_size:[],_sjlj:41,_skip:[33,40,43],_slice:[],_small:[85,90,119,229],_snip:[39,41],_socket:[85,229],_sort:[],_sortby:[],_source:[],_space:[85,119,229],_sparse:42,_split:43,_stable:51,_stack:85,_stamp:193,_started:81,_stop:[41,42,142,212],_str:[56,241],_strerror:41,_string:[],_substring:[],_success:[48,49,50,53,54,56,63,71,72,85,193],_such:[85,229],_suffix:[37,42],_suggest:36,_sum:[],_supported:[85,229],_symbolic:[85,229],_synonyms:200,_syntax:[43,46,56,85],_system:[37,85,229],_t:[68,85],_table:[],_tables:[40,42,53],_tag:[89,113,133,165,169],_tags:[237,241],_take:43,_target:[],_temporarily:[85,229],_term:[42,44],_text:[14,41,42,43,56,116],_tf:[],_thread:[],_threads:143,_threshold:[],_time:[42,81,82,135,193],_timeout:[43,48,84,85,229],_timestamp:128,_tiny:[42,43],_title:[101,128,152,238,240],_to:[42,43,55,111,240,241],_token:[41,42,43,85],_tokenize:[],_tokenized:[116,144],_tokenizer:[],_tokenizers:42,_too:[41,85,229],_touch:[35,54],_tp:150,_transposition:43,_true:[42,53,63],_truncate:[37,41,50,66],_ts:42,_tsv:[52,200],_type:[],_types:[],_uint:[42,69,120],_unavailable:[85,229],_unknown:85,_unlink:[53,63],_unlock:[63,68,72],_unmap:[],_unregister:[],_unsupported:85,_untag:[],_update:[50,66,85,133,190],_use:[],_user:[],_users:241,_utf:[55,67],_valid:153,_value:[],_values:[],_valule:169,_var:[41,43,56,64,69,72,120],_vars:72,_vector:[40,41,42,50,53,56,63,78,89,90,91,100,113,133,156,172,178,187,235,237,241,244],_version:[],_versions:12,_vesion:[167,187],_void:43,_vprintf:41,_vsize:[53,56],_w:213,_week:[],_weight:[],_when:81,_win:[42,72],_window:85,_windows:[42,72],_with:[7,8,43,50,66,132,138,190,191,230,243],_word:[41,42,101,142,212],_would:[85,229],_xml:52,_xxx:133,_year:[],_yyyymmdd:[113,115],_zlib:[43,50,85,90],_zone:153,_zstd:43,abc:42,abcde:116,abi:42,about:[14,21,49,72,151,158,216],above:[129,210],ac:194,accept:35,accepts:[146,151],accesses:50,accessor:[42,63,66],accurate:175,acquire:48,acquires:48,acronym:221,actual:153,add:[17,30,39,41,63,112,133,144,158,213,216],added:[44,57,63,66],adding:63,additional:40,address:[37,39,151,156,229],adjust:133,adjuster:[],admin:[35,41,42,43],advanced:44,advantage:175,adventure:90,adventurer:90,after:57,again:[48,153],against:[50,54,151],age:[46,90,91,102,132,133,159],ages:[90,138,139,159],aggregate:175,ahost:201,aio:40,akio:[35,39],al:213,alert:[41,107,108,151,153],ali:89,alias:[46,94,95,96],aliased:46,aliases:[46,94,95,96],alice:[46,89,90,93,119,133,141,146,153,159,168,173,190,223,241],alisa:173,all:[39,42,43,50,53,54,57,113,133,190,191,210,244],alloc:[43,82,135,151,153,198,229,238,242],allocate:[],allocated:72,allocates:72,allow:[25,39,133,173,190],allowed:157,allows:175,almost:221,alphabets:[],already:[48,72,157],also:[90,113,133,175,190,191,202,221],always:111,am:[166,175],amazon:33,amd:12,an:[54,57,66,72,153],analysis:[],and:[33,40,41,42,43,44,48,50,52,54,56,57,63,66,72,90,133,142,151,153,155,157,168,173,175,191,193,202,203,204,210,212,214,240,245],animation:237,ann:12,another:42,any:42,aomi:33,api:[],apis:[],appears:175,appended:63,apple:194,application:[153,223],applications:175,applied:44,appveyor:41,april:12,apt:[12,18,21,25,30,39],aptitude:14,ar:[144,230,232],arai:42,aramaki:[35,37],arc:144,architecture:42,architectures:12,archive:[],are:[17,40,43,48,54,56,57,72,78,151,155,157,175,193,202,203,204,210,221],argc:68,argument:[154,191,202],arguments:[72,132,151],argv:68,armhf:41,arnaud:37,array:[33,87,119,132],art:241,arted:191,article:240,articles:240,as:[17,39,53,72,133,144,151,153,155,157,175,221,227],ascii:[190,191,213],assigned:42,associated:72,assumed:64,at:[44,57,151,241],auth:[153,223],auto:[111,136],autoconf:[6,37],autogen:[6,12,17,39],automake:[6,35],automatically:54,autotools:[],available:[44,72],avg:[41,113,133,150],aware:72,back:191,background:151,backup:[54,101],backward:146,bad:[40,41,43,229],base:[12,42,72,153],baseball:[237,240],based:[57,165,166,175,227],bash:28,be:[50,53,54,56,57,63,66,72,97,127,146,151,157,210,221],became:227,because:[43,54,153,198,202,210,221],become:44,been:12,before:21,begin:150,behaves:[],behavior:[],bellefleur:33,bernard:42,beta:44,between:[],bi:[230,232],bigram:[],bigramlexicon:128,bill:[42,230,232],billiard:[230,232],bin:[18,31],binary:[0,198,215],bind:37,binding:[44,165,166],binlib:12,bison:12,bit:[8,21,23,24,25,26,29,30,31,40,42,43,119,152,215],black:194,block:235,blocks:[],blog:[178,232,238,240],blogs:232,bm:[202,204],bob:[46,93,133,141,146,153,159,173,190,223,241],bom:35,book:191,bookmark:[78,101],bookmarks:[78,101,115],books:90,bool:[],boost:[156,207],boston:241,both:63,bottom:[37,57,164],brad:43,brazil:236,brew:[18,27],british:244,broken:[50,54,121,229],brooklyn:241,brother:190,browser:17,bsd:[5,28,41,42],buf:[50,63,66],buffer:[53,63,87,119],buffered:59,bug:[39,44],build:[8,12,21,25,30,31,40],builder:59,building:52,built:63,bulk:[42,56,63],but:[146,151,157],buzz:156,by:[39,53,54,56,57,71,72,110,190,210,221,236],bye:142,bytes:[64,72],cache:[],cached:[],cafedomancer:43,calc:[],called:72,caller:64,calling:[71,72],calloc:43,calros:159,camp:241,can:[17,48,52,53,54,72,127,132,146,151,153,175,202,210,221],cancel:129,canceled:[84,129],candidate1:136,candidate2:136,candidate:[],cannot:[],carlos:[93,141,146],cas:229,cases:221,cast:[],casted:63,casts:63,cat:12,cd:[12,17,24,25,26,27,28,29,30,31],cdbs:37,ce:213,ceekz:40,center:163,centos6:39,centos:[],central:241,cents:213,cflags:29,ch:144,change:[39,153,223],changed:[44,153],character:[72,90],characteristics:175,characters:[],charlie:241,check:[],checked:12,checking:54,checks:[41,54,116],china:236,choose:151,christian:42,chroot:12,chunk:[87,119],chunks:233,ci:[],ciritical:153,cities:162,city:[162,241],clean:14,clear:[41,63],cleared:[],clearlock:[],clears:50,clone:[],clumns:214,cmake:[],co:156,code:[17,146,193,198],codes:[12,71],col:63,color:194,column:[],columnn:39,columns:[],com:[9,236],come:241,comma:42,command:[],commandinput:42,commands:221,comment:[42,178,240,241],comments:[],commit:17,common:[37,66,67,151,191],compared:175,compatibility:[146,194],compatible:153,complete:[38,136,156,207,209],composition:194,compress:[43,90,119,132],compute:[],computed:72,computes:[],cond:[40,68],condition:[],conditional:136,conditions:168,conf:233,config:[],configuration:[40,153,156],configure:[],confirm:17,conifugration:21,connection:229,connections:151,constant:[33,42],container:56,content:[37,39,40,41,81,113,120,132,133,140,153,167,173,175,178,190,191,192,202,212,214,223,240],contents:72,context:[42,53,56,63,175],contrast:151,contrib:12,copa:42,copied:72,core:152,correct:[136,156,208],correction:208,corresponding:63,corresponds:[],corrupt:115,cosmo:[40,41],count:133,country:[100,236,242],cover:175,coverage:14,cpu:[0,28,152,153,223],crch:144,create:[72,101,151],created:[72,113,241],createfilemapping:42,createrepo:12,creates:[56,72,155],creation:[],crit:[107,108,151],critical:[72,107,151],ctrl:[151,229],ctx:[9,49,50,53,54,56,63,64,66,72],cumulative:[],curl:[21,27,28,39,129,151,153,156,198,223],current:[46,68],currently:[52,54,153],cursor:[57,60,67],custom:120,customize:153,customized:[],cutter:[],cxxflags:29,daiki:[35,36,39],dangerous:[50,54],dangling:115,dash:28,dat:[43,211],data:[],database:[],dataset:[155,156,157],datasets:155,date:152,dav:168,dave:159,david:168,day:192,db1:223,db2:223,dbms:175,dcb:41,dcmake:[7,8,31],dd:[191,193],ddb:[238,242],ddl:232,de:17,deb:[12,25,30,39],debhelper:37,debootstrap:12,debug:[8,42,107,108,151,153],decrypt:12,defalt:35,define:[],defines:155,defrag:[],dejan:43,deleted:63,delimit:40,demo:237,depends:44,deprecated:[80,217],derived:157,descending:42,describe:72,described:151,describes:151,description:[43,230,241],designed:221,desktop:[8,31],dest:[66,150,151],destination:63,detail:152,details:[12,72],dev:[6,7,25,30,153],develop:[80,212],developed:212,developer:241,developing:212,development:241,develops:212,dewangga:42,df:204,dgrn:[7,8],dh:12,dicrc:27,dictionary:[194,213],diff:[12,152],difference:[],different:[],digits:[],directive:[],directory:[72,157,229],disable:[37,153],disabled:[],disables:153,disk:201,dist:12,distance:162,distributions:12,dll:[37,39,41,43],doc:[12,16,17,18,244],docs:43,document:[12,35,151,165,166,175,191,202,204],documentation:21,documentations:[158,216],documents:[173,175],does:[],doesn:[63,121,153],domain:[],don:[52,56,153,210],done:48,down:[],download:12,downloads:31,dragonfly:35,draw:237,drilldown:[],drilldowns:[],drilldownss:133,drilled:[],droonga:[168,169,205],due:175,dump:[],dynamic:[],ea:[144,193],each:[56,136,207,208,210],ear:144,earch:144,earlier:146,easier:202,easy:202,ec:133,echo:121,ecmascript:[39,40,133,189,191],edge:9,edict:[41,43],edit:[],editor:17,editrc:37,effective:151,efficient:[],eggs:240,eight:238,eito:40,el:213,elapsed:[81,193,198],element:[42,78,191],elements:[43,78],elfring:39,ellip:162,emacs:17,emerg:108,emerge:[107,151],emergency:[107,151,153],emphasize:167,empty:42,en:[136,144,207,213],enable:[],enabled:[],enablerepo:24,enables:153,enabling:[],encoding:[55,72,151,198],ency:152,end:[150,165,198,229],endpoint:157,eng:[136,207],engi:[136,207],engin:[136,207],engine:[136,144,165,166,175,202,207,208,209,210],enginen:207,english:[14,133],enhanced:44,enourmous:210,enqueue:9,entries:[42,89,104,105,106,113,133,140,149,165,166,190,191,214],entry:[58,88,89,92,98,99,100,103,113,128,133],entrykeys:140,env:200,environment:21,eof:151,eol:33,epel:[33,39],er:201,eric:159,errno:[41,42],error:[40,41,46,53,57,72,81,107,108,151,153,201,204,238],errror:201,es:213,escalation:[],escape:56,escaped:56,estimate:42,estimated:[43,57,142],estimates:57,etc:[12,153,214,223],etime:150,euc:[28,40,151,213],evaluated:130,evaluates:[],event:[136,155,156,157,207,208,210],events:[156,223],ex:144,exact:[11,90],example:[133,151,235,236,237,238,242,245],examples:[35,112],excel:200,except:214,exclamation:42,exclude:[39,40,41,110,112,113,115,159],exe:[12,31],exec:229,executable:151,execute:[151,157,210],executed:242,executes:151,executing:53,executor:113,exist:[63,121,202],existence:54,existing:[151,157],exists:[113,115,140],exit:[],expander:173,expect:41,explain:42,expr:[56,63,64,70],express:[8,31,39,40],expression:[42,43,56,131,133],expressions:153,ext:144,extract:210,extracted:56,extracts:56,fa:144,factor:[41,133],failed:[33,43,48,94,121,238],failures:12,fast:[81,103,113,133,144,165,166,167,168,169,175,190,191,202,240],faster:221,favorite:17,favorited:241,favorites:241,fbnteqr:42,feature:[17,54,202],fedora:[],fetched:210,fgets:42,file:[34,35,121,151,153,229],filename:229,files:[],filter:[],filtered:[33,43,113,133],fin:64,finalizes:72,find:[],finds:66,finished:129,firefox:17,firewood:[39,40],first:[72,113,133,190,191,241],five:238,fix:[43,44,91,93],fixed:39,flags:[],floating:215,flow:[],flower:235,fluent:13,flushviewoffile:42,followee:241,follower:241,following:[50,72,151,155,157,221],fontaine:37,force:[],foreground:151,fork:17,forks:151,form:[190,194,226,229,238],format:[17,44,52,72,103,154,198],formula:12,found:[57,66],four:238,frank:159,free:[35,41,53,87],freebsd:[],freed:54,frees:72,freq:[156,210],frequency:[41,136,156,202,203,204,207,208,210],friends:237,from:[],fromtable:89,fsf:39,ftb:44,ftp:[12,152],fu:144,ful:144,full:[42,119,132,144,175,201,202,213],fulltext:[144,165,166,175],fullwidth:42,fumiyasu:37,func:[53,64,68,72],functionality:[],functions:[41,42,43,44,72,113,133,168,177,187,188],fuzzy:[],ga:[144,152,194],garbage:[40,87],gb:[135,198,233],gc:43,gcc:[24,26,28,29,37,39,40],gdb:14,gem:12,gemfile:39,generate:72,generated:[72,155],generates:155,geo:[],geodetic:215,geoindex:[],geopoint:[],geoppoint:57,geosite:237,get:[],getaddrinfo:39,getenv:42,gets:72,gettext:[17,18],ghz:152,gi:144,gib:[32,214],gir:12,git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,21,33,37,39,40,41,42,43],gitter:[2,42,43],gituub:43,given:[],glaser:43,glib:40,global:18,glossary:21,gnu:[],gnupg:12,go:[192,221],golubchik:42,gone:237,goo:[190,191],good:[113,133,142,168,190,191,192,212],google:[133,202,203,204,209],goroo:221,gpg:12,gpl:44,gps:0,gqtp:[],gr:[133,144,156],graceful:134,grease:235,gregex:40,grep:[24,25,26,30],grn:[],grndb:[],grnline:238,grnslap:[],grnwrap:238,gro:[156,175],gronga:[200,209],gronnga:209,gronoga:153,groo:[133,156],groogna:[38,156,223],groongau:213,grooon:156,group:[66,236],grouped:[],groups:[],grroonga:209,gt:[165,166],gtar:29,gted:17,gtihub:37,gui:132,gzcat:43,gzip:[],halfwidth:194,hana:237,hanako:100,hand:[],handle:53,handled:153,hard:214,hardy:35,has:[12,44,57,66,72,115,155,202],hash:[132,211,241],have:[52,54,192],haystack:11,hdd:152,he:213,head:[41,150,229],header:[],heavy:221,hello:[113,133,142,191,192,212,213],help:[14,17,37],helpful:202,hendro:40,here:[72,151,155,157,210],hex:237,hh:[191,193],hideki:42,high:89,highlight:[],hino:40,hiroaki:42,hiroshi:[35,37,43],hirotaka:42,hiroyuki:42,hits:90,hmm:241,ho:213,hobby:193,hoge:160,home:[12,28,113,115,213],homepage:152,hook:[58,115],horikoshi:37,host:[151,152,156,201,229,242],hostname:[151,153,154],hottolink:44,hour:48,how:[],html:[],http:[],httpd:[12,38,39,40,41,43],httprewritemodule:153,https:[],hw:27,ia:[230,232],ic:[60,213],ichii:37,id:[],ideographic:42,idf:41,ids:[57,78,89],ieee:215,ifexists:103,ignore:42,ignored:[39,54],ii:[43,201],il:[230,232],ill:230,illegal:229,immediate:[43,134],implementation:221,implemented:[42,44],improper:229,inappropriate:229,include:[16,41,110,112,113,115,156,159],includes:42,incompatible:229,independent:[],index:[],indexblog:240,indexbuf:50,indexes:132,influence:[],info:[42,43,90,107,108,151,153,201,204],inherited:[],init:[25,28,39,41,64],initial:[33,113,133],initialize:53,initialized:[53,72],initializes:[71,72],innodb:0,input:[52,81,103,229],inspect:[42,43],install:[],installer:12,instantly:175,instead:[72,88,127,151,217,227],intel:152,internal:41,internally:[52,53],interpreter:12,interrupted:229,into:[53,210],introduced:[],introduction:101,inv:152,invalid:[72,102,133,229],inverted:175,io:[],ip:[152,156,229,242],ipa:26,iptables:223,is:[17,39,41,42,43,48,50,52,53,54,56,57,63,64,66,72,78,84,113,121,129,133,140,142,144,151,153,155,157,165,166,167,168,169,173,175,190,191,193,198,201,202,210,212,217,221,223,227,229,235,238,240,242,244],isn:[53,54],iso:191,issue:19,issues:41,it:[50,52,53,54,56,57,63,66,71,72,81,103,113,133,146,151,157,190,191,192,193,202,221,227,237],itagaki:35,item:[136,155,156,207,208,210,211],items:[133,172],its:[56,72,151],itself:78,ivh:26,iwai:[38,39],ja:[12,17],jacob:42,james:243,japan:[100,236,242],japanese:213,jason:243,javascript:[],je:243,jeff:243,jekyll:12,jemalloc:41,jennifer:243,jersey:241,jessie:[],jira:43,jiro:237,jis:[67,197],job:152,jobs:152,john:[100,243],joseph:243,jq:238,jquery:[35,41],json:[],jsonp:[37,42,156],juman:26,just:[54,63,155,192,241],ka:194,kakesa:42,kana:[136,155,156,207,208,210],karmic:14,kashihara:41,katagiri:40,katakana:194,kawada:41,kawaji:39,kb:233,kbytes:152,keeps:78,ken:237,kenichi:[35,37],key:[],keybuf:66,keyid:12,keys:[],keyword:[39,40,56,133,165,166,173,175,190,202,203,204],keywords:56,kib:[42,214],kinjirou:237,kiske:39,kk:201,klose:42,km:241,ko:44,koi:[28,39,151],korea:236,kuriyama:41,kwic:175,kytea:[28,39,40,144],label:[],labeled:[],langasek:43,language:17,larger:[157,210],largetext:211,last:[39,156,241],lat:152,late:[],latency:152,later:151,latin1:39,latin:[28,39,151],latinovic:43,launch:157,launchpad:[12,30,41],layout:12,lc:17,ld:213,learing:210,learn:157,learned:157,left:57,length:[43,72],lenny:37,let:192,letter:194,level:[72,90,107,108,151,153,157,229],levels:153,lexicon:[42,101,128,138,139,152,173,178,192,194,240],lf:150,lgpl:44,li:[213,230,232],lib:[35,40,122,123,127],libedit:[26,28,34,35,37,39,42],libevent:[25,28,30],libgcc:41,libgroonga:20,liblzo:[25,30],libmecab:[12,25,30],libmsgpack:[25,30],libraries:[202,221],library:[52,221],libs:120,libstemmer:41,libtool:[6,42],libwinpthread:41,libzmq:[25,30],lic:168,license:[12,44],light:221,like:[50,221],limit:[],line:[21,53,81,221],lines:14,link:[235,236,242],links:[235,236,242],linux:[],lion:39,list:[12,155,157],listen:[39,151,153,223],lists:41,little:[],ll:[144,213,230,232],lldb:[6,7],llt:144,lo:213,load:[],loaded:[43,131],loading:43,loads:157,local:151,locale:17,localhost:[12,37,129,150,151,152,153,156,198,223],localstatedir:[28,35],location:[],lock:[],locked:72,locks:[72,175],log:[],logaling:21,logged:[],logical:[],logicalselectcommand:113,logicaltableremovecommand:115,logrotate:[39,41],logs:[89,110,112,114,115,118,121,128,138,139,156,157,201,203,204,205],logyyyymmddhhmmss:156,longer:44,longest:66,longitudexlatitude:40,longtext:[],loose:172,looseitems:172,lru:86,ls:12,lt:[144,165,166,175],lte:144,lts:[21,30],lucid:[12,35,40],lz4:[28,41,43,90,132],lz:[28,33,119,132],lzo:[37,39,41,50,229],m6:29,mac:[],machine:151,macports:[],mail:152,main:[12,25,68],makecache:39,makefile:[7,8,12],malloc:41,man:[34,43,159],managed:54,management:[21,54,175],manager:[153,223],managing:54,many:[78,155,202,221],map:37,mariadb:[40,41,43],mark:[42,194],marked:227,markup:16,markus:39,marverick:35,masaharu:[38,39],masahiro:35,masanori:43,masatoshi:42,massachusetts:241,master:153,match:[],matched:57,matsuu:35,matthias:42,maverick:37,max:[],may:[50,54,156],mb:39,mbytes:152,mdev:43,me:[126,137,213],means:[52,57,63,72,153,193],mecab:[0,12,24,25,26,27,28,30,34,35,37,39,40,41,42,43,44,213],meerkat:37,memcache:226,memcached:[],memo:[41,173,202],memory:[],memos:[42,120,132,168,169,187,202,212],memset:42,mercurial:12,merit:[],merits:[],message:[43,72,108,110,193,201,203,204,240],messagepack:[],messages:40,metadata:39,micro:241,microsoft:[8,31,42],migrated:[113,133,190,191],mike:100,millisecond:48,mime:[42,223],min:[],minagawa:40,mingw:[12,37],minimum:72,mips:43,mitsuhiro:35,miyashita:43,mizuhara:42,mkdir:101,mkostemp:41,mktime:42,ml:10,mlock:35,mm:[191,193],mmap:[],moden:168,modern:241,modes:151,moero:237,money:237,monkey:235,month:237,montywi:38,mooz:37,more:[72,151,157,175,202,229],moritapo:237,moritars:240,morning:192,most:57,mpaa:159,mrb:43,mruby:[6,7,8,40,41,42,43,130,131,205],msec:48,msg:[9,42],msgpack:[33,42,43,198,229],msvc:42,msyql:78,mte:44,multi:[],multiple:221,multithread:66,munin:[24,25,26,28,30,34,37,39],museum:241,music:[193,237],must:[50,54,56,57,63,72,97,157,210],mutex:[40,68,72],mv:109,my:[113,133,190,191],myisam:0,mysql:[0,12,24,25,26,30,41,42,44,78,116,133,165,166,175,200,202],naist:213,nakamura:42,name:[],namebuf:[50,63],named:[],names:[89,120],nanoseconds:193,naoina:[39,40],nargs:56,narwhal:37,natanael:42,natty:37,ne:144,need:[52,56,146,151],needed:[53,153],negative:[64,72],neologism:213,nested:40,net:236,netbsd:[35,40],netinet:42,network:229,never:111,newark:241,newids:89,newly:[146,175],newnames:89,news:[],newvalue:50,next:[57,64],nfkc:194,nfs:28,nfthreads:68,ng:144,nginx:[],nginxhttpstubstatusmodule:41,ni:[172,197],nice:192,night:[192,244],niho:172,nihon:[172,207],niku:41,nine:238,nippon:207,nise:41,no:[34,40,42,44,57,101,102,112,113,121,133,136,201,211,229],noarch:[24,26],node:12,nogpgcheck:39,non:[],none:[28,116,133,142,144,151,153,155,229,240],nonexistent:[94,95,113,133],normal:[],normalize:[],normalized:116,normalizer:[],normalizerauto:[],normalizernfkc:[],normalizers:[],normallexicon:194,normally:[52,53,54,151],note:[72,151],nothing:[52,187],notice:[42,90,107,108,151,153,203,204],notrelated:115,now:[],nroonga:[21,173,240],nsis:12,nsubrecs:[50,113,133,236,237,241],nt:213,nterms:87,nul:[37,54,72,213],number:[],numbers:42,nvars:64,ny:241,obata:35,obj:[50,54,56,58,61,63,64,65,70,87],object:[],objname:[88,99],obsolete:227,obtained:72,occurred:57,ocelot:[37,40],october:41,of:[39,44,50,53,57,63,64,66,72,87,97,136,151,153,155,156,157,165,166,175,178,210,214,241],off:[41,153],official:12,offset:[],ohkubo:43,ok:100,okapi:[202,204],old:[12,72],oldvalue:50,om:213,omitted:198,on:[17,44,52,54,57,63,66,72,144,153,165,166,175,223],once:[],one:[43,72,151,157,175,221],oneiric:[37,40],onga:175,ongaeshi:[35,39,40,42],onigmo:[41,42,43,201],oniguruma:42,only:[42,52,63,72,151,153],oo:[144,211],ooo:211,op:[50,56,57,65,66],opaque:229,open:[],openbsd:[42,43],opened:[54,120,193],opens:[54,57],operation:[57,115,229],operator:[33,42,57],optarg:[54,65],option:[151,157],optional:[],options:[42,149,150,151,152,153,155,156,157,173,205,221],or:[41,50,52,54,57,66,72,129,133,146,151,169,173,190,200,204,213,229,244,245],oracle:[],orangain:40,org:[236,242],origin:17,original:[52,101,243],os:[],osdn:[12,42],other:[42,48,50,54,72,151,157],otherwise:[63,72],out:152,output:[],outputs:157,outputting:52,overcommit:214,owned:56,owner:153,packages:[12,17,24,25,26,27,28,29,30,31,227],pai:43,pair:[136,155,156,207,208,210],pangolin:39,parallel:12,parameter:[57,63,64,66,146,151],parent:[113,133],parker:42,partial:11,partitioning:110,pass:153,passed:[12,54],passes:12,pat:[43,67,211],patch:44,path:[],paths:138,patprefix:243,patricia:132,patsuffix:243,pattern:[190,191],pcre:39,pentium:152,people:90,per:[],performance:[175,221],period:[],permission:229,permitted:115,persistent:[54,66,91],pg:159,pgroonga:[42,193,202,205],php:[39,221],physical:87,pid:[28,34,42,43,151,193],pikonyan:237,pip:18,pkg:[28,29,35,42],platforms:72,play:244,player:89,players:[89,141],please:[17,54,227],plugin:[],plugins:[],poedit:17,poeple:90,point:[],pointed:72,pointer:72,points:[],popular:133,port:[27,151,152,156,226,229,242],porting:44,position:[57,72,119,132,142,144,213],posix:[42,191],possible:[],post:[],posted:241,postgresql:[0,175,205],posting:57,poyonga:221,pre:[44,156],precise:[12,39],prefix:[],previous:227,price:235,priority:133,proc:[],process:[50,54,151],processed:193,processes:151,processor:[24,25,26,30],program:157,progress:193,project:191,proonga:221,properties:193,protocol:[],pthread:[37,40],ptr:72,pub:12,published:12,pull:[],push:[12,17],pushes:53,put:190,puts:[],pyenv:18,python:[12,18,221],qps:[150,152],quantal:39,queries:[152,175],query:[],queryexpandertsv:[],question:42,quetzal:39,queue:9,quiet:229,quit:[],quiz:237,quote:191,raccoon:237,radious:163,rake:12,rakutan:240,raltime:210,ram:152,rand:[],range:[],ranguba:[33,41,49,78],raring:[40,41],rather:221,raw:119,rc:[53,71,85,144,193],rch:144,rd:[230,232],rdbms:[0,42],rdiscount:12,re:54,read:[175,229],readings:[172,197],readme:[12,40],reads:157,real:[46,175],realloc:35,really:[113,133,190,191],realtime:[136,210],receive:156,received:151,receiver:157,recently:86,recommend:221,recommended:[],record:[],records:[42,57,133,193,210],recovered:54,recovers:54,rect:162,rectangle:[],recursive:[],redcloth:12,redhat:37,reference:[40,42,63,78,115,132,133,140],referenced:102,referencedbycolumn:140,referencedbytable:140,referencedtable:140,references:[115,140],referencetable:140,regexp:173,regexplexicon:[128,201],register:[],registered:[72,127,175],regular:[153,201],reindex:[],relation:63,release:[12,31],released:[12,44],releases:71,remained:[193,201],remote:151,remove:[63,115,116,121,140],removed:127,removep:63,removing:54,renamed:[],rep:152,replaced:[155,157],replication:202,replied:241,replies:240,reply:240,repoforge:39,reports:72,repositories:12,request:[],required:[21,121,153,223],res2:66,res:[57,65,66,152],resizes:72,resource:229,resources:[53,54,71],response:[],rest:72,restart:227,restarted:[],result:[11,66,157,162,175,198,229,240],results:[39,66,175],retry:229,returned:[57,72],returns:[50,57,66,72],reuse:[],reverse:[12,153],rewrited:44,rf:153,rid:[59,60],right:57,ringtail:[40,41],rk:[],rl:213,rlimit:[40,193],rm:153,ro:144,roles:90,roonga:[190,191],root:[40,42,153,242],rose:235,row:175,rpm:[12,24,26,35,37,39,40,41],rroonga:[21,40,41,42,49,169,173,178,187,189,202,240],ruby:[],rubygems:39,rubyinstaller:8,rule:[],run:[],running:[54,129,151],runs:[151,157],sa:[136,208],sae:[136,208],saer:[136,208],saerc:[136,208],saerch:[136,208],sako:42,salamander:[40,41],same:[40,48,78,221],sample:[152,157],satoh:37,saucy:[40,41],save:12,say:191,scalar:132,scan:14,schema:[],scope:[],score1:11,score2:11,score:[],scorer:[],script:[],se:[144,207],sea:[144,207],sear:207,searc:207,search:[37,39,66,67,90,133,136,144,165,166,175,190,191,200,202,207,208,209,210],searched:57,sebastian:41,sec:48,second:[],section:[50,59,72,119,132,151],sed:[27,37,39,42],see:[72,90,151],segment:[43,87],segments:87,segv:[34,40],select:[],selector:98,selects:57,self:152,sen:44,senboku:40,send:[156,221],sender:157,senna:[],sense:[],sentense:42,separated:52,separately:[],sequence:[136,155,156,207,208,210],serach:208,serch:[136,208],sergei:42,sergey:41,serial:89,serihiro:39,serve:12,server:[],servers:115,service:[42,208,227],session:221,set:[63,152],sets:53,seven:238,sh:[12,21],sha:12,sharding:[42,110,111,112,113,114,115,205],share:28,shared:[48,50,54],shell:151,shibuya:35,shidara:37,shift:[28,213],shimada:35,shimamura:42,shimoda:35,shimomura:39,shinya:39,sho:40,shopping:192,shops:230,shorttext:[],should:[53,72,146],show:34,shows:52,shutdown:[],sid:[12,37,41,87],sigcont:40,sigint:37,sign:12,signing:12,sigsegv:66,sigstop:40,sigusr:37,silent:21,simple:227,since:[127,146,227],sis:37,sister:90,site:[128,235,236,238,242,245],sitecountry:[236,242],sitedomain:[236,242],sites:[101,104,105,106],six:238,size:[],sizeof:[42,53,56],sjis:[28,44,151],slash:191,sleepy:192,slices:[],slow:[],slower:[],small:121,smaller:78,smith:43,snake:42,snippet3:175,snippet:[],so:[54,63,66],soccer:237,socket:229,soft:214,software:30,solaris:[],solr:191,some:[42,71,155],sort:[],sortby:[],sorted:[],sound:[194,208],soundkitchen:[37,39],source:[],sourceforge:[12,42],sources:[],space:[42,72,78,190,201],span:[165,166,167,175],spec:[12,35,39,40],specification:[],specified:[57,64,72],specifies:151,specify:[17,63,151,153,155,157],specifying:72,speed:209,spelling:244,sphinx:[],sphr:162,spil:42,sports:237,sql:[110,133,202,236],squeeze:[12,40],src:66,ss:[191,193,201],ssh:12,ssssss:193,st:[144,191,213],stable:80,stack:[40,229],stage:[],stages:[],standard:215,standing:221,start:[42,82,110,135,192,227],started:[81,113,133,190,191],starting:72,starttime:[42,82,135,153,198,229,238,242],stateful:221,states:100,statistics:119,status:[],steve:43,still:129,stop:[39,42,151,153,227],storage:[165,166],store:[53,56,57,63],stored:[157,210],stores:56,str:[56,72],strerror:41,strict:41,string1:160,string2:160,string:[],strlen:72,studio:[8,31,39,40,42,43],su:43,sub:[],subject:40,submit:[136,156,207,208,210],subrecord:40,substitution:173,succeeded:[],success:229,successfully:72,successor:191,such:[17,39,127,155,157,175,210],sudo:[12,14,18,21,24,25,26,27,28,29,30,39,214,227,233,242],sufficient:72,suffixsearchterms:[190,191],suggest:[],suggestion:155,suitable:151,suited:175,sum:[33,41,113,133],summary:[],sums:[],sunos:41,superior:175,support:44,supported:[44,153],supports:[44,72,157],suppress:[],swig:44,synonym:[133,244],synonyms:200,syntax:[43,46,151,229],syscall:[41,238],sysctl:[42,214,233],system:[29,113,133,175,190,191,214,215],systemctl:[25,227],systemd:[25,39,42,43],systems:175,tab:52,table:[],tablecursor:42,tablegroupflags:42,tablename:80,tables:[],tag:[12,89,113,133,168,169,187,237],tags:[42,78,91,133,138,139,168,169,187,237],tahr:[30,41],tail:[12,229],tajima:39,takahiro:35,takashi:[37,100],takayama:42,takayuki:37,takes:129,takuto:35,tar:[12,24,25,26,27,28,29,30],target:[],taro:237,tasuku:44,tatsuya:39,tc:[60,67],tcp:[43,151,156],tdoo:[],te:[144,213],temporary:[54,151],term:[87,244],terminal:241,terms:[87,90,113,120,132,133,140,142,151,165,166,173,175,190,191,202,203,204,212,214,232,238],teruya:42,test:[12,14,152,235,238,240,241,242],testdb:[152,157],tests:12,tex:144,text:[],tf:[202,203,204],than:[43,78,201,210,221],thanks:241,that:[39,48,50,52,56,57,63,64,66,72,115,140,151,175,193,221],the:[16,39,44,48,50,52,53,54,56,57,63,64,66,72,97,113,115,121,129,133,140,151,153,155,156,157,162,175,190,191,210,214,221,227,241],theater:244,theatre:244,them:56,then:72,there:[78,151,190,221,227],therubyracer:12,thesaurus:133,these:[54,151,175],thorsten:43,thread:[],threads:97,threasd:151,three:[235,238],threshold:[37,42,62,63,99],through:153,thus:[155,157],tid:60,tiler:[],tim:33,time:[],timeout:[43,48,63],times:48,timestamp:[43,110,114,115,118,121,128],timestamps:115,timeuot:48,title:[12,40,41,101,104,105,106,128,140,173,178,202,235,236,237,238,240,242],titles:[190,191],tiwawan:42,tld:236,tls:43,tmp:[6,7,12,40,91,93,120,121,136,139,141,151,200,201,223,229,238,242],to:[],tobby:173,todo:[],token:[],tokenbigram:[],tokenbigramignoreblank:[],tokenbigramignoreblanksplitalpha:213,tokenbigramignoreblanksplitalphadigit:213,tokenbigramignoreblanksplitsymbol:[],tokenbigramignoreblanksplitsymbolalpha:[],tokenbigramignoreblanksplitsymbolalphadigit:[],tokenbigramsplitsymbol:[],tokenbigramsplitsymbolalpha:[],tokenbigramsplitsymbolalphadigit:[],tokenbigramsplitxxx:213,tokenbigrm:89,tokenbigrma:144,tokendelimit:[],tokendelimitnull:[],tokenfilterstem:[],tokenfilterstopword:[],tokenize:[],tokenizer:[],tokenizers:[],tokenkytea:39,tokenmecab:[],tokenregexp:[],tokens:144,tokentrigram:[],tokenunigram:[],tokyogeopoint:[],tom:173,tomita:35,tomo:237,tomoatsu:35,tomotaka:37,tomygx:42,too:[42,121,229,240],tood:[72,137],tool:21,top:[37,57,164],torinky:43,tortoisegit:8,totable:89,total:[87,119,152],touch:54,toybox:235,tracker:19,transfer:[0,221,227,229],transitional:227,translate:17,translation:17,travel:241,travi:40,travis:[],travisci:12,treated:[],trie:132,tried:241,tries:48,tritonn:[113,133,190,191],truncate:[],truncated:40,truncation:37,trust:12,trusty:[12,30,41],ts:213,tsu:42,tsv:[],turn:153,tutorial:72,tweet:192,tweets:192,twiter:39,two:157,tx:213,txt:[16,17],type:[],types:[],typo:[37,41],ueno:[35,36,39],ui:133,uid:12,uint:[],ul:144,ull:144,ultra:237,umask:41,umemoto:37,unchanged:72,under:[153,157],unicode:[42,194],unicorn:42,uninstall:39,unique:129,united:100,universe:30,unix:[],unknown:229,unlink:56,unlock:63,unlocked:72,unlocks:72,unmanaged:87,unmaps:54,unpatched:44,unsafe:54,unsigned:[41,49,50,56,59,63,64,66,67,69,72],unsplit:11,unsupported:229,until:[48,72],up:198,updated:[17,44,232],updates:175,updating:48,upload:12,uptime:[34,82,135,153,198,229,238,242],uri:[153,154,156],url:[12,37,41,101,154,242],usa:236,usage:151,use:[],used:[52,53,54,63,71,86,89,146,151,157,221,241],useful:[50,151,202,240],useless:54,user:[64,115,152,153,156,159,166,168,173,175,178,191,214,237],username:[31,237],users:[],uses:[52,54,157],using:[44,52,210,240],usr:[14,27,28,122,123,127,151,153],usually:157,utc:191,utf:[28,35,39,40,43,44,55,151,156,191,198,213],utopic:42,uubntu:14,uuid:43,uuuuuu:191,uzulla:37,v1:11,v2:11,vagrant:12,valgrind:14,valid:210,value:[],valuebuf:61,valuen:[168,169],values:[50,52,63,103,151],variable:72,variables:72,variety:237,vars:[64,72],varying:72,vector:[],version:[12,37,44,51,53,82,135,152,153,198,205,229,238,242],versions:227,vervet:[42,43],very:[81,103,113,133,165,166,168,175,190,191,202],via:210,video:237,virtualbox:12,visual:[8,31,37,39,40,41,42,43],vivid:[12,42,43],vm:[],vmstat:233,vmware:12,voiced:194,vojtovich:41,waits:[48,72],wanabe:40,want:[151,221],wareohji:39,warm:[],warn:[107,151],warning:[107,108,151,153,201,204],warp:41,watch:12,way:157,wc:[24,25,26,30],we:221,weakness:175,web:[12,28,34,133,136,190,208,210],webclips:167,weight:[33,39,50,78,119,132,133,156,202,235],welcome:[113,133,190,191,241],well:175,werewolf:[42,43],wget:[24,25,26,28,29,30],wgs:[],wheezy:37,when:[50,54,63,151,221],whether:[54,63],which:[72,151,157],whombx:40,wibowo:40,wiedenroth:41,wiki:153,wikipedia:[197,215],will:[63,72,151,221],wily:[42,43],win:[8,31],window:[],windows:[],wing:[39,40],without:[153,175,210],wo:213,wonderland:90,word:[39,133,190,191],words:191,worker:[],workers:[],works:72,world:213,write:[14,38,112,126,133,137],written:146,www:12,x6:12,xcode:27,xenial:[30,43],xerus:[30,43],xml:[],xt:[144,213],xvzf:[24,25,26,27,28,29,30],xxx:[33,40,42,43,133,151,191],xxxxx:12,yak:[30,43],yakkety:[30,43],yamaguchi:37,yappo:[40,41,44],years:46,yes:[14,33,42,43,82,101,102,112,115,121,133,136,140,150],yito:[39,40],yoji:37,yoku:[40,41],york:[162,241],yoshioka:39,you:[17,50,52,53,54,56,72,146,151,153,155,156,157,210,221],younger:90,your:[17,21,37],yuki:37,yum:[12,18,24,26,39],yunqiang:43,yutaro:42,yuya:42,yy:46,yyyy:[191,193],yyyymm:205,yyyymmdd:[110,112,113,115,205],zcat:43,zenigata:237,zeromq:28,zip:[],zlib:[25,28,30,35,37,39,40,41,50,90,119,132,229],zsh:[12,28],zstandard:[28,43,119],zunda:37,zxvf:12},titles:["1. Groonga\u306e\u7279\u5fb4","6. \u30af\u30e9\u30a4\u30a2\u30f3\u30c8","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","12. Groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","12.3. Groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","12.3.2. \u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","12.3.2.1. GNU Autotools\u3092\u4f7f\u3063\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","12.3.2.2. GNU/Linux\u307e\u305f\u306fUnix\u4e0a\u3067CMake\u3092\u4f7f\u3063\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","12.3.2.3. Windows\u4e0a\u3067CMake\u3092\u4f7f\u3063\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","12.3.3. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","12.3.4. \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","12.3.5. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","12.3.7. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","12.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","12.3.8. \u30c6\u30b9\u30c8\u65b9\u6cd5","12.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","12.2.3. C API","12.2.2. \u56fd\u969b\u5316","12.2.1. \u5c0e\u5165","12.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","11. \u958b\u767a","11.1. Travis CI","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","2.5. CentOS","2.3. Debian GNU/Linux","2.6. Fedora","2.2. Mac OS X","2.8. \u305d\u306e\u4ed6","2.7. Oracle Solaris","2.4. Ubuntu","2.1. Windows","9. \u5236\u9650\u4e8b\u9805","\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","News - 1.2.x","News - 1.3.x","News - 2.x","News - 3.x","News - 4.x","News - 5.x","News - 6.x","News in Senna period","7. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","7.18. \u30a8\u30a4\u30ea\u30a2\u30b9","7.24. API","7.24.2. \u5168\u4f53\u8a2d\u5b9a","7.24.4. <code class=\"docutils literal\"><span class=\"pre\">grn_cache</span></code>","7.24.5. <code class=\"docutils literal\"><span class=\"pre\">grn_column</span></code>","7.24.6. <code class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></code>","7.24.7. <code class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></code>","7.24.8. <code class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></code>","7.24.9. <code class=\"docutils literal\"><span class=\"pre\">grn_db</span></code>","7.24.10. <code class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></code>","7.24.11. grn_expr","7.24.12. <code class=\"docutils literal\"><span class=\"pre\">grn_geo</span></code>","7.24.13. <code class=\"docutils literal\"><span class=\"pre\">grn_hook</span></code>","7.24.14. <code class=\"docutils literal\"><span class=\"pre\">grn_ii</span></code>","7.24.15. <code class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></code>","7.24.16. <code class=\"docutils literal\"><span class=\"pre\">grn_info</span></code>","7.24.17. <code class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></code>","7.24.18. <code class=\"docutils literal\"><span class=\"pre\">grn_obj</span></code>","7.24.19. <code class=\"docutils literal\"><span class=\"pre\">grn_proc</span></code>","7.24.20. <code class=\"docutils literal\"><span class=\"pre\">grn_search</span></code>","7.24.21. <code class=\"docutils literal\"><span class=\"pre\">grn_table</span></code>","7.24.22. <code class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></code>","7.24.23. <code class=\"docutils literal\"><span class=\"pre\">grn_thread_*</span></code>","7.24.24. <code class=\"docutils literal\"><span class=\"pre\">grn_type</span></code>","7.24.25. <code class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></code>","7.24.1. \u6982\u8981","7.24.3. Plugin","Cast","7.6. \u30ab\u30e9\u30e0","7.6.4. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0","7.6.3. \u64ec\u4f3c\u30ab\u30e9\u30e0","7.6.1. \u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0","7.6.2. \u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","7.3. \u30b3\u30de\u30f3\u30c9","7.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","7.3.2. \u51fa\u529b\u5f62\u5f0f","7.3.3. \u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8","7.3.4. \u30ea\u30af\u30a8\u30b9\u30c8ID","7.3.5. \u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8","7.3.6. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","7.3.7. <code class=\"docutils literal\"><span class=\"pre\">cache_limit</span></code>","7.3.8. <code class=\"docutils literal\"><span class=\"pre\">check</span></code>","7.3.9. <code class=\"docutils literal\"><span class=\"pre\">clearlock</span></code>","7.3.10. <code class=\"docutils literal\"><span class=\"pre\">column_copy</span></code>","7.3.11. <code class=\"docutils literal\"><span class=\"pre\">column_create</span></code>","7.3.12. <code class=\"docutils literal\"><span class=\"pre\">column_list</span></code>","7.3.13. <code class=\"docutils literal\"><span class=\"pre\">column_remove</span></code>","7.3.14. <code class=\"docutils literal\"><span class=\"pre\">column_rename</span></code>","7.3.15. <code class=\"docutils literal\"><span class=\"pre\">config_delete</span></code>","7.3.16. <code class=\"docutils literal\"><span class=\"pre\">config_get</span></code>","7.3.17. <code class=\"docutils literal\"><span class=\"pre\">config_set</span></code>","7.3.18. <code class=\"docutils literal\"><span class=\"pre\">database_unmap</span></code>","7.3.19. <code class=\"docutils literal\"><span class=\"pre\">define_selector</span></code>","7.3.20. <code class=\"docutils literal\"><span class=\"pre\">defrag</span></code>","7.3.21. <code class=\"docutils literal\"><span class=\"pre\">delete</span></code>","7.3.22. <code class=\"docutils literal\"><span class=\"pre\">dump</span></code>","7.3.23. <code class=\"docutils literal\"><span class=\"pre\">io_flush</span></code>","7.3.24. <code class=\"docutils literal\"><span class=\"pre\">load</span></code>","7.3.25. <code class=\"docutils literal\"><span class=\"pre\">lock_acquire</span></code>","7.3.26. <code class=\"docutils literal\"><span class=\"pre\">lock_clear</span></code>","7.3.27. <code class=\"docutils literal\"><span class=\"pre\">lock_release</span></code>","7.3.28. <code class=\"docutils literal\"><span class=\"pre\">log_level</span></code>","7.3.29. <code class=\"docutils literal\"><span class=\"pre\">log_put</span></code>","7.3.30. <code class=\"docutils literal\"><span class=\"pre\">log_reopen</span></code>","7.3.31. <code class=\"docutils literal\"><span class=\"pre\">logical_count</span></code>","7.3.32. <code class=\"docutils literal\"><span class=\"pre\">logical_parameters</span></code>","7.3.33. <code class=\"docutils literal\"><span class=\"pre\">logical_range_filter</span></code>","7.3.34. <code class=\"docutils literal\"><span class=\"pre\">logical_select</span></code>","7.3.35. <code class=\"docutils literal\"><span class=\"pre\">logical_shard_list</span></code>","7.3.36. <code class=\"docutils literal\"><span class=\"pre\">logical_table_remove</span></code>","7.3.37. <code class=\"docutils literal\"><span class=\"pre\">normalize</span></code>","7.3.38. <code class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></code>","7.3.39. <code class=\"docutils literal\"><span class=\"pre\">object_exist</span></code>","7.3.40. <code class=\"docutils literal\"><span class=\"pre\">object_inspect</span></code>","7.3.41. <code class=\"docutils literal\"><span class=\"pre\">object_list</span></code>","7.3.42. <code class=\"docutils literal\"><span class=\"pre\">object_remove</span></code>","7.3.43. <code class=\"docutils literal\"><span class=\"pre\">plugin_register</span></code>","7.3.44. <code class=\"docutils literal\"><span class=\"pre\">plugin_unregister</span></code>","7.3.45. <code class=\"docutils literal\"><span class=\"pre\">query_expand</span></code>","7.3.46. <code class=\"docutils literal\"><span class=\"pre\">quit</span></code>","7.3.47. <code class=\"docutils literal\"><span class=\"pre\">range_filter</span></code>","7.3.48. <code class=\"docutils literal\"><span class=\"pre\">register</span></code>","7.3.49. <code class=\"docutils literal\"><span class=\"pre\">reindex</span></code>","7.3.50. <code class=\"docutils literal\"><span class=\"pre\">request_cancel</span></code>","7.3.51. <code class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></code>","7.3.52. <code class=\"docutils literal\"><span class=\"pre\">ruby_load</span></code>","7.3.53. <code class=\"docutils literal\"><span class=\"pre\">schema</span></code>","7.3.54. <code class=\"docutils literal\"><span class=\"pre\">select</span></code>","7.3.55. <code class=\"docutils literal\"><span class=\"pre\">shutdown</span></code>","7.3.56. <code class=\"docutils literal\"><span class=\"pre\">status</span></code>","7.3.57. <code class=\"docutils literal\"><span class=\"pre\">suggest</span></code>","7.3.58. <code class=\"docutils literal\"><span class=\"pre\">table_copy</span></code>","7.3.59. <code class=\"docutils literal\"><span class=\"pre\">table_create</span></code>","7.3.60. <code class=\"docutils literal\"><span class=\"pre\">table_list</span></code>","7.3.61. <code class=\"docutils literal\"><span class=\"pre\">table_remove</span></code>","7.3.62. <code class=\"docutils literal\"><span class=\"pre\">table_rename</span></code>","7.3.63. <code class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></code>","7.3.64. <code class=\"docutils literal\"><span class=\"pre\">thread_limit</span></code>","7.3.65. <code class=\"docutils literal\"><span class=\"pre\">tokenize</span></code>","7.3.66. <code class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></code>","7.3.67. <code class=\"docutils literal\"><span class=\"pre\">truncate</span></code>","7.17. \u8a2d\u5b9a","7.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","7.1.1. <code class=\"docutils literal\"><span class=\"pre\">grndb</span></code>","7.1.2. grnslap","7.1.3. <code class=\"docutils literal\"><span class=\"pre\">groonga</span></code> \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","7.1.4. groonga-benchmark","7.1.5. groonga-httpd","7.1.6. Groonga HTTP\u30b5\u30fc\u30d0\u30fc","7.1.7. groonga-suggest-create-dataset","7.1.8. <code class=\"docutils literal\"><span class=\"pre\">groonga-suggest-httpd</span></code>","7.1.9. groonga-suggest-learner","7.14. \u95a2\u6570","7.14.1. <code class=\"docutils literal\"><span class=\"pre\">between</span></code>","7.14.2. edit_distance","7.14.3. <code class=\"docutils literal\"><span class=\"pre\">fuzzy_search</span></code>","7.14.4. <code class=\"docutils literal\"><span class=\"pre\">geo_distance</span></code>","7.14.5. geo_in_circle","7.14.6. geo_in_rectangle","7.14.7. <code class=\"docutils literal\"><span class=\"pre\">highlight_full</span></code>","7.14.8. <code class=\"docutils literal\"><span class=\"pre\">highlight_html</span></code>","7.14.9. <code class=\"docutils literal\"><span class=\"pre\">html_untag</span></code>","7.14.10. <code class=\"docutils literal\"><span class=\"pre\">in_records</span></code>","7.14.11. <code class=\"docutils literal\"><span class=\"pre\">in_values</span></code>","7.14.12. now","7.14.13. <code class=\"docutils literal\"><span class=\"pre\">number_classify</span></code>","7.14.14. <code class=\"docutils literal\"><span class=\"pre\">prefix_rk_search</span></code>","7.14.15. <code class=\"docutils literal\"><span class=\"pre\">query</span></code>","7.14.16. rand","7.14.17. <code class=\"docutils literal\"><span class=\"pre\">snippet_html</span></code>","7.14.18. <code class=\"docutils literal\"><span class=\"pre\">string_length</span></code>","7.14.19. <code class=\"docutils literal\"><span class=\"pre\">string_substring</span></code>","7.14.20. <code class=\"docutils literal\"><span class=\"pre\">sub_filter</span></code>","7.14.21. <code class=\"docutils literal\"><span class=\"pre\">time_classify_day</span></code>","7.14.22. <code class=\"docutils literal\"><span class=\"pre\">time_classify_hour</span></code>","7.14.23. <code class=\"docutils literal\"><span class=\"pre\">time_classify_minute</span></code>","7.14.24. <code class=\"docutils literal\"><span class=\"pre\">time_classify_month</span></code>","7.14.25. <code class=\"docutils literal\"><span class=\"pre\">time_classify_second</span></code>","7.14.26. <code class=\"docutils literal\"><span class=\"pre\">time_classify_week</span></code>","7.14.27. <code class=\"docutils literal\"><span class=\"pre\">time_classify_year</span></code>","7.14.28. <code class=\"docutils literal\"><span class=\"pre\">vector_new</span></code>","7.14.29. <code class=\"docutils literal\"><span class=\"pre\">vector_size</span></code>","7.14.30. <code class=\"docutils literal\"><span class=\"pre\">vector_slice</span></code>","7.12. grn_expr","7.12.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","7.12.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","7.20. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","7.22. \u30ed\u30b0","7.7. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.16. \u64cd\u4f5c\u65b9\u6cd5","7.16.1. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","7.16.2. \u524d\u65b9\u4e00\u81f4RK\u691c\u7d22","7.2. \u51fa\u529b","7.10. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","7.10.1. QueryExpanderTSV","7.13. \u6b63\u898f\u8868\u73fe","7.11. \u30b9\u30b3\u30a2\u30e9\u30fc","7.11.3.1. <code class=\"docutils literal\"><span class=\"pre\">scorer_tf_at_most</span></code>","7.11.3.2. <code class=\"docutils literal\"><span class=\"pre\">scorer_tf_idf</span></code>","7.21. \u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0","7.19. \u30b5\u30b8\u30a7\u30b9\u30c8","7.19.2. \u88dc\u5b8c","7.19.3. \u88dc\u6b63","7.19.1. \u306f\u3058\u3081\u306b","7.19.4. \u63d0\u6848","7.5. \u30c6\u30fc\u30d6\u30eb","7.9. \u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc","7.8. \u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc","7.23. \u30c1\u30e5\u30fc\u30cb\u30f3\u30b0","7.4. \u30c7\u30fc\u30bf\u578b","7.15. \u30a6\u30a3\u30f3\u30c9\u30a6\u95a2\u6570","7.15.1. <code class=\"docutils literal\"><span class=\"pre\">record_number</span></code>","7.15.2. <code class=\"docutils literal\"><span class=\"pre\">window_record_number</span></code>","7.15.3. <code class=\"docutils literal\"><span class=\"pre\">window_sum</span></code>","5. \u30b5\u30fc\u30d0\u30fc","5.3. GQTP","5.2. HTTP","5.2.1. \u6bd4\u8f03","5.2.2. groonga","5.2.3. groonga-httpd","5.4. Memcached\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb","5.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","8. \u4ed5\u69d8","8.1. GQTP","8.2. \u691c\u7d22","10. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","10.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","10.2. mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","4.9. \u5168\u6587\u691c\u7d22\u7528\u306e\u8a9e\u5f59\u8868\u306e\u4f5c\u6210","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6"],titleterms:{"()":11,"(geopoint":241,"(v":11,"-benchmark":152,"-command":80,"-create":155,"-dataset":155,"-default":28,"-document":18,"-encoding":28,"-escalation":28,"-examples":12,"-files":12,"-gqtp":227,"-help":28,"-http":227,"-httpd":[153,156,157,225,227],"-latest":12,"-learner":[156,157],"-localstatedir":28,"-log":28,"-lz4":28,"-match":28,"-message":28,"-munin":28,"-pack":28,"-package":28,"-path":28,"-platform":28,"-plugins":28,"-po":12,"-prefix":28,"-release":12,"-server":227,"-suggest":[155,156,157],"-target":149,"-threshold":28,"-version":80,"-with":28,"-zlib":28,".group":[113,133],".max":214,".maxfileperproc":214,".overcommit":214,".po":17,".po\u30d5\u30a1\u30a4\u30eb":17,".sort":[113,133],"/linux":[7,25],":*":120,":index":120,"=encoding":28,"=message":28,"=number":28,"=path":28,"=platform":28,"[$":[113,133],"\u3042\u3052\u308b":232,"\u3042\u308a":[190,191],"\u3042\u308b":241,"\u3044\u304f":10,"\u3044\u308b":[115,140,196],"\u3044\u308d\u3044\u308d":235,"\u3046\u307e\u304f":10,"\u304a\u304f":10,"\u304a\u3055\u3089\u3044":10,"\u304a\u6c17":241,"\u304a\u77e5\u3089":[33,34,35,36],"\u304b\u3089":[6,7,8,10,24,25,26,27,28,30,31,156,197],"\u304c\u3063":240,"\u3053\u3061\u3089":10,"\u3053\u3068":12,"\u3054\u3068":240,"\u3055\u307e\u3056\u307e\u306a":245,"\u3059\u308b":[5,6,7,8,10,12,14,19,78,84,90,115,153,157,207,208,210,232,233,236,240],"\u305d\u306e":[28,201],"\u305f\u3044":12,"\u305f\u3081":[10,11,113,133],"\u3060\u3051":[10,12,78],"\u3065\u3051":80,"\u3066\u308b":241,"\u3067\u304d":[115,140,215],"\u3067\u304d\u308b":[10,11],"\u3068\u3044\u3046":120,"\u3068\u3057\u3066":215,"\u3068\u308a":10,"\u306a\u3044":[10,115,140,215],"\u306a\u3057":[191,223],"\u306a\u306b":213,"\u306b\u3088\u308b":[236,240,243],"\u306b\u5bfe\u3059\u308b":240,"\u306b\u95a2\u3059\u308b":215,"\u306e\u306b":232,"\u306e\u307f":[12,14],"\u306f\u3058\u3081":209,"\u3078\u3068":10,"\u307e\u305f":[7,240],"\u307e\u305f\u3050":240,"\u307e\u3068\u3081":12,"\u3084\u308a":10,"\u3084\u308b":12,"\u3088\u3046":[207,208,210],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":223,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":223,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30a2\u30f3\u30ab\u30fc":201,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":12,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":31,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[6,7,8,14,17,18,23,200],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[32,90,192,201,237,240],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[75,90,238],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":138,"\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30a6\u30a3\u30f3\u30c9\u30a6":[113,133,216],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":12,"\u30a8\u30a4\u30ea\u30a2\u30b9":46,"\u30a8\u30b9\u30b1\u30fc\u30d7":[190,201],"\u30a8\u30e9\u30fc":[81,233],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[120,199],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":191,"\u30aa\u30d7\u30b7\u30e7\u30f3":[150,151,152,155,157],"\u30ab\u30b9\u30b1\u30fc\u30c9":100,"\u30ab\u30d0\u30ec\u30c3\u30b8":14,"\u30ab\u30e9\u30e0":[32,74,76,89,90,113,119,133,140,162,236,238,240],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":240,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":0,"\u30ad\u30e3\u30c3\u30b7\u30e5":[112,133,153],"\u30ad\u30fc\u30ef\u30fc\u30c9":[232,241],"\u30af\u30a8\u30ea":[0,11,244],"\u30af\u30a8\u30ea\u30fc":[153,190,199],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":153,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":193,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":1,"\u30af\u30e9\u30b9":201,"\u30b0\u30eb\u30fc\u30d7":[190,191,201],"\u30b1\u30fc\u30b9":[115,140],"\u30b3\u30de\u30f3\u30c9":[79,147,149,151,154,205,238,242],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[80,223],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":152,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[151,156,198],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":2,"\u30b3\u30e1\u30f3\u30c8":241,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[3,15],"\u30b5\u30a4\u30ba":90,"\u30b5\u30b8\u30a7\u30b9\u30c8":[156,206],"\u30b5\u30f3\u30d7\u30eb":[150,152],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[190,191],"\u30b5\u30fc\u30d0":[0,229,242],"\u30b5\u30fc\u30d0\u30fc":[154,220,227],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":227,"\u30b7\u30b9\u30c6\u30e0":[19,241],"\u30b7\u30d5\u30c8":191,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":205,"\u30b8\u30aa\u30b5\u30fc\u30c1":237,"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[77,90],"\u30b9\u30af\u30ea\u30d7\u30c8":[12,191],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":152,"\u30b9\u30b3\u30a2\u30e9\u30fc":202,"\u30b9\u30b3\u30a2\u30fc":133,"\u30b9\u30bf\u30a4\u30eb":133,"\u30b9\u30c8\u30ec\u30fc\u30b8":0,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":0,"\u30b9\u30e9\u30a4\u30b9":133,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":242,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":191,"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":156,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":[6,7,8,18],"\u30bd\u30fc\u30b9":[24,25,26,27,28,30,31],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":12,"\u30bd\u30fc\u30c8":[236,245],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":84,"\u30bf\u30b0":237,"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":138,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":223,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":12,"\u30c1\u30a7\u30c3\u30af\u30a2\u30a6\u30c8":[6,7,8],"\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":234,"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":214,"\u30c4\u30a4\u30fc\u30c8":10,"\u30c4\u30fc\u30eb":[28,153,242],"\u30c6\u30b9\u30c8":14,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u30c6\u30fc\u30d6\u30eb":[32,89,90,115,119,138,140,157,173,211,215,235,238,240,241],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":153,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30c7\u30d0\u30c3\u30ac":14,"\u30c7\u30d5\u30a9\u30eb\u30c8":84,"\u30c7\u30fc\u30bf":[90,138,207,210,215,235,238,241],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[119,223,238],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":153,"\u30c7\u30fc\u30e2\u30f3":229,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[152,231],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":0,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[213,232],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":213,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":212,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[12,15,22],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[113,133,236],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":194,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":78,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":241,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":226,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":19,"\u30d0\u30fc\u30b8\u30e7\u30f3":[12,34,35,36,80],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":12,"\u30d1\u30c3\u30b1\u30fc\u30b8":12,"\u30d1\u30c3\u30c1":17,"\u30d1\u30c8\u30ea\u30b7\u30a2":243,"\u30d1\u30e9\u30e1\u30fc\u30bf":[80,240],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[113,133],"\u30d3\u30c3\u30c8":191,"\u30d3\u30eb\u30c9":[5,6,7,8,12,24,25,26,27,28,30,31],"\u30d5\u30a1\u30a4\u30eb":[11,12,17,18,148,151,200,214,223],"\u30d5\u30a9\u30ed\u30fc":241,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[133,193,200],"\u30d5\u30ec\u30fc\u30ba":190,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":242,"\u30d6\u30ed\u30b0":12,"\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8":82,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":223,"\u30d7\u30ed\u30bb\u30b9":214,"\u30d7\u30ed\u30bb\u30b9\u30ed\u30b0":193,"\u30d7\u30ed\u30c8\u30b3\u30eb":229,"\u30d7\u30ed\u30d1\u30c6\u30a3":120,"\u30d8\u30c3\u30c0\u30fc":229,"\u30d9\u30af\u30bf\u30fc":215,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[78,90,235],"\u30da\u30fc\u30b8\u30f3\u30b0":133,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":241,"\u30de\u30c3\u30c1":191,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":190,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":90,"\u30e1\u30e2\u30ea":214,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[2,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":153,"\u30e6\u30fc\u30b6\u30fc":[10,156,241],"\u30e6\u30fc\u30b6\u30fcid":241,"\u30e9\u30a4\u30d6\u30e9\u30ea":[0,28],"\u30ea\u30af\u30a8\u30b9\u30c8":[83,84],"\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":84,"\u30ea\u30af\u30a8\u30b9\u30c8id":83,"\u30ea\u30bd\u30fc\u30b9":[115,140],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[84,85],"\u30ea\u30c6\u30e9\u30eb":191,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":153,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":45,"\u30ea\u30dd\u30b8\u30c8\u30ea":[13,17],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":[5,6,7,8],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":242,"\u30ea\u30ea\u30fc\u30b9":[12,33,34,35,36,37,38,39,40,41,42,43],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":12,"\u30eb\u30fc\u30eb":205,"\u30ec\u30b3\u30fc\u30c9":[90,133,238],"\u30ec\u30b3\u30fc\u30c9id":211,"\u30ed\u30b0":[109,193],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":0,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":109,"\u30ed\u30fc\u30c9":[78,238,241],"\u30ed\u30fc\u30de":197,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":14,"\u4e00\u6642":211,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":[],"\u4e00\u7dd2":[115,140],"\u4e00\u81f4":[230,243],"\u4e00\u81f4rk":[],"\u4e00\u89a7":[85,147,149,194,199,205,241],"\u4e00\u90e8":115,"\u4e0a\u9650":32,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4e0d\u7b49\u4fa1":[190,191],"\u4e26\u3079":238,"\u4e26\u5217":12,"\u4e3b\u30ad\u30fc":[215,243],"\u4e57\u7b97":191,"\u4e8b\u9805":[32,152,215],"\u4ed5\u65b9":17,"\u4ed5\u69d8":228,"\u4ed8\u304d":[18,191,237],"\u4ed8\u4e0e":240,"\u4ee3\u5165":191,"\u4ee3\u5165\u5f0f":190,"\u4ee5\u4e0a":[190,191],"\u4ee5\u4e0b":190,"\u4ee5\u4e0b\u6f14":191,"\u4f4d\u7f6e":[0,80,162,196,241,245],"\u4f5c\u308a\u65b9":78,"\u4f5c\u308b":6,"\u4f5c\u6210":[12,90,138,238,239,241],"\u4f5c\u696d":12,"\u4f7f\u3044":230,"\u4f7f\u3044\u65b9":[46,75,77,78,82,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,149,151,152,153,156,157,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,192,197,198,200,201,202,203,204,207,208,210,217,218,219],"\u4f7f\u3046":[153,156,162],"\u4f7f\u3063":[6,7,8],"\u4f7f\u7528":214,"\u4f8b\u3048":10,"\u4f9d\u5b58":28,"\u4fdd\u5b58":[138,235],"\u4fee\u6b63":[33,34,35,36,37,39,40,41,42,43,44],"\u5165\u308a":241,"\u5165\u529b":156,"\u5165\u6f14":191,"\u5168\u4f53":48,"\u5168\u6587":[0,232,238,240,245],"\u5168\u6587\u691c":[90,238,239],"\u5168\u6587\u691c\u7d22":190,"\u516c\u958b":12,"\u5171\u6709":0,"\u5171\u8d77":[207,208,210],"\u5171\u901a":120,"\u518d\u8d77\u52d5":227,"\u51fa\u529b":[17,81,113,133,198,238],"\u5206\u3051":230,"\u5229\u7528":[115,140,153,212,245],"\u5236\u5fa1":191,"\u5236\u9650":[32,78,152,200,211,215,236],"\u524a\u6e1b":[115,140],"\u524a\u9664":[100,115,140],"\u524d\u63d0":12,"\u524d\u65b9":243,"\u524d\u65b9\u4e00\u81f4":[190,191,197,207],"\u5270\u4f59":191,"\u5272\u308a":83,"\u52a0\u7b97":191,"\u52d5\u4f5c":[12,14,207,208,210],"\u52d5\u7684":[113,133,192],"\u5354\u529b":10,"\u5358\u8a9e":191,"\u5373\u6642":0,"\u539f\u56e0":232,"\u53c2\u7167":[0,90,140,229,235,237],"\u53c2\u7167\u578b":78,"\u53c2\u8003":[6,7,8,46,81,83,84,85,86,88,90,91,94,95,96,98,100,103,104,106,107,108,109,114,116,117,120,122,123,124,126,127,129,130,131,132,133,136,138,142,144,145,155,156,165,166,172,173,175,178,189,194,197,200,203,204,211,212],"\u53d6\u308a\u6d88\u3057":12,"\u53d6\u5f97":[12,238],"\u53e4\u3044":33,"\u53ef\u80fd":[0,89,90,94,95,96,97,101,102,110,111,112,113,114,115,116,118,119,120,121,124,132,134,135,137,138,140,142,143,144,153,156,162,166,168,173,203,204,212],"\u540c\u3058":232,"\u540d\u524d":[76,150,152,154,155,160,163,164,170,174,215],"\u5411\u3051":[4,12],"\u5426\u5b9a":[190,191],"\u547c\u3073\u51fa\u3057":191,"\u547d\u4ee4":152,"\u548c\u4ee3":191,"\u548c\u6f14":191,"\u56de\u907f":233,"\u56fa\u6709":120,"\u56fd\u969b\u5316":17,"\u5727\u7e2e":223,"\u57fa\u672c":[115,140,191,238],"\u5831\u544a":19,"\u5834\u5408":[12,81,240],"\u5834\u6240":[10,200],"\u58ca\u308c":115,"\u5909\u63db":197,"\u5909\u66f4":[35,89,223,232],"\u5909\u66f4\u70b9":12,"\u5927\u304d\u306a":138,"\u5927\u306a\u308a":[190,191],"\u5b66\u7fd2":[156,207,208,209,210],"\u5b8c\u5168":230,"\u5b9f\u4f8b":11,"\u5b9f\u73fe":11,"\u5b9f\u884c":[6,7,8,11,12,14,18,148,151,152,153],"\u5b9f\u9a13":37,"\u5bc6\u9375":12,"\u5bfe\u5fdc":[10,196,223],"\u5bfe\u7b56":[232,233],"\u5bfe\u8c61":[90,140],"\u5c0e\u5165":18,"\u5c0f\u3055":90,"\u5c0f\u306a\u308a":[190,191],"\u5c0f\u6570":191,"\u5c55\u958b":199,"\u5dee\u6f14":191,"\u5ea7\u6a19\u5024":191,"\u5f15\u6570":[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,118,119,120,121,124,125,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,146,150,151,152,156,157,159,160,162,163,164,165,166,167,168,169,172,173,174,178,186,187,203,204,214],"\u5f53\u3066\u308b":83,"\u5f62\u5f0f":[81,103],"\u5f8c\u65b9":243,"\u5f8c\u65b9\u4e00\u81f4":[190,191],"\u5fc5\u8981":[6,7,8,18,167],"\u5fc5\u9808":[89,90,91,93,94,95,96,97,102,110,111,112,113,114,115,116,118,119,120,121,124,129,132,133,134,135,137,138,140,141,142,143,144,146,156,162,166,168,173,203,204],"\u6027\u80fd":[153,223],"\u60c5\u5831":[0,4,10,14,196,241,245],"\u611f\u8b1d":[33,34,35,36,37,38,39,40,41,42,43],"\u6210\u529f":81,"\u6210\u679c":17,"\u623b\u308a\u5024":[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,154,156,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,203,204,217,218,219],"\u624b\u9806":12,"\u6271\u3048\u308b":90,"\u6295\u7a3f":241,"\u62bd\u51fa":[191,210],"\u62e1\u5f35":244,"\u6307\u5b9a":[12,80,156,162,190,215,238,240],"\u6307\u91dd":10,"\u6319\u52d5":230,"\u6392\u4ed6":191,"\u63a5\u7d9a":229,"\u63d0\u4f9b":10,"\u63d0\u6848":[209,210],"\u64cd\u4f5c":[195,238],"\u64ec\u4f3c":76,"\u6539\u826f":[33,34,35,36,37,38,39,40,41,42,43,44],"\u6570\u5024":235,"\u6574\u6570":191,"\u6587\u5b57":201,"\u6587\u5b57\u5217":[191,235],"\u6587\u66f8":[190,191,208],"\u6587\u6cd5":245,"\u65b0\u3057\u3044":17,"\u65b9\u6cd5":[3,5,6,7,8,12,14,15,17,46,78,80,83,84,89,192,195,207,208,210,232,233],"\u65e5\u6642":235,"\u660e\u793a":12,"\u660e\u793a\u7684":162,"\u6642\u9593":[191,241],"\u66f4\u65b0":[0,12,17,18,207],"\u66f8\u304d":230,"\u66f8\u5f0f":[150,152,154,157,160,163,164,170,174,238],"\u66ff\u3048":238,"\u6700\u521d":12,"\u6700\u5927":214,"\u6709\u52b9":84,"\u6761\u4ef6":[12,133,167,190,245],"\u6761\u4ef6\u5f0f":190,"\u683c\u7d0d":215,"\u691c\u51fa":14,"\u691c\u7d22":[0,78,113,133,138,190,191,196,197,207,208,210,230,232,237,238,240,241,243,244,245],"\u691c\u7d22\u4f8b":11,"\u6982\u8981":[0,46,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,75,77,78,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,149,151,153,154,156,157,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,194,197,200,201,202,203,204,205,211,212,213,214,217,218,219],"\u69cb\u6587":[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,149,151,153,156,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,190,191,201,203,204,217,218,219],"\u69cb\u7bc9":[14,192],"\u69d8\u3005":14,"\u6a5f\u80fd":196,"\u6b63\u898f":[190,191,201],"\u6bce\u56de":12,"\u6bd4\u8f03":[191,223],"\u6c38\u7d9a":211,"\u6d41\u308c":17,"\u6d6e\u52d5":191,"\u6e1b\u7b97":191,"\u6e96\u5099":[12,244],"\u6f14\u7b97\u5b50":191,"\u70b9\u6570":191,"\u7279\u5b9a":[12,14],"\u7279\u5fb4":[0,211],"\u7279\u6709":153,"\u7279\u6b8a":152,"\u72ec\u81ea":191,"\u7406\u7531":10,"\u74b0\u5883":[12,14],"\u751f\u6210":[12,17,18],"\u7528\u3044":[109,245],"\u7528\u79d8":12,"\u7528\u8a9e\u96c6":205,"\u7570\u306a\u308b":232,"\u767b\u9332":[12,19],"\u7701\u7565":[89,90,94,95,96,97,101,102,110,111,112,113,114,115,116,118,119,120,121,124,132,134,135,137,138,140,142,143,144,156,162,166,168,173,203,204],"\u771f\u507d\u5024":[191,235],"\u77e5\u308a":12,"\u78ba\u8a8d":[12,17],"\u7a2e\u985e":[90,120,235],"\u7a4d\u4ee3":191,"\u7a4d\u6f14":191,"\u7b26\u53f7":191,"\u7b49\u4fa1":[190,191],"\u7b97\u5b50":191,"\u7b97\u8853":191,"\u7ba1\u7406":[153,242],"\u7bc4\u56f2":[138,238],"\u7c21\u5358":[113,133],"\u7d22\u5f15":0,"\u7d22\u7528":[90,238,239],"\u7d42\u4e86":[153,227,229],"\u7d44\u307f\u8fbc\u307f":[151,194,202,213],"\u7d44\u8fbc\u578b":215,"\u7d4c\u5ea6":0,"\u7d4c\u7def\u5ea6":235,"\u7d50\u5408\u5f0f":190,"\u7d50\u679c":[152,156,232,236,238],"\u7d5e\u8fbc":245,"\u7de8\u96c6":17,"\u7def\u5ea6":0,"\u7f6e\u63db":173,"\u7f72\u540d":12,"\u7ffb\u8a33":[12,17],"\u884c\u3046":12,"\u8868\u73fe":[11,190,191,201],"\u8868\u793a":238,"\u88dc\u5b8c":[207,209],"\u88dc\u6b63":[208,209],"\u8907\u6570":[223,236,240],"\u89e3\u6790":14,"\u89e3\u6c7a":46,"\u8a00\u8a9e":17,"\u8a2d\u5b9a":[12,21,48,84,89,147,153,223],"\u8a8d\u8a3c":223,"\u8a98\u5c0e":10,"\u8a9e\u5f59":[238,239],"\u8a9e\u5f59\u8868":138,"\u8aac\u660e":[76,150,152,160,163,164,170,174,215],"\u8aad\u307f":[197,207],"\u8ab2\u984c":19,"\u8ad6\u7406":[115,190,191],"\u8ad6\u7406\u548c":190,"\u8ad6\u7406\u7a4d":190,"\u8d77\u52d5":[156,227,229,242],"\u8ee2\u7f6e":0,"\u8fd1\u508d":[190,191],"\u8fd4\u5024":[160,163,164,170,174],"\u8ffd\u52a0":[17,194],"\u8ffd\u8de1":19,"\u9001\u308a\u65b9":[17,19],"\u9001\u4fe1":242,"\u9006\u5f15\u304d":237,"\u901a\u4fe1":9,"\u9032\u3081":10,"\u904e\u53bb":10,"\u9055\u3044":113,"\u9069\u7528":78,"\u9078\u629e":201,"\u90e8\u5206":[],"\u90e8\u5206\u4e00\u81f4":230,"\u914d\u5217":191,"\u91cd\u307f":[78,240],"\u91cd\u307f\u4ed8\u304d":[78,90],"\u91cf\u6307\u5b9a\u5b50":201,"\u958b\u3051\u308b":214,"\u958b\u767a":[4,10,20],"\u95a2\u4fc2":[28,113,133,237],"\u95a2\u4fc2\u5f0f":11,"\u95a2\u6570":[14,113,133,158,191,216],"\u95a2\u9023":[15,112,113,115,133,153,157,240],"\u95be\u5024":232,"\u9650\u308a":115,"\u9664\u7b97":191,"\u96c6\u8a08":0,"\u9759\u7684":[14,192],"\u975e\u308f\u304b\u3061":230,"\u985e\u4f3c":[190,191,208],"\u9ad8\u5ea6":[113,133],"\uff08personal":30,"_*":68,"cpu\u30b3\u30a2":223,"default":[80,138,173],"delete":100,"float":215,"function":[],"in":[44,168,169],"int":215,"new":[93,141],"null":191,"package":30,"}]":[113,133],_acquire:104,_api:11,_array:119,_at:203,_auto:153,_base:153,_border:[110,112,113,115,159],_buffer:119,_cache:[49,153],_calc:[113,133],_cancel:129,_chunk:119,_chunks:119,_circle:163,_classify:[171,179,180,181,182,183,184,185],_clear:105,_column:[50,119,142,168],_columns:[112,113,133,173,240],_command:51,_compress:119,_content:52,_copy:[89,137],_count:[110,214],_create:[90,138,153],_ctx:53,_cursor:[60,67],_dat:211,_data:70,_database:153,_day:179,_db:54,_delete:94,_distance:[160,162],_encoding:55,_equal:11,_escalation:[62,113,133],_escape:165,_eval:130,_exist:118,_expand:124,_expander:[113,133,173],_expansion:133,_expr:[11,56,189],_filter:[112,113,126,132,133,178],_filters:[120,132,138,144],_flags:[113,133],_flush:102,_full:[119,165],_garbage:119,_geo:57,_get:95,_hash:211,_hook:58,_hour:180,_html:[165,166,175],_id:119,_idf:204,_ii:59,_in:[119,163,164],_index:[60,111,112],_indexes:101,_info:61,_inspect:119,_install:28,_key:[110,112,113,115,119,211],_keys:[113,133],_length:176,_level:[107,153],_limit:[86,113,133,143,153],_list:[91,114,117,120,139,145],_load:131,_log:153,_map:214,_match:62,_max:119,_memory:214,_method:119,_minute:181,_mode:173,_month:182,_most:203,_n:[119,156],_name:[89,93,102,104,105,106,119,128,137,141,146,165,168],_new:186,_no:211,_not:[94,96,104,106],_number:[217,218],_obj:63,_of:119,_offset:[113,133],_or:[94,96,104,106,159],_output:[113,133],_pack:28,_parameters:111,_pat:211,_path:[153,156,157],_physical:119,_plugins:101,_position:119,_prefix:28,_proc:64,_processes:153,_put:108,_query:153,_range:112,_raw:119,_record:218,_records:[101,119,168],_rectangle:164,_register:122,_release:106,_remove:[92,115,121,140],_rename:[93,141],_reopen:109,_rk:172,_schema:101,_search:[65,161,172],_second:183,_section:119,_segment:119,_segments:119,_select:[11,113],_selector:98,_set:96,_shard:114,_size:[119,187],_slice:188,_sort:[113,133],_sortby:[113,133],_source:119,_statistics:119,_string:[173,178],_substring:177,_sum:219,_table:[11,66,67,89,110,112,113,114,115,119,168],_tagn:165,_target:[113,133],_tf:[203,204],_thread:68,_threshold:[113,133],_tokenize:142,_tokenizer:138,_total:119,_type:[52,69,119,120,138,162,229],_types:[113,133],_unmanaged:119,_unmap:97,_unregister:123,_untag:167,_use:119,_user:70,_value:[119,159,169],_values:169,_version:[51,80],_week:184,_weight:119,_year:185,adjuster:133,allocate:233,api:[16,47],approximate:162,archive:30,arg:11,autotools:6,between:159,bigram:241,blogroonga:12,body:81,bool:215,cache:[86,112,133],calc:113,callback:11,candidate:156,cannot:233,cast:73,centos:24,changes:44,check:[87,149],ci:21,clang:14,clearlock:88,client:151,clone:17,close:165,cmake:[7,8],column:[89,90,91,92,93,119,120,132,159,165,172,203,204],columns:[113,133],command:[80,132],comments:241,condition:168,config:[94,95,96],configure:[6,12,18,28],contain:11,cutter:[12,14],daemon:151,data:[119,157],database:[97,119,156,157],db:11,debian:[12,25],define:98,defrag:99,dependent:[115,140],desctipion:155,domain:236,drilldown:[113,133],drilldowns:[113,133],dump:101,edit:160,ellipsoid:162,enable:18,equal:11,exit:155,facebook:[2,12],fedora:26,files:[155,157],filter:[110,112,113,133,178],flags:[90,113,116,120,133,138,142,144,173,229],force:[115,121],freebsd:214,from:[89,137,157],fuzzy:161,geo:[162,163,164],geoindex:241,geopoint:[215,241],get:156,gnu:[6,7,25],gqtp:[9,221,227,229],greater:11,grn:[11,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,189],grndb:149,grnslap:150,grntest:12,groonga:[0,3,4,5,6,7,8,9,11,12,17,22,44,151,152,153,154,155,156,157,224,225,227],gzip:223,hashtags:241,hat:12,header:[81,94,95,96,104,106,120,132],highlight:[165,166],homebrew:[12,27],how:221,html:[17,18,167],http:[154,198,222,227,242],https:223,id:[83,129],index:[119,132,142,203,204],install:28,io:102,javascript:245,jessie:25,json:[81,103],kern:214,key:[94,95,96,138],keys:[113,133],keywordn:165,label:[113,133],lcov:14,learning:157,less:11,libmemcached:14,limit:[112,113,133],linux:214,load:103,location:162,lock:[104,105,106],log:[107,108,109,157],logical:[110,111,112,113,114,115],longtext:215,mac:27,macports:27,make:[6,7,12,28],match:[113,133,173,240],max:[86,110,112,113,115,143,159],memcached:226,memory:233,messagepack:81,min:[110,112,113,115,159],mmap:233,mode:[11,134,142,144,151,168],mroonga:0,name:[90,93,113,118,119,121,133,138,140,141],near:11,news:[37,38,39,40,41,42,43,44],nginx:153,nofile:214,normalize:116,normalizer:[116,117,132,138,144,165],normalizerauto:194,normalizernfkc:194,normalizers:132,not:11,now:170,number:171,object:[118,119,120,121],objects:120,offset:[112,113,133],open:165,oracle:29,order:112,os:27,output:[112,113,133],parameters:[],path:131,period:44,plugin:[72,122,123,132],plugins:132,po:12,point:162,post:[153,223],ppa:[12,30],prefix:[11,172],proc:120,protocol:229,proxy:153,pull:17,query:[113,124,133,172,173,229],queryexpandertsv:200,quit:125,rand:174,range:[111,120,126],record:217,recover:149,rectangle:162,recursive:102,red:12,redmine:10,register:127,reindex:128,related:[],request:[17,129],rk:[197,207],ruby:[130,131],run:221,schema:132,scope:178,score:156,scorer:[113,133,203,204,245],script:130,select:[113,133],senna:44,server:151,shard:[110,112,113,115],shorttext:215,shutdown:134,similar:11,size:229,slice:[],slices:133,snippet:175,solaris:29,sort:[113,133],sortby:[113,133],source:[90,132],sources:120,sphere:162,sphinx:17,stage:[113,133],standalone:151,status:[135,155,229],string:[116,142,144,176,177],sub:178,succeeded:[94,96,104,106],suffix:11,suggest:136,summary:221,synopstis:155,table:[90,91,93,119,120,132,133,137,138,139,140,141,142,211],tables:[101,132],target:[102,104,105,106,128,146,169,187],text:[166,215],thread:143,time:[179,180,181,182,183,184,185,215],tips:12,to:[89,137,221],todo:175,token:[120,132,138,144],tokenbigram:213,tokenbigramignoreblank:213,tokenbigramignoreblanksplitsymbol:213,tokenbigramignoreblanksplitsymbolalpha:213,tokenbigramignoreblanksplitsymbolalphadigit:213,tokenbigramsplitsymbol:213,tokenbigramsplitsymbolalpha:213,tokenbigramsplitsymbolalphadigit:213,tokendelimit:213,tokendelimitnull:213,tokenfilterstem:212,tokenfilterstopword:212,tokenize:144,tokenizer:[132,144,145],tokenizers:132,tokenmecab:213,tokenregexp:213,tokentrigram:213,tokenunigram:213,tokyogeopoint:215,travis:21,truncate:146,tsv:[81,200],twitter:[2,10,12],type:[90,113,119,120,132,133,156],types:132,ubuntu:[12,30],uint:215,unix:7,update:12,use:[112,165],users:241,value:[95,96,113,133,138,168,169],vector:[186,187,188],vm:214,wgs:215,window:[113,133,218,219],windows:[8,12,31],worker:153,xml:81,zip:31}})
1
+ Search.setIndex({docnames:["characteristic","client","community","contribution","contribution/development","contribution/development/build","contribution/development/build/unix_autotools","contribution/development/build/unix_cmake","contribution/development/build/windows_cmake","contribution/development/com","contribution/development/cooperation","contribution/development/query","contribution/development/release","contribution/development/repository","contribution/development/test","contribution/documentation","contribution/documentation/c-api","contribution/documentation/i18n","contribution/documentation/introduction","contribution/report","development","development/travis-ci","index","install","install/centos","install/debian","install/fedora","install/mac_os_x","install/others","install/solaris","install/ubuntu","install/windows","limitations","news","news/0.x","news/1.0.x","news/1.1.x","news/1.2.x","news/1.3.x","news/2.x","news/3.x","news/4.x","news/5.x","news/6.x","news/senna","reference","reference/alias","reference/api","reference/api/global_configurations","reference/api/grn_cache","reference/api/grn_column","reference/api/grn_command_version","reference/api/grn_content_type","reference/api/grn_ctx","reference/api/grn_db","reference/api/grn_encoding","reference/api/grn_expr","reference/api/grn_geo","reference/api/grn_hook","reference/api/grn_ii","reference/api/grn_index_cursor","reference/api/grn_info","reference/api/grn_match_escalation","reference/api/grn_obj","reference/api/grn_proc","reference/api/grn_search","reference/api/grn_table","reference/api/grn_table_cursor","reference/api/grn_thread","reference/api/grn_type","reference/api/grn_user_data","reference/api/overview","reference/api/plugin","reference/cast","reference/column","reference/columns/index","reference/columns/pseudo","reference/columns/scalar","reference/columns/vector","reference/command","reference/command/command_version","reference/command/output_format","reference/command/pretty_print","reference/command/request_id","reference/command/request_timeout","reference/command/return_code","reference/commands/cache_limit","reference/commands/check","reference/commands/clearlock","reference/commands/column_copy","reference/commands/column_create","reference/commands/column_list","reference/commands/column_remove","reference/commands/column_rename","reference/commands/config_delete","reference/commands/config_get","reference/commands/config_set","reference/commands/database_unmap","reference/commands/define_selector","reference/commands/defrag","reference/commands/delete","reference/commands/dump","reference/commands/io_flush","reference/commands/load","reference/commands/lock_acquire","reference/commands/lock_clear","reference/commands/lock_release","reference/commands/log_level","reference/commands/log_put","reference/commands/log_reopen","reference/commands/logical_count","reference/commands/logical_parameters","reference/commands/logical_range_filter","reference/commands/logical_select","reference/commands/logical_shard_list","reference/commands/logical_table_remove","reference/commands/normalize","reference/commands/normalizer_list","reference/commands/object_exist","reference/commands/object_inspect","reference/commands/object_list","reference/commands/object_remove","reference/commands/plugin_register","reference/commands/plugin_unregister","reference/commands/query_expand","reference/commands/quit","reference/commands/range_filter","reference/commands/register","reference/commands/reindex","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/schema","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","reference/commands/table_copy","reference/commands/table_create","reference/commands/table_list","reference/commands/table_remove","reference/commands/table_rename","reference/commands/table_tokenize","reference/commands/thread_limit","reference/commands/tokenize","reference/commands/tokenizer_list","reference/commands/truncate","reference/configuration","reference/executables","reference/executables/grndb","reference/executables/grnslap","reference/executables/groonga","reference/executables/groonga-benchmark","reference/executables/groonga-httpd","reference/executables/groonga-server-http","reference/executables/groonga-suggest-create-dataset","reference/executables/groonga-suggest-httpd","reference/executables/groonga-suggest-learner","reference/function","reference/functions/between","reference/functions/edit_distance","reference/functions/fuzzy_search","reference/functions/geo_distance","reference/functions/geo_in_circle","reference/functions/geo_in_rectangle","reference/functions/highlight_full","reference/functions/highlight_html","reference/functions/html_untag","reference/functions/in_records","reference/functions/in_values","reference/functions/math_abs","reference/functions/now","reference/functions/number_classify","reference/functions/prefix_rk_search","reference/functions/query","reference/functions/rand","reference/functions/snippet_html","reference/functions/string_length","reference/functions/string_substring","reference/functions/sub_filter","reference/functions/time_classify_day","reference/functions/time_classify_hour","reference/functions/time_classify_minute","reference/functions/time_classify_month","reference/functions/time_classify_second","reference/functions/time_classify_week","reference/functions/time_classify_year","reference/functions/vector_new","reference/functions/vector_size","reference/functions/vector_slice","reference/grn_expr","reference/grn_expr/query_syntax","reference/grn_expr/script_syntax","reference/indexing","reference/log","reference/normalizers","reference/operations","reference/operations/geolocation_search","reference/operations/prefix_rk_search","reference/output","reference/query_expanders","reference/query_expanders/tsv","reference/regular_expression","reference/scorer","reference/scorers/scorer_tf_at_most","reference/scorers/scorer_tf_idf","reference/sharding","reference/suggest","reference/suggest/completion","reference/suggest/correction","reference/suggest/introduction","reference/suggest/suggestion","reference/tables","reference/token_filters","reference/tokenizers","reference/tuning","reference/types","reference/window_function","reference/window_functions/record_number","reference/window_functions/window_count","reference/window_functions/window_record_number","reference/window_functions/window_sum","server","server/gqtp","server/http","server/http/comparison","server/http/groonga","server/http/groonga-httpd","server/memcached","server/package","spec","spec/gqtp","spec/search","troubleshooting","troubleshooting/different_results_with_the_same_keyword","troubleshooting/how_to_analyze_error_message","troubleshooting/mmap_cannot_allocate_memory","tutorial","tutorial/data","tutorial/drilldown","tutorial/index","tutorial/introduction","tutorial/lexicon","tutorial/match_columns","tutorial/micro_blog","tutorial/network","tutorial/patricia_trie","tutorial/query_expansion","tutorial/search"],envversion:53,filenames:["characteristic.rst","client.rst","community.rst","contribution.rst","contribution/development.rst","contribution/development/build.rst","contribution/development/build/unix_autotools.rst","contribution/development/build/unix_cmake.rst","contribution/development/build/windows_cmake.rst","contribution/development/com.rst","contribution/development/cooperation.rst","contribution/development/query.rst","contribution/development/release.rst","contribution/development/repository.rst","contribution/development/test.rst","contribution/documentation.rst","contribution/documentation/c-api.rst","contribution/documentation/i18n.rst","contribution/documentation/introduction.rst","contribution/report.rst","development.rst","development/travis-ci.rst","index.rst","install.rst","install/centos.rst","install/debian.rst","install/fedora.rst","install/mac_os_x.rst","install/others.rst","install/solaris.rst","install/ubuntu.rst","install/windows.rst","limitations.rst","news.rst","news/0.x.rst","news/1.0.x.rst","news/1.1.x.rst","news/1.2.x.rst","news/1.3.x.rst","news/2.x.rst","news/3.x.rst","news/4.x.rst","news/5.x.rst","news/6.x.rst","news/senna.rst","reference.rst","reference/alias.rst","reference/api.rst","reference/api/global_configurations.rst","reference/api/grn_cache.rst","reference/api/grn_column.rst","reference/api/grn_command_version.rst","reference/api/grn_content_type.rst","reference/api/grn_ctx.rst","reference/api/grn_db.rst","reference/api/grn_encoding.rst","reference/api/grn_expr.rst","reference/api/grn_geo.rst","reference/api/grn_hook.rst","reference/api/grn_ii.rst","reference/api/grn_index_cursor.rst","reference/api/grn_info.rst","reference/api/grn_match_escalation.rst","reference/api/grn_obj.rst","reference/api/grn_proc.rst","reference/api/grn_search.rst","reference/api/grn_table.rst","reference/api/grn_table_cursor.rst","reference/api/grn_thread.rst","reference/api/grn_type.rst","reference/api/grn_user_data.rst","reference/api/overview.rst","reference/api/plugin.rst","reference/cast.rst","reference/column.rst","reference/columns/index.rst","reference/columns/pseudo.rst","reference/columns/scalar.rst","reference/columns/vector.rst","reference/command.rst","reference/command/command_version.rst","reference/command/output_format.rst","reference/command/pretty_print.rst","reference/command/request_id.rst","reference/command/request_timeout.rst","reference/command/return_code.rst","reference/commands/cache_limit.rst","reference/commands/check.rst","reference/commands/clearlock.rst","reference/commands/column_copy.rst","reference/commands/column_create.rst","reference/commands/column_list.rst","reference/commands/column_remove.rst","reference/commands/column_rename.rst","reference/commands/config_delete.rst","reference/commands/config_get.rst","reference/commands/config_set.rst","reference/commands/database_unmap.rst","reference/commands/define_selector.rst","reference/commands/defrag.rst","reference/commands/delete.rst","reference/commands/dump.rst","reference/commands/io_flush.rst","reference/commands/load.rst","reference/commands/lock_acquire.rst","reference/commands/lock_clear.rst","reference/commands/lock_release.rst","reference/commands/log_level.rst","reference/commands/log_put.rst","reference/commands/log_reopen.rst","reference/commands/logical_count.rst","reference/commands/logical_parameters.rst","reference/commands/logical_range_filter.rst","reference/commands/logical_select.rst","reference/commands/logical_shard_list.rst","reference/commands/logical_table_remove.rst","reference/commands/normalize.rst","reference/commands/normalizer_list.rst","reference/commands/object_exist.rst","reference/commands/object_inspect.rst","reference/commands/object_list.rst","reference/commands/object_remove.rst","reference/commands/plugin_register.rst","reference/commands/plugin_unregister.rst","reference/commands/query_expand.rst","reference/commands/quit.rst","reference/commands/range_filter.rst","reference/commands/register.rst","reference/commands/reindex.rst","reference/commands/request_cancel.rst","reference/commands/ruby_eval.rst","reference/commands/ruby_load.rst","reference/commands/schema.rst","reference/commands/select.rst","reference/commands/shutdown.rst","reference/commands/status.rst","reference/commands/suggest.rst","reference/commands/table_copy.rst","reference/commands/table_create.rst","reference/commands/table_list.rst","reference/commands/table_remove.rst","reference/commands/table_rename.rst","reference/commands/table_tokenize.rst","reference/commands/thread_limit.rst","reference/commands/tokenize.rst","reference/commands/tokenizer_list.rst","reference/commands/truncate.rst","reference/configuration.rst","reference/executables.rst","reference/executables/grndb.rst","reference/executables/grnslap.rst","reference/executables/groonga.rst","reference/executables/groonga-benchmark.rst","reference/executables/groonga-httpd.rst","reference/executables/groonga-server-http.rst","reference/executables/groonga-suggest-create-dataset.rst","reference/executables/groonga-suggest-httpd.rst","reference/executables/groonga-suggest-learner.rst","reference/function.rst","reference/functions/between.rst","reference/functions/edit_distance.rst","reference/functions/fuzzy_search.rst","reference/functions/geo_distance.rst","reference/functions/geo_in_circle.rst","reference/functions/geo_in_rectangle.rst","reference/functions/highlight_full.rst","reference/functions/highlight_html.rst","reference/functions/html_untag.rst","reference/functions/in_records.rst","reference/functions/in_values.rst","reference/functions/math_abs.rst","reference/functions/now.rst","reference/functions/number_classify.rst","reference/functions/prefix_rk_search.rst","reference/functions/query.rst","reference/functions/rand.rst","reference/functions/snippet_html.rst","reference/functions/string_length.rst","reference/functions/string_substring.rst","reference/functions/sub_filter.rst","reference/functions/time_classify_day.rst","reference/functions/time_classify_hour.rst","reference/functions/time_classify_minute.rst","reference/functions/time_classify_month.rst","reference/functions/time_classify_second.rst","reference/functions/time_classify_week.rst","reference/functions/time_classify_year.rst","reference/functions/vector_new.rst","reference/functions/vector_size.rst","reference/functions/vector_slice.rst","reference/grn_expr.rst","reference/grn_expr/query_syntax.rst","reference/grn_expr/script_syntax.rst","reference/indexing.rst","reference/log.rst","reference/normalizers.rst","reference/operations.rst","reference/operations/geolocation_search.rst","reference/operations/prefix_rk_search.rst","reference/output.rst","reference/query_expanders.rst","reference/query_expanders/tsv.rst","reference/regular_expression.rst","reference/scorer.rst","reference/scorers/scorer_tf_at_most.rst","reference/scorers/scorer_tf_idf.rst","reference/sharding.rst","reference/suggest.rst","reference/suggest/completion.rst","reference/suggest/correction.rst","reference/suggest/introduction.rst","reference/suggest/suggestion.rst","reference/tables.rst","reference/token_filters.rst","reference/tokenizers.rst","reference/tuning.rst","reference/types.rst","reference/window_function.rst","reference/window_functions/record_number.rst","reference/window_functions/window_count.rst","reference/window_functions/window_record_number.rst","reference/window_functions/window_sum.rst","server.rst","server/gqtp.rst","server/http.rst","server/http/comparison.rst","server/http/groonga.rst","server/http/groonga-httpd.rst","server/memcached.rst","server/package.rst","spec.rst","spec/gqtp.rst","spec/search.rst","troubleshooting.rst","troubleshooting/different_results_with_the_same_keyword.rst","troubleshooting/how_to_analyze_error_message.rst","troubleshooting/mmap_cannot_allocate_memory.rst","tutorial.rst","tutorial/data.rst","tutorial/drilldown.rst","tutorial/index.rst","tutorial/introduction.rst","tutorial/lexicon.rst","tutorial/match_columns.rst","tutorial/micro_blog.rst","tutorial/network.rst","tutorial/patricia_trie.rst","tutorial/query_expansion.rst","tutorial/search.rst"],objects:{"":{GRN_COLUMN_NAME_ID:[50,0,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[50,0,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[50,0,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[50,0,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[50,0,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[50,0,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[50,0,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[50,0,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[50,0,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[50,0,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[51,0,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[51,0,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[51,0,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[63,0,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[63,0,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[63,0,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[63,0,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[63,0,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[63,0,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[63,0,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[63,0,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[63,0,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[63,0,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[72,0,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[72,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[72,0,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[72,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[72,0,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[72,0,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[72,0,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[72,1,1,"c.GRN_PLUGIN_REGISTER"],grn_builtin_type:[69,2,1,"c.grn_builtin_type"],grn_cache:[49,2,1,"c.grn_cache"],grn_cache_close:[49,1,1,"c.grn_cache_close"],grn_cache_current_get:[49,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[49,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[49,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[49,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[49,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[50,1,1,"c.grn_column_create"],grn_column_index:[50,1,1,"c.grn_column_index"],grn_column_index_update:[50,1,1,"c.grn_column_index_update"],grn_column_name:[50,1,1,"c.grn_column_name"],grn_column_rename:[50,1,1,"c.grn_column_rename"],grn_column_table:[50,1,1,"c.grn_column_table"],grn_column_truncate:[50,1,1,"c.grn_column_truncate"],grn_command_version:[51,2,1,"c.grn_command_version"],grn_content_type:[52,2,1,"c.grn_content_type"],grn_ctx:[53,2,1,"c.grn_ctx"],grn_ctx_at:[53,1,1,"c.grn_ctx_at"],grn_ctx_close:[53,1,1,"c.grn_ctx_close"],grn_ctx_db:[53,1,1,"c.grn_ctx_db"],grn_ctx_fin:[53,1,1,"c.grn_ctx_fin"],grn_ctx_get:[53,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[53,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[53,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[62,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[53,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[53,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[53,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[53,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[53,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[53,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[62,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[53,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[53,1,1,"c.grn_ctx_use"],grn_db:[54,2,1,"c.grn_db"],grn_db_create:[54,1,1,"c.grn_db_create"],grn_db_create_optarg:[54,2,1,"c.grn_db_create_optarg"],grn_db_open:[54,1,1,"c.grn_db_open"],grn_db_recover:[54,1,1,"c.grn_db_recover"],grn_db_touch:[54,1,1,"c.grn_db_touch"],grn_db_unmap:[54,1,1,"c.grn_db_unmap"],grn_encoding:[55,2,1,"c.grn_encoding"],grn_encoding_parse:[55,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[55,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[56,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[56,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[56,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[56,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[56,1,1,"c.grn_expr_append_const_str"],grn_expr_append_op:[56,1,1,"c.grn_expr_append_op"],grn_expr_close:[56,1,1,"c.grn_expr_close"],grn_expr_compile:[56,1,1,"c.grn_expr_compile"],grn_expr_create:[56,1,1,"c.grn_expr_create"],grn_expr_exec:[56,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[56,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[56,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[56,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[56,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[71,1,1,"c.grn_fin"],grn_geo_cursor_next:[57,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[57,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[57,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[57,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[57,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[51,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[55,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[62,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[48,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[58,2,1,"c.grn_hook_entry"],grn_ii:[59,2,1,"c.grn_ii"],grn_ii_buffer:[59,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[59,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[59,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[59,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[59,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[60,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[60,1,1,"c.grn_index_cursor_open"],grn_info_type:[61,2,1,"c.grn_info_type"],grn_init:[71,1,1,"c.grn_init"],grn_obj:[63,2,1,"c.grn_obj"],grn_obj_add_hook:[58,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[63,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[63,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[63,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[63,1,1,"c.grn_obj_close"],grn_obj_column:[63,1,1,"c.grn_obj_column"],grn_obj_db:[54,1,1,"c.grn_obj_db"],grn_obj_defrag:[63,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[63,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[58,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[63,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[61,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[58,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[61,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[58,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[63,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[63,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[63,1,1,"c.grn_obj_get_values"],grn_obj_id:[63,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[63,1,1,"c.grn_obj_is_builtin"],grn_obj_is_locked:[63,1,1,"c.grn_obj_is_locked"],grn_obj_lock:[63,1,1,"c.grn_obj_lock"],grn_obj_name:[63,1,1,"c.grn_obj_name"],grn_obj_path:[63,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[63,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[63,1,1,"c.grn_obj_reinit"],grn_obj_remove:[63,1,1,"c.grn_obj_remove"],grn_obj_rename:[63,1,1,"c.grn_obj_rename"],grn_obj_search:[65,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[61,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[64,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[61,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[63,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[63,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[63,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[70,1,1,"c.grn_obj_user_data"],grn_plugin_charlen:[72,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[72,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[72,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[72,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[72,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[72,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[72,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[72,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[72,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[72,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[72,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[72,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[72,1,1,"c.grn_plugin_win32_base_dir"],grn_plugin_windows_base_dir:[72,1,1,"c.grn_plugin_windows_base_dir"],grn_proc_create:[64,1,1,"c.grn_proc_create"],grn_proc_func:[64,2,1,"c.grn_proc_func"],grn_proc_get_info:[64,1,1,"c.grn_proc_get_info"],grn_proc_type:[64,2,1,"c.grn_proc_type"],grn_search_optarg:[65,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[51,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[55,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[62,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[48,1,1,"c.grn_set_lock_timeout"],grn_table_add:[66,1,1,"c.grn_table_add"],grn_table_at:[66,1,1,"c.grn_table_at"],grn_table_columns:[66,1,1,"c.grn_table_columns"],grn_table_create:[66,1,1,"c.grn_table_create"],grn_table_cursor:[67,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[67,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[67,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[67,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[67,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[67,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[67,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[67,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[67,1,1,"c.grn_table_cursor_table"],grn_table_delete:[66,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[66,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[66,1,1,"c.grn_table_difference"],grn_table_get:[66,1,1,"c.grn_table_get"],grn_table_get_key:[66,1,1,"c.grn_table_get_key"],grn_table_group:[66,1,1,"c.grn_table_group"],grn_table_group_flags:[66,2,1,"c.grn_table_group_flags"],grn_table_group_result:[66,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[66,1,1,"c.grn_table_lcp_search"],grn_table_rename:[66,1,1,"c.grn_table_rename"],grn_table_setoperation:[66,1,1,"c.grn_table_setoperation"],grn_table_size:[66,1,1,"c.grn_table_size"],grn_table_sort:[66,1,1,"c.grn_table_sort"],grn_table_sort_flags:[66,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[66,2,1,"c.grn_table_sort_key"],grn_table_truncate:[66,1,1,"c.grn_table_truncate"],grn_table_update:[66,1,1,"c.grn_table_update"],grn_table_update_by_id:[66,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[68,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[68,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[68,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[68,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[68,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[68,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[69,1,1,"c.grn_type_create"],grn_user_data:[70,2,1,"c.grn_user_data"]},"groonga-benchmark":{"--dir":[152,4,1,"cmdoption-groonga-benchmark-dir"],"--ftp":[152,4,1,"cmdoption-groonga-benchmark-ftp"],"--groonga":[152,4,1,"cmdoption-groonga-benchmark-groonga"],"--host":[152,4,1,"cmdoption-groonga-benchmark-i"],"--log-output-dir":[152,4,1,"cmdoption-groonga-benchmark-log-output-dir"],"--port":[152,4,1,"cmdoption-groonga-benchmark-p"],"--protocol":[152,4,1,"cmdoption-groonga-benchmark-protocol"],"-i":[152,4,1,"cmdoption-groonga-benchmark-i"],"-p":[152,4,1,"cmdoption-groonga-benchmark-p"],db:[152,4,1,"cmdoption-groonga-benchmark-arg-db"],script:[152,4,1,"cmdoption-groonga-benchmark-arg-script"]},"groonga-suggest-httpd":{"--daemon":[156,4,1,"cmdoption-groonga-suggest-httpd-d"],"--disable-max-fd-check":[156,4,1,"cmdoption-groonga-suggest-httpd-disable-max-fd-check"],"--log-base-path":[156,4,1,"cmdoption-groonga-suggest-httpd-l"],"--n-lines-per-log-file":[156,4,1,"cmdoption-groonga-suggest-httpd-n-lines-per-log-file"],"--n-threads":[156,4,1,"cmdoption-groonga-suggest-httpd-t"],"--port":[156,4,1,"cmdoption-groonga-suggest-httpd-p"],"--receive-endpoint":[156,4,1,"cmdoption-groonga-suggest-httpd-r"],"--send-endpoint":[156,4,1,"cmdoption-groonga-suggest-httpd-s"],"-d":[156,4,1,"cmdoption-groonga-suggest-httpd-d"],"-l":[156,4,1,"cmdoption-groonga-suggest-httpd-l"],"-p":[156,4,1,"cmdoption-groonga-suggest-httpd-p"],"-r":[156,4,1,"cmdoption-groonga-suggest-httpd-r"],"-s":[156,4,1,"cmdoption-groonga-suggest-httpd-s"],"-t":[156,4,1,"cmdoption-groonga-suggest-httpd-t"]},"groonga-suggest-learner":{"--daemon":[157,4,1,"cmdoption-groonga-suggest-learner-d"],"--log-base-path":[157,4,1,"cmdoption-groonga-suggest-learner-l"],"--log-level":[157,4,1,"cmdoption-groonga-suggest-learner-log-level"],"--log-path":[157,4,1,"cmdoption-groonga-suggest-learner-log-path"],"--receive-endpoint":[157,4,1,"cmdoption-groonga-suggest-learner-r"],"--send-endpoint":[157,4,1,"cmdoption-groonga-suggest-learner-s"],"-d":[157,4,1,"cmdoption-groonga-suggest-learner-d"],"-l":[157,4,1,"cmdoption-groonga-suggest-learner-l"],"-r":[157,4,1,"cmdoption-groonga-suggest-learner-r"],"-s":[157,4,1,"cmdoption-groonga-suggest-learner-s"]},grn_db_create_optarg:{builtin_type_names:[54,3,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[54,3,1,"c.grn_db_create_optarg.n_builtin_type_names"]},grnslap:{"-P":[150,4,1,"cmdoption-grnslap-p"],"-m":[150,4,1,"cmdoption-grnslap-m"],dest:[150,4,1,"cmdoption-grnslap-arg-dest"]},groonga:{"--address":[151,4,1,"cmdoption-groonga-a"],"--bind-address":[151,4,1,"cmdoption-groonga-bind-address"],"--cache-base-path":[151,4,1,"cmdoption-groonga-cache-base-path"],"--cache-limit":[151,4,1,"cmdoption-groonga-cache-limit"],"--config-path":[151,4,1,"cmdoption-groonga-config-path"],"--default-match-escalation-threshold":[151,4,1,"cmdoption-groonga-default-match-escalation-threshold"],"--default-request-timeout":[151,4,1,"cmdoption-groonga-default-request-timeout"],"--document-root":[151,4,1,"cmdoption-groonga-document-root"],"--encoding":[151,4,1,"cmdoption-groonga-e"],"--help":[151,4,1,"cmdoption-groonga-h"],"--log-level":[151,4,1,"cmdoption-groonga-l"],"--log-path":[151,4,1,"cmdoption-groonga-log-path"],"--log-rotate-threshold-size":[151,4,1,"cmdoption-groonga-log-rotate-threshold-size"],"--max-threads":[151,4,1,"cmdoption-groonga-t"],"--pid-path":[151,4,1,"cmdoption-groonga-pid-path"],"--port":[151,4,1,"cmdoption-groonga-p"],"--protocol":[151,4,1,"cmdoption-groonga-protocol"],"--query-log-path":[151,4,1,"cmdoption-groonga-query-log-path"],"--query-log-rotate-threshold-size":[151,4,1,"cmdoption-groonga-query-log-rotate-threshold-size"],"--server-id":[151,4,1,"cmdoption-groonga-i"],"-a":[151,4,1,"cmdoption-groonga-a"],"-c":[151,4,1,"cmdoption-groonga-c"],"-d":[151,4,1,"cmdoption-groonga-d"],"-e":[151,4,1,"cmdoption-groonga-e"],"-h":[151,4,1,"cmdoption-groonga-h"],"-i":[151,4,1,"cmdoption-groonga-i"],"-l":[151,4,1,"cmdoption-groonga-l"],"-n":[151,4,1,"cmdoption-groonga-n"],"-p":[151,4,1,"cmdoption-groonga-p"],"-s":[151,4,1,"cmdoption-groonga-s"],"-t":[151,4,1,"cmdoption-groonga-t"],command:[151,4,1,"cmdoption-groonga-arg-command"],dest:[151,4,1,"cmdoption-groonga-arg-dest"]}},objnames:{"0":["c","macro","C \u306e\u30de\u30af\u30ed"],"1":["c","function","C \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"],"4":["std","cmdoption","\u30d7\u30ed\u30b0\u30e9\u30e0\u30aa\u30d7\u30b7\u30e7\u30f3"]},objtypes:{"0":"c:macro","1":"c:function","2":"c:type","3":"c:member","4":"std:cmdoption"},terms:{"!!":[103,153,214,240,244],"!(":33,"!(n":192,"!)":153,"!\"":[39,81,110,112,113,133,144,153,168,191,192,193,203,214,225,238,240,241,243,244,245],"!\\":192,"!condition":192,"!xxx":41,"#'":151,"#[":42,"#arguments":42,"#command":42,"#delete":42,"#each":42,"#groonga":[201,244],"#group":42,"#i":33,"#index":42,"#inspect":42,"#key":42,"#name":42,"#proxy":153,"#remove":42,"#scalar":42,"#select":33,"#set":152,"#value":42,"#vector":42,"#with":42,"#worker":153,"#{":194,"#{l":194,"$(":[24,25,26,27,30],"$groonga":12,"$home":12,"$prefix":37,"${":[17,43,110,112,113,121,133,156,174,192,202,206,215],"%'":41,"%\"":202,"%\\":31,"%post":39,"& (":[33,192],"& _":248,"& b":[33,192],"& x":41,"& y":40,"&!":192,"&&":[42,133,179,192,234,246],"&..":245,"&arg":202,"&filter":129,"&frequency":156,"&gt":[165,166,176],"&lt":[165,166,176],"&n":156,"&q":156,"&query":245,"&request":[43,129],"&s":156,"&t":156,"' -":27,"'(":151,"')":[41,103,150,151],"',":[41,63,155,211],"'-":[40,151],"'.":[17,63],"'..":40,"';":151,"'='":151,"'>":167,"'\"":[39,40],"'\u3002":151,"'alice":191,"'column":39,"'config":151,"'fixed":42,"'grn":55,"'hay":11,"'haystack":11,"'ja":17,"'localhost":[150,151],"'m":[193,213,243,244],"'n":151,"'needle":11,"'now":244,"'or":39,"'pid":151,"'query":39,"'s":[17,81,90,103,110,112,113,133,179,191,192,193,223],"'t":[48,52,53,54,56,63,121,153,211],"'ve":244,"'vector":42,"(!":11,"(&":[42,53,56],"('":[76,103,151,241],"((":[78,133],"((x":216,"()":[3,33,34,35,36,37,38,39,40,41,42,43,48,49,52,53,54,56,60,63,67,68,71,72,113,143,160,162,163,164,171,173,175,203,218,219,220,221,248],"(+":33,"(-":192,"(.":12,"(..":[40,43],"(<":11,"(=":[11,85,192],"(>":11,"(?":42,"([":175,"(\"":[33,39,40,55,110,113,129,133,151,162,165,166,174,176,235,241],"(\u300c":12,"(_":[42,43,113,136,168,173,192,208,209,211],"(a":21,"(age":159,"(argument":192,"(arugment":192,"(body":[165,166],"(byte":[50,66],"(cmp":41,"(column":[33,41,159,165,173,176,203,204,205],"(com":235,"(comments":179,"(condition":168,"(conditions":168,"(content":[110,112,113,133,167,176,203],"(ctx":[11,33,49,50,53,56,235],"(cutter":14,"(cve":[33,41],"(database":236,"(debian":229,"(default":42,"(drilldown":76,"(fedora":229,"(get":150,"(grn":[33,42,53,56],"(groonga":68,"(html":167,"(index":[204,205],"(init":53,"(int":68,"(keyword":56,"(location":[162,240,244,248],"(match":174,"(message":[204,205],"(mroonga":201,"(msghdr":42,"(n":[33,110,112,113,133],"(name":72,"(news":12,"(nginx":229,"(null":41,"(packages":12,"(point":[162,163,164],"(popular":133,"(pos":[163,164],"(ptr":35,"(q":68,"(r":[152,202],"(readings":173,"(scan":14,"(scope":179,"(score":42,"(select":192,"(string":[43,160],"(tab":201,"(table":41,"(tag":169,"(tags":188,"(target":[169,170,188],"(text":166,"(title":[40,160,203],"(twitter":43,"(uint":68,"(vector":110,"(void":68,"(wgs":248,"(windows":152,"(x":41,"(xxx":[33,40],"(~":33,")'":[110,112,113,133,136,165,166,170,176,179,188,191,192,208,209,211,240,244,248],"))":[42,133,192,201],"),":[40,168],")-":12,").":[12,176,229,235],")..":12,")/":42,"):":[12,121,229,241],");":[11,42,49,50,53,56,68,235],")=":236,")[":33,")\"":[33,40,112,133,167,176,191,202,203,204,205],")\\":202,")\u3001":41,")\u300d":151,")\u3059\u3079\u3066":159,")]":40,")disk":202,")grn":42,")groonga":201,")hello":42,")mroonga":201,")offset":[66,67],")senna":201,"*'":[112,113,133],"**":[12,50,54,63,64,67,108,119],"***":108,"*,":27,"*.":43,"*/":[53,56,68,71],"*\"":[33,36,41,42,112,113,133,243],"*added":66,"*bottom":57,"*bsd":[7,8,35,37],"*buffer":63,"*cache":49,"*column":50,"*ctx":[49,50,53,54,56,57,58,59,60,61,62,63,64,65,66,67,69,70,72],"*cursor":57,"*data":[58,68],"*db":[53,54,63],"*dest":66,"*destination":63,"*escaped":56,"*expr":56,"*fin":64,"*func":[53,64],"*grn":68,"*ic":60,"*ii":59,"*index":[57,60],"*init":64,"*key":66,"*keybuf":66,"*keys":66,"*keywords":56,"*max":67,"*min":67,"*mutex":72,"*n":174,"*name":[50,53,55,56,63,64,66,69,72],"*namebuf":[50,63],"*newvalue":50,"*next":64,"*nvars":64,"*obj":[50,54,56,58,61,63,64,65,70],"*oldvalue":50,"*optarg":[54,65],"*path":[50,54,66],"*proc":58,"*query":[56,65],"*res":[57,65,66],"*result":66,"*results":66,"*s":[41,174],"*section":50,"*source":63,"*src":66,"*str":[56,72],"*string":56,"*table":[50,63,66,67],"*tables":53,"*target":56,"*tc":[60,67],"*tid":60,"*top":57,"*type":50,"*user":[64,72],"*value":[59,61,63,66,67],"*valuebuf":61,"*var":72,"*vars":[64,72],"+ \"":[39,42],"+ y":216,"++":[0,6,7,12,24,26,28,37,38,41,42,53,56,68,151,223],"+-":[56,153],"+a":191,"+c":151,"+ff":[42,195],"+ff0":42,"+ffef":214,"+fff":214,"+fffe":144,"+or":202,", [":[115,142],", \"":[33,78,165,168,243],", {":[153,225],",'":[216,238],",.":12,",..":[103,139],",[":234,",[\"":234,",\"":[41,42,87,101,199,240,243,244],",\"domain":239,",\"http":238,",\"link":238,",\"links":238,",\"location":[240,248],",\"tags":240,",\"title":241,",\\\"":103,",\n#":[46,78,97,110,112,113,115,119,120,121,132,133,140,144,174,191,192,203,214,238,240,241,244,245,248],",\n[":[42,101,176],",\n]":[112,133,179,234,238,246,248],",\n{":[78,101,110,112,113,115,133,136,153,168,169,173,174,179,191,192,195,198,202,203,204,205,208,209,211,213,239,243,246],",_":[78,112,113,133,136,174,192,239,240,241,244,248],",{":[82,151,152,199],"- \"":41,"-(":[12,192],"-+":153,"--":[8,12,31,33,35,36,37,39,40,41,43,48,49,50,51,53,54,55,56,57,58,60,61,62,63,64,65,66,67,68,69,70,72,78,90,110,112,113,115,120,128,132,133,140,142,144,151,152,153,156,165,166,167,168,169,170,173,174,176,188,192,201,202,203,204,205,211,213,234,239,240,244,247,248],"->":[35,42,115,140,235],"-_":[133,203,204,205],"-a":[39,151,191],"-add":54,"-address":[37,39,42,151],"-adjuster":[78,133],"-admin":39,"-aki":41,"-analyzer":[37,39],"-api":16,"-apt":30,"-autoreconf":12,"-backlog":33,"-base":[33,151,156,157],"-benchmark":[22,39,40,41,45,148],"-binary":[153,225],"-bind":[39,42,151],"-blog":244,"-bugs":[42,43],"-build":14,"-bye":[110,112,113,133,142,191,192,213],"-c":[24,26,33,43,151,231],"-cache":[34,40,42,151,153],"-canceler":84,"-check":[35,37,156],"-chroot":12,"-ci":[40,41],"-ci\u4e0a":40,"-clear":33,"-client":[33,223],"-code":[12,41],"-column":43,"-columns":[33,43,110,112,113,133],"-command":[21,33,35,156,167,188,225],"-commnad":80,"-common":[30,39],"-conditional":37,"-config":[25,28,34,35,37,39,42,151],"-core":12,"-create":[22,36,40,42,43,45,54,136,148,156,208,209],"-cutter":12,"-d":[151,153,156,157,228,231,245],"-daemon":[156,157],"-databases":[91,93,120,121,141,231,241,245],"-dataset":[22,36,40,42,43,45,136,148,156,208,209],"-db":38,"-dcmake":[7,8],"-dd":[192,194],"-deafult":37,"-deb":12,"-debug":[6,35],"-default":[23,33,38,39,40,43,151,192,225],"-dep":12,"-dependent":[43,115,140],"-dev":[2,12,14,25,30,33,37,39,40,41,42,43],"-devel":[24,26],"-dgrn":[7,8],"-dir":152,"-directory":39,"-disable":[35,37,41,156],"-doc":38,"-document":[3,12,17,151,154],"-docutils":12,"-drilldown":[41,42,43,133,239],"-drilldowns":[43,113,133],"-dump":42,"-e":151,"-each":37,"-eanble":6,"-efficient":78,"-enable":[3,6,18,35],"-encoding":[23,37,151,192,225],"-encodiong":192,"-endpoint":[156,157],"-escalation":[23,35,39,133,147,151,234],"-essential":[25,30],"-event":42,"-existence":40,"-fd":[37,156],"-file":[34,37,42,81,156],"-files":18,"-filter":[25,30,33,37,39,41,42,43,78,133,158,166,174,176,179,192,202,244,246],"-force":[33,115,121],"-frequency":37,"-ftp":152,"-full":12,"-g":[8,31],"-get":[12,18,25,30,39],"-gobject":42,"-gqtp":[22,24,25,26,30,39,41,42,222],"-gram":[0,43,144,192,232,234,241],"-groonga":[12,13,152,244],"-gtqp":25,"-h":[151,153,225],"-help":[23,40,151],"-history":37,"-host":152,"-html":[35,39],"-http":[22,39,40,41,43,153,222],"-httpd":[22,24,25,26,30,33,37,39,41,42,43,45,49,129,143,148,155,194,210,222,224,225],"-https":25,"-i":[33,42,151,152],"-id":[39,129,151],"-idf":[203,204,205],"-in":[12,63],"-index":42,"-infinity":33,"-inverse":[203,205],"-ipadic":[26,27,214],"-j":[6,7,28],"-jemalloc":41,"-jinja":12,"-jp":[40,214,235],"-jumandic":26,"-key":[12,38],"-keyring":[25,39],"-keys":12,"-known":176,"-l":[151,156,157],"-launchpad":12,"-leak":35,"-leaner":157,"-learner":[22,35,41,43,45,148,155,210],"-level":[33,41,42,151,157],"-libedit":35,"-libevent":38,"-libstemmer":41,"-limit":[34,40,42,133,151],"-line":21,"-lines":[37,156],"-listen":33,"-localstatedir":23,"-lock":33,"-log":[23,33,37,39,41,42,151,152,153,156,157,194],"-lz4":23,"-m":150,"-match":[23,33,35,39,41,42,90,133,147,151,174,191,203,234,241,243],"-max":[37,151,156],"-mecab":[24,25,26,27,30,39,40,41],"-memcached":43,"-memory":35,"-message":23,"-mm":[192,194],"-mode":17,"-mruby":[6,12,41],"-msgpack":225,"-munin":[23,24,25,26,30,38],"-mysql":[24,25,26,30,43,116,195],"-n":[33,37,151,156,241],"-neologd":214,"-nightly":12,"-normalizer":[24,25,26,30,39,42,43,116,173,195],"-offset":[42,133],"-only":33,"-org":12,"-oriented":176,"-output":[33,39,40,42,43,112,133,152,165,166,167,176],"-p":[150,151,152,156,231,245],"-pack":23,"-package":[12,23,43],"-packages":12,"-paginate":12,"-patch":17,"-path":[12,23,33,34,35,37,39,41,42,136,151,156,157,194],"-per":[37,156],"-pgp":12,"-pid":[34,37,42,151],"-pinus":33,"-pip":18,"-platform":23,"-platorm":43,"-plugin":13,"-plugins":[23,24,25,26,30,38],"-point":216,"-port":[151,152,156],"-ppa":12,"-prefix":[6,23,153],"-properties":30,"-protocol":[151,152,154,228,245],"-query":[33,37,39,40,41,42,43,90,151,153,165,166,174,176,191,201,229,241,244,246],"-r":[156,157],"-receive":[156,157],"-release":[24,26,39,43],"-repository":[12,30,39],"-request":[43,84,151],"-restart":43,"-root":[35,151,154],"-rotate":[42,151],"-rpm":12,"-rroonga":49,"-ruby":[6,12,39],"-s":[151,156,157,231],"-scorer":158,"-search":[41,214],"-searchu":214,"-secret":12,"-send":[156,157],"-separated":42,"-server":[22,24,25,26,30,37,38,39,40,41,42,151,222],"-show":34,"-sister":90,"-size":[42,151],"-slices":[43,133],"-sort":[33,43,170],"-sortby":[40,43],"-source":12,"-sphinx":[12,18],"-src":[12,25],"-static":37,"-stem":[25,30,33,41],"-strings":38,"-suggest":[22,35,36,37,39,40,41,42,43,45,136,148,208,209,210],"-t":[151,156],"-talk":[2,12,40,42],"-tar":29,"-target":[42,43],"-terminated":[64,72],"-test":[12,14],"-text":214,"-threads":[151,156],"-threshold":[23,35,39,42,133,147,151,234],"-time":176,"-timeout":[43,84,151],"-token":[25,30,33,41,43],"-tokenizer":[24,25,26,30,39,40],"-transport":25,"-type":[37,90,153,208,209,211,225],"-unauthenticated":[25,39],"-uploader":12,"-use":42,"-values":[42,43],"-version":[12,33,35,206,225],"-w":12,"-windows":42,"-with":[6,12,23,27,38,39,41,43,133,147,192],"-wno":37,"-word":133,"-working":39,"-x":[12,40],"-yyy":17,"-zlib":23,".$":[113,133],".'":[39,40],".(":12,".)":[40,43,63,192,194,203,215],".*":27,".,":[112,120,132,133,156,169],".-":17,"..":[6,7,12,17,39,40,43,68,72,78,83,87,90,91,103,112,114,119,120,129,132,133,136,138,151,153,154,156,169,174,191,192,202,203,204,205,225,241],"...":[33,37,39,40,41,42,43,48,49,50,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,73,82,87,112,129,133,136,139,151,152,153,154,165,168,179,191,192,193,199,202,206,244],"./":[17,28],".:":157,".>":206,".\"":[43,133,165,166,174,176,192,193,203,214,238,240,241,243,245,247],".]":[43,78,87,113,129,133,136,139,192],"._":[40,41,63,90,110,112,113,133,140,168,191,192,238,239],".age":[46,90,102,132],".am":18,".am\u30d5\u30a1\u30a4\u30eb":12,".asc":12,".askmonty":41,".blog":234,".body":[88,99,243,247],".builtin":54,".c":[33,44,94,97,121,133,140,214,235],".clean":[12,110,113,115],".co":[44,133],".column":[40,41,46,89,94,95,96,102,119],".com":[6,7,8,12,13,17,21,235,238,239,241,243,245,248],".comment":[243,244],".compress":119,".conf":[42,43,153,215,229,236],".content":[110,112,113,120,132,133,140,179,191,192,193,215,243],".context":140,".created":[110,112,113],".current":42,".d":[25,215,236],".data":133,".db":[40,151,231,241,245],".ddl":152,".deb":12,".debian":12,".description":244,".dll":72,".domain":42,".dump":37,".en":12,".entries":[215,243],".entry":128,".exe":31,".execute":113,".facebook":12,".flags":66,".garbage":40,".git":[6,7,8,12,13,17],".github":17,".githubusercontent":21,".gpg":12,".grn":[101,153],".groonga":[12,17,24,25,26,27,28,29,30,31,152],".group":[33,179],".gz":[12,17,24,25,26,27,28,29,30],".h":[16,42,72],".hash":244,".high":89,".html":[12,17,151,153],".htpasswd":[153,225],".index":[42,102,128,132,133],".jp":[12,42,44,133],".js":12,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":21,".json":[153,199],".kentaro":40,".key":[66,140],".label":[133,173],".lemon":46,".list":[12,25],".load":152,".location":244,".log":[28,42,80,115,149,151,152,153,156,229],".logs":[115,128],".max":[168,236],".md":12,".md\u30d5\u30a1\u30a4\u30eb":12,".me":[2,12,42],".memos":[120,132],".microsoft":235,".mo\u30d5\u30a1\u30a4\u30eb":17,".msgpack":199,".n":[54,110,112,113,133,191,192,215],".name":[87,149,179,244],".ncpu":27,".ne":44,".nested":133,".net":[2,12,238,239,240,241,245,248],".nginx":153,".o":240,".offset":66,".org":[12,17,24,25,26,27,28,29,30,31,41,42,49,78,101,152,153,167,238,239,240,241,245,248],".osdn":[2,12],".output":154,".overcommit":39,".patch":17,".pc":[36,37],".people":90,".php":12,".pid":151,".po":3,".po\u30d5\u30a1\u30a4\u30eb":[3,12],".position":119,".posted":244,".rb":[35,41,110,113,115,131],".readings":173,".real":[46,94,95,96],".reference":140,".remove":115,".roles":90,".roonga":[191,192],".rpm":[24,26],".rst":12,".run":110,".score":146,".scr":152,".section":119,".select":[152,192],".serial":89,".service":39,".sh":[6,12,14,17,21,39],".site":128,".size":119,".so":[122,123,127],".sort":33,".source":42,".sourceforge":[2,12],".spec":37,".ssssss":194,".statistics":119,".status":152,".sub":[113,133],".synonym":133,".t":214,".tag":[89,110,112,113,133,168],".tar":17,".timestamp":[118,121],".title":[104,105,106,128,140,238,243],".to":89,".travis":21,".tsv":[199,201],".txt":214,".user":168,".uuuuuu":192,".value":133,".weight":[40,119],".xml":199,".years":46,".yml":21,".zip":17,".}":[78,87,192],"/ '":63,"/#":49,"/$":17,"/${":156,"/'":41,"/(":12,"/*":[16,17,53,68,71,153,229,236],"/+":12,"/.":37,"/..":[12,43,153,156],"/;":153,"/?":156,"/\"":[78,214,238,239,240,241,245,248],"/\u65e5":244,"/\u6708":244,"/\uff09":35,"/_":12,"/aba":[239,241,248],"/acccess":229,"/admin":[37,151],"/afr":[239,241,248],"/alice":214,"/api":225,"/apt":[12,25],"/archive":12,"/atv":[239,241,248],"/base":12,"/bc":12,"/bin":28,"/blog":12,"/branches":14,"/c":[0,6,7,16,223],"/cache":153,"/centos":[12,24,229],"/com":235,"/command":[14,153,154,202,245],"/commands":[41,91,93,120,121,141],"/commits":41,"/copyright":41,"/coremodule":153,"/cpuinfo":[24,25,26,30],"/cutter":12,"/d":[41,153,202,225],"/data":21,"/database":[153,225],"/db":[101,136,149,153,157,202,229],"/db1":225,"/db2":225,"/dd":192,"/debian":[12,25],"/default":[39,229],"/desktop":235,"/dev":12,"/dic":27,"/dictionary":35,"/disk":202,"/doc":12,"/docs":153,"/en":[12,153],"/en\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"/entry":243,"/etc":[12,25,27,39,153,201,215,229,236],"/eval":130,"/example":156,"/examples":12,"/executables":156,"/f":12,"/false":[34,238],"/fedora":[26,35,39],"/files":[12,18],"/function":12,"/functions":14,"/gat":[239,241,248],"/gqtp":[40,229],"/grndb":149,"/grntest":12,"/groonga":[6,7,8,12,13,16,17,21,24,25,26,27,28,29,30,31,33,35,37,39,40,42,91,93,110,113,115,120,121,122,123,127,141,149,151,153,156,201,215,229,231,241,245],"/header":29,"/hoge":151,"/home":214,"/homebrew":12,"/horimoto":[110,113,115],"/hostname":[151,152],"/hosts":12,"/html":[17,18,37,225],"/http":[153,229],"/httpd":[153,229],"/in":42,"/index":[12,17,151],"/introduction":[231,241,245],"/ipadic":27,"/ja":[12,17,18,43,49,235],"/ja\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"/javascript":37,"/json":[37,153,225],"/key":63,"/kytea":144,"/lc":[12,17],"/learn":156,"/lib":[27,122,123,127,149,153,229],"/library":235,"/limits":215,"/linux":[3,5,8,12,18,22,23,33,37],"/lists":12,"/load":[43,131,153,225],"/local":[6,7,12,27,28,153],"/locale":[12,17,18],"/log":[28,42,149,151,153,156,229],"/logical":[110,113,115],"/lzo":[35,37,40],"/mailarchive":12,"/managers":[153,225],"/master":[17,21],"/math":170,"/max":[33,41],"/mecab":27,"/mecabrc":27,"/meetup":42,"/message":12,"/min":33,"/mm":192,"/modules":[35,153],"/mpisel":43,"/ms":235,"/munin":28,"/mxcl":12,"/news":12,"/nfs":28,"/ngx":153,"/nightly":12,"/non":40,"/null":[6,7,34],"/number":133,"/o":138,"/other":153,"/packages":12,"/php":42,"/pipermail":41,"/plain":42,"/plugins":[28,35,40,110,113,115,122,123,127],"/ppa":[12,30],"/projects":12,"/pull":12,"/query":[122,123,127],"/rab":[239,241,248],"/reference":156,"/release":[110,113,115],"/repositories":12,"/request":129,"/result":38,"/rroonga":41,"/run":[12,14,151],"/rurema":41,"/sbin":27,"/security":215,"/select":[129,153,245],"/setup":21,"/sharding":[110,113,115],"/share":[37,151],"/shm":153,"/shutdown":[151,153,225],"/source":[12,16,17,18,24,25,26,27,28,29,30,31],"/sources":[12,25],"/span":[165,166,176],"/srpm":12,"/status":[150,153,199,225,245],"/stem":213,"/stop":[101,142,213],"/string":[43,110,112,113,133,168,178],"/suggest":156,"/synonyms":201,"/sysconfig":229,"/sysctl":[27,215,236],"/tab":42,"/test":214,"/time":33,"/tmp":[6,7,201,225],"/to":[153,225],"/travis":21,"/tsv":[122,123,127,201],"/ubuntu":[12,39,229],"/unit":14,"/usr":[28,151],"/var":[28,42,149,151,153,229],"/vdw":[239,241,248],"/vector":[42,110,112,113,133,188,189],"/version":42,"/wgs":248,"/windows":[12,31,235],"/work":[12,110,113,115],"/x":225,"/xml":225,"/yum":12,"/~":12,"0c":214,"0d":84,"0e":152,"0f":43,"0mq":40,"0x":[38,84,191,216,231,238],"0xc":231,"10":[152,241],"11":[78,121,133,174,192,215,234],"1\u305a":[76,80],"1\u3064":[10,32,33,37,40,41,43,46,56,74,78,86,89,90,91,94,95,102,104,105,106,110,111,112,113,114,115,118,119,121,122,123,127,128,129,130,131,132,133,134,136,138,140,143,144,146,147,151,152,153,156,166,168,169,173,174,176,179,191,192,194,202,203,204,205,206,210,212,214,215,225,231,238,240,243,244],"1\u30f6\u6708":206,"1\u4ef6":[234,244],"1\u56de":153,"1\u5ea6":[71,113],"1\u6708":[192,216,238,244],"1\u884c":152,"1byte":231,"1f":42,"1g":[25,30],"1gb":42,"1o":202,"1tib":[32,138,212],"1usec":43,"2\u3064":[19,24,25,26,30,40,41,42,90,91,96,110,111,112,113,115,121,133,137,138,140,141,142,143,156,159,160,168,169,173,174,179,191,194,202,203,204,211,214,224,225,229,238,239,241,243,244],"2\u3064\u3081":[129,168,191,192,225,243],"2\u5104":32,"2byte":231,"2ff":43,"2grn":41,"3\u3064":[14,40,81,93,102,116,133,159,165,168,176,190,238,239,241,243],"3ki":35,"4\u3064":[89,151,168,176,203,212],"4byte":231,"4e":236,"4gib":[32,43,138,212,231],"4kib":[32,42,46,94,95,96,147,212],"4mib":119,"5\u3064":159,"5b":[96,147],"5d":84,"5f":152,"6elz":41,"6gib":215,"7\u3064":135,"7\u6708":[33,42],"7a":33,"7e":152,"7ed":84,"7f":43,"7fa":84,"8bit":216,"8byte":231,"8r":[28,39,151],"9\u3064":241,"9e":195,"9f":199,": n":150,":!":191,":#":[41,43],":#{":194,":$":[18,191,192,246],":..":133,":/":[12,13,17,21,24,25,26,27,28,29,30,31,41,49,78,101,129,150,151,153,154,156,167,199,225,235,238,239,240,241,243,245,248],"::":[33,42,85,110,113,115,156,199],":<":[133,191],":=":[133,191],":>":[133,191],":@":[113,133,174,191,238,240,241,244,245],":[":[152,202],":\"":[56,110,202,241],":\\":[8,31,202],":\\\"":103,":\u5206":244,":\u79d2":244,":^":[191,246],":bob":244,":byte":69,":clear":12,":dat":119,":fix":119,":groonga":[6,7,8,12,30,43,133,191],":hash":[119,120],":index":119,":mm":[192,194],":no":119,":order":42,":pat":[119,120],":port":[151,153,154],":set":41,":ss":[192,194],":value":[133,191],":var":[119,120],":~":[191,202],";/":[165,166],";\"":39,";b":[165,166],";rroonga":[165,166],"< n":192,"< t1":11,"< y":40,"<#{":194,"<-":225,"<..":206,"</":[121,165,166,167,176,199],"<=":[40,153,168,192,244],"<[":115,"<\"":33,"<directory":157,"<encoding":151,"<endpoint":157,"<gqtp":152,"<groonga":152,"<ip":[151,152],"<level":157,"<limit":151,"<log":151,"<max":151,"<nan":33,"<object":33,"<path":[151,157],"<port":[151,152],"<protocol":151,"<span":[165,166,176],"<threshold":151,"<timeout":151,"= \"":[41,133,192],"= n":192,"= y":40,"=$":[12,17,28],"='":167,"=(":12,"=)":11,"=-":[28,33,136],"=.":27,"=..":12,"=/":[6,7,12,14,28,151,201],"==":[43,192],"=\"":[29,110,112,113,115,133,165,166,168,176,199],"=\\":[165,166,167,176],"=_":136,"=`":18,"=add":144,"=allow":133,"=arg":202,"=auto":136,"=c":[8,31],"=centos":28,"=column":[110,112,113,133],"=complete":156,"=dat":38,"=encoding":23,"=epel":24,"=fedora":12,"=g":156,"=get":142,"=gr":156,"=graceful":134,"=gro":156,"=groo":156,"=groonga":[12,153,156],"=grooon":156,"=i":12,"=largetable":129,"=message":23,"=no":[33,101,102,110,112,113,115,121,140],"=none":[113,116,133,142,144],"=null":[86,90,101,102,104,105,106,110,111,112,113,115,119,128,133,138,142,143,144],"=number":[23,147],"=on":[7,8],"=pat":38,"=path":23,"=platform":23,"=query":156,"=r":39,"=site":245,"=sjis":28,"=squeeze":12,"=submit":156,"=table":138,"=title":245,"=true":129,"=unique":129,"=users":[153,225],"=vs":235,"=x":43,"=xxx":43,"=yes":[12,14,33,38,40,42,43,101,102,133],"> \"":42,"> y":40,">#{":194,">(":121,">.":[165,166],">:":[46,110,113],"><":[56,199],">=":[40,121,192],">>":[40,192],">\"":[33,40,46,84,97,110,113,121,133,140,165,167,214],">\n<":199,">alloc":199,">cache":199,">command":199,">default":199,">max":199,">n":199,">rroonga":[165,166],">starttime":199,">uptime":199,">version":199,"??":133,"?arg":202,"?argument":154,"?i":202,"?id":129,"?max":[33,42],"?msg":12,"?parameter":153,"?table":[43,129,153,225,245],"@'":241,"@\"":33,"@ceekz":40,"@do":41,"@github":[6,7,8,12],"@groonga":[2,12],"@kiske":39,"@lists":[2,12],"@naoina":[39,40],"@orangain":40,"@packages":12,"@s":35,"@soundkitchen":[37,39],"@tomotaka":37,"@uzulla":37,"@wareohji":39,"@x":33,"@yappo":[40,41],"@yito":[39,40],"@~":202,"[#":[37,38,39,41],"[$":[33,42,43],"[(":202,"[,":163,"[..":[43,113,133],"[2":151,"[:":245,"[@":[37,39,40,41],"[[":[46,78,89,90,93,100,110,115,129,130,131,133,139,141,142,146,151,159,162,165,166,168,170,173,176,191,192,193,203,208,213,234,238,240,243,244,246],"[[\"":87,"[\"":[42,78,87,90,91,112,133,136,176,188,192,208,234,238,240,244,247],"[\u8a9e":87,"[]":244,"[admin":[37,39,40,43],"[api":42,"[apt":39,"[args":151,"[backslash":191,"[benchmark":41,"[bernard":42,"[bindings":42,"[cache":33,"[centos":43,"[cmake":[33,42,43],"[column":41,"[content":[110,112,113,133],"[dat":[33,38,39],"[dd":202,"[deb":[37,39,40,41,42,43],"[debian":43,"[doc":[37,38,39,40,41,42,43],"[dump":[39,40,41],"[element":[78,192],"[example":[41,42],"[examples":43,"[fedora":[39,41],"[functions":33,"[geo":[37,40],"[github":[33,41],"[gqtp":40,"[grn":42,"[grntest":37,"[groonga":[12,37,39,41,42,43],"[hash":43,"[header":[81,86,89,90,93,94,95,96,97,100,102,104,105,106,107,110,115,116,117,118,119,120,121,122,123,127,128,130,131,132,134,137,138,140,141,143,144,145,146],"[hh":42,"[http":[39,40,41,42,43],"[httpd":[33,39,40,41,42,43],"[index":41,"[info":202,"[is":[110,112,113,133],"[ja":43,"[key":42,"[label":[33,42,43,113,133],"[label1":[41,113,133],"[label2":[113,133],"[launchpad":12,"[libedit":37,"[linux":39,"[load":[33,39,41],"[logical":42,"[macports":37,"[mdev":42,"[mecab":42,"[mrb":42,"[mruby":[41,42,43],"[munin":[37,39,40,41],"[n":[40,41,110,112,113,133],"[name":[110,112,113,133],"[name1":[110,112,113,133],"[name2":[110,112,113,133],"[normalizer":41,"[nsubrecs":113,"[number":103,"[object":90,"[os":41,"[output":38,"[pat":39,"[php":[39,41],"[pkg":[37,39],"[plugin":[41,42],"[power8":41,"[record":113,"[rpm":[33,37,38,39,40,41,42,43],"[sharding":[33,42],"[snippet":[41,176],"[solaris":39,"[sort":43,"[space":191,"[suggest":[38,39,40],"[table":[40,90],"[tag":[113,133],"[test":39,"[token":40,"[tokenizer":[39,40,43],"[travis":40,"[ubuntu":43,"[vector":[110,112,113,133],"[warning":202,"[windows":[33,37,39,40,41,42,43],"[xxxxx":235,"[yum":39,"[{":[153,225],"\"#":37,"\"#\"":152,"\"#{":192,"\"%":202,"\"'":[39,40,41,42,78,89,110,112,133,173,191,192,202,232,234],"\"(":40,"\")":[33,39,40,41,42,55,110,113,129,133,159,160,162,164,168,169,173,174,192,235,240,248],"\"*":39,"\",":[40,42,43,46,78,81,87,89,90,91,93,94,97,100,101,103,110,112,113,115,119,120,121,129,132,133,135,136,139,140,141,142,146,151,152,153,156,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,195,202,203,204,205,208,209,211,213,214,231,234,238,239,240,241,243,244,245,246,247,248],"\"-":[37,162],"\".":[192,223,239],"\"/":[91,93,110,113,115,120,141,151,214,248],"\":":[33,42,43,46,78,82,87,89,90,93,100,101,103,110,111,112,113,114,115,116,117,119,120,129,130,131,132,133,135,136,141,142,144,145,146,151,152,153,156,159,162,165,166,167,168,169,170,173,174,179,188,191,192,193,195,198,199,202,203,204,205,208,209,211,213,214,225,231,238,239,240,241,243,244,245,246,247,248],"\";":[152,153,225],"\"<":[40,165,166],"\"=":168,"\">":[165,166,176,199],"\"?":[133,199],"\"@":[168,244],"\"[":[33,39,84,94,97,110,113,121,133,140,202,214],"\"\"":[38,43,89,94,95,179,192,202,216],"\"\\":[42,202],"\"\\\\":202,"\"\\n":42,"\"\u3001":[208,239],"\"\u3002":41,"\"\u308d\u3086\u304d":246,"\"\u30df\u30ea":192,"\"\u5f37":214,"\"\u672c":214,"\"\u8a9e":214,"\"\uff09":[34,208,238,248],"\"]":[42,43,78,90,91,94,95,96,101,110,112,113,115,133,151,173,176,188,192,208,234,240,241,244,247],"\"_":[40,43,46,78,81,89,90,91,93,100,101,103,110,112,113,115,119,133,136,141,142,146,153,156,159,162,167,168,169,170,173,174,179,188,191,192,193,195,198,202,203,204,205,208,209,211,213,225,234,238,239,240,241,243,244,245,246,247,248],"\"a":[41,113,133,144,179],"\"ab":210,"\"adventurer":90,"\"alice":[90,119,191],"\"always":111,"\"apple":195,"\"application":37,"\"auto":111,"\"b":[113,133,179],"\"black":195,"\"block":238,"\"book":192,"\"c":[113,133,179],"\"canceled":129,"\"co":210,"\"color":195,"\"column":[119,120],"\"complete":210,"\"content":[133,191,192,213],"\"correction":210,"\"created":[110,112,113],"\"d":214,"\"dav":168,"\"db":119,"\"ddl":41,"\"double":192,"\"droonga":168,"\"e":[136,144,208,214],"\"element":78,"\"ellip":163,"\"ellipsoid":163,"\"engine":[208,209,211],"\"fast":113,"\"flower":238,"\"fulltext":144,"\"good":[110,113,133,192],"\"gr":138,"\"gronga":210,"\"groonga":[78,101,133,138,168,176,179,192,210,243],"\"h":144,"\"hello":[142,213],"\"http":78,"\"i":[81,112,113,133,191,192,193,213,243,244],"\"include":115,"\"index":119,"\"is":238,"\"k":240,"\"key":119,"\"keyword":133,"\"label":133,"\"lic":168,"\"localhost":231,"\"lz4":119,"\"medium":119,"\"message":[202,204,205],"\"monkey":238,"\"mroonga":[78,101,133,179,192],"\"mysql":[78,210],"\"n":[43,81,110,112,113,119,120,133,135,153,191,192,231,241,245],"\"name":[119,174],"\"never":111,"\"no":39,"\"normal":119,"\"null":39,"\"o":214,"\"pgroonga":101,"\"popular":133,"\"pp":41,"\"proc":120,"\"rect":[39,163],"\"rectangle":[39,162,163],"\"requires":39,"\"roonga":210,"\"ruby":78,"\"s":[136,144,208,209,214],"\"saerch":209,"\"say":192,"\"scalar":119,"\"se":208,"\"sea":208,"\"search":[191,208,209,211],"\"sequence":[136,208,209,211],"\"serach":209,"\"service":209,"\"small":119,"\"sound":209,"\"sphere":163,"\"sphr":163,"\"starttime":[82,199],"\"sug":210,"\"suggest":210,"\"t":[144,214],"\"table":[119,120,151],"\"tags":78,"\"text":37,"\"theater":247,"\"theatre":247,"\"timestamp":115,"\"tritonn":133,"\"type":[120,136],"\"unknown":55,"\"uptime":199,"\"utf":55,"\"value":133,"\"vector":[40,119],"\"version":199,"\"visual":8,"\"web":[209,211],"\"weight":238,"\"x":[33,40,41,192],"\"xxx":40,"\"y":33,"\"yyyy":192,"\"zlib":119,"\"zstd":119,"\"}":[46,89,90,100,101,103,110,111,112,113,114,115,119,133,136,153,168,169,173,174,179,188,191,192,193,195,198,202,204,205,208,209,211,213,225,238,239,240,243,246,248],"\\%":31,"\\'":[151,191],"\\(":191,"\\[(":202,"\\\"":[56,103,165,166,167,176,179,202,232],"\\\"a":179,"\\\"}":103,"\\\\":[42,56,165,173,179,202],"\\\\\"":173,"\\\\\\":[42,202],"\\\\z":202,"\\a":[42,43,202,214],"\\ahello":42,"\\ahost":202,"\\bin":31,"\\groonga":31,"\\n":202,"\\u":214,"\\ud":33,"\\udf":33,"\\z":[202,214],"\u2026\uff09":209,"\u2192id":212,"\u25a1\u25a1":10,"\u25cb\u25cb":10,"\u3001 \"":169,"\u3001#":244,"\u3001$":12,"\u3001'":[41,55,151,174,192,216,238],"\u3001(":[66,67,152,159,216],"\u3001-":[35,152,216],"\u3001.":[14,17],"\u3001/":[241,245],"\u3001:":[152,235],"\u3001[":241,"\u3001\"":[33,37,39,40,43,167,169,179,208,209,210,211,216,241,244,247],"\u3001\u00d7":10,"\u3001\u300c":[34,90,112,115,119,133,151,198,203,204,205,208,214,232,234,239,240,248],"\u3001_":241,"\u3001c":241,"\u3002#":[35,37,244],"\u3002'":63,"\u3002(":[11,12,26,33,48,64,67,100,103,133,151,152,229,235,243],"\u3002)":[67,100,133,152,235,243],"\u3002-":[28,58,67],"\u3002.":17,"\u3002:":[10,12,14,17,18,33,37,42,43,80,82,84,87,94,95,96,98,101,103,104,105,106,107,110,112,113,117,119,120,121,128,129,132,133,134,135,136,139,140,145,146,149,151,152,153,154,156,166,168,174,192,194,203,204,205,208,209,210,211,215,225,232,234,235,236,241],"\u3002<":174,"\u3002[":[33,39,40,41,42,43,241],"\u3002\"":[33,40,41,43,169,209,228,234,239,244,245],"\u3002\u00d7":10,"\u3002\u2193":151,"\u3002\u3002":197,"\u3002\u300c":[41,90,97,110,112,113,115,116,119,121,133,138,142,144,168,191,192,202,205,214,240,243],"\u3002\u300d":[33,234],"\u3002\u3044":11,"\u3002\u3044\u304f\u3064\u304b":[120,156,202],"\u3002\u3044\u307e":38,"\u3002\u3056\u3063\u304f\u308a":78,"\u3002\u3057\u304b":90,"\u3002\u3057\u304b\u3057":[0,6,7,8,23,37,78,90,93,115,133,141,151,162,193,195,203,205,209,214,216,225],"\u3002\u3057\u304b\u3082":224,"\u3002\u3059":[152,193],"\u3002\u3059\u3050":153,"\u3002\u3059\u3079\u3066":[14,17,133],"\u3002\u3064\u307e\u308a":[33,48,90,133,147,149,156,191,204,214,241,247],"\u3002\u3069\u308c":156,"\u3002\u307e\u305a":234,"\u3002\u307e\u305f":[0,11,80,102,133,150,151,152,154,192,201,205,209,216,231,235,238,241,243,248],"\u3002\u307e\u3060":41,"\u3002\u30ad\u30fc":[33,43,46,132,133,147],"\u3002\u30bf\u30b0":[78,110,112,113,133,166,240],"\u3002\u30d0\u30b0":19,"\u3002\u30df\u30ea":238,"\u3002\u30ed\u30b0":[138,153,194],"\u3002\u4f8b":[8,42,63,121,138],"\u3002\u5024":[],"\u3002\u52d5\u7684":133,"\u3002\u5404":[110,112,113,133],"\u3002\u7701\u7565\u53ef\u80fd":165,"\u3002\u7a7a":119,"\u3002\uff08":[17,21,35,37,42,53,67,87,90,102,111,112,113,129,133,151,156,166,176,190,191,192,197,208,209,211,212,214,215,216,232],"\u3002\uff09":[17,21,34,35,37,42,67,90,102,111,112,113,119,129,133,138,156,166,176,191,192,197,209,211,212,214,232],"\u3002_":[76,241],"\u3002adjuster":41,"\u3002amazon":133,"\u3002api":190,"\u3002apt":12,"\u3002ascii":[191,192],"\u3002bash":42,"\u3002between":43,"\u3002blogs":234,"\u3002buf":50,"\u3002c":[0,16,85],"\u3002callback":11,"\u3002centos":42,"\u3002column":[11,50,241],"\u3002command":80,"\u3002cpu\u30b3\u30a2":225,"\u3002ctrl\u30ad\u30fc":241,"\u3002cursor":67,"\u3002db":[11,37,53,231,241],"\u3002debian":14,"\u3002dump":101,"\u3002eclipse":17,"\u3002ecmascript":133,"\u3002ftp":152,"\u3002functions":14,"\u3002gdb":[6,7,14],"\u3002geopoint":244,"\u3002git":12,"\u3002gnr":190,"\u3002gnu":5,"\u3002google":191,"\u3002gqtp":[85,150,231],"\u3002grn":[11,190],"\u3002groonga":[0,3,24,25,26,28,30,31,33,39,40,41,42,43,46,71,74,80,90,133,151,152,153,191,192,194,199,202,206,208,212,215,228,241,243,245],"\u3002hook":58,"\u3002host":231,"\u3002html":165,"\u3002http":[40,42],"\u3002id":[43,53],"\u3002int":40,"\u3002iptables":245,"\u3002jis":198,"\u3002json":[43,103],"\u3002key":[66,232],"\u3002keys":66,"\u3002linux":215,"\u3002listen":33,"\u3002lz":90,"\u3002lz4":43,"\u3002make":152,"\u3002max":67,"\u3002memcached":43,"\u3002messagepack":[28,81],"\u3002min":67,"\u3002mroonga":[0,63],"\u3002mruby":42,"\u3002munin":[24,25,26,30],"\u3002mysql":[24,25,26,30,206],"\u3002n":[116,144,234],"\u3002name":[50,53,66],"\u3002nginx":43,"\u3002null":[53,54,66],"\u3002obj":63,"\u3002offset":58,"\u3002openbsd":43,"\u3002optarg":54,"\u3002os":97,"\u3002output":[41,101],"\u3002pcre":153,"\u3002point":[163,164],"\u3002post":225,"\u3002postgresql":33,"\u3002rdbms":151,"\u3002rk":198,"\u3002rroonga":190,"\u3002ruby":202,"\u3002run":14,"\u3002scan":14,"\u3002set":152,"\u3002sql":133,"\u3002squeeze":14,"\u3002table":[66,70,100],"\u3002tag":240,"\u3002timeout":63,"\u3002tokendelimit":211,"\u3002tokenizer":33,"\u3002travis":21,"\u3002true":43,"\u3002tsv":[81,201],"\u3002unix":135,"\u3002utf":[40,156,195],"\u3002value":[63,76],"\u3002video":240,"\u3002windows":5,"\u3002xml":81,"\u3002zlib":90,"\u3002zstandard":90,"\u300c#":35,"\u300c,":[101,138],"\u300c\"":151,"\u300c\u25cb":[42,110,112,113],"\u300c\u3059":33,"\u300c\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":119,"\u300c\u30e9\u30d9\u30eb":133,"\u300c\u4e8c":198,"\u300c\u4eba":90,"\u300c\u5024":[132,138],"\u300c\u52d5\u7684":133,"\u300c\u5e74":42,"\u300c\u5f0f":56,"\u300c\u6771\u4eac\u90fd":234,"\u300c\u697d\u3057":232,"\u300c\u697d\u3057\u3044":232,"\u300c\uff76":195,"\u300ca":203,"\u300calice":244,"\u300carray":119,"\u300cbill":232,"\u300cbilliard":232,"\u300cbob":244,"\u300cbuffer":119,"\u300ccharlie":244,"\u300cchunk":119,"\u300ccomments":244,"\u300cdelete":12,"\u300cgrand":244,"\u300cgroonga":[41,133,156,190,215],"\u300chello":133,"\u300cnew":244,"\u300cnihon":208,"\u300cnippon":208,"\u300cpopular":133,"\u300csenna":133,"\u300cthe":203,"\u300cthey":[203,204,205],"\u300cusers":244,"\u300cv":12,"\u300cview":12,"\u300d:":195,"\u300d\u3001":[41,240,244],"\u300d\u3002":190,"\u300d\u300c":119,"\u300d\uff08":[101,133,138,232],"\u3042\u3044\u307e\u3044":138,"\u3042\u304d":246,"\u3042\u304d\u3089":41,"\u3042\u304f":49,"\u3042\u3052\u308b":[22,170,233],"\u3042\u305f\u308a":[35,37,119],"\u3042\u3063":[12,17,26,33,39,40,43,50,63,66,76,80,103,115,133,134,136,152,192,202,225,240],"\u3042\u3068":[12,17,97,215,235],"\u3042\u3068\u3082":84,"\u3042\u306a\u305f":[2,6,7,8,12,42,90,202,203,204,205],"\u3042\u307e\u308a":[10,66,151,243],"\u3042\u3089\u304b\u3058\u3081":[12,26,216],"\u3042\u3089\u3086\u308b":121,"\u3042\u3089\u308f\u3057":247,"\u3042\u308a":[0,1,2,3,5,6,7,8,10,11,12,13,14,16,17,18,19,23,24,25,26,28,30,31,32,33,37,39,40,41,42,43,46,48,49,53,56,60,63,66,67,68,71,76,78,80,81,84,89,90,91,94,95,96,97,100,101,102,103,104,105,106,109,110,111,112,113,114,115,116,117,118,119,120,121,122,125,127,128,129,132,133,134,135,136,137,138,139,140,141,142,143,144,145,149,151,152,153,154,156,159,162,165,166,167,168,169,170,173,174,176,179,188,190,193,194,195,196,198,199,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,223,225,229,231,232,234,235,236,238,239,241,243,244,245,247,248],"\u3042\u308b":[0,1,2,5,6,7,8,10,11,12,17,20,28,31,33,35,37,39,40,41,42,43,46,56,60,63,67,78,80,85,87,88,90,91,92,97,98,99,100,101,102,103,108,109,110,112,113,115,119,120,125,133,134,135,136,138,139,140,144,149,150,151,152,153,154,156,159,160,162,163,164,168,169,170,171,173,174,175,176,179,190,191,192,194,197,201,202,203,208,209,212,214,215,216,225,231,234,235,236,238,239,240,241,243,245,246,248],"\u3042\u308b\u3044":[0,11,26,41,50,65,66,80,90,115,120,138,140,153,163,164,169,191,192,215,231],"\u3042\u308c":[6,7,12,33,43,46,49,90,115,138,140,151,152,159,169,193,234],"\u3042\u308c\u3053\u308c":10,"\u3042\u308f\u305b":[206,215],"\u3042\u308f\u305b\u308b":39,"\u3044\u3044":[2,10],"\u3044\u3044\u306d":[110,112,113,133,191,192],"\u3044\u3046":133,"\u3044\u304d":[10,12,235,241],"\u3044\u304f":[3,4,22,43,83,130,133,144,202],"\u3044\u304f\u3064":[3,202],"\u3044\u304f\u3064\u304b":[1,2,8,11,12,14,26,28,40,42,43,76,90,96,101,102,110,112,113,115,116,119,129,133,134,138,142,144,147,156,158,174,191,192,195,202,203,206,214,215,224],"\u3044\u304f\u3089":[0,43],"\u3044\u305a\u308c":[76,80,216],"\u3044\u3063":[135,202],"\u3044\u3064":[33,208],"\u3044\u3066":[33,43],"\u3044\u307e":[131,235],"\u3044\u307e\u305b":[6,40,41,43,81,90,110,112,113,115,133,136,138,144,153,191,192,197,201,202,203,204,205,206,212,214,224,225,235],"\u3044\u308b":[0,6,7,10,11,12,14,17,18,21,25,28,30,33,34,35,36,37,38,39,40,41,42,43,46,47,50,53,58,63,64,66,67,68,78,81,84,86,87,88,89,90,91,92,93,97,99,100,102,103,104,105,109,110,111,112,113,117,118,119,120,121,122,123,127,128,129,130,131,132,133,135,138,139,141,143,144,145,149,151,152,153,154,156,159,162,166,167,168,169,174,176,179,191,192,193,195,198,201,202,203,204,205,206,207,208,209,210,212,213,214,225,229,232,234,235,236,238,239,240,241,243,244,245,246,248],"\u3044\u308c":[39,42,43,63,84,115,120,214,238],"\u3044\u308d\u3044\u308d":[22,237,244],"\u3044\u308f\u3086\u308b":240,"\u3044b":[232,234],"\u3046\u3048":[37,39],"\u3046\u3061":[11,37,39,42,50,63,66,67,80,87,110,119,135,147,159,197],"\u3046\u3061\u3044":151,"\u3046\u3063\u304b\u308a":40,"\u3046\u307e\u304f":[3,4,22,42,43],"\u304a\u3044":[0,12,14,17,33,37,40,43,50,63,66,76,156,238,241],"\u304a\u304b":28,"\u304a\u304b\u3052":202,"\u304a\u304b\u3057":35,"\u304a\u304b\u3057\u3044":43,"\u304a\u304b\u3057\u304f":35,"\u304a\u304d":[0,12,33,46],"\u304a\u304d\u307e\u3057\u3087":238,"\u304a\u304f":[12,192,238],"\u304a\u3051":[133,198],"\u304a\u3051\u308b":[0,32,39,40,191,216,238,240,241],"\u304a\u3053":[0,238],"\u304a\u3053\u306a\u3063":241,"\u304a\u3055\u3089\u3044\u3057":10,"\u304a\u3059\u3059\u3081":[169,225],"\u304a\u3059\u3059\u3081\u3057":[12,191,192,229],"\u304a\u305d\u3089\u304f":43,"\u304a\u3070":[34,37,40,42,43],"\u304a\u3070\u305f":[37,40,42,43],"\u304a\u3088":48,"\u304a\u3088\u3073":[0,12,28,33,39,64,151,238,241],"\u304a\u3089":12,"\u304a\u308a":[41,248],"\u304a\u5f85\u3061":2,"\u304a\u77e5\u3089":22,"\u304a\u9858\u3044":[10,152],"\u304b\u3048\u308b":[42,179],"\u304b\u304b\u3063":[33,81],"\u304b\u304b\u308a":[43,149,191,192,193,214],"\u304b\u304b\u308b":[66,129,149,193,241],"\u304b\u304e\u308a":152,"\u304b\u3051":[40,88],"\u304b\u3051\u308b":[10,153],"\u304b\u3053\u308c":33,"\u304b\u3057\u3089":121,"\u304b\u305a":[39,41,43],"\u304b\u305a\u3072\u3053\u3055\u3093":39,"\u304b\u305f":[42,43],"\u304b\u3061":[133,232],"\u304b\u3061\u3083\u3093":[115,140],"\u304b\u3064":[40,67,133,149,192,232],"\u304b\u3069":[41,42,53,101,102,110,112,113,115,118,121,133,136,140,149,153,159,163,164,168,191,234,236,241,248],"\u304b\u3069\u3046":[28,42,43,85,94,102,107,113,120,128,132,146,159,174,179,234],"\u304b\u306a\u308a":41,"\u304b\u307e\u3044":241,"\u304b\u3082":[10,41,42,68,81,90,93,104,105,110,112,116,117,118,129,130,131,132,135,138,140,141,145,149,156,168,191,192,202,203,204,205,243],"\u304b\u3089":[0,3,9,11,12,17,22,23,29,32,33,34,35,37,38,39,40,41,42,43,46,50,53,60,63,66,67,80,81,89,90,93,97,100,101,102,103,110,112,113,115,118,119,120,122,127,128,129,133,134,135,136,138,140,141,143,149,150,151,152,153,159,162,163,166,167,169,170,173,175,176,179,187,190,191,192,193,194,195,197,201,202,203,204,205,208,209,210,211,212,213,214,216,225,228,231,234,235,238,241,243,244,247,248],"\u304b\u308b":33,"\u304b\u308f":33,"\u304b\u308f\u308a":[26,41,42,43,234],"\u304by":40,"\u304c\u3042\u308a":[12,19,119,133,154,162,201,206,213],"\u304c\u3042\u308c":[43,206],"\u304c\u3044":46,"\u304c\u3044\u304f\u3064\u304b":[112,119],"\u304c\u3053\u306e":191,"\u304c\u3059":[33,66,118],"\u304c\u3061":[90,214],"\u304c\u3063":[91,110,112,113],"\u304c\u3064\u3044":[35,39,68,78,133,206,212],"\u304c\u3064\u304d":149,"\u304c\u3069":[132,194,215],"\u304c\u3072\u3068\u3064":201,"\u304c\u308b":243,"\u304c\u308f\u304b\u3063":90,"\u304c\u308f\u304b\u308a":[89,90,167,214,235,244],"\u304c\u308f\u304b\u308b":162,"\u304c\u308f\u304b\u308c":133,"\u304f\u3060":[0,2,6,7,8,12,17,24,25,26,27,28,29,30,31,39,40,41,42,43,48,62,78,83,84,85,86,89,90,91,93,94,95,96,97,100,102,104,105,106,107,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,133,134,135,136,137,138,140,141,142,143,144,145,146,149,152,153,154,156,162,167,173,174,179,188,191,192,198,201,202,212,214,215,216,223,225,229,234,236,238,239,241,244,245,246,248],"\u304f\u308c":10,"\u304f\u308c\u308b":[0,16,17,97,102],"\u3050\u3088\u3046":162,"\u3050\u308b":[33,42,43,190,191,192],"\u3050\u308b\u3093":[191,192,240],"\u3051\u3069":149,"\u3053\u3046":10,"\u3053\u3046\u3059\u308c":10,"\u3053\u3053":[12,21,81,104,133,136,191,192,195,201,234,235,238,241,244,248],"\u3053\u3053\u3067":[12,235],"\u3053\u3061\u3089":[17,156,167,170,174,201,241,243],"\u3053\u3068":[0,1,3,6,7,8,9,10,11,14,17,20,21,23,24,25,26,28,30,31,33,34,35,37,38,39,40,41,42,43,46,47,49,50,53,58,60,63,66,67,71,76,78,80,81,83,84,85,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,106,108,109,110,112,113,115,116,119,121,122,123,125,127,128,129,131,133,134,138,139,140,141,142,143,144,147,149,150,151,152,153,154,156,160,162,163,164,165,166,167,168,170,171,173,174,175,176,179,188,190,191,192,193,194,195,197,198,199,201,202,203,204,205,206,208,209,210,212,213,214,215,216,224,225,228,229,231,234,235,236,238,239,240,241,242,243,244,245,246,247,248],"\u3053\u306a\u3044":[41,42],"\u3053\u306e":[0,2,3,5,6,7,8,11,12,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,37,38,39,40,41,42,43,46,47,48,49,56,66,67,68,72,78,79,81,83,84,85,86,89,90,91,93,94,95,96,97,102,103,104,105,106,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,127,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,145,146,149,151,152,153,156,158,159,162,163,165,166,168,170,173,174,176,178,179,188,189,191,192,193,194,196,198,199,201,202,203,204,205,206,207,208,209,211,212,214,215,217,224,225,231,232,234,238,239,240,241,242,243,244,247,248],"\u3053\u308c":[0,6,7,8,11,12,16,17,18,28,32,33,37,39,40,41,42,43,46,49,54,71,78,84,86,89,90,93,102,104,105,106,110,111,112,113,115,118,120,122,123,127,128,129,133,134,138,141,144,151,153,156,159,162,166,173,174,176,179,191,192,193,195,201,202,203,204,205,206,208,209,210,211,212,214,215,225,231,232,234,236,238,239,243,244,247,248],"\u3053\u308c\u3089":[3,24,25,26,28,29,30,39,40,76,78,90,102,110,111,112,113,115,120,122,123,127,133,147,149,153,154,156,162,168,190,191,192,195,199,202,203,206,210,211,212,225,234,239,240,241,244],"\u3054\u3068":[9,12,33,39,40,42,43,53,111,135,144,165,174,203,215,235,236,242],"\u3054\u307f":[10,40],"\u3054\u3089\u3093\u304f":13,"\u3054\u89a7\u304f":[14,241],"\u3055\u3044":[0,2,6,7,8,12,14,17,24,25,26,27,28,29,30,31,39,40,41,42,43,48,62,78,83,84,85,86,89,90,91,93,94,95,96,97,100,102,104,105,106,107,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,133,134,135,136,137,138,140,141,142,143,144,145,146,149,152,153,154,156,162,167,173,174,179,188,191,192,198,201,202,212,214,215,216,223,225,229,234,236,238,239,241,244,245,246,248],"\u3055\u304c":235,"\u3055\u304d":238,"\u3055\u305b":10,"\u3055\u307e\u3056\u307e\u306a":[22,237,244],"\u3055\u3089":243,"\u3055\u3089\u306b":[0,32,41,42,78,80,110,112,113,210,212,235,240,241],"\u3055\u3093":[6,7,17,33,35,36,37,38,39,40,41,42,43,90,110,112,113,115,133,138,140,142,144,176,202,205,210,215,225,239],"\u3057\u3044":[232,234],"\u3057\u3046\u308b":41,"\u3057\u304b":[17,41,42,46,90,110,112,113,133,138,153,168,191,192,202,204,205,214,225,238,243],"\u3057\u304b\u3057":[17,33,113,115,121,133,192,201,202,205,214,215,225,232,234,243],"\u3057\u304d\u308c":39,"\u3057\u304f":40,"\u3057\u3064\u3064":14,"\u3057\u3066":[10,12,14,17,30,35,39,40,66,133,149,153,234,239,240,241],"\u3057\u306a\u3044":42,"\u3057\u307e":10,"\u3057\u307e\u3044":[10,33,140,152,204,209,234,238,246],"\u3057\u307e\u3046":[0,10,12,33,35,37,39,40,41,42,43,140,149,214],"\u3057\u307e\u3057":40,"\u3057\u307e\u3057\u3087":[78,140,203,204,205,214,247],"\u3057\u307e\u3059":[110,112,113,133,156,174,191,192,210,232,244],"\u3057\u307e\u305b":[10,28,113,133,153,156,208],"\u3057\u307e\u3063":[33,41,43],"\u3057\u3084\u3059\u3044":156,"\u3057\u3084\u3059\u304f":[39,43],"\u3057\u3088":[11,33,37,40,43,48,53,61,93,94,103,115,140,141,162,193,238],"\u3057\u308a":10,"\u3057\u308c":[10,41,42,68,81,90,93,104,105,110,112,116,117,118,129,130,131,132,135,138,140,141,145,149,156,168,191,192,202,203,204,205,243],"\u3058\u304d":[84,176],"\u3059\u304e\u307e\u305b":240,"\u3059\u304e\u308b":78,"\u3059\u304f":179,"\u3059\u3050":[0,129,134,156,225],"\u3059\u3053\u308c\u3089":133,"\u3059\u3067":[12,41,68,93,102,141,144,193,198,215,232],"\u3059\u306a\u308f\u3061":238,"\u3059\u3079":[11,37,41,42,80,88,89,101,102,105,110,112,113,114,115,119,128,133,140,141,144,146,149,152,153,168,192,208,212,214,215,225,231,244],"\u3059\u3079\u304d":11,"\u3059\u3079\u3066":[28,35,37,39,41,42,46,66,78,80,83,84,89,90,91,93,102,110,115,133,137,138,141,144,152,153,159,192,194,202,213,214,215,239,241],"\u3059\u308b":[0,1,2,3,4,9,11,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,37,38,39,40,41,42,43,46,48,49,50,53,54,56,58,60,61,62,63,64,65,66,67,68,69,71,72,76,80,81,82,83,86,87,88,89,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,116,118,119,121,122,123,125,127,128,129,130,132,133,134,135,136,137,138,139,140,141,142,143,144,146,148,149,150,151,152,154,156,159,160,162,163,164,165,166,167,168,169,170,171,173,174,175,176,178,179,188,189,190,191,192,193,194,195,197,198,199,201,202,203,204,205,206,207,210,212,213,214,215,216,224,225,228,229,231,232,233,235,237,238,240,241,242,244,245,246,247,248],"\u3059\u308b\u304b":239,"\u3059\u308c":[0,12,42,66,122,127,133,152,159,165,168,191,192,214,239,241],"\u305a\u3064":[151,152,215,243],"\u305a\u306b":78,"\u305a\u308c":[0,11,66,80,103,108,151,162,216,231,238],"\u305b\u3044":[33,40,41,43],"\u305b\u3044\u305c\u3044":138,"\u305b\u304b\u306d":43,"\u305b\u305a":106,"\u305b\u306a":[191,192],"\u305b\u308b":[0,11,12,14,90,138,154,156,165,166,173,174,229],"\u305b\u308c":[0,89],"\u305d\u3046":[10,21,33,53,118,119,120,129,132,159,168,169,192],"\u305d\u3046\u3044\u3063":33,"\u305d\u3053":[12,112,133,234,238],"\u305d\u3053\u306b":139,"\u305d\u3057\u3066":[0,133,144,176,238,239,243,244],"\u305d\u3061\u3089":[28,33,43],"\u305d\u306e":[0,10,11,12,17,22,23,31,33,39,40,41,42,43,46,48,49,53,55,58,63,64,66,67,78,80,84,85,91,100,101,102,103,110,112,113,115,120,128,129,133,138,140,143,149,151,152,153,159,168,173,174,188,191,192,194,195,203,205,206,208,212,213,214,215,216,228,231,232,234,236,239,240,241,243,244,245,246,248],"\u305d\u306e\u305b\u3044":33,"\u305d\u306e\u307e\u307e":12,"\u305d\u306e\u3088\u3046":100,"\u305d\u306e\u5f8c":[46,53,133,192],"\u305d\u306e\u969b":12,"\u305d\u308c":[11,12,17,26,27,31,35,42,60,63,67,69,90,91,110,113,133,138,140,153,167,170,188,191,192,202,211,214,216,232,234,238,239,241,243,247],"\u305d\u308c\u304b\u3089":[78,133],"\u305d\u308c\u305e\u308c":[6,7,8,11,12,14,28,33,41,63,66,81,133,138,144,151,154,156,168,174,192,199,212,231,232,234,238,239,241,243,248],"\u305d\u308c\u3086\u3048":[191,238],"\u305d\u308c\u3089":[12,33,42,46,48,50,68,102,115,133,134,140,147,150,201,202,225],"\u305d\u308d\u305d\u308d":241,"\u305d\u3093\u306a":[28,138],"\u305e\u3044":113,"\u305e\u308c":[11,12,60,133,153,192,211],"\u305f\u3044":[6,7,8,16,24,25,26,27,28,30,32,33,37,41,43,46,50,66,89,90,93,110,111,115,116,118,121,130,131,132,133,138,140,142,144,149,151,152,153,156,167,169,173,191,201,202,208,211,214,216,231,238,239,240,241,243,245],"\u305f\u3044\u304f\u3064\u304b":43,"\u305f\u304b":[37,42,96,104,105,106,129,133,156,209],"\u305f\u304b\u3063":[209,247],"\u305f\u304f":[6,7,17,37,40,42,43,68,90,110,112,113,115,133,138,140,142,144,176,202,205,210,215,225,239],"\u305f\u3051\u3069":133,"\u305f\u3055\u3093":[33,34,37,40,42,43],"\u305f\u3059\u3079\u3066":133,"\u305f\u3060":[26,78],"\u305f\u3060\u304d":33,"\u305f\u3060\u3051":39,"\u305f\u3060\u3057":[32,33,34,37,40,41,42,43,67,76,112,119,135,151,154,191,192,202,232],"\u305f\u3061":206,"\u305f\u3068\u3048":[115,133,134,234],"\u305f\u3069\u3063":244,"\u305f\u3069\u308b":240,"\u305f\u3070\u304b\u308a":193,"\u305f\u3073":[12,43,80,152,248],"\u305f\u3076\u3093":28,"\u305f\u307b\u3046":133,"\u305f\u307e\u307e":[43,225],"\u305f\u3081":[0,1,2,3,4,6,7,12,14,17,19,21,22,23,24,25,26,28,29,30,31,33,37,39,40,41,42,43,46,49,54,56,60,66,67,68,71,74,78,81,83,85,87,90,93,100,101,102,104,110,112,115,119,120,121,132,138,140,141,149,150,151,152,153,156,159,162,163,165,166,167,168,169,170,173,174,176,179,188,191,192,194,195,201,202,203,204,205,206,208,209,211,212,213,215,225,229,231,232,234,236,238,239,240,241,242,243,244,246,248],"\u305f\u3081\u3057":248,"\u305f\u3089":[10,12,17,28,35,41,42,43,53,68,71,97,104,105,106,112,115,120,128,129,133,134,140,143,149,156,159,170,174,179,192,204,208,214,225,229],"\u305f\u308a":[0,3,10,33,41,42,43,58,132,133,138,190,202,212,216,229],"\u3060\u3044":[37,41],"\u3060\u304b\u3089":[110,113,133],"\u3060\u3051":[3,6,7,11,17,23,24,25,26,30,31,33,37,39,41,42,43,56,66,71,82,84,85,86,90,93,100,102,106,110,111,112,113,115,118,119,120,122,127,129,130,133,135,138,140,141,143,144,146,149,153,156,157,159,166,167,170,176,179,188,191,192,193,194,201,202,203,204,205,206,212,214,224,225,229,234,238,243],"\u3060\u3051\u304d\u3061\u3093":43,"\u3060\u3055\u3044":[0,3,12,13,14,17,18,19,21,23,28,29,30,33,39,41,42,78,81,89,90,110,111,112,113,115,118,119,121,133,135,138,140,153,156,168,173,174,188,191,192,195,201,202,206,208,217,225,231,239,241],"\u3060\u3057":[37,152],"\u3060\u3059":43,"\u3060\u3063":[39,42,43,66,80,120,133,192,234,235],"\u3060\u3068":10,"\u3061\u3083\u3093":240,"\u3064\u3044":244,"\u3064\u304b":36,"\u3064\u304d":[32,33,41,43,78,86,130,131,133,143,167,201,204],"\u3064\u3051":[133,156,162],"\u3064\u3051\u308b":[10,41,43,78,133,228,246],"\u3064\u3064":[174,234],"\u3064\u3065\u3044":244,"\u3064\u3065\u304f":156,"\u3064\u3076\u3084\u304d":193,"\u3064\u307e\u308a":[12,42,90,97,133,144],"\u3065\u3051":[39,40,174],"\u3065\u3051\u308b":46,"\u3066\u304d":85,"\u3066\u304f":14,"\u3066\u307f\u307e\u3057\u3087":248,"\u3066\u308c":115,"\u3067\u3044":[42,133,192,238,244],"\u3067\u3044\u3046":[195,239],"\u3067\u304d":[0,1,6,7,8,10,11,12,13,14,17,18,21,24,25,26,27,28,30,32,33,34,35,37,39,40,41,42,43,46,47,49,50,53,54,56,58,60,63,66,67,71,76,78,80,81,82,83,84,85,86,89,90,91,93,94,95,96,97,101,102,103,104,105,106,110,111,112,113,114,116,118,119,120,121,122,123,127,128,129,130,131,132,133,134,136,138,141,142,143,144,147,149,150,151,152,153,154,156,159,160,162,163,164,165,166,168,169,170,171,173,174,175,176,179,190,191,192,193,194,195,197,198,199,201,202,203,204,205,206,208,209,210,211,212,213,214,215,224,225,228,229,231,234,235,236,238,239,240,241,242,243,245,246,247,248],"\u3067\u304d\u308b":[0,3,6,7,8,9,12,14,33,37,38,39,40,41,42,43,48,56,60,70,78,89,90,101,111,115,121,132,133,136,138,147,151,152,153,156,159,163,168,176,191,193,197,198,201,202,204,205,206,208,214,215,225,234,238,239,244,245,246],"\u3067\u304f":[3,21,23,41,78,90,133,138,156,173,192,201],"\u3067\u3053\u306e":215,"\u3067\u3057":[29,33,41,42,43,192,203,235,238],"\u3067\u3057\u304b":[7,32,214],"\u3067\u3057\u3087":[0,6,7,20,28,41,90,119,120,133,149,156,192,193,239],"\u3067\u3059":[0,3,6,7,8,10,11,12,14,16,17,18,19,21,24,25,26,28,29,30,31,32,33,37,39,40,41,42,43,46,48,49,50,52,53,54,56,59,63,64,66,68,70,71,74,76,78,79,80,81,82,83,84,85,86,87,89,90,91,93,94,95,96,97,100,101,102,103,104,105,106,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,149,150,151,152,153,154,156,157,159,162,163,165,166,167,168,169,170,173,174,176,179,188,190,191,192,193,194,195,197,198,199,201,202,203,204,205,206,208,209,210,211,212,213,214,215,216,224,225,228,229,231,232,234,235,236,238,239,241,242,243,244,245,247,248],"\u3067\u3059\u306d":10,"\u3067\u3059\u3079\u3066":147,"\u3067\u305d\u3046":111,"\u3067\u3060\u3051":90,"\u3067\u3064\u306a\u3052\u308b":133,"\u3067\u3069":[111,136],"\u3067\u3069\u3053":85,"\u3067\u306a\u3051\u308c":[102,121,132,191,192],"\u3067\u306b":[33,43,118,122,127,193,234],"\u3067\u306e":[33,41,81,176,214],"\u3067\u306f":41,"\u3067\u307e\u3068\u3081":201,"\u3067\u307f":0,"\u3067\u3082":[0,12,14,17,19,23,24,25,26,28,30,31,33,37,39,40,41,42,43,46,85,102,115,133,138,140,152,153,156,166,174,176,179,198,202,205,206,208,212,214,231,232,234,241,243,245,248],"\u3067\u3082\u3059\u3079\u3066":[43,214],"\u3067\u3082\u3063\u3068\u3082":79,"\u3067\u3088\u308a":41,"\u3067\u5024":[151,241],"\u3068\u3044\u3044":202,"\u3068\u3044\u3046":[0,9,10,12,14,17,28,33,37,39,40,41,42,43,46,56,78,80,83,84,87,90,97,102,104,105,106,110,112,113,116,118,119,121,122,123,127,128,129,130,133,135,136,138,140,143,144,147,149,151,152,153,154,156,162,166,173,174,176,179,190,191,192,195,199,201,202,203,204,205,206,208,209,212,213,214,215,216,225,231,232,234,235,238,239,240,241,243,244,245,248],"\u3068\u3044\u3051":[42,133,138,231,236],"\u3068\u3044\u3063":[26,39,40,41,42,43,78,110,112,113,115,121,133,162,190,191,192,194,212,225,248],"\u3068\u3048":[0,28,32,41,42,46,55,56,80,89,90,93,110,112,113,119,120,132,133,134,135,141,156,166,176,198,202,203,204,205,214,215,232,248],"\u3068\u304a\u308a":[32,152,238,239,248],"\u3068\u304d":[0,6,7,9,10,11,12,24,25,26,27,28,30,33,34,35,37,39,40,41,42,43,46,53,60,64,66,67,68,78,81,82,84,89,90,93,97,102,104,110,111,112,113,115,118,119,120,121,122,123,127,128,132,133,134,136,137,138,140,141,143,144,149,151,153,156,162,173,174,176,190,191,192,193,194,195,198,201,202,206,208,209,210,211,214,215,216,225,231,232,238,239,240,241,244,245],"\u3068\u304d\u3057\u304b":97,"\u3068\u304d\u3069\u304d":43,"\u3068\u3053\u306e":[115,133,202,208,215],"\u3068\u3053\u308d":[16,17,33,38,42,110,113,130,131,170,173,214],"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":78,"\u3068\u3055\u3089\u306b":[6,7],"\u3068\u3057":[11,40,41,43,46,53,93,115,131,133,140,141,150,151,152,153,162,170,192,193,201,208,209,210,211,214,216,238,240,243],"\u3068\u3057\u3066":[0,11,12,14,15,17,18,20,24,25,26,27,28,30,33,35,37,38,39,40,41,42,43,46,47,49,50,53,63,64,65,71,76,80,85,90,94,96,100,103,104,105,106,107,110,112,113,114,115,118,119,128,130,131,133,135,136,138,140,143,146,151,152,153,156,160,162,166,168,174,176,190,191,192,195,197,198,201,202,203,204,206,208,209,210,212,213,214,223,225,228,231,232,234,238,239,240,241,242,243,245,247,248],"\u3068\u3057\u307e\u3057\u3087":[243,247],"\u3068\u3057\u307e\u305b":48,"\u3068\u3059\u3050":193,"\u3068\u3059\u3079\u3066":[39,102,111,128,133,149],"\u3068\u3059\u308c":0,"\u3068\u305d\u306e":[80,83,115,156,204],"\u3068\u3063":153,"\u3068\u3064\u3044":248,"\u3068\u3066":[0,33,133,191,192,208,212,225],"\u3068\u3068":[16,17],"\u3068\u3068\u3082\u306b":238,"\u3068\u3069":[89,207],"\u3068\u306a\u3063":40,"\u3068\u306a\u308a":[120,166,176,191,225,245],"\u3068\u306e":[42,43,112,113,192],"\u3068\u307f":[40,133,154,191],"\u3068\u3082":[42,90,110,112,113,133,152,168,176,179,191,192,215,236,248],"\u3068\u3082\u3063\u3068":28,"\u3068\u3088\u3044":28,"\u3068\u308a":[14,43,53,154,167,170,188],"\u3068\u308a\u3068\u3093":[191,192],"\u3068\u308b":63,"\u3068\u308f\u304b\u308a":[206,235],"\u3068\u308f\u304b\u308b":12,"\u3069\u3046":[10,33,34,39,42,54,88,90,92,96,98,104,105,106,108,109,110,112,113,115,119,133,149,153,156,214,234,239],"\u3069\u304a\u308a":43,"\u3069\u3053":[28,37,41],"\u3069\u3061\u3089":[19,42,43,53,74,112,140,156,210,225,241,243],"\u3069\u3061\u3089\u304b":[32,166,176,191,192],"\u3069\u306e":[28,33,133,144,162,163,192,197,209,239,243],"\u3069\u308c":[81,90,91,102,104,105,106,111,115,128,132,133,138,140,173,192,214,225],"\u3069\u3093":139,"\u3069\u3093\u306a":[33,156],"\u306a\u3044":[0,9,11,12,14,17,21,23,28,29,32,33,34,35,36,37,38,39,40,41,42,43,46,49,53,54,63,66,67,68,78,80,81,84,86,87,89,90,91,94,95,97,101,102,110,111,112,113,118,119,120,121,129,130,131,132,133,134,135,136,138,143,144,149,150,151,152,153,154,156,165,166,167,169,173,176,179,188,190,191,192,193,197,199,201,202,203,204,205,206,208,209,210,212,214,231,232,234,236,238,239,241,243,244,246],"\u306a\u304a":[12,232],"\u306a\u304a\u3053\u306e":152,"\u306a\u304a\u3057":41,"\u306a\u304a\u3059":[41,128],"\u306a\u304b":10,"\u306a\u304b\u3063":[33,39,41,42,43,80,82,84,88,92,98,104,105,106,108,109,115,121,128,133,134,149,151,152,159,174,179,192,202,204,234,241],"\u306a\u304c\u3089":[0,12,39,110,112,113,133,144,156,214,241],"\u306a\u304c\u308a":33,"\u306a\u304c\u308b":39,"\u306a\u304e":179,"\u306a\u304f":[0,3,10,12,21,28,33,34,35,37,39,40,41,42,43,46,53,63,91,104,113,115,119,122,127,133,138,140,149,152,153,159,174,176,179,190,191,192,197,198,203,204,205,212,214,215,225,229,238,239,241,243,247],"\u306a\u3051\u308c":[21,28,33,39,43,49,50,53,56,61,63,66,74,78,85,89,90,91,93,103,110,112,113,115,120,129,133,138,141,151,152,153,156,159,167,168,169,173,179,188,191,192,201,202,203,204,205,238],"\u306a\u3055":[154,175],"\u306a\u3055\u3093":3,"\u306a\u3057":[33,40,41,42,46,67,80,85,86,113,119,121,133,143,151,163,167,174,179,191,209,216,224,231,238],"\u306a\u3059":164,"\u306a\u305c":[6,7,8,32,42,46,89,90,97,102,110,112,113,115,119,120,133,138,143,149,156,173,191,192,195,198,202,203,204,205,208,209,213,214],"\u306a\u305c\u306a\u3089":112,"\u306a\u305f":[42,206],"\u306a\u3063":[0,6,7,8,10,12,14,33,35,37,38,39,40,41,42,43,78,80,81,87,97,104,112,119,133,144,191,192,194,204,206,208,215,225,229,234,235,238,241,243,244,245],"\u306a\u3068\u304d":[0,33],"\u306a\u3069":[0,5,6,7,8,11,12,13,17,20,28,33,37,39,41,42,43,46,54,63,80,87,89,109,119,120,121,130,131,133,138,144,147,151,152,156,165,166,168,176,190,191,192,193,197,201,202,203,204,205,208,209,211,212,214,216,225,232,234,238,241,242,244,245],"\u306a\u306a\u3069":[191,192],"\u306a\u306b":[22,45,68,90,110,115,121,140,208],"\u306a\u306b\u5bfe\u3057":[191,192],"\u306a\u306e":[42,208],"\u306a\u3073":[33,42,43],"\u306a\u3082\u306e":[12,50,202],"\u306a\u3084\u308a\u304b\u305f":247,"\u306a\u3088\u3046":43,"\u306a\u3089":[6,7,8,11,14,21,24,25,26,30,32,39,40,41,42,43,46,50,54,63,66,78,80,84,89,90,97,100,102,105,110,112,113,115,119,120,125,132,133,134,135,138,143,149,151,152,153,156,167,173,188,191,192,195,198,202,203,204,205,208,209,213,214,215,236,243],"\u306a\u308a":[0,6,7,8,10,12,21,32,33,37,39,40,41,42,43,46,49,50,53,54,56,63,66,74,76,78,80,81,84,85,86,88,89,90,97,99,102,103,104,105,106,110,112,113,115,119,120,121,122,123,127,128,129,132,133,134,135,136,137,138,140,141,143,151,152,153,154,156,162,163,168,173,176,191,192,193,195,198,199,201,202,203,204,205,206,208,209,213,214,216,228,231,234,238,239,240,241,243,244,245,246,248],"\u306a\u308b":[0,10,11,12,17,23,24,25,26,28,30,31,33,34,35,36,39,40,41,42,43,53,54,63,68,88,90,99,100,101,102,104,105,106,112,115,119,120,128,132,133,138,140,149,151,152,153,156,159,163,164,169,173,174,176,191,192,193,206,211,215,216,234,238,239,241],"\u306a\u308c":80,"\u306a\u308f":43,"\u306a\u3093":80,"\u306b\u3042\u308a":[6,7,8,18,116,138],"\u306b\u3044\u304f\u3064\u304b":[40,42],"\u306b\u304a\u3044":[12,33,80,238],"\u306b\u304d":33,"\u306b\u304f\u3044":[0,33],"\u306b\u304f\u3044\u304b":214,"\u306b\u304f\u304f":42,"\u306b\u304f\u308b":234,"\u306b\u3057":[40,41,42,46,111,133,173,191,192],"\u306b\u3059":[43,234],"\u306b\u3059\u3050":193,"\u306b\u3059\u3079\u3066":89,"\u306b\u3059\u308b":[32,225],"\u306b\u305b":33,"\u306b\u305d\u306e":156,"\u306b\u3064":[33,39],"\u306b\u3064\u3044\u3066":[0,3,7,11,12,18,19,20,21,24,25,26,27,28,29,30,33,37,39,40,41,42,46,48,60,63,67,78,79,80,81,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,148,149,156,158,160,162,163,164,166,171,174,175,179,191,198,201,202,203,204,205,206,208,209,211,214,215,216,217,223,225,231,232,235,236,238,239,241,242,243,244,248],"\u306b\u3064\u304d":194,"\u306b\u3064\u3051":192,"\u306b\u3064\u3076\u3084\u3051":10,"\u306b\u3064\u3076\u3084\u3051\u308b":10,"\u306b\u3066":[12,39,40,42,162],"\u306b\u3068\u3063":[10,42],"\u306b\u3068\u3063\u3066":[10,144,214],"\u306b\u3069":[11,133],"\u306b\u307e\u3068\u3081":[12,43],"\u306b\u307e\u3068\u3081\u308b":43,"\u306b\u3082":[43,133,202,232],"\u306b\u3088":39,"\u306b\u3088\u304f":203,"\u306b\u3088\u3063":[0,9,11,33,40,53,63,66,78,80,87,88,92,98,99,101,108,109,125,139,150,151,154,190,231,232,238,240,241],"\u306b\u3088\u3063\u3066":[0,14,40,53,76,80,234,238,241],"\u306b\u3088\u308a":[0,12,32,33,39,40,41,42,43,87,90,133,153,162,214,216,225,228,231,234,238,241,243,245,246],"\u306b\u3088\u308b":[0,10,12,22,37,38,39,40,41,42,151,153,162,192,216,237,238,241,244,248],"\u306b\u5bfe\u3057":[0,11,12,33,34,39,40,41,42,43,58,63,66,78,89,90,113,120,122,127,129,133,136,146,149,150,154,168,179,191,192,202,204,214,232,239,240,241,243,247,248],"\u306b\u5bfe\u3057\u7570":174,"\u306b\u5bfe\u3059\u308b":[0,11,12,22,33,35,37,40,41,42,43,67,90,114,120,129,132,133,136,140,156,237,238,240,241,244,245],"\u306b\u5bfe\u5fdc":[33,37,38,39,41,50,53,58,61,63,64,66,69,103,109,110,112,113,151,154],"\u306b\u5bfe\u5fdc\u4ed8\u3051":208,"\u306b\u5bfe\u8c61":37,"\u306b\u6708":33,"\u306b\u95a2\u3057":[11,40,42,43,53,113,152],"\u306b\u95a2\u3059\u308b":[2,22,33,37,38,39,40,41,42,43,45,62,67,132,153,191,192,194,208,215,244],"\u306b\u95a2\u308f\u3089":102,"\u306e\u3042\u3068":39,"\u306e\u3044":[0,11,66,80,103,108,151,162,216,231],"\u306e\u3044\u305a\u308c":[91,247],"\u306e\u3044\u305a\u308c\u304b":[65,66,69,163,164],"\u306e\u3046\u3061":[91,156,191],"\u306e\u304b":[133,232,235,244],"\u306e\u304b\u308f\u308a":[41,43],"\u306e\u304f\u3089\u3044":[90,215],"\u306e\u3059":97,"\u306e\u3059\u3079\u3066":[110,112,113,133,143,225],"\u306e\u305e\u3044":214,"\u306e\u3067":[0,1,10,12,17,21,31,33,37,39,40,41,42,43,81,89,102,110,112,113,130,131,133,138,153,154,159,162,174,179,201,208,215,225,229,232,234,235,236,238,241,243,244],"\u306e\u3067\u3057\u3087":[133,202],"\u306e\u3069\u3061\u3089":[133,156,192],"\u306e\u3069\u3061\u3089\u304b":[133,159,191,192],"\u306e\u3069\u308c":[90,138,151,156,208],"\u306e\u306b":[22,33,39,40,41,43,116,142,214,233,239],"\u306e\u306b\u5bfe\u3057":53,"\u306e\u307b\u304b":[216,238],"\u306e\u307f":[0,11,17,21,33,41,42,43,49,50,63,64,66,67,70,76,101,102,103,109,113,115,119,129,133,135,136,149,153,154,165,166,173,174,176,179,195,197,202,206,208,214,232,234,235,238,241,243,246],"\u306e\u307f\u3057\u304b":210,"\u306e\u3088\u3046":[40,41,42,43,46,49,84,91,133,138,147,151,156,173,190,191,192,202,203,214],"\u306f\u3042\u306a\u305f":6,"\u306f\u3044":238,"\u306f\u3044\u304f\u3064\u304b":[32,48,81,140,149,191,225],"\u306f\u3044\u3051":[53,63,90,100,105,149,156,192],"\u306f\u3044\u3064":33,"\u306f\u3044\u308f\u3086\u308b":42,"\u306f\u304d\u3063\u3068":202,"\u306f\u3053\u306e":[42,120,132,133,135,179,205,214,236],"\u306f\u3058\u307e\u308a":80,"\u306f\u3058\u307e\u308b":33,"\u306f\u3058\u3081":[17,22,45,80,90,136,207],"\u306f\u3059\u3079\u3066":[86,90,94,95,96,97,102,103,104,105,106,110,112,118,119,120,121,124,128,130,131,132,133,134,135,138,140,142,143,144,153,166,168,190,192,195,204,205,214,241],"\u306f\u305a":[18,39,152,202,215],"\u306f\u305d\u306e":53,"\u306f\u305d\u308c\u3089":115,"\u306f\u3061\u3087\u3046":192,"\u306f\u3068":212,"\u306f\u3069":[90,133,138,208],"\u306f\u3069\u3061\u3089":[156,225],"\u306f\u3069\u3061\u3089\u304b":[191,192],"\u306f\u3069\u308c":192,"\u306f\u306a\u304f":202,"\u306f\u307b\u3068\u3093\u3069":133,"\u306f\u307e\u305a":12,"\u306f\u307e\u3060":[113,205,225],"\u306f\u307e\u3068\u3081\u3066":12,"\u306f\u307f":3,"\u306f\u308f\u304b\u308a":33,"\u306f\u6708":[192,206],"\u3070\u3042":206,"\u3070\u3044\u3051":[21,28,39,43,50,53,56,61,63,66,74,78,89,90,91,93,102,110,112,113,121,133,138,141,153,156,173,179,191,192,201,202,203,204,205],"\u3070\u304b\u308a":[12,42],"\u3070\u3053\u306e":42,"\u3070\u3059\u3079\u3066":214,"\u3070\u3069":46,"\u3070\u308c\u308b":35,"\u3072\u3053\u3055\u3093":[39,41,43],"\u3072\u3068\u3064":[39,160,191],"\u3072\u3089":[173,191,192,198,208,214],"\u3072\u308d":246,"\u3072\u308d\u3086\u304d":246,"\u3075\u306a\u3068":41,"\u3075\u308a":136,"\u3076\u3093":10,"\u3078\u3059\u3079\u3066":[42,89],"\u3078\u3068":[41,133,236,245,247],"\u3078\u306e":[28,238],"\u3079\u304d":[6,7,8,12,33,42,43,63,91,112,119,121,128,133,149,151,153,156,192,195,231],"\u3079\u304f":241,"\u3079\u3066":[43,46,112,114,119,133,153,239],"\u3079\u30fc\u30b9":41,"\u307b\u3046":41,"\u307b\u304b":[0,238],"\u307b\u3057\u304f":133,"\u307b\u3068\u3093\u3069":[33,42,53],"\u307b\u3069":[136,138,149,151,214,229,238,241],"\u307e\u3057":[6,7,8,10,12,17,18,33,37,39,40,41,42,43,90,102,110,112,113,133,138,153,162,191,192,195,202,209,214,234,235,239,240,244],"\u307e\u3057\u3087":[110,112,113,133,162,240,241],"\u307e\u3059":[0,1,2,3,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,37,39,40,41,42,43,46,47,48,49,50,51,53,54,55,56,58,60,61,62,63,64,65,66,67,68,69,70,71,72,74,76,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,156,157,158,159,160,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,178,179,187,188,189,190,191,192,193,194,195,196,197,198,199,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,223,224,225,228,229,231,232,234,235,236,238,239,240,241,242,243,244,245,246,247,248],"\u307e\u305a":[12,17,28,31,152,153,192,232,234,235,239,241,243,244,247],"\u307e\u305b":[0,6,7,10,12,17,25,28,32,33,37,39,40,41,42,43,46,48,49,50,53,56,60,61,63,66,67,68,71,72,74,76,78,81,83,85,86,89,90,91,93,94,95,96,97,100,102,103,104,105,106,109,110,111,112,113,114,115,116,117,118,119,120,121,125,128,129,130,131,132,133,134,135,136,137,138,139,140,141,143,144,145,149,151,152,153,156,159,162,166,168,173,174,176,179,191,192,193,195,197,201,202,203,204,205,206,208,209,210,212,213,214,215,216,223,225,229,231,232,234,236,238,239,241,243,245,247],"\u307e\u305f":[3,5,8,12,14,19,21,28,37,38,41,42,43,46,50,53,66,68,74,81,87,88,89,90,91,92,97,98,99,101,102,104,105,106,108,109,110,112,113,119,120,121,125,128,129,133,138,139,146,149,151,152,153,159,162,166,176,191,192,194,199,202,206,212,216,225,235,244,246,248],"\u307e\u305f\u3044":[39,162,206],"\u307e\u305f\u3050":[22,39,162,237],"\u307e\u3060":[12,37,40,41,43,80,110,112,113,130,131,133,135,136,156,176,192,203,206,231],"\u307e\u3064\u308f":40,"\u307e\u3067":[11,12,17,32,40,41,43,48,49,84,103,110,115,133,151,152,159,193,202,212,215,235,239,241,243,244,246],"\u307e\u3068\u3081":[10,41],"\u307e\u3068\u3081\u3066":[0,12,238,239],"\u307e\u3068\u3081\u308b":153,"\u307e\u307e":[10,12,33,40,42,80,140,149,156,192,239],"\u307e\u307e\u3067":234,"\u307e\u308a":[42,133],"\u307e\u308d\u3086\u304d":246,"\u307e\u308f\u3059":133,"\u307e\u308f\u308a":3,"\u307f\u304c":11,"\u307f\u305f\u3059":244,"\u307f\u3066":248,"\u307f\u306a\u3055":11,"\u307f\u306a\u3057":43,"\u307f\u307e\u3057\u3087":[110,133,140,192,203,204,205,238,239,240,241,243,244,247,248],"\u3080\u3089":33,"\u3080\u308b":[191,192],"\u3080\u308b\u3093":[191,192],"\u3082\u3044\u308d\u3044\u308d\u3057":110,"\u3082\u3046":[39,53,102,153,160,193,238,243],"\u3082\u3046\u307e\u304f":28,"\u3082\u304d\u3061\u3093":153,"\u3082\u3053\u306e":102,"\u3082\u3057":[6,7,21,28,32,40,41,42,43,49,68,81,83,84,85,90,97,102,104,106,113,115,120,128,129,133,134,135,138,140,149,152,153,159,162,168,169,170,174,179,191,192,201,202,203,204,206,215,225],"\u3082\u3057\u3042":42,"\u3082\u3057\u304b\u3057":214,"\u3082\u3057\u304f":[12,26,39,40,41,42,66,67,107,112,153,159,165,166,176,191,192,216,231,236,238,243],"\u3082\u3057\u3053\u306e":[120,236],"\u3082\u3057\u3054":39,"\u3082\u3057\u307e\u305b":68,"\u3082\u3057\u308c":[201,214],"\u3082\u3057\u4e00\u3064":49,"\u3082\u3057\u4f7f\u3063":105,"\u3082\u3057\u547c\u3070":33,"\u3082\u3057\u578b":132,"\u3082\u3057x":40,"\u3082\u3059":[122,127],"\u3082\u3059\u3050":134,"\u3082\u305b":149,"\u3082\u3061\u308d\u3093":[152,239],"\u3082\u3063\u3068":[6,7,133],"\u3082\u3063\u3068\u3082":[14,83],"\u3082\u3064":[42,100,239],"\u3082\u3068":[12,33,235],"\u3082\u3068\u3082":33,"\u3082\u3069\u3061\u3089":205,"\u3082\u306e":[11,12,17,31,33,39,40,41,42,43,49,66,67,80,110,112,113,115,120,132,133,150,151,152,153,162,163,169,173,175,195,202,203,205,209,231,238,241,243],"\u3082\u3088\u308a":205,"\u3082\u3089\u3048":10,"\u3082\u3089\u3048\u308b":10,"\u3082\u3089\u3063":[12,241],"\u3082\u308a":42,"\u3082\u308c\u308b":42,"\u3084\u304c":80,"\u3084\u3057":133,"\u3084\u3059\u3044":[34,42,133,151,166,176,190],"\u3084\u3059\u3044\u304b":201,"\u3084\u3059\u304f":[35,41,82,133],"\u3084\u3059\u304f\u3057":[33,42],"\u3084\u305d\u306e":100,"\u3084\u3063":90,"\u3084\u307e":41,"\u3084\u307e\u3060":41,"\u3084\u307e\u306d":[40,41],"\u3084\u3081":[33,37,40,41,42,43,84],"\u3084\u3081\u307e\u3057\u3087":[203,204,205],"\u3084\u3081\u308b":43,"\u3084\u3089":12,"\u3084\u308a":[19,247],"\u3086\u304d":246,"\u3086\u304d\u3072\u308d":246,"\u3088\u3044":[17,63,89,90,102,119,133,156,191,192,225,239,243],"\u3088\u3046":[0,6,7,8,10,11,12,14,21,28,33,34,35,37,38,39,40,41,42,43,46,50,66,78,80,81,83,87,89,90,97,100,101,102,110,111,112,113,115,116,118,119,120,121,122,123,127,133,134,137,138,140,141,144,151,152,153,154,156,162,163,166,174,176,179,191,192,193,195,197,201,202,203,204,205,206,207,210,212,214,215,225,229,231,232,234,235,236,238,239,240,241,244,245,246,247,248],"\u3088\u304b\u3063":234,"\u3088\u304f":[43,78,90,102,110,112,113,133,151,159,202,214],"\u3088\u3063":248,"\u3088\u3063\u3066":[74,144,197,216,242,248],"\u3088\u3073":11,"\u3088\u308a":[6,7,11,18,23,28,33,35,37,39,40,41,42,43,67,78,84,90,97,112,119,120,133,138,151,152,153,162,163,169,191,192,193,194,201,202,203,204,205,208,214,215,216,232,234,238,239,243,244],"\u3089\u308c":[0,10,11,35,37,39,40,43,49,88,89,91,100,112,120,129,133,139,144,212,214,241,243,247],"\u3089\u308c\u308b":[0,11,39,40,41,43,50,67,202,232],"\u308c\u305a":[43,80],"\u308c\u307e\u305b":[28,42,46,66,80,87,133,134,140,151,165,194,201,243],"\u308c\u308b":[0,9,11,12,14,17,28,33,37,39,40,41,42,43,46,49,53,58,64,67,68,76,78,80,86,87,109,110,111,112,113,116,129,130,131,133,136,138,140,151,152,159,162,169,176,179,193,195,197,202,208,209,211,212,214,216,231,232,234,241,248],"\u308f\u304b\u3061":232,"\u308f\u304b\u3063":149,"\u308f\u304b\u3089":133,"\u308f\u304b\u308a":[33,35,41,42,133,214,239],"\u308f\u304b\u308b":41,"\u308f\u304b\u308c":133,"\u308f\u3051":[121,133,142,144,192,208,215,238],"\u3092\u304a\u3053":244,"\u3092\u3054":14,"\u3092\u3054\u89a7\u304f":[0,18],"\u3092\u3064\u3051":[133,191],"\u3092\u3064\u3051\u308b":[6,7,192],"\u3092\u3088\u308a":43,"\u3092\u308a":153,"\u3092\u901a\u3057":[151,241],"\u3093\u304c":[191,192],"\u3093\u3057":[105,118,149],"\u3093\u3057\u304d":190,"\u30a2\u30ab\u30a6\u30f3\u30c8":[2,12,41],"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":10,"\u30a2\u30af\u30bb\u30b5":[43,63],"\u30a2\u30af\u30bb\u30b5\u30fc":42,"\u30a2\u30af\u30bb\u30b9":[12,17,33,35,37,39,40,41,43,46,48,66,93,133,141,150,151,153,154,215,238,245],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[208,209,211,224,229],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[78,133],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":[90,138],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[12,41,42,43,224],"\u30a2\u30c9\u30ec\u30b9":[37,66,151,152,156,231,245],"\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30a2\u30d4\u30fc\u30eb":12,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[0,20,33,59,151,192,194],"\u30a2\u30e1\u30ea\u30ab":162,"\u30a2\u30e9\u30fc\u30c8":[151,194],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[86,162,190,205],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[41,67,90,110,112,113,133,138,144,202,209,214,232,234],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":39,"\u30a2\u30f3\u30ab\u30fc":42,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[76,90,138],"\u30a2\u30f3\u30de\u30c3\u30d7":[42,97],"\u30a2\u30fc\u30ab\u30a4\u30d6":[12,17,31],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[3,4,12,22],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u30fc":[41,151],"\u30a4\u30d9\u30f3\u30c8":42,"\u30a4\u30d9\u30f3\u30c8\u30ed\u30b0":42,"\u30a4\u30f3\u30af\u30ea\u30e1\u30f3\u30c8":[33,83],"\u30a4\u30f3\u30af\u30eb\u30fc\u30c9":42,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[12,37],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[22,23,42],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[0,3,12,21,22,24,25,26,27,28,29,30,31,33,35,37,39,40,42,43,150,151,152,154,229],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":37,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[35,37],"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":[40,42],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[3,39],"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[0,152,190],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":[156,199],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":21,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[22,33,35,37,39,40,41,42,43,45,50,60,74,78,87,88,91,92,101,102,110,111,112,113,115,119,132,133,138,140,142,149,191,192,197,204,205,212,214,234,237,241,244],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[22,33,34,40,41,42,43,45,60,74,87,91,102,119,120,128,132,133,142,149,168,173,191,192,202,204,205,237,240,243],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":[32,33,119],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30fc\u30c1":168,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[40,90],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30e2\u30b8\u30e5\u30fc\u30eb":42,"\u30a4\u30f3\u30dd\u30fc\u30c8":39,"\u30a4\u30f3\u30e1\u30e2\u30ea":33,"\u30a6\u30a3\u30f3\u30c9\u30a6":[22,33,43,45],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[151,153,154],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":151,"\u30a6\u30a9\u30fc\u30e0\u30a2\u30c3\u30d7":[151,153],"\u30a8\u30a4\u30ea\u30a2\u30b9":[22,33,42,45,107],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":35,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[28,62,133,151],"\u30a8\u30b9\u30b1\u30fc\u30d7":[33,39,40,41,56,103,165,166,176,192],"\u30a8\u30c7\u30a3\u30bf":17,"\u30a8\u30e9\u30fc":[12,22,23,24,25,26,28,30,31,33,34,37,38,39,40,41,42,43,49,50,53,54,56,63,71,80,85,88,89,90,92,94,96,97,98,100,102,104,105,106,107,108,109,110,112,113,115,121,122,123,127,128,133,134,137,138,140,141,146,151,191,194,233,235],"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[33,39,41,43,241],"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[37,39,41],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[6,7,22,33,34,35,37,38,39,40,41,42,43,80,81,233],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":39,"\u30a8\u30e9\u30fc\u30ed\u30b0":[229,235],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[28,34,41,42,43,53,55,56,192,195],"\u30a8\u30f3\u30b3\u30fc\u30c9":[35,154,156,195],"\u30a8\u30f3\u30b8\u30f3":[0,133,202,203,204,205,238,240],"\u30a8\u30f3\u30c8\u30ea":[49,50,110,112,113,133,179,191,192],"\u30a8\u30f3\u30c8\u30ea\u30fc":[42,112,133],"\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8":156,"\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8uri":156,"\u30aa\u30b9\u30b9\u30e1":[6,7,8,23,24,25,26,30,31,46,133,153,202,214],"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":35,"\u30aa\u30d5\u30bb\u30c3\u30c8":[39,42,133,136],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[38,42,43],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[22,33,37,39,41,42,43,45,46,49,50,53,63,66,74,78,87,88,99,102,104,105,106,116,117,118,119,121,122,123,127,128,132,133,135,144,145,149,171,190,192,212],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30d5\u30a1\u30a4\u30eb":149,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[43,176],"\u30aa\u30d7\u30b7\u30e7\u30f3":[6,7,8,12,14,18,24,25,26,27,28,29,30,33,34,35,37,38,39,40,41,42,43,53,54,89,90,102,116,133,138,142,144,149,154,156,158,159,166,176,188,190,191,192,194,195,199,202,208,209,211,213,223,225,228,231,232,234,241,243,244,245,246],"\u30aa\u30da\u30ec\u30fc\u30bf":[42,43],"\u30aa\u30da\u30ec\u30fc\u30bf\u30fc":42,"\u30aa\u30fc\u30ca\u30fc":[40,42],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[37,40,41,42],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":[37,42],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[41,119,229],"\u30aa\u30fc\u30d7\u30f3":[37,39,40,42,43,49],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":21,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":21,"\u30ab\u30a6\u30f3\u30bf":43,"\u30ab\u30a6\u30f3\u30c8":[33,40,110,244],"\u30ab\u30b9\u30b1\u30fc\u30c9":[40,41],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[6,7,8,28,33,39,40,41,42,43,90,98,101,116,133,138,142,144,151,174,176,191,194,195,203,208,213,215,239],"\u30ab\u30b9\u30bf\u30e0":[68,143,153],"\u30ab\u30b9\u30bf\u30e0\u30b9\u30b3\u30a2\u30e9\u30fc":203,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":39,"\u30ab\u30b9\u30bf\u30e0\u30ed\u30b0":41,"\u30ab\u30b9\u30bf\u30e0\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":43,"\u30ab\u30bf\u30ab\u30ca":[67,136,173,195,198,208,214],"\u30ab\u30c6\u30b4\u30ea":[133,142,144],"\u30ab\u30d0\u30ec\u30c3\u30b8":3,"\u30ab\u30d0\u30fc":14,"\u30ab\u30e9\u30e0":[0,22,28,33,34,35,37,38,39,40,41,42,43,45,46,50,60,63,66,88,91,92,93,97,98,99,100,102,103,104,105,106,115,118,120,121,128,132,136,138,141,146,149,151,156,159,165,166,167,168,169,170,173,174,176,179,188,191,192,193,197,201,202,203,206,208,209,210,211,212,213,215,216,234,237,238,240,244,246,247,248],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[22,39,237],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":93,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":[22,238],"\u30ab\u30e9\u30e0\u30d1\u30e9\u30e1\u30fc\u30bf":43,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[191,192],"\u30ab\u30e9\u30e0id":66,"\u30ab\u30e9\u30e0n":179,"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[12,17,152],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":67,"\u30ab\u30ec\u30fc":232,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":232,"\u30ab\u30f3\u30b8":173,"\u30ab\u30f3\u30de":[101,103,138,192,239,241],"\u30ab\u30fc\u30bd\u30eb":[35,37,42,60,67],"\u30ab\u30fc\u30cd\u30eb":215,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[39,215],"\u30ad\u30e3\u30b9\u30c8":[33,35,38,39,40,43,110,112,113,133,191,204,205,244],"\u30ad\u30e3\u30c3\u30b7\u30e5":[0,33,34,39,42,43,49,54,86,135,151],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":86,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":49,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":153,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":40,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":153,"\u30ad\u30e3\u30f3\u30bb\u30eb":[33,43,83,84,129],"\u30ad\u30e3\u30f3\u30bb\u30eb\u30ea\u30af\u30a8\u30b9\u30c8":129,"\u30ad\u30fc":[32,33,35,38,39,40,41,42,43,46,50,64,66,76,78,89,90,94,95,96,100,110,112,113,115,119,129,132,133,135,138,140,147,149,151,156,174,191,192,195,198,212,214,216,238,241],"\u30ad\u30fc\u30b5\u30a4\u30ba":[32,42,94,95,96,119,138,212],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":212,"\u30ad\u30fc\u30c7\u30fc\u30bf":138,"\u30ad\u30fc\u30dc\u30fc\u30c9":133,"\u30ad\u30fc\u30ef\u30fc\u30c9":[0,22,33,34,36,39,40,43,111,133,138,165,166,174,176,191,203,204,205,210,232,233,235,241,243],"\u30af\u30a8\u30ea":[3,4,22,33,35,37,39,40,41,42,43,65,136,150,159,167,169,174,179,208,209,210,211,232,234,237,239,241,243,244,248],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6":41,"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6\u30fc":41,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":153,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":150,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":34,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":39,"\u30af\u30a8\u30ea\u30da\u30a2":210,"\u30af\u30a8\u30ea\u30ed\u30b0":[33,37,39,208,209,211],"\u30af\u30a8\u30ea\u30fc":[22,33,39,41,42,43,45,56,110,112,113,122,123,127,133,136,156,168,173,174,190,192,194,198,201,202,203,204,205,208,213,214,239],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":199,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[43,86],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":86,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":133,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":225,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[22,33,41,42,45,151,153,229],"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":151,"\u30af\u30a8\u30ea\u30fcapi":[79,85],"\u30af\u30a8\u30eaapi":42,"\u30af\u30a9\u30fc\u30c8":[116,144,191],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[8,22,39,41,46,84,151,153,156,223,231],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":41,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30b5\u30a4\u30c9":84,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":125,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[35,39,151,154],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":[1,229],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":41,"\u30af\u30e9\u30c3\u30b7\u30e5":[33,35,37,39,40,41,42,43,93,102,105,141,149],"\u30af\u30e9\u30c3\u30b7\u30e5\u30d0\u30b0":42,"\u30af\u30ea\u30a2":[33,37,39,43,63],"\u30af\u30ea\u30a2\u30fc":[43,149],"\u30af\u30ea\u30c3\u30af":133,"\u30af\u30ea\u30c6\u30a3\u30ab\u30eb":43,"\u30af\u30ea\u30c6\u30a3\u30ab\u30eb\u30bb\u30af\u30b7\u30e7\u30f3":43,"\u30af\u30ea\u30fc\u30f3":12,"\u30af\u30ea\u30fc\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[6,7],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":12,"\u30af\u30ed\u30fc\u30f3":28,"\u30b0\u30e9\u30d5":0,"\u30b0\u30eb\u30fc\u30d7":[0,12,33,39,40,41,42,43,66,76,110,112,113,133,212,239],"\u30b0\u30eb\u30fc\u30d7\u30ad\u30fc":133,"\u30b0\u30ed\u30fc\u30d0\u30eb":[39,48],"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":49,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":197,"\u30b1\u30fc\u30b9":[33,41,42,43,46,49,54,90,93,102,111,133,138,141,153,156,191,192,202,203,204,205,214,234,239,248],"\u30b2\u30c3\u30c8":2,"\u30b3\u30a2":[28,153,156,225],"\u30b3\u30b9\u30c8":[66,193],"\u30b3\u30cd\u30af\u30b7\u30e7\u30f3":42,"\u30b3\u30d4\u30fc":[12,39,42,43,46,50,58,63,66,89,93,101,137,141],"\u30b3\u30de\u30f3\u30c9":[11,12,13,14,18,21,22,25,33,34,35,37,38,39,40,41,42,43,45,46,49,78,80,81,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,125,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,152,153,156,158,165,166,170,174,176,178,179,188,189,199,201,202,203,208,209,210,211,212,214,215,216,225,231,232,236,237,238,246,247,248],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":11,"\u30b3\u30de\u30f3\u30c9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":120,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[22,33,35,41,42,43,45,53,79,135,154,165,166,167,224],"\u30b3\u30de\u30f3\u30c9\u30d1\u30fc\u30b5\u30fc":202,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[31,39,152],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[6,7,8,12,17,18,28,31,37,41,42,101,132,153,202,225],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[28,80,81,152,224],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":199,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":191,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b9\u30bf\u30a4\u30eb":202,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30d1\u30e9\u30e1\u30fc\u30bf":33,"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":151,"\u30b3\u30de\u30f3\u30c9url":225,"\u30b3\u30df\u30c3\u30c8":[6,7,12],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":[17,19,22],"\u30b3\u30e1\u30f3\u30c8":[35,40,151,152,179,201,243],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":243,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":243,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":243,"\u30b3\u30e1\u30f3\u30c8id":244,"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[49,53,63,135,153,179],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":231,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":43,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[22,43],"\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb":[33,41],"\u30b3\u30f3\u30d1\u30a4\u30e9":[37,41],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":[6,7,28],"\u30b3\u30f3\u30d1\u30a4\u30eb":[38,40],"\u30b3\u30f3\u30d1\u30a4\u30eb\u30a8\u30e9\u30fc":42,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30fc":198,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":80,"\u30b3\u30f3\u30d5\u30ea\u30af\u30c8":33,"\u30b3\u30f3\u30de":90,"\u30b3\u30fc\u30c9":[17,40,41,42,43,144,235],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":11,"\u30b4\u30df":[35,37,87,119],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":[87,119],"\u30b4\u30df\u30c7\u30fc\u30bf":156,"\u30b5\u30a4\u30ba":[0,23,24,25,26,30,31,32,33,37,39,40,41,42,43,46,50,61,63,66,67,68,83,87,96,119,120,138,147,151,176,188,212,215,231,236,238],"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":[99,119],"\u30b5\u30a4\u30c8":[12,133,190,238,240],"\u30b5\u30a4\u30c9\u30e1\u30cb\u30e5\u30fc":133,"\u30b5\u30b8\u30a7\u30b9\u30c8":[22,28,35,37,39,41,45,136,155,210],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf":156,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":209,"\u30b5\u30d6\u30bb\u30c3\u30c8":[66,216],"\u30b5\u30d6\u30bf\u30b9\u30af":12,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30b5\u30d6\u30df\u30c3\u30c8":156,"\u30b5\u30d6\u30ec\u30b3\u30fc\u30c9":[33,113],"\u30b5\u30dd\u30fc\u30c8":[0,1,6,7,8,10,12,21,28,30,33,34,35,37,38,39,40,41,42,43,67,80,90,110,112,113,129,130,131,133,135,138,143,144,149,152,153,168,173,176,191,192,193,195,197,198,199,201,202,206,212,214,225,228,229,238,239,243,245],"\u30b5\u30de\u30ea":40,"\u30b5\u30ed\u30b2\u30fc\u30c8\u30da\u30a2":33,"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":162,"\u30b5\u30f3\u30d7\u30eb":[35,36,39,40,133,153,162,168,243],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":35,"\u30b5\u30f3\u30d7\u30eb\u30b7\u30e3\u30fc\u30c9":114,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[115,120,132,167,168,169,170,174,179,188,203,204,205],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[89,100,101,110,112,113,133,159,162,165,166,167,168,169,170,173,174,176,179,188,202,203,204,205,243],"\u30b5\u30fc\u30d0":[12,21,22,23,24,25,26,30,31,37,39,40,87,88,92,98,99,101,108,109,125,139,151,152,154,228],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":152,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":151,"\u30b5\u30fc\u30d0\u30fc":[1,22,24,25,26,30,33,37,39,40,41,42,45,68,129,143,148,151,153,156,199,224,225,231],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[22,39,41,42,222],"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":[40,134],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":[151,231],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30fc\u30c9":42,"\u30b5\u30fc\u30d0\u30fcid":37,"\u30b5\u30fc\u30d3\u30b9":[0,21,25,39,40,41,134,215],"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":40,"\u30b7\u30a7\u30a2":2,"\u30b7\u30a7\u30eb":[28,42,151,152,191,202],"\u30b7\u30b0\u30ca\u30eb":[37,41],"\u30b7\u30b9\u30c6\u30e0":[0,3,6,22,28,30,37,41,42,43,90,97,102,151,193,198,208,215,237],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":235,"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":40,"\u30b7\u30b9\u30c6\u30e0\u30b3\u30fc\u30eb":33,"\u30b7\u30ca\u30ea\u30aa":33,"\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3":134,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":[22,42,45,114,212],"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0\u30d0\u30fc\u30b8\u30e7\u30f3":[112,113],"\u30b7\u30e3\u30fc\u30c9":[33,42,110,113,114,115,206],"\u30b7\u30e3\u30fc\u30c9\u30ad\u30fc":[110,113,115],"\u30b7\u30e3\u30fc\u30d7":[90,138],"\u30b7\u30f3\u30b0\u30eb\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":90,"\u30b7\u30f3\u30b0\u30eb\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":90,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[40,116,144,151,241],"\u30b7\u30f3\u30b0\u30eb\u30b9\u30ec\u30c3\u30c9\u30e2\u30c7\u30eb":143,"\u30b7\u30f3\u30b0\u30eb\u30b9\u30ec\u30c3\u30c9\u30e2\u30fc\u30c9":43,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":41,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":[33,41,42,43],"\u30b7\u30f3\u30d7\u30eb":[42,190,224,239],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb":42,"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b5\u30fc\u30c1":[33,42,43,168,193],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b9\u30ad\u30e3\u30f3":[42,173],"\u30b7\u30fc\u30b1\u30f3\u30b9":[208,209,211],"\u30b8\u30aa\u30b5\u30fc\u30c1":[22,37,237],"\u30b9\u30ab\u30e9":50,"\u30b9\u30ab\u30e9\u30fc":[33,43,78,112,133],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[22,45,46,74,78,91,119,132],"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":78,"\u30b9\u30ad\u30c3\u30d7":[12,40,41,42,43],"\u30b9\u30ad\u30e3\u30f3":[165,166],"\u30b9\u30ad\u30fc\u30de":[42,46,56,89,100,101,110,112,113,132,133,140,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,202,203,204,205,206,215,243],"\u30b9\u30af\u30ea\u30d7\u30c8":[22,28,33,35,36,39,40,41,42,43,45,56,130,131,133,152,179,190,191,202],"\u30b9\u30b1\u30fc\u30d7":202,"\u30b9\u30b3\u30a2":[11,33,39,42,43,76,78,90,133,136,203,204,205,234,248],"\u30b9\u30b3\u30a2\u30e9\u30fc":[22,42,45,133,204,205],"\u30b9\u30b3\u30a2\u30fc":[42,78,156,203,204,205],"\u30b9\u30b3\u30a2\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":203,"\u30b9\u30b3\u30fc\u30d7":202,"\u30b9\u30bf\u30a4\u30eb":[33,42,119,151],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[40,43],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[151,154],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30fc\u30f3\u30e2\u30fc\u30c9":42,"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":31,"\u30b9\u30c6\u30c3\u30d7":[89,202],"\u30b9\u30c6\u30df\u30f3\u30b0":[33,41,213],"\u30b9\u30c6\u30fc\u30b8":[33,110,112,113,133],"\u30b9\u30c6\u30fc\u30bf\u30b9":[40,42,43,85,135,149,231],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":39,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":231,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[41,133,213,242],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":41,"\u30b9\u30c8\u30ea\u30fc\u30e0":[41,43],"\u30b9\u30c8\u30ec\u30fc\u30b8":22,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":22,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":40,"\u30b9\u30cb\u30da\u30c3\u30c8":[40,43,176],"\u30b9\u30d1\u30de\u30fc":[203,204,205],"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[33,42],"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u30b5\u30dd\u30fc\u30c8":42,"\u30b9\u30da\u30a4\u30f3":162,"\u30b9\u30da\u30eb":201,"\u30b9\u30da\u30fc\u30b9":[37,40,42,133],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[37,225],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":37,"\u30b9\u30ec\u30c3\u30c9":[0,9,33,42,43,53,68,97,105,111,135,140,143,151,152,156,194,225],"\u30b9\u30ec\u30c3\u30c9\u30bb\u30fc\u30d5":[33,42,43],"\u30b9\u30ec\u30c3\u30c9\u30d7\u30fc\u30eb":68,"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":[42,153],"\u30b9\u30ef\u30c3\u30d7":215,"\u30b9\u30fc\u30d7":232,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":232,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":232,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":232,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[22,237],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":[33,41,42],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ea\u30b9\u30af":41,"\u30bb\u30af\u30b7\u30e7\u30f3":[3,12,17,20,21,23,24,25,26,27,28,29,30,31,33,41,42,46,50,78,79,81,86,89,90,91,93,94,95,96,97,102,103,104,105,106,110,111,112,113,114,115,116,118,119,120,121,124,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,146,149,153,156,158,162,166,191,196,201,202,203,204,205,207,208,209,211,215,217,231,239,243],"\u30bb\u30af\u30b7\u30e7\u30f3\u30b5\u30dd\u30fc\u30c8":90,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":39,"\u30bb\u30b0\u30e1\u30f3\u30c8":[41,43,63,87,99,119],"\u30bb\u30c3\u30b7\u30e7\u30f3":[125,151,231],"\u30bb\u30c3\u30b7\u30e7\u30f3id":156,"\u30bb\u30c3\u30c8":[11,42,63,66,67,88,142,168,232],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[17,40,43],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u30b9\u30af\u30ea\u30d7\u30c8":21,"\u30bb\u30df\u30b3\u30ed\u30f3":152,"\u30bb\u30ec\u30af\u30bf":[33,43],"\u30bb\u30ec\u30af\u30bf\u30fc":[42,173],"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":244,"\u30bd\u30b1\u30c3\u30c8":[39,87,88,92,98,99,101,108,109,125,139],"\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc":[22,233],"\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":235,"\u30bd\u30d5\u30c8":201,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":[3,12,21,42],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":240,"\u30bd\u30fc\u30b9":[12,18,22,23,29,33,37,39,43,120,132,149],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[6,7,8,12,28],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":12,"\u30bd\u30fc\u30b9\u30ab\u30e9\u30e0":[41,42,43,89,91,119,120,132],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[6,7,8,14,28,29,33,40,43,81,235],"\u30bd\u30fc\u30b9\u30c6\u30fc\u30d6\u30eb":[120,137],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":17,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":31,"\u30bd\u30fc\u30c8":[22,33,34,35,37,40,42,43,66,101,110,112,113,114,133,136,156,197,212,237,240],"\u30bd\u30fc\u30c8\u30ad\u30fc":[33,34,43,66,133,136],"\u30bf\u30a4\u30c8\u30eb":[110,112,113,133,191,192,203,204,205,238,240,243],"\u30bf\u30a4\u30d7":[37,42,58,133,152,225],"\u30bf\u30a4\u30d7id":43,"\u30bf\u30a4\u30df\u30f3\u30b0":[33,39,133,241],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[40,48,151],"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[36,43,156,194,208,209,211],"\u30bf\u30b0":[12,22,35,37,39,40,41,78,110,112,113,133,138,165,166,167,176,192,203,204,205,212,237,244],"\u30bf\u30b0\u30c6\u30ad\u30b9\u30c8":214,"\u30bf\u30d6":[199,201,231],"\u30bf\u30fc\u30b2\u30c3\u30c8":[39,43],"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":49,"\u30bf\u30fc\u30df\u30ca\u30eb":[151,153],"\u30c0\u30a4\u30a2\u30ed\u30b0":40,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":225,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[46,224],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":[24,25,26,27,28,29,30,31,152],"\u30c0\u30d6\u30eb":[37,39,138,191,192,212],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[116,144,151,241],"\u30c0\u30e1\u30fc\u30b8":234,"\u30c0\u30f3\u30d7":[33,35,39,40,42,43,101,151,194,215],"\u30c1\u30a7\u30c3\u30af":[33,35,37,39,40,41,42,43,53,87,115,118,140,149,150,152,156,159],"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":12,"\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":[22,42],"\u30c1\u30e3\u30f3\u30af":[42,43,87,119],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":87,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":87,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[22,37,39,41,42,238,241],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[22,40,42,45,78,133,236],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":215,"\u30c1\u30fc\u30e0":12,"\u30c4\u30a4\u30fc\u30c8":[2,12],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":12,"\u30c4\u30ea\u30fc":41,"\u30c4\u30fc\u30eb":[17,22,23,31,42,150,151,154,225,229,237,241],"\u30c6\u30ad\u30b9\u30c8":[12,17,33,35,39,40,42,43,56,78,90,113,116,138,142,144,152,165,166,167,176,195,198,202,214],"\u30c6\u30ad\u30b9\u30c8\u30ab\u30e9\u30e0":42,"\u30c6\u30ad\u30b9\u30c8\u30c7\u30fc\u30bf":[43,138],"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":152,"\u30c6\u30af\u30cb\u30c3\u30af":[203,204,205],"\u30c6\u30b9\u30c8":[3,4,6,7,8,12,22,23,24,25,26,30,31,35,39,41,42,43,111,153,234,244],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":14,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":12,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":152,"\u30c6\u30f3\u30dd\u30e9\u30ea\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":33,"\u30c6\u30fc\u30d6\u30eb":[11,22,33,34,35,37,38,39,40,41,42,43,45,46,63,65,66,67,74,76,87,88,91,92,93,97,98,99,100,101,102,103,104,105,106,110,112,113,114,116,118,120,121,128,132,133,136,137,139,141,142,146,149,151,153,156,159,162,165,168,169,170,173,179,188,191,192,195,198,201,202,206,208,213,215,225,228,234,237,239,240,242,246,247],"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[139,141],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":39,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":60,"\u30c7\u30a3\u30b9\u30af":[33,34,42,43,97,102,118,151,153,243],"\u30c7\u30a3\u30b9\u30af\u30d5\u30eb":42,"\u30c7\u30a3\u30b9\u30afi":138,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[12,28,35],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[39,40,155,225],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[14,17,28,35,37,39,42,151,152,153,201],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":40,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30fc":[6,7,156],"\u30c7\u30af\u30ea\u30e1\u30f3\u30c8":33,"\u30c7\u30b6\u30a4\u30f3":39,"\u30c7\u30c3\u30c9\u30ed\u30c3\u30af":33,"\u30c7\u30d0\u30c3\u30ac\u30fc":[6,7],"\u30c7\u30d0\u30c3\u30b0":[6,7,12,33,41,42,43,87,144,151,153,194],"\u30c7\u30d0\u30c3\u30b0\u30aa\u30d7\u30b7\u30e7\u30f3":[6,7],"\u30c7\u30d0\u30c3\u30b0\u30ed\u30b0":[42,43],"\u30c7\u30d5\u30a9\u30eb\u30c8":[6,7,8,11,18,28,32,33,34,35,37,38,39,40,41,42,43,48,51,53,55,62,78,80,90,98,101,103,104,105,106,109,110,111,112,113,115,119,121,128,133,134,135,136,138,140,142,144,150,151,152,153,156,159,162,163,174,191,192,193,194,199,203,205,215,216,225,231,232,234,238,239,241],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[39,43,89,138,209],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":41,"\u30c7\u30d5\u30e9\u30b0":37,"\u30c7\u30d7\u30ed\u30a4":153,"\u30c7\u30e1\u30ea\u30c3\u30c8":[33,212],"\u30c7\u30fc\u30bf":[0,11,22,23,24,25,26,30,31,33,34,35,37,38,39,40,41,42,43,45,46,68,78,91,101,110,112,113,119,120,133,136,149,153,156,162,191,192,193,197,201,203,204,205,206,207,209,210,212,215,225,231,234,237,240,246],"\u30c7\u30fc\u30bf\u30ab\u30e9\u30e0":[33,42,43,90,119,128,133,149,204,205,243],"\u30c7\u30fc\u30bf\u30b5\u30a4\u30ba":43,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":49,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[74,78],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":74,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":[136,156,208],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":152,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":225,"\u30c7\u30fc\u30bf\u30d9\u30fc":37,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[0,11,20,22,28,33,34,37,39,40,41,42,43,49,54,76,87,88,91,97,99,101,102,103,104,105,106,117,118,120,121,122,127,128,132,138,140,145,147,149,151,152,153,156,157,190,191,192,195,206,208,212,215,216,224,229,231,236,237,245],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":43,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[33,149],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b5\u30a4\u30ba":215,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b9\u30ad\u30fc\u30de":101,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[40,215],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[34,138,244],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u30b3\u30de\u30f3\u30c9":206,"\u30c7\u30fc\u30e2\u30f3":[34,39,40,42,151,153,156,228,245],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":153,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[40,41,151],"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":14,"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":12,"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":239,"\u30c8\u30d4\u30c3\u30af":12,"\u30c8\u30e2":240,"\u30c8\u30e9\u30a4":[37,138,191,192,212],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[22,35],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":[214,234],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":[22,39,232],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[22,24,25,26,27,30,33,35,36,37,39,40,42,43,45,90,110,112,113,120,132,133,138,142,144,145,191,192,202,209,211,232,233],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":42,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[41,144],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30e2\u30fc\u30b8\u30e5\u30fc\u30eb":214,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[22,28,37,42,43,45,133,142,144,195,209,211,213,232,234,241],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":[43,142,144],"\u30c8\u30fc\u30af\u30f3":[35,37,40,41,42,43,90,138,142,144,192,195,209,211,212,213,214,232],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf":41,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":[22,25,30,33,41,42,43,45,120,132,138,142,144],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":42,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":213,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":213,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[3,5,6,7,8,16,17,18,23,28,33,35,37,38,39,40,41,42,43,62,74,81,90,115,133,144,152,153,156,191,192,202,205,214,215,236],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":[15,18],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":12,"\u30c9\u30e1\u30a4\u30f3":[41,43,239],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[22,33,37,40,41,42,43,112,212,216,237,240,244],"\u30ca\u30ce":[35,81],"\u30cb\u30c3\u30dd\u30f3":[173,198,208],"\u30cb\u30db\u30f3":[173,198,208],"\u30cb\u30db\u30f3\u30b4":208,"\u30cb\u30db\u30f3\u30b8\u30f3":208,"\u30cb\u30e5\u30fc\u30b9":[43,193],"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[162,244],"\u30cd\u30b9\u30c8":[39,40,41,42,119,243],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[225,245],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[39,231],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":39,"\u30ce\u30a4\u30ba":[156,209,234],"\u30ce\u30fc\u30c9":[39,43,67],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[22,24,25,26,30,39,40,41,42,43,45,89,90,116,117,120,132,133,138,142,144,165,166,192,202,214],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":42,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":195,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[116,195],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":195,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[40,41,116,144,241],"\u30cf\u30a4\u30d5\u30f3":[90,138,241],"\u30cf\u30a4\u30e9\u30a4\u30c8":[43,165,166],"\u30cf\u30c3\u30b7\u30e5":[12,39,42,87],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[33,37,40,42,101,120,138,192,212],"\u30d0\u30a4\u30b0\u30e9\u30e0":[214,234],"\u30d0\u30a4\u30b0\u30e9\u30e0\u30d9\u30fc\u30b9":214,"\u30d0\u30a4\u30c8":[32,33,35,37,39,40,41,42,43,50,53,67,83,85,119,120,132,133,176,212,216],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":39,"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":[42,56],"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":40,"\u30d0\u30a4\u30ca\u30ea":[12,31],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":39,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[1,14,22,42,43,222,245],"\u30d0\u30a4\u30ca\u30ea\u30fc":81,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[20,21,190],"\u30d0\u30a4\u30f3\u30c9":42,"\u30d0\u30b0":[10,37,40,42,43],"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9":42,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":[39,41,42,43],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[3,22,28,41],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":101,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[40,56,151,191],"\u30d0\u30c3\u30af\u30c8\u30ec\u30fc\u30b9":[33,43],"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":39,"\u30d0\u30c3\u30d5\u30a1":[39,40,43,50,56,58,61,63,66,87,243],"\u30d0\u30c3\u30d5\u30a1\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":43,"\u30d0\u30c3\u30d5\u30a1\u30b5\u30a4\u30ba":42,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":87,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":40,"\u30d0\u30c3\u30d5\u30a1id":87,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":212,"\u30d0\u30eb\u30af":42,"\u30d0\u30eb\u30af\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[42,43],"\u30d0\u30f3\u30c9\u30eb":[33,40,41,42,43],"\u30d0\u30fc\u30b8\u30e7\u30f3":[18,25,28,30,33,37,39,40,41,42,43,46,50,54,72,82,83,84,88,89,90,94,95,96,97,101,102,104,105,106,110,111,112,113,114,115,118,119,120,121,122,123,124,127,128,129,132,133,134,135,137,140,143,146,147,149,151,161,162,166,168,169,170,177,178,187,188,189,191,192,202,204,205,206,214,217,218,219,220,221,241],"\u30d1\u30b9":[12,28,33,35,36,37,41,42,54,91,120,122,123,127,149,150,151,152,153,154,156,157,225,231,241],"\u30d1\u30b9\u30b9\u30bf\u30a4\u30eb":202,"\u30d1\u30bf\u30fc\u30f3":[33,42,81,168,191,192,202],"\u30d1\u30bf\u30fc\u30f3\u30de\u30c3\u30c1":202,"\u30d1\u30c3\u30b1\u30fc\u30b8":[8,23,24,25,26,29,30,31,33,35,37,39,40,41,42,43,80,148,153,229],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":35,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":40,"\u30d1\u30c3\u30c1":[16,33,35,37,39,40,41,42,43],"\u30d1\u30c8\u30ea\u30b7\u30a2":[22,39,67,232,237,241],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[35,37,40,42,43,138,191,192,212],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[120,191,192],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30ce\u30fc\u30c9":42,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[33,40,41,42,43,133,150,151,153,156,169,229],"\u30d1\u30e9\u30e1\u30fc\u30bf":[22,33,37,39,40,41,43,48,49,50,51,53,54,55,56,57,58,60,61,62,63,64,65,66,67,68,69,70,72,150,156,232,236,237,239,241,244,245,248],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[31,37,38,41,42,43,82,83,84,90,102,104,105,106,110,111,112,115,128,129,134,138,140,144,153,156,168,174,179,201,215,238],"\u30d1\u30ea":162,"\u30d1\u30fc\u30b5\u30fc":[12,191,202],"\u30d1\u30fc\u30b9":[33,37,43,55,56,174,190],"\u30d1\u30fc\u30b9\u30a8\u30e9\u30fc":33,"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3":41,"\u30d2\u30c3\u30c8":[11,33,40,43,133,193,198,208,232,234,244,246],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[133,190,234],"\u30d2\u30e5\u30d9\u30cb":[162,163],"\u30d3\u30c3\u30b0\u30a8\u30f3\u30c7\u30a3\u30a2\u30f3":41,"\u30d3\u30c3\u30c8":[42,67,191,231,238],"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":192,"\u30d3\u30e5\u30fc":39,"\u30d3\u30eb\u30c8\u30a4\u30f3":40,"\u30d3\u30eb\u30c9":[3,4,18,21,22,23,29,33,35,37,39,40,41,42,201,206],"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":[33,41,42,43],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[28,31],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":[5,28],"\u30d3\u30eb\u30c9\u30bf\u30a4\u30e0":[6,7],"\u30d3\u30eb\u30c9\u30c4\u30fc\u30eb":6,"\u30d3\u30eb\u30c9\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[6,7,8,147],"\u30d4\u30ea\u30aa\u30c9":243,"\u30d5\u30a1\u30a4\u30eb":[3,22,28,31,33,34,37,38,39,40,41,42,43,45,63,68,80,81,84,87,88,92,98,99,101,108,109,125,129,133,139,143,149,152,153,154,192,194,206,208,223,224,229,231,241],"\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba":42,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":37,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":35,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":[39,156],"\u30d5\u30a1\u30a4\u30eb\u30cf\u30f3\u30c9\u30eb":33,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[50,54,63,66],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":201,"\u30d5\u30a1\u30a4\u30eb\u30de\u30c3\u30d4\u30f3\u30b0":33,"\u30d5\u30a1\u30aa\u30eb\u30c8":192,"\u30d5\u30a1\u30bb\u30c3\u30c8":133,"\u30d5\u30a3\u30eb\u30bf":[33,39,42,43],"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":40,"\u30d5\u30a3\u30eb\u30bf\u30fc":[112,133,179],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30bf\u30a4\u30df\u30f3\u30b0":33,"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":133,"\u30d5\u30a3\u30fc\u30eb\u30c9":91,"\u30d5\u30a9\u30eb\u30c0\u30fc":31,"\u30d5\u30a9\u30ed\u30ef\u30fc":12,"\u30d5\u30a9\u30ed\u30fc":2,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":244,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[33,42,87,101,110,112,113,119,136,151,156,192,206,225,244],"\u30d5\u30a9\u30fc\u30e0":[40,133,190,191],"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af":[33,43],"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u30e2\u30fc\u30c9":42,"\u30d5\u30c3\u30af":21,"\u30d5\u30e9\u30b0":[32,33,34,37,38,39,41,42,43,53,67,78,87,88,90,91,92,98,108,109,110,112,113,116,119,120,132,133,138,144,174,191,192,195,202,212,231,238,241,242,246],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":99,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[34,99],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":63,"\u30d5\u30e9\u30c3\u30b7\u30e5":[33,42,43,102],"\u30d5\u30e9\u30f3\u30b9":162,"\u30d5\u30ec\u30fc\u30ba":[39,43,90],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":14,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":78,"\u30d6\u30e9\u30a6\u30b6":[12,17,28,245],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[22,237],"\u30d6\u30e9\u30b8\u30ea\u30a2":162,"\u30d6\u30e9\u30b8\u30eb":162,"\u30d6\u30ed\u30b0":[179,193,243,244],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[12,133,191,192,243],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u30fc":[110,112,113],"\u30d6\u30ed\u30c3\u30af":[0,40,153],"\u30d6\u30fc\u30ea\u30a2\u30f3":216,"\u30d6\u30fc\u30eb":[216,238],"\u30d7\u30e9\u30b0\u30a4\u30f3":[0,17,24,25,26,28,30,34,35,36,37,39,40,41,42,43,101,110,111,112,113,114,115,120,122,123,127,130,131,132,133,170,174,178,188,189,195,201,206,213],"\u30d7\u30e9\u30b0\u30a4\u30f3api":41,"\u30d7\u30e9\u30b0\u30a4\u30f3id":120,"\u30d7\u30e9\u30b0\u30de":133,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[14,17,18,23,28,37],"\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8":[22,42,43,45,79],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[68,153,156,206,212,241],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":224,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":40,"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0":1,"\u30d7\u30ed\u30b0\u30e9\u30e0":[3,33,35,39,91,151,153,156,192],"\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3":173,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[0,3,12,13,17,19,21,41,229],"\u30d7\u30ed\u30bb\u30b9":[0,39,40,42,43,80,87,93,102,105,122,125,127,128,135,141,147,149,150,151,152,153,156,194,225,241],"\u30d7\u30ed\u30bb\u30b9\u30ed\u30b0":[22,42,45,229],"\u30d7\u30ed\u30bb\u30b9id":231,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":[153,156],"\u30d7\u30ed\u30c8\u30b3\u30eb":[0,1,22,39,43,85,150,152,153,228,229,245],"\u30d7\u30ed\u30d1\u30c6\u30a3":[43,132],"\u30d7\u30ed\u30f3\u30d7\u30c8":199,"\u30d8\u30c3\u30c0":[40,41],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":39,"\u30d8\u30c3\u30c0\u30fc":[39,41,42,85,225],"\u30d8\u30eb\u30d7":14,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[35,151],"\u30d9\u30af\u30bf":[33,34,35,39,40,43,63],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[37,39,40],"\u30d9\u30af\u30bf\u30fc":[33,37,40,41,43,78,100,112,133],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[22,33,40,41,42,43,45,74,91,110,112,113,119,120,132,133,187,188,208,237,244],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":78,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":41,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":152,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":40,"\u30d9\u30fc\u30b7\u30c3\u30af":225,"\u30d9\u30fc\u30b9":[0,17,35,37,39,41,66,67,129,144,151,153,191,192,198,203,204,205,206,214,224,229],"\u30d9\u30fc\u30b9\u30d1\u30b9":153,"\u30da\u30a2":[42,119,120,133,147,201,208,209,210,211,238,247],"\u30da\u30fc\u30b8":[2,12,17,22,39,40,42,133,151,154,235,241],"\u30da\u30fc\u30b8\u30e9\u30f3\u30af":[203,204,205],"\u30da\u30fc\u30b9\u30c8":39,"\u30db\u30b9\u30c8":[12,37,39,150,151,152,156,231],"\u30db\u30b9\u30c8\u30de\u30b7\u30f3":12,"\u30dc\u30bf\u30f3":[12,17,39,40],"\u30dc\u30c3\u30af\u30b9":133,"\u30dc\u30c7\u30a3":[89,90,97,102,115,118,119,121,122,123,127,134,137,138,140,141,143,156,231],"\u30dd\u30a4\u30f3\u30bf":[43,53,63,64,66,67,70],"\u30dd\u30a4\u30f3\u30c8":[78,90,201],"\u30dd\u30b9\u30c6\u30a3\u30f3\u30b0":90,"\u30dd\u30b9\u30c6\u30a3\u30f3\u30b0\u30ea\u30b9\u30c8":[33,42,43,119],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[37,40],"\u30dd\u30fc\u30c8":[40,150,151,152,156,199,225,229,231,245],"\u30de\u30a4\u30af\u30ed":[192,194,216,238,244],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[22,237],"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":197,"\u30de\u30af\u30ed":[33,37,40,42,63,235],"\u30de\u30b7\u30f3":[12,151,206],"\u30de\u30c3\u30c1":[11,28,33,34,37,40,41,42,43,56,65,78,110,112,113,133,159,165,166,168,173,174,176,179,190,191,202,203,204,205,213,214,234,243],"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":28,"\u30de\u30c3\u30c1\u30ec\u30b3\u30fc\u30c9":112,"\u30de\u30c3\u30d4\u30f3\u30b0":[33,236],"\u30de\u30c3\u30d7":[33,42,97,215],"\u30de\u30c9\u30ea\u30fc\u30c9":162,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0":90,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[40,41,42,43,91,132,243],"\u30de\u30eb\u30c1\u30b3\u30a2":0,"\u30de\u30eb\u30c1\u30b3\u30a2cpu":28,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":[41,42,97,129,225],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":40,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":92,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":[37,43],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[37,225],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9\u30d9\u30fc\u30b9":194,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9\u30e2\u30c7\u30eb":41,"\u30de\u30eb\u30c1\u30e9\u30a4\u30f3\u30e2\u30fc\u30c9":202,"\u30de\u30eb\u30c1\u30ef\u30fc\u30ab\u30fc":153,"\u30de\u30fc\u30af":214,"\u30de\u30fc\u30af\u30a2\u30c3\u30d7":42,"\u30de\u30fc\u30b8":[17,39],"\u30df\u30b9":208,"\u30df\u30ea":[37,84,151,156,192,216,238,248],"\u30df\u30ea\u79d2":216,"\u30e1\u30a4\u30f3":113,"\u30e1\u30bd\u30c3\u30c9":42,"\u30e1\u30bf":149,"\u30e1\u30bf\u30c7\u30fc\u30bf":[33,43,90,91,120,130,131,203,204,205],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":39,"\u30e1\u30c3\u30bb\u30fc\u30b8":[6,7,33,41,42,43,80,235,244],"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":40,"\u30e1\u30e2":[203,204,205],"\u30e1\u30e2\u30ea":[23,24,25,26,30,31,33,35,39,40,41,42,43,49,53,63,235,236],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":35,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u30e2\u30fc\u30c9":43,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[14,33,34,35,37,39,40,41,42,43],"\u30e1\u30e2\u30ea\u30fc":[33,42,43,90,97,102,133,138,215,235],"\u30e1\u30e2\u30ea\u30fc\u30a2\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":42,"\u30e1\u30e2\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[151,153],"\u30e1\u30e2\u30ea\u30fc\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":[151,153],"\u30e1\u30e2\u30ea\u30fc\u30d6\u30ed\u30c3\u30af":135,"\u30e1\u30e2\u30ea\u30fc\u30de\u30c3\u30d7":[33,215],"\u30e1\u30e2\u30ea\u30fc\u30ea\u30fc\u30af":[42,43,135],"\u30e1\u30ea\u30c3\u30c8":[133,151,153],"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b3\u30b9\u30c8":214,"\u30e1\u30f3\u30d0":66,"\u30e1\u30f3\u30d0\u30fc":12,"\u30e1\u30fc\u30c8\u30eb":[162,163],"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[3,12,22,42],"\u30e1\u30fc\u30eb":[12,17,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":[0,22,35,42,80,214,225],"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":40,"\u30e2\u30cb\u30bf\u30fc":[24,25,26,30],"\u30e2\u30fc\u30c9":[11,33,41,42,43,121,134,144,151,154,168,174,231,241],"\u30e6\u30cb\u30fc\u30af":156,"\u30e6\u30fc\u30b6":[11,12,39,133,152,208,209,210,211,216,241],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":70,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":11,"\u30e6\u30fc\u30b6\u30fc":[3,4,6,7,8,22,28,33,41,42,43,68,81,83,90,129,133,149,153,159,179,191,192,198,215,225,240,247],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":10,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":[78,89,214],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":35,"\u30e9\u30a4\u30bb\u30f3\u30b9":39,"\u30e9\u30a4\u30d6\u30e9\u30ea":[20,22,23,33,39,40,42,47,53,190,191,223,241],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":[41,42,43,71,143,151],"\u30e9\u30d9\u30eb":[33,40,41,42,43,113,133],"\u30e9\u30f3\u30ad\u30f3\u30b0":[41,241],"\u30e9\u30f3\u30c0\u30e0":248,"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":0,"\u30ea\u30af\u30a8\u30b9\u30c8":[33,40,41,42,43,46,79,87,88,92,98,99,101,108,109,125,129,133,134,135,139,150,153,154,156,192,194,225,231],"\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[22,43,45,79,151],"\u30ea\u30af\u30a8\u30b9\u30c8\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":147,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":231,"\u30ea\u30af\u30a8\u30b9\u30c8id":[22,42,43,45,79,129,134],"\u30ea\u30af\u30a8\u30b9\u30c8uri":153,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":39,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3":42,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3\u30d0\u30b0":41,"\u30ea\u30b9\u30af":149,"\u30ea\u30b9\u30c8":[12,13,17,33,39,42,43,56,102,103,111,114,119,133,138,139,151,156,191,192,195,197,201,202,213,214,240,241],"\u30ea\u30b9\u30c8\u30a2":43,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":12,"\u30ea\u30bb\u30c3\u30c8":42,"\u30ea\u30bd\u30fc\u30b9":[33,41,49,71,84,193],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[22,39,41,43,45,79,81,129,194,231],"\u30ea\u30c6\u30e9\u30eb":[34,37,39,42,165,166,176,191,202,214],"\u30ea\u30c8\u30e9\u30a4":48,"\u30ea\u30cd\u30fc\u30e0":[37,42,46,89],"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":225,"\u30ea\u30d3\u30eb\u30c9":[33,42],"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":12,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":41,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[22,41,193],"\u30ea\u30dd\u30b8\u30c8\u30ea":[3,4,12,22,25,26,30,37,39,40],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":12,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":[3,4,22,30,42],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[22,231,237],"\u30ea\u30e9\u30a4\u30bf\u30fc":42,"\u30ea\u30ea\u30fc\u30b9":[3,4,6,7,8,10,22,26,80,174,193],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":[12,43],"\u30ea\u30ea\u30fc\u30b9\u30b7\u30b9\u30c6\u30e0":7,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30ea\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb":151,"\u30ea\u30f3\u30af":[12,13,33,39,40,41,42,133,191,192,238],"\u30eb\u30fc\u30c8":37,"\u30eb\u30fc\u30d7":[35,39,41,42,43],"\u30eb\u30fc\u30eb":[22,35,41,45,110,112,113,133,144,225],"\u30ec\u30a4\u30e4":11,"\u30ec\u30b3\u30fc\u30c9":[0,11,22,32,33,35,37,39,40,41,42,43,46,50,56,60,61,63,65,66,67,76,78,89,98,100,101,103,110,112,113,115,119,136,138,139,146,151,159,165,166,168,169,173,174,176,179,190,191,192,193,197,202,203,204,205,206,212,216,234,237,238,239,240,243,244,246,247,248],"\u30ec\u30b3\u30fc\u30c9id":[22,39,43,45,60,63,66,238],"\u30ec\u30b3\u30fc\u30c9r":11,"\u30ec\u30b9\u30c8\u30e9\u30f3":0,"\u30ec\u30b9\u30dd\u30f3\u30b9":[33,37,39,40,41,43,49,84,85,89,110,112,113,133,135,153,156,225,231],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":225,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":[42,84,225],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30dc\u30c7\u30a3":43,"\u30ec\u30d9\u30eb":[39,41,42,108,151,194],"\u30ec\u30dd\u30fc\u30c8":28,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":0,"\u30ec\u30fc\u30bf":39,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":159,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":34,"\u30ed\u30ac\u30fc":42,"\u30ed\u30ae\u30f3\u30b0":[42,53],"\u30ed\u30b0":[12,22,33,34,36,37,39,41,42,43,45,90,108,110,149,151,152,153,156,209,212,235],"\u30ed\u30b0\u30a4\u30f3":[12,215],"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":41,"\u30ed\u30b0\u30d1\u30b9":35,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[28,42,43,80,109,133,151,152,156,194,236],"\u30ed\u30b0\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":43,"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[39,40,42,202],"\u30ed\u30b0\u30ec\u30d9\u30eb":[33,42,43,90,107,149,151,153,194],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":[42,151],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30c8":42,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":39,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":12,"\u30ed\u30b4":39,"\u30ed\u30b8\u30c3\u30af":115,"\u30ed\u30c3\u30af":[33,34,37,39,40,42,48,63,88,104,105,106,149,151],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[40,43,48],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":[22,37],"\u30ed\u30f3\u30c9\u30f3":162,"\u30ed\u30fc\u30ab\u30eb":[12,192],"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":151,"\u30ed\u30fc\u30c6\u30fc\u30c8":151,"\u30ed\u30fc\u30c9":[0,22,33,35,37,40,41,42,43,97,118,149,151,153,192,225,237],"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":39,"\u30ed\u30fc\u30de":[173,208],"\u30ed\u30fc\u30de\u30b8":[173,198],"\u30ef\u30a4\u30c9":37,"\u30ef\u30fc\u30ab":153,"\u30ef\u30fc\u30ab\u30fc":[33,43,153],"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":40,"\u30ef\u30fc\u30ab\u30fc\u30d7\u30ed\u30bb\u30b9":43,"\u30ef\u30fc\u30b9\u30c8\u30b1\u30fc\u30b9":33,"\u30fb\u30b5\u30fc\u30d0":241,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":244,"\u30fb\u30d5\u30a1\u30a4\u30eb":18,"\u30fb\u5168":98,"\u30fb\u5186":0,"\u30fb\u6d6e\u52d5\u5c0f":133,"\u30fb\u81ea\u5df1\u7d39":244,"\u30fbgroonga":42,"\u30fbor":248,"\u30fbroot":42,"\u4e00\u3064":[0,43,49,50,53,66,80,87,88,92,98,99,101,108,109,125,139,160,162,163,164,167,170,171,175,179,188,216,232,238],"\u4e00\u4ef6":67,"\u4e00\u4ef6\u9032\u3081":[],"\u4e00\u500b":11,"\u4e00\u5207":42,"\u4e00\u5b9a":43,"\u4e00\u5bfe":238,"\u4e00\u5de5":246,"\u4e00\u5ea6":[37,39,41,48,122,127,133,153,193,195,201,215,239,243],"\u4e00\u5f0f":[12,63],"\u4e00\u610f":[76,90,129,151],"\u4e00\u62ec":66,"\u4e00\u62ec\u3057":[],"\u4e00\u6587":41,"\u4e00\u6587\u5b57":42,"\u4e00\u65b9":[0,68,71,90,133,166,174,176,179,191,192,214,234,238,241,243],"\u4e00\u6642":[6,7,22,33,39,42,43,45,63,140,162,236],"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":[],"\u4e00\u6642\u7684":63,"\u4e00\u6642\u7d50\u679c":[],"\u4e00\u6b69":[],"\u4e00\u6c17":12,"\u4e00\u756a":[28,46,78,119,133,192,225],"\u4e00\u756a\u5de6":[],"\u4e00\u756a\u901f\u3044":[],"\u4e00\u77ed":0,"\u4e00\u7dd2":[34,39,41,50,53,78,102,110,133,138,156,162,188,214,234,241],"\u4e00\u7fa4":11,"\u4e00\u81f4":[11,12,22,36,39,41,42,43,46,53,66,67,90,133,136,138,173,191,192,198,208,212,214,234,237,241,244,247],"\u4e00\u81f4\u3057":[],"\u4e00\u81f4\u7528":[],"\u4e00\u81f4rk":[],"\u4e00\u822c":[0,21,49,63,133,190,191,214,241],"\u4e00\u822c\u7684":[],"\u4e00\u884c":[35,151,152],"\u4e00\u89a7":[12,17,18,22,45,87,91,116,117,120,138,145,151,153,191,192,234,235,240],"\u4e00\u8a9e":234,"\u4e00\u8cab":[10,42,43],"\u4e00\u8cab\u6027":[],"\u4e00\u9023":194,"\u4e00\u90e8":[12,39,42,92,206,210,214,241],"\u4e00\u9577":0,"\u4e07\u884c":156,"\u4e09\u3064":[162,232],"\u4e09\u756a\u76ee":192,"\u4e09\u7a2e":[1,245],"\u4e09\u8c37":41,"\u4e09\u8c37\u3055\u3093":[],"\u4e0a\u304c\u3063":214,"\u4e0a\u3052\u308b":234,"\u4e0a\u4f4d":[66,234],"\u4e0a\u554f":229,"\u4e0a\u66f8\u304d":[12,43,84,248],"\u4e0a\u8a18":[17,21,28,32,39,42,90,133,138,152,159,167,174,179,201,209,211,214,231,234,235,239,241,248],"\u4e0a\u8a18url":12,"\u4e0a\u8ff0":[168,201],"\u4e0a\u91ce":35,"\u4e0a\u9650":[9,22,42,50,60,66,67,238],"\u4e0b\u304c\u3063":214,"\u4e0b\u304c\u308a":234,"\u4e0b\u3052":[33,42],"\u4e0b\u3055\u3044":[1,12,23,24,25,26,30,31,33,39,40,66,91,144],"\u4e0b\u66f8\u304d":197,"\u4e0b\u8a18":[11,67,80,87],"\u4e0b\u90e8":12,"\u4e0b\u9650":[60,67],"\u4e0d\u5177\u5408":[3,33,39,40,41,42,43],"\u4e0d\u5341\u5206":[33,43],"\u4e0d\u53ef":119,"\u4e0d\u5909":76,"\u4e0d\u5b89":12,"\u4e0d\u5b89\u5b9a\u7248":12,"\u4e0d\u5b8c\u5168":[37,43],"\u4e0d\u5fc5\u8981":[33,42,43,84],"\u4e0d\u610f":102,"\u4e0d\u6574\u5408":34,"\u4e0d\u6b63":[14,34,35,37,40,41,42,43,90,102,138],"\u4e0d\u6b63\u78ba":39,"\u4e0d\u7b49\u4fa1":174,"\u4e0d\u80fd":152,"\u4e0d\u8981":[0,39,40,41,42,102,214,228],"\u4e0d\u8db3":[23,24,25,26,30,31,41,42,235],"\u4e0d\u9069\u5207":[39,41],"\u4e0e\u3048":[11,39,40,43,55,67,103,151,231,234,241],"\u4e0e\u3048\u308b":[80,103,150,151,248],"\u4e16\u4ee3":80,"\u4e16\u754c":[162,163,164,216,238,248],"\u4e21\u65b9":[0,78,110,112,113,119,133,191,192,193,202,208,212,214,244,246],"\u4e21\u8005":248,"\u4e26\u3073":[192,232],"\u4e26\u3073\u9806":248,"\u4e26\u3079":[22,237],"\u4e26\u5217":[6,7,43,152,194],"\u4e2d\u4e95":40,"\u4e2d\u56fd":162,"\u4e2d\u592e\u5024":41,"\u4e2d\u5fc3":163,"\u4e2d\u65ad":[37,39,41,58],"\u4e2d\u7a0b\u5ea6":[23,24,25,26,30,31],"\u4e2d\u8eab":[41,152,231,241],"\u4e2d\u9593":[11,232],"\u4e38\u62ec":241,"\u4e3b\u30ad\u30fc":[22,35,39,76,103,139,237,238,239,240,241,247],"\u4e3b\u5c0e":156,"\u4e3b\u8981":23,"\u4e43\u6bc5":35,"\u4e71\u6570":[175,248],"\u4e88\u3081":[151,216],"\u4e88\u5b9a":[16,37,42,78,80,130,131,162,176,202,206,225],"\u4e88\u60f3":33,"\u4e8b\u524d":[12,111,114,115,130,131,133,210,234],"\u4e8b\u67c4":10,"\u4e8b\u9805":[22,42,43,45,206],"\u4e8c\u3064":[53,80,110,112,113,116,144,152,162,169,173,174,179,232],"\u4e8c\u3064\u76ee":11,"\u4e8c\u70b9\u9593":162,"\u4e8c\u756a":133,"\u4e8c\u756a\u76ee":192,"\u4e8c\u91cd":[40,41,42,191],"\u4e8c\u9805":[42,43,192],"\u4e92\u63db":[12,24,25,26,30,33,41,42,43,80,110,112,113,116,154,192,204,205,225],"\u4e92\u63db\u6027":12,"\u4e94\u5165":37,"\u4eac\u90fd":[214,232,234],"\u4eba\u3068":10,"\u4eba\u5411\u3051":42,"\u4eba\u6c17":112,"\u4eba\u7269":90,"\u4eca\u56de":[33,39,43,176,192,241],"\u4eca\u5f8c":[37,43,109,130,144,202],"\u4ecb\u3057":[0,245],"\u4ecb\u6587":244,"\u4ed5\u65b9":3,"\u4ed5\u69d8":[22,35,38,39,41,62,80,133,136,153,154,214,238],"\u4ed5\u7d44":[17,42,225],"\u4ed5\u7d44\u307f":[39,42,153],"\u4ed8\u3044":[90,195,243],"\u4ed8\u304d":[3,22,29,33,35,42,43,78,85,90,110,112,113,115,119,132,133,136,191,195,197,202,208,211,216,237,238,241],"\u4ed8\u3051":[39,83,84,100,129,156,159,165,166,225,231,238,241,243],"\u4ed8\u3051\u308b":[9,156,192,195,213,241,247],"\u4ed8\u3051\u65b9":83,"\u4ed8\u4e0e":[50,66,76,133,152,240,246],"\u4ed8\u5c5e":[153,154],"\u4ed8\u8d85\u7fa4":33,"\u4ed8\u968f":92,"\u4ee3\u308a":[39,162,191],"\u4ee3\u308f\u308a":[28,31,33,42,90,113,119,133,135,138,151,153,165,166,176,191,195,202,214,231],"\u4ee3\u5165":[11,35,40,191,248],"\u4ee3\u8868":[0,133],"\u4ee5\u4e0a":[11,12,14,17,31,32,33,39,40,41,42,43,50,53,67,68,74,78,90,91,110,112,113,115,119,120,128,133,136,138,140,151,152,153,156,165,168,169,173,174,176,179,201,202,204,206,212,213,214,215,216,231,241],"\u4ee5\u4e0b":[11,12,14,17,18,21,25,28,31,32,33,37,39,41,42,43,46,49,50,52,53,54,56,63,68,71,74,78,81,82,83,84,85,87,89,90,91,93,94,95,96,97,100,101,102,103,104,105,106,108,110,111,112,113,115,116,117,118,119,120,122,123,127,128,129,132,133,134,135,136,137,138,139,140,141,142,144,145,146,149,151,152,153,154,156,159,162,163,165,166,167,168,169,170,173,174,176,178,179,188,189,192,194,195,197,199,201,202,203,204,205,208,209,210,211,212,213,214,215,216,225,228,231,232,234,235,236,238,240,241,245,248],"\u4ee5\u5185":[192,208,209,244,248],"\u4ee5\u524d":[33,37,39,40,41,42,43,195,234,238,244],"\u4ee5\u5916":[0,11,12,33,35,37,40,41,46,49,50,53,54,56,60,63,66,69,71,78,110,113,128,133,138,140,149,152,168,191,197,202,212,216],"\u4ee5\u964d":[12,14,17,33,35,37,40,41,42,43,93,110,141,151,165,166,167,195,197,214,245],"\u4eee\u540d":198,"\u4eee\u5b9a":129,"\u4eee\u60f3":[12,40,42,239,248],"\u4ef6\u540c":42,"\u4ef6\u542b":244,"\u4ef6\u6570":[33,41,42,43,63,66,76,103,110,232,234,241],"\u4efb\u547d":12,"\u4efb\u610f":[0,12,151,152,235,241],"\u4f1a\u793e":[33,41,42,43],"\u4f1d\u7d71":0,"\u4f3c\u305f":195,"\u4f4d\u7f6e":[18,22,37,39,40,41,42,43,45,50,63,67,90,91,132,196,203,204,205,237,240,241],"\u4f4e\u3044":[90,234],"\u4f4e\u304f":[214,234],"\u4f4e\u4e0b":40,"\u4f4e\u6a5f":11,"\u4f4e\u6e1b":[35,229],"\u4f4f\u3093":244,"\u4f4f\u6240":39,"\u4f50\u85e4":[42,43],"\u4f53\u8fd1":163,"\u4f55\u3089\u304b":216,"\u4f55\u500b":133,"\u4f55\u5ea6":[40,129],"\u4f55\u756a":113,"\u4f59\u308a":192,"\u4f59\u88d5":12,"\u4f59\u8a08":10,"\u4f5c\u3063":[37,66,67,113,118,119,121,132,133,153,156,195,208,234,239],"\u4f5c\u3089":[42,133],"\u4f5c\u3089\u308c":[41,152],"\u4f5c\u3089\u308c\u308b":149,"\u4f5c\u308a":[41,128,133,135,138,156,187,194,208,209,215,243],"\u4f5c\u308a\u76f4\u3057":[128,149],"\u4f5c\u308a\u76f4\u3059":[42,128],"\u4f5c\u308b":[7,8,9,17,41,42,78,89,90,110,112,113,118,121,132,133,138,151,156,173,190,192,202,206,209,215,240,244,247],"\u4f5c\u308c":[43,104],"\u4f5c\u308c\u308b":[42,90,133],"\u4f5c\u6210":[22,33,34,35,37,38,39,40,41,42,43,46,49,53,54,60,64,66,67,69,76,109,110,112,113,115,116,133,136,140,151,152,153,156,162,173,191,192,193,208,211,212,215,216,228,234,237,238,240,243,246,247],"\u4f5c\u6210\u6e08":151,"\u4f5c\u696d":[10,17],"\u4f5c\u7528":39,"\u4f75\u305b":241,"\u4f7f\u3044":[0,6,7,8,11,12,15,17,18,21,22,24,25,26,27,28,30,33,37,41,42,43,46,48,54,56,68,78,81,84,90,100,110,111,112,113,116,119,132,133,134,136,138,142,144,149,151,153,156,166,167,168,173,174,176,190,191,192,193,195,201,202,203,207,208,209,211,213,214,215,216,225,238,239,243,245],"\u4f7f\u3044\u5206\u3051":[232,234],"\u4f7f\u3044\u65b9":[0,22,45,68,191,192,207,241],"\u4f7f\u3046":[5,7,11,12,16,21,23,24,25,26,28,30,32,33,34,35,37,39,40,41,42,43,46,47,49,50,56,68,71,78,81,83,86,89,90,94,95,96,97,100,101,102,110,111,112,113,114,115,116,121,122,127,128,130,131,133,134,136,138,140,144,147,149,151,152,159,165,166,167,168,169,170,173,174,176,179,188,190,191,192,194,195,197,198,199,201,202,203,204,205,206,208,209,210,211,212,213,214,216,225,229,231,234,236,238,241,243,245,247],"\u4f7f\u3048":[6,8,21,32,33,37,40,41,42,46,89,90,97,110,112,113,121,128,129,133,138,144,151,153,156,158,159,168,190,191,192,198,202,203,204,205,206,214,217,223,224,239,241],"\u4f7f\u3048\u308b":[21,28,33,37,39,40,41,42,43,132,133,151,191,202,206],"\u4f7f\u3063":[3,5,10,11,12,17,18,19,20,21,23,24,25,26,27,28,30,31,32,33,38,39,40,41,42,43,46,53,60,68,71,78,81,85,86,87,89,90,97,102,105,110,111,112,113,115,116,118,119,121,128,131,132,133,135,138,140,143,144,149,153,156,166,169,173,174,176,188,190,191,192,195,201,202,203,204,205,206,209,210,214,216,225,231,232,234,238,239,240,241,243,244,245,246,247,248],"\u4f7f\u308f":[12,21,33,37,40,41,42,43,46,49,53,85,90,102,110,111,112,113,115,118,119,133,138,140,144,151,153,159,174,190,191,195,198,201,202,208,212,214,231,239,240,247],"\u4f7f\u308f\u305a":174,"\u4f7f\u7528":[11,12,33,34,35,39,40,41,42,43,49,50,53,63,64,66,70,80,87,89,90,91,93,100,103,110,112,113,116,117,119,129,133,135,141,142,144,145,146,149,151,152,153,154,156,162,165,168,174,179,191,192,198,203,214,216,225,231,232,234,238,241,243,244,245],"\u4f7f\u7528\u4f8b":162,"\u4f8b\u3048":[18,20,21,28,33,39,40,41,42,43,63,78,100,102,115,116,117,133,136,138,144,145,151,152,153,179,190,191,192,193,195,201,202,203,206,208,209,210,211,214,225,232,234,240,241,242,243,246,247],"\u4f8b\u3068\u3057\u3066":[215,238],"\u4f8b\u3068\u3068\u3082":162,"\u4f8b\u5916":[26,33,41,42,89,113,119,130,131],"\u4f9d\u308a":119,"\u4f9d\u5b58":[12,22,23,38,39,41,43,81,90,115,119,133,156,203,204,205,214],"\u4f9d\u7136":33,"\u4f9d\u983c":12,"\u4fa1\u683c":43,"\u4fbf\u5229":[0,1,6,7,28,33,42,43,50,78,81,90,110,111,116,120,128,132,133,134,142,144,151,190,191,198,202,208,238],"\u4fbf\u5229\u30e1\u30bd\u30c3\u30c9":33,"\u4fc2\u6570":[11,133],"\u4fdd\u305f":113,"\u4fdd\u3064":43,"\u4fdd\u5b58":[22,32,39,40,42,43,78,89,90,91,110,112,113,119,132,133,151,153,156,162,192,195,197,202,212,216,236,237,240,243,244,248],"\u4fdd\u6301":[43,49,53,238,242,244],"\u4fdd\u8a3c":[80,87],"\u4fe1\u6d0b":43,"\u4fe1\u983c":149,"\u4fee\u5e73":41,"\u4fee\u6b63":[12,162,209,245],"\u4fee\u6b63\u4e2d":209,"\u500b\u3005":[11,80,112,234],"\u500b\u4eba":[12,28],"\u500b\u5225":[12,133],"\u500b\u5b9a":9,"\u500b\u6240":41,"\u500b\u6570":[39,50],"\u500d\u7cbe":216,"\u5019\u88dc":[136,156,173,208,209,210],"\u5024\u304b":162,"\u5024\u304c":43,"\u5024\u3054":239,"\u5024\u3054\u3068":239,"\u5024\u3057":168,"\u5024\u3059":43,"\u5024\u3060\u3051":192,"\u5024\u3068":[133,191,238],"\u5024\u3068\u3057\u3066":[151,162,236,244],"\u5024\u306a\u3057":38,"\u5024\u306a\u3089":40,"\u5024\u3088\u308a":[11,133],"\u5024\u4ee5\u4e0a":151,"\u5024\u5727":90,"\u5024\u578b":238,"\u5024\u57df":[74,120],"\u5024\u6bce":239,"\u5024\u7528":37,"\u5024\u8a18":192,"\u505c\u6b62":[33,40,42,80,93,141,151,153],"\u5065\u4f5c":240,"\u5074\u9762":0,"\u5076\u6570":192,"\u5099\u8003":[40,133,156],"\u50be\u5411":[133,243],"\u512a\u308c":[0,214],"\u512a\u5148":[0,42,97,152,208],"\u5143\u6c17":40,"\u5148\u60c5":244,"\u5148\u982d":[58,63,110,133,153,202,214,241],"\u5149\u7537":40,"\u5165\u3063":[14,39,40,42,43,81,90,133,168,208,231,235,240,241,243],"\u5165\u308a":[102,133,192,214,231,235,239,241],"\u5165\u308b":139,"\u5165\u308c":[133,214,234,240,244],"\u5165\u308c\u308b":[42,90,133,202],"\u5165\u529b":[33,34,37,38,40,43,81,87,88,92,98,99,101,103,108,109,125,133,136,139,150,151,152,192,198,208,209,210,211,231,241],"\u5165\u529b\u30df\u30b9":209,"\u5168\u304f":42,"\u5168\u3066":[17,66,133,153,190,193,216,243],"\u5168\u4e16\u754c":40,"\u5168\u4ef6":[67,191,192],"\u5168\u4f53":[22,28,40,45,47,119,203],"\u5168\u524a":146,"\u5168\u6587":[22,24,25,26,28,30,33,39,41,47,71,78,90,91,110,112,113,133,138,151,174,190,191,192,195,197,212,214,229,232,233,237,238,240,242,244],"\u5168\u6587\u691c":[22,35,237],"\u5168\u6587\u691c\u7d22":[39,138,151,174],"\u5168\u89d2":[37,42,67,195,241],"\u5168\u90e8":231,"\u5168suffix":66,"\u516c\u5e73":40,"\u516c\u5f0f":[8,26,37,174],"\u516c\u8f14":40,"\u516c\u958b":[33,35,37,40,41,42,43,49],"\u516c\u958b\u9375":12,"\u5171\u306b":[50,63],"\u5171\u6709":[2,10,12,22,28,39,40,49,90,151,153,240,243],"\u5171\u901a":[10,37,112,192,212,216,243],"\u5171\u901a\u63a5":212,"\u5177\u4f53":[12,133,234,239,243],"\u5177\u4f53\u4f8b":[89,113],"\u5177\u5408":[133,192],"\u5178\u578b":42,"\u5185\u5bb9":[10,12,17,39,41,42,54,58,61,67,81,91,110,112,113,133,139,150,152,176,191,192,194,208,211,215,229,238,241,243,244,245],"\u5185\u5c71":33,"\u5185\u8a33":234,"\u5185\u8fd1\u304f":192,"\u5185\u90e8":[12,38,41,42,43,49,53,59,63,66,119,120,176,238],"\u5186\u6ed1":12,"\u518d\u3073":[41,149],"\u518d\u4f5c":42,"\u518d\u4f5c\u6210":43,"\u518d\u5229":[41,42,76,119,151,153,212],"\u518d\u5e30":[11,46,63,88,105,133,149,153,201],"\u518d\u5ea6":[11,12,33,41,42,48],"\u518d\u691c":190,"\u518d\u69cb":[37,149],"\u518d\u73fe":[10,33,40,190,214,234],"\u518d\u751f":153,"\u518d\u767a":41,"\u518d\u8aad":[109,201],"\u518d\u8d77":[33,42,201,215,229],"\u518d\u8d77\u52d5":[122,127,151,153,215],"\u5197\u9577":33,"\u51e6\u7406":[0,6,7,11,17,33,34,35,39,40,41,42,43,58,76,79,84,85,90,102,105,110,113,116,120,133,135,138,142,144,149,152,153,166,176,191,192,194,213,214,225,231,232,248],"\u51fa\u3055":40,"\u51fa\u3057":244,"\u51fa\u3059":[33,133,156,244],"\u51fa\u305b\u308b":[0,33],"\u51fa\u529b":[0,3,14,22,28,33,34,35,37,38,39,40,41,42,43,45,53,56,60,78,79,80,82,84,85,86,87,89,90,91,93,94,95,96,97,98,100,101,102,104,105,106,107,108,110,111,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,134,135,136,137,138,139,140,141,143,144,145,146,149,151,152,154,156,167,194,216,231,235,237],"\u51fa\u6765":[18,144,240,243],"\u51fa\u6765\u308b":[33,244],"\u51fa\u73fe":[0,42,50,90,91,113,133,136,142,156,192,203,204,205,242],"\u5206\u304b\u3061":0,"\u5206\u3051":[12,22,33,91],"\u5206\u3051\u308b":[12,238],"\u5206\u307e":206,"\u5206\u5272":[0,37,42,43,192,212,214,232,241],"\u5206\u5c90":14,"\u5206\u6563":206,"\u5206\u6790":[0,33],"\u5206\u89e3":[11,206],"\u5206\u914d":[110,113],"\u5206\u985e":[133,238,239],"\u5206z":216,"\u5207\u3089":41,"\u5207\u308a":[12,33,37,40,41,42,43,125,133],"\u5207\u308a\u4e0a\u3052\u308b":112,"\u5207\u308a\u6368\u3066":238,"\u5207\u308b":[41,119,153],"\u5207\u308c":[33,42],"\u5217\u4e2d":[43,192],"\u5217\u578b":[41,191,238,239],"\u5217\u5f0f":56,"\u5217\u5f15":11,"\u5217\u60c5":144,"\u5217\u6307\u5411":0,"\u5217\u6319":[42,241],"\u5217\u8868":[56,216],"\u5217\u95a2":43,"\u521d\u56de":17,"\u521d\u671f":[0,35,37,39,41,54,63],"\u521d\u671f\u5024":150,"\u521d\u671f\u5316":[39,42,43,53,64,71,149],"\u5224\u5b9a":248,"\u5224\u65ad":[43,54,112,115,133,192,235],"\u5225\u3005":[133,239],"\u5225\u540d":[42,174],"\u5225\u9014":[63,216],"\u5229\u70b9":0,"\u5229\u7528":[0,1,10,12,14,17,22,23,24,25,26,28,30,31,37,39,40,41,42,43,45,49,54,66,81,90,101,133,134,138,144,147,149,151,152,154,165,166,168,174,191,192,197,208,209,211,216,223,231,232,234,237,238,241],"\u5229\u7528\u4f8b":0,"\u5230\u9054":32,"\u5236\u5fa1":[33,39,111,133,153,159,174],"\u5236\u7d04":[32,112],"\u5236\u9650":[22,35,37,39,40,41,42,43,45,60,113,129,133,153,162,179,190,191,203,204,206,215,225,237,243,245],"\u523b\u307f":133,"\u5247\u3063":206,"\u524a\u6e1b":[33,42,43,149],"\u524a\u9664":[0,6,7,12,18,33,34,35,37,38,39,40,41,42,43,58,63,65,66,67,76,89,92,94,121,146,147,149,151,153,202,212],"\u524a\u9664\u5f8c":33,"\u524d\u3082\u3063":42,"\u524d\u4ed8":[110,112,113],"\u524d\u4ed8\u304d":63,"\u524d\u56de":12,"\u524d\u5f8c":[151,241],"\u524d\u63d0":[3,46],"\u524d\u65b9":[11,22,36,39,41,42,43,67,136,138,173,191,192,198,208,212,214,232,237,241],"\u524d\u65b9\u4e00\u81f4":[22,33,34,38,39,42,45,89,136,173,174,196,212],"\u524d\u8005":[46,156,195,201,248],"\u524d\u8ff0":[133,138,153,168,195,234],"\u5270\u4f59":41,"\u5272\u3063":[203,205],"\u5272\u308a":[53,129,139,144,192,212,238],"\u5272\u308a\u5f53\u3066":[35,49],"\u5272\u308a\u5f53\u3066\u308b":[83,212,238,241],"\u5272\u308b":205,"\u5272\u5408":135,"\u52a0\u3048":[11,21,43,102,238,246],"\u52a0\u3048\u308b":[37,102],"\u52a0\u308f\u308b":10,"\u52a0\u7b97":[43,63,76,78],"\u52a3\u5316":42,"\u52b9\u679c":[111,244],"\u52b9\u7387":[42,43,90,102,119,153,243],"\u52c9\u5f37":214,"\u52d5\u3044":[42,68],"\u52d5\u304b":[33,40,41,42,97,156,202],"\u52d5\u304b\u3057":[156,215],"\u52d5\u304b\u3059":42,"\u52d5\u304d":[42,133,143,206,225],"\u52d5\u304f":[28,37,39,215,224],"\u52d5\u4f5c":[3,17,33,35,37,40,41,42,43,80,113,152,153,194,207,224,238],"\u52d5\u5c0f":216,"\u52d5\u6642":33,"\u52d5\u74b0":150,"\u52d5\u753b":240,"\u52d5\u7684":[0,22,33,35,38,42,43,45,90,153,232,241],"\u52e7\u3081":41,"\u5316\u4f5c":12,"\u5316\u51e6":[37,76],"\u5316\u524d":76,"\u5316\u5bfe":17,"\u5316\u65b9":[116,195],"\u5316\u6642":37,"\u5316\u6e08":[54,63],"\u5316\u6f0f\u308c":39,"\u5316\u95a2":35,"\u5317\u4eac":162,"\u5317\u534a\u7403":39,"\u5317\u5e02":43,"\u533a\u5207":120,"\u533a\u5207\u3063":[116,133,142,144,156,231],"\u533a\u5207\u3089":37,"\u533a\u5207\u308a":[0,39,42,90,101,103,133,136,138,144,150,151,156,174,191,192,199,211,214,216,238,239,241],"\u533a\u5207\u308b":[35,133,201],"\u533a\u5225":[43,133,202,216,246],"\u5341\u4e00":232,"\u5341\u5206":[43,61,90,112,122,127,133,151,234,236],"\u5341\u5206\u6c17":[],"\u5343\u4e07":32,"\u534a\u5f84":163,"\u534a\u7121":[37,138],"\u534a\u89d2":[67,195,241],"\u5354\u529b":[3,4,22,43],"\u5357\u534a":39,"\u5358\u306b":[40,131],"\u5358\u4f4d":[0,35,37,42,69,79,81,84,119,135,147,151,156,162,163,176,192,194,214,216,231,232,241,244],"\u5358\u4f53":[0,152],"\u5358\u72ec":[50,152],"\u5358\u7d14":[11,83,163,246],"\u5358\u8a9e":[39,112,133,190,191,201,203,204,205,208,210,214,241,242,243,244],"\u535a\u4e4b":[42,43],"\u5360\u6709":63,"\u5371\u6a5f":[151,194],"\u5371\u967a":[12,33,93,104,105,106,115,121,140,141,225],"\u5373\u5024":43,"\u5373\u5ea7":[42,43],"\u5373\u6642":22,"\u539f\u56e0":[10,22,42,43,149,152,233,235,236],"\u539f\u99c5":248,"\u53b3\u5bc6":[41,42,43,208],"\u53c2\u52a0":[2,3],"\u53c2\u7167":[1,6,7,8,12,17,21,22,24,25,26,27,28,29,30,33,34,35,37,39,40,41,42,43,46,48,53,58,62,78,83,84,85,86,89,91,93,94,95,96,97,100,102,104,105,106,107,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,133,134,135,136,137,138,141,142,143,144,145,146,149,152,153,154,156,162,168,174,179,191,192,198,201,202,214,215,216,223,229,234,236,237,239,243,244,248],"\u53c2\u7167\u5024":43,"\u53c2\u7167\u5143":238,"\u53c2\u7167\u5148":40,"\u53c2\u7167\u578b":133,"\u53c2\u8003":[12,22,45,241],"\u53ca\u3073":152,"\u53cb\u4eba":240,"\u53cc\u65b9":10,"\u53cd\u6620":[0,11,12,156,215],"\u53cd\u8ee2":192,"\u53ce\u307e\u308a\u304d\u3089":42,"\u53ce\u96c6":[0,81],"\u53d6\u308a":43,"\u53d6\u308a\u51fa\u3055":238,"\u53d6\u308a\u51fa\u3057":[60,67,241],"\u53d6\u308a\u51fa\u3059":[11,35,60,67,238],"\u53d6\u308a\u51fa\u305b\u308b":43,"\u53d6\u308a\u5f97\u308b":216,"\u53d6\u308a\u8fbc\u307e":12,"\u53d6\u308a\u8fbc\u307f":37,"\u53d6\u308a\u9664\u3044":66,"\u53d6\u308a\u9664\u304d":[11,167],"\u53d6\u308b":[156,192,231],"\u53d6\u308c\u308b":103,"\u53d6\u5f97":[10,22,33,41,42,43,48,49,53,60,61,63,64,66,67,86,90,91,95,110,114,120,133,147,156,192,208,209,211,237,239,240,243],"\u53d7\u3051":[9,39,40,41,42,43,83,84,129,153,156,159,162,192,225,228,231,241,247],"\u53d7\u3051\u308b":[41,229],"\u53d7\u3051\u4ed8\u3051":[35,39,134,192],"\u53d7\u3051\u53d6\u3063":0,"\u53d7\u3051\u53d6\u308a":[11,153,156,159,241],"\u53d7\u4ed8":[40,247],"\u53d7\u4fe1":156,"\u53e4\u3044":[12,39,42,43,93,141,195,244],"\u53e4\u304f":[41,43],"\u53e4\u3059\u304e\u308b":18,"\u53ef\u5426":241,"\u53ef\u5909":[37,91,99,119,120,231],"\u53ef\u5909\u9577":119,"\u53ef\u80fd":[10,11,12,14,22,28,33,37,39,40,42,43,45,50,52,54,63,64,66,70,76,80,87,91,106,122,123,127,133,136,149,151,152,154,165,191,192,212,214,223,225,231,232,234,240,241,244,246,248],"\u53ef\u8aad":41,"\u53f3\u4e0a":34,"\u53f3\u4e0b":[34,164],"\u53f3\u8fba":[35,37,42,43],"\u5404\u5024":120,"\u5404\u51fa":[112,133],"\u5404\u52d5":133,"\u5404\u52d9":42,"\u5404\u547d":152,"\u5404\u56fd":12,"\u5404\u7a2e":12,"\u5404\u7d22":241,"\u5404\u8981":[78,90],"\u5404\u8a9e":87,"\u5408\u308f\u305b":[12,39,50,192],"\u5408\u7406":214,"\u5408\u81f4":[241,248],"\u5408\u8a08":[32,41,87,110,112,113,133,152,203,212,234,236],"\u5409\u5ca1":42,"\u5409\u7530":40,"\u540c\u3058":[0,22,33,34,35,37,41,42,43,53,56,67,78,80,81,83,89,90,109,110,112,113,115,122,127,128,129,133,136,139,144,151,152,153,154,156,174,192,195,201,202,203,204,205,209,216,225,233,238,239,241,243],"\u540c\u3058\u4f8b":243,"\u540c\u3058\u5024":[113,153,241],"\u540c\u3058\u578b":78,"\u540c\u3058\u6570":[151,153,225],"\u540c\u3058\u6708":42,"\u540c\u3058\u91cd\u307f":174,"\u540c\u4e00":[40,50,67,76,80,112,152,206,225,232,243],"\u540c\u6642":[0,9,33,42,43,66,67,80,133,152,156,248],"\u540c\u671f":[12,152],"\u540c\u68b1":[17,35,39,41],"\u540c\u69d8":[11,12,33,67,152,197,231,238,248],"\u540c\u7a0b":90,"\u540c\u7b49":[42,152,232],"\u540c\u7fa9":[43,201],"\u540d\u4e00":139,"\u540d\u524d":[12,17,22,33,35,36,37,39,42,43,45,46,50,53,54,63,64,66,69,80,81,87,89,90,91,92,93,98,100,102,103,110,112,113,115,116,117,118,119,120,121,132,133,138,139,140,141,144,145,151,153,156,192,206,208,212,225,228,231,238,241,244],"\u540d\u79f0":42,"\u540d\u7b49":63,"\u540d\u9806":113,"\u540dn":139,"\u5411\u3044":[41,81,90,133,212],"\u5411\u3051":[3,6,7,8,11,22,25,28,40,41,42,43,63,191],"\u5411\u4e0a":[33,37,42,43,153,190,225,229],"\u5426\u304b":[112,159],"\u5426\u5b9a":[11,42,133],"\u542b\u307e":[6,11,12,33,39,41,42,43,81,89,90,91,97,102,103,110,112,113,115,122,123,127,130,131,133,134,137,138,139,140,141,142,156,159,168,169,174,176,191,192,201,203,204,205,211,214,225,232,241,244],"\u542b\u307e\u308c":[0,12,40,81,110,113,122,123,127,133,138,159,176,232],"\u542b\u307e\u308c\u308b":[0,11,12,43,112,133,151,165,166,234,238,241],"\u542b\u307f":[42,67,81,110,113,119],"\u542b\u3080":[9,11,39,40,41,42,43,78,89,110,112,113,132,133,136,141,150,191,192,194,204,205,232,241,243,244],"\u542b\u3080\u5024":[151,241],"\u542b\u3080\u5168\u3066":93,"\u542b\u3081":[12,43,133,159,191,201],"\u542b\u3081\u308b":[12,37,38,41,43,101,110,112,113,115,116,133,144,159,191,201,241],"\u542b\u3093":[11,33,41,43,81,112,115,119,132,133,176,191,192,203,204,209,210,214,238,244],"\u5438\u53ce":241,"\u5468\u4e0a":163,"\u5468\u8fba":[39,176,235],"\u547c\u3070":[33,40,42,43,53,64,66,68,133,192,203,216,241],"\u547c\u3073":[11,71,78,119,133,151,152,176,238],"\u547c\u3073\u5143":53,"\u547c\u3073\u51fa\u3055":[58,133],"\u547c\u3073\u51fa\u3057":[0,11,33,35,39,41,42,53,101,112,133,190],"\u547c\u3073\u51fa\u3059":[111,143,160,163,164,171,175,190],"\u547c\u3076":[14,39,42,68,71,93,141,190],"\u547c\u3076\u524d":71,"\u547c\u3093":[41,71,133,232,239],"\u547c\u51fa":[50,61,63,66],"\u547d\u4ee4":151,"\u547d\u540d":[39,110,112,113],"\u548c\u5e83":40,"\u552f\u4e00":143,"\u554f\u3044\u5408\u308f":11,"\u554f\u984c":[12,17,33,34,35,36,37,39,40,41,42,43,49,53,87,115,121,152,153,191,192,214,236,241],"\u559c\u3073":[16,17],"\u56db\u3064":232,"\u56db\u5247":41,"\u56db\u6368":37,"\u56db\u89d2":197,"\u56db\u89d2\u5f62":[],"\u56de\u52d5":152,"\u56de\u540c":42,"\u56de\u547c":35,"\u56de\u6307\u5b9a":[168,191],"\u56de\u6570":[33,39,215],"\u56de\u7279":152,"\u56de\u7e70\u308a":152,"\u56de\u9001\u308b":129,"\u56de\u907f":[12,22,41,42,43,140,233,234],"\u56f0\u3063":10,"\u56f0\u96e3":[0,39],"\u56f2\u307e":[166,176],"\u56f2\u307f":[151,165,166,176],"\u56f2\u3080":[40,176,241],"\u56f2\u3093":192,"\u56fa\u5b9a":[33,41,63,67,91,120,138,231,241],"\u56fa\u5b9a\u9577":[35,119],"\u56fa\u6709":[58,78],"\u56fd\u3054":239,"\u56fd\u540d":239,"\u56fd\u969b":17,"\u56fd\u969b\u5316":[3,15,18,22,43],"\u570f\u5185":244,"\u5727\u7e2e":[28,37,39,40,41,42,43,50,90,119,132,224],"\u5730\u56f3":0,"\u5730\u57df":0,"\u5730\u5f62":[162,163],"\u5730\u70b9":[162,248],"\u5730\u7cfb":162,"\u578b\u304b":216,"\u578b\u3068\u3057\u3066":216,"\u578b\u540d":[91,112,132,133],"\u578b\u5909":37,"\u578b\u60c5":39,"\u578b\u6307":39,"\u578b\u7528":56,"\u57cb\u3081\u8fbc\u307e":12,"\u57cb\u3081\u8fbc\u307f":[166,176],"\u57cb\u3081\u8fbc\u3080":152,"\u57f7\u7b46":[18,197,242],"\u57fa\u6570":192,"\u57fa\u672c":[0,12,22,39,41,89,133,232,234,237,238],"\u57fa\u6e96":[0,12,238,241],"\u57fa\u76e4":53,"\u5831\u4ee5":144,"\u5831\u544a":[3,10,22,33,35,36,37,39,40,41,42,43,48,121,149,152],"\u5834\u5408":[5,6,7,10,11,17,18,21,23,24,25,26,28,29,30,31,32,33,34,35,37,39,40,41,42,43,49,50,53,54,55,56,58,60,63,66,67,68,69,78,80,84,86,87,88,89,90,91,92,93,95,97,98,99,100,101,102,103,104,105,106,108,109,110,111,112,113,115,116,118,119,120,121,128,129,132,133,136,138,140,141,143,144,146,149,150,151,152,153,154,156,159,162,163,165,166,173,174,175,176,191,192,193,194,195,199,201,202,203,205,206,208,209,210,212,214,215,216,225,231,232,234,235,236,239,240,241,244,245,247,248],"\u5834\u6240":[2,12,35,41,43,81,119,152,244],"\u5883\u754c":[39,112,162],"\u5897\u3048":[78,90,130,133,135,144,202,205,243],"\u5897\u3048\u308b":[42,117,145,156],"\u5897\u3084":[6,7,42,68,78],"\u5897\u3084\u3059":[14,68,78,133,202,215],"\u5897\u5206":[133,149],"\u5897\u52a0":[40,133],"\u5897\u5927":162,"\u58ca\u3057":[42,149],"\u58ca\u3059":39,"\u58ca\u308c":[33,35,37,39,42,43,87,120,121,128,140,149],"\u58ca\u308c\u308b":[34,35,37,39,40,41,42,43,104,105,106],"\u5909\u3048":89,"\u5909\u3048\u308b":[89,133,214,234],"\u5909\u308a":41,"\u5909\u308f\u3063":[89,214],"\u5909\u308f\u308a":[42,86,87,129,133,214,232,248],"\u5909\u308f\u308b":[214,234],"\u5909\u5316":[0,42],"\u5909\u63db":[33,37,42,43,67,85,153,192,195,212,216,244],"\u5909\u6570":[12,14,29,33,36,37,38,39,40,41,42,43,64,72,133,192,201],"\u5909\u66f4":[12,18,21,22,28,33,34,37,38,39,40,41,42,43,46,49,51,53,54,55,62,63,66,76,78,80,87,90,93,97,102,110,116,119,130,131,136,140,141,147,152,153,162,165,192,199,201,212,224,233,241],"\u5909\u66f4\u5f8c":[51,53,55,62,63,66],"\u5916\u90e8":9,"\u591a\u3044":[90,149,191,192,198,234],"\u591a\u304b\u3063":235,"\u591a\u304f":[33,37,90,102,113,120,133,138,153,173,176,191,192,202,205,214,224,229,234,238,241],"\u591a\u3059\u304e":35,"\u591a\u3059\u304e\u308b":[33,133,235],"\u591a\u5f69":0,"\u591a\u6570":33,"\u591a\u69d8":0,"\u591a\u6bb5":43,"\u591a\u91cd":150,"\u591a\u9762":0,"\u5927\u304d":[33,39,78,87,138,149,153,212,215],"\u5927\u304d\u3044":[11,33,37,41,42,43,84,97,119,133,138,149,191,212,214,215],"\u5927\u304d\u304f":[35,80,90,101,119,149,163,204,238],"\u5927\u304d\u3051\u308c":33,"\u5927\u304d\u3055":212,"\u5927\u304d\u306a":[43,215,225],"\u5927\u306a\u308a":174,"\u5927\u4e08":19,"\u5927\u4e08\u592b":[10,28,43],"\u5927\u4e8b":[191,201],"\u5927\u5207":0,"\u5927\u5225":238,"\u5927\u5c0f":113,"\u5927\u5e45":43,"\u5927\u62b5":153,"\u5927\u6587":[133,202],"\u5927\u6587\u5b57":[41,90,138,173,202,241],"\u5927\u898f\u6a21":[0,43],"\u5927\u8cb4":39,"\u5927\u91cf":[11,32,33,41,43,112,133,138,140,149,203,204,212,240,241],"\u5927\u95a2":41,"\u592a\u90ce":240,"\u592b\u5fc5":246,"\u5931\u308f":[33,39],"\u5931\u52b9":[86,153],"\u5931\u6557":[12,33,35,37,39,40,41,42,43,48,49,72,89,90,93,94,96,97,100,102,104,105,106,107,110,112,115,122,123,127,128,133,137,138,140,141,146,191,202,235,241],"\u5947\u5999":202,"\u5947\u6570":192,"\u5968\u6271\u3044":41,"\u597d\u304d":17,"\u59a5\u5f53":[42,43,133,212],"\u59a5\u5f53\u6027":43,"\u59cb\u307e\u3063":[81,194,198,210],"\u59cb\u307e\u308a":12,"\u59cb\u307e\u308b":[28,41,43,66,76,133,152,191,192,201,208,210,214,225],"\u59cb\u3081":17,"\u59cb\u70b9":241,"\u5b09\u3057\u304f":10,"\u5b50\u5348\u7dda":162,"\u5b57\u5165":198,"\u5b57\u5217":[33,37,41,43,94,95,96,138,191,216],"\u5b57\u5c0f":[133,202],"\u5b58\u5426":63,"\u5b58\u5728":[0,18,33,34,35,39,40,41,42,43,46,53,63,66,67,76,81,94,95,101,110,113,115,118,129,133,149,152,153,159,163,164,206,214,229,231,232,236,239,241,243,248],"\u5b66\u3073":[110,112,113,133,162,239,243],"\u5b66\u3093":244,"\u5b66\u7fd2":[35,40,136,207],"\u5b66\u7fd2\u7528":156,"\u5b89\u5168":[42,90,231],"\u5b89\u5b9a":[0,38,80,87],"\u5b89\u5fc3":10,"\u5b8c\u4e86":[12,17,84,133,194],"\u5b8c\u5168":[11,46,66,90,111,119,133,138,192,212,234,247],"\u5b8c\u74a7":205,"\u5b8c\u7d50":10,"\u5b9a\u5024":39,"\u5b9a\u5b50":202,"\u5b9a\u6570":[33,42],"\u5b9a\u7248":12,"\u5b9a\u7fa9":[11,39,41,42,46,50,58,64,66,69,76,89,90,92,98,100,101,110,112,113,120,133,139,151,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,201,202,203,204,205,206,216,231,241,243],"\u5b9f\u4f53":[53,120],"\u5b9f\u4f8b":[3,4,22],"\u5b9f\u51e6":[11,64],"\u5b9f\u6570":216,"\u5b9f\u65bd":12,"\u5b9f\u73fe":[0,3,4,22,41,90,133,153,173,190,192,202,212,239,241],"\u5b9f\u7528":41,"\u5b9f\u7a3c":150,"\u5b9f\u884c":[0,3,17,22,24,25,26,27,28,29,30,31,33,36,37,39,40,41,42,43,45,50,58,63,64,66,68,76,80,81,83,84,86,87,88,92,93,94,96,98,99,100,101,102,103,104,105,106,107,108,109,110,112,113,121,122,125,127,128,129,130,133,134,136,139,140,141,143,146,149,154,156,162,167,169,174,179,190,192,194,201,202,206,208,209,211,214,215,223,225,231,235,241,245,247,248],"\u5b9f\u884c\u4f8b":[14,39,46,78,80,81,86,89,90,91,93,94,95,96,97,100,102,104,105,106,107,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,130,131,132,133,134,135,136,138,139,140,141,142,143,144,145,146,153,156,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,194,195,198,202,203,204,205,208,209,211,213,214,231,238,239,240,241,243,244,245,246,247,248],"\u5b9f\u88c5":[17,37,39,41,42,43,68,84,89,90,113,130,131,133,153,154,162,205,206,224],"\u5b9f\u969b":[32,33,40,43,46,68,110,112,113,115,133,135,149,203,215,234,240,243],"\u5b9f\u9a13":[33,38,39,40,41,42,43,49,54,110,116,123,130,131,202,204,205,214],"\u5bae\u4e0b":43,"\u5bb9\u91cf":[33,42,87],"\u5bfe\u51e6":41,"\u5bfe\u5fdc":[0,9,11,14,33,34,35,36,37,38,39,40,41,42,43,46,50,54,63,66,67,89,102,103,113,133,136,151,171,194,195,202,206,208,209,210,211,212,214,224,241],"\u5bfe\u7167":174,"\u5bfe\u7b56":[22,233],"\u5bfe\u8a71":[231,241],"\u5bfe\u8c61":[0,9,11,12,14,17,18,28,33,37,38,41,42,43,50,53,54,56,60,63,65,66,67,74,80,88,92,94,95,96,98,99,100,101,102,103,104,105,106,110,112,113,115,118,119,121,128,129,133,136,138,144,149,150,156,165,166,168,169,170,174,176,188,191,194,202,203,204,205,225,232,234,240,241,243,244],"\u5bfe\u8c61column":50,"\u5bfe\u8c61ctx":53,"\u5bfe\u8c61cursor":[60,67],"\u5bfe\u8c61id":61,"\u5bfe\u8c61obj":61,"\u5bfe\u8c61object":[50,54,58,61,63,64,70],"\u5bfe\u8c61table":[50,63,66,67],"\u5bfe\u8c61table1":66,"\u5bfe\u8c61table2":66,"\u5c02\u7528":[1,12,17,121,231,245],"\u5c06\u6765":[40,78,110,116,117,130,131,145,162,206,225,231],"\u5c0e\u5165":[3,14,15,17,22,41,42,80],"\u5c0f\u3055":[42,43,119],"\u5c0f\u3055\u3044":[11,32,36,67,90,112,133,138,163,191,194,204,212,214],"\u5c0f\u3055\u304f":[32,41,42,112,162,163,193,202,212,215,225],"\u5c0f\u3055\u3051\u308c":33,"\u5c0f\u3055\u306a":43,"\u5c0f\u306a\u308a":[174,190],"\u5c0f\u5024":[110,112,113,115],"\u5c0f\u6570":[37,42,81,84,151,216,238,244],"\u5c0f\u6570\u70b9":238,"\u5c0f\u6587\u5b57":[67,90,138,144,173,195,202,241],"\u5c0f\u897f":40,"\u5c11\u304f":236,"\u5c11\u3057":[28,205],"\u5c11\u3057\u9045\u3044":[151,153],"\u5c11\u3057\u9055\u3044":133,"\u5c11\u306a\u3044":[33,41,90,133,190,191,192,193,201],"\u5c11\u306a\u304f":[0,10,42,90,97,133,168,176,191,192,193,215],"\u5c11\u306a\u3051\u308c":138,"\u5c1a\u4e5f":40,"\u5c3a\u5ea6":0,"\u5c55\u958b":[12,22,28,31,33,37,39,40,43,45,97,122,123,127,133,174,201],"\u5c55\u958b\u5f8c":133,"\u5c55\u958b\u7528":37,"\u5c5e\u3057":[74,216,239],"\u5c5e\u3059\u308b":[50,63,67,139],"\u5c5e\u6027":[36,116,117,139,144,145,167],"\u5c65\u6b74":12,"\u5c71\u672c":41,"\u5ca9\u4e95":[39,40,43],"\u5ca9\u677e":43,"\u5cf6\u7530":39,"\u5d8b\u7530":39,"\u5de6\u4e0a":[34,164],"\u5de6\u4e0b":34,"\u5de6\u53f3":241,"\u5de6\u8fba":43,"\u5dee\u3057":12,"\u5dee\u5206":152,"\u5dee\u96c6\u5408":192,"\u5e02\u5185":197,"\u5e02\u771f":43,"\u5e03\u6559":3,"\u5e38\u306b":42,"\u5e73\u5747":[41,133],"\u5e73\u884c":12,"\u5e74\u9f62":[0,90,138],"\u5e83\u304f":[12,202],"\u5ea6\u3068":37,"\u5ea6\u5206":216,"\u5ea6\u5408\u3044":234,"\u5ea6\u6570":[37,192,238,248],"\u5ea6\u6d6e":216,"\u5ea6\u8868":35,"\u5ea6y":216,"\u5ea7\u6a19":[37,162,163,164,192,197,244],"\u5ea7\u6a19\u5024":37,"\u5ec3\u6b62":[80,198],"\u5f0f\u5168":[191,192],"\u5f0f\u8868":56,"\u5f0f\u96c6\u5408":202,"\u5f15\u3044":192,"\u5f15\u304d\u51fa\u3059":0,"\u5f15\u304d\u7d9a\u304d":40,"\u5f15\u304d\u8d77\u3053\u3059":[39,40],"\u5f15\u304d\u8d77\u3059":[39,40,43],"\u5f15\u6570":[11,22,33,34,39,40,41,42,43,45,53,67,80,117,122,123,127,145,154,176,192,202,203,206,217,228,231,235,238,239,241,243,245,247],"\u5f15\u7528":[40,151],"\u5f15\u8a9e":241,"\u5f31\u70b9":0,"\u5f35\u3063":[40,42,115,133,140],"\u5f35\u3089":[39,40,42,50,102,204,205,238],"\u5f35\u308b":[140,191,192],"\u5f35\u308c\u308b":40,"\u5f37\u5236":[33,34,39,41,42,43,63,121,134,149],"\u5f37\u529b":202,"\u5f37\u5316":[35,37,41],"\u5f53\u3066":[53,129,139,144,212],"\u5f53\u3066\u308b":[129,238],"\u5f53\u8a72":[63,80],"\u5f62\u5f0f":[11,22,34,37,38,39,41,43,45,52,53,55,79,82,84,85,86,87,89,90,91,93,94,95,96,97,100,101,102,104,105,106,107,110,111,112,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,143,144,145,146,150,151,152,153,154,160,163,164,171,175,176,192,194,199,216,231,238,241,243],"\u5f62\u614b":[0,28,192,214],"\u5f62\u72b6":197,"\u5f71\u97ff":[12,33,39,40,41,42,43,151,153,204],"\u5f79\u5272":[90,174,241],"\u5f79\u7acb\u3061":[40,90],"\u5f85\u3061\u53d7\u3051\u308b":[231,245],"\u5f85\u3064":[84,112],"\u5f8c\u304b\u3089":101,"\u5f8c\u4e8c":80,"\u5f8c\u59cb":33,"\u5f8c\u65b9":[11,22,39,41,42,43,191,192,202,204,205,225,232,237],"\u5f8c\u65b9\u4e00\u81f4":[39,174],"\u5f8c\u7d9a":33,"\u5f8c\u8005":[46,156,195,201,248],"\u5f8c\u8ff0":[11,12,67,133,179,202,206],"\u5f93\u3046":35,"\u5f93\u3063":[65,66,67,133,154,225],"\u5f93\u6765":[33,41],"\u5f97\u3089\u308c":[143,169],"\u5f97\u308b":[153,198],"\u5fa9\u53f7":12,"\u5fa9\u65e7":[38,42,54,149],"\u5faa\u74b0":43,"\u5fc3\u304c":14,"\u5fc3\u914d":23,"\u5fc5\u305a":[66,74,80,90,110,112,113,133,138,173,202,203,231],"\u5fc5\u8981":[0,3,5,10,11,12,14,17,21,24,25,26,28,29,30,32,33,34,35,37,38,39,40,41,42,43,46,49,53,60,67,68,71,78,81,90,91,97,102,103,104,110,111,112,113,115,116,119,122,127,129,133,134,138,140,144,149,151,152,153,154,156,165,166,168,169,170,173,174,176,179,191,192,193,195,198,201,202,203,204,205,206,208,209,210,211,212,214,215,225,231,234,236,241,243,245,247],"\u5fc5\u9808":[28,31,122,123,127,130,131,153,157,165,167,169,170,173,179,188,225,241,245],"\u5fd8\u308c":[37,78,173],"\u5fd8\u308c\u308b":104,"\u5fdc\u3058":[0,33,61,152,202],"\u5fdc\u7528":0,"\u5fdc\u7b54":[0,40,43],"\u601d\u3044":17,"\u601d\u3044\u51fa\u3057":133,"\u601d\u3046":[202,239,243],"\u601d\u3063":16,"\u6027\u5225":0,"\u6027\u80fd":[0,12,42,102,112,133,224,243],"\u6069\u6075":229,"\u60aa\u610f":[156,192],"\u60c5\u5831":[2,3,12,17,22,28,33,34,35,37,38,39,40,41,42,43,45,49,50,53,58,61,81,90,91,112,119,120,122,127,130,131,132,133,136,139,149,151,194,195,196,203,204,205,234,237,238,240,241,242],"\u60c5\u5831\u540d":139,"\u60f3\u5b9a":[33,87,101,240],"\u610f\u5473":[11,28,40,42,43,46,56,78,84,91,102,105,119,121,128,129,133,135,136,151,152,153,191,192,198,201,202,205,214,215,239,241,248],"\u610f\u56f3":[33,39,40,41,42,43,174,179,191,204,243],"\u610f\u8b58":138,"\u611f\u3058":10,"\u614e\u91cd":14,"\u6163\u308c":239,"\u6163\u7fd2":39,"\u6210\u308a":[133,191,231],"\u6210\u308a\u7acb\u3063":11,"\u6210\u529f":[12,28,33,42,43,49,50,53,54,56,63,66,71,72,85,88,89,90,92,93,94,96,97,98,100,102,104,105,106,107,108,109,115,122,123,127,128,137,138,140,141,146,231,241],"\u6210\u679c":3,"\u623b\u3057":[43,97],"\u623b\u3063":153,"\u623b\u308a":[39,63],"\u623b\u308a\u5024":[48,49,50,53,54,56,60,63,66,68,71,72],"\u6240\u5b9a":[138,213,232,234],"\u6240\u5c5e":93,"\u6240\u6709":42,"\u624b\u52d5":[18,153,156],"\u624b\u6bb5":[11,56],"\u624b\u7d9a\u304d":[58,64],"\u624b\u9593":10,"\u624b\u9806":[3,4,10,18,22,28,31,39,40,43,156,211],"\u6253\u3061\u5207\u308a":40,"\u6253\u3063":12,"\u6253\u3064":12,"\u6253\u3064\u524d":12,"\u6271\u3044":[33,41,42,43,80,208,214,232,238],"\u6271\u3046":[0,2,38,40,85,112,192,215,234,235,236],"\u6271\u3048":[43,53,90,242],"\u6271\u3048\u308b":[40,41,236],"\u6271\u3063":[34,40,244],"\u6271\u308f":[39,40,41,42,43,53,133,144,152,191,195,197,234,238],"\u627f\u8a8d":41,"\u628a\u63e1":[10,102],"\u6291\u3048":234,"\u6291\u5236":[39,40,41],"\u6295\u5165":[34,234],"\u6295\u7a3f":12,"\u6295\u7a3f\u5834\u6240":244,"\u629c\u304d\u51fa\u3059":0,"\u629c\u3051":[37,40,41,42,43],"\u629c\u3051\u308b":241,"\u62bc\u3057":241,"\u62bc\u3059":[17,241],"\u62bd\u51fa":[33,39,112,133,138,166,176,179,194,207,214],"\u62c5\u5f53":12,"\u62c5\u5f53\u8005":12,"\u62e1\u5927":10,"\u62e1\u5f35":[22,33,37,41,138,202,237],"\u62e1\u5f35\u578b":238,"\u62e1\u5f35\u5b50":[35,122,123,127,152,199],"\u62ec\u5f27":103,"\u6301\u305f":120,"\u6301\u3061":[11,74,91,120,132,133,144,151,153,202],"\u6301\u3063":[0,10,39,78,91,110,112,113,116,117,119,120,133,144,145,151,191,192,195,209,243],"\u6301\u3064":[0,9,37,66,76,90,91,103,110,112,113,117,133,145,162,179,192,195,197,209,238,239,240,241,243],"\u6301\u3064\u3059\u3079":133,"\u6301\u3066":[91,213],"\u6301\u3066\u308b":42,"\u6307\u3057":238,"\u6307\u3059\u5024":67,"\u6307\u5b9a":[0,6,7,8,11,22,27,28,29,31,32,33,34,35,37,38,39,40,41,42,43,50,51,52,53,54,55,56,58,60,61,62,63,64,65,66,67,69,70,74,76,78,81,82,84,86,87,88,89,90,91,92,93,94,95,96,98,99,100,101,102,103,104,105,106,107,108,110,111,112,113,114,115,116,118,119,120,121,122,123,127,128,129,130,131,132,133,134,136,137,138,140,141,142,143,144,146,149,150,151,152,153,154,157,159,160,163,164,165,166,167,168,169,170,173,174,175,176,177,179,188,190,192,197,198,199,201,202,203,204,205,208,212,213,214,224,225,228,231,232,234,237,238,239,240,244,245,246,248],"\u6307\u6570":192,"\u6307\u6a19":63,"\u6307\u793a":[58,208,241,245],"\u6307\u91dd":[3,4,22,43],"\u6319\u304c\u3063":214,"\u6319\u52d5":[22,33,35,39,41,42,62,101,115,133,147,151,202,204,214,234],"\u632f\u308b":[33,133],"\u632f\u821e":162,"\u632f\u821e\u3044":[39,40,41,159,174],"\u633f\u5165":[12,39,58,151,176,241],"\u6368\u3066":37,"\u6392\u4ed6":[33,43],"\u639b\u3051":192,"\u63a1\u7528":[0,143,231,234],"\u63a2\u3057":[0,133,152,214],"\u63a2\u3059":[170,198,214,243],"\u63a2\u7d22":0,"\u63a5\u7d9a":[1,9,39,125,151,152,235,241],"\u63a5\u7d9a\u5148":150,"\u63a5\u8fd1":11,"\u63a5\u982d":[37,192,212],"\u63a8\u5968":[23,33,39,41,42,43,80,81,133,156,215,245],"\u63a8\u5b9a":42,"\u63a8\u6e2c":28,"\u63a8\u79fb":80,"\u63a8\u9032":40,"\u63d0\u4f9b":[0,1,11,12,21,24,25,26,30,33,35,37,39,40,41,42,43,47,53,71,80,90,91,110,111,143,148,151,153,156,162,174,202,203,205,206,210,212,224,225,239],"\u63d0\u6848":[10,22,35,37,38,39,40,41,42,43,45,136,207],"\u63db\u3048":[42,46,63,67,202,247],"\u63db\u3048\u308b":[12,42,46,74,140],"\u63db\u6642":37,"\u63fa\u308c":247,"\u642d\u8f09":0,"\u643a\u5e2f":0,"\u64a4\u53bb":37,"\u64a4\u5ec3":[35,41,72,88,113,127,133,135,151,218],"\u64cd\u4f5c":[0,11,22,40,42,45,50,53,56,63,66,93,118,133,141,151,190,192,198,231,237,238],"\u64ec\u4f3c":[22,42,45,50,74,91,132,133,191,192,248],"\u652f\u63f4":210,"\u6539\u540d":[37,39],"\u6539\u5584":[33,34,37,39,40,41,42,43,102],"\u6539\u884c":[37,38,42,151],"\u6539\u8a02":43,"\u654f\u90ce":33,"\u6570\u3048":[135,239],"\u6570\u3048\u308b":[110,112,113,133,239],"\u6570\u5024":[11,22,34,35,42,43,78,83,86,110,112,113,120,130,133,163,191,192,232,237,241],"\u6570\u5206":112,"\u6570\u591a\u304f":43,"\u6570\u5b57":[41,90,110,112,113,133,138,152,202,209,214,234,235],"\u6570\u70b9":[133,216],"\u6570\u73e0":179,"\u6570\u9806":113,"\u6574\u3063":14,"\u6574\u5217":[0,241],"\u6574\u5408":[34,43,63],"\u6574\u5f62":[42,82,241],"\u6574\u6570":[42,43,76,78,85,119,133,143,151,175,216,231,238,244],"\u6574\u7406":[39,40],"\u6587\u5b57":[0,11,34,37,39,40,41,42,43,53,54,56,63,66,67,78,90,103,107,108,116,132,133,138,142,144,147,151,156,160,162,163,164,165,166,168,176,177,191,192,194,195,201,208,209,214,216,232,238,239,240,241,243,244,247,248],"\u6587\u5b57\u5217":[22,39,40,41,43,55,56,78,81,83,95,103,112,116,120,133,144,156,160,162,165,166,173,176,179,190,191,216,237,239,241,244,247],"\u6587\u5b57\u6570":[110,112,113,133,168,176,177,192],"\u6587\u5b57\u7a2e":202,"\u6587\u66f8":[0,18,33,41,90,174,190,193,203,204,205,210,213,232,238,241,247],"\u6587\u66f8\u4e2d":[203,204],"\u6587\u66f8\u5185":213,"\u6587\u691c":90,"\u6587\u6cd5":[22,237],"\u6587\u8108":179,"\u65ad\u7247":176,"\u65b0\u3057\u3044":[0,3,6,7,12,18,33,37,39,41,42,43,46,48,49,50,53,63,66,67,68,89,90,93,104,111,134,138,141,143,151,153,156,195,210,231,241],"\u65b0\u3057\u304f":[10,41,80,90,111,133,187,190,193,241],"\u65b0\u305f":[11,50,54,58,66],"\u65b0\u4efb":12,"\u65b0\u5bbf":248,"\u65b0\u5bbf\u99c5":248,"\u65b0\u65e7":42,"\u65b0\u898f":[12,18,33,49,152],"\u65b0\u898f\u30ec\u30b3\u30fc\u30c9":43,"\u65b0\u8a9e":214,"\u65b9\u5411":67,"\u65b9\u5f0f":[0,241,243],"\u65b9\u5f62":[162,163],"\u65b9\u6cd5":[0,4,10,18,21,22,23,24,25,26,27,28,29,30,31,33,37,39,40,41,42,43,45,101,110,113,119,132,133,138,147,149,151,152,153,156,162,163,168,174,176,190,199,201,203,205,207,214,215,216,225,228,231,232,233,238,239,241,243,244,245],"\u65e2\u5b58":[0,1,12,33,39,41,42,43,46,54,66,90,109,110,112,113,133,149,152,153,168,206,229,231,238,241],"\u65e2\u5b9a":[33,39],"\u65e2\u5b9a\u5024":229,"\u65e5\u3005":10,"\u65e5\u4ed8":[0,12,162],"\u65e5\u6642":[22,110,112,113,216,237,244],"\u65e5\u672c":[12,41,163,164,173,191,192,198,208,214,216,248],"\u65e5\u672c\u4eba":208,"\u65e5\u672c\u6e2c":162,"\u65e5\u672c\u8a9e":[0,2,17,19,39,191,192,198,208,214,234],"\u65e5\u6b21":42,"\u6607\u964d":67,"\u6607\u9806":[63,66,67,101,113,114,133,170,239,241,248],"\u660e\u6587\u5316":235,"\u660e\u78ba":41,"\u660e\u793a":[18,39,40,42,102,133,151,152,153,162,195,208,212,225,243],"\u660e\u793a\u7684":[134,199],"\u6642\u306b":37,"\u6642\u4ee3":0,"\u6642\u4ee5\u5916":35,"\u6642\u523b":[42,54,81,152,171,209,244],"\u6642\u671f":42,"\u6642\u70b9":[12,39,48,49,53,55,63,80,133],"\u6642\u9593":[0,6,7,33,35,37,40,41,42,43,48,81,134,135,149,152,156,191,193,194,206,216,238,241],"\u666e\u53ca":0,"\u666e\u6bb5":12,"\u666e\u901a":[10,192],"\u6697\u53f7":12,"\u6697\u9ed9":243,"\u66d6\u6627":43,"\u66f4\u65b0":[3,11,22,33,37,39,40,41,42,43,50,54,58,61,63,66,80,90,103,119,133,193,207,212,214,238,240,241,243],"\u66f8\u3044":[41,42,191,192,202,244],"\u66f8\u304b":[18,39,42,206,244],"\u66f8\u304d":[0,42,133,152,202,234],"\u66f8\u304d\u51fa\u3057":102,"\u66f8\u304d\u51fa\u3059":102,"\u66f8\u304d\u5f8c":232,"\u66f8\u304d\u63db\u3048":[12,21],"\u66f8\u304d\u8fbc\u307e":109,"\u66f8\u304d\u8fbc\u307f":[28,42,105],"\u66f8\u304d\u8fbc\u3080":[42,152],"\u66f8\u304d\u8fbc\u3081\u308b":41,"\u66f8\u304f":[41,151,191,202,243],"\u66f8\u3051\u308b":[39,40,41,42],"\u66f8\u5f0f":[22,118,119,121,133,174,228,231,237,245],"\u66ff\u3048":[12,22,41,42,234,237],"\u66ff\u3048\u308b":[33,43,241],"\u66ff\u308f\u308b":42,"\u6700\u3082":[53,87,133,170],"\u6700\u4e2d":[0,43,121],"\u6700\u521d":[3,10,37,41,42,43,53,81,90,129,133,138,159,165,166,168,176,191,192,201,202,203,214,229,238,241,243],"\u6700\u5927":[32,33,34,35,37,39,40,41,42,43,46,49,68,69,86,90,94,95,96,97,110,111,112,113,115,119,120,133,135,138,140,143,147,151,152,156,159,175,176,192,203,204,212,225,231,236],"\u6700\u5927\u5024":[39,41,43,110,112,113,115,119,133,204],"\u6700\u5927\u7dcf":[42,119,138,212],"\u6700\u5c0f":[24,25,26,30,42,133,159,229],"\u6700\u5c0f\u5024":[41,110,112,113,115,133,192],"\u6700\u5c0f\u9650":153,"\u6700\u5f8c":[12,35,39,42,53,133,144,152,153,192,202,214,234,235,238],"\u6700\u65b0":[2,6,7,8,12,37,42,43,86],"\u6700\u7d42":[33,54,78,133],"\u6700\u7d42\u66f4":54,"\u6700\u8fd1":43,"\u6700\u9069":[33,42,43,153],"\u6700\u9577":[37,83,152,192],"\u6708\u6b21":42,"\u6709\u3057":91,"\u6709\u5229":112,"\u6709\u529b":136,"\u6709\u52b9":[0,6,7,8,12,18,28,30,33,37,38,40,41,42,43,50,54,63,66,90,91,103,110,112,113,121,133,138,144,151,152,153,156,170,178,188,189,191,194,202,206,238,245],"\u6709\u7121":[165,238],"\u6709\u7528":[33,41,42,43,46,81,84,91,121,133,153,212,225,241],"\u6709\u76ca":0,"\u671b\u307e\u3057\u3044":[0,10,12],"\u671f\u5316":[33,39,53],"\u671f\u5f85":[0,33,198,202,214,238],"\u6728\u4e0a":67,"\u672a\u4f7f":41,"\u672a\u4f7f\u7528":231,"\u672a\u521d":[33,39],"\u672a\u52a0":119,"\u672a\u5b9a":238,"\u672a\u5b9a\u7fa9":41,"\u672a\u5b9f\u88c5":113,"\u672a\u5bfe":39,"\u672a\u6765":12,"\u672a\u6e80":[67,84,151,191],"\u672a\u77e5":38,"\u672a\u7ba1":119,"\u672a\u8a2d":39,"\u672a\u958b\u653e":35,"\u672b\u5c3e":[58,63,67,115,149,202],"\u672b\u6c38":42,"\u672c\u4f53":[3,12],"\u672c\u5f53":[208,247],"\u672c\u6587":[167,243],"\u672c\u756a":[12,42,112],"\u672c\u8a9e":214,"\u672c\u8cea":152,"\u6749\u672c":42,"\u6749\u672c\u6dbc":42,"\u6751\u4e0a":[33,40,41,42,43],"\u6761\u4ef6":[3,11,22,33,35,39,40,42,56,65,66,98,115,136,140,151,168,174,179,190,192,216,234,237,241,244,246],"\u6761\u4ef6\u5f0f":39,"\u6771\u4eac":[162,214,232,234,248],"\u6771\u4eac\u90fd":[214,232,234],"\u6790\u5668":[0,214],"\u6790\u7cfb":192,"\u679c\u305f":241,"\u67af\u308c":[1,229],"\u67d4\u8edf":[0,90,174,190],"\u6817\u5c71":[41,42],"\u682a\u5f0f":[33,41,42,43],"\u683c\u7d0d":[0,11,32,37,46,49,50,54,58,61,63,65,66,76,110,112,113,120,133,138,139,151,173,192,193,197,206,212,232,238,239,240,241,244,247],"\u6848\u5185":[10,12,42],"\u68ee\u7530":240,"\u691c\u51fa":[6,28,33,34,35,37,39,42,43,144],"\u691c\u67fb":63,"\u691c\u7d22":[11,12,22,24,25,26,28,30,33,34,35,36,37,38,39,40,41,42,43,45,46,47,53,56,58,62,65,66,71,74,76,89,90,91,98,136,144,147,151,165,166,168,173,174,176,179,190,193,195,196,202,203,204,205,206,212,213,214,216,225,229,230,233,237,238,239,242],"\u691c\u7d22\u4f8b":3,"\u691c\u7d22id":66,"\u691c\u7d22key":66,"\u691c\u8a0e":[203,204,205,229,234],"\u691c\u8a3c":[41,150],"\u6955\u5186":[162,163],"\u6975\u4ed8":[162,163],"\u697d\u3057":[232,234],"\u697d\u3057\u3044":[232,234],"\u6982\u5ff5":80,"\u6982\u7b97":142,"\u6982\u8981":[22,42,45,47],"\u69cb\u3044":[12,17,166,176],"\u69cb\u308f":149,"\u69cb\u6210":[11,12,24,25,26,30,41,229,241],"\u69cb\u6587":[22,33,36,39,40,41,42,43,45,56,78,190,203],"\u69cb\u7bc9":[3,22,33,39,40,41,42,43,45,192,214,232],"\u69cb\u9020":[0,11,53,66,81,212,240],"\u69cb\u9020\u4f53":[41,43,53,60,64],"\u69d8\u3005":[3,11,235,248],"\u6a19\u6e96":[33,34,38,41,42,80,87,88,92,98,99,101,103,108,109,125,139,150,151,153,154,203,231,241],"\u6a19\u8a18":41,"\u6a29\u8868":41,"\u6a29\u9650":[28,40,42,245],"\u6a2a\u5c71":[40,41,43],"\u6a5f\u68b0":41,"\u6a5f\u80fd":[0,6,7,8,11,28,33,34,35,37,38,39,40,41,42,43,46,53,78,84,89,110,111,112,113,116,123,133,136,138,140,143,149,151,152,153,156,173,174,190,191,196,198,201,202,204,205,206,207,208,209,210,211,212,224,225,229,239,244,245],"\u6b20\u70b9":0,"\u6b20\u843d":40,"\u6b21\u56de":[12,80],"\u6b21\u671f":12,"\u6b21\u90ce":240,"\u6b32\u3057\u3044":[119,206],"\u6b53\u8fce":3,"\u6b62\u3081":[41,42,68],"\u6b62\u3081\u308b":46,"\u6b63\u3057\u3044":[42,191,201,209,210],"\u6b63\u3057\u304f":[33,39,40,41,42,43,113,191,208],"\u6b63\u5e38":[12,42,43,113,152],"\u6b63\u5f0f":[41,43],"\u6b63\u78ba":[90,111,238,241],"\u6b63\u898f":[22,33,38,39,41,42,43,45,66,116,138,142,144,165,166,174,195,201,214],"\u6b63\u898f\u5316":[39,116,176],"\u6b66\u8005":42,"\u6b8a\u547d":152,"\u6b8b\u3063":[33,35,40,140,149],"\u6b8b\u3089":33,"\u6b8b\u308a":[80,112,133,138,142,201],"\u6b8b\u308b":37,"\u6b8b\u5ff5":238,"\u6b8b\u7559":149,"\u6bb5\u843d":[50,91],"\u6bb5\u968e":[33,215],"\u6bce\u56de":3,"\u6bd4\u3079":[41,43,90,193],"\u6bd4\u8f03":[22,35,39,41,42,43,90,133,152,168,191,222,224],"\u6c17\u3065\u3051\u308b":43,"\u6c17\u306b":[17,63,91],"\u6c17\u4ed8\u3051\u308b":33,"\u6c17\u8efd":[10,41],"\u6c38\u7d9a":[22,33,45,50,63,66,91,147,151,153],"\u6c38\u7d9a\u5316":33,"\u6c42\u307e\u308a":0,"\u6c42\u3081":[0,160],"\u6c42\u3081\u308b":[0,162,163,239],"\u6c4e\u7528":[151,152,153],"\u6c7a\u307e\u308a":201,"\u6c7a\u307e\u308b":241,"\u6c7a\u3081":[33,89,90,112,133,138],"\u6c7a\u3081\u308b":[11,133],"\u6c7a\u5b9a":133,"\u6cbf\u3046":41,"\u6ce8\u610f":[12,37,40,43,66,78,90,102,115,121,129,133,138,140,152,153,156,167,188,191,192,215,225,234,238,239,241,246],"\u6ce8\u76ee":[133,239],"\u6ce8\u8a18":40,"\u6d0b\u5fd7":[41,43],"\u6d0b\u723e":37,"\u6d3b\u304b\u3059":133,"\u6d3b\u7528":[42,229],"\u6d41\u3057":12,"\u6d41\u308c":[3,133,231],"\u6d41\u91cf":225,"\u6d45\u898b":40,"\u6d69\u4e8c":39,"\u6d6e\u52d5":[42,81,238],"\u6d88\u3048":[153,212],"\u6d88\u305b":153,"\u6d88\u53bb":40,"\u6d88\u8cbb":[84,193],"\u6df1\u523b":[39,41,234],"\u6df7\u3056\u3063":214,"\u6df7\u305c":[136,238],"\u6df7\u305c\u308b":78,"\u6df7\u4e71":43,"\u6df7\u540c":133,"\u6df7\u5728":[42,154],"\u6dfb\u4ed8":39,"\u6e05\u5ddd":43,"\u6e08\u307f":[10,12,24,25,26,30,37,39,40,42,43,50,103,114,144,156,201,208,209,210,216,229],"\u6e08\u3080":42,"\u6e1b\u3063":[42,43],"\u6e1b\u3089":[39,42,43,68,90,209,212,247],"\u6e1b\u308b":198,"\u6e1b\u5c11\u5f8c":68,"\u6e1b\u7b97":63,"\u6e21\u3055":[11,33,39,40,64,68,162],"\u6e21\u3057":[6,7,8,11,41,42,103,129,143,149,156,191,241,245],"\u6e21\u3059":[38,42,192,241],"\u6e2c\u4f4d":0,"\u6e2c\u5730":[162,163,164,216,238,248],"\u6e2c\u5730\u7cfb":216,"\u6e2c\u5b9a":152,"\u6e2c\u7528":34,"\u6e80\u3055":40,"\u6e80\u3059":[40,42],"\u6e80\u305f":[11,43,115,140,179,202,248],"\u6e96\u5099":[17,18,22,50,59,61,63,66,110,112,113,133,153,191,192,234,237],"\u6e96\u62e0":[40,153],"\u6f0f\u308c":[0,12,39,43,190,247],"\u6f14\u7b97":[28,35,39,40,41,42,43,66,168,190,192],"\u6f14\u7b97\u5b50":[11,33,35,39,40,42,43,89,133,173],"\u6f22\u5b57":[173,198,214],"\u6fc1\u70b9":195,"\u7027\u5185":40,"\u70b9\u4ee5\u4e0b":238,"\u70b9\u6570":[42,81,238],"\u70b9\u9593":197,"\u7121\u3044":12,"\u7121\u3057":[33,102,111,202],"\u7121\u52b9":[6,7,8,18,28,33,38,39,40,42,55,66,67,112,121,133,151,153,156,191,194,208],"\u7121\u540d":[63,66],"\u7121\u8996":[33,35,37,39,40,41,42,43,66,67,100,101,102,116,129,133,144,151,173,191,201,212,214,234],"\u7121\u9650":[35,39,41,42],"\u7121\u99c4":[0,43],"\u7136\u8a00":43,"\u7269\u7406":33,"\u7279\u306b":[11,12],"\u7279\u5225":[28,48,56,85,133,144,191,202,208],"\u7279\u5316":[17,192],"\u7279\u5b9a":[0,28,33,40,41,42,43,59,66,78,89,100,110,133,190,243,244],"\u7279\u5fb4":[22,45,202,205,240,243],"\u7279\u6027":212,"\u7279\u6709":78,"\u7279\u6b8a":[40,63,81,154,165,166,176,241],"\u72b6\u614b":[0,10,12,24,25,26,30,32,33,35,39,41,42,43,46,53,87,150,151,208,234,241],"\u72b6\u6cc1":[0,33,58,133,192,234,235],"\u72ec\u7acb":[111,153],"\u72ec\u81ea":[0,33,42,81,150,195,231,238],"\u72ed\u3081\u308b":102,"\u7372\u5f97":[42,104,106],"\u7389\u91ce":[41,43],"\u73fe\u308c":[120,144],"\u73fe\u308c\u308b":234,"\u73fe\u4ee3":0,"\u73fe\u5728":[0,12,25,42,46,49,53,54,60,63,64,86,89,93,109,111,133,135,138,140,141,150,152,171,197,241,242,244],"\u73fe\u5728\u5730":244,"\u73fe\u5b9f":239,"\u73fe\u72b6":80,"\u73fe\u983b":41,"\u7403\u9762":[162,163],"\u7406\u7531":[0,39,40,42,90,133,138,208,225,229,235],"\u7406\u89e3":[115,133,140,241],"\u7406\u95a2":64,"\u74b0\u5883":[0,3,6,7,8,23,28,31,33,37,38,40,41,42,43,66,97,152,153,156,201],"\u751f\u3058":[88,92,98,108,109],"\u751f\u6210":[3,6,33,60,67,76,112,133,175,214,232,243],"\u7528\u3044":[0,14,22,33,34,37,43,49,154,163,202,234,237,240,241,243,244,245],"\u7528\u3044\u308b":[0,63,231,238,240,241,242,248],"\u7528\u5909":41,"\u7528\u610f":[11,12,28,63,133,149,152,162,208,209,210,211,214,215,235],"\u7528\u8a9e\u96c6":[22,45,87],"\u7528\u9014":[0,23,24,25,26,30,31,40,41,43,78,81,90,133,202,206,212,229],"\u7530\u6cbc":41,"\u7530\u8fba":40,"\u7531\u6765":[156,190],"\u753b\u9762":[12,34,41],"\u7551\u30b1":[41,42],"\u7551\u30f6":41,"\u756a\u53f7":[12,40,41,50,76,132,133,150,151,152,156,202,225,229,231,245],"\u756a\u76ee":[33,40,66,67,91,110,112,113,116,133,144,191,192,202,203,238,241],"\u7570\u306a\u3063":[33,42,67],"\u7570\u306a\u308a":[33,41,191],"\u7570\u306a\u308b":[22,33,39,41,152,174,203,233,238],"\u7570\u5e38":[87,152],"\u7591\u4f3c":[39,40,41,76,90,103,175],"\u7591\u554f":243,"\u767a\u63ee":0,"\u767a\u751f":[0,12,28,33,34,39,40,41,42,43,53,63,66,81,121,138,234,235],"\u767a\u884c":231,"\u767a\u899a":43,"\u767b\u5834":90,"\u767b\u9332":[0,3,11,22,25,30,33,35,36,39,40,42,46,66,67,70,87,101,103,110,111,112,113,114,115,116,117,122,123,127,130,131,133,144,145,170,178,188,189,191,192,193,198,201,208,209,210,212,238,241,248],"\u7686\u5ddd":[41,43],"\u76ee\u304f\u3089\u3044":138,"\u76ee\u4ee5\u964d":133,"\u76ee\u5b89":12,"\u76ee\u7684":[28,40,144,156],"\u76ee\u8996":81,"\u76f4\u3057":[42,215],"\u76f4\u3059":[128,149],"\u76f4\u4e0b":37,"\u76f4\u524d":58,"\u76f4\u5f8c":53,"\u76f4\u611f":246,"\u76f4\u63a5":[101,244],"\u76f8\u5bfe":[12,37,133],"\u76f8\u5bfe\u30d1\u30b9":41,"\u76f8\u5f53":[81,239,241,248],"\u76f8\u5fdc":66,"\u76f8\u624b":10,"\u7701\u30b9\u30da\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3":42,"\u7701\u7565":[12,40,50,86,91,103,104,105,106,122,123,127,128,133,151,152,163,165,175,208,212,231,238,241,245],"\u771f\u306a\u3089":192,"\u771f\u507d":[40,42,43,191,192,216,238],"\u771f\u507d\u5024":[22,237],"\u77e5\u3089":214,"\u77e5\u308a":[110,132],"\u77e5\u308b":239,"\u77e5\u8b58":152,"\u77e9\u5f62":[0,164,248],"\u77ed\u3044":[35,42,244],"\u77ed\u304f":[0,193],"\u77ed\u6642\u9593":0,"\u77ed\u7e2e":[6,7,42,43],"\u7834\u58ca":[66,149],"\u7834\u640d":[33,43],"\u7834\u68c4":[53,64],"\u78ba\u4fdd":[43,53,56,61,119,236],"\u78ba\u5b9a":136,"\u78ba\u5b9f":[33,209],"\u78ba\u7387":136,"\u78ba\u8a8d":[3,10,34,41,43,63,66,81,85,90,96,101,115,116,119,133,140,147,149,152,153,156,159,191,202,214,235,236,238,241],"\u78ef\u90e8":40,"\u793a\u3055":139,"\u793a\u3057":[12,47,85,89,90,110,116,119,132,133,162,169,197,203,214,228,231,234,239,241,243,245],"\u793a\u3059":[46,81,85,100,103,104,110,112,113,115,120,132,133,139,159,162,163,164,165,166,167,168,169,170,173,174,176,179,188,191,192,194,203,204,205,225,238,246],"\u79cb\u8449":248,"\u79d2\u3088\u308a":36,"\u79d2\u5358":[216,238],"\u79d2\u5f62":216,"\u79d2\u5f8c":84,"\u79d2\u60c5":37,"\u79d2\u6570":[81,192,216,238,244],"\u79d2\u8868":[192,234,238,248],"\u79d2\u9593":37,"\u79d8\u5bc6":12,"\u79fb\u52d5":[12,16,31,37,39,89,109,119],"\u79fb\u884c":[37,80],"\u7a0b\u5ea6":[33,37,40,241],"\u7a2e\u5225":116,"\u7a2e\u985e":[11,12,22,37,42,43,46,61,64,66,76,78,85,89,118,119,132,133,136,138,144,151,152,156,191,192,203,204,205,208,209,211,212,214,231,234,237,241],"\u7a32\u7530":40,"\u7a4d\u307f\u91cd\u306a\u3063":40,"\u7a4d\u7528":133,"\u7a4d\u7b97":[11,133],"\u7a7a\u304d":[87,236],"\u7a7a\u6587":[33,41,43,94,95,96,191,216],"\u7a7a\u767d":[0,42,103,116,144,151,191,211,214,234,241],"\u7a7a\u914d":132,"\u7a7a\u9593":[90,119],"\u7a81\u7136":40,"\u7acb\u3061":81,"\u7acb\u3061\u4e0a\u304c\u3063":152,"\u7acb\u3061\u4e0a\u3052":152,"\u7acb\u3064":[149,202],"\u7acb\u3064\u304b":214,"\u7acb\u5834":3,"\u7acb\u5ddd":43,"\u7adc\u4e4b":43,"\u7aef\u672b":0,"\u7b26\u53f7":[42,85,216,231,238],"\u7b2c\u4e00":241,"\u7b2c\u4e8c":162,"\u7b49\u3057\u3044":[11,63,133,168,191,192],"\u7b49\u3057\u304f":[11,191,192],"\u7b49\u4fa1":[35,41,42,43,133,174,190],"\u7b49\u5024":35,"\u7b87\u6240":[12,40,81,176],"\u7b97\u51fa":[39,41],"\u7b97\u8853":40,"\u7ba1\u7406":[12,18,22,28,33,34,37,38,39,41,46,53,83,87,97,119,129,147,149,151,154,201,212,232,237],"\u7bc0\u7d04":33,"\u7bc4\u56f2":[0,22,39,40,41,42,43,60,63,67,76,80,90,111,115,133,159,163,164,197,202,212,234,237,238,244],"\u7bc4\u56f2\u5916":41,"\u7be0\u7530":[41,42,43],"\u7c21\u5358":[12,28,41,91,93,110,116,117,135,141,142,144,145,146,153,162,167,170,173,174,191,192,203,205,224,225,234,241,245],"\u7c21\u6613":[41,162,229],"\u7c21\u7565":[40,169],"\u7cbe\u5ea6":[42,43],"\u7cfb\u5ea7":[163,164],"\u7d00\u5143":42,"\u7d14\u7c8b":214,"\u7d1b\u3089\u308f\u3057\u3044":202,"\u7d20\u65b9":0,"\u7d20\u65e9":33,"\u7d20\u6734":239,"\u7d20\u89e3":[0,28,192,214],"\u7d22\u5f15":[11,22,33,34,35,41,50,74,90,232,234,238,241],"\u7d22\u6642":35,"\u7d22\u7528":[22,237],"\u7d2f\u7a4d\u548c":[110,112,113,133],"\u7d30\u5206":238,"\u7d39\u4ecb":[3,12,41,110,112,113,133,244],"\u7d42\u3048":12,"\u7d42\u308f\u3063":[42,71,149],"\u7d42\u308f\u308b":[110,191,192,193],"\u7d42\u4e86":[12,35,39,40,41,42,53,64,71,80,102,112,125,129,134,147,149,151,152,162,165],"\u7d42\u4e86\u30bf\u30b0":165,"\u7d42\u7aef":[39,53,54,56],"\u7d44\u307f\u5408\u308f":[0,11,90,133,138,156,159,173],"\u7d44\u307f\u5408\u308f\u305b":[0,11,12,41,43,214,234,241],"\u7d44\u307f\u5408\u308f\u305b\u308b":173,"\u7d44\u307f\u8fbc\u307f":[22,42,45,54,79,90,101,116,119,120,144,152,153,158,162,201,213,217],"\u7d44\u307f\u8fbc\u3080":[0,11,151,153],"\u7d44\u307f\u8fbc\u3093":[0,41,42],"\u7d44\u5408":174,"\u7d44\u8fbc":[87,88,92,98,99,101,108,109,125,139,160,163,164,171,175,216],"\u7d44\u8fbc\u578b":[22,45],"\u7d4c\u5ea6":[22,192,216,238,244,248],"\u7d4c\u7531":[12,35,39,41,87,88,92,98,99,101,108,109,125,139,152,156],"\u7d4c\u7def":[216,238,248],"\u7d4c\u7def\u5ea6":[22,237,248],"\u7d4c\u904e":[37,48,63,80,81,135,156,192,216,238,244],"\u7d50\u3073\u3064\u3044":[9,243],"\u7d50\u3073\u3064\u304f":9,"\u7d50\u5408":[11,190,191],"\u7d50\u5408\u5f0f":39,"\u7d50\u57ce":[41,43],"\u7d50\u679c":[0,11,12,14,21,22,33,35,37,39,40,41,42,43,65,66,76,81,82,86,89,101,110,112,113,116,129,130,131,133,149,154,168,169,174,179,190,192,195,198,201,202,203,208,209,211,212,214,225,232,233,237,243,244,247,248],"\u7d5e\u308a\u8fbc\u307f":[0,168,241],"\u7d5e\u308a\u8fbc\u3080":[41,112,133,210],"\u7d5e\u308a\u8fbc\u3093":[0,40],"\u7d5e\u8fbc":[22,237],"\u7d71\u5408":[0,39,40],"\u7d71\u8a08":33,"\u7d76\u5bfe":[33,122,123,127,170],"\u7d99\u627f":40,"\u7d99\u7d9a":[21,39,135,151],"\u7d9a\u3044":234,"\u7d9a\u304d":103,"\u7d9a\u3051":[84,149,152],"\u7d9a\u3051\u308b":[133,149,214],"\u7dad\u6301":[0,43,204,205,225],"\u7db2\u7f85":153,"\u7dca\u6025":[151,194],"\u7dcf\u6570":112,"\u7dcf\u91cf":215,"\u7de8\u96c6":[3,12,14,28,34,39,43,153,160,192,201],"\u7de9\u3084\u304b":42,"\u7de9\u548c":215,"\u7def\u5ea6":[22,192,216,238,244,248],"\u7e26\u68d2":[90,138],"\u7e2e\u6a5f":90,"\u7e4b\u3052":41,"\u7e4b\u3052\u308b":10,"\u7e70\u308a\u8fd4\u3057":[17,33,152,192],"\u7e70\u308a\u8fd4\u3057\u6570":152,"\u7e70\u308a\u8fd4\u3059":35,"\u7f6e\u3044":[12,41],"\u7f6e\u304b":[28,153,154,201],"\u7f6e\u304d":[12,35,42,46,63,67,202,247],"\u7f6e\u304d\u63db\u3048":[17,41,151,191,206],"\u7f6e\u304f":[28,42,215],"\u7f6e\u304f\u4f8b":28,"\u7f6e\u63db":[43,133,192,247],"\u7f72\u540d":39,"\u7fa9\u8a9e":201,"\u7ffb\u8a33":[3,18,41],"\u8003\u3048":[0,10,133,140,191,192,215,225,239,241],"\u8003\u3048\u308b":[203,204,205],"\u8003\u3048\u65b9":41,"\u8003\u616e":[205,234,247],"\u8077\u5834":170,"\u80a5\u5927":[33,41],"\u811a\u6ce8":[92,162,163,164,241],"\u81a8\u5927":0,"\u81ea\u4f53":[41,191],"\u81ea\u5206":[10,12,17,23,90,115,140,152,153,198],"\u81ea\u52d5":[12,17,25,33,37,39,41,42,50,66,76,90,102,122,123,127,133,149,152,153,191,192,212,228,240,241,246],"\u81ea\u52d5\u5207\u308a":41,"\u81ea\u52d5\u7684":[110,112,113,133,152],"\u81ea\u5df1":244,"\u81ea\u5df1\u7d39":244,"\u81ea\u7136":33,"\u81ea\u7531":[0,11,76,194,231],"\u81ea\u8eab":[37,39,42,144,151,201],"\u81f3\u308b":238,"\u81f4\u547d":39,"\u8208\u5473":[0,42,202],"\u821e\u3044":[33,133],"\u826f\u3044":[10,235,243],"\u826f\u3044\u4f8b":10,"\u826f\u304f":[42,243],"\u826f\u4e8c":41,"\u82b1\u5b50":240,"\u82e6\u624b":0,"\u82f1\u8a9e":[2,12,17,18,19,33,37,41,43,214],"\u840e\u7e2e":10,"\u843d\u3061":[35,40,43],"\u843d\u3061\u308b":[35,37,40],"\u8457\u4f5c":41,"\u884c\u3044":[11,12,42,43,63,66,67,150,151,152,174,232,234,240,241,243,244],"\u884c\u3046":[3,10,14,33,35,39,41,67,138,150,162,174,213,229,232,240,243,244,246,248],"\u884c\u3048":[14,41,174,191,241],"\u884c\u3048\u308b":[39,240],"\u884c\u3063":[12,14,33,41,239,248],"\u884c\u306a\u308f":39,"\u884c\u308f":[12,133,150,152,240],"\u884c\u6307\u5411":0,"\u884c\u6570":[37,156],"\u884c\u672b":202,"\u884c\u756a":[37,81],"\u884c\u76ee":[12,81,152],"\u884c\u982d":202,"\u8868\u3057":[11,76,80,81,85,112,120,133,197,202,205,216,235,241],"\u8868\u3059":[11,107,121,144,162,175,197,202,238,240],"\u8868\u3059\u578b":216,"\u8868\u308f":63,"\u8868\u73fe":[3,22,33,39,40,41,42,43,45,56,78,81,87,103,174,190,214,216,238,243],"\u8868\u7528":138,"\u8868\u793a":[0,12,22,28,33,34,35,37,38,39,40,41,42,43,80,87,110,112,113,133,139,151,152,170,173,199,231,234,237,238,240,248],"\u8868\u8a08":201,"\u8868\u8a18":[12,17,37,39,40,43,78,162,192,216,238,247,248],"\u88d5\u4e5f":[41,43],"\u88dc\u3046":0,"\u88dc\u5b8c":[22,35,40,43,45,122,123,127,136,156,173,198,207,211],"\u88dc\u5b8c\u7528":156,"\u88dc\u5b8c\u8a9e":208,"\u88dc\u6b63":[22,45,136,207],"\u88dc\u8db3":153,"\u88fd\u54c1":43,"\u8907\u6570":[0,10,11,12,22,33,34,35,37,39,40,41,42,43,46,49,50,56,58,78,83,90,100,110,112,113,116,128,129,133,136,138,139,142,144,151,152,153,154,156,165,168,169,174,191,194,196,202,203,206,208,214,224,232,234,237,238,240,241,242,244],"\u8907\u96d1":[11,39,40,42,133,192,202],"\u897f\u66a6":192,"\u8981\u4ef6":12,"\u8981\u6c42":[10,40,43,112,179,228,241],"\u8981\u7d04":12,"\u8981\u7d20":[11,33,39,40,42,43,66,78,81,85,91,103,120,152,176,241],"\u898b\u3048\u308b":[6,7],"\u898b\u305b":206,"\u898b\u3064":[35,39,42,136],"\u898b\u3064\u304b\u3063":[112,133,210,214,235],"\u898b\u3064\u304b\u3089":66,"\u898b\u3064\u304b\u308a":[33,133,173,214,235],"\u898b\u3064\u304b\u308b":39,"\u898b\u3064\u304b\u308c":10,"\u898b\u3064\u3051":[10,34,39,112,133,208,214],"\u898b\u3064\u3051\u308b":[93,133,141,153,173,195,198,214],"\u898b\u3066":[81,89,90,110,112,113,119,133,138,153,168,174,208,217],"\u898b\u306a\u3057":67,"\u898b\u308b":[85,89,133,235],"\u898b\u4ed8":40,"\u898b\u4ed8\u3051":40,"\u898b\u76f4\u3057":41,"\u898b\u7a4d":42,"\u898b\u7a4d\u308b":[43,236],"\u898b\u8fbc\u3081":41,"\u898f\u5247":[39,110,112,113],"\u898f\u683c":67,"\u8996\u899a":[0,132],"\u89a7\u4e0b":14,"\u89aa\u5207":35,"\u89b3\u70b9":[41,169,192,236],"\u89e3\u50cf":35,"\u89e3\u653e":[33,41,42,43,49,53,60,63,67,71,97,104,106,135],"\u89e3\u6790":[3,22,33,37,39,133,153,233],"\u89e3\u6c7a":[10,22,33,37,39,42,43,45,87,121,203,204,205,206,214,236],"\u89e3\u6c7a\u7b56":10,"\u89e3\u6d88":[34,40,42,43,63,78,99],"\u89e3\u91c8":[11,35,101,191],"\u89e3\u9664":[33,34,63,88,105,122,123,151],"\u89e6\u308b":42,"\u89e6\u308c":241,"\u89e6\u308c\u308b":214,"\u8a00\u3044":[42,74,140,179],"\u8a00\u3046":[78,90,111,205,208],"\u8a00\u3048":[191,234],"\u8a00\u53ca":[179,244],"\u8a00\u8a9e":[1,3,11,20,21,33,35,40,151,214],"\u8a00\u8a9e\u540d":17,"\u8a02\u6b63":201,"\u8a08\u6e2c":[14,34,37],"\u8a08\u7b97":[0,33,34,39,40,41,110,112,113,130,133,135,156,160,162,163,170,192,197,203,204,205,208,209,211,215,216,248],"\u8a18\u4e8b":[12,193,243],"\u8a18\u53f7":[35,151,214,232,234,241],"\u8a18\u6cd5":[192,243],"\u8a18\u8f09":[12,39,43,235],"\u8a18\u8ff0":[11,12,42,43,151,152,241,243,244],"\u8a18\u9332":[0,33,39,42,43,76,122,127,194],"\u8a2d\u5b9a":[14,20,22,24,25,26,27,30,31,33,34,35,36,39,40,41,42,43,45,46,47,49,53,61,64,68,76,78,86,94,95,96,103,107,108,111,133,134,143,151,155,174,201,202,208,215,224,229,236,243,248],"\u8a2d\u5b9a\u5024":[34,236],"\u8a2d\u5b9a\u6e08\u307f":229,"\u8a2d\u6a02":37,"\u8a2d\u8a08":[133,229],"\u8a3a\u65ad":43,"\u8a55\u4fa1":[11,33,40,42,90,130,132,133,179,191,192,202],"\u8a66\u3057":[10,42,151],"\u8a66\u3059":[6,7,151,214,224],"\u8a66\u3059\u4f8b":214,"\u8a66\u884c":0,"\u8a71\u3057":3,"\u8a71\u984c":2,"\u8a72\u5f53":[41,49,50,63,66,67,118,159,165,166,168,169,176,235,243],"\u8a72\u5f53\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":42,"\u8a72\u5f53\u884c":33,"\u8a73\u3057\u3044":133,"\u8a73\u3057\u304f":[0,238,241],"\u8a73\u7d30":[1,14,17,24,25,26,28,30,39,40,41,42,43,49,62,65,78,81,83,89,90,91,97,102,110,112,113,115,119,120,122,123,127,132,133,134,135,137,138,140,141,142,144,149,152,153,154,174,191,192,194,198,201,202,215,216,217,229,234,239,241,248],"\u8a8d\u8a3c":[153,224,245],"\u8a8d\u8b58":10,"\u8a9e\u4ee5":[192,214],"\u8a9e\u5165":198,"\u8a9e\u53e5":[33,40,42,240],"\u8a9e\u5f59":[22,32,42,43,138,140,142,195,212,213,232,237,243],"\u8a9e\u5f59\u8868":[90,142,202,241,243],"\u8a9e\u6271":232,"\u8a9e\u691c":133,"\u8a9e\u7248":12,"\u8a9e\u7528":214,"\u8aa4\u3063":[12,33,39,40,41,42,43],"\u8aa4\u308a":[33,39,40,41,42,43],"\u8aa4\u52d5\u4f5c":42,"\u8aa4\u5b57":[35,37,39,40,42,43,201],"\u8aa4\u5dee":[37,162,163],"\u8aac\u660e":[3,5,6,7,8,11,12,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,39,40,41,42,43,45,46,78,79,81,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,101,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,120,121,124,125,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,148,149,153,156,158,166,167,174,191,192,196,201,202,203,204,205,206,207,208,209,211,214,215,217,231,232,234,235,238,239,241],"\u8aad\u307f":[0,12,34,82,173,190,207],"\u8aad\u307f\u3084\u3059\u3044":38,"\u8aad\u307f\u51fa\u3057":0,"\u8aad\u307f\u53d6\u308a":[93,103,141,151],"\u8aad\u307f\u8fbc\u307f":[37,40,41,122,127,131,201,241],"\u8aad\u307f\u8fbc\u3080":[34,131],"\u8aad\u307f\u8fbc\u3081\u308b":101,"\u8aad\u307f\u8fbc\u3093":[131,231],"\u8aad\u307f\u98db\u3070":241,"\u8aad\u3081":39,"\u8aad\u3093":[3,21],"\u8ab0\u304b":3,"\u8ab0\u304c":244,"\u8ab0\u3067":41,"\u8ab2\u7a0b":40,"\u8ab2\u984c":[3,22],"\u8abf\u3079":[12,58,63,163,164,239],"\u8abf\u3079\u308b":[40,142,163,164,236],"\u8abf\u6574":[33,43,90,133,190,214,234,236],"\u8abf\u67fb":[42,119,235],"\u8ad6\u7406":[0,11,32,39,42,43,87,110,112,113,114,133,168,206],"\u8ad6\u7406\u548c":[11,133,192,214],"\u8af8\u6761":32,"\u8b58\u5225":156,"\u8b66\u544a":[6,7,33,35,38,39,40,41,80,133,151,194],"\u8b70\u8ad6":19,"\u8ca0\u62c5":10,"\u8ca0\u6570":[39,48],"\u8ca0\u8377":[35,153],"\u8ca2\u732e":40,"\u8ce2\u304f":97,"\u8d64\u9053":162,"\u8d70\u67fb":41,"\u8d77\u3053\u3063":[93,141],"\u8d77\u3053\u308a":247,"\u8d77\u52d5":[12,25,31,35,39,40,42,80,135,151,152,154,199,225,228,241],"\u8d77\u52d5\u6642":156,"\u8d77\u6e90":238,"\u8d85\u3048":[40,43,234],"\u8d85\u3048\u308b":[33,39,67,212,236,238],"\u8d85\u904e":[40,236],"\u8d8a\u3048":[41,42,234],"\u8d8a\u3048\u308b":[41,42,43,234],"\u8db3\u3057":192,"\u8db3\u308a":[37,201],"\u8ddd\u96e2":[0,34,39,43,160,162,163,170,192,197,248],"\u8ee2\u7f6e":[22,39,42,43,50,74,90,192,240,241],"\u8efd\u3044":[93,118,120,141],"\u8efd\u5fae":[151,153],"\u8f09\u305b\u308b":12,"\u8f9e\u66f8":[26,27,34,35,39,40,41,42,43,214,234],"\u8f9e\u691c":[37,192,212],"\u8fbc\u307f":[109,201],"\u8fbf\u308b":12,"\u8fd1\u3044":[43,67,150,170,192,206],"\u8fd1\u3044\u9806":197,"\u8fd1\u304f":[0,197],"\u8fd1\u4f3c":[37,39,162,163],"\u8fd1\u508d":[39,41,43,174,190],"\u8fd4\u3055":[33,39,41,43,55,63,80,87,103,136],"\u8fd4\u3057":[11,33,40,41,42,43,48,49,50,51,53,54,55,58,60,62,63,66,67,68,70,72,86,91,93,94,95,96,100,104,105,106,107,110,111,112,114,117,118,119,120,121,128,129,130,131,132,133,135,136,142,143,144,145,146,159,160,162,163,164,165,166,167,168,169,170,171,173,174,175,176,177,179,188,192,204,205,208,209,210,211,225,241,244,247,248],"\u8fd4\u3059":[33,34,35,37,39,40,41,42,43,50,53,56,68,88,92,97,98,99,108,109,110,112,113,120,133,136,143,151,152,156,159,170,171,192,225,231,248],"\u8fd4\u3059\u304b":136,"\u8fd4\u3059\u4f8b":188,"\u8fd4\u3059\u65b0\u3057\u3044":[42,43],"\u8fd4\u305b":168,"\u8fd4\u3063":[41,42,143,191,192],"\u8fd4\u308a":[110,113,133,140,143,239,248],"\u8fd4\u308a\u5024":[40,41,42,43],"\u8fd4\u308b":[35,42,43],"\u8fd4\u4fe1":[10,243,244],"\u8fd4\u4fe1\u5143":244,"\u8fd4\u4fe1\u5148":244,"\u8fd4\u5024":87,"\u8fd4\u5374":[43,139,241],"\u8ff0\u3079":241,"\u8ff0\u8a9e":42,"\u8ffd\u3046":235,"\u8ffd\u3063":235,"\u8ffd\u52a0":[0,3,11,12,18,22,24,25,26,28,30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,50,54,56,58,63,65,66,72,76,82,83,84,89,90,94,95,96,97,98,101,102,103,104,105,106,110,111,112,113,114,115,118,119,120,121,122,123,124,128,129,132,133,134,135,137,140,143,144,146,147,149,151,153,161,166,168,169,170,173,177,178,187,188,189,191,192,193,201,202,204,205,206,210,212,213,214,217,219,220,221,229,231,234,238,239,240,241,243,246],"\u8ffd\u8a18":[12,39,42],"\u8ffd\u8de1":[3,22],"\u9000\u907f":97,"\u9001\u3063":[3,16,17,19],"\u9001\u308a":[12,231],"\u9001\u308a\u65b9":[3,22,28,245],"\u9001\u308b":[17,19,225,231],"\u9001\u4fe1":[40,87,88,92,98,99,101,108,109,125,129,139,152,156],"\u9006\u306b":[240,244],"\u9006\u5f15":240,"\u9006\u5f15\u304d":[22,237,244],"\u9006\u6587\u66f8\u51fa":41,"\u9006\u9806":241,"\u9010\u6b21":[0,41,202,214],"\u9014\u4e2d":[12,39,41,151,208,209,231],"\u901a\u308a":[6,7,8,12,18,21,28,30,46,52,89,90,91,100,101,110,111,112,113,114,116,120,132,133,134,136,138,139,144,149,151,153,156,159,162,163,165,166,167,168,169,170,173,174,176,179,188,191,192,194,197,198,202,203,204,205,211,214,215,234,243],"\u901a\u4fe1":[3,4,22,150,152,153,154,156],"\u901a\u5e38":[33,39,41,42,46,53,68,76,81,90,91,97,102,110,111,112,113,115,119,120,121,132,133,135,144,149,151,153,156,191,195,198,201,215,216,238,241],"\u901a\u77e5":[12,129,151,194],"\u901f\u3044":[41,42,46,90,112,212],"\u901f\u304f":[28,33,42,90,138,240],"\u901f\u3084\u304b":80,"\u901f\u5ea6":[33,37,40,42,90,152,212,240],"\u9023\u643a":0,"\u9023\u7d50":[39,40,42,63,243],"\u9023\u7d61":17,"\u9023\u7d9a":[40,42,63,144,209,214,232,234],"\u9032\u3081":[3,4,22,43,67],"\u9032\u3093":0,"\u9032\u6570":[87,192],"\u9045\u3044":[90,162,203,212],"\u9045\u304f":[42,43,151,153,163,191,192,202,205,239],"\u9045\u3089":43,"\u904b\u7528":[0,33],"\u904e\u53bb":[12,43],"\u904e\u7a0b":[33,76],"\u9054\u3057":215,"\u9054\u3059\u308b":[32,67],"\u9055\u3044":[90,112,119,133,138,162,168,191,202,214,225,238,241,243,248],"\u9055\u3046":[35,90,113,156],"\u9055\u3063":208,"\u9069\u3057":[0,90,138,193,203,204],"\u9069\u5207":[0,33,35,41,42,43,90,110,113,133,138,144,152,202,205,214,241],"\u9069\u5408":[214,234,241],"\u9069\u5408\u7387":214,"\u9069\u5b9c":[12,41],"\u9069\u6642":58,"\u9069\u7528":[33,41,43,56,133,143,192,215,241],"\u9078\u3073":[32,210],"\u9078\u3076":[0,133,153],"\u9078\u3079":[5,133],"\u9078\u3093":[43,82,138],"\u9078\u629e":[0,12,41,42,43,56,112,133,156,162,169,173],"\u907f\u3051\u308b":133,"\u90e8\u5206":[11,14,28,33,41,42,43,81,133,156,168,191,192,232,234,244],"\u90e8\u5206\u4e00\u81f4":234,"\u90fd\u6c11":[232,234],"\u914d\u4e0b":[12,154],"\u914d\u5217":[11,35,37,39,41,43,50,54,63,64,66,78,81,87,91,112,116,117,119,120,132,133,138,139,144,145,176,191,212,232,238,240,241,244],"\u914d\u5e03":[23,24,25,26,30,31,39,41],"\u914d\u7f6e":[12,241],"\u91cd\u3044":[0,33,102,133],"\u91cd\u304f":234,"\u91cd\u306a\u3063":40,"\u91cd\u307f":[22,33,39,40,90,91,132,133,174,191,203,234,237],"\u91cd\u307f\u3064\u304d":41,"\u91cd\u307f\u4ed8\u304d":[41,133],"\u91cd\u307f\u4ed8\u3051":[133,234],"\u91cd\u8907":[41,42,43,66],"\u91cd\u8981":[0,10,12,14,28,42,49,53,78,79,133,138,144,153,193,203,204,205,214,225,242],"\u91cd\u8996":[193,234],"\u91ce\u9996":41,"\u91cf\u6307":202,"\u91cf\u8a08":34,"\u9234\u6728":39,"\u932f\u8aa4":0,"\u9577\u3044":[42,43],"\u9577\u304f":43,"\u9577\u3055":[39,50,63,66,67,69,152,238],"\u9577\u3059\u304e\u308b":[33,40],"\u9577\u4ee5\u4e0a":[63,66],"\u9577\u5185":[41,42],"\u9577\u5185\u6b69":[41,42],"\u9577\u578b":[67,91,119],"\u9577\u65b9\u5f62":37,"\u9577\u6642\u9593":[129,149],"\u9577\u751f\u304d":138,"\u9577\u91ce":41,"\u9589\u3058":[37,43,140,212],"\u9589\u3058\u308b":[34,37,42,212],"\u958b\u3044":[33,35,37,40,42,88,99,102,140,149,195],"\u958b\u304b":[33,42,53,102,120,149],"\u958b\u304d":[49,54,120,128,140,215],"\u958b\u304f":[33,37,39,42,43,49,195,215,241],"\u958b\u304f\u969b":39,"\u958b\u3051":[39,42],"\u958b\u3051\u308b":39,"\u958b\u3053":54,"\u958b\u59cb":[14,37,40,41,63,93,133,141,152,162,165,194],"\u958b\u653e":[33,42,106],"\u958b\u767a":[0,3,5,6,7,8,12,21,22,23,24,25,26,30,31,33,39,40,41,42,43,80,81],"\u9593\u9055\u3063":[37,39,40,41,42,43,149,209,210],"\u95a2\u308f\u3089":[133,152],"\u95a2\u4fc2":[11,13,22,23,38,39,43,90,93,141,191,237,238,244],"\u95a2\u4fc2\u5f0f":3,"\u95a2\u6570":[11,22,33,34,35,38,39,40,42,43,45,46,48,53,64,68,72,81,109,118,119,120,143,156,159,160,162,163,164,166,167,168,169,170,171,173,174,175,178,179,188,189,203,204,205,248],"\u95a2\u9023":[0,2,3,10,12,21,22,24,25,26,28,30,33,37,38,39,40,41,42,43,68,100,144,149,156,190,195,202,210,211,215,217,229,236,237,238,241],"\u95b2\u89a7":245,"\u95be\u5024":[22,28,37,41,42,53,62,133,136,151,232,233],"\u9632\u304e":[33,40,140],"\u9632\u3050":[115,192,205],"\u964d\u9806":[66,67,133,136,156,241],"\u9650\u3063":63,"\u9650\u3089":10,"\u9650\u308a":[11,33,63,76,103,143,232,234],"\u9650\u5b9a":[149,202],"\u9650\u6587":[37,138],"\u9664\u3044":[110,112,115,152,169,176],"\u9664\u304f":[39,113,133],"\u9664\u3051":66,"\u9664\u53bb":[35,40,43,142,167,213],"\u9664\u5916":101,"\u9664\u7b97":[33,41],"\u9665\u3063":39,"\u968e\u5c64":11,"\u969c\u5bb3":33,"\u96a3\u308a\u5408\u3063":214,"\u96a3\u63a5":[0,191],"\u96c5\u5e83":41,"\u96c6\u307e\u3063":239,"\u96c6\u307e\u308a":[133,156],"\u96c6\u3081":239,"\u96c6\u5408":[39,66,74,78,120,133,190,202],"\u96c6\u8a08":[22,42,133,239],"\u96e2\u308c":[43,192,248],"\u96e3\u3057\u3044":0,"\u9759\u7684":[3,22,33,39,40,41,42,43,45,151,154,241],"\u975e\u308f":232,"\u975e\u308f\u304b\u3061":234,"\u975e\u4e92":[33,39,40,41,42,43],"\u975e\u4e92\u63db":[37,41,42],"\u975e\u5168":90,"\u975e\u516c\u958b":12,"\u975e\u5206":133,"\u975e\u5e38":[39,43,202,203,204,205,225],"\u975e\u63a8":[33,37,39,40,41,42,43,113,133,138,162],"\u975e\u63a8\u5968":[39,42],"\u975e\u81ea":43,"\u975eascii":214,"\u9805\u76ee":[33,34,42,46,87,94,95,96,133,138,147,225,229,242],"\u9806\u4f4d":58,"\u9806\u5e8f":[43,133,139,234,241],"\u9806\u6b21":[150,151,231,241],"\u9806\u756a":[12,60,67,113,133,151,191,192,234,241],"\u9818\u57df":[28,39,41,63,66,90,119,248],"\u982d\u6587":231,"\u982d\u8f9e":212,"\u983b\u51fa":42,"\u983b\u5ea6":[33,42,136,142],"\u983b\u7e41":[28,33,66],"\u9855\u8457":214,"\u985e\u4f3c":[11,33,39,40,41,136,174,190],"\u985e\u4f3c\u5ea6":33,"\u985e\u7d39":234,"\u985e\u7fa9":133,"\u98df\u3044\u9055\u3063":149,"\u99c4\u76ee":10,"\u9ad8\u3044":[0,87,90,133,136,153,156,214,241],"\u9ad8\u3044\u9806":241,"\u9ad8\u304f":[42,78,204,234],"\u9ad8\u307e\u3063":0,"\u9ad8\u5ea6":[190,191,212],"\u9ad8\u6a5f":[0,11],"\u9ad8\u7cbe":0,"\u9ad8\u901f":[0,11,34,37,40,43,74,90,110,112,113,133,138,162,163,191,192,197,202,203,205,212,214,224,225,240,241],"\u9b3c\u96f2":[33,42,43],"\u9bae\u5ea6":193,"\u9df2\u7530":40,"\u9df2\u7530\u57fa":40,"\u9ed2\u3044\u70b9":197,"\uff01:":28,"\uff01\u300d":[110,112,113,133,191,192],"\uff01\u3057":2,"\uff01\uff08":17,"\uff01\uff09":[208,209],"\uff08*":5,"\uff08,":241,"\uff08-":[133,241],"\uff08.":12,"\uff08=":[32,96,115,133,135,147],"\uff08@":[35,37],"\uff08\u300c":[195,234],"\uff08\u3064\u307e\u308a":102,"\uff08\u3069":133,"\uff08\u30ad\u30fc":42,"\uff08\u4f8b":42,"\uff08\u578b":69,"\uff08\u79d2":63,"\uff08\uff1d":206,"\uff08age":138,"\uff08and":190,"\uff08byte":[50,63],"\uff08ci":21,"\uff08document":[41,205],"\uff08eol":[33,42],"\uff08gnu":28,"\uff08groonga":42,"\uff08homebrew":12,"\uff08kana":198,"\uff08least":86,"\uff08longest":[37,192],"\uff08markdown":12,"\uff08messagepack":28,"\uff08node":21,"\uff08normalization":195,"\uff08not":190,"\uff08or":190,"\uff08perl":153,"\uff08personal":[22,23],"\uff08pid":194,"\uff08piro":[41,43],"\uff08proc":58,"\uff08romaji":198,"\uff08rroonga":42,"\uff08ruby":21,"\uff08score":133,"\uff08term":[203,204,205],"\uff08textile":12,"\uff08tf":203,"\uff08therubyracer":12,"\uff08todo":192,"\uff08tokenbigram":234,"\uff08tokenmecab":234,"\uff08true":238,"\uff08truncate":149,"\uff08virtualbox":12,"\uff08world":216,"\uff09:":[24,25,26,27,29,30,130,131,194,232],"\uff09\u3001":[12,203,204,205,212,232],"\uff09\u3002":[12,42,194,234,241],"\uff09\u304b":32,"\uff09\u307e\u305f":[116,144,191,192],"\uff09\uff08":[90,138],"\uff11\u3064":[9,91],"\uff11\u5bfe":9,"\uff12\u3064":248,"\uff13\u3064":216,"\uff1b[":12,"\uff1f\u300d":239,"\uff1f\uff09":42,"\uff4d\uff59\uff53\uff51\uff4c":[165,166],"\uffef\"":214,"\ufff0\"":214,"\ufffecrch":144,"\ufffetext":144,"] [":152,"] \u6708":42,"]%":202,"]'":[153,225],"](":[12,33],"])":[43,48,163,165,175],"],":[46,78,81,87,89,90,91,93,94,97,100,103,112,113,114,115,116,117,119,120,121,129,132,133,135,136,139,140,141,144,145,146,151,152,156,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,195,202,203,204,205,208,209,211,213,214,231,234,238,239,240,241,243,244,245,246,247,248],"].":[33,41,42,43,110,112,113,133],"]/":245,"]:":[43,202,235],"][":[33,37,38,39,40,41,42,43,46,90,94,115,121,133,140,191,202],"]\"":[33,39,40,202,244],"]\u3002":41,"]]":[42,98,100,103,115,142,151,152,244],"]]]":[98,192,234],"]ello":42,"]x":244,"]}":[42,87,173,179,238],"^ \"":[89,173,192],"^commit":12,"_$":[90,136,138],"_')":76,"_*":[22,33,45,47,111],"_\"":[37,115],"_db\u30d5\u30e9\u30b0":37,"_{":40,"`/":18,"`hostname":151,"b\u30c6\u30fc\u30d6\u30eb":43,"boolean":[44,132],"byte":[39,42,50,63,66,152,176,231],"c\u30e9\u30f3\u30bf\u30a4\u30e0":42,"case":[72,127,157],"char":[41,50,53,54,55,56,63,64,66,68,69,72],"ci\u4e00\u822c":[],"ci\u4e0a":21,"class":[165,166,167,176],"const":[38,50,53,54,55,56,63,64,66,67,69,72],"continue":41,"cpu\u30b3\u30a2":[6,7,151,156,224],"d\u30ad\u30fc":241,"dat\u30ad\u30fc":40,"default":[33,39,82,84,90,110,112,113,120,128,132,133,135,136,139,140,141,142,151,152,153,156,165,166,168,176,179,191,192,193,199,202,203,204,205,213,215,225,231,234,241,243,244,245,247],"delete":[12,22,33,34,35,37,43,45,63,79,94,102],"do":[33,41,152],"double":[42,132,192],"else":[42,235],"enter\u30ad\u30fc":40,"enum":54,"error\u30bf\u30b0":39,"export":18,"false":[12,35,40,41,43,88,89,90,92,93,94,96,97,98,100,104,105,106,107,108,109,113,115,118,119,120,121,128,129,132,140,144,146,156,159,165,168,169,174,179,191,192,214,216,238,246],"float":[39,42,43,110,112,113,119,120,132,133,162,199,204,205,238],"for":[8,31,39,44,48,52,53,54,56,57,63,68,72,146,151,153,155,157,162,176,192,211,214,215,216,223,229,244],"function":[42,43,44,53,72,81,158,217,231],"geopoint\u9593":37,"get\u30e1\u30bd\u30c3\u30c9":154,"gib\u304f\u3089\u3044":215,"gmo\u30e1\u30c7\u30a3\u30a2":41,"html\u30bf\u30b0":167,"id\u9806":67,"if":[11,42,48,50,52,53,54,57,63,64,66,68,71,72,78,151,153,155,157,192,223,235],"import":12,"in":[11,14,22,33,39,41,42,43,45,50,52,53,54,56,57,63,72,87,90,127,133,144,151,157,158,176,191,211,223,229,244,247],"int":[35,39,40,41,42,43,48,49,50,53,54,56,57,58,59,60,62,63,64,66,67,68,69,72,78,89,93,113,119,120,132,133,136,138,141,146,156,159,162,170,174,175,191,192,199,203,204,205,208,209,211,234,238,239,240,241,243,244,248],"long":[42,59,62,129],"mo\u30d5\u30a1\u30a4\u30eb":17,"new":[12,46,53,63,68,72,89,133,151,162,244],"nginx\u3089\u3057\u3044":41,"null":[11,33,37,39,40,42,43,49,50,53,54,56,57,60,63,64,66,67,68,72,112,119,120,131,132,133,141,165,166,167,176,188,235],"package":[12,22,23,229],"po\u30d5\u30a1\u30a4\u30eb":17,"post\u30e1\u30bd\u30c3\u30c9":40,"return":[53,68,71,81,194,235],"sort\u30ad\u30fc":34,"static":68,"this":[39,50,52,53,54,63,72,110,112,113,133,151,153,155,176,191,192,225,238,241,243,245,247],"true":[34,40,41,42,43,46,78,88,89,90,91,92,93,94,95,96,97,98,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,118,119,120,121,122,123,127,128,129,130,131,132,133,134,137,138,140,141,142,146,156,159,162,163,164,165,166,167,168,169,170,173,174,176,179,188,191,192,193,195,198,202,203,204,205,213,216,238,239,240,241,243,246,247,248],"try":[48,244],"var":[11,28,72,91,149,151,153],"void":[38,48,51,54,55,62,63,66,67,68,71,72],"while":54,"with":[6,12,21,27,28,37,41,42,43,50,53,57,63,72,78,87,90,91,116,119,132,151,153,157,176,202,234,241],"x\u30df\u30ea":[192,216],"{\"":[33,42,78,87,111,114,115,119,130,131,136,152,165,166,174,191,192,193,202,204,205,208,209,211,213,243],"{\"_":[46,133,159,168,170,191,192,238,240,248],"{\\":103,"{column":202,"{key":133,"{label":[113,133],"{language":17,"{logical":206,"{name":[110,112,113,133,192],"{path":28,"{prefix":[28,122,123,127],"{table":[133,174],"{time":194,"{user":215,"{yyyymm":206,"{yyyymmdd":206,"| _":[173,248],"| c":192,"| n":192,"| y":40,"|..":41,"|:":194,"|<":[46,194],"|>":194,"|allow":[133,174,191],"|b":202,"|column":90,"|correct":[136,156],"|enable":144,"|full":202,"|ga":133,"|http":152,"|index":90,"|info":202,"|key":[43,138,191,192,246],"|mark":43,"|n":42,"|ng":133,"|on":133,"|oo":133,"|persistent":[91,93,120,141],"|pid":43,"|ring":156,"|ro":133,"|suggest":136,"|table":138,"|with":[41,78,90,91,110,112,113,116,120,128,132,133,156,165,166,174,176,179,191,192,193,202,203,204,205,213,215,234,241,243,244,247],"||":[11,33,39,40,112,192,203,243],"}'":33,"},":[78,93,114,115,117,119,120,132,133,141,144,145,146,152,162,167,173,174,188,191,192,193,202,214,240,241,243,244,246,247],"}.":[121,133,174],"}/":[17,28,43,122,123,127],"}:":[156,194,202],"}\\":[43,192],"}]":[33,42,43,82,129,130,131,151,152,199],"}_":[110,112,113,206],"}attr":40,"}e":192,"}|":194,"}}":78,"~ \"":[42,192,202],"~${":202,"~*":56,"~\"":[33,43],"~number":192,"~uint":42,_a:[85,231],_abs:[22,33,45,158],_accept:235,_accepted:129,_accessor:42,_account:17,_acquire:[22,42,45,79,106],_add:[43,56,58,66],_address:[85,231,245],_adjust:[11,43,65,133],_age:[90,159],_all:[33,42,43,53],_alloc:[56,72],_allowed:[85,231],_already:[85,231],_and:[11,33,65],_animal:238,_api:56,_append:[11,33,56,59,63],_apply:33,_arg:85,_argument:[63,66,67,85,231],_arguments:42,_asc:66,_ascending:67,_asterisk:33,_at:[35,38,39,42,43,53,56,63,66,110,112,113,203,205,234],_auto:[39,40],_available:[85,231],_avg:133,_avoided:[63,85,231],_bad:85,_base:[33,42,72],_basic:[153,225],_batch:41,_be:132,_between:[33,41],_binary:39,_blank:[33,43,116],_block:[85,231],_blog:243,_body:[110,128,234,243,247],_bool:[35,43,53,63],_broken:85,_buffer:[53,59,85,156,231],_build:14,_builtin:[37,54,63,69],_bulk:[33,43,53,56],_busy:[85,231],_but:11,_by:[33,36,37,38,41,42,56,63,66,67,72,168,244],_byte:[85,132,231],_bytes:120,_cache:[22,33,40,42,45,47],_calc:41,_call:[11,85,129,231],_caller:33,_calloc:43,_cancel:[22,33,41,43,45,79,83,84,85],_canceler:43,_cas:85,_case:42,_cast:[42,63],_character:56,_characters:56,_charlen:72,_check:[14,41,63],_checks:116,_child:[85,231],_chunk:[42,43],_chunked:42,_chunks:43,_circle:[22,37,40,43,45,158,240,244,248],_class:133,_classify:[22,43,45,133,158],_clear:[22,33,37,41,42,45,63,79,88,104,106],_client:192,_clone:12,_close:[11,37,41,42,49,53,56,59,60,63,67,72],_code:[72,81,194],_column:[22,33,35,40,41,42,43,45,46,47,60,63,89,91,93,102,112,132,133,140,152,174,191,232],_columns:[22,33,35,39,40,41,42,43,66,78,89,90,98,136,158,162,165,166,167,168,169,170,173,176,179,188,191,192,193,194,203,204,205,213,234,237,238,239,240,241,244,247,248],_com:235,_command:[22,41,42,45,47,53,72,81,82,85,135,153,199,225,231,241,245],_comment:179,_commit:59,_compare:63,_compile:56,_compress:[43,50],_concurrency:150,_cond:68,_conf:42,_config:[42,94],_configs:101,_configure:[33,40],_connected:[85,231],_connection:85,_const:[11,33,56],_content:[22,45,47,53,56,81,110,112,113,120,132,133,174,176,179,191,192,213,215,243],_control:[42,85,231],_controllen:42,_copy:[22,33,42,43,45,46,79],_corrupt:[33,85,231],_count:[22,33,42,45,79,82,135,151,153,199,206,217,231,236,241,245],_creat:33,_create:[11,22,33,36,37,39,40,41,42,43,45,46,50,54,56,64,66,69,72,78,79,89,91,93,100,101,102,104,105,106,110,112,113,114,115,118,119,120,121,128,132,133,140,141,142,146,151,152,156,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,195,198,202,203,204,205,206,212,213,215,234,238,239,240,241,243,244,246,247,248],_ctx:[22,37,39,41,42,43,45,47,48,49,50,52,54,56,57,58,59,60,61,62,63,64,65,66,67,69,70,72,85,111],_cumulative:[110,112,113,133],_current:49,_cursor:[22,33,35,40,42,43,45,47,57],_dat:[32,33,37,38,40,41,43,66,89,119,132,138,191,192],_data:[22,33,42,45,47,64,72,85,231],_database:[39,40,97,225],_dataset:[36,155,157,211],_date:12,_day:[22,43,45,158],_db:[22,35,36,37,38,41,42,43,45,47,53,56,63],_deadlock:[63,85,231],_debug:[7,14],_decr:63,_default:[33,39,42,51,55,62,225],_defrag:63,_del:42,_delete:[22,37,42,45,58,63,66,67,79,95,96,147],_delimited:44,_delimiter:[116,144],_denied:[85,231],_dependent:43,_desc:66,_descending:67,_descriptor:[85,231],_device:[85,231],_df:33,_difference:66,_dir:[12,37,42,72],_directory:[85,231],_disable:[33,43],_disk:33,_dist:39,_distance:[22,34,37,39,40,43,45,158,192,240,248],_domain:85,_dot:33,_down:[85,231],_drilldown:133,_dump:42,_ecmascript:46,_element:[42,61],_elements:[43,120],_empty:[85,231],_enabl:33,_enable:[33,42,43],_enabled:42,_enc:[55,67],_encoding:[22,45,47,72],_end:85,_enough:[43,85,231],_entries:[49,86],_entry:58,_equal:174,_error:[33,42,46,72,85,231],_errors:33,_escalation:[22,28,35,45,47,53,147],_escape:56,_estimate:[37,42,57],_estimated:33,_eval:[22,33,40,45,79,131],_event:235,_exec:[33,42,53,56,85],_exist:[22,42,45,63,79,115,121],_exists:[85,231],_expand:[22,33,43,45,79],_expander:[40,43,201,247],_expanders:[122,123,127,201],_expansion:[37,40],_expire:[33,63],_expr:[3,22,33,39,41,42,43,45,47,53,64,72,98,100,103,133,160,162,163,164,171,175,202],_expression:[133,202],_extract:[42,44],_failure:71,_false:[33,53,63],_family:43,_file:[42,81,85,153,201,225,231],_fileinfo:33,_filename:85,_files:[85,231],_filter:[22,33,40,41,42,43,45,79,85,110,111,120,135,158,168,173,206],_filtered:43,_filters:[33,41,42,43,101,142,213],_fin:[39,42,53,56,71,72],_finalizer:[53,64],_find:33,_fitlers:132,_flags:[33,39,42,43,50,56,66,69,72,174,191],_float:[42,69,120],_flow:[85,231],_flush:[22,33,42,43,45,79],_for:[11,42,133,214],_format:[85,231],_free:72,_friends:240,_full:[12,22,33,41,43,45,158,166],_func:[33,41,53,64,68,72,143],_function:[42,72,85,129,203,231],_fuzzy:43,_geo:[22,37,42,45,47,120],_get:[22,33,37,38,39,41,42,43,45,48,49,50,51,53,55,56,58,61,62,63,64,66,67,68,72,79,94,96,143,147],_github:17,_global:42,_gqpt:152,_gqtp:152,_groonga:81,_group:[42,66],_gt:67,_hash:[32,33,42,43,46,57,66,67,78,89,90,100,102,104,105,106,110,112,113,114,115,118,119,120,121,128,132,133,138,140,156,159,162,167,168,169,170,173,174,188,192,193,195,203,215,238,239,240,241,243,244],_header:91,_hit:[82,135,153,199,231,241,245],_hits:[110,133],_hook:[22,45,47],_host:152,_hour:[22,43,45,158],_html:[22,33,37,39,40,41,42,43,45,112,133,151,158],_http:[152,153],_hugetlb:37,_i:[85,231],_id:[12,37,38,41,42,43,50,53,56,59,60,61,63,66,67,72,76,83,120,129,133,192,241,248],_idf:203,_ids:43,_if:63,_ii:[22,33,42,43,45,47,90],_illegal:85,_implemented:[85,231],_improper:85,_in:[22,34,35,37,40,41,43,45,57,81,85,132,158,231,240,244,248],_inappropriate:85,_incompatible:85,_incr:63,_index:[22,33,35,40,41,42,43,44,45,47,50,78,90,91,101,102,110,113,115,120,128,132,133,140,156,159,165,166,169,173,174,176,179,191,192,193,202,203,204,205,213,215,234,240,241,243,244,247],_indexer:38,_indexes:42,_info:[22,33,39,43,45,47,64],_information:91,_init:[37,39,41,42,53,56,63,68,71,72,194],_initialized:[85,231],_input:[42,81,85,192],_inspect:[22,33,43,45,79],_install:[7,8,21,23,31],_int:[42,43,56,63,69,120],_interrupted:[85,129],_interval:192,_invalid:[63,66,67,85],_io:[33,41,42,121],_ip:[231,245],_is:[33,37,42,43,53,63,81,85,129,231],_isspace:72,_items:173,_ito:37,_itoh:37,_ja:40,_jis:[28,214],_jp:28,_json:52,_kana:156,_key:[32,33,34,35,37,38,39,40,41,42,43,46,50,57,66,67,69,76,78,89,90,91,93,100,101,102,103,104,105,106,114,118,120,121,128,132,133,136,138,140,141,142,146,151,156,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,195,198,202,203,204,205,208,213,215,234,238,239,240,241,243,244,246,247],_keys:[33,43,66,169,170,174,203,204,205,239,240,241,248],_keywords:56,_label:42,_labeled:133,_large:[32,43,85,138,212,231],_lcp:66,_leading:[133,174],_leak:14,_left:[37,57,85,164,231],_len:[39,50,56],_length:[22,43,45,72,110,112,113,133,158,168,231],_level:[22,33,40,42,45,72,79,90,108,109,149,151,194],_lexicon:[42,214],_likes:[81,110,112,113,133,191,192,215],_limit:[22,33,34,40,42,45,68,79,85,97,98,111,121,140,231,239],_line:132,_link:[85,231],_links:[85,231],_list:[22,34,35,37,39,41,42,43,45,79,85,93,115,141,151,206,231,241],_literal:41,_load:[22,40,45,79],_loaded:43,_local:152,_location:[81,244],_lock:[37,48,63,68,72],_locked:63,_locks:[85,231],_log:[39,40,41,42,72],_logger:[33,39,42],_logical:42,_long:[85,231],_lt:67,_lz4:[43,90],_lzo:[50,85],_malloc:72,_many:[41,85,231],_map:[33,236],_mask:63,_match:[22,41,43,45,47],_max:[43,49,51,60,85,133,143,175,231],_mecab:42,_medium:[90,119],_memo:174,_memory:[39,85,231],_message:[42,81,202,243],_messages:[12,17],_min:[33,42,43,51,60,133],_minute:[22,43,45,158],_mode:[33,41,168],_modified:244,_module:153,_month:[22,43,45,158],_most:[42,203,205],_mruby:[7,8],_msgpack:52,_mutex:[68,72],_n:[40,43,49,112,114,120,132,133],_nabe:41,_name:[36,41,42,46,50,63,81,90,94,95,96,112,113,114,132,133,138,154,174,179,206,231,245],_namen:168,_names:[42,54],_network:85,_new:[9,22,33,37,39,45,110,112,113,133,158],_next:[33,35,40,42,57,60,67],_nfthreads:68,_ngram:[33,43],_nhooks:58,_nil:[35,53,56,66,67],_no:[32,33,35,41,42,46,66,67,85,89,100,101,104,105,106,115,118,119,121,128,132,133,138,140,156,165,166,174,176,191,192,193,202,204,205,213,234,243],_nodelay:43,_nofile:[40,194],_none:52,_normalize:[39,42,44,66,138,195],_normalizer:[42,85],_normalizers:42,_not:[63,65,85,93,100,105,107,128,129,133,146,174,231],_nromalize:195,_nsubrecs:[41,50,76,133,239],_null:42,_number:[22,33,43,45,81,113,217,228,231,245],_numbers:42,_o:[85,231],_obj:[11,22,33,37,38,39,40,41,42,43,45,47,50,53,54,56,57,58,59,60,61,64,65,66,67,69,70,72],_object:[33,85,120,121],_of:[85,102,132,231],_office:170,_offline:38,_offset:[41,42,56,72,85,98,231,239],_old:46,_on:[85,231],_one:132,_only:[43,85,231],_op:[11,33,42,43,56,65],_open:[33,35,37,39,42,49,53,54,57,59,60,67,72,85,121,231],_opened:[33,42,53],_operation:[85,231],_operator:[33,50,56,57,65,66],_optarg:[42,54,65],_options:[33,40,192],_or:[11,65,85,93,100,105,107,128,129,146,163,231,245],_order:33,_org:12,_otoj:14,_output:[41,42,53,85,98,231,239],_over:[85,231],_overlap:[33,43],_own:42,_pack:23,_package:42,_parameters:[22,42,45,79,206],_parse:[42,55,56],_pass:153,_pat:[32,35,40,42,43,66,67,78,89,90,91,93,101,110,112,113,115,119,120,128,132,133,138,140,141,142,146,151,156,165,166,168,169,173,174,176,179,191,192,198,202,203,204,205,213,215,234,240,241,243,244,246,247],_path:[12,33,38,39,40,41,42,63,121,149,151,152,154,199,223,228,231,241,245],_pattern:[42,168],_per:[37,53,110,112,113,133],_permission:85,_permitted:[85,231],_persistent:[33,50,66],_pipe:[85,231],_plugin:[33,36,37,41,42,43,72,85],_plugins:[37,42],_point:[57,120,163,240],_pop:42,_popular:[110,112,113,133],_port:152,_pos:33,_position:[43,50,90,91,110,112,113,120,128,132,133,156,165,166,174,176,179,191,192,193,202,203,204,205,213,215,234,241,243,244,247],_posting:[43,57,60],_pragma:133,_prefix:[7,8,23,31,35,42,67,144,214],_preparer:[136,208,209,211],_prepend:63,_pretty:82,_previous:49,_printf:41,_probability:[37,136],_proc:[22,33,41,42,43,45,47,53,72],_process:[85,231],_processes:[85,225,231],_proxy:153,_ptr:[42,53,56,72],_push:11,_put:[22,40,42,45,79,107,109,151],_pvector:[42,53,56],_ql:41,_qlog:39,_queries:[82,135,153,199,231,241,245],_query:[11,33,39,40,41,42,43,56,136,155,156,157,201,208,209,211],_range:[22,33,42,45,63,79,85,110,111,135,206],_rate:[82,135,153,199,231,241,245],_ratio:[33,41,43],_rc:[48,49,50,51,53,54,55,56,57,58,59,61,62,63,64,65,66,67,71,72],_read:85,_reader:42,_realloc:72,_record:[22,33,45,63,113,217,218],_records:[22,33,39,40,42,43,45,158],_recover:[41,42,43,54],_rectangle:[22,34,35,37,40,43,45,57,158,248],_recursive:42,_recv:41,_reduce:33,_reference:[33,133],_refused:[85,231],_regexp:33,_register:[22,36,45,72,79,101,102,110,111,112,113,114,115,123,127,130,131,132,133,142,156,168,170,178,188,189,201,213],_reindex:42,_reinit:63,_release:[12,22,42,45,79,104],_removable:140,_remove:[22,33,37,39,40,41,42,43,45,63,79,89,102,151,206],_rename:[22,38,40,41,43,45,46,50,63,66,79,89,102],_reopen:[22,39,43,45,79,107,108],_repair:38,_request:[43,129],_res:152,_resource:[33,63,85],_resources:33,_result:[66,85,133],_results:66,_retry:85,_rewriter:43,_right:[37,57,164],_rk:[22,42,45,67,158,198],_roles:90,_root:42,_rotate:42,_ruby:42,_s:41,_same:40,_scalar:[33,43,46,50,89,90,91,93,100,101,102,104,105,106,110,112,113,114,115,118,120,121,128,132,133,140,141,142,146,156,159,162,165,166,167,168,169,170,173,174,176,179,191,192,193,202,203,204,205,213,215,234,239,240,243,244,247],_scan:33,_schema:42,_score:[37,39,40,42,50,76,89,133,136,192,203,204,205,244,248],_scorer:[42,85],_script:130,_search:[22,37,39,42,43,45,47,66,113,136,158,198],_second:[22,43,45,158],_section:[41,42,43,50,90,91,132,243,244],_seek:[85,231],_segments:43,_sel:[44,90],_select:[3,22,33,37,42,43,45,56,57,58,79,110,112,115,133,135,206,217],_selector:[22,41,42,45,79,151],_send:[43,49,52,53],_sequence:[85,231],_sequential:43,_serial:89,_set:[22,33,38,39,41,42,43,45,46,48,49,51,53,55,58,61,62,63,64,67,68,79,94,95,143,147],_setoperation:[33,43,66],_setpshared:40,_shard:[22,42,45,79,115,206],_shutdowned:[85,231],_signal:68,_sis:[66,138,191,192,232,246],_size:[11,22,33,42,43,45,50,53,56,59,63,64,66,67,69,72,110,120,142,158],_sjlj:41,_skip:[33,40,43],_slice:[22,33,43,45,158],_small:[85,90,119,231],_snip:[39,41],_sock:235,_socket:[85,231],_sort:[42,43,66,239],_sortby:[42,43,98],_source:[12,33],_space:[85,119,231],_sparse:42,_split:43,_stable:[33,51],_stack:85,_stamp:194,_started:81,_station:170,_stop:[41,42,142,213,235],_str:[56,244],_strerror:41,_string:[14,40,42,43,55,56,110,112,113,133],_substring:[22,43,45,158],_success:[48,49,50,53,54,56,63,71,72,85,194],_such:[85,231],_suffix:[37,42],_suggest:36,_sum:[22,33,45,110,112,113,133,217],_supported:[85,231],_symbolic:[85,231],_synonyms:201,_syntax:[33,43,46,56,85],_system:[33,37,85,231],_t:[68,85],_table:[3,22,33,35,37,38,42,43,45,47,50,56,57,60,63,79,102,132,133,140,141,152,174,206],_tables:[40,42,53],_tag:[89,110,112,113,133,165,169],_tags:[240,244],_take:43,_target:[41,42],_temporarily:[33,85,231],_term:[42,44],_text:[14,41,42,43,56,116],_tf:[42,203],_thread:[22,42,45,47,143,152],_threads:143,_threshold:[28,33,35,37,42,53,62,136,147,156,208,209,211],_time:[42,81,82,135,153,194,231,241,245],_timeout:[43,48,84,85,231],_timestamp:128,_tiny:[42,43],_title:[101,128,152,241,243],_to:[33,42,43,55,111,243,244],_token:[33,41,42,43,85],_tokenize:[22,42,43,45,79,214],_tokenized:[116,144],_tokenizer:[33,39,42,43,85,90,110,112,113,120,128,132,133,139,140,141,142,151,152,156,165,166,174,176,179,191,192,193,202,203,204,205,213,215,234,241,243,244,247],_tokenizers:42,_too:[41,85,231],_touch:[35,54],_tp:150,_transposition:43,_true:[42,53,63],_truncate:[37,41,50,66],_ts:42,_tsv:[52,201],_type:[22,39,41,42,43,45,47,53,54,61,63,64,66,76,90,101,103,112,132,133,151,152,154,155,156,163,199,238,239,240,241,243,244,246],_types:[33,41,42,116,225],_uint:[42,69,120],_unavailable:[33,85,231],_unknown:85,_unlink:[53,63],_unlock:[63,68,72],_unmap:[22,33,42,45,54,79,121,128],_unregister:[22,42,45,79,102,122,127],_unsupported:85,_untag:[22,40,45,158],_update:[50,66,85,133,191],_usage:[33,119],_use:[41,42,53,85,111,231],_user:[22,45,47,64,72,153,225],_users:244,_utf:[55,67],_valid:153,_value:[33,35,37,38,40,41,42,43,50,53,56,63,67,76,113,130,131,132,133,215],_values:[22,33,37,41,42,43,45,63,158],_valule:169,_var:[41,43,56,64,69,72,120],_vars:72,_vector:[40,41,42,50,53,56,63,78,89,90,91,100,110,112,113,133,156,173,179,188,238,240,244,247],_version:[12,22,37,41,42,43,45,47,53,82,85,135,153,154,165,166,167,176,188,199,225,231,241,245],_versions:12,_vesion:[167,188],_void:43,_vprintf:41,_vsize:[53,56],_w:214,_week:[22,43,45,158],_weight:[41,50,78,90,91,132],_when:81,_whole:243,_win:[42,72],_window:[33,85],_windows:[42,72],_with:[7,8,43,50,66,132,138,191,192,232,246],_word:[41,42,101,142,213],_would:[85,231],_xml:52,_xxx:133,_year:[22,43,45,158],_yyyymmdd:[110,112,113,115],_zlib:[43,50,85,90],_zone:153,_zstd:[43,85,90],aardvark:[30,33],abc:42,abcde:116,abi:42,about:[14,21,49,72,151,158,217],above:[129,211],ac:195,accept:[35,235],accepts:[146,151],accesses:50,accessor:[42,63,66],accurate:176,acquire:48,acquires:48,acronym:223,actual:153,add:[17,30,39,41,63,112,133,144,158,214,217],added:[44,57,63,66],adding:63,additional:[33,40],address:[37,39,151,156,231],adjust:133,adjuster:[41,78,90,113],admin:[35,41,42,43],advanced:44,advantage:176,adventure:90,adventurer:90,after:57,again:[48,153],against:[50,54,151],age:[46,90,91,102,132,133,159],ages:[90,138,159],aggregate:176,ahost:202,aio:40,akio:[35,39],al:214,alert:[41,107,108,151,153],ali:89,alias:[46,94,95,96],aliased:46,aliases:[46,94,95,96],alice:[46,89,90,93,119,133,141,146,153,159,168,174,191,225,244],alisa:174,all:[39,42,43,50,53,54,57,110,112,113,133,191,192,211,247],alloc:[43,82,135,151,153,199,231,241,245],allocate:[22,43,233],allocated:72,allocates:72,allow:[25,39,133,174,191],allowed:157,allows:176,almost:223,already:[48,72,157],also:[90,110,112,113,133,176,191,192,203,223],always:111,am:[166,176],amazon:33,amd:12,an:[54,57,66,72,153,235],and:[33,40,41,42,43,44,48,50,52,54,56,57,63,66,72,90,133,142,151,153,155,157,168,174,176,192,194,203,204,205,211,213,215,243,248],animation:240,ann:12,another:42,any:42,aomi:33,apache:33,api:[1,3,11,15,22,33,35,36,37,38,39,40,41,42,43,44,45,48,49,50,53,54,59,63,68,71,72,85,190,225],appears:176,appended:63,apple:195,application:[153,225],applications:176,applied:44,approximate:163,appveyor:41,april:12,apt:[12,18,21,25,30,39],aptitude:14,ar:[144,232,234],arai:42,aramaki:[35,37],arc:144,architecture:42,architectures:12,archive:[12,22,23],are:[17,40,43,48,54,56,57,72,78,151,155,157,176,194,203,204,205,211,223],arg:[202,231],argc:68,argument:[33,154,192,203],arguments:[72,132,151],argv:68,armhf:41,arnaud:37,array:[33,87,119,132],arrow:33,art:244,arted:192,artful:[30,33],article:243,articles:243,as:[17,39,53,72,133,144,151,153,155,157,176,223,229],ascending:112,ascii:[191,192,214],aspx:235,assigned:42,associated:72,assumed:64,at:[44,57,151,244],auth:[153,225],auto:[111,136],autoconf:[6,37],autogen:[6,12,17,39],automake:[6,35],automatically:54,autotools:[3,5,7],available:[44,72,235],avg:[41,113,133,150],aware:72,back:[192,243],background:151,backlog:33,backup:[54,101],backward:146,bad:[40,41,43,231],base:[12,42,72,153],baseball:[240,243],based:[57,165,166,176,229],bash:28,be:[50,53,54,56,57,63,66,72,97,127,146,151,157,211,223,235],became:229,because:[43,54,153,199,203,211,223,235],become:44,been:12,before:21,begin:150,behavior:[],bellefleur:33,bernard:42,beta:44,between:[22,33,40,41,43,45,63,157,158],bi:[232,234],bigram:[152,155,156,232,234],bigramlexicon:128,bill:[42,232,234],billiard:[232,234],bin:[18,31],binary:[0,199,216],bind:37,binding:[44,165,166],binlib:12,bison:12,bit:[8,21,23,24,25,26,29,30,31,40,42,43,119,152,216],black:195,block:238,blog:[179,234,241,243],blogs:234,bm:[203,205],bob:[46,93,133,141,146,153,159,174,191,225,244],body:[33,88,92,99,103,105,128,165,166,225,234,243,247],bom:35,book:192,bookmark:[78,101],bookmarks:[78,101,115],books:90,bool:[40,42,43,89,110,112,113,119,120,132,133,142,163,164,191,213,238,246],boost:[156,208],boston:244,both:63,bottom:[37,57,164],brad:43,brazil:239,brew:[18,27],british:247,broken:[50,54,121,231],brooklyn:244,brother:191,browser:17,bsd:[5,28,41,42],buf:[50,63,66],buffer:[53,63,87,119,235],buffered:59,bug:[39,44],build:[8,12,21,25,30,31,40],builder:59,building:52,built:63,bulk:[42,56,63],but:[146,151,157],buzz:156,by:[39,53,54,56,57,71,72,191,211,223,239],bye:243,bytes:[64,72],cache:[22,33,34,39,42,45,49,63,79,82,135,153,199,231,241,245],cafedomancer:43,cake:170,calc:[33,42,133],callback:156,called:72,caller:64,calling:[71,72],calloc:43,calros:159,camp:244,can:[17,48,52,53,54,72,127,132,146,151,153,176,203,211,223],cancel:129,canceled:[84,129],candidate1:136,candidate2:136,candidate:136,cannot:[22,233],carlos:[93,141,146],cas:231,cases:223,cast:[33,63,191],casted:63,casts:63,cat:12,cd:[12,17,24,25,26,27,28,29,30,31],cdbs:37,ce:214,ceekz:40,center:163,centos6:39,centos:[12,18,22,23,28,33,35,37,39,40,41,42,43,229],central:244,cents:214,cflags:29,ch:144,change:[39,153,225],changed:[44,153],character:[72,90],characteristics:176,charlie:244,check:[14,22,33,34,37,42,45,63,79],checked:12,checking:54,checks:[41,54,116],china:239,choose:151,christian:42,chroot:12,chunk:[87,119],chunks:236,ci:[20,22,39,40,41],ciritical:153,cities:162,city:[162,244],clang:[39,40,41],clean:14,clear:[41,63],clearlock:[22,34,39,41,45,79,151],clears:50,client:[153,156,203,223],clone:[3,6,7,8,12,13],clumns:215,cmake:[3,5,6,28,31,39,40,42,43],co:156,code:[17,146,194,199],codes:[12,71],coffee:170,col:63,color:195,column:[11,22,33,34,35,37,38,39,40,41,42,43,45,46,50,54,57,63,64,66,70,78,79,100,101,102,104,105,106,110,112,113,114,115,118,121,128,133,136,138,140,141,142,146,151,152,156,162,166,167,168,169,170,174,176,179,188,191,192,193,202,203,206,208,209,211,213,215,234,238,239,240,241,243,244,246,247,248],columnn:39,columns:[33,35,39,43,54,103,132,155,215],com:[9,239],come:244,comma:42,command:[21,39,42,43,51,53,72,82,121,135,146,149,151,153,154,155,165,166,167,176,188,199,202,211,223,231,241,245],commandinput:42,commands:223,comment:[42,179,243,244],comments:[179,243],commit:17,common:[37,66,67,151,192],compared:176,compatibility:[146,195],compatible:153,complete:[38,136,156,208,210],composition:195,compress:[43,90,119,132],computed:72,cond:[40,68],condition:192,conditional:136,conditions:168,conf:236,config:[8,22,31,42,45,46,79,80,147],configuration:[40,153,156],configure:[3,14,17,23,24,25,26,27,29,30,35,37,38,39,41,133,192,206,234],confirm:17,conifugration:21,connection:231,connections:151,constant:[33,42],contain:39,container:56,content:[37,39,40,41,81,110,112,113,120,132,133,140,153,167,174,176,179,191,192,193,203,213,215,225,243],contents:72,context:[42,53,56,63,176],contrast:151,contrib:12,control:[],copa:42,copied:72,core:152,correct:[136,156,209],correction:209,corresponding:63,corrupt:115,cosmo:[40,41],could:235,count:133,country:[100,239,245],cover:176,coverage:14,cpu:[0,28,152,153,225],crch:144,create:[72,101,151,214],created:[72,110,112,113,244],createfilemapping:42,createrepo:12,creates:[56,72,155],crit:[107,108,151],critical:[72,107,151],ctrl:[151,231],ctx:[9,49,50,53,54,56,63,64,66,72],curl:[21,27,28,39,129,151,153,156,199,225],current:[46,68],currently:[52,54,153],cursor:[57,60,67],customize:153,cutter:[6,7],cxxflags:29,daemon:[156,157,223],daiki:[35,36,39],dangerous:[50,54],dangling:115,dash:28,dat:[33,43,212],data:[54,58,68,153,199,211,225],database:[22,33,42,45,53,54,63,66,79,121,128,149,151,153,155,176,236],dataset:[155,156,157],datasets:155,date:152,dav:168,dave:159,david:168,day:193,db1:225,db2:225,db:[33,37,38,42,43,50,53,54,63,64,66,69,88,99,119,121,139,140,151,152,153,154,156,199,215,223,228,231,241,245],dbms:176,dcb:41,dcmake:[7,8,31],dd:[192,194],ddl:234,de:17,deb:[12,25,30,39],debhelper:37,debian:[14,18,22,23,33,37,39,40,41,42,43,229],debootstrap:12,debug:[8,33,42,107,108,151,153],decrypt:12,defalt:35,define:[22,45,79,151],defines:155,defrag:[22,34,40,45,79],dejan:43,deleted:63,delimit:40,demo:240,depends:44,deprecated:[80,218],derived:157,descending:42,describe:72,described:151,describes:151,description:[43,232,244],designed:223,desktop:[8,31],dest:[66,150,151],destination:63,detail:152,details:[12,72],dev:[6,7,25,30,153],develop:[80,213],developed:213,developer:244,developing:213,development:244,develops:213,dewangga:42,df:205,dgrn:[7,8],dh:12,dicrc:27,dictionary:[195,214],diff:[12,152],directory:[72,157,231],disable:[37,153,235],disables:153,disk:[119,202],dist:12,distance:162,distributions:12,dll:[37,39,41,43],doc:[12,16,17,18,247],docs:43,document:[12,35,151,165,166,176,192,203,205],documentation:21,documentations:[158,217],documents:[174,176],doesn:[63,121,153],domain:[16,56,63,72,91,93,139,141,151,231,245],don:[52,56,153,211],done:48,donut:170,download:12,downloads:31,dragonfly:35,draw:240,drilldown:[33,34,41,42,43,98,239,240,244],drilldowns:[33,42,43],drilldownss:133,droonga:[168,169,206],due:176,dump:[22,33,34,35,37,39,41,42,43,45,52,79,107,115,140,147,151,153],ea:[144,194],each:[56,136,208,209,211],ear:144,earch:144,earlier:146,easier:203,easy:203,ec:133,echo:121,ecmascript:[39,40,133,190,192],edge:9,edict:[41,43],edit:[12,22,34,43,45,158,192],editor:17,editrc:37,effective:151,eggs:243,eight:241,eito:40,el:214,elapsed:[81,194,199],element:[42,78,192],elements:[43,78],elfring:39,ellip:162,emacs:17,emerg:108,emerge:[107,151],emergency:[107,151,153],emfile:235,emphasize:167,empty:42,en:[136,144,208,214],enable:[6,12,17,25,35,40,144,153],enablerepo:24,enables:153,encoding:[55,72,151,199],ency:152,end:[150,165,199,231],endpoint:157,eng:[136,208],engi:[136,208],engin:[136,208],engine:[136,144,165,166,176,203,208,209,210,211],enginen:208,english:[14,133],enhanced:44,enourmous:211,enqueue:9,entries:[42,89,104,105,106,110,112,113,133,140,149,165,166,191,192,215,243],entry:[58,88,89,92,98,99,100,103,110,113,128,133,243],entrykeys:140,env:201,environment:21,eof:151,eol:33,epel:[33,39],equal:174,er:202,eric:159,errno:[41,42,235],error:[33,40,41,46,53,57,72,81,107,108,151,153,202,205,235,241],errror:202,es:214,escape:56,escaped:56,estimate:42,estimated:[43,57,142],estimates:57,etc:[12,153,215,225],etime:150,euc:[28,40,151,214],ev:235,evaluated:130,event:[136,155,156,157,208,209,211],events:[156,225],ex:144,exact:[11,90],example:[133,151,238,239,240,241,243,245,248],examples:[35,112],excel:201,except:215,exclamation:42,exclude:[39,40,41,110,112,113,115,159],exe:[12,31],exec:231,executable:151,execute:[151,157,211],executed:245,executes:151,executing:53,executor:113,exist:[63,121,203],existence:54,existing:[151,157],exists:[110,113,115,140],exit:[71,151],expander:174,expect:41,expire:[],expired:33,explain:42,expr:[46,56,63,64,70],express:[8,31,39,40],expression:[42,43,56,131,133],expressions:153,ext:144,extract:211,extracted:56,extracts:56,fa:144,facebook:[22,39],factor:[41,133],failed:[33,43,48,94,121,241],failures:12,fast:[81,103,110,112,113,133,144,165,166,167,168,169,176,191,192,203,243],faster:223,favorite:17,favorited:244,favorites:244,fbnteqr:42,fd:235,feature:[17,54,203],fedora:[12,18,22,23,28,35,37,39,40],fetched:211,fgets:42,file:[35,121,151,153,231],filename:231,files:[12,153],filter:[33,35,39,40,42,43,46,78,89,90,98,100,159,162,168,169,170,173,174,190,192,198,202,211,232,234,239,240,244,246,248],filtered:[33,43,110,112,113,133],fin:64,finalizes:72,finds:66,finished:129,firefox:17,firewood:[39,40],first:[72,110,112,113,133,191,192,243,244],five:241,fix:[43,44,91,93],fixed:39,flags:[32,42,43,50,53,56,60,63,66,67,69,72,87,91,93,119,132,139,141,151,152,212,238,239,240,241,243,244,246],floating:216,flower:238,fluent:13,flushviewoffile:42,followee:244,follower:244,following:[50,72,151,155,157,223],fontaine:37,foo:33,force:[42,43,144,149,214],foreground:151,fork:17,forks:151,form:[191,195,228,231,241],format:[17,44,52,72,103,154,199],formula:12,found:[57,66],four:241,frank:159,free:[35,41,53,87],freebsd:[22,42,45],freed:54,frees:72,freq:[156,211],frequency:[41,136,156,203,204,205,208,209,211],friends:240,from:[43,44,53,54,56,57,72,151,170],fromtable:89,fsf:39,ftb:44,ftp:[12,152],fu:144,ful:144,full:[42,119,132,144,176,202,203,214,235],fulltext:[144,165,166,176],fullwidth:42,fumiyasu:37,func:[53,64,68,72],functions:[33,41,42,43,44,72,110,112,113,133,168,170,178,188,189],fuzzy:[22,43,45,158],ga:[144,152,195],garbage:[40,87],gb:[199,236],gc:43,gcc:[24,26,28,29,37,39,40],gdb:14,gem:12,gemfile:39,generate:72,generated:[72,155],generates:155,geo:[22,34,35,37,38,39,40,43,45,57,158,240,244,248],geodetic:216,geoindex:240,geopoint:[34,35,40,43,57,119,120,132,162,163,164,238,239,240,245,248],geoppoint:57,geosite:240,get:[37,39,41,57,142,144,211,245],getaddrinfo:39,getenv:42,gets:72,gettext:[17,18],ghz:152,gi:144,gib:[32,215],gir:12,git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,33,37,39,40,41,42,43],gitter:[2,42,43],gituub:43,glaser:43,glib:40,global:18,glossary:21,gnu:[3,5,8,12,18,22,23,28,29,33,37],gnupg:12,go:[193,223],golubchik:[33,42],gone:240,goo:[191,192],good:[110,112,113,133,142,168,191,192,193,213],google:[133,203,204,205,210],goroo:223,gpg:12,gpl:44,gps:0,gqtp:[0,1,3,22,24,25,26,30,39,40,41,42,85,150,151,152,222,230,245],gr:[133,144],graceful:134,grease:238,greater:174,gregex:40,grep:[24,25,26,30,235],grn:[3,22,33,35,36,37,38,39,40,41,42,43,45,46,47,48,71,72,84,85,90,94,98,100,103,111,121,129,133,143,160,162,163,164,171,175,194,201,202,235,243],grndb:[22,33,41,42,43,45,121,148],grnline:241,grnslap:[22,45,148],grntest:[13,35,37,39,43],grnwrap:241,gro:176,gronga:[201,210],gronnga:210,gronoga:153,groo:133,groogna:[38,156,225],groonga:[1,2,10,13,14,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,52,53,63,68,71,72,76,78,79,80,81,82,84,87,88,89,90,91,92,93,97,98,99,101,102,103,107,108,109,110,112,113,115,116,122,125,127,129,132,133,134,135,136,138,139,141,143,144,147,148,149,150,160,162,163,164,165,166,167,168,169,171,174,175,176,179,188,190,191,192,193,194,195,196,197,198,199,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,222,223,224,225,228,231,232,234,235,236,238,239,240,241,242,243,244,245,246,247,248],groongau:214,group:[66,239],grroonga:210,gt:[165,166],gtar:29,gted:17,gtihub:37,gui:132,gzcat:43,gzip:[28,39,224],halfwidth:195,hana:240,hanako:100,handle:53,handled:153,hard:215,hardy:35,has:[12,44,57,66,72,115,155,203],hash:[132,212,244],hat:28,have:[52,54,193],haystack:11,hdd:152,he:214,head:[41,150,231],header:[42,86,89,90,91,93,97,100,102,105,107,110,111,112,114,115,116,117,118,119,121,122,123,127,128,129,130,131,133,134,135,137,138,140,141,143,144,145,146],heavy:223,hello:[110,112,113,133,142,192,193,213,214,243],help:[14,17,37],helpful:203,hendro:40,here:[72,151,155,157,211],hex:240,hh:[192,194],hideki:42,high:89,highlight:[22,33,41,42,43,45,158],hino:40,hiroaki:42,hiroshi:[35,37,43],hirotaka:42,hiroyuki:42,hits:90,hmm:244,ho:214,hobby:194,hoge:160,home:[12,28,110,113,115,214],homebrew:[22,23,37,41,43],homepage:152,hook:[58,115],horikoshi:37,host:[151,152,156,202,231,245],hostname:[151,153,154],hottolink:44,hour:48,how:[22,72,111,222],html:[3,12,14,22,37,39,40,41,43,45,153,154,158,165,166,176],http:[0,1,12,17,22,24,25,26,30,33,35,37,39,40,41,42,43,45,49,78,101,129,148,150,151,152,153,156,167,168,169,202,211,214,222,223,225,237,238,239,240,241,243,248],httpd:[12,38,39,40,41,43],httprewritemodule:153,https:[12,13,17,21,24,25,26,27,28,29,30,31,224,235],hw:27,ia:[232,234],ic:[60,214],ichii:37,id:[0,33,35,41,42,43,46,50,53,57,60,61,63,66,67,76,78,81,87,89,90,91,93,100,101,112,113,115,119,120,132,133,136,139,141,146,151,156,159,168,169,173,191,192,193,194,195,202,208,209,211,212,213,234,238,239,240,241,243,245,246,247,248],identifier:46,ideographic:42,idf:41,ids:[57,78,89],ieee:216,ifexists:103,ignore:42,ignored:[39,54],ii:[43,202],il:[232,234],ill:232,illegal:231,immediate:[43,134],implementation:223,implemented:[42,44],improper:231,inappropriate:231,include:[16,41,110,112,113,115,156,159],includes:42,incompatible:231,index:[12,33,41,42,43,44,50,54,57,59,60,90,91,115,176,191,192,215,240,243],indexblog:243,indexbuf:50,indexes:132,infinity:33,info:[33,42,43,90,107,108,149,151,153,202,205],init:[25,28,39,41,64],initial:[33,110,112,113,133],initialize:53,initialized:[53,72],initializes:[71,72],innodb:0,input:[52,81,103,231],inspect:[33,42,43],install:[12,14,18,21,23,24,25,26,27,29,30,31,39,41,72,150,152],installer:12,instantly:176,instead:[72,88,127,151,218,229],intel:152,internal:41,internally:[52,53],interpreter:12,interrupted:231,into:[53,211],introduction:101,inv:152,invalid:[72,102,133,231],inverted:176,io:[22,33,42,43,44,45,79,121],ip:[152,156,231,245],ipa:26,iptables:225,is:[17,39,41,42,43,48,50,52,53,54,56,57,63,64,66,72,78,84,110,112,113,121,129,133,140,142,144,151,153,155,157,165,166,167,168,169,174,176,191,192,194,199,202,203,211,213,218,223,225,229,231,238,241,243,245,247],isn:[53,54],iso:192,issue:19,issues:41,it:[50,52,53,54,56,57,63,66,71,72,81,103,110,112,113,133,146,151,157,191,192,193,194,203,223,229,240],itagaki:35,item:[136,155,156,208,209,211,212],items:[133,173],its:[56,72,151],itself:78,ivh:26,iwai:[38,39],ja:[12,17],jacob:42,james:246,japan:[100,239,245],japanese:214,jason:246,javascript:[12,22,153,154,237,245],je:246,jeff:246,jekyll:12,jemalloc:41,jennifer:246,jersey:244,jessie:[12,22,23,40,41,42],jira:43,jiro:240,jis:[67,198],job:152,jobs:152,john:[100,246],joseph:246,jq:241,jquery:[35,41],json:[33,35,37,39,41,42,43,52,78,82,136,152,153,154,199,225,231,241],jsonp:[37,42,156],juman:26,just:[54,63,155,193,244],ka:195,kakesa:42,kana:[136,155,156,208,209,211],karmic:14,kashihara:41,katagiri:40,katakana:195,kawada:41,kawaji:39,kb:236,kbytes:152,keeps:78,ken:240,kenichi:[35,37],key:[12,32,33,39,40,41,42,43,46,50,63,66,67,78,81,89,90,91,93,100,101,103,110,112,113,119,120,128,132,133,136,140,141,142,146,151,152,153,156,159,162,167,168,169,170,173,179,188,191,192,195,198,203,208,209,211,212,213,215,225,231,232,238,239,240,241,243,244,245,246,247,248],keybuf:66,keyid:12,keys:[41,42,66,153],keyword:[39,40,56,133,165,166,174,176,191,203,204,205],keywords:56,kib:[42,215],kinjirou:240,kiske:39,kk:202,klose:42,km:244,ko:44,koi:[28,39,151],korea:239,kuriyama:41,kwic:176,kytea:[28,39,40,144],label:[33,42,43,89,173],labeledarguments:33,lacked:235,langasek:43,language:17,larger:[157,211],largetext:212,last:[39,156,244],lat:152,latency:152,later:151,latin1:39,latin:[28,39,151],latinovic:43,launch:157,launchpad:[12,30,41],layout:12,lc:17,ld:214,learing:211,learn:157,learned:157,learning:211,left:57,length:[43,72],lenny:37,less:[43,174,202],let:193,letter:195,level:[72,90,107,108,151,153,157,231],levels:153,lexicon:[42,101,128,138,152,174,179,193,195,243],lf:150,lgpl:44,li:[214,232,234],lib:[35,40,122,123,127,235],libedit:[26,28,34,35,37,39,42],libevent:[25,28,30],libgcc:41,libgroonga:20,liblz:25,liblzo:30,libmecab:[12,25,30],libmsgpack:[25,30],libraries:[203,223],library:[52,223],libstemmer:41,libtool:[6,42],libwinpthread:41,libzmq:[25,30],libzstd:25,lic:168,license:[12,44],light:223,like:[50,223],limit:[33,37,57,66,67,98,136,153,194,211,239,240,241],line:[21,53,81,223],lines:14,link:[238,239,245],links:[238,239,245],linux:[22,33,45,152],lion:39,lisp:33,list:[12,155,157],listen:[39,151,153,225,235],lists:41,ll:[144,214,232,234],lldb:[6,7],llt:144,lo:214,load:[22,33,34,35,37,38,39,40,42,43,45,46,78,79,80,88,89,90,93,100,101,102,110,112,113,115,119,133,136,141,142,146,151,153,156,157,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,195,198,202,203,204,205,206,208,209,211,213,216,234,238,239,240,241,243,244,246,247,248],loaded:[43,131],loading:43,loads:157,local:151,locale:17,localhost:[12,37,129,150,151,152,153,156,199,225],localstatedir:[28,35],location:[21,40,43,81,153,225,238,239,240,244,245,248],lock:[22,33,41,42,45,48,54,63,79,88],locked:72,locks:[72,176],log:[12,22,28,33,39,42,43,45,72,79,89,90,115,149,151,153,156,194],logaling:21,logical:[22,33,42,43,45,79,102,135,206,217],logicalcountcommand:110,logicalselectcommand:113,logicaltableremovecommand:115,logrotate:[39,41],logs:[89,110,112,114,115,118,121,128,138,156,157,202,204,205,206],logyyyymmddhhmmss:156,longer:44,longest:66,longitudexlatitude:40,longtext:[46,57,90,119,120,132],loose:173,looseitems:173,love:243,lru:86,ls:12,lt:[144,165,166,176],lte:144,lts:[21,30],lucid:[12,35,40],lz4:[28,33,41,43,90,132],lz:[28,33,119,132],lzo:[37,39,41,50,231],m6:29,mac:[22,23,35,39,41,43],machine:151,macports:[22,23,37],mail:152,main:[12,25,68],make:[14,17,18,23,24,25,26,27,29,30,41,72,150],makecache:39,makefile:[7,8,12],malloc:41,man:[34,43,159],managed:54,management:[21,54,176],manager:[153,225],managing:54,many:[78,155,203,223],map:37,maps:[],mariadb:[40,41,43],mark:[42,195],marked:229,markup:16,markus:39,marverick:35,masaharu:[38,39],masahiro:35,masanori:43,masatoshi:42,massachusetts:244,master:153,match:[22,28,33,40,41,42,43,53,78,90,98,147,153,165,166,176,191,193,194,203,204,205,213,232,234,237,241,244,247],matched:57,math:[22,33,45,158],matsuu:35,matthias:42,maverick:37,max:[33,39,41,43,67,68,82,87,97,119,133,135,150,152,153,168,175,192,199,204,215,231,241,245],may:[50,54,156],mb:[33,39],mbytes:152,mdev:43,me:[126,137,214],means:[52,57,63,72,153,194],mecab:[0,12,24,25,26,27,28,30,34,35,37,39,40,41,42,43,44,214],meerkat:37,memcache:228,memcached:[0,1,14,22,42,43,222,245],memo:[41,174,203],memory:[22,72,202,233],memos:[42,120,132,168,169,188,203,213],memset:42,mercurial:12,message:[43,72,108,194,202,204,205,243],messagepack:[28,33,37,38,39,42,52,199,225,231],messages:40,metadata:39,micro:244,microsoft:[8,31,42],migrated:[110,112,113,133,191,192],mike:100,millisecond:48,mime:[42,225],min:[33,39,41,48,67,133,150,152],minagawa:40,mingw:[12,37],minimum:72,mips:43,mitsuhiro:35,miyashita:43,mizuhara:42,mkdir:101,mkostemp:41,mktime:42,ml:10,mlock:35,mm:[192,194],mmap:[22,40,233],mode:[41,42,43,44,214],moden:168,modern:244,modes:151,moero:240,money:240,monkey:238,month:240,montywi:38,mooz:37,more:[72,151,157,176,203,231],moritapo:240,moritars:243,morning:193,most:57,mpaa:159,mrb:43,mroonga:[22,33,38,39,40,41,42,43,78,101,110,112,113,133,165,166,167,168,169,174,179,191,192,201,203,206,243],mruby:[6,7,8,40,41,42,43,130,131,206],msdn:235,msec:48,msg:[9,42],msgpack:[33,42,43,199,231],msvc:42,msyql:78,mte:44,multiple:223,multithread:66,munin:[24,25,26,28,30,34,37,39],murata:33,museum:244,music:[194,240],must:[50,54,56,57,63,72,97,157,211],mutex:[40,68,72],mv:109,my:[110,112,113,133,191,192,243],myamanishi3:33,myisam:0,mysql:[0,12,24,25,26,30,41,42,44,78,116,133,165,166,176,201,203],naist:214,nakamura:42,name:[33,50,53,54,55,56,63,64,66,69,72,87,91,92,98,100,114,115,117,120,122,123,132,139,145,151,153,155,157,174,179,192,202,238,239,240,241,243,244,245,246,248],namebuf:[50,63],names:[89,120],nan:33,nanoseconds:194,naoina:[39,40],nargs:56,narwhal:37,natanael:42,natty:37,ne:144,near:[168,174],need:[52,56,146,151],needed:[53,153],negative:[64,72],neologism:214,nested:40,net:239,netbsd:[35,40],netinet:42,network:231,never:111,newark:244,newids:89,newly:[146,176],newnames:89,news:[12,33],newvalue:50,next:[57,64],nfkc:195,nfs:28,nfthreads:68,ng:144,nginx:[24,25,26,30,33,39,40,41,42,43,224,229],nginxhttpstubstatusmodule:41,ni:[173,198],nice:193,night:[193,247],niho:173,nihon:[173,208],niku:41,nine:241,nippon:208,nise:41,no:[34,40,42,44,57,101,102,110,112,113,121,133,136,202,212,231,235],noarch:[24,26],node:12,nogpgcheck:39,none:[28,116,133,142,144,151,153,155,231,243],nonexistent:[94,95,110,113,133,214],normalize:[22,33,41,45,79,117],normalized:116,normalizer:[22,41,45,79,90,110,112,113,120,128,133,139,140,141,142,156,166,173,174,176,191,192,193,195,198,202,203,204,205,213,215,234,241,243,244,247],normalizerauto:[42,90,110,112,113,116,117,120,128,132,133,138,140,142,144,156,165,166,173,174,176,191,192,193,198,202,203,204,205,213,214,215,234,241,243,244,247],normalizernfkc:[117,132],normalizers:117,normallexicon:195,normally:[52,53,54,151],not:[12,39,42,50,54,72,78,115,146,174,231,235],note:[72,151],nothing:[52,188],notice:[42,90,107,108,151,153,204,205],notrelated:115,now:[22,33,45,158,229,244],nroonga:[21,174,243],nsis:12,nsubrecs:[50,113,133,239,240,244],nt:214,nterms:87,nul:[37,54,72,214],number:[22,43,45,57,64,72,87,97,133,151,152,158,192,211,215],numbers:42,nvars:64,ny:244,obata:35,obj:[50,54,56,58,61,63,64,65,70,87],object:[22,33,39,42,43,45,54,58,63,64,65,66,70,72,79,90,115,132,192,231],objname:[88,99],obsolete:229,obtained:72,occurred:57,ocelot:[37,40],october:41,of:[33,39,44,50,53,57,63,64,66,72,87,97,136,151,153,155,156,157,165,166,176,179,211,215,244],off:[41,153],official:12,offset:[33,54,56,57,58,63,66,67,72,98,136,241],ohkubo:43,ok:100,okapi:[203,205],old:[12,72],oldvalue:50,om:214,omitted:199,on:[17,44,52,54,57,63,66,72,144,153,165,166,176,225,235],one:[43,72,151,157,176,223],oneiric:[37,40],onga:176,ongaeshi:[35,39,40,42],onigmo:[41,42,43,202],oniguruma:42,only:[42,52,63,72,151,153],oo:[144,212],ooo:212,op:[50,56,57,65,66],opaque:231,open:[121,241],openbsd:[42,43],opened:[54,120,194],opens:[54,57],operation:[57,115,231,235],operator:[33,42,57],optarg:[54,65],option:[151,157],options:[42,149,150,151,152,153,155,156,157,174,206,223],or:[41,50,52,54,57,66,72,110,129,133,146,151,169,174,191,201,205,214,231,235,247,248],oracle:[22,23,37,39],orangain:40,org:[239,245],origin:17,original:[52,101,246],os:[5,7,8,12,18,22,23,35,39,40,41,42,43,54,97,102,152],osdn:[12,42],other:[42,48,50,54,72,151,157],otherwise:[63,72],out:[33,152],output:[35,38,39,40,41,42,43,52,53,78,82,89,90,98,110,136,154,158,162,165,166,167,168,169,170,173,174,176,179,188,192,194,199,203,204,205,234,238,240,241,243,244,248],outputs:157,outputting:52,overcommit:215,owned:56,owner:153,packages:[12,17,24,25,26,27,28,29,30,31,229],pai:43,pair:[136,155,156,208,209,211],pangolin:39,parallel:12,parameter:[57,63,64,66,146,151],parent:[113,133],parker:42,parse:46,partial:11,pass:153,passed:[12,54],passes:12,pat:[43,67,212],patch:44,path:[18,50,54,63,66,72,91,93,120,127,139,141,151,152,153,225],paths:138,patprefix:246,patricia:132,patsuffix:246,pattern:[191,192],pcre:[33,39],pentium:152,people:90,performance:[176,223],performed:235,period:33,permission:231,permitted:115,persistent:[54,66,91],pg:159,pgroonga:[42,101,194,203,206],php:[39,223],physical:87,pid:[28,33,34,42,43,151,194],pikonyan:240,pip:18,pkg:[25,28,29,35,42],platforms:72,play:247,player:89,players:[89,141],please:[17,54,229],plugin:[22,37,41,42,45,47,79,101,102,110,111,112,113,114,115,120,127,130,131,133,142,156,168,170,178,188,189,201,213],plugins:[127,215],po:[17,43],poedit:17,poeple:90,point:[38,57,93,129,163,164,232],pointed:72,pointer:72,popular:133,port:[27,151,152,156,228,231,245],porting:44,position:[57,72,119,132,144,214],posix:[42,192],post:[12,33,39,40,41,42,43,110,113,133,156,191,192,224,244],posted:244,postgresql:[0,176,206],posting:57,poyonga:223,ppa:[22,23,41],pre:[44,156],precise:[12,39],prefix:[6,12,14,18,22,28,37,42,43,45,66,67,136,158,174,192,198],previous:229,price:238,priority:133,proc:[24,25,26,30,33,42,58,64,66,70,72,97,121,133,214],process:[50,54,151],processed:194,processes:151,processor:[24,25,26,30],program:157,progress:194,project:192,proonga:223,properties:194,protocol:[0,151,154,199,223,225,228,229,245],pthread:[37,40],ptr:72,pub:12,published:12,pull:12,push:[12,17],pushes:53,put:191,pyenv:18,python:[12,18,223],qps:[150,152],quantal:39,queries:[152,176],query:[0,11,22,33,36,39,40,41,42,43,45,56,65,78,79,90,98,110,122,123,127,136,153,155,156,157,158,165,166,176,190,191,192,193,194,201,202,203,204,205,208,209,211,213,223,229,232,234,238,240,241,243,244,245,246,247,248],queryexpandertsv:[22,39,40,45,122,123,127,174,200],question:42,quetzal:39,queue:[9,235],quiet:231,quit:[12,22,33,45,79,151,194,231],quiz:240,quorum:33,quote:192,raccoon:240,radious:163,rake:12,rakutan:243,raltime:211,ram:152,rand:[22,33,45,158,248],range:[22,33,41,42,45,79,90,91,93,112,139,141,231],ranguba:[33,41,49,78],raring:[40,41],rather:223,raw:[21,119],rc:[33,53,71,85,144,194],rch:144,rd:[232,234],rdbms:[0,42],rdiscount:12,re:54,read:[176,231],readings:[173,198],readme:[12,40],reads:157,real:[46,176],realloc:[33,35],really:[110,112,113,133,191,192],realtime:[136,211],receive:156,received:151,receiver:157,recently:86,recommend:223,record:[22,33,42,43,45,57,63,66,78,112,113,133,162,217,238,241,245],records:[42,57,112,133,194,211],recovered:54,recovers:54,rect:162,rectangle:[39,57],recursive:[6,7,8,12,13],red:28,redcloth:12,redhat:37,redmine:41,reference:[40,42,63,78,115,132,133,140],referenced:102,referencedbycolumn:140,referencedbytable:140,referencedtable:140,references:[115,140],referencetable:140,regexp:174,regexplexicon:[128,202],register:[22,40,42,45,79,116,122,144,244],registered:[72,127,176],regular:[153,202],reindex:[22,33,42,43,45,79],relation:63,release:[12,31],released:[12,44],releases:71,remained:[194,202],remote:151,remove:[63,115,116,121,140],removed:127,removep:63,removing:54,rep:152,replaced:[155,157],replication:203,replied:244,replies:243,reply:243,repoforge:39,reports:72,repositories:12,request:[12,22,33,40,41,42,43,45,79,83,84,211],required:[21,121,153,225],res2:66,res:[57,65,66,152],resizes:72,resource:231,resources:[53,54,71],rest:72,restart:229,result:[11,66,157,162,176,199,231,243],results:[39,66,176],retry:231,returned:[57,72],returns:[50,57,66,72],reverse:[12,153],rewrited:44,rf:153,rid:[59,60],right:57,ringtail:[40,41],rk:[22,42,45,173,196],rl:214,rlimit:[40,194],rm:153,ro:144,roles:90,roonga:[191,192],root:[40,42,153,245],rose:238,row:176,rpm:[12,24,26,35,37,39,40,41],rroonga:[21,40,41,42,49,169,174,179,188,190,203,243],ruby:[0,6,7,8,12,21,22,33,39,40,41,42,44,45,78,79,165,166,188,190,202,203,223],rubygems:39,rubyinstaller:8,run:[12,14,22,151,153,222],running:[54,129,151],runs:[151,157],ryo:33,sa:[136,209],sae:[136,209],saer:[136,209],saerc:[136,209],saerch:[136,209],sako:42,salamander:[40,41],same:[40,48,78,223],sample:[152,157],satoh:37,satoshi:33,saucy:[40,41],save:12,say:[192,243],scalar:132,scan:14,schema:[22,33,42,45,79,120,155],scope:42,score1:11,score2:11,score:[11,40,42,50,78,93,110,112,113,133,136,141,146,162,174,192,203,204,205,208,209,211,234,240,241,243,244,248],scorer:[22,42,98,102,162,170,190,192,203,237,240],script:[41,43,103,133,152,160,163,164,171,175],se:[144,208],sea:[144,208],sear:208,searc:208,search:[37,39,66,67,90,133,136,144,165,166,176,191,192,201,203,208,209,210,211],searched:57,sebastian:41,sec:48,section:[50,59,72,119,132,151],sed:[27,37,39,42],see:[72,90,151],segment:[43,87],segments:87,segv:[34,40],select:[22,33,34,35,36,37,39,40,41,42,43,45,46,49,78,79,80,83,84,86,89,90,93,100,102,110,112,126,129,135,141,146,151,153,158,159,162,165,166,167,168,169,170,173,174,176,179,188,190,191,192,193,194,195,201,202,203,204,205,211,213,217,223,232,234,238,239,240,241,243,244,245,246,247,248],selector:98,selects:57,self:152,sen:44,senboku:40,send:[156,223],sender:157,senna:[33,110,112,113,133,191,192,201],sentense:42,separated:52,sequence:[136,155,156,208,209,211],serach:209,serch:[136,209],sergei:[33,42],sergey:41,serial:89,serihiro:39,serve:12,server:[39,41,42,115,153,168,169,223,225,229,240],servers:115,service:[42,209,229],session:223,set:[63,152],sets:53,seven:241,sh:[12,21],sha:12,shard:114,sharding:[42,110,111,112,113,114,115,206],share:28,shared:[48,50,54],shell:151,shibuya:35,shidara:37,shift:[28,214],shimada:35,shimamura:42,shimoda:35,shimomura:39,shinya:39,sho:40,shop:170,shopping:193,shops:[170,232],shorttext:[33,35,37,41,43,46,57,67,78,81,89,90,91,93,100,101,102,104,105,106,110,112,113,114,115,118,119,120,121,128,132,133,136,138,139,140,141,142,146,151,152,156,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,195,198,202,203,204,205,208,209,211,212,213,215,234,238,239,240,241,243,244,245,246,247,248],should:[53,72,146],shows:52,shutdown:[22,33,35,43,45,79,102,151,153,202,225,231],sid:[12,37,41,87],sigcont:40,sigint:37,sign:12,signing:12,sigsegv:66,sigstop:40,sigusr:37,silent:21,similar:[39,136,151,168,174],simple:229,since:[127,146,229],sis:37,sister:90,site:[128,238,239,241,245,248],sitecountry:[239,245],sitedomain:[239,245],sites:[101,104,105,106],six:241,size:[50,63,66,67,69,72,87,119,120,121,132,236],sizeof:[42,53,56],sjis:[28,44,151],slash:192,sleepy:193,slice:33,slices:[33,43],small:121,smaller:78,smith:43,snake:42,snippet3:176,snippet:[22,33,39,40,42,43,44,45,112,133,158],so:[54,63,66],soccer:240,socket:[231,235],soerr:235,soft:215,software:30,solaris:[5,7,8,22,23,37,39,42],solr:192,some:[42,71,155],sort:[33,42,43,66,168,169,170,174,203,204,205,240,241,248],sortby:[37,43,98,136],sound:[195,209],soundkitchen:[37,39],source:[12,33,42,54,63,81,91,93,120,240,241,243,244],sourceforge:[12,42],sources:[12,33,91,119,132],sozaki:33,space:[42,72,78,191,202,235],span:[165,166,167,176],spec:[12,33,35,39,40],specified:[57,64,72],specifies:151,specify:[17,63,151,153,155,157],specifying:72,speed:210,spelling:247,sphinx:[3,15,16,18,41,42,43],sphr:162,spil:42,sports:240,sql:[133,203,239],squeeze:[12,40],src:66,srpm:33,ss:[192,194,202],ssh:12,ssssss:194,st:[144,192,214],stable:80,stack:[40,231],stage:[33,43],standalone:157,standard:216,standing:223,start:[42,82,135,153,193,229,231,235,241,245],started:[81,110,112,113,133,191,192],starting:72,starttime:[42,82,135,153,199,231,241,245],stateful:223,states:100,statistics:119,status:[22,34,35,39,40,42,43,45,79,82,100,151,152,153,199,223,241,245],steve:43,still:129,stop:[39,42,151,153,229],storage:[165,166],store:[53,56,57,63],stored:[157,211],stores:56,str:[56,72],strerror:41,stretch:[22,23],strict:41,string1:160,string2:160,string:[11,22,39,41,42,43,45,56,63,64,72,110,112,113,133,158,160,168],strlen:72,studio:[8,31,39,40,42,43],su:43,sub:[12,22,40,42,45,158,168,173],subject:40,submit:[136,156,208,209,211],subrecord:40,substitution:174,succeeded:[93,100,105,107,128,146],success:231,successfully:72,successor:192,such:[17,39,127,155,157,176,211],sudo:[12,14,18,21,24,25,26,27,28,29,30,39,215,229,236,245],sufficient:[72,235],suffix:[155,157,168,174],suffixsearchterms:[191,192],suggest:[22,35,37,45,79,156,157,208,209,210,211],suggestion:155,suitable:151,suited:176,sum:[33,41,113,133],summary:[22,152,222],sunos:41,superior:176,support:44,supported:[44,153],supports:[44,72,157],swig:44,synonym:[133,247],synonyms:201,syntax:[43,46,151,231],syscall:[41,241],sysctl:[42,215,236],system:[29,110,112,113,133,176,191,192,215,216,235],systemctl:[25,229],systemd:[25,39,42,43],systems:176,tab:52,table:[11,22,32,33,35,37,38,39,40,41,42,43,45,46,50,53,54,57,60,63,64,66,67,78,79,80,89,92,98,100,101,102,103,104,105,106,110,112,113,114,115,118,121,128,136,146,151,152,156,157,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,195,198,202,203,204,205,206,208,209,211,213,214,215,225,234,238,239,240,241,243,244,245,246,247,248],tablecursor:42,tablegroupflags:42,tablename:80,tables:[53,54,155,211,215],tag:[12,89,110,112,113,133,168,169,188,240],tags:[42,78,91,133,138,168,169,188,240],tahr:[30,41],tail:[12,231],tajima:39,takagi:33,takahiro:35,takashi:[37,100],takayama:42,takayuki:37,takes:129,takuto:35,tar:[12,24,25,26,27,28,29,30],target:[31,41,50,54,56,57,63,121,149],taro:240,tasuku:44,tatsuya:39,tc:[60,67],tcp:[43,151,156],te:[144,214],temporary:[54,151],term:[87,247],terminal:244,terms:[87,90,110,112,113,120,132,133,140,142,151,165,166,174,176,191,192,203,204,205,213,215,234,241,243],teruya:42,test:[12,14,152,238,241,243,244,245],testdb:[152,157],tests:12,tex:144,text:[39,42,46,57,81,90,105,110,112,113,119,120,128,132,133,140,144,152,174,176,191,192,199,202,203,204,205,212,215,225,243],tf:[203,204,205],than:[43,78,202,211,223],thanks:244,that:[39,48,50,52,56,57,63,64,66,72,115,140,151,176,194,223],the:[16,39,44,48,50,52,53,54,56,57,63,64,66,72,97,110,112,113,115,121,129,133,140,151,153,155,156,157,162,176,191,192,211,215,223,229,235,244],theater:247,theatre:247,them:56,then:72,there:[78,151,191,223,229],therubyracer:12,thesaurus:133,these:[54,151,176],thorsten:43,thread:[9,22,33,42,45,50,54,66,72,79,97,111,121,140,152],threads:97,threasd:151,three:[238,241],threshold:[37,42,62,63,99],through:153,thus:[155,157],tid:60,tim:33,time:[22,37,39,40,41,42,43,45,110,112,113,114,115,118,119,120,121,128,129,132,136,138,152,156,158,171,194,208,209,211,234,238,244],timeout:[43,48,63],times:48,timestamp:[43,114,115,118,121,128],timestamps:115,timeuot:48,timing:[],title:[12,33,40,41,101,104,105,106,128,140,174,179,203,238,239,240,241,243,245],titles:[191,192],tiwawan:42,tld:239,tls:43,tmp:[6,7,12,40,91,93,120,121,136,141,151,201,202,225,231,241,245],to:[22,39,43,44,48,50,52,53,56,57,63,66,72,81,94,101,110,112,113,121,133,146,151,153,157,176,191,192,211,222,244],tobby:174,todo:[6,7,14,33,50,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,73,75,77,78,81,90,112,113,116,126,133,155,158,177,187,191,192,206,215,217,225,226,227,242,243],token:[33,42,101,142,152,213],tokenbigram:[90,110,112,113,120,128,132,133,138,140,142,144,145,151,156,165,166,174,176,179,191,192,193,203,204,205,209,212,213,215,232,234,241,243,244,247],tokenbigramignoreblank:[132,145,234],tokenbigramignoreblanksplitsymbol:[132,145,234],tokenbigramignoreblanksplitsymbolalpha:[33,132,145,234],tokenbigramignoreblanksplitsymbolalphadigit:[33,132,145,234],tokenbigramsplitsymbol:[35,132,145,234],tokenbigramsplitsymbolalpha:[132,133,144,145,232,234],tokenbigramsplitsymbolalphadigit:[89,132,145,174,209,234],tokenbigramsplitxxx:214,tokenbigrm:89,tokenbigrma:144,tokendelimit:[132,144,145,156,211],tokendelimitnull:[36,132,145],tokenfilterstem:[25,30,33,41],tokenfilterstopword:[41,42,142],tokenize:[22,40,41,42,45,79,142,145,214],tokenizer:[22,33,39,41,45,79,214,231],tokenizers:[144,145],tokenkytea:39,tokenmecab:[39,232,234],tokenregexp:[42,43,128,132,145,202],tokens:144,tokentrigram:[42,132,144,145],tokenunigram:[132,145],tokyogeopoint:[37,43,57,119,120,132,163,164,248],tom:174,tomita:35,tomo:240,tomoatsu:35,tomotaka:37,tomygx:42,too:[42,121,231,243],tood:[72,137],tool:21,top:[37,57,164],torinky:43,tortoisegit:8,totable:89,total:[87,119,152],touch:54,toybox:238,tracker:19,transfer:[0,223,229,231],transitional:229,translate:17,translation:17,travel:244,travi:40,travis:[20,22,39,40,41],travisci:12,trie:132,tried:244,tries:48,tritonn:[110,112,113,133,191,192],truncate:[22,37,40,41,42,43,45,50,79,102],truncated:40,truncation:37,trust:12,trusty:[12,30,41],ts:214,tsu:42,tsv:[42,154,199,231],turn:153,tutorial:72,tweet:193,tweets:193,twiter:39,twitter:[3,22,244],two:157,tx:214,txt:[16,17],type:[43,50,52,53,57,61,63,64,66,69,91,93,116,136,138,152,208,209,211,238,239,240,241,243,244,246,248],types:[116,136,208,209,211],typo:[37,41],ubuntu:[14,18,21,22,23,33,35,37,39,40,41,42,43],ueno:[35,36,39],ui:133,uid:12,uint:[32,33,35,39,40,41,43,46,68,78,81,89,90,91,93,100,102,110,112,113,119,120,132,133,138,139,140,141,146,156,159,160,168,173,179,191,192,193,195,202,213,215,234,239,240,241,243,245,246,247,248],ul:144,ull:144,ultra:240,umask:41,umemoto:37,unchanged:72,under:[153,157],unicode:[42,195],unicorn:42,uninstall:39,unique:129,united:100,universe:30,unix:[3,5,8,28,41,81],unknown:[46,231],unlink:56,unlock:63,unlocked:72,unlocks:72,unmanaged:87,unmaps:54,unpatched:44,unsafe:54,unsigned:[41,49,50,56,59,63,64,66,67,69,72],unsplit:11,unsupported:231,until:[48,72],up:199,update:[17,18,25,26,30,39,59,231],updated:[17,44,234],updates:176,updating:48,upload:12,uptime:[34,82,135,153,199,231,241,245],uri:[153,154,156],url:[12,37,41,101,154,245],usa:239,usage:151,use:[17,38,42,50,52,53,54,56,72,81,87,88,110,113,127,133,146,151,156,191,192,203,218,223,229,243],used:[52,53,54,63,71,86,89,146,151,157,223,244],useful:[50,151,203,243],useless:54,user:[64,115,152,153,156,159,166,168,174,176,179,192,215,240],username:[31,240],users:[31,43,46,83,84,89,91,93,100,102,115,118,119,121,132,133,141,146,153,159,174,194,225],uses:[52,54,157],using:[44,52,211,243],usr:[14,27,28,122,123,127,151,153],usually:157,utc:192,utf:[28,35,39,40,43,44,55,151,156,192,199,214],utopic:42,uubntu:14,uuid:43,uuuuuu:192,uzulla:37,v1:11,v2:11,vagrant:12,valgrind:14,valid:211,value:[33,39,40,41,42,43,48,50,61,63,64,66,67,72,78,89,91,107,115,119,120,130,131,132,134,139,144,153,154,191,192,202,211,214,241,245],valuebuf:61,valuen:[168,169],values:[50,52,63,103,151],variable:72,variables:72,variety:240,vars:[64,72],varying:72,vector:[22,33,39,40,42,43,45,78,110,112,113,132,133,158],version:[12,37,44,51,53,82,135,152,153,199,206,231,241,245],versions:229,vervet:[42,43],very:[81,103,110,112,113,133,165,166,168,176,191,192,203],via:211,video:240,virtualbox:12,visual:[8,31,37,39,40,41,42,43],vivid:[12,42,43],vm:[12,39,236],vmstat:236,vmware:12,voiced:195,vojtovich:41,waits:[48,72],wanabe:40,want:[151,223],wareohji:39,warn:[107,151],warning:[107,108,151,153,202,205],warp:41,was:235,watch:12,way:157,wc:[24,25,26,30],we:223,weakness:176,web:[12,28,34,133,136,191,209,211],webclips:167,weight:[33,39,50,78,119,132,133,156,203,238],welcome:[110,112,113,133,191,192,244],well:176,werewolf:[42,43],wget:[24,25,26,28,29,30],wgs:[37,43,57,119,120,132,162,163,164,238,239,240,244,245,248],wheezy:37,when:[50,54,63,151,223],whether:[54,63],which:[72,151,157],whombx:40,wibowo:40,wiedenroth:41,wiki:153,wikipedia:[198,216],will:[63,72,151,223],wily:[42,43],win:[8,31],window:[22,33,45,217,218],windows:[3,5,6,7,22,23,33,37,39,40,41,42,43,44,72,134,152,235],wing:[39,40],without:[153,176,211],wo:214,wonderland:90,word:[39,133,191,192],words:192,worker:[9,225],works:72,world:[214,243],write:[14,38,126,133,137],written:146,wsaenobufs:235,www:12,x6:12,xcode:27,xenial:[30,43],xerus:[30,43],xml:[35,37,38,39,40,41,52,154,199,225,231],xt:[144,214],xvzf:[24,25,26,27,28,29,30],xxx:[33,40,42,43,133,151,192],xxxxx:[12,235],yak:[33,43],yakkety:[33,43],yamaguchi:37,yappo:[40,41,44],years:46,yes:[14,33,42,43,82,101,102,110,112,113,115,121,133,136,140,150],yito:[39,40],yoji:37,yoku:[40,41],york:[162,244],yoshioka:39,you:[17,50,52,53,54,56,72,146,151,153,155,156,157,211,223],younger:90,your:[17,21,37],yuki:37,yum:[12,18,24,26,39],yunqiang:43,yutaro:42,yuya:42,yy:46,yyyy:[192,194],yyyymm:206,yyyymmdd:[110,112,113,206],zapus:30,zcat:43,zenigata:240,zeromq:28,zesty:30,zip:[12,22,23,39],zlib:[25,28,30,35,37,39,40,41,50,90,119,132,231],zsh:[12,28],zstandard:[28,43,90,119],zunda:37,zxvf:12},titles:["1. Groonga\u306e\u7279\u5fb4","6. \u30af\u30e9\u30a4\u30a2\u30f3\u30c8","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","12. Groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","12.3. Groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","12.3.2. \u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","12.3.2.1. GNU Autotools\u3092\u4f7f\u3063\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","12.3.2.2. GNU/Linux\u307e\u305f\u306fUnix\u4e0a\u3067CMake\u3092\u4f7f\u3063\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","12.3.2.3. Windows\u4e0a\u3067CMake\u3092\u4f7f\u3063\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","12.3.3. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","12.3.4. \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","12.3.5. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","12.3.7. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","12.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","12.3.8. \u30c6\u30b9\u30c8\u65b9\u6cd5","12.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","12.2.3. C API","12.2.2. \u56fd\u969b\u5316","12.2.1. \u5c0e\u5165","12.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","11. \u958b\u767a","11.1. Travis CI","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","2.5. CentOS","2.3. Debian GNU/Linux","2.6. Fedora","2.2. Mac OS X","2.8. \u305d\u306e\u4ed6","2.7. Oracle Solaris","2.4. Ubuntu","2.1. Windows","9. \u5236\u9650\u4e8b\u9805","\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","News - 1.2.x","News - 1.3.x","News - 2.x","News - 3.x","News - 4.x","News - 5.x","News - 6.x","News in Senna period","7. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","7.18. \u30a8\u30a4\u30ea\u30a2\u30b9","7.24. API","7.24.2. \u5168\u4f53\u8a2d\u5b9a","7.24.4. <code class=\"docutils literal\"><span class=\"pre\">grn_cache</span></code>","7.24.5. <code class=\"docutils literal\"><span class=\"pre\">grn_column</span></code>","7.24.6. <code class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></code>","7.24.7. <code class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></code>","7.24.8. <code class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></code>","7.24.9. <code class=\"docutils literal\"><span class=\"pre\">grn_db</span></code>","7.24.10. <code class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></code>","7.24.11. grn_expr","7.24.12. <code class=\"docutils literal\"><span class=\"pre\">grn_geo</span></code>","7.24.13. <code class=\"docutils literal\"><span class=\"pre\">grn_hook</span></code>","7.24.14. <code class=\"docutils literal\"><span class=\"pre\">grn_ii</span></code>","7.24.15. <code class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></code>","7.24.16. <code class=\"docutils literal\"><span class=\"pre\">grn_info</span></code>","7.24.17. <code class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></code>","7.24.18. <code class=\"docutils literal\"><span class=\"pre\">grn_obj</span></code>","7.24.19. <code class=\"docutils literal\"><span class=\"pre\">grn_proc</span></code>","7.24.20. <code class=\"docutils literal\"><span class=\"pre\">grn_search</span></code>","7.24.21. <code class=\"docutils literal\"><span class=\"pre\">grn_table</span></code>","7.24.22. <code class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></code>","7.24.23. <code class=\"docutils literal\"><span class=\"pre\">grn_thread_*</span></code>","7.24.24. <code class=\"docutils literal\"><span class=\"pre\">grn_type</span></code>","7.24.25. <code class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></code>","7.24.1. \u6982\u8981","7.24.3. Plugin","Cast","7.6. \u30ab\u30e9\u30e0","7.6.4. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0","7.6.3. \u64ec\u4f3c\u30ab\u30e9\u30e0","7.6.1. \u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0","7.6.2. \u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","7.3. \u30b3\u30de\u30f3\u30c9","7.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","7.3.2. \u51fa\u529b\u5f62\u5f0f","7.3.3. \u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8","7.3.4. \u30ea\u30af\u30a8\u30b9\u30c8ID","7.3.5. \u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8","7.3.6. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","7.3.7. <code class=\"docutils literal\"><span class=\"pre\">cache_limit</span></code>","7.3.8. <code class=\"docutils literal\"><span class=\"pre\">check</span></code>","7.3.9. <code class=\"docutils literal\"><span class=\"pre\">clearlock</span></code>","7.3.10. <code class=\"docutils literal\"><span class=\"pre\">column_copy</span></code>","7.3.11. <code class=\"docutils literal\"><span class=\"pre\">column_create</span></code>","7.3.12. <code class=\"docutils literal\"><span class=\"pre\">column_list</span></code>","7.3.13. <code class=\"docutils literal\"><span class=\"pre\">column_remove</span></code>","7.3.14. <code class=\"docutils literal\"><span class=\"pre\">column_rename</span></code>","7.3.15. <code class=\"docutils literal\"><span class=\"pre\">config_delete</span></code>","7.3.16. <code class=\"docutils literal\"><span class=\"pre\">config_get</span></code>","7.3.17. <code class=\"docutils literal\"><span class=\"pre\">config_set</span></code>","7.3.18. <code class=\"docutils literal\"><span class=\"pre\">database_unmap</span></code>","7.3.19. <code class=\"docutils literal\"><span class=\"pre\">define_selector</span></code>","7.3.20. <code class=\"docutils literal\"><span class=\"pre\">defrag</span></code>","7.3.21. <code class=\"docutils literal\"><span class=\"pre\">delete</span></code>","7.3.22. <code class=\"docutils literal\"><span class=\"pre\">dump</span></code>","7.3.23. <code class=\"docutils literal\"><span class=\"pre\">io_flush</span></code>","7.3.24. <code class=\"docutils literal\"><span class=\"pre\">load</span></code>","7.3.25. <code class=\"docutils literal\"><span class=\"pre\">lock_acquire</span></code>","7.3.26. <code class=\"docutils literal\"><span class=\"pre\">lock_clear</span></code>","7.3.27. <code class=\"docutils literal\"><span class=\"pre\">lock_release</span></code>","7.3.28. <code class=\"docutils literal\"><span class=\"pre\">log_level</span></code>","7.3.29. <code class=\"docutils literal\"><span class=\"pre\">log_put</span></code>","7.3.30. <code class=\"docutils literal\"><span class=\"pre\">log_reopen</span></code>","7.3.31. <code class=\"docutils literal\"><span class=\"pre\">logical_count</span></code>","7.3.32. <code class=\"docutils literal\"><span class=\"pre\">logical_parameters</span></code>","7.3.33. <code class=\"docutils literal\"><span class=\"pre\">logical_range_filter</span></code>","7.3.34. <code class=\"docutils literal\"><span class=\"pre\">logical_select</span></code>","7.3.35. <code class=\"docutils literal\"><span class=\"pre\">logical_shard_list</span></code>","7.3.36. <code class=\"docutils literal\"><span class=\"pre\">logical_table_remove</span></code>","7.3.37. <code class=\"docutils literal\"><span class=\"pre\">normalize</span></code>","7.3.38. <code class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></code>","7.3.39. <code class=\"docutils literal\"><span class=\"pre\">object_exist</span></code>","7.3.40. <code class=\"docutils literal\"><span class=\"pre\">object_inspect</span></code>","7.3.41. <code class=\"docutils literal\"><span class=\"pre\">object_list</span></code>","7.3.42. <code class=\"docutils literal\"><span class=\"pre\">object_remove</span></code>","7.3.43. <code class=\"docutils literal\"><span class=\"pre\">plugin_register</span></code>","7.3.44. <code class=\"docutils literal\"><span class=\"pre\">plugin_unregister</span></code>","7.3.45. <code class=\"docutils literal\"><span class=\"pre\">query_expand</span></code>","7.3.46. <code class=\"docutils literal\"><span class=\"pre\">quit</span></code>","7.3.47. <code class=\"docutils literal\"><span class=\"pre\">range_filter</span></code>","7.3.48. <code class=\"docutils literal\"><span class=\"pre\">register</span></code>","7.3.49. <code class=\"docutils literal\"><span class=\"pre\">reindex</span></code>","7.3.50. <code class=\"docutils literal\"><span class=\"pre\">request_cancel</span></code>","7.3.51. <code class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></code>","7.3.52. <code class=\"docutils literal\"><span class=\"pre\">ruby_load</span></code>","7.3.53. <code class=\"docutils literal\"><span class=\"pre\">schema</span></code>","7.3.54. <code class=\"docutils literal\"><span class=\"pre\">select</span></code>","7.3.55. <code class=\"docutils literal\"><span class=\"pre\">shutdown</span></code>","7.3.56. <code class=\"docutils literal\"><span class=\"pre\">status</span></code>","7.3.57. <code class=\"docutils literal\"><span class=\"pre\">suggest</span></code>","7.3.58. <code class=\"docutils literal\"><span class=\"pre\">table_copy</span></code>","7.3.59. <code class=\"docutils literal\"><span class=\"pre\">table_create</span></code>","7.3.60. <code class=\"docutils literal\"><span class=\"pre\">table_list</span></code>","7.3.61. <code class=\"docutils literal\"><span class=\"pre\">table_remove</span></code>","7.3.62. <code class=\"docutils literal\"><span class=\"pre\">table_rename</span></code>","7.3.63. <code class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></code>","7.3.64. <code class=\"docutils literal\"><span class=\"pre\">thread_limit</span></code>","7.3.65. <code class=\"docutils literal\"><span class=\"pre\">tokenize</span></code>","7.3.66. <code class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></code>","7.3.67. <code class=\"docutils literal\"><span class=\"pre\">truncate</span></code>","7.17. \u8a2d\u5b9a","7.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","7.1.1. <code class=\"docutils literal\"><span class=\"pre\">grndb</span></code>","7.1.2. grnslap","7.1.3. <code class=\"docutils literal\"><span class=\"pre\">groonga</span></code> \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","7.1.4. groonga-benchmark","7.1.5. groonga-httpd","7.1.6. Groonga HTTP\u30b5\u30fc\u30d0\u30fc","7.1.7. groonga-suggest-create-dataset","7.1.8. <code class=\"docutils literal\"><span class=\"pre\">groonga-suggest-httpd</span></code>","7.1.9. groonga-suggest-learner","7.14. \u95a2\u6570","7.14.1. <code class=\"docutils literal\"><span class=\"pre\">between</span></code>","7.14.2. edit_distance","7.14.3. <code class=\"docutils literal\"><span class=\"pre\">fuzzy_search</span></code>","7.14.4. <code class=\"docutils literal\"><span class=\"pre\">geo_distance</span></code>","7.14.5. geo_in_circle","7.14.6. geo_in_rectangle","7.14.7. <code class=\"docutils literal\"><span class=\"pre\">highlight_full</span></code>","7.14.8. <code class=\"docutils literal\"><span class=\"pre\">highlight_html</span></code>","7.14.9. <code class=\"docutils literal\"><span class=\"pre\">html_untag</span></code>","7.14.10. <code class=\"docutils literal\"><span class=\"pre\">in_records</span></code>","7.14.11. <code class=\"docutils literal\"><span class=\"pre\">in_values</span></code>","7.14.12. <code class=\"docutils literal\"><span class=\"pre\">math_abs</span></code>","7.14.13. now","7.14.14. <code class=\"docutils literal\"><span class=\"pre\">number_classify</span></code>","7.14.15. <code class=\"docutils literal\"><span class=\"pre\">prefix_rk_search</span></code>","7.14.16. <code class=\"docutils literal\"><span class=\"pre\">query</span></code>","7.14.17. rand","7.14.18. <code class=\"docutils literal\"><span class=\"pre\">snippet_html</span></code>","7.14.19. <code class=\"docutils literal\"><span class=\"pre\">string_length</span></code>","7.14.20. <code class=\"docutils literal\"><span class=\"pre\">string_substring</span></code>","7.14.21. <code class=\"docutils literal\"><span class=\"pre\">sub_filter</span></code>","7.14.22. <code class=\"docutils literal\"><span class=\"pre\">time_classify_day</span></code>","7.14.23. <code class=\"docutils literal\"><span class=\"pre\">time_classify_hour</span></code>","7.14.24. <code class=\"docutils literal\"><span class=\"pre\">time_classify_minute</span></code>","7.14.25. <code class=\"docutils literal\"><span class=\"pre\">time_classify_month</span></code>","7.14.26. <code class=\"docutils literal\"><span class=\"pre\">time_classify_second</span></code>","7.14.27. <code class=\"docutils literal\"><span class=\"pre\">time_classify_week</span></code>","7.14.28. <code class=\"docutils literal\"><span class=\"pre\">time_classify_year</span></code>","7.14.29. <code class=\"docutils literal\"><span class=\"pre\">vector_new</span></code>","7.14.30. <code class=\"docutils literal\"><span class=\"pre\">vector_size</span></code>","7.14.31. <code class=\"docutils literal\"><span class=\"pre\">vector_slice</span></code>","7.12. grn_expr","7.12.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","7.12.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","7.20. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","7.22. \u30ed\u30b0","7.7. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.16. \u64cd\u4f5c\u65b9\u6cd5","7.16.1. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","7.16.2. \u524d\u65b9\u4e00\u81f4RK\u691c\u7d22","7.2. \u51fa\u529b","7.10. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","7.10.1. QueryExpanderTSV","7.13. \u6b63\u898f\u8868\u73fe","7.11. \u30b9\u30b3\u30a2\u30e9\u30fc","7.11.3.1. <code class=\"docutils literal\"><span class=\"pre\">scorer_tf_at_most</span></code>","7.11.3.2. <code class=\"docutils literal\"><span class=\"pre\">scorer_tf_idf</span></code>","7.21. \u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0","7.19. \u30b5\u30b8\u30a7\u30b9\u30c8","7.19.2. \u88dc\u5b8c","7.19.3. \u88dc\u6b63","7.19.1. \u306f\u3058\u3081\u306b","7.19.4. \u63d0\u6848","7.5. \u30c6\u30fc\u30d6\u30eb","7.9. \u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc","7.8. \u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc","7.23. \u30c1\u30e5\u30fc\u30cb\u30f3\u30b0","7.4. \u30c7\u30fc\u30bf\u578b","7.15. \u30a6\u30a3\u30f3\u30c9\u30a6\u95a2\u6570","7.15.1. <code class=\"docutils literal\"><span class=\"pre\">record_number</span></code>","7.15.2. <code class=\"docutils literal\"><span class=\"pre\">window_count</span></code>","7.15.3. <code class=\"docutils literal\"><span class=\"pre\">window_record_number</span></code>","7.15.4. <code class=\"docutils literal\"><span class=\"pre\">window_sum</span></code>","5. \u30b5\u30fc\u30d0\u30fc","5.3. GQTP","5.2. HTTP","5.2.1. \u6bd4\u8f03","5.2.2. groonga","5.2.3. groonga-httpd","5.4. Memcached\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb","5.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","8. \u4ed5\u69d8","8.1. GQTP","8.2. \u691c\u7d22","10. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","10.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","10.2. \u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u89e3\u6790\u65b9\u6cd5","10.3. mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","4.9. \u5168\u6587\u691c\u7d22\u7528\u306e\u8a9e\u5f59\u8868\u306e\u4f5c\u6210","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6"],titleterms:{"()":11,"(geopoint":244,"(v":11,"-benchmark":152,"-clear":149,"-command":80,"-create":155,"-dataset":155,"-default":28,"-document":18,"-encoding":28,"-escalation":28,"-examples":12,"-files":12,"-force":149,"-gqtp":229,"-help":28,"-http":229,"-httpd":[153,156,157,227,229],"-latest":12,"-learner":[156,157],"-level":149,"-localstatedir":28,"-lock":149,"-log":[28,149],"-lz4":28,"-match":28,"-message":28,"-munin":28,"-pack":28,"-package":28,"-path":[28,149],"-platform":28,"-plugins":28,"-po":12,"-prefix":28,"-release":12,"-server":229,"-suggest":[155,156,157],"-target":149,"-threshold":28,"-truncate":149,"-version":80,"-with":28,"-zlib":28,".group":[110,112,113,133],".max":215,".maxfileperproc":215,".overcommit":215,".po":17,".po\u30d5\u30a1\u30a4\u30eb":17,".sort":[110,112,113,133],"/linux":[7,25],":*":120,":index":120,"=encoding":28,"=message":28,"=number":28,"=path":28,"=platform":28,"[$":[110,112,113,133],"\u3042\u3052\u308b":234,"\u3042\u308a":[191,192],"\u3042\u308b":244,"\u3044\u304f":10,"\u3044\u308b":[115,140,197],"\u3044\u308d\u3044\u308d":238,"\u3046\u307e\u304f":10,"\u304a\u304f":10,"\u304a\u3055\u3089\u3044":10,"\u304a\u6c17":244,"\u304a\u77e5\u3089":[33,34,35,36],"\u304b\u3089":[6,7,8,10,24,25,26,27,28,30,31,156,198],"\u304c\u3063":243,"\u3053\u3061\u3089":10,"\u3053\u3068":12,"\u3054\u3068":243,"\u3055\u307e\u3056\u307e\u306a":248,"\u3059\u308b":[5,6,7,8,10,12,14,19,78,84,90,115,153,157,208,209,211,234,236,239,243],"\u305d\u306e":[28,202],"\u305f\u3044":12,"\u305f\u3081":[10,11,113,133],"\u3060\u3051":[10,12,78],"\u3065\u3051":80,"\u3066\u308b":244,"\u3067\u304d":[115,140,216],"\u3067\u304d\u308b":[10,11],"\u3068\u3044\u3046":120,"\u3068\u3057\u3066":216,"\u3068\u308a":10,"\u306a\u3044":[10,115,140,216],"\u306a\u3057":[192,225],"\u306a\u306b":214,"\u306b\u3088\u308b":[239,243,246],"\u306b\u5bfe\u3059\u308b":243,"\u306b\u95a2\u3059\u308b":216,"\u306e\u306b":234,"\u306e\u307f":[12,14],"\u306f\u3058\u3081":210,"\u3078\u3068":10,"\u307e\u305f":[7,243],"\u307e\u305f\u3050":243,"\u307e\u3068\u3081":12,"\u3084\u308a":10,"\u3084\u308b":12,"\u3088\u3046":[208,209,211],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":225,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":225,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30a2\u30f3\u30ab\u30fc":202,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":12,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":31,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[6,7,8,14,17,18,23,201],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[32,90,193,202,240,243],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[75,90,241],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":138,"\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30a6\u30a3\u30f3\u30c9\u30a6":[110,112,113,133,217],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":12,"\u30a8\u30a4\u30ea\u30a2\u30b9":46,"\u30a8\u30b9\u30b1\u30fc\u30d7":[191,202],"\u30a8\u30e9\u30fc":[81,236],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":235,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[120,200],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":192,"\u30aa\u30d7\u30b7\u30e7\u30f3":[150,151,152,155,157],"\u30ab\u30b9\u30b1\u30fc\u30c9":100,"\u30ab\u30d0\u30ec\u30c3\u30b8":14,"\u30ab\u30e9\u30e0":[32,74,76,89,90,110,112,113,119,133,140,162,239,241,243],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":243,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":0,"\u30ad\u30e3\u30c3\u30b7\u30e5":[110,112,113,133,153],"\u30ad\u30fc\u30ef\u30fc\u30c9":[234,244],"\u30af\u30a8\u30ea":[0,11,247],"\u30af\u30a8\u30ea\u30fc":[153,191,200],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":153,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":194,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":1,"\u30af\u30e9\u30b9":202,"\u30b0\u30eb\u30fc\u30d7":[191,192,202],"\u30b1\u30fc\u30b9":[115,140],"\u30b3\u30de\u30f3\u30c9":[79,147,149,151,154,206,241,245],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[80,225],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":152,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[151,156,199],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":2,"\u30b3\u30e1\u30f3\u30c8":244,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[3,15],"\u30b5\u30a4\u30ba":90,"\u30b5\u30b8\u30a7\u30b9\u30c8":[156,207],"\u30b5\u30f3\u30d7\u30eb":[150,152],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[191,192],"\u30b5\u30fc\u30d0":[0,231,245],"\u30b5\u30fc\u30d0\u30fc":[154,222,229],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":229,"\u30b7\u30b9\u30c6\u30e0":[19,244],"\u30b7\u30d5\u30c8":192,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":206,"\u30b8\u30aa\u30b5\u30fc\u30c1":240,"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[77,90],"\u30b9\u30af\u30ea\u30d7\u30c8":[12,192],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":152,"\u30b9\u30b3\u30a2\u30e9\u30fc":203,"\u30b9\u30b3\u30a2\u30fc":133,"\u30b9\u30bf\u30a4\u30eb":133,"\u30b9\u30c8\u30ec\u30fc\u30b8":0,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":0,"\u30b9\u30e9\u30a4\u30b9":133,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":245,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":192,"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":156,"\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc":235,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":[6,7,8,18],"\u30bd\u30fc\u30b9":[24,25,26,27,28,30,31],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":12,"\u30bd\u30fc\u30c8":[239,248],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":84,"\u30bf\u30b0":240,"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":138,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":225,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":12,"\u30c1\u30a7\u30c3\u30af\u30a2\u30a6\u30c8":[6,7,8],"\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":237,"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":215,"\u30c4\u30a4\u30fc\u30c8":10,"\u30c4\u30fc\u30eb":[28,153,245],"\u30c6\u30b9\u30c8":[14,112],"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u30c6\u30fc\u30d6\u30eb":[32,89,90,115,119,138,140,157,174,212,216,238,241,243,244],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":153,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30c7\u30d0\u30c3\u30ac":14,"\u30c7\u30d5\u30a9\u30eb\u30c8":84,"\u30c7\u30fc\u30bf":[90,138,208,211,216,238,241,244],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[119,225,241],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":153,"\u30c7\u30fc\u30e2\u30f3":231,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[152,233],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":0,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[214,234],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":214,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":213,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[12,15,22],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[113,133,239],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":195,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":78,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":244,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":228,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":19,"\u30d0\u30fc\u30b8\u30e7\u30f3":[12,34,35,36,80],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":12,"\u30d1\u30c3\u30b1\u30fc\u30b8":12,"\u30d1\u30c3\u30c1":17,"\u30d1\u30c8\u30ea\u30b7\u30a2":246,"\u30d1\u30e9\u30e1\u30fc\u30bf":[80,243],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[113,133],"\u30d3\u30c3\u30c8":192,"\u30d3\u30eb\u30c9":[5,6,7,8,12,24,25,26,27,28,30,31],"\u30d5\u30a1\u30a4\u30eb":[11,12,17,18,148,151,201,215,225],"\u30d5\u30a9\u30ed\u30fc":244,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[133,194,201],"\u30d5\u30ec\u30fc\u30ba":191,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":245,"\u30d6\u30ed\u30b0":12,"\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8":82,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":225,"\u30d7\u30ed\u30bb\u30b9":215,"\u30d7\u30ed\u30bb\u30b9\u30ed\u30b0":194,"\u30d7\u30ed\u30c8\u30b3\u30eb":231,"\u30d7\u30ed\u30d1\u30c6\u30a3":120,"\u30d8\u30c3\u30c0\u30fc":231,"\u30d9\u30af\u30bf\u30fc":216,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[78,90,238],"\u30da\u30fc\u30b8\u30f3\u30b0":133,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":244,"\u30de\u30c3\u30c1":192,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":191,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":90,"\u30e1\u30e2\u30ea":215,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[2,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":153,"\u30e6\u30fc\u30b6\u30fc":[10,156,244],"\u30e6\u30fc\u30b6\u30fcid":244,"\u30e9\u30a4\u30d6\u30e9\u30ea":[0,28],"\u30ea\u30af\u30a8\u30b9\u30c8":[83,84],"\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":84,"\u30ea\u30af\u30a8\u30b9\u30c8id":83,"\u30ea\u30bd\u30fc\u30b9":[115,140],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[84,85],"\u30ea\u30c6\u30e9\u30eb":192,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":153,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":45,"\u30ea\u30dd\u30b8\u30c8\u30ea":[13,17],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":[5,6,7,8],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":245,"\u30ea\u30ea\u30fc\u30b9":[12,33,34,35,36,37,38,39,40,41,42,43],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":12,"\u30eb\u30fc\u30eb":206,"\u30ec\u30b3\u30fc\u30c9":[90,133,241],"\u30ec\u30b3\u30fc\u30c9id":212,"\u30ed\u30b0":[109,194],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":0,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":109,"\u30ed\u30fc\u30c9":[78,241,244],"\u30ed\u30fc\u30de":198,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":14,"\u4e00\u6642":212,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":[],"\u4e00\u7dd2":[115,140],"\u4e00\u81f4":[232,246],"\u4e00\u81f4rk":[],"\u4e00\u89a7":[85,147,149,195,200,206,244],"\u4e00\u90e8":115,"\u4e0a\u9650":32,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4e0d\u7b49\u4fa1":[191,192],"\u4e26\u3079":241,"\u4e26\u5217":12,"\u4e3b\u30ad\u30fc":[216,246],"\u4e57\u7b97":192,"\u4e8b\u9805":[32,152,216],"\u4ed5\u65b9":17,"\u4ed5\u69d8":230,"\u4ed8\u304d":[18,192,240],"\u4ed8\u4e0e":243,"\u4ee3\u5165":192,"\u4ee3\u5165\u5f0f":191,"\u4ee5\u4e0a":[191,192],"\u4ee5\u4e0b":191,"\u4ee5\u4e0b\u6f14":192,"\u4f4d\u7f6e":[0,80,162,197,244,248],"\u4f5c\u308a\u65b9":78,"\u4f5c\u308b":6,"\u4f5c\u6210":[12,90,138,241,242,244],"\u4f5c\u696d":12,"\u4f7f\u3044":232,"\u4f7f\u3044\u65b9":[46,75,77,78,82,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,149,151,152,153,156,157,159,161,162,165,166,167,168,169,170,172,173,174,176,177,178,179,180,181,182,183,184,185,186,187,188,189,193,198,199,201,202,203,204,205,208,209,211,218,219,220,221],"\u4f7f\u3046":[153,156,162],"\u4f7f\u3063":[6,7,8],"\u4f7f\u7528":215,"\u4f8b\u3048":10,"\u4f9d\u5b58":28,"\u4fdd\u5b58":[138,238],"\u4fee\u6b63":[33,34,35,36,37,39,40,41,42,43,44],"\u5165\u308a":244,"\u5165\u529b":156,"\u5165\u6f14":192,"\u5168\u4f53":48,"\u5168\u6587":[0,234,241,243,248],"\u5168\u6587\u691c":[90,241,242],"\u5168\u6587\u691c\u7d22":191,"\u516c\u958b":12,"\u5171\u6709":0,"\u5171\u8d77":[208,209,211],"\u5171\u901a":120,"\u518d\u8d77\u52d5":229,"\u51fa\u529b":[17,81,112,113,133,199,241],"\u5206\u3051":232,"\u5229\u7528":[115,140,153,213,248],"\u5236\u5fa1":192,"\u5236\u9650":[32,78,152,201,212,216,239],"\u524a\u6e1b":[115,140],"\u524a\u9664":[100,115,140],"\u524d\u63d0":12,"\u524d\u65b9":246,"\u524d\u65b9\u4e00\u81f4":[191,192,198,208],"\u5270\u4f59":192,"\u5272\u308a":83,"\u52a0\u7b97":192,"\u52d5\u4f5c":[12,14,208,209,211],"\u52d5\u7684":[110,112,113,133,193],"\u5354\u529b":10,"\u5358\u8a9e":192,"\u5373\u6642":0,"\u539f\u56e0":234,"\u53c2\u7167":[0,90,140,231,238,240],"\u53c2\u7167\u578b":78,"\u53c2\u8003":[6,7,8,46,81,83,84,85,86,88,90,91,94,95,96,98,100,103,104,106,107,108,109,114,116,117,120,122,123,124,126,127,129,130,131,132,133,136,138,142,144,145,155,156,165,166,173,174,176,179,190,195,198,201,204,205,212,213],"\u53d6\u308a\u6d88\u3057":12,"\u53d6\u5f97":[12,241],"\u53e4\u3044":33,"\u53ef\u80fd":[0,89,90,94,95,96,97,101,102,110,111,112,113,114,115,116,118,119,120,121,124,132,134,135,137,138,140,142,143,144,153,156,159,162,166,168,174,204,205,213],"\u540c\u3058":234,"\u540d\u524d":[76,150,152,154,155,160,163,164,171,175,216],"\u5411\u3051":[4,12],"\u5426\u5b9a":[191,192],"\u547c\u3073\u51fa\u3057":192,"\u547d\u4ee4":152,"\u548c\u4ee3":192,"\u548c\u6f14":192,"\u56de\u907f":236,"\u56fa\u6709":120,"\u56fd\u969b\u5316":17,"\u5727\u7e2e":225,"\u57fa\u672c":[115,140,192,241],"\u5831\u544a":19,"\u5834\u5408":[12,81,243],"\u5834\u6240":[10,201],"\u58ca\u308c":115,"\u5909\u63db":198,"\u5909\u66f4":[35,89,225,234],"\u5909\u66f4\u70b9":12,"\u5927\u304d\u306a":138,"\u5927\u306a\u308a":[191,192],"\u5b66\u7fd2":[156,208,209,210,211],"\u5b8c\u5168":232,"\u5b9f\u4f8b":11,"\u5b9f\u73fe":11,"\u5b9f\u884c":[6,7,8,11,12,14,18,148,151,152,153],"\u5b9f\u9a13":37,"\u5bc6\u9375":12,"\u5bfe\u5fdc":[10,197,225],"\u5bfe\u7b56":[234,236],"\u5bfe\u8c61":[90,140],"\u5c0e\u5165":18,"\u5c0f\u3055":90,"\u5c0f\u306a\u308a":[191,192],"\u5c0f\u6570":192,"\u5c55\u958b":200,"\u5dee\u6f14":192,"\u5ea7\u6a19\u5024":192,"\u5f15\u6570":[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,118,119,120,121,124,125,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,146,150,151,152,156,157,159,160,162,163,164,165,166,167,168,169,170,173,174,175,179,187,188,204,205,215],"\u5f53\u3066\u308b":83,"\u5f62\u5f0f":[81,103],"\u5f8c\u65b9":246,"\u5f8c\u65b9\u4e00\u81f4":[191,192],"\u5fc5\u8981":[6,7,8,18,167],"\u5fc5\u9808":[89,90,91,93,94,95,96,97,102,110,111,112,113,114,115,116,118,119,120,121,124,129,132,133,134,135,137,138,140,141,142,143,144,146,156,159,162,166,168,174,204,205],"\u6027\u80fd":[153,225],"\u60c5\u5831":[0,4,10,14,197,244,248],"\u611f\u8b1d":[33,34,35,36,37,38,39,40,41,42,43],"\u6210\u529f":81,"\u6210\u679c":17,"\u623b\u308a\u5024":[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,154,156,159,161,162,165,166,167,168,169,170,172,173,174,176,177,178,179,180,181,182,183,184,185,186,187,188,189,204,205,218,219,220,221],"\u624b\u9806":12,"\u6271\u3048\u308b":90,"\u6295\u7a3f":244,"\u62bd\u51fa":[192,211],"\u62e1\u5f35":247,"\u6307\u5b9a":[12,80,156,162,191,216,241,243],"\u6307\u91dd":10,"\u6319\u52d5":232,"\u6392\u4ed6":192,"\u63a5\u7d9a":231,"\u63d0\u4f9b":10,"\u63d0\u6848":[210,211],"\u64cd\u4f5c":[196,241],"\u64ec\u4f3c":76,"\u6539\u826f":[33,34,35,36,37,38,39,40,41,42,43,44],"\u6570\u5024":238,"\u6574\u6570":192,"\u6587\u5b57":202,"\u6587\u5b57\u5217":[192,238],"\u6587\u66f8":[191,192,209],"\u6587\u6cd5":248,"\u65b0\u3057\u3044":17,"\u65b9\u6cd5":[3,5,6,7,8,12,14,15,17,46,78,80,83,84,89,193,196,208,209,211,234,235,236],"\u65e5\u6642":238,"\u660e\u793a":12,"\u660e\u793a\u7684":162,"\u6642\u9593":[192,244],"\u66f4\u65b0":[0,12,17,18,208],"\u66f8\u304d":232,"\u66f8\u5f0f":[150,152,154,157,160,163,164,171,175,241],"\u66ff\u3048":241,"\u6700\u521d":12,"\u6700\u5927":215,"\u6709\u52b9":84,"\u6761\u4ef6":[12,133,167,191,248],"\u6761\u4ef6\u5f0f":191,"\u683c\u7d0d":216,"\u691c\u51fa":14,"\u691c\u7d22":[0,78,110,112,113,133,138,191,192,197,198,208,209,211,232,234,240,241,243,244,246,247,248],"\u691c\u7d22\u4f8b":11,"\u6982\u8981":[0,46,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,75,77,78,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,149,151,153,154,156,157,159,161,162,165,166,167,168,169,170,172,173,174,176,177,178,179,180,181,182,183,184,185,186,187,188,189,195,198,201,202,203,204,205,206,212,213,214,215,218,219,220,221],"\u69cb\u6587":[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,149,151,153,156,159,161,162,165,166,167,168,169,170,172,173,174,176,177,178,179,180,181,182,183,184,185,186,187,188,189,191,192,202,204,205,218,219,220,221],"\u69cb\u7bc9":[14,193],"\u69d8\u3005":14,"\u6a5f\u80fd":197,"\u6b63\u898f":[191,192,202],"\u6bce\u56de":12,"\u6bd4\u8f03":[192,225],"\u6c38\u7d9a":212,"\u6d41\u308c":17,"\u6d6e\u52d5":192,"\u6e1b\u7b97":192,"\u6e96\u5099":[12,247],"\u6f14\u7b97\u5b50":192,"\u70b9\u6570":192,"\u7279\u5b9a":[12,14],"\u7279\u5fb4":[0,212],"\u7279\u6709":153,"\u7279\u6b8a":152,"\u72ec\u81ea":192,"\u7406\u7531":10,"\u74b0\u5883":[12,14],"\u751f\u6210":[12,17,18],"\u7528\u3044":[109,248],"\u7528\u79d8":12,"\u7528\u8a9e\u96c6":206,"\u7570\u306a\u308b":234,"\u767b\u9332":[12,19],"\u7701\u7565":[89,90,94,95,96,97,101,102,110,111,112,113,114,115,116,118,119,120,121,124,132,134,135,137,138,140,142,143,144,156,159,162,166,168,174,204,205],"\u771f\u507d\u5024":[192,238],"\u77e5\u308a":12,"\u78ba\u8a8d":[12,17],"\u7a2e\u985e":[90,120,238],"\u7a4d\u4ee3":192,"\u7a4d\u6f14":192,"\u7b26\u53f7":192,"\u7b49\u4fa1":[191,192],"\u7b97\u5b50":192,"\u7b97\u8853":192,"\u7ba1\u7406":[153,245],"\u7bc4\u56f2":[138,241],"\u7c21\u5358":[112,113,133],"\u7d22\u5f15":0,"\u7d22\u7528":[90,241,242],"\u7d42\u4e86":[153,229,231],"\u7d44\u307f\u8fbc\u307f":[151,195,203,214],"\u7d44\u8fbc\u578b":216,"\u7d4c\u5ea6":0,"\u7d4c\u7def\u5ea6":238,"\u7d50\u5408\u5f0f":191,"\u7d50\u679c":[152,156,234,239,241],"\u7d5e\u8fbc":248,"\u7de8\u96c6":17,"\u7def\u5ea6":0,"\u7f6e\u63db":174,"\u7f72\u540d":12,"\u7ffb\u8a33":[12,17],"\u884c\u3046":12,"\u8868\u73fe":[11,191,192,202],"\u8868\u793a":241,"\u88dc\u5b8c":[208,210],"\u88dc\u6b63":[209,210],"\u8907\u6570":[225,239,243],"\u89e3\u6790":[14,235],"\u89e3\u6c7a":46,"\u8a00\u8a9e":17,"\u8a2d\u5b9a":[12,21,48,84,89,147,153,225],"\u8a8d\u8a3c":225,"\u8a98\u5c0e":10,"\u8a9e\u5f59":[241,242],"\u8a9e\u5f59\u8868":138,"\u8aac\u660e":[76,150,152,160,163,164,171,175,216],"\u8aad\u307f":[198,208],"\u8ab2\u984c":19,"\u8ad6\u7406":[115,191,192],"\u8ad6\u7406\u548c":191,"\u8ad6\u7406\u7a4d":191,"\u8d77\u52d5":[156,229,231,245],"\u8ee2\u7f6e":0,"\u8fd1\u508d":[191,192],"\u8fd4\u5024":[160,163,164,171,175],"\u8ffd\u52a0":[17,195],"\u8ffd\u8de1":19,"\u9001\u308a\u65b9":[17,19],"\u9001\u4fe1":245,"\u9006\u5f15\u304d":240,"\u901a\u4fe1":9,"\u9032\u3081":10,"\u904e\u53bb":10,"\u9055\u3044":113,"\u9069\u7528":78,"\u9078\u629e":202,"\u90e8\u5206":[],"\u90e8\u5206\u4e00\u81f4":232,"\u914d\u5217":192,"\u91cd\u307f":[78,243],"\u91cd\u307f\u4ed8\u304d":[78,90],"\u91cf\u6307\u5b9a\u5b50":202,"\u958b\u3051\u308b":215,"\u958b\u767a":[4,10,20],"\u95a2\u4fc2":[28,110,112,113,133,240],"\u95a2\u4fc2\u5f0f":11,"\u95a2\u6570":[14,110,112,113,133,158,192,217],"\u95a2\u9023":[15,110,112,113,115,133,153,157,243],"\u95be\u5024":234,"\u9650\u308a":115,"\u9664\u7b97":192,"\u96c6\u8a08":0,"\u9759\u7684":[14,193],"\u975e\u308f\u304b\u3061":232,"\u985e\u4f3c":[191,192,209],"\u9ad8\u5ea6":[113,133],"\uff08personal":30,"_*":68,"cpu\u30b3\u30a2":225,"default":[80,138,174],"delete":100,"float":216,"in":[44,168,169],"int":216,"new":[93,141],"null":192,"package":30,"}]":[110,112,113,133],_abs:170,_acquire:104,_api:11,_array:119,_at:204,_auto:153,_base:153,_border:[110,112,113,115,159],_buffer:119,_cache:[49,153],_calc:[113,133],_cancel:129,_chunk:119,_chunks:119,_circle:163,_classify:[172,180,181,182,183,184,185,186],_clear:105,_column:[50,119,142,168],_columns:[112,113,133,174,243],_command:51,_compress:119,_content:52,_copy:[89,137],_count:[110,215,219],_create:[90,138,153],_ctx:53,_cursor:[60,67],_dat:212,_data:70,_database:153,_day:180,_db:54,_delete:94,_distance:[160,162],_encoding:55,_equal:11,_escalation:[62,113,133],_escape:165,_eval:130,_exist:118,_expand:124,_expander:[113,133,174],_expansion:133,_expr:[11,56,190],_filter:[112,113,126,132,133,179],_filters:[120,132,138,144],_flags:[113,133],_flush:102,_full:[119,165],_garbage:119,_geo:57,_get:95,_hash:[101,212],_hook:58,_hour:181,_html:[165,166,176],_id:119,_idf:205,_ii:59,_in:[119,163,164],_index:[60,111,112],_indexes:101,_info:61,_inspect:119,_install:28,_key:[110,112,113,115,119,212],_keys:[110,112,113,133],_length:177,_level:[107,153],_limit:[86,113,133,143,153],_list:[91,114,117,120,139,145],_load:131,_log:153,_map:215,_match:62,_max:119,_memory:215,_method:119,_minute:182,_mode:174,_month:183,_most:204,_n:[119,156],_name:[89,93,102,104,105,106,119,128,137,141,146,165,168],_new:187,_no:212,_not:[94,96,104,106],_number:[218,220],_obj:63,_of:119,_offset:[113,133],_opened:102,_or:[94,96,104,106,159],_output:[113,133],_pack:28,_parameters:111,_pat:212,_path:[153,156,157],_physical:119,_plugins:101,_position:119,_prefix:28,_proc:64,_processes:153,_put:108,_query:153,_range:112,_raw:119,_record:220,_records:[101,119,168],_rectangle:164,_register:122,_release:106,_remove:[92,115,121,140],_rename:[93,141],_reopen:109,_rk:173,_schema:101,_search:[65,161,173],_second:184,_section:119,_segment:119,_segments:119,_select:[11,113],_selector:98,_set:96,_shard:114,_size:[119,188],_slice:189,_sort:[113,133],_sortby:[113,133],_source:119,_statistics:119,_string:[174,179],_substring:178,_sum:221,_table:[11,66,67,89,101,110,112,113,114,115,119,168],_tagn:165,_target:[113,133],_tf:[204,205],_thread:68,_threshold:[113,133],_tokenize:142,_tokenizer:138,_total:119,_type:[52,69,119,120,138,162,231],_types:[113,133],_unmanaged:119,_unmap:97,_unregister:123,_untag:167,_use:119,_user:70,_value:[119,159,169],_values:169,_version:[51,80],_week:185,_weight:119,_year:186,adjuster:133,allocate:236,api:[16,47],approximate:162,archive:30,arg:11,autotools:6,between:159,bigram:244,blogroonga:12,body:81,bool:216,cache:[86,110,112,113,133],calc:113,callback:11,candidate:156,cannot:236,cast:73,centos:24,changes:44,check:[87,149],ci:21,clang:14,clearlock:88,client:151,clone:17,close:165,cmake:[7,8],column:[89,90,91,92,93,119,120,132,159,165,173,204,205],columns:[110,112,113,133],command:[80,132],comments:244,condition:168,config:[94,95,96],configure:[6,12,18,28],contain:11,cutter:[12,14],daemon:151,data:[119,157],database:[97,119,156,157],db:11,debian:[12,25],define:98,defrag:99,dependent:[115,140],desctipion:155,domain:239,drilldown:[113,133],drilldowns:[113,133],dump:101,edit:160,ellipsoid:162,enable:18,equal:11,exit:155,facebook:[2,12],fedora:26,files:[155,157],filter:[110,112,113,133,179],flags:[90,110,112,113,116,120,133,138,142,144,174,231],force:[115,121],freebsd:215,from:[89,137,157],fuzzy:161,geo:[162,163,164],geoindex:244,geopoint:[216,244],get:156,gnu:[6,7,25],gqtp:[9,223,229,231],greater:11,grn:[11,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,190],grndb:149,grnslap:150,grntest:12,groonga:[0,3,4,5,6,7,8,9,11,12,17,22,44,151,152,153,154,155,156,157,226,227,229],gzip:225,hashtags:244,hat:12,header:[81,94,95,96,104,106,120,132],highlight:[165,166],homebrew:[12,27],how:223,html:[17,18,167],http:[154,199,224,229,245],https:225,id:[83,129],index:[119,132,142,204,205],install:28,io:102,javascript:248,jessie:25,json:[81,103],kern:215,key:[94,95,96,138],keys:[113,133],keywordn:165,label:[113,133],lcov:14,learning:157,less:11,libmemcached:14,limit:[112,113,133],linux:215,load:103,location:162,lock:[104,105,106],log:[107,108,109,157],logical:[110,111,112,113,114,115],longtext:216,mac:27,macports:27,make:[6,7,12,28],match:[113,133,174,243],math:170,max:[86,110,112,113,115,143,159],memcached:228,memory:236,messagepack:81,min:[110,112,113,115,159],mmap:236,mode:[11,134,142,144,151,168],mroonga:0,name:[90,93,110,112,113,118,119,121,133,138,140,141],near:11,news:[37,38,39,40,41,42,43,44],nginx:153,nofile:215,normalize:116,normalizer:[116,117,132,138,144,165],normalizerauto:195,normalizernfkc:195,normalizers:132,not:11,now:171,number:172,object:[118,119,120,121],objects:120,offset:[112,113,133],only:102,open:165,oracle:29,order:112,os:27,output:[112,113,133],path:131,period:44,plugin:[72,122,123,132],plugins:132,po:12,point:162,post:[112,153,225],ppa:[12,30],prefix:[11,173],proc:120,protocol:231,proxy:153,pull:17,query:[113,124,133,173,174,231],queryexpandertsv:201,quit:125,rand:175,range:[111,120,126],record:218,recover:149,rectangle:162,recursive:102,red:12,redmine:10,register:127,reindex:128,request:[17,129],rk:[198,208],ruby:[130,131],run:223,schema:132,scope:179,score:156,scorer:[113,133,204,205,248],script:130,select:[113,133],senna:44,server:151,shard:[110,112,113,115],shorttext:216,shutdown:134,similar:11,size:231,slices:133,snippet:176,solaris:29,sort:[101,113,133],sortby:[113,133],source:[90,132],sources:120,sphere:162,sphinx:17,stage:[110,112,113,133],standalone:151,status:[135,155,231],stretch:25,string:[116,142,144,177,178],sub:179,succeeded:[94,96,104,106],suffix:11,suggest:136,summary:223,synopstis:155,table:[90,91,93,119,120,132,133,137,138,139,140,141,142,212],tables:[101,132],target:[102,104,105,106,128,146,169,170,188],text:[166,216],thread:143,time:[180,181,182,183,184,185,186,216],tips:12,to:[89,137,223],todo:176,token:[120,132,138,144],tokenbigram:214,tokenbigramignoreblank:214,tokenbigramignoreblanksplitsymbol:214,tokenbigramignoreblanksplitsymbolalpha:214,tokenbigramignoreblanksplitsymbolalphadigit:214,tokenbigramsplitsymbol:214,tokenbigramsplitsymbolalpha:214,tokenbigramsplitsymbolalphadigit:214,tokendelimit:214,tokendelimitnull:214,tokenfilterstem:213,tokenfilterstopword:213,tokenize:144,tokenizer:[132,144,145],tokenizers:132,tokenmecab:214,tokenregexp:214,tokentrigram:214,tokenunigram:214,tokyogeopoint:216,travis:21,truncate:146,tsv:[81,201],twitter:[2,10,12],type:[90,110,112,113,119,120,132,133,156],types:132,ubuntu:[12,30],uint:216,unix:7,update:12,use:[112,165],users:244,value:[95,96,110,112,113,133,138,168,169],vector:[187,188,189],vm:215,wgs:216,window:[110,112,113,133,219,220,221],windows:[8,12,31],worker:153,xml:81,zip:31}})
@@ -1,24 +1,22 @@
1
1
 
2
+
2
3
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
4
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5
 
5
-
6
6
  <html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
-
10
- <title>5. サーバー &#8212; Groonga v7.0.1-160-gda23e59ドキュメント</title>
11
-
9
+ <title>5. サーバー &#8212; Groonga v7.1.0-73-g6d02cfaドキュメント</title>
12
10
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
11
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
14
-
15
12
  <script type="text/javascript">
16
13
  var DOCUMENTATION_OPTIONS = {
17
14
  URL_ROOT: './',
18
- VERSION: '7.0.1-160-gda23e59',
15
+ VERSION: '7.1.0-73-g6d02cfa',
19
16
  COLLAPSE_INDEX: false,
20
17
  FILE_SUFFIX: '.html',
21
- HAS_SOURCE: true
18
+ HAS_SOURCE: false,
19
+ SOURCELINK_SUFFIX: '.txt'
22
20
  };
23
21
  </script>
24
22
  <script type="text/javascript" src="_static/jquery.js"></script>
@@ -28,11 +26,10 @@
28
26
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
27
  <link rel="index" title="索引" href="genindex.html" />
30
28
  <link rel="search" title="検索" href="search.html" />
31
- <link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="index.html" />
32
29
  <link rel="next" title="5.1. サーバーパッケージ" href="server/package.html" />
33
30
  <link rel="prev" title="4.11. クエリ拡張" href="tutorial/query_expansion.html" />
34
31
  </head>
35
- <body role="document">
32
+ <body>
36
33
  <div class="header">
37
34
  <h1 class="title">
38
35
  <a id="top-link" href="index.html">
@@ -62,7 +59,7 @@
62
59
  <li class="right" >
63
60
  <a href="tutorial/query_expansion.html" title="4.11. クエリ拡張"
64
61
  accesskey="P">前へ</a> |</li>
65
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
62
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
66
63
  </ul>
67
64
  </div>
68
65
 
@@ -109,13 +106,6 @@
109
106
  <h4>次のトピックへ</h4>
110
107
  <p class="topless"><a href="server/package.html"
111
108
  title="次の章へ">5.1. サーバーパッケージ</a></p>
112
- <div role="note" aria-label="source link">
113
- <h3>このページ</h3>
114
- <ul class="this-page-menu">
115
- <li><a href="_sources/server.txt"
116
- rel="nofollow">ソースコードを表示</a></li>
117
- </ul>
118
- </div>
119
109
  <div id="searchbox" style="display: none" role="search">
120
110
  <h3>クイック検索</h3>
121
111
  <form class="search" action="search.html" method="get">
@@ -142,11 +132,11 @@
142
132
  <li class="right" >
143
133
  <a href="tutorial/query_expansion.html" title="4.11. クエリ拡張"
144
134
  >前へ</a> |</li>
145
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
135
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
146
136
  </ul>
147
137
  </div>
148
138
  <div class="footer" role="contentinfo">
149
- &#169; Copyright 2009-2017, Brazil, Inc.
139
+ &#169; Copyright 2009-2018, Brazil, Inc.
150
140
  </div>
151
141
  </body>
152
142
  </html>
@@ -1,24 +1,22 @@
1
1
 
2
+
2
3
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
4
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5
 
5
-
6
6
  <html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
-
10
- <title>5.3. GQTP &#8212; Groonga v7.0.1-160-gda23e59ドキュメント</title>
11
-
9
+ <title>5.3. GQTP &#8212; Groonga v7.1.0-73-g6d02cfaドキュメント</title>
12
10
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
14
-
15
12
  <script type="text/javascript">
16
13
  var DOCUMENTATION_OPTIONS = {
17
14
  URL_ROOT: '../',
18
- VERSION: '7.0.1-160-gda23e59',
15
+ VERSION: '7.1.0-73-g6d02cfa',
19
16
  COLLAPSE_INDEX: false,
20
17
  FILE_SUFFIX: '.html',
21
- HAS_SOURCE: true
18
+ HAS_SOURCE: false,
19
+ SOURCELINK_SUFFIX: '.txt'
22
20
  };
23
21
  </script>
24
22
  <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -28,12 +26,10 @@
28
26
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
27
  <link rel="index" title="索引" href="../genindex.html" />
30
28
  <link rel="search" title="検索" href="../search.html" />
31
- <link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
32
- <link rel="up" title="5. サーバー" href="../server.html" />
33
29
  <link rel="next" title="5.4. Memcachedバイナリプロトコル" href="memcached.html" />
34
30
  <link rel="prev" title="5.2.3. groonga-httpd" href="http/groonga-httpd.html" />
35
31
  </head>
36
- <body role="document">
32
+ <body>
37
33
  <div class="header">
38
34
  <h1 class="title">
39
35
  <a id="top-link" href="../index.html">
@@ -63,7 +59,7 @@
63
59
  <li class="right" >
64
60
  <a href="http/groonga-httpd.html" title="5.2.3. groonga-httpd"
65
61
  accesskey="P">前へ</a> |</li>
66
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
62
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
67
63
  <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U">5. サーバー</a> &#187;</li>
68
64
  </ul>
69
65
  </div>
@@ -135,13 +131,6 @@ line:</p>
135
131
  <h4>次のトピックへ</h4>
136
132
  <p class="topless"><a href="memcached.html"
137
133
  title="次の章へ">5.4. Memcachedバイナリプロトコル</a></p>
138
- <div role="note" aria-label="source link">
139
- <h3>このページ</h3>
140
- <ul class="this-page-menu">
141
- <li><a href="../_sources/server/gqtp.txt"
142
- rel="nofollow">ソースコードを表示</a></li>
143
- </ul>
144
- </div>
145
134
  <div id="searchbox" style="display: none" role="search">
146
135
  <h3>クイック検索</h3>
147
136
  <form class="search" action="../search.html" method="get">
@@ -168,12 +157,12 @@ line:</p>
168
157
  <li class="right" >
169
158
  <a href="http/groonga-httpd.html" title="5.2.3. groonga-httpd"
170
159
  >前へ</a> |</li>
171
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
160
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
172
161
  <li class="nav-item nav-item-1"><a href="../server.html" >5. サーバー</a> &#187;</li>
173
162
  </ul>
174
163
  </div>
175
164
  <div class="footer" role="contentinfo">
176
- &#169; Copyright 2009-2017, Brazil, Inc.
165
+ &#169; Copyright 2009-2018, Brazil, Inc.
177
166
  </div>
178
167
  </body>
179
168
  </html>
@@ -1,24 +1,22 @@
1
1
 
2
+
2
3
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
4
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5
 
5
-
6
6
  <html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
-
10
- <title>5.2. HTTP &#8212; Groonga v7.0.1-160-gda23e59ドキュメント</title>
11
-
9
+ <title>5.2. HTTP &#8212; Groonga v7.1.0-73-g6d02cfaドキュメント</title>
12
10
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
14
-
15
12
  <script type="text/javascript">
16
13
  var DOCUMENTATION_OPTIONS = {
17
14
  URL_ROOT: '../',
18
- VERSION: '7.0.1-160-gda23e59',
15
+ VERSION: '7.1.0-73-g6d02cfa',
19
16
  COLLAPSE_INDEX: false,
20
17
  FILE_SUFFIX: '.html',
21
- HAS_SOURCE: true
18
+ HAS_SOURCE: false,
19
+ SOURCELINK_SUFFIX: '.txt'
22
20
  };
23
21
  </script>
24
22
  <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -28,12 +26,10 @@
28
26
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
27
  <link rel="index" title="索引" href="../genindex.html" />
30
28
  <link rel="search" title="検索" href="../search.html" />
31
- <link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
32
- <link rel="up" title="5. サーバー" href="../server.html" />
33
29
  <link rel="next" title="5.2.1. 比較" href="http/comparison.html" />
34
30
  <link rel="prev" title="5.1. サーバーパッケージ" href="package.html" />
35
31
  </head>
36
- <body role="document">
32
+ <body>
37
33
  <div class="header">
38
34
  <h1 class="title">
39
35
  <a id="top-link" href="../index.html">
@@ -63,7 +59,7 @@
63
59
  <li class="right" >
64
60
  <a href="package.html" title="5.1. サーバーパッケージ"
65
61
  accesskey="P">前へ</a> |</li>
66
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
62
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
67
63
  <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U">5. サーバー</a> &#187;</li>
68
64
  </ul>
69
65
  </div>
@@ -117,13 +113,6 @@
117
113
  <h4>次のトピックへ</h4>
118
114
  <p class="topless"><a href="http/comparison.html"
119
115
  title="次の章へ">5.2.1. 比較</a></p>
120
- <div role="note" aria-label="source link">
121
- <h3>このページ</h3>
122
- <ul class="this-page-menu">
123
- <li><a href="../_sources/server/http.txt"
124
- rel="nofollow">ソースコードを表示</a></li>
125
- </ul>
126
- </div>
127
116
  <div id="searchbox" style="display: none" role="search">
128
117
  <h3>クイック検索</h3>
129
118
  <form class="search" action="../search.html" method="get">
@@ -150,12 +139,12 @@
150
139
  <li class="right" >
151
140
  <a href="package.html" title="5.1. サーバーパッケージ"
152
141
  >前へ</a> |</li>
153
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> &#187;</li>
142
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> &#187;</li>
154
143
  <li class="nav-item nav-item-1"><a href="../server.html" >5. サーバー</a> &#187;</li>
155
144
  </ul>
156
145
  </div>
157
146
  <div class="footer" role="contentinfo">
158
- &#169; Copyright 2009-2017, Brazil, Inc.
147
+ &#169; Copyright 2009-2018, Brazil, Inc.
159
148
  </div>
160
149
  </body>
161
150
  </html>