rroonga 5.0.8-x64-mingw32 → 5.0.9-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (542) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +18 -6
  3. data/ext/groonga/rb-grn-conf.c +145 -0
  4. data/ext/groonga/rb-grn-expression.c +34 -0
  5. data/ext/groonga/rb-grn-table.c +113 -0
  6. data/ext/groonga/rb-grn-utils.c +5 -1
  7. data/ext/groonga/rb-grn.h +2 -1
  8. data/ext/groonga/rb-groonga.c +1 -0
  9. data/lib/2.0/groonga.so +0 -0
  10. data/lib/2.1/groonga.so +0 -0
  11. data/lib/2.2/groonga.so +0 -0
  12. data/lib/groonga/context.rb +9 -1
  13. data/lib/groonga/expression-builder.rb +0 -1
  14. data/rroonga-build.rb +3 -3
  15. data/test/test-conf.rb +31 -0
  16. data/test/test-table.rb +36 -0
  17. data/vendor/local/bin/grndb.exe +0 -0
  18. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  19. data/vendor/local/bin/groonga.exe +0 -0
  20. data/vendor/local/bin/libgroonga-0.dll +0 -0
  21. data/vendor/local/bin/libmecab-1.dll +0 -0
  22. data/vendor/local/bin/libmsgpack-4.dll +0 -0
  23. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  24. data/vendor/local/bin/libonig-5.dll +0 -0
  25. data/vendor/local/bin/lz4.exe +0 -0
  26. data/vendor/local/bin/lz4c.exe +0 -0
  27. data/vendor/local/bin/lz4cat +0 -0
  28. data/vendor/local/bin/mecab.exe +0 -0
  29. data/vendor/local/bin/zlib1.dll +0 -0
  30. data/vendor/local/include/groonga/groonga/conf.h +42 -0
  31. data/vendor/local/include/groonga/groonga/expr.h +2 -1
  32. data/vendor/local/include/groonga/groonga/geo.h +39 -0
  33. data/vendor/local/include/groonga/groonga/groonga.h +7 -0
  34. data/vendor/local/include/groonga/groonga/obj.h +50 -0
  35. data/vendor/local/include/groonga/groonga/output.h +3 -1
  36. data/vendor/local/include/groonga/groonga/plugin.h +2 -0
  37. data/vendor/local/include/groonga/groonga/windows.h +34 -0
  38. data/vendor/local/include/groonga/groonga.h +3 -0
  39. data/vendor/local/lib/groonga/plugins/expression_rewriters/optimizer.rb +38 -0
  40. data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
  41. data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
  42. data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
  43. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  44. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  45. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
  47. data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
  48. data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
  49. data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
  50. data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
  51. data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
  52. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  53. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  54. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  55. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  56. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  57. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  58. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  59. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  60. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  61. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  62. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  63. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  64. data/vendor/local/lib/groonga/scripts/ruby/expression.rb +31 -3
  65. data/vendor/local/lib/groonga/scripts/ruby/expression_rewriter.rb +22 -0
  66. data/vendor/local/lib/groonga/scripts/ruby/expression_rewriters.rb +31 -0
  67. data/vendor/local/lib/groonga/scripts/ruby/expression_size_estimator.rb +1 -1
  68. data/vendor/local/lib/groonga/scripts/ruby/record.rb +26 -0
  69. data/vendor/local/lib/groonga/scripts/ruby/require.rb +6 -6
  70. data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +5 -5
  71. data/vendor/local/lib/libgroonga.a +0 -0
  72. data/vendor/local/lib/libgroonga.dll.a +0 -0
  73. data/vendor/local/lib/liblz4.dll +0 -0
  74. data/vendor/local/lib/liblz4.dll.1 +0 -0
  75. data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
  76. data/vendor/local/lib/libmecab.dll.a +0 -0
  77. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  78. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  79. data/vendor/local/lib/libonig.a +0 -0
  80. data/vendor/local/lib/libonig.dll.a +0 -0
  81. data/vendor/local/lib/libz.dll.a +0 -0
  82. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  83. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  84. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  85. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  86. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  87. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  88. data/vendor/local/sbin/groonga-httpd.exe +0 -0
  89. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  90. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  91. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  92. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  93. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  94. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  95. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  96. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
  97. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  98. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +109 -0
  99. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +16 -5
  100. data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +9 -9
  101. data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +131 -0
  102. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  103. data/vendor/local/share/doc/groonga/en/html/client.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  105. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +5 -5
  106. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +5 -5
  107. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +5 -5
  108. data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +5 -5
  109. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  110. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  115. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  116. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/genindex.html +9 -5
  125. data/vendor/local/share/doc/groonga/en/html/index.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  127. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  128. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
  129. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  130. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  131. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  132. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
  133. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  134. data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
  135. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +5 -5
  143. data/vendor/local/share/doc/groonga/en/html/news/4.x.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  145. data/vendor/local/share/doc/groonga/en/html/news.html +156 -68
  146. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  147. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
  148. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
  149. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
  150. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
  158. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
  159. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
  160. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +5 -5
  168. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
  169. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
  170. data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +25 -10
  172. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  186. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +5 -5
  212. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +5 -5
  214. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +5 -5
  216. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
  217. data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +5 -5
  218. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
  219. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
  222. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
  225. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
  226. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  227. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +5 -5
  229. data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +5 -5
  230. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +5 -5
  232. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  238. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  239. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
  240. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  243. data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
  244. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  246. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  247. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  248. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +5 -5
  251. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
  252. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +5 -5
  253. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
  254. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
  255. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
  256. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
  257. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
  258. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +5 -5
  259. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  260. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  261. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  262. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
  263. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  264. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  265. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +5 -5
  266. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +5 -5
  267. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  268. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +14 -14
  269. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  270. data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +5 -5
  271. data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +5 -5
  272. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +5 -5
  273. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +5 -5
  274. data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +5 -5
  275. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +5 -5
  276. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +5 -5
  277. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +5 -5
  278. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +5 -5
  279. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +5 -5
  280. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  281. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +5 -5
  282. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  283. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +5 -5
  284. data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
  285. data/vendor/local/share/doc/groonga/en/html/reference.html +5 -5
  286. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  287. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  288. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  289. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  290. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  291. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  292. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  293. data/vendor/local/share/doc/groonga/en/html/server/memcached.html +5 -5
  294. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  295. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  296. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  297. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  298. data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
  299. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  300. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  301. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  302. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  303. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  304. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  305. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  306. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  307. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  308. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  309. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  310. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  311. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  312. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  313. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  314. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  315. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  316. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  317. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  318. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  319. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  320. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  321. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
  322. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  323. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +109 -0
  324. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +16 -5
  325. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +9 -9
  326. data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +131 -0
  327. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  328. data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
  329. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  330. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +5 -5
  331. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +5 -5
  333. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  335. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
  336. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  337. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
  338. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
  339. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  341. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  342. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  346. data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
  347. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  348. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  349. data/vendor/local/share/doc/groonga/ja/html/genindex.html +9 -5
  350. data/vendor/local/share/doc/groonga/ja/html/index.html +5 -5
  351. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
  352. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
  353. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
  354. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  355. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  356. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  357. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
  358. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
  359. data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
  360. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  362. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  363. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  364. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  365. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
  366. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +5 -5
  367. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +5 -5
  368. data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +5 -5
  369. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  370. data/vendor/local/share/doc/groonga/ja/html/news.html +159 -69
  371. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  372. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +5 -5
  373. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
  374. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +5 -5
  375. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
  376. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +5 -5
  377. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +5 -5
  378. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
  379. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
  380. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  381. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
  382. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
  383. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
  384. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
  385. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
  386. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
  387. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
  388. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
  389. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
  390. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
  391. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
  392. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +5 -5
  393. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
  394. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
  395. data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +5 -5
  396. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +25 -10
  397. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  398. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  399. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
  400. data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
  401. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
  402. data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
  403. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
  404. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  405. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  406. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +5 -5
  407. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  408. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
  409. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  410. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  411. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  412. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +5 -5
  413. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  414. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  415. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  416. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
  417. data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +5 -5
  418. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  419. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  420. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  421. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  422. data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +5 -5
  423. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  424. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +5 -5
  425. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
  426. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  427. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  428. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +5 -5
  429. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +5 -5
  430. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +5 -5
  431. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +5 -5
  432. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +5 -5
  433. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +5 -5
  434. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
  435. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
  436. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +5 -5
  437. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +5 -5
  438. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +5 -5
  439. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
  440. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +5 -5
  441. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
  442. data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +5 -5
  443. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
  444. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
  445. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +5 -5
  446. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
  447. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
  448. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
  449. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
  450. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
  451. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  452. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +5 -5
  453. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +5 -5
  454. data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +5 -5
  455. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
  456. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +5 -5
  457. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
  458. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +5 -5
  459. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  460. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
  461. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
  462. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  463. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  464. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
  465. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
  466. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  467. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  468. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
  469. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +5 -5
  470. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
  471. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
  472. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
  473. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
  474. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +5 -5
  475. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +5 -5
  476. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
  477. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +5 -5
  478. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
  479. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
  480. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
  481. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
  482. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
  483. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +5 -5
  484. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
  485. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
  486. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
  487. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
  488. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
  489. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
  490. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +5 -5
  491. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +5 -5
  492. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  493. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +14 -14
  494. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  495. data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +5 -5
  496. data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +5 -5
  497. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +5 -5
  498. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +5 -5
  499. data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +5 -5
  500. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +5 -5
  501. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +5 -5
  502. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +5 -5
  503. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +5 -5
  504. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +5 -5
  505. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  506. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +5 -5
  507. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  508. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +5 -5
  509. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
  510. data/vendor/local/share/doc/groonga/ja/html/reference.html +5 -5
  511. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  512. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  513. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  514. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
  515. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  516. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  517. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  518. data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +5 -5
  519. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  520. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  521. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  522. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  523. data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
  524. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  525. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  526. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  527. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
  528. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  529. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  530. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  531. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  532. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  533. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  534. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  535. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  536. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  537. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  538. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  539. data/vendor/local/share/groonga/mruby/LEGAL +136 -0
  540. data/vendor/local/share/man/ja/man1/groonga.1 +59 -45
  541. data/vendor/local/share/man/man1/groonga.1 +59 -45
  542. metadata +12 -2
@@ -1 +1 @@
1
- Search.setIndex({envversion:46,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/senna","reference","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/request_id","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/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_clear","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/plugin_register","reference/commands/plugin_unregister","reference/commands/quit","reference/commands/range_filter","reference/commands/register","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","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/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/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_values","reference/functions/now","reference/functions/query","reference/functions/rand","reference/functions/snippet_html","reference/functions/sub_filter","reference/functions/vector_size","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/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","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":[133,0,1,"cmdoption--address"],"--bind-address":[133,0,1,"cmdoption--bind-address"],"--cache-limit":[133,0,1,"cmdoption--cache-limit"],"--config-path":[133,0,1,"cmdoption--config-path"],"--daemon":[139,0,1,"cmdoption--daemon"],"--default-match-escalation-threshold":[133,0,1,"cmdoption--default-match-escalation-threshold"],"--dir":[134,0,1,"cmdoption--dir"],"--disable-max-fd-check":[138,0,1,"cmdoption--disable-max-fd-check"],"--document-root":[133,0,1,"cmdoption--document-root"],"--encoding":[133,0,1,"cmdoption--encoding"],"--ftp":[134,0,1,"cmdoption--ftp"],"--groonga":[134,0,1,"cmdoption--groonga"],"--help":[133,0,1,"cmdoption--help"],"--host":[134,0,1,"cmdoption--host"],"--log-base-path":[139,0,1,"cmdoption--log-base-path"],"--log-level":[139,0,1,"cmdoption--log-level"],"--log-output-dir":[134,0,1,"cmdoption--log-output-dir"],"--log-path":[139,0,1,"cmdoption--log-path"],"--log-rotate-threshold-size":[133,0,1,"cmdoption--log-rotate-threshold-size"],"--max-threads":[133,0,1,"cmdoption--max-threads"],"--n-lines-per-log-file":[138,0,1,"cmdoption--n-lines-per-log-file"],"--n-threads":[138,0,1,"cmdoption--n-threads"],"--pid-path":[133,0,1,"cmdoption--pid-path"],"--port":[138,0,1,"cmdoption--port"],"--protocol":[134,0,1,"cmdoption--protocol"],"--query-log-path":[133,0,1,"cmdoption--query-log-path"],"--query-log-rotate-threshold-size":[133,0,1,"cmdoption--query-log-rotate-threshold-size"],"--receive-endpoint":[139,0,1,"cmdoption--receive-endpoint"],"--send-endpoint":[139,0,1,"cmdoption--send-endpoint"],"--server-id":[133,0,1,"cmdoption--server-id"],"-P":[132,0,1,"cmdoption-P"],"-a":[133,0,1,"cmdoption-a"],"-c":[133,0,1,"cmdoption-c"],"-d":[139,0,1,"cmdoption-d"],"-e":[133,0,1,"cmdoption-e"],"-h":[133,0,1,"cmdoption-h"],"-i":[134,0,1,"cmdoption-i"],"-l":[139,0,1,"cmdoption-l"],"-m":[132,0,1,"cmdoption-m"],"-n":[133,0,1,"cmdoption-n"],"-p":[138,0,1,"cmdoption-p"],"-r":[139,0,1,"cmdoption-r"],"-s":[139,0,1,"cmdoption-s"],"-t":[138,0,1,"cmdoption-t"],GRN_COLUMN_NAME_ID:[47,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[47,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[47,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[47,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[47,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[47,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[47,3,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[47,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[47,3,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[47,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[48,3,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[48,3,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[48,3,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[60,3,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[60,3,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[60,3,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[60,3,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[60,3,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[60,3,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[60,3,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[60,3,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[60,3,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[60,3,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[69,3,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[69,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[69,3,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[69,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[69,3,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[69,3,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[69,3,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[69,1,1,"c.GRN_PLUGIN_REGISTER"],command:[133,0,1,"cmdoption-arg-command"],db:[134,0,1,"cmdoption-arg-db"],dest:[133,0,1,"cmdoption-arg-dest"],grn_builtin_type:[66,2,1,"c.grn_builtin_type"],grn_cache:[46,2,1,"c.grn_cache"],grn_cache_close:[46,1,1,"c.grn_cache_close"],grn_cache_current_get:[46,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[46,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[46,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[46,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[46,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[47,1,1,"c.grn_column_create"],grn_column_index:[47,1,1,"c.grn_column_index"],grn_column_index_update:[47,1,1,"c.grn_column_index_update"],grn_column_name:[47,1,1,"c.grn_column_name"],grn_column_rename:[47,1,1,"c.grn_column_rename"],grn_column_table:[47,1,1,"c.grn_column_table"],grn_column_truncate:[47,1,1,"c.grn_column_truncate"],grn_command_version:[48,2,1,"c.grn_command_version"],grn_content_type:[49,2,1,"c.grn_content_type"],grn_ctx:[50,2,1,"c.grn_ctx"],grn_ctx_at:[50,1,1,"c.grn_ctx_at"],grn_ctx_close:[50,1,1,"c.grn_ctx_close"],grn_ctx_db:[50,1,1,"c.grn_ctx_db"],grn_ctx_fin:[50,1,1,"c.grn_ctx_fin"],grn_ctx_get:[50,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[50,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[50,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[59,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[50,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[50,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[50,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[50,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[50,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[50,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[59,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[50,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[50,1,1,"c.grn_ctx_use"],grn_db:[51,2,1,"c.grn_db"],grn_db_create:[51,1,1,"c.grn_db_create"],grn_db_create_optarg:[51,2,1,"c.grn_db_create_optarg"],grn_db_open:[51,1,1,"c.grn_db_open"],grn_db_recover:[51,1,1,"c.grn_db_recover"],grn_db_touch:[51,1,1,"c.grn_db_touch"],grn_db_unmap:[51,1,1,"c.grn_db_unmap"],grn_encoding:[52,2,1,"c.grn_encoding"],grn_encoding_parse:[52,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[52,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[53,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[53,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[53,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[53,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[53,1,1,"c.grn_expr_append_const_str"],grn_expr_append_op:[53,1,1,"c.grn_expr_append_op"],grn_expr_close:[53,1,1,"c.grn_expr_close"],grn_expr_compile:[53,1,1,"c.grn_expr_compile"],grn_expr_create:[53,1,1,"c.grn_expr_create"],grn_expr_exec:[53,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[53,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[53,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[53,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[53,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[68,1,1,"c.grn_fin"],grn_geo_cursor_next:[54,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[54,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[54,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[54,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[54,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[48,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[52,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[59,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[45,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[55,2,1,"c.grn_hook_entry"],grn_ii:[56,2,1,"c.grn_ii"],grn_ii_buffer:[56,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[56,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[56,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[56,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[56,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[57,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[57,1,1,"c.grn_index_cursor_open"],grn_info_type:[58,2,1,"c.grn_info_type"],grn_init:[68,1,1,"c.grn_init"],grn_obj:[60,2,1,"c.grn_obj"],grn_obj_add_hook:[55,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[60,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[60,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[60,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[60,1,1,"c.grn_obj_close"],grn_obj_column:[60,1,1,"c.grn_obj_column"],grn_obj_db:[51,1,1,"c.grn_obj_db"],grn_obj_defrag:[60,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[60,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[55,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[60,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[58,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[55,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[58,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[55,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[60,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[60,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[60,1,1,"c.grn_obj_get_values"],grn_obj_id:[60,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[60,1,1,"c.grn_obj_is_builtin"],grn_obj_is_locked:[60,1,1,"c.grn_obj_is_locked"],grn_obj_lock:[60,1,1,"c.grn_obj_lock"],grn_obj_name:[60,1,1,"c.grn_obj_name"],grn_obj_path:[60,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[60,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[60,1,1,"c.grn_obj_reinit"],grn_obj_remove:[60,1,1,"c.grn_obj_remove"],grn_obj_rename:[60,1,1,"c.grn_obj_rename"],grn_obj_search:[62,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[58,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[61,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[58,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[60,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[60,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[60,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[67,1,1,"c.grn_obj_user_data"],grn_plugin_charlen:[69,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[69,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[69,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[69,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[69,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[69,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[69,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[69,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[69,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[69,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[69,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[69,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[69,1,1,"c.grn_plugin_win32_base_dir"],grn_proc_create:[61,1,1,"c.grn_proc_create"],grn_proc_func:[61,2,1,"c.grn_proc_func"],grn_proc_get_info:[61,1,1,"c.grn_proc_get_info"],grn_proc_type:[61,2,1,"c.grn_proc_type"],grn_search_optarg:[62,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[48,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[52,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[59,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[45,1,1,"c.grn_set_lock_timeout"],grn_table_add:[63,1,1,"c.grn_table_add"],grn_table_at:[63,1,1,"c.grn_table_at"],grn_table_columns:[63,1,1,"c.grn_table_columns"],grn_table_create:[63,1,1,"c.grn_table_create"],grn_table_cursor:[64,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[64,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[64,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[64,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[64,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[64,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[64,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[64,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[64,1,1,"c.grn_table_cursor_table"],grn_table_delete:[63,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[63,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[63,1,1,"c.grn_table_difference"],grn_table_get:[63,1,1,"c.grn_table_get"],grn_table_get_key:[63,1,1,"c.grn_table_get_key"],grn_table_group:[63,1,1,"c.grn_table_group"],grn_table_group_flags:[63,2,1,"c.grn_table_group_flags"],grn_table_group_result:[63,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[63,1,1,"c.grn_table_lcp_search"],grn_table_rename:[63,1,1,"c.grn_table_rename"],grn_table_setoperation:[63,1,1,"c.grn_table_setoperation"],grn_table_size:[63,1,1,"c.grn_table_size"],grn_table_sort:[63,1,1,"c.grn_table_sort"],grn_table_sort_flags:[63,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[63,2,1,"c.grn_table_sort_key"],grn_table_truncate:[63,1,1,"c.grn_table_truncate"],grn_table_update:[63,1,1,"c.grn_table_update"],grn_table_update_by_id:[63,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[65,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[65,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[65,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[65,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[65,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[65,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[66,1,1,"c.grn_type_create"],grn_user_data:[67,2,1,"c.grn_user_data"],script:[134,0,1,"cmdoption-arg-script"]},grn_db_create_optarg:{builtin_type_names:[51,4,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[51,4,1,"c.grn_db_create_optarg.n_builtin_type_names"]}},objnames:{"0":["std","option","option"],"1":["c","function","C \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","macro","C \u306e\u30de\u30af\u30ed"],"4":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"]},objtypes:{"0":"std:option","1":"c:function","2":"c:type","3":"c:macro","4":"c:member"},terms:{"!!":[95,135,179,199,203],"!(n":158,"!)":135,"!\"":[39,78,103,117,127,135,157,158,159,168,179,185,197,199,200,202,203,204],"!\\":158,"!condition":158,"!xxx":41,"#'":133,"#[":33,"#arguments":33,"#command":33,"#delete":33,"#each":33,"#groonga":[166,203],"#group":33,"#index":33,"#inspect":33,"#key":33,"#name":33,"#proxy":135,"#remove":33,"#scalar":33,"#set":134,"#value":33,"#vector":33,"#with":33,"#worker":135,"#{":160,"#{l":160,"$(":[24,25,26,27,30],"$groonga":12,"$home":12,"$prefix":37,"${":[17,103,117,151,158,167,171,180],"%'":41,"%\"":167,"%\\":31,"%post":39,"& (":158,"& _":207,"& b":158,"& x":41,"& y":40,"&!":158,"&&":[33,117,154,158,194,205],"&..":204,"&arg":167,"&filter":114,"&gt":[146,147,153],"&lt":[146,147,153],"&q":138,"&query":204,"&request":114,"&s":138,"'(":133,"')":[41,95,132,133],"',":[41,60,137,176],"'-":[40,133],"'.":[17,60],"'..":40,"';":133,"'='":133,"'>":148,"'\"":[39,40],"'\u3002":133,"'alice":157,"'column":39,"'config":133,"'fixed":33,"'grn":52,"'hay":11,"'haystack":11,"'ja":17,"'localhost":[132,133],"'m":[159,178,202,203],"'mroonga":151,"'n":133,"'needle":11,"'now":203,"'or":39,"'pid":133,"'query":39,"'s":[17,78,95,103,117,133,154,157,158,159,160,183],"'t":[45,49,50,51,53,60,79,96,133,135,176],"'user":151,"'ve":203,"'vector":33,"(!":11,"(&":[33,50,53],"('":[73,85,95,133,200],"((":[75,117],"((x":181,"()":[],"(-":158,"(.":12,"(..":40,"(<":11,"(=":[11,80,158],"(>":11,"(?":33,"([":152,"(\"":[39,40,52,114,133,143,146,147,151,153,200],"(\u300c":12,"(_":[33,120,158,173,174,176],"(a":21,"(age":141,"(argument":158,"(arugment":158,"(body":[146,147],"(byte":[47,63],"(cmp":41,"(column":[41,141,146,153,168,169,170],"(comments":154,"(content":[117,148,153,168],"(ctx":[11,46,47,50,53],"(cutter":14,"(cve":41,"(database":195,"(debian":189,"(default":33,"(drilldown":73,"(fedora":189,"(get":132,"(grn":[33,50,53],"(groonga":65,"(html":148,"(index":[169,170],"(init":50,"(int":65,"(keyword":53,"(location":[143,199,203,207],"(match":151,"(message":[169,170],"(mroonga":166,"(msghdr":33,"(name":69,"(news":12,"(nginx":189,"(null":41,"(packages":12,"(point":[143,144,145],"(popular":117,"(pos":[144,145],"(ptr":35,"(q":65,"(r":[134,167],"(scan":14,"(scope":154,"(score":33,"(select":158,"(string":142,"(tab":166,"(table":41,"(tag":149,"(tags":155,"(target":[149,155],"(term":[],"(text":147,"(title":[40,142,168],"(uint":65,"(void":65,"(wgs":207,"(windows":134,"(x":41,"(xxx":40,"({":138,")'":[120,146,147,153,154,155,157,158,173,174,176,199,203,207],"))":[33,117,158,166],"),":[40,85],")-":12,").":[12,133,138,153,189],")..":12,")/":33,"):":[12,189,200],");":[11,33,46,47,50,53,65],")=":195,")\"":[40,117,148,153,157,167,168,169,170,206],")\\":167,")\u3001":41,")\u300d":133,")\u3059\u3079\u3066":141,")]":40,")disk":167,")grn":33,")groonga":166,")hello":33,")mroonga":166,")offset":[63,64],")senna":166,"*'":[103,117],"**":[47,51,60,61,64,98],"***":98,"*/":[50,53,65,68],"*\"":[33,36,41,103,117,202],"*added":63,"*bottom":54,"*bsd":[7,8,35,37],"*buffer":60,"*cache":46,"*column":47,"*ctx":[46,47,50,51,53,54,55,56,57,58,59,60,61,62,63,64,66,67,69],"*cursor":54,"*data":[55,65],"*db":[50,51,60],"*dest":63,"*destination":60,"*escaped":53,"*expr":53,"*fin":61,"*func":[50,61],"*grn":65,"*ic":57,"*ii":56,"*index":[54,57],"*init":61,"*key":63,"*keybuf":63,"*keys":63,"*keywords":53,"*max":64,"*min":64,"*mutex":69,"*name":[47,50,52,53,60,61,63,66,69],"*namebuf":[47,60],"*newvalue":47,"*next":61,"*nvars":61,"*obj":[47,51,53,55,58,60,61,62,67],"*oldvalue":47,"*optarg":[51,62],"*path":[47,51,63],"*proc":55,"*query":[53,62],"*res":[54,62,63],"*result":63,"*results":63,"*s":41,"*section":47,"*source":60,"*src":63,"*str":[53,69],"*string":53,"*table":[47,60,63,64],"*tables":50,"*target":53,"*tc":[57,64],"*tid":57,"*top":54,"*type":47,"*user":[61,69],"*value":[56,58,60,63,64],"*valuebuf":58,"*var":69,"*vars":[61,69],"+ \"":[33,39],"+ y":181,"++":[0,6,7,12,24,26,28,33,37,38,41,50,53,65,133,183],"+-":[53,135],"+a":157,"+c":133,"+ff":[33,161],"+ff0":33,"+ffef":179,"+fff":179,"+fffe":127,"+or":167,", \"":[75,146,202],", {":[135,185],",'":[181,197],",*":102,",.":12,",..":[95,122],",[":194,",[\"":194,",\"":[33,41,82,93,164,199,202,203],",\"domain":198,",\"http":197,",\"link":197,",\"links":197,",\"location":[199,207],",\"tags":199,",\"title":200,",\\\"":95,",\n#":[75,89,103,117,123,125,127,151,157,158,168,179,197,199,200,203,204,207],",\n[":[33,93,153],",\n]":[117,154,194,197,205,207],",\n{":[75,93,100,103,117,120,135,149,151,154,157,158,161,167,168,169,170,173,174,176,178,198,202,205],",_":[75,103,117,120,151,158,198,199,200,203,207],",{":[133,134,164],"- \"":41,"-(":[12,158],"-+":135,"--":[8,12,31,34,35,36,37,39,40,41,45,46,47,48,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,69,75,100,103,117,123,125,127,133,134,135,146,147,148,149,151,153,155,158,166,167,168,169,170,176,178,194,198,199,203,206,207],"->":[33,35,123],"-\"":125,"-_":[117,168,169,170],"-a":[39,133,157],"-add":51,"-address":[33,37,39,133],"-adjuster":[75,117],"-admin":39,"-aki":41,"-alloc":[],"-analyzer":[37,39],"-api":16,"-appearing":[],"-apt":30,"-autoreconf":12,"-base":[138,139],"-benchmark":[],"-binary":[135,185],"-bind":[33,37,39,133],"-blog":203,"-build":14,"-bye":[103,117,125,157,158,178],"-c":[24,26,133,191],"-cache":[33,40,133],"-check":[35,37,138],"-chroot":12,"-ci":[40,41],"-ci\u4e0a":40,"-client":183,"-code":[12,41],"-command":[],"-commnad":77,"-common":[30,39],"-conditional":37,"-config":[28,33,34,35,37,39,133],"-count":[],"-create":[],"-cutter":12,"-d":[133,135,138,139,188,191,204],"-daemon":[138,139],"-databases":[86,88,122,124,138,191,200,204],"-dataset":[],"-db":38,"-dcmake":[7,8],"-dd":[158,160],"-deafult":37,"-deb":12,"-debug":[6,35],"-default":[],"-dev":[2,12,14,25,30,33,37,39,40,41],"-devel":[24,26],"-dgrn":[7,8],"-dir":134,"-directory":39,"-disable":[35,37,41,138],"-doc":38,"-document":[],"-docutils":12,"-drilldown":[33,41,103,117,198],"-dump":33,"-e":133,"-each":37,"-eanble":6,"-efficient":75,"-enable":[3,6,18,35],"-encoding":[],"-encodiong":158,"-endpoint":[138,139],"-escalation":[],"-essential":[25,30],"-event":33,"-exact":[],"-existence":40,"-fd":[37,138],"-file":[33,37,78,133,138],"-files":[],"-filter":[25,30,33,37,39,41,75,117,140,147,151,153,154,158,167,203,205],"-frequency":37,"-ftp":134,"-full":12,"-g":[8,31],"-get":[12,18,25,30,39],"-gobject":33,"-gqtp":[],"-gram":[0,127,158,192,194,200],"-groonga":[12,13,134,203],"-h":[133,135,185],"-help":[],"-history":37,"-host":134,"-html":[35,39],"-http":[],"-httpd":[],"-i":[33,133,134],"-id":[39,114,133],"-idf":[168,169,170],"-in":[12,60],"-index":33,"-inverse":[168,170],"-ipadic":[26,179],"-j":[6,7,28],"-jemalloc":41,"-jinja":12,"-jp":[40,179],"-jumandic":26,"-key":[12,38],"-keyring":[25,39],"-keys":12,"-known":153,"-l":[133,138,139,160],"-latest":[],"-launchpad":12,"-leak":35,"-leaner":139,"-learner":[],"-level":[33,41,133,139],"-libedit":35,"-libevent":38,"-libstemmer":41,"-limit":[33,34,40,117,133],"-line":21,"-lines":[37,138],"-localstatedir":[],"-log":[],"-lz4":[],"-lzo":85,"-m":132,"-match":[],"-max":[37,133,138],"-mecab":[24,25,26,27,30,39,40,41],"-memory":35,"-message":[],"-mm":[158,160],"-mode":17,"-mruby":[6,12,41],"-msgpack":185,"-munin":[],"-mysql":[24,25,26,30,106,161],"-n":[37,133,138,200],"-neologd":179,"-node":24,"-normalizer":[24,25,26,30,33,39,106,161],"-offset":[33,117],"-org":12,"-oriented":153,"-output":[33,39,40,117,134,146,147,148,153],"-p":[132,133,134,138,191,204],"-pack":[],"-package":[],"-packages":12,"-patch":17,"-path":[],"-per":[37,138],"-pgp":12,"-pid":[33,37,133],"-pip":18,"-platform":[],"-plugin":13,"-plugins":[],"-po":[],"-point":181,"-port":[133,134,138],"-prefix":[],"-properties":30,"-protocol":[133,134,136,188,204],"-query":[33,37,39,40,41,133,135,146,147,151,153,157,160,166,189,200,203,205],"-r":[138,139],"-receive":[138,139],"-release":[],"-repository":[12,30,39],"-root":[35,133,136],"-rotate":[33,133],"-rpm":12,"-rroonga":46,"-ruby":[6,12,39],"-s":[133,138,139,191],"-scorer":140,"-search":[41,179],"-searchu":179,"-secret":12,"-send":[138,139],"-separated":33,"-server":[],"-size":[33,133],"-sortby":40,"-source":12,"-sphinx":[12,18],"-src":[12,25],"-static":37,"-stem":[25,30,41],"-strings":38,"-suggest":[],"-t":[133,138],"-talk":[2,12,33,40],"-tar":29,"-terminated":[61,69],"-test":[12,14],"-text":179,"-threads":[133,138],"-threshold":[],"-time":153,"-token":[25,30,41],"-tokenizer":[24,25,26,30,39,40],"-type":[37,135,173,174,176,185],"-unauthenticated":[25,39],"-uploader":12,"-use":33,"-values":33,"-version":[],"-w":12,"-windows":33,"-with":[],"-wno":37,"-word":117,"-working":39,"-x":[12,40],"-yyy":17,"-z":138,"-za":138,"-zlib":[],".$":[103,117],".'":[39,40,85],".(":12,".)":[40,60,158,160,168,180],".,":[117,149],".-":17,"..":[6,7,17,39,40,65,69,75,79,82,86,95,104,114,117,120,121,133,135,136,149,151,157,158,167,168,169,170,185,200],"...":[33,37,39,40,41,45,46,47,48,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,70,82,114,117,120,122,133,134,135,136,138,146,154,157,158,159,164,167,171,203],"./":[17,28],".:":[138,139],".>":171,".\"":[117,146,147,151,153,158,159,168,179,197,199,200,204,206],".]":[75,82,114,120,122,158],"._":[40,41,60,103,117,123,157,158,197,198],".age":94,".am":18,".am\u30d5\u30a1\u30a4\u30eb":12,".asc":12,".askmonty":41,".blog":194,".body":[83,91,206],".builtin":51,".c":[42,89,117,123],".clean":12,".co":[42,117],".column":[40,41,84,94],".com":[6,7,8,12,13,17,21,197,198,200,204,207],".comment":[202,203],".conf":[33,135,180,189,195],".content":[103,117,123,154,157,158,159,180,202],".context":123,".created":103,".current":33,".d":[25,180,195],".db":[40,133,191,200,204],".ddl":134,".deb":12,".debian":12,".description":203,".dll":69,".domain":33,".dump":37,".en":12,".entries":180,".exe":31,".fedoraproject":24,".flags":63,".garbage":40,".git":[6,7,8,12,13,17],".github":17,".gpg":12,".grn":[93,135],".groonga":[12,17,24,25,26,27,28,29,30,31,134],".group":154,".gz":[12,17,24,25,26,27,28,29,30],".h":[16,33,69],".hash":203,".high":84,".html":[12,17,133,135],".htpasswd":[135,185],".i":24,".index":[33,94],".jp":[12,33,42,117],".js":12,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":21,".json":[135,164],".kentaro":40,".key":[63,123],".label":117,".list":[12,25],".load":134,".location":203,".log":[28,33,77,133,134,135,189],".md":12,".md\u30d5\u30a1\u30a4\u30eb":12,".me":[2,12,33],".mo\u30d5\u30a1\u30a4\u30eb":17,".msgpack":164,".n":[51,103,117,157,158,180],".name":[82,154,203],".ncpu":27,".ne":42,".nested":117,".net":[2,12,197,198,199,200,204,207],".nginx":135,".o":199,".offset":63,".org":[12,17,24,25,26,27,28,29,30,31,33,41,46,75,93,134,135,148,197,198,199,200,204,207],".osdn":[2,12],".output":136,".overcommit":[],".patch":17,".pc":[36,37],".php":12,".pid":133,".po":[],".po\u30d5\u30a1\u30a4\u30eb":[],".posted":203,".rb":[35,41,103,116],".reference":123,".repoforge":24,".roonga":[157,158],".rpm":[24,26],".score":129,".scr":134,".select":[134,158],".serial":84,".service":39,".set":103,".sh":[6,12,14,17,21,39],".so":[109,110,113],".source":33,".sourceforge":[2,12],".spec":37,".ssssss":160,".status":134,".sub":[103,117],".synonym":117,".t":179,".tag":[84,103,117],".tar":17,".timestamp":108,".title":[96,123,197],".to":84,".travis":21,".tsv":[164,166],".txt":[12,179],".uuuuuu":158,".value":117,".weight":40,".x":24,".xml":164,".yml":21,".zip":17,".}":[75,82,158],"/ '":60,"/#":46,"/$":17,"/'":41,"/(":12,"/*":[16,17,50,65,68,135,189,195],"/+":12,"/.":37,"/..":[12,135],"/;":135,"/?":138,"/\"":[75,179,197,198,199,200,204,207],"/\u65e5":203,"/\u6708":203,"/\uff09":35,"/_":12,"/aba":[198,200,207],"/acccess":189,"/admin":[37,133],"/afr":[198,200,207],"/alice":179,"/api":185,"/apt":[12,25],"/archive":12,"/atv":[198,200,207],"/base":12,"/bc":12,"/bin":28,"/blog":12,"/branches":14,"/c":[0,6,7,16,183],"/cache":135,"/centos":[12,24,189],"/command":[14,135,136,167,204],"/commands":[41,86,88,122,124],"/commits":41,"/context":103,"/copyright":41,"/coremodule":135,"/cpuinfo":[24,25,26,30],"/cutter":12,"/d":[41,135,167,185],"/data":21,"/database":[135,185],"/db":[93,120,131,135,139,167,189],"/db1":185,"/db2":185,"/dd":158,"/debian":[12,25],"/default":[39,189],"/dev":12,"/dictionary":35,"/disk":167,"/doc":12,"/docs":135,"/en":[12,18,135],"/epel":24,"/etc":[12,25,39,135,166,180,189,195],"/eval":115,"/example":[],"/f":12,"/false":[34,197],"/fedora":[26,35,39],"/files":[12,18],"/function":12,"/functions":14,"/gat":[198,200,207],"/gqtp":[40,189],"/grntest":12,"/groonga":[6,7,8,12,13,16,17,21,24,25,26,27,28,29,30,31,33,35,37,39,40,86,88,109,110,113,122,124,131,133,135,138,166,180,189,191,200,204],"/header":29,"/hoge":133,"/home":179,"/homebrew":12,"/hostname":[133,134],"/hosts":12,"/html":[17,18,37,185],"/http":[135,189],"/httpd":[135,189],"/in":33,"/index":[12,17,133],"/introduction":[191,200,204],"/ja":[12,17,46],"/javascript":37,"/json":[37,135,185],"/key":60,"/kytea":127,"/lc":[12,17],"/lib":[109,110,113,131,135,189],"/limits":180,"/linux":[],"/lists":12,"/load":[116,135,185],"/local":[6,7,12,28,135],"/locale":[12,17,18],"/log":[28,33,133,135,138,189],"/lzo":[35,37,40],"/mailarchive":12,"/managers":[135,185],"/master":[17,21],"/max":41,"/meetup":33,"/message":12,"/mm":158,"/modules":[35,135],"/mrb":103,"/munin":28,"/mxcl":12,"/news":12,"/nfs":28,"/ngx":135,"/non":40,"/null":[6,7,34],"/o":121,"/or":96,"/other":135,"/packages":12,"/php":33,"/pipermail":41,"/plain":33,"/plugins":[28,35,40,109,110,113],"/ppa":[12,30],"/projects":12,"/pub":24,"/public":2,"/pull":12,"/query":[109,110,113],"/rab":[198,200,207],"/raw":21,"/reference":[],"/repositories":12,"/request":114,"/result":38,"/rpmforge":24,"/rroonga":41,"/run":[12,14,133],"/rurema":41,"/sbin":27,"/scorer":[],"/scripts":103,"/security":180,"/select":[114,135,204],"/setup":21,"/share":[37,133],"/shutdown":[133,135,185],"/source":[12,16,17,18,24,25,26,27,28,29,30,31],"/sources":[12,25],"/span":[146,147,153],"/srpm":12,"/status":[132,135,164,185,204],"/stem":178,"/stop":[93,125,178],"/synonyms":166,"/sysconfig":189,"/sysctl":[27,180,195],"/tab":33,"/test":179,"/tmp":[6,7,166,185],"/to":[135,185],"/travis":21,"/tsv":[109,110,113,166],"/ubuntu":[12,39,189],"/unit":14,"/usage":[],"/usr":[28,133],"/var":[28,33,131,133,135,189],"/vdw":[198,200,207],"/vector":[33,155],"/wgs":207,"/windows":[12,31],"/work":12,"/x":185,"/xml":185,"/yum":12,"/~":12,"0c":179,"0e":134,"0mq":40,"0x":[38,157,181,191,197],"0xc":191,"10":[134,200],"11":[75,117,151,158,180,194],"1\u305a":[73,77],"1\u3064":[10,32,37,40,41,53,71,75,81,84,86,94,96,101,103,104,108,109,110,113,114,115,116,117,120,121,123,126,127,129,134,135,147,149,151,153,154,157,158,167,168,169,170,171,175,177,179,180,185,191,197,199,202,203],"1\u30f6\u6708":171,"1\u4ef6":[194,203],"1\u5ea6":68,"1\u6708":[158,181,197,203],"1\u884c":134,"1byte":191,"1f":33,"1g":[25,30],"1gb":33,"1o":167,"2\u3064":[19,24,25,26,30,33,40,41,85,86,94,100,101,102,103,105,117,121,124,125,126,142,151,154,157,167,168,169,176,179,184,185,189,197,198,200,202,203],"2\u3064\u3081":[114,157,185,202],"2\u5104":[],"2\u6708":100,"2byte":191,"2grn":41,"3\u3064":[14,40,78,88,100,106,117,146,153,156,197,198,200,202],"3ki":35,"4\u3064":[84,133,153,168,177],"4byte":191,"4e":195,"4gbyte":32,"4gib":[177,191],"4kib":33,"5\u3064":141,"5f":134,"6elz":41,"6fd":119,"6gib":180,"7\u3064":119,"7\u6708":33,"7e":134,"7f":119,"8bit":181,"8byte":191,"8r":[28,39,133],"9\u3064":200,"9e":161,"9f":164,": n":132,":!":157,":#":41,":#{":160,":$":[18,157,158,205],":')":85,":..":117,":/":[12,13,17,21,24,25,26,27,28,29,30,31,41,46,75,93,114,132,133,135,136,138,148,164,185,197,198,199,200,204,207],"::":[33,80,103,164],":<":[117,157],":=":[117,157],":>":[117,157],":@":[117,151,157,197,199,200,203,204],":[":[134,167],":\"":[53,167,200],":\\":[8,31,167],":\\\"":95,":\u5206":203,":\u79d2":203,":^":[157,205],":`":[],":bob":203,":byte":66,":c":[],":clear":12,":fun":[],":function":[],":groonga":[6,7,8,12,30,117,157],":mm":[158,160],":order":33,":port":[133,135,136],":set":41,":ss":[158,160],":value":[117,157],":~":[157,167],";/":[146,147],";\"":39,";b":[146,147],";rroonga":[146,147],"< n":158,"< t1":11,"< y":40,"<#{":160,"<-":185,"<..":171,"</":[146,147,148,153,164],"<=":[40,135,158,203],"<directory":139,"<encoding":133,"<endpoint":139,"<gqtp":134,"<groonga":134,"<ip":[133,134],"<level":139,"<limit":133,"<log":133,"<max":133,"<path":[133,139],"<port":[133,134],"<protocol":133,"<span":[146,147,153],"<threshold":133,"= \"":[41,100,117,158],"= n":158,"= y":40,"=$":[12,17,28],"='":148,"=(":12,"=)":11,"=-":28,"=..":12,"=/":[6,7,12,14,28,133,166],"==":158,"=\"":[29,103,117,146,147,153,164],"=\\":[146,147,148,153],"=_":102,"=`":18,"=add":127,"=allow":117,"=arg":167,"=ascending":102,"=c":[8,31],"=complete":138,"=dat":38,"=encoding":[],"=fedora":12,"=g":138,"=get":125,"=gr":138,"=gro":138,"=groo":138,"=groonga":[135,138],"=grooon":138,"=i":12,"=largetable":114,"=message":[],"=no":102,"=none":[103,106,117,125,127],"=null":[81,94,96,101,102,103,117,121,126,127],"=number":[],"=on":[7,8],"=pat":38,"=path":[],"=platform":[],"=query":138,"=r":39,"=redhat":28,"=site":204,"=sjis":28,"=squeeze":12,"=submit":138,"=table":121,"=title":204,"=true":114,"=unique":114,"=users":[135,185],"=yes":[12,14,33,38,40,94,117],"> \"":33,"> y":40,">#{":160,">.":[146,147],">:":103,"><":[53,164],">=":[40,158],">>":[40,158],">\"":[40,89,103,117,123,146,148],">\n<":164,">\u3001":[],">\u529b":[],">alloc":164,">cache":164,">command":164,">default":164,">max":164,">n":164,">rroonga":[146,147],">starttime":164,">uptime":164,">version":164,"??":117,"?arg":167,"?argument":136,"?i":167,"?id":114,"?msg":12,"?parameter":135,"?table":[114,135,185,204],"@'":200,"@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,"@yappo":[40,41],"@yito":[39,40],"@~":167,"[#":[37,38,39,41],"[$":[],"[(":167,"[,":144,"[2":133,"[:":204,"[@":[37,39,40,41],"[[":[75,84,88,92,100,114,115,116,117,122,124,125,129,133,138,143,146,147,153,157,158,159,168,173,178,194,197,199,202,203,205],"[[\"":82,"[\"":[33,75,82,86,117,120,153,155,158,173,194,197,199,203],"[\u8a9e":82,"[a":138,"[admin":[37,39,40],"[api":33,"[apt":39,"[args":133,"[backslash":157,"[benchmark":41,"[bernard":33,"[bindings":33,"[cmake":33,"[column":41,"[dat":[38,39],"[dd":167,"[deb":[33,37,39,40,41],"[doc":[33,37,38,39,40,41],"[dump":[39,40,41],"[element":[75,158],"[example":[33,41],"[experimental":[],"[fedora":[39,41],"[geo":[37,40],"[github":41,"[gqtp":40,"[grntest":37,"[groonga":[12,33,37,39,41],"[header":[78,81,84,85,88,89,92,94,96,100,102,105,106,107,108,109,110,113,115,116,121,123,124,126,127,128,129],"[hh":33,"[http":[33,39,40,41],"[httpd":[33,39,40,41],"[incompatible":[],"[index":41,"[info":167,"[key":33,"[label":[33,103,117],"[label1":[41,103,117],"[label2":[103,117],"[libedit":37,"[linux":39,"[load":[39,41],"[logical":33,"[macports":37,"[mdev":33,"[mecab":33,"[mrb":33,"[mruby":[33,41],"[munin":[37,39,40,41],"[n":[40,41,117],"[normalizer":41,"[number":95,"[os":41,"[output":38,"[pat":39,"[php":[39,41],"[pkg":[37,39],"[plugin":[33,41],"[power8":41,"[rpm":[33,37,38,39,40,41],"[sharding":33,"[snippet":[41,153],"[solaris":39,"[space":157,"[suggest":[38,39,40],"[table":40,"[tag":[103,117],"[test":39,"[token":40,"[tokenizer":[39,40],"[travis":40,"[warning":167,"[windows":[33,37,39,40,41],"[yum":39,"[{":[135,185],"\"#":37,"\"#\"":134,"\"#{":158,"\"%":167,"\"'":[33,39,40,41,75,84,100,117,157,158,167,192,194],"\"(":[40,206],"\")":[33,39,40,41,52,114,141,142,143,145,149,151,158,199,207],"\"*":39,"\",":[33,40,75,78,82,84,86,88,89,92,93,95,103,114,117,120,122,123,124,125,129,133,134,135,141,143,146,147,148,149,151,153,154,155,157,158,159,161,167,168,169,170,173,174,176,178,191,194,197,198,199,200,202,203,204,205,206,207],"\"-":[37,143],"\".":[158,183,198],"\"/":[86,88,122,124,133,179,207],"\":":[33,75,82,84,88,92,93,95,100,101,103,104,106,107,114,115,116,117,119,120,124,125,127,128,129,133,134,135,141,143,146,147,148,149,151,154,155,157,158,159,161,164,167,168,169,170,173,174,176,178,179,185,191,197,198,199,200,202,203,204,205,206,207],"\";":[134,135,185],"\"<":[40,146,147],"\">":[146,147,153,164],"\"?":[117,164],"\"@":203,"\"[":[39,89,103,123,167],"\"\"":[38,84,154,158,167,181],"\"\\":[33,167],"\"\\\\":167,"\"\\n":33,"\"\u3001":[173,198],"\"\u3002":41,"\"\u308d\u3086\u304d":205,"\"\u30df\u30ea":158,"\"\u4e8c":[],"\"\u5f37":179,"\"\u672c":179,"\"\u8a9e":179,"\"\uff08":173,"\"\uff09":[34,173,197,207],"\"]":[33,75,86,93,103,117,133,153,155,158,173,194,199,200,203],"\"_":[40,75,78,84,86,88,92,93,95,103,117,120,124,125,129,135,141,143,148,149,151,154,155,157,158,159,161,167,168,169,170,173,174,176,178,185,194,197,198,199,200,202,203,204,205,206,207],"\"a":[41,117,127,154],"\"ab":175,"\"alice":157,"\"always":101,"\"apple":161,"\"application":37,"\"auto":101,"\"b":[117,154],"\"black":161,"\"blank":161,"\"block":197,"\"book":158,"\"c":[117,154],"\"canceled":114,"\"co":175,"\"color":161,"\"complete":175,"\"content":[117,157,158,178],"\"correction":175,"\"created":103,"\"d":179,"\"ddl":41,"\"double":158,"\"e":[120,127,173,179],"\"element":75,"\"ellip":144,"\"ellipsoid":144,"\"engine":[173,174,176],"\"flower":197,"\"fulltext":127,"\"good":[103,117,158],"\"gr":121,"\"gronga":175,"\"groonga":[75,93,117,121,153,154,158,175],"\"h":127,"\"hello":[125,178],"\"http":75,"\"i":[78,103,117,157,158,159,178,202,203],"\"is":197,"\"k":199,"\"keyword":117,"\"label":117,"\"localhost":191,"\"message":[167,169,170],"\"monkey":197,"\"mroonga":[75,93,117,154,158],"\"mysql":[75,175],"\"n":[78,103,117,119,135,157,158,191,200,204],"\"name":151,"\"never":101,"\"ni":173,"\"no":39,"\"null":39,"\"o":179,"\"popular":117,"\"pp":41,"\"rect":[39,144],"\"rectangle":[39,143,144],"\"requires":39,"\"roonga":175,"\"ruby":75,"\"s":[120,127,173,174,179],"\"saerch":174,"\"say":158,"\"se":173,"\"sea":173,"\"search":[157,173,174,176],"\"sequence":[120,173,174,176],"\"serach":174,"\"service":174,"\"sound":174,"\"sphere":144,"\"sphr":144,"\"starttime":164,"\"sug":175,"\"suggest":175,"\"t":[127,179],"\"table":133,"\"tags":75,"\"text":37,"\"theater":206,"\"theatre":206,"\"timestamp":100,"\"tritonn":117,"\"type":120,"\"unknown":52,"\"uptime":164,"\"utf":52,"\"value":117,"\"vector":40,"\"version":164,"\"visual":8,"\"web":[174,176],"\"weight":197,"\"x":[40,41,158],"\"xxx":40,"\"yyyy":158,"\"}":[84,92,93,95,100,101,103,104,117,120,135,149,151,154,155,157,158,159,161,167,169,170,173,174,176,178,185,197,198,199,202,205,207],"\\%":31,"\\'":[133,157],"\\(":157,"\\[(":167,"\\\"":[53,95,146,147,148,153,154,167,192],"\\\"a":154,"\\\"}":95,"\\\\":[33,53,146,154,167],"\\\\\\":[33,167],"\\\\z":167,"\\a":[33,167,179],"\\ahello":33,"\\ahost":167,"\\bin":31,"\\groonga":31,"\\n":167,"\\u":179,"\\z":[167,179],"\u2026\uff09":174,"\u2192id":177,"\u25a1\u25a1":10,"\u25cb\u25cb":10,"\u3001 \"":149,"\u3001#":203,"\u3001$":12,"\u3001'":[41,52,133,151,158,181,197],"\u3001(":[63,64,134,141,181],"\u3001-":[35,134,181],"\u3001.":[14,17],"\u3001/":[200,204],"\u3001:":134,"\u3001>":87,"\u3001[":200,"\u3001\"":[37,39,40,148,149,154,173,174,175,176,181,200,203,206],"\u3001\u00d7":10,"\u3001\u300c":[34,117,133,168,169,170,173,179,192,194,198,199,207],"\u3001_":200,"\u3001c":200,"\u3002#":[35,37,203],"\u3002'":60,"\u3002(":[11,12,26,45,61,64,92,95,133,134,189,202],"\u3002)":[64,92,117,134,202],"\u3002-":[28,55,64],"\u3002.":17,"\u3002:":[10,12,14,17,33,37,77,82,85,90,93,95,107,114,119,120,122,128,131,133,134,135,136,147,158,168,169,170,173,174,175,176,180,185,192,194,195,200],"\u3002[":[33,39,40,41,200],"\u3002\"":[40,41,149,174,188,194,198,203,204],"\u3002\u00d7":10,"\u3002\u2193":133,"\u3002\u3002":163,"\u3002\u300c":[41,89,103,106,117,121,125,127,157,158,167,170,179,199,202],"\u3002\u300d":194,"\u3002\u3044":11,"\u3002\u3044\u304f\u3064\u304b":167,"\u3002\u3044\u307e":38,"\u3002\u3056\u3063\u304f\u308a":75,"\u3002\u3057\u304b\u3057":[0,6,7,8,23,37,75,88,117,124,143,159,161,168,170,174,179,181,185],"\u3002\u3057\u304b\u3082":184,"\u3002\u3059":[134,159],"\u3002\u3059\u3050":135,"\u3002\u3059\u3079\u3066":[14,17],"\u3002\u3064\u307e\u308a":[45,117,157,169,179,200,206],"\u3002\u3069\u308c":138,"\u3002\u307e\u305a":194,"\u3002\u307e\u305f":[0,11,77,94,117,132,133,134,136,158,166,170,174,181,191,197,200,207],"\u3002\u307e\u3060":41,"\u3002\u30ad\u30fc":117,"\u3002\u30bf\u30b0":[75,103,117,147,199],"\u3002\u30d0\u30b0":19,"\u3002\u30df\u30ea":197,"\u3002\u30ed\u30b0":[121,135],"\u3002\u4f8b":[8,33,60,121],"\u3002\u5024":141,"\u3002\u7701\u7565\u53ef\u80fd":146,"\u3002\uff08":[2,17,21,33,35,37,50,64,82,94,101,103,114,117,133,147,153,156,157,158,163,173,174,176,177,179,180,181,192],"\u3002\uff09":[2,17,21,33,34,35,37,64,94,101,103,114,117,121,147,153,157,158,163,174,176,177,179,192],"\u3002_":[73,200],"\u3002adjuster":41,"\u3002amazon":117,"\u3002api":[146,147,153,156],"\u3002apt":12,"\u3002ascii":[157,158],"\u3002bash":33,"\u3002blogs":194,"\u3002buf":47,"\u3002c":[0,16,80],"\u3002callback":11,"\u3002centos":33,"\u3002column":[11,47,200],"\u3002command":77,"\u3002cpu\u30b3\u30a2":185,"\u3002ctrl\u30ad\u30fc":200,"\u3002cursor":64,"\u3002db":[11,37,50,191,200],"\u3002debian":14,"\u3002dump":93,"\u3002eclipse":17,"\u3002ecmascript":117,"\u3002ftp":134,"\u3002functions":14,"\u3002gdb":[6,7,14],"\u3002geopoint":203,"\u3002git":12,"\u3002gnr":156,"\u3002gnu":5,"\u3002google":157,"\u3002gqtp":[80,132,191],"\u3002grn":[11,156],"\u3002groonga":[0,3,24,25,26,28,30,31,33,39,40,41,68,71,77,85,117,134,135,157,158,164,167,171,173,177,180,200,202,204],"\u3002hook":55,"\u3002host":191,"\u3002html":146,"\u3002http":[33,40],"\u3002id":50,"\u3002int":40,"\u3002iptables":204,"\u3002json":95,"\u3002key":[63,192],"\u3002keys":63,"\u3002linux":180,"\u3002make":134,"\u3002max":64,"\u3002messagepack":[28,78],"\u3002min":64,"\u3002mroonga":[0,60],"\u3002munin":[24,25,26,30],"\u3002mysql":[24,25,26,30,171],"\u3002n":[106,127,194],"\u3002name":[47,50,63],"\u3002null":[50,51,63],"\u3002obj":60,"\u3002offset":55,"\u3002optarg":51,"\u3002os":89,"\u3002output":[41,93],"\u3002pcre":135,"\u3002point":[144,145],"\u3002post":185,"\u3002rroonga":156,"\u3002ruby":167,"\u3002run":14,"\u3002scan":14,"\u3002set":134,"\u3002sql":117,"\u3002squeeze":14,"\u3002table":[63,67,92],"\u3002tag":199,"\u3002timeout":60,"\u3002tokendelimit":176,"\u3002travis":21,"\u3002tsv":[78,166],"\u3002unix":119,"\u3002utf":[40,161],"\u3002value":[60,73],"\u3002video":199,"\u3002windows":5,"\u3002xml":78,"\u300c#":35,"\u300c,":93,"\u300c\"":133,"\u300c\u25cb":102,"\u300c\u30e9\u30d9\u30eb":117,"\u300c\u5024":121,"\u300c\u5e74":33,"\u300c\u5f0f":53,"\u300c\u6771\u4eac\u90fd":194,"\u300c\u697d\u3057":192,"\u300c\u697d\u3057\u3044":192,"\u300c\uff76":161,"\u300ca":168,"\u300calice":203,"\u300cbill":192,"\u300cbilliard":192,"\u300cbob":203,"\u300ccharlie":203,"\u300ccomments":203,"\u300cgrand":203,"\u300cgroonga":[41,117,156,180],"\u300chello":117,"\u300cnew":203,"\u300cnihon":173,"\u300cnippon":173,"\u300cpopular":117,"\u300csenna":117,"\u300cthe":168,"\u300cthey":[168,169,170],"\u300cusers":203,"\u300cv":12,"\u300d:":161,"\u300d\u3001":[41,199,203],"\u300d\u3002":156,"\u300d\uff08":[93,117,192],"\u3042\u3044\u307e\u3044":121,"\u3042\u304d":205,"\u3042\u304d\u3089":41,"\u3042\u304f":46,"\u3042\u3052\u308b":[],"\u3042\u305f\u3044":[],"\u3042\u305f\u308a":[35,37],"\u3042\u3063":[12,17,26,39,40,47,60,63,73,77,95,100,117,120,134,158,167,185,199],"\u3042\u3068":[12,17,89,180],"\u3042\u306a\u305f":[2,6,7,8,12,33,167,168,169,170],"\u3042\u307e\u308a":[10,63,202],"\u3042\u3089\u304b\u3058\u3081":[12,26,181],"\u3042\u3089\u308f\u3057":206,"\u3042\u308a":[],"\u3042\u308b":[],"\u3042\u308b\u3044":[0,11,26,41,47,62,63,77,121,123,135,144,145,149,157,158,180,191],"\u3042\u308c":[6,7,12,46,121,134,141,149,158,159,194],"\u3042\u308c\u3053\u308c":10,"\u3042\u308f\u305b":[171,180],"\u3042\u308f\u305b\u308b":39,"\u3044\u3044":[2,10],"\u3044\u3044\u306d":[103,117,157,158],"\u3044\u3046":117,"\u3044\u304d":[10,12,200],"\u3044\u304f":[],"\u3044\u304f\u3064":[3,167],"\u3044\u304f\u3064\u304b":[1,2,8,11,12,14,26,28,33,40,73,93,94,100,102,103,105,106,114,117,125,127,140,151,157,158,161,167,168,171,179,180,184],"\u3044\u304f\u3089":0,"\u3044\u305a\u308c":[73,77,181],"\u3044\u3063":[119,167],"\u3044\u3064":173,"\u3044\u307e":116,"\u3044\u307e\u305b":[6,24,40,41,78,103,117,120,121,127,135,157,158,163,166,167,168,169,170,171,177,179,184,185],"\u3044\u308b":[],"\u3044\u308c":[33,39,60,179,197],"\u3044\u308d\u3044\u308d":[],"\u3044\u308f\u3086\u308b":199,"\u3044b":[192,194],"\u3046\u3048":[37,39],"\u3046\u3061":[11,33,37,39,47,60,63,64,77,82,119,141,163],"\u3046\u3061\u3044":133,"\u3046\u3063\u304b\u308a":40,"\u3046\u307e\u304f":[],"\u304a\u3044":[0,12,14,17,37,40,47,60,63,73,197,200],"\u304a\u304b":28,"\u304a\u304b\u3052":167,"\u304a\u304b\u3057":35,"\u304a\u304b\u3057\u304f":35,"\u304a\u304d":[0,12],"\u304a\u304d\u307e\u3057\u3087":197,"\u304a\u3051":117,"\u304a\u3051\u308b":[0,32,39,40,157,181,197,199,200],"\u304a\u3053":[0,197],"\u304a\u3053\u306a\u3063":200,"\u304a\u3055\u3089\u3044\u3057":10,"\u304a\u3059\u3059\u3081":[149,185],"\u304a\u3059\u3059\u3081\u3057":[12,157,158,189],"\u304a\u3070":[33,34,37,40],"\u304a\u3070\u305f":[33,37,40],"\u304a\u3088":45,"\u304a\u3088\u3073":[0,12,28,39,61,133,197,200],"\u304a\u3089":12,"\u304a\u308a":[41,207],"\u304a\u5f85\u3061":2,"\u304a\u77e5\u3089":[],"\u304a\u9858\u3044":[10,134],"\u304b\u3048\u308b":[33,154],"\u304b\u304b\u3063":78,"\u304b\u304b\u308a":[157,158,159,179],"\u304b\u304b\u308b":[63,114,131,159,200],"\u304b\u304e\u308a":134,"\u304b\u3051":[40,83],"\u304b\u3051\u308b":[10,135],"\u304b\u305a":[39,41],"\u304b\u305a\u3072\u3053\u3055\u3093":39,"\u304b\u305f":33,"\u304b\u3061":[117,192],"\u304b\u3064":[40,64,117,158,192],"\u304b\u3069":[33,41,50,93,94,102,103,108,117,120,131,135,141,144,145,157,194,195,200,207],"\u304b\u3069\u3046":[28,33,80,141,151,154,194],"\u304b\u306a\u308a":41,"\u304b\u307e\u3044":200,"\u304b\u3082":[10,33,41,65,78,88,100,106,107,108,114,115,116,119,123,124,128,157,158,167,168,169,170,202],"\u304b\u3089":[],"\u304b\u308f\u308a":[26,33,41,194],"\u304by":40,"\u304c\u3042\u308a":[12,19,117,136,143,166,171,178],"\u304c\u3042\u308c":171,"\u304c\u3053\u306e":157,"\u304c\u3059":[63,108],"\u304c\u3061":179,"\u304c\u3063":[],"\u304c\u3064\u3044":[35,39,65,75,117,171,177],"\u304c\u3069":180,"\u304c\u3072\u3068\u3064":166,"\u304c\u308f\u304b\u308a":[84,148,179,203],"\u304c\u308f\u304b\u308b":143,"\u304c\u308f\u304b\u308c":117,"\u304f\u3060":[0,2,6,7,8,12,17,24,25,26,27,28,29,30,31,33,39,40,41,45,59,75,80,81,84,85,86,88,89,92,94,96,101,103,104,106,107,108,109,110,113,114,115,116,117,119,120,121,123,124,125,126,127,128,129,134,135,136,143,148,151,154,155,157,158,166,167,177,179,180,181,183,185,189,194,195,197,198,200,203,204,205,207],"\u304f\u308c":10,"\u304f\u308c\u308b":[0,16,17,89,94],"\u3050\u3088\u3046":143,"\u3050\u308b":[33,156,157,158],"\u3050\u308b\u3093":[157,158,199],"\u3053\u3046":10,"\u3053\u3046\u3059\u308c":10,"\u3053\u3053":[12,21,78,117,120,157,158,161,166,194,197,200,203,207],"\u3053\u3053\u3067":12,"\u3053\u3068":[],"\u3053\u306a\u3044":41,"\u3053\u306a\u308c":100,"\u3053\u306e":[0,2,3,5,6,7,8,11,12,17,20,21,23,24,25,26,27,28,29,30,31,33,37,38,39,40,41,44,45,46,53,63,64,65,69,75,76,78,80,81,84,85,86,88,89,94,95,96,100,101,102,103,104,105,106,107,108,109,110,113,114,115,116,117,119,121,123,124,125,126,127,128,129,131,133,134,135,140,141,143,144,146,147,151,153,154,155,157,158,159,162,164,166,167,168,169,170,171,172,173,174,176,177,179,180,184,185,191,192,194,197,198,199,200,201,202,203,206,207],"\u3053\u3080":[],"\u3053\u308c":[0,6,7,8,11,12,16,17,28,33,37,39,40,41,46,51,68,75,81,84,85,88,100,101,102,103,105,108,109,110,113,114,117,121,124,127,135,141,143,147,153,154,157,158,159,161,166,167,168,169,170,171,173,174,175,176,177,179,180,185,191,192,194,195,197,198,202,203,206,207],"\u3053\u308c\u3089":[3,24,25,26,28,29,30,39,40,73,75,94,101,102,103,109,110,113,117,135,136,143,156,157,158,161,164,167,168,171,175,176,177,185,194,198,199,200,203],"\u3054\u3068":[],"\u3054\u307f":[10,40],"\u3054\u3089\u3093\u304f":13,"\u3054\u89a7\u304f":[14,200],"\u3055\u3044":[0,2,6,7,8,12,14,17,24,25,26,27,28,29,30,31,33,39,40,41,45,59,75,80,81,84,85,86,88,89,92,94,96,101,103,104,106,107,108,109,110,113,114,115,116,117,119,120,121,123,124,125,126,127,128,129,134,135,136,143,148,151,154,155,157,158,166,167,177,179,180,181,183,185,189,194,195,197,198,200,203,204,205,207],"\u3055\u304d":197,"\u3055\u305b":10,"\u3055\u307e\u3056\u307e\u306a":[],"\u3055\u3089":202,"\u3055\u3089\u306b":[0,33,41,75,77,175,177,199,200],"\u3055\u3093":[6,7,17,33,35,36,37,38,39,40,41,100,102,103,105,117,121,123,125,127,153,167,170,175,180,185,198],"\u3057\u3044":[192,194],"\u3057\u3046\u308b":41,"\u3057\u304b":[17,33,41,102,103,117,121,135,157,158,167,169,170,179,185,197,202],"\u3057\u304b\u3057":[17,103,117,158,166,167,170,179,180,185,192,194,202],"\u3057\u304d\u308c":39,"\u3057\u304f":40,"\u3057\u3064\u3064":14,"\u3057\u3066":[10,12,14,17,30,35,39,40,63,117,135,194,198,199,200],"\u3057\u306a\u3044":33,"\u3057\u307e":10,"\u3057\u307e\u3044":[10,123,134,169,174,194,197,205],"\u3057\u307e\u3046":[0,10,12,33,35,37,39,40,41,123,131,179],"\u3057\u307e\u3057":40,"\u3057\u307e\u3057\u3087":[75,100,123,168,169,170,179,206],"\u3057\u307e\u3059":[24,103,117,157,158,175,192,203],"\u3057\u307e\u305b":[10,28,103,117,135,173,194],"\u3057\u307e\u3063":41,"\u3057\u3084\u3059\u304f":39,"\u3057\u3088":[11,37,40,45,50,58,88,95,124,143,159,197],"\u3057\u308a":10,"\u3057\u308c":[10,33,41,65,78,88,100,106,107,108,114,115,116,119,123,124,128,157,158,167,168,169,170,202],"\u3058\u304d":153,"\u3059\u304e\u307e\u305b":199,"\u3059\u304e\u308b":75,"\u3059\u304f":154,"\u3059\u3050":[0,114,185],"\u3059\u3053\u308c\u3089":117,"\u3059\u3067":[12,41,65,88,124,127,159,180,192],"\u3059\u306a\u308f\u3061":197,"\u3059\u3079":[11,33,37,41,77,83,84,93,94,96,104,117,123,124,127,129,134,135,158,173,177,179,180,185,191,203],"\u3059\u3079\u304d":11,"\u3059\u3079\u3066":[28,33,35,37,39,41,63,75,77,84,86,88,94,117,124,127,134,135,141,158,167,178,179,180,198,200],"\u3059\u3080":100,"\u3059\u308b":[],"\u3059\u308b\u304b":198,"\u3059\u308c":[0,12,33,63,109,113,117,134,141,146,157,158,179,198,200],"\u305a\u3064":[133,134,180,202],"\u305a\u306b":75,"\u305a\u308c":[0,11,63,77,85,95,97,98,133,143,181,191,197],"\u305b\u3044":[40,41],"\u305b\u3044\u305c\u3044":121,"\u305b\u306a":[157,158],"\u305b\u308b":[0,11,14,121,136,146,147,151,189],"\u305b\u308c":[0,84],"\u305d\u3046":[10,21,50,108,114,141,149,158],"\u305d\u3053":[12,194,197],"\u305d\u3053\u306b":122,"\u305d\u3057\u3066":[0,117,127,153,173,197,198,202,203],"\u305d\u3061\u3089":28,"\u305d\u306e":[],"\u305d\u306e\u307e\u307e":12,"\u305d\u306e\u3088\u3046":92,"\u305d\u306e\u5f8c":[50,117,158],"\u305d\u306e\u969b":12,"\u305d\u308c":[11,12,17,26,31,33,35,57,60,64,66,86,103,117,121,135,148,155,157,158,167,176,179,181,192,194,197,198,200,202,206],"\u305d\u308c\u304b\u3089":[75,117],"\u305d\u308c\u305e\u308c":[6,7,8,11,12,14,28,41,60,63,78,100,117,121,127,133,136,151,158,164,177,191,192,194,197,198,200,202,207],"\u305d\u308c\u3086\u3048":[157,197],"\u305d\u308c\u3089":[33,45,47,65,85,94,117,123,132,166,167,185],"\u305d\u308d\u305d\u308d":200,"\u305d\u3093\u306a":[28,121],"\u305e\u3044":103,"\u305e\u308c":[11,12,57,117,158,176],"\u305f\u3044":[],"\u305f\u304b":[33,37,114,117,174],"\u305f\u304b\u3063":[174,206],"\u305f\u304f":[6,7,17,37,40,65,100,102,103,105,117,121,123,125,127,153,167,170,175,180,185,198],"\u305f\u3051\u3069":117,"\u305f\u3055\u3093":[33,34,37,40],"\u305f\u3059\u3079\u3066":117,"\u305f\u3060":[26,75],"\u305f\u3060\u3051":39,"\u305f\u3060\u3057":[33,34,37,40,41,64,73,85,102,119,133,136,157,158,167,192],"\u305f\u3061":171,"\u305f\u3068\u3048":194,"\u305f\u3069\u3063":203,"\u305f\u3069\u308b":199,"\u305f\u3070\u304b\u308a":159,"\u305f\u3073":[12,77,134,207],"\u305f\u3076\u3093":28,"\u305f\u307b\u3046":117,"\u305f\u307e\u307e":185,"\u305f\u3081":[],"\u305f\u3081\u3057":207,"\u305f\u3089":[10,12,17,28,33,35,41,50,65,68,89,114,117,123,126,131,141,151,154,158,169,173,179,185,189],"\u305f\u308a":[0,3,10,33,41,55,117,121,156,167,177,181,189],"\u3060\u3044":[37,41],"\u3060\u304b\u3089":[103,117],"\u3060\u3051":[],"\u3060\u3055\u3044":[0,3,12,13,14,17,19,21,23,28,29,30,33,39,41,75,78,84,101,103,108,117,119,121,135,155,157,158,161,166,167,171,185,191,198,200],"\u3060\u3057":[37,134],"\u3060\u3063":[33,39,63,77,117,158,194],"\u3060\u3068":10,"\u3061\u3083\u3093":199,"\u3064\u3044":203,"\u3064\u304b":36,"\u3064\u304d":[32,41,75,81,85,115,116,117,126,148,166,169],"\u3064\u3051":[117,143],"\u3064\u3051\u308b":[10,41,75,117,205],"\u3064\u3064":[151,194],"\u3064\u3065\u3044":203,"\u3064\u3076\u3084\u304d":159,"\u3064\u307e\u308a":[12,33,89,100,117,127],"\u3065\u3051":[],"\u3066\u304d":80,"\u3066\u304f":14,"\u3066\u3057\u307e\u3044":[],"\u3066\u307f\u307e\u3057\u3087":207,"\u3067\u3044":[33,117,158,197,203],"\u3067\u3044\u3046":[161,198],"\u3067\u304d":[],"\u3067\u304d\u308b":[],"\u3067\u304f":[3,21,23,41,75,117,121,158,166],"\u3067\u3053\u306e":180,"\u3067\u3057":[29,33,41,158,168,197],"\u3067\u3057\u304b":[7,179],"\u3067\u3057\u3087":[0,6,7,20,28,41,158,159,198],"\u3067\u3059":[0,2,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,45,46,47,49,50,51,53,56,60,61,63,65,67,68,71,73,75,76,77,78,79,80,81,82,84,85,86,88,89,92,93,94,95,96,100,101,102,103,104,105,106,107,108,109,110,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,129,131,132,133,134,135,136,138,139,141,143,144,146,147,148,149,151,153,154,155,156,157,158,159,161,163,164,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,184,185,189,191,192,194,195,197,198,200,201,202,203,204,206,207],"\u3067\u3059\u306d":10,"\u3067\u305d\u3046":101,"\u3067\u3064\u306a\u3052\u308b":117,"\u3067\u3069":[101,120],"\u3067\u3069\u3053":80,"\u3067\u306a\u3051\u308c":[94,157,158],"\u3067\u306b":[108,109,113,159,194],"\u3067\u306e":[41,78,153,179],"\u3067\u306f":41,"\u3067\u307e\u3068\u3081":166,"\u3067\u307f":0,"\u3067\u3082":[0,12,14,17,19,23,24,25,26,28,30,31,33,37,39,40,41,80,85,94,117,121,134,135,147,151,153,154,167,170,171,173,177,179,191,192,194,200,202,204,207],"\u3067\u3082\u3059\u3079\u3066":179,"\u3067\u3082\u3063\u3068\u3082":76,"\u3067\u3088\u308a":41,"\u3067\u5024":[133,200],"\u3068\u3044\u3044":167,"\u3068\u3044\u3046":[0,9,10,12,14,17,28,33,37,39,40,41,53,75,77,79,82,89,94,103,106,108,109,110,113,114,115,117,119,120,121,123,126,127,134,135,136,143,147,151,153,154,156,157,158,161,164,166,167,168,169,170,171,173,174,177,178,179,180,181,185,191,192,194,197,198,199,200,202,203,204,207],"\u3068\u3044\u3051":[33,100,117,121,173,191,195],"\u3068\u3044\u3063":[26,33,39,40,41,75,100,102,103,105,117,143,156,157,158,177,185,207],"\u3068\u3048":[0,28,33,41,52,53,77,84,88,103,117,119,124,147,153,167,168,169,170,179,180,192,207],"\u3068\u304a\u308a":[32,134,197,198,207],"\u3068\u304d":[0,6,7,9,10,11,12,24,25,26,27,28,30,33,34,35,37,39,40,41,50,57,61,63,64,65,75,78,84,85,88,89,94,101,102,108,109,110,113,117,120,121,123,124,126,127,133,135,143,151,153,156,157,158,159,161,166,167,171,173,174,175,176,179,180,181,185,191,192,197,198,199,200,203,204],"\u3068\u304d\u3057\u304b":89,"\u3068\u3053\u306e":[117,167,173,180],"\u3068\u3053\u308d":[16,17,33,38,85,103,115,116,158,179],"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":75,"\u3068\u3055\u3089\u306b":[6,7],"\u3068\u3057":[11,40,41,50,88,116,117,124,132,133,134,135,143,158,159,166,173,174,175,176,179,181,197,199,202],"\u3068\u3057\u3066":[],"\u3068\u3057\u307e\u3057\u3087":[202,206],"\u3068\u3057\u307e\u305b":45,"\u3068\u3059\u3050":159,"\u3068\u3059\u3079\u3066":[39,94,101,117],"\u3068\u3059\u308c":0,"\u3068\u305d\u306e":[77,169],"\u3068\u3063":135,"\u3068\u3064\u3044":207,"\u3068\u3066":[0,117,157,158,173,177,185],"\u3068\u3068":[16,17],"\u3068\u3068\u3082\u306b":197,"\u3068\u3069":[84,172],"\u3068\u306a\u3063":40,"\u3068\u306a\u308a":[147,153,157,185,204],"\u3068\u306e":[33,103,158],"\u3068\u307f":[40,117,136,157],"\u3068\u3082":[33,103,117,134,153,154,157,158,180,195,207],"\u3068\u3082\u3063\u3068":28,"\u3068\u3088\u3044":28,"\u3068\u308a\u3068\u3093":[157,158],"\u3068\u308b":60,"\u3068\u308f\u304b\u308a":171,"\u3068\u308f\u304b\u308b":12,"\u3069\u3046":[10,34,39,51,83,87,90,97,98,99,102,117,131,135,179,194,198],"\u3069\u3053":[28,37,41],"\u3069\u3061\u3089":[19,33,50,71,123,175,185,200,202],"\u3069\u3061\u3089\u304b":[147,153,157,158],"\u3069\u306e":[28,117,127,143,144,158,163,174,198],"\u3069\u308c":[78,86,94,101,117,121,123,179,185],"\u3069\u3093":122,"\u306a\u3044":[],"\u306a\u304a":[12,192],"\u306a\u304a\u3053\u306e":134,"\u306a\u304a\u3057":41,"\u306a\u304a\u3059":41,"\u306a\u304b":10,"\u306a\u304b\u3063":[33,39,41,77,83,87,90,97,98,99,117,131,133,134,141,151,154,158,167,169,194,200],"\u306a\u304c\u3089":[0,12,39,103,117,127,179,200],"\u306a\u304c\u308b":39,"\u306a\u304e":154,"\u306a\u304f":[0,3,10,12,21,28,33,34,35,37,39,40,41,50,60,86,100,103,109,113,117,121,123,134,135,141,153,154,156,157,158,163,168,169,170,177,179,180,185,189,197,198,200,202,206],"\u306a\u3051\u308c":[21,28,39,46,47,50,53,58,60,63,71,75,80,84,85,86,88,95,100,103,114,117,121,124,133,134,135,141,148,149,154,155,157,158,166,167,168,169,170,197],"\u306a\u3055":[136,152],"\u306a\u3055\u3093":3,"\u306a\u3057":[],"\u306a\u3059":145,"\u306a\u305c":[6,7,8,33,84,89,94,103,117,121,126,157,158,161,167,168,169,170,173,174,178,179],"\u306a\u305f":[33,171],"\u306a\u3063":[0,6,7,8,10,12,14,33,35,37,38,39,40,41,75,77,78,82,89,100,117,127,157,158,169,171,173,180,185,189,194,197,200,202,203,204],"\u306a\u3067":173,"\u306a\u3068\u304d":0,"\u306a\u3069":[0,5,6,7,8,11,12,13,17,20,28,33,37,39,41,51,60,77,82,84,99,115,116,117,121,127,134,146,147,153,156,157,158,159,163,166,167,168,169,170,173,174,176,177,179,181,185,192,194,197,200,201,203,204],"\u306a\u306a\u3069":[157,158],"\u306a\u306b":[],"\u306a\u306b\u5bfe\u3057":[157,158],"\u306a\u306e":[33,173],"\u306a\u3073":33,"\u306a\u3082\u306e":[12,47,167],"\u306a\u3084\u308a\u304b\u305f":206,"\u306a\u3089":[6,7,8,11,14,21,24,25,26,30,33,39,40,41,47,51,60,63,75,77,84,89,92,94,100,102,103,105,111,117,119,121,126,131,133,134,135,148,155,157,158,161,167,168,169,170,173,174,178,179,180,195,202],"\u306a\u308a":[0,6,7,8,10,12,21,33,37,39,40,41,46,47,50,51,53,60,63,71,73,75,77,78,80,81,83,84,85,89,91,94,95,100,103,109,110,113,114,117,119,120,121,123,124,126,133,134,135,136,143,144,153,157,158,159,161,164,166,167,168,169,170,171,173,174,178,179,181,191,194,197,198,199,200,202,203,204,205,207],"\u306a\u308b":[0,10,11,12,17,23,24,25,26,28,30,31,33,34,35,36,39,40,41,50,51,60,65,83,85,91,92,93,94,117,121,123,133,134,135,141,144,145,149,151,153,157,158,159,171,176,180,181,194,197,198,200],"\u306a\u308c":77,"\u306a\u3093":77,"\u306b\u3042\u308a":[6,7,8,106,121],"\u306b\u3044\u304f\u3064\u304b":[33,40],"\u306b\u304a\u3044":[12,77,197],"\u306b\u304f\u3044":0,"\u306b\u304f\u3044\u304b":179,"\u306b\u304f\u308b":194,"\u306b\u3057":[33,40,41,101,117,157,158],"\u306b\u3059":194,"\u306b\u3059\u3050":159,"\u306b\u3059\u3079\u3066":84,"\u306b\u3059\u308b":185,"\u306b\u3064":39,"\u306b\u3064\u3044\u3066":[0,3,7,11,12,19,20,21,24,25,26,27,28,29,30,33,37,39,40,41,45,57,60,64,75,76,77,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,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,140,142,143,144,145,147,150,151,152,154,157,166,167,168,169,170,171,173,174,176,179,180,181,183,185,191,192,195,197,198,200,201,203,207],"\u306b\u3064\u3051":158,"\u306b\u3064\u3076\u3084\u3051":10,"\u306b\u3064\u3076\u3084\u3051\u308b":10,"\u306b\u3066":[12,33,39,40,143],"\u306b\u3068\u3063":[10,33],"\u306b\u3068\u3063\u3066":[10,127,179],"\u306b\u3069":11,"\u306b\u3082":[117,167,192],"\u306b\u3088":39,"\u306b\u3088\u304f":168,"\u306b\u3088\u3063":[0,9,11,40,50,60,63,75,77,82,83,85,87,90,91,93,97,98,99,100,111,118,122,132,133,136,156,191,192,197,199,200],"\u306b\u3088\u3063\u3066":[0,14,40,50,73,77,194,197,200],"\u306b\u3088\u308a":[0,12,32,33,39,40,41,82,117,135,143,179,181,185,188,191,194,197,200,202,204,205],"\u306b\u3088\u308b":[],"\u306b\u5bfe\u3057":[0,11,12,33,34,39,40,41,55,60,63,75,84,85,103,109,113,114,117,120,129,131,132,136,154,157,158,167,169,179,192,198,199,200,202,206,207],"\u306b\u5bfe\u3057\u7570":151,"\u306b\u5bfe\u3059\u308b":[],"\u306b\u5bfe\u5fdc":[37,38,39,41,47,50,55,58,60,61,63,66,95,99,100,103,133,136],"\u306b\u5bfe\u5fdc\u4ed8\u3051":173,"\u306b\u5bfe\u8c61":37,"\u306b\u95a2\u3057":[11,33,40,50,134],"\u306b\u95a2\u3059\u308b":[],"\u306e\u3042\u3068":39,"\u306e\u3044":[0,11,63,77,95,97,98,133,143,181,191],"\u306e\u3044\u305a\u308c":[86,206],"\u306e\u3044\u305a\u308c\u304b":[62,63,66,144,145],"\u306e\u3046\u3061":[86,157],"\u306e\u304b":[192,203],"\u306e\u304b\u308f\u308a":41,"\u306e\u304f\u3089\u3044":180,"\u306e\u3059":89,"\u306e\u3059\u3079\u3066":[103,117,126,185],"\u306e\u305e\u3044":179,"\u306e\u3067":[0,1,10,12,17,21,31,33,37,39,40,41,78,84,94,100,102,103,115,116,117,121,135,136,141,143,151,153,154,166,173,180,185,189,192,194,195,197,200,202,203],"\u306e\u3067\u3057\u3087":[117,167],"\u306e\u3069\u3061\u3089":[117,158],"\u306e\u3069\u3061\u3089\u304b":[117,141,157,158],"\u306e\u3069\u308c":[121,138,173],"\u306e\u306b":[],"\u306e\u306b\u5bfe\u3057":50,"\u306e\u307b\u304b":[181,197],"\u306e\u307f":[],"\u306e\u307f\u3057\u304b":175,"\u306e\u3088\u3046":[33,40,41,46,86,100,117,121,156,157,158,167,168,179],"\u306f\u3042\u306a\u305f":6,"\u306f\u3044":197,"\u306f\u3044\u304f\u3064\u304b":[32,45,78,123,157,185],"\u306f\u3044\u3051":[50,60,92,131,158],"\u306f\u3044\u308f\u3086\u308b":33,"\u306f\u304d\u3063\u3068":167,"\u306f\u3053\u306e":[33,117,119,154,170,179,195],"\u306f\u3058\u307e\u308a":77,"\u306f\u3058\u3081":[],"\u306f\u3059\u3079\u3066":[81,89,94,95,96,108,115,116,117,119,121,123,125,126,127,135,147,156,158,161,169,170,179,200],"\u306f\u305a":[39,134,167,180],"\u306f\u305d\u306e":50,"\u306f\u3061\u3087\u3046":158,"\u306f\u3068":177,"\u306f\u3069":[117,121,173],"\u306f\u3069\u3061\u3089":185,"\u306f\u3069\u3061\u3089\u304b":[157,158],"\u306f\u306a\u304f":167,"\u306f\u307b\u3068\u3093\u3069":117,"\u306f\u307e\u305a":12,"\u306f\u307e\u3060":[103,170,185],"\u306f\u307e\u3068\u3081\u3066":12,"\u306f\u307f":3,"\u306f\u6708":[158,171],"\u3070\u3042":171,"\u3070\u3044\u3051":[21,28,39,47,50,53,58,60,63,71,75,84,86,88,94,103,117,121,124,135,154,157,158,166,167,168,169,170],"\u3070\u304b\u308a":33,"\u3070\u3053\u306e":33,"\u3070\u3059\u3079\u3066":179,"\u3070\u308c\u308b":35,"\u3072\u3053\u3055\u3093":[39,41],"\u3072\u3068\u3064":[39,142,157],"\u3072\u3089":[157,158,173,179],"\u3072\u308d":205,"\u3072\u308d\u3086\u304d":205,"\u3075\u306a\u3068":41,"\u3075\u308a":120,"\u3076\u3093":10,"\u3078\u3059\u3079\u3066":[33,84],"\u3078\u306e":[28,197],"\u3079\u304d":[6,7,8,12,33,60,86,102,158,161,191],"\u3079\u304f":200,"\u3079\u3066":[104,117,135,198],"\u3079\u30fc\u30b9":41,"\u307b\u3046":41,"\u307b\u304b":[0,197],"\u307b\u3057\u304f":117,"\u307b\u3068\u3093\u3069":[33,50],"\u307b\u3069":[120,121,179,189,197,200],"\u307e\u3057":[6,7,8,10,12,17,33,37,39,40,41,103,117,121,135,143,157,158,161,167,174,179,194,198,199,203],"\u307e\u3057\u3087":[103,117,143,199,200],"\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,44,45,46,47,48,50,51,52,53,55,57,58,59,60,61,62,63,64,65,66,67,68,69,71,73,75,76,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,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,183,184,185,188,189,191,192,194,195,197,198,199,200,201,202,203,204,205,206,207],"\u307e\u305a":[12,17,28,31,134,135,158,192,194,198,200,202,203,206],"\u307e\u305b":[0,6,7,10,12,17,28,33,37,39,40,41,45,46,47,50,53,57,58,60,63,64,65,68,69,71,73,75,78,80,81,84,85,86,88,89,92,94,95,99,100,101,102,103,104,106,107,108,111,114,115,116,117,118,119,120,121,122,123,124,126,127,128,131,133,134,135,141,143,147,151,153,154,157,158,159,161,163,166,167,168,169,170,171,173,174,175,177,178,179,180,181,183,185,189,191,192,194,195,197,198,200,202,204,206],"\u307e\u305f":[],"\u307e\u305f\u3044":[39,143,171],"\u307e\u305f\u3050":[],"\u307e\u3060":[37,40,41,77,100,103,115,116,117,119,120,153,158,168,171,191],"\u307e\u3064\u308f":40,"\u307e\u3067":[11,12,17,32,40,41,45,46,95,100,117,133,134,141,159,167,177,180,198,200,202,203,205],"\u307e\u3068\u3081":[],"\u307e\u3068\u3081\u3066":[0,12,197,198],"\u307e\u3068\u3081\u308b":135,"\u307e\u307e":[10,12,33,40,77,123,158,198],"\u307e\u307e\u3067":194,"\u307e\u308a":[33,117],"\u307e\u308d\u3086\u304d":205,"\u307e\u308f\u308a":3,"\u307f\u304c":11,"\u307f\u305f\u3059":203,"\u307f\u3066":207,"\u307f\u306a\u3055":11,"\u307f\u307e\u3057\u3087":[100,117,123,158,168,169,170,197,198,199,200,202,203,206,207],"\u3080\u308b":[157,158],"\u3080\u308b\u3093":[157,158],"\u3082\u3046":[39,50,94,135,142,159,197,202],"\u3082\u3046\u307e\u304f":28,"\u3082\u304d\u3061\u3093":135,"\u3082\u3053\u306e":94,"\u3082\u3057":[6,7,21,28,33,40,41,46,65,78,80,89,94,103,114,117,119,121,123,131,134,135,141,143,149,151,154,157,158,166,167,168,169,171,180,185],"\u3082\u3057\u3042":33,"\u3082\u3057\u304b\u3057":179,"\u3082\u3057\u304f":[12,26,33,39,40,41,63,64,100,102,105,135,141,146,147,153,157,158,181,191,195,197,202],"\u3082\u3057\u3053\u306e":195,"\u3082\u3057\u3054":39,"\u3082\u3057\u307e\u305b":65,"\u3082\u3057\u308c":[166,179],"\u3082\u3057\u4e00\u3064":[],"\u3082\u3057x":40,"\u3082\u3059":[109,113],"\u3082\u305b":131,"\u3082\u3061\u308d\u3093":[134,198],"\u3082\u3063\u3068":[6,7,117],"\u3082\u3063\u3068\u3082":14,"\u3082\u3064":[33,92,198],"\u3082\u3069\u3061\u3089":170,"\u3082\u306e":[11,12,17,31,33,39,40,41,46,63,64,77,100,102,103,105,117,132,133,134,135,143,144,149,152,161,167,168,170,174,191,197,200,202],"\u3082\u3088\u308a":170,"\u3082\u3089\u3048":10,"\u3082\u3089\u3048\u308b":10,"\u3082\u3089\u3063":200,"\u3082\u308c\u308b":33,"\u3084\u304c":77,"\u3084\u3057":117,"\u3084\u3059\u3044":[33,34,117,147,153,156],"\u3084\u3059\u3044\u304b":166,"\u3084\u3059\u304f":[35,41],"\u3084\u3059\u304f\u3057":33,"\u3084\u305d\u306e":92,"\u3084\u307e":41,"\u3084\u307e\u3060":41,"\u3084\u307e\u306d":[40,41],"\u3084\u3081":[33,37,40,41],"\u3084\u3081\u307e\u3057\u3087":[168,169,170],"\u3084\u3089":12,"\u3084\u308b":[],"\u3086\u304d":205,"\u3086\u304d\u3072\u308d":205,"\u3088\u3044":[17,60,84,94,117,157,158,185,198,202],"\u3088\u3046":[],"\u3088\u304b\u3063":194,"\u3088\u304f":[75,94,103,117,141,167,179],"\u3088\u3063":207,"\u3088\u3063\u3066":[71,127,163,181,201,207],"\u3088\u3073":11,"\u3088\u308a":[6,7,11,23,28,33,35,37,39,40,41,64,75,89,117,121,134,143,144,149,157,158,159,166,167,168,169,170,173,179,180,181,192,194,197,198,202,203],"\u3089\u308c":[0,10,11,35,37,39,40,46,83,84,86,92,114,117,122,127,177,179,200,202,206],"\u3089\u308c\u308b":[0,11,39,40,41,47,64,167,192],"\u308c\u305a":77,"\u308c\u307e\u305b":[28,33,63,77,82,117,123,133,146,166,202],"\u308c\u308b":[0,9,11,12,14,17,28,33,37,39,40,41,46,50,55,61,64,65,73,75,77,81,82,99,100,101,103,106,114,115,116,117,120,121,123,133,134,141,143,149,153,154,159,161,163,167,173,174,176,177,179,181,191,192,194,200,207],"\u308f\u304b\u3061":192,"\u308f\u304b\u308a":[33,35,41,117,179,198],"\u308f\u304b\u308b":41,"\u308f\u304b\u308c":117,"\u308f\u3051":[117,125,127,158,173,180,197],"\u3092\u304a\u3053":203,"\u3092\u3054":14,"\u3092\u3054\u89a7\u304f":0,"\u3092\u3064\u3051":[100,117,157],"\u3092\u3064\u3051\u308b":[6,7,158],"\u3092\u308a":135,"\u3092\u901a\u3057":[133,200],"\u3093\u304c":[157,158],"\u3093\u3057":108,"\u3093\u3057\u304d":156,"\u30a2\u30ab\u30a6\u30f3\u30c8":[2,12,41],"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":10,"\u30a2\u30af\u30bb\u30b5":60,"\u30a2\u30af\u30bb\u30b5\u30fc":33,"\u30a2\u30af\u30bb\u30b9":[12,17,35,37,39,40,41,45,63,88,117,124,132,133,135,136,180,197,204],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[75,117],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":121,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\u30a2\u30c9\u30ec\u30b9":[37,63,133,134,191,204],"\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30a2\u30d4\u30fc\u30eb":12,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[0,20,56,158],"\u30a2\u30e1\u30ea\u30ab":143,"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[81,143,156,170],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[41,64,103,117,121,127,167,174,179,192,194],"\u30a2\u30ed\u30b1\u30fc\u30c8":[],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":39,"\u30a2\u30f3\u30ab\u30fc":[],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[73,85,121],"\u30a2\u30f3\u30de\u30c3\u30d7":[33,89],"\u30a2\u30fc\u30ab\u30a4\u30d6":[12,17,31],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u30fc":41,"\u30a4\u30d9\u30f3\u30c8":33,"\u30a4\u30d9\u30f3\u30c8\u30ed\u30b0":33,"\u30a4\u30f3\u30af\u30eb\u30fc\u30c9":33,"\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,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[0,134,156],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":164,"\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,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[],"\u30a4\u30f3\u30dd\u30fc\u30c8":[],"\u30a6\u30a7\u30a4\u30c8":85,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[133,135,136],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":133,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":35,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[28,59,117,133],"\u30a8\u30b9\u30b1\u30fc\u30d7":[],"\u30a8\u30c7\u30a3\u30bf":17,"\u30a8\u30e9\u30fc":[],"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[39,41,200],"\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,77,78],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":39,"\u30a8\u30e9\u30fc\u30ed\u30b0":189,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[28,33,34,41,50,52,53,158,161],"\u30a8\u30f3\u30b3\u30fc\u30c9":[35,136,161],"\u30a8\u30f3\u30b8\u30f3":[0,117,167,168,169,170,197,199],"\u30a8\u30f3\u30c8\u30ea":[46,47,103,117,154,157,158],"\u30a8\u30f3\u30c8\u30ea\u30fc":117,"\u30aa\u30b9\u30b9\u30e1":[6,7,8,23,24,25,26,30,31,167,179],"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":35,"\u30aa\u30d5\u30bb\u30c3\u30c8":[33,39,117,120],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[33,38],"\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":33,"\u30aa\u30da\u30ec\u30fc\u30bf\u30fc":33,"\u30aa\u30fc\u30ca\u30fc":[33,40],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[33,37,40,41],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":37,"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[41,189],"\u30aa\u30fc\u30d7\u30f3":[33,37,39,40,46],"\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\u30c8":[40,100,203],"\u30ab\u30b9\u30b1\u30fc\u30c9":[],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[6,7,8,28,33,39,40,41,90,93,106,117,121,125,127,133,153,157,161,168,173,178,180,198],"\u30ab\u30b9\u30bf\u30e0":[65,126,135],"\u30ab\u30b9\u30bf\u30e0\u30b9\u30b3\u30a2\u30e9\u30fc":168,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":39,"\u30ab\u30b9\u30bf\u30e0\u30ed\u30b0":41,"\u30ab\u30bf\u30ab\u30ca":[64,120,161,173,179],"\u30ab\u30c6\u30b4\u30ea":[117,125,127],"\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":88,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[157,158],"\u30ab\u30e9\u30e0id":63,"\u30ab\u30e9\u30e0n":154,"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[12,17,134],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":64,"\u30ab\u30ec\u30fc":192,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":192,"\u30ab\u30f3\u30de":[93,95,158,198,200],"\u30ab\u30fc\u30bd\u30eb":[35,37,57,64],"\u30ab\u30fc\u30cd\u30eb":180,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[39,180],"\u30ad\u30e3\u30b9\u30c8":[35,38,39,40,157,169,170,203],"\u30ad\u30e3\u30c3\u30b7\u30e5":[],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":81,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":46,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":135,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":40,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":135,"\u30ad\u30e3\u30f3\u30bb\u30eb":114,"\u30ad\u30e3\u30f3\u30bb\u30eb\u30ea\u30af\u30a8\u30b9\u30c8":114,"\u30ad\u30fc":[32,33,35,38,39,40,41,47,61,63,73,75,84,92,100,102,103,105,114,117,119,121,123,133,138,157,158,161,177,179,181,197,200],"\u30ad\u30fc\u30b5\u30a4\u30ba":[33,177],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":177,"\u30ad\u30fc\u30dc\u30fc\u30c9":117,"\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":135,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":132,"\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":175,"\u30af\u30a8\u30ea\u30ed\u30b0":[37,39,173,174,176],"\u30af\u30a8\u30ea\u30fc":[],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":164,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":81,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":117,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":185,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[33,41,133,135],"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":133,"\u30af\u30a8\u30ea\u30fcapi":[76,80],"\u30af\u30a8\u30eaapi":33,"\u30af\u30a9\u30fc\u30c8":[106,127,157],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":41,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":111,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[35,39,133,136],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":[1,189],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":41,"\u30af\u30e9\u30c3\u30b7\u30e5":[33,35,37,39,40,41,88,94,124],"\u30af\u30ea\u30a2":[37,39,60],"\u30af\u30ea\u30c3\u30af":117,"\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":117,"\u30b0\u30ed\u30fc\u30d0\u30eb":[39,45],"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":46,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":163,"\u30b1\u30fc\u30b9":[],"\u30b2\u30c3\u30c8":2,"\u30b3\u30a2":[28,135,185],"\u30b3\u30b9\u30c8":[63,159],"\u30b3\u30cd\u30af\u30b7\u30e7\u30f3":33,"\u30b3\u30d4\u30fc":[12,33,39,47,55,60,63,84,88,93,124],"\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\u30d0\u30fc\u30b8\u30e7\u30f3":[],"\u30b3\u30de\u30f3\u30c9\u30d1\u30fc\u30b5\u30fc":167,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[31,39,134],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[28,77,78,134,184],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":164,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":157,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b9\u30bf\u30a4\u30eb":167,"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":133,"\u30b3\u30de\u30f3\u30c9url":185,"\u30b3\u30df\u30c3\u30c8":[6,7,12],"\u30b3\u30e1\u30f3\u30c8":[],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":202,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":202,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":202,"\u30b3\u30e1\u30f3\u30c8id":203,"\u30b3\u30ed\u30f3":85,"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[46,50,60,119,154],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":191,"\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":33,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":77,"\u30b3\u30fc\u30c9":[17,33,40,41,127],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":11,"\u30b4\u30df":[35,37,82],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":82,"\u30b5\u30a4\u30ba":[0,23,24,25,26,30,31,32,33,37,39,40,41,47,58,60,63,64,65,82,121,133,153,155,177,180,191,195,197],"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":91,"\u30b5\u30a4\u30c8":[12,117,156,197,199],"\u30b5\u30a4\u30c9\u30e1\u30cb\u30e5\u30fc":117,"\u30b5\u30b8\u30a7\u30b9\u30c8":[],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":174,"\u30b5\u30d6\u30bb\u30c3\u30c8":[63,181],"\u30b5\u30d6\u30bf\u30b9\u30af":12,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30b5\u30dd\u30fc\u30c8":[0,1,6,7,8,10,12,21,28,30,33,34,35,37,38,39,40,41,64,77,103,114,115,116,119,121,126,127,134,135,151,153,157,158,159,161,163,164,166,167,171,177,179,185,188,189,197,198,202,204],"\u30b5\u30de\u30ea":40,"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":143,"\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":104,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[148,149,151,154,155,168,169,170],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":134,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":118,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":133,"\u30b5\u30fc\u30d0\u30fc":[],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[],"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":40,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":191,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30fc\u30c9":33,"\u30b5\u30fc\u30d0\u30fcid":37,"\u30b5\u30fc\u30d3\u30b9":[0,21,39,40,41,180],"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":40,"\u30b7\u30a7\u30a2":2,"\u30b7\u30a7\u30eb":[28,33,133,134,157,167],"\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\u30fc\u30c7\u30a3\u30f3\u30b0":[],"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0\u30d0\u30fc\u30b8\u30e7\u30f3":103,"\u30b7\u30e3\u30fc\u30c9":[33,103,104,171],"\u30b7\u30e3\u30fc\u30c9\u30ad\u30fc":103,"\u30b7\u30e3\u30fc\u30d7":121,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[40,106,127,133,200],"\u30b7\u30f3\u30b0\u30eb\u30b9\u30ec\u30c3\u30c9\u30e2\u30c7\u30eb":126,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":41,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":[33,41],"\u30b7\u30f3\u30d7\u30eb":[33,156,184,198],"\u30b7\u30f3\u30dc\u30eb":85,"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb":33,"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b5\u30fc\u30c1":[33,159],"\u30b7\u30fc\u30b1\u30f3\u30b9":[173,174,176],"\u30b8\u30aa\u30b5\u30fc\u30c1":[],"\u30b9\u30ab\u30e9":47,"\u30b9\u30ab\u30e9\u30fc":[75,117],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[],"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":75,"\u30b9\u30ad\u30c3\u30d7":[33,40,41],"\u30b9\u30ad\u30e3\u30f3":[146,147],"\u30b9\u30ad\u30fc\u30de":[53,84,92,93,100,103,117,123,141,143,146,147,148,149,151,153,154,155,157,158,159,167,168,169,170,171,180,202],"\u30b9\u30af\u30ea\u30d7\u30c8":[],"\u30b9\u30b1\u30fc\u30d7":167,"\u30b9\u30b3\u30a2":[11,33,39,73,75,117,120,138,168,169,170,194,207],"\u30b9\u30b3\u30a2\u30e9\u30fc":[],"\u30b9\u30b3\u30a2\u30fc":[],"\u30b9\u30b3\u30a2\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":168,"\u30b9\u30b3\u30fc\u30d7":167,"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":40,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[133,136],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30fc\u30f3\u30e2\u30fc\u30c9":33,"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":31,"\u30b9\u30c6\u30c3\u30d7":[84,167],"\u30b9\u30c6\u30df\u30f3\u30b0":[41,178],"\u30b9\u30c6\u30fc\u30bf\u30b9":[33,40,80,119,131,191],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":39,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":191,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[41,117,178,201],"\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,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":40,"\u30b9\u30cb\u30da\u30c3\u30c8":[40,153],"\u30b9\u30d1\u30de\u30fc":[168,169,170],"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":33,"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u30b5\u30dd\u30fc\u30c8":33,"\u30b9\u30da\u30a4\u30f3":143,"\u30b9\u30da\u30eb":166,"\u30b9\u30da\u30fc\u30b9":[33,37,40,117],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[37,185],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":37,"\u30b9\u30ec\u30c3\u30c9":[0,9,33,50,65,89,101,119,123,126,133,134,185],"\u30b9\u30ec\u30c3\u30c9\u30bb\u30fc\u30d5":33,"\u30b9\u30ec\u30c3\u30c9\u30d7\u30fc\u30eb":65,"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":[33,135],"\u30b9\u30ef\u30c3\u30d7":180,"\u30b9\u30fc\u30d7":192,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":192,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":192,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":192,"\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,47,75,76,78,81,84,86,88,89,94,95,96,100,101,102,103,104,105,106,108,114,115,116,117,119,121,123,124,125,126,127,129,131,135,140,143,147,157,162,166,167,168,169,170,172,173,174,176,180,191,198],"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":39,"\u30bb\u30b0\u30e1\u30f3\u30c8":[41,60,82,91],"\u30bb\u30c3\u30b7\u30e7\u30f3":[111,133,191],"\u30bb\u30c3\u30c8":[11,60,63,64,83,125,192],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[17,40,138],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u30b9\u30af\u30ea\u30d7\u30c8":21,"\u30bb\u30df\u30b3\u30ed\u30f3":134,"\u30bb\u30ec\u30af\u30bf\u30fc":33,"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":203,"\u30bd\u30b1\u30c3\u30c8":[39,82,83,85,87,90,91,93,97,98,99,111,118,122],"\u30bd\u30d5\u30c8":166,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":[],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":199,"\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":[33,41,84,86],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":17,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":31,"\u30bd\u30fc\u30c8":[],"\u30bd\u30fc\u30c8\u30ad\u30fc":[34,63,117,120],"\u30bf\u30a4\u30c8\u30eb":[103,117,157,158,168,169,170,197,199,202],"\u30bf\u30a4\u30d7":[33,37,55,117,134,185],"\u30bf\u30a4\u30df\u30f3\u30b0":[39,200],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[40,45],"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[36,173,174,176],"\u30bf\u30b0":[],"\u30bf\u30b0\u30c6\u30ad\u30b9\u30c8":179,"\u30bf\u30d6":[164,166,191],"\u30bf\u30fc\u30b2\u30c3\u30c8":39,"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":46,"\u30bf\u30fc\u30df\u30ca\u30eb":135,"\u30c0\u30a4\u30a2\u30ed\u30b0":40,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":185,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[],"\u30c0\u30d6\u30eb":[37,39,121,157,158,177],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[106,127,133,200],"\u30c0\u30e1\u30fc\u30b8":194,"\u30c0\u30f3\u30d7":[33,35,39,40,93,180],"\u30c1\u30a7\u30c3\u30af":[33,35,37,39,40,41,50,82,108,123,131,132,134,141],"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":12,"\u30c1\u30e3\u30f3\u30af":[33,82],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":82,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":82,"\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":180,"\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,33,35,39,40,53,75,106,121,125,127,134,146,147,148,153,161,167,179],"\u30c6\u30ad\u30b9\u30c8\u30ab\u30e9\u30e0":33,"\u30c6\u30ad\u30b9\u30c8\u30c7\u30fc\u30bf":121,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":134,"\u30c6\u30af\u30cb\u30c3\u30af":[168,169,170],"\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":134,"\u30c6\u30fc\u30d6\u30eb":[],"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[122,124],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":39,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":57,"\u30c7\u30a3\u30b9\u30af":[33,34,89,94,108,202],"\u30c7\u30a3\u30b9\u30af\u30d5\u30eb":33,"\u30c7\u30a3\u30b9\u30afi":121,"\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":[],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":40,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30fc":[6,7],"\u30c7\u30b6\u30a4\u30f3":39,"\u30c7\u30d0\u30c3\u30ac\u30fc":[6,7],"\u30c7\u30d0\u30c3\u30b0":[6,7,33,41,82,127,135],"\u30c7\u30d0\u30c3\u30b0\u30aa\u30d7\u30b7\u30e7\u30f3":[6,7],"\u30c7\u30d0\u30c3\u30b0\u30ed\u30b0":33,"\u30c7\u30d5\u30a9\u30eb\u30c8":[6,7,8,11,28,33,34,35,37,38,39,40,41,45,48,50,52,59,75,77,90,93,95,99,101,102,103,117,119,120,121,125,127,132,133,134,135,143,144,151,157,158,159,164,168,170,180,181,185,191,192,194,197,198,200],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[39,84,121,174],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":41,"\u30c7\u30d5\u30e9\u30b0":37,"\u30c7\u30d7\u30ed\u30a4":135,"\u30c7\u30e1\u30ea\u30c3\u30c8":177,"\u30c7\u30fc\u30bf":[],"\u30c7\u30fc\u30bf\u30ab\u30e9\u30e0":[131,169,170],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":46,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[71,75],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":71,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":[120,173],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":134,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":185,"\u30c7\u30fc\u30bf\u30d9\u30fc":37,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b5\u30a4\u30ba":180,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b9\u30ad\u30fc\u30de":93,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[40,180],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u30b3\u30de\u30f3\u30c9":171,"\u30c7\u30fc\u30e2\u30f3":[],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":135,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[40,41,133],"\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":198,"\u30c8\u30d4\u30c3\u30af":12,"\u30c8\u30e2":199,"\u30c8\u30e9\u30a4":[37,121,157,158,177],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":[179,194],"\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\u30d7\u30e9\u30b0\u30a4\u30f3":[41,127],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30e2\u30fc\u30b8\u30e5\u30fc\u30eb":179,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":[125,127],"\u30c8\u30fc\u30af\u30f3":[33,35,37,40,41,121,125,127,158,161,174,176,177,178,179,192],"\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\u30d7\u30e9\u30b0\u30a4\u30f3":178,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":178,"\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,198],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[],"\u30ca\u30ce":[35,78],"\u30cb\u30c3\u30dd\u30f3":173,"\u30cb\u30db\u30f3":173,"\u30cb\u30db\u30f3\u30b4":173,"\u30cb\u30db\u30f3\u30b8\u30f3":173,"\u30cb\u30e5\u30fc\u30b9":159,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[143,203],"\u30cd\u30b9\u30c8":[33,39,40,41,202],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[185,204],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[39,191],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":39,"\u30ce\u30a4\u30ba":[174,194],"\u30ce\u30fc\u30c9":[39,64],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":161,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[106,161],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":161,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[40,41,106,127,200],"\u30cf\u30a4\u30d5\u30f3":[121,200],"\u30cf\u30a4\u30e9\u30a4\u30c8":[146,147],"\u30cf\u30c3\u30b7\u30e5":[12,33,39,82],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[37,40,121,158,177],"\u30d0\u30a4\u30b0\u30e9\u30e0":[179,194],"\u30d0\u30a4\u30b0\u30e9\u30e0\u30d9\u30fc\u30b9":179,"\u30d0\u30a4\u30c8":[33,35,37,39,40,41,47,50,64,80,117,153,177,181],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":39,"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":[33,53],"\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":78,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[20,21,156],"\u30d0\u30a4\u30f3\u30c9":33,"\u30d0\u30b0":[10,33,37,40],"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9":33,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":[33,39,41],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":93,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[40,53,133,157],"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":39,"\u30d0\u30c3\u30d5\u30a1":[39,40,47,53,55,58,60,63,82,202],"\u30d0\u30c3\u30d5\u30a1\u30b5\u30a4\u30ba":33,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":82,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":40,"\u30d0\u30c3\u30d5\u30a1id":82,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":177,"\u30d0\u30eb\u30af":33,"\u30d0\u30eb\u30af\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":33,"\u30d0\u30f3\u30c9\u30eb":[33,40,41],"\u30d1\u30a4\u30d7":85,"\u30d1\u30b9":[12,28,33,35,36,37,41,51,86,109,110,113,131,132,133,134,135,136,139,185,191,200],"\u30d1\u30b9\u30b9\u30bf\u30a4\u30eb":167,"\u30d1\u30bf\u30fc\u30f3":[33,78,157,158,167],"\u30d1\u30bf\u30fc\u30f3\u30de\u30c3\u30c1":167,"\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,121,157,158,177],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[157,158],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30ce\u30fc\u30c9":33,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[33,40,41,132,135,149,189],"\u30d1\u30e9\u30e1\u30bf":[45,46,47,48,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,69],"\u30d1\u30e9\u30e1\u30fc\u30bf":[],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[],"\u30d1\u30ea":143,"\u30d1\u30fc\u30b5\u30fc":[12,157,167],"\u30d1\u30fc\u30b9":[37,52,53,156],"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3":41,"\u30d2\u30c3\u30c8":[11,40,117,159,173,192,194,203,205],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[117,156,194],"\u30d2\u30e5\u30d9\u30cb":[143,144],"\u30d3\u30c3\u30b0\u30a8\u30f3\u30c7\u30a3\u30a2\u30f3":41,"\u30d3\u30c3\u30c8":[],"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":158,"\u30d3\u30e5\u30fc":39,"\u30d3\u30eb\u30c8\u30a4\u30f3":40,"\u30d3\u30eb\u30c9":[],"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":[33,41],"\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],"\u30d4\u30ea\u30aa\u30c9":[85,202],"\u30d5\u30a1\u30a4\u30eb":[],"\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba":33,"\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,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[47,51,60,63],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":166,"\u30d5\u30a1\u30bb\u30c3\u30c8":117,"\u30d5\u30a3\u30eb\u30bf":[33,39],"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":40,"\u30d5\u30a3\u30eb\u30bf\u30fc":154,"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":117,"\u30d5\u30a3\u30fc\u30eb\u30c9":86,"\u30d5\u30a9\u30eb\u30c0\u30fc":31,"\u30d5\u30a9\u30ed\u30ef\u30fc":12,"\u30d5\u30a9\u30ed\u30fc":[],"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":203,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[],"\u30d5\u30a9\u30fc\u30e0":[40,117,156,157],"\u30d5\u30c3\u30af":21,"\u30d5\u30e9\u30b0":[33,34,37,38,39,41,50,64,75,82,83,85,86,87,90,97,98,99,106,117,121,127,157,158,161,167,191,197,200,201,205],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":91,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[34,91],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":60,"\u30d5\u30e9\u30c3\u30b7\u30e5":33,"\u30d5\u30e9\u30f3\u30b9":143,"\u30d5\u30ec\u30fc\u30ba":[],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":14,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":75,"\u30d6\u30e9\u30a6\u30b6":[12,17,28,204],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[],"\u30d6\u30e9\u30b8\u30ea\u30a2":143,"\u30d6\u30e9\u30b8\u30eb":143,"\u30d6\u30ed\u30b0":[],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[117,157,158,202],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u30fc":103,"\u30d6\u30ed\u30c3\u30af":[0,40,135],"\u30d6\u30fc\u30ea\u30a2\u30f3":181,"\u30d6\u30fc\u30eb":[181,197],"\u30d7\u30e9\u30b0\u30a4\u30f3":[0,17,24,25,26,28,30,33,34,35,36,37,39,40,41,93,100,101,102,103,104,109,110,113,115,116,151,155,161,166,171,178],"\u30d7\u30e9\u30b0\u30a4\u30f3api":41,"\u30d7\u30e9\u30b0\u30de":117,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[14,17,23,28,37],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[65,135,171,177,200],"\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,35,39,86,135,158],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[],"\u30d7\u30ed\u30bb\u30b9":[],"\u30d7\u30ed\u30bb\u30b9id":191,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":135,"\u30d7\u30ed\u30c8\u30b3\u30eb":[],"\u30d7\u30ed\u30f3\u30d7\u30c8":164,"\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,133],"\u30d9\u30af\u30bf":[34,35,39,40,60],"\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":75,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":41,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":134,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":40,"\u30d9\u30fc\u30b7\u30c3\u30af":185,"\u30d9\u30fc\u30b9":[0,17,35,37,39,41,63,64,114,127,157,158,168,169,170,171,179,184,189],"\u30d9\u30fc\u30b9\u30d1\u30b9":135,"\u30da\u30a2":[117,166,173,174,175,176,197,206],"\u30da\u30fc\u30b8":[2,12,17,22,33,39,40,117,133,136,200],"\u30da\u30fc\u30b8\u30e9\u30f3\u30af":[168,169,170],"\u30da\u30fc\u30b9\u30c8":39,"\u30db\u30b9\u30c8":[12,37,39,132,133,134,191],"\u30dc\u30bf\u30f3":[12,17,39,40],"\u30dc\u30c3\u30af\u30b9":117,"\u30dc\u30c7\u30a3":[84,89,94,108,109,110,113,121,123,124,126,191],"\u30dd\u30a4\u30f3\u30bf":[50,60,61,63,64,67],"\u30dd\u30a4\u30f3\u30c8":[75,166],"\u30dd\u30b9\u30c6\u30a3\u30f3\u30b0\u30ea\u30b9\u30c8":33,"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[37,40],"\u30dd\u30fc\u30c8":[40,132,133,134,164,185,189,191,204],"\u30de\u30a4\u30af\u30ed":[158,181,197,203],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[],"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":163,"\u30de\u30af\u30ed":[33,37,40,60],"\u30de\u30b7\u30f3":[133,171],"\u30de\u30c3\u30c1":[],"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":28,"\u30de\u30c3\u30d4\u30f3\u30b0":195,"\u30de\u30c3\u30d7":[33,89,180],"\u30de\u30c9\u30ea\u30fc\u30c9":143,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[33,40,41,86,202],"\u30de\u30eb\u30c1\u30b3\u30a2":0,"\u30de\u30eb\u30c1\u30b3\u30a2cpu":28,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":[33,41,89,114,185],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":40,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":87,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":37,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[37,185],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9\u30e2\u30c7\u30eb":41,"\u30de\u30eb\u30c1\u30e9\u30a4\u30f3\u30e2\u30fc\u30c9":167,"\u30de\u30fc\u30af":179,"\u30de\u30fc\u30af\u30a2\u30c3\u30d7":33,"\u30de\u30fc\u30b8":[17,39],"\u30df\u30b9":173,"\u30df\u30ea":[37,158,181,197,207],"\u30df\u30ea\u79d2":181,"\u30e1\u30bd\u30c3\u30c9":33,"\u30e1\u30bf\u30c7\u30fc\u30bf":[86,115,116,168,169,170],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":39,"\u30e1\u30c3\u30bb\u30fc\u30b8":[6,7,33,41,77,203],"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":40,"\u30e1\u30e2":[168,169,170],"\u30e1\u30e2\u30ea":[],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":35,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":[],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[14,33,34,35,37,39,40,41,85],"\u30e1\u30e2\u30ea\u30fc":[33,89,94,121,180],"\u30e1\u30e2\u30ea\u30fc\u30a2\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":33,"\u30e1\u30e2\u30ea\u30fc\u30d6\u30ed\u30c3\u30af":119,"\u30e1\u30e2\u30ea\u30fc\u30de\u30c3\u30d7":180,"\u30e1\u30e2\u30ea\u30fc\u30ea\u30fc\u30af":[33,119],"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b3\u30b9\u30c8":179,"\u30e1\u30f3\u30d0":63,"\u30e1\u30fc\u30c8\u30eb":[143,144],"\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,127,133,136,191,200],"\u30e6\u30fc\u30b6":[11,12,39,85,117,134,173,174,175,176,181,200],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":67,"\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":[75,84,179],"\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":[33,41,68,126],"\u30e9\u30d9\u30eb":[33,40,41,103,117],"\u30e9\u30f3\u30ad\u30f3\u30b0":[41,200],"\u30e9\u30f3\u30c0\u30e0":207,"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":0,"\u30ea\u30af\u30a8\u30b9\u30c8":[40,41,76,79,82,83,85,87,90,91,93,97,98,99,111,114,117,118,119,122,132,135,136,158,185,191],"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":191,"\u30ea\u30af\u30a8\u30b9\u30c8id":[],"\u30ea\u30af\u30a8\u30b9\u30c8uri":135,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":39,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3":33,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3\u30d0\u30b0":41,"\u30ea\u30b9\u30c8":[12,13,17,33,39,53,94,95,101,104,117,121,122,133,157,158,161,163,166,167,178,179,199,200],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":12,"\u30ea\u30bd\u30fc\u30b9":[],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[],"\u30ea\u30c6\u30e9\u30eb":[],"\u30ea\u30c8\u30e9\u30a4":45,"\u30ea\u30cd\u30fc\u30e0":[33,37,84],"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":135,"\u30ea\u30d3\u30eb\u30c9":33,"\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\u30ea\u30fc\u30b9":[],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":12,"\u30ea\u30ea\u30fc\u30b9\u30b7\u30b9\u30c6\u30e0":7,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[],"\u30ea\u30f3\u30af":[12,13,33,39,40,41,117,157,158,197],"\u30eb\u30fc\u30c8":37,"\u30eb\u30fc\u30d7":[35,39,41],"\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":[37,39,40,41,46,80,84,102,117,119,185,191],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":185,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":185,"\u30ec\u30d9\u30eb":[33,39,41,97,98,133],"\u30ec\u30dd\u30fc\u30c8":28,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":0,"\u30ec\u30fc\u30bf":39,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":141,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":34,"\u30ed\u30ac\u30fc":33,"\u30ed\u30ae\u30f3\u30b0":[33,50],"\u30ed\u30b0":[],"\u30ed\u30b0\u30a4\u30f3":[12,180],"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":41,"\u30ed\u30b0\u30d1\u30b9":35,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[28,33,77,99,117,133,134,195],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[33,39,40,167],"\u30ed\u30b0\u30ec\u30d9\u30eb":[33,135],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":[33,133],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30c8":33,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":39,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":12,"\u30ed\u30b4":39,"\u30ed\u30c3\u30af":[33,34,37,39,40,45,60,83,96,133],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[40,45],"\u30ed\u30f3\u30c9\u30f3":143,"\u30ed\u30fc\u30ab\u30eb":[12,158],"\u30ed\u30fc\u30c6\u30fc\u30c8":133,"\u30ed\u30fc\u30c9":[],"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":39,"\u30ed\u30fc\u30de":173,"\u30ef\u30a4\u30c9":37,"\u30ef\u30fc\u30ab":135,"\u30ef\u30fc\u30ab\u30fc":135,"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":40,"\u30fb\u30b5\u30fc\u30d0":200,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":203,"\u30fb\u5168":90,"\u30fb\u5186":0,"\u30fb\u6d6e\u52d5\u5c0f":117,"\u30fb\u81ea\u5df1\u7d39":203,"\u30fbgroonga":33,"\u30fbor":207,"\u30fbroot":33,"\u4e00\u3064":[0,46,47,50,63,77,82,83,85,87,90,91,93,97,98,99,111,118,122,142,143,144,145,148,150,152,154,155,181,192,197],"\u4e00\u4ef6":[],"\u4e00\u4ef6\u9032\u3081":64,"\u4e00\u500b":11,"\u4e00\u5207":33,"\u4e00\u5bfe":197,"\u4e00\u5de5":205,"\u4e00\u5ea6":[37,39,41,45,109,113,135,159,161,166,180,198,202],"\u4e00\u5f0f":60,"\u4e00\u610f":[73,85,114,133],"\u4e00\u62ec":[],"\u4e00\u62ec\u3057":63,"\u4e00\u6587":[],"\u4e00\u6587\u5b57":[33,41],"\u4e00\u65b9":[0,65,68,117,147,151,153,154,157,158,179,194,197,200,202],"\u4e00\u6642":[],"\u4e00\u6642\u671f":[],"\u4e00\u6642\u7684":[33,60,123,195],"\u4e00\u6642\u7d50\u679c":39,"\u4e00\u6b69":200,"\u4e00\u6c17":12,"\u4e00\u756a":[28,75,117,185],"\u4e00\u756a\u5de6":158,"\u4e00\u77ed":0,"\u4e00\u7dd2":[34,39,41,47,50,75,117,121,143,155,179,194,200],"\u4e00\u7fa4":11,"\u4e00\u81f4":[],"\u4e00\u81f4\u3057":[41,192],"\u4e00\u81f4\u7528":205,"\u4e00\u822c":[0,46,60,117,156,157,200],"\u4e00\u822c\u7684":[0,179],"\u4e00\u884c":[35,133,134],"\u4e00\u89a7":[],"\u4e00\u8a9e":194,"\u4e00\u8cab":[],"\u4e00\u8cab\u6027":[10,33],"\u4e00\u90e8":[12,33,39,87,171,175,179,200],"\u4e00\u9577":0,"\u4e09\u3064":[143,192],"\u4e09\u756a\u76ee":158,"\u4e09\u7a2e":[],"\u4e09\u8c37":41,"\u4e09\u8c37\u3055\u3093":41,"\u4e0a\u304c\u3063":179,"\u4e0a\u3052\u308b":194,"\u4e0a\u4f4d":[63,194],"\u4e0a\u554f":189,"\u4e0a\u66f8\u304d":[12,207],"\u4e0a\u8a18":[17,21,28,32,33,39,100,117,121,134,141,148,151,154,166,174,176,179,191,194,198,200,207],"\u4e0a\u8a18url":12,"\u4e0a\u8ff0":166,"\u4e0a\u91ce":35,"\u4e0a\u9650":[],"\u4e0b\u304c\u3063":179,"\u4e0b\u304c\u308a":194,"\u4e0b\u3055\u3044":[1,12,23,24,25,26,30,31,39,40,63,86,127],"\u4e0b\u66f8\u304d":163,"\u4e0b\u8a18":[11,64,77,82],"\u4e0b\u90e8":12,"\u4e0b\u9650":[57,64],"\u4e0d\u5177\u5408":[3,33,39,40,41],"\u4e0d\u5909":73,"\u4e0d\u5b8c\u5168":37,"\u4e0d\u5fc5\u8981":33,"\u4e0d\u610f":94,"\u4e0d\u6574\u5408":34,"\u4e0d\u6b63":[14,33,34,35,37,40,41,94,121],"\u4e0d\u6b63\u78ba":39,"\u4e0d\u80fd":134,"\u4e0d\u8981":[0,33,39,40,41,179],"\u4e0d\u8db3":[23,24,25,26,30,31,33,41],"\u4e0d\u9069\u5207":[39,41],"\u4e0e\u3048":[11,39,40,52,64,95,133,191,194,200],"\u4e0e\u3048\u308b":[77,95,132,133,207],"\u4e16\u4ee3":77,"\u4e16\u754c":[143,144,145,181,197,207],"\u4e21\u65b9":[0,75,103,117,157,158,159,167,173,177,179,203,205],"\u4e21\u8005":207,"\u4e26\u3073":[158,192],"\u4e26\u3073\u9806":207,"\u4e26\u3079":[],"\u4e26\u5217":[],"\u4e2d\u4e95":40,"\u4e2d\u56fd":143,"\u4e2d\u592e\u5024":41,"\u4e2d\u5fc3":144,"\u4e2d\u65ad":[37,39,41,55],"\u4e2d\u7a0b\u5ea6":[23,24,25,26,30,31],"\u4e2d\u8eab":[41,134,191,200],"\u4e2d\u9593":[11,192],"\u4e38\u62ec":200,"\u4e3b\u30ad\u30fc":[],"\u4e3b\u8981":23,"\u4e43\u6bc5":35,"\u4e57\u308a":100,"\u4e71\u6570":[152,207],"\u4e88\u3081":[133,181],"\u4e88\u5b9a":[16,33,37,75,77,115,116,143,153,167,171,185],"\u4e88\u7d04":85,"\u4e8b\u524d":[12,100,101,102,104,115,116,175,194],"\u4e8b\u67c4":10,"\u4e8b\u9805":[],"\u4e8c\u3064":[11,50,77,100,102,103,105,106,127,134,143,149,151,154,192],"\u4e8c\u3064\u76ee":[],"\u4e8c\u70b9\u9593":[],"\u4e8c\u756a":[],"\u4e8c\u756a\u76ee":158,"\u4e8c\u91cd":[33,40,41,157],"\u4e8c\u9805":158,"\u4e92\u63db":[12,24,25,26,30,33,41,77,103,106,136,158,169,170,185],"\u4e92\u63db\u6027":12,"\u4e94\u5165":37,"\u4eac\u90fd":[179,192,194],"\u4eba\u3068":10,"\u4eba\u5411\u3051":33,"\u4eca\u56de":[39,153,158,200],"\u4eca\u5f8c":[37,99,115,127,167],"\u4ecb\u3057":[0,204],"\u4ecb\u6587":203,"\u4ed5\u65b9":[],"\u4ed5\u69d8":[],"\u4ed5\u7d44":[17,185],"\u4ed5\u7d44\u307f":[39,135],"\u4ed8\u3044":161,"\u4ed8\u304d":[],"\u4ed8\u3051":[39,92,114,141,146,147,185,191,197,200,202],"\u4ed8\u3051\u308b":[9,158,161,178,200,206],"\u4ed8\u4e0e":[],"\u4ed8\u5c5e":[135,136],"\u4ed8\u968f":87,"\u4ee3\u308a":[39,143,157],"\u4ee3\u308f\u308a":[28,31,33,117,119,121,133,135,146,147,153,157,161,167,179,191],"\u4ee3\u5165":[],"\u4ee3\u8868":0,"\u4ee5\u4e0a":[],"\u4ee5\u4e0b":[],"\u4ee5\u5185":[158,173,174,203,207],"\u4ee5\u524d":[33,37,39,40,41,161,194,197,203],"\u4ee5\u5916":[0,11,12,35,37,40,41,46,47,50,51,53,57,60,63,66,68,75,103,117,121,131,134,157,163,167,177,181],"\u4ee5\u964d":[12,14,17,33,35,37,40,41,88,100,124,133,146,147,148,161,163,179,204],"\u4eee\u5b9a":114,"\u4eee\u60f3":[12,33,40,198,207],"\u4ef6\u542b":203,"\u4ef6\u6570":[33,41,60,63,73,95,192,194,200],"\u4efb\u610f":[0,12,133,134,200],"\u4f1a\u793e":[33,41],"\u4f1d\u7d71":0,"\u4f3c\u305f":161,"\u4f4e\u3044":194,"\u4f4e\u304f":[179,194],"\u4f4e\u4e0b":40,"\u4f4e\u6a5f":11,"\u4f4e\u6e1b":[35,189],"\u4f4f\u3093":203,"\u4f4f\u6240":39,"\u4f50\u85e4":33,"\u4f53\u8fd1":144,"\u4f55\u3089\u304b":181,"\u4f55\u500b":117,"\u4f55\u5ea6":[40,114],"\u4f59\u308a":158,"\u4f59\u8a08":10,"\u4f5c\u3063":[37,63,64,108,135,161,173,194,198],"\u4f5c\u3089":[33,100],"\u4f5c\u3089\u308c":[41,134],"\u4f5c\u308a":[41,119,121,173,174,180,202],"\u4f5c\u308c\u308b":33,"\u4f5c\u6210":[],"\u4f5c\u6210\u6e08":133,"\u4f5c\u696d":[],"\u4f5c\u7528":39,"\u4f75\u305b":200,"\u4f7f\u3044":[],"\u4f7f\u3044\u5206\u3051":[192,194],"\u4f7f\u3044\u65b9":[],"\u4f7f\u3046":[],"\u4f7f\u3048":[6,8,21,33,37,40,41,84,89,102,103,114,117,121,127,135,140,141,156,157,158,167,168,169,170,171,179,183,184,198,200],"\u4f7f\u3048\u308b":[21,28,33,37,39,40,41,117,133,157,167,171],"\u4f7f\u3063":[],"\u4f7f\u308f":[12,21,33,37,40,41,46,50,80,94,101,103,108,117,121,123,127,135,141,156,157,161,166,167,173,177,179,191,198,199,206],"\u4f7f\u308f\u305a":151,"\u4f7f\u7528":[],"\u4f7f\u7528\u4f8b":143,"\u4f8b\u3068\u3057\u3066":[180,197],"\u4f8b\u3068\u3068\u3082":143,"\u4f8b\u5916":[26,41,84,115,116],"\u4f9d\u5b58":[],"\u4fbf\u5229":[0,1,6,7,28,33,47,75,78,100,101,106,117,127,156,157,167,173,197],"\u4fc2\u6570":[11,117],"\u4fdd\u5b58":[],"\u4fdd\u6301":[46,50,197,201,203],"\u4fdd\u8a3c":[77,82],"\u4fee\u5e73":41,"\u4fee\u6b63\u4e2d":174,"\u500b\u3005":[11,77,100,102,105,194],"\u500b\u4eba":28,"\u500b\u5225":12,"\u500b\u5b9a":9,"\u500b\u6240":41,"\u500b\u6570":[39,47],"\u500d\u7cbe":181,"\u5019\u88dc":[120,173,174,175],"\u5024\u304b":143,"\u5024\u3054":198,"\u5024\u3054\u3068":198,"\u5024\u3060\u3051":158,"\u5024\u3068":[117,157,197],"\u5024\u3068\u3057\u3066":[133,143,195,203],"\u5024\u306a\u3057":38,"\u5024\u306a\u3089":40,"\u5024\u3088\u308a":[11,117],"\u5024\u4ee5\u4e0a":133,"\u5024\u578b":197,"\u5024\u57df":71,"\u5024\u6bce":198,"\u5024\u7528":37,"\u5024\u8a18":158,"\u505c\u6b62":[33,40,77,88,118,124,133],"\u5065\u4f5c":199,"\u5074\u9762":0,"\u5076\u6570":158,"\u5099\u8003":40,"\u50be\u5411":202,"\u512a\u308c":[0,179],"\u512a\u5148":[0,33,89,134,173],"\u5143\u6c17":40,"\u5148\u60c5":203,"\u5148\u982d":[55,60,117,135,167,179,200],"\u5149\u7537":40,"\u5165\u3063":[14,33,39,40,78,173,191,199,200,202],"\u5165\u308a":[],"\u5165\u308b":122,"\u5165\u308c":[179,194,199,203],"\u5165\u308c\u308b":[33,167],"\u5165\u529b":[34,37,38,40,78,82,83,85,87,90,91,93,95,97,98,99,111,117,120,122,132,133,134,158,173,174,175,176,191,200],"\u5165\u529b\u30df\u30b9":174,"\u5168\u304f":33,"\u5168\u3066":[17,63,117,135,156,159,181,202],"\u5168\u4e16\u754c":40,"\u5168\u4ef6":[64,157,158],"\u5168\u4f53":[],"\u5168\u6587\u691c":[],"\u5168\u6587\u691c\u7d22":[],"\u5168\u89d2":[33,37,64,161,200],"\u5168\u90e8":191,"\u5168suffix":63,"\u516c\u5e73":40,"\u516c\u5f0f":[8,24,26,37,151],"\u516c\u8f14":40,"\u516c\u958b":[12,33,35,37,40,41,46],"\u516c\u958b\u9375":12,"\u5171\u306b":[47,60],"\u5171\u901a":[10,37,100,102,105,158,177,181,202],"\u5171\u901a\u63a5":177,"\u5177\u4f53":[117,194,198,202],"\u5177\u4f53\u4f8b":[84,103],"\u5177\u5408":[117,158],"\u5178\u578b":33,"\u5185\u5bb9":[10,12,17,33,39,41,51,55,58,64,78,86,103,117,122,132,134,153,157,158,173,176,180,189,197,200,202,203,204],"\u5185\u8a33":194,"\u5185\u8fd1\u304f":158,"\u5185\u90e8":[12,33,38,41,46,50,56,60,63,153,197],"\u5186\u6ed1":12,"\u518d\u3073":41,"\u518d\u4f5c":33,"\u518d\u5229":[41,73,177],"\u518d\u5e30":[11,60,83,117,135,166],"\u518d\u5ea6":[11,33,41,45],"\u518d\u691c":156,"\u518d\u69cb":37,"\u518d\u73fe":[10,40,156,179,194],"\u518d\u751f":135,"\u518d\u767a":41,"\u518d\u8aad":[99,166],"\u518d\u8d77":[33,166,180,189],"\u518d\u8d77\u52d5":[],"\u51e6\u7406":[0,6,7,11,17,33,34,35,39,40,41,55,73,76,80,94,106,117,119,121,125,127,134,135,147,153,157,158,178,179,185,191,192,207],"\u51fa\u3055":40,"\u51fa\u3057":203,"\u51fa\u3059":203,"\u51fa\u305b\u308b":0,"\u51fa\u529b":[],"\u51fa\u6765":[127,199,202],"\u51fa\u6765\u308b":203,"\u51fa\u73fe":[0,33,47,86,120,168,169,170,201],"\u5206\u304b\u3061":0,"\u5206\u3051":[],"\u5206\u3051\u308b":[12,197],"\u5206\u307e":171,"\u5206\u5272":[0,33,37,158,177,179,192,200],"\u5206\u5c90":14,"\u5206\u6563":171,"\u5206\u6790":0,"\u5206\u89e3":[11,171],"\u5206\u914d":103,"\u5206\u985e":[197,198],"\u5206z":181,"\u5207\u3089":41,"\u5207\u308a":[12,33,37,40,41,111],"\u5207\u308a\u6368\u3066":197,"\u5207\u308b":[41,135],"\u5207\u308c":33,"\u5217\u4e2d":158,"\u5217\u578b":[41,157,197,198],"\u5217\u5f0f":53,"\u5217\u5f15":11,"\u5217\u60c5":127,"\u5217\u6307\u5411":0,"\u5217\u6319":200,"\u5217\u8868":[53,181],"\u521d\u56de":17,"\u521d\u671f":[0,35,37,39,41,51,60],"\u521d\u671f\u5024":132,"\u521d\u671f\u5316":[33,39,50,61,68],"\u5224\u5b9a":207,"\u5224\u65ad":[51,117,158],"\u5225\u3005":[117,198],"\u5225\u540d":33,"\u5225\u9014":[60,181],"\u5229\u70b9":0,"\u5229\u7528":[],"\u5229\u7528\u4f8b":0,"\u5230\u9054":32,"\u5236\u5fa1":[],"\u5236\u7d04":32,"\u5236\u9650":[],"\u5247\u3063":171,"\u524a\u6e1b":[],"\u524a\u9664":[],"\u524d\u3082\u3063":33,"\u524d\u4ed8":102,"\u524d\u4ed8\u304d":60,"\u524d\u56de":12,"\u524d\u5f8c":[133,200],"\u524d\u63d0":[],"\u524d\u65b9":[],"\u524d\u65b9\u4e00\u81f4":[],"\u524d\u8005":[161,166,207],"\u524d\u8ff0":[121,135,161,194],"\u5270\u4f59":[],"\u5272\u3063":[168,170],"\u5272\u308a":[50,114,122,127,158,177,197],"\u5272\u308a\u5f53\u3066":[35,46],"\u5272\u308a\u5f53\u3066\u308b":[79,177,197,200],"\u5272\u308b":170,"\u5272\u5408":119,"\u52a0\u3048":[11,21,94,197,205],"\u52a0\u3048\u308b":[37,85,94],"\u52a0\u308f\u308b":10,"\u52a0\u7b97":[],"\u52a3\u5316":33,"\u52b9\u679c":[101,203],"\u52b9\u7387":[33,94,202],"\u52c9\u5f37":179,"\u52d5\u3044":[33,65],"\u52d5\u304b":[33,40,41,89,167],"\u52d5\u304b\u3057":180,"\u52d5\u304d":[33,117,126,171,185],"\u52d5\u304f":[28,37,39,180,184],"\u52d5\u4f5c":[],"\u52d5\u5c0f":181,"\u52d5\u74b0":132,"\u52d5\u753b":199,"\u52d5\u7684":[],"\u52e7\u3081":41,"\u5316\u4f5c":12,"\u5316\u51e6":[37,73],"\u5316\u524d":73,"\u5316\u5bfe":17,"\u5316\u65b9":[106,161],"\u5316\u6642":37,"\u5316\u6e08":[51,60],"\u5316\u6f0f\u308c":39,"\u5316\u95a2":35,"\u5317\u4eac":143,"\u5317\u534a\u7403":39,"\u533a\u5207\u3063":[106,117,125,127,191],"\u533a\u5207\u3089":37,"\u533a\u5207\u308a":[0,33,39,93,95,117,120,127,132,133,157,158,164,176,179,181,197,198,200],"\u533a\u5207\u308b":[35,117,166],"\u533a\u5225":[117,167,181,205],"\u5341\u4e00":[],"\u5341\u5206":[58,194,195],"\u5341\u5206\u6c17":117,"\u5343\u4e07":[],"\u534a\u5f84":144,"\u534a\u7121":[37,121],"\u534a\u89d2":[64,161,200],"\u5354\u529b":[],"\u5357\u534a":39,"\u5358\u306b":[40,116],"\u5358\u4e00":85,"\u5358\u4f4d":[0,35,37,66,76,78,119,143,144,153,158,179,181,191,192,200,203],"\u5358\u4f53":[0,134],"\u5358\u72ec":[47,134],"\u5358\u7d14":[11,144,205],"\u5358\u8a9e":[],"\u535a\u4e4b":33,"\u5360\u6709":60,"\u5371\u967a":[12,88,124,185],"\u5373\u5ea7":33,"\u539f\u56e0":[],"\u539f\u99c5":207,"\u53b3\u5bc6":[33,41,173],"\u53c2\u52a0":[2,3],"\u53c2\u7167\u5143":197,"\u53c2\u7167\u5148":40,"\u53ca\u3073":134,"\u53cb\u4eba":199,"\u53cc\u65b9":10,"\u53cd\u6620":[0,11,12,180],"\u53cd\u8ee2":158,"\u53ce\u307e\u308a\u304d\u3089":33,"\u53ce\u96c6":[0,78],"\u53d6\u308a\u51fa\u3055":197,"\u53d6\u308a\u51fa\u3057":[57,64,200],"\u53d6\u308a\u51fa\u3059":[11,35,57,64,197],"\u53d6\u308a\u5f97\u308b":181,"\u53d6\u308a\u8fbc\u307e":12,"\u53d6\u308a\u8fbc\u307f":37,"\u53d6\u308a\u9664\u3044":63,"\u53d6\u308a\u9664\u304d":[11,148],"\u53d6\u308b":[158,191],"\u53d6\u308c\u308b":95,"\u53d6\u5f97":[],"\u53d7\u3051":[9,33,39,40,41,114,135,141,143,158,185,191,200,206],"\u53d7\u3051\u308b":[41,189],"\u53d7\u3051\u4ed8\u3051":[35,39,158],"\u53d7\u3051\u53d6\u3063":0,"\u53d7\u3051\u53d6\u308a":[11,135,200],"\u53d7\u4ed8":[40,206],"\u53e4\u3044":[],"\u53e4\u304f":41,"\u53ef\u5426":200,"\u53ef\u5909":[37,86,91,191],"\u53ef\u8aad":41,"\u53f3\u4e0a":34,"\u53f3\u4e0b":[34,145],"\u53f3\u8fba":[33,35,37],"\u5404\u51fa":117,"\u5404\u547d":134,"\u5404\u56fd":12,"\u5404\u7a2e":12,"\u5404\u7d22":200,"\u5404\u8981":75,"\u5404\u8a9e":82,"\u5408\u308f\u305b":[12,39,47,158],"\u5408\u7406":179,"\u5408\u81f4":[200,207],"\u5408\u8a08":[32,41,82,117,134,168,177,194,195],"\u5409\u5ca1":33,"\u5409\u7530":40,"\u540c\u3058":[],"\u540c\u3058\u4f8b":202,"\u540c\u3058\u5024":[135,200],"\u540c\u3058\u578b":75,"\u540c\u3058\u6570":[133,135,185],"\u540c\u3058\u6708":33,"\u540c\u3058\u91cd\u307f":151,"\u540c\u4e00":[],"\u540c\u6642":[0,9,33,63,64,77,117,134,207],"\u540c\u671f":[12,134],"\u540c\u68b1":[17,35,39,41],"\u540c\u69d8":[11,12,64,134,163,191,197,207],"\u540c\u7b49":[134,192],"\u540c\u7fa9":166,"\u540d\u4e00":[],"\u540d\u524d":[],"\u540d\u79f0":33,"\u540d\u7b49":60,"\u540dn":122,"\u5411\u3044":[41,78,117,177],"\u5411\u3051":[],"\u5411\u4e0a":[37,135,156,185,189],"\u5426\u304b":[100,102,105,141],"\u5426\u5b9a":[],"\u542b\u307e":[6,11,12,24,33,39,41,78,84,86,89,94,95,100,103,109,110,113,115,116,117,121,122,123,124,141,149,151,153,157,158,166,168,169,170,176,179,185,192,200,203],"\u542b\u307e\u308c":[0,40,78,103,109,110,113,117,121,141,153,192],"\u542b\u307e\u308c\u308b":[0,11,12,117,133,146,147,194,197,200],"\u542b\u307f":[33,64,78,103],"\u542b\u3080":[9,11,33,39,40,41,75,84,85,100,117,120,124,132,157,158,169,170,192,200,202,203],"\u542b\u3080\u5024":[133,200],"\u542b\u3080\u5168\u3066":88,"\u542b\u3081":[12,117,141,157,166],"\u542b\u3081\u308b":[12,37,38,41,93,100,102,103,105,106,117,127,157,166,200],"\u542b\u3093":[11,41,78,117,153,157,158,168,169,174,175,179,197,203],"\u5438\u53ce":200,"\u5468\u4e0a":144,"\u5468\u8fba":[39,153],"\u547c\u3070":[33,40,50,61,63,65,117,158,168,181,200],"\u547c\u3073":[11,68,75,117,133,134,153,197],"\u547c\u3073\u5143":50,"\u547c\u3073\u51fa\u3055":[55,117],"\u547c\u3073\u51fa\u3057":[],"\u547c\u3073\u51fa\u3059":[101,126,142,144,145,150,152,156],"\u547c\u3076":[14,33,39,65,68,88,124,156],"\u547c\u3076\u524d":68,"\u547c\u3093":[41,68,117,192,198],"\u547c\u51fa":[47,58,60,63],"\u547d\u4ee4":[],"\u547d\u540d":[39,103],"\u548c\u5e83":40,"\u552f\u4e00":126,"\u554f\u3044\u5408\u308f":11,"\u554f\u984c":[12,17,33,34,35,36,37,39,40,41,46,50,82,85,134,135,157,158,179,195,200],"\u559c\u3073":[16,17],"\u56db\u3064":192,"\u56db\u5247":41,"\u56db\u6368":37,"\u56db\u89d2":[],"\u56db\u89d2\u5f62":163,"\u56de\u52d5":134,"\u56de\u540c":33,"\u56de\u547c":35,"\u56de\u6307\u5b9a":157,"\u56de\u6570":[39,180],"\u56de\u7279":134,"\u56de\u7e70\u308a":134,"\u56de\u9001\u308b":114,"\u56de\u907f":[],"\u56f0\u3063":10,"\u56f0\u96e3":[0,39],"\u56f2\u307e":[147,153],"\u56f2\u307f":[133,146,147,153],"\u56f2\u3080":[40,153,200],"\u56f2\u3093":158,"\u56fa\u5b9a":[41,60,64,86,121,191,200],"\u56fa\u5b9a\u9577":35,"\u56fa\u6709":[55,75],"\u56fd\u3054":198,"\u56fd\u540d":198,"\u56fd\u969b":17,"\u56fd\u969b\u5316":[],"\u570f\u5185":203,"\u5727\u7e2e":[],"\u5730\u56f3":0,"\u5730\u57df":0,"\u5730\u5f62":[143,144],"\u5730\u70b9":[143,207],"\u5730\u7cfb":143,"\u578b\u304b":181,"\u578b\u3068\u3057\u3066":181,"\u578b\u540d":[86,117],"\u578b\u5909":37,"\u578b\u60c5":39,"\u578b\u6307":39,"\u578b\u7528":53,"\u57cb\u3081\u8fbc\u307e":12,"\u57cb\u3081\u8fbc\u307f":[147,153],"\u57cb\u3081\u8fbc\u3080":134,"\u57f7\u7b46":[163,201,202],"\u57fa\u6570":158,"\u57fa\u672c":[],"\u57fa\u6e96":[0,12,197,200],"\u57fa\u76e4":50,"\u5831\u4ee5":127,"\u5831\u544a":[],"\u5834\u5408":[],"\u5834\u6240":[],"\u5883\u754c":[39,100,102,105,143],"\u5897\u3048":[75,115,119,127,167,170,202],"\u5897\u3048\u308b":[107,128],"\u5897\u3084":[6,7,33,65,75],"\u5897\u3084\u3059":[14,65,75,117,167,180],"\u5897\u5206":117,"\u5897\u52a0":[40,117],"\u5897\u5927":143,"\u58ca\u3057":131,"\u58ca\u3059":39,"\u58ca\u308c":[33,35,37,39,82,123,131],"\u58ca\u308c\u308b":[33,34,35,37,39,40,41],"\u5909\u3048":84,"\u5909\u3048\u308b":[84,117,179,194],"\u5909\u308a":41,"\u5909\u308f\u3063":[84,179],"\u5909\u308f\u308a":[33,81,82,114,179,192,207],"\u5909\u308f\u308b":[146,147,153,179,194],"\u5909\u5316":[0,33],"\u5909\u63db":[33,37,64,80,135,158,161,177,181,203],"\u5909\u6570":[12,14,29,33,36,37,38,39,40,41,61,69,117,158,166],"\u5909\u66f4":[],"\u5909\u66f4\u5f8c":[48,50,52,59,60,63],"\u5909\u66f4\u70b9":[],"\u5916\u90e8":9,"\u591a\u3044":[157,158,194],"\u591a\u304f":[37,94,103,117,121,135,153,157,158,167,170,179,184,189,194,197,200],"\u591a\u3059\u304e":35,"\u591a\u3059\u304e\u308b":117,"\u591a\u5f69":0,"\u591a\u69d8":0,"\u591a\u91cd":132,"\u591a\u9762":0,"\u5927\u304d":[39,75,82,121,135,177,180],"\u5927\u304d\u3044":[11,33,37,41,89,117,131,157,177,179,180],"\u5927\u304d\u304f":[35,77,93,144,169,197],"\u5927\u304d\u3055":177,"\u5927\u304d\u306a":[121,180,185],"\u5927\u4e08":19,"\u5927\u4e08\u592b":[10,28],"\u5927\u4e8b":[157,166],"\u5927\u5207":0,"\u5927\u5225":197,"\u5927\u62b5":135,"\u5927\u6587":[117,167],"\u5927\u6587\u5b57":[41,121,167,200],"\u5927\u898f\u6a21":0,"\u5927\u8cb4":39,"\u5927\u91cf":[11,41,121,123,168,169,177,199,200],"\u5927\u95a2":41,"\u592a\u90ce":199,"\u592b\u5fc5":205,"\u5931\u308f":39,"\u5931\u52b9":[81,135],"\u5931\u6557":[12,33,35,37,39,40,41,45,46,69,84,85,88,89,92,94,96,109,110,113,117,121,123,124,129,157,167,200],"\u5947\u5999":167,"\u5947\u6570":158,"\u5968\u6271\u3044":41,"\u597d\u304d":17,"\u59a5\u5f53":[33,177],"\u59cb\u307e\u3063":[78,175],"\u59cb\u307e\u308a":12,"\u59cb\u307e\u308b":[41,63,73,85,117,134,157,158,166,173,175,179,185],"\u59cb\u3081":17,"\u59cb\u70b9":200,"\u5b09\u3057\u304f":10,"\u5b50\u5348\u7dda":143,"\u5b57\u5217":[37,41,121,157,181],"\u5b57\u5c0f":[117,167],"\u5b58\u5426":60,"\u5b58\u5728":[0,33,34,35,39,40,41,50,60,63,64,73,78,93,103,108,114,117,134,135,141,144,145,171,179,189,191,192,195,198,200,202,207],"\u5b66\u3073":[103,117,143,198],"\u5b66\u3093":203,"\u5b66\u7fd2":[],"\u5b89\u5168":[33,191],"\u5b89\u5b9a":[0,38,77,82],"\u5b89\u5fc3":10,"\u5b8c\u4e86":[12,17,117],"\u5b8c\u5168":[],"\u5b8c\u74a7":170,"\u5b8c\u7d50":10,"\u5b9a\u5024":39,"\u5b9a\u5b50":167,"\u5b9a\u7fa9":[11,33,39,41,47,55,61,63,66,73,84,85,87,90,92,93,100,103,117,122,133,141,143,146,147,148,149,151,153,154,155,157,158,159,166,167,168,169,170,171,181,191,200,202],"\u5b9f\u4f53":50,"\u5b9f\u4f8b":[],"\u5b9f\u51e6":[11,61],"\u5b9f\u6570":181,"\u5b9f\u65bd":12,"\u5b9f\u73fe":[],"\u5b9f\u7528":41,"\u5b9f\u7a3c":132,"\u5b9f\u884c":[],"\u5b9f\u884c\u4f8b":[14,39,75,77,78,81,84,86,88,89,92,94,96,100,101,103,104,106,107,108,109,110,113,115,116,117,119,120,121,122,123,124,125,126,127,128,129,135,138,141,143,146,147,148,149,151,153,154,155,157,158,159,160,161,167,168,169,170,173,174,176,178,179,191,197,198,199,200,202,203,204,205,206,207],"\u5b9f\u88c5":[17,33,37,39,41,65,84,103,115,116,117,135,136,143,170,171,184],"\u5b9f\u969b":[32,40,65,100,102,103,105,117,119,168,180,194,199,202],"\u5b9f\u9a13":[],"\u5bb9\u91cf":[33,82],"\u5bc6\u9375":[],"\u5bfe\u3057":[157,158],"\u5bfe\u51e6":41,"\u5bfe\u5fdc":[],"\u5bfe\u6bd4":[],"\u5bfe\u7167":151,"\u5bfe\u7b56":[],"\u5bfe\u8a71":[191,200],"\u5bfe\u8c61":[0,9,11,12,14,17,28,33,37,38,41,47,50,51,53,57,60,62,63,64,71,77,83,85,87,90,91,92,93,94,95,103,108,114,117,120,121,123,127,131,132,146,147,149,151,153,155,157,167,168,169,170,185,192,194,199,200,202,203],"\u5bfe\u8c61column":47,"\u5bfe\u8c61ctx":50,"\u5bfe\u8c61cursor":[57,64],"\u5bfe\u8c61id":58,"\u5bfe\u8c61obj":58,"\u5bfe\u8c61object":[47,51,55,58,60,61,67],"\u5bfe\u8c61table":[47,60,63,64],"\u5bfe\u8c61table1":63,"\u5bfe\u8c61table2":63,"\u5c02\u7528":[1,12,17,191,204],"\u5c06\u6765":[40,75,100,106,107,115,116,128,143,171,185,191],"\u5c0e\u5165":[14,33,41,77],"\u5c0f\u3055":33,"\u5c0f\u3055\u3044":[11,36,64,117,121,144,157,169,177,179],"\u5c0f\u3055\u304f":[33,41,143,144,159,167,177,180,185],"\u5c0f\u306a\u308a":[],"\u5c0f\u5024":[100,102,103,105],"\u5c0f\u6570":[],"\u5c0f\u6570\u70b9":197,"\u5c0f\u6587\u5b57":[64,121,127,161,167,200],"\u5c0f\u897f":40,"\u5c11\u304f":195,"\u5c11\u3057":[28,170],"\u5c11\u3057\u9055\u3044":117,"\u5c11\u306a\u3044":[41,117,156,157,158,159,166],"\u5c11\u306a\u304f":[0,10,33,89,153,157,158,159,180],"\u5c11\u306a\u3051\u308c":121,"\u5c1a\u4e5f":40,"\u5c3a\u5ea6":0,"\u5c55\u958b":[],"\u5c55\u958b\u5f8c":117,"\u5c55\u958b\u7528":37,"\u5c5e\u3057":[71,181,198],"\u5c5e\u3059\u308b":[47,60,64,122],"\u5c5e\u6027":[36,85,106,107,122,127,128,148],"\u5c65\u6b74":12,"\u5c71\u672c":41,"\u5ca9\u4e95":[39,40],"\u5cf6\u7530":39,"\u5d8b\u7530":39,"\u5de6\u4e0a":[34,145],"\u5de6\u4e0b":34,"\u5de6\u53f3":200,"\u5dee\u3057":12,"\u5dee\u5206":134,"\u5dee\u96c6\u5408":158,"\u5e02\u5185":163,"\u5e03\u6559":3,"\u5e38\u306b":33,"\u5e73\u5747":[41,117],"\u5e73\u884c":12,"\u5e74\u9f62":[0,121],"\u5e83\u304f":[12,167],"\u5ea6\u3068":37,"\u5ea6\u5206":181,"\u5ea6\u5408\u3044":194,"\u5ea6\u6570":[37,158,197,207],"\u5ea6\u6d6e":181,"\u5ea6\u8868":35,"\u5ea6y":181,"\u5ea7\u6a19":[37,143,144,145,158,163,203],"\u5ea7\u6a19\u5024":[],"\u5ec3\u6b62":77,"\u5f0f\u5168":[157,158],"\u5f0f\u8868":53,"\u5f0f\u96c6\u5408":167,"\u5f15\u3044":158,"\u5f15\u304d\u51fa\u3059":0,"\u5f15\u304d\u7d9a\u304d":40,"\u5f15\u304d\u8d77\u3053\u3059":[39,40],"\u5f15\u304d\u8d77\u3059":[39,40],"\u5f15\u6570":[],"\u5f15\u7528":[40,133],"\u5f15\u8a9e":200,"\u5f31\u70b9":0,"\u5f35\u3063":[33,40,117,123],"\u5f35\u3089":[33,39,40,47,94,169,170,197],"\u5f35\u308b":[123,157,158],"\u5f35\u308c\u308b":40,"\u5f37\u5236":[33,34,39,41,60],"\u5f37\u529b":167,"\u5f37\u5316":[35,37,41],"\u5f53\u3066":[50,114,122,127,177],"\u5f53\u3066\u308b":[114,197],"\u5f53\u8a72":[60,77],"\u5f62\u5f0f":[],"\u5f62\u614b":[0,28,158,179],"\u5f62\u72b6":163,"\u5f71\u97ff":[12,33,39,40,41,169],"\u5f79\u5272":[151,200],"\u5f79\u7acb\u3061":40,"\u5f85\u3061\u53d7\u3051\u308b":[191,204],"\u5f8c\u304b\u3089":93,"\u5f8c\u4e8c":[],"\u5f8c\u65b9":[],"\u5f8c\u65b9\u4e00\u81f4":[],"\u5f8c\u8005":[161,166,207],"\u5f8c\u8ff0":[11,12,64,117,154,167,171],"\u5f93\u3046":35,"\u5f93\u3063":[62,63,64,117,136,185],"\u5f93\u6765":41,"\u5f97\u3089\u308c":[126,149],"\u5f97\u308b":135,"\u5f97\u9069":[],"\u5fa9\u53f7":12,"\u5fa9\u65e7":[33,38,51,131],"\u5fc3\u304c":14,"\u5fc3\u914d":23,"\u5fc5\u305a":[63,71,77,102,117,121,167,168,191],"\u5fc5\u8981":[],"\u5fc5\u9808":[],"\u5fd8\u308c":[37,75],"\u5fdc\u3058":[0,58,134,167],"\u5fdc\u7528":0,"\u5fdc\u7b54":[0,40],"\u601d\u3044":17,"\u601d\u3044\u51fa\u3057":117,"\u601d\u3046":[167,198,202],"\u601d\u3063":16,"\u6027\u5225":0,"\u6027\u80fd":[],"\u6069\u6075":189,"\u60aa\u610f":158,"\u60c5\u5831\u540d":122,"\u60f3\u5b9a":[82,93,199],"\u610f\u5473":[11,28,33,40,53,75,86,94,114,117,119,120,133,134,157,158,166,167,170,173,179,180,198,200,207],"\u610f\u56f3":[39,40,41,151,154,157,169,202],"\u610f\u8b58":121,"\u611f\u3058":10,"\u614e\u91cd":14,"\u6163\u308c":198,"\u6163\u7fd2":39,"\u6210\u308a":[117,157,191],"\u6210\u308a\u7acb\u3063":11,"\u6210\u529f":[],"\u6210\u679c":[],"\u623b\u3057":89,"\u623b\u3063":135,"\u623b\u308a":[39,60],"\u623b\u308a\u5024":[],"\u6240\u5b9a":[121,178,192,194],"\u6240\u5c5e":88,"\u6240\u6709":33,"\u624b\u52d5":135,"\u624b\u6bb5":[11,53],"\u624b\u7d9a\u304d":[55,61],"\u624b\u9593":10,"\u624b\u9806":[],"\u6253\u3061":100,"\u6253\u3061\u5207\u308a":40,"\u6253\u3063":12,"\u6253\u3064":12,"\u6253\u3064\u524d":12,"\u6271\u3044":[41,77,173,179,192,197],"\u6271\u3046":[0,2,38,40,80,100,102,105,158,180,194,195],"\u6271\u3048":[50,201],"\u6271\u3048\u308b":[40,41,195],"\u6271\u3063":[34,40,203],"\u6271\u308f":[33,39,40,41,50,117,127,134,157,161,163,194,197],"\u627f\u8a8d":41,"\u628a\u63e1":[10,94],"\u6291\u3048":194,"\u6291\u5236":[39,40,41],"\u6295\u5165":[34,100,194],"\u6295\u7a3f\u5834\u6240":203,"\u629c\u304d\u51fa\u3059":0,"\u629c\u3051":[33,37,40,41],"\u629c\u3051\u308b":200,"\u62bc\u3057":200,"\u62bc\u3059":[17,200],"\u62bd\u51fa":[],"\u62c5\u5f53":12,"\u62c5\u5f53\u8005":12,"\u62e1\u5927":10,"\u62e1\u5f35":[],"\u62e1\u5f35\u578b":197,"\u62e1\u5f35\u5b50":[35,109,110,113,134,164],"\u62ec\u5f27":95,"\u6301\u3061":[11,71,86,117,127,133,135,167],"\u6301\u3063":[0,10,39,75,86,103,106,107,117,127,128,157,158,161,174],"\u6301\u3064":[0,9,37,63,73,86,95,103,107,117,128,143,154,158,161,163,174,197,198,199,200],"\u6301\u3064\u3059\u3079":117,"\u6301\u3066":[86,178],"\u6301\u3066\u308b":33,"\u6307\u3057":197,"\u6307\u3059\u5024":64,"\u6307\u5b9a":[],"\u6307\u6570":158,"\u6307\u6a19":60,"\u6307\u793a":[55,173,200,204],"\u6307\u91dd":[],"\u6319\u304c\u3063":179,"\u6319\u52d5":[],"\u632f\u821e":143,"\u632f\u821e\u3044":[39,40,41,141,151],"\u633f\u5165":[12,39,55,133,153,200],"\u6368\u3066":37,"\u639b\u3051":158,"\u63a1\u7528":[0,126,191,194],"\u63a2\u3057":[0,117,134,179],"\u63a2\u3059":[179,202],"\u63a2\u7d22":0,"\u63a5\u7d9a":[],"\u63a5\u7d9a\u5148":132,"\u63a5\u8fd1":11,"\u63a5\u982d":[37,158,177],"\u63a8\u5968":[23,33,39,41,77,78,117,180,204],"\u63a8\u5b9a":33,"\u63a8\u79fb":77,"\u63a8\u9032":40,"\u63d0\u4f9b":[],"\u63d0\u6848":[],"\u63d0\u6848\u7528":138,"\u63db\u3048":[33,60,64,167,206],"\u63db\u3048\u308b":[12,71],"\u63db\u6642":37,"\u63fa\u308c":206,"\u642d\u8f09":0,"\u643a\u5e2f":0,"\u64a4\u53bb":37,"\u64a4\u5ec3":[35,41,83,113,119,133],"\u64cd\u4f5c":[],"\u64ec\u4f3c":[],"\u652f\u63f4":175,"\u6539\u540d":[37,39],"\u6539\u5584":[33,34,37,39,40,41],"\u6539\u884c":[33,37,38,133],"\u6570\u3048":[119,198],"\u6570\u3048\u308b":[117,198],"\u6570\u5024":[],"\u6570\u5b57":[41,103,117,121,134,167,174,179,194],"\u6570\u70b9":[117,181],"\u6570\u73e0":154,"\u6574\u3063":14,"\u6574\u5217":[0,200],"\u6574\u5408":[34,60],"\u6574\u5f62":[33,200],"\u6574\u6570":[],"\u6574\u7406":[39,40],"\u6587\u5b57":[],"\u6587\u5b57\u5217":[],"\u6587\u5b57\u6570":[153,158],"\u6587\u5b57\u7a2e":167,"\u6587\u66f8":[],"\u6587\u66f8\u4e2d":[168,169],"\u6587\u66f8\u5185":178,"\u6587\u6cd5":[],"\u6587\u8108":154,"\u65ad\u7247":153,"\u65b0\u3057\u3044":[],"\u65b0\u3057\u304f":[10,41,77,101,117,121,156,159,200],"\u65b0\u305f":[11,47,51,55,63],"\u65b0\u5bbf":207,"\u65b0\u5bbf\u99c5":207,"\u65b0\u65e7":33,"\u65b0\u8a9e":179,"\u65b9\u5411":64,"\u65b9\u5f0f":[0,200,202],"\u65b9\u5f62":[143,144],"\u65b9\u6cd5":[],"\u65e2\u5b58":[0,1,12,33,39,41,51,63,99,102,117,131,134,171,189,191,197,200],"\u65e2\u5b9a":39,"\u65e2\u5b9a\u5024":189,"\u65e2\u77e5":100,"\u65e5\u3005":10,"\u65e5\u3054\u3068":100,"\u65e5\u4ed8":[0,12,143],"\u65e5\u6642":[],"\u65e5\u672c":[12,41,144,145,157,158,173,179,181,207],"\u65e5\u672c\u4eba":173,"\u65e5\u672c\u6e2c":143,"\u65e5\u672c\u8a9e":[0,2,17,19,39,157,158,173,179,194],"\u65e5\u6b21":33,"\u6607\u964d":64,"\u6607\u9806":[60,63,64,104,117,198,200,207],"\u660e\u78ba":41,"\u6642\u306b":37,"\u6642\u4ee3":0,"\u6642\u4ee5\u5916":35,"\u6642\u523b":[33,51,78,134,150,174,203],"\u6642\u671f":33,"\u6642\u70b9":[12,39,45,46,50,52,60,77],"\u6642\u9593":[],"\u666e\u53ca":0,"\u666e\u901a":[10,158],"\u6697\u53f7":12,"\u66f8\u3044":[33,41,157,158,167,203],"\u66f8\u304b":[33,39,171,203],"\u66f8\u304d":[],"\u66f8\u304d\u51fa\u3057":94,"\u66f8\u304d\u51fa\u3059":94,"\u66f8\u304d\u5f8c":192,"\u66f8\u304d\u63db\u3048":[12,21],"\u66f8\u304d\u8fbc\u307e":99,"\u66f8\u304d\u8fbc\u307f":[28,33],"\u66f8\u304d\u8fbc\u3080":[33,134],"\u66f8\u304d\u8fbc\u3081\u308b":41,"\u66f8\u304f":[41,157,167,202],"\u66f8\u3051\u308b":[39,40,41],"\u66f8\u5f0f":[],"\u66ff\u3048":[],"\u66ff\u3048\u308b":200,"\u66ff\u308f\u308b":33,"\u6700\u3082":[50,82,117],"\u6700\u4e2d":0,"\u6700\u521d":[10,33,37,41,50,78,114,117,121,138,141,146,147,153,157,158,166,167,168,179,189,197,200,202],"\u6700\u5927":[],"\u6700\u5927\u5024":[39,41,100,102,103,105,117,169],"\u6700\u5c0f":[24,25,26,30,33,117,141,189],"\u6700\u5c0f\u5024":[41,100,102,103,105,117,158],"\u6700\u5c0f\u9650":135,"\u6700\u5f8c":[12,33,35,39,50,127,134,135,158,167,179,194,197],"\u6700\u65b0":[2,6,7,8,12,33,37,81],"\u6700\u7d42":[51,75,117],"\u6700\u7d42\u66f4":51,"\u6700\u9069":135,"\u6700\u9577":[37,134,158],"\u6708\u6b21":33,"\u6709\u3057":86,"\u6709\u529b":120,"\u6709\u52b9":[0,6,7,8,12,24,28,30,33,37,38,40,41,47,51,60,63,85,86,95,103,117,121,127,134,135,153,155,157,167,171,197,204],"\u6709\u7121":[146,197],"\u6709\u7528":[33,41,78,86,135,177,185,200],"\u6709\u76ca":0,"\u671b\u307e\u3057\u3044":[0,10,12],"\u671f\u5316":[39,50],"\u671f\u5f85":[0,167,179,197],"\u6728\u4e0a":64,"\u672a\u4f7f":41,"\u672a\u4f7f\u7528":191,"\u672a\u521d":39,"\u672a\u5b9a":197,"\u672a\u5b9a\u7fa9":41,"\u672a\u5b9f\u88c5":103,"\u672a\u5bfe":39,"\u672a\u6e80":[64,157],"\u672a\u77e5":38,"\u672a\u8a2d":39,"\u672a\u958b\u653e":35,"\u672b\u5c3e":[55,60,64,100,167],"\u672b\u6c38":33,"\u672c\u4f53":3,"\u672c\u5f53":[173,206],"\u672c\u6587":[148,202],"\u672c\u756a":[12,33,102],"\u672c\u8a9e":179,"\u672c\u8cea":134,"\u6751\u4e0a":[33,40,41],"\u6761\u4ef6":[],"\u6761\u4ef6\u5f0f":[],"\u6771\u4eac":[143,179,192,194,207],"\u6771\u4eac\u90fd":[179,192,194],"\u6790\u5668":[0,179],"\u6790\u7cfb":158,"\u679c\u305f":200,"\u67af\u308c":[1,189],"\u67d4\u8edf":[0,151,156],"\u6817\u5c71":[33,41],"\u682a\u5f0f":[33,41],"\u683c\u7d0d":[],"\u6848\u5185":[10,12,33],"\u68ee\u7530":199,"\u691c\u51fa":[],"\u691c\u67fb":60,"\u691c\u7d22\u4f8b":[],"\u691c\u7d22id":63,"\u691c\u7d22key":63,"\u691c\u8a0e":[168,169,170,189,194],"\u691c\u8a3c":[41,132],"\u6955\u5186":[143,144],"\u6975\u4ed8":[143,144],"\u697d\u3057":[192,194],"\u697d\u3057\u3044":[192,194],"\u6982\u5ff5":77,"\u69cb\u3044":[17,147,153,173],"\u69cb\u6210":[11,12,24,25,26,30,41,189,200],"\u69cb\u6587":[],"\u69cb\u7bc9":[],"\u69cb\u9020":[0,11,50,63,78,177,199],"\u69cb\u9020\u4f53":[41,50,57,61],"\u69d8\u3005":[],"\u6a19\u6e96":[33,34,38,41,77,82,83,85,87,90,91,93,95,97,98,99,111,118,122,132,133,135,136,168,191,200],"\u6a19\u8a18":41,"\u6a29\u8868":41,"\u6a29\u9650":[28,33,40,204],"\u6a2a\u5c71":[40,41],"\u6a5f\u68b0":41,"\u6a5f\u80fd":[],"\u6b20\u70b9":0,"\u6b20\u843d":40,"\u6b21\u56de":[12,77],"\u6b21\u671f":12,"\u6b21\u90ce":199,"\u6b32\u3057\u3044":171,"\u6b53\u8fce":3,"\u6b62\u3081":[33,41,65],"\u6b63\u3057\u3044":[33,157,166,174,175],"\u6b63\u3057\u304f":[33,39,40,41,157,173],"\u6b63\u5e38":[12,33,103,134],"\u6b63\u5f0f":41,"\u6b63\u78ba":[101,197,200],"\u6b63\u898f":[],"\u6b63\u898f\u5316":[39,106,153],"\u6b66\u8005":33,"\u6b8a\u547d":134,"\u6b8b\u3063":[35,40,123],"\u6b8b\u308a":[77,117,121,125,166],"\u6b8b\u308b":37,"\u6b8b\u5ff5":197,"\u6bb5\u843d":[47,85,86],"\u6bb5\u968e":180,"\u6bd4\u3079":[41,159],"\u6bd4\u8f03":[],"\u6c17\u306b":[17,60,86,100],"\u6c17\u8efd":[10,41],"\u6c38\u7d9a":[],"\u6c42\u307e\u308a":0,"\u6c42\u3081":[0,142],"\u6c42\u3081\u308b":[0,143,144,198],"\u6c4e\u7528":[133,134,135],"\u6c7a\u307e\u308a":166,"\u6c7a\u307e\u308b":200,"\u6c7a\u3081":[84,100,117,121],"\u6c7a\u3081\u308b":[11,117],"\u6c7a\u5b9a":117,"\u6cbf\u3046":41,"\u6ce8\u610f":[12,37,40,63,75,94,114,117,121,134,135,148,155,157,158,180,185,194,197,198,200,205],"\u6ce8\u76ee":[117,198],"\u6ce8\u8a18":40,"\u6d0b\u5fd7":41,"\u6d0b\u723e":37,"\u6d3b\u304b\u3059":117,"\u6d3b\u7528":[33,189],"\u6d41\u3057":12,"\u6d41\u308c":[],"\u6d41\u91cf":185,"\u6d45\u898b":40,"\u6d69\u4e8c":39,"\u6d6e\u52d5":[],"\u6d88\u3048":177,"\u6d88\u305b":135,"\u6d88\u53bb":40,"\u6d88\u8cbb":159,"\u6df1\u523b":[39,41,194],"\u6df7\u3056\u3063":179,"\u6df7\u305c":[120,197],"\u6df7\u305c\u308b":75,"\u6df7\u5728":[33,136],"\u6dfb\u4ed8":39,"\u6e08\u307f":[10,12,24,25,26,30,33,37,39,40,47,85,95,104,127,166,173,174,175,181,189],"\u6e08\u3080":33,"\u6e1b\u3063":33,"\u6e1b\u3089":[33,39,65,174,177,206],"\u6e1b\u5c11\u5f8c":65,"\u6e1b\u7b97":[],"\u6e21\u3055":[11,39,40,61,65,143],"\u6e21\u3057":[6,7,8,11,33,41,95,114,126,131,157,200,204],"\u6e21\u3059":[33,38,158,200],"\u6e2c\u4f4d":0,"\u6e2c\u5730":[143,144,145,181,197,207],"\u6e2c\u5730\u7cfb":181,"\u6e2c\u5b9a":134,"\u6e2c\u7528":34,"\u6e80\u3055":40,"\u6e80\u3059":[33,40],"\u6e80\u305f":[11,123,154,167,207],"\u6e96\u5099":[],"\u6e96\u62e0":[40,135],"\u6f0f\u308c":[0,12,39,156,206],"\u6f14\u7b97":[28,33,35,39,40,41,63,156,158],"\u6f14\u7b97\u5b50":[],"\u6f22\u5b57":179,"\u6fc1\u70b9":161,"\u7027\u5185":40,"\u70b9\u4ee5\u4e0b":197,"\u70b9\u6570":[],"\u70b9\u9593":[143,163],"\u7121\u3057":[94,101,167],"\u7121\u52b9":[6,7,8,28,33,38,39,40,52,63,64,117,133,135,157,173],"\u7121\u540d":[60,63],"\u7121\u8996":[33,35,37,39,40,41,63,64,92,93,106,114,117,127,133,157,166,177,179,194],"\u7121\u9650":[35,39,41],"\u7121\u99c4":0,"\u7279\u306b":[11,12],"\u7279\u5225":[28,45,53,80,117,127,157,167,173],"\u7279\u5316":[17,158],"\u7279\u5b9a":[],"\u7279\u6027":177,"\u7279\u6709":[],"\u7279\u6b8a":[],"\u72b6\u614b":[0,10,12,24,25,26,30,33,35,39,41,50,82,132,133,173,194,200],"\u72b6\u6cc1":[0,55,117,158,194],"\u72ec\u7acb":101,"\u72ec\u81ea":[],"\u72ed\u3081\u308b":94,"\u7372\u5f97":33,"\u7389\u91ce":41,"\u73fe\u308c":127,"\u73fe\u308c\u308b":194,"\u73fe\u4ee3":0,"\u73fe\u5728":[0,12,33,46,50,51,57,60,61,81,84,88,99,101,119,121,123,124,132,134,150,163,200,201,203],"\u73fe\u5728\u5730":203,"\u73fe\u5b9f":198,"\u73fe\u72b6":77,"\u73fe\u983b":41,"\u7403\u9762":[143,144],"\u7406\u7531":[],"\u7406\u89e3":[117,200],"\u7406\u95a2":61,"\u74b0\u5883":[],"\u751f\u3058":[83,87,90,97,98,99],"\u751f\u6210":[],"\u7528\u3044":[],"\u7528\u3044\u308b":[0,60,191,197,199,200,201,207],"\u7528\u5909":41,"\u7528\u610f":[11,12,28,60,117,134,143,173,174,175,176,179,180],"\u7528\u79d8":[],"\u7528\u8a9e\u96c6":[],"\u7528\u9014":[0,23,24,25,26,30,31,40,41,75,78,117,167,171,177,189],"\u7530\u6cbc":41,"\u7530\u8fba":40,"\u7531\u6765":156,"\u753b\u9762":[12,34,41],"\u7551\u30b1":[33,41],"\u7551\u30f6":41,"\u756a\u53f7":[12,40,41,47,73,132,133,134,167,185,189,191,204],"\u756a\u76ee":[40,63,64,86,102,106,117,127,157,158,167,168,197,200],"\u7570\u306a\u3063":[33,64],"\u7570\u306a\u308a":[41,157],"\u7570\u306a\u308b":[],"\u7570\u5e38":[82,134],"\u7591\u4f3c":[39,40,41,73,95,152],"\u7591\u554f":202,"\u767a\u63ee":0,"\u767a\u751f":[0,12,28,33,34,39,40,41,50,60,63,78,85,121,194],"\u767a\u884c":191,"\u767b\u9332":[],"\u7686\u5ddd":41,"\u76ee\u304f\u3089\u3044":121,"\u76ee\u4ee5\u964d":117,"\u76ee\u5b89":12,"\u76ee\u7684":[28,40,100,127],"\u76ee\u8996":78,"\u76f4\u3057":180,"\u76f4\u4e0b":37,"\u76f4\u524d":55,"\u76f4\u5f8c":50,"\u76f4\u611f":205,"\u76f4\u63a5":[93,203],"\u76f8\u5bfe":[12,37,117],"\u76f8\u5bfe\u30d1\u30b9":41,"\u76f8\u5f53":[78,198,200,207],"\u76f8\u5fdc":63,"\u76f8\u624b":10,"\u7701\u7565":[],"\u771f\u306a\u3089":158,"\u771f\u507d":[33,40,157,158,181,197],"\u771f\u507d\u5024":[],"\u77e5\u3089":179,"\u77e5\u308b":198,"\u77e5\u308c":[],"\u77e5\u8b58":134,"\u77e9\u5f62":[0,145,207],"\u77ed\u3044":[33,35,203],"\u77ed\u304f":[0,159],"\u77ed\u6642\u9593":0,"\u77ed\u7e2e":[6,7,33],"\u7834\u58ca":63,"\u7834\u68c4":[50,61],"\u78ba\u4fdd":[50,53,58,195],"\u78ba\u5b9a":120,"\u78ba\u5b9f":174,"\u78ba\u7387":120,"\u78ba\u8a8d":[],"\u78ef\u90e8":40,"\u793a\u3055":122,"\u793a\u3057":[12,44,80,84,100,106,143,149,163,168,179,188,191,194,198,200,202,204],"\u793a\u3059":[78,80,92,95,103,117,122,141,143,144,145,146,147,148,149,151,153,154,155,157,158,168,169,170,185,197,205],"\u79cb\u8449":207,"\u79d2\u3088\u308a":36,"\u79d2\u5358":[181,197],"\u79d2\u5f62":181,"\u79d2\u60c5":37,"\u79d2\u6570":[78,158,181,197,203],"\u79d2\u8868":[158,194,197,207],"\u79d2\u9593":37,"\u79d8\u5bc6":12,"\u79fb\u52d5":[12,16,31,37,39,84,99],"\u79fb\u884c":[37,77],"\u7a0b\u5ea6":[37,40,200],"\u7a2e\u5225":106,"\u7a2e\u985e":[],"\u7a32\u7530":40,"\u7a3c\u52d5":[],"\u7a4d\u307f\u91cd\u306a\u3063":40,"\u7a4d\u7528":117,"\u7a4d\u7b97":[11,117],"\u7a7a\u304d":[82,195],"\u7a7a\u6587":[41,157,181],"\u7a7a\u767d":[0,33,95,106,127,133,157,176,179,194,200],"\u7a81\u7136":40,"\u7acb\u3061":78,"\u7acb\u3061\u4e0a\u304c\u3063":134,"\u7acb\u3061\u4e0a\u3052":134,"\u7acb\u3064":167,"\u7acb\u3064\u304b":179,"\u7acb\u5834":3,"\u7aef\u672b":0,"\u7b26\u53f7":[],"\u7b2c\u4e00":[],"\u7b2c\u4e8c":[],"\u7b49\u3057\u3044":[11,60,117,157,158],"\u7b49\u3057\u304f":[11,157,158],"\u7b49\u4fa1":[],"\u7b49\u5024":35,"\u7b87\u6240":[12,40,78,153],"\u7b97\u51fa":[39,41],"\u7b97\u8853":[],"\u7ba1\u7406":[],"\u7bc4\u56f2":[],"\u7bc4\u56f2\u5916":41,"\u7be0\u7530":[33,41],"\u7c21\u5358":[],"\u7c21\u6613":[41,143,189],"\u7c21\u7565":[40,149],"\u7cfb\u5ea7":[144,145],"\u7d00\u5143":33,"\u7d14\u7c8b":179,"\u7d1b\u3089\u308f\u3057\u3044":167,"\u7d20\u65b9":0,"\u7d20\u6734":198,"\u7d20\u89e3":[0,28,158,179],"\u7d22\u6642":35,"\u7d22\u7528":[],"\u7d30\u5206":197,"\u7d39\u4ecb":[3,12,41,103,117,203],"\u7d42\u3048":12,"\u7d42\u308f\u3063":[33,68],"\u7d42\u308f\u308b":[157,158,159],"\u7d42\u4e86":[],"\u7d42\u4e86\u30bf\u30b0":146,"\u7d42\u7aef":[39,50,51,53],"\u7d44\u307f\u5408\u308f":[0,11,117,121,141],"\u7d44\u307f\u5408\u308f\u305b":[0,11,12,41,85,179,194,200],"\u7d44\u307f\u8fbc\u307f":[],"\u7d44\u307f\u8fbc\u3080":[0,11,135],"\u7d44\u307f\u8fbc\u3093":[0,41],"\u7d44\u5408":151,"\u7d44\u8fbc":[82,83,85,87,90,91,93,97,98,99,111,118,122,142,144,145,150,152,181],"\u7d44\u8fbc\u578b":[],"\u7d4c\u7531":[12,35,39,41,82,83,85,87,90,91,93,97,98,99,111,118,122,134],"\u7d4c\u7def":[181,197,207],"\u7d4c\u7def\u5ea6":[],"\u7d4c\u904e":[37,45,60,77,78,119,158,181,197,203],"\u7d50\u3073\u3064\u3044":9,"\u7d50\u3073\u3064\u304f":9,"\u7d50\u5408":[11,156,157],"\u7d50\u5408\u5f0f":[],"\u7d50\u57ce":41,"\u7d50\u679c":[],"\u7d5e\u308a\u8fbc\u307f":[0,200],"\u7d5e\u308a\u8fbc\u3080":[41,117,175],"\u7d5e\u308a\u8fbc\u3093":[0,40],"\u7d5e\u8fbc":[],"\u7d71\u5408":[0,39,40],"\u7d76\u5bfe":[109,110,113],"\u7d99\u627f":40,"\u7d99\u7d9a":[21,39,119,133],"\u7d9a\u3044":194,"\u7d9a\u304d":95,"\u7d9a\u3051":134,"\u7d9a\u3051\u308b":179,"\u7dad\u6301":[0,169,170,185],"\u7db2\u7f85":135,"\u7dcf\u91cf":180,"\u7de8\u96c6":[],"\u7de9\u3084\u304b":33,"\u7de9\u548c":180,"\u7e26\u68d2":121,"\u7e4b\u3052":41,"\u7e4b\u3052\u308b":10,"\u7e70\u308a\u8fd4\u3057":[17,134,158],"\u7e70\u308a\u8fd4\u3057\u6570":134,"\u7e70\u308a\u8fd4\u3059":35,"\u7f6e\u3044":[12,41],"\u7f6e\u304b":[28,135,136,166],"\u7f6e\u304d":[12,33,35,60,64,167,206],"\u7f6e\u304d\u63db\u3048":[17,41,133,157,171],"\u7f6e\u304f":[28,33,180],"\u7f6e\u304f\u4f8b":28,"\u7f6e\u63db":[],"\u7f72\u540d":[],"\u7fa9\u8a9e":166,"\u7ffb\u8a33":[],"\u8003\u3048":[0,10,117,123,157,158,180,185,198,200],"\u8003\u3048\u308b":[168,169,170],"\u8003\u3048\u65b9":41,"\u8003\u616e":[170,194,206],"\u80a5\u5927":41,"\u811a\u6ce8":[87,143,144,145,200],"\u81a8\u5927":0,"\u81ea\u4f53":[41,157],"\u81ea\u5206":[10,17,23,100,134,135],"\u81ea\u52d5":[12,17,33,37,39,41,47,63,73,94,109,110,113,131,134,135,157,158,177,199,200,205],"\u81ea\u52d5\u5207\u308a":41,"\u81ea\u52d5\u7684":134,"\u81ea\u5df1":203,"\u81ea\u5df1\u7d39":203,"\u81ea\u7531":[0,11,73,191],"\u81ea\u8eab":[33,37,39,127,133,166],"\u81f3\u308b":197,"\u81f4\u547d":39,"\u8208\u5473":[0,33,167],"\u826f\u3044":[10,202],"\u826f\u3044\u4f8b":10,"\u826f\u304f":[33,202],"\u826f\u4e8c":41,"\u82b1\u5b50":199,"\u82e6\u624b":0,"\u82f1\u8a9e":[2,12,17,19,37,41,179],"\u840e\u7e2e":10,"\u843d\u3061":[35,40],"\u843d\u3061\u308b":[35,37,40],"\u8457\u4f5c":41,"\u884c\u3044":[11,12,33,60,63,64,132,133,134,151,192,194,199,200,202,203],"\u884c\u3046":[10,12,14,35,39,41,64,121,132,143,151,178,189,192,199,202,203,205,207],"\u884c\u3048":[14,41,151,157,200],"\u884c\u3048\u308b":[39,199],"\u884c\u3063":[12,14,41,198,207],"\u884c\u306a\u308f":39,"\u884c\u308f":[117,132,134,199],"\u884c\u6307\u5411":0,"\u884c\u6570":37,"\u884c\u672b":167,"\u884c\u756a":[37,78],"\u884c\u76ee":[12,78,134],"\u884c\u982d":167,"\u8868\u3057":[11,73,77,78,80,117,163,167,170,181,200],"\u8868\u3059":[11,85,127,143,152,163,167,197,199],"\u8868\u3059\u578b":181,"\u8868\u308f":60,"\u8868\u73fe":[],"\u8868\u793a":[],"\u8868\u8a08":166,"\u8868\u8a18":[12,17,37,39,40,75,143,158,181,197,206,207],"\u88d5\u4e5f":41,"\u88dc\u3046":0,"\u88dc\u5b8c":[],"\u88dc\u5b8c\u8a9e":173,"\u88dc\u6b63":[],"\u88dc\u8db3":135,"\u8907\u6570":[],"\u8907\u96d1":[11,33,39,40,117,158,167],"\u897f\u66a6":158,"\u8981\u6c42":[10,40,154,200],"\u8981\u7d20":[11,39,40,63,75,78,80,86,95,134,153,200],"\u898b\u3048\u308b":[6,7],"\u898b\u305b":171,"\u898b\u3064":[35,39,120],"\u898b\u3064\u304b\u3063":[117,175,179],"\u898b\u3064\u304b\u3089":63,"\u898b\u3064\u304b\u308a":[117,179],"\u898b\u3064\u304b\u308b":39,"\u898b\u3064\u304b\u308c":10,"\u898b\u3064\u3051":[10,34,39,117,173,179],"\u898b\u3064\u3051\u308b":[88,117,124,135,161,173,179],"\u898b\u3066":[78,84,103,117,135],"\u898b\u306a\u3057":64,"\u898b\u308b":[80,84,117],"\u898b\u4ed8":40,"\u898b\u4ed8\u3051":40,"\u898b\u76f4\u3057":41,"\u898b\u7a4d":33,"\u898b\u7a4d\u308b":195,"\u898b\u8fbc\u3081":41,"\u898f\u5247":[39,103],"\u898f\u683c":64,"\u8996\u899a":0,"\u89a7\u4e0b":14,"\u89aa\u5207":35,"\u89b3\u70b9":[41,149,158,195],"\u89e3\u50cf":35,"\u89e3\u653e":[33,41,46,50,57,60,64,68,89,96,119],"\u89e3\u6790":[],"\u89e3\u6c7a":[10,33,37,39,82,168,169,170,171,179,195],"\u89e3\u6c7a\u7b56":10,"\u89e3\u6d88":[33,34,40,60,75,91],"\u89e3\u91c8":[11,35,93,157],"\u89e3\u9664":[34,60,83,109,110,133],"\u89e6\u308b":33,"\u89e6\u308c":200,"\u89e6\u308c\u308b":179,"\u8a00\u3044":[33,71,154],"\u8a00\u3046":[75,101,170,173],"\u8a00\u3048":[157,194],"\u8a00\u53ca":[154,203],"\u8a00\u8a9e":[],"\u8a00\u8a9e\u540d":17,"\u8a02\u6b63":166,"\u8a08\u6e2c":[14,34,37],"\u8a08\u7b97":[0,34,39,40,41,115,117,119,142,143,144,158,163,168,169,170,173,174,176,180,181,207],"\u8a18\u4e8b":[12,159,202],"\u8a18\u53f7":[35,133,179,192,194,200],"\u8a18\u6cd5":[158,202],"\u8a18\u8f09":[12,39],"\u8a18\u8ff0":[11,33,133,134,200,202,203],"\u8a18\u9332":[0,33,39,73,109,113],"\u8a2d\u5b9a":[],"\u8a2d\u5b9a\u5024":[34,195],"\u8a2d\u5b9a\u6e08\u307f":189,"\u8a2d\u6a02":37,"\u8a2d\u8a08":[117,189],"\u8a55\u4fa1":[11,33,40,115,154,157,158,167],"\u8a66\u3057":[10,33],"\u8a66\u3059":[6,7,179,184],"\u8a66\u3059\u4f8b":179,"\u8a66\u884c":0,"\u8a71\u3057":3,"\u8a71\u984c":2,"\u8a72\u5f53":[41,46,47,60,63,64,108,141,146,147,149,153,202],"\u8a73\u3057\u304f":[0,197,200],"\u8a73\u7d30":[1,14,17,24,25,26,28,30,33,39,40,41,46,59,62,75,78,84,86,89,94,103,109,110,113,117,119,121,123,124,125,127,131,134,135,136,151,157,158,166,167,180,181,189,194,198,200,207],"\u8a8d\u8a3c":[],"\u8a8d\u8b58":10,"\u8a9e\u4ee5":[158,179],"\u8a9e\u53e5":[33,40,199],"\u8a9e\u5f59":[],"\u8a9e\u6271":192,"\u8a9e\u691c":117,"\u8a9e\u7248":12,"\u8a9e\u7528":179,"\u8aa4\u3063":[12,33,39,40,41],"\u8aa4\u308a":[33,39,40,41],"\u8aa4\u52d5\u4f5c":33,"\u8aa4\u5b57":[33,35,37,39,40,166],"\u8aa4\u5dee":[37,143,144],"\u8aac\u660e":[],"\u8aad\u307f":[],"\u8aad\u307f\u3084\u3059\u3044":38,"\u8aad\u307f\u51fa\u3057":0,"\u8aad\u307f\u53d6\u308a":[88,95,124,133],"\u8aad\u307f\u8fbc\u307f":[37,40,41,109,113,116,166,200],"\u8aad\u307f\u8fbc\u3080":[34,116],"\u8aad\u307f\u8fbc\u3081\u308b":93,"\u8aad\u307f\u8fbc\u3093":[116,191],"\u8aad\u307f\u98db\u3070":200,"\u8aad\u3080":[],"\u8aad\u3081":39,"\u8aad\u3093":[3,21],"\u8ab0\u304b":3,"\u8ab0\u304c":203,"\u8ab0\u3067":41,"\u8ab2\u7a0b":40,"\u8ab2\u984c":[],"\u8abf\u3079":[55,60,144,145,198],"\u8abf\u3079\u308b":[40,144,145,195],"\u8abf\u6574":[117,156,179,194,195],"\u8abf\u67fb":33,"\u8ad6\u7406":[],"\u8ad6\u7406\u548c":[],"\u8af8\u6761":32,"\u8b66\u544a":[6,7,35,38,39,40,41,77,117],"\u8b70\u8ad6":19,"\u8ca0\u62c5":10,"\u8ca0\u6570":[39,45],"\u8ca0\u8377":[35,135],"\u8ca2\u732e":40,"\u8ce2\u304f":89,"\u8d64\u9053":143,"\u8d70\u67fb":41,"\u8d77\u3053\u3063":[88,124],"\u8d77\u3053\u308a":206,"\u8d77\u52d5":[],"\u8d77\u6e90":197,"\u8d85\u3048":[40,194],"\u8d85\u3048\u308b":[39,64,177,195,197],"\u8d85\u904e":[40,195],"\u8d8a\u3048":[33,41,194],"\u8d8a\u3048\u308b":[33,41,100,194],"\u8db3\u3057":158,"\u8db3\u308a":[37,166],"\u8ddd\u96e2":[0,34,39,142,143,144,158,163,207],"\u8efd\u3044":[88,108,124],"\u8f09\u305b\u308b":12,"\u8f9e\u66f8":[26,33,34,35,39,40,41,179,194],"\u8f9e\u691c":[37,158,177],"\u8fbc\u307f":[99,166],"\u8fd1\u3044":[64,132,171],"\u8fd1\u3044\u9806":163,"\u8fd1\u304f":[0,158,163],"\u8fd1\u3055":158,"\u8fd1\u4f3c":[37,39,143,144],"\u8fd1\u508d":[],"\u8fd4\u3055":[39,41,52,60,77,82,95,120],"\u8fd4\u3057":[11,33,40,41,45,46,47,48,50,51,52,55,57,59,60,63,64,65,67,69,81,85,86,88,92,96,101,104,107,108,114,115,116,117,119,120,125,126,127,128,129,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,158,169,170,173,174,175,176,185,200,203,206,207],"\u8fd4\u3059":[33,34,35,37,39,40,41,47,50,53,65,83,87,89,90,91,97,98,99,102,117,120,126,133,134,141,150,158,185,191,207],"\u8fd4\u3059\u304b":120,"\u8fd4\u3059\u4f8b":155,"\u8fd4\u3063":[41,126,157,158],"\u8fd4\u308a":[103,117,126,198,207],"\u8fd4\u308a\u5024":[33,40,41],"\u8fd4\u308b":35,"\u8fd4\u4fe1":[10,202,203],"\u8fd4\u4fe1\u5143":203,"\u8fd4\u4fe1\u5148":203,"\u8fd4\u5024":[],"\u8fd4\u5374":[122,200],"\u8ff0\u3079":200,"\u8ff0\u8a9e":33,"\u8ffd\u52a0":[],"\u8ffd\u8a18":[12,33,39],"\u8ffd\u8de1":[],"\u9000\u907f":89,"\u9001\u3063":[3,16,17,19],"\u9001\u308a":[12,191],"\u9001\u308a\u65b9":[],"\u9001\u308b":[17,19,185,191],"\u9001\u4fe1":[],"\u9006\u306b":[199,203],"\u9006\u5f15":199,"\u9006\u5f15\u304d":[],"\u9006\u6587\u66f8\u51fa":41,"\u9006\u9806":200,"\u9010\u6b21":[0,41,167,179],"\u9014\u4e2d":[12,39,41,133,173,174,191],"\u901a\u308a":[6,7,8,12,21,28,30,49,84,86,92,93,100,101,102,103,104,106,117,120,121,122,127,131,135,141,143,144,146,147,148,149,151,153,154,155,157,158,163,167,168,169,170,176,179,180,194,202],"\u901a\u4fe1":[],"\u901a\u5e38":[33,39,41,50,65,73,78,86,89,94,101,117,119,127,135,157,161,166,180,181,197,200],"\u901a\u77e5":[12,114],"\u901f\u3044":[33,41,177],"\u901f\u304f":[28,33,121,199],"\u901f\u3084\u304b":77,"\u901f\u5ea6":[33,37,40,134,177,199],"\u9023\u643a":0,"\u9023\u7d50":[33,39,40,60,202],"\u9023\u7d61":17,"\u9023\u7d9a":[40,60,127,174,179,192,194],"\u9032\u3081":[],"\u9032\u3093":0,"\u9032\u6570":[82,158],"\u9045\u3044":[143,168,177],"\u9045\u304f":[33,144,157,158,167,170,198],"\u904b\u7528":0,"\u904e\u7a0b":73,"\u9054\u3057":180,"\u9054\u3059\u308b":64,"\u9054\u6210":100,"\u9055\u3046":[35,103],"\u9055\u3063":173,"\u9069\u3057":[0,121,159,168,169],"\u9069\u5207":[0,33,35,41,100,103,117,121,127,134,167,170,179,200],"\u9069\u5408":[179,194,200],"\u9069\u5408\u7387":179,"\u9069\u5b9c":[12,41],"\u9069\u6642":55,"\u9069\u7528":[],"\u9078\u3073":175,"\u9078\u3076":[0,117,135],"\u9078\u3079":[5,117],"\u9078\u3093":121,"\u9078\u629e":[],"\u907f\u3051\u308b":117,"\u90e8\u5206":[],"\u90fd\u6c11":[192,194],"\u914d\u4e0b":[12,136],"\u914d\u5217":[],"\u914d\u5e03":[23,24,25,26,30,31,39,41],"\u914d\u7f6e":[12,200],"\u91cd\u3044":[0,94,117],"\u91cd\u304f":194,"\u91cd\u306a\u3063":40,"\u91cd\u307f":[],"\u91cd\u307f\u3064\u304d":41,"\u91cd\u307f\u4ed8\u304d":[],"\u91cd\u307f\u4ed8\u3051":[117,194],"\u91cd\u8907":[33,41,63],"\u91cd\u8981":[0,10,12,14,28,33,46,50,75,76,117,121,127,135,159,168,169,170,179,185,201],"\u91cd\u8996":[159,194],"\u91ce\u9996":41,"\u91cf\u6307":167,"\u91cf\u8a08":34,"\u9234\u6728":39,"\u932f\u8aa4":0,"\u9577\u3044":33,"\u9577\u3055":[39,47,60,63,64,66,134,197],"\u9577\u3059\u304e\u308b":40,"\u9577\u4ee5\u4e0a":[60,63],"\u9577\u5185":[33,41],"\u9577\u5185\u6b69":[33,41],"\u9577\u578b":[64,86],"\u9577\u65b9\u5f62":37,"\u9577\u6642\u9593":[114,131],"\u9577\u751f\u304d":121,"\u9577\u91ce":41,"\u9589\u3058":[37,123,177],"\u9589\u3058\u308b":[33,34,37,177],"\u958b\u3044":[33,35,37,40,83,91,123,131,161],"\u958b\u304b":[33,50,131],"\u958b\u304d":[46,51,123,180],"\u958b\u304f":[33,37,39,46,161,180,200],"\u958b\u304f\u969b":39,"\u958b\u3051":39,"\u958b\u3051\u308b":[],"\u958b\u3053":51,"\u958b\u59cb":[14,37,40,41,60,88,124,134,143,146],"\u958b\u653e":33,"\u958b\u767a":[],"\u9593\u9055\u3063":[37,39,40,41,131,174,175],"\u95a2\u308f\u3089":[117,134],"\u95a2\u4fc2":[],"\u95a2\u4fc2\u5f0f":[],"\u95a2\u6570":[],"\u95a2\u9023":[],"\u95b2\u89a7":204,"\u95be\u5024":[],"\u9632\u304e":[40,123],"\u9632\u3050":[158,170],"\u964d\u9806":[63,64,117,120,200],"\u9650\u3063":60,"\u9650\u3089":10,"\u9650\u308a":[11,60,73,95,126,192,194],"\u9650\u5b9a":167,"\u9650\u6587":[37,121],"\u9664\u3044":[100,102,105,134,149,153],"\u9664\u304f":39,"\u9664\u3051":63,"\u9664\u53bb":[35,40,125,148,178],"\u9664\u5916":93,"\u9664\u7b97":[],"\u9665\u3063":39,"\u968e\u5c64":11,"\u96a3\u308a\u5408\u3063":179,"\u96a3\u63a5":[0,157],"\u96c5\u5e83":41,"\u96c6\u307e\u3063":198,"\u96c6\u307e\u308a":117,"\u96c6\u3081":198,"\u96c6\u5408":[39,63,71,75,117,156,167],"\u96e2\u308c":207,"\u96e3\u3057\u3044":0,"\u9759\u7684":[],"\u975e\u308f":192,"\u975e\u4e92":[33,39,40,41],"\u975e\u4e92\u63db":[33,37,41],"\u975e\u4f9d":24,"\u975e\u516c\u958b":12,"\u975e\u5206":117,"\u975e\u5e38":[39,167,168,169,170,185],"\u975e\u63a8":[33,37,39,40,41,121,143],"\u975e\u63a8\u5968":[33,39],"\u975eascii":179,"\u9805\u76ee":[34,82,117,121,185,189,201],"\u9806\u4f4d":55,"\u9806\u5e8f":[117,122,194,200],"\u9806\u6b21":[132,133,191,200],"\u9806\u756a":[57,64,133,157,194,200],"\u9818\u57df":[28,39,41,60,63,207],"\u982d\u6587":191,"\u982d\u8f9e":177,"\u983b\u51fa":33,"\u983b\u5ea6":[33,120],"\u983b\u7e41":[28,63],"\u9855\u8457":179,"\u985e\u4f3c":[],"\u985e\u7d39":194,"\u985e\u7fa9":117,"\u99c4\u76ee":10,"\u9ad8\u3044":[0,82,117,120,135,179,200],"\u9ad8\u3044\u9806":200,"\u9ad8\u304f":[33,75,169,194],"\u9ad8\u307e\u3063":0,"\u9ad8\u6a5f":[0,11],"\u9ad8\u7cbe":0,"\u9ad8\u901f":[0,11,34,37,40,71,102,117,121,143,144,157,158,163,167,168,170,177,179,184,185,199,200],"\u9b3c\u96f2":33,"\u9bae\u5ea6":159,"\u9df2\u7530":40,"\u9df2\u7530\u57fa":40,"\u9ed2\u3044\u70b9":163,"\uff01:":28,"\uff01\u300d":[103,117,157,158],"\uff01\u3057":2,"\uff01\uff08":17,"\uff01\uff09":[173,174],"\uff08*":5,"\uff08,":200,"\uff08-":[117,200],"\uff08.":12,"\uff08=":[117,119],"\uff08@":[35,37],"\uff08\u300c":[161,194],"\uff08\u3064\u307e\u308a":94,"\uff08\u4f8b":33,"\uff08\u578b":66,"\uff08\u79d2":60,"\uff08\uff1d":171,"\uff08age":121,"\uff08and":156,"\uff08byte":[47,60],"\uff08ci":21,"\uff08document":[41,170],"\uff08eol":33,"\uff08gnu":28,"\uff08groonga":33,"\uff08least":81,"\uff08longest":[37,158],"\uff08markdown":12,"\uff08messagepack":28,"\uff08node":21,"\uff08normalization":161,"\uff08not":156,"\uff08or":156,"\uff08perl":135,"\uff08personal":[],"\uff08piro":41,"\uff08proc":55,"\uff08romaji":173,"\uff08rroonga":33,"\uff08ruby":21,"\uff08score":117,"\uff08term":[168,169,170],"\uff08textile":12,"\uff08tf":168,"\uff08therubyracer":12,"\uff08todo":158,"\uff08tokenbigram":194,"\uff08tokenmecab":194,"\uff08true":197,"\uff08virtualbox":12,"\uff08world":181,"\uff09:":[24,25,26,27,29,30,115,116,192],"\uff09\u3001":[12,168,169,170,177,192],"\uff09\u3002":[33,194,200],"\uff09\u307e\u305f":[106,127,157,158],"\uff09\uff08":121,"\uff11\u3064":[9,86],"\uff11\u5bfe":9,"\uff12\u3064":207,"\uff13\u3064":181,"\uff1f\u300d":198,"\uff1f\uff09":33,"\uff4d\uff59\uff53\uff51\uff4c":[146,147],"\uffef\"":179,"\ufff0\"":179,"\ufffecrch":127,"\ufffetext":127,"] [":134,"] \u6708":33,"]%":167,"]'":[135,185],"])":[45,144,146,152],"],":[75,78,82,84,86,88,89,92,95,103,104,106,107,114,117,119,120,122,123,124,125,127,128,129,133,134,138,141,143,146,147,148,149,151,153,154,155,157,158,159,161,167,168,169,170,173,174,176,178,179,191,194,197,198,199,200,202,203,204,205,206,207],"].":[33,41,103,117],"]/":204,"]:":167,"][":[33,37,38,39,40,41,123,157,167],"]\"":[39,40,167,203],"]\u3002":41,"]]":[33,90,92,95,120,133,134,138],"]]]":[90,120,158,194],"]ello":33,"]x":203,"]}":[33,82,154,197],"^ \"":[84,158],"^commit":12,"_$":[120,121],"_')":[73,85],"_*":[],"_\"":37,"_a":[80,191],"_accepted":114,"_account":17,"_add":[53,55,63],"_address":[80,191,204],"_adjust":[11,62,117],"_age":141,"_all":[33,50],"_alloc":[53,69],"_allowed":[80,191],"_already":[80,191],"_and":[11,62],"_animal":197,"_append":[11,53,56,60],"_arg":80,"_argument":[60,63,64,80,191],"_arguments":33,"_asc":63,"_ascending":64,"_at":[],"_auto":[],"_available":[80,191],"_avg":117,"_avoided":[60,80,191],"_bad":80,"_basic":[135,185],"_batch":41,"_between":41,"_binary":39,"_blank":106,"_block":[80,191],"_blog":202,"_body":[85,194,206],"_bool":[35,50,60],"_broken":80,"_buffer":[50,56,80,191],"_build":14,"_builtin":[37,51,60,66],"_bulk":[50,53],"_busy":[80,191],"_but":11,"_by":[33,36,37,38,41,53,60,63,64,69,203],"_byte":[80,191],"_cache":[],"_calc":[],"_call":[11,80,114,191],"_cancel":[],"_cas":80,"_case":33,"_cast":[33,60],"_character":53,"_characters":53,"_charlen":69,"_check":[14,41,60],"_checks":106,"_child":[80,191],"_chunk":33,"_chunked":33,"_circle":[],"_clear":[],"_client":158,"_clone":12,"_close":[11,33,37,41,46,50,53,56,57,60,64,69],"_code":[69,78,160],"_column":[],"_columns":[],"_command":[],"_comment":154,"_commit":56,"_compare":60,"_compile":53,"_compress":47,"_concurrency":132,"_cond":65,"_configure":40,"_connected":[80,191],"_connection":80,"_const":[11,53],"_content":[],"_control":[33,80,191],"_controllen":33,"_copy":[],"_corrupt":[80,191],"_count":[],"_create":[],"_ctx":[],"_current":46,"_cursor":[],"_custom":[],"_dat":[],"_data":[],"_database":[],"_dataset":[36,137,139,176],"_date":12,"_db":[],"_db\u30d5\u30e9\u30b0":37,"_deadlock":[60,80,191],"_debug":[7,14],"_decr":60,"_default":[33,39,48,52,59,185],"_defrag":60,"_del":33,"_delete":[33,37,55,60,63,64],"_delimited":42,"_delimiter":[106,127],"_denied":[80,191],"_desc":63,"_descending":64,"_descriptor":[80,191],"_device":[80,191],"_difference":63,"_dir":[12,33,37,69],"_directory":[80,191],"_dist":39,"_distance":[],"_domain":80,"_down":[80,191],"_drilldown":117,"_element":[33,58],"_empty":[80,191],"_enable":33,"_enabled":33,"_enc":[52,64],"_encoding":[],"_end":80,"_enough":[80,191],"_entries":[46,81],"_entry":55,"_error":[69,80,103,191],"_escalation":[],"_escape":[],"_estimate":[33,37,54],"_eval":[],"_example":173,"_exec":[33,50,53,80],"_exist":[],"_exists":[80,191],"_expander":[],"_expanders":[109,110,113,166],"_expansion":[],"_expire":60,"_expr":[],"_expression":[117,167],"_extract":[33,42],"_failure":68,"_false":[50,60],"_file":[78,80,135,166,185,191],"_filename":80,"_files":[80,191],"_filter":[],"_filtered":102,"_filters":[],"_fin":[33,39,50,53,68,69],"_finalizer":[50,61],"_flags":[],"_float":[33,66],"_flow":[80,191],"_flush":[],"_for":[11,33,117],"_format":[80,191],"_free":69,"_friends":199,"_full":[],"_func":[41,50,61,65,69,126],"_function":[33,69,80,114,168,191],"_geo":[],"_get":[33,37,38,39,41,45,46,47,48,50,52,53,55,58,59,60,61,63,64,65,69,126],"_github":17,"_gqpt":134,"_gqtp":134,"_groonga":[78,103],"_group":[33,63],"_gt":64,"_hash":[],"_header":86,"_hit":[119,135,164,191,200,204],"_hits":117,"_hook":[],"_host":134,"_html":[],"_http":[134,135],"_hugetlb":37,"_i":[80,191],"_id":[12,33,37,38,41,47,50,53,56,57,58,60,63,64,69,73,79,114,117,158,200,207],"_idf":[],"_if":60,"_ii":[],"_illegal":80,"_implemented":[80,191],"_improper":80,"_in":[],"_inappropriate":80,"_incompatible":80,"_incr":60,"_index":[],"_indexer":38,"_indexes":[],"_info":[],"_information":86,"_init":[33,37,39,41,50,53,60,65,68,69,160],"_initialized":[80,191],"_input":[33,78,80,158],"_install":[],"_int":[33,53,60,66],"_interrupted":[80,114],"_invalid":[60,63,64,80],"_io":[33,41],"_ip":[191,204],"_is":[33,37,50,60,78,80,114,191],"_isspace":69,"_ito":37,"_itoh":37,"_ja":40,"_jis":[28,179],"_jp":28,"_json":49,"_key":[],"_keys":[63,117],"_keywords":53,"_labeled":117,"_large":[80,191],"_lcp":63,"_leading":117,"_leak":14,"_left":[37,54,80,145,191],"_len":[39,47,53],"_length":[69,191],"_level":[],"_lexicon":33,"_likes":[78,103,117,157,158,180],"_limit":[],"_link":[80,191],"_links":[80,191],"_list":[],"_literal":41,"_load":[],"_local":134,"_location":[78,203],"_lock":[37,45,60,65,69],"_locked":60,"_locks":[80,191],"_log":[],"_logger":[33,39],"_logical":33,"_long":[80,191],"_lt":64,"_lzo":[47,80,85],"_malloc":69,"_many":[41,80,191],"_mask":60,"_match":[],"_max":[46,48,57,80,117,126,152,191],"_mecab":33,"_memo":151,"_memory":[],"_message":[78,167,202],"_messages":[12,17],"_min":[33,48,57,117],"_mode":41,"_modified":203,"_module":135,"_most":[],"_mruby":[7,8],"_msgpack":49,"_multiple":[],"_mutex":[65,69],"_n":[40,46,104,117,138],"_nabe":41,"_name":[],"_names":51,"_network":80,"_new":[9,37,39],"_next":[33,35,40,54,57,64],"_nfthreads":65,"_nhooks":55,"_nil":[35,50,53,63,64],"_no":[],"_nofile":[40,160],"_none":49,"_normalize":[33,39,42,63,121,161],"_not":[60,62,80,88,92,96,114,117,129,191],"_nromalize":161,"_nsubrecs":[41,47,73,117,198],"_number":[78,188,191,204],"_numbers":33,"_o":[80,191],"_obj":[],"_object":80,"_of":[80,94,191],"_offline":38,"_offset":[],"_on":[80,191],"_only":[80,191],"_op":[11,33,53,62],"_open":[33,35,37,39,46,50,51,54,56,57,64,69,80,191],"_opened":[33,50],"_operation":[80,191],"_operator":[47,53,54,62,63],"_optarg":[33,51,62],"_options":[40,158],"_or":[],"_org":12,"_otoj":14,"_output":[],"_over":[80,191],"_own":33,"_pack":[],"_parameters":[],"_parse":[33,52,53],"_pass":135,"_pat":[],"_path":[],"_per":[37,50],"_permission":80,"_permitted":[80,191],"_persistent":[47,63],"_pipe":[80,191],"_plugin":[33,36,37,41,69],"_plugins":[],"_point":[54,144,199],"_pop":33,"_port":134,"_position":[47,85,86,103,117,146,147,151,153,154,157,158,159,167,168,169,170,178,180,194,200,202,203,206],"_posting":[54,57],"_pragma":117,"_prefix":[],"_preparer":[120,173,174,176],"_prepend":60,"_previous":46,"_printf":41,"_probability":[37,120],"_proc":[],"_process":[80,191],"_processes":[],"_proxy":135,"_ptr":[33,50,53,69],"_push":11,"_put":[],"_pvector":[33,50,53],"_ql":41,"_qlog":39,"_queries":[119,135,164,191,200,204],"_query":[],"_range":[],"_rate":[119,135,164,191,200,204],"_ratio":41,"_rc":[45,46,47,48,50,51,52,53,54,55,56,58,59,60,61,62,63,64,68,69],"_read":80,"_realloc":69,"_record":60,"_records":[],"_recover":[41,51],"_rectangle":[],"_recursive":33,"_recv":41,"_reference":117,"_refused":[80,191],"_register":[],"_reinit":60,"_release":12,"_removable":123,"_remove":[],"_rename":[],"_reopen":[],"_repair":38,"_request":114,"_res":134,"_resource":[60,80],"_result":[63,80,117],"_results":63,"_retry":80,"_right":[37,54,145],"_rk":64,"_rotate":33,"_ruby":33,"_s":41,"_same":40,"_scalar":[47,84,85,86,88,92,93,94,96,100,103,104,108,117,123,124,125,129,141,143,146,147,148,149,151,153,154,157,158,159,167,168,169,170,178,180,194,198,199,202,203,206],"_schema":[],"_score":[33,37,39,40,47,73,84,117,120,158,168,169,170,203,207],"_scorer":33,"_scorers":[],"_script":115,"_search":[],"_section":[33,41,47,85,86,202,203],"_seek":[80,191],"_sel":42,"_select":[],"_selector":[],"_send":[46,49,50],"_sequence":[80,191],"_serial":84,"_set":[33,38,39,41,45,46,48,50,52,55,58,59,60,61,64,65,126],"_setoperation":63,"_setpshared":40,"_shard":[],"_shutdowned":[80,191],"_signal":65,"_sis":[63,121,157,158,192,205],"_size":[],"_sjlj":41,"_skip":40,"_small":[80,191],"_snip":[39,41],"_socket":[80,191],"_sort":63,"_sortby":[],"_source":12,"_space":[80,191],"_sparse":33,"_stable":48,"_stack":80,"_stamp":160,"_started":78,"_stop":[41,125,178],"_str":[53,203],"_strerror":41,"_string":[],"_success":[45,46,47,50,51,53,60,68,69,80,160],"_such":[80,191],"_suffix":[33,37],"_suggest":36,"_sum":117,"_supported":[80,191],"_symbolic":[80,191],"_synonyms":166,"_syntax":[53,80],"_system":[37,80,191],"_t":[65,80],"_table":[],"_tables":[33,40,50],"_tag":[84,146,149],"_tags":[199,203],"_target":[],"_temporarily":[80,191],"_term":[33,42],"_text":[14,33,41,53,106],"_tf":[],"_thread":[],"_threads":126,"_threshold":[],"_time":[33,78,119,160],"_timeout":[45,80,191],"_title":[93,134,200,202],"_to":[33,52,101,202,203],"_token":41,"_tokenize":[],"_tokenized":[106,127],"_tokenizer":[],"_too":[41,80,191],"_touch":[35,51],"_tp":132,"_true":[50,60],"_truncate":[37,41,47,63],"_tsv":[49,166],"_type":[],"_types":[],"_uint":[33,66],"_unavailable":[80,191],"_unknown":80,"_unlink":[50,60],"_unlock":[60,65,69],"_unmap":[],"_unregister":[],"_unsupported":80,"_untag":[],"_update":[47,63,80,117,157],"_use":[33,41,50,80,101,191],"_user":[],"_users":203,"_utf":[52,64],"_valid":135,"_value":[],"_values":[],"_valule":149,"_var":[41,53,61,66,69],"_vars":69,"_vector":[33,40,41,47,50,53,60,75,84,85,86,92,117,154,155,197,199,203],"_version":[],"_versions":12,"_vesion":[148,155],"_vprintf":41,"_vsize":[50,53],"_w":179,"_weight":[41,47,75,85,86],"_when":78,"_win":69,"_with":[7,8,47,63,121,157,158,192,205],"_word":[41,93,125,178],"_would":[80,191],"_xml":49,"_xxx":117,"_yyyymmdd":103,"_zlib":[47,80,85],"_zone":135,"_{":40,"`/":18,"``":[34,35,53,202],"`hostname":133,"boolean":42,"byte":[33,39,47,60,63,79,134,153,191],"case":[69,113,139],"char":[41,47,50,51,52,53,60,61,63,65,66,69],"ci\u4e00\u822c":21,"ci\u4e0a":21,"class":[146,147,148,153],"const":[38,47,50,51,52,53,60,61,63,64,66,69],"continue":41,"cpu\u30b3\u30a2":[],"d\u30ad\u30fc":200,"dat\u30ad\u30fc":40,"default":[],"delete":[],"do":[41,96,134],"double":[33,158],"else":33,"enter\u30ad\u30fc":40,"enum":51,"error\u30bf\u30b0":39,"export":18,"false":[12,35,40,41,83,84,85,87,88,89,90,92,96,97,98,99,108,114,123,127,129,141,146,149,151,154,157,158,179,181,197,205],"float":[],"for":[8,31,39,42,45,49,50,51,53,54,60,65,69,79,96,129,133,135,137,138,139,143,153,158,160,176,179,180,181,183,189,203],"function":[33,42,50,69,78,138,140,191],"geopoint\u9593":37,"get\u30e1\u30bd\u30c3\u30c9":136,"gib\u304f\u3089\u3044":180,"gmo\u30e1\u30c7\u30a3\u30a2":41,"html\u30bf\u30b0":148,"id\u9806":64,"if":[11,33,45,47,49,50,51,54,60,61,63,65,68,69,75,79,96,133,135,137,138,139,158,160,183],"import":12,"in":[],"int":[],"interface":138,"long":[33,56,59,114],"lzo\u3044":85,"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":[50,65,68,78,160],"sort\u30ad\u30fc":34,"static":65,"this":[18,39,47,49,50,51,60,69,96,103,117,133,135,137,138,153,157,158,160,185,197,200,204,206],"true":[33,34,40,41,75,83,84,85,86,87,88,89,90,92,94,95,96,97,98,99,100,101,103,104,105,108,109,110,113,114,115,116,117,121,123,124,125,129,141,143,144,145,146,147,148,149,151,153,154,155,157,158,159,161,167,168,169,170,178,181,197,198,199,200,202,203,205,206,207],"try":[45,133,203],"var":[11,28,69,86,131,133,135],"void":[38,45,48,51,52,59,60,63,64,65,68,69],"while":[51,96],"with":[],"x\u30df\u30ea":[158,181],"{\"":[33,75,82,100,101,104,115,116,120,134,146,147,151,157,158,159,167,169,170,173,174,176,178,202],"{\"_":[117,141,157,158,197,199,207],"{\\":95,"{column":167,"{key":117,"{label":[103,117],"{language":17,"{logical":171,"{name":158,"{path":28,"{prefix":[28,109,110,113],"{table":[117,151],"{time":160,"{type":138,"{user":180,"{yyyymm":171,"{yyyymmdd":171,"| _":207,"| c":158,"| n":158,"| y":40,"|')":85,"|..":41,"|:":160,"|<":160,"|>":160,"|allow":[117,157],"|b":167,"|correct":120,"|enable":127,"|full":167,"|ga":117,"|http":134,"|info":167,"|key":[121,157,158,205],"|n":33,"|ng":117,"|none":117,"|on":117,"|oo":117,"|persistent":[86,88,122,124],"|ro":117,"|suggest":120,"|table":121,"|with":[41,75,85,86,103,106,117,146,147,151,153,154,157,158,159,167,168,169,170,178,180,194,200,202,203,206],"||":[11,39,40,158,168,202],"})":138,"},":[75,88,104,107,117,124,125,127,128,129,134,143,148,151,155,157,158,159,167,179,199,200,202,203,205,206],"}.":[117,151],"}/":[17,28,109,110,113],"}:":167,"}\\":158,"}]":[],"}_":[103,171],"}attr":40,"}e":158,"}|":160,"}}":75,"~ \"":[158,167],"~${":167,"~*":53,"~number":158,"~uint":33,abc:33,abcde:106,abi:33,able:[],about:[14,18,21,46,69,78,79,133,140,160],above:[114,138,176],ac:161,accept:[35,79],accepts:[129,133,138],accesses:47,accessor:[33,60,63],accurate:153,acquire:45,acquires:45,acquiring:[],acronym:183,actual:135,add:[17,18,30,39,41,60,102,117,127,140,179],added:[42,54,60,63],adding:[18,60,79],additional:40,address:[37,39,133,138,191],adjust:117,adjuster:[],admin:[33,35,41],advanced:42,advantage:153,after:[18,54,138],again:[45,135],against:[47,51,133],age:[86,94,117,141],ages:[121,122,141],aggregate:153,ahost:167,aio:40,akio:[35,39],al:179,alert:[41,97,98,133,135,160],ali:84,alias:[],alice:[84,88,117,124,129,135,141,151,157,185,203],alisa:151,all:[39,47,50,51,54,79,96,103,117,157,158,160,176,206],alloc:[119,133,135,164,191,200,204],allocate:[],allocated:69,allocates:69,allow:[25,39,117,157],allowed:139,allows:153,almost:183,alone:[],already:[45,69,139],also:[79,103,117,138,153,157,158,168,183],always:101,am:[147,153],amd:12,an:[51,54,63,69,133,135],and:[18,33,40,41,42,45,47,49,51,53,54,60,63,69,96,117,125,133,135,137,138,139,151,153,158,160,168,169,170,176,178,180,202,207],animation:199,ann:12,another:33,any:133,api:[],appeared:[],appears:153,appended:60,apple:161,application:[133,135,185],applications:153,applied:42,appveyor:41,april:12,apt:[12,18,21,25,30,39],aptitude:14,ar:[127,192,194],arai:33,aramaki:[35,37],arc:127,architecture:133,architectures:12,archive:[],are:[17,40,45,51,53,54,69,75,96,133,137,138,139,153,160,168,169,170,176,183],argc:65,argument:[136,158,168],arguments:[69,133],argv:65,armhf:41,arnaud:37,array:82,art:203,arted:158,article:202,articles:202,as:[17,39,50,69,79,127,133,135,137,138,139,153,183,189],ascii:[157,158,179],assigned:33,associated:69,assumed:61,at:[18,42,54,133,160,203],auth:[135,185],auto:[101,120],autoconf:[6,37],autogen:[6,12,17,39],automake:[6,35],automatically:51,autotools:[],available:[42,69],avg:[41,103,117,132],aware:69,back:158,background:133,backup:[51,93],backward:129,bad:[40,41,191],base:[12,69,135],baseball:[199,202],based:[54,146,147,153,189],bash:28,be:[18,47,50,51,53,54,60,63,69,79,89,96,113,129,133,138,139,160,176,183],became:189,because:[51,135,138,164,168,176,183],become:42,been:12,before:21,begin:132,behaves:138,bernard:33,beta:42,between:[],bi:[192,194],bigram:[],bill:[33,192,194],billiard:[192,194],bin:[18,31],binary:[0,164,181],bind:37,binding:[42,146,147],binlib:12,bison:12,bit:[8,21,23,24,25,26,29,30,31,33,40,134,181],black:161,block:197,blog:[154,194,200,202],blogroonga:[],blogs:194,bm:[168,170],bob:[88,117,124,129,135,141,151,157,185,203],bom:35,book:158,bookmark:[75,93],bookmarks:[75,93],bool:[],boost:173,boston:203,both:60,bottom:[37,54,145],brazil:198,brew:[18,27],british:206,broken:[47,51,96,191],brooklyn:203,brother:157,browser:17,bsd:[5,28,33,41],buf:[47,60,63],buffer:[50,60,82],buffered:56,bug:[39,42],build:[8,12,18,21,25,30,31,40],builder:56,building:49,built:60,bulk:[33,53,60],bulks:[],bundled:[],but:[129,133,138,139],by:[18,39,50,51,53,54,68,69,79,100,138,157,160,176,183,198],bye:125,bytes:[32,61,69],cache:[],calc:[],calculate:138,call:[],called:69,caller:61,calling:[68,69],calros:141,camp:203,can:[17,18,45,49,50,51,69,79,113,129,133,135,153,160,168,176,183],cancel:[79,114],canceled:114,canceling:79,candidate1:120,candidate2:120,candidate:[120,138],cannot:[],care:[],cares:[],carlos:[88,124,129],cas:191,cases:183,casted:60,casts:60,cat:12,cd:[12,17,24,25,26,27,28,29,30,31],cdbs:37,ce:179,ceekz:40,center:144,centos6:39,centos:[],central:203,cents:179,cflags:29,ch:127,change:[18,39,135,185],changed:[42,135],character:[69,160],characteristic:[],characteristics:153,charlie:203,chat:[],check:[],checked:12,checking:[51,138],checks:[41,51,106],china:198,choose:133,christian:33,chroot:12,chunk:82,chunks:195,ci:[],ciritical:135,cities:143,city:[143,203],clean:14,clear:[41,60,96],cleared:96,clearlock:[],clears:47,clone:[],closed:[],closes:[],clumns:180,cmake:[],code:[17,78,129,160,164],codes:[12,68],col:60,color:161,column:[],columnn:39,columns:[35,39,51,95,117,137,180],com:[9,198],come:203,comma:33,command:[],commandinput:33,commands:[79,183],comment:[33,154,202,203],comments:[],commit:17,common:[37,63,64,133,158],compared:153,compatibility:[129,161],compatible:135,complete:[38,120,138,173,175],complex:[],composition:161,compress:85,compute:[],computed:69,computes:[],concatinated:138,concurrently:160,cond:[40,65],condition:158,conditional:120,conf:195,config:[8,31,34,77],configuration:[40,135],configure:[],confirm:17,conifugration:21,connection:191,connections:133,consistency:[],container:53,contains:[],content:[37,39,40,41,78,103,117,123,135,148,151,153,154,157,158,159,168,178,180,185,202],contents:69,context:[33,50,53,60,103,135,153],contrast:133,contrib:12,copa:33,copied:69,core:134,cores:138,correct:[120,138,174],correction:174,corresponding:60,cosmo:[40,41],count:117,country:[92,198,204],cover:153,coverage:14,cpu:[0,28,134,135,138,185],crashed:96,crch:127,create:[69,93,133],created:[69,103,138,203],createfilemapping:33,createrepo:12,creates:[53,69,137,160],crit:[97,98],critical:[69,133,160],ctrl:[133,191],ctx:[9,46,47,50,51,53,60,61,63,69],curl:[21,27,28,39,114,133,135,138,164,185],current:65,currently:[49,51,135],cursor:[54,57,64],custom:[],customize:135,customized:160,customizes:[],cutter:[],cxxflags:29,daemonize:138,daiki:[35,36,39],dangerous:[47,51,96],dash:28,dat:177,data:[],database:[],dataset:[137,138,139],datasets:137,date:134,dave:141,day:[159,160],db1:185,db2:185,dbms:153,dcb:41,dcmake:[7,8,31],dd:[158,160],ddb:[200,204],ddl:194,de:17,deb:[12,25,30,39],debhelper:37,debian:[],debootstrap:12,debug:[8,33,97,98,133,135,160],decrypt:12,defalt:35,define:[],defines:137,defrag:[],deleted:60,delimit:40,demo:199,depends:42,deprecated:77,derived:139,descending:33,describe:69,described:133,describes:[18,78,133],description:[192,203],descriptions:[],designed:183,desktop:[8,31],dest:[63,132,133],destination:60,detail:134,details:[69,79,160],detection:[],dev:[6,7,25,30],develop:[77,178],developed:178,developer:203,developing:178,development:203,develops:178,dewangga:33,df:170,dgrn:[7,8],dh:12,dictionary:[161,179],diff:134,different:138,digits:160,directive:135,directory:[69,138,139,191],disable:[37,135,138],disabled:160,disables:[18,135],disk:167,dist:12,distance:143,distinct:138,distributions:12,divided:[],dll:[37,39,41],doc:[12,16,17,18,206],document:[12,35,133,146,147,153,158,168,170],documentation:[18,21],documentations:140,documented:[],documents:[151,153],does:[],doesn:[60,135],doing:96,domain:[],don:[49,53,96,133,135,176],done:45,download:[12,24],downloads:31,dragonfly:35,draw:199,drilldown:[],droonga:[149,171],due:153,dump:[],ea:[127,160],each:[53,79,120,135,138,160,173,174,176],ear:127,earch:127,earlier:129,easier:168,easy:[133,168],ec:117,ecmascript:[39,40,117,156,158],edge:9,edict:41,edit:[],editor:17,editrc:37,effective:133,eggs:202,eight:200,eito:40,el:[24,179],elapsed:[78,138,160,164],element:[33,75,158],elements:75,elfring:39,ellip:143,emacs:17,embedding:133,emerg:[97,98],emergency:[133,135,160],emphasize:148,empty:33,en:[120,127,173,179],enable:[],enabled:160,enables:135,encoded:138,encoding:[52,69,133,164],ency:134,end:[132,146,164,191],endpoint:[138,139],eng:[120,173],engi:[120,173],engin:[120,173],engine:[120,127,146,147,153,168,173,174,175,176],enginen:173,english:[14,18,117],enhanced:42,enourmous:176,enqueue:9,ensured:[],entries:[33,84,103,117,123,146,147,157,158,180],entry:[55,83,84,85,87,90,91,92,95,96,103],entrykeys:123,env:166,environment:21,eof:133,epel:[24,39],er:167,eric:141,errno:[33,41],error:[40,41,50,54,69,78,97,98,133,135,160,167,170,200],errror:167,es:179,escape:53,escaped:53,estimate:33,estimated:54,estimates:54,etc:[12,135,180,185],etime:132,euc:[28,40,133,179],evaluated:115,even:[],event:[120,137,139,173,174,176],events:185,ex:127,exact:11,example:[117,133,138,173,197,198,199,200,204,207],examples:[35,102],excel:166,except:180,exclamation:33,exclude:[39,40,41,100,102,103,105,141],exe:[12,31],exec:191,executable:[],execute:[133,138,139,176],executed:204,executes:[133,138],executing:[50,138],exist:[60,168],existence:51,existing:[18,133,139],exists:[103,123],exit:[],expect:41,explain:33,explicitly:18,exported:[],expr:[53,60,61,67],express:[8,31,39,40],expression:[33,53,116,117,138],expressions:135,ext:127,extract:[160,176],extracted:53,extracts:53,fa:127,factor:[41,117],failed:[45,200],failures:12,fast:[78,95,103,117,127,146,147,148,149,153,157,158,168,202],faster:183,favorite:17,favorited:203,favorites:203,fbnteqr:33,fd:138,feature:[17,51,133,168],fedora:[],fetched:176,file:[],filename:191,files:[],fills:138,filter:[],fin:61,finalizes:69,find:18,finds:63,finished:[114,160],firefox:17,firewood:[39,40],first:[69,103,117,157,158,203],five:200,fix:[42,86,88],fixed:39,flag:[],flags:[],floating:181,flower:197,fluent:13,flushviewoffile:33,followee:203,follower:203,following:[18,47,69,133,137,138,139,160,183],fontaine:37,force:[33,127,179],foreground:133,fork:17,forks:133,form:[138,157,161,188,191,200],format:[17,42,49,69,136,138,160,164],formats:160,formula:12,found:[54,63],four:[160,200],frank:141,free:[35,41,50,82,160],freebsd:[],freed:51,frees:69,freq:176,frequency:[41,120,168,169,170,173,174,176],frequently:[],friends:199,from:[],fromtable:84,fsf:39,ftb:42,ftp:[12,134],fu:127,ful:127,full:[33,127,153,167,168,179],fulltext:[127,133,146,147,153],fullwidth:33,fumiyasu:37,func:[50,61,65,69],functionality:138,functions:[33,41,42,69,155],ga:[127,134,161],garbage:[40,82],gb:[119,164,195],gbyte:32,gcc:[24,26,28,29,37,39,40],gdb:14,gem:12,gemfile:39,generate:[18,69],generated:[18,69,137],generates:137,generation:18,geo:[],geodetic:181,geoindex:[],geolocation:[],geopoint:[],geoppoint:54,geosite:199,get:[],getaddrinfo:39,getenv:33,gets:69,gettext:[17,18],ghz:134,gi:127,gib:[32,180],git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,21,33,37,39,40,41,85],gitter:[2,33],glib:40,glossary:21,gnu:[],gnupg:12,go:[159,183],golubchik:33,gone:199,goo:[157,158],good:[103,117,125,157,158,159,178],google:[117,168,169,170,175],goroo:183,gpg:12,gpl:42,gps:0,gqtp:[],gr:[117,127],grease:197,gregex:40,grep:[24,25,26,30],grn:[],grndb:[],grnline:200,grnslap:[],grnwrap:200,gro:153,gronga:[166,175],gronnga:175,gronoga:135,groo:117,groogna:[38,185],groongau:179,group:[63,198],grroonga:175,gt:[146,147],gtar:29,gted:17,gtihub:37,guard:[],gzip:[],had:[],halfwidth:161,hana:199,hanako:92,hand:[],handle:50,handled:135,hard:180,hardy:35,has:[12,42,54,63,69,133,137,160,168],hash:[177,203],hat:[],have:[49,51,159],haystack:11,hdd:134,he:179,head:[41,132,191],header:[],heavy:183,held:[],hello:[103,117,125,158,159,178,179],help:[14,17,37],helpful:168,hendro:40,here:[69,133,137,138,139,160,176],hex:199,hh:[158,160],hideki:33,high:84,highlight:[],highly:[],hino:40,hiroaki:33,hiroshi:[35,37],hirotaka:33,hiroyuki:33,hmm:203,ho:179,hobby:160,hoge:142,home:[12,28,179],homebrew:[],homepage:134,hook:55,horikoshi:37,host:[133,134,167,191,204],hostname:[133,135,136],hottolink:42,hour:[45,160],how:[],html:[],http:[],httpd:[12,38,39,40,41],httprewritemodule:135,https:[],hw:27,ia:[192,194],ic:[57,179],ichii:37,id:[],ideographic:33,idf:41,ids:[54,75,84],ieee:181,ifexists:95,ignore:33,ignored:[39,51],ii:167,il:[192,194],ill:192,illegal:191,implementation:183,implemented:[33,42],importance:[],important:[],improper:191,improved:[],inappropriate:191,include:[16,41,100,102,103,105,141],included:[],includes:33,incompatible:191,increases:[],incremented:79,index:[],indexblog:202,indexbuf:47,indicates:160,info:[33,97,98,133,135,167,170],information:160,init:[28,39,41,61],initialization:138,initialize:50,initialized:[50,69],initializes:[68,69],innodb:0,input:[49,78,95,191],inspect:33,install:[],installer:12,instantly:153,instead:[83,113,133,189],integer:133,intel:134,internal:41,internally:[49,50],interpreter:12,interrupted:191,into:[50,138,176],introduced:135,introduction:[],inv:134,invalid:[69,94,117,138,191],inverted:153,io:[],ip:[134,138,191,204],ipa:26,iptables:185,is:[17,18,39,41,45,47,49,50,51,53,54,60,61,63,69,75,79,96,103,114,117,123,125,127,129,133,135,137,138,139,146,147,148,149,151,153,157,158,160,164,167,168,176,178,183,185,189,191,197,200,202,204,206],isn:[50,51,133],iso:158,issue:19,issues:41,it:[18,47,49,50,51,53,54,60,63,68,69,78,95,96,103,117,129,133,138,139,157,158,159,160,168,183,189,199],itagaki:35,item:[120,137,173,174,176],items:117,its:[53,69,133,160],itself:75,ivh:[24,26],iwai:[38,39],ja:[12,17],jacob:33,james:205,january:138,japan:[92,198,204],japanese:179,jason:205,javascript:[],je:205,jeff:205,jekyll:12,jemalloc:41,jennifer:205,jersey:203,jessie:[],jiro:199,jis:64,job:134,jobs:134,john:[92,205],joseph:205,jq:200,jquery:[35,41],json:[],jsonp:[33,37,138],juman:26,just:[51,60,133,137,138,159,160,203],ka:161,kakesa:33,kana:[120,137,173,174,176],karmic:14,kashihara:41,katagiri:40,katakana:[161,173],kawada:41,kawaji:39,kb:195,kbytes:134,keeps:75,ken:199,kenichi:[35,37],key:[],keybuf:63,keyid:12,keys:[],keyword:[39,40,53,117,146,147,153,157,168,169,170],keywords:53,kib:[33,180],kinjirou:199,kiske:39,kk:167,km:203,known:[],ko:42,koi:[28,39,133],korea:198,kuriyama:41,kwic:153,kytea:[28,39,40,127],label:[],language:17,larger:[139,176],largetext:177,last:[39,203],lat:134,latency:134,later:133,latin1:39,latin:[28,39,133],launchpad:[12,30,41],layout:12,lc:17,ld:179,learing:176,learn:[138,139],learned:139,learning:[],left:54,length:69,lenny:37,let:159,letter:161,level:[69,97,98,133,135,139,160,191],levels:135,lexicon:[33,93,121,122,134,151,154,159,161,202],lf:132,lgpl:42,li:[179,192,194],lib:[35,40,103,109,110,113],libedit:[26,28,33,34,35,37,39],libevent:[25,28,30],libgcc:41,libgroonga:20,liblzo:[25,30],libmecab:[12,25,30],libmsgpack:[25,30],libraries:[168,183],library:[49,133,183],libstemmer:41,libtool:[6,33],libwinpthread:41,libzmq:[25,30],license:[12,42],light:183,like:[47,133,183],limit:[],limits:[],line:[21,50,78,183],lines:[14,138],link:[197,198,204],links:[197,198,204],linux:[],lion:39,list:[12,18,137,139],listen:[39,133,135,185],lists:41,ll:[127,179,192,194],lldb:[6,7],llt:127,lo:179,load:[],loaded:116,loads:139,local:133,locale:17,localhost:[12,37,114,132,133,134,135,138,164,185],localstatedir:[28,35],location:[],lock:[],locked:69,locks:[69,96,153],log:[],logaling:21,logged:160,logical:[],logrotate:[39,41],logs:[84,100,102,104,105,108,121,122,138,139,160,167,169,170,171],logyyyymmddhhmmss:138,longer:42,longest:63,longitudexlatitude:40,longtext:[],lru:81,ls:12,lt:[127,146,147,153],lte:127,lts:[21,30],lucid:[12,35,40],lz4:[28,41],lz:28,lzo:[37,39,41,47,85,191],m6:29,mac:[],machine:133,macports:[],mail:134,main:[12,25,65],make:[],makecache:[24,39],makefile:[7,8,12],malloc:41,man:[34,141],manage:18,managed:[51,79],management:[21,51,133,153],manager:[135,185],managing:51,many:[75,137,168,183],map:[37,160],mariadb:[40,41],mark:[33,161],marked:189,markup:16,markus:39,marverick:35,masaharu:[38,39],masahiro:35,masatoshi:33,massachusetts:203,master:135,match:[],matched:[54,138],matching:[],matsuu:35,maverick:37,max:[],maximum:79,may:[47,51,96],mb:39,mbytes:134,me:[112,179],meaning:133,means:[49,54,60,69,96,135,160],mecab:[0,12,24,25,26,27,28,30,33,34,35,37,39,40,41,42,179],meerkat:37,memcached:[],memo:[41,151,168],memory:[],memos:[33,149,155,168,178],memset:33,mercurial:12,message:[69,98,100,160,167,169,170,202],messagepack:[],messages:40,metadata:39,micro:203,microsecond:160,microsoft:[8,31,33],migrated:[103,117,157,158],mike:92,millisecond:45,milliseconds:138,mime:[33,185],min:[],minagawa:40,mingw:[12,37],minimum:69,minute:160,mitsuhiro:35,mizuhara:33,mkdir:93,mkostemp:41,mktime:33,ml:10,mlock:35,mm:[158,160],mmap:[],model:133,modern:203,modes:133,module:[],moero:199,money:199,monkey:197,month:[160,199],montywi:38,mooz:37,more:[69,133,139,153,168,191],moritapo:199,moritars:202,morning:159,most:54,mpaa:141,mruby:[6,7,8,33,40,41,115,116,171],msec:45,msg:[9,33],msgpack:[164,191],msvc:33,msyql:75,mte:42,multiple:[138,183],multithread:63,munin:[24,25,26,28,30,34,37,39],museum:203,music:[160,199],must:[47,51,53,54,60,69,89,96,138,139,176],mutex:[40,65,69],mv:99,my:[103,117,157,158],myisam:0,mysql:[0,12,24,25,26,30,33,41,42,75,106,117,146,147,153,166,168],naist:179,nakamura:33,name:[],namebuf:[47,60],names:84,nanoseconds:160,naoina:[39,40],nargs:53,narwhal:37,natanael:33,natty:37,ne:127,need:[18,49,53,129,133,138],needed:[50,135],needless:[],negative:[61,69],neologism:179,nested:40,net:198,netbsd:[35,40],netinet:33,network:191,never:101,newark:203,newids:84,newly:[129,153],newnames:84,news:[],newvalue:47,next:[54,61],nfkc:161,nfs:28,nfthreads:65,ng:127,nginx:[],nginxhttpstubstatusmodule:41,nice:159,night:[159,206],nihon:173,niku:41,nine:200,nippon:173,nise:41,no:[33,34,40,42,54,93,94,102,103,117,120,167,177,191],noarch:[24,26],node:12,nogpgcheck:39,none:[28,96,106,117,125,127,133,135,137,191,202],nonexistent:[103,117],normal:[],normalize:[],normalized:106,normalizer:[],normalizerauto:[],normalizernfkc:[],normalizers:107,normallexicon:161,normally:[49,50,51,133],note:[69,133,138],nothing:[49,155],notice:[33,97,98,133,135,169,170],notification:160,now:[],nroonga:[21,151,202],nsis:12,nsubrecs:[47,103,117,198,199,203],nt:179,nterms:82,nul:[37,51,69,179],number:[54,61,69,82,89,133,134,138,158,176,180],numbers:[33,79],nvars:61,ny:203,obata:35,obj:[47,51,53,55,58,60,61,62,67,82],object:[],objects:[],objname:[83,91],obsolete:189,obtained:69,occurred:54,occurrences:[],ocelot:[37,40],october:41,of:[18,39,42,47,50,54,60,61,63,69,82,89,96,120,133,135,137,138,139,146,147,153,154,160,176,180,203],off:[41,135],official:12,offset:[],ok:92,okapi:[168,170],old:[12,69],oldvalue:47,om:179,omitted:[96,164],on:[17,42,49,51,54,60,63,69,127,133,135,138,146,147,153,185],one:[69,96,133,139,153,183],oneiric:[37,40],onga:153,ongaeshi:[33,35,39,40],onigmo:[33,41,167],oniguruma:33,only:[33,49,60,69,133,135],oo:[127,177],ooo:177,op:[47,53,54,62,63],opaque:191,openbsd:33,opened:[51,160],opens:[51,54],operation:[54,96,191],operations:[],operator:[33,54],optarg:[51,62],option:[18,133,138,139,160],options:[],or:[41,47,49,51,54,63,69,96,114,117,129,133,138,149,151,157,160,166,170,179,191,206,207],oracle:[],orangain:40,org:[198,204],origin:17,original:[49,93,205],orphan:[],os:[],osdn:[12,33],other:[33,45,47,51,69,96,133,139],otherwise:[60,69],out:134,output:[],outputs:[139,160],outputting:49,overcommit:180,owned:53,owner:135,owning:[],packages:[12,17,24,25,26,27,28,29,30,31,189],pagerank:[],pair:[120,137,173,174,176],palallel:12,pangolin:[30,39],parameter:[54,60,61,63,79,129,133,138],parameters:[96,138],parent:[103,117],parker:33,partial:11,partitioning:100,pass:135,passed:[12,51],passes:12,pat:[64,177],patch:42,path:[],patprefix:205,patsuffix:205,pattern:[157,158],pcre:39,pentium:134,perfect:[],performance:[138,153,183],period:[],permission:191,persistent:[51,63,86],pg:141,pgroonga:[33,168,171],php:[39,183],physical:82,pid:[28,33,34,133],pikonyan:199,pip:18,pkg:[28,29,33,35],pkgs:24,platforms:69,play:206,player:84,players:[84,124],please:[17,51,189],plugin:[],plugins:[113,180],po:[],poedit:17,point:[],pointed:69,pointer:69,popular:[117,133],port:[27,133,134,138,188,191,204],porting:42,position:[54,69,125,127,179],posix:[33,158],post:[],posted:203,postgresql:[0,153,171],posting:54,poyonga:183,ppa:[],pre:42,precise:[12,30,39],predicate:[],prefer:138,preferred:[],prefix:[],previous:189,price:197,priority:117,proc:[24,25,26,30,33,55,61,63,67,69,89,117],process:[],processed:160,processes:133,processing:160,processor:[24,25,26,30],program:[133,138,139],progress:160,project:158,proonga:183,properties:160,protocol:[],provide:138,provides:[],pthread:[37,40],ptr:69,pub:12,published:12,pull:[],push:[12,17],pushes:50,put:157,python:[12,18,183],qps:[132,134],quantal:39,queries:[134,153],query:[],queryexpandertsv:[],question:33,quetzal:39,queue:9,quiet:191,quit:[],quiz:199,quote:158,raccoon:199,radious:144,rake:12,rakutan:202,raltime:176,ram:134,rand:[],range:[],ranguba:[41,46,75],raring:[40,41],rather:183,rc:[50,68,80,127,160],rch:127,rd:[192,194],rdbms:[0,33,133],rdiscount:12,re:51,read:[153,191],readme:[12,40],reads:139,ready:18,real:153,realloc:35,really:[103,117,157,158],realtime:[120,176],received:133,receiver:[138,139],recently:81,recommend:183,record:[33,54,60,63,75,117,143,197,200,204],records:[33,54,117,160,176],recovered:51,recovers:51,rect:143,rectangle:[],recursive:[],recursively:96,red:[],redcloth:12,redhat:[28,37],reduced:[],reference:[33,40,60,75,117,123],referenced:94,referencedbycolumn:123,referencedbytable:123,references:123,referencetable:123,regexplexicon:167,register:[],registered:[69,113,153],regression:[],regular:[135,138,167],relation:60,relational:133,release:[],released:[12,42],releases:68,remained:[160,167],remote:133,remove:[60,106,123],removed:113,removep:60,removing:51,rep:134,replaced:[137,139],replication:168,replied:203,replies:202,reply:202,repoforge:[24,39],reported:[],reports:69,repositories:12,request:[],requests:[79,138,160],require:[],required:[21,135,138,185],requires:[],reqular:138,res2:63,res:[54,62,63,134],resizes:69,resolve:[],resource:191,resources:[50,51,68],response:138,rest:69,restart:189,result:[11,63,139,143,153,164,191,202],results:[39,63,138,153],retry:191,returned:[54,69],returns:[47,54,63,69,129,138],reverse:[12,135],rewrited:42,rf:[24,135],rid:[56,57],right:54,ringtail:[40,41],rk:[],rl:179,rlimit:[40,160],rm:135,ro:127,room:[],roonga:[157,158],root:[33,40,135,204],rose:197,row:153,rpm:[12,24,26,35,37,39,40,41],rpmforge:24,rroonga:[21,33,40,41,46,149,151,154,155,156,168,202],ruby:[],rubygems:39,rubyinstaller:8,run:[],running:[51,79,114,133],runs:[133,139],sa:[120,174],sae:[120,174],saer:[120,174],saerc:[120,174],saerch:[120,174],sako:33,salamander:[40,41],same:[40,45,75,79,183],sample:[134,138,139],sato:[],satoh:37,saucy:[40,41],save:[12,138],saves:138,say:158,scan:14,schema:137,scope:[],score1:11,score2:11,score:[11,33,40,47,75,88,117,120,124,129,138,143,151,158,168,169,170,173,174,176,194,199,200,202,203,207],scorer:[],scoring:[],script:[],se:[127,173],sea:[127,173],sear:173,searc:173,search:[37,39,63,64,117,120,127,133,146,147,153,157,158,166,168,173,174,175,176],searched:54,sebastian:41,sec:45,second:160,section:[47,56,69,133],sed:[33,37,39],see:[18,69,79,133],segment:82,segments:82,segv:[34,40],select:[],selector:90,selects:54,self:134,sen:42,senboku:40,send:183,sender:[138,139],senna:[],sentense:33,separated:49,sequence:[79,120,137,160,173,174,176],serach:174,serch:[120,174],sergei:33,sergey:41,serial:84,serihiro:39,serve:12,server:[],service:[33,174,189],session:[138,183],set:[60,134],sets:50,seven:200,sh:[12,21],sha:12,sharding:[33,100,101,102,103,104,171],share:28,shared:[45,47,51],shell:133,shibuya:35,shidara:37,shift:[28,179],shimada:35,shimoda:35,shimomura:39,shinya:39,sho:40,shopping:159,shops:192,shorttext:[],should:[18,50,69,79,129],show:34,shows:49,shutdown:[],sid:[12,37,41,82],side:[],sigcont:40,sigint:37,sign:12,signing:12,sigsegv:63,sigstop:40,sigusr:37,silent:21,simple:189,simplest:79,simply:[],since:[113,129,160,189],sis:37,site:[96,197,198,200,204,207],sitecountry:[198,204],sitedomain:[198,204],sites:93,six:[160,200],size:[],sizeof:[33,50,53],sjis:[28,42,133],slash:158,sleepy:159,slower:[],smaller:[75,160],snake:33,snippet3:153,snippet:[],so:[51,60,63,133],soccer:199,socket:191,soft:180,software:30,solaris:[],solr:158,solve:[],some:[33,68,79,137,160],sort:[33,63],sortby:[],sound:[161,174],soundkitchen:[37,39],source:[12,33,51,60,78,85,86,88,199,200,202,203],sourceforge:[12,33],sources:[12,18,86],space:[33,69,75,157,167],spammer:[],span:[146,147,148,153],speakers:[],spec:[12,35,39,40],specfied:54,special:[],specified:[54,61,69],specifies:[133,138],specify:[17,60,96,133,135,137,138,139],specifying:69,speed:175,spelling:206,sphinx:[15,16,17,18,33,41],sphr:143,spil:33,sports:199,sql:[100,168,198],squeeze:[12,40],src:63,ss:[158,160,167],ssh:12,ssssss:160,st:[127,158,179],stable:77,stack:[40,191],stamp:160,stand:[],standard:181,standing:183,start:[33,100,119,138,159,189],started:[78,103,117,157,158,160],starting:69,starttime:[33,119,135,164,191,200,204],stateful:183,states:92,status:[],still:114,stop:[33,39,133,135,189],stopped:[],storage:[146,147],store:[50,53,54,60],stored:[139,176],stores:53,str:[53,69],strerror:41,strict:41,string1:142,string2:142,string:[],strlen:69,studio:[8,31,33,39,40],style:[],sub:[],subject:40,submit:[120,138,173,174,176],subrecord:40,substitution:151,succeeded:[85,88,92,96,129],success:191,successfully:69,successor:158,such:[17,39,79,113,137,138,139,153,176],sudo:[12,14,18,21,24,25,26,27,28,29,30,39,180,189,195,204],sufficient:69,suffixsearchterms:[157,158],suggest:[],suggestion:[137,138],suitable:133,suited:153,sum:[41,103,117],summary:[],sunos:41,superior:153,support:42,supported:[42,135],supports:[42,69,139],swig:42,synonym:[117,206],synonyms:166,syntax:[133,191],syscall:[41,200],sysctl:[180,195],system:[29,103,117,133,153,157,158,181],systemctl:189,systemd:[33,39],systems:153,tab:49,table:[],tablecursor:33,tablegroupflags:33,tablename:77,tables:[],tag:[12,84,103,117,149,155,199],tags:[33,75,86,117,121,122,149,155,199],tahr:[30,41],tail:[12,191],tajima:39,takahiro:35,takashi:[37,92],takayama:33,takayuki:37,takes:114,takuto:35,tar:[12,24,25,26,27,28,29,30],target:[],taro:199,tasuku:42,tatsuya:39,tc:[57,64],tcp:133,te:[127,179],technique:[],temporary:[51,133],term:[82,85,206],terminal:[133,203],terms:[82,103,117,123,125,133,146,147,151,153,157,158,168,169,170,178,180,194,200],teruya:33,test:[12,14,134,197,200,202,203,204],testdb:[134,139],tests:12,tex:127,text:[],tf:[168,169,170],than:[75,160,167,176,183],thanks:203,that:[39,45,47,49,53,54,60,61,63,69,96,123,133,138,153,160,183],the:[16,18,39,42,45,47,49,50,51,53,54,60,61,63,69,79,89,96,103,114,117,123,133,135,137,138,139,143,153,157,158,160,176,180,183,189,203],theater:206,theatre:206,their:[],them:53,then:[69,138],there:[75,133,157,183,189],therubyracer:12,thesaurus:117,these:[51,133,153],they:160,think:[],thread:[],threads:[89,138,160],threasd:133,three:[197,200],threshold:[33,37,59,60,91],through:135,thus:[137,139],tid:57,time:[],timeout:[45,60],times:45,timestamp:[100,104,108],timeuot:45,tips:[],title:[12,40,41,93,96,123,154,168,197,198,199,200,202,204],titles:[157,158],tiwawan:33,tld:198,tmp:[6,7,12,40,86,88,120,122,124,133,138,166,167,185,191,200,204],to:[],tobby:151,todo:[],token:[],tokenbigram:[],tokenbigramignoreblank:[],tokenbigramignoreblanksplitalpha:179,tokenbigramignoreblanksplitalphadigit:179,tokenbigramignoreblanksplitsymbol:[],tokenbigramignoreblanksplitsymbolalpha:[],tokenbigramignoreblanksplitsymbolalphadigit:[],tokenbigramsplitsymbol:[],tokenbigramsplitsymbolalpha:[],tokenbigramsplitsymbolalphadigit:[],tokenbigramsplitxxx:179,tokenbigrm:84,tokenbigrma:127,tokendelimit:[],tokendelimitnull:[],tokenfilterstem:[],tokenfilterstopword:[],tokenize:[],tokenizer:[],tokenizers:[127,128],tokenkytea:39,tokenmecab:[],tokenregexp:[],tokens:127,tokentrigram:[],tokenunigram:[],tokyogeopoint:[],tom:151,tomita:35,tomo:199,tomoatsu:35,tomotaka:37,tomygx:33,too:[33,191,202],tood:69,tool:21,top:[37,54,145],tortoisegit:8,totable:84,total:[82,134],touch:51,toybox:197,tracker:19,transfer:[0,183,189,191],transitional:189,translate:[17,18],translation:17,travel:203,travi:40,travis:[],tried:203,tries:45,tritonn:[103,117,157,158],truncate:[],truncated:40,truncation:[37,129],trust:12,trusty:[12,30,41],ts:179,tsv:[],turn:135,tutorial:69,tvsec:[],tweet:159,tweets:159,twice:[],twiter:39,two:[139,160],tx:179,txt:[16,17],type:[47,49,50,54,58,60,61,63,66,85,86,88,106,120,121,134,138,173,174,176,197,198,199,200,202,203,205,207],types:[106,120,173,174,176],typo:[37,41],ubuntu:[],ueno:[35,36,39],ui:117,uid:12,uint:[],ul:127,ull:127,ultra:199,umask:41,umemoto:37,unchanged:69,under:[135,138,139],unicode:[33,161],unicorn:33,uninstall:39,unique:[114,138],united:92,universe:30,unix:[],unknown:191,unlink:53,unlock:60,unlocked:69,unlocks:69,unmanaged:82,unmaps:51,unpatched:42,unsafe:51,unsigned:[41,46,47,53,56,60,61,63,64,66,69],unsplit:11,unsupported:191,until:[45,69],up:164,update:[],updated:[17,42,194],updates:[18,153],updating:45,upload:12,uptime:[34,119,135,164,191,200,204],uri:[135,136],url:[12,37,41,93,136,204],usa:198,usage:133,use:[],used:[49,50,51,60,68,79,81,84,96,129,133,138,139,160,183,203],useful:[47,133,168,202],useless:51,user:[61,79,134,135,138,141,147,151,153,154,158,180,199],username:[31,199],users:[],uses:[49,51,139,160],using:[42,49,176,202],usr:[14,27,28,109,110,113,133,135],usually:139,utc:158,utf:[28,35,39,40,42,52,133,138,158,164,179],utopic:33,uubntu:14,uuuuuu:158,uzulla:37,v1:11,v2:11,vagrant:12,valgrind:14,valid:176,value:[],valuebuf:58,valuen:149,values:[47,49,60,95,133],variable:69,variables:69,variety:199,vars:[61,69],varying:69,vector:[],version:[12,37,42,48,50,119,134,135,164,171,191,200,204],versions:189,vervet:[30,33],very:[78,95,103,117,146,147,153,157,158,168],via:176,video:199,view:138,virtualbox:12,visual:[8,31,33,37,39,40,41],vivid:[12,30,33],vm:[],vmstat:195,vmware:12,voiced:161,vojtovich:41,waits:[45,69],wanabe:40,want:[133,138,183],wareohji:39,warning:[97,98,133,135,160,167,170],warp:41,watch:12,way:139,wc:[24,25,26,30],we:183,weakness:153,web:[12,28,34,117,120,157,174,176],webclips:148,weight:[39,47,75,117,168,197],welcome:[103,117,157,158,203],well:153,wget:[24,25,26,28,29,30],wgs:[],wheezy:[],when:[18,47,51,60,133,138,183],whether:[51,60,129],which:[69,133,138,139],whombx:40,wibowo:40,wiedenroth:41,wiki:135,wikipedia:181,will:[60,69,133,183],win:[8,31],windows:[],wing:[39,40],without:[135,153,176],wo:179,word:[39,117,157,158],words:158,work:160,worker:[],works:[69,160],world:179,write:[14,18,38,96,102,112,117,133],written:[18,129],x6:12,xcode:27,xml:[],xt:[127,179],xvzf:[24,25,26,27,28,29,30],xxx:[33,40,133,158],xxxxx:12,yamaguchi:37,yappo:[40,41,42],year:160,yes:[14,33,93,94,102,117,120,132],yet:[],yito:[39,40],yoji:37,yoku:[40,41],york:[143,203],yoshioka:39,you:[17,18,47,49,50,51,53,69,79,96,129,133,135,137,138,139,176,183],your:[17,18,21,37,96,133],yuki:37,yum:[12,18,24,26,39],yuya:33,yyyy:[158,160],yyyymm:171,yyyymmdd:[100,102,103,105,171],zenigata:199,zeromq:28,zip:[],zlib:[25,28,30,35,37,39,40,41,47,85,191],zsh:[12,28],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. Introduction","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","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011-12-29","1.3.0\u30ea\u30ea\u30fc\u30b9 - 2012-01-29","2.1.2\u30ea\u30ea\u30fc\u30b9 - 2013-01-29","3.1.2\u30ea\u30ea\u30fc\u30b9 - 2014-01-29","4.1.1\u30ea\u30ea\u30fc\u30b9 - 2015-01-29","News in Senna period","7. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","7.21. API","7.21.2. \u5168\u4f53\u8a2d\u5b9a","7.21.4. <code class=\"docutils literal\"><span class=\"pre\">grn_cache</span></code>","7.21.5. <code class=\"docutils literal\"><span class=\"pre\">grn_column</span></code>","7.21.6. <code class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></code>","7.21.7. <code class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></code>","7.21.8. <code class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></code>","7.21.9. <code class=\"docutils literal\"><span class=\"pre\">grn_db</span></code>","7.21.10. <code class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></code>","7.21.11. grn_expr","7.21.12. <code class=\"docutils literal\"><span class=\"pre\">grn_geo</span></code>","7.21.13. <code class=\"docutils literal\"><span class=\"pre\">grn_hook</span></code>","7.21.14. <code class=\"docutils literal\"><span class=\"pre\">grn_ii</span></code>","7.21.15. <code class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></code>","7.21.16. <code class=\"docutils literal\"><span class=\"pre\">grn_info</span></code>","7.21.17. <code class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></code>","7.21.18. <code class=\"docutils literal\"><span class=\"pre\">grn_obj</span></code>","7.21.19. <code class=\"docutils literal\"><span class=\"pre\">grn_proc</span></code>","7.21.20. <code class=\"docutils literal\"><span class=\"pre\">grn_search</span></code>","7.21.21. <code class=\"docutils literal\"><span class=\"pre\">grn_table</span></code>","7.21.22. <code class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></code>","7.21.23. <code class=\"docutils literal\"><span class=\"pre\">grn_thread_*</span></code>","7.21.24. <code class=\"docutils literal\"><span class=\"pre\">grn_type</span></code>","7.21.25. <code class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></code>","7.21.1. \u6982\u8981","7.21.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. \u30ea\u30af\u30a8\u30b9\u30c8ID","7.3.4. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","7.3.5. <code class=\"docutils literal\"><span class=\"pre\">cache_limit</span></code>","7.3.6. <code class=\"docutils literal\"><span class=\"pre\">check</span></code>","7.3.7. <code class=\"docutils literal\"><span class=\"pre\">clearlock</span></code>","7.3.8. <code class=\"docutils literal\"><span class=\"pre\">column_copy</span></code>","7.3.9. <code class=\"docutils literal\"><span class=\"pre\">column_create</span></code>","7.3.10. <code class=\"docutils literal\"><span class=\"pre\">column_list</span></code>","7.3.11. <code class=\"docutils literal\"><span class=\"pre\">column_remove</span></code>","7.3.12. <code class=\"docutils literal\"><span class=\"pre\">column_rename</span></code>","7.3.13. <code class=\"docutils literal\"><span class=\"pre\">database_unmap</span></code>","7.3.14. <code class=\"docutils literal\"><span class=\"pre\">define_selector</span></code>","7.3.15. <code class=\"docutils literal\"><span class=\"pre\">defrag</span></code>","7.3.16. <code class=\"docutils literal\"><span class=\"pre\">delete</span></code>","7.3.17. <code class=\"docutils literal\"><span class=\"pre\">dump</span></code>","7.3.18. <code class=\"docutils literal\"><span class=\"pre\">io_flush</span></code>","7.3.19. <code class=\"docutils literal\"><span class=\"pre\">load</span></code>","7.3.20. <code class=\"docutils literal\"><span class=\"pre\">lock_clear</span></code>","7.3.21. <code class=\"docutils literal\"><span class=\"pre\">log_level</span></code>","7.3.22. <code class=\"docutils literal\"><span class=\"pre\">log_put</span></code>","7.3.23. <code class=\"docutils literal\"><span class=\"pre\">log_reopen</span></code>","7.3.24. <code class=\"docutils literal\"><span class=\"pre\">logical_count</span></code>","7.3.25. <code class=\"docutils literal\"><span class=\"pre\">logical_parameters</span></code>","7.3.26. <code class=\"docutils literal\"><span class=\"pre\">logical_range_filter</span></code>","7.3.27. <code class=\"docutils literal\"><span class=\"pre\">logical_select</span></code>","7.3.28. <code class=\"docutils literal\"><span class=\"pre\">logical_shard_list</span></code>","7.3.29. <code class=\"docutils literal\"><span class=\"pre\">logical_table_remove</span></code>","7.3.30. <code class=\"docutils literal\"><span class=\"pre\">normalize</span></code>","7.3.31. <code class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></code>","7.3.32. <code class=\"docutils literal\"><span class=\"pre\">object_exist</span></code>","7.3.33. <code class=\"docutils literal\"><span class=\"pre\">plugin_register</span></code>","7.3.34. <code class=\"docutils literal\"><span class=\"pre\">plugin_unregister</span></code>","7.3.35. <code class=\"docutils literal\"><span class=\"pre\">quit</span></code>","7.3.36. <code class=\"docutils literal\"><span class=\"pre\">range_filter</span></code>","7.3.37. <code class=\"docutils literal\"><span class=\"pre\">register</span></code>","7.3.38. <code class=\"docutils literal\"><span class=\"pre\">request_cancel</span></code>","7.3.39. <code class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></code>","7.3.40. <code class=\"docutils literal\"><span class=\"pre\">ruby_load</span></code>","7.3.41. <code class=\"docutils literal\"><span class=\"pre\">select</span></code>","7.3.42. <code class=\"docutils literal\"><span class=\"pre\">shutdown</span></code>","7.3.43. <code class=\"docutils literal\"><span class=\"pre\">status</span></code>","7.3.44. <code class=\"docutils literal\"><span class=\"pre\">suggest</span></code>","7.3.45. <code class=\"docutils literal\"><span class=\"pre\">table_create</span></code>","7.3.46. <code class=\"docutils literal\"><span class=\"pre\">table_list</span></code>","7.3.47. <code class=\"docutils literal\"><span class=\"pre\">table_remove</span></code>","7.3.48. <code class=\"docutils literal\"><span class=\"pre\">table_rename</span></code>","7.3.49. <code class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></code>","7.3.50. <code class=\"docutils literal\"><span class=\"pre\">thread_limit</span></code>","7.3.51. <code class=\"docutils literal\"><span class=\"pre\">tokenize</span></code>","7.3.52. <code class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></code>","7.3.53. <code class=\"docutils literal\"><span class=\"pre\">truncate</span></code>","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> executable file","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. groonga-suggest-httpd","7.1.9. groonga-suggest-learner","7.14. \u95a2\u6570","7.14.1. between","7.14.2. edit_distance","7.14.3. geo_distance","7.14.4. geo_in_circle","7.14.5. geo_in_rectangle","7.14.6. highlight_full","7.14.7. highlight_html","7.14.8. html_untag","7.14.9. in_values","7.14.10. now","7.14.11. query","7.14.12. rand","7.14.13. snippet_html","7.14.14. sub_filter","7.14.15. vector_size","7.12. grn_expr","7.12.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","7.12.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","7.17. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","7.19. Log","7.7. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.15. \u64cd\u4f5c\u65b9\u6cd5","7.15.1. \u4f4d\u7f6e\u60c5\u5831\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.18. \u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0","7.16. \u30b5\u30b8\u30a7\u30b9\u30c8","7.16.2. \u88dc\u5b8c","7.16.3. \u88dc\u6b63","7.16.1. \u306f\u3058\u3081\u306b","7.16.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.20. \u30c1\u30e5\u30fc\u30cb\u30f3\u30b0","7.4. \u30c7\u30fc\u30bf\u578b","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":203,"(v":11,"-benchmark":134,"-command":77,"-create":137,"-dataset":137,"-default":28,"-document":18,"-encoding":28,"-escalation":28,"-files":12,"-gqtp":189,"-help":28,"-http":189,"-httpd":[135,138,139,187,189],"-latest":12,"-learner":139,"-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":189,"-suggest":[137,138,139],"-threshold":28,"-version":77,"-with":28,"-zlib":28,".max":180,".maxfileperproc":180,".overcommit":180,".po":17,".po\u30d5\u30a1\u30a4\u30eb":17,"/linux":[7,25],"=encoding":28,"=message":28,"=number":28,"=path":28,"=platform":28,"[$":[103,117],"\u3042\u3052\u308b":194,"\u3042\u308a":[157,158],"\u3042\u308b":203,"\u3044\u304f":10,"\u3044\u308b":163,"\u3044\u308d\u3044\u308d":197,"\u3046\u307e\u304f":10,"\u304a\u304f":10,"\u304a\u3055\u3089\u3044":10,"\u304a\u6c17":203,"\u304a\u77e5\u3089":[33,34,35,36],"\u304b\u3089":[6,7,8,10,24,25,26,27,28,30,31],"\u304c\u3063":202,"\u3053\u3061\u3089":10,"\u3053\u3068":12,"\u3054\u3068":202,"\u3055\u307e\u3056\u307e\u306a":207,"\u3059\u308b":[5,6,7,8,10,12,14,19,75,135,138,139,173,174,176,194,195,198,202],"\u305d\u306e":[28,167],"\u305f\u3044":12,"\u305f\u3081":[10,11,103,117],"\u3060\u3051":[10,75],"\u3065\u3051":77,"\u3066\u308b":203,"\u3067\u304d":[123,181],"\u3067\u304d\u308b":[10,11],"\u3068\u3057\u3066":181,"\u3068\u308a":10,"\u306a\u3044":[10,123,181],"\u306a\u3057":[158,185],"\u306a\u306b":179,"\u306b\u3088\u308b":[198,202,205],"\u306b\u5bfe\u3059\u308b":202,"\u306b\u95a2\u3059\u308b":181,"\u306e\u306b":194,"\u306e\u307f":[12,14],"\u306f\u3058\u3081":175,"\u3078\u3068":10,"\u307e\u305f":[7,202],"\u307e\u305f\u3050":202,"\u307e\u3068\u3081":12,"\u3084\u308a":10,"\u3084\u308b":12,"\u3088\u3046":[173,174,176],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":185,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":185,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30a2\u30f3\u30ab\u30fc":167,"\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,18,23,166],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[32,159,167,199,202],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[72,200],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":121,"\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":12,"\u30a8\u30b9\u30b1\u30fc\u30d7":[157,167],"\u30a8\u30e9\u30fc":[78,195],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":165,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":158,"\u30aa\u30d7\u30b7\u30e7\u30f3":[132,134,137],"\u30ab\u30b9\u30b1\u30fc\u30c9":92,"\u30ab\u30d0\u30ec\u30c3\u30b8":14,"\u30ab\u30e9\u30e0":[32,71,73,84,143,198,200,202],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":202,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":0,"\u30ad\u30e3\u30c3\u30b7\u30e5":[102,117,135],"\u30ad\u30fc\u30ef\u30fc\u30c9":[194,203],"\u30af\u30a8\u30ea":[0,11,206],"\u30af\u30a8\u30ea\u30fc":[135,157,165],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":135,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":1,"\u30af\u30e9\u30b9":167,"\u30b0\u30eb\u30fc\u30d7":[157,158,167],"\u30b1\u30fc\u30b9":123,"\u30b3\u30de\u30f3\u30c9":[76,131,133,136,171,200,204],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[77,185],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":134,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[133,138,164],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":2,"\u30b3\u30e1\u30f3\u30c8":203,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[3,15],"\u30b5\u30b8\u30a7\u30b9\u30c8":172,"\u30b5\u30f3\u30d7\u30eb":[132,134],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[157,158],"\u30b5\u30fc\u30d0":[0,191,204],"\u30b5\u30fc\u30d0\u30fc":[136,182,189],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":189,"\u30b7\u30b9\u30c6\u30e0":[19,203],"\u30b7\u30d5\u30c8":158,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":171,"\u30b8\u30aa\u30b5\u30fc\u30c1":199,"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":74,"\u30b9\u30af\u30ea\u30d7\u30c8":[12,158],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":134,"\u30b9\u30b3\u30a2\u30e9\u30fc":168,"\u30b9\u30b3\u30a2\u30fc":117,"\u30b9\u30bf\u30a4\u30eb":117,"\u30b9\u30c8\u30ec\u30fc\u30b8":0,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":0,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":204,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":158,"\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":[198,207],"\u30bf\u30b0":199,"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":121,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":185,"\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":196,"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":180,"\u30c4\u30a4\u30fc\u30c8":10,"\u30c4\u30fc\u30eb":[28,135,204],"\u30c6\u30b9\u30c8":14,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u30c6\u30fc\u30d6\u30eb":[32,84,121,139,151,177,181,197,200,202,203],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":135,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30c7\u30d0\u30c3\u30ac":14,"\u30c7\u30fc\u30bf":[121,173,176,181,197,200,203],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[185,200],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":135,"\u30c7\u30fc\u30e2\u30f3":191,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[134,193],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":0,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[179,194],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":179,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":178,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[12,15,22],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[103,117,198],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":161,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":75,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":203,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":188,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":19,"\u30d0\u30fc\u30b8\u30e7\u30f3":[12,34,35,36,77],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":12,"\u30d1\u30c3\u30b1\u30fc\u30b8":12,"\u30d1\u30c3\u30c1":17,"\u30d1\u30c8\u30ea\u30b7\u30a2":205,"\u30d1\u30e9\u30e1\u30fc\u30bf":[77,202],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[103,117],"\u30d3\u30c3\u30c8":158,"\u30d3\u30eb\u30c9":[5,6,7,8,12,24,25,26,27,28,30,31],"\u30d5\u30a1\u30a4\u30eb":[11,12,17,18,130,166,180,185],"\u30d5\u30a9\u30ed\u30fc":203,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[117,160,166],"\u30d5\u30ec\u30fc\u30ba":157,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":204,"\u30d6\u30ed\u30b0":12,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":185,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":12,"\u30d7\u30ed\u30bb\u30b9":180,"\u30d7\u30ed\u30c8\u30b3\u30eb":191,"\u30d8\u30c3\u30c0\u30fc":191,"\u30d9\u30af\u30bf\u30fc":181,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[75,197],"\u30da\u30fc\u30b8\u30f3\u30b0":117,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":203,"\u30de\u30c3\u30c1":158,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":157,"\u30e1\u30e2\u30ea":180,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[2,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":135,"\u30e6\u30fc\u30b6\u30fc":[10,203],"\u30e6\u30fc\u30b6\u30fcid":203,"\u30e9\u30a4\u30d6\u30e9\u30ea":[0,28],"\u30ea\u30af\u30a8\u30b9\u30c8id":79,"\u30ea\u30bd\u30fc\u30b9":123,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":80,"\u30ea\u30c6\u30e9\u30eb":158,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":135,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":43,"\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":204,"\u30ea\u30ea\u30fc\u30b9":[12,33,34,35,36,37,38,39,40,41],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":12,"\u30eb\u30fc\u30eb":171,"\u30ec\u30b3\u30fc\u30c9":[117,200],"\u30ec\u30b3\u30fc\u30c9id":177,"\u30ed\u30b0":99,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":0,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":99,"\u30ed\u30fc\u30c9":[75,200,203],"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":14,"\u4e00\u6642":177,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":177,"\u4e00\u81f4":[157,158,173,192,205],"\u4e00\u81f4rk":173,"\u4e00\u89a7":[80,131,161,165,171,203],"\u4e0a\u9650":32,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4e0d\u7b49\u4fa1":[157,158],"\u4e26\u3079":200,"\u4e26\u5217":12,"\u4e3b\u30ad\u30fc":[181,205],"\u4e57\u7b97":158,"\u4e8b\u9805":[32,134,181],"\u4ed5\u65b9":17,"\u4ed5\u69d8":190,"\u4ed8\u304d":[158,199],"\u4ed8\u4e0e":202,"\u4ee3\u5165":158,"\u4ee3\u5165\u5f0f":157,"\u4ee5\u4e0a":[157,158],"\u4ee5\u4e0b":157,"\u4ee5\u4e0b\u6f14":158,"\u4f4d\u7f6e":[0,77,143,163,203,207],"\u4f5c\u308a\u65b9":75,"\u4f5c\u308b":6,"\u4f5c\u6210":[12,121,200,201,203],"\u4f5c\u696d":12,"\u4f7f\u3044":192,"\u4f7f\u3044\u65b9":[72,74,75,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,131,133,134,135,138,139,141,143,146,147,148,149,151,153,154,155,159,164,166,167,168,169,170,173,174,176],"\u4f7f\u3046":[135,143],"\u4f7f\u3063":[6,7,8],"\u4f7f\u7528":180,"\u4f8b\u3048":10,"\u4f9d\u5b58":28,"\u4fdd\u5b58":[121,197],"\u4fee\u6b63":[33,34,35,36,37,39,40,41,42],"\u5165\u308a":203,"\u5165\u6f14":158,"\u5168\u4f53":45,"\u5168\u6587":[0,194,200,202,207],"\u5168\u6587\u691c":[200,201],"\u5168\u6587\u691c\u7d22":157,"\u5171\u6709":0,"\u5171\u8d77":[173,174,176],"\u518d\u8d77\u52d5":189,"\u51fa\u529b":[17,78,103,117,164,200],"\u5206\u3051":192,"\u5229\u7528":[123,135,178,207],"\u5236\u5fa1":158,"\u5236\u9650":[32,75,134,166,177,181,198],"\u524a\u6e1b":123,"\u524a\u9664":[92,123],"\u524d\u63d0":12,"\u524d\u65b9":[157,158,173,205],"\u524d\u65b9\u4e00\u81f4":[],"\u5270\u4f59":158,"\u52a0\u7b97":158,"\u52d5\u4f5c":[12,14,173,174,176],"\u52d5\u7684":159,"\u5354\u529b":10,"\u5358\u8a9e":158,"\u5373\u6642":0,"\u539f\u56e0":194,"\u53c2\u7167":[0,191,197,199],"\u53c2\u7167\u578b":75,"\u53c2\u8003":[6,7,8,78,79,80,81,83,86,90,92,95,97,98,99,104,106,107,109,110,112,113,114,115,116,117,120,121,125,127,128,137,146,147,151,153,154,156,161,166,169,170,177,178],"\u53d6\u5f97":[12,200],"\u53e4\u3044":33,"\u53ef\u80fd":[0,84,89,93,94,100,101,102,103,104,105,106,119,125,126,127,135,138,143,147,151,169,170,178],"\u540c\u3058":194,"\u540d\u524d":[73,132,134,136,137,142,144,145,150,152,181],"\u5411\u3051":[4,12],"\u5426\u5b9a":[157,158],"\u547c\u3073\u51fa\u3057":158,"\u547d\u4ee4":134,"\u548c\u4ee3":158,"\u548c\u6f14":158,"\u56de\u907f":195,"\u56fd\u969b\u5316":17,"\u5727\u7e2e":185,"\u57fa\u672c":[123,158,200],"\u5831\u544a":19,"\u5834\u5408":[12,78,202],"\u5834\u6240":[10,166],"\u5909\u66f4":[35,84,185,194],"\u5909\u66f4\u70b9":12,"\u5927\u306a\u308a":[157,158],"\u5b66\u7fd2":[138,173,174,175,176],"\u5b8c\u5168":192,"\u5b9f\u4f8b":11,"\u5b9f\u73fe":11,"\u5b9f\u884c":[6,7,8,11,12,14,130,134,135],"\u5b9f\u9a13":37,"\u5bc6\u9375":12,"\u5bfe\u5fdc":[10,163,185],"\u5bfe\u7b56":[194,195],"\u5c0f\u306a\u308a":[157,158],"\u5c0f\u6570":158,"\u5c55\u958b":165,"\u5dee\u6f14":158,"\u5ea7\u6a19\u5024":158,"\u5f15\u6570":[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,108,111,114,115,116,117,118,119,120,121,122,123,124,125,126,127,129,132,133,134,138,139,141,142,143,144,145,146,147,148,149,151,152,154,155,169,170,180],"\u5f62\u5f0f":[78,95],"\u5f8c\u65b9":[157,158,205],"\u5f8c\u65b9\u4e00\u81f4":[],"\u5fc5\u8981":[6,7,8,18,148],"\u5fc5\u9808":[84,86,88,89,94,100,101,102,103,104,105,106,108,114,117,119,123,124,125,126,127,129,138,143,147,151,169,170],"\u6027\u80fd":[135,185],"\u60c5\u5831":[0,4,10,14,163,203,207],"\u611f\u8b1d":[33,34,35,36,37,38,39,40,41],"\u6210\u529f":78,"\u6210\u679c":17,"\u623b\u308a\u5024":[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,136,138,141,143,146,147,148,149,151,153,154,155,169,170],"\u624b\u9806":12,"\u6295\u7a3f":203,"\u62bd\u51fa":[158,176],"\u62e1\u5f35":206,"\u6307\u5b9a":[12,77,143,157,181,200,202],"\u6307\u91dd":10,"\u6319\u52d5":192,"\u6392\u4ed6":158,"\u63a5\u7d9a":191,"\u63d0\u4f9b":10,"\u63d0\u6848":[138,175,176],"\u64cd\u4f5c":[162,200],"\u64ec\u4f3c":73,"\u6539\u826f":[33,34,35,36,37,38,39,40,41,42],"\u6570\u5024":197,"\u6574\u6570":158,"\u6587\u5b57":167,"\u6587\u5b57\u5217":[158,197],"\u6587\u66f8":[158,174],"\u6587\u6cd5":207,"\u65b0\u3057\u3044":17,"\u65b0\u898f":12,"\u65b9\u6cd5":[3,5,6,7,8,12,14,15,17,75,77,84,159,162,173,174,176,194,195],"\u65e5\u6642":197,"\u660e\u793a":12,"\u660e\u793a\u7684":143,"\u6642\u9593":[158,203],"\u66f4\u65b0":[0,12,17,173],"\u66f8\u304d":192,"\u66f8\u5f0f":[132,134,135,136,138,139,142,144,145,150,152,200],"\u66ff\u3048":200,"\u6700\u5927":180,"\u6761\u4ef6":[12,117,148,157,207],"\u6761\u4ef6\u5f0f":157,"\u683c\u7d0d":181,"\u691c\u51fa":14,"\u691c\u7d22":[0,75,103,117,121,157,158,163,173,174,176,192,194,199,200,202,203,205,206,207],"\u691c\u7d22\u4f8b":11,"\u6982\u8981":[0,45,46,47,48,49,50,51,52,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,72,74,75,77,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,126,127,128,129,131,133,135,136,138,139,141,143,146,147,148,149,151,153,154,155,161,166,167,168,169,170,171,177,178,179,180],"\u69cb\u6587":[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,131,133,141,143,146,147,148,149,151,153,154,155,157,158,167,169,170],"\u69cb\u7bc9":[14,159],"\u69d8\u3005":14,"\u6a5f\u80fd":163,"\u6b63\u898f":[157,158,167],"\u6bd4\u8f03":[158,185],"\u6c38\u7d9a":177,"\u6d41\u308c":17,"\u6d6e\u52d5":158,"\u6e1b\u7b97":158,"\u6e96\u5099":[12,206],"\u6f14\u7b97\u5b50":158,"\u70b9\u6570":158,"\u7279\u5b9a":[12,14],"\u7279\u5fb4":[0,177],"\u7279\u6709":135,"\u7279\u6b8a":134,"\u72ec\u81ea":158,"\u7406\u7531":10,"\u74b0\u5883":[12,14],"\u751f\u6210":[12,17,18],"\u7528\u3044":[99,207],"\u7528\u79d8":12,"\u7528\u8a9e\u96c6":171,"\u7570\u306a\u308b":194,"\u767b\u9332":19,"\u7701\u7565":[84,89,93,94,100,101,102,103,104,105,106,119,125,126,127,138,143,147,151,169,170],"\u771f\u507d\u5024":[158,197],"\u77e5\u308a":12,"\u78ba\u8a8d":[12,17],"\u7a2e\u985e":197,"\u7a4d\u4ee3":158,"\u7a4d\u6f14":158,"\u7b26\u53f7":158,"\u7b49\u4fa1":[157,158],"\u7b97\u5b50":158,"\u7b97\u8853":158,"\u7ba1\u7406":[135,204],"\u7bc4\u56f2":[121,200],"\u7c21\u5358":[103,117],"\u7d22\u5f15":0,"\u7d22\u7528":[200,201],"\u7d42\u4e86":[135,189,191],"\u7d44\u307f\u8fbc\u307f":[133,161,168,179],"\u7d44\u8fbc\u578b":181,"\u7d4c\u5ea6":0,"\u7d4c\u7def\u5ea6":197,"\u7d50\u5408\u5f0f":157,"\u7d50\u679c":[134,194,198,200],"\u7d5e\u8fbc":207,"\u7de8\u96c6":17,"\u7def\u5ea6":0,"\u7f6e\u63db":151,"\u7f72\u540d":12,"\u7ffb\u8a33":[12,17],"\u8868\u73fe":[11,157,158,167],"\u8868\u793a":200,"\u88dc\u5b8c":[173,175],"\u88dc\u6b63":[174,175],"\u8907\u6570":[185,198,202],"\u89e3\u6790":14,"\u8a00\u8a9e":17,"\u8a2d\u5b9a":[12,21,45,84,135,138,185],"\u8a8d\u8a3c":185,"\u8a98\u5c0e":10,"\u8a9e\u5f59":[200,201],"\u8a9e\u5f59\u8868":121,"\u8aac\u660e":[73,132,134,142,144,145,150,152,181],"\u8aad\u307f":173,"\u8ab2\u984c":19,"\u8ad6\u7406":[157,158],"\u8ad6\u7406\u548c":157,"\u8ad6\u7406\u7a4d":157,"\u8d77\u52d5":[189,191,204],"\u8ee2\u7f6e":0,"\u8fd1\u508d":158,"\u8fd4\u5024":[142,144,145,150,152],"\u8ffd\u52a0":[12,17,161],"\u8ffd\u8de1":19,"\u9001\u308a\u65b9":[17,19],"\u9001\u4fe1":204,"\u9006\u5f15\u304d":199,"\u901a\u4fe1":9,"\u9032\u3081":10,"\u904e\u53bb":10,"\u9055\u3044":103,"\u9069\u7528":75,"\u9078\u629e":167,"\u90e8\u5206":192,"\u90e8\u5206\u4e00\u81f4":[],"\u914d\u5217":158,"\u91cd\u307f":[75,202],"\u91cd\u307f\u4ed8\u304d":75,"\u91cf\u6307\u5b9a\u5b50":167,"\u958b\u3051\u308b":180,"\u958b\u767a":[4,10,20],"\u95a2\u4fc2":[28,103,117,199],"\u95a2\u4fc2\u5f0f":11,"\u95a2\u6570":[14,140,158],"\u95a2\u9023":[15,102,103,117,135,139,202],"\u95be\u5024":194,"\u9664\u7b97":158,"\u96c6\u8a08":0,"\u9759\u7684":[14,159],"\u975e\u308f\u304b\u3061":192,"\u985e\u4f3c":[158,174],"\u9ad8\u5ea6":[103,117],"\uff08personal":30,"_*":65,"_api":11,"_at":169,"_auto":135,"_base":135,"_border":[100,102,103,105,141],"_cache":[46,135],"_calc":[103,117],"_cancel":114,"_circle":144,"_clear":96,"_column":47,"_columns":[102,103,117,151,202],"_command":48,"_content":49,"_copy":84,"_count":[100,180],"_create":[85,121,135],"_ctx":50,"_cursor":[57,64],"_dat":177,"_data":67,"_database":135,"_db":51,"_distance":[142,143],"_encoding":52,"_equal":11,"_escalation":[59,103,117],"_escape":146,"_eval":115,"_exist":108,"_expander":[103,117,151],"_expansion":117,"_expr":[11,53,156],"_filter":[102,112,154],"_filters":[121,127],"_flags":[103,117],"_flush":94,"_full":146,"_geo":54,"_hash":177,"_hook":55,"_html":[146,147,153],"_idf":170,"_ii":56,"_in":[144,145],"_index":[57,101,102],"_indexes":93,"_info":58,"_install":28,"_key":[100,102,103,105,177],"_level":[97,135],"_limit":[81,103,117,126,135],"_list":[86,104,107,122,128],"_load":116,"_log":135,"_map":180,"_match":59,"_memory":180,"_most":169,"_name":[84,88,94,96,124,129,146],"_no":177,"_obj":60,"_offset":[103,117],"_or":141,"_output":[103,117],"_pack":28,"_parameters":101,"_pat":177,"_path":[135,138,139],"_plugins":93,"_prefix":28,"_proc":61,"_processes":135,"_put":98,"_query":135,"_range":102,"_records":93,"_rectangle":145,"_register":109,"_remove":[87,105,123],"_rename":[88,124],"_reopen":99,"_schema":93,"_search":62,"_select":[11,103],"_selector":90,"_shard":104,"_size":155,"_sortby":[103,117],"_string":[151,154],"_table":[11,63,64,84,100,102,103,104,105],"_tagn":146,"_target":[103,117],"_tf":[169,170],"_thread":65,"_threshold":[103,117],"_tokenize":125,"_tokenizer":121,"_type":[49,66,121,143,191],"_types":[103,117],"_unmap":89,"_unregister":110,"_untag":148,"_user":67,"_value":[141,149],"_values":149,"_version":[48,77],"cpu\u30b3\u30a2":185,"default":[77,121],"delete":92,"float":181,"in":[42,149],"int":181,"new":[88,124],"null":158,"package":30,"with":18,"}]":[103,117],adjuster:117,allocate:195,api:[16,44],approximate:143,archive:30,arg:11,assign:79,autotools:6,between:141,bigram:203,blogroonga:12,body:78,bool:181,cache:[81,102,117],calc:103,callback:11,cannot:195,cast:70,centos:24,changes:42,check:[82,131],ci:21,clang:14,clearlock:83,client:133,clone:17,close:146,cmake:[7,8],column:[84,85,86,87,88,141,146,169,170],command:77,comments:203,configure:[6,12,18,28],contain:11,cutter:[12,14],daemon:133,data:139,database:[89,138,139],db:11,debian:[12,25],define:90,defrag:91,desctipion:137,domain:198,drilldown:[103,117],dump:93,edit:142,ellipsoid:143,enable:18,equal:11,executable:133,exit:137,facebook:2,fedora:26,file:133,files:[137,139],filter:[100,102,103,117,154],flags:[106,121,125,127,191],freebsd:180,from:[84,139],geo:[143,144,145],geoindex:203,geopoint:[181,203],get:138,gnu:[6,7,25],gqtp:[9,183,189,191],greater:11,grn:[11,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,156],grndb:131,grnslap:132,grntest:12,groonga:[0,3,4,5,6,7,8,9,11,12,17,22,42,133,134,135,136,137,138,139,186,187,189],gzip:185,hashtags:203,hat:12,header:78,highlight:[146,147],homebrew:[12,27],how:[79,183],html:[17,18,148],http:[136,164,184,189,204],https:185,id:[79,114],index:[169,170],install:28,introduction:18,io:94,javascript:207,jessie:25,json:[78,95],kern:180,key:121,keys:[103,117],keywordn:146,label:[103,117],launch:138,lcov:14,learning:139,less:11,libmemcached:14,limit:[102,103,117],linux:180,load:95,location:143,lock:96,log:[97,98,99,139,160],logical:[100,101,102,103,104,105],longtext:181,mac:27,macports:27,make:[6,7,12,28],match:[103,117,151,202],max:[81,100,102,103,105,126,141],memcached:188,memory:195,messagepack:78,min:[100,102,103,105,141],mmap:195,mode:[11,125,127,133],mroonga:0,name:[88,108,121,123,124],near:11,news:42,nginx:135,nofile:180,normalize:106,normalizer:[106,107,121,127,146],normalizerauto:161,normalizernfkc:161,not:11,now:150,object:108,offset:[102,103,117],open:146,options:[133,138,139],oracle:29,order:102,os:27,output:[102,103,117],path:116,period:42,plugin:[69,109,110],po:12,point:143,post:[135,185],ppa:30,prefix:11,process:160,protocol:191,proxy:135,pull:17,query:[103,117,151,160,191],queryexpandertsv:166,quit:111,rand:152,range:[101,112],recover:131,rectangle:143,recursive:94,red:12,redmine:10,register:113,release:[],request:[17,79,114,138],rk:[],ruby:[115,116],run:[18,183],scope:154,scorer:[103,117,169,170,207],script:115,select:[103,117],senna:42,server:133,shard:[100,102,103,105],shorttext:181,shutdown:118,similar:11,size:191,snippet:153,solaris:29,sortby:[103,117],sphere:143,standalone:133,status:[119,137,191],string:[106,125,127],sub:154,suffix:11,suggest:120,summary:183,synopstis:137,table:[86,88,117,121,122,123,124,125,177],tables:93,target:[94,96,129,149,155],text:[147,181],thread:126,time:181,tips:12,to:[79,84,138,183],todo:[151,153],token:[121,127],tokenbigram:179,tokenbigramignoreblank:179,tokenbigramignoreblanksplitsymbol:179,tokenbigramignoreblanksplitsymbolalpha:179,tokenbigramignoreblanksplitsymbolalphadigit:179,tokenbigramsplitsymbol:179,tokenbigramsplitsymbolalpha:179,tokenbigramsplitsymbolalphadigit:179,tokendelimit:179,tokendelimitnull:179,tokenfilterstem:178,tokenfilterstopword:178,tokenize:127,tokenizer:[127,128],tokenmecab:179,tokenregexp:179,tokentrigram:179,tokenunigram:179,tokyogeopoint:181,travis:21,truncate:129,tsv:[78,166],twitter:[2,10,12],ubuntu:[12,30],uint:181,unix:7,update:[12,18],use:[102,146],users:203,value:[121,149],vector:155,vm:180,wgs:181,wheezy:25,windows:[8,12,31],worker:135,xml:78,zip:31}})
1
+ Search.setIndex({envversion:46,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/senna","reference","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/request_id","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/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_clear","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/plugin_register","reference/commands/plugin_unregister","reference/commands/quit","reference/commands/range_filter","reference/commands/register","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","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/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/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_values","reference/functions/now","reference/functions/query","reference/functions/rand","reference/functions/snippet_html","reference/functions/sub_filter","reference/functions/vector_size","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/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","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":[133,0,1,"cmdoption--address"],"--bind-address":[133,0,1,"cmdoption--bind-address"],"--cache-limit":[133,0,1,"cmdoption--cache-limit"],"--config-path":[133,0,1,"cmdoption--config-path"],"--daemon":[139,0,1,"cmdoption--daemon"],"--default-match-escalation-threshold":[133,0,1,"cmdoption--default-match-escalation-threshold"],"--dir":[134,0,1,"cmdoption--dir"],"--disable-max-fd-check":[138,0,1,"cmdoption--disable-max-fd-check"],"--document-root":[133,0,1,"cmdoption--document-root"],"--encoding":[133,0,1,"cmdoption--encoding"],"--ftp":[134,0,1,"cmdoption--ftp"],"--groonga":[134,0,1,"cmdoption--groonga"],"--help":[133,0,1,"cmdoption--help"],"--host":[134,0,1,"cmdoption--host"],"--log-base-path":[139,0,1,"cmdoption--log-base-path"],"--log-level":[139,0,1,"cmdoption--log-level"],"--log-output-dir":[134,0,1,"cmdoption--log-output-dir"],"--log-path":[139,0,1,"cmdoption--log-path"],"--log-rotate-threshold-size":[133,0,1,"cmdoption--log-rotate-threshold-size"],"--max-threads":[133,0,1,"cmdoption--max-threads"],"--n-lines-per-log-file":[138,0,1,"cmdoption--n-lines-per-log-file"],"--n-threads":[138,0,1,"cmdoption--n-threads"],"--pid-path":[133,0,1,"cmdoption--pid-path"],"--port":[138,0,1,"cmdoption--port"],"--protocol":[134,0,1,"cmdoption--protocol"],"--query-log-path":[133,0,1,"cmdoption--query-log-path"],"--query-log-rotate-threshold-size":[133,0,1,"cmdoption--query-log-rotate-threshold-size"],"--receive-endpoint":[139,0,1,"cmdoption--receive-endpoint"],"--send-endpoint":[139,0,1,"cmdoption--send-endpoint"],"--server-id":[133,0,1,"cmdoption--server-id"],"-P":[132,0,1,"cmdoption-P"],"-a":[133,0,1,"cmdoption-a"],"-c":[133,0,1,"cmdoption-c"],"-d":[139,0,1,"cmdoption-d"],"-e":[133,0,1,"cmdoption-e"],"-h":[133,0,1,"cmdoption-h"],"-i":[134,0,1,"cmdoption-i"],"-l":[139,0,1,"cmdoption-l"],"-m":[132,0,1,"cmdoption-m"],"-n":[133,0,1,"cmdoption-n"],"-p":[138,0,1,"cmdoption-p"],"-r":[139,0,1,"cmdoption-r"],"-s":[139,0,1,"cmdoption-s"],"-t":[138,0,1,"cmdoption-t"],GRN_COLUMN_NAME_ID:[47,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[47,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[47,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[47,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[47,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[47,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[47,3,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[47,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[47,3,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[47,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[48,3,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[48,3,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[48,3,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[60,3,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[60,3,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[60,3,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[60,3,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[60,3,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[60,3,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[60,3,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[60,3,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[60,3,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[60,3,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[69,3,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[69,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[69,3,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[69,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[69,3,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[69,3,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[69,3,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[69,1,1,"c.GRN_PLUGIN_REGISTER"],command:[133,0,1,"cmdoption-arg-command"],db:[134,0,1,"cmdoption-arg-db"],dest:[133,0,1,"cmdoption-arg-dest"],grn_builtin_type:[66,2,1,"c.grn_builtin_type"],grn_cache:[46,2,1,"c.grn_cache"],grn_cache_close:[46,1,1,"c.grn_cache_close"],grn_cache_current_get:[46,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[46,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[46,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[46,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[46,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[47,1,1,"c.grn_column_create"],grn_column_index:[47,1,1,"c.grn_column_index"],grn_column_index_update:[47,1,1,"c.grn_column_index_update"],grn_column_name:[47,1,1,"c.grn_column_name"],grn_column_rename:[47,1,1,"c.grn_column_rename"],grn_column_table:[47,1,1,"c.grn_column_table"],grn_column_truncate:[47,1,1,"c.grn_column_truncate"],grn_command_version:[48,2,1,"c.grn_command_version"],grn_content_type:[49,2,1,"c.grn_content_type"],grn_ctx:[50,2,1,"c.grn_ctx"],grn_ctx_at:[50,1,1,"c.grn_ctx_at"],grn_ctx_close:[50,1,1,"c.grn_ctx_close"],grn_ctx_db:[50,1,1,"c.grn_ctx_db"],grn_ctx_fin:[50,1,1,"c.grn_ctx_fin"],grn_ctx_get:[50,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[50,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[50,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[59,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[50,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[50,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[50,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[50,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[50,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[50,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[59,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[50,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[50,1,1,"c.grn_ctx_use"],grn_db:[51,2,1,"c.grn_db"],grn_db_create:[51,1,1,"c.grn_db_create"],grn_db_create_optarg:[51,2,1,"c.grn_db_create_optarg"],grn_db_open:[51,1,1,"c.grn_db_open"],grn_db_recover:[51,1,1,"c.grn_db_recover"],grn_db_touch:[51,1,1,"c.grn_db_touch"],grn_db_unmap:[51,1,1,"c.grn_db_unmap"],grn_encoding:[52,2,1,"c.grn_encoding"],grn_encoding_parse:[52,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[52,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[53,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[53,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[53,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[53,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[53,1,1,"c.grn_expr_append_const_str"],grn_expr_append_op:[53,1,1,"c.grn_expr_append_op"],grn_expr_close:[53,1,1,"c.grn_expr_close"],grn_expr_compile:[53,1,1,"c.grn_expr_compile"],grn_expr_create:[53,1,1,"c.grn_expr_create"],grn_expr_exec:[53,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[53,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[53,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[53,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[53,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[68,1,1,"c.grn_fin"],grn_geo_cursor_next:[54,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[54,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[54,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[54,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[54,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[48,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[52,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[59,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[45,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[55,2,1,"c.grn_hook_entry"],grn_ii:[56,2,1,"c.grn_ii"],grn_ii_buffer:[56,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[56,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[56,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[56,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[56,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[57,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[57,1,1,"c.grn_index_cursor_open"],grn_info_type:[58,2,1,"c.grn_info_type"],grn_init:[68,1,1,"c.grn_init"],grn_obj:[60,2,1,"c.grn_obj"],grn_obj_add_hook:[55,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[60,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[60,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[60,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[60,1,1,"c.grn_obj_close"],grn_obj_column:[60,1,1,"c.grn_obj_column"],grn_obj_db:[51,1,1,"c.grn_obj_db"],grn_obj_defrag:[60,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[60,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[55,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[60,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[58,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[55,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[58,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[55,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[60,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[60,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[60,1,1,"c.grn_obj_get_values"],grn_obj_id:[60,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[60,1,1,"c.grn_obj_is_builtin"],grn_obj_is_locked:[60,1,1,"c.grn_obj_is_locked"],grn_obj_lock:[60,1,1,"c.grn_obj_lock"],grn_obj_name:[60,1,1,"c.grn_obj_name"],grn_obj_path:[60,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[60,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[60,1,1,"c.grn_obj_reinit"],grn_obj_remove:[60,1,1,"c.grn_obj_remove"],grn_obj_rename:[60,1,1,"c.grn_obj_rename"],grn_obj_search:[62,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[58,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[61,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[58,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[60,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[60,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[60,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[67,1,1,"c.grn_obj_user_data"],grn_plugin_charlen:[69,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[69,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[69,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[69,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[69,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[69,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[69,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[69,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[69,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[69,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[69,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[69,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[69,1,1,"c.grn_plugin_win32_base_dir"],grn_plugin_windows_base_dir:[69,1,1,"c.grn_plugin_windows_base_dir"],grn_proc_create:[61,1,1,"c.grn_proc_create"],grn_proc_func:[61,2,1,"c.grn_proc_func"],grn_proc_get_info:[61,1,1,"c.grn_proc_get_info"],grn_proc_type:[61,2,1,"c.grn_proc_type"],grn_search_optarg:[62,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[48,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[52,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[59,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[45,1,1,"c.grn_set_lock_timeout"],grn_table_add:[63,1,1,"c.grn_table_add"],grn_table_at:[63,1,1,"c.grn_table_at"],grn_table_columns:[63,1,1,"c.grn_table_columns"],grn_table_create:[63,1,1,"c.grn_table_create"],grn_table_cursor:[64,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[64,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[64,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[64,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[64,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[64,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[64,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[64,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[64,1,1,"c.grn_table_cursor_table"],grn_table_delete:[63,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[63,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[63,1,1,"c.grn_table_difference"],grn_table_get:[63,1,1,"c.grn_table_get"],grn_table_get_key:[63,1,1,"c.grn_table_get_key"],grn_table_group:[63,1,1,"c.grn_table_group"],grn_table_group_flags:[63,2,1,"c.grn_table_group_flags"],grn_table_group_result:[63,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[63,1,1,"c.grn_table_lcp_search"],grn_table_rename:[63,1,1,"c.grn_table_rename"],grn_table_setoperation:[63,1,1,"c.grn_table_setoperation"],grn_table_size:[63,1,1,"c.grn_table_size"],grn_table_sort:[63,1,1,"c.grn_table_sort"],grn_table_sort_flags:[63,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[63,2,1,"c.grn_table_sort_key"],grn_table_truncate:[63,1,1,"c.grn_table_truncate"],grn_table_update:[63,1,1,"c.grn_table_update"],grn_table_update_by_id:[63,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[65,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[65,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[65,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[65,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[65,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[65,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[66,1,1,"c.grn_type_create"],grn_user_data:[67,2,1,"c.grn_user_data"],script:[134,0,1,"cmdoption-arg-script"]},grn_db_create_optarg:{builtin_type_names:[51,4,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[51,4,1,"c.grn_db_create_optarg.n_builtin_type_names"]}},objnames:{"0":["std","option","option"],"1":["c","function","C \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","macro","C \u306e\u30de\u30af\u30ed"],"4":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"]},objtypes:{"0":"std:option","1":"c:function","2":"c:type","3":"c:macro","4":"c:member"},terms:{"!!":[95,135,179,199,203],"!(n":158,"!)":135,"!\"":[39,78,103,117,127,135,157,158,159,168,179,185,197,199,200,202,203,204],"!\\":158,"!condition":158,"!xxx":41,"#'":133,"#[":33,"#arguments":33,"#command":33,"#delete":33,"#each":33,"#groonga":[166,203],"#group":33,"#index":33,"#inspect":33,"#key":33,"#name":33,"#proxy":135,"#remove":33,"#scalar":33,"#set":134,"#value":33,"#vector":33,"#with":33,"#worker":135,"#{":160,"#{l":160,"$(":[24,25,26,27,30],"$groonga":12,"$home":12,"$prefix":37,"${":[17,103,117,151,158,167,171,180],"%'":41,"%\"":167,"%\\":31,"%post":39,"& (":158,"& _":207,"& b":158,"& x":41,"& y":40,"&!":158,"&&":[33,117,154,158,194,205],"&..":204,"&arg":167,"&filter":114,"&gt":[146,147,153],"&lt":[146,147,153],"&q":138,"&query":204,"&request":114,"&s":138,"'(":133,"')":[41,95,132,133],"',":[41,60,137,176],"'-":[40,133],"'.":[17,60],"'..":40,"';":133,"'='":133,"'>":148,"'\"":[39,40],"'\u3002":133,"'alice":157,"'column":39,"'config":133,"'fixed":33,"'grn":52,"'hay":11,"'haystack":11,"'ja":17,"'localhost":[132,133],"'m":[159,178,202,203],"'mroonga":151,"'n":133,"'needle":11,"'now":203,"'or":39,"'pid":133,"'query":39,"'s":[17,78,95,103,117,133,154,157,158,159,160,183],"'t":[45,49,50,51,53,60,79,96,133,135,176],"'user":151,"'ve":203,"'vector":33,"(!":11,"(&":[33,50,53],"('":[73,85,95,133,200],"((":[75,117],"((x":181,"()":[],"(-":158,"(.":12,"(..":40,"(<":11,"(=":[11,80,158],"(>":11,"(?":33,"([":152,"(\"":[39,40,52,114,133,143,146,147,151,153,200],"(\u300c":12,"(_":[33,120,158,173,174,176],"(a":21,"(age":141,"(argument":158,"(arugment":158,"(body":[146,147],"(byte":[47,63],"(cmp":41,"(column":[41,141,146,153,168,169,170],"(comments":154,"(content":[117,148,153,168],"(ctx":[11,46,47,50,53],"(cutter":14,"(cve":41,"(database":195,"(debian":189,"(default":33,"(drilldown":73,"(fedora":189,"(get":132,"(grn":[33,50,53],"(groonga":65,"(html":148,"(index":[169,170],"(init":50,"(int":65,"(keyword":53,"(location":[143,199,203,207],"(match":151,"(message":[169,170],"(mroonga":166,"(msghdr":33,"(name":69,"(news":12,"(nginx":189,"(null":41,"(packages":12,"(point":[143,144,145],"(popular":117,"(pos":[144,145],"(ptr":35,"(q":65,"(r":[134,167],"(scan":14,"(scope":154,"(score":33,"(select":158,"(string":142,"(tab":166,"(table":41,"(tag":149,"(tags":155,"(target":[149,155],"(text":147,"(title":[40,142,168],"(uint":65,"(void":65,"(wgs":207,"(windows":134,"(x":41,"(xxx":40,"({":138,")'":[120,146,147,153,154,155,157,158,173,174,176,199,203,207],"))":[33,117,158,166],"),":[40,85],")-":12,").":[12,133,138,153,189],")..":12,")/":33,"):":[12,189,200],");":[11,33,46,47,50,53,65],")=":195,")\"":[40,117,148,153,157,167,168,169,170,206],")\\":167,")\u3001":41,")\u300d":133,")\u3059\u3079\u3066":141,")]":40,")disk":167,")grn":33,")groonga":166,")hello":33,")mroonga":166,")offset":[63,64],")senna":166,"*'":[103,117],"**":[47,51,60,61,64,98],"***":98,"*/":[50,53,65,68],"*\"":[33,36,41,103,117,202],"*added":63,"*bottom":54,"*bsd":[7,8,35,37],"*buffer":60,"*cache":46,"*column":47,"*ctx":[46,47,50,51,53,54,55,56,57,58,59,60,61,62,63,64,66,67,69],"*cursor":54,"*data":[55,65],"*db":[50,51,60],"*dest":63,"*destination":60,"*escaped":53,"*expr":53,"*fin":61,"*func":[50,61],"*grn":65,"*ic":57,"*ii":56,"*index":[54,57],"*init":61,"*key":63,"*keybuf":63,"*keys":63,"*keywords":53,"*max":64,"*min":64,"*mutex":69,"*name":[47,50,52,53,60,61,63,66,69],"*namebuf":[47,60],"*newvalue":47,"*next":61,"*nvars":61,"*obj":[47,51,53,55,58,60,61,62,67],"*oldvalue":47,"*optarg":[51,62],"*path":[47,51,63],"*proc":55,"*query":[53,62],"*res":[54,62,63],"*result":63,"*results":63,"*s":41,"*section":47,"*source":60,"*src":63,"*str":[53,69],"*string":53,"*table":[47,60,63,64],"*tables":50,"*target":53,"*tc":[57,64],"*tid":57,"*top":54,"*type":47,"*user":[61,69],"*value":[56,58,60,63,64],"*valuebuf":58,"*var":69,"*vars":[61,69],"+ \"":[33,39],"+ y":181,"++":[0,6,7,12,24,26,28,33,37,38,41,50,53,65,133,183],"+-":[53,135],"+a":157,"+c":133,"+ff":[33,161],"+ff0":33,"+ffef":179,"+fff":179,"+fffe":127,"+or":167,", \"":[75,146,202],", {":[135,185],",'":[181,197],",*":102,",.":12,",..":[95,122],",[":194,",[\"":194,",\"":[33,41,82,93,164,199,202,203],",\"domain":198,",\"http":197,",\"link":197,",\"links":197,",\"location":[199,207],",\"tags":199,",\"title":200,",\\\"":95,",\n#":[75,89,103,117,123,125,127,151,157,158,168,179,197,199,200,203,204,207],",\n[":[33,93,153],",\n]":[117,154,194,197,205,207],",\n{":[75,93,100,103,117,120,135,149,151,154,157,158,161,167,168,169,170,173,174,176,178,198,202,205],",_":[75,103,117,120,151,158,198,199,200,203,207],",{":[133,134,164],"- \"":41,"-(":[12,158],"-+":135,"--":[8,12,31,34,35,36,37,39,40,41,45,46,47,48,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,69,75,100,103,117,123,125,127,133,134,135,146,147,148,149,151,153,155,158,166,167,168,169,170,176,178,194,198,199,203,206,207],"->":[33,35,123],"-\"":125,"-_":[117,168,169,170],"-a":[39,133,157],"-add":51,"-address":[33,37,39,133],"-adjuster":[75,117],"-admin":39,"-aki":41,"-analyzer":[37,39],"-api":16,"-apt":30,"-autoreconf":12,"-base":[138,139],"-benchmark":[],"-binary":[135,185],"-bind":[33,37,39,133],"-blog":203,"-bugs":33,"-build":14,"-bye":[103,117,125,157,158,178],"-c":[24,26,133,191],"-cache":[33,40,133],"-check":[35,37,138],"-chroot":12,"-ci":[40,41],"-ci\u4e0a":40,"-client":183,"-code":[12,41],"-command":[],"-commnad":77,"-common":[30,39],"-conditional":37,"-config":[28,33,34,35,37,39,133],"-create":[],"-cutter":12,"-d":[133,135,138,139,188,191,204],"-daemon":[138,139],"-databases":[86,88,122,124,138,191,200,204],"-dataset":[],"-db":38,"-dcmake":[7,8],"-dd":[158,160],"-deafult":37,"-deb":12,"-debug":[6,35],"-default":[],"-dev":[2,12,14,25,30,33,37,39,40,41],"-devel":[24,26],"-dgrn":[7,8],"-dir":134,"-directory":39,"-disable":[35,37,41,138],"-doc":38,"-document":[],"-docutils":12,"-drilldown":[33,41,103,117,198],"-dump":33,"-e":133,"-each":37,"-eanble":6,"-efficient":75,"-enable":[3,6,18,35],"-encoding":[],"-encodiong":158,"-endpoint":[138,139],"-escalation":[],"-essential":[25,30],"-event":33,"-existence":40,"-fd":[37,138],"-file":[33,37,78,133,138],"-files":[],"-filter":[25,30,33,37,39,41,75,117,140,147,151,153,154,158,167,203,205],"-frequency":37,"-ftp":134,"-full":12,"-g":[8,31],"-get":[12,18,25,30,39],"-gobject":33,"-gqtp":[],"-gram":[0,127,158,192,194,200],"-groonga":[12,13,134,203],"-h":[133,135,185],"-help":[],"-history":37,"-host":134,"-html":[35,39],"-http":[],"-httpd":[],"-i":[33,133,134],"-id":[39,114,133],"-idf":[168,169,170],"-in":[12,60],"-index":33,"-inverse":[168,170],"-ipadic":[26,179],"-j":[6,7,28],"-jemalloc":41,"-jinja":12,"-jp":[40,179],"-jumandic":26,"-key":[12,38],"-keyring":[25,39],"-keys":12,"-known":153,"-l":[133,138,139,160],"-latest":[],"-launchpad":12,"-leak":35,"-leaner":139,"-learner":[],"-level":[33,41,133,139],"-libedit":35,"-libevent":38,"-libstemmer":41,"-limit":[33,34,40,117,133],"-line":21,"-lines":[37,138],"-localstatedir":[],"-log":[],"-lz4":[],"-lzo":85,"-m":132,"-match":[],"-max":[37,133,138],"-mecab":[24,25,26,27,30,39,40,41],"-memory":35,"-message":[],"-mm":[158,160],"-mode":17,"-mruby":[6,12,41],"-msgpack":185,"-munin":[],"-mysql":[24,25,26,30,106,161],"-n":[37,133,138,200],"-neologd":179,"-node":24,"-normalizer":[24,25,26,30,33,39,106,161],"-offset":[33,117],"-org":12,"-oriented":153,"-output":[33,39,40,117,134,146,147,148,153],"-p":[132,133,134,138,191,204],"-pack":[],"-package":[],"-packages":12,"-patch":17,"-path":[],"-per":[37,138],"-pgp":12,"-pid":[33,37,133],"-pip":18,"-platform":[],"-plugin":13,"-plugins":[],"-po":[],"-point":181,"-port":[133,134,138],"-prefix":[],"-properties":30,"-protocol":[133,134,136,188,204],"-query":[33,37,39,40,41,133,135,146,147,151,153,157,160,166,189,200,203,205],"-r":[138,139],"-receive":[138,139],"-release":[],"-repository":[12,30,39],"-root":[35,133,136],"-rotate":[33,133],"-rpm":12,"-rroonga":46,"-ruby":[6,12,39],"-s":[133,138,139,191],"-scorer":140,"-search":[41,179],"-searchu":179,"-secret":12,"-send":[138,139],"-separated":33,"-server":[],"-size":[33,133],"-sortby":40,"-source":12,"-sphinx":[12,18],"-src":[12,25],"-static":37,"-stem":[25,30,41],"-strings":38,"-suggest":[],"-t":[133,138],"-talk":[2,12,33,40],"-tar":29,"-terminated":[61,69],"-test":[12,14],"-text":179,"-threads":[133,138],"-threshold":[],"-time":153,"-token":[25,30,41],"-tokenizer":[24,25,26,30,39,40],"-type":[37,135,173,174,176,185],"-unauthenticated":[25,39],"-uploader":12,"-use":33,"-values":33,"-version":[],"-w":12,"-windows":33,"-with":[],"-wno":37,"-word":117,"-working":39,"-x":[12,40],"-yyy":17,"-z":138,"-za":138,"-zlib":[],".$":[103,117],".'":[39,40,85],".(":12,".)":[40,60,158,160,168,180],".,":[117,149],".-":17,"..":[6,7,17,39,40,65,69,75,79,82,86,95,104,114,117,120,121,133,135,136,149,151,157,158,167,168,169,170,185,200],"...":[33,37,39,40,41,45,46,47,48,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,70,82,114,117,120,122,133,134,135,136,138,146,154,157,158,159,164,167,171,203],"./":[17,28],".:":[138,139],".>":171,".\"":[117,146,147,151,153,158,159,168,179,197,199,200,204,206],".]":[75,82,114,120,122,158],"._":[40,41,60,103,117,123,157,158,197,198],".age":94,".am":18,".am\u30d5\u30a1\u30a4\u30eb":12,".asc":12,".askmonty":41,".blog":194,".body":[83,91,206],".builtin":51,".c":[42,89,117,123],".clean":12,".co":[42,117],".column":[40,41,84,94],".com":[6,7,8,12,13,17,21,197,198,200,204,207],".comment":[202,203],".conf":[33,135,180,189,195],".content":[103,117,123,154,157,158,159,180,202],".context":123,".created":103,".current":33,".d":[25,180,195],".db":[40,133,191,200,204],".ddl":134,".deb":12,".debian":12,".description":203,".dll":69,".domain":33,".dump":37,".en":12,".entries":180,".exe":31,".fedoraproject":24,".flags":63,".garbage":40,".git":[6,7,8,12,13,17],".github":17,".gpg":12,".grn":[93,135],".groonga":[12,17,24,25,26,27,28,29,30,31,134],".group":154,".gz":[12,17,24,25,26,27,28,29,30],".h":[16,33,69],".hash":203,".high":84,".html":[12,17,133,135],".htpasswd":[135,185],".i":24,".index":[33,94],".jp":[12,33,42,117],".js":12,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":21,".json":[135,164],".kentaro":40,".key":[63,123],".label":117,".list":[12,25],".load":134,".location":203,".log":[28,33,77,133,134,135,189],".md":12,".md\u30d5\u30a1\u30a4\u30eb":12,".me":[2,12,33],".mo\u30d5\u30a1\u30a4\u30eb":17,".msgpack":164,".n":[51,103,117,157,158,180],".name":[82,154,203],".ncpu":27,".ne":42,".nested":117,".net":[2,12,197,198,199,200,204,207],".nginx":135,".o":199,".offset":63,".org":[12,17,24,25,26,27,28,29,30,31,33,41,46,75,93,134,135,148,197,198,199,200,204,207],".osdn":[2,12],".output":136,".overcommit":[],".patch":17,".pc":[36,37],".php":12,".pid":133,".po":[],".po\u30d5\u30a1\u30a4\u30eb":[],".posted":203,".rb":[35,41,103,116],".reference":123,".repoforge":24,".roonga":[157,158],".rpm":[24,26],".score":129,".scr":134,".select":[134,158],".serial":84,".service":39,".set":103,".sh":[6,12,14,17,21,39],".so":[109,110,113],".source":33,".sourceforge":[2,12],".spec":37,".ssssss":160,".status":134,".sub":[103,117],".synonym":117,".t":179,".tag":[84,103,117],".tar":17,".timestamp":108,".title":[96,123,197],".to":84,".travis":21,".tsv":[164,166],".txt":[12,179],".uuuuuu":158,".value":117,".weight":40,".x":24,".xml":164,".yml":21,".zip":17,".}":[75,82,158],"/ '":60,"/#":46,"/$":17,"/'":41,"/(":12,"/*":[16,17,50,65,68,135,189,195],"/+":12,"/.":37,"/..":[12,135],"/;":135,"/?":138,"/\"":[75,179,197,198,199,200,204,207],"/\u65e5":203,"/\u6708":203,"/\uff09":35,"/_":12,"/aba":[198,200,207],"/acccess":189,"/admin":[37,133],"/afr":[198,200,207],"/alice":179,"/api":185,"/apt":[12,25],"/archive":12,"/atv":[198,200,207],"/base":12,"/bc":12,"/bin":28,"/blog":12,"/branches":14,"/c":[0,6,7,16,183],"/cache":135,"/centos":[12,24,189],"/command":[14,135,136,167,204],"/commands":[41,86,88,122,124],"/commits":41,"/context":103,"/copyright":41,"/coremodule":135,"/cpuinfo":[24,25,26,30],"/cutter":12,"/d":[41,135,167,185],"/data":21,"/database":[135,185],"/db":[93,120,131,135,139,167,189],"/db1":185,"/db2":185,"/dd":158,"/debian":[12,25],"/default":[39,189],"/dev":12,"/dictionary":35,"/disk":167,"/doc":12,"/docs":135,"/en":[12,18,135],"/epel":24,"/etc":[12,25,39,135,166,180,189,195],"/eval":115,"/f":12,"/false":[34,197],"/fedora":[26,35,39],"/files":[12,18],"/function":12,"/functions":14,"/gat":[198,200,207],"/gqtp":[40,189],"/grntest":12,"/groonga":[6,7,8,12,13,16,17,21,24,25,26,27,28,29,30,31,33,35,37,39,40,86,88,109,110,113,122,124,131,133,135,138,166,180,189,191,200,204],"/header":29,"/hoge":133,"/home":179,"/homebrew":12,"/hostname":[133,134],"/hosts":12,"/html":[17,18,37,185],"/http":[135,189],"/httpd":[135,189],"/in":33,"/index":[12,17,133],"/introduction":[191,200,204],"/ja":[12,17,46],"/javascript":37,"/json":[37,135,185],"/key":60,"/kytea":127,"/lc":[12,17],"/lib":[109,110,113,131,135,189],"/limits":180,"/linux":[],"/lists":12,"/load":[116,135,185],"/local":[6,7,12,28,135],"/locale":[12,17,18],"/log":[28,33,133,135,138,189],"/lzo":[35,37,40],"/mailarchive":12,"/managers":[135,185],"/master":[17,21],"/max":41,"/meetup":33,"/message":12,"/mm":158,"/modules":[35,135],"/mrb":103,"/munin":28,"/mxcl":12,"/news":12,"/nfs":28,"/ngx":135,"/non":40,"/null":[6,7,34],"/o":121,"/or":96,"/other":135,"/packages":12,"/php":33,"/pipermail":41,"/plain":33,"/plugins":[28,35,40,109,110,113],"/ppa":[12,30],"/projects":12,"/pub":24,"/public":2,"/pull":12,"/query":[109,110,113],"/rab":[198,200,207],"/raw":21,"/repositories":12,"/request":114,"/result":38,"/rpmforge":24,"/rroonga":41,"/run":[12,14,133],"/rurema":41,"/sbin":27,"/scripts":103,"/security":180,"/select":[114,135,204],"/setup":21,"/share":[37,133],"/shutdown":[133,135,185],"/source":[12,16,17,18,24,25,26,27,28,29,30,31],"/sources":[12,25],"/span":[146,147,153],"/srpm":12,"/status":[132,135,164,185,204],"/stem":178,"/stop":[93,125,178],"/synonyms":166,"/sysconfig":189,"/sysctl":[27,180,195],"/tab":33,"/test":179,"/tmp":[6,7,166,185],"/to":[135,185],"/travis":21,"/tsv":[109,110,113,166],"/ubuntu":[12,39,189],"/unit":14,"/usr":[28,133],"/var":[28,33,131,133,135,189],"/vdw":[198,200,207],"/vector":[33,155],"/wgs":207,"/windows":[12,31],"/work":12,"/x":185,"/xml":185,"/yum":12,"/~":12,"0c":179,"0e":134,"0mq":40,"0x":[38,157,181,191,197],"0xc":191,"10":[134,200],"11":[75,117,151,158,180,194],"1\u305a":[73,77],"1\u3064":[10,32,37,40,41,53,71,75,81,84,86,94,96,101,103,104,108,109,110,113,114,115,116,117,120,121,123,126,127,129,134,135,147,149,151,153,154,157,158,167,168,169,170,171,175,177,179,180,185,191,197,199,202,203],"1\u30f6\u6708":171,"1\u4ef6":[194,203],"1\u5ea6":68,"1\u6708":[158,181,197,203],"1\u884c":134,"1byte":191,"1f":33,"1g":[25,30],"1gb":33,"1o":167,"2\u3064":[19,24,25,26,30,33,40,41,85,86,94,100,101,102,103,105,117,121,124,125,126,142,151,154,157,167,168,169,176,179,184,185,189,197,198,200,202,203],"2\u3064\u3081":[114,157,185,202],"2\u5104":32,"2\u6708":100,"2byte":191,"2grn":41,"3\u3064":[14,40,78,88,100,106,117,146,153,156,197,198,200,202],"3ki":35,"4\u3064":[84,133,153,168,177],"4byte":191,"4e":195,"4gbyte":32,"4gib":[177,191],"4kib":33,"5\u3064":141,"5f":134,"6elz":41,"6fd":119,"6gib":180,"7\u3064":119,"7\u6708":33,"7e":134,"7f":119,"8bit":181,"8byte":191,"8r":[28,39,133],"9\u3064":200,"9e":161,"9f":164,": n":132,":!":157,":#":41,":#{":160,":$":[18,157,158,205],":')":85,":..":117,":/":[12,13,17,21,24,25,26,27,28,29,30,31,41,46,75,93,114,132,133,135,136,138,148,164,185,197,198,199,200,204,207],"::":[33,80,103,164],":<":[117,157],":=":[117,157],":>":[117,157],":@":[117,151,157,197,199,200,203,204],":[":[134,167],":\"":[53,167,200],":\\":[8,31,167],":\\\"":95,":\u5206":203,":\u79d2":203,":^":[157,205],":bob":203,":byte":66,":clear":12,":groonga":[6,7,8,12,30,117,157],":mm":[158,160],":order":33,":port":[133,135,136],":set":41,":ss":[158,160],":value":[117,157],":~":[157,167],";/":[146,147],";\"":39,";b":[146,147],";rroonga":[146,147],"< n":158,"< t1":11,"< y":40,"<#{":160,"<-":185,"<..":171,"</":[146,147,148,153,164],"<=":[40,135,158,203],"<directory":139,"<encoding":133,"<endpoint":139,"<gqtp":134,"<groonga":134,"<ip":[133,134],"<level":139,"<limit":133,"<log":133,"<max":133,"<path":[133,139],"<port":[133,134],"<protocol":133,"<span":[146,147,153],"<threshold":133,"= \"":[41,100,117,158],"= n":158,"= y":40,"=$":[12,17,28],"='":148,"=(":12,"=)":11,"=-":28,"=..":12,"=/":[6,7,12,14,28,133,166],"==":158,"=\"":[29,103,117,146,147,153,164],"=\\":[146,147,148,153],"=_":102,"=`":18,"=add":127,"=allow":117,"=arg":167,"=ascending":102,"=c":[8,31],"=complete":138,"=dat":38,"=encoding":[],"=fedora":12,"=g":138,"=get":125,"=gr":138,"=gro":138,"=groo":138,"=groonga":[135,138],"=grooon":138,"=i":12,"=largetable":114,"=message":[],"=no":102,"=none":[103,106,117,125,127],"=null":[81,94,96,101,102,103,117,121,126,127],"=number":[],"=on":[7,8],"=pat":38,"=path":[],"=platform":[],"=query":138,"=r":39,"=redhat":28,"=site":204,"=sjis":28,"=squeeze":12,"=submit":138,"=table":121,"=title":204,"=true":114,"=unique":114,"=users":[135,185],"=yes":[12,14,33,38,40,94,117],"> \"":33,"> y":40,">#{":160,">.":[146,147],">:":103,"><":[53,164],">=":[40,158],">>":[40,158],">\"":[40,89,103,117,123,146,148],">\n<":164,">alloc":164,">cache":164,">command":164,">default":164,">max":164,">n":164,">rroonga":[146,147],">starttime":164,">uptime":164,">version":164,"??":117,"?arg":167,"?argument":136,"?i":167,"?id":114,"?msg":12,"?parameter":135,"?table":[114,135,185,204],"@'":200,"@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,"@yappo":[40,41],"@yito":[39,40],"@~":167,"[#":[37,38,39,41],"[$":[],"[(":167,"[,":144,"[2":133,"[:":204,"[@":[37,39,40,41],"[[":[75,84,88,92,100,114,115,116,117,122,124,125,129,133,138,143,146,147,153,157,158,159,168,173,178,194,197,199,202,203,205],"[[\"":82,"[\"":[33,75,82,86,117,120,153,155,158,173,194,197,199,203],"[\u8a9e":82,"[a":138,"[admin":[37,39,40],"[api":33,"[apt":39,"[args":133,"[backslash":157,"[benchmark":41,"[bernard":33,"[bindings":33,"[cmake":33,"[column":41,"[dat":[38,39],"[dd":167,"[deb":[33,37,39,40,41],"[doc":[33,37,38,39,40,41],"[dump":[39,40,41],"[element":[75,158],"[example":[33,41],"[experimental":[],"[fedora":[39,41],"[geo":[37,40],"[github":41,"[gqtp":40,"[grntest":37,"[groonga":[12,33,37,39,41],"[header":[78,81,84,85,88,89,92,94,96,100,102,105,106,107,108,109,110,113,115,116,121,123,124,126,127,128,129],"[hh":33,"[http":[33,39,40,41],"[httpd":[33,39,40,41],"[index":41,"[info":167,"[inverted":[],"[key":33,"[label":[33,103,117],"[label1":[41,103,117],"[label2":[103,117],"[libedit":37,"[linux":39,"[load":[39,41],"[logical":33,"[macports":37,"[mdev":33,"[mecab":33,"[mrb":33,"[mruby":[33,41],"[munin":[37,39,40,41],"[n":[40,41,117],"[normalizer":41,"[number":95,"[os":41,"[output":38,"[pat":39,"[patricia":[],"[php":[39,41],"[pkg":[37,39],"[plugin":[33,41],"[power8":41,"[rpm":[33,37,38,39,40,41],"[sharding":33,"[snippet":[41,153],"[solaris":39,"[space":157,"[suggest":[38,39,40],"[table":40,"[tag":[103,117],"[test":39,"[token":40,"[tokenizer":[39,40],"[travis":40,"[warning":167,"[windows":[33,37,39,40,41],"[yum":39,"[{":[135,185],"\"#":37,"\"#\"":134,"\"#{":158,"\"%":167,"\"'":[33,39,40,41,75,84,100,117,157,158,167,192,194],"\"(":[40,206],"\")":[33,39,40,41,52,114,141,142,143,145,149,151,158,199,207],"\"*":39,"\",":[33,40,75,78,82,84,86,88,89,92,93,95,103,114,117,120,122,123,124,125,129,133,134,135,141,143,146,147,148,149,151,153,154,155,157,158,159,161,167,168,169,170,173,174,176,178,191,194,197,198,199,200,202,203,204,205,206,207],"\"-":[37,143],"\".":[158,183,198],"\"/":[86,88,122,124,133,179,207],"\":":[33,75,82,84,88,92,93,95,100,101,103,104,106,107,114,115,116,117,119,120,124,125,127,128,129,133,134,135,141,143,146,147,148,149,151,154,155,157,158,159,161,164,167,168,169,170,173,174,176,178,179,185,191,197,198,199,200,202,203,204,205,206,207],"\";":[134,135,185],"\"<":[40,146,147],"\">":[146,147,153,164],"\"?":[117,164],"\"@":203,"\"[":[39,89,103,123,167],"\"\"":[38,84,154,158,167,181],"\"\\":[33,167],"\"\\\\":167,"\"\\n":33,"\"\u3001":[173,198],"\"\u3002":41,"\"\u308d\u3086\u304d":205,"\"\u30df\u30ea":158,"\"\u4e8c":173,"\"\u5f37":179,"\"\u672c":179,"\"\u8a9e":179,"\"\uff08":173,"\"\uff09":[34,173,197,207],"\"]":[33,75,86,93,103,117,133,153,155,158,173,194,199,200,203],"\"_":[40,75,78,84,86,88,92,93,95,103,117,120,124,125,129,135,141,143,148,149,151,154,155,157,158,159,161,167,168,169,170,173,174,176,178,185,194,197,198,199,200,202,203,204,205,206,207],"\"a":[41,117,127,154],"\"ab":175,"\"alice":157,"\"always":101,"\"apple":161,"\"application":37,"\"auto":101,"\"b":[117,154],"\"black":161,"\"blank":161,"\"block":197,"\"book":158,"\"c":[117,154],"\"canceled":114,"\"co":175,"\"color":161,"\"complete":175,"\"content":[117,157,158,178],"\"correction":175,"\"created":103,"\"d":179,"\"ddl":41,"\"double":158,"\"e":[120,127,173,179],"\"element":75,"\"ellip":144,"\"ellipsoid":144,"\"engine":[173,174,176],"\"flower":197,"\"fulltext":127,"\"good":[103,117,158],"\"gr":121,"\"gronga":175,"\"groonga":[75,93,117,121,153,154,158,175],"\"h":127,"\"hello":[125,178],"\"http":75,"\"i":[78,103,117,157,158,159,178,202,203],"\"is":197,"\"k":199,"\"keyword":117,"\"label":117,"\"localhost":191,"\"message":[167,169,170],"\"monkey":197,"\"mroonga":[75,93,117,154,158],"\"mysql":[75,175],"\"n":[78,103,117,119,135,157,158,191,200,204],"\"name":151,"\"never":101,"\"ni":173,"\"no":39,"\"null":39,"\"o":179,"\"popular":117,"\"pp":41,"\"rect":[39,144],"\"rectangle":[39,143,144],"\"requires":39,"\"roonga":175,"\"ruby":75,"\"s":[120,127,173,174,179],"\"saerch":174,"\"say":158,"\"se":173,"\"sea":173,"\"search":[157,173,174,176],"\"sequence":[120,173,174,176],"\"serach":174,"\"service":174,"\"sound":174,"\"sphere":144,"\"sphr":144,"\"starttime":164,"\"sug":175,"\"suggest":175,"\"t":[127,179],"\"table":133,"\"tags":75,"\"text":37,"\"theater":206,"\"theatre":206,"\"timestamp":100,"\"tritonn":117,"\"type":120,"\"unknown":52,"\"uptime":164,"\"utf":52,"\"value":117,"\"vector":40,"\"version":164,"\"visual":8,"\"web":[174,176],"\"weight":197,"\"x":[40,41,158],"\"xxx":40,"\"yyyy":158,"\"}":[84,92,93,95,100,101,103,104,117,120,135,149,151,154,155,157,158,159,161,167,169,170,173,174,176,178,185,197,198,199,202,205,207],"\\%":31,"\\'":[133,157],"\\(":157,"\\[(":167,"\\\"":[53,95,146,147,148,153,154,167,192],"\\\"a":154,"\\\"}":95,"\\\\":[33,53,146,154,167],"\\\\\\":[33,167],"\\\\z":167,"\\a":[33,167,179],"\\ahello":33,"\\ahost":167,"\\bin":31,"\\groonga":31,"\\n":167,"\\u":179,"\\z":[167,179],"\u2026\uff09":174,"\u2192id":177,"\u25a1\u25a1":10,"\u25cb\u25cb":10,"\u3001 \"":149,"\u3001#":203,"\u3001$":12,"\u3001'":[41,52,133,151,158,181,197],"\u3001(":[63,64,134,141,181],"\u3001-":[35,134,181],"\u3001.":[14,17],"\u3001/":[200,204],"\u3001:":134,"\u3001>":87,"\u3001[":200,"\u3001\"":[37,39,40,148,149,154,173,174,175,176,181,200,203,206],"\u3001\u00d7":10,"\u3001\u300c":[34,117,133,168,169,170,173,179,192,194,198,199,207],"\u3001_":200,"\u3001c":200,"\u3002#":[35,37,203],"\u3002'":60,"\u3002(":[11,12,26,45,61,64,92,95,133,134,189,202],"\u3002)":[64,92,117,134,202],"\u3002-":[28,55,64],"\u3002.":17,"\u3002:":[10,12,14,17,33,37,77,82,85,90,93,95,107,114,119,120,122,128,131,133,134,135,136,147,158,168,169,170,173,174,175,176,180,185,192,194,195,200],"\u3002[":[33,39,40,41,200],"\u3002\"":[40,41,149,174,188,194,198,203,204],"\u3002\u00d7":10,"\u3002\u2193":133,"\u3002\u3002":163,"\u3002\u300c":[41,89,103,106,117,121,125,127,157,158,167,170,179,199,202],"\u3002\u300d":194,"\u3002\u3044":11,"\u3002\u3044\u304f\u3064\u304b":167,"\u3002\u3044\u307e":38,"\u3002\u3056\u3063\u304f\u308a":75,"\u3002\u3057\u304b\u3057":[0,6,7,8,23,37,75,88,117,124,143,159,161,168,170,174,179,181,185],"\u3002\u3057\u304b\u3082":184,"\u3002\u3059":[134,159],"\u3002\u3059\u3050":135,"\u3002\u3059\u3079\u3066":[14,17],"\u3002\u3064\u307e\u308a":[45,117,157,169,179,200,206],"\u3002\u3069\u308c":138,"\u3002\u307e\u305a":194,"\u3002\u307e\u305f":[0,11,77,94,117,132,133,134,136,158,166,170,174,181,191,197,200,207],"\u3002\u307e\u3060":41,"\u3002\u30ad\u30fc":117,"\u3002\u30bf\u30b0":[75,103,117,147,199],"\u3002\u30d0\u30b0":19,"\u3002\u30df\u30ea":197,"\u3002\u30ed\u30b0":[121,135],"\u3002\u4f8b":[8,33,60,121],"\u3002\u5024":141,"\u3002\u7701\u7565\u53ef\u80fd":146,"\u3002\uff08":[2,17,21,33,35,37,50,64,82,94,101,103,114,117,133,147,153,156,157,158,163,173,174,176,177,179,180,181,192],"\u3002\uff09":[2,17,21,33,34,35,37,64,94,101,103,114,117,121,147,153,157,158,163,174,176,177,179,192],"\u3002_":[73,200],"\u3002adjuster":41,"\u3002amazon":117,"\u3002api":[146,147,153,156],"\u3002apt":12,"\u3002ascii":[157,158],"\u3002bash":33,"\u3002blogs":194,"\u3002buf":47,"\u3002c":[0,16,80],"\u3002callback":11,"\u3002centos":33,"\u3002column":[11,47,200],"\u3002command":77,"\u3002cpu\u30b3\u30a2":185,"\u3002ctrl\u30ad\u30fc":200,"\u3002cursor":64,"\u3002db":[11,37,50,191,200],"\u3002debian":14,"\u3002dump":93,"\u3002eclipse":17,"\u3002ecmascript":117,"\u3002ftp":134,"\u3002functions":14,"\u3002gdb":[6,7,14],"\u3002geopoint":203,"\u3002git":12,"\u3002gnr":156,"\u3002gnu":5,"\u3002google":157,"\u3002gqtp":[80,132,191],"\u3002grn":[11,156],"\u3002groonga":[0,3,24,25,26,28,30,31,33,39,40,41,68,71,77,85,117,134,135,157,158,164,167,171,173,177,180,200,202,204],"\u3002hook":55,"\u3002host":191,"\u3002html":146,"\u3002http":[33,40],"\u3002id":50,"\u3002int":40,"\u3002iptables":204,"\u3002json":95,"\u3002key":[63,192],"\u3002keys":63,"\u3002linux":180,"\u3002make":134,"\u3002max":64,"\u3002messagepack":[28,78],"\u3002min":64,"\u3002mroonga":[0,60],"\u3002mruby":33,"\u3002munin":[24,25,26,30],"\u3002mysql":[24,25,26,30,171],"\u3002n":[106,127,194],"\u3002name":[47,50,63],"\u3002null":[50,51,63],"\u3002obj":60,"\u3002offset":55,"\u3002optarg":51,"\u3002os":89,"\u3002output":[41,93],"\u3002pcre":135,"\u3002point":[144,145],"\u3002post":185,"\u3002rroonga":156,"\u3002ruby":167,"\u3002run":14,"\u3002scan":14,"\u3002set":134,"\u3002sql":117,"\u3002squeeze":14,"\u3002table":[63,67,92],"\u3002tag":199,"\u3002timeout":60,"\u3002tokendelimit":176,"\u3002travis":21,"\u3002tsv":[78,166],"\u3002unix":119,"\u3002utf":[40,161],"\u3002value":[60,73],"\u3002video":199,"\u3002windows":5,"\u3002xml":78,"\u300c#":35,"\u300c,":93,"\u300c\"":133,"\u300c\u25cb":102,"\u300c\u30e9\u30d9\u30eb":117,"\u300c\u5024":121,"\u300c\u5e74":33,"\u300c\u5f0f":53,"\u300c\u6771\u4eac\u90fd":194,"\u300c\u697d\u3057":192,"\u300c\u697d\u3057\u3044":192,"\u300c\uff76":161,"\u300ca":168,"\u300calice":203,"\u300cbill":192,"\u300cbilliard":192,"\u300cbob":203,"\u300ccharlie":203,"\u300ccomments":203,"\u300cgrand":203,"\u300cgroonga":[41,117,156,180],"\u300chello":117,"\u300cnew":203,"\u300cnihon":173,"\u300cnippon":173,"\u300cpopular":117,"\u300csenna":117,"\u300cthe":168,"\u300cthey":[168,169,170],"\u300cusers":203,"\u300cv":12,"\u300d:":161,"\u300d\u3001":[41,199,203],"\u300d\u3002":156,"\u300d\uff08":[93,117,192],"\u3042\u3044\u307e\u3044":121,"\u3042\u304d":205,"\u3042\u304d\u3089":41,"\u3042\u304f":46,"\u3042\u3052\u308b":[],"\u3042\u305f\u308a":[35,37],"\u3042\u3063":[12,17,26,39,40,47,60,63,73,77,95,100,117,120,134,158,167,185,199],"\u3042\u3068":[12,17,89,180],"\u3042\u306a\u305f":[2,6,7,8,12,33,167,168,169,170],"\u3042\u307e\u308a":[10,63,202],"\u3042\u3089\u304b\u3058\u3081":[12,26,181],"\u3042\u3089\u308f\u3057":206,"\u3042\u308a":[],"\u3042\u308b":[],"\u3042\u308b\u3044":[0,11,26,41,47,62,63,77,121,123,135,144,145,149,157,158,180,191],"\u3042\u308c":[6,7,12,46,121,134,141,149,158,159,194],"\u3042\u308c\u3053\u308c":10,"\u3042\u308f\u305b":[171,180],"\u3042\u308f\u305b\u308b":39,"\u3044\u3044":[2,10],"\u3044\u3044\u306d":[103,117,157,158],"\u3044\u3046":117,"\u3044\u304d":[10,12,200],"\u3044\u304f":[],"\u3044\u304f\u3064":[3,167],"\u3044\u304f\u3064\u304b":[1,2,8,11,12,14,26,28,33,40,73,93,94,100,102,103,105,106,114,117,125,127,140,151,157,158,161,167,168,171,179,180,184],"\u3044\u304f\u3089":0,"\u3044\u305a\u308c":[73,77,181],"\u3044\u3063":[119,167],"\u3044\u3064":173,"\u3044\u307e":116,"\u3044\u307e\u305b":[6,24,40,41,78,103,117,120,121,127,135,157,158,163,166,167,168,169,170,171,177,179,184,185],"\u3044\u308b":[],"\u3044\u308c":[33,39,60,179,197],"\u3044\u308d\u3044\u308d":[],"\u3044\u308f\u3086\u308b":199,"\u3044b":[192,194],"\u3046\u3048":[37,39],"\u3046\u3061":[11,33,37,39,47,60,63,64,77,82,119,141,163],"\u3046\u3061\u3044":133,"\u3046\u3063\u304b\u308a":40,"\u3046\u307e\u304f":[],"\u304a\u3044":[0,12,14,17,37,40,47,60,63,73,197,200],"\u304a\u304b":28,"\u304a\u304b\u3052":167,"\u304a\u304b\u3057":35,"\u304a\u304b\u3057\u304f":35,"\u304a\u304d":[0,12],"\u304a\u304d\u307e\u3057\u3087":197,"\u304a\u3051":117,"\u304a\u3051\u308b":[0,32,39,40,157,181,197,199,200],"\u304a\u3053":[0,197],"\u304a\u3053\u306a\u3063":200,"\u304a\u3055\u3089\u3044\u3057":10,"\u304a\u3059\u3059\u3081":[149,185],"\u304a\u3059\u3059\u3081\u3057":[12,157,158,189],"\u304a\u3070":[33,34,37,40],"\u304a\u3070\u305f":[33,37,40],"\u304a\u3088":45,"\u304a\u3088\u3073":[0,12,28,39,61,133,197,200],"\u304a\u3089":12,"\u304a\u308a":[41,207],"\u304a\u5f85\u3061":2,"\u304a\u77e5\u3089":[],"\u304a\u9858\u3044":[10,134],"\u304b\u3048\u308b":[33,154],"\u304b\u304b\u3063":78,"\u304b\u304b\u308a":[157,158,159,179],"\u304b\u304b\u308b":[63,114,131,159,200],"\u304b\u304e\u308a":134,"\u304b\u3051":[40,83],"\u304b\u3051\u308b":[10,135],"\u304b\u305a":[39,41],"\u304b\u305a\u3072\u3053\u3055\u3093":39,"\u304b\u305f":33,"\u304b\u3061":[117,192],"\u304b\u3064":[40,64,117,158,192],"\u304b\u3069":[33,41,50,93,94,102,103,108,117,120,131,135,141,144,145,157,194,195,200,207],"\u304b\u3069\u3046":[28,33,80,141,151,154,194],"\u304b\u306a\u308a":41,"\u304b\u307e\u3044":200,"\u304b\u3082":[10,33,41,65,78,88,100,106,107,108,114,115,116,119,123,124,128,157,158,167,168,169,170,202],"\u304b\u3089":[],"\u304b\u308f\u308a":[26,33,41,194],"\u304by":40,"\u304c\u3042\u308a":[12,19,117,136,143,166,171,178],"\u304c\u3042\u308c":171,"\u304c\u3053\u306e":157,"\u304c\u3059":[63,108],"\u304c\u3061":179,"\u304c\u3063":[],"\u304c\u3064\u3044":[35,39,65,75,117,171,177],"\u304c\u3069":180,"\u304c\u3072\u3068\u3064":166,"\u304c\u308f\u304b\u308a":[84,148,179,203],"\u304c\u308f\u304b\u308b":143,"\u304c\u308f\u304b\u308c":117,"\u304f\u3060":[0,2,6,7,8,12,17,24,25,26,27,28,29,30,31,33,39,40,41,45,59,75,80,81,84,85,86,88,89,92,94,96,101,103,104,106,107,108,109,110,113,114,115,116,117,119,120,121,123,124,125,126,127,128,129,134,135,136,143,148,151,154,155,157,158,166,167,177,179,180,181,183,185,189,194,195,197,198,200,203,204,205,207],"\u304f\u308c":10,"\u304f\u308c\u308b":[0,16,17,89,94],"\u3050\u3088\u3046":143,"\u3050\u308b":[33,156,157,158],"\u3050\u308b\u3093":[157,158,199],"\u3053\u3046":10,"\u3053\u3046\u3059\u308c":10,"\u3053\u3053":[12,21,78,117,120,157,158,161,166,194,197,200,203,207],"\u3053\u3053\u3067":12,"\u3053\u3068":[],"\u3053\u306a\u3044":41,"\u3053\u306a\u308c":100,"\u3053\u306e":[0,2,3,5,6,7,8,11,12,17,20,21,23,24,25,26,27,28,29,30,31,33,37,38,39,40,41,44,45,46,53,63,64,65,69,75,76,78,80,81,84,85,86,88,89,94,95,96,100,101,102,103,104,105,106,107,108,109,110,113,114,115,116,117,119,121,123,124,125,126,127,128,129,131,133,134,135,140,141,143,144,146,147,151,153,154,155,157,158,159,162,164,166,167,168,169,170,171,172,173,174,176,177,179,180,184,185,191,192,194,197,198,199,200,201,202,203,206,207],"\u3053\u308c":[0,6,7,8,11,12,16,17,28,33,37,39,40,41,46,51,68,75,81,84,85,88,100,101,102,103,105,108,109,110,113,114,117,121,124,127,135,141,143,147,153,154,157,158,159,161,166,167,168,169,170,171,173,174,175,176,177,179,180,185,191,192,194,195,197,198,202,203,206,207],"\u3053\u308c\u3089":[3,24,25,26,28,29,30,39,40,73,75,94,101,102,103,109,110,113,117,135,136,143,156,157,158,161,164,167,168,171,175,176,177,185,194,198,199,200,203],"\u3054\u3068":[],"\u3054\u307f":[10,40],"\u3054\u3089\u3093\u304f":13,"\u3054\u89a7\u304f":[14,200],"\u3055\u3044":[0,2,6,7,8,12,14,17,24,25,26,27,28,29,30,31,33,39,40,41,45,59,75,80,81,84,85,86,88,89,92,94,96,101,103,104,106,107,108,109,110,113,114,115,116,117,119,120,121,123,124,125,126,127,128,129,134,135,136,143,148,151,154,155,157,158,166,167,177,179,180,181,183,185,189,194,195,197,198,200,203,204,205,207],"\u3055\u304d":197,"\u3055\u305b":10,"\u3055\u307e\u3056\u307e\u306a":[],"\u3055\u3089":202,"\u3055\u3089\u306b":[0,33,41,75,77,175,177,199,200],"\u3055\u3093":[6,7,17,33,35,36,37,38,39,40,41,100,102,103,105,117,121,123,125,127,153,167,170,175,180,185,198],"\u3057\u3044":[192,194],"\u3057\u3046\u308b":41,"\u3057\u304b":[17,33,41,102,103,117,121,135,157,158,167,169,170,179,185,197,202],"\u3057\u304b\u3057":[17,103,117,158,166,167,170,179,180,185,192,194,202],"\u3057\u304d\u308c":39,"\u3057\u304f":40,"\u3057\u3064\u3064":14,"\u3057\u3066":[10,12,14,17,30,35,39,40,63,117,135,194,198,199,200],"\u3057\u306a\u3044":33,"\u3057\u307e":10,"\u3057\u307e\u3044":[10,123,134,169,174,194,197,205],"\u3057\u307e\u3046":[0,10,12,33,35,37,39,40,41,123,131,179],"\u3057\u307e\u3057":40,"\u3057\u307e\u3057\u3087":[75,100,123,168,169,170,179,206],"\u3057\u307e\u3059":[24,103,117,157,158,175,192,203],"\u3057\u307e\u305b":[10,28,103,117,135,173],"\u3057\u307e\u3063":41,"\u3057\u3084\u3059\u304f":39,"\u3057\u3088":[11,37,40,45,50,58,88,95,124,143,159,197],"\u3057\u308a":10,"\u3057\u308c":[10,33,41,65,78,88,100,106,107,108,114,115,116,119,123,124,128,157,158,167,168,169,170,202],"\u3058\u304d":153,"\u3059\u304e\u307e\u305b":199,"\u3059\u304e\u308b":75,"\u3059\u304f":154,"\u3059\u3050":[0,114,185],"\u3059\u3053\u308c\u3089":117,"\u3059\u3067":[12,41,65,88,124,127,159,180,192],"\u3059\u306a\u308f\u3061":197,"\u3059\u3079":[11,33,37,41,77,83,84,93,94,96,104,117,123,124,127,129,134,135,158,173,177,179,180,185,191,203],"\u3059\u3079\u304d":11,"\u3059\u3079\u3066":[28,33,35,37,39,41,63,75,77,84,86,88,94,117,124,127,134,135,141,158,167,178,179,180,198,200],"\u3059\u3080":100,"\u3059\u308b":[],"\u3059\u308b\u304b":198,"\u3059\u308c":[0,12,33,63,109,113,117,134,141,146,157,158,179,198,200],"\u305a\u3064":[133,134,180,202],"\u305a\u306b":75,"\u305a\u308c":[0,11,63,77,85,95,97,98,133,143,181,191,197],"\u305b\u3044":[40,41],"\u305b\u3044\u305c\u3044":121,"\u305b\u306a":[157,158],"\u305b\u308b":[0,11,14,121,136,146,147,151,189],"\u305b\u308c":[0,84],"\u305d\u3046":[10,21,50,108,114,141,149,158],"\u305d\u3053":[12,194,197],"\u305d\u3053\u306b":122,"\u305d\u3057\u3066":[0,117,127,153,173,197,198,202,203],"\u305d\u3061\u3089":28,"\u305d\u306e":[],"\u305d\u306e\u307e\u307e":12,"\u305d\u306e\u3088\u3046":92,"\u305d\u306e\u5f8c":[50,117,158],"\u305d\u306e\u969b":12,"\u305d\u308c":[11,12,17,26,31,33,35,57,60,64,66,86,103,117,121,135,148,155,157,158,167,176,179,181,192,194,197,198,200,202,206],"\u305d\u308c\u304b\u3089":[75,117],"\u305d\u308c\u305e\u308c":[6,7,8,11,12,14,28,41,60,63,78,100,117,121,127,133,136,151,158,164,177,191,192,194,197,198,200,202,207],"\u305d\u308c\u3086\u3048":[157,197],"\u305d\u308c\u3089":[33,45,47,65,85,94,117,123,132,166,167,185],"\u305d\u308d\u305d\u308d":200,"\u305d\u3093\u306a":[28,121],"\u305e\u3044":103,"\u305e\u308c":[11,12,57,117,158,176],"\u305f\u3044":[],"\u305f\u304b":[33,37,114,117,174],"\u305f\u304b\u3063":[174,206],"\u305f\u304f":[6,7,17,37,40,65,100,102,103,105,117,121,123,125,127,153,167,170,175,180,185,198],"\u305f\u3051\u3069":117,"\u305f\u3055\u3093":[33,34,37,40],"\u305f\u3059\u3079\u3066":117,"\u305f\u3060":[26,75],"\u305f\u3060\u3051":39,"\u305f\u3060\u3057":[33,34,37,40,41,64,73,85,102,119,133,136,157,158,167,192],"\u305f\u3061":171,"\u305f\u3068\u3048":194,"\u305f\u3069\u3063":203,"\u305f\u3069\u308b":199,"\u305f\u3070\u304b\u308a":159,"\u305f\u3073":[12,77,134,207],"\u305f\u3076\u3093":28,"\u305f\u307b\u3046":117,"\u305f\u307e\u307e":185,"\u305f\u3081":[],"\u305f\u3081\u3057":207,"\u305f\u3089":[10,12,17,28,33,35,41,50,65,68,89,114,117,123,126,131,141,151,154,158,169,173,179,185,189],"\u305f\u308a":[0,3,10,33,41,55,117,121,156,167,177,181,189],"\u3060\u3044":[37,41],"\u3060\u304b\u3089":[103,117],"\u3060\u3051":[],"\u3060\u3055\u3044":[0,3,12,13,14,17,19,21,23,28,29,30,33,39,41,75,78,84,101,103,108,117,119,121,135,155,157,158,161,166,167,171,185,191,198,200],"\u3060\u3057":[37,134],"\u3060\u3063":[33,39,63,77,117,158,194],"\u3060\u3068":10,"\u3061\u3083\u3093":199,"\u3064\u3044":203,"\u3064\u304b":36,"\u3064\u304d":[32,41,75,81,85,115,116,117,126,148,166,169],"\u3064\u3051":143,"\u3064\u3051\u308b":[10,41,75,117,205],"\u3064\u3064":[151,194],"\u3064\u3065\u3044":203,"\u3064\u3076\u3084\u304d":159,"\u3064\u307e\u308a":[12,33,89,100,117,127],"\u3065\u3051":[],"\u3066\u304d":80,"\u3066\u304f":14,"\u3066\u307f\u307e\u3057\u3087":207,"\u3067\u3044":[33,117,158,197,203],"\u3067\u3044\u3046":[161,198],"\u3067\u304d":[],"\u3067\u304d\u308b":[],"\u3067\u304f":[3,21,23,41,75,117,121,158,166],"\u3067\u3053\u306e":180,"\u3067\u3057":[29,33,41,158,168,197],"\u3067\u3057\u304b":[7,179],"\u3067\u3057\u3087":[0,6,7,20,28,41,158,159,198],"\u3067\u3059":[0,2,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,45,46,47,49,50,51,53,56,60,61,63,65,67,68,71,73,75,76,77,78,79,80,81,82,84,85,86,88,89,92,93,94,95,96,100,101,102,103,104,105,106,107,108,109,110,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,129,131,132,133,134,135,136,138,139,141,143,144,146,147,148,149,151,153,154,155,156,157,158,159,161,163,164,166,167,168,169,170,171,173,174,175,176,177,178,179,180,181,184,185,189,191,192,194,195,197,198,200,201,202,203,204,206,207],"\u3067\u3059\u306d":10,"\u3067\u305d\u3046":101,"\u3067\u3064\u306a\u3052\u308b":117,"\u3067\u3069":[101,120],"\u3067\u3069\u3053":80,"\u3067\u306a\u3051\u308c":[94,157,158],"\u3067\u306b":[108,109,113,159,194],"\u3067\u306e":[41,78,153,179],"\u3067\u306f":41,"\u3067\u307e\u3068\u3081":166,"\u3067\u307f":0,"\u3067\u3082":[0,12,14,17,19,23,24,25,26,28,30,31,33,37,39,40,41,80,85,94,117,121,134,135,147,151,153,154,167,170,171,173,177,179,191,192,194,200,202,204,207],"\u3067\u3082\u3059\u3079\u3066":179,"\u3067\u3082\u3063\u3068\u3082":76,"\u3067\u3088\u308a":41,"\u3067\u5024":[133,200],"\u3068\u3044\u3044":167,"\u3068\u3044\u3046":[0,9,10,12,14,17,28,33,37,39,40,41,53,75,77,79,82,89,94,103,106,108,109,110,113,114,115,117,119,120,121,123,126,127,134,135,136,143,147,151,153,154,156,157,158,161,164,166,167,168,169,170,171,173,174,177,178,179,180,181,185,191,192,194,197,198,199,200,202,203,204,207],"\u3068\u3044\u3051":[33,100,117,121,173,191,195],"\u3068\u3044\u3063":[26,33,39,40,41,75,100,102,103,105,117,143,156,157,158,177,185,207],"\u3068\u3048":[0,28,33,41,52,53,77,84,88,103,117,119,124,147,153,167,168,169,170,179,180,192,207],"\u3068\u304a\u308a":[32,134,197,198,207],"\u3068\u304d":[0,6,7,9,10,11,12,24,25,26,27,28,30,33,34,35,37,39,40,41,50,57,61,63,64,65,75,78,84,85,88,89,94,101,102,108,109,110,113,117,120,121,123,124,126,127,133,135,143,151,153,156,157,158,159,161,166,167,171,173,174,175,176,179,180,181,185,191,192,197,198,199,200,203,204],"\u3068\u304d\u3057\u304b":89,"\u3068\u3053\u306e":[117,167,173,180],"\u3068\u3053\u308d":[16,17,33,38,85,103,115,116,158,179],"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":75,"\u3068\u3055\u3089\u306b":[6,7],"\u3068\u3057":[11,40,41,50,88,116,117,124,132,133,134,135,143,158,159,166,173,174,175,176,179,181,197,199,202],"\u3068\u3057\u3066":[],"\u3068\u3057\u307e\u3057\u3087":[202,206],"\u3068\u3057\u307e\u305b":45,"\u3068\u3059\u3050":159,"\u3068\u3059\u3079\u3066":[39,94,101,117],"\u3068\u3059\u308c":0,"\u3068\u305d\u306e":[77,169],"\u3068\u3063":135,"\u3068\u3064\u3044":207,"\u3068\u3066":[0,117,157,158,173,177,185],"\u3068\u3068":[16,17],"\u3068\u3068\u3082\u306b":197,"\u3068\u3069":[84,172],"\u3068\u306a\u3063":40,"\u3068\u306a\u308a":[147,153,157,185,204],"\u3068\u306e":[33,103,158],"\u3068\u307f":[40,117,136,157],"\u3068\u3082":[33,103,117,134,153,154,157,158,180,195,207],"\u3068\u3082\u3063\u3068":28,"\u3068\u3088\u3044":28,"\u3068\u308a\u3068\u3093":[157,158],"\u3068\u308b":60,"\u3068\u308f\u304b\u308a":171,"\u3068\u308f\u304b\u308b":12,"\u3069\u3046":[10,34,39,51,83,87,90,97,98,99,102,117,131,135,179,194,198],"\u3069\u3053":[28,37,41],"\u3069\u3061\u3089":[19,33,50,71,123,175,185,200,202],"\u3069\u3061\u3089\u304b":[147,153,157,158],"\u3069\u306e":[28,117,127,143,144,158,163,174,198],"\u3069\u308c":[78,86,94,101,117,121,123,179,185],"\u3069\u3093":122,"\u306a\u3044":[],"\u306a\u304a":[12,192],"\u306a\u304a\u3053\u306e":134,"\u306a\u304a\u3057":41,"\u306a\u304a\u3059":41,"\u306a\u304b":10,"\u306a\u304b\u3063":[33,39,41,77,83,87,90,97,98,99,117,131,133,134,141,151,154,158,167,169,194,200],"\u306a\u304c\u3089":[0,12,39,103,117,127,179,200],"\u306a\u304c\u308b":39,"\u306a\u304e":154,"\u306a\u304f":[0,3,10,12,21,28,33,34,35,37,39,40,41,50,60,86,100,103,109,113,117,121,123,134,135,141,153,154,156,157,158,163,168,169,170,177,179,180,185,189,197,198,200,202,206],"\u306a\u3051\u308c":[21,28,39,46,47,50,53,58,60,63,71,75,80,84,85,86,88,95,100,103,114,117,121,124,133,134,135,141,148,149,154,155,157,158,166,167,168,169,170,197],"\u306a\u3055":[136,152],"\u306a\u3055\u3093":3,"\u306a\u3057":[],"\u306a\u3059":145,"\u306a\u305c":[6,7,8,33,84,89,94,103,117,121,126,157,158,161,167,168,169,170,173,174,178,179],"\u306a\u305f":[33,171],"\u306a\u3063":[0,6,7,8,10,12,14,33,35,37,38,39,40,41,75,77,78,82,89,100,117,127,157,158,169,171,173,180,185,189,194,197,200,202,203,204],"\u306a\u3067":173,"\u306a\u3068\u304d":0,"\u306a\u3069":[0,5,6,7,8,11,12,13,17,20,28,33,37,39,41,51,60,77,82,84,99,115,116,117,121,127,134,146,147,153,156,157,158,159,163,166,167,168,169,170,173,174,176,177,179,181,185,192,194,197,200,201,203,204],"\u306a\u306a\u3069":[157,158],"\u306a\u306b":[],"\u306a\u306b\u5bfe\u3057":[157,158],"\u306a\u306e":[33,173],"\u306a\u3073":33,"\u306a\u3082\u306e":[12,47,167],"\u306a\u3084\u308a\u304b\u305f":206,"\u306a\u3089":[6,7,8,11,14,21,24,25,26,30,33,39,40,41,47,51,60,63,75,77,84,89,92,94,100,102,103,105,111,117,119,121,126,131,133,134,135,148,155,157,158,161,167,168,169,170,173,174,178,179,180,195,202],"\u306a\u308a":[0,6,7,8,10,12,21,33,37,39,40,41,46,47,50,51,53,60,63,71,73,75,77,78,80,81,83,84,85,89,91,94,95,100,103,109,110,113,114,117,119,120,121,123,124,126,133,134,135,136,143,144,153,157,158,159,161,164,166,167,168,169,170,171,173,174,178,179,181,191,194,197,198,199,200,202,203,204,205,207],"\u306a\u308b":[0,10,11,12,17,23,24,25,26,28,30,31,33,34,35,36,39,40,41,50,51,60,65,83,85,91,92,93,94,117,121,123,133,134,135,141,144,145,149,151,153,157,158,159,171,176,180,181,194,197,198,200],"\u306a\u308c":77,"\u306a\u3093":77,"\u306b\u3042\u308a":[6,7,8,106,121],"\u306b\u3044\u304f\u3064\u304b":[33,40],"\u306b\u304a\u3044":[12,77,197],"\u306b\u304f\u3044":0,"\u306b\u304f\u3044\u304b":179,"\u306b\u304f\u304f":33,"\u306b\u304f\u308b":194,"\u306b\u3057":[33,40,41,101,117,157,158],"\u306b\u3059":194,"\u306b\u3059\u3050":159,"\u306b\u3059\u3079\u3066":84,"\u306b\u3059\u308b":185,"\u306b\u3064":39,"\u306b\u3064\u3044\u3066":[0,3,7,11,12,19,20,21,24,25,26,27,28,29,30,33,37,39,40,41,45,57,60,64,75,76,77,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,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,140,142,143,144,145,147,150,151,152,154,157,166,167,168,169,170,171,173,174,176,179,180,181,183,185,191,192,195,197,198,200,201,203,207],"\u306b\u3064\u3051":158,"\u306b\u3064\u3076\u3084\u3051":10,"\u306b\u3064\u3076\u3084\u3051\u308b":10,"\u306b\u3066":[12,33,39,40,143],"\u306b\u3068\u3063":[10,33],"\u306b\u3068\u3063\u3066":[10,127,179],"\u306b\u3069":11,"\u306b\u3082":[117,167,192],"\u306b\u3088":39,"\u306b\u3088\u304f":168,"\u306b\u3088\u3063":[0,9,11,40,50,60,63,75,77,82,83,85,87,90,91,93,97,98,99,100,111,118,122,132,133,136,156,191,192,197,199,200],"\u306b\u3088\u3063\u3066":[0,14,40,50,73,77,194,197,200],"\u306b\u3088\u308a":[0,12,32,33,39,40,41,82,117,135,143,179,181,185,188,191,194,197,200,202,204,205],"\u306b\u3088\u308b":[],"\u306b\u5bfe\u3057":[0,11,12,33,34,39,40,41,55,60,63,75,84,85,103,109,113,114,117,120,129,131,132,136,154,157,158,167,169,179,192,198,199,200,202,206,207],"\u306b\u5bfe\u3057\u7570":151,"\u306b\u5bfe\u3059\u308b":[],"\u306b\u5bfe\u5fdc":[37,38,39,41,47,50,55,58,60,61,63,66,95,99,100,103,133,136],"\u306b\u5bfe\u5fdc\u4ed8\u3051":173,"\u306b\u5bfe\u8c61":37,"\u306b\u95a2\u3057":[11,33,40,50,134],"\u306b\u95a2\u3059\u308b":[],"\u306e\u3042\u3068":39,"\u306e\u3044":[0,11,63,77,95,97,98,133,143,181,191],"\u306e\u3044\u305a\u308c":[86,206],"\u306e\u3044\u305a\u308c\u304b":[62,63,66,144,145],"\u306e\u3046\u3061":[86,157],"\u306e\u304b":[192,203],"\u306e\u304b\u308f\u308a":41,"\u306e\u304f\u3089\u3044":180,"\u306e\u3059":89,"\u306e\u3059\u3079\u3066":[103,117,126,185],"\u306e\u305e\u3044":179,"\u306e\u3067":[0,1,10,12,17,21,31,33,37,39,40,41,78,84,94,100,102,103,115,116,117,121,135,136,141,143,151,153,154,166,173,180,185,189,192,194,195,197,200,202,203],"\u306e\u3067\u3057\u3087":[117,167],"\u306e\u3069\u3061\u3089":[117,158],"\u306e\u3069\u3061\u3089\u304b":[117,141,157,158],"\u306e\u3069\u308c":[121,138,173],"\u306e\u306b":[],"\u306e\u306b\u5bfe\u3057":50,"\u306e\u307b\u304b":[181,197],"\u306e\u307f":[],"\u306e\u307f\u3057\u304b":175,"\u306e\u3088\u3046":[33,40,41,46,86,100,117,121,156,157,158,167,168,179],"\u306f\u3042\u306a\u305f":6,"\u306f\u3044":197,"\u306f\u3044\u304f\u3064\u304b":[32,45,78,123,157,185],"\u306f\u3044\u3051":[50,60,92,131,158],"\u306f\u3044\u308f\u3086\u308b":33,"\u306f\u304d\u3063\u3068":167,"\u306f\u3053\u306e":[33,117,119,154,170,179,195],"\u306f\u3058\u307e\u308a":77,"\u306f\u3058\u3081":[],"\u306f\u3059\u3079\u3066":[81,89,94,95,96,108,115,116,117,119,121,123,125,126,127,135,147,156,158,161,169,170,179,200],"\u306f\u305a":[39,134,167,180],"\u306f\u305d\u306e":50,"\u306f\u3061\u3087\u3046":158,"\u306f\u3068":177,"\u306f\u3069":[117,121,173],"\u306f\u3069\u3061\u3089":185,"\u306f\u3069\u3061\u3089\u304b":[157,158],"\u306f\u306a\u304f":167,"\u306f\u307b\u3068\u3093\u3069":117,"\u306f\u307e\u305a":12,"\u306f\u307e\u3060":[103,170,185],"\u306f\u307e\u3068\u3081\u3066":12,"\u306f\u307f":3,"\u306f\u6708":[158,171],"\u3070\u3042":171,"\u3070\u3044\u3051":[21,28,39,47,50,53,58,60,63,71,75,84,86,88,94,103,117,121,124,135,154,157,158,166,167,168,169,170],"\u3070\u304b\u308a":33,"\u3070\u3053\u306e":33,"\u3070\u3059\u3079\u3066":179,"\u3070\u308c\u308b":35,"\u3072\u3053\u3055\u3093":[39,41],"\u3072\u3068\u3064":[39,142,157],"\u3072\u3089":[157,158,173,179],"\u3072\u308d":205,"\u3072\u308d\u3086\u304d":205,"\u3075\u306a\u3068":41,"\u3075\u308a":120,"\u3076\u3093":10,"\u3078\u3059\u3079\u3066":[33,84],"\u3078\u306e":[28,197],"\u3079\u304d":[6,7,8,12,33,60,86,102,158,161,191],"\u3079\u304f":200,"\u3079\u3066":[104,117,135,198],"\u3079\u30fc\u30b9":41,"\u307b\u3046":41,"\u307b\u304b":[0,197],"\u307b\u3057\u304f":117,"\u307b\u3068\u3093\u3069":[33,50],"\u307b\u3069":[120,121,179,189,197,200],"\u307e\u3057":[6,7,8,10,12,17,33,37,39,40,41,103,117,121,135,143,157,158,161,167,174,179,194,198,199,203],"\u307e\u3057\u3087":[103,117,143,199,200],"\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,44,45,46,47,48,50,51,52,53,55,57,58,59,60,61,62,63,64,65,66,67,68,69,71,73,75,76,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,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,183,184,185,188,189,191,192,194,195,197,198,199,200,201,202,203,204,205,206,207],"\u307e\u305a":[12,17,28,31,134,135,158,192,194,198,200,202,203,206],"\u307e\u305b":[0,6,7,10,12,17,28,33,37,39,40,41,45,46,47,50,53,57,58,60,63,64,65,68,69,71,73,75,78,80,81,84,85,86,88,89,92,94,95,99,100,101,102,103,104,106,107,108,111,114,115,116,117,118,119,120,121,122,123,124,126,127,128,131,133,134,135,141,143,147,151,153,154,157,158,159,161,163,166,167,168,169,170,171,173,174,175,177,178,179,180,181,183,185,189,191,192,194,195,197,198,200,202,204,206],"\u307e\u305f":[],"\u307e\u305f\u3044":[39,143,171],"\u307e\u305f\u3050":[],"\u307e\u3060":[37,40,41,77,100,103,115,116,117,119,120,153,158,168,171,191],"\u307e\u3064\u308f":40,"\u307e\u3067":[11,12,17,32,40,41,45,46,95,100,117,133,134,141,159,167,177,180,198,200,202,203,205],"\u307e\u3068\u3081":[],"\u307e\u3068\u3081\u3066":[0,12,197,198],"\u307e\u3068\u3081\u308b":135,"\u307e\u307e":[10,12,33,40,77,123,158,198],"\u307e\u307e\u3067":194,"\u307e\u308a":[33,117],"\u307e\u308d\u3086\u304d":205,"\u307e\u308f\u308a":3,"\u307f\u304c":11,"\u307f\u305f\u3059":203,"\u307f\u3066":207,"\u307f\u306a\u3055":11,"\u307f\u307e\u3057\u3087":[100,117,123,158,168,169,170,197,198,199,200,202,203,206,207],"\u3080\u308b":[157,158],"\u3080\u308b\u3093":[157,158],"\u3082\u3046":[39,50,94,135,142,159,197,202],"\u3082\u3046\u307e\u304f":28,"\u3082\u304d\u3061\u3093":135,"\u3082\u3053\u306e":94,"\u3082\u3057":[6,7,21,28,33,40,41,46,65,78,80,89,94,103,114,117,119,121,123,131,134,135,141,143,149,151,154,157,158,166,167,168,169,171,180,185],"\u3082\u3057\u3042":33,"\u3082\u3057\u304b\u3057":179,"\u3082\u3057\u304f":[12,26,33,39,40,41,63,64,100,102,105,135,141,146,147,153,157,158,181,191,195,197,202],"\u3082\u3057\u3053\u306e":195,"\u3082\u3057\u3054":39,"\u3082\u3057\u307e\u305b":65,"\u3082\u3057\u308c":[166,179],"\u3082\u3057\u4e00\u3064":46,"\u3082\u3057x":40,"\u3082\u3059":[109,113],"\u3082\u305b":131,"\u3082\u3061\u308d\u3093":[134,198],"\u3082\u3063\u3068":[6,7,117],"\u3082\u3063\u3068\u3082":14,"\u3082\u3064":[33,92,198],"\u3082\u3069\u3061\u3089":170,"\u3082\u306e":[11,12,17,31,33,39,40,41,46,63,64,77,100,102,103,105,117,132,133,134,135,143,144,149,152,161,167,168,170,174,191,197,200,202],"\u3082\u3088\u308a":170,"\u3082\u3089\u3048":10,"\u3082\u3089\u3048\u308b":10,"\u3082\u3089\u3063":200,"\u3082\u308c\u308b":33,"\u3084\u304c":77,"\u3084\u3057":117,"\u3084\u3059\u3044":[33,34,117,147,153,156],"\u3084\u3059\u3044\u304b":166,"\u3084\u3059\u304f":[35,41],"\u3084\u3059\u304f\u3057":33,"\u3084\u305d\u306e":92,"\u3084\u307e":41,"\u3084\u307e\u3060":41,"\u3084\u307e\u306d":[40,41],"\u3084\u3081":[33,37,40,41],"\u3084\u3081\u307e\u3057\u3087":[168,169,170],"\u3084\u3089":12,"\u3084\u308b":[],"\u3086\u304d":205,"\u3086\u304d\u3072\u308d":205,"\u3088\u3044":[17,60,84,94,117,157,158,185,198,202],"\u3088\u3046":[],"\u3088\u304b\u3063":194,"\u3088\u304f":[75,94,103,117,141,167,179],"\u3088\u3063":207,"\u3088\u3063\u3066":[71,127,163,181,201,207],"\u3088\u3073":11,"\u3088\u308a":[6,7,11,23,28,33,35,37,39,40,41,64,75,89,117,121,134,143,144,149,157,158,159,166,167,168,169,170,173,179,180,181,192,194,197,198,202,203],"\u3089\u308c":[0,10,11,35,37,39,40,46,83,84,86,92,114,117,122,127,177,179,200,202,206],"\u3089\u308c\u308b":[0,11,39,40,41,47,64,167,192],"\u308c\u305a":77,"\u308c\u307e\u305b":[28,33,63,77,82,117,123,133,146,166,202],"\u308c\u308b":[0,9,11,12,14,17,28,33,37,39,40,41,46,50,55,61,64,65,73,75,77,81,82,99,100,101,103,106,114,115,116,117,120,121,123,133,134,141,143,149,153,154,159,161,163,167,173,174,176,177,179,181,191,192,194,200,207],"\u308f\u304b\u3061":192,"\u308f\u304b\u308a":[33,35,41,117,179,198],"\u308f\u304b\u308b":41,"\u308f\u304b\u308c":117,"\u308f\u3051":[117,125,127,158,173,180,197],"\u3092\u304a\u3053":203,"\u3092\u3054":14,"\u3092\u3054\u89a7\u304f":0,"\u3092\u3064\u3051":[100,117,157],"\u3092\u3064\u3051\u308b":[6,7,158],"\u3092\u308a":135,"\u3092\u901a\u3057":[133,200],"\u3093\u304c":[157,158],"\u3093\u3057":108,"\u3093\u3057\u304d":156,"\u30a2\u30ab\u30a6\u30f3\u30c8":[2,12,41],"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":10,"\u30a2\u30af\u30bb\u30b5":60,"\u30a2\u30af\u30bb\u30b5\u30fc":33,"\u30a2\u30af\u30bb\u30b9":[12,17,35,37,39,40,41,45,63,88,117,124,132,133,135,136,180,197,204],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[75,117],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":121,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\u30a2\u30c9\u30ec\u30b9":[37,63,133,134,191,204],"\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30a2\u30d4\u30fc\u30eb":12,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[0,20,56,158],"\u30a2\u30e1\u30ea\u30ab":143,"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[81,143,156,170],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[41,64,103,117,121,127,167,174,179,192,194],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":39,"\u30a2\u30f3\u30ab\u30fc":[],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[73,85,121],"\u30a2\u30f3\u30de\u30c3\u30d7":[33,89],"\u30a2\u30fc\u30ab\u30a4\u30d6":[12,17,31],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u30fc":41,"\u30a4\u30d9\u30f3\u30c8":33,"\u30a4\u30d9\u30f3\u30c8\u30ed\u30b0":33,"\u30a4\u30f3\u30af\u30eb\u30fc\u30c9":33,"\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,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[0,134,156],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":164,"\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,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[],"\u30a4\u30f3\u30dd\u30fc\u30c8":[],"\u30a6\u30a7\u30a4\u30c8":85,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[133,135,136],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":133,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":35,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[28,59,117,133],"\u30a8\u30b9\u30b1\u30fc\u30d7":[],"\u30a8\u30c7\u30a3\u30bf":17,"\u30a8\u30e9\u30fc":[],"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[39,41,200],"\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,77,78],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":39,"\u30a8\u30e9\u30fc\u30ed\u30b0":189,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[28,33,34,41,50,52,53,158,161],"\u30a8\u30f3\u30b3\u30fc\u30c9":[35,136,161],"\u30a8\u30f3\u30b8\u30f3":[0,117,167,168,169,170,197,199],"\u30a8\u30f3\u30c8\u30ea":[46,47,103,117,154,157,158],"\u30a8\u30f3\u30c8\u30ea\u30fc":[33,117],"\u30aa\u30b9\u30b9\u30e1":[6,7,8,23,24,25,26,30,31,167,179],"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":35,"\u30aa\u30d5\u30bb\u30c3\u30c8":[33,39,117,120],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[33,38],"\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":33,"\u30aa\u30da\u30ec\u30fc\u30bf\u30fc":33,"\u30aa\u30fc\u30ca\u30fc":[33,40],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[33,37,40,41],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":37,"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[41,189],"\u30aa\u30fc\u30d7\u30f3":[33,37,39,40,46],"\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\u30c8":[40,100,203],"\u30ab\u30b9\u30b1\u30fc\u30c9":[],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[6,7,8,28,33,39,40,41,90,93,106,117,121,125,127,133,153,157,161,168,173,178,180,198],"\u30ab\u30b9\u30bf\u30e0":[65,126,135],"\u30ab\u30b9\u30bf\u30e0\u30b9\u30b3\u30a2\u30e9\u30fc":168,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":39,"\u30ab\u30b9\u30bf\u30e0\u30ed\u30b0":41,"\u30ab\u30bf\u30ab\u30ca":[64,120,161,173,179],"\u30ab\u30c6\u30b4\u30ea":[117,125,127],"\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":88,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[157,158],"\u30ab\u30e9\u30e0id":63,"\u30ab\u30e9\u30e0n":154,"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[12,17,134],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":64,"\u30ab\u30ec\u30fc":192,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":192,"\u30ab\u30f3\u30de":[93,95,158,198,200],"\u30ab\u30fc\u30bd\u30eb":[35,37,57,64],"\u30ab\u30fc\u30cd\u30eb":180,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[39,180],"\u30ad\u30e3\u30b9\u30c8":[35,38,39,40,157,169,170,203],"\u30ad\u30e3\u30c3\u30b7\u30e5":[],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":81,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":46,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":135,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":40,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":135,"\u30ad\u30e3\u30f3\u30bb\u30eb":114,"\u30ad\u30e3\u30f3\u30bb\u30eb\u30ea\u30af\u30a8\u30b9\u30c8":114,"\u30ad\u30fc":[32,33,35,38,39,40,41,47,61,63,73,75,84,92,100,102,103,105,114,117,119,121,123,133,138,157,158,161,177,179,181,197,200],"\u30ad\u30fc\u30b5\u30a4\u30ba":[33,177],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":177,"\u30ad\u30fc\u30dc\u30fc\u30c9":117,"\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":135,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":132,"\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":175,"\u30af\u30a8\u30ea\u30ed\u30b0":[37,39,173,174,176],"\u30af\u30a8\u30ea\u30fc":[],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":164,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":81,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":117,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":185,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[33,41,133,135],"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":133,"\u30af\u30a8\u30ea\u30fcapi":[76,80],"\u30af\u30a8\u30eaapi":33,"\u30af\u30a9\u30fc\u30c8":[106,127,157],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":41,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":111,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[35,39,133,136],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":[1,189],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":41,"\u30af\u30e9\u30c3\u30b7\u30e5":[33,35,37,39,40,41,88,94,124],"\u30af\u30ea\u30a2":[37,39,60],"\u30af\u30ea\u30c3\u30af":117,"\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":117,"\u30b0\u30ed\u30fc\u30d0\u30eb":[39,45],"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":46,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":163,"\u30b1\u30fc\u30b9":[],"\u30b2\u30c3\u30c8":2,"\u30b3\u30a2":[28,135,185],"\u30b3\u30b9\u30c8":[63,159],"\u30b3\u30cd\u30af\u30b7\u30e7\u30f3":33,"\u30b3\u30d4\u30fc":[12,33,39,47,55,60,63,84,88,93,124],"\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\u30d0\u30fc\u30b8\u30e7\u30f3":[],"\u30b3\u30de\u30f3\u30c9\u30d1\u30fc\u30b5\u30fc":167,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[31,39,134],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[28,77,78,134,184],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":164,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":157,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b9\u30bf\u30a4\u30eb":167,"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":133,"\u30b3\u30de\u30f3\u30c9url":185,"\u30b3\u30df\u30c3\u30c8":[6,7,12],"\u30b3\u30e1\u30f3\u30c8":[],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":202,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":202,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":202,"\u30b3\u30e1\u30f3\u30c8id":203,"\u30b3\u30ed\u30f3":85,"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[46,50,60,119,154],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":191,"\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":33,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":77,"\u30b3\u30fc\u30c9":[17,33,40,41,127],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":11,"\u30b4\u30df":[35,37,82],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":82,"\u30b5\u30a4\u30ba":[0,23,24,25,26,30,31,32,33,37,39,40,41,47,58,60,63,64,65,82,121,133,153,155,177,180,191,195,197],"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":91,"\u30b5\u30a4\u30c8":[12,117,156,197,199],"\u30b5\u30a4\u30c9\u30e1\u30cb\u30e5\u30fc":117,"\u30b5\u30b8\u30a7\u30b9\u30c8":[],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":174,"\u30b5\u30d6\u30bb\u30c3\u30c8":[63,181],"\u30b5\u30d6\u30bf\u30b9\u30af":12,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30b5\u30dd\u30fc\u30c8":[0,1,6,7,8,10,12,21,28,30,33,34,35,37,38,39,40,41,64,77,103,114,115,116,119,121,126,127,134,135,151,153,157,158,159,161,163,164,166,167,171,177,179,185,188,189,197,198,202,204],"\u30b5\u30de\u30ea":40,"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":143,"\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":104,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[148,149,151,154,155,168,169,170],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":134,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":118,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":133,"\u30b5\u30fc\u30d0\u30fc":[],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[],"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":40,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":191,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30fc\u30c9":33,"\u30b5\u30fc\u30d0\u30fcid":37,"\u30b5\u30fc\u30d3\u30b9":[0,21,39,40,41,180],"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":40,"\u30b7\u30a7\u30a2":2,"\u30b7\u30a7\u30eb":[28,33,133,134,157,167],"\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\u30fc\u30c7\u30a3\u30f3\u30b0":[],"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0\u30d0\u30fc\u30b8\u30e7\u30f3":103,"\u30b7\u30e3\u30fc\u30c9":[33,103,104,171],"\u30b7\u30e3\u30fc\u30c9\u30ad\u30fc":103,"\u30b7\u30e3\u30fc\u30d7":121,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[40,106,127,133,200],"\u30b7\u30f3\u30b0\u30eb\u30b9\u30ec\u30c3\u30c9\u30e2\u30c7\u30eb":126,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":41,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":[33,41],"\u30b7\u30f3\u30d7\u30eb":[33,156,184,198],"\u30b7\u30f3\u30dc\u30eb":85,"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb":33,"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b5\u30fc\u30c1":[33,159],"\u30b7\u30fc\u30b1\u30f3\u30b9":[173,174,176],"\u30b8\u30aa\u30b5\u30fc\u30c1":[],"\u30b9\u30ab\u30e9":47,"\u30b9\u30ab\u30e9\u30fc":[75,117],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[],"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":75,"\u30b9\u30ad\u30c3\u30d7":[33,40,41],"\u30b9\u30ad\u30e3\u30f3":[146,147],"\u30b9\u30ad\u30fc\u30de":[33,53,84,92,93,100,103,117,123,141,143,146,147,148,149,151,153,154,155,157,158,159,167,168,169,170,171,180,202],"\u30b9\u30af\u30ea\u30d7\u30c8":[],"\u30b9\u30b1\u30fc\u30d7":167,"\u30b9\u30b3\u30a2":[11,33,39,73,75,117,120,138,168,169,170,194,207],"\u30b9\u30b3\u30a2\u30e9\u30fc":[],"\u30b9\u30b3\u30a2\u30fc":[],"\u30b9\u30b3\u30a2\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":168,"\u30b9\u30b3\u30fc\u30d7":167,"\u30b9\u30bf\u30a4\u30eb":[],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":40,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[133,136],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30fc\u30f3\u30e2\u30fc\u30c9":33,"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":31,"\u30b9\u30c6\u30c3\u30d7":[84,167],"\u30b9\u30c6\u30df\u30f3\u30b0":[41,178],"\u30b9\u30c6\u30fc\u30bf\u30b9":[33,40,80,119,131,191],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":39,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":191,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[41,117,178,201],"\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,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":40,"\u30b9\u30cb\u30da\u30c3\u30c8":[40,153],"\u30b9\u30d1\u30de\u30fc":[168,169,170],"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":33,"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u30b5\u30dd\u30fc\u30c8":33,"\u30b9\u30da\u30a4\u30f3":143,"\u30b9\u30da\u30eb":166,"\u30b9\u30da\u30fc\u30b9":[33,37,40,117],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[37,185],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":37,"\u30b9\u30ec\u30c3\u30c9":[0,9,33,50,65,89,101,119,123,126,133,134,185],"\u30b9\u30ec\u30c3\u30c9\u30bb\u30fc\u30d5":33,"\u30b9\u30ec\u30c3\u30c9\u30d7\u30fc\u30eb":65,"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":[33,135],"\u30b9\u30ef\u30c3\u30d7":180,"\u30b9\u30fc\u30d7":192,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":192,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":192,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":192,"\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,47,75,76,78,81,84,86,88,89,94,95,96,100,101,102,103,104,105,106,108,114,115,116,117,119,121,123,124,125,126,127,129,131,135,140,143,147,157,162,166,167,168,169,170,172,173,174,176,180,191,198],"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":39,"\u30bb\u30b0\u30e1\u30f3\u30c8":[41,60,82,91],"\u30bb\u30c3\u30b7\u30e7\u30f3":[111,133,191],"\u30bb\u30c3\u30c8":[11,60,63,64,83,125,192],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[17,40,138],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u30b9\u30af\u30ea\u30d7\u30c8":21,"\u30bb\u30df\u30b3\u30ed\u30f3":134,"\u30bb\u30ec\u30af\u30bf\u30fc":33,"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":203,"\u30bd\u30b1\u30c3\u30c8":[39,82,83,85,87,90,91,93,97,98,99,111,118,122],"\u30bd\u30d5\u30c8":166,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":[],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":199,"\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":[33,41,84,86],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":17,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":31,"\u30bd\u30fc\u30c8":[],"\u30bd\u30fc\u30c8\u30ad\u30fc":[34,63,117,120],"\u30bf\u30a4\u30c8\u30eb":[103,117,157,158,168,169,170,197,199,202],"\u30bf\u30a4\u30d7":[33,37,55,117,134,185],"\u30bf\u30a4\u30df\u30f3\u30b0":[39,200],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[40,45],"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[36,173,174,176],"\u30bf\u30b0":[],"\u30bf\u30b0\u30c6\u30ad\u30b9\u30c8":179,"\u30bf\u30d6":[164,166,191],"\u30bf\u30fc\u30b2\u30c3\u30c8":39,"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":46,"\u30bf\u30fc\u30df\u30ca\u30eb":135,"\u30c0\u30a4\u30a2\u30ed\u30b0":40,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":185,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[],"\u30c0\u30d6\u30eb":[37,39,121,157,158,177],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[106,127,133,200],"\u30c0\u30e1\u30fc\u30b8":194,"\u30c0\u30f3\u30d7":[33,35,39,40,93,180],"\u30c1\u30a7\u30c3\u30af":[33,35,37,39,40,41,50,82,108,123,131,132,134,141],"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":12,"\u30c1\u30e3\u30f3\u30af":[33,82],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":82,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":82,"\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":180,"\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,33,35,39,40,53,75,106,121,125,127,134,146,147,148,153,161,167,179],"\u30c6\u30ad\u30b9\u30c8\u30ab\u30e9\u30e0":33,"\u30c6\u30ad\u30b9\u30c8\u30c7\u30fc\u30bf":121,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":134,"\u30c6\u30af\u30cb\u30c3\u30af":[168,169,170],"\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":134,"\u30c6\u30fc\u30d6\u30eb":[],"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[122,124],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":39,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":57,"\u30c7\u30a3\u30b9\u30af":[33,34,89,94,108,202],"\u30c7\u30a3\u30b9\u30af\u30d5\u30eb":33,"\u30c7\u30a3\u30b9\u30afi":121,"\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":[],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":40,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30fc":[6,7],"\u30c7\u30b6\u30a4\u30f3":39,"\u30c7\u30d0\u30c3\u30ac\u30fc":[6,7],"\u30c7\u30d0\u30c3\u30b0":[6,7,33,41,82,127,135],"\u30c7\u30d0\u30c3\u30b0\u30aa\u30d7\u30b7\u30e7\u30f3":[6,7],"\u30c7\u30d0\u30c3\u30b0\u30ed\u30b0":33,"\u30c7\u30d5\u30a9\u30eb\u30c8":[6,7,8,11,28,33,34,35,37,38,39,40,41,45,48,50,52,59,75,77,90,93,95,99,101,102,103,117,119,120,121,125,127,132,133,134,135,143,144,151,157,158,159,164,168,170,180,181,185,191,192,194,197,198,200],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[39,84,121,174],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":41,"\u30c7\u30d5\u30e9\u30b0":37,"\u30c7\u30d7\u30ed\u30a4":135,"\u30c7\u30e1\u30ea\u30c3\u30c8":177,"\u30c7\u30fc\u30bf":[],"\u30c7\u30fc\u30bf\u30ab\u30e9\u30e0":[131,169,170],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":46,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[71,75],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":71,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":[120,173],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":134,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":185,"\u30c7\u30fc\u30bf\u30d9\u30fc":37,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b5\u30a4\u30ba":180,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b9\u30ad\u30fc\u30de":93,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[40,180],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u30b3\u30de\u30f3\u30c9":171,"\u30c7\u30fc\u30e2\u30f3":[],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":135,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[40,41,133],"\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":198,"\u30c8\u30d4\u30c3\u30af":12,"\u30c8\u30e2":199,"\u30c8\u30e9\u30a4":[37,121,157,158,177],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":[179,194],"\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":33,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[41,127],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30e2\u30fc\u30b8\u30e5\u30fc\u30eb":179,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":[125,127],"\u30c8\u30fc\u30af\u30f3":[33,35,37,40,41,121,125,127,158,161,174,176,177,178,179,192],"\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":33,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":178,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":178,"\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,198],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[],"\u30ca\u30ce":[35,78],"\u30cb\u30c3\u30dd\u30f3":173,"\u30cb\u30db\u30f3":173,"\u30cb\u30db\u30f3\u30b4":173,"\u30cb\u30db\u30f3\u30b8\u30f3":173,"\u30cb\u30e5\u30fc\u30b9":159,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[143,203],"\u30cd\u30b9\u30c8":[33,39,40,41,202],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[185,204],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[39,191],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":39,"\u30ce\u30a4\u30ba":[174,194],"\u30ce\u30fc\u30c9":[39,64],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":33,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":161,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[106,161],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":161,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[40,41,106,127,200],"\u30cf\u30a4\u30d5\u30f3":[121,200],"\u30cf\u30a4\u30e9\u30a4\u30c8":[146,147],"\u30cf\u30c3\u30b7\u30e5":[12,33,39,82],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[37,40,121,158,177],"\u30d0\u30a4\u30b0\u30e9\u30e0":[179,194],"\u30d0\u30a4\u30b0\u30e9\u30e0\u30d9\u30fc\u30b9":179,"\u30d0\u30a4\u30c8":[33,35,37,39,40,41,47,50,64,80,117,153,177,181],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":39,"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":[33,53],"\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":78,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[20,21,156],"\u30d0\u30a4\u30f3\u30c9":33,"\u30d0\u30b0":[10,33,37,40],"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9":33,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":[33,39,41],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":93,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[40,53,133,157],"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":39,"\u30d0\u30c3\u30d5\u30a1":[39,40,47,53,55,58,60,63,82,202],"\u30d0\u30c3\u30d5\u30a1\u30b5\u30a4\u30ba":33,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":82,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":40,"\u30d0\u30c3\u30d5\u30a1id":82,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":177,"\u30d0\u30eb\u30af":33,"\u30d0\u30eb\u30af\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":33,"\u30d0\u30f3\u30c9\u30eb":[33,40,41],"\u30d1\u30a4\u30d7":85,"\u30d1\u30b9":[12,28,33,35,36,37,41,51,86,109,110,113,131,132,133,134,135,136,139,185,191,200],"\u30d1\u30b9\u30b9\u30bf\u30a4\u30eb":167,"\u30d1\u30bf\u30fc\u30f3":[33,78,157,158,167],"\u30d1\u30bf\u30fc\u30f3\u30de\u30c3\u30c1":167,"\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":[33,35,37,40,121,157,158,177],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[157,158],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30ce\u30fc\u30c9":33,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[33,40,41,132,135,149,189],"\u30d1\u30e9\u30e1\u30bf":[45,46,47,48,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,69],"\u30d1\u30e9\u30e1\u30fc\u30bf":[],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[],"\u30d1\u30ea":143,"\u30d1\u30fc\u30b5\u30fc":[12,157,167],"\u30d1\u30fc\u30b9":[37,52,53,156],"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3":41,"\u30d2\u30c3\u30c8":[11,40,117,159,173,192,194,203,205],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[117,156,194],"\u30d2\u30e5\u30d9\u30cb":[143,144],"\u30d3\u30c3\u30b0\u30a8\u30f3\u30c7\u30a3\u30a2\u30f3":41,"\u30d3\u30c3\u30c8":[],"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":158,"\u30d3\u30e5\u30fc":39,"\u30d3\u30eb\u30c8\u30a4\u30f3":40,"\u30d3\u30eb\u30c9":[],"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":[33,41],"\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],"\u30d4\u30ea\u30aa\u30c9":[85,202],"\u30d5\u30a1\u30a4\u30eb":[],"\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba":33,"\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,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[47,51,60,63],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":166,"\u30d5\u30a1\u30bb\u30c3\u30c8":117,"\u30d5\u30a3\u30eb\u30bf":[33,39],"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":40,"\u30d5\u30a3\u30eb\u30bf\u30fc":154,"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":117,"\u30d5\u30a3\u30fc\u30eb\u30c9":86,"\u30d5\u30a9\u30eb\u30c0\u30fc":31,"\u30d5\u30a9\u30ed\u30ef\u30fc":12,"\u30d5\u30a9\u30ed\u30fc":[],"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":203,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[],"\u30d5\u30a9\u30fc\u30e0":[40,117,156,157],"\u30d5\u30c3\u30af":21,"\u30d5\u30e9\u30b0":[33,34,37,38,39,41,50,64,75,82,83,85,86,87,90,97,98,99,106,117,121,127,157,158,161,167,191,197,200,201,205],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":91,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[34,91],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":60,"\u30d5\u30e9\u30c3\u30b7\u30e5":33,"\u30d5\u30e9\u30f3\u30b9":143,"\u30d5\u30ec\u30fc\u30ba":[],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":14,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":75,"\u30d6\u30e9\u30a6\u30b6":[12,17,28,204],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[],"\u30d6\u30e9\u30b8\u30ea\u30a2":143,"\u30d6\u30e9\u30b8\u30eb":143,"\u30d6\u30ed\u30b0":[],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[117,157,158,202],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u30fc":103,"\u30d6\u30ed\u30c3\u30af":[0,40,135],"\u30d6\u30fc\u30ea\u30a2\u30f3":181,"\u30d6\u30fc\u30eb":[181,197],"\u30d7\u30e9\u30b0\u30a4\u30f3":[0,17,24,25,26,28,30,33,34,35,36,37,39,40,41,93,100,101,102,103,104,109,110,113,115,116,151,155,161,166,171,178],"\u30d7\u30e9\u30b0\u30a4\u30f3api":41,"\u30d7\u30e9\u30b0\u30de":117,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[14,17,23,28,37],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[65,135,171,177,200],"\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,35,39,86,135,158],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[],"\u30d7\u30ed\u30bb\u30b9":[],"\u30d7\u30ed\u30bb\u30b9id":191,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":135,"\u30d7\u30ed\u30c8\u30b3\u30eb":[],"\u30d7\u30ed\u30f3\u30d7\u30c8":164,"\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,133],"\u30d9\u30af\u30bf":[34,35,39,40,60],"\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":75,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":41,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":134,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":40,"\u30d9\u30fc\u30b7\u30c3\u30af":185,"\u30d9\u30fc\u30b9":[0,17,35,37,39,41,63,64,114,127,157,158,168,169,170,171,179,184,189],"\u30d9\u30fc\u30b9\u30d1\u30b9":135,"\u30da\u30a2":[33,117,166,173,174,175,176,197,206],"\u30da\u30fc\u30b8":[2,12,17,22,33,39,40,117,133,136,200],"\u30da\u30fc\u30b8\u30e9\u30f3\u30af":[168,169,170],"\u30da\u30fc\u30b9\u30c8":39,"\u30db\u30b9\u30c8":[12,37,39,132,133,134,191],"\u30dc\u30bf\u30f3":[12,17,39,40],"\u30dc\u30c3\u30af\u30b9":117,"\u30dc\u30c7\u30a3":[84,89,94,108,109,110,113,121,123,124,126,191],"\u30dd\u30a4\u30f3\u30bf":[50,60,61,63,64,67],"\u30dd\u30a4\u30f3\u30c8":[75,166],"\u30dd\u30b9\u30c6\u30a3\u30f3\u30b0\u30ea\u30b9\u30c8":33,"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[37,40],"\u30dd\u30fc\u30c8":[40,132,133,134,164,185,189,191,204],"\u30de\u30a4\u30af\u30ed":[158,181,197,203],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[],"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":163,"\u30de\u30af\u30ed":[33,37,40,60],"\u30de\u30b7\u30f3":[133,171],"\u30de\u30c3\u30c1":[],"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":28,"\u30de\u30c3\u30d4\u30f3\u30b0":195,"\u30de\u30c3\u30d7":[33,89,180],"\u30de\u30c9\u30ea\u30fc\u30c9":143,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[33,40,41,86,202],"\u30de\u30eb\u30c1\u30b3\u30a2":0,"\u30de\u30eb\u30c1\u30b3\u30a2cpu":28,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":[33,41,89,114,185],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":40,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":87,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":37,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[37,185],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9\u30e2\u30c7\u30eb":41,"\u30de\u30eb\u30c1\u30e9\u30a4\u30f3\u30e2\u30fc\u30c9":167,"\u30de\u30fc\u30af":179,"\u30de\u30fc\u30af\u30a2\u30c3\u30d7":33,"\u30de\u30fc\u30b8":[17,39],"\u30df\u30b9":173,"\u30df\u30ea":[37,158,181,197,207],"\u30df\u30ea\u79d2":181,"\u30e1\u30bd\u30c3\u30c9":33,"\u30e1\u30bf\u30c7\u30fc\u30bf":[86,115,116,168,169,170],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":39,"\u30e1\u30c3\u30bb\u30fc\u30b8":[6,7,33,41,77,203],"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":40,"\u30e1\u30e2":[168,169,170],"\u30e1\u30e2\u30ea":[],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":35,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[14,33,34,35,37,39,40,41,85],"\u30e1\u30e2\u30ea\u30fc":[33,89,94,121,180],"\u30e1\u30e2\u30ea\u30fc\u30a2\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":33,"\u30e1\u30e2\u30ea\u30fc\u30d6\u30ed\u30c3\u30af":119,"\u30e1\u30e2\u30ea\u30fc\u30de\u30c3\u30d7":180,"\u30e1\u30e2\u30ea\u30fc\u30ea\u30fc\u30af":[33,119],"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b3\u30b9\u30c8":179,"\u30e1\u30f3\u30d0":63,"\u30e1\u30fc\u30c8\u30eb":[143,144],"\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,127,133,136,191,200],"\u30e6\u30fc\u30b6":[11,12,39,85,117,134,173,174,175,176,181,200],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":67,"\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":[75,84,179],"\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":[33,41,68,126],"\u30e9\u30d9\u30eb":[33,40,41,103,117],"\u30e9\u30f3\u30ad\u30f3\u30b0":[41,200],"\u30e9\u30f3\u30c0\u30e0":207,"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":0,"\u30ea\u30af\u30a8\u30b9\u30c8":[40,41,76,79,82,83,85,87,90,91,93,97,98,99,111,114,117,118,119,122,132,135,136,158,185,191],"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":191,"\u30ea\u30af\u30a8\u30b9\u30c8id":[],"\u30ea\u30af\u30a8\u30b9\u30c8uri":135,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":39,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3":33,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3\u30d0\u30b0":41,"\u30ea\u30b9\u30c8":[12,13,17,33,39,53,94,95,101,104,117,121,122,133,157,158,161,163,166,167,178,179,199,200],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":12,"\u30ea\u30bd\u30fc\u30b9":[],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[],"\u30ea\u30c6\u30e9\u30eb":[],"\u30ea\u30c8\u30e9\u30a4":45,"\u30ea\u30cd\u30fc\u30e0":[33,37,84],"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":135,"\u30ea\u30d3\u30eb\u30c9":33,"\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":33,"\u30ea\u30ea\u30fc\u30b9":[],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":12,"\u30ea\u30ea\u30fc\u30b9\u30b7\u30b9\u30c6\u30e0":7,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[],"\u30ea\u30f3\u30af":[12,13,33,39,40,41,117,157,158,197],"\u30eb\u30fc\u30c8":37,"\u30eb\u30fc\u30d7":[33,35,39,41],"\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":[37,39,40,41,46,80,84,102,117,119,185,191],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":185,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":185,"\u30ec\u30d9\u30eb":[33,39,41,97,98,133],"\u30ec\u30dd\u30fc\u30c8":28,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":0,"\u30ec\u30fc\u30bf":39,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":141,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":34,"\u30ed\u30ac\u30fc":33,"\u30ed\u30ae\u30f3\u30b0":[33,50],"\u30ed\u30b0":[],"\u30ed\u30b0\u30a4\u30f3":[12,180],"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":41,"\u30ed\u30b0\u30d1\u30b9":35,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[28,33,77,99,117,133,134,195],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[33,39,40,167],"\u30ed\u30b0\u30ec\u30d9\u30eb":[33,135],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":[33,133],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30c8":33,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":39,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":12,"\u30ed\u30b4":39,"\u30ed\u30c3\u30af":[33,34,37,39,40,45,60,83,96,133],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[40,45],"\u30ed\u30f3\u30c9\u30f3":143,"\u30ed\u30fc\u30ab\u30eb":[12,158],"\u30ed\u30fc\u30c6\u30fc\u30c8":133,"\u30ed\u30fc\u30c9":[],"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":39,"\u30ed\u30fc\u30de":173,"\u30ef\u30a4\u30c9":37,"\u30ef\u30fc\u30ab":135,"\u30ef\u30fc\u30ab\u30fc":135,"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":40,"\u30fb\u30b5\u30fc\u30d0":200,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":203,"\u30fb\u5168":90,"\u30fb\u5186":0,"\u30fb\u6d6e\u52d5\u5c0f":117,"\u30fb\u81ea\u5df1\u7d39":203,"\u30fbgroonga":33,"\u30fbor":207,"\u30fbroot":33,"\u4e00\u3064":[0,46,47,50,63,77,82,83,85,87,90,91,93,97,98,99,111,118,122,142,143,144,145,148,150,152,154,155,181,192,197],"\u4e00\u4ef6":64,"\u4e00\u4ef6\u9032\u3081":[],"\u4e00\u500b":11,"\u4e00\u5207":33,"\u4e00\u5bfe":197,"\u4e00\u5de5":205,"\u4e00\u5ea6":[37,39,41,45,109,113,135,159,161,166,180,198,202],"\u4e00\u5f0f":60,"\u4e00\u610f":[73,85,114,133],"\u4e00\u62ec":63,"\u4e00\u62ec\u3057":[],"\u4e00\u6587":41,"\u4e00\u6587\u5b57":33,"\u4e00\u65b9":[0,65,68,117,147,151,153,154,157,158,179,194,197,200,202],"\u4e00\u6642":[],"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":[],"\u4e00\u6642\u7684":60,"\u4e00\u6642\u7d50\u679c":[],"\u4e00\u6b69":[],"\u4e00\u6c17":12,"\u4e00\u756a":[28,75,117,158,185],"\u4e00\u756a\u5de6":[],"\u4e00\u77ed":0,"\u4e00\u7dd2":[34,39,41,47,50,75,117,121,143,155,179,194,200],"\u4e00\u7fa4":11,"\u4e00\u81f4":[],"\u4e00\u81f4\u3057":[],"\u4e00\u81f4\u7528":[],"\u4e00\u822c":[0,21,46,60,117,156,157,179,200],"\u4e00\u822c\u7684":[],"\u4e00\u884c":[35,133,134],"\u4e00\u89a7":[],"\u4e00\u8a9e":194,"\u4e00\u8cab":[10,33],"\u4e00\u8cab\u6027":[],"\u4e00\u90e8":[12,33,39,87,171,175,179,200],"\u4e00\u9577":0,"\u4e09\u3064":[143,192],"\u4e09\u756a\u76ee":158,"\u4e09\u7a2e":[1,204],"\u4e09\u8c37":41,"\u4e09\u8c37\u3055\u3093":[],"\u4e0a\u304c\u3063":179,"\u4e0a\u3052\u308b":194,"\u4e0a\u4f4d":[63,194],"\u4e0a\u554f":189,"\u4e0a\u66f8\u304d":[12,207],"\u4e0a\u8a18":[17,21,28,32,33,39,100,117,121,134,141,148,151,154,166,174,176,179,191,194,198,200,207],"\u4e0a\u8a18url":12,"\u4e0a\u8ff0":166,"\u4e0a\u91ce":35,"\u4e0a\u9650":[],"\u4e0b\u304c\u3063":179,"\u4e0b\u304c\u308a":194,"\u4e0b\u3052":33,"\u4e0b\u3055\u3044":[1,12,23,24,25,26,30,31,39,40,63,86,127],"\u4e0b\u66f8\u304d":163,"\u4e0b\u8a18":[11,64,77,82],"\u4e0b\u90e8":12,"\u4e0b\u9650":[57,64],"\u4e0d\u5177\u5408":[3,33,39,40,41],"\u4e0d\u5909":73,"\u4e0d\u5b8c\u5168":37,"\u4e0d\u5fc5\u8981":33,"\u4e0d\u610f":94,"\u4e0d\u6574\u5408":34,"\u4e0d\u6b63":[14,33,34,35,37,40,41,94,121],"\u4e0d\u6b63\u78ba":39,"\u4e0d\u80fd":134,"\u4e0d\u8981":[0,33,39,40,41,179],"\u4e0d\u8db3":[23,24,25,26,30,31,33,41],"\u4e0d\u9069\u5207":[39,41],"\u4e0e\u3048":[11,39,40,52,64,95,133,191,194,200],"\u4e0e\u3048\u308b":[77,95,132,133,207],"\u4e16\u4ee3":77,"\u4e16\u754c":[143,144,145,181,197,207],"\u4e21\u65b9":[0,75,103,117,157,158,159,167,173,177,179,203,205],"\u4e21\u8005":207,"\u4e26\u3073":[158,192],"\u4e26\u3073\u9806":207,"\u4e26\u3079":[],"\u4e26\u5217":[],"\u4e2d\u4e95":40,"\u4e2d\u56fd":143,"\u4e2d\u592e\u5024":41,"\u4e2d\u5fc3":144,"\u4e2d\u65ad":[37,39,41,55],"\u4e2d\u7a0b\u5ea6":[23,24,25,26,30,31],"\u4e2d\u8eab":[41,134,191,200],"\u4e2d\u9593":[11,192],"\u4e38\u62ec":200,"\u4e3b\u30ad\u30fc":[],"\u4e3b\u8981":23,"\u4e43\u6bc5":35,"\u4e57\u308a":100,"\u4e71\u6570":[152,207],"\u4e88\u3081":[133,181],"\u4e88\u5b9a":[16,33,37,75,77,115,116,143,153,167,171,185],"\u4e88\u7d04":85,"\u4e8b\u524d":[12,100,101,102,104,115,116,175,194],"\u4e8b\u67c4":10,"\u4e8b\u9805":[],"\u4e8c\u3064":[50,77,100,102,103,105,106,127,134,143,149,151,154,192],"\u4e8c\u3064\u76ee":11,"\u4e8c\u70b9\u9593":143,"\u4e8c\u756a":117,"\u4e8c\u756a\u76ee":158,"\u4e8c\u91cd":[33,40,41,157],"\u4e8c\u9805":158,"\u4e92\u63db":[12,24,25,26,30,33,41,77,103,106,136,158,169,170,185],"\u4e92\u63db\u6027":12,"\u4e94\u5165":37,"\u4eac\u90fd":[179,192,194],"\u4eba\u3068":10,"\u4eba\u5411\u3051":33,"\u4eca\u56de":[39,153,158,200],"\u4eca\u5f8c":[37,99,115,127,167],"\u4ecb\u3057":[0,204],"\u4ecb\u6587":203,"\u4ed5\u65b9":[],"\u4ed5\u69d8":[],"\u4ed5\u7d44":[17,33,185],"\u4ed5\u7d44\u307f":[33,39,135],"\u4ed8\u3044":161,"\u4ed8\u304d":[],"\u4ed8\u3051":[39,92,114,141,146,147,185,191,197,200,202],"\u4ed8\u3051\u308b":[9,158,161,178,200,206],"\u4ed8\u4e0e":[],"\u4ed8\u5c5e":[135,136],"\u4ed8\u968f":87,"\u4ee3\u308a":[39,143,157],"\u4ee3\u308f\u308a":[28,31,33,117,119,121,133,135,146,147,153,157,161,167,179,191],"\u4ee3\u5165":[],"\u4ee3\u8868":0,"\u4ee5\u4e0a":[],"\u4ee5\u4e0b":[],"\u4ee5\u5185":[158,173,174,203,207],"\u4ee5\u524d":[33,37,39,40,41,161,194,197,203],"\u4ee5\u5916":[0,11,12,35,37,40,41,46,47,50,51,53,57,60,63,66,68,75,103,117,121,131,134,157,163,167,177,181],"\u4ee5\u964d":[12,14,17,33,35,37,40,41,88,100,124,133,146,147,148,161,163,179,204],"\u4eee\u5b9a":114,"\u4eee\u60f3":[12,33,40,198,207],"\u4ef6\u542b":203,"\u4ef6\u6570":[33,41,60,63,73,95,192,194,200],"\u4efb\u610f":[0,12,133,134,200],"\u4f1a\u793e":[33,41],"\u4f1d\u7d71":0,"\u4f3c\u305f":161,"\u4f4e\u3044":194,"\u4f4e\u304f":[179,194],"\u4f4e\u4e0b":40,"\u4f4e\u6a5f":11,"\u4f4e\u6e1b":[35,189],"\u4f4f\u3093":203,"\u4f4f\u6240":39,"\u4f50\u85e4":33,"\u4f53\u8fd1":144,"\u4f55\u3089\u304b":181,"\u4f55\u500b":117,"\u4f55\u5ea6":[40,114],"\u4f59\u308a":158,"\u4f59\u8a08":10,"\u4f5c\u3063":[37,63,64,108,135,161,173,194,198],"\u4f5c\u3089":[33,100],"\u4f5c\u3089\u308c":[41,134],"\u4f5c\u308a":[41,119,121,173,174,180,202],"\u4f5c\u308c\u308b":33,"\u4f5c\u6210":[],"\u4f5c\u6210\u6e08":133,"\u4f5c\u696d":[],"\u4f5c\u7528":39,"\u4f75\u305b":200,"\u4f7f\u3044":[],"\u4f7f\u3044\u5206\u3051":[192,194],"\u4f7f\u3044\u65b9":[],"\u4f7f\u3046":[],"\u4f7f\u3048":[6,8,21,33,37,40,41,84,89,102,103,114,117,121,127,135,140,141,156,157,158,167,168,169,170,171,179,183,184,198,200],"\u4f7f\u3048\u308b":[21,28,33,37,39,40,41,117,133,157,167,171],"\u4f7f\u3063":[],"\u4f7f\u308f":[12,21,33,37,40,41,46,50,80,94,101,103,108,117,121,123,127,135,141,156,157,161,166,167,173,177,179,191,198,199,206],"\u4f7f\u308f\u305a":151,"\u4f7f\u7528":[],"\u4f7f\u7528\u4f8b":143,"\u4f8b\u3068\u3057\u3066":[180,197],"\u4f8b\u3068\u3068\u3082":143,"\u4f8b\u5916":[26,41,84,115,116],"\u4f9d\u5b58":[],"\u4fbf\u5229":[0,1,6,7,28,33,47,75,78,100,101,106,117,127,156,157,167,173,197],"\u4fc2\u6570":[11,117],"\u4fdd\u5b58":[],"\u4fdd\u6301":[46,50,197,201,203],"\u4fdd\u8a3c":[77,82],"\u4fee\u5e73":41,"\u4fee\u6b63\u4e2d":174,"\u500b\u3005":[11,77,100,102,105,194],"\u500b\u4eba":28,"\u500b\u5225":12,"\u500b\u5b9a":9,"\u500b\u6240":41,"\u500b\u6570":[39,47],"\u500d\u7cbe":181,"\u5019\u88dc":[120,173,174,175],"\u5024\u304b":143,"\u5024\u3054":198,"\u5024\u3054\u3068":198,"\u5024\u3060\u3051":158,"\u5024\u3068":[117,157,197],"\u5024\u3068\u3057\u3066":[133,143,195,203],"\u5024\u306a\u3057":38,"\u5024\u306a\u3089":40,"\u5024\u3088\u308a":[11,117],"\u5024\u4ee5\u4e0a":133,"\u5024\u578b":197,"\u5024\u57df":71,"\u5024\u6bce":198,"\u5024\u7528":37,"\u5024\u8a18":158,"\u505c\u6b62":[33,40,77,88,118,124,133],"\u5065\u4f5c":199,"\u5074\u9762":0,"\u5076\u6570":158,"\u5099\u8003":40,"\u50be\u5411":202,"\u512a\u308c":[0,179],"\u512a\u5148":[0,33,89,134,173],"\u5143\u6c17":40,"\u5148\u60c5":203,"\u5148\u982d":[55,60,117,135,167,179,200],"\u5149\u7537":40,"\u5165\u3063":[14,33,39,40,78,173,191,199,200,202],"\u5165\u308a":[],"\u5165\u308b":122,"\u5165\u308c":[179,194,199,203],"\u5165\u308c\u308b":[33,167],"\u5165\u529b":[34,37,38,40,78,82,83,85,87,90,91,93,95,97,98,99,111,117,120,122,132,133,134,158,173,174,175,176,191,200],"\u5165\u529b\u30df\u30b9":174,"\u5168\u304f":33,"\u5168\u3066":[17,63,117,135,156,159,181,202],"\u5168\u4e16\u754c":40,"\u5168\u4ef6":[64,157,158],"\u5168\u4f53":[],"\u5168\u6587\u691c":[],"\u5168\u6587\u691c\u7d22":[],"\u5168\u89d2":[33,37,64,161,200],"\u5168\u90e8":191,"\u5168suffix":63,"\u516c\u5e73":40,"\u516c\u5f0f":[8,24,26,37,151],"\u516c\u8f14":40,"\u516c\u958b":[12,33,35,37,40,41,46],"\u516c\u958b\u9375":12,"\u5171\u306b":[47,60],"\u5171\u901a":[10,37,100,102,105,158,177,181,202],"\u5171\u901a\u63a5":177,"\u5177\u4f53":[117,194,198,202],"\u5177\u4f53\u4f8b":[84,103],"\u5177\u5408":[117,158],"\u5178\u578b":33,"\u5185\u5bb9":[10,12,17,33,39,41,51,55,58,64,78,86,103,117,122,132,134,153,157,158,173,176,180,189,197,200,202,203,204],"\u5185\u8a33":194,"\u5185\u8fd1\u304f":158,"\u5185\u90e8":[12,33,38,41,46,50,56,60,63,153,197],"\u5186\u6ed1":12,"\u518d\u3073":41,"\u518d\u4f5c":33,"\u518d\u5229":[41,73,177],"\u518d\u5e30":[11,60,83,117,135,166],"\u518d\u5ea6":[11,33,41,45],"\u518d\u691c":156,"\u518d\u69cb":37,"\u518d\u73fe":[10,40,156,179,194],"\u518d\u751f":135,"\u518d\u767a":41,"\u518d\u8aad":[99,166],"\u518d\u8d77":[33,166,180,189],"\u518d\u8d77\u52d5":[],"\u51e6\u7406":[0,6,7,11,17,33,34,35,39,40,41,55,73,76,80,94,106,117,119,121,125,127,134,135,147,153,157,158,178,179,185,191,192,207],"\u51fa\u3055":40,"\u51fa\u3057":203,"\u51fa\u3059":203,"\u51fa\u305b\u308b":0,"\u51fa\u529b":[],"\u51fa\u6765":[127,199,202],"\u51fa\u6765\u308b":203,"\u51fa\u73fe":[0,33,47,86,120,168,169,170,201],"\u5206\u304b\u3061":0,"\u5206\u3051":[],"\u5206\u3051\u308b":[12,197],"\u5206\u307e":171,"\u5206\u5272":[0,33,37,158,177,179,192,200],"\u5206\u5c90":14,"\u5206\u6563":171,"\u5206\u6790":0,"\u5206\u89e3":[11,171],"\u5206\u914d":103,"\u5206\u985e":[197,198],"\u5206z":181,"\u5207\u3089":41,"\u5207\u308a":[12,33,37,40,41,111],"\u5207\u308a\u6368\u3066":197,"\u5207\u308b":[41,135],"\u5207\u308c":33,"\u5217\u4e2d":158,"\u5217\u578b":[41,157,197,198],"\u5217\u5f0f":53,"\u5217\u5f15":11,"\u5217\u60c5":127,"\u5217\u6307\u5411":0,"\u5217\u6319":200,"\u5217\u8868":[53,181],"\u521d\u56de":17,"\u521d\u671f":[0,35,37,39,41,51,60],"\u521d\u671f\u5024":132,"\u521d\u671f\u5316":[33,39,50,61,68],"\u5224\u5b9a":207,"\u5224\u65ad":[51,117,158],"\u5225\u3005":[117,198],"\u5225\u540d":33,"\u5225\u9014":[60,181],"\u5229\u70b9":0,"\u5229\u7528":[],"\u5229\u7528\u4f8b":0,"\u5230\u9054":32,"\u5236\u5fa1":[],"\u5236\u7d04":32,"\u5236\u9650":[],"\u5247\u3063":171,"\u524a\u6e1b":[],"\u524a\u9664":[],"\u524d\u3082\u3063":33,"\u524d\u4ed8":102,"\u524d\u4ed8\u304d":60,"\u524d\u56de":12,"\u524d\u5f8c":[133,200],"\u524d\u63d0":[],"\u524d\u65b9":[],"\u524d\u65b9\u4e00\u81f4":[],"\u524d\u8005":[161,166,207],"\u524d\u8ff0":[121,135,161,194],"\u5270\u4f59":[],"\u5272\u3063":[168,170],"\u5272\u308a":[50,114,122,127,158,177,197],"\u5272\u308a\u5f53\u3066":[35,46],"\u5272\u308a\u5f53\u3066\u308b":[79,177,197,200],"\u5272\u308b":170,"\u5272\u5408":119,"\u52a0\u3048":[11,21,94,197,205],"\u52a0\u3048\u308b":[37,85,94],"\u52a0\u308f\u308b":10,"\u52a0\u7b97":[],"\u52a3\u5316":33,"\u52b9\u679c":[101,203],"\u52b9\u7387":[33,94,202],"\u52c9\u5f37":179,"\u52d5\u3044":[33,65],"\u52d5\u304b":[33,40,41,89,167],"\u52d5\u304b\u3057":180,"\u52d5\u304d":[33,117,126,171,185],"\u52d5\u304f":[28,37,39,180,184],"\u52d5\u4f5c":[],"\u52d5\u5c0f":181,"\u52d5\u74b0":132,"\u52d5\u753b":199,"\u52d5\u7684":[],"\u52e7\u3081":41,"\u5316\u4f5c":12,"\u5316\u51e6":[37,73],"\u5316\u524d":73,"\u5316\u5bfe":17,"\u5316\u65b9":[106,161],"\u5316\u6642":37,"\u5316\u6e08":[51,60],"\u5316\u6f0f\u308c":39,"\u5316\u95a2":35,"\u5317\u4eac":143,"\u5317\u534a\u7403":39,"\u533a\u5207\u3063":[106,117,125,127,191],"\u533a\u5207\u3089":37,"\u533a\u5207\u308a":[0,33,39,93,95,117,120,127,132,133,157,158,164,176,179,181,197,198,200],"\u533a\u5207\u308b":[35,117,166],"\u533a\u5225":[117,167,181,205],"\u5341\u4e00":192,"\u5341\u5206":[58,109,113,117,194,195],"\u5341\u5206\u6c17":[],"\u5343\u4e07":32,"\u534a\u5f84":144,"\u534a\u7121":[37,121],"\u534a\u89d2":[64,161,200],"\u5354\u529b":[],"\u5357\u534a":39,"\u5358\u306b":[40,116],"\u5358\u4e00":85,"\u5358\u4f4d":[0,33,35,37,66,76,78,119,143,144,153,158,179,181,191,192,200,203],"\u5358\u4f53":[0,134],"\u5358\u72ec":[47,134],"\u5358\u7d14":[11,144,205],"\u5358\u8a9e":[],"\u535a\u4e4b":33,"\u5360\u6709":60,"\u5371\u967a":[12,88,124,185],"\u5373\u5ea7":33,"\u539f\u56e0":[],"\u539f\u99c5":207,"\u53b3\u5bc6":[33,41,173],"\u53c2\u52a0":[2,3],"\u53c2\u7167\u5143":197,"\u53c2\u7167\u5148":40,"\u53ca\u3073":134,"\u53cb\u4eba":199,"\u53cc\u65b9":10,"\u53cd\u6620":[0,11,12,180],"\u53cd\u8ee2":158,"\u53ce\u307e\u308a\u304d\u3089":33,"\u53ce\u96c6":[0,78],"\u53d6\u308a\u51fa\u3055":197,"\u53d6\u308a\u51fa\u3057":[57,64,200],"\u53d6\u308a\u51fa\u3059":[11,35,57,64,197],"\u53d6\u308a\u5f97\u308b":181,"\u53d6\u308a\u8fbc\u307e":12,"\u53d6\u308a\u8fbc\u307f":37,"\u53d6\u308a\u9664\u3044":63,"\u53d6\u308a\u9664\u304d":[11,148],"\u53d6\u308b":[158,191],"\u53d6\u308c\u308b":95,"\u53d6\u5f97":[],"\u53d7\u3051":[9,33,39,40,41,114,135,141,143,158,185,191,200,206],"\u53d7\u3051\u308b":[41,189],"\u53d7\u3051\u4ed8\u3051":[35,39,158],"\u53d7\u3051\u53d6\u3063":0,"\u53d7\u3051\u53d6\u308a":[11,135,200],"\u53d7\u4ed8":[40,206],"\u53e4\u3044":[],"\u53e4\u304f":41,"\u53ef\u5426":200,"\u53ef\u5909":[37,86,91,191],"\u53ef\u8aad":41,"\u53f3\u4e0a":34,"\u53f3\u4e0b":[34,145],"\u53f3\u8fba":[33,35,37],"\u5404\u51fa":117,"\u5404\u52d9":33,"\u5404\u547d":134,"\u5404\u56fd":12,"\u5404\u7a2e":12,"\u5404\u7d22":200,"\u5404\u8981":75,"\u5404\u8a9e":82,"\u5408\u308f\u305b":[12,39,47,158],"\u5408\u7406":179,"\u5408\u81f4":[200,207],"\u5408\u8a08":[32,41,82,117,134,168,177,194,195],"\u5409\u5ca1":33,"\u5409\u7530":40,"\u540c\u3058":[],"\u540c\u3058\u4f8b":202,"\u540c\u3058\u5024":[135,200],"\u540c\u3058\u578b":75,"\u540c\u3058\u6570":[133,135,185],"\u540c\u3058\u6708":33,"\u540c\u3058\u91cd\u307f":151,"\u540c\u4e00":[40,47,64,73,77,85,134,171,185,192,202],"\u540c\u6642":[0,9,33,63,64,77,117,134,207],"\u540c\u671f":[12,134],"\u540c\u68b1":[17,35,39,41],"\u540c\u69d8":[11,12,64,134,163,191,197,207],"\u540c\u7b49":[134,192],"\u540c\u7fa9":166,"\u540d\u4e00":122,"\u540d\u524d":[],"\u540d\u79f0":33,"\u540d\u7b49":60,"\u540dn":122,"\u5411\u3044":[41,78,117,177],"\u5411\u3051":[],"\u5411\u4e0a":[37,135,156,185,189],"\u5426\u304b":[100,102,105,141],"\u5426\u5b9a":[],"\u542b\u307e":[6,11,12,24,33,39,41,78,84,86,89,94,95,100,103,109,110,113,115,116,117,121,122,123,124,141,149,151,153,157,158,166,168,169,170,176,179,185,192,200,203],"\u542b\u307e\u308c":[0,40,78,103,109,110,113,117,121,141,153,192],"\u542b\u307e\u308c\u308b":[0,11,12,117,133,146,147,194,197,200],"\u542b\u307f":[33,64,78,103],"\u542b\u3080":[9,11,33,39,40,41,75,84,85,100,117,120,124,132,157,158,169,170,192,200,202,203],"\u542b\u3080\u5024":[133,200],"\u542b\u3080\u5168\u3066":88,"\u542b\u3081":[12,117,141,157,166],"\u542b\u3081\u308b":[12,37,38,41,93,100,102,103,105,106,117,127,157,166,200],"\u542b\u3093":[11,41,78,117,153,157,158,168,169,174,175,179,197,203],"\u5438\u53ce":200,"\u5468\u4e0a":144,"\u5468\u8fba":[39,153],"\u547c\u3070":[33,40,50,61,63,65,117,158,168,181,200],"\u547c\u3073":[11,68,75,117,133,134,153,197],"\u547c\u3073\u5143":50,"\u547c\u3073\u51fa\u3055":[55,117],"\u547c\u3073\u51fa\u3057":[],"\u547c\u3073\u51fa\u3059":[101,126,142,144,145,150,152,156],"\u547c\u3076":[14,33,39,65,68,88,124,156],"\u547c\u3076\u524d":68,"\u547c\u3093":[41,68,117,192,198],"\u547c\u51fa":[47,58,60,63],"\u547d\u4ee4":[],"\u547d\u540d":[39,103],"\u548c\u5e83":40,"\u552f\u4e00":126,"\u554f\u3044\u5408\u308f":11,"\u554f\u984c":[12,17,33,34,35,36,37,39,40,41,46,50,82,85,134,135,157,158,179,195,200],"\u559c\u3073":[16,17],"\u56db\u3064":192,"\u56db\u5247":41,"\u56db\u6368":37,"\u56db\u89d2":163,"\u56db\u89d2\u5f62":[],"\u56de\u52d5":134,"\u56de\u540c":33,"\u56de\u547c":35,"\u56de\u6307\u5b9a":157,"\u56de\u6570":[39,180],"\u56de\u7279":134,"\u56de\u7e70\u308a":134,"\u56de\u9001\u308b":114,"\u56de\u907f":[],"\u56f0\u3063":10,"\u56f0\u96e3":[0,39],"\u56f2\u307e":[147,153],"\u56f2\u307f":[133,146,147,153],"\u56f2\u3080":[40,153,200],"\u56f2\u3093":158,"\u56fa\u5b9a":[41,60,64,86,121,191,200],"\u56fa\u5b9a\u9577":35,"\u56fa\u6709":[55,75],"\u56fd\u3054":198,"\u56fd\u540d":198,"\u56fd\u969b":17,"\u56fd\u969b\u5316":[],"\u570f\u5185":203,"\u5727\u7e2e":[],"\u5730\u56f3":0,"\u5730\u57df":0,"\u5730\u5f62":[143,144],"\u5730\u70b9":[143,207],"\u5730\u7cfb":143,"\u578b\u304b":181,"\u578b\u3068\u3057\u3066":181,"\u578b\u540d":[86,117],"\u578b\u5909":37,"\u578b\u60c5":39,"\u578b\u6307":39,"\u578b\u7528":53,"\u57cb\u3081\u8fbc\u307e":12,"\u57cb\u3081\u8fbc\u307f":[147,153],"\u57cb\u3081\u8fbc\u3080":134,"\u57f7\u7b46":[163,201,202],"\u57fa\u6570":158,"\u57fa\u672c":[],"\u57fa\u6e96":[0,12,197,200],"\u57fa\u76e4":50,"\u5831\u4ee5":127,"\u5831\u544a":[],"\u5834\u5408":[],"\u5834\u6240":[],"\u5883\u754c":[39,100,102,105,143],"\u5897\u3048":[75,115,119,127,167,170,202],"\u5897\u3048\u308b":[33,107,128],"\u5897\u3084":[6,7,33,65,75],"\u5897\u3084\u3059":[14,65,75,117,167,180],"\u5897\u5206":117,"\u5897\u52a0":[40,117],"\u5897\u5927":143,"\u58ca\u3057":[33,131],"\u58ca\u3059":39,"\u58ca\u308c":[33,35,37,39,82,123,131],"\u58ca\u308c\u308b":[33,34,35,37,39,40,41],"\u5909\u3048":84,"\u5909\u3048\u308b":[84,117,179,194],"\u5909\u308a":41,"\u5909\u308f\u3063":[84,179],"\u5909\u308f\u308a":[33,81,82,114,179,192,207],"\u5909\u308f\u308b":[146,147,153,179,194],"\u5909\u5316":[0,33],"\u5909\u63db":[33,37,64,80,135,158,161,177,181,203],"\u5909\u6570":[12,14,29,33,36,37,38,39,40,41,61,69,117,158,166],"\u5909\u66f4":[],"\u5909\u66f4\u5f8c":[48,50,52,59,60,63],"\u5909\u66f4\u70b9":[],"\u5916\u90e8":9,"\u591a\u3044":[157,158,194],"\u591a\u304f":[37,94,103,117,121,135,153,157,158,167,170,179,184,189,194,197,200],"\u591a\u3059\u304e":35,"\u591a\u3059\u304e\u308b":117,"\u591a\u5f69":0,"\u591a\u69d8":0,"\u591a\u91cd":132,"\u591a\u9762":0,"\u5927\u304d":[39,75,82,121,135,177,180],"\u5927\u304d\u3044":[11,33,37,41,89,117,131,157,177,179,180],"\u5927\u304d\u304f":[35,77,93,144,169,197],"\u5927\u304d\u3055":177,"\u5927\u304d\u306a":[121,180,185],"\u5927\u4e08":19,"\u5927\u4e08\u592b":[10,28],"\u5927\u4e8b":[157,166],"\u5927\u5207":0,"\u5927\u5225":197,"\u5927\u62b5":135,"\u5927\u6587":[117,167],"\u5927\u6587\u5b57":[41,121,167,200],"\u5927\u898f\u6a21":0,"\u5927\u8cb4":39,"\u5927\u91cf":[11,41,121,123,168,169,177,199,200],"\u5927\u95a2":41,"\u592a\u90ce":199,"\u592b\u5fc5":205,"\u5931\u308f":39,"\u5931\u52b9":[81,135],"\u5931\u6557":[12,33,35,37,39,40,41,45,46,69,84,85,88,89,92,94,96,109,110,113,117,121,123,124,129,157,167,200],"\u5947\u5999":167,"\u5947\u6570":158,"\u5968\u6271\u3044":41,"\u597d\u304d":17,"\u59a5\u5f53":[33,177],"\u59cb\u307e\u3063":[78,175],"\u59cb\u307e\u308a":12,"\u59cb\u307e\u308b":[41,63,73,85,117,134,157,158,166,173,175,179,185],"\u59cb\u3081":17,"\u59cb\u70b9":200,"\u5b09\u3057\u304f":10,"\u5b50\u5348\u7dda":143,"\u5b57\u5217":[37,41,121,157,181],"\u5b57\u5c0f":[117,167],"\u5b58\u5426":60,"\u5b58\u5728":[0,33,34,35,39,40,41,50,60,63,64,73,78,93,103,108,114,117,134,135,141,144,145,171,179,189,191,192,195,198,200,202,207],"\u5b66\u3073":[103,117,143,198],"\u5b66\u3093":203,"\u5b66\u7fd2":[],"\u5b89\u5168":[33,191],"\u5b89\u5b9a":[0,38,77,82],"\u5b89\u5fc3":10,"\u5b8c\u4e86":[12,17,117],"\u5b8c\u5168":[],"\u5b8c\u74a7":170,"\u5b8c\u7d50":10,"\u5b9a\u5024":39,"\u5b9a\u5b50":167,"\u5b9a\u7fa9":[11,33,39,41,47,55,61,63,66,73,84,85,87,90,92,93,100,103,117,122,133,141,143,146,147,148,149,151,153,154,155,157,158,159,166,167,168,169,170,171,181,191,200,202],"\u5b9f\u4f53":50,"\u5b9f\u4f8b":[],"\u5b9f\u51e6":[11,61],"\u5b9f\u6570":181,"\u5b9f\u65bd":12,"\u5b9f\u73fe":[],"\u5b9f\u7528":41,"\u5b9f\u7a3c":132,"\u5b9f\u884c":[],"\u5b9f\u884c\u4f8b":[14,39,75,77,78,81,84,86,88,89,92,94,96,100,101,103,104,106,107,108,109,110,113,115,116,117,119,120,121,122,123,124,125,126,127,128,129,135,138,141,143,146,147,148,149,151,153,154,155,157,158,159,160,161,167,168,169,170,173,174,176,178,179,191,197,198,199,200,202,203,204,205,206,207],"\u5b9f\u88c5":[17,33,37,39,41,65,84,103,115,116,117,135,136,143,170,171,184],"\u5b9f\u969b":[32,40,65,100,102,103,105,117,119,168,180,194,199,202],"\u5b9f\u9a13":[],"\u5bb9\u91cf":[33,82],"\u5bc6\u9375":[],"\u5bfe\u3057":[157,158],"\u5bfe\u51e6":41,"\u5bfe\u5fdc":[],"\u5bfe\u7167":151,"\u5bfe\u7b56":[],"\u5bfe\u8a71":[191,200],"\u5bfe\u8c61":[0,9,11,12,14,17,28,33,37,38,41,47,50,51,53,57,60,62,63,64,71,77,83,85,87,90,91,92,93,94,95,103,108,114,117,120,121,123,127,131,132,146,147,149,151,153,155,157,167,168,169,170,185,192,194,199,200,202,203],"\u5bfe\u8c61column":47,"\u5bfe\u8c61ctx":50,"\u5bfe\u8c61cursor":[57,64],"\u5bfe\u8c61id":58,"\u5bfe\u8c61obj":58,"\u5bfe\u8c61object":[47,51,55,58,60,61,67],"\u5bfe\u8c61table":[47,60,63,64],"\u5bfe\u8c61table1":63,"\u5bfe\u8c61table2":63,"\u5c02\u7528":[1,12,17,191,204],"\u5c06\u6765":[40,75,100,106,107,115,116,128,143,171,185,191],"\u5c0e\u5165":[14,33,41,77],"\u5c0f\u3055":33,"\u5c0f\u3055\u3044":[11,36,64,117,121,144,157,169,177,179],"\u5c0f\u3055\u304f":[33,41,143,144,159,167,177,180,185],"\u5c0f\u306a\u308a":[],"\u5c0f\u5024":[100,102,103,105],"\u5c0f\u6570":[],"\u5c0f\u6570\u70b9":197,"\u5c0f\u6587\u5b57":[64,121,127,161,167,200],"\u5c0f\u897f":40,"\u5c11\u304f":195,"\u5c11\u3057":[28,170],"\u5c11\u3057\u9055\u3044":117,"\u5c11\u306a\u3044":[41,117,156,157,158,159,166],"\u5c11\u306a\u304f":[0,10,33,89,153,157,158,159,180],"\u5c11\u306a\u3051\u308c":121,"\u5c1a\u4e5f":40,"\u5c3a\u5ea6":0,"\u5c55\u958b":[],"\u5c55\u958b\u5f8c":117,"\u5c55\u958b\u7528":37,"\u5c5e\u3057":[71,181,198],"\u5c5e\u3059\u308b":[47,60,64,122],"\u5c5e\u6027":[36,85,106,107,122,127,128,148],"\u5c65\u6b74":12,"\u5c71\u672c":41,"\u5ca9\u4e95":[39,40],"\u5cf6\u7530":39,"\u5d8b\u7530":39,"\u5de6\u4e0a":[34,145],"\u5de6\u4e0b":34,"\u5de6\u53f3":200,"\u5dee\u3057":12,"\u5dee\u5206":134,"\u5dee\u96c6\u5408":158,"\u5e02\u5185":163,"\u5e03\u6559":3,"\u5e38\u306b":33,"\u5e73\u5747":[41,117],"\u5e73\u884c":12,"\u5e74\u9f62":[0,121],"\u5e83\u304f":[12,167],"\u5ea6\u3068":37,"\u5ea6\u5206":181,"\u5ea6\u5408\u3044":194,"\u5ea6\u6570":[37,158,197,207],"\u5ea6\u6d6e":181,"\u5ea6\u8868":35,"\u5ea6y":181,"\u5ea7\u6a19":[37,143,144,145,158,163,203],"\u5ea7\u6a19\u5024":[],"\u5ec3\u6b62":77,"\u5f0f\u5168":[157,158],"\u5f0f\u8868":53,"\u5f0f\u96c6\u5408":167,"\u5f15\u3044":158,"\u5f15\u304d\u51fa\u3059":0,"\u5f15\u304d\u7d9a\u304d":40,"\u5f15\u304d\u8d77\u3053\u3059":[39,40],"\u5f15\u304d\u8d77\u3059":[39,40],"\u5f15\u6570":[],"\u5f15\u7528":[40,133],"\u5f15\u8a9e":200,"\u5f31\u70b9":0,"\u5f35\u3063":[33,40,117,123],"\u5f35\u3089":[33,39,40,47,94,169,170,197],"\u5f35\u308b":[123,157,158],"\u5f35\u308c\u308b":40,"\u5f37\u5236":[33,34,39,41,60],"\u5f37\u529b":167,"\u5f37\u5316":[35,37,41],"\u5f53\u3066":[50,114,122,127,177],"\u5f53\u3066\u308b":[114,197],"\u5f53\u8a72":[60,77],"\u5f62\u5f0f":[],"\u5f62\u614b":[0,28,158,179],"\u5f62\u72b6":163,"\u5f71\u97ff":[12,33,39,40,41,169],"\u5f79\u5272":[151,200],"\u5f79\u7acb\u3061":40,"\u5f85\u3061\u53d7\u3051\u308b":[191,204],"\u5f8c\u304b\u3089":93,"\u5f8c\u4e8c":77,"\u5f8c\u65b9":[],"\u5f8c\u65b9\u4e00\u81f4":[],"\u5f8c\u8005":[161,166,207],"\u5f8c\u8ff0":[11,12,64,117,154,167,171],"\u5f93\u3046":35,"\u5f93\u3063":[62,63,64,117,136,185],"\u5f93\u6765":41,"\u5f97\u3089\u308c":[126,149],"\u5f97\u308b":135,"\u5fa9\u53f7":12,"\u5fa9\u65e7":[33,38,51,131],"\u5fc3\u304c":14,"\u5fc3\u914d":23,"\u5fc5\u305a":[63,71,77,102,117,121,167,168,191],"\u5fc5\u8981":[],"\u5fc5\u9808":[],"\u5fd8\u308c":[37,75],"\u5fdc\u3058":[0,58,134,167],"\u5fdc\u7528":0,"\u5fdc\u7b54":[0,40],"\u601d\u3044":17,"\u601d\u3044\u51fa\u3057":117,"\u601d\u3046":[167,198,202],"\u601d\u3063":16,"\u6027\u5225":0,"\u6027\u80fd":[],"\u6069\u6075":189,"\u60aa\u610f":158,"\u60c5\u5831\u540d":122,"\u60f3\u5b9a":[82,93,199],"\u610f\u5473":[11,28,33,40,53,75,86,94,114,117,119,120,133,134,157,158,166,167,170,173,179,180,198,200,207],"\u610f\u56f3":[33,39,40,41,151,154,157,169,202],"\u610f\u8b58":121,"\u611f\u3058":10,"\u614e\u91cd":14,"\u6163\u308c":198,"\u6163\u7fd2":39,"\u6210\u308a":[117,157,191],"\u6210\u308a\u7acb\u3063":11,"\u6210\u529f":[],"\u6210\u679c":[],"\u623b\u3057":89,"\u623b\u3063":135,"\u623b\u308a":[39,60],"\u623b\u308a\u5024":[],"\u6240\u5b9a":[121,178,192,194],"\u6240\u5c5e":88,"\u6240\u6709":33,"\u624b\u52d5":135,"\u624b\u6bb5":[11,53],"\u624b\u7d9a\u304d":[55,61],"\u624b\u9593":10,"\u624b\u9806":[],"\u6253\u3061":100,"\u6253\u3061\u5207\u308a":40,"\u6253\u3063":12,"\u6253\u3064":12,"\u6253\u3064\u524d":12,"\u6271\u3044":[41,77,173,179,192,197],"\u6271\u3046":[0,2,38,40,80,100,102,105,158,180,194,195],"\u6271\u3048":[50,201],"\u6271\u3048\u308b":[40,41,195],"\u6271\u3063":[34,40,203],"\u6271\u308f":[33,39,40,41,50,117,127,134,157,161,163,194,197],"\u627f\u8a8d":41,"\u628a\u63e1":[10,94],"\u6291\u3048":194,"\u6291\u5236":[39,40,41],"\u6295\u5165":[34,100,194],"\u6295\u7a3f\u5834\u6240":203,"\u629c\u304d\u51fa\u3059":0,"\u629c\u3051":[33,37,40,41],"\u629c\u3051\u308b":200,"\u62bc\u3057":200,"\u62bc\u3059":[17,200],"\u62bd\u51fa":[],"\u62c5\u5f53":12,"\u62c5\u5f53\u8005":12,"\u62e1\u5927":10,"\u62e1\u5f35":[],"\u62e1\u5f35\u578b":197,"\u62e1\u5f35\u5b50":[35,109,110,113,134,164],"\u62ec\u5f27":95,"\u6301\u3061":[11,71,86,117,127,133,135,167],"\u6301\u3063":[0,10,39,75,86,103,106,107,117,127,128,157,158,161,174],"\u6301\u3064":[0,9,37,63,73,86,95,103,107,117,128,143,154,158,161,163,174,197,198,199,200],"\u6301\u3064\u3059\u3079":117,"\u6301\u3066":[86,178],"\u6301\u3066\u308b":33,"\u6307\u3057":197,"\u6307\u3059\u5024":64,"\u6307\u5b9a":[],"\u6307\u6570":158,"\u6307\u6a19":60,"\u6307\u793a":[55,173,200,204],"\u6307\u91dd":[],"\u6319\u304c\u3063":179,"\u6319\u52d5":[],"\u632f\u821e":143,"\u632f\u821e\u3044":[39,40,41,141,151],"\u633f\u5165":[12,39,55,133,153,200],"\u6368\u3066":37,"\u639b\u3051":158,"\u63a1\u7528":[0,126,191,194],"\u63a2\u3057":[0,117,134,179],"\u63a2\u3059":[179,202],"\u63a2\u7d22":0,"\u63a5\u7d9a":[],"\u63a5\u7d9a\u5148":132,"\u63a5\u8fd1":11,"\u63a5\u982d":[37,158,177],"\u63a8\u5968":[23,33,39,41,77,78,117,180,204],"\u63a8\u5b9a":33,"\u63a8\u79fb":77,"\u63a8\u9032":40,"\u63d0\u4f9b":[],"\u63d0\u6848":[],"\u63d0\u6848\u7528":138,"\u63db\u3048":[33,60,64,167,206],"\u63db\u3048\u308b":[12,33,71],"\u63db\u6642":37,"\u63fa\u308c":206,"\u642d\u8f09":0,"\u643a\u5e2f":0,"\u64a4\u53bb":37,"\u64a4\u5ec3":[35,41,69,83,113,119,133],"\u64cd\u4f5c":[],"\u64ec\u4f3c":[],"\u652f\u63f4":175,"\u6539\u540d":[37,39],"\u6539\u5584":[33,34,37,39,40,41],"\u6539\u884c":[33,37,38,133],"\u6570\u3048":[119,198],"\u6570\u3048\u308b":[117,198],"\u6570\u5024":[],"\u6570\u5b57":[41,103,117,121,134,167,174,179,194],"\u6570\u70b9":[117,181],"\u6570\u73e0":154,"\u6574\u3063":14,"\u6574\u5217":[0,200],"\u6574\u5408":[34,60],"\u6574\u5f62":[33,200],"\u6574\u6570":[],"\u6574\u7406":[39,40],"\u6587\u5b57":[],"\u6587\u5b57\u5217":[],"\u6587\u5b57\u6570":[153,158],"\u6587\u5b57\u7a2e":167,"\u6587\u66f8":[],"\u6587\u66f8\u4e2d":[168,169],"\u6587\u66f8\u5185":178,"\u6587\u6cd5":[],"\u6587\u8108":154,"\u65ad\u7247":153,"\u65b0\u3057\u3044":[],"\u65b0\u3057\u304f":[10,41,77,101,117,121,156,159,200],"\u65b0\u305f":[11,47,51,55,63],"\u65b0\u5bbf":207,"\u65b0\u5bbf\u99c5":207,"\u65b0\u65e7":33,"\u65b0\u8a9e":179,"\u65b9\u5411":64,"\u65b9\u5f0f":[0,200,202],"\u65b9\u5f62":[143,144],"\u65b9\u6cd5":[],"\u65e2\u5b58":[0,1,12,33,39,41,51,63,99,102,117,131,134,171,189,191,197,200],"\u65e2\u5b9a":39,"\u65e2\u5b9a\u5024":189,"\u65e2\u77e5":100,"\u65e5\u3005":10,"\u65e5\u3054\u3068":100,"\u65e5\u4ed8":[0,12,143],"\u65e5\u6642":[],"\u65e5\u672c":[12,41,144,145,157,158,173,179,181,207],"\u65e5\u672c\u4eba":173,"\u65e5\u672c\u6e2c":143,"\u65e5\u672c\u8a9e":[0,2,17,19,39,157,158,173,179,194],"\u65e5\u6b21":33,"\u6607\u964d":64,"\u6607\u9806":[60,63,64,104,117,198,200,207],"\u660e\u78ba":41,"\u6642\u306b":37,"\u6642\u4ee3":0,"\u6642\u4ee5\u5916":35,"\u6642\u523b":[33,51,78,134,150,174,203],"\u6642\u671f":33,"\u6642\u70b9":[12,39,45,46,50,52,60,77],"\u6642\u9593":[],"\u666e\u53ca":0,"\u666e\u901a":[10,158],"\u6697\u53f7":12,"\u66f8\u3044":[33,41,157,158,167,203],"\u66f8\u304b":[33,39,171,203],"\u66f8\u304d":[],"\u66f8\u304d\u51fa\u3057":94,"\u66f8\u304d\u51fa\u3059":94,"\u66f8\u304d\u5f8c":192,"\u66f8\u304d\u63db\u3048":[12,21],"\u66f8\u304d\u8fbc\u307e":99,"\u66f8\u304d\u8fbc\u307f":[28,33],"\u66f8\u304d\u8fbc\u3080":[33,134],"\u66f8\u304d\u8fbc\u3081\u308b":41,"\u66f8\u304f":[41,157,167,202],"\u66f8\u3051\u308b":[39,40,41],"\u66f8\u5f0f":[],"\u66ff\u3048":[],"\u66ff\u3048\u308b":200,"\u66ff\u308f\u308b":33,"\u6700\u3082":[50,82,117],"\u6700\u4e2d":0,"\u6700\u521d":[10,33,37,41,50,78,114,117,121,138,141,146,147,153,157,158,166,167,168,179,189,197,200,202],"\u6700\u5927":[],"\u6700\u5927\u5024":[39,41,100,102,103,105,117,169],"\u6700\u5c0f":[24,25,26,30,33,117,141,189],"\u6700\u5c0f\u5024":[41,100,102,103,105,117,158],"\u6700\u5c0f\u9650":135,"\u6700\u5f8c":[12,33,35,39,50,127,134,135,158,167,179,194,197],"\u6700\u65b0":[2,6,7,8,12,33,37,81],"\u6700\u7d42":[51,75,117],"\u6700\u7d42\u66f4":51,"\u6700\u9069":[33,135],"\u6700\u9577":[37,134,158],"\u6708\u6b21":33,"\u6709\u3057":86,"\u6709\u529b":120,"\u6709\u52b9":[0,6,7,8,12,24,28,30,33,37,38,40,41,47,51,60,63,85,86,95,103,117,121,127,134,135,153,155,157,167,171,197,204],"\u6709\u7121":[146,197],"\u6709\u7528":[33,41,78,86,135,177,185,200],"\u6709\u76ca":0,"\u671b\u307e\u3057\u3044":[0,10,12],"\u671f\u5316":[39,50],"\u671f\u5f85":[0,167,179,197],"\u6728\u4e0a":64,"\u672a\u4f7f":41,"\u672a\u4f7f\u7528":191,"\u672a\u521d":39,"\u672a\u5b9a":197,"\u672a\u5b9a\u7fa9":41,"\u672a\u5b9f\u88c5":103,"\u672a\u5bfe":39,"\u672a\u6e80":[64,157],"\u672a\u77e5":38,"\u672a\u8a2d":39,"\u672a\u958b\u653e":35,"\u672b\u5c3e":[55,60,64,100,167],"\u672b\u6c38":33,"\u672c\u4f53":3,"\u672c\u5f53":[173,206],"\u672c\u6587":[148,202],"\u672c\u756a":[12,33,102],"\u672c\u8a9e":179,"\u672c\u8cea":134,"\u6751\u4e0a":[33,40,41],"\u6761\u4ef6":[],"\u6761\u4ef6\u5f0f":[],"\u6771\u4eac":[143,179,192,194,207],"\u6771\u4eac\u90fd":[179,192,194],"\u6790\u5668":[0,179],"\u6790\u7cfb":158,"\u679c\u305f":200,"\u67af\u308c":[1,189],"\u67d4\u8edf":[0,151,156],"\u6817\u5c71":[33,41],"\u682a\u5f0f":[33,41],"\u683c\u7d0d":[],"\u6848\u5185":[10,12,33],"\u68ee\u7530":199,"\u691c\u51fa":[],"\u691c\u67fb":60,"\u691c\u7d22\u4f8b":[],"\u691c\u7d22id":63,"\u691c\u7d22key":63,"\u691c\u8a0e":[168,169,170,189,194],"\u691c\u8a3c":[41,132],"\u6955\u5186":[143,144],"\u6975\u4ed8":[143,144],"\u697d\u3057":[192,194],"\u697d\u3057\u3044":[192,194],"\u6982\u5ff5":77,"\u69cb\u3044":[17,147,153,173],"\u69cb\u6210":[11,12,24,25,26,30,41,189,200],"\u69cb\u6587":[],"\u69cb\u7bc9":[],"\u69cb\u9020":[0,11,50,63,78,177,199],"\u69cb\u9020\u4f53":[41,50,57,61],"\u69d8\u3005":[],"\u6a19\u6e96":[33,34,38,41,77,82,83,85,87,90,91,93,95,97,98,99,111,118,122,132,133,135,136,168,191,200],"\u6a19\u8a18":41,"\u6a29\u8868":41,"\u6a29\u9650":[28,33,40,204],"\u6a2a\u5c71":[40,41],"\u6a5f\u68b0":41,"\u6a5f\u80fd":[],"\u6b20\u70b9":0,"\u6b20\u843d":40,"\u6b21\u56de":[12,77],"\u6b21\u671f":12,"\u6b21\u90ce":199,"\u6b32\u3057\u3044":171,"\u6b53\u8fce":3,"\u6b62\u3081":[33,41,65],"\u6b63\u3057\u3044":[33,157,166,174,175],"\u6b63\u3057\u304f":[33,39,40,41,157,173],"\u6b63\u5e38":[12,33,103,134],"\u6b63\u5f0f":41,"\u6b63\u78ba":[101,197,200],"\u6b63\u898f":[],"\u6b63\u898f\u5316":[39,106,153],"\u6b66\u8005":33,"\u6b8a\u547d":134,"\u6b8b\u3063":[35,40,123],"\u6b8b\u308a":[77,117,121,125,166],"\u6b8b\u308b":37,"\u6b8b\u5ff5":197,"\u6bb5\u843d":[47,85,86],"\u6bb5\u968e":180,"\u6bd4\u3079":[41,159],"\u6bd4\u8f03":[],"\u6c17\u306b":[17,60,86,100],"\u6c17\u8efd":[10,41],"\u6c38\u7d9a":[],"\u6c42\u307e\u308a":0,"\u6c42\u3081":[0,142],"\u6c42\u3081\u308b":[0,143,144,198],"\u6c4e\u7528":[133,134,135],"\u6c7a\u307e\u308a":166,"\u6c7a\u307e\u308b":200,"\u6c7a\u3081":[84,100,117,121],"\u6c7a\u3081\u308b":[11,117],"\u6c7a\u5b9a":117,"\u6cbf\u3046":41,"\u6ce8\u610f":[12,37,40,63,75,94,114,117,121,134,135,148,155,157,158,180,185,194,197,198,200,205],"\u6ce8\u76ee":[117,198],"\u6ce8\u8a18":40,"\u6d0b\u5fd7":41,"\u6d0b\u723e":37,"\u6d3b\u304b\u3059":117,"\u6d3b\u7528":[33,189],"\u6d41\u3057":12,"\u6d41\u308c":[],"\u6d41\u91cf":185,"\u6d45\u898b":40,"\u6d69\u4e8c":39,"\u6d6e\u52d5":[],"\u6d88\u3048":177,"\u6d88\u305b":135,"\u6d88\u53bb":40,"\u6d88\u8cbb":159,"\u6df1\u523b":[39,41,194],"\u6df7\u3056\u3063":179,"\u6df7\u305c":[120,197],"\u6df7\u305c\u308b":75,"\u6df7\u5728":[33,136],"\u6dfb\u4ed8":39,"\u6e08\u307f":[10,12,24,25,26,30,33,37,39,40,47,85,95,104,127,166,173,174,175,181,189],"\u6e08\u3080":33,"\u6e1b\u3063":33,"\u6e1b\u3089":[33,39,65,174,177,206],"\u6e1b\u5c11\u5f8c":65,"\u6e1b\u7b97":[],"\u6e21\u3055":[11,39,40,61,65,143],"\u6e21\u3057":[6,7,8,11,33,41,95,114,126,131,157,200,204],"\u6e21\u3059":[33,38,158,200],"\u6e2c\u4f4d":0,"\u6e2c\u5730":[143,144,145,181,197,207],"\u6e2c\u5730\u7cfb":181,"\u6e2c\u5b9a":134,"\u6e2c\u7528":34,"\u6e80\u3055":40,"\u6e80\u3059":[33,40],"\u6e80\u305f":[11,123,154,167,207],"\u6e96\u5099":[],"\u6e96\u62e0":[40,135],"\u6f0f\u308c":[0,12,39,156,206],"\u6f14\u7b97":[28,33,35,39,40,41,63,156,158],"\u6f14\u7b97\u5b50":[],"\u6f22\u5b57":179,"\u6fc1\u70b9":161,"\u7027\u5185":40,"\u70b9\u4ee5\u4e0b":197,"\u70b9\u6570":[],"\u70b9\u9593":163,"\u7121\u3057":[94,101,167],"\u7121\u52b9":[6,7,8,28,33,38,39,40,52,63,64,117,133,135,157,173],"\u7121\u540d":[60,63],"\u7121\u8996":[33,35,37,39,40,41,63,64,92,93,106,114,117,127,133,157,166,177,179,194],"\u7121\u9650":[33,35,39,41],"\u7121\u99c4":0,"\u7279\u306b":[11,12],"\u7279\u5225":[28,45,53,80,117,127,157,167,173],"\u7279\u5316":[17,158],"\u7279\u5b9a":[],"\u7279\u6027":177,"\u7279\u6709":[],"\u7279\u6b8a":[],"\u72b6\u614b":[0,10,12,24,25,26,30,33,35,39,41,50,82,132,133,173,194,200],"\u72b6\u6cc1":[0,55,117,158,194],"\u72ec\u7acb":101,"\u72ec\u81ea":[],"\u72ed\u3081\u308b":94,"\u7372\u5f97":33,"\u7389\u91ce":41,"\u73fe\u308c":127,"\u73fe\u308c\u308b":194,"\u73fe\u4ee3":0,"\u73fe\u5728":[0,12,33,46,50,51,57,60,61,81,84,88,99,101,119,121,123,124,132,134,150,163,200,201,203],"\u73fe\u5728\u5730":203,"\u73fe\u5b9f":198,"\u73fe\u72b6":77,"\u73fe\u983b":41,"\u7403\u9762":[143,144],"\u7406\u7531":[],"\u7406\u89e3":[117,200],"\u7406\u95a2":61,"\u74b0\u5883":[],"\u751f\u3058":[83,87,90,97,98,99],"\u751f\u6210":[],"\u7528\u3044":[],"\u7528\u3044\u308b":[0,60,191,197,199,200,201,207],"\u7528\u5909":41,"\u7528\u610f":[11,12,28,60,117,134,143,173,174,175,176,179,180],"\u7528\u79d8":[],"\u7528\u8a9e\u96c6":[],"\u7528\u9014":[0,23,24,25,26,30,31,40,41,75,78,117,167,171,177,189],"\u7530\u6cbc":41,"\u7530\u8fba":40,"\u7531\u6765":156,"\u753b\u9762":[12,34,41],"\u7551\u30b1":[33,41],"\u7551\u30f6":41,"\u756a\u53f7":[12,40,41,47,73,132,133,134,167,185,189,191,204],"\u756a\u76ee":[40,63,64,86,102,106,117,127,157,158,167,168,197,200],"\u7570\u306a\u3063":[33,64],"\u7570\u306a\u308a":[41,157],"\u7570\u306a\u308b":[],"\u7570\u5e38":[82,134],"\u7591\u4f3c":[39,40,41,73,95,152],"\u7591\u554f":202,"\u767a\u63ee":0,"\u767a\u751f":[0,12,28,33,34,39,40,41,50,60,63,78,85,121,194],"\u767a\u884c":191,"\u767b\u9332":[],"\u7686\u5ddd":41,"\u76ee\u304f\u3089\u3044":121,"\u76ee\u4ee5\u964d":117,"\u76ee\u5b89":12,"\u76ee\u7684":[28,40,100,127],"\u76ee\u8996":78,"\u76f4\u3057":180,"\u76f4\u4e0b":37,"\u76f4\u524d":55,"\u76f4\u5f8c":50,"\u76f4\u611f":205,"\u76f4\u63a5":[93,203],"\u76f8\u5bfe":[12,37,117],"\u76f8\u5bfe\u30d1\u30b9":41,"\u76f8\u5f53":[78,198,200,207],"\u76f8\u5fdc":63,"\u76f8\u624b":10,"\u7701\u7565":[],"\u771f\u306a\u3089":158,"\u771f\u507d":[33,40,157,158,181,197],"\u771f\u507d\u5024":[],"\u77e5\u3089":179,"\u77e5\u308b":198,"\u77e5\u8b58":134,"\u77e9\u5f62":[0,145,207],"\u77ed\u3044":[33,35,203],"\u77ed\u304f":[0,159],"\u77ed\u6642\u9593":0,"\u77ed\u7e2e":[6,7,33],"\u7834\u58ca":63,"\u7834\u68c4":[50,61],"\u78ba\u4fdd":[50,53,58,195],"\u78ba\u5b9a":120,"\u78ba\u5b9f":174,"\u78ba\u7387":120,"\u78ba\u8a8d":[],"\u78ef\u90e8":40,"\u793a\u3055":122,"\u793a\u3057":[12,44,80,84,100,106,143,149,163,168,179,188,191,194,198,200,202,204],"\u793a\u3059":[78,80,92,95,103,117,122,141,143,144,145,146,147,148,149,151,153,154,155,157,158,168,169,170,185,197,205],"\u79cb\u8449":207,"\u79d2\u3088\u308a":36,"\u79d2\u5358":[181,197],"\u79d2\u5f62":181,"\u79d2\u60c5":37,"\u79d2\u6570":[78,158,181,197,203],"\u79d2\u8868":[158,194,197,207],"\u79d2\u9593":37,"\u79d8\u5bc6":12,"\u79fb\u52d5":[12,16,31,37,39,84,99],"\u79fb\u884c":[37,77],"\u7a0b\u5ea6":[37,40,200],"\u7a2e\u5225":106,"\u7a2e\u985e":[],"\u7a32\u7530":40,"\u7a4d\u307f\u91cd\u306a\u3063":40,"\u7a4d\u7528":117,"\u7a4d\u7b97":[11,117],"\u7a7a\u304d":[82,195],"\u7a7a\u6587":[41,157,181],"\u7a7a\u767d":[0,33,95,106,127,133,157,176,179,194,200],"\u7a81\u7136":40,"\u7acb\u3061":78,"\u7acb\u3061\u4e0a\u304c\u3063":134,"\u7acb\u3061\u4e0a\u3052":134,"\u7acb\u3064":167,"\u7acb\u3064\u304b":179,"\u7acb\u5834":3,"\u7aef\u672b":0,"\u7b26\u53f7":[],"\u7b2c\u4e00":200,"\u7b2c\u4e8c":143,"\u7b49\u3057\u3044":[11,60,117,157,158],"\u7b49\u3057\u304f":[11,157,158],"\u7b49\u4fa1":[],"\u7b49\u5024":35,"\u7b87\u6240":[12,40,78,153],"\u7b97\u51fa":[39,41],"\u7b97\u8853":[],"\u7ba1\u7406":[],"\u7bc4\u56f2":[],"\u7bc4\u56f2\u5916":41,"\u7be0\u7530":[33,41],"\u7c21\u5358":[],"\u7c21\u6613":[41,143,189],"\u7c21\u7565":[40,149],"\u7cfb\u5ea7":[144,145],"\u7d00\u5143":33,"\u7d14\u7c8b":179,"\u7d1b\u3089\u308f\u3057\u3044":167,"\u7d20\u65b9":0,"\u7d20\u6734":198,"\u7d20\u89e3":[0,28,158,179],"\u7d22\u6642":35,"\u7d22\u7528":[],"\u7d30\u5206":197,"\u7d39\u4ecb":[3,12,41,103,117,203],"\u7d42\u3048":12,"\u7d42\u308f\u3063":[33,68],"\u7d42\u308f\u308b":[157,158,159],"\u7d42\u4e86":[],"\u7d42\u4e86\u30bf\u30b0":146,"\u7d42\u7aef":[39,50,51,53],"\u7d44\u307f\u5408\u308f":[0,11,117,121,141],"\u7d44\u307f\u5408\u308f\u305b":[0,11,12,41,85,179,194,200],"\u7d44\u307f\u8fbc\u307f":[],"\u7d44\u307f\u8fbc\u3080":[0,11,135],"\u7d44\u307f\u8fbc\u3093":[0,41],"\u7d44\u5408":151,"\u7d44\u8fbc":[82,83,85,87,90,91,93,97,98,99,111,118,122,142,144,145,150,152,181],"\u7d44\u8fbc\u578b":[],"\u7d4c\u7531":[12,35,39,41,82,83,85,87,90,91,93,97,98,99,111,118,122,134],"\u7d4c\u7def":[181,197,207],"\u7d4c\u7def\u5ea6":[],"\u7d4c\u904e":[37,45,60,77,78,119,158,181,197,203],"\u7d50\u3073\u3064\u3044":9,"\u7d50\u3073\u3064\u304f":9,"\u7d50\u5408":[11,156,157],"\u7d50\u5408\u5f0f":[],"\u7d50\u57ce":41,"\u7d50\u679c":[],"\u7d5e\u308a\u8fbc\u307f":[0,200],"\u7d5e\u308a\u8fbc\u3080":[41,117,175],"\u7d5e\u308a\u8fbc\u3093":[0,40],"\u7d5e\u8fbc":[],"\u7d71\u5408":[0,39,40],"\u7d76\u5bfe":[109,110,113],"\u7d99\u627f":40,"\u7d99\u7d9a":[21,39,119,133],"\u7d9a\u3044":194,"\u7d9a\u304d":95,"\u7d9a\u3051":134,"\u7d9a\u3051\u308b":179,"\u7dad\u6301":[0,169,170,185],"\u7db2\u7f85":135,"\u7dcf\u91cf":180,"\u7de8\u96c6":[],"\u7de9\u3084\u304b":33,"\u7de9\u548c":180,"\u7e26\u68d2":121,"\u7e4b\u3052":41,"\u7e4b\u3052\u308b":10,"\u7e70\u308a\u8fd4\u3057":[17,134,158],"\u7e70\u308a\u8fd4\u3057\u6570":134,"\u7e70\u308a\u8fd4\u3059":35,"\u7f6e\u3044":[12,41],"\u7f6e\u304b":[28,135,136,166],"\u7f6e\u304d":[12,33,35,60,64,167,206],"\u7f6e\u304d\u63db\u3048":[17,41,133,157,171],"\u7f6e\u304f":[28,33,180],"\u7f6e\u304f\u4f8b":28,"\u7f6e\u63db":[],"\u7f72\u540d":[],"\u7fa9\u8a9e":166,"\u7ffb\u8a33":[],"\u8003\u3048":[0,10,117,123,157,158,180,185,198,200],"\u8003\u3048\u308b":[168,169,170],"\u8003\u3048\u65b9":41,"\u8003\u616e":[170,194,206],"\u80a5\u5927":41,"\u811a\u6ce8":[87,143,144,145,200],"\u81a8\u5927":0,"\u81ea\u4f53":[41,157],"\u81ea\u5206":[10,17,23,100,134,135],"\u81ea\u52d5":[12,17,33,37,39,41,47,63,73,94,109,110,113,131,134,135,157,158,177,199,200,205],"\u81ea\u52d5\u5207\u308a":41,"\u81ea\u52d5\u7684":134,"\u81ea\u5df1":203,"\u81ea\u5df1\u7d39":203,"\u81ea\u7531":[0,11,73,191],"\u81ea\u8eab":[33,37,39,127,133,166],"\u81f3\u308b":197,"\u81f4\u547d":39,"\u8208\u5473":[0,33,167],"\u826f\u3044":[10,202],"\u826f\u3044\u4f8b":10,"\u826f\u304f":[33,202],"\u826f\u4e8c":41,"\u82b1\u5b50":199,"\u82e6\u624b":0,"\u82f1\u8a9e":[2,12,17,19,37,41,179],"\u840e\u7e2e":10,"\u843d\u3061":[35,40],"\u843d\u3061\u308b":[35,37,40],"\u8457\u4f5c":41,"\u884c\u3044":[11,12,33,60,63,64,132,133,134,151,192,194,199,200,202,203],"\u884c\u3046":[10,12,14,35,39,41,64,121,132,143,151,178,189,192,199,202,203,205,207],"\u884c\u3048":[14,41,151,157,200],"\u884c\u3048\u308b":[39,199],"\u884c\u3063":[12,14,41,198,207],"\u884c\u306a\u308f":39,"\u884c\u308f":[117,132,134,199],"\u884c\u6307\u5411":0,"\u884c\u6570":37,"\u884c\u672b":167,"\u884c\u756a":[37,78],"\u884c\u76ee":[12,78,134],"\u884c\u982d":167,"\u8868\u3057":[11,73,77,78,80,117,163,167,170,181,200],"\u8868\u3059":[11,85,127,143,152,163,167,197,199],"\u8868\u3059\u578b":181,"\u8868\u308f":60,"\u8868\u73fe":[],"\u8868\u793a":[],"\u8868\u8a08":166,"\u8868\u8a18":[12,17,37,39,40,75,143,158,181,197,206,207],"\u88d5\u4e5f":41,"\u88dc\u3046":0,"\u88dc\u5b8c":[],"\u88dc\u5b8c\u8a9e":173,"\u88dc\u6b63":[],"\u88dc\u8db3":135,"\u8907\u6570":[],"\u8907\u96d1":[11,33,39,40,117,158,167],"\u897f\u66a6":158,"\u8981\u6c42":[10,40,154,200],"\u8981\u7d20":[11,33,39,40,63,75,78,80,86,95,134,153,200],"\u898b\u3048\u308b":[6,7],"\u898b\u305b":171,"\u898b\u3064":[35,39,120],"\u898b\u3064\u304b\u3063":[117,175,179],"\u898b\u3064\u304b\u3089":63,"\u898b\u3064\u304b\u308a":[117,179],"\u898b\u3064\u304b\u308b":39,"\u898b\u3064\u304b\u308c":10,"\u898b\u3064\u3051":[10,34,39,117,173,179],"\u898b\u3064\u3051\u308b":[88,117,124,135,161,173,179],"\u898b\u3066":[78,84,103,117,135],"\u898b\u306a\u3057":64,"\u898b\u308b":[80,84,117],"\u898b\u4ed8":40,"\u898b\u4ed8\u3051":40,"\u898b\u76f4\u3057":41,"\u898b\u7a4d":33,"\u898b\u7a4d\u308b":195,"\u898b\u8fbc\u3081":41,"\u898f\u5247":[39,103],"\u898f\u683c":64,"\u8996\u899a":0,"\u89a7\u4e0b":14,"\u89aa\u5207":35,"\u89b3\u70b9":[41,149,158,195],"\u89e3\u50cf":35,"\u89e3\u653e":[33,41,46,50,57,60,64,68,89,96,119],"\u89e3\u6790":[],"\u89e3\u6c7a":[10,33,37,39,82,168,169,170,171,179,195],"\u89e3\u6c7a\u7b56":10,"\u89e3\u6d88":[33,34,40,60,75,91],"\u89e3\u91c8":[11,35,93,157],"\u89e3\u9664":[34,60,83,109,110,133],"\u89e6\u308b":33,"\u89e6\u308c":200,"\u89e6\u308c\u308b":179,"\u8a00\u3044":[33,71,154],"\u8a00\u3046":[75,101,170,173],"\u8a00\u3048":[157,194],"\u8a00\u53ca":[154,203],"\u8a00\u8a9e":[],"\u8a00\u8a9e\u540d":17,"\u8a02\u6b63":166,"\u8a08\u6e2c":[14,34,37],"\u8a08\u7b97":[0,34,39,40,41,115,117,119,142,143,144,158,163,168,169,170,173,174,176,180,181,207],"\u8a18\u4e8b":[12,159,202],"\u8a18\u53f7":[35,133,179,192,194,200],"\u8a18\u6cd5":[158,202],"\u8a18\u8f09":[12,39],"\u8a18\u8ff0":[11,33,133,134,200,202,203],"\u8a18\u9332":[0,33,39,73,109,113],"\u8a2d\u5b9a":[],"\u8a2d\u5b9a\u5024":[34,195],"\u8a2d\u5b9a\u6e08\u307f":189,"\u8a2d\u6a02":37,"\u8a2d\u8a08":[117,189],"\u8a55\u4fa1":[11,33,40,115,154,157,158,167],"\u8a66\u3057":[10,33],"\u8a66\u3059":[6,7,179,184],"\u8a66\u3059\u4f8b":179,"\u8a66\u884c":0,"\u8a71\u3057":3,"\u8a71\u984c":2,"\u8a72\u5f53":[41,46,47,60,63,64,108,141,146,147,149,153,202],"\u8a73\u3057\u304f":[0,197,200],"\u8a73\u7d30":[1,14,17,24,25,26,28,30,33,39,40,41,46,59,62,75,78,84,86,89,94,103,109,110,113,117,119,121,123,124,125,127,131,134,135,136,151,157,158,166,167,180,181,189,194,198,200,207],"\u8a8d\u8a3c":[],"\u8a8d\u8b58":10,"\u8a9e\u4ee5":[158,179],"\u8a9e\u53e5":[33,40,199],"\u8a9e\u5f59":[],"\u8a9e\u6271":192,"\u8a9e\u691c":117,"\u8a9e\u7248":12,"\u8a9e\u7528":179,"\u8aa4\u3063":[12,33,39,40,41],"\u8aa4\u308a":[33,39,40,41],"\u8aa4\u52d5\u4f5c":33,"\u8aa4\u5b57":[33,35,37,39,40,166],"\u8aa4\u5dee":[37,143,144],"\u8aac\u660e":[],"\u8aad\u307f":[],"\u8aad\u307f\u3084\u3059\u3044":38,"\u8aad\u307f\u51fa\u3057":0,"\u8aad\u307f\u53d6\u308a":[88,95,124,133],"\u8aad\u307f\u8fbc\u307f":[37,40,41,109,113,116,166,200],"\u8aad\u307f\u8fbc\u3080":[34,116],"\u8aad\u307f\u8fbc\u3081\u308b":93,"\u8aad\u307f\u8fbc\u3093":[116,191],"\u8aad\u307f\u98db\u3070":200,"\u8aad\u3081":39,"\u8aad\u3093":[3,21],"\u8ab0\u304b":3,"\u8ab0\u304c":203,"\u8ab0\u3067":41,"\u8ab2\u7a0b":40,"\u8ab2\u984c":[],"\u8abf\u3079":[55,60,144,145,198],"\u8abf\u3079\u308b":[40,144,145,195],"\u8abf\u6574":[117,156,179,194,195],"\u8abf\u67fb":33,"\u8ad6\u7406":[],"\u8ad6\u7406\u548c":[],"\u8af8\u6761":32,"\u8b66\u544a":[6,7,35,38,39,40,41,77,117],"\u8b70\u8ad6":19,"\u8ca0\u62c5":10,"\u8ca0\u6570":[39,45],"\u8ca0\u8377":[35,135],"\u8ca2\u732e":40,"\u8ce2\u304f":89,"\u8d64\u9053":143,"\u8d70\u67fb":41,"\u8d77\u3053\u3063":[88,124],"\u8d77\u3053\u308a":206,"\u8d77\u52d5":[],"\u8d77\u6e90":197,"\u8d85\u3048":[40,194],"\u8d85\u3048\u308b":[39,64,177,195,197],"\u8d85\u904e":[40,195],"\u8d8a\u3048":[33,41,194],"\u8d8a\u3048\u308b":[33,41,100,194],"\u8db3\u3057":158,"\u8db3\u308a":[37,166],"\u8ddd\u96e2":[0,34,39,142,143,144,158,163,207],"\u8efd\u3044":[88,108,124],"\u8f09\u305b\u308b":12,"\u8f9e\u66f8":[26,33,34,35,39,40,41,179,194],"\u8f9e\u691c":[37,158,177],"\u8fbc\u307f":[99,166],"\u8fd1\u3044":[64,132,171],"\u8fd1\u3044\u9806":163,"\u8fd1\u304f":[0,158,163],"\u8fd1\u3055":158,"\u8fd1\u4f3c":[37,39,143,144],"\u8fd1\u508d":[],"\u8fd4\u3055":[39,41,52,60,77,82,95,120],"\u8fd4\u3057":[11,33,40,41,45,46,47,48,50,51,52,55,57,59,60,63,64,65,67,69,81,85,86,88,92,96,101,104,107,108,114,115,116,117,119,120,125,126,127,128,129,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,158,169,170,173,174,175,176,185,200,203,206,207],"\u8fd4\u3059":[33,34,35,37,39,40,41,47,50,53,65,83,87,89,90,91,97,98,99,102,117,120,126,133,134,141,150,158,185,191,207],"\u8fd4\u3059\u304b":120,"\u8fd4\u3059\u4f8b":155,"\u8fd4\u3059\u65b0\u3057\u3044":33,"\u8fd4\u3063":[41,126,157,158],"\u8fd4\u308a":[103,117,126,198,207],"\u8fd4\u308a\u5024":[33,40,41],"\u8fd4\u308b":35,"\u8fd4\u4fe1":[10,202,203],"\u8fd4\u4fe1\u5143":203,"\u8fd4\u4fe1\u5148":203,"\u8fd4\u5024":[],"\u8fd4\u5374":[122,200],"\u8ff0\u3079":200,"\u8ff0\u8a9e":33,"\u8ffd\u52a0":[],"\u8ffd\u8a18":[12,33,39],"\u8ffd\u8de1":[],"\u9000\u907f":89,"\u9001\u3063":[3,16,17,19],"\u9001\u308a":[12,191],"\u9001\u308a\u65b9":[],"\u9001\u308b":[17,19,185,191],"\u9001\u4fe1":[],"\u9006\u306b":[199,203],"\u9006\u5f15":199,"\u9006\u5f15\u304d":[],"\u9006\u6587\u66f8\u51fa":41,"\u9006\u9806":200,"\u9010\u6b21":[0,41,167,179],"\u9014\u4e2d":[12,39,41,133,173,174,191],"\u901a\u308a":[6,7,8,12,21,28,30,49,84,86,92,93,100,101,102,103,104,106,117,120,121,122,127,131,135,141,143,144,146,147,148,149,151,153,154,155,157,158,163,167,168,169,170,176,179,180,194,202],"\u901a\u4fe1":[],"\u901a\u5e38":[33,39,41,50,65,73,78,86,89,94,101,117,119,127,135,157,161,166,180,181,197,200],"\u901a\u77e5":[12,114],"\u901f\u3044":[33,41,177],"\u901f\u304f":[28,33,121,199],"\u901f\u3084\u304b":77,"\u901f\u5ea6":[33,37,40,134,177,199],"\u9023\u643a":0,"\u9023\u7d50":[33,39,40,60,202],"\u9023\u7d61":17,"\u9023\u7d9a":[40,60,127,174,179,192,194],"\u9032\u3081":[],"\u9032\u3093":0,"\u9032\u6570":[82,158],"\u9045\u3044":[143,168,177],"\u9045\u304f":[33,144,157,158,167,170,198],"\u904b\u7528":0,"\u904e\u7a0b":73,"\u9054\u3057":180,"\u9054\u3059\u308b":64,"\u9054\u6210":100,"\u9055\u3046":[35,103],"\u9055\u3063":173,"\u9069\u3057":[0,121,159,168,169],"\u9069\u5207":[0,33,35,41,100,103,117,121,127,134,167,170,179,200],"\u9069\u5408":[179,194,200],"\u9069\u5408\u7387":179,"\u9069\u5b9c":[12,41],"\u9069\u6642":55,"\u9069\u7528":[],"\u9078\u3073":175,"\u9078\u3076":[0,117,135],"\u9078\u3079":[5,117],"\u9078\u3093":121,"\u9078\u629e":[],"\u907f\u3051\u308b":117,"\u90e8\u5206":[],"\u90fd\u6c11":[192,194],"\u914d\u4e0b":[12,136],"\u914d\u5217":[],"\u914d\u5e03":[23,24,25,26,30,31,39,41],"\u914d\u7f6e":[12,200],"\u91cd\u3044":[0,94,117],"\u91cd\u304f":194,"\u91cd\u306a\u3063":40,"\u91cd\u307f":[],"\u91cd\u307f\u3064\u304d":41,"\u91cd\u307f\u4ed8\u304d":[],"\u91cd\u307f\u4ed8\u3051":[117,194],"\u91cd\u8907":[33,41,63],"\u91cd\u8981":[0,10,12,14,28,33,46,50,75,76,117,121,127,135,159,168,169,170,179,185,201],"\u91cd\u8996":[159,194],"\u91ce\u9996":41,"\u91cf\u6307":167,"\u91cf\u8a08":34,"\u9234\u6728":39,"\u932f\u8aa4":0,"\u9577\u3044":33,"\u9577\u3055":[39,47,60,63,64,66,134,197],"\u9577\u3059\u304e\u308b":40,"\u9577\u4ee5\u4e0a":[60,63],"\u9577\u5185":[33,41],"\u9577\u5185\u6b69":[33,41],"\u9577\u578b":[64,86],"\u9577\u65b9\u5f62":37,"\u9577\u6642\u9593":[114,131],"\u9577\u751f\u304d":121,"\u9577\u91ce":41,"\u9589\u3058":[37,123,177],"\u9589\u3058\u308b":[33,34,37,177],"\u958b\u3044":[33,35,37,40,83,91,123,131,161],"\u958b\u304b":[33,50,131],"\u958b\u304d":[46,51,123,180],"\u958b\u304f":[33,37,39,46,161,180,200],"\u958b\u304f\u969b":39,"\u958b\u3051":39,"\u958b\u3051\u308b":[],"\u958b\u3053":51,"\u958b\u59cb":[14,37,40,41,60,88,124,134,143,146],"\u958b\u653e":33,"\u958b\u767a":[],"\u9593\u9055\u3063":[33,37,39,40,41,131,174,175],"\u95a2\u308f\u3089":[117,134],"\u95a2\u4fc2":[],"\u95a2\u4fc2\u5f0f":[],"\u95a2\u6570":[],"\u95a2\u9023":[],"\u95b2\u89a7":204,"\u95be\u5024":[],"\u9632\u304e":[40,123],"\u9632\u3050":[158,170],"\u964d\u9806":[63,64,117,120,200],"\u9650\u3063":60,"\u9650\u3089":10,"\u9650\u308a":[11,60,73,95,126,192,194],"\u9650\u5b9a":167,"\u9650\u6587":[37,121],"\u9664\u3044":[100,102,105,134,149,153],"\u9664\u304f":39,"\u9664\u3051":63,"\u9664\u53bb":[35,40,125,148,178],"\u9664\u5916":93,"\u9664\u7b97":[],"\u9665\u3063":39,"\u968e\u5c64":11,"\u96a3\u308a\u5408\u3063":179,"\u96a3\u63a5":[0,157],"\u96c5\u5e83":41,"\u96c6\u307e\u3063":198,"\u96c6\u307e\u308a":117,"\u96c6\u3081":198,"\u96c6\u5408":[39,63,71,75,117,156,167],"\u96e2\u308c":207,"\u96e3\u3057\u3044":0,"\u9759\u7684":[],"\u975e\u308f":192,"\u975e\u4e92":[33,39,40,41],"\u975e\u4e92\u63db":[33,37,41],"\u975e\u4f9d":24,"\u975e\u516c\u958b":12,"\u975e\u5206":117,"\u975e\u5e38":[39,167,168,169,170,185],"\u975e\u63a8":[33,37,39,40,41,121,143],"\u975e\u63a8\u5968":[33,39],"\u975eascii":179,"\u9805\u76ee":[34,82,117,121,185,189,201],"\u9806\u4f4d":55,"\u9806\u5e8f":[117,122,194,200],"\u9806\u6b21":[132,133,191,200],"\u9806\u756a":[57,64,133,157,194,200],"\u9818\u57df":[28,39,41,60,63,207],"\u982d\u6587":191,"\u982d\u8f9e":177,"\u983b\u51fa":33,"\u983b\u5ea6":[33,120],"\u983b\u7e41":[28,63],"\u9855\u8457":179,"\u985e\u4f3c":[],"\u985e\u7d39":194,"\u985e\u7fa9":117,"\u99c4\u76ee":10,"\u9ad8\u3044":[0,82,117,120,135,179,200],"\u9ad8\u3044\u9806":200,"\u9ad8\u304f":[33,75,169,194],"\u9ad8\u307e\u3063":0,"\u9ad8\u6a5f":[0,11],"\u9ad8\u7cbe":0,"\u9ad8\u901f":[0,11,34,37,40,71,102,117,121,143,144,157,158,163,167,168,170,177,179,184,185,199,200],"\u9b3c\u96f2":33,"\u9bae\u5ea6":159,"\u9df2\u7530":40,"\u9df2\u7530\u57fa":40,"\u9ed2\u3044\u70b9":163,"\uff01:":28,"\uff01\u300d":[103,117,157,158],"\uff01\u3057":2,"\uff01\uff08":17,"\uff01\uff09":[173,174],"\uff08*":5,"\uff08,":200,"\uff08-":[117,200],"\uff08.":12,"\uff08=":[117,119],"\uff08@":[35,37],"\uff08\u300c":[161,194],"\uff08\u3064\u307e\u308a":94,"\uff08\u30ad\u30fc":33,"\uff08\u4f8b":33,"\uff08\u578b":66,"\uff08\u79d2":60,"\uff08\uff1d":171,"\uff08age":121,"\uff08and":156,"\uff08byte":[47,60],"\uff08ci":21,"\uff08document":[41,170],"\uff08eol":33,"\uff08gnu":28,"\uff08groonga":33,"\uff08least":81,"\uff08longest":[37,158],"\uff08markdown":12,"\uff08messagepack":28,"\uff08node":21,"\uff08normalization":161,"\uff08not":156,"\uff08or":156,"\uff08perl":135,"\uff08personal":[],"\uff08piro":41,"\uff08proc":55,"\uff08romaji":173,"\uff08rroonga":33,"\uff08ruby":21,"\uff08score":117,"\uff08term":[168,169,170],"\uff08textile":12,"\uff08tf":168,"\uff08therubyracer":12,"\uff08todo":158,"\uff08tokenbigram":194,"\uff08tokenmecab":194,"\uff08true":197,"\uff08virtualbox":12,"\uff08world":181,"\uff09:":[24,25,26,27,29,30,115,116,192],"\uff09\u3001":[12,168,169,170,177,192],"\uff09\u3002":[33,194,200],"\uff09\u307e\u305f":[106,127,157,158],"\uff09\uff08":121,"\uff11\u3064":[9,86],"\uff11\u5bfe":9,"\uff12\u3064":207,"\uff13\u3064":181,"\uff1f\u300d":198,"\uff1f\uff09":33,"\uff4d\uff59\uff53\uff51\uff4c":[146,147],"\uffef\"":179,"\ufff0\"":179,"\ufffecrch":127,"\ufffetext":127,"] [":134,"] \u6708":33,"]%":167,"]'":[135,185],"])":[45,144,146,152],"],":[75,78,82,84,86,88,89,92,95,103,104,106,107,114,117,119,120,122,123,124,125,127,128,129,133,134,138,141,143,146,147,148,149,151,153,154,155,157,158,159,161,167,168,169,170,173,174,176,178,179,191,194,197,198,199,200,202,203,204,205,206,207],"].":[33,41,103,117],"]/":204,"]:":167,"][":[33,37,38,39,40,41,123,157,167],"]\"":[39,40,167,203],"]\u3002":41,"]]":[33,90,92,95,120,133,134,138],"]]]":[90,120,158,194],"]ello":33,"]x":203,"]}":[33,82,154,197],"^ \"":[84,158],"^commit":12,"_$":[120,121],"_')":[73,85],"_*":[],"_\"":37,"_a":[80,191],"_accepted":114,"_account":17,"_add":[53,55,63],"_address":[80,191,204],"_adjust":[11,62,117],"_age":141,"_all":[33,50],"_alloc":[53,69],"_allowed":[80,191],"_already":[80,191],"_and":[11,62],"_animal":197,"_append":[11,53,56,60],"_arg":80,"_argument":[60,63,64,80,191],"_arguments":33,"_asc":63,"_ascending":64,"_at":[],"_auto":[],"_available":[80,191],"_avg":117,"_avoided":[60,80,191],"_bad":80,"_basic":[135,185],"_batch":41,"_between":41,"_binary":39,"_blank":106,"_block":[80,191],"_blog":202,"_body":[85,194,206],"_bool":[35,50,60],"_broken":80,"_buffer":[50,56,80,191],"_build":14,"_builtin":[37,51,60,66],"_bulk":[50,53],"_busy":[80,191],"_but":11,"_by":[33,36,37,38,41,53,60,63,64,69,203],"_byte":[80,191],"_cache":[],"_calc":[],"_call":[11,80,114,191],"_cancel":[],"_cas":80,"_case":33,"_cast":[33,60],"_character":53,"_characters":53,"_charlen":69,"_check":[14,41,60],"_checks":106,"_child":[80,191],"_chunk":33,"_chunked":33,"_circle":[],"_clear":[],"_client":158,"_clone":12,"_close":[11,33,37,41,46,50,53,56,57,60,64,69],"_code":[69,78,160],"_column":[],"_columns":[],"_command":[],"_comment":154,"_commit":56,"_compare":60,"_compile":53,"_compress":47,"_concurrency":132,"_cond":65,"_conf":33,"_configure":40,"_connected":[80,191],"_connection":80,"_const":[11,53],"_content":[],"_control":[33,80,191],"_controllen":33,"_copy":[],"_corrupt":[80,191],"_count":[],"_create":[],"_ctx":[],"_current":46,"_cursor":[],"_dat":[],"_data":[],"_database":[],"_dataset":[36,137,139,176],"_date":12,"_db":[],"_db\u30d5\u30e9\u30b0":37,"_deadlock":[60,80,191],"_debug":[7,14],"_decr":60,"_default":[33,39,48,52,59,185],"_defrag":60,"_del":33,"_delete":[33,37,55,60,63,64],"_delimited":42,"_delimiter":[106,127],"_denied":[80,191],"_desc":63,"_descending":64,"_descriptor":[80,191],"_device":[80,191],"_difference":63,"_dir":[12,33,37,69],"_directory":[80,191],"_dist":39,"_distance":[],"_domain":80,"_down":[80,191],"_drilldown":117,"_element":[33,58],"_empty":[80,191],"_enable":33,"_enabled":33,"_enc":[52,64],"_encoding":[],"_end":80,"_enough":[80,191],"_entries":[46,81],"_entry":55,"_error":[69,80,103,191],"_escalation":[],"_escape":[],"_estimate":[33,37,54],"_eval":[],"_example":173,"_exec":[33,50,53,80],"_exist":[],"_exists":[80,191],"_expander":[],"_expanders":[109,110,113,166],"_expansion":[],"_expire":60,"_expr":[],"_expression":[117,167],"_extract":[33,42],"_failure":68,"_false":[50,60],"_file":[78,80,135,166,185,191],"_filename":80,"_files":[80,191],"_filter":[],"_filtered":102,"_filters":[],"_fin":[33,39,50,53,68,69],"_finalizer":[50,61],"_flags":[],"_float":[33,66],"_flow":[80,191],"_flush":[],"_for":[11,33,117],"_format":[80,191],"_free":69,"_friends":199,"_full":[],"_func":[41,50,61,65,69,126],"_function":[33,69,80,114,168,191],"_geo":[],"_get":[33,37,38,39,41,45,46,47,48,50,52,53,55,58,59,60,61,63,64,65,69,126],"_github":17,"_gqpt":134,"_gqtp":134,"_groonga":[78,103],"_group":[33,63],"_gt":64,"_hash":[],"_header":86,"_hit":[119,135,164,191,200,204],"_hits":117,"_hook":[],"_host":134,"_html":[],"_http":[134,135],"_hugetlb":37,"_i":[80,191],"_id":[12,33,37,38,41,47,50,53,56,57,58,60,63,64,69,73,79,114,117,158,200,207],"_idf":[],"_if":60,"_ii":[],"_illegal":80,"_implemented":[80,191],"_improper":80,"_in":[],"_inappropriate":80,"_incompatible":80,"_incr":60,"_index":[],"_indexer":38,"_indexes":[],"_info":[],"_information":86,"_init":[33,37,39,41,50,53,60,65,68,69,160],"_initialized":[80,191],"_input":[33,78,80,158],"_install":[],"_int":[33,53,60,66],"_interrupted":[80,114],"_invalid":[60,63,64,80],"_io":[33,41],"_ip":[191,204],"_is":[33,37,50,60,78,80,114,191],"_isspace":69,"_ito":37,"_itoh":37,"_ja":40,"_jis":[28,179],"_jp":28,"_json":49,"_key":[],"_keys":[63,117],"_keywords":53,"_labeled":117,"_large":[80,191],"_lcp":63,"_leading":117,"_leak":14,"_left":[37,54,80,145,191],"_len":[39,47,53],"_length":[69,191],"_level":[],"_lexicon":33,"_likes":[78,103,117,157,158,180],"_limit":[],"_link":[80,191],"_links":[80,191],"_list":[],"_literal":41,"_load":[],"_local":134,"_location":[78,203],"_lock":[37,45,60,65,69],"_locked":60,"_locks":[80,191],"_log":[],"_logger":[33,39],"_logical":33,"_long":[80,191],"_lt":64,"_lzo":[47,80,85],"_malloc":69,"_many":[41,80,191],"_mask":60,"_match":[],"_max":[46,48,57,80,117,126,152,191],"_mecab":33,"_memo":151,"_memory":[],"_message":[78,167,202],"_messages":[12,17],"_min":[33,48,57,117],"_mode":41,"_modified":203,"_module":135,"_most":[],"_mruby":[7,8],"_msgpack":49,"_mutex":[65,69],"_n":[40,46,104,117,138],"_nabe":41,"_name":[],"_names":51,"_network":80,"_new":[9,37,39],"_next":[33,35,40,54,57,64],"_nfthreads":65,"_nhooks":55,"_nil":[35,50,53,63,64],"_no":[],"_nofile":[40,160],"_none":49,"_normalize":[33,39,42,63,121,161],"_normalizer":33,"_normalizers":33,"_not":[60,62,80,88,92,96,114,117,129,191],"_nromalize":161,"_nsubrecs":[41,47,73,117,198],"_null":33,"_number":[78,188,191,204],"_numbers":33,"_o":[80,191],"_obj":[],"_object":80,"_of":[80,94,191],"_offline":38,"_offset":[],"_on":[80,191],"_only":[80,191],"_op":[11,33,53,62],"_open":[33,35,37,39,46,50,51,54,56,57,64,69,80,191],"_opened":[33,50],"_operation":[80,191],"_operator":[47,53,54,62,63],"_optarg":[33,51,62],"_options":[40,158],"_or":[],"_org":12,"_otoj":14,"_output":[],"_over":[80,191],"_own":33,"_pack":[],"_parameters":[],"_parse":[33,52,53],"_pass":135,"_pat":[],"_path":[],"_per":[37,50],"_permission":80,"_permitted":[80,191],"_persistent":[47,63],"_pipe":[80,191],"_plugin":[33,36,37,41,69],"_plugins":[],"_point":[54,144,199],"_pop":33,"_port":134,"_position":[47,85,86,103,117,146,147,151,153,154,157,158,159,167,168,169,170,178,180,194,200,202,203,206],"_posting":[54,57],"_pragma":117,"_prefix":[],"_preparer":[120,173,174,176],"_prepend":60,"_previous":46,"_printf":41,"_probability":[37,120],"_proc":[],"_process":[80,191],"_processes":[],"_proxy":135,"_ptr":[33,50,53,69],"_push":11,"_put":[],"_pvector":[33,50,53],"_ql":41,"_qlog":39,"_queries":[119,135,164,191,200,204],"_query":[],"_range":[],"_rate":[119,135,164,191,200,204],"_ratio":41,"_rc":[45,46,47,48,50,51,52,53,54,55,56,58,59,60,61,62,63,64,68,69],"_read":80,"_realloc":69,"_record":60,"_records":[],"_recover":[41,51],"_rectangle":[],"_recursive":33,"_recv":41,"_reference":117,"_refused":[80,191],"_register":[],"_reinit":60,"_release":12,"_removable":123,"_remove":[],"_rename":[],"_reopen":[],"_repair":38,"_request":114,"_res":134,"_resource":[60,80],"_result":[63,80,117],"_results":63,"_retry":80,"_right":[37,54,145],"_rk":64,"_rotate":33,"_ruby":33,"_s":41,"_same":40,"_scalar":[47,84,85,86,88,92,93,94,96,100,103,104,108,117,123,124,125,129,141,143,146,147,148,149,151,153,154,157,158,159,167,168,169,170,178,180,194,198,199,202,203,206],"_schema":[],"_score":[33,37,39,40,47,73,84,117,120,158,168,169,170,203,207],"_scorer":33,"_script":115,"_search":[],"_section":[33,41,47,85,86,202,203],"_seek":[80,191],"_sel":42,"_select":[],"_selector":[],"_send":[46,49,50],"_sequence":[80,191],"_serial":84,"_set":[33,38,39,41,45,46,48,50,52,55,58,59,60,61,64,65,126],"_setoperation":63,"_setpshared":40,"_shard":[],"_shutdowned":[80,191],"_signal":65,"_sis":[63,121,157,158,192,205],"_size":[],"_sjlj":41,"_skip":40,"_small":[80,191],"_snip":[39,41],"_socket":[80,191],"_sort":[33,63],"_sortby":[],"_source":12,"_space":[80,191],"_sparse":33,"_stable":48,"_stack":80,"_stamp":160,"_started":78,"_stop":[33,41,125,178],"_str":[53,203],"_strerror":41,"_string":[],"_success":[45,46,47,50,51,53,60,68,69,80,160],"_such":[80,191],"_suffix":[33,37],"_suggest":36,"_sum":117,"_supported":[80,191],"_symbolic":[80,191],"_synonyms":166,"_syntax":[53,80],"_system":[37,80,191],"_t":[65,80],"_table":[],"_tables":[33,40,50],"_tag":[84,146,149],"_tags":[199,203],"_target":[],"_temporarily":[80,191],"_term":[33,42],"_text":[14,33,41,53,106],"_tf":[],"_thread":[],"_threads":126,"_threshold":[],"_time":[33,78,119,160],"_timeout":[45,80,191],"_title":[93,134,200,202],"_to":[33,52,101,202,203],"_token":[33,41],"_tokenize":[],"_tokenized":[106,127],"_tokenizer":[],"_tokenizers":33,"_too":[41,80,191],"_touch":[35,51],"_tp":132,"_true":[33,50,60],"_truncate":[37,41,47,63],"_ts":33,"_tsv":[49,166],"_type":[],"_types":[],"_uint":[33,66],"_unavailable":[80,191],"_unknown":80,"_unlink":[50,60],"_unlock":[60,65,69],"_unmap":[],"_unregister":[],"_unsupported":80,"_untag":[],"_update":[47,63,80,117,157],"_use":[33,41,50,80,101,191],"_user":[],"_users":203,"_utf":[52,64],"_valid":135,"_value":[],"_values":[],"_valule":149,"_var":[41,53,61,66,69],"_vars":69,"_vector":[33,40,41,47,50,53,60,75,84,85,86,92,117,154,155,197,199,203],"_version":[],"_versions":12,"_vesion":[148,155],"_vprintf":41,"_vsize":[50,53],"_w":179,"_weight":[41,47,75,85,86],"_when":78,"_win":[33,69],"_windows":[33,69],"_with":[7,8,47,63,121,157,158,192,205],"_word":[33,41,93,125,178],"_would":[80,191],"_xml":49,"_xxx":117,"_yyyymmdd":103,"_zlib":[47,80,85],"_zone":135,"_{":40,"`/":18,"``":[34,35,53,202],"`hostname":133,"boolean":42,"break":[],"byte":[33,39,47,60,63,79,134,153,191],"case":[69,113,139],"char":[41,47,50,51,52,53,60,61,63,65,66,69],"ci\u4e00\u822c":[],"ci\u4e0a":21,"class":[146,147,148,153],"const":[38,47,50,51,52,53,60,61,63,64,66,69],"continue":41,"cpu\u30b3\u30a2":[],"d\u30ad\u30fc":200,"dat\u30ad\u30fc":40,"default":[],"delete":[],"do":[41,96,134],"double":[33,158],"else":33,"enter\u30ad\u30fc":40,"enum":51,"error\u30bf\u30b0":39,"export":18,"false":[12,35,40,41,83,84,85,87,88,89,90,92,96,97,98,99,108,114,123,127,129,141,146,149,151,154,157,158,179,181,197,205],"float":[],"for":[8,31,39,42,45,49,50,51,53,54,60,65,69,79,96,129,133,135,137,138,139,143,153,158,160,176,179,180,181,183,189,203],"function":[33,42,50,69,78,138,140,191],"geopoint\u9593":37,"get\u30e1\u30bd\u30c3\u30c9":136,"gib\u304f\u3089\u3044":180,"gmo\u30e1\u30c7\u30a3\u30a2":41,"html\u30bf\u30b0":148,"id\u9806":64,"if":[11,33,45,47,49,50,51,54,60,61,63,65,68,69,75,79,96,133,135,137,138,139,158,160,183],"import":12,"in":[],"int":[],"interface":138,"long":[33,56,59,114],"lzo\u3044":85,"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":[50,65,68,78,160],"sort\u30ad\u30fc":34,"static":65,"this":[18,39,47,49,50,51,60,69,96,103,117,133,135,137,138,153,157,158,160,185,197,200,204,206],"true":[33,34,40,41,75,83,84,85,86,87,88,89,90,92,94,95,96,97,98,99,100,101,103,104,105,108,109,110,113,114,115,116,117,121,123,124,125,129,141,143,144,145,146,147,148,149,151,153,154,155,157,158,159,161,167,168,169,170,178,181,197,198,199,200,202,203,205,206,207],"try":[45,133,203],"var":[11,28,69,86,131,133,135],"void":[38,45,48,51,52,59,60,63,64,65,68,69],"while":[51,96],"with":[],"x\u30df\u30ea":[158,181],"{\"":[33,75,82,100,101,104,115,116,120,134,146,147,151,157,158,159,167,169,170,173,174,176,178,202],"{\"_":[117,141,157,158,197,199,207],"{\\":95,"{column":167,"{key":117,"{label":[103,117],"{language":17,"{logical":171,"{name":158,"{path":28,"{prefix":[28,109,110,113],"{table":[117,151],"{time":160,"{type":138,"{user":180,"{yyyymm":171,"{yyyymmdd":171,"| _":207,"| c":158,"| n":158,"| y":40,"|')":85,"|..":41,"|:":160,"|<":160,"|>":160,"|allow":[117,157],"|b":167,"|correct":120,"|enable":127,"|full":167,"|ga":117,"|http":134,"|info":167,"|key":[121,157,158,205],"|n":33,"|ng":117,"|none":117,"|on":117,"|oo":117,"|persistent":[86,88,122,124],"|ro":117,"|suggest":120,"|table":121,"|with":[41,75,85,86,103,106,117,146,147,151,153,154,157,158,159,167,168,169,170,178,180,194,200,202,203,206],"||":[11,39,40,158,168,202],"})":138,"},":[75,88,104,107,117,124,125,127,128,129,134,143,148,151,155,157,158,159,167,179,199,200,202,203,205,206],"}.":[117,151],"}/":[17,28,109,110,113],"}:":167,"}\\":158,"}]":[],"}_":[103,171],"}attr":40,"}e":158,"}|":160,"}}":75,"~ \"":[158,167],"~${":167,"~*":53,"~number":158,"~uint":33,abc:33,abcde:106,abi:33,about:[14,18,21,46,69,78,79,133,140,160],above:[114,138,176],ac:161,accept:[35,79],accepts:[129,133,138],accesses:47,accessor:[33,60,63],accurate:153,acquire:45,acquires:45,acronym:183,actual:135,add:[17,18,30,39,41,60,102,117,127,140,179],added:[42,54,60,63],adding:[18,60,79],additional:40,address:[37,39,133,138,191],adjust:117,adjuster:[],admin:[33,35,41],advanced:42,advantage:153,after:[18,54,138],again:[45,135],against:[47,51,133],age:[86,94,117,141],ages:[121,122,141],aggregate:153,ahost:167,aio:40,akio:[35,39],al:179,alert:[41,97,98,133,135,160],ali:84,alice:[84,88,117,124,129,135,141,151,157,185,203],alisa:151,all:[33,39,47,50,51,54,79,96,103,117,157,158,160,176,206],alloc:[119,133,135,164,191,200,204],allocate:[],allocated:69,allocates:69,allow:[25,39,117,157],allowed:139,allows:153,almost:183,already:[45,69,139],also:[79,103,117,138,153,157,158,168,183],always:101,am:[147,153],amd:12,an:[51,54,63,69,133,135],and:[18,33,40,41,42,45,47,49,51,53,54,60,63,69,96,117,125,133,135,137,138,139,151,153,158,160,168,169,170,176,178,180,202,207],animation:199,ann:12,another:33,any:[33,133],api:[],appears:153,appended:60,apple:161,application:[133,135,185],applications:153,applied:42,appveyor:41,april:12,apt:[12,18,21,25,30,39],aptitude:14,ar:[127,192,194],arai:33,aramaki:[35,37],arc:127,architecture:[33,133],architectures:12,archive:[],are:[17,40,45,51,53,54,69,75,96,133,137,138,139,153,160,168,169,170,176,183],argc:65,argument:[136,158,168],arguments:[69,133],argv:65,armhf:41,arnaud:37,array:82,art:203,arted:158,article:202,articles:202,as:[17,39,50,69,79,127,133,135,137,138,139,153,183,189],ascii:[157,158,179],assigned:33,associated:69,assumed:61,at:[18,42,54,133,160,203],auth:[135,185],auto:[101,120],autoconf:[6,37],autogen:[6,12,17,39],automake:[6,35],automatically:51,autotools:[],available:[42,69],avg:[41,103,117,132],aware:69,back:158,background:133,backup:[51,93],backward:129,bad:[40,41,191],base:[12,33,69,135],baseball:[199,202],based:[54,146,147,153,189],bash:28,be:[18,47,50,51,53,54,60,63,69,79,89,96,113,129,133,138,139,160,176,183],became:189,because:[51,135,138,164,168,176,183],become:42,been:12,before:21,begin:132,behaves:138,bernard:33,beta:42,between:[],bi:[192,194],bigram:[],bill:[33,192,194],billiard:[192,194],bin:[18,31],binary:[0,164,181],bind:37,binding:[42,146,147],binlib:12,bison:12,bit:[8,21,23,24,25,26,29,30,31,33,40,134,181],black:161,block:197,blog:[154,194,200,202],blogroonga:[],blogs:194,bm:[168,170],bob:[88,117,124,129,135,141,151,157,185,203],bom:35,book:158,bookmark:[75,93],bookmarks:[75,93],bool:[],boost:173,boston:203,both:60,bottom:[37,54,145],brazil:198,brew:[18,27],british:206,broken:[47,51,96,191],brooklyn:203,brother:157,browser:17,bsd:[5,28,33,41],buf:[47,60,63],buffer:[50,60,82],buffered:56,bug:[39,42],build:[8,12,18,21,25,30,31,40],builder:56,building:49,built:60,bulk:[33,53,60],bundled:[],but:[129,133,138,139],by:[18,39,50,51,53,54,68,69,79,100,138,157,160,176,183,198],bye:125,bytes:[32,61,69],cache:[],calc:[],calculate:138,called:69,caller:61,calling:[68,69],calros:141,camp:203,can:[17,18,45,49,50,51,69,79,113,129,133,135,153,160,168,176,183],cancel:[79,114],canceled:114,canceling:79,candidate1:120,candidate2:120,candidate:[120,138],cannot:[],carlos:[88,124,129],cas:191,cases:183,cast:[],casted:60,casts:60,cat:12,cd:[12,17,24,25,26,27,28,29,30,31],cdbs:37,ce:179,ceekz:40,center:144,centos6:39,centos:[],central:203,cents:179,cflags:29,ch:127,change:[18,39,135,185],changed:[42,135],changing:[],character:[69,160],characteristics:153,charlie:203,check:[],checked:12,checking:[51,138],checks:[41,51,106],china:198,choose:133,christian:33,chroot:12,chunk:82,chunks:195,ci:[],ciritical:135,cities:143,city:[143,203],clean:14,clear:[41,60,96],cleared:96,clearlock:[],clears:47,clone:[],clumns:180,cmake:[],code:[17,78,129,160,164],codes:[12,68],col:60,color:161,column:[],columnn:39,columns:[35,39,51,95,117,137,180],com:[9,198],come:203,comma:33,command:[],commandinput:33,commands:[79,183],comment:[33,154,202,203],comments:[],commit:17,common:[37,63,64,133,158],compared:153,compatibility:[129,161],compatible:135,complete:[38,120,138,173,175],composition:161,compress:85,computed:69,concatinated:138,concurrently:160,cond:[40,65],condition:158,conditional:120,conditions:[],conf:195,config:[8,31,34,77],configuration:[40,135],configurations:[],configure:[],confirm:17,conifugration:21,connection:191,connections:133,consists:[],container:53,content:[37,39,40,41,78,103,117,123,135,148,151,153,154,157,158,159,168,178,180,185,202],contents:69,context:[33,50,53,60,103,135,153],contrast:133,contrib:12,copa:33,copied:69,core:134,cores:138,correct:[120,138,174],correction:174,corresponding:60,cosmo:[40,41],count:117,counted:[],country:[92,198,204],cover:153,coverage:14,cpu:[0,28,134,135,138,185],crash:[],crashed:96,crch:127,create:[69,93,133],created:[69,103,138,203],createfilemapping:33,createrepo:12,creates:[53,69,137,160],creating:[],crit:[97,98],critical:[69,133,160],ctrl:[133,191],ctx:[9,46,47,50,51,53,60,61,63,69],curl:[21,27,28,39,114,133,135,138,164,185],current:65,currently:[49,51,135],cursor:[54,57,64],custom:[],customize:135,customized:160,cutter:[],cxxflags:29,daemonize:138,daiki:[35,36,39],dangerous:[47,51,96],dash:28,dat:177,data:[],database:[],dataset:[137,138,139],datasets:137,date:134,dave:141,day:[159,160],db1:185,db2:185,dbms:153,dcb:41,dcmake:[7,8,31],dd:[158,160],ddb:[200,204],ddl:194,de:17,deb:[12,25,30,39],debhelper:37,debian:[],debootstrap:12,debug:[8,33,97,98,133,135,160],decrypt:12,defalt:35,define:[],defined:[],defines:137,defrag:[],deleted:60,deleting:[],delimit:40,demo:199,depends:42,deprecated:77,derived:139,descending:33,describe:69,described:133,describes:[18,78,133],description:[192,203],designed:183,desktop:[8,31],dest:[63,132,133],destination:60,detail:134,details:[69,79,160],dev:[6,7,25,30],develop:[77,178],developed:178,developer:203,developers:[],developing:178,development:203,develops:178,dewangga:33,df:170,dgrn:[7,8],dh:12,dictionary:[161,179],diff:134,different:138,digits:160,directive:135,directory:[69,138,139,191],disable:[37,135,138],disabled:160,disables:[18,135],disk:167,dist:12,distance:143,distinct:138,distributions:12,dll:[37,39,41],doc:[12,16,17,18,206],document:[12,35,133,146,147,153,158,168,170],documentation:[18,21],documentations:140,documents:[151,153],doesn:[60,135],doing:96,domain:[],don:[49,53,96,133,135,176],done:45,download:[12,24],downloads:31,dragonfly:35,draw:199,drilldown:[],droonga:[149,171],due:153,dump:[],ea:[127,160],each:[53,79,120,135,138,160,173,174,176],ear:127,earch:127,earlier:129,easier:168,easy:[133,168],ec:117,ecmascript:[39,40,117,156,158],edge:9,edict:41,edit:[],editor:17,editrc:37,effective:133,eggs:202,eight:200,eito:40,el:[24,179],elapsed:[78,138,160,164],element:[33,75,158],elements:75,elfring:39,ellip:143,emacs:17,embedding:133,emerg:[97,98],emergency:[133,135,160],emphasize:148,empty:33,en:[120,127,173,179],enable:[],enabled:160,enables:135,encoded:138,encoding:[52,69,133,164],ency:134,end:[132,146,164,191],endpoint:[138,139],eng:[120,173],engi:[120,173],engin:[120,173],engine:[120,127,146,147,153,168,173,174,175,176],enginen:173,english:[14,18,117],enhanced:42,enourmous:176,enqueue:9,enter:[],entries:[33,84,103,117,123,146,147,157,158,180],entry:[55,83,84,85,87,90,91,92,95,96,103],entrykeys:123,env:166,environment:21,eof:133,epel:[24,39],er:167,eric:141,errno:[33,41],error:[40,41,50,54,69,78,97,98,133,135,160,167,170,200],errror:167,es:179,escape:53,escaped:53,estimate:33,estimated:54,estimates:54,etc:[12,135,180,185],etime:132,euc:[28,40,133,179],evaluated:115,event:[120,137,139,173,174,176],events:185,ex:127,exact:11,example:[117,133,138,173,197,198,199,200,204,207],examples:[35,102],excel:166,except:180,exclamation:33,exclude:[39,40,41,100,102,103,105,141],exe:[12,31],exec:191,executable:[],execute:[133,138,139,176],executed:204,executes:[133,138],executing:[50,138],exist:[60,168],existence:51,existing:[18,133,139],exists:[103,123],exit:[],expect:41,explain:33,explicitly:18,expr:[53,60,61,67],express:[8,31,39,40],expression:[33,53,116,117,138],expressions:135,ext:127,extract:[160,176],extracted:53,extracts:53,fa:127,factor:[41,117],failed:[45,200],failures:12,fast:[78,95,103,117,127,146,147,148,149,153,157,158,168,202],faster:183,favorite:17,favorited:203,favorites:203,fbnteqr:33,fd:138,feature:[17,51,133,168],fedora:[],fetched:176,file:[],filename:191,files:[],fills:138,filter:[],filters:[],fin:61,finalizes:69,find:18,finds:63,finished:[114,160],firefox:17,firewood:[39,40],first:[69,103,117,157,158,203],five:200,fix:[42,86,88],fixed:39,flags:[],floating:181,flower:197,fluent:13,flushed:[],flushviewoffile:33,followee:203,follower:203,following:[18,47,69,133,137,138,139,160,183],fontaine:37,force:[33,127,179],foreground:133,fork:17,forks:133,form:[138,157,161,188,191,200],format:[17,42,49,69,136,138,160,164],formats:160,formula:12,found:[54,63],four:[160,200],frank:141,free:[35,41,50,82,160],freebsd:[],freed:51,frees:69,freq:176,frequency:[41,120,168,169,170,173,174,176],friends:199,from:[],fromtable:84,fsf:39,ftb:42,ftp:[12,134],fu:127,ful:127,full:[33,127,153,167,168,179],fulltext:[127,133,146,147,153],fullwidth:33,fumiyasu:37,func:[50,61,65,69],functionality:138,functions:[33,41,42,69,155],ga:[127,134,161],garbage:[40,82],gb:[119,164,195],gbyte:32,gcc:[24,26,28,29,37,39,40],gdb:14,gem:12,gemfile:39,generate:[18,69],generated:[18,69,137],generates:137,generation:18,geo:[],geodetic:181,geoindex:[],geometry:[],geopoint:[],geoppoint:54,geosite:199,get:[],getaddrinfo:39,getenv:33,gets:69,gettext:[17,18],ghz:134,gi:127,gib:[32,180],git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,21,33,37,39,40,41,85],gitter:[2,33],glib:40,global:[],glossary:21,gnu:[],gnupg:12,go:[159,183],golubchik:33,gone:199,goo:[157,158],good:[103,117,125,157,158,159,178],google:[117,168,169,170,175],goroo:183,gpg:12,gpl:42,gps:0,gqtp:[],gr:[117,127],grease:197,gregex:40,grep:[24,25,26,30],grn:[],grndb:[],grnline:200,grnslap:[],grnwrap:200,gro:153,gronga:[166,175],gronnga:175,gronoga:135,groo:117,groogna:[38,185],groongau:179,group:[63,198],grroonga:175,gt:[146,147],gtar:29,gted:17,gtihub:37,guards:[],gzip:[],halfwidth:161,hana:199,hanako:92,handle:50,handled:135,hard:180,hardy:35,has:[12,42,54,63,69,133,137,160,168],hash:[177,203],hat:[],have:[49,51,159],haystack:11,hdd:134,he:179,head:[41,132,191],header:[],heavy:183,hello:[103,117,125,158,159,178,179],help:[14,17,37],helpful:168,hendro:40,here:[69,133,137,138,139,160,176],hex:199,hh:[158,160],hideki:33,high:84,highlight:[],hino:40,hiroaki:33,hiroshi:[35,37],hirotaka:33,hiroyuki:33,hmm:203,ho:179,hobby:160,hoge:142,home:[12,28,179],homebrew:[],homepage:134,hook:55,horikoshi:37,host:[133,134,167,191,204],hostname:[133,135,136],hottolink:42,hour:[45,160],how:[],html:[],http:[],httpd:[12,38,39,40,41],httprewritemodule:135,https:[],hw:27,ia:[192,194],ic:[57,179],ichii:37,id:[],ideographic:33,idf:41,ids:[54,75,84],ieee:181,ifexists:95,ignore:33,ignored:[39,51],ii:167,il:[192,194],ill:192,illegal:191,implementation:183,implemented:[33,42],improper:191,inappropriate:191,include:[16,41,100,102,103,105,141],includes:33,incompatible:191,incremented:79,index:[],indexblog:202,indexbuf:47,indicates:160,infinite:[],info:[33,97,98,133,135,167,170],information:160,init:[28,39,41,61],initialization:138,initialize:50,initialized:[50,69],initializes:[68,69],innodb:0,input:[49,78,95,191],inspect:33,install:[],installer:12,instantly:153,instead:[69,83,113,133,189],integer:133,intel:134,internal:41,internally:[49,50],interpreter:12,interrupted:191,into:[50,138,176],introduced:135,introduction:[],inv:134,invalid:[69,94,117,138,191],inverted:153,io:[],ip:[134,138,191,204],ipa:26,iptables:185,is:[17,18,33,39,41,45,47,49,50,51,53,54,60,61,63,69,75,79,96,103,114,117,123,125,127,129,133,135,137,138,139,146,147,148,149,151,153,157,158,160,164,167,168,176,178,183,185,189,191,197,200,202,204,206],isn:[50,51,133],iso:158,issue:19,issues:41,it:[18,47,49,50,51,53,54,60,63,68,69,78,95,96,103,117,129,133,138,139,157,158,159,160,168,183,189,199],itagaki:35,item:[120,137,173,174,176],items:117,its:[53,69,133,160],itself:75,ivh:[24,26],iwai:[38,39],ja:[12,17],jacob:33,james:205,january:138,japan:[92,198,204],japanese:179,jason:205,javascript:[],je:205,jeff:205,jekyll:12,jemalloc:41,jennifer:205,jersey:203,jessie:[],jiro:199,jis:64,job:134,jobs:134,john:[92,205],joseph:205,jq:200,jquery:[35,41],json:[],jsonp:[33,37,138],juman:26,just:[51,60,133,137,138,159,160,203],ka:161,kagami:[],kakesa:33,kana:[120,137,173,174,176],karmic:14,kashihara:41,katagiri:40,katakana:[161,173],kawada:41,kawaji:39,kb:195,kbytes:134,keeps:75,ken:199,kenichi:[35,37],key:[],keybuf:63,keyid:12,keys:[],keyword:[39,40,53,117,146,147,153,157,168,169,170],keywords:53,kib:[33,180],kinjirou:199,kiske:39,kk:167,klose:33,km:203,ko:42,koi:[28,39,133],korea:198,kuriyama:41,kwic:153,kytea:[28,39,40,127],label:[],language:17,larger:[139,176],largetext:177,last:[39,203],lat:134,latency:134,later:133,latin1:39,latin:[28,39,133],launchpad:[12,30,41],layout:12,lc:17,ld:179,learing:176,learn:[138,139],learned:139,learning:[],left:54,length:69,lenny:37,let:159,letter:161,level:[69,97,98,133,135,139,160,191],levels:135,lexicon:[33,93,121,122,134,151,154,159,161,202],lf:132,lgpl:42,li:[179,192,194],lib:[35,40,103,109,110,113],libedit:[26,28,33,34,35,37,39],libevent:[25,28,30],libgcc:41,libgroonga:20,liblzo:[25,30],libmecab:[12,25,30],libmsgpack:[25,30],libraries:[168,183],library:[49,133,183],libstemmer:41,libtool:[6,33],libwinpthread:41,libzmq:[25,30],license:[12,42],light:183,like:[47,133,183],limit:[],line:[21,50,78,183],lines:[14,138],link:[197,198,204],links:[197,198,204],linux:[],lion:39,list:[12,18,137,139],listen:[39,133,135,185],lists:41,ll:[127,179,192,194],lldb:[6,7],llt:127,lo:179,load:[],loaded:116,loads:139,local:133,locale:17,localhost:[12,37,114,132,133,134,135,138,164,185],localstatedir:[28,35],location:[],lock:[],locked:69,locks:[69,96,153],log:[],logaling:21,logged:160,logical:[],logrotate:[39,41],logs:[84,100,102,104,105,108,121,122,138,139,160,167,169,170,171],logyyyymmddhhmmss:138,longer:42,longest:63,longitudexlatitude:40,longtext:[],loop:[],lru:81,ls:12,lt:[127,146,147,153],lte:127,lts:[21,30],lucid:[12,35,40],lz4:[28,41],lz:28,lzo:[37,39,41,47,85,191],m6:29,mac:[],machine:133,macports:[],mail:134,main:[12,25,65],make:[],makecache:[24,39],makefile:[7,8,12],malloc:41,man:[34,141],manage:18,managed:[51,79],management:[21,51,133,153],manager:[135,185],managing:51,many:[75,137,168,183],map:[37,160],mariadb:[40,41],mark:[33,161],marked:189,markup:16,markus:39,marverick:35,masaharu:[38,39],masahiro:35,masatoshi:33,massachusetts:203,master:135,match:[],matched:[54,138],matsuu:35,matthias:33,maverick:37,max:[],maximum:79,may:[47,51,96],mb:39,mbytes:134,me:[112,179],meaning:133,means:[49,54,60,69,96,135,160],mecab:[0,12,24,25,26,27,28,30,33,34,35,37,39,40,41,42,179],mechanism:[],meerkat:37,memcached:[],memo:[41,151,168],memory:[],memos:[33,149,155,168,178],memset:33,mercurial:12,message:[69,98,100,160,167,169,170,202],messagepack:[],messages:40,metadata:39,micro:203,microsecond:160,microsoft:[8,31,33],migrated:[103,117,157,158],mike:92,millisecond:45,milliseconds:138,mime:[33,185],min:[],minagawa:40,mingw:[12,37],minimum:69,minute:160,mitsuhiro:35,mizuhara:33,mkdir:93,mkostemp:41,mktime:33,ml:10,mlock:35,mm:[158,160],mmap:[],model:133,modern:203,modes:133,moero:199,money:199,monkey:197,month:[160,199],montywi:38,mooz:37,more:[69,133,139,153,168,191],moritapo:199,moritars:202,morning:159,most:54,mpaa:141,mruby:[6,7,8,33,40,41,115,116,171],msec:45,msg:[9,33],msgpack:[164,191],msvc:33,msyql:75,mte:42,multiple:[138,183],multithread:63,munin:[24,25,26,28,30,34,37,39],museum:203,music:[160,199],must:[47,51,53,54,60,69,89,96,138,139,176],mutex:[40,65,69],mv:99,my:[103,117,157,158],myisam:0,mysql:[0,12,24,25,26,30,33,41,42,75,106,117,146,147,153,166,168],naist:179,nakamura:33,name:[],namebuf:[47,60],names:84,nanoseconds:160,naoina:[39,40],nargs:53,narwhal:37,natanael:33,natty:37,ne:127,need:[18,49,53,129,133,138],needed:[50,135],negative:[61,69],neologism:179,nested:40,net:198,netbsd:[35,40],netinet:33,network:191,never:101,newark:203,newids:84,newly:[129,153],newnames:84,news:[],newvalue:47,next:[54,61],nfkc:161,nfs:28,nfthreads:65,ng:127,nginx:[],nginxhttpstubstatusmodule:41,nice:159,night:[159,206],nihon:173,niku:41,nine:200,nippon:173,nise:41,no:[33,34,40,42,54,93,94,102,103,117,120,167,177,191],noarch:[24,26],node:12,nogpgcheck:39,none:[28,96,106,117,125,127,133,135,137,191,202],nonexistent:[103,117],normalize:[],normalized:106,normalizer:[],normalizerauto:[],normalizernfkc:[],normalizers:107,normallexicon:161,normally:[49,50,51,133],note:[69,133,138],nothing:[49,155],notice:[33,97,98,133,135,169,170],notification:160,now:[],nroonga:[21,151,202],nsis:12,nsubrecs:[47,103,117,198,199,203],nt:179,nterms:82,nul:[37,51,69,179],number:[54,61,69,82,89,133,134,138,158,176,180],numbers:[33,79],nvars:61,ny:203,obata:35,obj:[47,51,53,55,58,60,61,62,67,82],object:[],objects:[],objname:[83,91],obsolete:189,obtained:69,occurred:54,ocelot:[37,40],october:41,of:[18,39,42,47,50,54,60,61,63,69,82,89,96,120,133,135,137,138,139,146,147,153,154,160,176,180,203],off:[41,135],official:12,offset:[],ok:92,okapi:[168,170],old:[12,69],oldvalue:47,om:179,omitted:[96,164],on:[17,42,49,51,54,60,63,69,127,133,135,138,146,147,153,185],one:[69,96,133,139,153,183],oneiric:[37,40],onga:153,ongaeshi:[33,35,39,40],onigmo:[33,41,167],oniguruma:33,only:[33,49,60,69,133,135],oo:[127,177],ooo:177,op:[47,53,54,62,63],opaque:191,openbsd:33,opened:[51,160],opens:[51,54],operation:[54,96,191],operator:[33,54],optarg:[51,62],optimizing:[],option:[18,133,138,139,160],options:[],or:[41,47,49,51,54,63,69,96,114,117,129,133,138,149,151,157,160,166,170,179,191,206,207],oracle:[],orangain:40,org:[198,204],origin:17,original:[49,93,205],os:[],osdn:[12,33],other:[33,45,47,51,69,96,133,139],otherwise:[60,69],out:134,output:[],outputs:[139,160],outputting:49,overcommit:180,owned:53,owner:135,packages:[12,17,24,25,26,27,28,29,30,31,189],pair:[120,137,173,174,176],pairs:[],palallel:12,pangolin:[30,39],parameter:[54,60,61,63,79,129,133,138],parameters:[96,138],parent:[103,117],parker:33,partial:11,partitioning:100,pass:135,passed:[12,51],passes:12,pat:[64,177],patch:42,path:[],patprefix:205,patricia:[],patsuffix:205,pattern:[157,158],pcre:39,pending:[],pentium:134,performance:[138,153,183],period:[],permission:191,persistent:[51,63,86],pg:141,pgroonga:[33,168,171],php:[39,183],physical:82,pid:[28,33,34,133],pikonyan:199,pip:18,pkg:[28,29,33,35],pkgs:24,platforms:69,play:206,player:84,players:[84,124],please:[17,51,189],plugin:[],plugins:[113,180],po:[],poedit:17,point:[],pointed:69,pointer:69,popular:[117,133],port:[27,133,134,138,188,191,204],porting:42,position:[54,69,125,127,179],posix:[33,158],post:[],posted:203,postgresql:[0,153,171],posting:54,poyonga:183,ppa:[],pre:42,precise:[12,30,39],prefer:138,prefix:[],previous:189,price:197,priority:117,proc:[24,25,26,30,33,55,61,63,67,69,89,117],process:[],processed:160,processes:133,processing:160,processor:[24,25,26,30],program:[133,138,139],progress:160,project:158,proonga:183,properties:160,protocol:[],provide:138,pthread:[37,40],ptr:69,pub:12,published:12,pull:[],push:[12,17],pushes:50,put:157,python:[12,18,183],qps:[132,134],quantal:39,queries:[134,153],query:[],queryexpandertsv:[],question:33,quetzal:39,queue:9,quiet:191,quit:[],quiz:199,quote:158,raccoon:199,radious:144,rake:12,rakutan:202,raltime:176,ram:134,rand:[],range:[],ranguba:[41,46,75],raring:[40,41],rather:183,rc:[50,68,80,127,160],rch:127,rd:[192,194],rdbms:[0,33,133],rdiscount:12,re:51,read:[153,191],readme:[12,40],reads:139,ready:18,real:153,realloc:35,really:[103,117,157,158],realtime:[120,176],received:133,receiver:[138,139],recently:81,recommend:183,record:[33,54,60,63,75,117,143,197,200,204],records:[33,54,117,160,176],recovered:51,recovers:51,rect:143,rectangle:[],recursive:[],recursively:96,red:[],redcloth:12,redhat:[28,37],reduced:[],reference:[33,40,60,75,117,123],referenced:94,referencedbycolumn:123,referencedbytable:123,references:123,referencetable:123,regexplexicon:167,register:[],registered:[69,113,153],regular:[135,138,167],relation:60,relational:133,release:[],released:[12,42],releases:68,remained:[160,167],remote:133,remove:[60,106,123],removed:113,removep:60,removing:51,renamed:[],rep:134,replaced:[137,139],replication:168,replied:203,replies:202,reply:202,repoforge:[24,39],reported:[],reports:69,repositories:12,request:[],requests:[79,138,160],required:[21,135,138,185],reqular:138,res2:63,res:[54,62,63,134],resizes:69,resource:191,resources:[50,51,68],response:138,rest:69,restart:189,result:[11,63,139,143,153,164,191,202],results:[39,63,138,153],retry:191,returned:[54,69],returns:[47,54,63,69,129,138],reverse:[12,135],rewrite:[],rewrited:42,rewriter:[],rf:[24,135],rid:[56,57],right:54,ringtail:[40,41],rl:179,rlimit:[40,160],rm:135,ro:127,roonga:[157,158],root:[33,40,135,204],rose:197,row:153,rpm:[12,24,26,35,37,39,40,41],rpmforge:24,rroonga:[21,33,40,41,46,149,151,154,155,156,168,202],ruby:[],rubygems:39,rubyinstaller:8,run:[],running:[51,79,114,133],runs:[133,139],sa:[120,174],sae:[120,174],saer:[120,174],saerc:[120,174],saerch:[120,174],sako:33,salamander:[40,41],same:[40,45,75,79,183],sample:[134,138,139],sato:[],satoh:37,saucy:[40,41],save:[12,138],saves:138,say:158,scan:14,schema:[33,137],scope:[],score1:11,score2:11,score:[11,33,40,47,75,88,117,120,124,129,138,143,151,158,168,169,170,173,174,176,194,199,200,202,203,207],scorer:[],script:[],se:[127,173],sea:[127,173],sear:173,searc:173,search:[37,39,63,64,117,120,127,133,146,147,153,157,158,166,168,173,174,175,176],searched:54,sebastian:41,sec:45,second:160,section:[47,56,69,133],sed:[33,37,39],see:[18,69,79,133],segment:82,segments:82,segv:[34,40],select:[],selector:90,selects:54,self:134,sen:42,senboku:40,send:183,sender:[138,139],senna:[],sentense:33,separated:49,sequence:[79,120,137,160,173,174,176],serach:174,serch:[120,174],sergei:33,sergey:41,serial:84,serihiro:39,serve:12,server:[],service:[33,174,189],session:[138,183],set:[60,134],sets:50,seven:200,sh:[12,21],sha:12,sharding:[33,100,101,102,103,104,171],share:28,shared:[45,47,51],shell:133,shibuya:35,shidara:37,shift:[28,179],shimada:35,shimoda:35,shimomura:39,shinya:39,sho:40,shopping:159,shops:192,shorttext:[],should:[18,50,69,79,129],show:34,shows:49,shutdown:[],sid:[12,37,41,82],sigcont:40,sigint:37,sign:12,signing:12,sigsegv:63,sigstop:40,sigusr:37,silent:21,simple:189,simplest:79,since:[113,129,160,189],sis:37,site:[96,197,198,200,204,207],sitecountry:[198,204],sitedomain:[198,204],sites:93,six:[160,200],size:[],sizeof:[33,50,53],sjis:[28,42,133],slash:158,sleepy:159,smaller:[75,160],snake:33,snippet3:153,snippet:[],so:[51,60,63,133],soccer:199,socket:191,soft:180,software:30,solaris:[],solr:158,some:[33,68,79,137,160],sort:[33,63],sortby:[],sorts:[],sound:[161,174],soundkitchen:[37,39],source:[12,33,51,60,78,85,86,88,199,200,202,203],sourceforge:[12,33],sources:[12,18,86],space:[33,69,75,157,167],span:[146,147,148,153],spec:[12,35,39,40],specfied:54,special:[],specified:[54,61,69],specifies:[133,138],specify:[17,60,96,133,135,137,138,139],specifying:69,speed:175,spelling:206,sphinx:[15,16,17,18,33,41],sphr:143,spil:33,sports:199,sql:[100,168,198],squeeze:[12,40],src:63,ss:[158,160,167],ssh:12,ssssss:160,st:[127,158,179],stable:77,stack:[40,191],stamp:160,standard:181,standing:183,start:[33,100,119,138,159,189],started:[78,103,117,157,158,160],starting:69,starttime:[33,119,135,164,191,200,204],stateful:183,states:92,status:[],still:114,stop:[33,39,133,135,189],storage:[146,147],store:[50,53,54,60],stored:[139,176],stores:53,str:[53,69],strerror:41,strict:41,string1:142,string2:142,string:[],strlen:69,studio:[8,31,33,39,40],sub:[],subject:40,submit:[120,138,173,174,176],subrecord:40,substitution:151,succeeded:[85,88,92,96,129],success:191,successfully:69,successor:158,such:[17,39,79,113,137,138,139,153,176],sudo:[12,14,18,21,24,25,26,27,28,29,30,39,180,189,195,204],sufficient:69,suffixsearchterms:[157,158],suggest:[],suggestion:[137,138],suitable:133,suited:153,sum:[41,103,117],summary:[],sunos:41,superior:153,support:42,supported:[42,135],supports:[42,69,139],swig:42,synonym:[117,206],synonyms:166,syntax:[133,191],syscall:[41,200],sysctl:[180,195],system:[29,103,117,133,153,157,158,181],systemctl:189,systemd:[33,39],systems:153,tab:49,table:[],tablecursor:33,tablegroupflags:33,tablename:77,tables:[],tag:[12,84,103,117,149,155,199],tags:[33,75,86,117,121,122,149,155,199],tahr:[30,41],tail:[12,191],tajima:39,takahiro:35,takashi:[37,92],takayama:33,takayuki:37,takes:114,takuto:35,tar:[12,24,25,26,27,28,29,30],target:[],taro:199,tasuku:42,tatsuya:39,tc:[57,64],tcp:133,te:[127,179],temporary:[51,133],term:[82,85,206],terminal:[133,203],terms:[82,103,117,123,125,133,146,147,151,153,157,158,168,169,170,178,180,194,200],teruya:33,test:[12,14,134,197,200,202,203,204],testdb:[134,139],tests:12,tex:127,text:[],tf:[168,169,170],than:[75,160,167,176,183],thanks:203,that:[39,45,47,49,53,54,60,61,63,69,96,123,133,138,153,160,183],the:[16,18,39,42,45,47,49,50,51,53,54,60,61,63,69,79,89,96,103,114,117,123,133,135,137,138,139,143,153,157,158,160,176,180,183,189,203],theater:206,theatre:206,them:53,then:[69,138],there:[75,133,157,183,189],therubyracer:12,thesaurus:117,these:[51,133,153],they:160,thread:[],threads:[89,138,160],threasd:133,three:[197,200],threshold:[33,37,59,60,91],through:135,thus:[137,139],tid:57,time:[],timeout:[45,60],times:45,timestamp:[100,104,108],timeuot:45,tips:[],title:[12,40,41,93,96,123,154,168,197,198,199,200,202,204],titles:[157,158],tiwawan:33,tld:198,tmp:[6,7,12,40,86,88,120,122,124,133,138,166,167,185,191,200,204],to:[],tobby:151,todo:[],token:[],tokenbigram:[],tokenbigramignoreblank:[],tokenbigramignoreblanksplitalpha:179,tokenbigramignoreblanksplitalphadigit:179,tokenbigramignoreblanksplitsymbol:[],tokenbigramignoreblanksplitsymbolalpha:[],tokenbigramignoreblanksplitsymbolalphadigit:[],tokenbigramsplitsymbol:[],tokenbigramsplitsymbolalpha:[],tokenbigramsplitsymbolalphadigit:[],tokenbigramsplitxxx:179,tokenbigrm:84,tokenbigrma:127,tokendelimit:[],tokendelimitnull:[],tokenfilterstem:[],tokenfilterstopword:[],tokenize:[],tokenizer:[],tokenizers:[127,128],tokenkytea:39,tokenmecab:[],tokenregexp:[],tokens:127,tokentrigram:[],tokenunigram:[],tokyogeopoint:[],tom:151,tomita:35,tomo:199,tomoatsu:35,tomotaka:37,tomygx:33,too:[33,191,202],tood:69,tool:21,top:[37,54,145],tortoisegit:8,totable:84,total:[82,134],touch:51,toybox:197,tracker:19,transfer:[0,183,189,191],transitional:189,translate:[17,18],translation:17,travel:203,travi:40,travis:[],trie:[],tried:203,tries:45,tritonn:[103,117,157,158],truncate:[],truncated:40,truncation:[37,129],trust:12,trusty:[12,30,41],ts:179,tsv:[],turn:135,tutorial:69,tweet:159,tweets:159,twiter:39,two:[139,160],tx:179,txt:[16,17],type:[47,49,50,54,58,60,61,63,66,85,86,88,106,120,121,134,138,173,174,176,197,198,199,200,202,203,205,207],types:[106,120,173,174,176],typo:[37,41],ubuntu:[],ueno:[35,36,39],ui:117,uid:12,uint:[],ul:127,ull:127,ultra:199,umask:41,umemoto:37,unchanged:69,under:[135,138,139],unexpectedly:[],unicode:[33,161],unicorn:33,uninitialized:[],uninstall:39,unique:[114,138],united:92,universe:30,unix:[],unknown:191,unlink:53,unlock:60,unlocked:69,unlocks:69,unmanaged:82,unmaps:51,unpatched:42,unsafe:51,unsigned:[41,46,47,53,56,60,61,63,64,66,69],unsplit:11,unsupported:191,until:[45,69],up:164,update:[],updated:[17,42,194],updates:[18,153],updating:45,upload:12,uptime:[34,119,135,164,191,200,204],uri:[135,136],url:[12,37,41,93,136,204],usa:198,usage:133,use:[],used:[49,50,51,60,68,79,81,84,96,129,133,138,139,160,183,203],useful:[47,133,168,202],useless:51,user:[61,79,134,135,138,141,147,151,153,154,158,180,199],username:[31,199],users:[],uses:[49,51,139,160],using:[42,49,176,202],usr:[14,27,28,109,110,113,133,135],usually:139,utc:158,utf:[28,35,39,40,42,52,133,138,158,164,179],utopic:33,uubntu:14,uuuuuu:158,uzulla:37,v1:11,v2:11,vagrant:12,valgrind:14,valid:176,value:[],valuebuf:58,valuen:149,values:[47,49,60,95,133],variable:69,variables:69,variety:199,vars:[61,69],varying:69,vector:[],version:[12,37,42,48,50,119,134,135,164,171,191,200,204],versions:189,vervet:[30,33],very:[78,95,103,117,146,147,153,157,158,168],via:176,video:199,view:138,virtualbox:12,visual:[8,31,33,37,39,40,41],vivid:[12,30,33],vm:[],vmstat:195,vmware:12,voiced:161,vojtovich:41,waits:[45,69],wanabe:40,want:[133,138,183],wareohji:39,warning:[97,98,133,135,160,167,170],warp:41,watch:12,way:139,wc:[24,25,26,30],we:183,weakness:153,web:[12,28,34,117,120,157,174,176],webclips:148,weight:[39,47,75,117,168,197],welcome:[103,117,157,158,203],well:153,wget:[24,25,26,28,29,30],wgs:[],wheezy:[],when:[18,47,51,60,133,138,183],whether:[51,60,129],which:[69,133,138,139],whombx:40,wibowo:40,wiedenroth:41,wiki:135,wikipedia:181,will:[60,69,133,183],win:[8,31],windows:[],wing:[39,40],without:[135,153,176],wo:179,word:[39,117,157,158],words:158,work:160,worker:[],works:[69,160],world:179,write:[14,18,38,96,102,112,117,133],written:[18,129],wrong:[],x6:12,xcode:27,xml:[],xt:[127,179],xvzf:[24,25,26,27,28,29,30],xxx:[33,40,133,158],xxxxx:12,yamaguchi:37,yappo:[40,41,42],year:160,yes:[14,33,93,94,102,117,120,132],yito:[39,40],yoji:37,yoku:[40,41],york:[143,203],yoshioka:39,you:[17,18,47,49,50,51,53,69,79,96,129,133,135,137,138,139,176,183],your:[17,18,21,37,96,133],yuki:37,yum:[12,18,24,26,39],yuya:33,yyyy:[158,160],yyyymm:171,yyyymmdd:[100,102,103,105,171],zenigata:199,zeromq:28,zip:[],zlib:[25,28,30,35,37,39,40,41,47,85,191],zsh:[12,28],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. Introduction","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","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011-12-29","1.3.0\u30ea\u30ea\u30fc\u30b9 - 2012-01-29","2.1.2\u30ea\u30ea\u30fc\u30b9 - 2013-01-29","3.1.2\u30ea\u30ea\u30fc\u30b9 - 2014-01-29","4.1.1\u30ea\u30ea\u30fc\u30b9 - 2015-01-29","News in Senna period","7. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","7.21. API","7.21.2. \u5168\u4f53\u8a2d\u5b9a","7.21.4. <code class=\"docutils literal\"><span class=\"pre\">grn_cache</span></code>","7.21.5. <code class=\"docutils literal\"><span class=\"pre\">grn_column</span></code>","7.21.6. <code class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></code>","7.21.7. <code class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></code>","7.21.8. <code class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></code>","7.21.9. <code class=\"docutils literal\"><span class=\"pre\">grn_db</span></code>","7.21.10. <code class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></code>","7.21.11. grn_expr","7.21.12. <code class=\"docutils literal\"><span class=\"pre\">grn_geo</span></code>","7.21.13. <code class=\"docutils literal\"><span class=\"pre\">grn_hook</span></code>","7.21.14. <code class=\"docutils literal\"><span class=\"pre\">grn_ii</span></code>","7.21.15. <code class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></code>","7.21.16. <code class=\"docutils literal\"><span class=\"pre\">grn_info</span></code>","7.21.17. <code class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></code>","7.21.18. <code class=\"docutils literal\"><span class=\"pre\">grn_obj</span></code>","7.21.19. <code class=\"docutils literal\"><span class=\"pre\">grn_proc</span></code>","7.21.20. <code class=\"docutils literal\"><span class=\"pre\">grn_search</span></code>","7.21.21. <code class=\"docutils literal\"><span class=\"pre\">grn_table</span></code>","7.21.22. <code class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></code>","7.21.23. <code class=\"docutils literal\"><span class=\"pre\">grn_thread_*</span></code>","7.21.24. <code class=\"docutils literal\"><span class=\"pre\">grn_type</span></code>","7.21.25. <code class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></code>","7.21.1. \u6982\u8981","7.21.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. \u30ea\u30af\u30a8\u30b9\u30c8ID","7.3.4. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","7.3.5. <code class=\"docutils literal\"><span class=\"pre\">cache_limit</span></code>","7.3.6. <code class=\"docutils literal\"><span class=\"pre\">check</span></code>","7.3.7. <code class=\"docutils literal\"><span class=\"pre\">clearlock</span></code>","7.3.8. <code class=\"docutils literal\"><span class=\"pre\">column_copy</span></code>","7.3.9. <code class=\"docutils literal\"><span class=\"pre\">column_create</span></code>","7.3.10. <code class=\"docutils literal\"><span class=\"pre\">column_list</span></code>","7.3.11. <code class=\"docutils literal\"><span class=\"pre\">column_remove</span></code>","7.3.12. <code class=\"docutils literal\"><span class=\"pre\">column_rename</span></code>","7.3.13. <code class=\"docutils literal\"><span class=\"pre\">database_unmap</span></code>","7.3.14. <code class=\"docutils literal\"><span class=\"pre\">define_selector</span></code>","7.3.15. <code class=\"docutils literal\"><span class=\"pre\">defrag</span></code>","7.3.16. <code class=\"docutils literal\"><span class=\"pre\">delete</span></code>","7.3.17. <code class=\"docutils literal\"><span class=\"pre\">dump</span></code>","7.3.18. <code class=\"docutils literal\"><span class=\"pre\">io_flush</span></code>","7.3.19. <code class=\"docutils literal\"><span class=\"pre\">load</span></code>","7.3.20. <code class=\"docutils literal\"><span class=\"pre\">lock_clear</span></code>","7.3.21. <code class=\"docutils literal\"><span class=\"pre\">log_level</span></code>","7.3.22. <code class=\"docutils literal\"><span class=\"pre\">log_put</span></code>","7.3.23. <code class=\"docutils literal\"><span class=\"pre\">log_reopen</span></code>","7.3.24. <code class=\"docutils literal\"><span class=\"pre\">logical_count</span></code>","7.3.25. <code class=\"docutils literal\"><span class=\"pre\">logical_parameters</span></code>","7.3.26. <code class=\"docutils literal\"><span class=\"pre\">logical_range_filter</span></code>","7.3.27. <code class=\"docutils literal\"><span class=\"pre\">logical_select</span></code>","7.3.28. <code class=\"docutils literal\"><span class=\"pre\">logical_shard_list</span></code>","7.3.29. <code class=\"docutils literal\"><span class=\"pre\">logical_table_remove</span></code>","7.3.30. <code class=\"docutils literal\"><span class=\"pre\">normalize</span></code>","7.3.31. <code class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></code>","7.3.32. <code class=\"docutils literal\"><span class=\"pre\">object_exist</span></code>","7.3.33. <code class=\"docutils literal\"><span class=\"pre\">plugin_register</span></code>","7.3.34. <code class=\"docutils literal\"><span class=\"pre\">plugin_unregister</span></code>","7.3.35. <code class=\"docutils literal\"><span class=\"pre\">quit</span></code>","7.3.36. <code class=\"docutils literal\"><span class=\"pre\">range_filter</span></code>","7.3.37. <code class=\"docutils literal\"><span class=\"pre\">register</span></code>","7.3.38. <code class=\"docutils literal\"><span class=\"pre\">request_cancel</span></code>","7.3.39. <code class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></code>","7.3.40. <code class=\"docutils literal\"><span class=\"pre\">ruby_load</span></code>","7.3.41. <code class=\"docutils literal\"><span class=\"pre\">select</span></code>","7.3.42. <code class=\"docutils literal\"><span class=\"pre\">shutdown</span></code>","7.3.43. <code class=\"docutils literal\"><span class=\"pre\">status</span></code>","7.3.44. <code class=\"docutils literal\"><span class=\"pre\">suggest</span></code>","7.3.45. <code class=\"docutils literal\"><span class=\"pre\">table_create</span></code>","7.3.46. <code class=\"docutils literal\"><span class=\"pre\">table_list</span></code>","7.3.47. <code class=\"docutils literal\"><span class=\"pre\">table_remove</span></code>","7.3.48. <code class=\"docutils literal\"><span class=\"pre\">table_rename</span></code>","7.3.49. <code class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></code>","7.3.50. <code class=\"docutils literal\"><span class=\"pre\">thread_limit</span></code>","7.3.51. <code class=\"docutils literal\"><span class=\"pre\">tokenize</span></code>","7.3.52. <code class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></code>","7.3.53. <code class=\"docutils literal\"><span class=\"pre\">truncate</span></code>","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> executable file","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. groonga-suggest-httpd","7.1.9. groonga-suggest-learner","7.14. \u95a2\u6570","7.14.1. between","7.14.2. edit_distance","7.14.3. geo_distance","7.14.4. geo_in_circle","7.14.5. geo_in_rectangle","7.14.6. highlight_full","7.14.7. highlight_html","7.14.8. html_untag","7.14.9. in_values","7.14.10. now","7.14.11. query","7.14.12. rand","7.14.13. snippet_html","7.14.14. sub_filter","7.14.15. vector_size","7.12. grn_expr","7.12.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","7.12.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","7.17. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","7.19. Log","7.7. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.15. \u64cd\u4f5c\u65b9\u6cd5","7.15.1. \u4f4d\u7f6e\u60c5\u5831\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.18. \u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0","7.16. \u30b5\u30b8\u30a7\u30b9\u30c8","7.16.2. \u88dc\u5b8c","7.16.3. \u88dc\u6b63","7.16.1. \u306f\u3058\u3081\u306b","7.16.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.20. \u30c1\u30e5\u30fc\u30cb\u30f3\u30b0","7.4. \u30c7\u30fc\u30bf\u578b","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":203,"(v":11,"-benchmark":134,"-command":77,"-create":137,"-dataset":137,"-default":28,"-document":18,"-encoding":28,"-escalation":28,"-files":12,"-gqtp":189,"-help":28,"-http":189,"-httpd":[135,138,139,187,189],"-latest":12,"-learner":139,"-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":189,"-suggest":[137,138,139],"-threshold":28,"-version":77,"-with":28,"-zlib":28,".max":180,".maxfileperproc":180,".overcommit":180,".po":17,".po\u30d5\u30a1\u30a4\u30eb":17,"/linux":[7,25],"=encoding":28,"=message":28,"=number":28,"=path":28,"=platform":28,"[$":[103,117],"\u3042\u3052\u308b":194,"\u3042\u308a":[157,158],"\u3042\u308b":203,"\u3044\u304f":10,"\u3044\u308b":163,"\u3044\u308d\u3044\u308d":197,"\u3046\u307e\u304f":10,"\u304a\u304f":10,"\u304a\u3055\u3089\u3044":10,"\u304a\u6c17":203,"\u304a\u77e5\u3089":[33,34,35,36],"\u304b\u3089":[6,7,8,10,24,25,26,27,28,30,31],"\u304c\u3063":202,"\u3053\u3061\u3089":10,"\u3053\u3068":12,"\u3054\u3068":202,"\u3055\u307e\u3056\u307e\u306a":207,"\u3059\u308b":[5,6,7,8,10,12,14,19,75,135,138,139,173,174,176,194,195,198,202],"\u305d\u306e":[28,167],"\u305f\u3044":12,"\u305f\u3081":[10,11,103,117],"\u3060\u3051":[10,75],"\u3065\u3051":77,"\u3066\u308b":203,"\u3067\u304d":[123,181],"\u3067\u304d\u308b":[10,11],"\u3068\u3057\u3066":181,"\u3068\u308a":10,"\u306a\u3044":[10,123,181],"\u306a\u3057":[158,185],"\u306a\u306b":179,"\u306b\u3088\u308b":[198,202,205],"\u306b\u5bfe\u3059\u308b":202,"\u306b\u95a2\u3059\u308b":181,"\u306e\u306b":194,"\u306e\u307f":[12,14],"\u306f\u3058\u3081":175,"\u3078\u3068":10,"\u307e\u305f":[7,202],"\u307e\u305f\u3050":202,"\u307e\u3068\u3081":12,"\u3084\u308a":10,"\u3084\u308b":12,"\u3088\u3046":[173,174,176],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":185,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":185,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30a2\u30f3\u30ab\u30fc":167,"\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,18,23,166],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[32,159,167,199,202],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[72,200],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":121,"\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":12,"\u30a8\u30b9\u30b1\u30fc\u30d7":[157,167],"\u30a8\u30e9\u30fc":[78,195],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":165,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":158,"\u30aa\u30d7\u30b7\u30e7\u30f3":[132,134,137],"\u30ab\u30b9\u30b1\u30fc\u30c9":92,"\u30ab\u30d0\u30ec\u30c3\u30b8":14,"\u30ab\u30e9\u30e0":[32,71,73,84,143,198,200,202],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":202,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":0,"\u30ad\u30e3\u30c3\u30b7\u30e5":[102,117,135],"\u30ad\u30fc\u30ef\u30fc\u30c9":[194,203],"\u30af\u30a8\u30ea":[0,11,206],"\u30af\u30a8\u30ea\u30fc":[135,157,165],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":135,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":1,"\u30af\u30e9\u30b9":167,"\u30b0\u30eb\u30fc\u30d7":[157,158,167],"\u30b1\u30fc\u30b9":123,"\u30b3\u30de\u30f3\u30c9":[76,131,133,136,171,200,204],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[77,185],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":134,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[133,138,164],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":2,"\u30b3\u30e1\u30f3\u30c8":203,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[3,15],"\u30b5\u30b8\u30a7\u30b9\u30c8":172,"\u30b5\u30f3\u30d7\u30eb":[132,134],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[157,158],"\u30b5\u30fc\u30d0":[0,191,204],"\u30b5\u30fc\u30d0\u30fc":[136,182,189],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":189,"\u30b7\u30b9\u30c6\u30e0":[19,203],"\u30b7\u30d5\u30c8":158,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":171,"\u30b8\u30aa\u30b5\u30fc\u30c1":199,"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":74,"\u30b9\u30af\u30ea\u30d7\u30c8":[12,158],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":134,"\u30b9\u30b3\u30a2\u30e9\u30fc":168,"\u30b9\u30b3\u30a2\u30fc":117,"\u30b9\u30bf\u30a4\u30eb":117,"\u30b9\u30c8\u30ec\u30fc\u30b8":0,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":0,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":204,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":158,"\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":[198,207],"\u30bf\u30b0":199,"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":121,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":185,"\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":196,"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":180,"\u30c4\u30a4\u30fc\u30c8":10,"\u30c4\u30fc\u30eb":[28,135,204],"\u30c6\u30b9\u30c8":14,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u30c6\u30fc\u30d6\u30eb":[32,84,121,139,151,177,181,197,200,202,203],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":135,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30c7\u30d0\u30c3\u30ac":14,"\u30c7\u30fc\u30bf":[121,173,176,181,197,200,203],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[185,200],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":135,"\u30c7\u30fc\u30e2\u30f3":191,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[134,193],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":0,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[179,194],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":179,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":178,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[12,15,22],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[103,117,198],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":161,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":75,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":203,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":188,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":19,"\u30d0\u30fc\u30b8\u30e7\u30f3":[12,34,35,36,77],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":12,"\u30d1\u30c3\u30b1\u30fc\u30b8":12,"\u30d1\u30c3\u30c1":17,"\u30d1\u30c8\u30ea\u30b7\u30a2":205,"\u30d1\u30e9\u30e1\u30fc\u30bf":[77,202],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[103,117],"\u30d3\u30c3\u30c8":158,"\u30d3\u30eb\u30c9":[5,6,7,8,12,24,25,26,27,28,30,31],"\u30d5\u30a1\u30a4\u30eb":[11,12,17,18,130,166,180,185],"\u30d5\u30a9\u30ed\u30fc":203,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[117,160,166],"\u30d5\u30ec\u30fc\u30ba":157,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":204,"\u30d6\u30ed\u30b0":12,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":185,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":12,"\u30d7\u30ed\u30bb\u30b9":180,"\u30d7\u30ed\u30c8\u30b3\u30eb":191,"\u30d8\u30c3\u30c0\u30fc":191,"\u30d9\u30af\u30bf\u30fc":181,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[75,197],"\u30da\u30fc\u30b8\u30f3\u30b0":117,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":203,"\u30de\u30c3\u30c1":158,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":157,"\u30e1\u30e2\u30ea":180,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[2,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":135,"\u30e6\u30fc\u30b6\u30fc":[10,203],"\u30e6\u30fc\u30b6\u30fcid":203,"\u30e9\u30a4\u30d6\u30e9\u30ea":[0,28],"\u30ea\u30af\u30a8\u30b9\u30c8id":79,"\u30ea\u30bd\u30fc\u30b9":123,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":80,"\u30ea\u30c6\u30e9\u30eb":158,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":135,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":43,"\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":204,"\u30ea\u30ea\u30fc\u30b9":[12,33,34,35,36,37,38,39,40,41],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":12,"\u30eb\u30fc\u30eb":171,"\u30ec\u30b3\u30fc\u30c9":[117,200],"\u30ec\u30b3\u30fc\u30c9id":177,"\u30ed\u30b0":99,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":0,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":99,"\u30ed\u30fc\u30c9":[75,200,203],"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":14,"\u4e00\u6642":177,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":[],"\u4e00\u81f4":[192,205],"\u4e00\u81f4rk":[],"\u4e00\u89a7":[80,131,161,165,171,203],"\u4e0a\u9650":32,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4e0d\u7b49\u4fa1":[157,158],"\u4e26\u3079":200,"\u4e26\u5217":12,"\u4e3b\u30ad\u30fc":[181,205],"\u4e57\u7b97":158,"\u4e8b\u9805":[32,134,181],"\u4ed5\u65b9":17,"\u4ed5\u69d8":190,"\u4ed8\u304d":[158,199],"\u4ed8\u4e0e":202,"\u4ee3\u5165":158,"\u4ee3\u5165\u5f0f":157,"\u4ee5\u4e0a":[157,158],"\u4ee5\u4e0b":157,"\u4ee5\u4e0b\u6f14":158,"\u4f4d\u7f6e":[0,77,143,163,203,207],"\u4f5c\u308a\u65b9":75,"\u4f5c\u308b":6,"\u4f5c\u6210":[12,121,200,201,203],"\u4f5c\u696d":12,"\u4f7f\u3044":192,"\u4f7f\u3044\u65b9":[72,74,75,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,131,133,134,135,138,139,141,143,146,147,148,149,151,153,154,155,159,164,166,167,168,169,170,173,174,176],"\u4f7f\u3046":[135,143],"\u4f7f\u3063":[6,7,8],"\u4f7f\u7528":180,"\u4f8b\u3048":10,"\u4f9d\u5b58":28,"\u4fdd\u5b58":[121,197],"\u4fee\u6b63":[33,34,35,36,37,39,40,41,42],"\u5165\u308a":203,"\u5165\u6f14":158,"\u5168\u4f53":45,"\u5168\u6587":[0,194,200,202,207],"\u5168\u6587\u691c":[200,201],"\u5168\u6587\u691c\u7d22":157,"\u5171\u6709":0,"\u5171\u8d77":[173,174,176],"\u518d\u8d77\u52d5":189,"\u51fa\u529b":[17,78,103,117,164,200],"\u5206\u3051":192,"\u5229\u7528":[123,135,178,207],"\u5236\u5fa1":158,"\u5236\u9650":[32,75,134,166,177,181,198],"\u524a\u6e1b":123,"\u524a\u9664":[92,123],"\u524d\u63d0":12,"\u524d\u65b9":205,"\u524d\u65b9\u4e00\u81f4":[157,158,173],"\u5270\u4f59":158,"\u52a0\u7b97":158,"\u52d5\u4f5c":[12,14,173,174,176],"\u52d5\u7684":159,"\u5354\u529b":10,"\u5358\u8a9e":158,"\u5373\u6642":0,"\u539f\u56e0":194,"\u53c2\u7167":[0,191,197,199],"\u53c2\u7167\u578b":75,"\u53c2\u8003":[6,7,8,78,79,80,81,83,86,90,92,95,97,98,99,104,106,107,109,110,112,113,114,115,116,117,120,121,125,127,128,137,146,147,151,153,154,156,161,166,169,170,177,178],"\u53d6\u5f97":[12,200],"\u53e4\u3044":33,"\u53ef\u80fd":[0,84,89,93,94,100,101,102,103,104,105,106,119,125,126,127,135,138,143,147,151,169,170,178],"\u540c\u3058":194,"\u540d\u524d":[73,132,134,136,137,142,144,145,150,152,181],"\u5411\u3051":[4,12],"\u5426\u5b9a":[157,158],"\u547c\u3073\u51fa\u3057":158,"\u547d\u4ee4":134,"\u548c\u4ee3":158,"\u548c\u6f14":158,"\u56de\u907f":195,"\u56fd\u969b\u5316":17,"\u5727\u7e2e":185,"\u57fa\u672c":[123,158,200],"\u5831\u544a":19,"\u5834\u5408":[12,78,202],"\u5834\u6240":[10,166],"\u5909\u66f4":[35,84,185,194],"\u5909\u66f4\u70b9":12,"\u5927\u306a\u308a":[157,158],"\u5b66\u7fd2":[138,173,174,175,176],"\u5b8c\u5168":192,"\u5b9f\u4f8b":11,"\u5b9f\u73fe":11,"\u5b9f\u884c":[6,7,8,11,12,14,130,134,135],"\u5b9f\u9a13":37,"\u5bc6\u9375":12,"\u5bfe\u5fdc":[10,163,185],"\u5bfe\u7b56":[194,195],"\u5c0f\u306a\u308a":[157,158],"\u5c0f\u6570":158,"\u5c55\u958b":165,"\u5dee\u6f14":158,"\u5ea7\u6a19\u5024":158,"\u5f15\u6570":[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,108,111,114,115,116,117,118,119,120,121,122,123,124,125,126,127,129,132,133,134,138,139,141,142,143,144,145,146,147,148,149,151,152,154,155,169,170,180],"\u5f62\u5f0f":[78,95],"\u5f8c\u65b9":205,"\u5f8c\u65b9\u4e00\u81f4":[157,158],"\u5fc5\u8981":[6,7,8,18,148],"\u5fc5\u9808":[84,86,88,89,94,100,101,102,103,104,105,106,108,114,117,119,123,124,125,126,127,129,138,143,147,151,169,170],"\u6027\u80fd":[135,185],"\u60c5\u5831":[0,4,10,14,163,203,207],"\u611f\u8b1d":[33,34,35,36,37,38,39,40,41],"\u6210\u529f":78,"\u6210\u679c":17,"\u623b\u308a\u5024":[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,136,138,141,143,146,147,148,149,151,153,154,155,169,170],"\u624b\u9806":12,"\u6295\u7a3f":203,"\u62bd\u51fa":[158,176],"\u62e1\u5f35":206,"\u6307\u5b9a":[12,77,143,157,181,200,202],"\u6307\u91dd":10,"\u6319\u52d5":192,"\u6392\u4ed6":158,"\u63a5\u7d9a":191,"\u63d0\u4f9b":10,"\u63d0\u6848":[138,175,176],"\u64cd\u4f5c":[162,200],"\u64ec\u4f3c":73,"\u6539\u826f":[33,34,35,36,37,38,39,40,41,42],"\u6570\u5024":197,"\u6574\u6570":158,"\u6587\u5b57":167,"\u6587\u5b57\u5217":[158,197],"\u6587\u66f8":[158,174],"\u6587\u6cd5":207,"\u65b0\u3057\u3044":17,"\u65b0\u898f":12,"\u65b9\u6cd5":[3,5,6,7,8,12,14,15,17,75,77,84,159,162,173,174,176,194,195],"\u65e5\u6642":197,"\u660e\u793a":12,"\u660e\u793a\u7684":143,"\u6642\u9593":[158,203],"\u66f4\u65b0":[0,12,17,173],"\u66f8\u304d":192,"\u66f8\u5f0f":[132,134,135,136,138,139,142,144,145,150,152,200],"\u66ff\u3048":200,"\u6700\u5927":180,"\u6761\u4ef6":[12,117,148,157,207],"\u6761\u4ef6\u5f0f":157,"\u683c\u7d0d":181,"\u691c\u51fa":14,"\u691c\u7d22":[0,75,103,117,121,157,158,163,173,174,176,192,194,199,200,202,203,205,206,207],"\u691c\u7d22\u4f8b":11,"\u6982\u8981":[0,45,46,47,48,49,50,51,52,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,72,74,75,77,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,126,127,128,129,131,133,135,136,138,139,141,143,146,147,148,149,151,153,154,155,161,166,167,168,169,170,171,177,178,179,180],"\u69cb\u6587":[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,131,133,141,143,146,147,148,149,151,153,154,155,157,158,167,169,170],"\u69cb\u7bc9":[14,159],"\u69d8\u3005":14,"\u6a5f\u80fd":163,"\u6b63\u898f":[157,158,167],"\u6bd4\u8f03":[158,185],"\u6c38\u7d9a":177,"\u6d41\u308c":17,"\u6d6e\u52d5":158,"\u6e1b\u7b97":158,"\u6e96\u5099":[12,206],"\u6f14\u7b97\u5b50":158,"\u70b9\u6570":158,"\u7279\u5b9a":[12,14],"\u7279\u5fb4":[0,177],"\u7279\u6709":135,"\u7279\u6b8a":134,"\u72ec\u81ea":158,"\u7406\u7531":10,"\u74b0\u5883":[12,14],"\u751f\u6210":[12,17,18],"\u7528\u3044":[99,207],"\u7528\u79d8":12,"\u7528\u8a9e\u96c6":171,"\u7570\u306a\u308b":194,"\u767b\u9332":19,"\u7701\u7565":[84,89,93,94,100,101,102,103,104,105,106,119,125,126,127,138,143,147,151,169,170],"\u771f\u507d\u5024":[158,197],"\u77e5\u308a":12,"\u78ba\u8a8d":[12,17],"\u7a2e\u985e":197,"\u7a4d\u4ee3":158,"\u7a4d\u6f14":158,"\u7b26\u53f7":158,"\u7b49\u4fa1":[157,158],"\u7b97\u5b50":158,"\u7b97\u8853":158,"\u7ba1\u7406":[135,204],"\u7bc4\u56f2":[121,200],"\u7c21\u5358":[103,117],"\u7d22\u5f15":0,"\u7d22\u7528":[200,201],"\u7d42\u4e86":[135,189,191],"\u7d44\u307f\u8fbc\u307f":[133,161,168,179],"\u7d44\u8fbc\u578b":181,"\u7d4c\u5ea6":0,"\u7d4c\u7def\u5ea6":197,"\u7d50\u5408\u5f0f":157,"\u7d50\u679c":[134,194,198,200],"\u7d5e\u8fbc":207,"\u7de8\u96c6":17,"\u7def\u5ea6":0,"\u7f6e\u63db":151,"\u7f72\u540d":12,"\u7ffb\u8a33":[12,17],"\u8868\u73fe":[11,157,158,167],"\u8868\u793a":200,"\u88dc\u5b8c":[173,175],"\u88dc\u6b63":[174,175],"\u8907\u6570":[185,198,202],"\u89e3\u6790":14,"\u8a00\u8a9e":17,"\u8a2d\u5b9a":[12,21,45,84,135,138,185],"\u8a8d\u8a3c":185,"\u8a98\u5c0e":10,"\u8a9e\u5f59":[200,201],"\u8a9e\u5f59\u8868":121,"\u8aac\u660e":[73,132,134,142,144,145,150,152,181],"\u8aad\u307f":173,"\u8ab2\u984c":19,"\u8ad6\u7406":[157,158],"\u8ad6\u7406\u548c":157,"\u8ad6\u7406\u7a4d":157,"\u8d77\u52d5":[189,191,204],"\u8ee2\u7f6e":0,"\u8fd1\u508d":158,"\u8fd4\u5024":[142,144,145,150,152],"\u8ffd\u52a0":[12,17,161],"\u8ffd\u8de1":19,"\u9001\u308a\u65b9":[17,19],"\u9001\u4fe1":204,"\u9006\u5f15\u304d":199,"\u901a\u4fe1":9,"\u9032\u3081":10,"\u904e\u53bb":10,"\u9055\u3044":103,"\u9069\u7528":75,"\u9078\u629e":167,"\u90e8\u5206":[],"\u90e8\u5206\u4e00\u81f4":192,"\u914d\u5217":158,"\u91cd\u307f":[75,202],"\u91cd\u307f\u4ed8\u304d":75,"\u91cf\u6307\u5b9a\u5b50":167,"\u958b\u3051\u308b":180,"\u958b\u767a":[4,10,20],"\u95a2\u4fc2":[28,103,117,199],"\u95a2\u4fc2\u5f0f":11,"\u95a2\u6570":[14,140,158],"\u95a2\u9023":[15,102,103,117,135,139,202],"\u95be\u5024":194,"\u9664\u7b97":158,"\u96c6\u8a08":0,"\u9759\u7684":[14,159],"\u975e\u308f\u304b\u3061":192,"\u985e\u4f3c":[158,174],"\u9ad8\u5ea6":[103,117],"\uff08personal":30,"_*":65,"_api":11,"_at":169,"_auto":135,"_base":135,"_border":[100,102,103,105,141],"_cache":[46,135],"_calc":[103,117],"_cancel":114,"_circle":144,"_clear":96,"_column":47,"_columns":[102,103,117,151,202],"_command":48,"_content":49,"_copy":84,"_count":[100,180],"_create":[85,121,135],"_ctx":50,"_cursor":[57,64],"_dat":177,"_data":67,"_database":135,"_db":51,"_distance":[142,143],"_encoding":52,"_equal":11,"_escalation":[59,103,117],"_escape":146,"_eval":115,"_exist":108,"_expander":[103,117,151],"_expansion":117,"_expr":[11,53,156],"_filter":[102,112,154],"_filters":[121,127],"_flags":[103,117],"_flush":94,"_full":146,"_geo":54,"_hash":177,"_hook":55,"_html":[146,147,153],"_idf":170,"_ii":56,"_in":[144,145],"_index":[57,101,102],"_indexes":93,"_info":58,"_install":28,"_key":[100,102,103,105,177],"_level":[97,135],"_limit":[81,103,117,126,135],"_list":[86,104,107,122,128],"_load":116,"_log":135,"_map":180,"_match":59,"_memory":180,"_most":169,"_name":[84,88,94,96,124,129,146],"_no":177,"_obj":60,"_offset":[103,117],"_or":141,"_output":[103,117],"_pack":28,"_parameters":101,"_pat":177,"_path":[135,138,139],"_plugins":93,"_prefix":28,"_proc":61,"_processes":135,"_put":98,"_query":135,"_range":102,"_records":93,"_rectangle":145,"_register":109,"_remove":[87,105,123],"_rename":[88,124],"_reopen":99,"_schema":93,"_search":62,"_select":[11,103],"_selector":90,"_shard":104,"_size":155,"_sortby":[103,117],"_string":[151,154],"_table":[11,63,64,84,100,102,103,104,105],"_tagn":146,"_target":[103,117],"_tf":[169,170],"_thread":65,"_threshold":[103,117],"_tokenize":125,"_tokenizer":121,"_type":[49,66,121,143,191],"_types":[103,117],"_unmap":89,"_unregister":110,"_untag":148,"_user":67,"_value":[141,149],"_values":149,"_version":[48,77],"cpu\u30b3\u30a2":185,"default":[77,121],"delete":92,"float":181,"in":[42,149],"int":181,"new":[88,124],"null":158,"package":30,"with":18,"}]":[103,117],adjuster:117,allocate:195,api:[16,44],approximate:143,archive:30,arg:11,assign:79,autotools:6,between:141,bigram:203,blogroonga:12,body:78,bool:181,cache:[81,102,117],calc:103,callback:11,cannot:195,cast:70,centos:24,changes:42,check:[82,131],ci:21,clang:14,clearlock:83,client:133,clone:17,close:146,cmake:[7,8],column:[84,85,86,87,88,141,146,169,170],command:77,comments:203,configure:[6,12,18,28],contain:11,cutter:[12,14],daemon:133,data:139,database:[89,138,139],db:11,debian:[12,25],define:90,defrag:91,desctipion:137,domain:198,drilldown:[103,117],dump:93,edit:142,ellipsoid:143,enable:18,equal:11,executable:133,exit:137,facebook:2,fedora:26,file:133,files:[137,139],filter:[100,102,103,117,154],flags:[106,121,125,127,191],freebsd:180,from:[84,139],geo:[143,144,145],geoindex:203,geopoint:[181,203],get:138,gnu:[6,7,25],gqtp:[9,183,189,191],greater:11,grn:[11,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,156],grndb:131,grnslap:132,grntest:12,groonga:[0,3,4,5,6,7,8,9,11,12,17,22,42,133,134,135,136,137,138,139,186,187,189],gzip:185,hashtags:203,hat:12,header:78,highlight:[146,147],homebrew:[12,27],how:[79,183],html:[17,18,148],http:[136,164,184,189,204],https:185,id:[79,114],index:[169,170],install:28,introduction:18,io:94,javascript:207,jessie:25,json:[78,95],kern:180,key:121,keys:[103,117],keywordn:146,label:[103,117],launch:138,lcov:14,learning:139,less:11,libmemcached:14,limit:[102,103,117],linux:180,load:95,location:143,lock:96,log:[97,98,99,139,160],logical:[100,101,102,103,104,105],longtext:181,mac:27,macports:27,make:[6,7,12,28],match:[103,117,151,202],max:[81,100,102,103,105,126,141],memcached:188,memory:195,messagepack:78,min:[100,102,103,105,141],mmap:195,mode:[11,125,127,133],mroonga:0,name:[88,108,121,123,124],near:11,news:42,nginx:135,nofile:180,normalize:106,normalizer:[106,107,121,127,146],normalizerauto:161,normalizernfkc:161,not:11,now:150,object:108,offset:[102,103,117],open:146,options:[133,138,139],oracle:29,order:102,os:27,output:[102,103,117],path:116,period:42,plugin:[69,109,110],po:12,point:143,post:[135,185],ppa:30,prefix:11,process:160,protocol:191,proxy:135,pull:17,query:[103,117,151,160,191],queryexpandertsv:166,quit:111,rand:152,range:[101,112],recover:131,rectangle:143,recursive:94,red:12,redmine:10,register:113,release:[],request:[17,79,114,138],rk:173,ruby:[115,116],run:[18,183],scope:154,scorer:[103,117,169,170,207],script:115,select:[103,117],senna:42,server:133,shard:[100,102,103,105],shorttext:181,shutdown:118,similar:11,size:191,snippet:153,solaris:29,sortby:[103,117],sphere:143,standalone:133,status:[119,137,191],string:[106,125,127],sub:154,suffix:11,suggest:120,summary:183,synopstis:137,table:[86,88,117,121,122,123,124,125,177],tables:93,target:[94,96,129,149,155],text:[147,181],thread:126,time:181,tips:12,to:[79,84,138,183],todo:[151,153],token:[121,127],tokenbigram:179,tokenbigramignoreblank:179,tokenbigramignoreblanksplitsymbol:179,tokenbigramignoreblanksplitsymbolalpha:179,tokenbigramignoreblanksplitsymbolalphadigit:179,tokenbigramsplitsymbol:179,tokenbigramsplitsymbolalpha:179,tokenbigramsplitsymbolalphadigit:179,tokendelimit:179,tokendelimitnull:179,tokenfilterstem:178,tokenfilterstopword:178,tokenize:127,tokenizer:[127,128],tokenmecab:179,tokenregexp:179,tokentrigram:179,tokenunigram:179,tokyogeopoint:181,travis:21,truncate:129,tsv:[78,166],twitter:[2,10,12],ubuntu:[12,30],uint:181,unix:7,update:[12,18],use:[102,146],users:203,value:[121,149],vector:155,vm:180,wgs:181,wheezy:25,windows:[8,12,31],worker:135,xml:78,zip:31}})