rroonga 6.0.5-x64-mingw32 → 6.0.7-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (993) hide show
  1. checksums.yaml +4 -4
  2. data/doc/text/news.md +15 -0
  3. data/ext/groonga/rb-grn-column.c +23 -17
  4. data/ext/groonga/rb-grn-context.c +24 -22
  5. data/ext/groonga/rb-grn-exception.c +2 -256
  6. data/ext/groonga/rb-grn-index-column.c +21 -9
  7. data/ext/groonga/rb-grn-object.c +98 -62
  8. data/ext/groonga/rb-grn-table-sort-keys.c +1 -1
  9. data/ext/groonga/rb-grn-table.c +2 -2
  10. data/ext/groonga/rb-grn-variable-size-column.c +13 -7
  11. data/ext/groonga/rb-grn.h +1 -2
  12. data/ext/groonga/rb-groonga.c +3 -2
  13. data/lib/2.1/groonga.so +0 -0
  14. data/lib/2.2/groonga.so +0 -0
  15. data/lib/2.3/groonga.so +0 -0
  16. data/rroonga-build.rb +3 -3
  17. data/test/test-fix-size-column.rb +1 -1
  18. data/test/test-schema.rb +1 -1
  19. data/test/test-variable-size-column.rb +1 -1
  20. data/vendor/local/bin/grndb.exe +0 -0
  21. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  22. data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
  23. data/vendor/local/bin/groonga.exe +0 -0
  24. data/vendor/local/bin/libgroonga-0.dll +0 -0
  25. data/vendor/local/bin/libmecab-2.dll +0 -0
  26. data/vendor/local/bin/{libmsgpack-4.dll → libmsgpackc.dll} +0 -0
  27. data/vendor/local/bin/libonig-5.dll +0 -0
  28. data/vendor/local/bin/lz4.exe +0 -0
  29. data/vendor/local/bin/lz4c.exe +0 -0
  30. data/vendor/local/bin/lz4cat +0 -0
  31. data/vendor/local/bin/mecab.exe +0 -0
  32. data/vendor/local/bin/zlib1.dll +0 -0
  33. data/vendor/local/include/groonga/groonga.h +2 -0
  34. data/vendor/local/include/groonga/groonga/column.h +29 -0
  35. data/vendor/local/include/groonga/groonga/dump.h +1 -1
  36. data/vendor/local/include/groonga/groonga/error.h +29 -0
  37. data/vendor/local/include/groonga/groonga/groonga.h +6 -1
  38. data/vendor/local/include/msgpack/adaptor/adaptor_base.hpp +4 -70
  39. data/vendor/local/include/msgpack/adaptor/adaptor_base_decl.hpp +16 -0
  40. data/vendor/local/include/msgpack/adaptor/array_ref.hpp +4 -161
  41. data/vendor/local/include/msgpack/adaptor/array_ref_decl.hpp +16 -0
  42. data/vendor/local/include/msgpack/adaptor/bool.hpp +2 -53
  43. data/vendor/local/include/msgpack/adaptor/boost/fusion.hpp +1 -146
  44. data/vendor/local/include/msgpack/adaptor/boost/msgpack_variant.hpp +4 -416
  45. data/vendor/local/include/msgpack/adaptor/boost/msgpack_variant_decl.hpp +16 -0
  46. data/vendor/local/include/msgpack/adaptor/boost/optional.hpp +2 -83
  47. data/vendor/local/include/msgpack/adaptor/boost/string_ref.hpp +2 -74
  48. data/vendor/local/include/msgpack/adaptor/carray.hpp +15 -0
  49. data/vendor/local/include/msgpack/adaptor/char_ptr.hpp +2 -144
  50. data/vendor/local/include/msgpack/adaptor/check_container_size.hpp +3 -53
  51. data/vendor/local/include/msgpack/adaptor/check_container_size_decl.hpp +16 -0
  52. data/vendor/local/include/msgpack/adaptor/cpp11/array.hpp +5 -127
  53. data/vendor/local/include/msgpack/adaptor/cpp11/array_char.hpp +5 -78
  54. data/vendor/local/include/msgpack/adaptor/cpp11/array_unsigned_char.hpp +5 -78
  55. data/vendor/local/include/msgpack/adaptor/cpp11/forward_list.hpp +5 -83
  56. data/vendor/local/include/msgpack/adaptor/cpp11/reference_wrapper.hpp +5 -57
  57. data/vendor/local/include/msgpack/adaptor/cpp11/shared_ptr.hpp +5 -71
  58. data/vendor/local/include/msgpack/adaptor/cpp11/tuple.hpp +5 -165
  59. data/vendor/local/include/msgpack/adaptor/cpp11/unique_ptr.hpp +5 -71
  60. data/vendor/local/include/msgpack/adaptor/cpp11/unordered_map.hpp +5 -171
  61. data/vendor/local/include/msgpack/adaptor/cpp11/unordered_set.hpp +5 -161
  62. data/vendor/local/include/msgpack/adaptor/define.hpp +3 -17
  63. data/vendor/local/include/msgpack/adaptor/define_decl.hpp +142 -0
  64. data/vendor/local/include/msgpack/adaptor/deque.hpp +3 -96
  65. data/vendor/local/include/msgpack/adaptor/ext.hpp +3 -223
  66. data/vendor/local/include/msgpack/adaptor/ext_decl.hpp +16 -0
  67. data/vendor/local/include/msgpack/adaptor/fixint.hpp +4 -285
  68. data/vendor/local/include/msgpack/adaptor/fixint_decl.hpp +16 -0
  69. data/vendor/local/include/msgpack/adaptor/float.hpp +2 -110
  70. data/vendor/local/include/msgpack/adaptor/int.hpp +4 -415
  71. data/vendor/local/include/msgpack/adaptor/int_decl.hpp +16 -0
  72. data/vendor/local/include/msgpack/adaptor/list.hpp +2 -93
  73. data/vendor/local/include/msgpack/adaptor/map.hpp +3 -291
  74. data/vendor/local/include/msgpack/adaptor/map_decl.hpp +16 -0
  75. data/vendor/local/include/msgpack/adaptor/msgpack_tuple.hpp +2 -6
  76. data/vendor/local/include/msgpack/adaptor/msgpack_tuple_decl.hpp +16 -0
  77. data/vendor/local/include/msgpack/adaptor/nil.hpp +3 -70
  78. data/vendor/local/include/msgpack/adaptor/nil_decl.hpp +16 -0
  79. data/vendor/local/include/msgpack/adaptor/pair.hpp +2 -70
  80. data/vendor/local/include/msgpack/adaptor/raw.hpp +3 -92
  81. data/vendor/local/include/msgpack/adaptor/raw_decl.hpp +16 -0
  82. data/vendor/local/include/msgpack/adaptor/set.hpp +2 -175
  83. data/vendor/local/include/msgpack/adaptor/size_equal_only.hpp +17 -0
  84. data/vendor/local/include/msgpack/adaptor/size_equal_only_decl.hpp +16 -0
  85. data/vendor/local/include/msgpack/adaptor/string.hpp +2 -73
  86. data/vendor/local/include/msgpack/adaptor/tr1/unordered_map.hpp +2 -2
  87. data/vendor/local/include/msgpack/adaptor/tr1/unordered_set.hpp +2 -2
  88. data/vendor/local/include/msgpack/adaptor/v4raw.hpp +3 -92
  89. data/vendor/local/include/msgpack/adaptor/v4raw_decl.hpp +16 -0
  90. data/vendor/local/include/msgpack/adaptor/vector.hpp +2 -108
  91. data/vendor/local/include/msgpack/adaptor/vector_bool.hpp +2 -75
  92. data/vendor/local/include/msgpack/adaptor/vector_char.hpp +2 -76
  93. data/vendor/local/include/msgpack/adaptor/vector_unsigned_char.hpp +2 -76
  94. data/vendor/local/include/msgpack/cpp_config.hpp +4 -111
  95. data/vendor/local/include/msgpack/cpp_config_decl.hpp +16 -0
  96. data/vendor/local/include/msgpack/fbuffer.h +1 -1
  97. data/vendor/local/include/msgpack/fbuffer.hpp +5 -48
  98. data/vendor/local/include/msgpack/fbuffer_decl.hpp +16 -0
  99. data/vendor/local/include/msgpack/gcc_atomic.hpp +33 -0
  100. data/vendor/local/include/msgpack/iterator.hpp +3 -23
  101. data/vendor/local/include/msgpack/iterator_decl.hpp +17 -0
  102. data/vendor/local/include/msgpack/meta.hpp +3 -36
  103. data/vendor/local/include/msgpack/meta_decl.hpp +17 -0
  104. data/vendor/local/include/msgpack/object.hpp +5 -799
  105. data/vendor/local/include/msgpack/object_decl.hpp +17 -0
  106. data/vendor/local/include/msgpack/object_fwd.hpp +4 -180
  107. data/vendor/local/include/msgpack/object_fwd_decl.hpp +17 -0
  108. data/vendor/local/include/msgpack/pack.hpp +4 -1077
  109. data/vendor/local/include/msgpack/pack_decl.hpp +16 -0
  110. data/vendor/local/include/msgpack/predef.h +6 -1
  111. data/vendor/local/include/msgpack/predef/architecture.h +3 -1
  112. data/vendor/local/include/msgpack/predef/architecture/alpha.h +3 -4
  113. data/vendor/local/include/msgpack/predef/architecture/arm.h +3 -4
  114. data/vendor/local/include/msgpack/predef/architecture/blackfin.h +3 -4
  115. data/vendor/local/include/msgpack/predef/architecture/convex.h +3 -5
  116. data/vendor/local/include/msgpack/predef/architecture/ia64.h +3 -3
  117. data/vendor/local/include/msgpack/predef/architecture/m68k.h +3 -4
  118. data/vendor/local/include/msgpack/predef/architecture/mips.h +3 -4
  119. data/vendor/local/include/msgpack/predef/architecture/parisc.h +3 -4
  120. data/vendor/local/include/msgpack/predef/architecture/ppc.h +3 -4
  121. data/vendor/local/include/msgpack/predef/architecture/pyramid.h +3 -4
  122. data/vendor/local/include/msgpack/predef/architecture/rs6k.h +4 -4
  123. data/vendor/local/include/msgpack/predef/architecture/sparc.h +3 -4
  124. data/vendor/local/include/msgpack/predef/architecture/superh.h +3 -4
  125. data/vendor/local/include/msgpack/predef/architecture/sys370.h +3 -4
  126. data/vendor/local/include/msgpack/predef/architecture/sys390.h +3 -4
  127. data/vendor/local/include/msgpack/predef/architecture/x86.h +6 -6
  128. data/vendor/local/include/msgpack/predef/architecture/x86/32.h +4 -4
  129. data/vendor/local/include/msgpack/predef/architecture/x86/64.h +4 -4
  130. data/vendor/local/include/msgpack/predef/architecture/z.h +3 -4
  131. data/vendor/local/include/msgpack/predef/compiler.h +3 -1
  132. data/vendor/local/include/msgpack/predef/compiler/borland.h +3 -4
  133. data/vendor/local/include/msgpack/predef/compiler/clang.h +3 -4
  134. data/vendor/local/include/msgpack/predef/compiler/comeau.h +4 -5
  135. data/vendor/local/include/msgpack/predef/compiler/compaq.h +3 -4
  136. data/vendor/local/include/msgpack/predef/compiler/diab.h +3 -4
  137. data/vendor/local/include/msgpack/predef/compiler/digitalmars.h +3 -4
  138. data/vendor/local/include/msgpack/predef/compiler/dignus.h +3 -4
  139. data/vendor/local/include/msgpack/predef/compiler/edg.h +3 -4
  140. data/vendor/local/include/msgpack/predef/compiler/ekopath.h +3 -4
  141. data/vendor/local/include/msgpack/predef/compiler/gcc.h +3 -4
  142. data/vendor/local/include/msgpack/predef/compiler/gcc_xml.h +3 -3
  143. data/vendor/local/include/msgpack/predef/compiler/greenhills.h +3 -4
  144. data/vendor/local/include/msgpack/predef/compiler/hp_acc.h +3 -4
  145. data/vendor/local/include/msgpack/predef/compiler/iar.h +3 -4
  146. data/vendor/local/include/msgpack/predef/compiler/ibm.h +3 -4
  147. data/vendor/local/include/msgpack/predef/compiler/intel.h +3 -4
  148. data/vendor/local/include/msgpack/predef/compiler/kai.h +3 -4
  149. data/vendor/local/include/msgpack/predef/compiler/llvm.h +3 -4
  150. data/vendor/local/include/msgpack/predef/compiler/metaware.h +3 -4
  151. data/vendor/local/include/msgpack/predef/compiler/metrowerks.h +3 -4
  152. data/vendor/local/include/msgpack/predef/compiler/microtec.h +3 -4
  153. data/vendor/local/include/msgpack/predef/compiler/mpw.h +3 -4
  154. data/vendor/local/include/msgpack/predef/compiler/palm.h +3 -4
  155. data/vendor/local/include/msgpack/predef/compiler/pgi.h +3 -4
  156. data/vendor/local/include/msgpack/predef/compiler/sgi_mipspro.h +3 -4
  157. data/vendor/local/include/msgpack/predef/compiler/sunpro.h +17 -8
  158. data/vendor/local/include/msgpack/predef/compiler/tendra.h +3 -4
  159. data/vendor/local/include/msgpack/predef/compiler/visualc.h +3 -4
  160. data/vendor/local/include/msgpack/predef/compiler/watcom.h +3 -4
  161. data/vendor/local/include/msgpack/predef/detail/_cassert.h +1 -1
  162. data/vendor/local/include/msgpack/predef/detail/_exception.h +1 -1
  163. data/vendor/local/include/msgpack/predef/detail/test_def.h +71 -0
  164. data/vendor/local/include/msgpack/predef/hardware.h +16 -0
  165. data/vendor/local/include/msgpack/predef/hardware/simd.h +119 -0
  166. data/vendor/local/include/msgpack/predef/hardware/simd/arm.h +57 -0
  167. data/vendor/local/include/msgpack/predef/hardware/simd/arm/versions.h +32 -0
  168. data/vendor/local/include/msgpack/predef/hardware/simd/ppc.h +69 -0
  169. data/vendor/local/include/msgpack/predef/hardware/simd/ppc/versions.h +51 -0
  170. data/vendor/local/include/msgpack/predef/hardware/simd/x86.h +123 -0
  171. data/vendor/local/include/msgpack/predef/hardware/simd/x86/versions.h +129 -0
  172. data/vendor/local/include/msgpack/predef/hardware/simd/x86_amd.h +87 -0
  173. data/vendor/local/include/msgpack/predef/hardware/simd/x86_amd/versions.h +51 -0
  174. data/vendor/local/include/msgpack/predef/language.h +3 -1
  175. data/vendor/local/include/msgpack/predef/language/objc.h +3 -4
  176. data/vendor/local/include/msgpack/predef/language/stdc.h +3 -4
  177. data/vendor/local/include/msgpack/predef/language/stdcpp.h +8 -11
  178. data/vendor/local/include/msgpack/predef/library.h +3 -1
  179. data/vendor/local/include/msgpack/predef/library/c.h +3 -1
  180. data/vendor/local/include/msgpack/predef/library/c/gnu.h +3 -4
  181. data/vendor/local/include/msgpack/predef/library/c/uc.h +3 -4
  182. data/vendor/local/include/msgpack/predef/library/c/vms.h +3 -4
  183. data/vendor/local/include/msgpack/predef/library/c/zos.h +3 -4
  184. data/vendor/local/include/msgpack/predef/library/std.h +3 -1
  185. data/vendor/local/include/msgpack/predef/library/std/cxx.h +3 -4
  186. data/vendor/local/include/msgpack/predef/library/std/dinkumware.h +3 -4
  187. data/vendor/local/include/msgpack/predef/library/std/libcomo.h +3 -4
  188. data/vendor/local/include/msgpack/predef/library/std/modena.h +3 -4
  189. data/vendor/local/include/msgpack/predef/library/std/msl.h +3 -4
  190. data/vendor/local/include/msgpack/predef/library/std/roguewave.h +3 -4
  191. data/vendor/local/include/msgpack/predef/library/std/sgi.h +3 -4
  192. data/vendor/local/include/msgpack/predef/library/std/stdcpp3.h +3 -4
  193. data/vendor/local/include/msgpack/predef/library/std/stlport.h +3 -4
  194. data/vendor/local/include/msgpack/predef/library/std/vacpp.h +3 -4
  195. data/vendor/local/include/msgpack/predef/make.h +2 -2
  196. data/vendor/local/include/msgpack/predef/os.h +3 -1
  197. data/vendor/local/include/msgpack/predef/os/aix.h +3 -4
  198. data/vendor/local/include/msgpack/predef/os/amigaos.h +3 -4
  199. data/vendor/local/include/msgpack/predef/os/android.h +3 -4
  200. data/vendor/local/include/msgpack/predef/os/beos.h +3 -4
  201. data/vendor/local/include/msgpack/predef/os/bsd.h +11 -3
  202. data/vendor/local/include/msgpack/predef/os/bsd/bsdi.h +3 -3
  203. data/vendor/local/include/msgpack/predef/os/bsd/dragonfly.h +3 -3
  204. data/vendor/local/include/msgpack/predef/os/bsd/free.h +3 -3
  205. data/vendor/local/include/msgpack/predef/os/bsd/net.h +3 -3
  206. data/vendor/local/include/msgpack/predef/os/bsd/open.h +3 -3
  207. data/vendor/local/include/msgpack/predef/os/cygwin.h +4 -5
  208. data/vendor/local/include/msgpack/predef/os/haiku.h +3 -4
  209. data/vendor/local/include/msgpack/predef/os/hpux.h +3 -4
  210. data/vendor/local/include/msgpack/predef/os/ios.h +3 -3
  211. data/vendor/local/include/msgpack/predef/os/irix.h +3 -4
  212. data/vendor/local/include/msgpack/predef/os/linux.h +3 -4
  213. data/vendor/local/include/msgpack/predef/os/macos.h +3 -4
  214. data/vendor/local/include/msgpack/predef/os/os400.h +3 -4
  215. data/vendor/local/include/msgpack/predef/os/qnxnto.h +3 -4
  216. data/vendor/local/include/msgpack/predef/os/solaris.h +3 -4
  217. data/vendor/local/include/msgpack/predef/os/unix.h +3 -3
  218. data/vendor/local/include/msgpack/predef/os/vms.h +3 -4
  219. data/vendor/local/include/msgpack/predef/os/windows.h +3 -3
  220. data/vendor/local/include/msgpack/predef/other.h +3 -1
  221. data/vendor/local/include/msgpack/predef/other/endian.h +4 -5
  222. data/vendor/local/include/msgpack/predef/platform.h +3 -1
  223. data/vendor/local/include/msgpack/predef/platform/mingw.h +3 -4
  224. data/vendor/local/include/msgpack/predef/platform/windows_desktop.h +4 -3
  225. data/vendor/local/include/msgpack/predef/platform/windows_phone.h +4 -3
  226. data/vendor/local/include/msgpack/predef/platform/windows_runtime.h +4 -3
  227. data/vendor/local/include/msgpack/predef/platform/windows_store.h +4 -3
  228. data/vendor/local/include/msgpack/predef/version.h +2 -2
  229. data/vendor/local/include/msgpack/predef/version_number.h +1 -2
  230. data/vendor/local/include/msgpack/preprocessor/arithmetic/dec.hpp +1 -0
  231. data/vendor/local/include/msgpack/preprocessor/config/config.hpp +5 -2
  232. data/vendor/local/include/msgpack/preprocessor/facilities/identity.hpp +4 -0
  233. data/vendor/local/include/msgpack/preprocessor/library.hpp +1 -0
  234. data/vendor/local/include/msgpack/preprocessor/repetition/for.hpp +19 -1
  235. data/vendor/local/include/msgpack/preprocessor/seq/detail/is_empty.hpp +49 -0
  236. data/vendor/local/include/msgpack/preprocessor/seq/for_each.hpp +57 -10
  237. data/vendor/local/include/msgpack/preprocessor/seq/for_each_i.hpp +58 -10
  238. data/vendor/local/include/msgpack/preprocessor/seq/replace.hpp +18 -2
  239. data/vendor/local/include/msgpack/preprocessor/seq/rest_n.hpp +18 -2
  240. data/vendor/local/include/msgpack/preprocessor/seq/size.hpp +1 -0
  241. data/vendor/local/include/msgpack/preprocessor/tuple/eat.hpp +10 -1
  242. data/vendor/local/include/msgpack/sbuffer.hpp +4 -139
  243. data/vendor/local/include/msgpack/sbuffer_decl.hpp +17 -0
  244. data/vendor/local/include/msgpack/sysdep.h +9 -5
  245. data/vendor/local/include/msgpack/type.hpp +2 -0
  246. data/vendor/local/include/msgpack/unpack.hpp +5 -1698
  247. data/vendor/local/include/msgpack/unpack_decl.hpp +16 -0
  248. data/vendor/local/include/msgpack/v1/adaptor/adaptor_base.hpp +116 -0
  249. data/vendor/local/include/msgpack/v1/adaptor/adaptor_base_decl.hpp +86 -0
  250. data/vendor/local/include/msgpack/v1/adaptor/array_ref.hpp +305 -0
  251. data/vendor/local/include/msgpack/v1/adaptor/array_ref_decl.hpp +55 -0
  252. data/vendor/local/include/msgpack/v1/adaptor/bool.hpp +66 -0
  253. data/vendor/local/include/msgpack/v1/adaptor/boost/fusion.hpp +160 -0
  254. data/vendor/local/include/msgpack/v1/adaptor/boost/msgpack_variant.hpp +441 -0
  255. data/vendor/local/include/msgpack/v1/adaptor/boost/msgpack_variant_decl.hpp +62 -0
  256. data/vendor/local/include/msgpack/v1/adaptor/boost/optional.hpp +96 -0
  257. data/vendor/local/include/msgpack/v1/adaptor/boost/string_ref.hpp +87 -0
  258. data/vendor/local/include/msgpack/v1/adaptor/carray.hpp +253 -0
  259. data/vendor/local/include/msgpack/v1/adaptor/char_ptr.hpp +92 -0
  260. data/vendor/local/include/msgpack/v1/adaptor/check_container_size.hpp +67 -0
  261. data/vendor/local/include/msgpack/v1/adaptor/check_container_size_decl.hpp +44 -0
  262. data/vendor/local/include/msgpack/v1/adaptor/cpp11/array.hpp +138 -0
  263. data/vendor/local/include/msgpack/v1/adaptor/cpp11/array_char.hpp +90 -0
  264. data/vendor/local/include/msgpack/v1/adaptor/cpp11/array_unsigned_char.hpp +90 -0
  265. data/vendor/local/include/msgpack/v1/adaptor/cpp11/forward_list.hpp +94 -0
  266. data/vendor/local/include/msgpack/v1/adaptor/cpp11/reference_wrapper.hpp +68 -0
  267. data/vendor/local/include/msgpack/v1/adaptor/cpp11/shared_ptr.hpp +82 -0
  268. data/vendor/local/include/msgpack/v1/adaptor/cpp11/tuple.hpp +175 -0
  269. data/vendor/local/include/msgpack/v1/adaptor/cpp11/unique_ptr.hpp +82 -0
  270. data/vendor/local/include/msgpack/v1/adaptor/cpp11/unordered_map.hpp +182 -0
  271. data/vendor/local/include/msgpack/v1/adaptor/cpp11/unordered_set.hpp +172 -0
  272. data/vendor/local/include/msgpack/v1/adaptor/define.hpp +21 -0
  273. data/vendor/local/include/msgpack/v1/adaptor/define_decl.hpp +23 -0
  274. data/vendor/local/include/msgpack/v1/adaptor/deque.hpp +108 -0
  275. data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp03_define_array.hpp +6 -71
  276. data/vendor/local/include/msgpack/v1/adaptor/detail/cpp03_define_array_decl.hpp +135 -0
  277. data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp03_define_map.hpp +7 -61
  278. data/vendor/local/include/msgpack/v1/adaptor/detail/cpp03_define_map_decl.hpp +135 -0
  279. data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp03_msgpack_tuple.hpp +1095 -579
  280. data/vendor/local/include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple_decl.hpp +317 -0
  281. data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp11_define_array.hpp +5 -71
  282. data/vendor/local/include/msgpack/v1/adaptor/detail/cpp11_define_array_decl.hpp +39 -0
  283. data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp11_define_map.hpp +7 -62
  284. data/vendor/local/include/msgpack/v1/adaptor/detail/cpp11_define_map_decl.hpp +37 -0
  285. data/vendor/local/include/msgpack/{adaptor → v1/adaptor}/detail/cpp11_msgpack_tuple.hpp +30 -85
  286. data/vendor/local/include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple_decl.hpp +120 -0
  287. data/vendor/local/include/msgpack/v1/adaptor/ext.hpp +236 -0
  288. data/vendor/local/include/msgpack/v1/adaptor/ext_decl.hpp +38 -0
  289. data/vendor/local/include/msgpack/v1/adaptor/fixint.hpp +283 -0
  290. data/vendor/local/include/msgpack/v1/adaptor/fixint_decl.hpp +46 -0
  291. data/vendor/local/include/msgpack/v1/adaptor/float.hpp +123 -0
  292. data/vendor/local/include/msgpack/v1/adaptor/int.hpp +426 -0
  293. data/vendor/local/include/msgpack/v1/adaptor/int_decl.hpp +49 -0
  294. data/vendor/local/include/msgpack/v1/adaptor/list.hpp +106 -0
  295. data/vendor/local/include/msgpack/v1/adaptor/map.hpp +314 -0
  296. data/vendor/local/include/msgpack/v1/adaptor/map_decl.hpp +36 -0
  297. data/vendor/local/include/msgpack/v1/adaptor/msgpack_tuple.hpp +21 -0
  298. data/vendor/local/include/msgpack/v1/adaptor/msgpack_tuple_decl.hpp +21 -0
  299. data/vendor/local/include/msgpack/v1/adaptor/nil.hpp +76 -0
  300. data/vendor/local/include/msgpack/v1/adaptor/nil_decl.hpp +44 -0
  301. data/vendor/local/include/msgpack/v1/adaptor/pair.hpp +83 -0
  302. data/vendor/local/include/msgpack/v1/adaptor/raw.hpp +106 -0
  303. data/vendor/local/include/msgpack/v1/adaptor/raw_decl.hpp +36 -0
  304. data/vendor/local/include/msgpack/v1/adaptor/set.hpp +188 -0
  305. data/vendor/local/include/msgpack/v1/adaptor/size_equal_only.hpp +118 -0
  306. data/vendor/local/include/msgpack/v1/adaptor/size_equal_only_decl.hpp +52 -0
  307. data/vendor/local/include/msgpack/v1/adaptor/string.hpp +87 -0
  308. data/vendor/local/include/msgpack/v1/adaptor/tr1/unordered_map.hpp +171 -0
  309. data/vendor/local/include/msgpack/v1/adaptor/tr1/unordered_set.hpp +165 -0
  310. data/vendor/local/include/msgpack/v1/adaptor/v4raw.hpp +105 -0
  311. data/vendor/local/include/msgpack/v1/adaptor/v4raw_decl.hpp +34 -0
  312. data/vendor/local/include/msgpack/v1/adaptor/vector.hpp +121 -0
  313. data/vendor/local/include/msgpack/v1/adaptor/vector_bool.hpp +90 -0
  314. data/vendor/local/include/msgpack/v1/adaptor/vector_char.hpp +114 -0
  315. data/vendor/local/include/msgpack/v1/adaptor/vector_unsigned_char.hpp +114 -0
  316. data/vendor/local/include/msgpack/v1/cpp_config.hpp +129 -0
  317. data/vendor/local/include/msgpack/v1/cpp_config_decl.hpp +131 -0
  318. data/vendor/local/include/msgpack/{detail → v1/detail}/cpp03_zone.hpp +10 -21
  319. data/vendor/local/include/msgpack/v1/detail/cpp03_zone_decl.hpp +46 -0
  320. data/vendor/local/include/msgpack/{detail → v1/detail}/cpp11_zone.hpp +10 -18
  321. data/vendor/local/include/msgpack/v1/detail/cpp11_zone_decl.hpp +47 -0
  322. data/vendor/local/include/msgpack/v1/fbuffer.hpp +60 -0
  323. data/vendor/local/include/msgpack/v1/fbuffer_decl.hpp +32 -0
  324. data/vendor/local/include/msgpack/v1/iterator.hpp +40 -0
  325. data/vendor/local/include/msgpack/v1/iterator_decl.hpp +40 -0
  326. data/vendor/local/include/msgpack/v1/meta.hpp +47 -0
  327. data/vendor/local/include/msgpack/v1/meta_decl.hpp +52 -0
  328. data/vendor/local/include/msgpack/v1/object.hpp +865 -0
  329. data/vendor/local/include/msgpack/v1/object_decl.hpp +112 -0
  330. data/vendor/local/include/msgpack/v1/object_fwd.hpp +252 -0
  331. data/vendor/local/include/msgpack/v1/object_fwd_decl.hpp +76 -0
  332. data/vendor/local/include/msgpack/v1/pack.hpp +1602 -0
  333. data/vendor/local/include/msgpack/v1/pack_decl.hpp +91 -0
  334. data/vendor/local/include/msgpack/v1/preprocessor.hpp +19 -0
  335. data/vendor/local/include/msgpack/v1/sbuffer.hpp +149 -0
  336. data/vendor/local/include/msgpack/v1/sbuffer_decl.hpp +33 -0
  337. data/vendor/local/include/msgpack/v1/unpack.hpp +1672 -0
  338. data/vendor/local/include/msgpack/v1/unpack_decl.hpp +461 -0
  339. data/vendor/local/include/msgpack/v1/version.hpp +36 -0
  340. data/vendor/local/include/msgpack/v1/versioning.hpp +69 -0
  341. data/vendor/local/include/msgpack/v1/vrefbuffer.hpp +292 -0
  342. data/vendor/local/include/msgpack/v1/vrefbuffer_decl.hpp +39 -0
  343. data/vendor/local/include/msgpack/v1/zbuffer.hpp +159 -0
  344. data/vendor/local/include/msgpack/v1/zbuffer_decl.hpp +37 -0
  345. data/vendor/local/include/msgpack/v1/zone.hpp +21 -0
  346. data/vendor/local/include/msgpack/v1/zone_decl.hpp +21 -0
  347. data/vendor/local/include/msgpack/v2/adaptor/adaptor_base.hpp +58 -0
  348. data/vendor/local/include/msgpack/v2/adaptor/adaptor_base_decl.hpp +52 -0
  349. data/vendor/local/include/msgpack/v2/adaptor/array_ref_decl.hpp +36 -0
  350. data/vendor/local/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp +42 -0
  351. data/vendor/local/include/msgpack/v2/adaptor/check_container_size_decl.hpp +39 -0
  352. data/vendor/local/include/msgpack/v2/adaptor/define_decl.hpp +23 -0
  353. data/vendor/local/include/msgpack/v2/adaptor/detail/cpp03_define_array_decl.hpp +31 -0
  354. data/vendor/local/include/msgpack/v2/adaptor/detail/cpp03_define_map_decl.hpp +31 -0
  355. data/vendor/local/include/msgpack/v2/adaptor/detail/cpp03_msgpack_tuple_decl.hpp +43 -0
  356. data/vendor/local/include/msgpack/v2/adaptor/detail/cpp11_define_array_decl.hpp +32 -0
  357. data/vendor/local/include/msgpack/v2/adaptor/detail/cpp11_define_map_decl.hpp +31 -0
  358. data/vendor/local/include/msgpack/v2/adaptor/detail/cpp11_msgpack_tuple_decl.hpp +59 -0
  359. data/vendor/local/include/msgpack/v2/adaptor/ext_decl.hpp +34 -0
  360. data/vendor/local/include/msgpack/v2/adaptor/fixint_decl.hpp +43 -0
  361. data/vendor/local/include/msgpack/v2/adaptor/int_decl.hpp +54 -0
  362. data/vendor/local/include/msgpack/v2/adaptor/map_decl.hpp +33 -0
  363. data/vendor/local/include/msgpack/v2/adaptor/msgpack_tuple_decl.hpp +21 -0
  364. data/vendor/local/include/msgpack/v2/adaptor/nil_decl.hpp +42 -0
  365. data/vendor/local/include/msgpack/v2/adaptor/raw_decl.hpp +33 -0
  366. data/vendor/local/include/msgpack/v2/adaptor/size_equal_only_decl.hpp +35 -0
  367. data/vendor/local/include/msgpack/v2/adaptor/v4raw_decl.hpp +34 -0
  368. data/vendor/local/include/msgpack/v2/cpp_config_decl.hpp +84 -0
  369. data/vendor/local/include/msgpack/v2/detail/cpp03_zone_decl.hpp +31 -0
  370. data/vendor/local/include/msgpack/v2/detail/cpp11_zone_decl.hpp +31 -0
  371. data/vendor/local/include/msgpack/v2/fbuffer_decl.hpp +32 -0
  372. data/vendor/local/include/msgpack/v2/iterator_decl.hpp +33 -0
  373. data/vendor/local/include/msgpack/v2/meta_decl.hpp +46 -0
  374. data/vendor/local/include/msgpack/v2/object.hpp +33 -0
  375. data/vendor/local/include/msgpack/v2/object_decl.hpp +49 -0
  376. data/vendor/local/include/msgpack/v2/object_fwd.hpp +109 -0
  377. data/vendor/local/include/msgpack/v2/object_fwd_decl.hpp +73 -0
  378. data/vendor/local/include/msgpack/v2/pack_decl.hpp +55 -0
  379. data/vendor/local/include/msgpack/v2/sbuffer_decl.hpp +33 -0
  380. data/vendor/local/include/msgpack/v2/unpack.hpp +1625 -0
  381. data/vendor/local/include/msgpack/v2/unpack_decl.hpp +348 -0
  382. data/vendor/local/include/msgpack/v2/vrefbuffer_decl.hpp +29 -0
  383. data/vendor/local/include/msgpack/v2/zbuffer_decl.hpp +29 -0
  384. data/vendor/local/include/msgpack/v2/zone_decl.hpp +21 -0
  385. data/vendor/local/include/msgpack/version_master.h +2 -2
  386. data/vendor/local/include/msgpack/versioning.hpp +3 -3
  387. data/vendor/local/include/msgpack/vrefbuffer.hpp +4 -279
  388. data/vendor/local/include/msgpack/vrefbuffer_decl.hpp +16 -0
  389. data/vendor/local/include/msgpack/zbuffer.hpp +3 -153
  390. data/vendor/local/include/msgpack/zbuffer_decl.hpp +16 -0
  391. data/vendor/local/include/msgpack/zone.hpp +3 -7
  392. data/vendor/local/include/msgpack/zone_decl.hpp +16 -0
  393. data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
  394. data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
  395. data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
  396. data/vendor/local/lib/groonga/plugins/functions/number.la +3 -3
  397. data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
  398. data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
  399. data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
  400. data/vendor/local/lib/groonga/plugins/functions/string.la +3 -3
  401. data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
  402. data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
  403. data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
  404. data/vendor/local/lib/groonga/plugins/functions/time.la +3 -3
  405. data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
  406. data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
  407. data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
  408. data/vendor/local/lib/groonga/plugins/functions/vector.la +3 -3
  409. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  410. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  411. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  412. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  413. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  414. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  415. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  416. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  417. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  418. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  419. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  420. data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
  421. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  422. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  423. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  424. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +3 -3
  425. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  426. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  427. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  428. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  429. data/vendor/local/lib/groonga/scripts/ruby/expression.rb +1 -0
  430. data/vendor/local/lib/groonga/scripts/ruby/expression_rewriters.rb +10 -0
  431. data/vendor/local/lib/libgroonga.a +0 -0
  432. data/vendor/local/lib/libgroonga.dll.a +0 -0
  433. data/vendor/local/lib/libgroonga.la +3 -3
  434. data/vendor/local/lib/liblz4.a +0 -0
  435. data/vendor/local/lib/liblz4.dll +0 -0
  436. data/vendor/local/lib/liblz4.dll.1 +0 -0
  437. data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
  438. data/vendor/local/lib/libmecab.a +0 -0
  439. data/vendor/local/lib/libmecab.dll.a +0 -0
  440. data/vendor/local/lib/libmsgpackc.a +0 -0
  441. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  442. data/vendor/local/lib/libonig.a +0 -0
  443. data/vendor/local/lib/libonig.dll.a +0 -0
  444. data/vendor/local/lib/libonig.la +2 -2
  445. data/vendor/local/lib/libz.a +0 -0
  446. data/vendor/local/lib/libz.dll.a +0 -0
  447. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  448. data/vendor/local/lib/pkgconfig/msgpack.pc +2 -2
  449. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  450. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  451. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  452. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  453. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  454. data/vendor/local/sbin/groonga-httpd.exe +0 -0
  455. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  456. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +0 -1
  457. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  458. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  459. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  460. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  461. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  462. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  463. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -4
  464. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  465. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +82 -1244
  466. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +3 -0
  467. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt +3 -0
  468. data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +3 -0
  469. data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +3 -0
  470. data/vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt +3 -0
  471. data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +1250 -0
  472. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt +393 -0
  473. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt +27 -0
  474. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt +27 -0
  475. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +1 -1
  476. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +0 -4
  477. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +25 -1
  478. data/vendor/local/share/doc/groonga/en/html/characteristic.html +7 -7
  479. data/vendor/local/share/doc/groonga/en/html/client.html +7 -7
  480. data/vendor/local/share/doc/groonga/en/html/community.html +7 -7
  481. data/vendor/local/share/doc/groonga/en/html/contribution.html +7 -7
  482. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +7 -7
  483. data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +7 -7
  484. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +7 -7
  485. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +7 -7
  486. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +7 -7
  487. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +7 -7
  488. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +7 -7
  489. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +7 -7
  490. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +7 -8
  491. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +7 -7
  492. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +7 -7
  493. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +7 -7
  494. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +7 -7
  495. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +7 -7
  496. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +7 -7
  497. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +7 -7
  498. data/vendor/local/share/doc/groonga/en/html/development.html +7 -7
  499. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +7 -7
  500. data/vendor/local/share/doc/groonga/en/html/genindex.html +7 -7
  501. data/vendor/local/share/doc/groonga/en/html/index.html +44 -41
  502. data/vendor/local/share/doc/groonga/en/html/install.html +7 -7
  503. data/vendor/local/share/doc/groonga/en/html/install/centos.html +10 -10
  504. data/vendor/local/share/doc/groonga/en/html/install/debian.html +10 -10
  505. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +10 -10
  506. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +10 -10
  507. data/vendor/local/share/doc/groonga/en/html/install/others.html +10 -10
  508. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +10 -10
  509. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +10 -11
  510. data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
  511. data/vendor/local/share/doc/groonga/en/html/limitations.html +7 -7
  512. data/vendor/local/share/doc/groonga/en/html/news.html +257 -1703
  513. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +7 -7
  514. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +7 -7
  515. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +7 -7
  516. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +54 -48
  517. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +18 -12
  518. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +65 -59
  519. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +64 -58
  520. data/vendor/local/share/doc/groonga/en/html/news/4.x.html +61 -55
  521. data/vendor/local/share/doc/groonga/en/html/news/5.x.html +1426 -0
  522. data/vendor/local/share/doc/groonga/en/html/news/senna.html +7 -7
  523. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  524. data/vendor/local/share/doc/groonga/en/html/reference.html +44 -41
  525. data/vendor/local/share/doc/groonga/en/html/reference/alias.html +7 -7
  526. data/vendor/local/share/doc/groonga/en/html/reference/api.html +7 -7
  527. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +7 -7
  528. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +7 -7
  529. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +7 -7
  530. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +7 -7
  531. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +7 -7
  532. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +7 -7
  533. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +7 -7
  534. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +7 -7
  535. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +7 -7
  536. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +7 -7
  537. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +7 -7
  538. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +7 -7
  539. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +7 -7
  540. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +7 -7
  541. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +7 -7
  542. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +7 -7
  543. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +7 -7
  544. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +7 -7
  545. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +7 -7
  546. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +7 -7
  547. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +7 -7
  548. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +7 -7
  549. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +7 -7
  550. data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +7 -7
  551. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +7 -7
  552. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +7 -7
  553. data/vendor/local/share/doc/groonga/en/html/reference/column.html +7 -7
  554. data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +7 -7
  555. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +7 -7
  556. data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +7 -7
  557. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +7 -7
  558. data/vendor/local/share/doc/groonga/en/html/reference/command.html +33 -32
  559. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +7 -7
  560. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +7 -7
  561. data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +7 -7
  562. data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +7 -7
  563. data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +7 -7
  564. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +7 -7
  565. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +7 -7
  566. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +7 -7
  567. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +7 -7
  568. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +7 -7
  569. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +7 -7
  570. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +7 -7
  571. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +7 -7
  572. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +7 -7
  573. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +7 -7
  574. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +7 -7
  575. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +7 -7
  576. data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +7 -7
  577. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +7 -7
  578. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +7 -7
  579. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +7 -7
  580. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +7 -7
  581. data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +7 -7
  582. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +7 -7
  583. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +7 -7
  584. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +7 -7
  585. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +7 -7
  586. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +7 -7
  587. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +7 -7
  588. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +7 -7
  589. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +7 -7
  590. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +7 -7
  591. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +7 -7
  592. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +7 -7
  593. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +7 -7
  594. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +7 -7
  595. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +7 -7
  596. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +7 -7
  597. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +7 -7
  598. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -12
  599. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +991 -0
  600. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +36 -36
  601. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +27 -27
  602. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +27 -27
  603. data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +33 -33
  604. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +27 -27
  605. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +27 -27
  606. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +27 -27
  607. data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +29 -29
  608. data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +33 -33
  609. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +31 -31
  610. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +31 -31
  611. data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +69 -69
  612. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +113 -113
  613. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +33 -33
  614. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +31 -31
  615. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +29 -29
  616. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +53 -53
  617. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
  618. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +43 -43
  619. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +33 -33
  620. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +43 -43
  621. data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +33 -33
  622. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +45 -45
  623. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +27 -27
  624. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +27 -27
  625. data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +7 -7
  626. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +7 -7
  627. data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +7 -7
  628. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +7 -7
  629. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +7 -7
  630. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +7 -7
  631. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +7 -7
  632. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +7 -7
  633. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +7 -7
  634. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +7 -7
  635. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +7 -7
  636. data/vendor/local/share/doc/groonga/en/html/reference/function.html +18 -16
  637. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +7 -7
  638. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +7 -7
  639. data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +7 -7
  640. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +7 -7
  641. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +7 -7
  642. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +7 -7
  643. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +7 -7
  644. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +7 -7
  645. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +7 -7
  646. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +7 -7
  647. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +7 -7
  648. data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +7 -7
  649. data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +7 -7
  650. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +7 -7
  651. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +7 -7
  652. data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +7 -7
  653. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +12 -12
  654. data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +162 -0
  655. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +34 -34
  656. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +25 -25
  657. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +25 -25
  658. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +25 -25
  659. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +25 -25
  660. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +25 -25
  661. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +25 -25
  662. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +25 -25
  663. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +30 -30
  664. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +162 -0
  665. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +7 -7
  666. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +7 -7
  667. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +7 -7
  668. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +7 -7
  669. data/vendor/local/share/doc/groonga/en/html/reference/log.html +7 -7
  670. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +8 -8
  671. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +12 -12
  672. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +7 -7
  673. data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +7 -7
  674. data/vendor/local/share/doc/groonga/en/html/reference/output.html +7 -7
  675. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +7 -7
  676. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +7 -7
  677. data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +7 -7
  678. data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +7 -7
  679. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +7 -7
  680. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +7 -7
  681. data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +7 -7
  682. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +7 -7
  683. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +7 -7
  684. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +7 -7
  685. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +7 -7
  686. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +7 -7
  687. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +7 -7
  688. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +7 -7
  689. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +7 -7
  690. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +7 -7
  691. data/vendor/local/share/doc/groonga/en/html/reference/types.html +11 -11
  692. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  693. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  694. data/vendor/local/share/doc/groonga/en/html/server.html +7 -7
  695. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +7 -7
  696. data/vendor/local/share/doc/groonga/en/html/server/http.html +7 -7
  697. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +7 -7
  698. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +7 -7
  699. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +7 -7
  700. data/vendor/local/share/doc/groonga/en/html/server/memcached.html +7 -7
  701. data/vendor/local/share/doc/groonga/en/html/server/package.html +7 -7
  702. data/vendor/local/share/doc/groonga/en/html/spec.html +7 -7
  703. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +7 -7
  704. data/vendor/local/share/doc/groonga/en/html/spec/search.html +7 -7
  705. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +7 -7
  706. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +7 -7
  707. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +7 -7
  708. data/vendor/local/share/doc/groonga/en/html/tutorial.html +7 -7
  709. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +7 -7
  710. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +7 -7
  711. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +7 -7
  712. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +7 -7
  713. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +7 -7
  714. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +7 -7
  715. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +7 -7
  716. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +7 -7
  717. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +7 -7
  718. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +7 -7
  719. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +7 -7
  720. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  721. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +0 -1
  722. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  723. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  724. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  725. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  726. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  727. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  728. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -4
  729. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  730. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +82 -1244
  731. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +3 -0
  732. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt +3 -0
  733. data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +3 -0
  734. data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +3 -0
  735. data/vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt +3 -0
  736. data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +1250 -0
  737. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt +393 -0
  738. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt +27 -0
  739. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt +27 -0
  740. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +1 -1
  741. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +0 -4
  742. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +25 -1
  743. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +7 -7
  744. data/vendor/local/share/doc/groonga/ja/html/client.html +7 -7
  745. data/vendor/local/share/doc/groonga/ja/html/community.html +7 -7
  746. data/vendor/local/share/doc/groonga/ja/html/contribution.html +7 -7
  747. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +7 -7
  748. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +7 -7
  749. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +7 -7
  750. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +7 -7
  751. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +7 -7
  752. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +7 -7
  753. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +7 -7
  754. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +7 -7
  755. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +7 -8
  756. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +7 -7
  757. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +7 -7
  758. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +7 -7
  759. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -7
  760. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
  761. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +7 -7
  762. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +7 -7
  763. data/vendor/local/share/doc/groonga/ja/html/development.html +7 -7
  764. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +7 -7
  765. data/vendor/local/share/doc/groonga/ja/html/genindex.html +7 -7
  766. data/vendor/local/share/doc/groonga/ja/html/index.html +44 -41
  767. data/vendor/local/share/doc/groonga/ja/html/install.html +7 -7
  768. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +10 -10
  769. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +10 -10
  770. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +10 -10
  771. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +10 -10
  772. data/vendor/local/share/doc/groonga/ja/html/install/others.html +10 -10
  773. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +10 -10
  774. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +10 -11
  775. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +16 -16
  776. data/vendor/local/share/doc/groonga/ja/html/limitations.html +7 -7
  777. data/vendor/local/share/doc/groonga/ja/html/news.html +248 -1638
  778. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +7 -7
  779. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +7 -7
  780. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +7 -7
  781. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +54 -48
  782. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +18 -12
  783. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +65 -59
  784. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +64 -58
  785. data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +61 -55
  786. data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +1368 -0
  787. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +7 -7
  788. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  789. data/vendor/local/share/doc/groonga/ja/html/reference.html +44 -41
  790. data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +7 -7
  791. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +7 -7
  792. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +7 -7
  793. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +7 -7
  794. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +7 -7
  795. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +7 -7
  796. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +7 -7
  797. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +7 -7
  798. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +7 -7
  799. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +7 -7
  800. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +7 -7
  801. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +7 -7
  802. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +7 -7
  803. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +7 -7
  804. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +7 -7
  805. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +7 -7
  806. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +7 -7
  807. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +7 -7
  808. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +7 -7
  809. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +7 -7
  810. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +7 -7
  811. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +7 -7
  812. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +7 -7
  813. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +7 -7
  814. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +7 -7
  815. data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +7 -7
  816. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +7 -7
  817. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +7 -7
  818. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +7 -7
  819. data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +7 -7
  820. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +7 -7
  821. data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +7 -7
  822. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +7 -7
  823. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +33 -32
  824. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +7 -7
  825. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +7 -7
  826. data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +7 -7
  827. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +7 -7
  828. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +7 -7
  829. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +7 -7
  830. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +7 -7
  831. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +7 -7
  832. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +7 -7
  833. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +7 -7
  834. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +7 -7
  835. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +7 -7
  836. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +7 -7
  837. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +7 -7
  838. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +7 -7
  839. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +7 -7
  840. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +7 -7
  841. data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +7 -7
  842. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +7 -7
  843. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +7 -7
  844. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +7 -7
  845. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +7 -7
  846. data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +7 -7
  847. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +7 -7
  848. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +7 -7
  849. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +7 -7
  850. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +7 -7
  851. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +7 -7
  852. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +7 -7
  853. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +7 -7
  854. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +7 -7
  855. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +7 -7
  856. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +7 -7
  857. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +7 -7
  858. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +7 -7
  859. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +7 -7
  860. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +7 -7
  861. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +7 -7
  862. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +7 -7
  863. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +12 -12
  864. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +1014 -0
  865. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +36 -36
  866. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +27 -27
  867. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +27 -27
  868. data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +33 -33
  869. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +27 -27
  870. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +27 -27
  871. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +27 -27
  872. data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +29 -29
  873. data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +33 -33
  874. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +31 -31
  875. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +31 -31
  876. data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +69 -69
  877. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +113 -113
  878. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +33 -33
  879. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +31 -31
  880. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +29 -29
  881. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +53 -53
  882. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +27 -27
  883. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +43 -43
  884. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +33 -33
  885. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +43 -43
  886. data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +33 -33
  887. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +45 -45
  888. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +27 -27
  889. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +27 -27
  890. data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +7 -7
  891. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +7 -7
  892. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +7 -7
  893. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +7 -7
  894. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +7 -7
  895. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +7 -7
  896. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +7 -7
  897. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +7 -7
  898. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +7 -7
  899. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +7 -7
  900. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +7 -7
  901. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +18 -16
  902. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +7 -7
  903. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +7 -7
  904. data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +7 -7
  905. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +7 -7
  906. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +7 -7
  907. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +7 -7
  908. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +7 -7
  909. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +7 -7
  910. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +7 -7
  911. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +7 -7
  912. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +7 -7
  913. data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +7 -7
  914. data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +7 -7
  915. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +7 -7
  916. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +7 -7
  917. data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +7 -7
  918. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +12 -12
  919. data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +163 -0
  920. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +34 -34
  921. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +25 -25
  922. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +25 -25
  923. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +25 -25
  924. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +25 -25
  925. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +25 -25
  926. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +25 -25
  927. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +25 -25
  928. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +30 -30
  929. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +163 -0
  930. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +7 -7
  931. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +7 -7
  932. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +7 -7
  933. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +7 -7
  934. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +7 -7
  935. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +8 -8
  936. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +12 -12
  937. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +7 -7
  938. data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +7 -7
  939. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +7 -7
  940. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +7 -7
  941. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +7 -7
  942. data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +7 -7
  943. data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +7 -7
  944. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +7 -7
  945. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +7 -7
  946. data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +7 -7
  947. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +7 -7
  948. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +7 -7
  949. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +7 -7
  950. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +7 -7
  951. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +7 -7
  952. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +7 -7
  953. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +7 -7
  954. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +7 -7
  955. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +7 -7
  956. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +11 -11
  957. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  958. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  959. data/vendor/local/share/doc/groonga/ja/html/server.html +7 -7
  960. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +7 -7
  961. data/vendor/local/share/doc/groonga/ja/html/server/http.html +7 -7
  962. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +7 -7
  963. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +7 -7
  964. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +7 -7
  965. data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +7 -7
  966. data/vendor/local/share/doc/groonga/ja/html/server/package.html +7 -7
  967. data/vendor/local/share/doc/groonga/ja/html/spec.html +7 -7
  968. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +7 -7
  969. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +7 -7
  970. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +7 -7
  971. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +7 -7
  972. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +7 -7
  973. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +7 -7
  974. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -7
  975. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +7 -7
  976. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +7 -7
  977. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +7 -7
  978. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +7 -7
  979. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +7 -7
  980. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +7 -7
  981. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +7 -7
  982. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +7 -7
  983. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +7 -7
  984. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +7 -7
  985. data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +7 -1
  986. data/vendor/local/share/groonga/examples/dictionary/html/index.html +1 -1
  987. data/vendor/local/share/license/msgpack/README.md +6 -7
  988. metadata +200 -16
  989. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  990. data/vendor/local/lib/libmsgpack.a +0 -0
  991. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  992. data/vendor/local/lib/libmsgpack.la +0 -41
  993. data/vendor/local/lib/libmsgpackc.la +0 -41
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.9. トークンフィルター &mdash; Groonga v6.0.5ドキュメント</title>
10
+ <title>7.9. トークンフィルター &mdash; Groonga v6.0.7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '6.0.5',
18
+ VERSION: '6.0.7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v6.0.5ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v6.0.7ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="7. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="7.10. クエリー展開オブジェクト一覧" href="query_expanders.html" />
32
32
  <link rel="prev" title="7.8. トークナイザー" href="tokenizers.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="tokenizers.html" title="7.8. トークナイザー"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
64
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
65
65
  <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U">7. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -281,8 +281,8 @@ select Memos --match_columns content --query &quot;develops&quot;
281
281
  <div id="searchbox" style="display: none" role="search">
282
282
  <h3>クイック検索</h3>
283
283
  <form class="search" action="../search.html" method="get">
284
- <input type="text" name="q" />
285
- <input type="submit" value="検索" />
284
+ <div><input type="text" name="q" /></div>
285
+ <div><input type="submit" value="検索" /></div>
286
286
  <input type="hidden" name="check_keywords" value="yes" />
287
287
  <input type="hidden" name="area" value="default" />
288
288
  </form>
@@ -304,7 +304,7 @@ select Memos --match_columns content --query &quot;develops&quot;
304
304
  <li class="right" >
305
305
  <a href="tokenizers.html" title="7.8. トークナイザー"
306
306
  >前へ</a> |</li>
307
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
307
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
308
308
  <li class="nav-item nav-item-1"><a href="../reference.html" >7. リファレンスマニュアル</a> &raquo;</li>
309
309
  </ul>
310
310
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.8. トークナイザー &mdash; Groonga v6.0.5ドキュメント</title>
10
+ <title>7.8. トークナイザー &mdash; Groonga v6.0.7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '6.0.5',
18
+ VERSION: '6.0.7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v6.0.5ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v6.0.7ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="7. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="7.9. トークンフィルター" href="token_filters.html" />
32
32
  <link rel="prev" title="7.7. ノーマライザー" href="normalizers.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="normalizers.html" title="7.7. ノーマライザー"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
64
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
65
65
  <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U">7. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -1439,8 +1439,8 @@
1439
1439
  <div id="searchbox" style="display: none" role="search">
1440
1440
  <h3>クイック検索</h3>
1441
1441
  <form class="search" action="../search.html" method="get">
1442
- <input type="text" name="q" />
1443
- <input type="submit" value="検索" />
1442
+ <div><input type="text" name="q" /></div>
1443
+ <div><input type="submit" value="検索" /></div>
1444
1444
  <input type="hidden" name="check_keywords" value="yes" />
1445
1445
  <input type="hidden" name="area" value="default" />
1446
1446
  </form>
@@ -1462,7 +1462,7 @@
1462
1462
  <li class="right" >
1463
1463
  <a href="normalizers.html" title="7.7. ノーマライザー"
1464
1464
  >前へ</a> |</li>
1465
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
1465
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
1466
1466
  <li class="nav-item nav-item-1"><a href="../reference.html" >7. リファレンスマニュアル</a> &raquo;</li>
1467
1467
  </ul>
1468
1468
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.22. チューニング &mdash; Groonga v6.0.5ドキュメント</title>
10
+ <title>7.22. チューニング &mdash; Groonga v6.0.7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '6.0.5',
18
+ VERSION: '6.0.7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v6.0.5ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v6.0.7ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="7. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="7.23. API" href="api.html" />
32
32
  <link rel="prev" title="7.21. ログ" href="log.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="log.html" title="7.21. ログ"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
64
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
65
65
  <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U">7. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -224,8 +224,8 @@ vm.max_map_count = 131072
224
224
  <div id="searchbox" style="display: none" role="search">
225
225
  <h3>クイック検索</h3>
226
226
  <form class="search" action="../search.html" method="get">
227
- <input type="text" name="q" />
228
- <input type="submit" value="検索" />
227
+ <div><input type="text" name="q" /></div>
228
+ <div><input type="submit" value="検索" /></div>
229
229
  <input type="hidden" name="check_keywords" value="yes" />
230
230
  <input type="hidden" name="area" value="default" />
231
231
  </form>
@@ -247,7 +247,7 @@ vm.max_map_count = 131072
247
247
  <li class="right" >
248
248
  <a href="log.html" title="7.21. ログ"
249
249
  >前へ</a> |</li>
250
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
250
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
251
251
  <li class="nav-item nav-item-1"><a href="../reference.html" >7. リファレンスマニュアル</a> &raquo;</li>
252
252
  </ul>
253
253
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.4. データ型 &mdash; Groonga v6.0.5ドキュメント</title>
10
+ <title>7.4. データ型 &mdash; Groonga v6.0.7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '6.0.5',
18
+ VERSION: '6.0.7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,10 +26,10 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v6.0.5ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v6.0.7ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="7. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="7.5. テーブル" href="tables.html" />
32
- <link rel="prev" title="7.3.65. truncate" href="commands/truncate.html" />
32
+ <link rel="prev" title="7.3.66. truncate" href="commands/truncate.html" />
33
33
  </head>
34
34
  <body role="document">
35
35
  <div class="header">
@@ -59,9 +59,9 @@
59
59
  <a href="tables.html" title="7.5. テーブル"
60
60
  accesskey="N">次へ</a> |</li>
61
61
  <li class="right" >
62
- <a href="commands/truncate.html" title="7.3.65. truncate"
62
+ <a href="commands/truncate.html" title="7.3.66. truncate"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
64
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
65
65
  <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U">7. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -215,7 +215,7 @@
215
215
 
216
216
  <h4>前のトピックへ</h4>
217
217
  <p class="topless"><a href="commands/truncate.html"
218
- title="前の章へ">7.3.65. <code class="docutils literal"><span class="pre">truncate</span></code></a></p>
218
+ title="前の章へ">7.3.66. <code class="docutils literal"><span class="pre">truncate</span></code></a></p>
219
219
  <h4>次のトピックへ</h4>
220
220
  <p class="topless"><a href="tables.html"
221
221
  title="次の章へ">7.5. テーブル</a></p>
@@ -229,8 +229,8 @@
229
229
  <div id="searchbox" style="display: none" role="search">
230
230
  <h3>クイック検索</h3>
231
231
  <form class="search" action="../search.html" method="get">
232
- <input type="text" name="q" />
233
- <input type="submit" value="検索" />
232
+ <div><input type="text" name="q" /></div>
233
+ <div><input type="submit" value="検索" /></div>
234
234
  <input type="hidden" name="check_keywords" value="yes" />
235
235
  <input type="hidden" name="area" value="default" />
236
236
  </form>
@@ -250,9 +250,9 @@
250
250
  <a href="tables.html" title="7.5. テーブル"
251
251
  >次へ</a> |</li>
252
252
  <li class="right" >
253
- <a href="commands/truncate.html" title="7.3.65. truncate"
253
+ <a href="commands/truncate.html" title="7.3.66. truncate"
254
254
  >前へ</a> |</li>
255
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
255
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
256
256
  <li class="nav-item nav-item-1"><a href="../reference.html" >7. リファレンスマニュアル</a> &raquo;</li>
257
257
  </ul>
258
258
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>検索 &mdash; Groonga v6.0.5ドキュメント</title>
10
+ <title>検索 &mdash; Groonga v6.0.7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '6.0.5',
18
+ VERSION: '6.0.7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <script type="text/javascript" src="_static/searchtools.js"></script>
29
29
  <link rel="shortcut icon" href="_static/favicon.ico"/>
30
- <link rel="top" title="Groonga v6.0.5ドキュメント" href="index.html" />
30
+ <link rel="top" title="Groonga v6.0.7ドキュメント" href="index.html" />
31
31
  <script type="text/javascript">
32
32
  jQuery(function() { Search.loadIndex("searchindex.js"); });
33
33
  </script>
@@ -60,7 +60,7 @@
60
60
  <li class="right" style="margin-right: 10px">
61
61
  <a href="genindex.html" title="総合索引"
62
62
  accesskey="I">索引</a></li>
63
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
63
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
@@ -104,7 +104,7 @@
104
104
  <li class="right" style="margin-right: 10px">
105
105
  <a href="genindex.html" title="総合索引"
106
106
  >索引</a></li>
107
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
107
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
108
108
  </ul>
109
109
  </div>
110
110
  <div class="footer" role="contentinfo">
@@ -1 +1 @@
1
- Search.setIndex({envversion:47,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/alias","reference/api","reference/api/global_configurations","reference/api/grn_cache","reference/api/grn_column","reference/api/grn_command_version","reference/api/grn_content_type","reference/api/grn_ctx","reference/api/grn_db","reference/api/grn_encoding","reference/api/grn_expr","reference/api/grn_geo","reference/api/grn_hook","reference/api/grn_ii","reference/api/grn_index_cursor","reference/api/grn_info","reference/api/grn_match_escalation","reference/api/grn_obj","reference/api/grn_proc","reference/api/grn_search","reference/api/grn_table","reference/api/grn_table_cursor","reference/api/grn_thread","reference/api/grn_type","reference/api/grn_user_data","reference/api/overview","reference/api/plugin","reference/cast","reference/column","reference/columns/index","reference/columns/pseudo","reference/columns/scalar","reference/columns/vector","reference/command","reference/command/command_version","reference/command/output_format","reference/command/pretty_print","reference/command/request_id","reference/command/request_timeout","reference/command/return_code","reference/commands/cache_limit","reference/commands/check","reference/commands/clearlock","reference/commands/column_copy","reference/commands/column_create","reference/commands/column_list","reference/commands/column_remove","reference/commands/column_rename","reference/commands/config_delete","reference/commands/config_get","reference/commands/config_set","reference/commands/database_unmap","reference/commands/define_selector","reference/commands/defrag","reference/commands/delete","reference/commands/dump","reference/commands/io_flush","reference/commands/load","reference/commands/lock_acquire","reference/commands/lock_clear","reference/commands/lock_release","reference/commands/log_level","reference/commands/log_put","reference/commands/log_reopen","reference/commands/logical_count","reference/commands/logical_parameters","reference/commands/logical_range_filter","reference/commands/logical_select","reference/commands/logical_shard_list","reference/commands/logical_table_remove","reference/commands/normalize","reference/commands/normalizer_list","reference/commands/object_exist","reference/commands/object_inspect","reference/commands/object_remove","reference/commands/plugin_register","reference/commands/plugin_unregister","reference/commands/query_expand","reference/commands/quit","reference/commands/range_filter","reference/commands/register","reference/commands/reindex","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/schema","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","reference/commands/table_create","reference/commands/table_list","reference/commands/table_remove","reference/commands/table_rename","reference/commands/table_tokenize","reference/commands/thread_limit","reference/commands/tokenize","reference/commands/tokenizer_list","reference/commands/truncate","reference/configuration","reference/executables","reference/executables/grndb","reference/executables/grnslap","reference/executables/groonga","reference/executables/groonga-benchmark","reference/executables/groonga-httpd","reference/executables/groonga-server-http","reference/executables/groonga-suggest-create-dataset","reference/executables/groonga-suggest-httpd","reference/executables/groonga-suggest-learner","reference/function","reference/functions/between","reference/functions/edit_distance","reference/functions/fuzzy_search","reference/functions/geo_distance","reference/functions/geo_in_circle","reference/functions/geo_in_rectangle","reference/functions/highlight_full","reference/functions/highlight_html","reference/functions/html_untag","reference/functions/in_values","reference/functions/now","reference/functions/number_classify","reference/functions/prefix_rk_search","reference/functions/query","reference/functions/rand","reference/functions/record_number","reference/functions/snippet_html","reference/functions/sub_filter","reference/functions/time_classify_day","reference/functions/time_classify_hour","reference/functions/time_classify_minute","reference/functions/time_classify_month","reference/functions/time_classify_second","reference/functions/time_classify_week","reference/functions/time_classify_year","reference/functions/vector_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/operations/prefix_rk_search","reference/output","reference/query_expanders","reference/query_expanders/tsv","reference/regular_expression","reference/scorer","reference/scorers/scorer_tf_at_most","reference/scorers/scorer_tf_idf","reference/sharding","reference/suggest","reference/suggest/completion","reference/suggest/correction","reference/suggest/introduction","reference/suggest/suggestion","reference/tables","reference/token_filters","reference/tokenizers","reference/tuning","reference/types","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":[147,4,1,"cmdoption--address"],"--bind-address":[147,4,1,"cmdoption--bind-address"],"--cache-limit":[147,4,1,"cmdoption--cache-limit"],"--config-path":[147,4,1,"cmdoption--config-path"],"--daemon":[153,4,1,"cmdoption--daemon"],"--default-match-escalation-threshold":[147,4,1,"cmdoption--default-match-escalation-threshold"],"--default-request-timeout":[147,4,1,"cmdoption--default-request-timeout"],"--dir":[148,4,1,"cmdoption--dir"],"--disable-max-fd-check":[152,4,1,"cmdoption--disable-max-fd-check"],"--document-root":[147,4,1,"cmdoption--document-root"],"--encoding":[147,4,1,"cmdoption--encoding"],"--ftp":[148,4,1,"cmdoption--ftp"],"--groonga":[148,4,1,"cmdoption--groonga"],"--help":[147,4,1,"cmdoption--help"],"--host":[148,4,1,"cmdoption--host"],"--log-base-path":[153,4,1,"cmdoption--log-base-path"],"--log-level":[153,4,1,"cmdoption--log-level"],"--log-output-dir":[148,4,1,"cmdoption--log-output-dir"],"--log-path":[153,4,1,"cmdoption--log-path"],"--log-rotate-threshold-size":[147,4,1,"cmdoption--log-rotate-threshold-size"],"--max-threads":[147,4,1,"cmdoption--max-threads"],"--n-lines-per-log-file":[152,4,1,"cmdoption--n-lines-per-log-file"],"--n-threads":[152,4,1,"cmdoption--n-threads"],"--pid-path":[147,4,1,"cmdoption--pid-path"],"--port":[152,4,1,"cmdoption--port"],"--protocol":[148,4,1,"cmdoption--protocol"],"--query-log-path":[147,4,1,"cmdoption--query-log-path"],"--query-log-rotate-threshold-size":[147,4,1,"cmdoption--query-log-rotate-threshold-size"],"--receive-endpoint":[153,4,1,"cmdoption--receive-endpoint"],"--send-endpoint":[153,4,1,"cmdoption--send-endpoint"],"--server-id":[147,4,1,"cmdoption--server-id"],"-P":[146,4,1,"cmdoption-P"],"-a":[147,4,1,"cmdoption-a"],"-c":[147,4,1,"cmdoption-c"],"-d":[153,4,1,"cmdoption-d"],"-e":[147,4,1,"cmdoption-e"],"-h":[147,4,1,"cmdoption-h"],"-i":[148,4,1,"cmdoption-i"],"-l":[153,4,1,"cmdoption-l"],"-m":[146,4,1,"cmdoption-m"],"-n":[147,4,1,"cmdoption-n"],"-p":[152,4,1,"cmdoption-p"],"-r":[153,4,1,"cmdoption-r"],"-s":[153,4,1,"cmdoption-s"],"-t":[152,4,1,"cmdoption-t"],GRN_COLUMN_NAME_ID:[48,0,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[48,0,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[48,0,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[48,0,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[48,0,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[48,0,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[48,0,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[48,0,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[48,0,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[48,0,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[49,0,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[49,0,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[49,0,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[61,0,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[61,0,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[61,0,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[61,0,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[61,0,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[61,0,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[61,0,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[61,0,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[61,0,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[61,0,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[70,0,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[70,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[70,0,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[70,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[70,0,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[70,0,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[70,0,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[70,1,1,"c.GRN_PLUGIN_REGISTER"],command:[147,4,1,"cmdoption-arg-command"],db:[148,4,1,"cmdoption-arg-db"],dest:[147,4,1,"cmdoption-arg-dest"],grn_builtin_type:[67,2,1,"c.grn_builtin_type"],grn_cache:[47,2,1,"c.grn_cache"],grn_cache_close:[47,1,1,"c.grn_cache_close"],grn_cache_current_get:[47,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[47,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[47,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[47,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[47,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[48,1,1,"c.grn_column_create"],grn_column_index:[48,1,1,"c.grn_column_index"],grn_column_index_update:[48,1,1,"c.grn_column_index_update"],grn_column_name:[48,1,1,"c.grn_column_name"],grn_column_rename:[48,1,1,"c.grn_column_rename"],grn_column_table:[48,1,1,"c.grn_column_table"],grn_column_truncate:[48,1,1,"c.grn_column_truncate"],grn_command_version:[49,2,1,"c.grn_command_version"],grn_content_type:[50,2,1,"c.grn_content_type"],grn_ctx:[51,2,1,"c.grn_ctx"],grn_ctx_at:[51,1,1,"c.grn_ctx_at"],grn_ctx_close:[51,1,1,"c.grn_ctx_close"],grn_ctx_db:[51,1,1,"c.grn_ctx_db"],grn_ctx_fin:[51,1,1,"c.grn_ctx_fin"],grn_ctx_get:[51,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[51,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[51,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[60,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[51,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[51,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[51,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[51,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[51,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[51,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[60,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[51,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[51,1,1,"c.grn_ctx_use"],grn_db:[52,2,1,"c.grn_db"],grn_db_create:[52,1,1,"c.grn_db_create"],grn_db_create_optarg:[52,2,1,"c.grn_db_create_optarg"],grn_db_open:[52,1,1,"c.grn_db_open"],grn_db_recover:[52,1,1,"c.grn_db_recover"],grn_db_touch:[52,1,1,"c.grn_db_touch"],grn_db_unmap:[52,1,1,"c.grn_db_unmap"],grn_encoding:[53,2,1,"c.grn_encoding"],grn_encoding_parse:[53,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[53,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[54,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[54,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[54,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[54,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[54,1,1,"c.grn_expr_append_const_str"],grn_expr_append_op:[54,1,1,"c.grn_expr_append_op"],grn_expr_close:[54,1,1,"c.grn_expr_close"],grn_expr_compile:[54,1,1,"c.grn_expr_compile"],grn_expr_create:[54,1,1,"c.grn_expr_create"],grn_expr_exec:[54,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[54,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[54,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[54,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[54,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[69,1,1,"c.grn_fin"],grn_geo_cursor_next:[55,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[55,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[55,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[55,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[55,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[49,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[53,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[60,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[46,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[56,2,1,"c.grn_hook_entry"],grn_ii:[57,2,1,"c.grn_ii"],grn_ii_buffer:[57,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[57,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[57,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[57,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[57,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[58,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[58,1,1,"c.grn_index_cursor_open"],grn_info_type:[59,2,1,"c.grn_info_type"],grn_init:[69,1,1,"c.grn_init"],grn_obj:[61,2,1,"c.grn_obj"],grn_obj_add_hook:[56,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[61,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[61,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[61,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[61,1,1,"c.grn_obj_close"],grn_obj_column:[61,1,1,"c.grn_obj_column"],grn_obj_db:[52,1,1,"c.grn_obj_db"],grn_obj_defrag:[61,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[61,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[56,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[61,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[59,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[56,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[59,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[56,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[61,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[61,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[61,1,1,"c.grn_obj_get_values"],grn_obj_id:[61,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[61,1,1,"c.grn_obj_is_builtin"],grn_obj_is_locked:[61,1,1,"c.grn_obj_is_locked"],grn_obj_lock:[61,1,1,"c.grn_obj_lock"],grn_obj_name:[61,1,1,"c.grn_obj_name"],grn_obj_path:[61,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[61,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[61,1,1,"c.grn_obj_reinit"],grn_obj_remove:[61,1,1,"c.grn_obj_remove"],grn_obj_rename:[61,1,1,"c.grn_obj_rename"],grn_obj_search:[63,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[59,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[62,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[59,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[61,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[61,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[61,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[68,1,1,"c.grn_obj_user_data"],grn_plugin_charlen:[70,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[70,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[70,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[70,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[70,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[70,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[70,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[70,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[70,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[70,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[70,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[70,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[70,1,1,"c.grn_plugin_win32_base_dir"],grn_plugin_windows_base_dir:[70,1,1,"c.grn_plugin_windows_base_dir"],grn_proc_create:[62,1,1,"c.grn_proc_create"],grn_proc_func:[62,2,1,"c.grn_proc_func"],grn_proc_get_info:[62,1,1,"c.grn_proc_get_info"],grn_proc_type:[62,2,1,"c.grn_proc_type"],grn_search_optarg:[63,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[49,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[53,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[60,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[46,1,1,"c.grn_set_lock_timeout"],grn_table_add:[64,1,1,"c.grn_table_add"],grn_table_at:[64,1,1,"c.grn_table_at"],grn_table_columns:[64,1,1,"c.grn_table_columns"],grn_table_create:[64,1,1,"c.grn_table_create"],grn_table_cursor:[65,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[65,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[65,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[65,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[65,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[65,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[65,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[65,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[65,1,1,"c.grn_table_cursor_table"],grn_table_delete:[64,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[64,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[64,1,1,"c.grn_table_difference"],grn_table_get:[64,1,1,"c.grn_table_get"],grn_table_get_key:[64,1,1,"c.grn_table_get_key"],grn_table_group:[64,1,1,"c.grn_table_group"],grn_table_group_flags:[64,2,1,"c.grn_table_group_flags"],grn_table_group_result:[64,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[64,1,1,"c.grn_table_lcp_search"],grn_table_rename:[64,1,1,"c.grn_table_rename"],grn_table_setoperation:[64,1,1,"c.grn_table_setoperation"],grn_table_size:[64,1,1,"c.grn_table_size"],grn_table_sort:[64,1,1,"c.grn_table_sort"],grn_table_sort_flags:[64,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[64,2,1,"c.grn_table_sort_key"],grn_table_truncate:[64,1,1,"c.grn_table_truncate"],grn_table_update:[64,1,1,"c.grn_table_update"],grn_table_update_by_id:[64,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[66,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[66,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[66,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[66,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[66,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[66,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[67,1,1,"c.grn_type_create"],grn_user_data:[68,2,1,"c.grn_user_data"],script:[148,4,1,"cmdoption-arg-script"]},grn_db_create_optarg:{builtin_type_names:[52,3,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[52,3,1,"c.grn_db_create_optarg.n_builtin_type_names"]}},objnames:{"0":["c","macro","C \u306e\u30de\u30af\u30ed"],"1":["c","function","C \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"],"4":["std","option","option"]},objtypes:{"0":"c:macro","1":"c:function","2":"c:type","3":"c:member","4":"std:option"},terms:{"!!":[101,149,205,225,229],"!(n":183,"!)":149,"!\"":[39,79,111,130,140,149,182,183,184,194,205,211,223,225,226,228,229,230],"!\\":183,"!condition":183,"!xxx":41,"#'":147,"#[":33,"#arguments":33,"#command":33,"#delete":33,"#each":33,"#groonga":[192,229],"#group":33,"#index":33,"#inspect":33,"#key":33,"#name":33,"#proxy":149,"#remove":33,"#scalar":33,"#set":148,"#value":33,"#vector":33,"#with":33,"#worker":149,"#{":185,"#{l":185,"$(":[24,25,26,27,30],"$groonga":12,"$home":12,"$prefix":37,"${":[17,111,118,130,152,168,183,193,197,206],"%'":41,"%\"":193,"%\\":31,"%post":39,"& (":183,"& _":233,"& b":183,"& x":41,"& y":40,"&!":183,"&&":[33,130,172,183,220,231],"&..":230,"&arg":193,"&filter":126,"&frequency":152,"&gt":[161,162,171],"&lt":[161,162,171],"&n":152,"&q":152,"&query":230,"&request":[33,126],"&s":152,"&t":152,"' -":27,"'(":147,"')":[41,101,146,147],"',":[41,61,151,202],"'-":[40,147],"'.":[17,61],"'..":40,"';":147,"'='":147,"'>":163,"'\"":[39,40],"'\u3002":147,"'alice":182,"'column":39,"'config":147,"'fixed":33,"'grn":53,"'hay":11,"'haystack":11,"'ja":17,"'localhost":[146,147],"'m":[184,204,228,229],"'mroonga":168,"'n":147,"'needle":11,"'now":229,"'or":39,"'pid":147,"'query":39,"'s":[17,79,101,111,130,172,182,183,184,209],"'t":[46,50,51,52,54,61,118,149,202],"'user":168,"'ve":229,"'vector":33,"(!":11,"(&":[33,51,54],"('":[74,88,101,147,226],"((":[76,130],"((x":207,"()":3,"(-":183,"(.":12,"(..":[33,40],"(<":11,"(=":[11,83,183],"(>":11,"(?":33,"([":169,"(\"":[39,40,53,126,147,158,161,162,168,171,226],"(\u300c":12,"(_":[33,133,167,183,199,200,202],"(a":21,"(age":155,"(argument":183,"(arugment":183,"(body":[161,162],"(byte":[48,64],"(cmp":41,"(column":[41,155,161,167,171,194,195,196],"(comments":172,"(content":[130,163,171,194],"(ctx":[11,47,48,51,54],"(cutter":14,"(cve":41,"(database":221,"(debian":215,"(default":33,"(drilldown":74,"(fedora":215,"(get":146,"(grn":[33,51,54],"(groonga":66,"(html":163,"(index":[195,196],"(init":51,"(int":66,"(keyword":54,"(location":[158,225,229,233],"(match":168,"(message":[195,196],"(mroonga":192,"(msghdr":33,"(name":70,"(news":12,"(nginx":215,"(null":41,"(packages":12,"(point":[158,159,160],"(popular":130,"(pos":[159,160],"(ptr":35,"(q":66,"(r":[148,193],"(readings":167,"(scan":14,"(scope":172,"(score":33,"(select":183,"(string":156,"(tab":192,"(table":41,"(tag":164,"(tags":180,"(target":[164,180],"(text":162,"(title":[40,156,194],"(twitter":33,"(uint":66,"(void":66,"(wgs":233,"(windows":148,"(x":41,"(xxx":40,")'":[133,161,162,171,172,180,182,183,199,200,202,225,229,233],"))":[33,130,183,192],"),":[40,88],")-":12,").":[12,171,215],")..":12,")/":33,"):":[12,118,215,226],");":[11,33,47,48,51,54,66],")=":221,")\"":[40,130,163,171,182,193,194,195,196,232],")\\":193,")\u3001":41,")\u300d":147,")\u3059\u3079\u3066":155,")]":40,")disk":193,")grn":33,")groonga":192,")hello":33,")mroonga":192,")offset":[64,65],")senna":192,"*'":[111,130],"**":[48,52,61,62,65,106],"***":106,"*,":27,"*.":33,"*/":[51,54,66,69],"*\"":[33,36,41,111,130,228],"*added":64,"*bottom":55,"*bsd":[7,8,35,37],"*buffer":61,"*cache":47,"*column":48,"*ctx":[47,48,51,52,54,55,56,57,58,59,60,61,62,63,64,65,67,68,70],"*cursor":55,"*data":[56,66],"*db":[51,52,61],"*dest":64,"*destination":61,"*escaped":54,"*expr":54,"*fin":62,"*func":[51,62],"*grn":66,"*ic":58,"*ii":57,"*index":[55,58],"*init":62,"*key":64,"*keybuf":64,"*keys":64,"*keywords":54,"*max":65,"*min":65,"*mutex":70,"*name":[48,51,53,54,61,62,64,67,70],"*namebuf":[48,61],"*newvalue":48,"*next":62,"*nvars":62,"*obj":[48,52,54,56,59,61,62,63,68],"*oldvalue":48,"*optarg":[52,63],"*path":[48,52,64],"*proc":56,"*query":[54,63],"*res":[55,63,64],"*result":64,"*results":64,"*s":41,"*section":48,"*source":61,"*src":64,"*str":[54,70],"*string":54,"*table":[48,61,64,65],"*tables":51,"*target":54,"*tc":[58,65],"*tid":58,"*top":55,"*type":48,"*user":[62,70],"*value":[57,59,61,64,65],"*valuebuf":59,"*var":70,"*vars":[62,70],"+ \"":[33,39],"+ y":207,"++":[0,6,7,12,24,26,28,33,37,38,41,51,54,66,147,209],"+-":[54,149],"+a":182,"+c":147,"+ff":[33,186],"+ff0":33,"+ffef":205,"+fff":205,"+fffe":140,"+or":193,", [":113,", \"":[76,161,228],", {":[149,211],",'":[207,223],",*":110,",.":12,",..":[101,135],",[":220,",[\"":[152,220],",\"":[33,41,85,99,190,225,228,229],",\"domain":224,",\"http":223,",\"link":223,",\"links":223,",\"location":[225,233],",\"tags":225,",\"title":226,",\\\"":101,",\n#":[44,76,95,111,113,117,118,129,130,136,138,140,168,182,183,194,205,223,225,226,229,230,233],",\n[":[33,99,171],",\n]":[130,172,220,223,231,233],",\n{":[76,99,108,111,113,130,133,149,164,167,168,172,182,183,186,189,193,194,195,196,199,200,202,204,224,228,231],",_":[76,111,130,133,168,183,224,225,226,229,233],",{":[80,147,148,190],"- \"":41,"-(":[12,183],"-+":149,"--":[8,12,31,33,34,35,36,37,39,40,41,46,47,48,49,51,52,53,54,55,56,58,59,60,61,62,63,64,65,66,67,68,70,76,108,111,113,125,129,130,136,138,140,147,148,149,152,161,162,163,164,167,168,171,180,183,192,193,194,195,196,202,204,220,224,225,229,232,233],"->":[33,35,113,136],"-\"":138,"-_":[130,194,195,196],"-a":[39,147,182],"-add":52,"-address":[33,37,39,147],"-adjuster":[76,130],"-admin":39,"-aki":41,"-analyzer":[37,39],"-api":16,"-apt":30,"-autoreconf":12,"-base":[152,153],"-benchmark":[22,39,40,41,43,144],"-binary":[149,211],"-bind":[33,37,39,147],"-blog":229,"-bugs":33,"-build":14,"-bye":[111,130,138,182,183,204],"-c":[24,26,33,147,217],"-cache":[33,40,147],"-canceler":82,"-check":[35,37,152],"-chroot":12,"-ci":[40,41],"-ci\u4e0a":40,"-client":209,"-code":[12,41],"-column":33,"-columns":33,"-command":[21,35],"-commnad":78,"-common":[30,39],"-conditional":37,"-config":[28,33,34,35,37,39,147],"-create":[22,33,36,40,43,52,133,144],"-cutter":12,"-d":[147,149,152,153,214,217,230],"-daemon":[152,153],"-databases":[89,91,118,135,137,217,226,230],"-dataset":[22,33,36,40,43,133,144],"-db":38,"-dcmake":[7,8],"-dd":[183,185],"-deafult":37,"-deb":12,"-debug":[6,35],"-default":23,"-dependent":[33,113,136],"-dev":[2,12,14,25,30,33,37,39,40,41],"-devel":[24,26],"-dgrn":[7,8],"-dir":148,"-directory":39,"-dirlldown":33,"-disable":[35,37,41,152],"-doc":38,"-document":[3,12,17],"-docutils":12,"-drilldown":[33,41,111,130,224],"-drilldowns":[33,130],"-dump":33,"-e":147,"-each":37,"-eanble":6,"-efficient":76,"-enable":[3,6,18,35],"-encoding":23,"-encodiong":183,"-endpoint":[152,153],"-escalation":23,"-essential":[25,30],"-event":33,"-existence":40,"-fd":[37,152],"-file":[33,37,79,152],"-files":3,"-filter":[25,30,33,37,39,41,76,130,154,162,168,171,172,183,193,229,231],"-force":118,"-frequency":37,"-ftp":148,"-full":12,"-g":[8,31],"-get":[12,18,25,30,39],"-gobject":33,"-gqtp":[22,24,25,26,30,33,39,41,208],"-gram":[0,33,140,183,218,220,226],"-groonga":[12,13,148,229],"-gtqp":25,"-h":[147,149,211],"-help":23,"-history":37,"-host":148,"-html":[35,39],"-http":[22,33,39,40,41,149,208],"-httpd":[22,24,25,26,30,33,37,39,41,43,47,126,139,144],"-i":[33,147,148],"-id":[39,126,147],"-idf":[194,195,196],"-in":[12,61],"-index":33,"-inverse":[194,196],"-ipadic":[26,27,205],"-j":[6,7,28],"-jemalloc":41,"-jinja":12,"-jp":[40,205],"-jumandic":26,"-key":[12,38],"-keyring":[25,39],"-keys":12,"-known":171,"-l":[147,152,153,185],"-latest":3,"-launchpad":12,"-leak":35,"-leaner":153,"-learner":[22,33,35,41,43,144,151],"-level":[33,41,147,153],"-libedit":35,"-libevent":38,"-libstemmer":41,"-limit":[33,34,40,130,147],"-line":21,"-lines":[37,152],"-localstatedir":23,"-log":23,"-lz4":23,"-lzo":88,"-m":146,"-match":23,"-max":[37,147,152],"-mecab":[24,25,26,27,30,39,40,41],"-memcached":33,"-memory":35,"-message":23,"-mm":[183,185],"-mode":17,"-mruby":[6,12,41],"-msgpack":211,"-munin":[23,24,25,26],"-mysql":[24,25,26,30,114,186],"-n":[37,147,152,226],"-neologd":205,"-node":24,"-normalizer":[24,25,26,30,33,39,114,167,186],"-offset":[33,130],"-org":12,"-oriented":171,"-output":[33,39,40,130,148,161,162,163,171],"-p":[146,147,148,152,217,230],"-pack":23,"-package":[12,23],"-packages":12,"-patch":17,"-path":[12,23],"-per":[37,152],"-pgp":12,"-pid":[33,37,147],"-pip":18,"-platform":23,"-platorm":33,"-plugin":13,"-plugins":[23,24,25,26],"-po":3,"-point":207,"-port":[147,148,152],"-prefix":[6,23],"-properties":30,"-protocol":[147,148,150,214,230],"-query":[33,37,39,40,41,147,149,161,162,168,171,182,185,192,215,226,229,231],"-r":[152,153],"-receive":[152,153],"-release":3,"-repository":[12,30,39],"-request":[33,82,147],"-root":[35,147,150],"-rotate":[33,147],"-rpm":12,"-rroonga":47,"-ruby":[6,12,39],"-s":[147,152,153,217],"-scorer":154,"-search":[41,205],"-searchu":205,"-secret":12,"-send":[152,153],"-separated":33,"-server":[22,24,25,26,30,33,37,38,39,40,41,147,208],"-size":[33,147],"-slices":33,"-sort":33,"-sortby":[33,40],"-source":12,"-sphinx":[12,18],"-src":[12,25],"-static":37,"-stem":[25,30,41],"-strings":38,"-suggest":[22,33,35,36,37,39,40,41,43,133,144],"-t":[147,152],"-talk":[2,12,33,40],"-tar":29,"-target":33,"-terminated":[62,70],"-test":[12,14],"-text":205,"-threads":[147,152],"-threshold":23,"-time":171,"-timeout":[33,82,147],"-token":[25,30,33,41],"-tokenizer":[24,25,26,30,39,40],"-type":[37,149,199,200,202,211],"-unauthenticated":[25,39],"-uploader":12,"-use":33,"-values":33,"-version":[12,35],"-w":12,"-windows":33,"-with":[6,23,27],"-wno":37,"-word":130,"-working":39,"-x":[12,40],"-yyy":17,"-zlib":23,".$":[111,130],".'":[39,40,88],".(":12,".)":[33,40,61,183,185,194,206],".*":27,".,":[129,130,152,164],".-":17,"..":[6,7,17,33,39,40,66,70,76,81,85,89,101,112,126,129,130,133,134,147,149,150,152,164,168,182,183,193,194,195,196,211,226],"...":[33,37,39,40,41,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,71,80,85,126,130,133,135,147,148,149,150,161,172,182,183,184,190,193,197,229],"./":[17,28],".:":153,".>":197,".\"":[130,161,162,168,171,183,184,194,205,223,225,226,230,232],".]":[33,76,85,126,130,133,135,183],"._":[40,41,61,111,130,136,182,183,223,224],".age":[44,100,129],".am":18,".am\u30d5\u30a1\u30a4\u30eb":12,".asc":12,".askmonty":41,".blog":220,".body":[86,97,232],".builtin":52,".c":[42,92,95,118,130,136],".clean":[12,113],".co":[42,130],".column":[40,41,44,87,92,93,94,100],".com":[6,7,8,12,13,17,21,223,224,226,230,233],".comment":[228,229],".conf":[33,149,206,215,221],".content":[111,129,130,136,172,182,183,184,206,228],".context":136,".created":111,".current":33,".d":[25,206,221],".db":[40,147,217,226,230],".ddl":148,".deb":12,".debian":12,".description":229,".dll":70,".domain":33,".dump":37,".en":12,".entries":206,".entry":125,".exe":31,".facebook":12,".fedoraproject":24,".flags":64,".garbage":40,".git":[6,7,8,12,13,17],".github":17,".gpg":12,".grn":[99,149],".groonga":[12,17,24,25,26,27,28,29,30,31,148],".group":172,".gz":[12,17,24,25,26,27,28,29,30],".h":[16,33,70],".hash":229,".high":87,".html":[12,17,147,149],".htpasswd":[149,211],".i":24,".index":[33,100,125,129],".jp":[12,33,42,130],".js":12,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":21,".json":[149,190],".kentaro":40,".key":[64,136],".label":[130,167],".lemon":44,".list":[12,25],".load":148,".location":229,".log":[28,33,78,113,147,148,149,152,215],".logs":125,".md":12,".md\u30d5\u30a1\u30a4\u30eb":12,".me":[2,12,33],".memos":129,".mo\u30d5\u30a1\u30a4\u30eb":17,".msgpack":190,".n":[52,111,130,182,183,206],".name":[85,145,172,229],".ncpu":27,".ne":42,".nested":130,".net":[2,12,223,224,225,226,230,233],".nginx":149,".o":225,".offset":64,".org":[12,17,24,25,26,27,28,29,30,31,33,41,47,76,99,148,149,163,223,224,225,226,230,233],".osdn":[2,12],".output":150,".overcommit":39,".patch":17,".pc":[36,37],".php":12,".pid":147,".po":3,".po\u30d5\u30a1\u30a4\u30eb":[3,12],".posted":229,".rb":[35,41,111,113,128],".readings":167,".real":[44,92,93,94],".reference":136,".remove":113,".repoforge":24,".roonga":[182,183],".rpm":[24,26],".score":142,".scr":148,".select":[148,183],".serial":87,".service":39,".set":111,".sh":[6,12,14,17,21,39],".site":125,".so":[119,120,124],".source":33,".sourceforge":[2,12],".spec":37,".ssssss":185,".status":148,".sub":[111,130],".synonym":130,".t":205,".tag":[87,111,130],".tar":17,".timestamp":[116,118],".title":[102,103,104,125,136,223],".to":87,".travis":21,".tsv":[190,192],".txt":[12,205],".uuuuuu":183,".value":130,".weight":40,".x":24,".xml":190,".years":44,".yml":21,".zip":17,".}":[76,85,183],"/ '":61,"/#":47,"/$":17,"/${":152,"/'":41,"/(":12,"/*":[16,17,51,66,69,149,215,221],"/+":12,"/.":37,"/..":[12,149,152],"/;":149,"/?":152,"/\"":[76,205,223,224,225,226,230,233],"/\u65e5":229,"/\u6708":229,"/\uff09":35,"/_":12,"/aba":[224,226,233],"/acccess":215,"/admin":[37,147],"/afr":[224,226,233],"/alice":205,"/api":211,"/apt":[12,25],"/archive":12,"/atv":[224,226,233],"/base":12,"/bc":12,"/bin":28,"/blog":12,"/branches":14,"/c":[0,6,7,16,113,209],"/cache":149,"/centos":[12,24,215],"/command":[14,149,150,193,230],"/commands":[41,89,91,118,135,137],"/commits":41,"/context":111,"/copyright":41,"/coremodule":149,"/cpuinfo":[24,25,26,30],"/cutter":12,"/d":[41,149,193,211],"/data":21,"/database":[149,211],"/db":[99,133,145,149,153,193,215],"/db1":211,"/db2":211,"/dd":183,"/debian":[12,25],"/default":[39,215],"/dev":12,"/dic":27,"/dictionary":35,"/disk":193,"/doc":12,"/docs":149,"/en":[12,149],"/en\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"/epel":24,"/etc":[12,25,27,39,149,192,206,215,221],"/eval":127,"/example":152,"/executables":152,"/f":12,"/false":[34,223],"/fedora":[26,35,39],"/files":[12,18],"/function":12,"/functions":14,"/gat":[224,226,233],"/gqtp":[40,215],"/grntest":12,"/groonga":[6,7,8,12,13,16,17,21,24,25,26,27,28,29,30,31,33,35,37,39,40,89,91,113,118,119,120,124,135,137,145,147,149,152,192,206,215,217,226,230],"/header":29,"/hoge":147,"/home":205,"/homebrew":12,"/hostname":[147,148],"/hosts":12,"/html":[17,18,37,211],"/http":[149,215],"/httpd":[149,215],"/in":33,"/index":[12,17,147],"/introduction":[217,226,230],"/ipadic":27,"/ja":[12,17,18,47],"/ja\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"/javascript":37,"/json":[37,149,211],"/key":61,"/kou":113,"/kytea":140,"/lc":[12,17],"/learn":152,"/lib":[27,119,120,124,145,149,215],"/limits":206,"/linux":[3,5],"/lists":12,"/load":[33,128,149,211],"/local":[6,7,12,27,28,149],"/locale":[12,17,18],"/log":[28,33,147,149,152,215],"/logical":113,"/lzo":[35,37,40],"/mailarchive":12,"/managers":[149,211],"/master":[17,21],"/max":41,"/mecab":27,"/mecabrc":27,"/meetup":33,"/message":12,"/mm":183,"/modules":[35,149],"/mpisel":33,"/mrb":111,"/munin":28,"/mxcl":12,"/news":12,"/nfs":28,"/ngx":149,"/non":40,"/null":[6,7,34],"/o":134,"/other":149,"/packages":12,"/php":33,"/pipermail":41,"/plain":33,"/plugins":[28,35,40,113,119,120,124],"/ppa":[12,30],"/projects":12,"/pub":24,"/pull":12,"/query":[119,120,124],"/rab":[224,226,233],"/raw":21,"/reference":152,"/repositories":12,"/request":126,"/result":38,"/rpmforge":24,"/rroonga":41,"/run":[12,14,147],"/rurema":41,"/sbin":27,"/scripts":111,"/security":206,"/select":[126,149,230],"/setup":21,"/sharding":113,"/share":[37,147],"/shutdown":[147,149,211],"/source":[12,16,17,18,24,25,26,27,28,29,30,31],"/sources":[12,25],"/span":[161,162,171],"/srpm":12,"/status":[146,149,190,211,230],"/stem":204,"/stop":[99,138,204],"/string":33,"/suggest":152,"/synonyms":192,"/sysconfig":215,"/sysctl":[27,206,221],"/tab":33,"/test":205,"/tmp":[6,7,192,211],"/to":[149,211],"/travis":21,"/tsv":[119,120,124,192],"/ubuntu":[12,39,215],"/unit":14,"/usr":[28,147],"/var":[28,33,145,147,149,215],"/vdw":[224,226,233],"/vector":[33,180],"/version":33,"/wgs":233,"/windows":[12,31],"/work":[12,113],"/x":211,"/xml":211,"/yum":12,"/~":12,"0c":205,"0d":82,"0e":148,"0mq":40,"0x":[38,82,182,207,217,223],"0xc":217,"10":[148,226],"11":[76,118,130,168,183,206,220],"1\u305a":[74,78],"1\u3064":[10,32,33,37,40,41,44,54,72,76,84,87,89,92,93,100,102,103,104,109,111,112,113,116,117,118,119,120,124,125,126,127,128,129,130,131,133,134,136,139,140,142,143,147,148,149,152,162,164,167,168,171,172,182,183,185,193,194,195,196,197,201,203,205,206,211,217,223,225,228,229],"1\u30f6\u6708":197,"1\u4ef6":[220,229],"1\u5ea6":69,"1\u6708":[183,207,223,229],"1\u884c":148,"1byte":217,"1f":33,"1g":[25,30],"1gb":33,"1o":193,"1tib":[32,134],"1usec":33,"2\u3064":[19,24,25,26,30,33,40,41,88,89,94,100,108,109,110,111,113,118,130,134,136,137,138,139,152,156,167,168,172,182,185,193,194,195,202,205,210,211,215,223,224,226,228,229],"2\u3064\u3081":[126,182,211,228],"2\u5104":32,"2\u6708":108,"2byte":217,"2grn":41,"3\u3064":[14,40,79,91,108,114,130,161,171,181,223,224,226,228],"3ki":35,"4\u3064":[87,147,171,194,203],"4byte":217,"4e":221,"4gib":[32,33,134,203,217],"4kib":[32,33,44,92,93,94,143],"5\u3064":155,"5b":[94,143],"5d":82,"5f":148,"6elz":41,"6fd":132,"6gib":206,"7\u3064":132,"7\u6708":33,"7e":148,"7ed":82,"7f":132,"7fa":82,"8bit":207,"8byte":217,"8r":[28,39,147],"9\u3064":226,"9e":186,"9f":190,": n":146,":!":182,":#":41,":#{":185,":$":[18,182,183,231],":')":88,":..":130,":/":[12,13,17,21,24,25,26,27,28,29,30,31,41,47,76,99,126,146,147,149,150,152,163,190,211,223,224,225,226,230,233],"::":[33,83,111,113,152,190],":<":[130,182],":=":[130,182],":>":[130,182],":@":[130,168,182,223,225,226,229,230],":[":[148,193],":\"":[54,193,226],":\\":[8,31,193],":\\\"":101,":\u5206":229,":\u79d2":229,":^":[182,231],":bob":229,":byte":67,":clear":12,":dat":117,":groonga":[6,7,8,12,30,130,182],":hash":117,":mm":[183,185],":no":117,":order":33,":pat":117,":port":[147,149,150],":set":41,":ss":[183,185],":value":[130,182],":~":[182,193],";/":[161,162],";\"":39,";b":[161,162],";rroonga":[161,162],"< n":183,"< t1":11,"< y":40,"<#{":185,"<-":211,"<..":197,"</":[118,161,162,163,171,190],"<=":[40,149,183,229],"<[":113,"<directory":153,"<encoding":147,"<endpoint":153,"<gqtp":148,"<groonga":148,"<ip":[147,148],"<level":153,"<limit":147,"<log":147,"<max":147,"<path":[147,153],"<port":[147,148],"<protocol":147,"<span":[161,162,171],"<threshold":147,"<timeout":147,"= \"":[41,108,130,183],"= n":183,"= y":40,"=$":[12,17,28],"='":163,"=(":12,"=)":11,"=-":[28,133],"=.":27,"=..":12,"=/":[6,7,12,14,28,147,192],"==":[33,183],"=\"":[29,111,113,130,161,162,171,190],"=\\":[161,162,163,171],"=_":[110,133],"=`":18,"=add":140,"=allow":130,"=arg":193,"=ascending":110,"=auto":133,"=c":[8,31],"=centos":28,"=complete":152,"=dat":38,"=encoding":23,"=fedora":12,"=g":152,"=get":138,"=gr":152,"=graceful":131,"=gro":152,"=groo":152,"=groonga":[149,152],"=grooon":152,"=i":12,"=largetable":126,"=message":23,"=no":[110,113,118,136],"=none":[111,114,130,138,140],"=null":[84,100,102,103,104,109,110,111,113,117,125,130,134,138,139,140],"=number":23,"=on":[7,8],"=pat":38,"=path":23,"=platform":23,"=query":152,"=r":39,"=site":230,"=sjis":28,"=squeeze":12,"=submit":152,"=table":134,"=title":230,"=true":126,"=unique":126,"=users":[149,211],"=x":33,"=xxx":33,"=yes":[12,14,33,38,40,100,130],"> \"":33,"> y":40,">#{":185,">(":118,">.":[161,162],">:":111,"><":[54,190],">=":[40,118,183],">>":[40,183],">\"":[40,44,82,95,111,118,130,136,161,163],">\n<":190,">alloc":190,">cache":190,">command":190,">default":190,">max":190,">n":190,">rroonga":[161,162],">starttime":190,">uptime":190,">version":190,"??":130,"?arg":193,"?argument":150,"?i":193,"?id":126,"?max":33,"?msg":12,"?parameter":149,"?table":[33,126,149,211,230],"@'":226,"@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],"@~":193,"[#":[37,38,39,41],"[$":33,"[(":193,"[,":159,"[..":[33,130],"[2":147,"[:":230,"[@":[37,39,40,41],"[[":[44,76,87,91,98,108,113,126,127,128,130,135,137,138,142,147,152,155,158,161,162,167,171,182,183,184,194,199,204,220,223,225,228,229,231],"[[\"":85,"[\"":[33,76,85,89,130,133,152,171,180,183,199,220,223,225,229],"[\"g":152,"[\u8a9e":85,"[admin":[37,39,40],"[api":33,"[apt":39,"[args":147,"[backslash":182,"[benchmark":41,"[bernard":33,"[bindings":33,"[centos":33,"[cmake":33,"[column":41,"[dat":[38,39],"[dd":193,"[deb":[33,37,39,40,41],"[doc":[33,37,38,39,40,41],"[dump":[39,40,41],"[element":[76,183],"[example":[33,41],"[fedora":[39,41],"[geo":[33,37,40],"[github":41,"[gqtp":40,"[grn":33,"[grntest":37,"[groonga":[12,33,37,39,41],"[hash":33,"[header":[79,84,87,88,91,92,93,94,95,98,100,102,103,104,108,110,113,114,115,116,117,118,119,120,124,125,127,128,129,131,134,136,137,139,140,141,142],"[hh":33,"[http":[33,39,40,41],"[httpd":[33,39,40,41],"[index":41,"[info":193,"[key":33,"[label":[33,111,130],"[label1":[41,111,130],"[label2":[111,130],"[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,130],"[normalizer":41,"[number":101,"[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,171],"[solaris":39,"[space":182,"[suggest":[38,39,40],"[table":40,"[tag":[111,130],"[test":39,"[token":40,"[tokenizer":[33,39,40],"[travis":40,"[ubuntu":33,"[warning":193,"[windows":[33,37,39,40,41],"[yum":39,"[{":[149,211],"\"#":37,"\"#\"":148,"\"#{":183,"\"%":193,"\"'":[33,39,40,41,76,87,108,130,167,182,183,193,218,220],"\"(":[40,232],"\")":[33,39,40,41,53,126,155,156,158,160,164,167,168,183,225,233],"\"*":39,"\",":[33,40,44,76,79,85,87,89,91,92,95,98,99,101,111,113,117,118,126,129,130,133,135,136,137,138,142,147,148,149,152,155,158,161,162,163,164,167,168,171,172,180,182,183,184,186,193,194,195,196,199,200,202,204,217,220,223,224,225,226,228,229,230,231,232,233],"\"-":[37,158],"\".":[183,209,224],"\"/":[89,91,113,135,137,147,205,233],"\":":[33,44,76,80,85,87,91,98,99,101,108,109,111,112,113,114,115,117,126,127,128,129,130,132,133,137,138,140,141,142,147,148,149,152,155,158,161,162,163,164,167,168,172,180,182,183,184,186,189,190,193,194,195,196,199,200,202,204,205,211,217,223,224,225,226,228,229,230,231,232,233],"\";":[148,149,211],"\"<":[40,161,162],"\">":[161,162,171,190],"\"?":[130,190],"\"@":229,"\"[":[39,82,92,95,111,118,136,193],"\"\"":[33,38,87,92,93,172,183,193,207],"\"\\":[33,193],"\"\\\\":193,"\"\\n":33,"\"\u3001":[199,224],"\"\u3002":41,"\"\u308d\u3086\u304d":231,"\"\u30df\u30ea":183,"\"\u5f37":205,"\"\u672c":205,"\"\u8a9e":205,"\"\uff09":[34,199,223,233],"\"]":[33,76,89,92,93,94,99,111,113,130,147,152,167,171,180,183,199,220,225,226,229],"\"_":[33,40,44,76,79,87,89,91,98,99,101,111,113,117,130,133,137,138,142,149,152,155,158,163,164,167,168,172,180,182,183,184,186,189,193,194,195,196,199,200,202,204,211,220,223,224,225,226,228,229,230,231,232,233],"\"a":[41,130,140,172],"\"ab":201,"\"alice":[117,182],"\"always":109,"\"apple":186,"\"application":37,"\"auto":109,"\"b":[130,172],"\"black":186,"\"blank":186,"\"block":223,"\"book":183,"\"c":[130,172],"\"canceled":126,"\"co":201,"\"color":186,"\"complete":201,"\"content":[130,182,183,204],"\"correction":201,"\"created":111,"\"d":205,"\"db":117,"\"ddl":41,"\"double":183,"\"e":[133,140,199,205],"\"element":76,"\"ellip":159,"\"ellipsoid":159,"\"engine":[199,200,202],"\"flower":223,"\"fulltext":140,"\"good":[111,130,183],"\"gr":134,"\"gronga":201,"\"groonga":[76,99,130,134,171,172,183,201],"\"h":140,"\"hello":[138,204],"\"http":76,"\"i":[79,111,130,182,183,184,204,228,229],"\"include":113,"\"is":223,"\"k":225,"\"key":117,"\"keyword":130,"\"label":130,"\"localhost":217,"\"message":[193,195,196],"\"monkey":223,"\"mroonga":[76,99,130,172,183],"\"mysql":[76,201],"\"n":[79,111,117,130,132,149,182,183,217,226,230],"\"name":[117,168],"\"never":109,"\"no":39,"\"null":39,"\"o":205,"\"popular":130,"\"pp":41,"\"rect":[39,159],"\"rectangle":[39,158,159],"\"requires":39,"\"roonga":201,"\"ruby":76,"\"s":[133,140,199,200,205],"\"saerch":200,"\"say":183,"\"se":199,"\"sea":199,"\"search":[182,199,200,202],"\"sequence":[133,199,200,202],"\"serach":200,"\"service":200,"\"sound":200,"\"sphere":159,"\"sphr":159,"\"starttime":[80,190],"\"sug":201,"\"suggest":201,"\"t":[140,205],"\"table":[117,147],"\"tags":76,"\"text":37,"\"theater":232,"\"theatre":232,"\"timestamp":[108,113],"\"tritonn":130,"\"type":133,"\"unknown":53,"\"uptime":190,"\"utf":53,"\"value":130,"\"vector":40,"\"version":190,"\"visual":8,"\"web":[200,202],"\"weight":223,"\"x":[40,41,183],"\"xxx":40,"\"yyyy":183,"\"}":[44,87,98,99,101,108,109,111,112,113,117,130,133,149,164,167,168,172,180,182,183,184,186,189,193,195,196,199,200,202,204,211,223,224,225,228,231,233],"\\%":31,"\\'":[147,182],"\\(":182,"\\[(":193,"\\\"":[54,101,161,162,163,171,172,193,218],"\\\"a":172,"\\\"}":101,"\\\\":[33,54,161,167,172,193],"\\\\\"":167,"\\\\\\":[33,193],"\\\\z":193,"\\a":[33,193,205],"\\ahello":33,"\\ahost":193,"\\bin":31,"\\groonga":31,"\\n":193,"\\u":205,"\\z":[193,205],"\u2026\uff09":200,"\u2192id":203,"\u25a1\u25a1":10,"\u25cb\u25cb":10,"\u3001 \"":164,"\u3001#":229,"\u3001$":12,"\u3001'":[41,53,147,168,183,207,223],"\u3001(":[64,65,148,155,207],"\u3001-":[35,148,207],"\u3001.":[14,17],"\u3001/":[226,230],"\u3001:":148,"\u3001>":90,"\u3001[":226,"\u3001\"":[37,39,40,163,164,172,199,200,201,202,207,226,229,232],"\u3001\u00d7":10,"\u3001\u300c":[34,113,130,147,189,194,195,196,199,205,218,220,224,225,233],"\u3001_":226,"\u3001c":226,"\u3002#":[35,37,229],"\u3002'":61,"\u3002(":[11,12,26,46,62,65,98,101,147,148,215,228],"\u3002)":[65,98,130,148,228],"\u3002-":[28,56,65],"\u3002.":17,"\u3002:":[10,12,14,17,18,33,37,78,80,82,85,88,92,93,94,96,99,101,102,103,104,115,117,118,125,126,129,131,132,133,135,136,141,142,145,147,148,149,150,152,162,183,185,194,195,196,199,200,201,202,206,211,218,220,221,226],"\u3002[":[33,39,40,41,226],"\u3002\"":[40,41,164,200,214,220,224,229,230],"\u3002\u00d7":10,"\u3002\u2193":147,"\u3002\u3002":188,"\u3002\u300c":[41,95,111,113,114,118,130,134,138,140,182,183,193,196,205,225,228],"\u3002\u300d":220,"\u3002\u3044":11,"\u3002\u3044\u304f\u3064\u304b":[152,193],"\u3002\u3044\u307e":38,"\u3002\u3056\u3063\u304f\u308a":76,"\u3002\u3057\u304b\u3057":[0,6,7,8,23,37,76,91,113,130,137,147,158,184,186,194,196,200,205,207,211],"\u3002\u3057\u304b\u3082":210,"\u3002\u3059":[148,184],"\u3002\u3059\u3050":149,"\u3002\u3059\u3079\u3066":[14,17],"\u3002\u3064\u307e\u308a":[46,130,143,152,182,195,205,226,232],"\u3002\u3069\u308c":152,"\u3002\u307e\u305a":220,"\u3002\u307e\u305f":[0,11,78,100,130,146,147,148,150,183,192,196,200,207,217,223,226,233],"\u3002\u307e\u3060":41,"\u3002\u30ad\u30fc":[44,129,130,143],"\u3002\u30bf\u30b0":[76,111,130,162,225],"\u3002\u30d0\u30b0":19,"\u3002\u30df\u30ea":223,"\u3002\u30ed\u30b0":[134,149,185],"\u3002\u4f8b":[8,33,61,118,134],"\u3002\u5024":155,"\u3002\u7701\u7565\u53ef\u80fd":161,"\u3002\uff08":[17,21,33,35,37,51,65,85,100,109,111,126,130,147,152,162,171,181,182,183,188,199,200,202,203,205,206,207,218],"\u3002\uff09":[17,21,33,34,35,37,65,100,109,111,117,126,130,134,152,162,171,182,183,188,200,202,203,205,218],"\u3002_":[74,226],"\u3002adjuster":41,"\u3002amazon":130,"\u3002api":[161,162,171,181],"\u3002apt":12,"\u3002ascii":[182,183],"\u3002bash":33,"\u3002between":33,"\u3002blogs":220,"\u3002buf":48,"\u3002c":[0,16,83],"\u3002callback":11,"\u3002centos":33,"\u3002column":[11,48,226],"\u3002command":78,"\u3002cpu\u30b3\u30a2":211,"\u3002ctrl\u30ad\u30fc":226,"\u3002cursor":65,"\u3002db":[11,37,51,217,226],"\u3002debian":14,"\u3002dump":99,"\u3002eclipse":17,"\u3002ecmascript":130,"\u3002ftp":148,"\u3002functions":14,"\u3002gdb":[6,7,14],"\u3002geopoint":229,"\u3002git":12,"\u3002gnr":181,"\u3002gnu":5,"\u3002google":182,"\u3002gqtp":[83,146,217],"\u3002grn":[11,181],"\u3002groonga":[0,3,24,25,26,28,30,31,33,39,40,41,44,69,72,78,88,130,147,148,149,182,183,185,190,193,197,199,203,206,214,226,228,230],"\u3002hook":56,"\u3002host":217,"\u3002html":161,"\u3002http":[33,40],"\u3002id":51,"\u3002int":40,"\u3002iptables":230,"\u3002jis":189,"\u3002json":101,"\u3002key":[64,218],"\u3002keys":64,"\u3002linux":206,"\u3002lz4":33,"\u3002make":148,"\u3002max":65,"\u3002memcached":33,"\u3002messagepack":[28,79],"\u3002min":65,"\u3002mroonga":[0,61],"\u3002mruby":33,"\u3002munin":[24,25,26,30],"\u3002mysql":[24,25,26,30,197],"\u3002n":[114,140,220],"\u3002name":[48,51,64],"\u3002null":[51,52,64],"\u3002obj":61,"\u3002offset":56,"\u3002optarg":52,"\u3002os":95,"\u3002output":[41,99],"\u3002pcre":149,"\u3002point":[159,160],"\u3002post":211,"\u3002rdbms":147,"\u3002rk":189,"\u3002rroonga":181,"\u3002ruby":193,"\u3002run":14,"\u3002scan":14,"\u3002set":148,"\u3002sql":130,"\u3002squeeze":14,"\u3002table":[64,68,98],"\u3002tag":225,"\u3002timeout":61,"\u3002tokendelimit":202,"\u3002travis":21,"\u3002true":33,"\u3002tsv":[79,192],"\u3002unix":132,"\u3002utf":[40,152,186],"\u3002value":[61,74],"\u3002video":225,"\u3002windows":5,"\u3002xml":79,"\u300c#":35,"\u300c,":99,"\u300c\"":147,"\u300c\u25cb":[33,110],"\u300c\u30e9\u30d9\u30eb":130,"\u300c\u4e8c":189,"\u300c\u5024":[129,134],"\u300c\u5e74":33,"\u300c\u5f0f":54,"\u300c\u6771\u4eac\u90fd":220,"\u300c\u697d\u3057":218,"\u300c\u697d\u3057\u3044":218,"\u300c\uff76":186,"\u300ca":194,"\u300calice":229,"\u300cbill":218,"\u300cbilliard":218,"\u300cbob":229,"\u300ccharlie":229,"\u300ccomments":229,"\u300cgrand":229,"\u300cgroonga":[41,130,152,181,206],"\u300chello":130,"\u300cnew":229,"\u300cnihon":199,"\u300cnippon":199,"\u300cpopular":130,"\u300csenna":130,"\u300cthe":194,"\u300cthey":[194,195,196],"\u300cusers":229,"\u300cv":12,"\u300d:":186,"\u300d\u3001":[41,225,229],"\u300d\u3002":181,"\u300d\uff08":[99,130,218],"\u3042\u3044\u307e\u3044":134,"\u3042\u304d":231,"\u3042\u304d\u3089":41,"\u3042\u304f":47,"\u3042\u3052\u308b":[22,219],"\u3042\u305f\u308a":[35,37],"\u3042\u3063":[12,17,26,33,39,40,48,61,64,74,78,101,108,113,130,131,133,148,183,193,211,225],"\u3042\u3068":[12,17,95,206],"\u3042\u3068\u3082":82,"\u3042\u306a\u305f":[2,6,7,8,12,33,193,194,195,196],"\u3042\u307e\u308a":[10,64,147,228],"\u3042\u3089\u304b\u3058\u3081":[12,26,207],"\u3042\u3089\u3086\u308b":118,"\u3042\u3089\u308f\u3057":232,"\u3042\u308a":[0,1,2,3,5,6,7,8,10,11,12,13,14,16,17,18,19,23,24,25,26,28,30,31,32,33,37,39,40,41,44,46,47,51,54,58,61,64,65,66,69,74,76,78,79,82,87,88,89,92,93,94,95,98,99,100,101,102,103,104,107,108,109,110,111,112,113,114,115,116,117,118,119,122,124,125,126,129,130,131,132,133,134,135,136,137,138,139,140,141,145,147,148,149,150,152,155,158,161,162,163,167,168,171,172,180,181],"\u3042\u308b":[0,1,2,5,6,7,8,10,11,12,17,20,28,31,33,35,37,39,40,41,44,54,58,61,65,76,78,83,85,86,88,89,90,95,96,97,98,99,100,101,105,106,107,108,110,111,113,122,130,131,132,133,134,135,136,140,145,146,147,148,150,152,155,156,158,159,160,164,165,167,168,169,171,172,181,182,183,185,188,192,193,194,199,200,203,205,206,207,211,217,220,221,223,224,225,226,228],"\u3042\u308b\u3044":[0,11,26,41,48,63,64,78,113,134,136,149,159,160,164,182,183,206,217],"\u3042\u308c":[6,7,12,44,47,113,134,136,147,148,155,164,183,184,220],"\u3042\u308c\u3053\u308c":10,"\u3042\u308f\u305b":[197,206],"\u3042\u308f\u305b\u308b":39,"\u3044\u3044":[2,10],"\u3044\u3044\u306d":[111,130,182,183],"\u3044\u3046":130,"\u3044\u304d":[10,12,226],"\u3044\u304f":[3,4],"\u3044\u304f\u3064":[3,193],"\u3044\u304f\u3064\u304b":[1,2,8,11,12,14,26,28,33,40,74,94,99,100,108,110,111,113,114,117,126,130,131,138,140,143,152,154,168,182,183,186,193,194,197,205,206,210],"\u3044\u304f\u3089":0,"\u3044\u305a\u308c":[74,78,207],"\u3044\u3063":[132,193],"\u3044\u3064":199,"\u3044\u3066":33,"\u3044\u307e":128,"\u3044\u307e\u305b":[6,24,33,40,41,79,111,113,130,133,134,140,149,182,183,188,192,193,194,195,196,197,203,205,210,211],"\u3044\u308b":[0,6,7,10,11,12,14,17,18,21,25,28,30,33,34,35,36,37,38,39,40,41,44,45,48,51,56,61,62,64,65,66,76,79,82,84,85,86,87,88,89,90,91,95,97,98,100,101,102,103,107,108,109,111,113,115,116,117,118,119,120,124,125,126,127,128,129,130,132,134,135],"\u3044\u308c":[33,39,61,82,113,205,223],"\u3044\u308d\u3044\u308d":[22,222],"\u3044\u308f\u3086\u308b":225,"\u3044b":[218,220],"\u3046\u3048":[37,39],"\u3046\u3061":[11,33,37,39,48,61,64,65,78,85,132,143,155,188],"\u3046\u3061\u3044":147,"\u3046\u3063\u304b\u308a":40,"\u3046\u307e\u304f":[3,4],"\u304a\u3044":[0,12,14,17,33,37,40,48,61,64,74,152,223,226],"\u304a\u304b":28,"\u304a\u304b\u3052":193,"\u304a\u304b\u3057":35,"\u304a\u304b\u3057\u3044":33,"\u304a\u304b\u3057\u304f":35,"\u304a\u304d":[0,12,44],"\u304a\u304d\u307e\u3057\u3087":223,"\u304a\u3051":[130,189],"\u304a\u3051\u308b":[0,32,39,40,182,207,223,225,226],"\u304a\u3053":[0,223],"\u304a\u3053\u306a\u3063":226,"\u304a\u3055\u3089\u3044\u3057":10,"\u304a\u3059\u3059\u3081":[164,211],"\u304a\u3059\u3059\u3081\u3057":[12,182,183,215],"\u304a\u3070":[33,34,37,40],"\u304a\u3070\u305f":[33,37,40],"\u304a\u3088":46,"\u304a\u3088\u3073":[0,12,28,39,62,147,223,226],"\u304a\u3089":12,"\u304a\u308a":[41,233],"\u304a\u5f85\u3061":2,"\u304a\u77e5\u3089":22,"\u304a\u9858\u3044":[10,148],"\u304b\u3048\u308b":[33,172],"\u304b\u304b\u3063":79,"\u304b\u304b\u308a":[33,145,182,183,184,205],"\u304b\u304b\u308b":[64,126,145,184,226],"\u304b\u304e\u308a":148,"\u304b\u3051":[40,86],"\u304b\u3051\u308b":[10,149],"\u304b\u3057\u3089":118,"\u304b\u305a":[39,41],"\u304b\u305a\u3072\u3053\u3055\u3093":39,"\u304b\u305f":33,"\u304b\u3061":[130,218],"\u304b\u3061\u3083\u3093":[113,136],"\u304b\u3064":[40,65,130,145,183,218],"\u304b\u3069":[33,41,51,99,100,110,111,113,116,118,130,133,136,145,149,155,159,160,182,220,221,226,233],"\u304b\u3069\u3046":[28,33,83,92,125,129,142,155,168,172,220],"\u304b\u306a\u308a":41,"\u304b\u307e\u3044":226,"\u304b\u3082":[10,33,41,66,79,91,102,103,108,114,115,116,126,127,128,129,132,134,136,137,141,152,182,183,193,194,195,196,228],"\u304b\u3089":[0,3],"\u304b\u308f\u308a":[26,33,41,220],"\u304by":40,"\u304c\u3042\u308a":[12,19,130,150,158,192,197,204],"\u304c\u3042\u308c":197,"\u304c\u3044":44,"\u304c\u3053\u306e":182,"\u304c\u3059":[64,116],"\u304c\u3061":205,"\u304c\u3063":89,"\u304c\u3064\u3044":[35,39,66,76,130,197,203],"\u304c\u3069":[129,185,206],"\u304c\u3072\u3068\u3064":192,"\u304c\u308f\u304b\u308a":[87,163,205,229],"\u304c\u308f\u304b\u308b":158,"\u304c\u308f\u304b\u308c":130,"\u304f\u3060":[0,2,6,7,8,12,17,24,25,26,27,28,29,30,31,33,39,40,41,46,60,76,81,82,83,84,87,88,89,91,92,93,94,95,98,100,102,103,104,109,111,112,113,114,115,116,117,118,119,120,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,148,149,150,152,158,163,167,168,172,180,182,183,189,192,193,203,205,206,207,209,211,215,220,221,223,224,226,229,230,231,233],"\u304f\u308c":10,"\u304f\u308c\u308b":[0,16,17,95,100],"\u3050\u3088\u3046":158,"\u3050\u308b":[33,181,182,183],"\u3050\u308b\u3093":[182,183,225],"\u3053\u3046":10,"\u3053\u3046\u3059\u308c":10,"\u3053\u3053":[12,21,79,102,130,133,182,183,186,192,220,223,226,229,233],"\u3053\u3053\u3067":12,"\u3053\u3068":[0,1,3,6,7,8,9,10,11],"\u3053\u306a\u3044":[33,41],"\u3053\u306a\u308c":108,"\u3053\u306e":[0,2,3,5,6,7,8,11,12,17,18,20,21,23,24,25,26,27,28,29,30,31,33,37,38,39,40,41,44,45,46,47,54,64,65,66,70,76,77,79,81,82,83,84,87,88,89,91,92,93,94,95,100,101,102,103,104,108,109,110,111,112,113,114,115,116,117,118,119,120,121,124,125,126,127,128,129,130,131,132,134,136,137,138,139,140,141,142,145,147,148,149,152,154,155,158,159,161,162,167,168,171,172,180,182,183,184,185,187,189,190,192,193,194,195,196,197,198,199,200,202,203,205,206,210,211,217,218,220,223,224,225,226,227,228,229,232,233],"\u3053\u308c":[0,6,7,8,11,12,16,17,18,28,33,37,39,40,41,44,47,52,69,76,82,84,87,88,91,102,103,104,108,109,110,111,113,116,119,120,124,125,126,130,131,134,137,140,149,152,155,158,162,167,171,172,182,183,184,186,192,193,194,195,196,197,199,200,201,202,203,205,206,211,217,218,220,221,223,224,228,229,232,233],"\u3053\u308c\u3089":[3,24,25,26,28,29,30,39,40,74,76,100,109,110,111,113,119,120,124,130,143,149,150,152,158,181,182,183,186,190,193,194,197,201,202,203,211,220,224,225,226,229],"\u3054\u3068":[9,12,33,39,40,51,108,109,132,140,161,168,194,206,221,227],"\u3054\u307f":[10,40],"\u3054\u3089\u3093\u304f":13,"\u3054\u89a7\u304f":[14,226],"\u3055\u3044":[0,2,6,7,8,12,14,17,24,25,26,27,28,29,30,31,33,39,40,41,46,60,76,81,82,83,84,87,88,89,91,92,93,94,95,98,100,102,103,104,109,111,112,113,114,115,116,117,118,119,120,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,148,149,150,152,158,163,167,168,172,180,182,183,189,192,193,203,205,206,207,209,211,215,220,221,223,224,226,229,230,231,233],"\u3055\u304d":223,"\u3055\u305b":10,"\u3055\u307e\u3056\u307e\u306a":[22,222,229],"\u3055\u3089":228,"\u3055\u3089\u306b":[0,33,41,76,78,201,203,225,226],"\u3055\u3093":[6,7,17,33,35,36,37,38,39,40,41,108,110,111,113,130,134,136,138,140,171,193,196,201,206,211,224],"\u3057\u3044":[218,220],"\u3057\u3046\u308b":41,"\u3057\u304b":[17,33,41,44,110,111,130,134,149,182,183,193,195,196,205,211,223,228],"\u3057\u304b\u3057":[17,111,118,130,183,192,193,196,205,206,211,218,220,228],"\u3057\u304d\u308c":39,"\u3057\u304f":40,"\u3057\u3064\u3064":14,"\u3057\u3066":[10,12,14,17,30,35,39,40,64,130,149,220,224,225,226],"\u3057\u306a\u3044":33,"\u3057\u307e":10,"\u3057\u307e\u3044":[10,136,148,195,200,220,223,231],"\u3057\u307e\u3046":[0,10,12,33,35,37,39,40,41,136,145,205],"\u3057\u307e\u3057":40,"\u3057\u307e\u3057\u3087":[76,108,136,194,195,196,205,232],"\u3057\u307e\u3059":[24,111,130,152,182,183,201,218,229],"\u3057\u307e\u305b":[10,28,111,130,149,152,199],"\u3057\u307e\u3063":[33,41],"\u3057\u3084\u3059\u3044":152,"\u3057\u3084\u3059\u304f":[33,39],"\u3057\u3088":[11,33,37,40,46,51,59,91,92,101,113,136,137,158,184,223],"\u3057\u308a":10,"\u3057\u308c":[10,33,41,66,79,91,102,103,108,114,115,116,126,127,128,129,132,134,136,137,141,152,182,183,193,194,195,196,228],"\u3058\u304d":[82,171],"\u3059\u304e\u307e\u305b":225,"\u3059\u304e\u308b":76,"\u3059\u304f":172,"\u3059\u3050":[0,126,131,152,211],"\u3059\u3053\u308c\u3089":130,"\u3059\u3067":[12,41,66,91,137,140,184,189,206,218],"\u3059\u306a\u308f\u3061":223,"\u3059\u3079":[11,33,37,41,78,86,87,99,100,103,112,113,125,130,136,137,140,142,145,148,149,183,199,203,205,206,211,217,229],"\u3059\u3079\u304d":11,"\u3059\u3079\u3066":[28,33,35,37,39,41,44,64,76,78,81,82,87,89,91,100,113,130,134,137,140,148,149,155,183,185,193,204,205,206,224,226],"\u3059\u3080":108,"\u3059\u308b":[0,1,2,3,4],"\u3059\u308b\u304b":224,"\u3059\u308c":[0,12,33,64,119,124,130,148,155,161,182,183,205,224,226],"\u305a\u3064":[147,148,206,228],"\u305a\u306b":76,"\u305a\u308c":[0,11,64,78,88,101,105,106,147,158,207,217,223],"\u305b\u3044":[40,41],"\u305b\u3044\u305c\u3044":134,"\u305b\u304b\u306d":33,"\u305b\u305a":104,"\u305b\u306a":[182,183],"\u305b\u308b":[0,11,14,134,150,152,161,162,167,168,215],"\u305b\u308c":[0,87],"\u305d\u3046":[10,21,51,116,126,129,155,164,183],"\u305d\u3053":[12,220,223],"\u305d\u3053\u306b":135,"\u305d\u3057\u3066":[0,130,140,171,223,224,228,229],"\u305d\u3061\u3089":28,"\u305d\u306e":[0,10,11,12,17,22,23],"\u305d\u306e\u307e\u307e":12,"\u305d\u306e\u3088\u3046":98,"\u305d\u306e\u5f8c":[44,51,130,183],"\u305d\u306e\u969b":12,"\u305d\u308c":[11,12,17,26,27,31,33,35,58,61,65,67,89,111,130,134,136,149,163,180,182,183,193,202,205,207,218,220,223,224,226,228,232],"\u305d\u308c\u304b\u3089":[76,130],"\u305d\u308c\u305e\u308c":[6,7,8,11,12,14,28,41,61,64,79,108,130,134,140,147,150,152,168,183,190,203,217,218,220,223,224,226,228,233],"\u305d\u308c\u3086\u3048":[182,223],"\u305d\u308c\u3089":[33,44,46,48,66,88,100,113,130,131,136,143,146,192,193,211],"\u305d\u308d\u305d\u308d":226,"\u305d\u3093\u306a":[28,134],"\u305e\u3044":111,"\u305e\u308c":[11,12,58,130,183,202],"\u305f\u3044":[6,7,8],"\u305f\u304b":[33,37,94,102,103,104,126,130,152,200],"\u305f\u304b\u3063":[200,232],"\u305f\u304f":[6,7,17,33,37,40,66,108,110,111,113,130,134,136,138,140,171,193,196,201,206,211,224],"\u305f\u3051\u3069":130,"\u305f\u3055\u3093":[33,34,37,40],"\u305f\u3059\u3079\u3066":130,"\u305f\u3060":[26,76],"\u305f\u3060\u3051":39,"\u305f\u3060\u3057":[33,34,37,40,41,65,74,88,110,132,147,150,182,183,193,218],"\u305f\u3061":197,"\u305f\u3068\u3048":[131,220],"\u305f\u3069\u3063":229,"\u305f\u3069\u308b":225,"\u305f\u3070\u304b\u308a":184,"\u305f\u3073":[12,78,148,233],"\u305f\u3076\u3093":28,"\u305f\u307b\u3046":130,"\u305f\u307e\u307e":211,"\u305f\u3081":[0,1,2,3,4,6,7],"\u305f\u3081\u3057":233,"\u305f\u3089":[10,12,17,28,33,35,41,51,66,69,95,102,103,104,113,125,126,130,131,136,139,145,152,155,168,172,183,195,199,205,211,215],"\u305f\u308a":[0,3,10,33,41,56,129,130,134,181,193,203,207,215],"\u3060\u3044":[37,41],"\u3060\u304b\u3089":[111,130],"\u3060\u3051":[6,7],"\u3060\u3055\u3044":[0,3,12,13,14,17,18,19,21,23,28,29,30,33,39,41,76,79,87,109,111,113,116,118,130,132,134,136,149,152,167,180,182,183,186,192,193,197,199,211,217,224,226],"\u3060\u3057":[37,148],"\u3060\u3063":[33,39,64,78,130,183,220],"\u3060\u3068":10,"\u3061\u3083\u3093":225,"\u3064\u3044":229,"\u3064\u304b":36,"\u3064\u304d":[32,33,41,76,84,88,127,128,130,139,163,192,195],"\u3064\u3051":[152,158],"\u3064\u3051\u308b":[10,33,41,76,130,214,231],"\u3064\u3064":[168,220],"\u3064\u3065\u3044":229,"\u3064\u3065\u304f":152,"\u3064\u3076\u3084\u304d":184,"\u3064\u307e\u308a":[12,33,95,108,130,140],"\u3065\u3051":[39,40],"\u3065\u3051\u308b":44,"\u3066\u304d":83,"\u3066\u304f":14,"\u3066\u307f\u307e\u3057\u3087":233,"\u3066\u308c":113,"\u3067\u3044":[33,130,183,223,229],"\u3067\u3044\u3046":[186,224],"\u3067\u304d":[0,1,6,7,8,10,11,12,13,14,17,18,21,24,25,26,27,28,30,33,34,35,37,39,40,41,44,45,47,48,51,52,54,56,58,61,64,65,69,74,76,78,79,80,81,82,83,84,87,88,89,91,92,93,94,95,99,100,101,102,103,104,108,109,110,111,112],"\u3067\u304d\u308b":[0,3,6,7,8,9],"\u3067\u304f":[3,21,23,41,76,130,134,152,167,183,192],"\u3067\u3053\u306e":206,"\u3067\u3057":[29,33,41,183,194,223],"\u3067\u3057\u304b":[7,205],"\u3067\u3057\u3087":[0,6,7,20,28,41,145,152,183,184,224],"\u3067\u3059":[0,3,6,7,8,10,11,12,14,16,17,18,19,21,24,25,26,28,29,30,31,32,33,37,39,40,41,44,46,47,48,50,51,52,54,57,61,62,64,66,68,69,72,74,76,77,78,79,80,81,82,83,84,85,87,88,89,91,92,93,94,95,98,99,100,101,102,103,104,108,109,110,111,112,113,114,115,116,117,118,119,120,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,152,153,155,158,159,161,162,163,164,167,168,171,172,180,181,182,183,184,185,186,188,189,190,192,193,194,195,196,197,199,200,201,202,203,204,205,206,207,210,211,214,215,217,218,220,221,223,224,226,227,228,229,230,232,233],"\u3067\u3059\u306d":10,"\u3067\u3059\u3079\u3066":143,"\u3067\u305d\u3046":109,"\u3067\u3064\u306a\u3052\u308b":130,"\u3067\u3069":[109,133],"\u3067\u3069\u3053":83,"\u3067\u306a\u3051\u308c":[100,118,129,182,183],"\u3067\u306b":[116,119,124,184,220],"\u3067\u306e":[41,79,171,205],"\u3067\u306f":41,"\u3067\u307e\u3068\u3081":192,"\u3067\u307f":0,"\u3067\u3082":[0,12,14,17,19,23,24,25,26,28,30,31,33,37,39,40,41,44,83,88,100,113,130,134,136,148,149,152,162,168,171,172,189,193,196,197,199,203,205,217,218,220,226,228,230,233],"\u3067\u3082\u3059\u3079\u3066":[33,205],"\u3067\u3082\u3063\u3068\u3082":77,"\u3067\u3088\u308a":41,"\u3067\u5024":[147,226],"\u3068\u3044\u3044":193,"\u3068\u3044\u3046":[0,9,10,12,14,17,28,33,37,39,40,41,44,54,76,78,81,82,85,95,100,102,103,104,111,114,116,117,118,119,120,124,125,126,127,130,132,133,134,136,139,140,143,147,148,149,150,152,158,162,167,168,171,172,181,182,183,186,190,192,193,194,195,196,197,199,200,203,204,205,206,207,211,217,218,220,223,224,225,226,228,229,230,233],"\u3068\u3044\u3051":[33,108,130,134,217,221],"\u3068\u3044\u3063":[26,33,39,40,41,76,108,110,111,113,118,130,158,181,182,183,203,211,233],"\u3068\u3048":[0,28,33,41,44,53,54,78,87,91,111,117,129,130,131,132,137,152,162,171,189,193,194,195,196,205,206,218,233],"\u3068\u304a\u308a":[32,148,223,224,233],"\u3068\u304d":[0,6,7,9,10,11,12,24,25,26,27,28,30,33,34,35,37,39,40,41,44,51,58,62,64,65,66,76,79,80,82,87,88,91,95,100,102,109,110,113,116,118,119,120,124,125,129,130,131,133,134,136,137,139,140,147,149,152,158,167,168,171,181,182,183,184,185,186,189,192,193,197,199,200,201,202,205,206,207,211,217,218,223,224,225,226,229,230],"\u3068\u304d\u3057\u304b":95,"\u3068\u3053\u306e":[130,193,199,206],"\u3068\u3053\u308d":[16,17,33,38,88,111,127,128,167,183,205],"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":76,"\u3068\u3055\u3089\u306b":[6,7],"\u3068\u3057":[11,33,40,41,44,51,91,113,128,130,136,137,146,147,148,149,158,183,184,192,199,200,201,202,205,207,223,225,228],"\u3068\u3057\u3066":[0,11,12,14,15,17,18,20,24,25,26,27,28,30,33,35,37,38,39,40,41,44,45,47,48,51,61,62,63,69,74,78,83,88,92,94,98,101,102,103,104,108,110,111,112,113,116,117,125,127,128,130,132,133,134,136,139,142,147,148,149,152,156,158,162,168,171,181,182,183,186,188,189,192,193,194,195,197,199,200,201,203,204,205],"\u3068\u3057\u307e\u3057\u3087":[228,232],"\u3068\u3057\u307e\u305b":46,"\u3068\u3059\u3050":184,"\u3068\u3059\u3079\u3066":[39,100,109,125,130,145],"\u3068\u3059\u308c":0,"\u3068\u305d\u306e":[78,81,152,195],"\u3068\u3063":149,"\u3068\u3064\u3044":233,"\u3068\u3066":[0,130,182,183,199,203,211],"\u3068\u3068":[16,17],"\u3068\u3068\u3082\u306b":223,"\u3068\u3069":[87,198],"\u3068\u306a\u3063":40,"\u3068\u306a\u308a":[162,171,182,211,230],"\u3068\u306e":[33,111,183],"\u3068\u307f":[40,130,150,182],"\u3068\u3082":[33,111,130,148,171,172,182,183,206,221,233],"\u3068\u3082\u3063\u3068":28,"\u3068\u3088\u3044":28,"\u3068\u308a\u3068\u3093":[182,183],"\u3068\u308b":61,"\u3068\u308f\u304b\u308a":197,"\u3068\u308f\u304b\u308b":12,"\u3069\u3046":[10,33,34,39,52,86,90,94,96,102,103,104,105,106,107,110,113,130,145,149,152,205,220,224],"\u3069\u3053":[28,37,41],"\u3069\u3061\u3089":[19,33,51,72,136,152,201,211,226,228],"\u3069\u3061\u3089\u304b":[162,171,182,183],"\u3069\u306e":[28,130,140,158,159,183,188,200,224],"\u3069\u308c":[79,89,100,102,103,104,109,113,125,129,130,134,136,167,205,211],"\u3069\u3093":135,"\u3069\u3093\u306a":152,"\u306a\u3044":[0,9],"\u306a\u304a":[12,218],"\u306a\u304a\u3053\u306e":148,"\u306a\u304a\u3057":41,"\u306a\u304a\u3059":[41,125],"\u306a\u304b":10,"\u306a\u304b\u3063":[33,39,41,78,80,82,86,90,96,102,103,104,105,106,107,113,118,125,130,131,145,147,148,155,168,172,183,193,195,220,226],"\u306a\u304c\u3089":[0,12,39,111,130,140,152,205,226],"\u306a\u304c\u308b":39,"\u306a\u304e":172,"\u306a\u304f":[0,3,10,12,21,28,33,34,35,37,39,40,41,44,51,61,89,102,108,111,113,119,124,130,134,136,148,149,155,171,172,181,182,183,188,189,194,195,196,203,205,206,211,215,223,224,226,228,232],"\u306a\u3051\u308c":[21,28,39,47,48,51,54,59,61,64,72,76,83,87,88,89,91,101,108,111,113,126,130,134,137,147,148,149,152,155,163,164,167,172,180,182,183,192,193,194,195,196,223],"\u306a\u3055":[150,169],"\u306a\u3055\u3093":3,"\u306a\u3057":[33,40,41,44,65,78,83,84,111,118,130,139,147,159,163,168,172,182],"\u306a\u3059":160,"\u306a\u305c":[6,7,8,33,44,87,95,100,111,113,117,130,134,139,145,152,167,182,183,186,189,193,194,195,196,199,200,204,205],"\u306a\u305f":[33,197],"\u306a\u3063":[0,6,7,8,10,12,14,33,35,37,38,39,40,41,76,78,79,85,95,102,108,130,140,182,183,185,195,197,199,206,211,215,220,223,226,228,229,230],"\u306a\u3068\u304d":0,"\u306a\u3069":[0,5,6,7,8,11,12,13,17,20,28,33,37,39,41,44,52,61,78,85,87,107,117,118,127,128,130,134,140,143,147,148,152,161,162,171,181,182,183,184,188,192,193,194,195,196,199,200,202,203,205,207,211,218,220,223,226,227,229,230],"\u306a\u306a\u3069":[182,183],"\u306a\u306b":[22,43,66,113,118,136,199],"\u306a\u306b\u5bfe\u3057":[182,183],"\u306a\u306e":[33,199],"\u306a\u3073":33,"\u306a\u3082\u306e":[12,48,193],"\u306a\u3084\u308a\u304b\u305f":232,"\u306a\u3089":[6,7,8,11,14,21,24,25,26,30,33,39,40,41,44,48,52,61,64,76,78,82,87,95,98,100,103,108,110,111,113,117,122,129,130,131,132,134,139,145,147,148,149,152,163,167,180,182,183,186,189,193,194,195,196,199,200,204,205,206,221,228],"\u306a\u308a":[0,6,7,8,10,12,21,33,37,39,40,41,44,47,48,51,52,54,61,64,72,74,76,78,79,82,83,84,86,87,88,95,97,100,101,102,103,104,108,111,113,118,119,120,124,125,126,129,130,131,132,133,134,136,137,139,147,148,149,150,152,158,159,167,171,182,183,184,186,189,190,192,193,194,195,196,197,199,200,204,205,207,214,217,220,223,224,225,226,228,229,230,231,233],"\u306a\u308b":[0,10,11,12,17,23,24,25,26,28,30,31,33,34,35,36,39,40,41,51,52,61,66,86,88,97,98,99,100,102,103,104,113,125,129,130,134,136,147,148,149,152,155,159,160,164,167,168,171,182,183,184,197,202,206,207,220,223,224,226],"\u306a\u308c":78,"\u306a\u308f":33,"\u306a\u3093":78,"\u306b\u3042\u308a":[6,7,8,18,114,134],"\u306b\u3044\u304f\u3064\u304b":[33,40],"\u306b\u304a\u3044":[12,78,223],"\u306b\u304f\u3044":0,"\u306b\u304f\u3044\u304b":205,"\u306b\u304f\u304f":33,"\u306b\u304f\u308b":220,"\u306b\u3057":[33,40,41,44,109,130,167,182,183],"\u306b\u3059":220,"\u306b\u3059\u3050":184,"\u306b\u3059\u3079\u3066":87,"\u306b\u3059\u308b":211,"\u306b\u305d\u306e":152,"\u306b\u3064":39,"\u306b\u3064\u3044\u3066":[0,3,7,11,12,18,19,20,21,24,25,26,27,28,29,30,33,37,39,40,41,44,46,58,61,65,76,77,78,79,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,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,144,145,152,154,156,158,159,160,162,165,168,169,172,182,189,192,193,194,195,196,197,199,200,202,205,206,207,209,211,217,218,221,223,224,226,227,229,233],"\u306b\u3064\u304d":185,"\u306b\u3064\u3051":183,"\u306b\u3064\u3076\u3084\u3051":10,"\u306b\u3064\u3076\u3084\u3051\u308b":10,"\u306b\u3066":[12,33,39,40,158],"\u306b\u3068\u3063":[10,33],"\u306b\u3068\u3063\u3066":[10,140,205],"\u306b\u3069":11,"\u306b\u307e\u3068\u3081":33,"\u306b\u307e\u3068\u3081\u308b":33,"\u306b\u3082":[130,193,218],"\u306b\u3088":39,"\u306b\u3088\u304f":194,"\u306b\u3088\u3063":[0,9,11,40,51,61,64,76,78,85,86,88,90,96,97,99,105,106,107,108,122,135,146,147,150,181,217,218,223,225,226],"\u306b\u3088\u3063\u3066":[0,14,40,51,74,78,220,223,226],"\u306b\u3088\u308a":[0,12,32,33,39,40,41,85,130,149,158,205,207,211,214,217,220,223,226,228,230,231],"\u306b\u3088\u308b":[0,10,12,22,33,37,38,39,40,41,158,183,207,222,223],"\u306b\u5bfe\u3057":[0,11,12,33,34,39,40,41,56,61,64,76,87,88,111,119,124,126,130,133,142,145,146,150,172,182,183,193,195,205,218,224,225,226,228,232,233],"\u306b\u5bfe\u3057\u7570":168,"\u306b\u5bfe\u3059\u308b":[0,11,12,22,33,35,37,40,41,65,112,126,129,133,136,152,222,223,225,226],"\u306b\u5bfe\u5fdc":[37,38,39,41,48,51,56,59,61,62,64,67,101,107,108,111,147,150],"\u306b\u5bfe\u5fdc\u4ed8\u3051":199,"\u306b\u5bfe\u8c61":37,"\u306b\u95a2\u3057":[11,33,40,51,148],"\u306b\u95a2\u3059\u308b":[2,22,33,37,38,39,40,41,43,60,65,129,149,182,183,185,199,206],"\u306e\u3042\u3068":39,"\u306e\u3044":[0,11,64,78,101,105,106,147,158,207,217],"\u306e\u3044\u305a\u308c":[89,232],"\u306e\u3044\u305a\u308c\u304b":[63,64,67,159,160],"\u306e\u3046\u3061":[89,152,182],"\u306e\u304b":[218,229],"\u306e\u304b\u308f\u308a":[33,41],"\u306e\u304f\u3089\u3044":206,"\u306e\u3059":95,"\u306e\u3059\u3079\u3066":[111,130,139,211],"\u306e\u305e\u3044":205,"\u306e\u3067":[0,1,10,12,17,21,31,33,37,39,40,41,79,87,100,108,110,111,127,128,130,134,149,150,155,158,168,171,172,192,199,206,211,215,218,220,221,223,226,228,229],"\u306e\u3067\u3057\u3087":[130,193],"\u306e\u3069\u3061\u3089":[130,152,183],"\u306e\u3069\u3061\u3089\u304b":[130,155,182,183],"\u306e\u3069\u308c":[134,147,152,199],"\u306e\u306b":[22,33,39,40,41,114,138,205,219],"\u306e\u306b\u5bfe\u3057":51,"\u306e\u307b\u304b":[207,223],"\u306e\u307f":[0,11],"\u306e\u307f\u3057\u304b":201,"\u306e\u3088\u3046":[33,40,41,44,47,82,89,108,130,134,143,147,152,167,181,182,183,193,194,205],"\u306f\u3042\u306a\u305f":6,"\u306f\u3044":223,"\u306f\u3044\u304f\u3064\u304b":[32,46,79,136,145,182,211],"\u306f\u3044\u3051":[51,61,98,103,145,152,183],"\u306f\u3044\u308f\u3086\u308b":33,"\u306f\u304d\u3063\u3068":193,"\u306f\u3053\u306e":[33,129,130,132,172,196,205,221],"\u306f\u3058\u307e\u308a":78,"\u306f\u3058\u3081":[17,22,43,78,133,198],"\u306f\u3059\u3079\u3066":[84,92,93,94,95,100,101,102,103,104,116,117,118,121,125,127,128,129,130,131,132,134,136,138,139,140,149,162,181,183,186,195,196,205,226],"\u306f\u305a":[18,39,148,193,206],"\u306f\u305d\u306e":51,"\u306f\u305d\u308c\u3089":113,"\u306f\u3061\u3087\u3046":183,"\u306f\u3068":203,"\u306f\u3069":[130,134,199],"\u306f\u3069\u3061\u3089":[152,211],"\u306f\u3069\u3061\u3089\u304b":[182,183],"\u306f\u306a\u304f":193,"\u306f\u307b\u3068\u3093\u3069":130,"\u306f\u307e\u305a":12,"\u306f\u307e\u3060":[111,196,211],"\u306f\u307e\u3068\u3081\u3066":12,"\u306f\u307f":3,"\u306f\u6708":[183,197],"\u3070\u3042":197,"\u3070\u3044\u3051":[21,28,39,48,51,54,59,61,64,72,76,87,89,91,100,111,118,130,134,137,149,152,167,172,182,183,192,193,194,195,196],"\u3070\u304b\u308a":33,"\u3070\u3053\u306e":33,"\u3070\u3059\u3079\u3066":205,"\u3070\u3069":44,"\u3070\u308c\u308b":35,"\u3072\u3053\u3055\u3093":[39,41],"\u3072\u3068\u3064":[39,156,182],"\u3072\u3089":[167,182,183,189,199,205],"\u3072\u308d":231,"\u3072\u308d\u3086\u304d":231,"\u3075\u306a\u3068":41,"\u3075\u308a":133,"\u3076\u3093":10,"\u3078\u3059\u3079\u3066":[33,87],"\u3078\u306e":[28,223],"\u3079\u304d":[6,7,8,12,33,61,89,110,118,125,152,183,186,217],"\u3079\u304f":226,"\u3079\u3066":[44,112,130,149,224],"\u3079\u30fc\u30b9":41,"\u307b\u3046":41,"\u307b\u304b":[0,223],"\u307b\u3057\u304f":130,"\u307b\u3068\u3093\u3069":[33,51],"\u307b\u3069":[133,134,145,147,205,215,223,226],"\u307e\u3057":[6,7,8,10,12,17,18,33,37,39,40,41,111,130,134,149,158,182,183,186,193,200,205,220,224,225,229],"\u307e\u3057\u3087":[111,130,158,225,226],"\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,49,51,52,53,54,56,58,59,60,61,62,63,64,65,66,67,68,69,70,72,74,76,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,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,152,153,154,155,156,158,159,160,161,162,163,164,165,167,168,169,171,172,180,181,182,183,184,185,186,187,188,189,190,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,209,210,211,214,215,217,218,220,221,223,224,225,226,227,228,229,230,231,232,233],"\u307e\u305a":[12,17,28,31,148,149,183,218,220,224,226,228,229,232],"\u307e\u305b":[0,6,7,10,12,17,25,28,33,37,39,40,41,44,46,47,48,51,54,58,59,61,64,65,66,69,70,72,74,76,79,81,83,84,87,88,89,91,92,93,94,95,98,100,101,102,103,104,107,108,109,110,111,112,113,114,115,116,117,118,122,125,126,127,128,129,130,131,132,133,134,135,136,137,139,140,141,145,147,148,149,152,155,158,162,167,168,171,172,182,183,184,186,188,192,193,194,195,196,197,199,200,201,203,204,205,206,207,209,211,215,217,218,220,221,223,224,226,228,230,232],"\u307e\u305f":[3,5],"\u307e\u305f\u3044":[39,158,197],"\u307e\u305f\u3050":[22,39,158,222],"\u307e\u3060":[37,40,41,78,108,111,127,128,130,132,133,152,171,183,194,197,217],"\u307e\u3064\u308f":40,"\u307e\u3067":[11,12,17,32,33,40,41,46,47,82,101,108,113,130,147,148,155,184,193,203,206,224,226,228,229,231],"\u307e\u3068\u3081":[3,10],"\u307e\u3068\u3081\u3066":[0,12,223,224],"\u307e\u3068\u3081\u308b":149,"\u307e\u307e":[10,12,33,40,78,136,152,183,224],"\u307e\u307e\u3067":220,"\u307e\u308a":[33,130],"\u307e\u308d\u3086\u304d":231,"\u307e\u308f\u308a":3,"\u307f\u304c":11,"\u307f\u305f\u3059":229,"\u307f\u3066":233,"\u307f\u306a\u3055":11,"\u307f\u306a\u3057":33,"\u307f\u307e\u3057\u3087":[108,130,136,183,194,195,196,223,224,225,226,228,229,232,233],"\u3080\u308b":[182,183],"\u3080\u308b\u3093":[182,183],"\u3082\u3046":[39,51,100,149,156,184,223,228],"\u3082\u3046\u307e\u304f":28,"\u3082\u304d\u3061\u3093":149,"\u3082\u3053\u306e":100,"\u3082\u3057":[6,7,21,28,33,40,41,47,66,79,81,82,83,95,100,102,104,111,113,125,126,130,131,132,134,136,145,148,149,155,158,164,168,172,182,183,192,193,194,195,197,206,211],"\u3082\u3057\u3042":33,"\u3082\u3057\u304b\u3057":205,"\u3082\u3057\u304f":[12,26,33,39,40,41,64,65,108,110,149,155,161,162,171,182,183,207,217,221,223,228],"\u3082\u3057\u3053\u306e":221,"\u3082\u3057\u3054":39,"\u3082\u3057\u307e\u305b":66,"\u3082\u3057\u308c":[192,205],"\u3082\u3057\u4e00\u3064":47,"\u3082\u3057\u4f7f\u3063":103,"\u3082\u3057\u578b":129,"\u3082\u3057x":40,"\u3082\u3059":[119,124],"\u3082\u3059\u3050":131,"\u3082\u305b":145,"\u3082\u3061\u308d\u3093":[148,224],"\u3082\u3063\u3068":[6,7,130],"\u3082\u3063\u3068\u3082":[14,81],"\u3082\u3064":[33,98,224],"\u3082\u3068":12,"\u3082\u3069\u3061\u3089":196,"\u3082\u306e":[11,12,17,31,33,39,40,41,47,64,65,78,108,110,111,113,129,130,146,147,148,149,158,159,164,167,169,186,193,194,196,200,217,223,226,228],"\u3082\u3088\u308a":196,"\u3082\u3089\u3048":10,"\u3082\u3089\u3048\u308b":10,"\u3082\u3089\u3063":226,"\u3082\u308a":33,"\u3082\u308c\u308b":33,"\u3084\u304c":78,"\u3084\u3057":130,"\u3084\u3059\u3044":[33,34,130,147,162,171,181],"\u3084\u3059\u3044\u304b":192,"\u3084\u3059\u304f":[35,41,80],"\u3084\u3059\u304f\u3057":33,"\u3084\u305d\u306e":98,"\u3084\u307e":41,"\u3084\u307e\u3060":41,"\u3084\u307e\u306d":[40,41],"\u3084\u3081":[33,37,40,41,82],"\u3084\u3081\u307e\u3057\u3087":[194,195,196],"\u3084\u3089":12,"\u3084\u308b":3,"\u3086\u304d":231,"\u3086\u304d\u3072\u308d":231,"\u3088\u3044":[17,61,87,100,130,152,182,183,211,224,228],"\u3088\u3046":[0,6,7,8,10,11,12,14,21,28,33,34,35,37,38,39,40,41,44,48,64,76,78,79,81,85,87,95,98,99,100,108,109,113,114,116,118,119,120,124,130,131,134,136,137,140,147,148,149,150,152,158,159,162,168,171,172,182,183,184,186,188,192,193,194,195,196,197,198],"\u3088\u304b\u3063":220,"\u3088\u304f":[33,76,100,111,130,147,155,193,205],"\u3088\u3063":233,"\u3088\u3063\u3066":[72,140,188,207,227,233],"\u3088\u3073":11,"\u3088\u308a":[6,7,11,18,23,28,33,35,37,39,40,41,65,76,82,95,130,134,148,158,159,164,182,183,184,185,192,193,194,195,196,199,205,206,207,218,220,223,224,228,229],"\u3089\u308c":[0,10,11,33,35,37,39,40,47,86,87,89,98,126,130,135,140,203,205,226,228,232],"\u3089\u308c\u308b":[0,11,33,39,40,41,48,65,193,218],"\u308c\u305a":78,"\u308c\u307e\u305b":[28,33,44,64,78,85,130,131,136,147,161,185,192,228],"\u308c\u308b":[0,9,11,12,14,17,28,33,37,39,40,41,44,47,51,56,62,65,66,74,76,78,84,85,107,108,109,111,114,126,127,128,130,133,134,136,147,148,155,158,164,171,172,184,186,188,193,199,200,202,203,205,207,217,218,220,226,233],"\u308f\u304b\u3061":218,"\u308f\u304b\u3063":145,"\u308f\u304b\u308a":[33,35,41,130,205,224],"\u308f\u304b\u308b":41,"\u308f\u304b\u308c":130,"\u308f\u3051":[118,130,138,140,183,199,206,223],"\u3092\u304a\u3053":229,"\u3092\u3054":14,"\u3092\u3054\u89a7\u304f":[0,18],"\u3092\u3064\u3051":[108,130,182],"\u3092\u3064\u3051\u308b":[6,7,183],"\u3092\u3088\u308a":33,"\u3092\u308a":149,"\u3092\u901a\u3057":[147,226],"\u3093\u304c":[182,183],"\u3093\u3057":[103,116],"\u3093\u3057\u304d":181,"\u30a2\u30ab\u30a6\u30f3\u30c8":[2,12,41],"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":10,"\u30a2\u30af\u30bb\u30b5":61,"\u30a2\u30af\u30bb\u30b5\u30fc":33,"\u30a2\u30af\u30bb\u30b9":[12,17,33,35,37,39,40,41,44,46,64,91,130,137,146,147,149,150,206,223,230],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[199,200,202,210],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[76,130],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":134,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[12,33,41,210],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":3,"\u30a2\u30c9\u30ec\u30b9":[37,64,147,148,152,217,230],"\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30a2\u30d4\u30fc\u30eb":12,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[0,20,57,147,183],"\u30a2\u30e1\u30ea\u30ab":158,"\u30a2\u30e9\u30fc\u30c8":[147,185],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[84,158,181,196],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[41,65,111,130,134,140,193,200,205,218,220],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":39,"\u30a2\u30f3\u30ab\u30fc":33,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[74,88,134],"\u30a2\u30f3\u30de\u30c3\u30d7":[33,95],"\u30a2\u30fc\u30ab\u30a4\u30d6":[12,17,31],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":3,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[3,4],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u30fc":[41,147],"\u30a4\u30d9\u30f3\u30c8":33,"\u30a4\u30d9\u30f3\u30c8\u30ed\u30b0":33,"\u30a4\u30f3\u30af\u30ea\u30e1\u30f3\u30c8":81,"\u30a4\u30f3\u30af\u30eb\u30fc\u30c9":33,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[12,37],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[22,23],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[0,3],"\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":[33,40],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":3,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[0,148,181],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":[152,190],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":21,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":22,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[22,33,34,40,41,43,58,72],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":32,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":40,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30e2\u30b8\u30e5\u30fc\u30eb":33,"\u30a4\u30f3\u30dd\u30fc\u30c8":3,"\u30a6\u30a3\u30f3\u30c9\u30a6":33,"\u30a6\u30a7\u30a4\u30c8":88,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":3,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[147,149,150],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":147,"\u30a8\u30a4\u30ea\u30a2\u30b9":[22,33,43],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":35,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[28,60,130,147],"\u30a8\u30b9\u30b1\u30fc\u30d7":[39,40,41,54,101,161,162,171],"\u30a8\u30c7\u30a3\u30bf":17,"\u30a8\u30e9\u30fc":[12,22,23,24,25,26,28,30,31,33,34,37,38,39,40,41,47,48,51,52,54,61,69,78],"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[33,39,41,226],"\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,78,79],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":39,"\u30a8\u30e9\u30fc\u30ed\u30b0":215,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[28,33,34,41,51,53,54,183,186],"\u30a8\u30f3\u30b3\u30fc\u30c9":[35,150,152,186],"\u30a8\u30f3\u30b8\u30f3":[0,130,193,194,195,196,223,225],"\u30a8\u30f3\u30c8\u30ea":[47,48,111,130,172,182,183],"\u30a8\u30f3\u30c8\u30ea\u30fc":[33,130],"\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8":152,"\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8uri":152,"\u30aa\u30b9\u30b9\u30e1":[6,7,8,23,24,25,26,30,31,44,193,205],"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":35,"\u30aa\u30d5\u30bb\u30c3\u30c8":[33,39,130,133],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[33,38],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[22,33,37,39,41,43,44,47,48,51,61,64,72,76,85,86,97,100,102,103,104,114,115,116,117,118,119,120,124,125,129,130,132,140,141,145,165,181,183],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[33,171],"\u30aa\u30d7\u30b7\u30e7\u30f3":[6,7,8,12,14,18,24,25,26,27,28,29,30,33,34,35,37,38,39,40,41,51,52,87,114,130,134,138,140,145],"\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":[33,37],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[41,215],"\u30aa\u30fc\u30d7\u30f3":[33,37,39,40,47],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":21,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":21,"\u30ab\u30a6\u30f3\u30bf":33,"\u30ab\u30a6\u30f3\u30c8":[40,108,229],"\u30ab\u30b9\u30b1\u30fc\u30c9":[40,41],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[6,7,8,28,33,39,40,41,96,99,114,130,134,138,140,147,171,182,185,186,194,199,204,206,224],"\u30ab\u30b9\u30bf\u30e0":[66,139,149],"\u30ab\u30b9\u30bf\u30e0\u30b9\u30b3\u30a2\u30e9\u30fc":194,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":39,"\u30ab\u30b9\u30bf\u30e0\u30ed\u30b0":41,"\u30ab\u30bf\u30ab\u30ca":[65,133,167,186,189,199,205],"\u30ab\u30c6\u30b4\u30ea":[130,138,140],"\u30ab\u30d0\u30ec\u30c3\u30b8":3,"\u30ab\u30d0\u30fc":14,"\u30ab\u30e9\u30e0":[0,22,28],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[22,39,222],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":91,"\u30ab\u30e9\u30e0\u30d1\u30e9\u30e1\u30fc\u30bf":33,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[182,183],"\u30ab\u30e9\u30e0id":64,"\u30ab\u30e9\u30e0n":172,"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[12,17,148],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":65,"\u30ab\u30ec\u30fc":218,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":218,"\u30ab\u30f3\u30b8":167,"\u30ab\u30f3\u30de":[99,101,183,224,226],"\u30ab\u30fc\u30bd\u30eb":[33,35,37,58,65],"\u30ab\u30fc\u30cd\u30eb":206,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[39,206],"\u30ad\u30e3\u30b9\u30c8":[35,38,39,40,182,195,196,229],"\u30ad\u30e3\u30c3\u30b7\u30e5":[0,33,34,39,47,52,84],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":84,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":47,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":149,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":40,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":149,"\u30ad\u30e3\u30f3\u30bb\u30eb":[33,81,82,126],"\u30ad\u30e3\u30f3\u30bb\u30eb\u30ea\u30af\u30a8\u30b9\u30c8":126,"\u30ad\u30fc":[32,33,35,38,39,40,41,44,48,62,64,74,76,87,92,93,94,98,108,110,111,113,117,126,129,130,132,134,136,143,145,147,152,182,183,186,189,203,205,207,223,226],"\u30ad\u30fc\u30b5\u30a4\u30ba":[32,33,92,93,94,117,134,203],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":203,"\u30ad\u30fc\u30c7\u30fc\u30bf":134,"\u30ad\u30fc\u30dc\u30fc\u30c9":130,"\u30ad\u30fc\u30ef\u30fc\u30c9":[0,22,33,34,36,39,40,109,130,134,161,162,168,171,182,194,195,196,201,218,219],"\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":149,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":146,"\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":201,"\u30af\u30a8\u30ea\u30ed\u30b0":[37,39,199,200,202],"\u30af\u30a8\u30ea\u30fc":[22,33,39,41,43,54,110,119,120,124,130,133],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":190,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[33,84],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":84,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":130,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":211,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[22,33,41,43,147,149],"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":147,"\u30af\u30a8\u30ea\u30fcapi":[77,83],"\u30af\u30a8\u30eaapi":33,"\u30af\u30a9\u30fc\u30c8":[114,140,182],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":41,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30b5\u30a4\u30c9":82,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":122,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[35,39,147,150],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":[1,215],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":41,"\u30af\u30e9\u30c3\u30b7\u30e5":[33,35,37,39,40,41,91,100,103,137],"\u30af\u30e9\u30c3\u30b7\u30e5\u30d0\u30b0":33,"\u30af\u30ea\u30a2":[37,39,61],"\u30af\u30ea\u30a2\u30fc":33,"\u30af\u30ea\u30c3\u30af":130,"\u30af\u30ea\u30c6\u30a3\u30ab\u30eb\u30bb\u30af\u30b7\u30e7\u30f3":33,"\u30af\u30ea\u30fc\u30f3":12,"\u30af\u30ea\u30fc\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[6,7],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":12,"\u30af\u30ed\u30fc\u30f3":28,"\u30b0\u30e9\u30d5":0,"\u30b0\u30eb\u30fc\u30d7":[0,12,33,39,40,41,64,74,111,130],"\u30b0\u30eb\u30fc\u30d7\u30ad\u30fc":130,"\u30b0\u30ed\u30fc\u30d0\u30eb":[39,46],"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":47,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":188,"\u30b1\u30fc\u30b9":[33,41,44,47,52,91,100,109],"\u30b2\u30c3\u30c8":2,"\u30b3\u30a2":[28,149,152,211],"\u30b3\u30b9\u30c8":[64,184],"\u30b3\u30cd\u30af\u30b7\u30e7\u30f3":33,"\u30b3\u30d4\u30fc":[12,33,39,44,48,56,61,64,87,91,99,137],"\u30b3\u30de\u30f3\u30c9":[11,12,13,14,18,21,22,25,33,34,35,37,38,39,40,41,43,44,47,76],"\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":[22,33,35,41,43,51,77],"\u30b3\u30de\u30f3\u30c9\u30d1\u30fc\u30b5\u30fc":193,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[31,39,148],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[6,7,8,12,17,18,28,31,33,37,41,99,129],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[28,78,79,148,210],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":190,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":182,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b9\u30bf\u30a4\u30eb":193,"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":147,"\u30b3\u30de\u30f3\u30c9url":211,"\u30b3\u30df\u30c3\u30c8":[6,7,12],"\u30b3\u30e1\u30f3\u30c8":[35,40,147,148,172,192,228],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":228,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":228,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":228,"\u30b3\u30e1\u30f3\u30c8id":229,"\u30b3\u30ed\u30f3":88,"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[47,51,61,132,172],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":217,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":33,"\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\u30d4\u30e5\u30fc\u30bf\u30fc":189,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":78,"\u30b3\u30fc\u30c9":[17,33,40,41,140],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":11,"\u30b4\u30df":[35,37,85],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":85,"\u30b4\u30df\u30c7\u30fc\u30bf":152,"\u30b5\u30a4\u30ba":[0,23,24,25,26,30,31,32,33,37,39,40,41,44,48,59,61,64,65,66,81,85,94,117,134,143,147,171,180,203,206,217,221,223],"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":97,"\u30b5\u30a4\u30c8":[12,130,181,223,225],"\u30b5\u30a4\u30c9\u30e1\u30cb\u30e5\u30fc":130,"\u30b5\u30b8\u30a7\u30b9\u30c8":[22,28,35,37,39,41,43,133,151],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf":152,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":200,"\u30b5\u30d6\u30bb\u30c3\u30c8":[64,207],"\u30b5\u30d6\u30bf\u30b9\u30af":12,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30b5\u30d6\u30df\u30c3\u30c8":152,"\u30b5\u30dd\u30fc\u30c8":[0,1,6,7,8,10,12,21,28,30,33,34,35,37,38,39,40,41,65,78,111,126,127,128,132,134,139,140,148,149,167,168,171,182,183,184,186,188,189,190,192,193,197,203,205,211,214,215,223,224,228,230],"\u30b5\u30de\u30ea":40,"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":158,"\u30b5\u30f3\u30d7\u30eb":[35,36,39,40,130],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":35,"\u30b5\u30f3\u30d7\u30eb\u30b7\u30e3\u30fc\u30c9":112,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[129,163,164,168,172,180,194,195,196],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[87,98,99,108,111,130,155,158,161,162,163,164,167,168,171,172,180],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":148,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":147,"\u30b5\u30fc\u30d0\u30fc":[1,22,24,25,26,30,33,37,39,40,41,43,66,126,139,144,147,149],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[22,33,39,41,208],"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":[40,131],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":[147,217],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30fc\u30c9":33,"\u30b5\u30fc\u30d0\u30fcid":37,"\u30b5\u30fc\u30d3\u30b9":[0,21,25,39,40,41,131,206],"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":40,"\u30b7\u30a7\u30a2":2,"\u30b7\u30a7\u30eb":[28,33,147,148,182,193],"\u30b7\u30b0\u30ca\u30eb":[37,41],"\u30b7\u30b9\u30c6\u30e0":[0,3,6],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":40,"\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3":131,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":[22,33,43,108,112],"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0\u30d0\u30fc\u30b8\u30e7\u30f3":111,"\u30b7\u30e3\u30fc\u30c9":[33,111,112,113,197],"\u30b7\u30e3\u30fc\u30c9\u30ad\u30fc":[111,113],"\u30b7\u30e3\u30fc\u30d7":134,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[40,114,140,147,226],"\u30b7\u30f3\u30b0\u30eb\u30b9\u30ec\u30c3\u30c9\u30e2\u30c7\u30eb":139,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":41,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":[33,41],"\u30b7\u30f3\u30d7\u30eb":[33,181,210,224],"\u30b7\u30f3\u30dc\u30eb":88,"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb":33,"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b5\u30fc\u30c1":[33,184],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b9\u30ad\u30e3\u30f3":[33,167],"\u30b7\u30fc\u30b1\u30f3\u30b9":[199,200,202],"\u30b8\u30aa\u30b5\u30fc\u30c1":[22,37,222],"\u30b9\u30ab\u30e9":48,"\u30b9\u30ab\u30e9\u30fc":[76,130],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[22,43,44,72],"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":76,"\u30b9\u30ad\u30c3\u30d7":[33,40,41],"\u30b9\u30ad\u30e3\u30f3":[161,162],"\u30b9\u30ad\u30fc\u30de":[33,44,54,87,98,99,108,111,129,130,136,155,158,161,162,163,164,167,168,171,172,180,182,183,184,193,194,195,196,197,206,228],"\u30b9\u30af\u30ea\u30d7\u30c8":3,"\u30b9\u30b1\u30fc\u30d7":193,"\u30b9\u30b3\u30a2":[11,33,39,74,76,130,133,194,195,196,220,233],"\u30b9\u30b3\u30a2\u30e9\u30fc":[22,33,43,130],"\u30b9\u30b3\u30a2\u30fc":[33,76],"\u30b9\u30b3\u30a2\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":194,"\u30b9\u30b3\u30fc\u30d7":193,"\u30b9\u30bf\u30a4\u30eb":33,"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[33,40],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[147,150],"\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":[87,193],"\u30b9\u30c6\u30df\u30f3\u30b0":[41,204],"\u30b9\u30c6\u30fc\u30bf\u30b9":[33,40,83,132,145,217],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":39,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":217,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[41,130,204,227],"\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":[33,40,171],"\u30b9\u30d1\u30de\u30fc":[194,195,196],"\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":158,"\u30b9\u30da\u30eb":192,"\u30b9\u30da\u30fc\u30b9":[33,37,40,130],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[37,211],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":37,"\u30b9\u30ec\u30c3\u30c9":[0,9,33,51,66,95,103,109,132,136,139,147,148,152,185,211],"\u30b9\u30ec\u30c3\u30c9\u30bb\u30fc\u30d5":33,"\u30b9\u30ec\u30c3\u30c9\u30d7\u30fc\u30eb":66,"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":[33,149],"\u30b9\u30ef\u30c3\u30d7":206,"\u30b9\u30fc\u30d7":218,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":218,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":218,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":218,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[22,222],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":[33,41],"\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,44,48,76,77,79,84,87,89,91,92,93,94,95,100,101,102,103,104,108,109,110,111,112,113,114,116,117,118,121,125,126,127,128,129,130,131,132,134,136,137,138,139,140,142,145,149,152,154,158,162,182,187,192,193,194,195,196,198,199,200,202,206,217,224],"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":39,"\u30bb\u30b0\u30e1\u30f3\u30c8":[41,61,85,97],"\u30bb\u30c3\u30b7\u30e7\u30f3":[122,147,217],"\u30bb\u30c3\u30b7\u30e7\u30f3id":152,"\u30bb\u30c3\u30c8":[11,33,61,64,65,86,138,218],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[17,33,40],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u30b9\u30af\u30ea\u30d7\u30c8":21,"\u30bb\u30df\u30b3\u30ed\u30f3":148,"\u30bb\u30ec\u30af\u30bf\u30fc":[33,167],"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":229,"\u30bd\u30b1\u30c3\u30c8":[39,85,86,88,90,96,97,99,105,106,107,122,135],"\u30bd\u30d5\u30c8":192,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":3,"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":225,"\u30bd\u30fc\u30b9":[12,18,22,23],"\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,87,89,129],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[3,6,7,8],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":17,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":31,"\u30bd\u30fc\u30c8":[22,33,34,35,37,40,64,112,130,133,152,188,203,222],"\u30bd\u30fc\u30c8\u30ad\u30fc":[33,34,64,130,133],"\u30bf\u30a4\u30c8\u30eb":[111,130,182,183,194,195,196,223,225,228],"\u30bf\u30a4\u30d7":[33,37,56,130,148,211],"\u30bf\u30a4\u30d7id":33,"\u30bf\u30a4\u30df\u30f3\u30b0":[39,226],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[40,46],"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[33,36,152,185,199,200,202],"\u30bf\u30b0":[12,22,35,37,39,40,41,76,111,130,134,161,162,163,171,183,194,195,196,203,222],"\u30bf\u30b0\u30c6\u30ad\u30b9\u30c8":205,"\u30bf\u30d6":[190,192,217],"\u30bf\u30fc\u30b2\u30c3\u30c8":39,"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":47,"\u30bf\u30fc\u30df\u30ca\u30eb":[147,149],"\u30c0\u30a4\u30a2\u30ed\u30b0":40,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":211,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[44,210],"\u30c0\u30d6\u30eb":[37,39,134,182,183,203],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[114,140,147,226],"\u30c0\u30e1\u30fc\u30b8":220,"\u30c0\u30f3\u30d7":[33,35,39,40,99,147,185,206],"\u30c1\u30a7\u30c3\u30af":[33,35,37,39,40,41,51,85,113,116,136,145,146,148,152,155],"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":12,"\u30c1\u30e3\u30f3\u30af":[33,85],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":85,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":85,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[22,33,37,39,41],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[22,33,40,43,76,130],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":206,"\u30c1\u30fc\u30e0":12,"\u30c4\u30a4\u30fc\u30c8":2,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":12,"\u30c4\u30ea\u30fc":41,"\u30c4\u30fc\u30eb":[17,22,23],"\u30c6\u30ad\u30b9\u30c8":[12,17,33,35,39,40,54,76,114,134,138,140,148,161,162,163,171,186,189,193,205],"\u30c6\u30ad\u30b9\u30c8\u30ab\u30e9\u30e0":33,"\u30c6\u30ad\u30b9\u30c8\u30c7\u30fc\u30bf":134,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":148,"\u30c6\u30af\u30cb\u30c3\u30af":[194,195,196],"\u30c6\u30b9\u30c8":[3,4,6,7,8,12],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":14,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":12,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":148,"\u30c6\u30fc\u30d6\u30eb":[11,22],"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[135,137],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":39,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":58,"\u30c7\u30a3\u30b9\u30af":[33,34,95,100,116,228],"\u30c7\u30a3\u30b9\u30af\u30d5\u30eb":33,"\u30c7\u30a3\u30b9\u30afi":134,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[12,28,35],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[39,40],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":3,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":40,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30fc":[6,7,152],"\u30c7\u30b6\u30a4\u30f3":39,"\u30c7\u30d0\u30c3\u30ac\u30fc":[6,7],"\u30c7\u30d0\u30c3\u30b0":[6,7,33,41,85,140,147,149,185],"\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,18,28,33,34,35,37,38,39,40,41,46,49,51,53,60,76,78],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[33,39,87,134,200],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":41,"\u30c7\u30d5\u30e9\u30b0":37,"\u30c7\u30d7\u30ed\u30a4":149,"\u30c7\u30e1\u30ea\u30c3\u30c8":203,"\u30c7\u30fc\u30bf":[0,11,22,23,24,25,26,30,31,33,34,35,37,38,39,40,41,43,44,66,76,89,99,108,111,117,130,133],"\u30c7\u30fc\u30bf\u30ab\u30e9\u30e0":[33,125,145,195,196],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":47,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[72,76],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":72,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":[133,152,199],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":148,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":211,"\u30c7\u30fc\u30bf\u30d9\u30fc":37,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[0,11,20,22,28,33,34,37,39,40,41,47,52,74,85,86,88,89,95,97,99,100,101,102,103,104,115,116],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":33,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b5\u30a4\u30ba":206,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b9\u30ad\u30fc\u30de":99,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[40,206],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[34,134],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u30b3\u30de\u30f3\u30c9":197,"\u30c7\u30fc\u30e2\u30f3":[33,34,39,40,147,149,152,214],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":149,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[40,41,147],"\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":224,"\u30c8\u30d4\u30c3\u30af":12,"\u30c8\u30e2":225,"\u30c8\u30e9\u30a4":[37,134,182,183,203],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[22,35],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":[205,220],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[22,24,25,26,27,30,33,35,36,37,39,40,43,111,129,130,134,138,140,141,182,183,193,200,202],"\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,140],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30e2\u30fc\u30b8\u30e5\u30fc\u30eb":205,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[22,28,33,37,43,130,134,138,140,186,200,202,204],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":[33,138,140],"\u30c8\u30fc\u30af\u30f3":[33,35,37,40,41,134,138,140,183,186,200,202,203,204,205,218],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf":41,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":[22,25,30,33,41,43,129,134,138,140],"\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":204,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":204,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[3,5,6,7,8],"\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":[33,41,224],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[22,33,37,40,41],"\u30ca\u30ce":[35,79],"\u30cb\u30c3\u30dd\u30f3":[167,189,199],"\u30cb\u30db\u30f3":[167,189,199],"\u30cb\u30db\u30f3\u30b4":199,"\u30cb\u30db\u30f3\u30b8\u30f3":199,"\u30cb\u30e5\u30fc\u30b9":184,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[158,229],"\u30cd\u30b9\u30c8":[33,39,40,41,117,228],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[211,230],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[39,217],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":39,"\u30ce\u30a4\u30ba":[152,200,220],"\u30ce\u30fc\u30c9":[39,65],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[22,24,25,26,30,33,39,40,41,43,87,114,115,129,130,134,138,140,161,162,183],"\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":186,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[114,186],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":186,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[40,41,114,140,226],"\u30cf\u30a4\u30d5\u30f3":[134,226],"\u30cf\u30a4\u30e9\u30a4\u30c8":[33,161,162],"\u30cf\u30c3\u30b7\u30e5":[12,33,39,85],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[33,37,40,134,183,203],"\u30d0\u30a4\u30b0\u30e9\u30e0":[205,220],"\u30d0\u30a4\u30b0\u30e9\u30e0\u30d9\u30fc\u30b9":205,"\u30d0\u30a4\u30c8":[33,35,37,39,40,41,48,51,65,81,83,117,129,130,171,203,207],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":39,"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":[33,54],"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":40,"\u30d0\u30a4\u30ca\u30ea":[12,31],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":39,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[1,14,22,33,208],"\u30d0\u30a4\u30ca\u30ea\u30fc":79,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[20,21,181],"\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":3,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":99,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[40,54,147,182],"\u30d0\u30c3\u30af\u30c8\u30ec\u30fc\u30b9":33,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":39,"\u30d0\u30c3\u30d5\u30a1":[39,40,48,54,56,59,61,64,85,228],"\u30d0\u30c3\u30d5\u30a1\u30b5\u30a4\u30ba":33,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":85,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":40,"\u30d0\u30c3\u30d5\u30a1id":85,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":203,"\u30d0\u30eb\u30af":33,"\u30d0\u30eb\u30af\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":33,"\u30d0\u30f3\u30c9\u30eb":[33,40,41],"\u30d1\u30a4\u30d7":88,"\u30d1\u30b9":[12,28,33,35,36,37,41,52,89,119,120,124,145,146,147,148,149,150,152,153,211,217,226],"\u30d1\u30b9\u30b9\u30bf\u30a4\u30eb":193,"\u30d1\u30bf\u30fc\u30f3":[33,79,182,183,193],"\u30d1\u30bf\u30fc\u30f3\u30de\u30c3\u30c1":193,"\u30d1\u30c3\u30b1\u30fc\u30b8":[3,8],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":35,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":40,"\u30d1\u30c3\u30c1":16,"\u30d1\u30c8\u30ea\u30b7\u30a2":[22,39,65,218,222,226],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[33,35,37,40,134,182,183,203],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[182,183],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30ce\u30fc\u30c9":33,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[33,40,41,146,149,152,164,215],"\u30d1\u30e9\u30e1\u30fc\u30bf":[22,33,37,39,40,41,46,47,48,49,51,52,53,54,55,56,58,59,60,61,62,63,64,65,66,67,68,70],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[31,33,37,38,41,80,81,82,100,102,103,104,109],"\u30d1\u30ea":158,"\u30d1\u30fc\u30b5\u30fc":[12,182,193],"\u30d1\u30fc\u30b9":[33,37,53,54,181],"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3":41,"\u30d2\u30c3\u30c8":[11,40,130,184,189,199,218,220,229,231],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[130,181,220],"\u30d2\u30e5\u30d9\u30cb":[158,159],"\u30d3\u30c3\u30b0\u30a8\u30f3\u30c7\u30a3\u30a2\u30f3":41,"\u30d3\u30c3\u30c8":[33,65,182],"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":183,"\u30d3\u30e5\u30fc":39,"\u30d3\u30eb\u30c8\u30a4\u30f3":40,"\u30d3\u30eb\u30c9":[3,4],"\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,143],"\u30d4\u30ea\u30aa\u30c9":[88,228],"\u30d5\u30a1\u30a4\u30eb":3,"\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,152],"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[48,52,61,64],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":192,"\u30d5\u30a1\u30bb\u30c3\u30c8":130,"\u30d5\u30a3\u30eb\u30bf":[33,39],"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":40,"\u30d5\u30a3\u30eb\u30bf\u30fc":172,"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":130,"\u30d5\u30a3\u30fc\u30eb\u30c9":89,"\u30d5\u30a9\u30eb\u30c0\u30fc":31,"\u30d5\u30a9\u30ed\u30ef\u30fc":12,"\u30d5\u30a9\u30ed\u30fc":2,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":229,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[33,85,99,111,117],"\u30d5\u30a9\u30fc\u30e0":[40,130,181,182],"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af":33,"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u30e2\u30fc\u30c9":33,"\u30d5\u30c3\u30af":21,"\u30d5\u30e9\u30b0":[32,33,34,37,38,39,41,51,65,76,85,86,88,89,90,96,105,106,107,114,129,130,134,140,182,183,186,193,217,223,226,227,231],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":97,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[34,97],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":61,"\u30d5\u30e9\u30c3\u30b7\u30e5":33,"\u30d5\u30e9\u30f3\u30b9":158,"\u30d5\u30ec\u30fc\u30ba":[33,39],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":14,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":76,"\u30d6\u30e9\u30a6\u30b6":[12,17,28,230],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[22,222],"\u30d6\u30e9\u30b8\u30ea\u30a2":158,"\u30d6\u30e9\u30b8\u30eb":158,"\u30d6\u30ed\u30b0":3,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[12,130,182,183,228],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u30fc":111,"\u30d6\u30ed\u30c3\u30af":[0,40,149],"\u30d6\u30fc\u30ea\u30a2\u30f3":207,"\u30d6\u30fc\u30eb":[207,223],"\u30d7\u30e9\u30b0\u30a4\u30f3":[0,17,24,25,26,28,30,33,34,35,36,37,39,40,41,99,108,109,110,111,112,113,119,120,124,127,128,129,168,180,186,192,197,204],"\u30d7\u30e9\u30b0\u30a4\u30f3api":41,"\u30d7\u30e9\u30b0\u30de":130,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[14,17,18,23,28,37],"\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8":[22,33,43,77],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[66,149,152,197,203,226],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":210,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":40,"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0":1,"\u30d7\u30ed\u30b0\u30e9\u30e0":[3,35,39,89,147,149,152,183],"\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3":167,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[0,3],"\u30d7\u30ed\u30bb\u30b9":[0,33,39,40,78,85,91,100,103,119,122,124,125,132,137,143,145,146,147,148,149,152,185],"\u30d7\u30ed\u30bb\u30b9\u30ed\u30b0":[22,33,43],"\u30d7\u30ed\u30bb\u30b9id":217,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":[149,152],"\u30d7\u30ed\u30c8\u30b3\u30eb":[0,1,22,33,39,83,146,148,149,214,215],"\u30d7\u30ed\u30d1\u30c6\u30a3":129,"\u30d7\u30ed\u30f3\u30d7\u30c8":190,"\u30d8\u30c3\u30c0":[40,41],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":39,"\u30d8\u30c3\u30c0\u30fc":[33,39,41,83,211],"\u30d8\u30eb\u30d7":14,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[35,147],"\u30d9\u30af\u30bf":[34,35,39,40,61],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[37,39,40],"\u30d9\u30af\u30bf\u30fc":[33,37,40,41,76,98,130],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[22,33,40,41,43,72],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":76,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":41,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":148,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":40,"\u30d9\u30fc\u30b7\u30c3\u30af":211,"\u30d9\u30fc\u30b9":[0,17,35,37,39,41,64,65,126,140,182,183,189,194,195,196,197,205,210,215],"\u30d9\u30fc\u30b9\u30d1\u30b9":149,"\u30da\u30a2":[33,117,130,143,192,199,200,201,202,223,232],"\u30da\u30fc\u30b8":[2,12,17,22,33,39,40,130,147,150,226],"\u30da\u30fc\u30b8\u30e9\u30f3\u30af":[194,195,196],"\u30da\u30fc\u30b9\u30c8":39,"\u30db\u30b9\u30c8":[12,37,39,146,147,148,152,217],"\u30dc\u30bf\u30f3":[12,17,39,40],"\u30dc\u30c3\u30af\u30b9":130,"\u30dc\u30c7\u30a3":[87,95,100,113,116,117,118,119,120,124,131,134,136,137,139,152,217],"\u30dd\u30a4\u30f3\u30bf":[51,61,62,64,65,68],"\u30dd\u30a4\u30f3\u30c8":[76,192],"\u30dd\u30b9\u30c6\u30a3\u30f3\u30b0\u30ea\u30b9\u30c8":33,"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[37,40],"\u30dd\u30fc\u30c8":[40,146,147,148,152,190,211,215,217,230],"\u30de\u30a4\u30af\u30ed":[183,185,207,223,229],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[22,222],"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":188,"\u30de\u30af\u30ed":[33,37,40,61],"\u30de\u30b7\u30f3":[147,197],"\u30de\u30c3\u30c1":[11,28,33,34,37,40,41,54,63,76,108,111,130,155,161,162,167,168,171,172,181,182],"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":28,"\u30de\u30c3\u30d4\u30f3\u30b0":221,"\u30de\u30c3\u30d7":[33,95,206],"\u30de\u30c9\u30ea\u30fc\u30c9":158,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[33,40,41,89,129,228],"\u30de\u30eb\u30c1\u30b3\u30a2":0,"\u30de\u30eb\u30c1\u30b3\u30a2cpu":28,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":[33,41,95,126,211],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":40,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":90,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":37,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[37,211],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9\u30e2\u30c7\u30eb":41,"\u30de\u30eb\u30c1\u30e9\u30a4\u30f3\u30e2\u30fc\u30c9":193,"\u30de\u30fc\u30af":205,"\u30de\u30fc\u30af\u30a2\u30c3\u30d7":33,"\u30de\u30fc\u30b8":[17,39],"\u30df\u30b9":199,"\u30df\u30ea":[37,82,147,152,183,207,223,233],"\u30df\u30ea\u79d2":207,"\u30e1\u30bd\u30c3\u30c9":33,"\u30e1\u30bf\u30c7\u30fc\u30bf":[89,127,128,194,195,196],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":39,"\u30e1\u30c3\u30bb\u30fc\u30b8":[6,7,33,41,78,229],"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":40,"\u30e1\u30e2":[194,195,196],"\u30e1\u30e2\u30ea":[23,24,25,26,30,31,33,35,39,40,41,47,51,61],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":35,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u30e2\u30fc\u30c9":33,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[14,33,34,35,37,39,40,41,88],"\u30e1\u30e2\u30ea\u30fc":[33,95,100,134,206],"\u30e1\u30e2\u30ea\u30fc\u30a2\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":33,"\u30e1\u30e2\u30ea\u30fc\u30d6\u30ed\u30c3\u30af":132,"\u30e1\u30e2\u30ea\u30fc\u30de\u30c3\u30d7":206,"\u30e1\u30e2\u30ea\u30fc\u30ea\u30fc\u30af":[33,132],"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b3\u30b9\u30c8":205,"\u30e1\u30f3\u30d0":64,"\u30e1\u30f3\u30d0\u30fc":12,"\u30e1\u30fc\u30c8\u30eb":[158,159],"\u30e1\u30fc\u30eb":[12,17,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":[0,22,33,35,78],"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":40,"\u30e2\u30cb\u30bf\u30fc":[24,25,26,30],"\u30e2\u30fc\u30c9":[11,33,41,118,131,140,147,150,217,226],"\u30e6\u30cb\u30fc\u30af":152,"\u30e6\u30fc\u30b6":[11,12,39,88,130,148,199,200,201,202,207,226],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":68,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":11,"\u30e6\u30fc\u30b6\u30fc":[3,4,6,7,8],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":10,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":[76,87,205],"\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,69,139,147],"\u30e9\u30d9\u30eb":[33,40,41,111,130],"\u30e9\u30f3\u30ad\u30f3\u30b0":[41,226],"\u30e9\u30f3\u30c0\u30e0":233,"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":0,"\u30ea\u30af\u30a8\u30b9\u30c8":[33,40,41,44,77],"\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[22,33,43,77],"\u30ea\u30af\u30a8\u30b9\u30c8\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":143,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":217,"\u30ea\u30af\u30a8\u30b9\u30c8id":[22,33,43,77],"\u30ea\u30af\u30a8\u30b9\u30c8uri":149,"\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,54,100,101,109,112,117,130,134,135,147,152,182,183,186,188,192,193,204,205,225,226],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":12,"\u30ea\u30bb\u30c3\u30c8":33,"\u30ea\u30bd\u30fc\u30b9":[41,47,69,82],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[22,33,39,41,43,77,79],"\u30ea\u30c6\u30e9\u30eb":[33,34,37,39,161,162,171,182],"\u30ea\u30c8\u30e9\u30a4":46,"\u30ea\u30cd\u30fc\u30e0":[33,37,44,87],"\u30ea\u30d3\u30eb\u30c9":33,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":12,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":41,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[22,41],"\u30ea\u30dd\u30b8\u30c8\u30ea":[3,4,12],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":12,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":[3,4],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[22,217,222],"\u30ea\u30e9\u30a4\u30bf\u30fc":33,"\u30ea\u30ea\u30fc\u30b9":[3,4,6,7,8,10],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":3,"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":[12,33],"\u30ea\u30ea\u30fc\u30b9\u30b7\u30b9\u30c6\u30e0":7,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":3,"\u30ea\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb":147,"\u30ea\u30f3\u30af":[12,13,33,39,40,41,130,182,183,223],"\u30eb\u30fc\u30c8":37,"\u30eb\u30fc\u30d7":[33,35,39,41],"\u30eb\u30fc\u30eb":[22,35,41,43,130,140],"\u30ec\u30a4\u30e4":11,"\u30ec\u30b3\u30fc\u30c9":[0,11,22,32,33,35,37,39,40,41,44,48,54,58,59,61,63,64,65,74,76,87,96,98,99,101,108,111,113,117],"\u30ec\u30b3\u30fc\u30c9id":[22,39,43,58,61,64],"\u30ec\u30b3\u30fc\u30c9r":11,"\u30ec\u30b9\u30c8\u30e9\u30f3":0,"\u30ec\u30b9\u30dd\u30f3\u30b9":[37,39,40,41,47,82,83,87,110,130,132,152,211,217],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":211,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":[33,82,211],"\u30ec\u30d9\u30eb":[33,39,41,105,106,147,185],"\u30ec\u30dd\u30fc\u30c8":28,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":0,"\u30ec\u30fc\u30bf":39,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":155,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":34,"\u30ed\u30ac\u30fc":33,"\u30ed\u30ae\u30f3\u30b0":[33,51],"\u30ed\u30b0":[12,22,33,34,36,37,39,41,43,105,106],"\u30ed\u30b0\u30a4\u30f3":[12,206],"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":41,"\u30ed\u30b0\u30d1\u30b9":35,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[28,33,78,107,130,147,148,152,185,221],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[33,39,40,193],"\u30ed\u30b0\u30ec\u30d9\u30eb":[33,147,149,185],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":[33,147],"\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\u30b8\u30c3\u30af":113,"\u30ed\u30c3\u30af":[33,34,37,39,40,46,61,86,102,103,104,147],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[40,46],"\u30ed\u30f3\u30c9\u30f3":158,"\u30ed\u30fc\u30ab\u30eb":[12,183],"\u30ed\u30fc\u30c6\u30fc\u30c8":147,"\u30ed\u30fc\u30c9":[0,22,33,35,37,40,41],"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":39,"\u30ed\u30fc\u30de":167,"\u30ed\u30fc\u30de\u30b8":[167,189],"\u30ef\u30a4\u30c9":37,"\u30ef\u30fc\u30ab":149,"\u30ef\u30fc\u30ab\u30fc":149,"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":40,"\u30fb\u30b5\u30fc\u30d0":226,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":229,"\u30fb\u30d5\u30a1\u30a4\u30eb":18,"\u30fb\u5168":96,"\u30fb\u5186":0,"\u30fb\u6d6e\u52d5\u5c0f":130,"\u30fb\u81ea\u5df1\u7d39":229,"\u30fbgroonga":33,"\u30fbor":233,"\u30fbroot":33,"\u4e00\u3064":[0,47,48,51,64,78,85,86,88,90,96,97,99,105,106,107,122,135,156,158,159,160,163,165,169,172,180,207,218,223],"\u4e00\u4ef6":65,"\u4e00\u500b":11,"\u4e00\u5207":33,"\u4e00\u5b9a":33,"\u4e00\u5bfe":223,"\u4e00\u5de5":231,"\u4e00\u5ea6":[37,39,41,46,119,124,149,184,186,192,206,224,228],"\u4e00\u5f0f":61,"\u4e00\u610f":[74,88,126,147],"\u4e00\u62ec":64,"\u4e00\u6587":41,"\u4e00\u6587\u5b57":33,"\u4e00\u65b9":[0,66,69,130,162,168,171,172,182,183,205,220,223,226,228],"\u4e00\u6642":[6,7,22,33,39,43,61,136,158],"\u4e00\u6642\u7684":61,"\u4e00\u6c17":12,"\u4e00\u756a":[28,44,76,130,183,211],"\u4e00\u77ed":0,"\u4e00\u7dd2":[34,39,41,48,51,76],"\u4e00\u7fa4":11,"\u4e00\u81f4":[11,12,22,33,36,39,41,44,51,64,65,130,133,134,167,182,183,189,199,203,205],"\u4e00\u822c":[0,21,47,61,130,181,182,205,226],"\u4e00\u884c":[35,147,148],"\u4e00\u89a7":[17,18,22,43],"\u4e00\u8a9e":220,"\u4e00\u8cab":[10,33],"\u4e00\u9023":185,"\u4e00\u90e8":[12,33,39,90],"\u4e00\u9577":0,"\u4e07\u884c":152,"\u4e09\u3064":[158,218],"\u4e09\u756a\u76ee":183,"\u4e09\u7a2e":[1,230],"\u4e09\u8c37":41,"\u4e0a\u304c\u3063":205,"\u4e0a\u3052\u308b":220,"\u4e0a\u4f4d":[64,220],"\u4e0a\u554f":215,"\u4e0a\u66f8\u304d":[12,33,82,233],"\u4e0a\u8a18":[17,21,28,32,33,39,108,130,134,148,155,163,168,172,192,200,202,205,217,220,224,226,233],"\u4e0a\u8a18url":12,"\u4e0a\u8ff0":192,"\u4e0a\u91ce":35,"\u4e0a\u9650":[9,22],"\u4e0b\u304c\u3063":205,"\u4e0b\u304c\u308a":220,"\u4e0b\u3052":33,"\u4e0b\u3055\u3044":[1,12,23,24,25,26,30,31,39,40,64,89,140],"\u4e0b\u66f8\u304d":188,"\u4e0b\u8a18":[11,65,78,85],"\u4e0b\u90e8":12,"\u4e0b\u9650":[58,65],"\u4e0d\u5177\u5408":[3,33,39,40,41],"\u4e0d\u5341\u5206":33,"\u4e0d\u5909":74,"\u4e0d\u5b8c\u5168":37,"\u4e0d\u5fc5\u8981":[33,82],"\u4e0d\u610f":100,"\u4e0d\u6574\u5408":34,"\u4e0d\u6b63":[14,33,34,35,37,40,41,100,134],"\u4e0d\u6b63\u78ba":39,"\u4e0d\u80fd":148,"\u4e0d\u8981":[0,33,39,40,41,205,214],"\u4e0d\u8db3":[23,24,25,26,30,31,33,41],"\u4e0d\u9069\u5207":[39,41],"\u4e0e\u3048":[11,33,39,40,53,65,101,147,217,220,226],"\u4e0e\u3048\u308b":[78,101,146,147,233],"\u4e16\u4ee3":78,"\u4e16\u754c":[158,159,160,207,223,233],"\u4e21\u65b9":[0,76,111,130,182,183,184,193,199,203,205,229,231],"\u4e21\u8005":233,"\u4e26\u3073":[183,218],"\u4e26\u3073\u9806":233,"\u4e26\u3079":[22,222],"\u4e26\u5217":[6,7],"\u4e2d\u4e95":40,"\u4e2d\u56fd":158,"\u4e2d\u592e\u5024":41,"\u4e2d\u5fc3":159,"\u4e2d\u65ad":[37,39,41,56],"\u4e2d\u7a0b\u5ea6":[23,24,25,26,30,31],"\u4e2d\u8eab":[41,148,217,226],"\u4e2d\u9593":[11,218],"\u4e38\u62ec":226,"\u4e3b\u30ad\u30fc":[22,35,39,74,101,135],"\u4e3b\u5c0e":152,"\u4e3b\u8981":23,"\u4e43\u6bc5":35,"\u4e57\u308a":108,"\u4e71\u6570":[169,233],"\u4e88\u3081":[147,207],"\u4e88\u5b9a":[16,33,37,76,78,127,128,158,171,193,197,211],"\u4e88\u7d04":88,"\u4e8b\u524d":[12,108,109,110,112,113,127,128,201,220],"\u4e8b\u67c4":10,"\u4e8b\u9805":22,"\u4e8c\u3064":[51,78,108,110,111,114,140,148,158,164,167,168,172,218],"\u4e8c\u3064\u76ee":11,"\u4e8c\u70b9\u9593":158,"\u4e8c\u756a":130,"\u4e8c\u756a\u76ee":183,"\u4e8c\u91cd":[33,40,41,182],"\u4e8c\u9805":[33,183],"\u4e92\u63db":[12,24,25,26,30,33,41,78,111,114,150,183,195,196,211],"\u4e92\u63db\u6027":12,"\u4e94\u5165":37,"\u4eac\u90fd":[205,218,220],"\u4eba\u3068":10,"\u4eba\u5411\u3051":33,"\u4eca\u56de":[33,39,171,183,226],"\u4eca\u5f8c":[37,107,127,140,193],"\u4ecb\u3057":[0,230],"\u4ecb\u6587":229,"\u4ed5\u65b9":3,"\u4ed5\u69d8":[22,35,38,39,41,60,78,133,149,150,205],"\u4ed5\u7d44":[17,33,211],"\u4ed5\u7d44\u307f":[33,39,149],"\u4ed8\u3044":186,"\u4ed8\u304d":3,"\u4ed8\u3051":[39,81,82,98,126,152,155,161,162,211,217,223,226,228],"\u4ed8\u3051\u308b":[9,152,183,186,204,226,232],"\u4ed8\u3051\u65b9":81,"\u4ed8\u4e0e":[48,64,74,148,225],"\u4ed8\u5c5e":[149,150],"\u4ed8\u968f":90,"\u4ee3\u308a":[39,158,182],"\u4ee3\u308f\u308a":[28,31,33,130,132,134,147,149,161,162,171,182,186,193,205,217],"\u4ee3\u5165":[11,35,40,182],"\u4ee3\u8868":0,"\u4ee5\u4e0a":[11,12,14,17,31,33,39,40,41,48,51,65,66,72,76,89,111,113,125,130,133,134,136,147,148,149,152,161,164,167,168,171,172],"\u4ee5\u4e0b":[11,12,14,17,18,21,25,28,31,32,33,37,39,41,44,47,48,50,51,52,54,61,66,69,72,76,79,80,81,82,83,85,87,88,89,91,92,93,94,95,98,99,100,101,102,103,104,105,106,108,109,110,111,113,114,115,116,117,119,120,124,125,126,129,130,131,132,133,134,135,136,137,138,140,141,142,145,147,148,149,150,152,155,158,159,161,162,163,164,167,168,171,172,180],"\u4ee5\u5185":[183,199,200,229,233],"\u4ee5\u524d":[33,37,39,40,41,186,220,223,229],"\u4ee5\u5916":[0,11,12,35,37,40,41,44,47,48,51,52,54,58,61,64,67,69,76,111,125,130,134,136,145,148,182,188,193,203,207],"\u4ee5\u964d":[12,14,17,33,35,37,40,41,91,108,137,147,161,162,163,186,188,205,230],"\u4eee\u540d":189,"\u4eee\u5b9a":126,"\u4eee\u60f3":[12,33,40,224,233],"\u4ef6\u540c":33,"\u4ef6\u542b":229,"\u4ef6\u6570":[33,41,61,64,74,101,218,220,226],"\u4efb\u610f":[0,12,147,148,226],"\u4f1a\u793e":[33,41],"\u4f1d\u7d71":0,"\u4f3c\u305f":186,"\u4f4e\u3044":220,"\u4f4e\u304f":[205,220],"\u4f4e\u4e0b":40,"\u4f4e\u6a5f":11,"\u4f4e\u6e1b":[35,215],"\u4f4f\u3093":229,"\u4f4f\u6240":39,"\u4f50\u85e4":33,"\u4f53\u8fd1":159,"\u4f55\u3089\u304b":207,"\u4f55\u500b":130,"\u4f55\u5ea6":[40,126],"\u4f59\u308a":183,"\u4f59\u8a08":10,"\u4f5c\u3063":[37,64,65,116,118,129,149,152,186,199,220,224],"\u4f5c\u3089":[33,108],"\u4f5c\u3089\u308c":[41,148],"\u4f5c\u308a":[41,125,132,134,152,185,199,200,206,228],"\u4f5c\u308a\u76f4\u3057":125,"\u4f5c\u308a\u76f4\u3059":[33,125],"\u4f5c\u308c":102,"\u4f5c\u308c\u308b":33,"\u4f5c\u6210":3,"\u4f5c\u6210\u6e08":147,"\u4f5c\u696d":[3,10],"\u4f5c\u7528":39,"\u4f75\u305b":226,"\u4f7f\u3044":[0,6,7,8,11,15,17,18,21,22,24,25,26,27,28,30,33,37,41,44,46,52,54,66,76,79,82,98,109,111,114,129,130,131,133,134,138,140,147,149,152,162,163,167,171,181,182,183,184,186,192,193,194,198,199,200,202,204,205,206,207,211],"\u4f7f\u3044\u5206\u3051":[218,220],"\u4f7f\u3044\u65b9":[0,22,43],"\u4f7f\u3046":[5,7,11,12,16,21,23,24,25,26,28,30,33,34,35,37,39,40,41,44,45,47,48,54,66,69,76,79,81,84,87,92,93,94,95,98,99,100,108,109,110,111,112,113,114,118,119,124,125,127,128,130,131,133,134,136,140,143,147,148],"\u4f7f\u3048":[6,8,21,33,37,40,41,44,87,95,110,111,118,125,126,130,134,140,147,149,152,154,155,181,182,183,189,193,194,195,196,197,205,209,210,224,226],"\u4f7f\u3048\u308b":[21,28,33,37,39,40,41,129,130,147,182,193,197],"\u4f7f\u3063":[3,5],"\u4f7f\u308f":[12,21,33,37,40,41,44,47,51,83,100,109,111,113,116,130,134,136,140,149,155,181,182,186,189,192,193,199,203,205,217,224,225,232],"\u4f7f\u308f\u305a":168,"\u4f7f\u7528":[11,12,33,34,35,39,40,41,47,48,51,61,62,64,68,78,85,87,88,89,91,98,101,111,114,115,126,130,132,137,138,140,141,142,147,148,149,150,152,158,161,168,172,182,183,189,194,205],"\u4f7f\u7528\u4f8b":158,"\u4f8b\u3068\u3057\u3066":[206,223],"\u4f8b\u3068\u3068\u3082":158,"\u4f8b\u5916":[26,33,41,87,117,127,128],"\u4f9d\u5b58":[22,23],"\u4fa1\u683c":33,"\u4fbf\u5229":[0,1,6,7,28,33,48,76,79,108,109,114,125,129,130,131,138,140,147,181,182,189,193,199,223],"\u4fc2\u6570":[11,130],"\u4fdd\u3064":33,"\u4fdd\u5b58":[22,33,39,40,76,87,89,108,111,129,130],"\u4fdd\u6301":[47,51,223,227,229],"\u4fdd\u8a3c":[78,85],"\u4fe1\u6d0b":33,"\u4fe1\u983c":145,"\u4fee\u5e73":41,"\u4fee\u6b63\u4e2d":200,"\u500b\u3005":[11,78,108,110,220],"\u500b\u4eba":[12,28],"\u500b\u5225":12,"\u500b\u5b9a":9,"\u500b\u6240":41,"\u500b\u6570":[39,48],"\u500d\u7cbe":207,"\u5019\u88dc":[133,152,167,199,200,201],"\u5024\u304b":158,"\u5024\u304c":33,"\u5024\u3054":224,"\u5024\u3054\u3068":224,"\u5024\u3060\u3051":183,"\u5024\u3068":[130,182,223],"\u5024\u3068\u3057\u3066":[147,158,221,229],"\u5024\u306a\u3057":38,"\u5024\u306a\u3089":40,"\u5024\u3088\u308a":[11,130],"\u5024\u4ee5\u4e0a":147,"\u5024\u578b":223,"\u5024\u57df":72,"\u5024\u6bce":224,"\u5024\u7528":37,"\u5024\u8a18":183,"\u505c\u6b62":[33,40,78,91,137,147],"\u5065\u4f5c":225,"\u5074\u9762":0,"\u5076\u6570":183,"\u5099\u8003":[40,152],"\u50be\u5411":228,"\u512a\u308c":[0,205],"\u512a\u5148":[0,33,95,148,199],"\u5143\u6c17":40,"\u5148\u60c5":229,"\u5148\u982d":[56,61,130,149,193,205,226],"\u5149\u7537":40,"\u5165\u3063":[14,33,39,40,79,199,217,225,226,228],"\u5165\u308a":[100,183,205,217,224,226],"\u5165\u308b":135,"\u5165\u308c":[205,220,225,229],"\u5165\u308c\u308b":[33,193],"\u5165\u529b":[33,34,37,38,40,79,85,86,88,90,96,97,99,101,105,106,107,122,130,133,135,146,147,148],"\u5165\u529b\u30df\u30b9":200,"\u5168\u304f":33,"\u5168\u3066":[17,64,130,149,181,184,207,228],"\u5168\u4e16\u754c":40,"\u5168\u4ef6":[65,182,183],"\u5168\u4f53":[22,28,40,43,45],"\u5168\u524a":142,"\u5168\u6587\u691c":[22,35,222],"\u5168\u6587\u691c\u7d22":[39,134,147],"\u5168\u89d2":[33,37,65,186,226],"\u5168\u90e8":217,"\u5168suffix":64,"\u516c\u5e73":40,"\u516c\u5f0f":[8,24,26,37,168],"\u516c\u8f14":40,"\u516c\u958b":[12,33,35,37,40,41,47],"\u516c\u958b\u9375":12,"\u5171\u306b":[48,61],"\u5171\u901a":[10,37,108,110,183,203,207,228],"\u5171\u901a\u63a5":203,"\u5177\u4f53":[130,220,224,228],"\u5177\u4f53\u4f8b":[87,111],"\u5177\u5408":[130,183],"\u5178\u578b":33,"\u5185\u5bb9":[10,12,17,33,39,41,52,56,59,65,79,89,111,130,135,146,148,171,182,183,185,199,202,206,215,223,226,228,229,230],"\u5185\u8a33":220,"\u5185\u8fd1\u304f":183,"\u5185\u90e8":[12,33,38,41,47,51,57,61,64,171,223],"\u5186\u6ed1":12,"\u518d\u3073":41,"\u518d\u4f5c":33,"\u518d\u4f5c\u6210":33,"\u518d\u5229":[33,41,74,203],"\u518d\u5e30":[11,44,61,86,103,130,145,149,192],"\u518d\u5ea6":[11,33,41,46],"\u518d\u691c":181,"\u518d\u69cb":37,"\u518d\u73fe":[10,40,181,205,220],"\u518d\u751f":149,"\u518d\u767a":41,"\u518d\u8aad":[107,192],"\u518d\u8d77":[33,192,206,215],"\u518d\u8d77\u52d5":[119,124,206],"\u51e6\u7406":[0,6,7,11,17,33,34,35,39,40,41,56,74,77,82,83,100,103,114,130,132,134,138,140,145,148,149,162,171,182,183,185,204,205,211,217,218,233],"\u51fa\u3055":40,"\u51fa\u3057":229,"\u51fa\u3059":[152,229],"\u51fa\u305b\u308b":0,"\u51fa\u529b":[0,3,14],"\u51fa\u6765":[18,140,225,228],"\u51fa\u6765\u308b":229,"\u51fa\u73fe":[0,33,48,89,133,138,152,194,195,196,227],"\u5206\u304b\u3061":0,"\u5206\u3051":[12,22,89],"\u5206\u3051\u308b":[12,223],"\u5206\u307e":197,"\u5206\u5272":[0,33,37,183,203,205,218,226],"\u5206\u5c90":14,"\u5206\u6563":197,"\u5206\u6790":0,"\u5206\u89e3":[11,197],"\u5206\u914d":111,"\u5206\u985e":[223,224],"\u5206z":207,"\u5207\u3089":41,"\u5207\u308a":[12,33,37,40,41,122],"\u5207\u308a\u6368\u3066":223,"\u5207\u308b":[41,149],"\u5207\u308c":33,"\u5217\u4e2d":[33,183],"\u5217\u578b":[41,182,223,224],"\u5217\u5f0f":54,"\u5217\u5f15":11,"\u5217\u60c5":140,"\u5217\u6307\u5411":0,"\u5217\u6319":[33,226],"\u5217\u8868":[54,207],"\u5217\u95a2":33,"\u521d\u56de":17,"\u521d\u671f":[0,35,37,39,41,52,61],"\u521d\u671f\u5024":146,"\u521d\u671f\u5316":[33,39,51,62,69],"\u5224\u5b9a":233,"\u5224\u65ad":[52,113,130,183],"\u5225\u3005":[130,224],"\u5225\u540d":33,"\u5225\u9014":[61,207],"\u5229\u70b9":0,"\u5229\u7528":[0,1,10,12,14,17,22,23,24,25,26,28,30,31,33,37,39,40,41,43,47,52,64,79,99],"\u5229\u7528\u4f8b":0,"\u5230\u9054":32,"\u5236\u5fa1":[39,109,149,155,168],"\u5236\u7d04":32,"\u5236\u9650":22,"\u5247\u3063":197,"\u524a\u6e1b":33,"\u524a\u9664":[0,6,7,18,33,34,35,37,38,39,40,41,56,61,63,64,65,74,87,90,92],"\u524d\u3082\u3063":33,"\u524d\u4ed8":110,"\u524d\u4ed8\u304d":61,"\u524d\u56de":12,"\u524d\u5f8c":[147,226],"\u524d\u63d0":3,"\u524d\u65b9":[11,22,33,36,39,41,65,133,134,167,182,183,189,199,203,205,218,222,226],"\u524d\u65b9\u4e00\u81f4":[22,33,34,38,39,43,87,133,167],"\u524d\u8005":[44,152,186,192,233],"\u524d\u8ff0":[134,149,186,220],"\u5270\u4f59":41,"\u5272\u3063":[194,196],"\u5272\u308a":51,"\u5272\u308a\u5f53\u3066":[35,47],"\u5272\u308a\u5f53\u3066\u308b":[81,203,223,226],"\u5272\u308b":196,"\u5272\u5408":132,"\u52a0\u3048":[11,21,100,223,231],"\u52a0\u3048\u308b":[37,88,100],"\u52a0\u308f\u308b":10,"\u52a0\u7b97":[33,61,74,76],"\u52a3\u5316":33,"\u52b9\u679c":[109,229],"\u52b9\u7387":[33,100,228],"\u52c9\u5f37":205,"\u52d5\u3044":[33,66],"\u52d5\u304b":[33,40,41,95,152,193],"\u52d5\u304b\u3057":[152,206],"\u52d5\u304b\u3059":33,"\u52d5\u304d":[33,130,139,197,211],"\u52d5\u304f":[28,37,39,206,210],"\u52d5\u4f5c":3,"\u52d5\u5c0f":207,"\u52d5\u74b0":146,"\u52d5\u753b":225,"\u52d5\u7684":[0,22,33,35,38,43,149],"\u52e7\u3081":41,"\u5316\u4f5c":12,"\u5316\u51e6":[37,74],"\u5316\u524d":74,"\u5316\u5bfe":17,"\u5316\u65b9":[114,186],"\u5316\u6642":37,"\u5316\u6e08":[52,61],"\u5316\u6f0f\u308c":39,"\u5316\u95a2":35,"\u5317\u4eac":158,"\u5317\u534a\u7403":39,"\u5317\u5e02":33,"\u533a\u5207\u3063":[114,130,138,140,152,217],"\u533a\u5207\u3089":37,"\u533a\u5207\u308a":[0,33,39,99,101,130,133,140,146,147,152,182,183,190,202,205,207,223,224,226],"\u533a\u5207\u308b":[35,130,192],"\u533a\u5225":[130,193,207,231],"\u5341\u4e00":218,"\u5341\u5206":[33,59,119,124,130,147,220,221],"\u5343\u4e07":32,"\u534a\u5f84":159,"\u534a\u7121":[37,134],"\u534a\u89d2":[65,186,226],"\u5354\u529b":[3,4],"\u5357\u534a":39,"\u5358\u306b":[40,128],"\u5358\u4e00":88,"\u5358\u4f4d":[0,33,35,37,67,77,79,82,117,132,143,147,152,158,159,171,183,185,205,207,217,218,226,229],"\u5358\u4f53":[0,148],"\u5358\u72ec":[48,148],"\u5358\u7d14":[11,81,159,231],"\u5358\u8a9e":[39,130,181,182],"\u535a\u4e4b":33,"\u5360\u6709":61,"\u5371\u6a5f":[147,185],"\u5371\u967a":[12,91,102,103,104,113,118,136,137,211],"\u5373\u5024":33,"\u5373\u5ea7":33,"\u539f\u56e0":[10,22,33,145,148,219],"\u539f\u99c5":233,"\u53b3\u5bc6":[33,41,199],"\u53c2\u52a0":[2,3],"\u53c2\u7167\u5143":223,"\u53c2\u7167\u5148":40,"\u53ca\u3073":148,"\u53cb\u4eba":225,"\u53cc\u65b9":10,"\u53cd\u6620":[0,11,12,152,206],"\u53cd\u8ee2":183,"\u53ce\u307e\u308a\u304d\u3089":33,"\u53ce\u96c6":[0,79],"\u53d6\u308a\u51fa\u3055":223,"\u53d6\u308a\u51fa\u3057":[58,65,226],"\u53d6\u308a\u51fa\u3059":[11,35,58,65,223],"\u53d6\u308a\u5f97\u308b":207,"\u53d6\u308a\u8fbc\u307e":12,"\u53d6\u308a\u8fbc\u307f":37,"\u53d6\u308a\u9664\u3044":64,"\u53d6\u308a\u9664\u304d":[11,163],"\u53d6\u308b":[152,183,217],"\u53d6\u308c\u308b":101,"\u53d6\u5f97":[3,10],"\u53d7\u3051":[9,33,39,40,41,81,82,126,149,152,155,158,183,211,214,217,226,232],"\u53d7\u3051\u308b":[41,215],"\u53d7\u3051\u4ed8\u3051":[35,39,131,183],"\u53d7\u3051\u53d6\u3063":0,"\u53d7\u3051\u53d6\u308a":[11,149,152,226],"\u53d7\u4ed8":[40,232],"\u53d7\u4fe1":152,"\u53e4\u3044":12,"\u53e4\u304f":41,"\u53e4\u3059\u304e\u308b":18,"\u53ef\u5426":226,"\u53ef\u5909":[37,89,97,117,217],"\u53ef\u8aad":41,"\u53f3\u4e0a":34,"\u53f3\u4e0b":[34,160],"\u53f3\u8fba":[33,35,37],"\u5404\u51fa":130,"\u5404\u52d9":33,"\u5404\u547d":148,"\u5404\u56fd":12,"\u5404\u7a2e":12,"\u5404\u7d22":226,"\u5404\u8981":76,"\u5404\u8a9e":85,"\u5408\u308f\u305b":[12,39,48,183],"\u5408\u7406":205,"\u5408\u81f4":[226,233],"\u5408\u8a08":[32,41,85,130,148,194,203,220,221],"\u5409\u5ca1":33,"\u5409\u7530":40,"\u540c\u3058":[0,22,33,34,35,37,41,51,54,65,76,78,79,81,87,107,110,111,113,119,124,125,126,130,133,135,140,147,148,149,150,152,168,183,186,192,193,194,195,196,200,207,211,219],"\u540c\u3058\u4f8b":228,"\u540c\u3058\u5024":[149,226],"\u540c\u3058\u578b":76,"\u540c\u3058\u6570":[147,149,211],"\u540c\u3058\u6708":33,"\u540c\u3058\u91cd\u307f":168,"\u540c\u4e00":[40,48,65,74,78,88,148,197,211,218,228],"\u540c\u6642":[0,9,33,64,65,78,130,148,152,233],"\u540c\u671f":[12,148],"\u540c\u68b1":[17,35,39,41],"\u540c\u69d8":[11,12,65,148,188,217,223,233],"\u540c\u7b49":[33,148,218],"\u540c\u7fa9":[33,192],"\u540d\u4e00":135,"\u540d\u524d":[12,17,22,33,35,36,37,39,43,44,48,51,52,61,62,64,67],"\u540d\u79f0":33,"\u540d\u7b49":61,"\u540dn":135,"\u5411\u3044":[41,79,130,203],"\u5411\u3051":3,"\u5411\u4e0a":[33,37,149,181,211,215],"\u5426\u304b":[108,110,155],"\u5426\u5b9a":[11,33,130],"\u542b\u307e":[6,11,12,24,33,39,41,79,87,89,95,100,101,108,111,113,119,120,124,127,128,130,131,134,135,136,137,138,152,155,164,168,171,182,183,192,194,195,196,202,205,211,218,226,229],"\u542b\u307e\u308c":[0,40,79,111,119,120,124,130,134,155,171,218],"\u542b\u307e\u308c\u308b":[0,11,12,33,130,147,161,162,220,223,226],"\u542b\u307f":[33,65,79,111,117],"\u542b\u3080":[9,11,33,39,40,41,76,87,88,108,129,130,133,137,146,182,183,195,196,218,226,228,229],"\u542b\u3080\u5024":[147,226],"\u542b\u3080\u5168\u3066":91,"\u542b\u3081":[12,130,155,182,192],"\u542b\u3081\u308b":[12,33,37,38,41,99,108,110,111,113,114,130,140,182,192,226],"\u542b\u3093":[11,33,41,79,113,117,129,130,171,182,183,194,195,200,201,205,223,229],"\u5438\u53ce":226,"\u5468\u4e0a":159,"\u5468\u8fba":[39,171],"\u547c\u3070":[33,40,51,62,64,66,130,183,194,207,226],"\u547c\u3073":[11,69,76,130,147,148,171,223],"\u547c\u3073\u5143":51,"\u547c\u3073\u51fa\u3055":[56,130],"\u547c\u3073\u51fa\u3057":[0,11,33,35,39,41,51,99,130,171,181],"\u547c\u3073\u51fa\u3059":[109,139,156,159,160,165,169,181],"\u547c\u3076":[14,33,39,66,69,91,137,181],"\u547c\u3076\u524d":69,"\u547c\u3093":[41,69,130,218,224],"\u547c\u51fa":[48,59,61,64],"\u547d\u4ee4":147,"\u547d\u540d":[39,111],"\u548c\u5e83":40,"\u552f\u4e00":139,"\u554f\u3044\u5408\u308f":11,"\u554f\u984c":[12,17,33,34,35,36,37,39,40,41,47,51,85,88,118,148,149,182,183,205,221,226],"\u559c\u3073":[16,17],"\u56db\u3064":218,"\u56db\u5247":41,"\u56db\u6368":37,"\u56db\u89d2":188,"\u56de\u52d5":148,"\u56de\u540c":33,"\u56de\u547c":35,"\u56de\u6307\u5b9a":182,"\u56de\u6570":[39,206],"\u56de\u7279":148,"\u56de\u7e70\u308a":148,"\u56de\u9001\u308b":126,"\u56de\u907f":[12,22,33,41,136,219,220],"\u56f0\u3063":10,"\u56f0\u96e3":[0,39],"\u56f2\u307e":[162,171],"\u56f2\u307f":[147,161,162,171],"\u56f2\u3080":[40,171,226],"\u56f2\u3093":183,"\u56fa\u5b9a":[41,61,65,89,134,217,226],"\u56fa\u5b9a\u9577":35,"\u56fa\u6709":[56,76],"\u56fd\u3054":224,"\u56fd\u540d":224,"\u56fd\u969b":17,"\u56fd\u969b\u5316":[3,15],"\u570f\u5185":229,"\u5727\u7e2e":[28,33,37,39,40,41,48,88,129,210],"\u5730\u56f3":0,"\u5730\u57df":0,"\u5730\u5f62":[158,159],"\u5730\u70b9":[158,233],"\u5730\u7cfb":158,"\u578b\u304b":207,"\u578b\u3068\u3057\u3066":207,"\u578b\u540d":[89,129,130],"\u578b\u5909":37,"\u578b\u60c5":39,"\u578b\u6307":39,"\u578b\u7528":54,"\u57cb\u3081\u8fbc\u307e":12,"\u57cb\u3081\u8fbc\u307f":[162,171],"\u57cb\u3081\u8fbc\u3080":148,"\u57f7\u7b46":[18,188,227,228],"\u57fa\u6570":183,"\u57fa\u672c":[0,12,22,39,41,87],"\u57fa\u6e96":[0,12,223,226],"\u57fa\u76e4":51,"\u5831\u4ee5":140,"\u5831\u544a":[3,10],"\u5834\u5408":[5,6,7,10,11],"\u5834\u6240":2,"\u5883\u754c":[39,108,110,158],"\u5897\u3048":[76,127,132,140,193,196,228],"\u5897\u3048\u308b":[33,115,141,152],"\u5897\u3084":[6,7,33,66,76],"\u5897\u3084\u3059":[14,66,76,130,193,206],"\u5897\u5206":130,"\u5897\u52a0":[40,130],"\u5897\u5927":158,"\u58ca\u3057":[33,145],"\u58ca\u3059":39,"\u58ca\u308c":[33,35,37,39,85,118,125,136,145],"\u58ca\u308c\u308b":[33,34,35,37,39,40,41,102,103,104],"\u5909\u3048":87,"\u5909\u3048\u308b":[87,130,205,220],"\u5909\u308a":41,"\u5909\u308f\u3063":[87,205],"\u5909\u308f\u308a":[33,84,85,126,205,218,233],"\u5909\u308f\u308b":[161,162,171,205,220],"\u5909\u5316":[0,33],"\u5909\u63db":[33,37,65,83,149,183,186],"\u5909\u6570":[12,14,29,33,36,37,38,39,40,41,62,70,130,183,192],"\u5909\u66f4":[12,18,21,22,28,33,34],"\u5909\u66f4\u5f8c":[49,51,53,60,61,64],"\u5909\u66f4\u70b9":3,"\u5916\u90e8":9,"\u591a\u3044":[145,182,183,189,220],"\u591a\u304f":[37,100,111,130,134,149,167,171,182,183,193,196,205,210,215,220,223,226],"\u591a\u3059\u304e":35,"\u591a\u3059\u304e\u308b":130,"\u591a\u5f69":0,"\u591a\u69d8":0,"\u591a\u6bb5":33,"\u591a\u91cd":146,"\u591a\u9762":0,"\u5927\u304d":[39,76,85,134,145,149,203,206],"\u5927\u304d\u3044":[11,33,37,41,82,95,130,134,145,182,203,205,206],"\u5927\u304d\u304f":[35,78,99,145,159,195,223],"\u5927\u304d\u3055":203,"\u5927\u304d\u306a":33,"\u5927\u4e08":19,"\u5927\u4e08\u592b":[10,28],"\u5927\u4e8b":[182,192],"\u5927\u5207":0,"\u5927\u5225":223,"\u5927\u62b5":149,"\u5927\u6587":[130,193],"\u5927\u6587\u5b57":[41,134,167,193,226],"\u5927\u898f\u6a21":0,"\u5927\u8cb4":39,"\u5927\u91cf":[11,33,41,134,136,194,195,203,225,226],"\u5927\u95a2":41,"\u592a\u90ce":225,"\u592b\u5fc5":231,"\u5931\u308f":39,"\u5931\u52b9":[84,149],"\u5931\u6557":[12,33,35,37,39,40,41,46,47,70,87,88,91,92,94,95,98,100,102,103,104,113,119,120,124,125,130,134,136,137,142,182,193,226],"\u5947\u5999":193,"\u5947\u6570":183,"\u5968\u6271\u3044":41,"\u597d\u304d":17,"\u59a5\u5f53":[33,203],"\u59cb\u307e\u3063":[79,185,189,201],"\u59cb\u307e\u308a":12,"\u59cb\u307e\u308b":[28,41,64,74,88,130,148,182,183,192,199,201,205,211],"\u59cb\u3081":17,"\u59cb\u70b9":226,"\u5b09\u3057\u304f":10,"\u5b50\u5348\u7dda":158,"\u5b57\u5165":189,"\u5b57\u5217":[33,37,41,92,93,94,134,182,207],"\u5b57\u5c0f":[130,193],"\u5b58\u5426":61,"\u5b58\u5728":[0,18,33,34,35,39,40,41,44,51,61,64,65,74,79,92,93,99,111,113,116,126,130,148,149,155,159,160,197,205,215,217,218,221,224,226,228,233],"\u5b66\u3073":[111,130,158,224],"\u5b66\u3093":229,"\u5b66\u7fd2":[35,40,133],"\u5b66\u7fd2\u7528":152,"\u5b89\u5168":[33,217],"\u5b89\u5b9a":[0,38,78,85],"\u5b89\u5fc3":10,"\u5b8c\u4e86":[12,17,82,130,185],"\u5b8c\u5168":[11,44,64,88,109,130,134,183,203],"\u5b8c\u74a7":196,"\u5b8c\u7d50":10,"\u5b9a\u5024":39,"\u5b9a\u5b50":193,"\u5b9a\u6570":33,"\u5b9a\u7fa9":[11,33,39,41,44,48,56,62,64,67,74,87,88,90,96,98,99,108,111,130,135,147,155,158,161,162,163,164,167,168,171,172,180,182,183,184,192,193,194,195,196,197,207,217,226,228],"\u5b9f\u4f53":51,"\u5b9f\u4f8b":[3,4],"\u5b9f\u51e6":[11,62],"\u5b9f\u6570":207,"\u5b9f\u65bd":12,"\u5b9f\u73fe":[0,3,4],"\u5b9f\u7528":41,"\u5b9f\u7a3c":146,"\u5b9f\u884c":[0,3],"\u5b9f\u884c\u4f8b":[14,39,44,76,78,79,84,87,89,91,92,93,94,95,98,100,102,103,104,108,109,111,112,113,114,115,116,117,118,119,120,124,125,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,149,152,155,158,161,162,163,164,167,168,171,172,180,182,183,184,185,186,189,193,194,195,196,199,200,202,204,205,217,223,224,225,226,228,229,230,231,232,233],"\u5b9f\u88c5":[17,33,37,39,41,66,82,87,111,127,128,130,149,150,158,196,197,210],"\u5b9f\u969b":[32,40,44,66,108,110,111,113,130,132,194,206,220,225,228],"\u5b9f\u9a13":33,"\u5bb9\u91cf":[33,85],"\u5bc6\u9375":3,"\u5bfe\u51e6":41,"\u5bfe\u5fdc":[0,9],"\u5bfe\u7167":168,"\u5bfe\u7b56":[22,219],"\u5bfe\u8a71":[217,226],"\u5bfe\u8c61":[0,9,11,12,14,17,18,28,33,37,38,41,48,51,52,54,58,61,63,64,65,72,78,86,88,90,92,93,94,96,97,98,99,100,101,102,103,104,111,113,116,117,118,125,126,130,133,134],"\u5bfe\u8c61column":48,"\u5bfe\u8c61ctx":51,"\u5bfe\u8c61cursor":[58,65],"\u5bfe\u8c61id":59,"\u5bfe\u8c61obj":59,"\u5bfe\u8c61object":[48,52,56,59,61,62,68],"\u5bfe\u8c61table":[48,61,64,65],"\u5bfe\u8c61table1":64,"\u5bfe\u8c61table2":64,"\u5c02\u7528":[1,12,17,118,217,230],"\u5c06\u6765":[40,76,108,114,115,127,128,141,158,197,211,217],"\u5c0e\u5165":[3,14,15,17],"\u5c0f\u3055":33,"\u5c0f\u3055\u3044":[11,36,65,130,134,159,182,185,195,203,205],"\u5c0f\u3055\u304f":[33,41,158,159,184,193,203,206,211],"\u5c0f\u306a\u308a":181,"\u5c0f\u5024":[108,110,111,113],"\u5c0f\u6570":[33,37,79,82,147],"\u5c0f\u6570\u70b9":223,"\u5c0f\u6587\u5b57":[65,134,140,167,186,193,226],"\u5c0f\u897f":40,"\u5c11\u304f":221,"\u5c11\u3057":[28,196],"\u5c11\u3057\u9055\u3044":130,"\u5c11\u306a\u3044":[41,130,181,182,183,184,192],"\u5c11\u306a\u304f":[0,10,33,95,171,182,183,184,206],"\u5c11\u306a\u3051\u308c":134,"\u5c1a\u4e5f":40,"\u5c3a\u5ea6":0,"\u5c55\u958b":[12,22,28,31,33,37,39,40,43,95,119,120,124,130,168],"\u5c55\u958b\u5f8c":130,"\u5c55\u958b\u7528":37,"\u5c5e\u3057":[72,207,224],"\u5c5e\u3059\u308b":[48,61,65,135],"\u5c5e\u6027":[36,88,114,115,135,140,141,163],"\u5c65\u6b74":12,"\u5c71\u672c":41,"\u5ca9\u4e95":[33,39,40],"\u5ca9\u677e":33,"\u5cf6\u7530":39,"\u5d8b\u7530":39,"\u5de6\u4e0a":[34,160],"\u5de6\u4e0b":34,"\u5de6\u53f3":226,"\u5de6\u8fba":33,"\u5dee\u3057":12,"\u5dee\u5206":148,"\u5dee\u96c6\u5408":183,"\u5e02\u5185":188,"\u5e02\u771f":33,"\u5e03\u6559":3,"\u5e38\u306b":33,"\u5e73\u5747":[41,130],"\u5e73\u884c":12,"\u5e74\u9f62":[0,134],"\u5e83\u304f":[12,193],"\u5ea6\u3068":37,"\u5ea6\u5206":207,"\u5ea6\u5408\u3044":220,"\u5ea6\u6570":[37,183,223,233],"\u5ea6\u6d6e":207,"\u5ea6\u8868":35,"\u5ea6y":207,"\u5ea7\u6a19":[37,158,159,160,183,188,229],"\u5ea7\u6a19\u5024":37,"\u5ec3\u6b62":[78,189],"\u5f0f\u5168":[182,183],"\u5f0f\u8868":54,"\u5f0f\u96c6\u5408":193,"\u5f15\u3044":183,"\u5f15\u304d\u51fa\u3059":0,"\u5f15\u304d\u7d9a\u304d":40,"\u5f15\u304d\u8d77\u3053\u3059":[39,40],"\u5f15\u304d\u8d77\u3059":[33,39,40],"\u5f15\u6570":[11,22,33,34,39,40,41,43,51,65,78],"\u5f15\u7528":[40,147],"\u5f15\u8a9e":226,"\u5f31\u70b9":0,"\u5f35\u3063":[33,40,113,130,136],"\u5f35\u3089":[33,39,40,48,100,195,196,223],"\u5f35\u308b":[136,182,183],"\u5f35\u308c\u308b":40,"\u5f37\u5236":[33,34,39,41,61,118,131],"\u5f37\u529b":193,"\u5f37\u5316":[35,37,41],"\u5f53\u3066":[51,126,135,140,203],"\u5f53\u8a72":[61,78],"\u5f62\u5f0f":[11,22,33,34,37,38,39,41,43,50,51,53,77],"\u5f62\u614b":[0,28,183,205],"\u5f62\u72b6":188,"\u5f71\u97ff":[12,33,39,40,41,195],"\u5f79\u5272":[168,226],"\u5f79\u7acb\u3061":40,"\u5f85\u3061\u53d7\u3051\u308b":[217,230],"\u5f85\u3064":82,"\u5f8c\u304b\u3089":99,"\u5f8c\u4e8c":78,"\u5f8c\u65b9":[11,22,33,39,41,182,183,193,195,196,211,218,222],"\u5f8c\u65b9\u4e00\u81f4":39,"\u5f8c\u8005":[44,152,186,192,233],"\u5f8c\u8ff0":[11,12,65,130,172,193,197],"\u5f93\u3046":35,"\u5f93\u3063":[63,64,65,130,150,211],"\u5f93\u6765":41,"\u5f97\u3089\u308c":[139,164],"\u5f97\u308b":[149,189],"\u5fa9\u53f7":12,"\u5fa9\u65e7":[33,38,52,145],"\u5faa\u74b0":33,"\u5fc3\u304c":14,"\u5fc3\u914d":23,"\u5fc5\u305a":[64,72,78,110,130,134,167,193,194,217],"\u5fc5\u8981":[0,3,5],"\u5fc5\u9808":[28,31],"\u5fd8\u308c":[37,76,167],"\u5fd8\u308c\u308b":102,"\u5fdc\u3058":[0,59,148,193],"\u5fdc\u7528":0,"\u5fdc\u7b54":[0,40],"\u601d\u3044":17,"\u601d\u3044\u51fa\u3057":130,"\u601d\u3046":[193,224,228],"\u601d\u3063":16,"\u6027\u5225":0,"\u6027\u80fd":[0,33],"\u6069\u6075":215,"\u60aa\u610f":[152,183],"\u60c5\u5831\u540d":135,"\u60f3\u5b9a":[85,99,225],"\u610f\u5473":[11,28,33,40,44,54,76,82,89,100,103,117,118,125,126,130,132,133,147,148,182,183,189,192,193,196,205,206,224,226,233],"\u610f\u56f3":[33,39,40,41,168,172,182,195,228],"\u610f\u8b58":134,"\u611f\u3058":10,"\u614e\u91cd":14,"\u6163\u308c":224,"\u6163\u7fd2":39,"\u6210\u308a":[130,182,217],"\u6210\u308a\u7acb\u3063":11,"\u6210\u529f":[12,28,33,47,48,51,52,54,61,64,69,70],"\u6210\u679c":3,"\u623b\u3057":95,"\u623b\u3063":149,"\u623b\u308a":[39,61],"\u623b\u308a\u5024":[46,47,48,51,52,54,58,61,64,66,69,70],"\u6240\u5b9a":[134,204,218,220],"\u6240\u5c5e":91,"\u6240\u6709":33,"\u624b\u52d5":[18,149,152],"\u624b\u6bb5":[11,54],"\u624b\u7d9a\u304d":[56,62],"\u624b\u9593":10,"\u624b\u9806":[3,4,10],"\u6253\u3061":108,"\u6253\u3061\u5207\u308a":40,"\u6253\u3063":12,"\u6253\u3064":12,"\u6253\u3064\u524d":12,"\u6271\u3044":[33,41,78,199,205,218,223],"\u6271\u3046":[0,2,38,40,83,108,110,183,206,220,221],"\u6271\u3048":[33,51,227],"\u6271\u3048\u308b":[40,41,221],"\u6271\u3063":[34,40,229],"\u6271\u308f":[33,39,40,41,51,130,140,148,182,186,188,220,223],"\u627f\u8a8d":41,"\u628a\u63e1":[10,100],"\u6291\u3048":220,"\u6291\u5236":[39,40,41],"\u6295\u5165":[34,108,220],"\u6295\u7a3f":12,"\u6295\u7a3f\u5834\u6240":229,"\u629c\u304d\u51fa\u3059":0,"\u629c\u3051":[33,37,40,41],"\u629c\u3051\u308b":226,"\u62bc\u3057":226,"\u62bc\u3059":[17,226],"\u62bd\u51fa":[39,130,134,162,171,172],"\u62c5\u5f53":12,"\u62c5\u5f53\u8005":12,"\u62e1\u5927":10,"\u62e1\u5f35":[22,37,41,134,193,222],"\u62e1\u5f35\u578b":223,"\u62e1\u5f35\u5b50":[35,119,120,124,148,190],"\u62ec\u5f27":101,"\u6301\u3061":[11,72,89,129,130,140,147,149,193],"\u6301\u3063":[0,10,39,76,89,111,114,115,117,130,140,141,147,182,183,186,200],"\u6301\u3064":[0,9,37,64,74,89,101,111,115,130,141,158,172,183,186,188,200,223,224,225,226],"\u6301\u3064\u3059\u3079":130,"\u6301\u3066":[89,204],"\u6301\u3066\u308b":33,"\u6307\u3057":223,"\u6307\u3059\u5024":65,"\u6307\u5b9a":[0,6,7,8,11],"\u6307\u6570":183,"\u6307\u6a19":61,"\u6307\u793a":[56,199,226,230],"\u6307\u91dd":[3,4],"\u6319\u304c\u3063":205,"\u6319\u52d5":[22,33,35,39,41,60,99,113,143,147,193,195,205],"\u632f\u821e":158,"\u632f\u821e\u3044":[39,40,41,155,168],"\u633f\u5165":[12,39,56,147,171,226],"\u6368\u3066":37,"\u6392\u4ed6":33,"\u639b\u3051":183,"\u63a1\u7528":[0,139,217,220],"\u63a2\u3057":[0,130,148,205],"\u63a2\u3059":[189,205,228],"\u63a2\u7d22":0,"\u63a5\u7d9a":[1,9,39,122,147,148],"\u63a5\u7d9a\u5148":146,"\u63a5\u8fd1":11,"\u63a5\u982d":[37,183,203],"\u63a8\u5968":[23,33,39,41,78,79,130,152,206,230],"\u63a8\u5b9a":33,"\u63a8\u6e2c":28,"\u63a8\u79fb":78,"\u63a8\u9032":40,"\u63d0\u4f9b":[0,1],"\u63d0\u6848":[10,22,33,35,37,38,39,40,41,43,133,198],"\u63db\u3048":[33,44,61,65,193,232],"\u63db\u3048\u308b":[12,33,44,72,136],"\u63db\u6642":37,"\u63fa\u308c":232,"\u642d\u8f09":0,"\u643a\u5e2f":0,"\u64a4\u53bb":37,"\u64a4\u5ec3":[35,41,70,86,124,130,132,147],"\u64cd\u4f5c":[0,11,22,33,40,43,48,51,54,61,64,91,116,130,137,147,181,183],"\u64ec\u4f3c":[22,33,43,48,72],"\u652f\u63f4":201,"\u6539\u540d":[37,39],"\u6539\u5584":[33,34,37,39,40,41],"\u6539\u884c":[33,37,38,147],"\u6570\u3048":[132,224],"\u6570\u3048\u308b":[130,224],"\u6570\u5024":[11,22,33,34,35,76,81,84,88,127,130,159,182,183,218,222],"\u6570\u5b57":[41,111,130,134,148,193,200,205,220],"\u6570\u70b9":[130,207],"\u6570\u73e0":172,"\u6574\u3063":14,"\u6574\u5217":[0,226],"\u6574\u5408":[33,34,61],"\u6574\u5f62":[33,80,226],"\u6574\u6570":[33,74,76,83,117,130,139,147,169],"\u6574\u7406":[39,40],"\u6587\u5b57":[0,11,33,34,37,39,40,41,51,52,54,61,64,65,76,101,106,114,129,130,134,138,140,143,147,152,156,158,159,160,161,162,171,182,183,185,186,192],"\u6587\u5b57\u5217":[22,33,39,40,41,53,54,76,79,81,93,101,114,130,140,152,156,158,161,162,167,171,172,181,182],"\u6587\u5b57\u6570":[171,183],"\u6587\u5b57\u7a2e":193,"\u6587\u66f8":[0,18,41,181],"\u6587\u66f8\u4e2d":[194,195],"\u6587\u66f8\u5185":204,"\u6587\u6cd5":[22,222],"\u6587\u8108":172,"\u65ad\u7247":171,"\u65b0\u3057\u3044":[0,3,6,7],"\u65b0\u3057\u304f":[10,41,78,109,130,134,181,184,226],"\u65b0\u305f":[11,48,52,56,64],"\u65b0\u5bbf":233,"\u65b0\u5bbf\u99c5":233,"\u65b0\u65e7":33,"\u65b0\u8a9e":205,"\u65b9\u5411":65,"\u65b9\u5f0f":[0,226,228],"\u65b9\u5f62":[158,159],"\u65b9\u6cd5":0,"\u65e2\u5b58":[0,1,12,33,39,41,44,52,64,107,110,130,145,148,197,215,217,223,226],"\u65e2\u5b9a":39,"\u65e2\u5b9a\u5024":215,"\u65e2\u77e5":108,"\u65e5\u3005":10,"\u65e5\u3054\u3068":108,"\u65e5\u4ed8":[0,12,158],"\u65e5\u6642":[22,111,207,222],"\u65e5\u672c":[12,41,159,160,167,182,183,189,199,205,207,233],"\u65e5\u672c\u4eba":199,"\u65e5\u672c\u6e2c":158,"\u65e5\u672c\u8a9e":[0,2,17,19,39,182,183,189,199,205,220],"\u65e5\u6b21":33,"\u6607\u964d":65,"\u6607\u9806":[61,64,65,112,130,224,226,233],"\u660e\u78ba":41,"\u660e\u793a\u7684":131,"\u6642\u306b":37,"\u6642\u4ee3":0,"\u6642\u4ee5\u5916":35,"\u6642\u523b":[33,52,79,148,165,200,229],"\u6642\u671f":33,"\u6642\u70b9":[12,39,46,47,51,53,61,78],"\u6642\u9593":[0,6,7,33,35,37,40,41,46,79,131,132,145,148,152,182],"\u666e\u53ca":0,"\u666e\u901a":[10,183],"\u6697\u53f7":12,"\u66d6\u6627":33,"\u66f8\u3044":[33,41,182,183,193,229],"\u66f8\u304b":[18,33,39,197,229],"\u66f8\u304d":[0,33,130,148,193],"\u66f8\u304d\u51fa\u3057":100,"\u66f8\u304d\u51fa\u3059":100,"\u66f8\u304d\u5f8c":218,"\u66f8\u304d\u63db\u3048":[12,21],"\u66f8\u304d\u8fbc\u307e":107,"\u66f8\u304d\u8fbc\u307f":[28,33,103],"\u66f8\u304d\u8fbc\u3080":[33,148],"\u66f8\u304d\u8fbc\u3081\u308b":41,"\u66f8\u304f":[41,147,182,193,228],"\u66f8\u3051\u308b":[33,39,40,41],"\u66f8\u5f0f":[22,116,118,130],"\u66ff\u3048":[12,22,33,41,220,222],"\u66ff\u3048\u308b":[33,226],"\u66ff\u308f\u308b":33,"\u6700\u3082":[51,85,130],"\u6700\u4e2d":[0,33,118],"\u6700\u521d":[10,33,37,41,51,79,126,130,134,155,161,162,171,182,183,192,193,194,205,215,223,226,228],"\u6700\u5927":[32,33,34,35,37,39,40,41,44,47,66,67,84,92,93,94,95,108,109,110,111,113,117,130,132,134,136,139,143,147,148,152,155,169,171,183,194,195,203],"\u6700\u5927\u5024":[39,41,108,110,111,113,130,195],"\u6700\u5927\u7dcf":[32,33,117,134],"\u6700\u5c0f":[24,25,26,30,33,130,155,215],"\u6700\u5c0f\u5024":[41,108,110,111,113,130,183],"\u6700\u5c0f\u9650":149,"\u6700\u5f8c":[12,33,35,39,51,140,148,149,183,193,205,220,223],"\u6700\u65b0":[2,6,7,8,12,33,37,84],"\u6700\u7d42":[52,76,130],"\u6700\u7d42\u66f4":52,"\u6700\u9069":[33,149],"\u6700\u9577":[37,81,148,183],"\u6708\u6b21":33,"\u6709\u3057":89,"\u6709\u529b":133,"\u6709\u52b9":[0,6,7,8,12,18,24,28,30,33,37,38,40,41,48,52,61,64],"\u6709\u7121":[161,223],"\u6709\u7528":[33,41,44,79,82,89,118,149,203,211,226],"\u6709\u76ca":0,"\u671b\u307e\u3057\u3044":[0,10,12],"\u671f\u5316":[39,51],"\u671f\u5f85":[0,189,193,205,223],"\u6728\u4e0a":65,"\u672a\u4f7f":41,"\u672a\u4f7f\u7528":217,"\u672a\u521d":39,"\u672a\u5b9a":223,"\u672a\u5b9a\u7fa9":41,"\u672a\u5b9f\u88c5":111,"\u672a\u5bfe":39,"\u672a\u6e80":[65,82,147,182],"\u672a\u77e5":38,"\u672a\u8a2d":39,"\u672a\u958b\u653e":35,"\u672b\u5c3e":[56,61,65,108,113,193],"\u672b\u6c38":33,"\u672c\u4f53":3,"\u672c\u5f53":[199,232],"\u672c\u6587":[163,228],"\u672c\u756a":[12,33,110],"\u672c\u8a9e":205,"\u672c\u8cea":148,"\u6749\u672c":33,"\u6749\u672c\u6dbc":33,"\u6751\u4e0a":[33,40,41],"\u6761\u4ef6":[3,11],"\u6761\u4ef6\u5f0f":39,"\u6771\u4eac":[158,205,218,220,233],"\u6771\u4eac\u90fd":[205,218,220],"\u6790\u5668":[0,205],"\u6790\u7cfb":183,"\u679c\u305f":226,"\u67af\u308c":[1,215],"\u67d4\u8edf":[0,168,181],"\u6817\u5c71":[33,41],"\u682a\u5f0f":[33,41],"\u683c\u7d0d":[0,11,32,37,44,47,48,52,56,59,61,63,64,74,88,134,135,147,167,183,184,188,197,203],"\u6848\u5185":[10,12,33],"\u68ee\u7530":225,"\u691c\u51fa":6,"\u691c\u67fb":61,"\u691c\u7d22\u4f8b":3,"\u691c\u7d22id":64,"\u691c\u7d22key":64,"\u691c\u8a0e":[194,195,196,215,220],"\u691c\u8a3c":[41,146],"\u6955\u5186":[158,159],"\u6975\u4ed8":[158,159],"\u697d\u3057":[218,220],"\u697d\u3057\u3044":[218,220],"\u6982\u5ff5":78,"\u6982\u7b97":138,"\u69cb\u3044":[17,162,171],"\u69cb\u6210":[11,12,24,25,26,30,41,215,226],"\u69cb\u6587":[22,33,36,39,40,41,43,54,76],"\u69cb\u7bc9":3,"\u69cb\u9020":[0,11,51,64,79,203,225],"\u69cb\u9020\u4f53":[33,41,51,58,62],"\u69d8\u3005":[3,11],"\u6a19\u6e96":[33,34,38,41,78,85,86,88,90,96,97,99,101,105,106,107,122,135,146,147,149,150,194,217,226],"\u6a19\u8a18":41,"\u6a29\u8868":41,"\u6a29\u9650":[28,33,40,230],"\u6a2a\u5c71":[33,40,41],"\u6a5f\u68b0":41,"\u6a5f\u80fd":[0,6,7,8,11,28,33,34,35,37,38,39,40,41,44,51,76,82,87,108,109,111,114,120,126,130,133,134,136,139,145,147,148,149,152,161,162,167,168,171,181,182,187],"\u6b20\u70b9":0,"\u6b20\u843d":40,"\u6b21\u56de":[12,78],"\u6b21\u671f":12,"\u6b21\u90ce":225,"\u6b32\u3057\u3044":197,"\u6b53\u8fce":3,"\u6b62\u3081":[33,41,66],"\u6b62\u3081\u308b":44,"\u6b63\u3057\u3044":[33,182,192,200,201],"\u6b63\u3057\u304f":[33,39,40,41,182,199],"\u6b63\u5e38":[12,33,111,148],"\u6b63\u5f0f":[33,41],"\u6b63\u78ba":[109,223,226],"\u6b63\u898f":[22,33,38,39,41,43,64,114,134,138,140,161,162],"\u6b63\u898f\u5316":[39,114,171],"\u6b66\u8005":33,"\u6b8a\u547d":148,"\u6b8b\u3063":[35,40,136],"\u6b8b\u308a":[78,130,134,138,192],"\u6b8b\u308b":37,"\u6b8b\u5ff5":223,"\u6bb5\u843d":[48,88,89],"\u6bb5\u968e":206,"\u6bd4\u3079":[33,41,184],"\u6bd4\u8f03":[22,33,35,39,41,130,148,182],"\u6c17\u306b":[17,61,89,108],"\u6c17\u8efd":[10,41],"\u6c38\u7d9a":[22,43,48,61,64,89,134,143],"\u6c42\u307e\u308a":0,"\u6c42\u3081":[0,156],"\u6c42\u3081\u308b":[0,158,159,224],"\u6c4e\u7528":[147,148,149],"\u6c7a\u307e\u308a":192,"\u6c7a\u307e\u308b":226,"\u6c7a\u3081":[87,108,130,134],"\u6c7a\u3081\u308b":[11,130],"\u6c7a\u5b9a":130,"\u6cbf\u3046":41,"\u6ce8\u610f":[12,37,40,64,76,100,113,118,126,130,134,136,148,149,152,163,180,182,183,206,211,220,223,224,226,231],"\u6ce8\u76ee":[130,224],"\u6ce8\u8a18":40,"\u6d0b\u5fd7":[33,41],"\u6d0b\u723e":37,"\u6d3b\u304b\u3059":130,"\u6d3b\u7528":[33,215],"\u6d41\u3057":12,"\u6d41\u308c":3,"\u6d41\u91cf":211,"\u6d45\u898b":40,"\u6d69\u4e8c":39,"\u6d6e\u52d5":[33,79],"\u6d88\u3048":203,"\u6d88\u305b":149,"\u6d88\u53bb":40,"\u6d88\u8cbb":[82,184],"\u6df1\u523b":[39,41,220],"\u6df7\u3056\u3063":205,"\u6df7\u305c":[133,223],"\u6df7\u305c\u308b":76,"\u6df7\u4e71":33,"\u6df7\u5728":[33,150],"\u6dfb\u4ed8":39,"\u6e05\u5ddd":33,"\u6e08\u307f":[10,12,24,25,26,30,33,37,39,40,48,88,101,112,140,192,199,200,201,207,215],"\u6e08\u3080":33,"\u6e1b\u3063":33,"\u6e1b\u3089":[33,39,66,200,203,232],"\u6e1b\u308b":189,"\u6e1b\u5c11\u5f8c":66,"\u6e1b\u7b97":61,"\u6e21\u3055":[11,39,40,62,66,158],"\u6e21\u3057":[6,7,8,11,33,41,101,126,139,145,152,182,226,230],"\u6e21\u3059":[33,38,183,226],"\u6e2c\u4f4d":0,"\u6e2c\u5730":[158,159,160,207,223,233],"\u6e2c\u5730\u7cfb":207,"\u6e2c\u5b9a":148,"\u6e2c\u7528":34,"\u6e80\u3055":40,"\u6e80\u3059":[33,40],"\u6e80\u305f":[11,33,113,136,172,193,233],"\u6e96\u5099":3,"\u6e96\u62e0":[40,149],"\u6f0f\u308c":[0,12,33,39,181,232],"\u6f14\u7b97":[28,33,35,39,40,41,64,181,183],"\u6f14\u7b97\u5b50":[11,33,35,39,40,87,130,167],"\u6f22\u5b57":[167,189,205],"\u6fc1\u70b9":186,"\u7027\u5185":40,"\u70b9\u4ee5\u4e0b":223,"\u70b9\u6570":[33,79],"\u70b9\u9593":188,"\u7121\u3057":[100,109,193],"\u7121\u52b9":[6,7,8,18,28,33,38,39,40,53,64,65,118,130,147,149,152,182,185,199],"\u7121\u540d":[61,64],"\u7121\u8996":[33,35,37,39,40,41,64,65,98,99,114,126,130,140,147,167,182,192,203,205,220],"\u7121\u9650":[33,35,39,41],"\u7121\u99c4":[0,33],"\u7279\u306b":[11,12],"\u7279\u5225":[28,46,54,83,130,140,182,193,199],"\u7279\u5316":[17,183],"\u7279\u5b9a":0,"\u7279\u6027":203,"\u7279\u6709":76,"\u7279\u6b8a":[40,61,79],"\u72b6\u614b":[0,10,12,24,25,26,30,33,35,39,41,44,51,85,146,147,199,220,226],"\u72b6\u6cc1":[0,56,130,183,220],"\u72ec\u7acb":109,"\u72ec\u81ea":[0,33,79,146],"\u72ed\u3081\u308b":100,"\u7372\u5f97":[33,102,104],"\u7389\u91ce":41,"\u73fe\u308c":140,"\u73fe\u308c\u308b":220,"\u73fe\u4ee3":0,"\u73fe\u5728":[0,12,25,33,44,47,51,52,58,61,62,84,87,91,107,109,132,134,136,137,146,148,165,188,226,227,229],"\u73fe\u5728\u5730":229,"\u73fe\u5b9f":224,"\u73fe\u72b6":78,"\u73fe\u983b":41,"\u7403\u9762":[158,159],"\u7406\u7531":0,"\u7406\u89e3":[113,130,136,226],"\u7406\u95a2":62,"\u74b0\u5883":[0,3,6,7,8],"\u751f\u3058":[86,90,96,105,106,107],"\u751f\u6210":[3,6],"\u7528\u3044":[0,14,22,33,34,37,47],"\u7528\u3044\u308b":[0,61,217,223,225,226,227,233],"\u7528\u5909":41,"\u7528\u610f":[11,12,28,61,130,148,158,199,200,201,202,205,206],"\u7528\u79d8":3,"\u7528\u8a9e\u96c6":[22,43,85],"\u7528\u9014":[0,23,24,25,26,30,31,40,41,76,79,130,193,197,203,215],"\u7530\u6cbc":41,"\u7530\u8fba":40,"\u7531\u6765":[152,181],"\u753b\u9762":[12,34,41],"\u7551\u30b1":[33,41],"\u7551\u30f6":41,"\u756a\u53f7":[12,40,41,48,74,129,146,147,148,152,193,211,215,217,230],"\u756a\u76ee":[40,64,65,89,110,114,130,140,182,183,193,194,223,226],"\u7570\u306a\u3063":[33,65],"\u7570\u306a\u308a":[41,182],"\u7570\u306a\u308b":[22,39,41,148,168,194,219],"\u7570\u5e38":[85,148],"\u7591\u4f3c":[39,40,41,74,101,169],"\u7591\u554f":228,"\u767a\u63ee":0,"\u767a\u751f":[0,12,28,33,34,39,40,41,51,61,64,79,88,118,134,220],"\u767a\u884c":217,"\u767a\u899a":33,"\u767b\u9332":[0,3,11,12],"\u7686\u5ddd":[33,41],"\u76ee\u304f\u3089\u3044":134,"\u76ee\u4ee5\u964d":130,"\u76ee\u5b89":12,"\u76ee\u7684":[28,40,108,140,152],"\u76ee\u8996":79,"\u76f4\u3057":[33,206],"\u76f4\u3059":125,"\u76f4\u4e0b":37,"\u76f4\u524d":56,"\u76f4\u5f8c":51,"\u76f4\u611f":231,"\u76f4\u63a5":[99,229],"\u76f8\u5bfe":[12,37,130],"\u76f8\u5bfe\u30d1\u30b9":41,"\u76f8\u5f53":[79,224,226,233],"\u76f8\u5fdc":64,"\u76f8\u624b":10,"\u7701\u30b9\u30da\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3":33,"\u7701\u7565":[12,40,48,84],"\u771f\u306a\u3089":183,"\u771f\u507d":[33,40,182,183,207,223],"\u771f\u507d\u5024":22,"\u77e5\u3089":205,"\u77e5\u308b":224,"\u77e5\u8b58":148,"\u77e9\u5f62":[0,160,233],"\u77ed\u3044":[33,35,229],"\u77ed\u304f":[0,184],"\u77ed\u6642\u9593":0,"\u77ed\u7e2e":[6,7,33],"\u7834\u58ca":64,"\u7834\u68c4":[51,62],"\u78ba\u4fdd":[33,51,54,59,221],"\u78ba\u5b9a":133,"\u78ba\u5b9f":200,"\u78ba\u7387":133,"\u78ba\u8a8d":[3,10],"\u78ef\u90e8":40,"\u793a\u3055":135,"\u793a\u3057":[12,45,83,87,108,114,129,158,164,188,194,205,214,217,220,224,226,228,230],"\u793a\u3059":[44,79,83,98,101,102,111,113,129,130,135,155,158,159,160,161,162,163,164,167,168,171,172,180,182,183,185,194,195,196,211,223,231],"\u79cb\u8449":233,"\u79d2\u3088\u308a":36,"\u79d2\u5358":[207,223],"\u79d2\u5f62":207,"\u79d2\u5f8c":82,"\u79d2\u60c5":37,"\u79d2\u6570":[79,183,207,223,229],"\u79d2\u8868":[183,220,223,233],"\u79d2\u9593":37,"\u79d8\u5bc6":12,"\u79fb\u52d5":[12,16,31,37,39,87,107],"\u79fb\u884c":[37,78],"\u7a0b\u5ea6":[37,40,226],"\u7a2e\u5225":114,"\u7a2e\u985e":[11,12,22,33,37,44,59,62,64,74,76,83,87,116,117,129,130,133,134,140,147,148,152,182,183,194,195,196,199,200,202,203,205,217,220,222],"\u7a32\u7530":40,"\u7a4d\u307f\u91cd\u306a\u3063":40,"\u7a4d\u7528":130,"\u7a4d\u7b97":[11,130],"\u7a7a\u304d":[85,221],"\u7a7a\u6587":[33,41,92,93,94,182,207],"\u7a7a\u767d":[0,33,101,114,140,147,182,202,205,220,226],"\u7a7a\u914d":129,"\u7a81\u7136":40,"\u7acb\u3061":79,"\u7acb\u3061\u4e0a\u304c\u3063":148,"\u7acb\u3061\u4e0a\u3052":148,"\u7acb\u3064":[145,193],"\u7acb\u3064\u304b":205,"\u7acb\u5834":3,"\u7acb\u5ddd":33,"\u7adc\u4e4b":33,"\u7aef\u672b":0,"\u7b26\u53f7":[33,83],"\u7b2c\u4e00":226,"\u7b2c\u4e8c":158,"\u7b49\u3057\u3044":[11,61,130,182,183],"\u7b49\u3057\u304f":[11,182,183],"\u7b49\u4fa1":[33,35,41,130,181],"\u7b49\u5024":35,"\u7b87\u6240":[12,40,79,171],"\u7b97\u51fa":[39,41],"\u7b97\u8853":40,"\u7ba1\u7406":[12,18,22,28,34,37,38,39,41,44,51,81,85,95,117,126,143,145,147],"\u7bc4\u56f2":[0,22,33,39,40,41,58,61,65,74,78,109,113,130],"\u7bc4\u56f2\u5916":41,"\u7be0\u7530":[33,41],"\u7c21\u5358":[12,28,41,89,91,108],"\u7c21\u6613":[41,158,215],"\u7c21\u7565":[40,164],"\u7cbe\u5ea6":33,"\u7cfb\u5ea7":[159,160],"\u7d00\u5143":33,"\u7d14\u7c8b":205,"\u7d1b\u3089\u308f\u3057\u3044":193,"\u7d20\u65b9":0,"\u7d20\u6734":224,"\u7d20\u89e3":[0,28,183,205],"\u7d22\u6642":35,"\u7d22\u7528":[22,222],"\u7d30\u5206":223,"\u7d39\u4ecb":[3,12,41,111,130,229],"\u7d42\u3048":12,"\u7d42\u308f\u3063":[33,69],"\u7d42\u308f\u308b":[182,183,184],"\u7d42\u4e86":[12,33,35,39,40,41,51,62,69,78,100,122,126,131,143,145,147,148],"\u7d42\u4e86\u30bf\u30b0":161,"\u7d42\u7aef":[39,51,52,54],"\u7d44\u307f\u5408\u308f":[0,11,130,134,152,155,167],"\u7d44\u307f\u5408\u308f\u305b":[0,11,12,33,41,88,205,220,226],"\u7d44\u307f\u5408\u308f\u305b\u308b":167,"\u7d44\u307f\u8fbc\u307f":[22,33,43,52,77,99,114,117,140],"\u7d44\u307f\u8fbc\u3080":[0,11,147,149],"\u7d44\u307f\u8fbc\u3093":[0,33,41],"\u7d44\u5408":168,"\u7d44\u8fbc":[85,86,88,90,96,97,99,105,106,107,122,135,156,159,160,165,169,207],"\u7d44\u8fbc\u578b":[22,43],"\u7d4c\u7531":[12,35,39,41,85,86,88,90,96,97,99,105,106,107,122,135,148,152],"\u7d4c\u7def":[207,223,233],"\u7d4c\u7def\u5ea6":[22,222],"\u7d4c\u904e":[37,46,61,78,79,132,152,183,207,223,229],"\u7d50\u3073\u3064\u3044":9,"\u7d50\u3073\u3064\u304f":9,"\u7d50\u5408":[11,181,182],"\u7d50\u5408\u5f0f":39,"\u7d50\u57ce":[33,41],"\u7d50\u679c":[0,11,12,14,21,22,33,35,37,39,40,41,63,64,74,79,80,84,87,99,110,111,114,126,127,128,130,145],"\u7d5e\u308a\u8fbc\u307f":[0,226],"\u7d5e\u308a\u8fbc\u3080":[41,130,201],"\u7d5e\u308a\u8fbc\u3093":[0,40],"\u7d5e\u8fbc":[22,222],"\u7d71\u5408":[0,39,40],"\u7d76\u5bfe":[119,120,124],"\u7d99\u627f":40,"\u7d99\u7d9a":[21,39,132,147],"\u7d9a\u3044":220,"\u7d9a\u304d":101,"\u7d9a\u3051":[82,148],"\u7d9a\u3051\u308b":205,"\u7dad\u6301":[0,195,196,211],"\u7db2\u7f85":149,"\u7dca\u6025":[147,185],"\u7dcf\u91cf":206,"\u7de8\u96c6":[3,12,14],"\u7de9\u3084\u304b":33,"\u7de9\u548c":206,"\u7e26\u68d2":134,"\u7e4b\u3052":41,"\u7e4b\u3052\u308b":10,"\u7e70\u308a\u8fd4\u3057":[17,148,183],"\u7e70\u308a\u8fd4\u3057\u6570":148,"\u7e70\u308a\u8fd4\u3059":35,"\u7f6e\u3044":[12,41],"\u7f6e\u304b":[28,149,150,192],"\u7f6e\u304d":[12,33,35,44,61,65,193,232],"\u7f6e\u304d\u63db\u3048":[17,41,147,182,197],"\u7f6e\u304f":[28,33,206],"\u7f6e\u304f\u4f8b":28,"\u7f6e\u63db":[33,130],"\u7f72\u540d":3,"\u7fa9\u8a9e":192,"\u7ffb\u8a33":3,"\u8003\u3048":[0,10,130,136,182,183,206,211,224,226],"\u8003\u3048\u308b":[194,195,196],"\u8003\u3048\u65b9":41,"\u8003\u616e":[196,220,232],"\u80a5\u5927":41,"\u811a\u6ce8":[90,158,159,160,226],"\u81a8\u5927":0,"\u81ea\u4f53":[41,182],"\u81ea\u5206":[10,17,23,108,113,136,148,149,189],"\u81ea\u52d5":[12,17,25,33,37,39,41,48,64,74,100,119,120,124,145,148,149,182,183,203,214,225,226,231],"\u81ea\u52d5\u5207\u308a":41,"\u81ea\u52d5\u7684":148,"\u81ea\u5df1":229,"\u81ea\u5df1\u7d39":229,"\u81ea\u7531":[0,11,74,185,217],"\u81ea\u8eab":[33,37,39,140,147,192],"\u81f3\u308b":223,"\u81f4\u547d":39,"\u8208\u5473":[0,33,193],"\u826f\u3044":[10,228],"\u826f\u3044\u4f8b":10,"\u826f\u304f":[33,228],"\u826f\u4e8c":41,"\u82b1\u5b50":225,"\u82e6\u624b":0,"\u82f1\u8a9e":[2,12,17,18,19,37,41,205],"\u840e\u7e2e":10,"\u843d\u3061":[35,40],"\u843d\u3061\u308b":[35,37,40],"\u8457\u4f5c":41,"\u884c\u3044":[11,12,33,61,64,65,146,147,148,168,218,220,225,226,228,229],"\u884c\u3046":[10,12,14,35,39,41,65,134,146,158,168,204,215,218,225,228,229,231,233],"\u884c\u3048":[14,41,168,182,226],"\u884c\u3048\u308b":[39,225],"\u884c\u3063":[12,14,41,224,233],"\u884c\u306a\u308f":39,"\u884c\u308f":[130,146,148,225],"\u884c\u6307\u5411":0,"\u884c\u6570":[37,152],"\u884c\u672b":193,"\u884c\u756a":[37,79],"\u884c\u76ee":[12,79,148],"\u884c\u982d":193,"\u8868\u3057":[11,74,78,79,83,130,188,193,196,207,226],"\u8868\u3059":[11,88,118,140,158,169,188,193,223,225],"\u8868\u3059\u578b":207,"\u8868\u308f":61,"\u8868\u73fe":3,"\u8868\u793a":[0,12,22,28,33,34,35,37,38,39,40,41,78,85,111,130,135,147,148,167,190,217,220,222,223,225],"\u8868\u8a08":192,"\u8868\u8a18":[12,17,33,37,39,40,76,158,183,207,223,232,233],"\u88d5\u4e5f":41,"\u88dc\u3046":0,"\u88dc\u5b8c":[22,33,35,40,43,119,120,124,133,152,167,189,198],"\u88dc\u5b8c\u7528":152,"\u88dc\u5b8c\u8a9e":199,"\u88dc\u6b63":[22,43,133,198],"\u88dc\u8db3":149,"\u88fd\u54c1":33,"\u8907\u6570":[0,10,11,22,33,34,35,37,39,40,41,44,47,48,54,56,76,81,88,98,108,111,114,125,126,130,133,134,135,138,140,148,149,150,152,161,164,168,182,185,187,193,194,197,199,205,210],"\u8907\u96d1":[11,33,39,40,130,183,193],"\u897f\u66a6":183,"\u8981\u6c42":[10,33,40,172,214,226],"\u8981\u7d20":[11,33,39,40,64,76,79,83,89,101,148,171,226],"\u898b\u3048\u308b":[6,7],"\u898b\u305b":197,"\u898b\u3064":[33,35,39,133],"\u898b\u3064\u304b\u3063":[130,201,205],"\u898b\u3064\u304b\u3089":64,"\u898b\u3064\u304b\u308a":[130,167,205],"\u898b\u3064\u304b\u308b":39,"\u898b\u3064\u304b\u308c":10,"\u898b\u3064\u3051":[10,34,39,130,199,205],"\u898b\u3064\u3051\u308b":[91,130,137,149,167,186,189,205],"\u898b\u3066":[79,87,111,130,149,199],"\u898b\u306a\u3057":65,"\u898b\u308b":[83,87,130],"\u898b\u4ed8":40,"\u898b\u4ed8\u3051":40,"\u898b\u76f4\u3057":41,"\u898b\u7a4d":33,"\u898b\u7a4d\u308b":[33,221],"\u898b\u8fbc\u3081":41,"\u898f\u5247":[39,111],"\u898f\u683c":65,"\u8996\u899a":[0,129],"\u89a7\u4e0b":14,"\u89aa\u5207":35,"\u89b3\u70b9":[41,164,183,221],"\u89e3\u50cf":35,"\u89e3\u653e":[33,41,47,51,58,61,65,69,95,102,104,132],"\u89e3\u6790":3,"\u89e3\u6c7a":[10,22,33,37,39,43],"\u89e3\u6c7a\u7b56":10,"\u89e3\u6d88":[33,34,40,61,76,97],"\u89e3\u91c8":[11,35,99,182],"\u89e3\u9664":[34,61,86,103,119,120,147],"\u89e6\u308b":33,"\u89e6\u308c":226,"\u89e6\u308c\u308b":205,"\u8a00\u3044":[33,72,136,172],"\u8a00\u3046":[76,109,196,199],"\u8a00\u3048":[182,220],"\u8a00\u53ca":[172,229],"\u8a00\u8a9e":[1,3,11],"\u8a00\u8a9e\u540d":17,"\u8a02\u6b63":192,"\u8a08\u6e2c":[14,34,37],"\u8a08\u7b97":[0,34,39,40,41,127,130,132,152,156,158,159,183,188,194,195,196,199,200,202,206,207,233],"\u8a18\u4e8b":[12,184,228],"\u8a18\u53f7":[35,147,205,218,220,226],"\u8a18\u6cd5":[183,228],"\u8a18\u8f09":[12,39],"\u8a18\u8ff0":[11,33,147,148,226,228,229],"\u8a18\u9332":[0,33,39,74,119,124,185],"\u8a2d\u5b9a":3,"\u8a2d\u5b9a\u5024":[34,221],"\u8a2d\u5b9a\u6e08\u307f":215,"\u8a2d\u6a02":37,"\u8a2d\u8a08":[130,215],"\u8a55\u4fa1":[11,33,40,127,129,172,182,183,193],"\u8a66\u3057":[10,33,147],"\u8a66\u3059":[6,7,147,205,210],"\u8a66\u3059\u4f8b":205,"\u8a66\u884c":0,"\u8a71\u3057":3,"\u8a71\u984c":2,"\u8a72\u5f53":[41,47,48,61,64,65,116,155,161,162,164,171,228],"\u8a72\u5f53\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":33,"\u8a73\u3057\u304f":[0,223,226],"\u8a73\u7d30":[1,14,17,24,25,26,28,30,33,39,40,41,47,60,63,76,79,81,87,89,95,100,111,113,117,119,120,124,129,130,131,132,134,136,137,138,140,145,148,149,150,168,182,183,185,189,192,193,206,207,215,220,224,226,233],"\u8a8d\u8a3c":[149,210],"\u8a8d\u8b58":10,"\u8a9e\u4ee5":[183,205],"\u8a9e\u5165":189,"\u8a9e\u53e5":[33,40,225],"\u8a9e\u5f59":[22,32,33,134,136,138,186,203,204,218,222],"\u8a9e\u6271":218,"\u8a9e\u691c":130,"\u8a9e\u7248":12,"\u8a9e\u7528":205,"\u8aa4\u3063":[12,33,39,40,41],"\u8aa4\u308a":[33,39,40,41],"\u8aa4\u52d5\u4f5c":33,"\u8aa4\u5b57":[33,35,37,39,40,192],"\u8aa4\u5dee":[37,158,159],"\u8aac\u660e":[3,5,6,7,8,11,12,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,33,39,40,41,43,44],"\u8aad\u307f":[0,12,34,80,167,181],"\u8aad\u307f\u3084\u3059\u3044":38,"\u8aad\u307f\u51fa\u3057":0,"\u8aad\u307f\u53d6\u308a":[91,101,137,147],"\u8aad\u307f\u8fbc\u307f":[37,40,41,119,124,128,192,226],"\u8aad\u307f\u8fbc\u3080":[34,128],"\u8aad\u307f\u8fbc\u3081\u308b":99,"\u8aad\u307f\u8fbc\u3093":[128,217],"\u8aad\u307f\u98db\u3070":226,"\u8aad\u3081":39,"\u8aad\u3093":[3,21],"\u8ab0\u304b":3,"\u8ab0\u304c":229,"\u8ab0\u3067":41,"\u8ab2\u7a0b":40,"\u8ab2\u984c":3,"\u8abf\u3079":[56,61,159,160,224],"\u8abf\u3079\u308b":[40,138,159,160,221],"\u8abf\u6574":[130,181,205,220,221],"\u8abf\u67fb":[33,117],"\u8ad6\u7406":[0,11,32,33,39,85,108,110,111,112],"\u8ad6\u7406\u548c":[11,130],"\u8af8\u6761":32,"\u8b58\u5225":152,"\u8b66\u544a":[6,7,35,38,39,40,41,78,130,147,185],"\u8b70\u8ad6":19,"\u8ca0\u62c5":10,"\u8ca0\u6570":[39,46],"\u8ca0\u8377":[35,149],"\u8ca2\u732e":40,"\u8ce2\u304f":95,"\u8d64\u9053":158,"\u8d70\u67fb":41,"\u8d77\u3053\u3063":[91,137],"\u8d77\u3053\u308a":232,"\u8d77\u52d5":[12,25,31,33,35,39,40,78,132,147,148,150],"\u8d77\u52d5\u6642":152,"\u8d77\u6e90":223,"\u8d85\u3048":[33,40,220],"\u8d85\u3048\u308b":[39,65,203,221,223],"\u8d85\u904e":[40,221],"\u8d8a\u3048":[33,41,220],"\u8d8a\u3048\u308b":[33,41,108,220],"\u8db3\u3057":183,"\u8db3\u308a":[37,192],"\u8ddd\u96e2":[0,34,39,156,158,159,183,188,233],"\u8efd\u3044":[91,116,137],"\u8f09\u305b\u308b":12,"\u8f9e\u66f8":[26,27,33,34,35,39,40,41,205,220],"\u8f9e\u691c":[37,183,203],"\u8fbc\u307f":[107,192],"\u8fd1\u3044":[65,146,197],"\u8fd1\u3044\u9806":188,"\u8fd1\u304f":[0,183,188],"\u8fd1\u3055":183,"\u8fd1\u4f3c":[37,39,158,159],"\u8fd1\u508d":[39,41,181],"\u8fd4\u3055":[33,39,41,53,61,78,85,101,133],"\u8fd4\u3057":[11,33,40,41,46,47,48,49,51,52,53,56,58,60,61,64,65,66,68,70,84,88,89,91,92,93,94,98,102,103,104,109,112,115,116,117,118,125,126,127,128,129,130,132,133,138,139,140,141,142,155,156,158,159,160,161,162,163,164,165,167,168,169,171,172,180,183,195,196,199,200,201,202,211,226,229,232,233],"\u8fd4\u3059":[33,34,35,37,39,40,41,48,51,54,66,86,90,95,96,97,105,106,107,110,130,133,139,147,148,152,155,165,183,211,217,233],"\u8fd4\u3059\u304b":133,"\u8fd4\u3059\u4f8b":180,"\u8fd4\u3059\u65b0\u3057\u3044":33,"\u8fd4\u3063":[33,41,139,182,183],"\u8fd4\u308a":[111,130,136,139,224,233],"\u8fd4\u308a\u5024":[33,40,41],"\u8fd4\u308b":[33,35],"\u8fd4\u4fe1":[10,228,229],"\u8fd4\u4fe1\u5143":229,"\u8fd4\u4fe1\u5148":229,"\u8fd4\u5024":85,"\u8fd4\u5374":[135,226],"\u8ff0\u3079":226,"\u8ff0\u8a9e":33,"\u8ffd\u52a0":[0,3,11],"\u8ffd\u8a18":[12,33,39],"\u8ffd\u8de1":3,"\u9000\u907f":95,"\u9001\u3063":[3,16,17,19],"\u9001\u308a":[12,217],"\u9001\u308a\u65b9":3,"\u9001\u308b":[17,19,211,217],"\u9001\u4fe1":[40,85,86,88,90,96,97,99,105,106,107,122,126,135,148,152],"\u9006\u306b":[225,229],"\u9006\u5f15":225,"\u9006\u5f15\u304d":[22,222],"\u9006\u6587\u66f8\u51fa":41,"\u9006\u9806":226,"\u9010\u6b21":[0,41,193,205],"\u9014\u4e2d":[12,39,41,147,199,200,217],"\u901a\u308a":[6,7,8,12,18,21,28,30,44,50,87,89,98,99,108,109,110,111,112,114,129,130,131,133,134,135,140,145,147,149,152,155,158,159,161,162,163,164,167,168,171,172,180,182,183,185,188,189,193,194,195,196,202,205,206,220,228],"\u901a\u4fe1":[3,4],"\u901a\u5e38":[33,39,41,44,51,66,74,79,89,95,100,109,117,118,129,130,132,140,149,152,182,186,189,192,206,207,223,226],"\u901a\u77e5":[12,126,147,185],"\u901f\u3044":[33,41,44,203],"\u901f\u304f":[28,33,134,225],"\u901f\u3084\u304b":78,"\u901f\u5ea6":[33,37,40,148,203,225],"\u9023\u643a":0,"\u9023\u7d50":[33,39,40,61,228],"\u9023\u7d61":17,"\u9023\u7d9a":[33,40,61,140,200,205,218,220],"\u9032\u3081":[3,4],"\u9032\u3093":0,"\u9032\u6570":[85,183],"\u9045\u3044":[158,194,203],"\u9045\u304f":[33,159,182,183,193,196,224],"\u9045\u3089":33,"\u904b\u7528":0,"\u904e\u7a0b":74,"\u9054\u3057":206,"\u9054\u3059\u308b":65,"\u9054\u6210":108,"\u9055\u3046":[35,111,152],"\u9055\u3063":199,"\u9069\u3057":[0,134,184,194,195],"\u9069\u5207":[0,33,35,41,108,111,130,134,140,148,193,196,205,226],"\u9069\u5408":[205,220,226],"\u9069\u5408\u7387":205,"\u9069\u5b9c":[12,41],"\u9069\u6642":56,"\u9069\u7528":[41,54],"\u9078\u3073":201,"\u9078\u3076":[0,130,149],"\u9078\u3079":[5,130],"\u9078\u3093":[80,134],"\u9078\u629e":[0,12,33,41,54,130,152,158,164,167],"\u907f\u3051\u308b":130,"\u90e8\u5206":[11,14,28,33,41,79,130,152,182,183,218,220,229],"\u90fd\u6c11":[218,220],"\u914d\u4e0b":[12,150],"\u914d\u5217":[11,33,35,37,39,41,48,52,61,62,64,76,79,85,88,89,114,115,129,130,134,135,140,141,171,182],"\u914d\u5e03":[23,24,25,26,30,31,39,41],"\u914d\u7f6e":[12,226],"\u91cd\u3044":[0,100,130],"\u91cd\u304f":220,"\u91cd\u306a\u3063":40,"\u91cd\u307f":[22,39,40],"\u91cd\u307f\u3064\u304d":41,"\u91cd\u307f\u4ed8\u304d":41,"\u91cd\u307f\u4ed8\u3051":[130,220],"\u91cd\u8907":[33,41,64],"\u91cd\u8981":[0,10,12,14,28,33,47,51,76,77,130,134,140,149,184,194,195,196,205,211,227],"\u91cd\u8996":[184,220],"\u91ce\u9996":41,"\u91cf\u6307":193,"\u91cf\u8a08":34,"\u9234\u6728":39,"\u932f\u8aa4":0,"\u9577\u3044":33,"\u9577\u304f":33,"\u9577\u3055":[39,48,61,64,65,67,148,223],"\u9577\u3059\u304e\u308b":40,"\u9577\u4ee5\u4e0a":[61,64],"\u9577\u5185":[33,41],"\u9577\u5185\u6b69":[33,41],"\u9577\u578b":[65,89,117],"\u9577\u65b9\u5f62":37,"\u9577\u6642\u9593":[126,145],"\u9577\u751f\u304d":134,"\u9577\u91ce":41,"\u9589\u3058":[33,37,136,203],"\u9589\u3058\u308b":[33,34,37,203],"\u958b\u3044":[33,35,37,40,86,97,136,145,186],"\u958b\u304b":[33,51,145],"\u958b\u304d":[47,52,125,136,206],"\u958b\u304f":[33,37,39,47,186,206,226],"\u958b\u304f\u969b":39,"\u958b\u3051":[33,39],"\u958b\u3051\u308b":39,"\u958b\u3053":52,"\u958b\u59cb":[14,37,40,41,61,91,137,148,158,161,185],"\u958b\u653e":[33,104],"\u958b\u767a":[0,3],"\u9593\u9055\u3063":[33,37,39,40,41,145,200,201],"\u95a2\u308f\u3089":[130,148],"\u95a2\u4fc2":[11,13,22,23],"\u95a2\u4fc2\u5f0f":3,"\u95a2\u6570":11,"\u95a2\u9023":[0,2,3,10,12],"\u95b2\u89a7":230,"\u95be\u5024":[22,28,33,37,41,51,60,130,133,147,218,219],"\u9632\u304e":[40,136],"\u9632\u3050":[113,183,196],"\u964d\u9806":[64,65,130,133,152,226],"\u9650\u3063":61,"\u9650\u3089":10,"\u9650\u308a":[11,61,74,101,139,218,220],"\u9650\u5b9a":[145,193],"\u9650\u6587":[37,134],"\u9664\u3044":[108,110,113,148,164,171],"\u9664\u304f":39,"\u9664\u3051":64,"\u9664\u53bb":[33,35,40,138,163,204],"\u9664\u5916":99,"\u9664\u7b97":41,"\u9665\u3063":39,"\u968e\u5c64":11,"\u96a3\u308a\u5408\u3063":205,"\u96a3\u63a5":[0,182],"\u96c5\u5e83":41,"\u96c6\u307e\u3063":224,"\u96c6\u307e\u308a":[130,152],"\u96c6\u3081":224,"\u96c6\u5408":[39,64,72,76,130,181,193],"\u96e2\u308c":233,"\u96e3\u3057\u3044":0,"\u9759\u7684":3,"\u975e\u308f":218,"\u975e\u4e92":[33,39,40,41],"\u975e\u4e92\u63db":[33,37,41],"\u975e\u4f9d":24,"\u975e\u516c\u958b":12,"\u975e\u5206":130,"\u975e\u5e38":[33,39,193,194,195,196,211],"\u975e\u63a8":[33,37,39,40,41,134,158],"\u975e\u63a8\u5968":[33,39],"\u975eascii":205,"\u9805\u76ee":[33,34,44,85,92,93,94,130,134,143,211,215,227],"\u9806\u4f4d":56,"\u9806\u5e8f":[130,135,220,226],"\u9806\u6b21":[146,147,217,226],"\u9806\u756a":[58,65,147,182,220,226],"\u9818\u57df":[28,39,41,61,64,233],"\u982d\u6587":217,"\u982d\u8f9e":203,"\u983b\u51fa":33,"\u983b\u5ea6":[33,133,138],"\u983b\u7e41":[28,64],"\u9855\u8457":205,"\u985e\u4f3c":[11,39,40,41,133,181],"\u985e\u7d39":220,"\u985e\u7fa9":130,"\u99c4\u76ee":10,"\u9ad8\u3044":[0,85,130,133,149,152,205,226],"\u9ad8\u3044\u9806":226,"\u9ad8\u304f":[33,76,195,220],"\u9ad8\u307e\u3063":0,"\u9ad8\u6a5f":[0,11],"\u9ad8\u7cbe":0,"\u9ad8\u901f":[0,11,33,34,37,40,72,110,130,134,158,159,182,183,188,193,194,196,203,205,210,211,225,226],"\u9b3c\u96f2":33,"\u9bae\u5ea6":184,"\u9df2\u7530":40,"\u9df2\u7530\u57fa":40,"\u9ed2\u3044\u70b9":188,"\uff01:":28,"\uff01\u300d":[111,130,182,183],"\uff01\u3057":2,"\uff01\uff08":17,"\uff01\uff09":[199,200],"\uff08*":5,"\uff08,":226,"\uff08-":[130,226],"\uff08.":12,"\uff08=":[94,113,130,132,143],"\uff08@":[35,37],"\uff08\u300c":[186,220],"\uff08\u3064\u307e\u308a":100,"\uff08\u30ad\u30fc":33,"\uff08\u4f8b":33,"\uff08\u578b":67,"\uff08\u79d2":61,"\uff08\uff1d":197,"\uff08age":134,"\uff08and":181,"\uff08byte":[48,61],"\uff08ci":21,"\uff08document":[41,196],"\uff08eol":33,"\uff08gnu":28,"\uff08groonga":33,"\uff08kana":189,"\uff08least":84,"\uff08longest":[37,183],"\uff08markdown":12,"\uff08messagepack":28,"\uff08node":21,"\uff08normalization":186,"\uff08not":181,"\uff08or":181,"\uff08perl":149,"\uff08personal":[22,23],"\uff08piro":[33,41],"\uff08proc":56,"\uff08romaji":189,"\uff08rroonga":33,"\uff08ruby":21,"\uff08score":130,"\uff08term":[194,195,196],"\uff08textile":12,"\uff08tf":194,"\uff08therubyracer":12,"\uff08todo":183,"\uff08tokenbigram":220,"\uff08tokenmecab":220,"\uff08true":223,"\uff08virtualbox":12,"\uff08world":207,"\uff09:":[24,25,26,27,29,30,127,128,218],"\uff09\u3001":[12,194,195,196,203,218],"\uff09\u3002":[33,185,220,226],"\uff09\u307e\u305f":[114,140,182,183],"\uff09\uff08":134,"\uff11\u3064":[9,89],"\uff11\u5bfe":9,"\uff12\u3064":233,"\uff13\u3064":207,"\uff1f\u300d":224,"\uff1f\uff09":33,"\uff4d\uff59\uff53\uff51\uff4c":[161,162],"\uffef\"":205,"\ufff0\"":205,"\ufffecrch":140,"\ufffetext":140,"] [":148,"] \u6708":33,"]%":193,"]'":[149,211],"])":[46,159,161,169],"],":[44,76,79,85,87,89,91,92,95,98,101,111,112,113,114,115,117,118,126,129,130,132,133,135,136,137,138,140,141,142,147,148,152,155,158,161,162,163,164,167,168,171,172,180,182,183,184,186,193,194,195,196,199,200,202,204,205,217,220,223,224,225,226,228,229,230,231,232,233],"].":[33,41,111,130],"]/":230,"]:":[33,193],"][":[33,37,38,39,40,41,92,113,118,136,182,193],"]\"":[39,40,193,229],"]\u3002":41,"]]":[33,96,98,101,113,147,148,152],"]]]":[96,183,220],"]ello":33,"]x":229,"]}":[33,85,167,172,223],"^ \"":[87,167,183],"^commit":12,"_$":[133,134],"_')":[74,88],"_*":[22,43,45],"_\"":37,"_a":[83,217],"_accepted":126,"_accessor":33,"_account":17,"_acquire":[22,33,43,77],"_add":[33,54,56,64],"_address":[83,217,230],"_adjust":[11,33,63,130],"_age":155,"_all":[33,51],"_alloc":[54,70],"_allowed":[83,217],"_already":[83,217],"_and":[11,63],"_animal":223,"_append":[11,54,57,61],"_arg":83,"_argument":[61,64,65,83,217],"_arguments":33,"_asc":64,"_ascending":65,"_at":[33,35,38,39,51,54,61,64,111,194],"_auto":[39,40],"_available":[83,217],"_avg":130,"_avoided":[61,83,217],"_bad":83,"_base":[33,70],"_basic":[149,211],"_batch":41,"_be":129,"_between":41,"_binary":39,"_blank":[33,114],"_block":[83,217],"_blog":228,"_body":[88,125,220,232],"_bool":[33,35,51,61],"_broken":83,"_buffer":[51,57,83,152,217],"_build":14,"_builtin":[37,52,61,67],"_bulk":[33,51,54],"_busy":[83,217],"_but":11,"_by":[33,36,37,38,41,54,61,64,65,70,229],"_byte":[83,129,217],"_cache":[22,33,40,43,45],"_calc":41,"_call":[11,83,126,217],"_calloc":33,"_cancel":[22,33,41,43,77,81,82,83],"_canceler":33,"_cas":83,"_case":33,"_cast":[33,61],"_character":54,"_characters":54,"_charlen":70,"_check":[14,41,61],"_checks":114,"_child":[83,217],"_chunk":33,"_chunked":33,"_circle":[22,37,40,43,154],"_classify":[22,33,43,154],"_clear":[22,33,37,41,43,61,77,86,102],"_client":183,"_clone":12,"_close":[11,33,37,41,47,51,54,57,58,61,65,70],"_code":[70,79,185],"_column":[22,33,35,40,41,43,44,45],"_columns":[22,33,35,39,40,41,64,76,87,96],"_command":[22,33,41,43,45],"_comment":172,"_commit":57,"_compare":61,"_compile":54,"_compress":48,"_concurrency":146,"_cond":66,"_conf":33,"_config":[33,92],"_configure":40,"_connected":[83,217],"_connection":83,"_const":[11,54],"_content":[22,43,45],"_control":[33,83,217],"_controllen":33,"_copy":[22,33,43,44,77],"_corrupt":[83,217],"_count":[22,33,43,77,80],"_create":[11,22,33,36,37,39,40,41,43,44,48,52,54,62,64,67,70,76,77,87],"_ctx":[22,33,37,39,41,43,45,46,47,48,50],"_current":47,"_cursor":[22,33,35,40,43,45,55],"_dat":[37,38,40,41,64,87,117,129,134,135,182,183],"_data":[22,33,43,45,62],"_database":[39,40,95],"_dataset":[36,151,153,202],"_date":12,"_day":[22,33,43,154],"_db":[22,33,35,36,37,38,41,43,45,51],"_db\u30d5\u30e9\u30b0":37,"_deadlock":[61,83,217],"_debug":[7,14],"_decr":61,"_default":[33,39,49,53,60,211],"_defrag":61,"_del":33,"_delete":[22,33,37,43,56,61,64,65,77],"_delimited":42,"_delimiter":[114,140],"_denied":[83,217],"_dependent":33,"_desc":64,"_descending":65,"_descriptor":[83,217],"_device":[83,217],"_difference":64,"_dir":[12,33,37,70],"_directory":[83,217],"_disable":33,"_dist":39,"_distance":[22,33,34,37,39,40,43,154],"_domain":83,"_down":[83,217],"_drilldown":130,"_dump":33,"_ecmascript":44,"_element":[33,59],"_empty":[83,217],"_enable":33,"_enabled":33,"_enc":[53,65],"_encoding":[22,43,45],"_end":83,"_enough":[33,83,217],"_entries":[47,84],"_entry":56,"_error":[33,44,70,83,111,217],"_escalation":[22,28,35,43,45,51],"_escape":54,"_estimate":[33,37,55],"_eval":[22,40,43,77],"_exec":[33,51,54,83],"_exist":[22,33,43,61,77,113],"_exists":[83,217],"_expand":[22,33,43,77],"_expander":40,"_expanders":[119,120,124,192],"_expansion":[37,40],"_expire":61,"_expr":3,"_expression":[130,193],"_extract":[33,42],"_failure":69,"_false":[51,61],"_family":33,"_file":[33,79,83,149,192,211,217],"_filename":83,"_files":[83,217],"_filter":[22,33,40,41,43,77,83,109],"_filtered":[33,110],"_filters":[33,41,99],"_fin":[33,39,51,54,69,70],"_finalizer":[51,62],"_fitlers":129,"_flags":[33,39,48,54,64,67,70],"_float":[33,67],"_flow":[83,217],"_flush":[22,33,43,77],"_for":[11,33,130],"_format":[83,217],"_free":70,"_friends":225,"_full":[12,22,41,43,154],"_func":[41,51,62,66,70,139],"_function":[33,70,83,126,194,217],"_fuzzy":33,"_geo":[22,33,37,43,45],"_get":[22,33,37,38,39,41,43,46,47,48,49,51,53,54,56,59,60,61,62,64,65,66,70,77,92],"_github":17,"_global":33,"_gqpt":148,"_gqtp":148,"_groonga":[79,111],"_group":[33,64],"_gt":65,"_hash":[33,44,55,64,65,76,87,98,99,100,102,103,104,111,112,113,116,117,118,125,129,130,134,135,136,152,155,158,163,164,167,168,180,183,184,186,194],"_header":89,"_hit":[80,132,149,190,217,226,230],"_hits":130,"_hook":[22,43,45],"_host":148,"_hour":[22,33,43,154],"_html":[22,33,37,39,40,41,43,130,147,154],"_http":[148,149],"_hugetlb":37,"_i":[83,217],"_id":[12,33,37,38,41,48,51,54,57,58,59,61,64,65,70,74,81],"_idf":194,"_if":61,"_ii":[22,33,43,45],"_illegal":83,"_implemented":[83,217],"_improper":83,"_in":[22,33,34,35,37,40,41,43,55,79,83,129,154],"_inappropriate":83,"_incompatible":83,"_incr":61,"_index":[22,33,35,40,41,42,43,45,48],"_indexer":38,"_indexes":33,"_info":[22,33,39,43,45],"_information":89,"_init":[33,37,39,41,51,54,61,66,69,70,185],"_initialized":[83,217],"_input":[33,79,83,183],"_inspect":[22,33,43,77],"_install":[7,8,21,23],"_int":[33,54,61,67],"_interrupted":[83,126],"_invalid":[61,64,65,83],"_io":[33,41,118],"_ip":[217,230],"_is":[33,37,51,61,79,83,126,217],"_isspace":70,"_items":167,"_ito":37,"_itoh":37,"_ja":40,"_jis":[28,205],"_jp":28,"_json":50,"_kana":152,"_key":[33,34,35,37,38,39,40,41,44,48,55,64,65,67,74,76,87,89,91,98,99,100,101,102,103,104],"_keys":[33,64],"_keywords":54,"_label":33,"_labeled":130,"_large":[32,33,83,134,217],"_lcp":64,"_leading":130,"_leak":14,"_left":[37,55,83,160,217],"_len":[39,48,54],"_length":[33,70,217],"_level":[22,33,40,43,70,77],"_lexicon":33,"_likes":[79,111,130,182,183,206],"_limit":[22,33,34,40,43,66,77,83],"_line":129,"_link":[83,217],"_links":[83,217],"_list":[22,33,34,35,37,39,41,43,77,83],"_literal":41,"_load":[22,40,43,77],"_local":148,"_location":[79,229],"_lock":[37,46,61,66,70],"_locked":61,"_locks":[83,217],"_log":[33,39,40,41,70],"_logger":[33,39],"_logical":33,"_long":[83,217],"_lt":65,"_lzo":[48,83,88],"_malloc":70,"_many":[41,83,217],"_mask":61,"_match":[22,41,43,45],"_max":[47,49,58,83],"_mecab":33,"_memo":168,"_memory":[39,83],"_message":[33,79,193,228],"_messages":[12,17],"_min":[33,49,58,130],"_minute":[22,33,43,154],"_mode":41,"_modified":229,"_module":149,"_month":[22,33,43,154],"_most":[33,194],"_mruby":[7,8],"_msgpack":50,"_mutex":[66,70],"_n":[40,47,112],"_nabe":41,"_name":[33,36,41,44,48,61,79],"_names":[33,52],"_network":83,"_new":[9,37,39],"_next":[33,35,40,55,58,65],"_nfthreads":66,"_ngram":33,"_nhooks":56,"_nil":[35,51,54,64,65],"_no":[33,35,41,44,64,65,83,87,98,99,102,103,104,108,113,116,117,118,125,129,130,134,135,136,152,161,162,168,171,182,183,184,193,195,196],"_nofile":[40,185],"_none":50,"_normalize":[33,39,42,64,134,186],"_normalizer":[33,83],"_normalizers":33,"_not":[61,63,83,91],"_nromalize":186,"_nsubrecs":[41,48,74,130,224],"_null":33,"_number":[22,33,43,79,154],"_numbers":33,"_o":[83,217],"_obj":[11,22,33,37,38,39,40,41,43,45,48,51,52,54,55,56,57,58,59],"_object":[83,118],"_of":[83,100],"_offline":38,"_offset":[33,41,54,70,83,96],"_old":44,"_on":[83,217],"_one":129,"_only":[33,83,217],"_op":[11,33,54,63],"_open":[33,35,37,39,47,51,52,55,57,58,65,70,83,118,217],"_opened":[33,51],"_operation":[83,217],"_operator":[48,54,55,63,64],"_optarg":[33,52,63],"_options":[40,183],"_or":[11,63,83,91],"_org":12,"_otoj":14,"_output":[33,41,51,83,96],"_over":[83,217],"_overlap":33,"_own":33,"_pack":23,"_package":33,"_parameters":[22,33,43,77],"_parse":[33,53,54],"_pass":149,"_pat":[33,35,40,64,65,76,87,89,91,99,111,113,117,125,129,130,134,135,136,137,138,142,147,152,161,162,164,167,168,171,172,182,183,189,193,194,195,196],"_path":[12,33,38,39,40,41,61,118,145,147,148],"_pattern":33,"_per":[37,51],"_permission":83,"_permitted":[83,217],"_persistent":[48,64],"_pipe":[83,217],"_plugin":[33,36,37,41,70,83],"_plugins":[33,37],"_point":[55,159,225],"_pop":33,"_port":148,"_position":[33,48,88,89,111,125,129,130,152,161,162,168,171,172,182,183,184,193,194,195,196,204,206,220,226,228,229,232],"_posting":[33,55,58],"_pragma":130,"_prefix":[7,8,23],"_preparer":[133,199,200,202],"_prepend":61,"_pretty":80,"_previous":47,"_printf":41,"_probability":[37,133],"_proc":[22,33,41,43,45,51],"_process":[83,217],"_processes":83,"_proxy":149,"_ptr":[33,51,54,70],"_push":11,"_put":[22,33,40,43,77,105],"_pvector":[33,51,54],"_ql":41,"_qlog":39,"_queries":[80,132,149,190,217,226,230],"_query":[11,33,39,40,41,54,133],"_range":[22,33,43,61,77,83,109],"_rate":[80,132,149,190,217,226,230],"_ratio":[33,41],"_rc":[46,47,48,49,51,52,53,54,55,56,57,59,60,61,62,63,64,65,69,70],"_read":83,"_reader":33,"_realloc":70,"_record":61,"_records":[33,39,40],"_recover":[33,41,52],"_rectangle":[22,33,34,35,37,40,43,55,154],"_recursive":33,"_recv":41,"_reference":130,"_refused":[83,217],"_register":[22,36,43,70,77,99,100,109,111,112,113],"_reindex":33,"_reinit":61,"_release":[12,22,33,43,77,102],"_removable":136,"_remove":[22,33,37,39,40,41,43,61,77,87],"_rename":[22,38,40,41,43,44,48,61,64,77,87],"_reopen":[22,39,43,77,105,106],"_repair":38,"_request":[33,126],"_res":148,"_resource":[61,83],"_result":[64,83,130],"_results":64,"_retry":83,"_right":[37,55,160],"_rk":[22,33,43,65,154],"_root":33,"_rotate":33,"_ruby":33,"_s":41,"_same":40,"_scalar":[33,44,48,87,88,89,91,98,99,100,102,103,104,108,111,112,113,116,118,125,129,130,136,137,138,142,152,155,158,161,162,163,164,167,168,171,172,182,183,184,193,194,195,196,204,206,220,224,225,228,229,232],"_schema":33,"_score":[33,37,39,40,48,74,87,130,133,152,183,194,195,196,229,233],"_scorer":[33,83],"_script":127,"_search":[22,33,37,39,43,45],"_second":[22,33,43,154],"_section":[33,41,48,88,89,129,228,229],"_seek":[83,217],"_sel":42,"_select":3,"_selector":[22,33,41,43,77],"_send":[47,50,51],"_sequence":[83,217],"_sequential":33,"_serial":87,"_set":[22,33,38,39,41,43,44,46,47,49,51,53,56,59,60,61,62,65,66,77,92,93],"_setoperation":[33,64],"_setpshared":40,"_shard":[22,33,43,77],"_shutdowned":[83,217],"_signal":66,"_sis":[64,134,182,183,218,231],"_size":[11,22,33,43,48,51,54,57,61,62,64,65,67,70],"_sjlj":41,"_skip":[33,40],"_small":[83,217],"_snip":[39,41],"_socket":[83,217],"_sort":[33,64],"_sortby":[33,96],"_source":12,"_space":[83,217],"_sparse":33,"_split":33,"_stable":49,"_stack":83,"_stamp":185,"_started":79,"_stop":[33,41,138,204],"_str":[54,229],"_strerror":41,"_string":[14,33,40,53,54],"_success":[46,47,48,51,52,54,61,69,70,83,185],"_such":[83,217],"_suffix":[33,37],"_suggest":36,"_sum":130,"_supported":[83,217],"_symbolic":[83,217],"_synonyms":192,"_syntax":[33,44,54,83],"_system":[37,83,217],"_t":[66,83],"_table":3,"_tables":[33,40,51],"_tag":[87,161,164],"_tags":[225,229],"_take":33,"_target":[33,41],"_temporarily":[83,217],"_term":[33,42],"_text":[14,33,41,54,114],"_tf":[33,194],"_thread":[22,33,43,45],"_threads":139,"_threshold":[28,33,35,37,51,60],"_time":[33,79,80,132,185],"_timeout":[33,46,82,83,217],"_timestamp":125,"_tiny":33,"_title":[99,125,148,226,228],"_to":[33,53,109,228,229],"_token":[33,41,83],"_tokenize":[22,33,43,77],"_tokenized":[114,140],"_tokenizer":[33,39,83,111,125,129,130],"_tokenizers":33,"_too":[41,83,217],"_touch":[35,52],"_tp":146,"_transposition":33,"_true":[33,51,61],"_truncate":[37,41,48,64],"_ts":33,"_tsv":[50,192],"_type":[22,33,39,41,43,45],"_types":[33,41],"_uint":[33,67],"_unavailable":[83,217],"_unknown":83,"_unlink":[51,61],"_unlock":[61,66,70],"_unmap":[22,33,43,52,77],"_unregister":[22,33,43,77,100,119],"_unsupported":83,"_untag":[22,40,43,154],"_update":[48,64,83,130,182],"_use":[33,41,51,83,109,217],"_user":[22,43,45,62],"_users":229,"_utf":[53,65],"_valid":149,"_value":[33,35,37,38,40,41,48,51,54,61,65,74,111],"_values":[22,33,37,41,43,61,154],"_valule":164,"_var":[33,41,54,62,67,70],"_vars":70,"_vector":[33,40,41,48,51,54,61,76,87,88,89,98,130,152,167,172,180,223,225,229],"_version":[12,22,33,37,41,43,45],"_versions":12,"_vesion":[163,180],"_void":33,"_vprintf":41,"_vsize":[51,54],"_w":205,"_week":[22,33,43,154],"_weight":[41,48,76,88,89,129],"_when":79,"_win":[33,70],"_window":83,"_windows":[33,70],"_with":[7,8,33,48,64,129,134,182,183,218,231],"_word":[33,41,99,138,204],"_would":[83,217],"_xml":50,"_xxx":130,"_year":[22,33,43,154],"_yyyymmdd":[111,113],"_zlib":[48,83,88],"_zone":149,"_{":40,"`/":18,"``":[34,35,113,228],"`hostname":147,"boolean":[42,129],"byte":[33,39,48,61,64,148,171,217],"c\u30e9\u30f3\u30bf\u30a4\u30e0":33,"case":[70,124,153],"char":[41,48,51,52,53,54,61,62,64,66,67,70],"ci\u4e0a":21,"class":[161,162,163,171],"const":[38,48,51,52,53,54,61,62,64,65,67,70],"continue":41,"cpu\u30b3\u30a2":[6,7,147,152,210],"d\u30ad\u30fc":226,"dat\u30ad\u30fc":40,"delete":[22,34,35,37,43,61,77,92],"do":[41,148],"double":[33,129,183],"else":33,"enter\u30ad\u30fc":40,"enum":52,"error\u30bf\u30b0":39,"export":18,"false":[12,33,35,40,41,86,87,88,90,91,92,94,95,96,98,102,103,104,105,106,107,113,116,118,125,126,129,136,140,142,155,161,164,168,172,182,183,205,207,223,231],"float":[33,39,111,117,129,130,158,190,195,196],"for":[8,31,39,42,46,50,51,52,54,55,61,66,70,142,147,149,151,153,158,171,183,202,205,206,207,209,215,229],"function":[33,42,51,70,79,154,217],"geopoint\u9593":37,"get\u30e1\u30bd\u30c3\u30c9":150,"gib\u304f\u3089\u3044":206,"gmo\u30e1\u30c7\u30a3\u30a2":41,"html\u30bf\u30b0":163,"id\u9806":65,"if":[11,33,46,48,50,51,52,55,61,62,64,66,69,70,76,147,149,151,153,183,209],"import":12,"in":[11,14,22,33,39,41],"int":[33,35,39,40,41,46,47,48,51,52,54,55,56,57,58,60,61,62,64,65,66,67,70,76,87,91,111,117,129,130,133,134,137,142,152,155,158,168,169,182,183,190,194,195,196,199,200,202],"long":[33,57,60,126],"lzo\u3044":88,"mo\u30d5\u30a1\u30a4\u30eb":17,"new":[12,44,51,61,66,70,87],"nginx\u3089\u3057\u3044":41,"null":[11,33,37,39,40,47,48,51,52,54,55,58,61,62,64,65,66,70,117,128,129,130,135,137,161,162,163,171],"package":[12,22,23],"po\u30d5\u30a1\u30a4\u30eb":17,"post\u30e1\u30bd\u30c3\u30c9":40,"return":[51,66,69,79,185],"sort\u30ad\u30fc":34,"static":66,"this":[39,48,50,51,52,61,70,111,130,147,149,151,171,182,183,211,223,226,230,232],"true":[33,34,40,41,44,76,86,87,88,89,90,91,92,93,94,95,96,98,100,101,102,103,104,105,106,107,108,109,111,112,113,116,117,118,119,120,124,125,126,127,128,129,130,131,134,136,137,138,142,152,155,158,159,160,161,162,163,164,167,168,171,172,180,182,183,184,186,189,193,194,195,196,204,207,223,224,225,226,228,229,231,232,233],"try":[46,229],"var":[11,28,70,89,145,147,149],"void":[38,46,49,52,53,60,61,64,65,66,69,70],"while":52,"with":[6,12,21,27,28,33,37,41,48,51,55,61,70,76,85,88,89,114,129,147,149,153,171,193,220,226],"x\u30df\u30ea":[183,207],"{\"":[33,76,85,108,109,112,113,117,127,128,133,148,152,161,162,168,182,183,184,193,195,196,199,200,202,204,228],"{\"_":[44,130,155,182,183,223,225,233],"{\\":101,"{column":193,"{key":130,"{label":[111,130],"{language":17,"{logical":197,"{name":183,"{path":28,"{prefix":[28,119,120,124],"{table":[130,168],"{time":185,"{user":206,"{yyyymm":197,"{yyyymmdd":197,"| _":233,"| c":183,"| n":183,"| y":40,"|')":88,"|..":41,"|:":185,"|<":[44,185],"|>":185,"|allow":[130,182],"|b":193,"|correct":[133,152],"|enable":140,"|full":193,"|ga":130,"|http":148,"|info":193,"|key":[33,134,182,183,231],"|n":33,"|ng":130,"|none":130,"|on":130,"|oo":130,"|persistent":[89,91,135,137],"|ring":152,"|ro":130,"|suggest":133,"|table":134,"|with":[41,76,88,89,111,114,125,129,130,152,161,162,168,171,172,182,183,184,193,194,195,196,204,206,220,226,228,229,232],"||":[11,39,40,183,194,228],"},":[76,91,112,113,115,117,129,130,137,138,140,141,142,148,158,163,167,168,180,182,183,184,193,205,225,226,228,229,231,232],"}.":[118,130,168],"}/":[17,28,33,119,120,124],"}:":[152,193],"}\\":183,"}]":[33,80],"}_":[111,197],"}attr":40,"}e":183,"}|":185,"}}":76,"~ \"":[33,183,193],"~${":193,"~*":54,"~number":183,"~uint":33,abc:33,abcde:114,abi:33,about:[14,21,47,70,147,154],above:[126,202],ac:186,accept:35,accepts:[142,147],accesses:48,accessor:[33,61,64],accurate:171,acquire:46,acquires:46,acronym:209,actual:149,add:[17,30,39,41,61,110,130,140,154,205],added:[42,55,61,64],adding:61,additional:40,address:[37,39,147,152,217],adjust:130,adjuster:[41,76,111],admin:[33,35,41],advanced:42,advantage:171,after:55,again:[46,149],against:[48,52,147],age:[44,89,100,129,130,155],ages:[134,135,155],aggregate:171,ahost:193,aio:40,akio:[35,39],al:205,alert:[41,105,106,147,149],ali:87,alias:[44,92,93,94],aliased:44,aliases:[44,92,93,94],alice:[44,87,91,117,130,137,142,149,155,168,182,211,229],alisa:168,all:[33,39,48,51,52,55,111,130,182,183,202,232],alloc:[33,80,132,147,149,190,217,226,230],allocate:[22,219],allocated:70,allocates:70,allow:[25,39,130,182],allowed:153,allows:171,almost:209,already:[46,70,153],also:[111,130,171,182,183,194,209],always:109,am:[162,171],amd:12,an:[52,55,64,70,149],and:[33,40,41,42,46,48,50,52,54,55,61,64,70,130,138,147,149,151,153,168,171,183,185,194,195,196,202,204,206,228,233],animation:225,ann:12,another:33,any:33,api:[1,3,11,15],appears:171,appended:61,apple:186,application:[149,211],applications:171,applied:42,appveyor:41,april:12,apt:[12,18,21,25,30,39],aptitude:14,ar:[140,218,220],arai:33,aramaki:[35,37],arc:140,architecture:33,architectures:12,archive:[12,22,23],are:[17,33,40,46,52,54,55,70,76,147,151,153,171,185,194,195,196,202,209],argc:66,argument:[150,183,194],arguments:[70,129,147],argv:66,armhf:41,arnaud:37,array:[85,129],art:229,arted:183,article:228,articles:228,as:[17,39,51,70,140,147,149,151,153,171,209,215],ascii:[182,183,205],assigned:33,associated:70,assumed:62,at:[42,55,147,229],auth:[149,211],auto:[109,133],autoconf:[6,37],autogen:[6,12,17,39],automake:[6,35],automatically:52,autotools:[3,5],available:[42,70],avg:[41,111,130,146],aware:70,back:183,background:147,backup:[52,99],backward:142,bad:[40,41,217],base:[12,33,70,149],baseball:[225,228],based:[55,161,162,171,215],bash:28,be:[48,51,52,54,55,61,64,70,95,124,142,147,153,202,209],became:215,because:[33,52,149,190,194,202,209],become:42,been:12,before:21,begin:146,bernard:33,beta:42,between:[22,33,40,41,43,61,153,154],bi:[218,220],bigram:[148,151,152,218,220],bigramlexicon:125,bill:[33,218,220],billiard:[218,220],bin:[18,31],binary:[0,190,207],bind:37,binding:[42,161,162],binlib:12,bison:12,bit:[8,21,23,24,25,26,29,30,31,33,40,117,148,207],black:186,block:223,blog:[172,220,226,228],blogroonga:3,blogs:220,bm:[194,196],bob:[44,91,130,137,142,149,155,168,182,211,229],bom:35,book:183,bookmark:[76,99],bookmarks:[76,99,113],bool:[33,40,87,117,129,138,159,160,182,204],boost:[152,199],boston:229,both:61,bottom:[37,55,160],brazil:224,brew:[18,27],british:232,broken:[48,52,118,217],brooklyn:229,brother:182,browser:17,bsd:[5,28,33,41],buf:[48,61,64],buffer:[51,61,85],buffered:57,bug:[39,42],build:[8,12,21,25,30,31,40],builder:57,building:50,built:61,bulk:[33,54,61],but:[142,147,153],buzz:152,by:[39,51,52,54,55,69,70,108,182,202,209,224],bye:138,bytes:[62,70],cache:[22,33,34,39,43,47,61,77,80],cafedomancer:33,calc:33,called:70,caller:62,calling:[69,70],calloc:33,calros:155,camp:229,can:[17,46,50,51,52,70,124,129,142,147,149,171,194,202,209],cancel:126,canceled:[82,126],candidate1:133,candidate2:133,candidate:133,cannot:[22,219],carlos:[91,137,142],cas:217,cases:209,cast:61,casted:61,casts:61,cat:12,cd:[12,17,24,25,26,27,28,29,30,31],cdbs:37,ce:205,ceekz:40,center:159,centos6:39,centos:[12,18,22,23],central:229,cents:205,cflags:29,ch:140,change:[39,149,211],changed:[42,149],character:70,characteristics:171,charlie:229,check:[14,22,33,34,37,43,61,77],checked:12,checking:52,checks:[41,52,114],china:224,choose:147,christian:33,chroot:12,chunk:85,chunks:221,ci:20,ciritical:149,cities:158,city:[158,229],clean:14,clear:[41,61],clearlock:[22,34,39,41,43,77],clears:48,clone:[3,6,7,8,12,13],clumns:206,cmake:[3,5,6],co:152,code:[17,142,185,190],codes:[12,69],col:61,color:186,column:[11,22,33,34,35,37,38,39,40,41,43,44,48,52,55,61,62,64,68,76,77],columnn:39,columns:[33,35,39,52,101,129,130,151,206],com:[9,224],come:229,comma:33,command:[21,33,39,49,51,70],commandinput:33,commands:209,comment:[33,172,228,229],comments:[172,228],commit:17,common:[37,64,65,147,183],compared:171,compatibility:[142,186],compatible:149,complete:[38,133,152,199,201],composition:186,compress:[88,129],computed:70,cond:[40,66],condition:183,conditional:133,conf:221,config:[8,22,31,33,34,43,44,77,78],configuration:[40,149,152],configure:3,confirm:17,conifugration:21,connection:217,connections:147,constant:33,container:54,content:[37,39,40,41,79,111,129,130,136,149,163,168,171,172,182,183,184,194,204,206,211,228],contents:70,context:[33,51,54,61,111,149,171],contrast:147,contrib:12,copa:33,copied:70,core:148,correct:[133,152,200],correction:200,corresponding:61,cosmo:[40,41],count:130,country:[98,224,230],cover:171,coverage:14,cpu:[0,28,148,149,211],crch:140,create:[70,99,147],created:[70,111,229],createfilemapping:33,createrepo:12,creates:[54,70,151],crit:[105,106,147],critical:[70,147],ctrl:[147,217],ctx:[9,47,48,51,52,54,61,62,64,70],curl:[21,27,28,39,126,147,149,152,190,211],current:[44,66],currently:[50,52,149],cursor:[55,58,65],customize:149,cutter:[3,6,7],cxxflags:29,daiki:[35,36,39],dangerous:[48,52],dash:28,dat:203,data:[52,56,66,149],database:[22,33,43,51,52,61,64,77],dataset:[151,152,153],datasets:151,date:148,dave:155,day:184,db1:211,db2:211,dbms:171,dcb:41,dcmake:[7,8,31],dd:[183,185],ddb:[226,230],ddl:220,de:17,deb:[12,25,30,39],debhelper:37,debian:3,debootstrap:12,debug:[8,33,105,106,147,149],decrypt:12,defalt:35,define:[22,43,77],defines:151,defrag:[22,34,40,43,77],dejan:33,deleted:61,delimit:40,demo:225,depends:42,deprecated:[78,130],derived:153,descending:33,describe:70,described:147,describes:147,description:[33,218,229],designed:209,desktop:[8,31],dest:[64,146,147],destination:61,detail:148,details:70,dev:[6,7,25,30],develop:[78,204],developed:204,developer:229,developing:204,development:229,develops:204,dewangga:33,df:196,dgrn:[7,8],dh:12,dicrc:27,dictionary:[186,205],diff:148,directive:149,directory:[70,153,217],disable:[37,149],disables:149,disk:193,dist:12,distance:158,distributions:12,dll:[33,37,39,41],doc:[12,16,17,18,232],docs:33,document:[12,35,147,161,162,171,183,194,196],documentation:21,documentations:154,documents:[168,171],doesn:[61,118,149],domain:[16,54,61,70,89,91,135,137,147,217],don:[50,54,149,202],done:46,download:[12,24],downloads:31,dragonfly:35,draw:225,drilldown:[33,34,41,96],drilldowns:111,droonga:[164,197],due:171,dump:[22,33,34,35,37,39,41,43,50,77],ea:[140,185],each:[54,133,149,199,200,202],ear:140,earch:140,earlier:142,easier:194,easy:194,ec:130,echo:118,ecmascript:[39,40,130,181,183],edge:9,edict:41,edit:[12,22,33,34,43,154],editor:17,editrc:37,effective:147,eggs:228,eight:226,eito:40,el:[24,205],elapsed:[79,185,190],element:[33,76,183],elements:[33,76],elfring:39,ellip:158,emacs:17,emerg:[105,106],emerge:147,emergency:[147,149],emphasize:163,empty:33,en:[133,140,199,205],enable:[6,12,17],enables:149,encoding:[53,70,147,190],ency:148,end:[146,161,190,217],endpoint:153,eng:[133,199],engi:[133,199],engin:[133,199],engine:[133,140,161,162,171,194,199,200,201,202],enginen:199,english:[14,130],enhanced:42,enourmous:202,enqueue:9,entries:[33,87,102,103,104,111,130,136,145,161,162,182,183,206],entry:[56,86,87,88,90,96,97,98,101,111,125],entrykeys:136,env:192,environment:21,eof:147,epel:[24,39],er:193,eric:155,errno:[33,41],error:[40,41,44,51,55,70,79,105,106,147,149,193,196,226],errror:193,es:205,escape:54,escaped:54,estimate:33,estimated:[33,55,138],estimates:55,etc:[12,149,206,211],etime:146,euc:[28,40,147,205],evaluated:127,event:[133,151,152,153,199,200,202],events:[152,211],ex:140,exact:11,example:[130,147,223,224,225,226,230,233],examples:[35,110],excel:192,except:206,exclamation:33,exclude:[39,40,41,108,110,111,113,155],exe:[12,31],exec:217,executable:147,execute:[147,153,202],executed:230,executes:147,executing:51,exist:[61,118,194],existence:52,existing:[147,153],exists:[111,113,136],exit:[69,147],expect:41,explain:33,expr:[54,61,62,68],express:[8,31,39,40],expression:[33,54,128,130],expressions:149,ext:140,extract:202,extracted:54,extracts:54,fa:140,factor:[41,130],failed:[46,92,118,226],failures:12,fast:[79,101,111,130,140,161,162,163,164,171,182,183,194,228],faster:209,favorite:17,favorited:229,favorites:229,fbnteqr:33,feature:[17,52,194],fedora:[12,18,22,23],fetched:202,fgets:33,file:[34,35,118,147,149,217],filename:217,files:[12,149],filter:[33,35,39,40,44,76,87,96,98],filtered:33,fin:62,finalizes:70,finds:64,finished:126,firefox:17,firewood:[39,40],first:[70,111,130,182,183,229],five:226,fix:[42,89,91],fixed:39,flags:[32,33,48,51,54,58,61,64,65,67,70,85,88,89,91],floating:207,flower:223,fluent:13,flushviewoffile:33,followee:229,follower:229,following:[48,70,147,151,153,209],fontaine:37,force:33,foreground:147,fork:17,forks:147,form:[182,186,214,217,226],format:[17,42,50,70,101,150,190],formula:12,found:[55,64],four:226,frank:155,free:[35,41,51,85],freebsd:[22,33,43],freed:52,frees:70,freq:[152,202],frequency:[41,133,152,194,195,196,199,200,202],friends:225,from:[42,51,52,54,55,70],fromtable:87,fsf:39,ftb:42,ftp:[12,148],fu:140,ful:140,full:[33,129,140,171,193,194,205],fulltext:[140,161,162,171],fullwidth:33,fumiyasu:37,func:[51,62,66,70],functions:[33,41,42,70,180],fuzzy:[22,33,43,154],ga:[140,148,186],garbage:[40,85],gb:[132,190,221],gc:33,gcc:[24,26,28,29,37,39,40],gdb:14,gem:12,gemfile:39,generate:70,generated:[70,151],generates:151,geo:[22,34,35,37,38,39,40,43,55,154],geodetic:207,geoindex:225,geopoint:[34,35,40,55,117,129,158,159,160],geoppoint:55,geosite:225,get:[37,39,41,55,138,140],getaddrinfo:39,getenv:33,gets:70,gettext:[17,18],ghz:148,gi:140,gib:[32,206],git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,21,33,37,39,40,41,88],gitter:[2,33],glaser:33,glib:40,global:18,glossary:21,gnu:[3,5],gnupg:12,go:[184,209],golubchik:33,gone:225,goo:[182,183],good:[111,130,138,182,183,184,204],google:[130,194,195,196,201],goroo:209,gpg:12,gpl:42,gps:0,gqtp:[0,1,3],gr:[130,140,152],graceful:131,grease:223,gregex:40,grep:[24,25,26,30],grn:3,grndb:[22,33,41,43,118,144],grnline:226,grnslap:[22,43,144],grnwrap:226,gro:[152,171],gronga:[192,201],gronnga:201,gronoga:149,groo:[130,152],groogna:[38,152,211],groongau:205,grooon:152,group:[64,224],grroonga:201,gt:[161,162],gtar:29,gted:17,gtihub:37,gui:129,gzip:[28,39,210],halfwidth:186,hana:225,hanako:98,handle:51,handled:149,hard:206,hardy:35,has:[12,42,55,64,70,151,194],hash:[129,203,229],hat:3,have:[50,52,184],haystack:11,hdd:148,he:205,head:[41,146,217],header:33,heavy:209,hello:[111,130,138,183,184,204,205],help:[14,17,37],helpful:194,hendro:40,here:[70,147,151,153,202],hex:225,hh:[183,185],hideki:33,high:87,highlight:[22,33,41,43,154],hino:40,hiroaki:33,hiroshi:[33,35,37],hirotaka:33,hiroyuki:33,hmm:229,ho:205,hobby:185,hoge:156,home:[12,28,113,205],homebrew:3,homepage:148,hook:56,horikoshi:37,host:[147,148,152,193,217,230],hostname:[147,149,150],hottolink:42,hour:46,how:[22,70,109,208],html:[3,12,14],http:[0,1,12,17,22,24,25,26,27,28,29,30,31,33,35,37,39,40,41,43,47,76,99,126,144,146,147,148,149],httpd:[12,38,39,40,41],httprewritemodule:149,https:[12,13,17,21,210],hw:27,ia:[218,220],ic:[58,205],ichii:37,id:[0,33,35,41,44,48,51,55,58,59,61,64,65,74,76,79],ideographic:33,idf:41,ids:[55,76,87],ieee:207,ifexists:101,ignore:33,ignored:[39,52],ii:193,il:[218,220],ill:218,illegal:217,immediate:[33,131],implementation:209,implemented:[33,42],improper:217,inappropriate:217,include:[16,41,108,110,111,113,152,155],includes:33,incompatible:217,index:[12,33,41,42,48,52,55,57,58,89],indexblog:228,indexbuf:48,indexes:129,info:[33,105,106,147,149,193,196],init:[25,28,39,41,62],initialize:51,initialized:[51,70],initializes:[69,70],innodb:0,input:[50,79,101,217],inspect:33,install:[12,14,18,21,23,24,25,26,27],installer:12,instantly:171,instead:[70,86,124,130,147,215],intel:148,internal:41,internally:[50,51],interpreter:12,interrupted:217,into:[51,202],introduced:149,introduction:99,inv:148,invalid:[70,100,130,217],inverted:171,io:[22,33,42,43,77],ip:[148,152,217,230],ipa:26,iptables:211,is:[17,33,39,41,46,48,50,51,52,54,55,61,62,64,70,76,82,111,118,126,130,136,138,140,147,149,151,153,161,162,163,164,168,171,182,183,185,190,193,194,202,204,209,211,215,217,223,226,228,230,232],isn:[51,52],iso:183,issue:19,issues:41,it:[48,50,51,52,54,55,61,64,69,70,79,101,111,130,142,147,153,182,183,184,185,194,209,215,225],itagaki:35,item:[133,151,152,199,200,202],items:[130,167],its:[54,70,147],itself:76,ivh:[24,26],iwai:[38,39],ja:[12,17],jacob:33,james:231,japan:[98,224,230],japanese:205,jason:231,javascript:[12,22,149,150,222,230],je:231,jeff:231,jekyll:12,jemalloc:41,jennifer:231,jersey:229,jessie:[12,22,23],jiro:225,jis:[65,189],job:148,jobs:148,john:[98,231],joseph:231,jq:226,jquery:[35,41],json:[33,35,37,39,41,50,76],jsonp:[33,37,152],juman:26,just:[52,61,151,184,229],ka:186,kakesa:33,kana:[133,151,152,199,200,202],karmic:14,kashihara:41,katagiri:40,katakana:186,kawada:41,kawaji:39,kb:221,kbytes:148,keeps:76,ken:225,kenichi:[35,37],key:[12,32,33,39,40,41,44,48,61,64,65,76,79,87,89,91],keybuf:64,keyid:12,keys:[33,41,64],keyword:[39,40,54,130,161,162,171,182,194,195,196],keywords:54,kib:[33,206],kinjirou:225,kiske:39,kk:193,klose:33,km:229,ko:42,koi:[28,39,147],korea:224,kuriyama:41,kwic:171,kytea:[28,39,40,140],label:[33,87],langasek:33,language:17,larger:[153,202],largetext:203,last:[39,152,229],lat:148,latency:148,later:147,latin1:39,latin:[28,39,147],latinovic:33,launch:153,launchpad:[12,30,41],layout:12,lc:17,ld:205,learing:202,learn:153,learned:153,left:55,length:70,lenny:37,let:184,letter:186,level:[70,105,106,147,149,153,217],levels:149,lexicon:[33,99,125,134,135,148,168,172,184,186,228],lf:146,lgpl:42,li:[205,218,220],lib:[35,40,111,119,120,124],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:[194,209],library:[50,209],libstemmer:41,libtool:[6,33],libwinpthread:41,libzmq:[25,30],license:[12,42],light:209,like:[48,209],limit:[37,55,64,65,96],line:[21,51,79,209],lines:14,link:[223,224,230],links:[223,224,230],linux:[22,43,148],lion:39,list:[12,151,153],listen:[39,147,149,211],lists:41,ll:[140,205,218,220],lldb:[6,7],llt:140,lo:205,load:[22,33,34,35,37,38,39,40,43,44,76,77,78,86,87,91,98,99,100],loaded:128,loads:153,local:147,locale:17,localhost:[12,37,126,146,147,148,149,152,190,211],localstatedir:[28,35],location:[21,40,79,149],lock:[22,33,41,43,46,52,61,77,86],locked:70,locks:[70,171],log:[12,22,28,33,39,43,70,77,87],logaling:21,logical:[22,33,43,77,100],logicaltableremovecommand:113,logrotate:[39,41],logs:[87,108,110,112,113,116,118,125,134,135,152,153,193,195,196,197],logyyyymmddhhmmss:152,longer:42,longest:64,longitudexlatitude:40,longtext:[44,55,117,129],loose:167,looseitems:167,lru:84,ls:12,lt:[140,161,162,171],lte:140,lts:[21,30],lucid:[12,35,40],lz4:[28,33,41,129],lz:[28,129],lzo:[37,39,41,48,88,217],m6:29,mac:[22,23],machine:147,macports:[22,23],mail:148,main:[12,25,66],make:3,makecache:[24,39],makefile:[7,8,12],malloc:41,man:[33,34,155],managed:52,management:[21,52,171],manager:[149,211],managing:52,many:[76,151,194,209],map:37,mariadb:[40,41],mark:[33,186],marked:215,markup:16,markus:39,marverick:35,masaharu:[38,39],masahiro:35,masatoshi:33,massachusetts:229,master:149,match:[22,28,33,35,40,41,51,76,96],matched:55,matsuu:35,matthias:33,maverick:37,max:[33,39,41,65,66,80],may:[48,52,152],mb:39,mbytes:148,me:[123,205],means:[50,55,61,70,149,185],mecab:[0,12,24,25,26,27,28,30,33,34,35,37,39,40,41,42,205],meerkat:37,memcache:214,memcached:[0,1,14,22,33,208],memo:[41,168,194],memory:[22,70,193,219],memos:[33,129,164,180,194,204],memset:33,mercurial:12,message:[70,106,108,185,193,195,196,228],messagepack:[28,33,37,38,39,50],messages:40,metadata:39,micro:229,microsoft:[8,31,33],migrated:[111,130,182,183],mike:98,millisecond:46,mime:[33,211],min:[39,41,46,65],minagawa:40,mingw:[12,37],minimum:70,mips:33,mitsuhiro:35,mizuhara:33,mkdir:99,mkostemp:41,mktime:33,ml:10,mlock:35,mm:[183,185],mmap:[22,40,219],modern:229,modes:147,moero:225,money:225,monkey:223,month:225,montywi:38,mooz:37,more:[70,147,153,171,194,217],moritapo:225,moritars:228,morning:184,most:55,mpaa:155,mruby:[6,7,8,33,40,41,127,128,197],msec:46,msg:[9,33],msgpack:[33,190,217],msvc:33,msyql:76,mte:42,multiple:209,multithread:64,munin:[24,25,26,28,30,34,37,39],museum:229,music:[185,225],must:[48,52,54,55,61,70,95,153,202],mutex:[40,66,70],mv:107,my:[111,130,182,183],myisam:0,mysql:[0,12,24,25,26,30,33,41,42,76,114,130,161,162,171,192,194],naist:205,nakamura:33,name:[48,51,52,53,54,61,62,64,67,70,85,88,89,90],namebuf:[48,61],names:87,nanoseconds:185,naoina:[39,40],nargs:54,narwhal:37,natanael:33,natty:37,ne:140,need:[50,54,142,147],needed:[51,149],negative:[62,70],neologism:205,nested:40,net:224,netbsd:[35,40],netinet:33,network:217,never:109,newark:229,newids:87,newly:[142,171],newnames:87,news:[12,33],newvalue:48,next:[55,62],nfkc:186,nfs:28,nfthreads:66,ng:140,nginx:[24,25,26,30,33,39,40,41],nginxhttpstubstatusmodule:41,ni:[167,189],nice:184,night:[184,232],niho:167,nihon:[167,199],niku:41,nine:226,nippon:199,nise:41,no:[33,34,40,42,55,99,100,110,111,118,130,133,193,203,217],noarch:[24,26],node:12,nogpgcheck:39,none:[28,114,130,138,140,147,149,151,217,228],nonexistent:[92,93,111,130],normalize:[22,41,43,77],normalized:114,normalizer:[22,41,43,77,111],normalizerauto:[33,111,114,115,125,129,130,134,135,136,138,140,152,161,162,167,168,171,182,183,184],normalizernfkc:[115,129],normalizers:115,normallexicon:186,normally:[50,51,52,147],note:[70,147],nothing:[50,180],notice:[33,105,106,147,149,195,196],notrelated:113,now:[22,43,154],nroonga:[21,168,228],nsis:12,nsubrecs:[48,111,130,224,225,229],nt:205,nterms:85,nul:[37,52,70,205],number:[22,33,43,55,62,70,85,95,147,148,154],numbers:33,nvars:62,ny:229,obata:35,obj:[48,52,54,56,59,61,62,63,68,85],object:[22,33,39,43,52,56,61,62,63,64,68,70,77,113],objname:[86,97],obsolete:215,obtained:70,occurred:55,ocelot:[37,40],october:41,of:[39,42,48,51,55,61,62,64,70,85,95,133,147,149,151,152,153,161,162,171,172,202,206,229],off:[41,149],official:12,offset:[52,54,55,56,61,64,65,70,96],ohkubo:33,ok:98,okapi:[194,196],old:[12,70],oldvalue:48,om:205,omitted:190,on:[17,42,50,52,55,61,64,70,140,149,161,162,171,211],one:[70,147,153,171,209],oneiric:[37,40],onga:171,ongaeshi:[33,35,39,40],onigmo:[33,41,193],oniguruma:33,only:[33,50,61,70,147,149],oo:[140,203],ooo:203,op:[48,54,55,63,64],opaque:217,open:118,openbsd:33,opened:[52,185],opens:[52,55],operation:[55,113,217],operator:[33,55],optarg:[52,63],option:[147,153],options:[33,145,146,147,148,149,151,152,153,197,209],or:[41,48,50,52,55,64,70,126,130,142,147,164,168,182,192,196,205,217,232,233],oracle:[22,23],orangain:40,org:[224,230],origin:17,original:[50,99,231],os:[5,7,8,12,18,22,23],osdn:[12,33],other:[33,46,48,52,70,147,153],otherwise:[61,70],out:148,output:[33,35,38,39,40,41,50,51,76,80,87,96],outputs:153,outputting:50,overcommit:206,owned:54,owner:149,packages:[12,17,24,25,26,27,28,29,30,31,215],pai:33,pair:[133,151,152,199,200,202],palallel:12,pangolin:[30,39],parameter:[55,61,62,64,142,147],parent:[111,130],parker:33,partial:11,partitioning:108,pass:149,passed:[12,52],passes:12,pat:[65,203],patch:42,path:[18,48,52,61,64,70,89,91,124],paths:134,patprefix:231,patricia:129,patsuffix:231,pattern:[182,183],pcre:39,pentium:148,performance:[171,209],period:33,permission:217,permitted:113,persistent:[52,64,89],pg:155,pgroonga:[33,194,197],php:[39,209],physical:85,pid:[28,33,34,147],pikonyan:225,pip:18,pkg:[28,29,33,35],pkgs:24,platforms:70,play:232,player:87,players:[87,137],please:[17,52,215],plugin:[22,33,37,41,43,45],plugins:124,po:3,poedit:17,point:[38,55,91,126],pointed:70,pointer:70,popular:130,port:[27,147,148,152,214,217,230],porting:42,position:[55,70,129,138,140,205],posix:[33,183],post:[12,33,39,40,41,111,130],posted:229,postgresql:[0,171,197],posting:55,poyonga:209,ppa:[12,22,23],pre:[42,152],precise:[12,30,39],prefix:6,previous:215,price:223,priority:130,proc:[24,25,26,30,33,56,62,64,68,70,95,118,130],process:[48,52,147,149],processed:185,processes:147,processor:[24,25,26,30],program:153,progress:185,project:183,proonga:209,properties:185,protocol:[0,147,150,190,209,211,214,215],pthread:[37,40],ptr:70,pub:12,published:12,pull:12,push:[12,17],pushes:51,put:182,pyenv:18,python:[12,18,209],qps:[146,148],quantal:39,queries:[148,171],query:[0,11,22,33,36,39,40,41,43,54,63,76,77,96],queryexpandertsv:[22,39,40,43,119,120,124,168,191],question:33,quetzal:39,queue:9,quiet:217,quit:[12,22,43,77],quiz:225,quote:183,raccoon:225,radious:159,rake:12,rakutan:228,raltime:202,ram:148,rand:[22,43,154],range:[22,33,41,43,77,89,91],ranguba:[41,47,76],raring:[40,41],rather:209,rc:[51,69,83,140,185],rch:140,rd:[218,220],rdbms:[0,33],rdiscount:12,re:52,read:[171,217],readings:[167,189],readme:[12,40],reads:153,real:[44,171],realloc:35,really:[111,130,182,183],realtime:[133,202],receive:152,received:147,receiver:153,recently:84,recommend:209,record:[22,33,43,55,61,64,76,130,154,158],records:[33,55,130,185,202],recovered:52,recovers:52,rect:158,rectangle:[39,55],recursive:[6,7,8,12,13],red:3,redcloth:12,redhat:37,reference:[33,40,61,76,129,130,136],referenced:100,referencedbycolumn:136,referencedbytable:136,referencedtable:136,references:[113,136],referencetable:136,regexplexicon:[125,193],register:[22,33,40,43,77,114,119],registered:[70,124,171],regular:[149,193],reindex:[22,33,43,77],relation:61,release:[12,31],released:[12,42],releases:69,remained:[185,193],remote:147,remove:[61,113,114,118,136],removed:124,removep:61,removing:52,rep:148,replaced:[151,153],replication:194,replied:229,replies:228,reply:228,repoforge:[24,39],reports:70,repositories:12,request:12,required:[21,118,149,211],res2:64,res:[55,63,64,148],resizes:70,resource:217,resources:[51,52,69],rest:70,restart:215,result:[11,64,153,158,171,190,217,228],results:[39,64,171],retry:217,returned:[55,70],returns:[48,55,64,70],reverse:[12,149],rewrited:42,rf:[24,149],rid:[57,58],right:55,ringtail:[40,41],rk:[22,33,43,167,187],rl:205,rlimit:[40,185],rm:149,ro:140,roonga:[182,183],root:[33,40,149,230],rose:223,row:171,rpm:[12,24,26,35,37,39,40,41],rpmforge:24,rroonga:[21,33,40,41,47,164,168,172,180,181,194,228],ruby:[0,6,7,8,12,21,22,33,39,40,41,42,43,76,77],rubygems:39,rubyinstaller:8,run:[12,14,22,147,149,208],running:[52,126,147],runs:[147,153],sa:[133,200],sae:[133,200],saer:[133,200],saerc:[133,200],saerch:[133,200],sako:33,salamander:[40,41],same:[40,46,76,209],sample:[148,153],satoh:37,saucy:[40,41],save:12,say:183,scalar:129,scan:14,schema:[22,33,43,77],scope:33,score1:11,score2:11,score:[11,33,40,48,76,91,130,133,137,142],scorer:[22,33,96,100],script:[33,41,101],se:[140,199],sea:[140,199],sear:199,searc:199,search:[37,39,64,65,130,133,140,161,162,171,182,183,192,194,199,200,201,202],searched:55,sebastian:41,sec:46,section:[48,57,70,129,147],sed:[27,33,37,39],see:[70,147],segment:85,segments:85,segv:[34,40],select:[22,33,34,35,36,37,39,40,41,43,44,47,76,77,78,81,82,84,87,91,98,100],selector:96,selects:55,self:148,sen:42,senboku:40,send:[152,209],sender:153,senna:33,sentense:33,separated:50,sequence:[133,151,152,199,200,202],serach:200,serch:[133,200],sergei:33,sergey:41,serial:87,serihiro:39,serve:12,server:[33,39,41,113],servers:113,service:[33,200,215],session:209,set:[61,148],sets:51,seven:226,sh:[12,21],sha:12,sharding:[33,108,109,110,111,112,113,197],share:28,shared:[46,48,52],shell:147,shibuya:35,shidara:37,shift:[28,205],shimada:35,shimamura:33,shimoda:35,shimomura:39,shinya:39,sho:40,shopping:184,shops:218,shorttext:[33,35,37,41,44,55,65,76,79,87,88,89,91,98,99,100,102,103,104,111,112,113,116,117,118,125,129,130,133,134,135,136,137,138,142,147,148,152,155,158,161,162,163,164,167,168,171,172,180,182,183,184,186,189,193,194,195,196,199,200,202,203,204,206],should:[51,70,142],show:34,shows:50,shutdown:[22,33,35,43,77,100,108],sid:[12,37,41,85],sigcont:40,sigint:37,sign:12,signing:12,sigsegv:64,sigstop:40,sigusr:37,silent:21,simple:215,since:[124,142,215],sis:37,site:[125,223,224,226,230,233],sitecountry:[224,230],sitedomain:[224,230],sites:[99,102,103,104],six:226,size:[48,61,64,65,67,70,85,117,118,129],sizeof:[33,51,54],sjis:[28,42,147],slash:183,sleepy:184,small:118,smaller:76,snake:33,snippet3:171,snippet:[22,33,39,40,42,43,130,154],so:[52,61,64],soccer:225,socket:217,soft:206,software:30,solaris:[5,7,8,22,23],solr:183,some:[33,69,151],sort:[33,64],sortby:[33,37,96],sound:[186,200],soundkitchen:[37,39],source:[12,33,52,61,79,88,89,91],sourceforge:[12,33],sources:[12,89,129],space:[33,70,76,182,193],span:[161,162,163,171],spec:[12,35,39,40],specified:[55,62,70],specifies:147,specify:[17,61,147,149,151,153],specifying:70,speed:201,spelling:232,sphinx:[3,15,16],sphr:158,spil:33,sports:225,sql:[108,194,224],squeeze:[12,40],src:64,ss:[183,185,193],ssh:12,ssssss:185,st:[140,183,205],stable:78,stack:[40,217],stage:33,standard:207,standing:209,start:[33,80,108,132,184,215],started:[79,111,130,182,183],starting:70,starttime:[33,80,132,149,190,217,226,230],stateful:209,states:98,status:[22,33,34,35,39,40,43,77,80,98],steve:33,still:126,stop:[33,39,147,149,215],storage:[161,162],store:[51,54,55,61],stored:[153,202],stores:54,str:[54,70],strerror:41,strict:41,string1:156,string2:156,string:[11,33,39,41,54,61,62,70],strlen:70,studio:[8,31,33,39,40],su:33,sub:[12,22,33,40,43,154,167],subject:40,submit:[133,152,199,200,202],subrecord:40,substitution:168,succeeded:[88,91],success:217,successfully:70,successor:183,such:[17,39,124,151,153,171,202],sudo:[12,14,18,21,24,25,26,27,28,29,30,39,206,215,221,230],sufficient:70,suffixsearchterms:[182,183],suggest:[22,35,37,43,77],suggestion:151,suitable:147,suited:171,sum:[41,111,130],summary:[22,110,148,208],sunos:41,superior:171,support:42,supported:[42,149],supports:[42,70,153],swig:42,synonym:[130,232],synonyms:192,syntax:[33,44,130,147,217],syscall:[41,226],sysctl:[33,206,221],system:[29,111,130,171,182,183,206,207],systemctl:[25,215],systemd:[25,33,39],systems:171,tab:50,table:[11,22,33,35,37,38,39,40,41,43,44,48,51,52,55,58,61,62,64,65,76,77,78,87,88],tablecursor:33,tablegroupflags:33,tablename:78,tables:[51,52],tag:[12,87,111,130,164,180,225],tags:[33,76,89,130,134,135,164,180,225],tahr:[30,41],tail:[12,217],tajima:39,takahiro:35,takashi:[37,98],takayama:33,takayuki:37,takes:126,takuto:35,tar:[12,24,25,26,27,28,29,30],target:[31,41,48,52,54,55,61],taro:225,tasuku:42,tatsuya:39,tc:[58,65],tcp:[147,152],te:[140,205],temporary:[52,147],term:[85,88,232],terminal:229,terms:[85,111,129,130,136,138,147,161,162,168,171,182,183,194,195,196,204,206,220,226],teruya:33,test:[12,14,148,223,226,228,229,230],testdb:[148,153],tests:12,tex:140,text:[33,39,44,55,79,103,108,111,117,125,129,130,136,140,148],tf:[194,195,196],than:[33,76,193,202,209],thanks:229,that:[39,46,48,50,54,55,61,62,64,70,113,136,147,171,185,209],the:[16,39,42,46,48,50,51,52,54,55,61,62,64,70,95,111,113,118,126,130,136,147,149,151,152,153,158,171,182,183,202,206,209,215,229],theater:232,theatre:232,them:54,then:70,there:[76,147,182,209,215],therubyracer:12,thesaurus:130,these:[52,147,171],thorsten:33,thread:[9,22,33,43,48,52,64,70,77,95,109,118,136],threads:95,threasd:147,three:[223,226],threshold:[33,37,60,61,97],through:149,thus:[151,153],tid:58,time:[22,33,37,39,40,41,43,108,111,112,113,116,117,118,125,126,129,133,134,148,152,154,165],timeout:[33,46,61],times:46,timestamp:[108,112,113,116,118,125],timeuot:46,tips:3,title:[12,40,41,99,102,103,104,125,136,172,194,223,224,225,226,228,230],titles:[182,183],tiwawan:33,tld:224,tls:33,tmp:[6,7,12,40,89,91,118,133,135,137,147,192,193,211,217,226,230],to:[22,39,42,46,48,50,51,54,55,61,64,70,79],tobby:168,todo:[6,7,14,48,49,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,67,68,71,73,75,76,79,108,110,111,114,123,130,151,154],token:[33,99],tokenbigram:[111,125,129,130,134,135,136,138,140,141,147,152,161,162,168,171,172,182,183,184,194,195,196,200,203,204],tokenbigramignoreblank:[129,141],tokenbigramignoreblanksplitalpha:205,tokenbigramignoreblanksplitalphadigit:205,tokenbigramignoreblanksplitsymbol:[129,141],tokenbigramignoreblanksplitsymbolalpha:[129,141],tokenbigramignoreblanksplitsymbolalphadigit:[129,141],tokenbigramsplitsymbol:[35,129,141],tokenbigramsplitsymbolalpha:[129,130,140,141],tokenbigramsplitsymbolalphadigit:[87,129,141,168,200],tokenbigramsplitxxx:205,tokenbigrm:87,tokenbigrma:140,tokendelimit:[129,140,141,152,202],tokendelimitnull:[36,129,141],tokenfilterstem:[25,30,41],tokenfilterstopword:[33,41,138],tokenize:[22,33,40,41,43,77,138],tokenizer:[22,39,41,43,77],tokenkytea:39,tokenmecab:[39,129,141],tokenregexp:[33,125,129,141,193],tokens:140,tokentrigram:[33,129,140,141],tokenunigram:[129,141],tokyogeopoint:[37,55,117,129,159,160],tom:168,tomita:35,tomo:225,tomoatsu:35,tomotaka:37,tomygx:33,too:[33,118,217,228],tood:70,tool:21,top:[37,55,160],tortoisegit:8,totable:87,total:[85,117,148],touch:52,toybox:223,tracker:19,transfer:[0,209,215,217],transitional:215,translate:17,translation:17,travel:229,travi:40,travis:20,trie:129,tried:229,tries:46,tritonn:[111,130,182,183],truncate:[22,33,37,40,41,43,48,77,100],truncated:40,truncation:37,trust:12,trusty:[12,30,41],ts:205,tsu:33,tsv:33,turn:149,tutorial:70,tweet:184,tweets:184,twiter:39,two:153,tx:205,txt:[16,17],type:[33,48,50,51,55,59,61,62,64,67,88,89,91,114],types:114,typo:[37,41],ubuntu:3,ueno:[35,36,39],ui:130,uid:12,uint:[33,35,39,40,41,44,66,76,79,87,89,91,98,100,111,117,129,130,134,135,136,137,142,152,155,156,167,172,182,183,184,186,193,204,206],ul:140,ull:140,ultra:225,umask:41,umemoto:37,unchanged:70,under:[149,153],unicode:[33,186],unicorn:33,uninstall:39,unique:126,united:98,universe:30,unix:[3,5],unknown:217,unlink:54,unlock:61,unlocked:70,unlocks:70,unmanaged:85,unmaps:52,unpatched:42,unsafe:52,unsigned:[41,47,48,54,57,61,62,64,65,67,70],unsplit:11,unsupported:217,until:[46,70],up:190,update:3,updated:[17,42,220],updates:171,updating:46,upload:12,uptime:[34,80,132,149,190,217,226,230],uri:[149,150],url:[12,37,41,99,150,230],usa:224,usage:147,use:[17,33,38,48,50,51,52,54,70,79,85,86],used:[50,51,52,61,69,84,87,142,147,153,209,229],useful:[48,147,194,228],useless:52,user:[62,113,148,149,152,155,162,168,171,172,183,206,225],username:[31,225],users:[31,33,44,81,82,87,89,91,98,100,113,116,117,118,129,130,137,142,149,155,168,185,211],uses:[50,52,153],using:[42,50,202,228],usr:[14,27,28,119,120,124,147,149],usually:153,utc:183,utf:[28,33,35,39,40,42,53,147,152,183,190,205],utopic:33,uubntu:14,uuid:33,uuuuuu:183,uzulla:37,v1:11,v2:11,vagrant:12,valgrind:14,valid:202,value:[33,39,40,41,46,48,59,61,62,64,65,70,76,87,89],valuebuf:59,valuen:164,values:[48,50,61,101,147],variable:70,variables:70,variety:225,vars:[62,70],varying:70,vector:[22,33,39,40,43,76,129,154],version:[12,37,42,49,51,80,132,148,149,190,197,217,226,230],versions:215,vervet:33,very:[79,101,111,130,161,162,171,182,183,194],via:202,video:225,virtualbox:12,visual:[8,31,33,37,39,40,41],vivid:[12,33],vm:39,vmstat:221,vmware:12,voiced:186,vojtovich:41,waits:[46,70],wanabe:40,want:[147,209],wareohji:39,warn:147,warning:[105,106,147,149,193,196],warp:41,watch:12,way:153,wc:[24,25,26,30],we:209,weakness:171,web:[12,28,34,130,133,182,200,202],webclips:163,weight:[39,48,76,129,130,152,194,223],welcome:[111,130,182,183,229],well:171,werewolf:[30,33],wget:[24,25,26,28,29,30],wgs:[37,55,117,129,158,159,160],wheezy:[12,37],when:[48,52,61,147,209],whether:[52,61],which:[70,147,153],whombx:40,wibowo:40,wiedenroth:41,wiki:149,wikipedia:[189,207],will:[61,70,147,209],wily:[30,33],win:[8,31],windows:[3,5,6,7],wing:[39,40],without:[149,171,202],wo:205,word:[39,130,182,183],words:183,worker:9,works:70,world:205,write:[14,38,110,123,130],written:142,www:12,x6:12,xcode:27,xenial:[30,33],xerus:[30,33],xml:[35,37,38,39,40,41,50],xt:[140,205],xvzf:[24,25,26,27,28,29,30],xxx:[33,40,147,183],xxxxx:12,yamaguchi:37,yappo:[40,41,42],years:44,yes:[14,33,80,99,100,110,113,118,130,133,136,146],yito:[39,40],yoji:37,yoku:[40,41],york:[158,229],yoshioka:39,you:[17,48,50,51,52,54,70,142,147,149,151,152,153,202,209],your:[17,21,37],yuki:37,yum:[12,18,24,26,39],yunqiang:33,yutaro:33,yuya:33,yy:44,yyyy:[183,185],yyyymm:197,yyyymmdd:[108,110,111,113,197],zenigata:225,zeromq:28,zip:[12,22,23],zlib:[25,28,30,35,37,39,40,41,48,88,129,217],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. \u5c0e\u5165","12.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","11. \u958b\u767a","11.1. Travis CI","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","2.5. CentOS","2.3. Debian GNU/Linux","2.6. Fedora","2.2. Mac OS X","2.8. \u305d\u306e\u4ed6","2.7. Oracle Solaris","2.4. Ubuntu","2.1. Windows","9. \u5236\u9650\u4e8b\u9805","\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","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.17. \u30a8\u30a4\u30ea\u30a2\u30b9","7.23. API","7.23.2. \u5168\u4f53\u8a2d\u5b9a","7.23.4. <code class=\"docutils literal\"><span class=\"pre\">grn_cache</span></code>","7.23.5. <code class=\"docutils literal\"><span class=\"pre\">grn_column</span></code>","7.23.6. <code class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></code>","7.23.7. <code class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></code>","7.23.8. <code class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></code>","7.23.9. <code class=\"docutils literal\"><span class=\"pre\">grn_db</span></code>","7.23.10. <code class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></code>","7.23.11. grn_expr","7.23.12. <code class=\"docutils literal\"><span class=\"pre\">grn_geo</span></code>","7.23.13. <code class=\"docutils literal\"><span class=\"pre\">grn_hook</span></code>","7.23.14. <code class=\"docutils literal\"><span class=\"pre\">grn_ii</span></code>","7.23.15. <code class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></code>","7.23.16. <code class=\"docutils literal\"><span class=\"pre\">grn_info</span></code>","7.23.17. <code class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></code>","7.23.18. <code class=\"docutils literal\"><span class=\"pre\">grn_obj</span></code>","7.23.19. <code class=\"docutils literal\"><span class=\"pre\">grn_proc</span></code>","7.23.20. <code class=\"docutils literal\"><span class=\"pre\">grn_search</span></code>","7.23.21. <code class=\"docutils literal\"><span class=\"pre\">grn_table</span></code>","7.23.22. <code class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></code>","7.23.23. <code class=\"docutils literal\"><span class=\"pre\">grn_thread_*</span></code>","7.23.24. <code class=\"docutils literal\"><span class=\"pre\">grn_type</span></code>","7.23.25. <code class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></code>","7.23.1. \u6982\u8981","7.23.3. Plugin","Cast","7.6. \u30ab\u30e9\u30e0","7.6.4. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0","7.6.3. \u64ec\u4f3c\u30ab\u30e9\u30e0","7.6.1. \u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0","7.6.2. \u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","7.3. \u30b3\u30de\u30f3\u30c9","7.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","7.3.2. \u51fa\u529b\u5f62\u5f0f","7.3.3. \u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8","7.3.4. \u30ea\u30af\u30a8\u30b9\u30c8ID","7.3.5. \u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8","7.3.6. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","7.3.7. <code class=\"docutils literal\"><span class=\"pre\">cache_limit</span></code>","7.3.8. <code class=\"docutils literal\"><span class=\"pre\">check</span></code>","7.3.9. <code class=\"docutils literal\"><span class=\"pre\">clearlock</span></code>","7.3.10. <code class=\"docutils literal\"><span class=\"pre\">column_copy</span></code>","7.3.11. <code class=\"docutils literal\"><span class=\"pre\">column_create</span></code>","7.3.12. <code class=\"docutils literal\"><span class=\"pre\">column_list</span></code>","7.3.13. <code class=\"docutils literal\"><span class=\"pre\">column_remove</span></code>","7.3.14. <code class=\"docutils literal\"><span class=\"pre\">column_rename</span></code>","7.3.15. <code class=\"docutils literal\"><span class=\"pre\">config_delete</span></code>","7.3.16. <code class=\"docutils literal\"><span class=\"pre\">config_get</span></code>","7.3.17. <code class=\"docutils literal\"><span class=\"pre\">config_set</span></code>","7.3.18. <code class=\"docutils literal\"><span class=\"pre\">database_unmap</span></code>","7.3.19. <code class=\"docutils literal\"><span class=\"pre\">define_selector</span></code>","7.3.20. <code class=\"docutils literal\"><span class=\"pre\">defrag</span></code>","7.3.21. <code class=\"docutils literal\"><span class=\"pre\">delete</span></code>","7.3.22. <code class=\"docutils literal\"><span class=\"pre\">dump</span></code>","7.3.23. <code class=\"docutils literal\"><span class=\"pre\">io_flush</span></code>","7.3.24. <code class=\"docutils literal\"><span class=\"pre\">load</span></code>","7.3.25. <code class=\"docutils literal\"><span class=\"pre\">lock_acquire</span></code>","7.3.26. <code class=\"docutils literal\"><span class=\"pre\">lock_clear</span></code>","7.3.27. <code class=\"docutils literal\"><span class=\"pre\">lock_release</span></code>","7.3.28. <code class=\"docutils literal\"><span class=\"pre\">log_level</span></code>","7.3.29. <code class=\"docutils literal\"><span class=\"pre\">log_put</span></code>","7.3.30. <code class=\"docutils literal\"><span class=\"pre\">log_reopen</span></code>","7.3.31. <code class=\"docutils literal\"><span class=\"pre\">logical_count</span></code>","7.3.32. <code class=\"docutils literal\"><span class=\"pre\">logical_parameters</span></code>","7.3.33. <code class=\"docutils literal\"><span class=\"pre\">logical_range_filter</span></code>","7.3.34. <code class=\"docutils literal\"><span class=\"pre\">logical_select</span></code>","7.3.35. <code class=\"docutils literal\"><span class=\"pre\">logical_shard_list</span></code>","7.3.36. <code class=\"docutils literal\"><span class=\"pre\">logical_table_remove</span></code>","7.3.37. <code class=\"docutils literal\"><span class=\"pre\">normalize</span></code>","7.3.38. <code class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></code>","7.3.39. <code class=\"docutils literal\"><span class=\"pre\">object_exist</span></code>","7.3.40. <code class=\"docutils literal\"><span class=\"pre\">object_inspect</span></code>","7.3.41. <code class=\"docutils literal\"><span class=\"pre\">object_remove</span></code>","7.3.42. <code class=\"docutils literal\"><span class=\"pre\">plugin_register</span></code>","7.3.43. <code class=\"docutils literal\"><span class=\"pre\">plugin_unregister</span></code>","7.3.44. <code class=\"docutils literal\"><span class=\"pre\">query_expand</span></code>","7.3.45. <code class=\"docutils literal\"><span class=\"pre\">quit</span></code>","7.3.46. <code class=\"docutils literal\"><span class=\"pre\">range_filter</span></code>","7.3.47. <code class=\"docutils literal\"><span class=\"pre\">register</span></code>","7.3.48. <code class=\"docutils literal\"><span class=\"pre\">reindex</span></code>","7.3.49. <code class=\"docutils literal\"><span class=\"pre\">request_cancel</span></code>","7.3.50. <code class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></code>","7.3.51. <code class=\"docutils literal\"><span class=\"pre\">ruby_load</span></code>","7.3.52. <code class=\"docutils literal\"><span class=\"pre\">schema</span></code>","7.3.53. <code class=\"docutils literal\"><span class=\"pre\">select</span></code>","7.3.54. <code class=\"docutils literal\"><span class=\"pre\">shutdown</span></code>","7.3.55. <code class=\"docutils literal\"><span class=\"pre\">status</span></code>","7.3.56. <code class=\"docutils literal\"><span class=\"pre\">suggest</span></code>","7.3.57. <code class=\"docutils literal\"><span class=\"pre\">table_create</span></code>","7.3.58. <code class=\"docutils literal\"><span class=\"pre\">table_list</span></code>","7.3.59. <code class=\"docutils literal\"><span class=\"pre\">table_remove</span></code>","7.3.60. <code class=\"docutils literal\"><span class=\"pre\">table_rename</span></code>","7.3.61. <code class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></code>","7.3.62. <code class=\"docutils literal\"><span class=\"pre\">thread_limit</span></code>","7.3.63. <code class=\"docutils literal\"><span class=\"pre\">tokenize</span></code>","7.3.64. <code class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></code>","7.3.65. <code class=\"docutils literal\"><span class=\"pre\">truncate</span></code>","7.16. \u8a2d\u5b9a","7.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","7.1.1. <code class=\"docutils literal\"><span class=\"pre\">grndb</span></code>","7.1.2. grnslap","7.1.3. <code class=\"docutils literal\"><span class=\"pre\">groonga</span></code> \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","7.1.4. groonga-benchmark","7.1.5. groonga-httpd","7.1.6. Groonga HTTP\u30b5\u30fc\u30d0\u30fc","7.1.7. groonga-suggest-create-dataset","7.1.8. <code class=\"docutils literal\"><span class=\"pre\">groonga-suggest-httpd</span></code>","7.1.9. groonga-suggest-learner","7.14. \u95a2\u6570","7.14.1. <code class=\"docutils literal\"><span class=\"pre\">between</span></code>","7.14.2. edit_distance","7.14.3. <code class=\"docutils literal\"><span class=\"pre\">fuzzy_search</span></code>","7.14.4. <code class=\"docutils literal\"><span class=\"pre\">geo_distance</span></code>","7.14.5. geo_in_circle","7.14.6. geo_in_rectangle","7.14.7. <code class=\"docutils literal\"><span class=\"pre\">highlight_full</span></code>","7.14.8. <code class=\"docutils literal\"><span class=\"pre\">highlight_html</span></code>","7.14.9. <code class=\"docutils literal\"><span class=\"pre\">html_untag</span></code>","7.14.10. <code class=\"docutils literal\"><span class=\"pre\">in_values</span></code>","7.14.11. now","7.14.12. <code class=\"docutils literal\"><span class=\"pre\">number_classify</span></code>","7.14.13. <code class=\"docutils literal\"><span class=\"pre\">prefix_rk_search</span></code>","7.14.14. <code class=\"docutils literal\"><span class=\"pre\">query</span></code>","7.14.15. rand","7.14.16. <code class=\"docutils literal\"><span class=\"pre\">record_number</span></code>","7.14.17. <code class=\"docutils literal\"><span class=\"pre\">snippet_html</span></code>","7.14.18. <code class=\"docutils literal\"><span class=\"pre\">sub_filter</span></code>","7.14.19. <code class=\"docutils literal\"><span class=\"pre\">time_classify_day</span></code>","7.14.20. <code class=\"docutils literal\"><span class=\"pre\">time_classify_hour</span></code>","7.14.21. <code class=\"docutils literal\"><span class=\"pre\">time_classify_minute</span></code>","7.14.22. <code class=\"docutils literal\"><span class=\"pre\">time_classify_month</span></code>","7.14.23. <code class=\"docutils literal\"><span class=\"pre\">time_classify_second</span></code>","7.14.24. <code class=\"docutils literal\"><span class=\"pre\">time_classify_week</span></code>","7.14.25. <code class=\"docutils literal\"><span class=\"pre\">time_classify_year</span></code>","7.14.26. <code class=\"docutils literal\"><span class=\"pre\">vector_size</span></code>","7.12. grn_expr","7.12.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","7.12.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","7.19. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","7.21. \u30ed\u30b0","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.15.2. \u524d\u65b9\u4e00\u81f4RK\u691c\u7d22","7.2. \u51fa\u529b","7.10. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","7.10.1. QueryExpanderTSV","7.13. \u6b63\u898f\u8868\u73fe","7.11. \u30b9\u30b3\u30a2\u30e9\u30fc","7.11.3.1. <code class=\"docutils literal\"><span class=\"pre\">scorer_tf_at_most</span></code>","7.11.3.2. <code class=\"docutils literal\"><span class=\"pre\">scorer_tf_idf</span></code>","7.20. \u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0","7.18. \u30b5\u30b8\u30a7\u30b9\u30c8","7.18.2. \u88dc\u5b8c","7.18.3. \u88dc\u6b63","7.18.1. \u306f\u3058\u3081\u306b","7.18.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.22. \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":229,"(v":11,"-benchmark":148,"-command":78,"-create":151,"-dataset":151,"-default":28,"-document":18,"-encoding":28,"-escalation":28,"-files":12,"-gqtp":215,"-help":28,"-http":215,"-httpd":[149,152,153,213,215],"-latest":12,"-learner":[152,153],"-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":215,"-suggest":[151,152,153],"-target":145,"-threshold":28,"-version":78,"-with":28,"-zlib":28,".max":206,".maxfileperproc":206,".overcommit":206,".po":17,".po\u30d5\u30a1\u30a4\u30eb":17,"/linux":[7,25],"=encoding":28,"=message":28,"=number":28,"=path":28,"=platform":28,"[$":[111,130],"\u3042\u3052\u308b":220,"\u3042\u308a":[182,183],"\u3042\u308b":229,"\u3044\u304f":10,"\u3044\u308b":[136,188],"\u3044\u308d\u3044\u308d":223,"\u3046\u307e\u304f":10,"\u304a\u304f":10,"\u304a\u3055\u3089\u3044":10,"\u304a\u6c17":229,"\u304a\u77e5\u3089":[33,34,35,36],"\u304b\u3089":[6,7,8,10,24,25,26,27,28,30,31,152,189],"\u304c\u3063":228,"\u3053\u3061\u3089":10,"\u3053\u3068":12,"\u3054\u3068":228,"\u3055\u307e\u3056\u307e\u306a":233,"\u3059\u308b":[5,6,7,8,10,12,14,19,76,82,113,149,153,199,200,202,220,221,224,228],"\u305d\u306e":[28,193],"\u305f\u3044":12,"\u305f\u3081":[10,11,111,130],"\u3060\u3051":[10,76],"\u3065\u3051":78,"\u3066\u308b":229,"\u3067\u304d":[113,136,207],"\u3067\u304d\u308b":[10,11],"\u3068\u3057\u3066":207,"\u3068\u308a":10,"\u306a\u3044":[10,113,136,207],"\u306a\u3057":[183,211],"\u306a\u306b":205,"\u306b\u3088\u308b":[224,228,231],"\u306b\u5bfe\u3059\u308b":228,"\u306b\u95a2\u3059\u308b":207,"\u306e\u306b":220,"\u306e\u307f":[12,14],"\u306f\u3058\u3081":201,"\u3078\u3068":10,"\u307e\u305f":[7,228],"\u307e\u305f\u3050":228,"\u307e\u3068\u3081":12,"\u3084\u308a":10,"\u3084\u308b":12,"\u3088\u3046":[199,200,202],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":211,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":211,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30a2\u30f3\u30ab\u30fc":193,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":12,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":31,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[6,7,8,14,17,18,23,192],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[32,184,193,225,228],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[73,226],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":134,"\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":12,"\u30a8\u30a4\u30ea\u30a2\u30b9":44,"\u30a8\u30b9\u30b1\u30fc\u30d7":[182,193],"\u30a8\u30e9\u30fc":[79,221],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":191,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":183,"\u30aa\u30d7\u30b7\u30e7\u30f3":[146,147,148,151,153],"\u30ab\u30b9\u30b1\u30fc\u30c9":98,"\u30ab\u30d0\u30ec\u30c3\u30b8":14,"\u30ab\u30e9\u30e0":[32,72,74,87,136,158,224,226,228],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":228,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":0,"\u30ad\u30e3\u30c3\u30b7\u30e5":[110,130,149],"\u30ad\u30fc\u30ef\u30fc\u30c9":[220,229],"\u30af\u30a8\u30ea":[0,11,232],"\u30af\u30a8\u30ea\u30fc":[149,182,191],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":149,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":185,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":1,"\u30af\u30e9\u30b9":193,"\u30b0\u30eb\u30fc\u30d7":[182,183,193],"\u30b1\u30fc\u30b9":[113,136],"\u30b3\u30de\u30f3\u30c9":[77,143,145,147,150,197,226,230],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[78,211],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":148,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[147,152,190],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":2,"\u30b3\u30e1\u30f3\u30c8":229,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[3,15],"\u30b5\u30b8\u30a7\u30b9\u30c8":[152,198],"\u30b5\u30f3\u30d7\u30eb":[146,148],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[182,183],"\u30b5\u30fc\u30d0":[0,217,230],"\u30b5\u30fc\u30d0\u30fc":[150,208,215],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":215,"\u30b7\u30b9\u30c6\u30e0":[19,229],"\u30b7\u30d5\u30c8":183,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":197,"\u30b8\u30aa\u30b5\u30fc\u30c1":225,"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":75,"\u30b9\u30af\u30ea\u30d7\u30c8":[12,183],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":148,"\u30b9\u30b3\u30a2\u30e9\u30fc":194,"\u30b9\u30b3\u30a2\u30fc":130,"\u30b9\u30bf\u30a4\u30eb":130,"\u30b9\u30c8\u30ec\u30fc\u30b8":0,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":0,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":230,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":183,"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":152,"\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":[224,233],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":82,"\u30bf\u30b0":225,"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":134,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":211,"\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":222,"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":206,"\u30c4\u30a4\u30fc\u30c8":10,"\u30c4\u30fc\u30eb":[28,149,230],"\u30c6\u30b9\u30c8":14,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u30c6\u30fc\u30d6\u30eb":[32,87,113,117,134,136,153,168,203,207,223,226,228,229],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":149,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30c7\u30d0\u30c3\u30ac":14,"\u30c7\u30d5\u30a9\u30eb\u30c8":82,"\u30c7\u30fc\u30bf":[134,199,202,207,223,226,229],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[117,211,226],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":149,"\u30c7\u30fc\u30e2\u30f3":217,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[148,219],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":0,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[205,220],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":205,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":204,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[12,15,22],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[111,130,224],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":186,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":76,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":229,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":214,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":19,"\u30d0\u30fc\u30b8\u30e7\u30f3":[12,34,35,36,78],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":12,"\u30d1\u30c3\u30b1\u30fc\u30b8":12,"\u30d1\u30c3\u30c1":17,"\u30d1\u30c8\u30ea\u30b7\u30a2":231,"\u30d1\u30e9\u30e1\u30fc\u30bf":[78,228],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[111,130],"\u30d3\u30c3\u30c8":183,"\u30d3\u30eb\u30c9":[5,6,7,8,12,24,25,26,27,28,30,31],"\u30d5\u30a1\u30a4\u30eb":[11,12,17,18,144,147,192,206,211],"\u30d5\u30a9\u30ed\u30fc":229,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[130,185,192],"\u30d5\u30ec\u30fc\u30ba":182,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":230,"\u30d6\u30ed\u30b0":12,"\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8":80,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":211,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":12,"\u30d7\u30ed\u30bb\u30b9":206,"\u30d7\u30ed\u30bb\u30b9\u30ed\u30b0":185,"\u30d7\u30ed\u30c8\u30b3\u30eb":217,"\u30d8\u30c3\u30c0\u30fc":217,"\u30d9\u30af\u30bf\u30fc":207,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[76,223],"\u30da\u30fc\u30b8\u30f3\u30b0":130,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":229,"\u30de\u30c3\u30c1":183,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":182,"\u30e1\u30e2\u30ea":206,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[2,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":149,"\u30e6\u30fc\u30b6\u30fc":[10,152,229],"\u30e6\u30fc\u30b6\u30fcid":229,"\u30e9\u30a4\u30d6\u30e9\u30ea":[0,28],"\u30ea\u30af\u30a8\u30b9\u30c8":[81,82],"\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":82,"\u30ea\u30af\u30a8\u30b9\u30c8id":81,"\u30ea\u30bd\u30fc\u30b9":[113,136],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[82,83],"\u30ea\u30c6\u30e9\u30eb":183,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":149,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70],"\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":230,"\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":197,"\u30ec\u30b3\u30fc\u30c9":[130,226],"\u30ec\u30b3\u30fc\u30c9id":203,"\u30ed\u30b0":[107,185],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":0,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":107,"\u30ed\u30fc\u30c9":[76,226,229],"\u30ed\u30fc\u30de":189,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":14,"\u4e00\u6642":203,"\u4e00\u7dd2":[113,136],"\u4e00\u81f4":[218,231],"\u4e00\u89a7":[83,143,145,186,191,197,229],"\u4e00\u90e8":113,"\u4e0a\u9650":32,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4e0d\u7b49\u4fa1":[182,183],"\u4e26\u3079":226,"\u4e26\u5217":12,"\u4e3b\u30ad\u30fc":[207,231],"\u4e57\u7b97":183,"\u4e8b\u9805":[32,148,207],"\u4ed5\u65b9":17,"\u4ed5\u69d8":216,"\u4ed8\u304d":[18,183,225],"\u4ed8\u4e0e":228,"\u4ee3\u5165":183,"\u4ee3\u5165\u5f0f":182,"\u4ee5\u4e0a":[182,183],"\u4ee5\u4e0b":182,"\u4ee5\u4e0b\u6f14":183,"\u4f4d\u7f6e":[0,78,158,188,229,233],"\u4f5c\u308a\u65b9":76,"\u4f5c\u308b":6,"\u4f5c\u6210":[12,134,226,227,229],"\u4f5c\u696d":12,"\u4f7f\u3044":218,"\u4f7f\u3044\u65b9":[44,73,75,76,80,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,145,147,148,149,152,153,155,157,158,161,162,163,164,166,167,168,170,171,172,173,174,175,176,177,178,179,180,184,189,190,192,193,194,195,196,199,200,202],"\u4f7f\u3046":[149,152,158],"\u4f7f\u3063":[6,7,8],"\u4f7f\u7528":206,"\u4f8b\u3048":10,"\u4f9d\u5b58":28,"\u4fdd\u5b58":[134,223],"\u4fee\u6b63":[33,34,35,36,37,39,40,41,42],"\u5165\u308a":229,"\u5165\u529b":152,"\u5165\u6f14":183,"\u5168\u4f53":46,"\u5168\u6587":[0,220,226,228,233],"\u5168\u6587\u691c":[226,227],"\u5168\u6587\u691c\u7d22":182,"\u5171\u6709":0,"\u5171\u8d77":[199,200,202],"\u518d\u8d77\u52d5":215,"\u51fa\u529b":[17,79,111,130,190,226],"\u5206\u3051":218,"\u5229\u7528":[113,136,149,204,233],"\u5236\u5fa1":183,"\u5236\u9650":[32,76,148,192,203,207,224],"\u524a\u6e1b":[113,136],"\u524a\u9664":[98,113,136],"\u524d\u63d0":12,"\u524d\u65b9":231,"\u524d\u65b9\u4e00\u81f4":[182,183,189,199],"\u5270\u4f59":183,"\u5272\u308a":81,"\u52a0\u7b97":183,"\u52d5\u4f5c":[12,14,199,200,202],"\u52d5\u7684":184,"\u5354\u529b":10,"\u5358\u8a9e":183,"\u5373\u6642":0,"\u539f\u56e0":220,"\u53c2\u7167":[0,136,217,223,225],"\u53c2\u7167\u578b":76,"\u53c2\u8003":[6,7,8,44,79,81,82,83,84,86,89,92,93,94,96,98,101,102,104,105,106,107,112,114,115,119,120,121,123,124,126,127,128,129,130,133,134,138,140,141,151,152,161,162,167,168,171,172,181,186,189,192,195,196,203,204],"\u53d6\u5f97":[12,226],"\u53e4\u3044":33,"\u53ef\u80fd":[0,87,92,93,94,95,99,100,108,109,110,111,112,113,114,116,117,118,121,129,131,132,136,138,139,140,149,152,158,162,168,195,196,204],"\u540c\u3058":220,"\u540d\u524d":[74,146,148,150,151,156,159,160,165,169,207],"\u5411\u3051":[4,12],"\u5426\u5b9a":[182,183],"\u547c\u3073\u51fa\u3057":183,"\u547d\u4ee4":148,"\u548c\u4ee3":183,"\u548c\u6f14":183,"\u56de\u907f":221,"\u56fd\u969b\u5316":17,"\u5727\u7e2e":211,"\u57fa\u672c":[113,136,183,226],"\u5831\u544a":19,"\u5834\u5408":[12,79,228],"\u5834\u6240":[10,192],"\u5909\u63db":189,"\u5909\u66f4":[35,87,211,220],"\u5909\u66f4\u70b9":12,"\u5927\u304d\u306a":134,"\u5927\u306a\u308a":[182,183],"\u5b66\u7fd2":[152,199,200,201,202],"\u5b8c\u5168":218,"\u5b9f\u4f8b":11,"\u5b9f\u73fe":11,"\u5b9f\u884c":[6,7,8,11,12,14,18,144,147,148,149],"\u5b9f\u9a13":37,"\u5bc6\u9375":12,"\u5bfe\u5fdc":[10,188,211],"\u5bfe\u7b56":[220,221],"\u5bfe\u8c61":136,"\u5c0e\u5165":18,"\u5c0f\u306a\u308a":[182,183],"\u5c0f\u6570":183,"\u5c55\u958b":191,"\u5dee\u6f14":183,"\u5ea7\u6a19\u5024":183,"\u5f15\u6570":[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,116,117,118,121,122,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,142,146,147,148,152,153,155,156,158,159,160,161,162,163,164,167,168,169,172,180,195,196,206],"\u5f53\u3066\u308b":81,"\u5f62\u5f0f":[79,101],"\u5f8c\u65b9":231,"\u5f8c\u65b9\u4e00\u81f4":[182,183],"\u5fc5\u8981":[6,7,8,18,163],"\u5fc5\u9808":[87,89,91,92,93,94,95,100,108,109,110,111,112,113,114,116,117,118,121,126,129,130,131,132,136,137,138,139,140,142,152,158,162,168,195,196],"\u6027\u80fd":[149,211],"\u60c5\u5831":[0,4,10,14,188,229,233],"\u611f\u8b1d":[33,34,35,36,37,38,39,40,41],"\u6210\u529f":79,"\u6210\u679c":17,"\u623b\u308a\u5024":[84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,150,152,155,157,158,161,162,163,164,166,167,168,170,171,172,173,174,175,176,177,178,179,180,195,196],"\u624b\u9806":12,"\u6295\u7a3f":229,"\u62bd\u51fa":[183,202],"\u62e1\u5f35":232,"\u6307\u5b9a":[12,78,152,158,182,207,226,228],"\u6307\u91dd":10,"\u6319\u52d5":218,"\u6392\u4ed6":183,"\u63a5\u7d9a":217,"\u63d0\u4f9b":10,"\u63d0\u6848":[201,202],"\u64cd\u4f5c":[187,226],"\u64ec\u4f3c":74,"\u6539\u826f":[33,34,35,36,37,38,39,40,41,42],"\u6570\u5024":223,"\u6574\u6570":183,"\u6587\u5b57":193,"\u6587\u5b57\u5217":[183,223],"\u6587\u66f8":[183,200],"\u6587\u6cd5":233,"\u65b0\u3057\u3044":17,"\u65b0\u898f":12,"\u65b9\u6cd5":[3,5,6,7,8,12,14,15,17,44,76,78,81,82,87,184,187,199,200,202,220,221],"\u65e5\u6642":223,"\u660e\u793a":12,"\u660e\u793a\u7684":158,"\u6642\u9593":[183,229],"\u66f4\u65b0":[0,12,17,18,199],"\u66f8\u304d":218,"\u66f8\u5f0f":[146,148,149,150,153,156,159,160,165,169,226],"\u66ff\u3048":226,"\u6700\u5927":206,"\u6709\u52b9":82,"\u6761\u4ef6":[12,130,163,182,233],"\u6761\u4ef6\u5f0f":182,"\u683c\u7d0d":207,"\u691c\u51fa":14,"\u691c\u7d22":[0,76,111,130,134,182,183,188,189,199,200,202,218,220,225,226,228,229,231,232,233],"\u691c\u7d22\u4f8b":11,"\u6982\u8981":[0,44,46,47,48,49,50,51,52,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,73,75,76,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,147,149,150,152,153,155,157,158,161,162,163,164,166,167,168,170,171,172,173,174,175,176,177,178,179,180,186,189,192,193,194,195,196,197,203,204,205,206],"\u69cb\u6587":[84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,145,147,152,155,157,158,161,162,163,164,166,167,168,170,171,172,173,174,175,176,177,178,179,180,182,183,193,195,196],"\u69cb\u7bc9":[14,184],"\u69d8\u3005":14,"\u6a5f\u80fd":188,"\u6b63\u898f":[182,183,193],"\u6bd4\u8f03":[183,211],"\u6c38\u7d9a":203,"\u6d41\u308c":17,"\u6d6e\u52d5":183,"\u6e1b\u7b97":183,"\u6e96\u5099":[12,232],"\u6f14\u7b97\u5b50":183,"\u70b9\u6570":183,"\u7279\u5b9a":[12,14],"\u7279\u5fb4":[0,203],"\u7279\u6709":149,"\u7279\u6b8a":148,"\u72ec\u81ea":183,"\u7406\u7531":10,"\u74b0\u5883":[12,14],"\u751f\u6210":[12,17,18],"\u7528\u3044":[107,233],"\u7528\u79d8":12,"\u7528\u8a9e\u96c6":197,"\u7570\u306a\u308b":220,"\u767b\u9332":19,"\u7701\u7565":[87,92,93,94,95,99,100,108,109,110,111,112,113,114,116,117,118,121,129,131,132,136,138,139,140,152,158,162,168,195,196],"\u771f\u507d\u5024":[183,223],"\u77e5\u308a":12,"\u78ba\u8a8d":[12,17],"\u7a2e\u985e":223,"\u7a4d\u4ee3":183,"\u7a4d\u6f14":183,"\u7b26\u53f7":183,"\u7b49\u4fa1":[182,183],"\u7b97\u5b50":183,"\u7b97\u8853":183,"\u7ba1\u7406":[149,230],"\u7bc4\u56f2":[134,226],"\u7c21\u5358":[111,130],"\u7d22\u5f15":0,"\u7d22\u7528":[226,227],"\u7d42\u4e86":[149,215,217],"\u7d44\u307f\u8fbc\u307f":[147,186,194,205],"\u7d44\u8fbc\u578b":207,"\u7d4c\u5ea6":0,"\u7d4c\u7def\u5ea6":223,"\u7d50\u5408\u5f0f":182,"\u7d50\u679c":[148,152,220,224,226],"\u7d5e\u8fbc":233,"\u7de8\u96c6":17,"\u7def\u5ea6":0,"\u7f6e\u63db":168,"\u7f72\u540d":12,"\u7ffb\u8a33":[12,17],"\u8868\u73fe":[11,182,183,193],"\u8868\u793a":226,"\u88dc\u5b8c":[199,201],"\u88dc\u6b63":[200,201],"\u8907\u6570":[211,224,228],"\u89e3\u6790":14,"\u89e3\u6c7a":44,"\u8a00\u8a9e":17,"\u8a2d\u5b9a":[12,21,46,82,87,143,149,211],"\u8a8d\u8a3c":211,"\u8a98\u5c0e":10,"\u8a9e\u5f59":[226,227],"\u8a9e\u5f59\u8868":134,"\u8aac\u660e":[74,146,148,156,159,160,165,169,207],"\u8aad\u307f":[189,199],"\u8ab2\u984c":19,"\u8ad6\u7406":[113,182,183],"\u8ad6\u7406\u548c":182,"\u8ad6\u7406\u7a4d":182,"\u8d77\u52d5":[152,215,217,230],"\u8ee2\u7f6e":0,"\u8fd1\u508d":183,"\u8fd4\u5024":[156,159,160,165,169],"\u8ffd\u52a0":[12,17,186],"\u8ffd\u8de1":19,"\u9001\u308a\u65b9":[17,19],"\u9001\u4fe1":230,"\u9006\u5f15\u304d":225,"\u901a\u4fe1":9,"\u9032\u3081":10,"\u904e\u53bb":10,"\u9055\u3044":111,"\u9069\u7528":76,"\u9078\u629e":193,"\u90e8\u5206\u4e00\u81f4":218,"\u914d\u5217":183,"\u91cd\u307f":[76,228],"\u91cd\u307f\u4ed8\u304d":76,"\u91cf\u6307\u5b9a\u5b50":193,"\u958b\u3051\u308b":206,"\u958b\u767a":[4,10,20],"\u95a2\u4fc2":[28,111,130,225],"\u95a2\u4fc2\u5f0f":11,"\u95a2\u6570":[14,154,183],"\u95a2\u9023":[15,110,111,113,130,149,153,228],"\u95be\u5024":220,"\u9664\u7b97":183,"\u96c6\u8a08":0,"\u9759\u7684":[14,184],"\u975e\u308f\u304b\u3061":218,"\u985e\u4f3c":[183,200],"\u9ad8\u5ea6":[111,130],"\uff08personal":30,"_*":66,"_acquire":102,"_api":11,"_at":195,"_auto":149,"_base":149,"_border":[108,110,111,113,155],"_cache":[47,149],"_calc":[111,130],"_cancel":126,"_circle":159,"_classify":[166,173,174,175,176,177,178,179],"_clear":103,"_column":[48,138],"_columns":[110,111,130,168,228],"_command":49,"_content":50,"_copy":87,"_count":[108,206],"_create":[88,134,149],"_ctx":51,"_cursor":[58,65],"_dat":203,"_data":68,"_database":149,"_day":173,"_db":52,"_delete":92,"_distance":[156,158],"_encoding":53,"_equal":11,"_escalation":[60,111,130],"_escape":161,"_eval":127,"_exist":116,"_expand":121,"_expander":[111,130,168],"_expansion":130,"_expr":[11,54,181],"_filter":[110,123,129,172],"_filters":[129,134,140],"_flags":[111,130],"_flush":100,"_full":161,"_geo":55,"_get":93,"_hash":203,"_hook":56,"_hour":174,"_html":[161,162,171],"_id":117,"_idf":196,"_ii":57,"_in":[159,160],"_index":[58,109,110],"_indexes":99,"_info":59,"_inspect":117,"_install":28,"_key":[108,110,111,113,117,203],"_keys":130,"_level":[105,149],"_limit":[84,111,130,139,149],"_list":[89,112,115,135,141],"_load":128,"_log":149,"_map":206,"_match":60,"_max":117,"_memory":206,"_minute":175,"_month":176,"_most":195,"_n":[117,152],"_name":[87,91,100,102,103,104,117,125,137,142,161],"_no":203,"_not":[92,94,102,104],"_number":170,"_obj":61,"_of":117,"_offset":[111,130],"_or":[92,94,102,104,155],"_output":[111,130],"_pack":28,"_parameters":109,"_pat":203,"_path":[149,152,153],"_plugins":99,"_prefix":28,"_proc":62,"_processes":149,"_put":106,"_query":149,"_range":110,"_records":[99,117],"_rectangle":160,"_register":119,"_release":104,"_remove":[90,113,118,136],"_rename":[91,137],"_reopen":107,"_rk":167,"_schema":99,"_search":[63,157,167],"_second":177,"_select":[11,111],"_selector":96,"_set":94,"_shard":112,"_size":[117,180],"_sort":130,"_sortby":[111,130],"_string":[168,172],"_table":[11,64,65,87,108,110,111,112,113,117],"_tagn":161,"_target":[111,130],"_tf":[195,196],"_thread":66,"_threshold":[111,130],"_tokenize":138,"_tokenizer":134,"_total":117,"_type":[50,67,117,134,158,217],"_types":[111,130],"_unmap":95,"_unregister":120,"_untag":163,"_user":68,"_value":[117,155,164],"_values":164,"_version":[49,78],"_week":178,"_year":179,"cpu\u30b3\u30a2":211,"default":[78,134],"delete":98,"float":207,"in":[42,164],"int":207,"new":[91,137],"null":183,"package":30,"}]":[111,130],adjuster:130,allocate:221,api:[16,45],approximate:158,archive:30,arg:11,autotools:6,between:155,bigram:229,blogroonga:12,body:79,bool:207,cache:[84,110,130],calc:111,callback:11,candidate:152,cannot:221,cast:71,centos:24,changes:42,check:[85,145],ci:21,clang:14,clearlock:86,client:147,clone:17,close:161,cmake:[7,8],column:[87,88,89,90,91,129,155,161,167,195,196],command:[78,129],comments:229,config:[92,93,94],configure:[6,12,18,28],contain:11,cutter:[12,14],daemon:147,data:153,database:[95,117,152,153],db:11,debian:[12,25],define:96,defrag:97,dependent:[113,136],desctipion:151,domain:224,drilldown:[111,130],drilldowns:130,dump:99,edit:156,ellipsoid:158,enable:18,equal:11,exit:151,facebook:[2,12],fedora:26,files:[151,153],filter:[108,110,111,130,172],flags:[114,134,138,140,217],force:118,freebsd:206,from:[87,153],fuzzy:157,geo:[158,159,160],geoindex:229,geopoint:[207,229],get:152,gnu:[6,7,25],gqtp:[9,209,215,217],greater:11,grn:[11,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,181],grndb:145,grnslap:146,grntest:12,groonga:[0,3,4,5,6,7,8,9,11,12,17,22,42,147,148,149,150,151,152,153,212,213,215],gzip:211,hashtags:229,hat:12,header:[79,92,93,94,102,104,129],highlight:[161,162],homebrew:[12,27],how:209,html:[17,18,163],http:[150,190,210,215,230],https:211,id:[81,126],index:[129,138,195,196],install:28,io:100,javascript:233,jessie:25,json:[79,101],kern:206,key:[92,93,94,134],keys:[111,130],keywordn:161,label:[111,130],lcov:14,learning:153,less:11,libmemcached:14,limit:[110,111,130],linux:206,load:101,location:158,lock:[102,103,104],log:[105,106,107,153],logical:[108,109,110,111,112,113],longtext:207,mac:27,macports:27,make:[6,7,12,28],match:[111,130,168,228],max:[84,108,110,111,113,139,155],memcached:214,memory:221,messagepack:79,min:[108,110,111,113,155],mmap:221,mode:[11,131,138,140,147],mroonga:0,name:[91,116,117,118,134,136,137],near:11,news:42,nginx:149,nofile:206,normalize:114,normalizer:[114,115,129,134,140,161],normalizerauto:186,normalizernfkc:186,normalizers:129,not:11,now:165,number:166,object:[116,117,118],offset:[110,111,130],open:161,oracle:29,order:110,os:27,output:[110,111,130],path:128,period:42,plugin:[70,119,120,129],plugins:129,po:12,point:158,post:[149,211],ppa:30,prefix:[11,167],protocol:217,proxy:149,pull:17,query:[111,121,130,167,168,217],queryexpandertsv:192,quit:122,rand:169,range:[109,123],record:170,recover:145,rectangle:158,recursive:100,red:12,redmine:10,register:124,reindex:125,request:[17,126],rk:[189,199],ruby:[127,128],run:209,schema:129,scope:172,score:152,scorer:[111,130,195,196,233],script:127,select:[111,130],senna:42,server:147,shard:[108,110,111,113],shorttext:207,shutdown:131,similar:11,size:217,snippet:171,solaris:29,sort:130,sortby:[111,130],source:129,sphere:158,sphinx:17,standalone:147,status:[132,151,217],string:[114,138,140],sub:172,succeeded:[92,94,102,104],suffix:11,suggest:133,summary:209,synopstis:151,table:[89,91,117,129,130,134,135,136,137,138,203],tables:[99,129],target:[100,102,103,104,125,142,164,180],text:[162,207],thread:139,time:[173,174,175,176,177,178,179,207],tips:12,to:[87,209],todo:[168,171],token:[129,134,140],tokenbigram:205,tokenbigramignoreblank:205,tokenbigramignoreblanksplitsymbol:205,tokenbigramignoreblanksplitsymbolalpha:205,tokenbigramignoreblanksplitsymbolalphadigit:205,tokenbigramsplitsymbol:205,tokenbigramsplitsymbolalpha:205,tokenbigramsplitsymbolalphadigit:205,tokendelimit:205,tokendelimitnull:205,tokenfilterstem:204,tokenfilterstopword:204,tokenize:140,tokenizer:[129,140,141],tokenizers:129,tokenmecab:205,tokenregexp:205,tokentrigram:205,tokenunigram:205,tokyogeopoint:207,travis:21,truncate:142,tsv:[79,192],twitter:[2,10,12],type:[117,129,152],types:129,ubuntu:[12,30],uint:207,unix:7,update:12,use:[110,161],users:229,value:[93,94,134,164],vector:180,vm:206,wgs:207,windows:[8,12,31],worker:149,xml:79,zip:31}})
1
+ Search.setIndex({envversion:49,filenames:["characteristic","client","community","contribution","contribution/development","contribution/development/build","contribution/development/build/unix_autotools","contribution/development/build/unix_cmake","contribution/development/build/windows_cmake","contribution/development/com","contribution/development/cooperation","contribution/development/query","contribution/development/release","contribution/development/repository","contribution/development/test","contribution/documentation","contribution/documentation/c-api","contribution/documentation/i18n","contribution/documentation/introduction","contribution/report","development","development/travis-ci","index","install","install/centos","install/debian","install/fedora","install/mac_os_x","install/others","install/solaris","install/ubuntu","install/windows","limitations","news","news/0.x","news/1.0.x","news/1.1.x","news/1.2.x","news/1.3.x","news/2.x","news/3.x","news/4.x","news/5.x","news/senna","reference","reference/alias","reference/api","reference/api/global_configurations","reference/api/grn_cache","reference/api/grn_column","reference/api/grn_command_version","reference/api/grn_content_type","reference/api/grn_ctx","reference/api/grn_db","reference/api/grn_encoding","reference/api/grn_expr","reference/api/grn_geo","reference/api/grn_hook","reference/api/grn_ii","reference/api/grn_index_cursor","reference/api/grn_info","reference/api/grn_match_escalation","reference/api/grn_obj","reference/api/grn_proc","reference/api/grn_search","reference/api/grn_table","reference/api/grn_table_cursor","reference/api/grn_thread","reference/api/grn_type","reference/api/grn_user_data","reference/api/overview","reference/api/plugin","reference/cast","reference/column","reference/columns/index","reference/columns/pseudo","reference/columns/scalar","reference/columns/vector","reference/command","reference/command/command_version","reference/command/output_format","reference/command/pretty_print","reference/command/request_id","reference/command/request_timeout","reference/command/return_code","reference/commands/cache_limit","reference/commands/check","reference/commands/clearlock","reference/commands/column_copy","reference/commands/column_create","reference/commands/column_list","reference/commands/column_remove","reference/commands/column_rename","reference/commands/config_delete","reference/commands/config_get","reference/commands/config_set","reference/commands/database_unmap","reference/commands/define_selector","reference/commands/defrag","reference/commands/delete","reference/commands/dump","reference/commands/io_flush","reference/commands/load","reference/commands/lock_acquire","reference/commands/lock_clear","reference/commands/lock_release","reference/commands/log_level","reference/commands/log_put","reference/commands/log_reopen","reference/commands/logical_count","reference/commands/logical_parameters","reference/commands/logical_range_filter","reference/commands/logical_select","reference/commands/logical_shard_list","reference/commands/logical_table_remove","reference/commands/normalize","reference/commands/normalizer_list","reference/commands/object_exist","reference/commands/object_inspect","reference/commands/object_list","reference/commands/object_remove","reference/commands/plugin_register","reference/commands/plugin_unregister","reference/commands/query_expand","reference/commands/quit","reference/commands/range_filter","reference/commands/register","reference/commands/reindex","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/schema","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","reference/commands/table_create","reference/commands/table_list","reference/commands/table_remove","reference/commands/table_rename","reference/commands/table_tokenize","reference/commands/thread_limit","reference/commands/tokenize","reference/commands/tokenizer_list","reference/commands/truncate","reference/configuration","reference/executables","reference/executables/grndb","reference/executables/grnslap","reference/executables/groonga","reference/executables/groonga-benchmark","reference/executables/groonga-httpd","reference/executables/groonga-server-http","reference/executables/groonga-suggest-create-dataset","reference/executables/groonga-suggest-httpd","reference/executables/groonga-suggest-learner","reference/function","reference/functions/between","reference/functions/edit_distance","reference/functions/fuzzy_search","reference/functions/geo_distance","reference/functions/geo_in_circle","reference/functions/geo_in_rectangle","reference/functions/highlight_full","reference/functions/highlight_html","reference/functions/html_untag","reference/functions/in_values","reference/functions/now","reference/functions/number_classify","reference/functions/prefix_rk_search","reference/functions/query","reference/functions/rand","reference/functions/record_number","reference/functions/snippet_html","reference/functions/string_substring","reference/functions/sub_filter","reference/functions/time_classify_day","reference/functions/time_classify_hour","reference/functions/time_classify_minute","reference/functions/time_classify_month","reference/functions/time_classify_second","reference/functions/time_classify_week","reference/functions/time_classify_year","reference/functions/vector_size","reference/functions/vector_slice","reference/grn_expr","reference/grn_expr/query_syntax","reference/grn_expr/script_syntax","reference/indexing","reference/log","reference/normalizers","reference/operations","reference/operations/geolocation_search","reference/operations/prefix_rk_search","reference/output","reference/query_expanders","reference/query_expanders/tsv","reference/regular_expression","reference/scorer","reference/scorers/scorer_tf_at_most","reference/scorers/scorer_tf_idf","reference/sharding","reference/suggest","reference/suggest/completion","reference/suggest/correction","reference/suggest/introduction","reference/suggest/suggestion","reference/tables","reference/token_filters","reference/tokenizers","reference/tuning","reference/types","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":[149,4,1,"cmdoption--address"],"--bind-address":[149,4,1,"cmdoption--bind-address"],"--cache-limit":[149,4,1,"cmdoption--cache-limit"],"--config-path":[149,4,1,"cmdoption--config-path"],"--daemon":[155,4,1,"cmdoption--daemon"],"--default-match-escalation-threshold":[149,4,1,"cmdoption--default-match-escalation-threshold"],"--default-request-timeout":[149,4,1,"cmdoption--default-request-timeout"],"--dir":[150,4,1,"cmdoption--dir"],"--disable-max-fd-check":[154,4,1,"cmdoption--disable-max-fd-check"],"--document-root":[149,4,1,"cmdoption--document-root"],"--encoding":[149,4,1,"cmdoption--encoding"],"--ftp":[150,4,1,"cmdoption--ftp"],"--groonga":[150,4,1,"cmdoption--groonga"],"--help":[149,4,1,"cmdoption--help"],"--host":[150,4,1,"cmdoption--host"],"--log-base-path":[155,4,1,"cmdoption--log-base-path"],"--log-level":[155,4,1,"cmdoption--log-level"],"--log-output-dir":[150,4,1,"cmdoption--log-output-dir"],"--log-path":[155,4,1,"cmdoption--log-path"],"--log-rotate-threshold-size":[149,4,1,"cmdoption--log-rotate-threshold-size"],"--max-threads":[149,4,1,"cmdoption--max-threads"],"--n-lines-per-log-file":[154,4,1,"cmdoption--n-lines-per-log-file"],"--n-threads":[154,4,1,"cmdoption--n-threads"],"--pid-path":[149,4,1,"cmdoption--pid-path"],"--port":[154,4,1,"cmdoption--port"],"--protocol":[150,4,1,"cmdoption--protocol"],"--query-log-path":[149,4,1,"cmdoption--query-log-path"],"--query-log-rotate-threshold-size":[149,4,1,"cmdoption--query-log-rotate-threshold-size"],"--receive-endpoint":[155,4,1,"cmdoption--receive-endpoint"],"--send-endpoint":[155,4,1,"cmdoption--send-endpoint"],"--server-id":[149,4,1,"cmdoption--server-id"],"-P":[148,4,1,"cmdoption-P"],"-a":[149,4,1,"cmdoption-a"],"-c":[149,4,1,"cmdoption-c"],"-d":[155,4,1,"cmdoption-d"],"-e":[149,4,1,"cmdoption-e"],"-h":[149,4,1,"cmdoption-h"],"-i":[150,4,1,"cmdoption-i"],"-l":[155,4,1,"cmdoption-l"],"-m":[148,4,1,"cmdoption-m"],"-n":[149,4,1,"cmdoption-n"],"-p":[154,4,1,"cmdoption-p"],"-r":[155,4,1,"cmdoption-r"],"-s":[155,4,1,"cmdoption-s"],"-t":[154,4,1,"cmdoption-t"],GRN_COLUMN_NAME_ID:[49,0,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[49,0,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[49,0,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[49,0,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[49,0,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[49,0,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[49,0,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[49,0,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[49,0,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[49,0,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[50,0,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[50,0,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[50,0,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[62,0,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[62,0,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[62,0,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[62,0,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[62,0,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[62,0,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[62,0,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[62,0,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[62,0,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[62,0,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[71,0,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[71,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[71,0,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[71,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[71,0,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[71,0,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[71,0,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[71,1,1,"c.GRN_PLUGIN_REGISTER"],command:[149,4,1,"cmdoption-arg-command"],db:[150,4,1,"cmdoption-arg-db"],dest:[149,4,1,"cmdoption-arg-dest"],grn_builtin_type:[68,2,1,"c.grn_builtin_type"],grn_cache:[48,2,1,"c.grn_cache"],grn_cache_close:[48,1,1,"c.grn_cache_close"],grn_cache_current_get:[48,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[48,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[48,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[48,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[48,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[49,1,1,"c.grn_column_create"],grn_column_index:[49,1,1,"c.grn_column_index"],grn_column_index_update:[49,1,1,"c.grn_column_index_update"],grn_column_name:[49,1,1,"c.grn_column_name"],grn_column_rename:[49,1,1,"c.grn_column_rename"],grn_column_table:[49,1,1,"c.grn_column_table"],grn_column_truncate:[49,1,1,"c.grn_column_truncate"],grn_command_version:[50,2,1,"c.grn_command_version"],grn_content_type:[51,2,1,"c.grn_content_type"],grn_ctx:[52,2,1,"c.grn_ctx"],grn_ctx_at:[52,1,1,"c.grn_ctx_at"],grn_ctx_close:[52,1,1,"c.grn_ctx_close"],grn_ctx_db:[52,1,1,"c.grn_ctx_db"],grn_ctx_fin:[52,1,1,"c.grn_ctx_fin"],grn_ctx_get:[52,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[52,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[52,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[61,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[52,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[52,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[52,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[52,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[52,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[52,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[61,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[52,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[52,1,1,"c.grn_ctx_use"],grn_db:[53,2,1,"c.grn_db"],grn_db_create:[53,1,1,"c.grn_db_create"],grn_db_create_optarg:[53,2,1,"c.grn_db_create_optarg"],grn_db_open:[53,1,1,"c.grn_db_open"],grn_db_recover:[53,1,1,"c.grn_db_recover"],grn_db_touch:[53,1,1,"c.grn_db_touch"],grn_db_unmap:[53,1,1,"c.grn_db_unmap"],grn_encoding:[54,2,1,"c.grn_encoding"],grn_encoding_parse:[54,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[54,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[55,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[55,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[55,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[55,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[55,1,1,"c.grn_expr_append_const_str"],grn_expr_append_op:[55,1,1,"c.grn_expr_append_op"],grn_expr_close:[55,1,1,"c.grn_expr_close"],grn_expr_compile:[55,1,1,"c.grn_expr_compile"],grn_expr_create:[55,1,1,"c.grn_expr_create"],grn_expr_exec:[55,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[55,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[55,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[55,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[55,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[70,1,1,"c.grn_fin"],grn_geo_cursor_next:[56,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[56,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[56,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[56,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[56,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[50,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[54,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[61,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[47,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[57,2,1,"c.grn_hook_entry"],grn_ii:[58,2,1,"c.grn_ii"],grn_ii_buffer:[58,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[58,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[58,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[58,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[58,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[59,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[59,1,1,"c.grn_index_cursor_open"],grn_info_type:[60,2,1,"c.grn_info_type"],grn_init:[70,1,1,"c.grn_init"],grn_obj:[62,2,1,"c.grn_obj"],grn_obj_add_hook:[57,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[62,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[62,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[62,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[62,1,1,"c.grn_obj_close"],grn_obj_column:[62,1,1,"c.grn_obj_column"],grn_obj_db:[53,1,1,"c.grn_obj_db"],grn_obj_defrag:[62,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[62,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[57,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[62,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[60,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[57,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[60,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[57,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[62,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[62,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[62,1,1,"c.grn_obj_get_values"],grn_obj_id:[62,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[62,1,1,"c.grn_obj_is_builtin"],grn_obj_is_locked:[62,1,1,"c.grn_obj_is_locked"],grn_obj_lock:[62,1,1,"c.grn_obj_lock"],grn_obj_name:[62,1,1,"c.grn_obj_name"],grn_obj_path:[62,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[62,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[62,1,1,"c.grn_obj_reinit"],grn_obj_remove:[62,1,1,"c.grn_obj_remove"],grn_obj_rename:[62,1,1,"c.grn_obj_rename"],grn_obj_search:[64,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[60,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[63,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[60,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[62,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[62,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[62,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[69,1,1,"c.grn_obj_user_data"],grn_plugin_charlen:[71,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[71,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[71,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[71,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[71,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[71,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[71,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[71,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[71,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[71,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[71,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[71,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[71,1,1,"c.grn_plugin_win32_base_dir"],grn_plugin_windows_base_dir:[71,1,1,"c.grn_plugin_windows_base_dir"],grn_proc_create:[63,1,1,"c.grn_proc_create"],grn_proc_func:[63,2,1,"c.grn_proc_func"],grn_proc_get_info:[63,1,1,"c.grn_proc_get_info"],grn_proc_type:[63,2,1,"c.grn_proc_type"],grn_search_optarg:[64,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[50,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[54,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[61,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[47,1,1,"c.grn_set_lock_timeout"],grn_table_add:[65,1,1,"c.grn_table_add"],grn_table_at:[65,1,1,"c.grn_table_at"],grn_table_columns:[65,1,1,"c.grn_table_columns"],grn_table_create:[65,1,1,"c.grn_table_create"],grn_table_cursor:[66,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[66,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[66,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[66,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[66,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[66,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[66,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[66,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[66,1,1,"c.grn_table_cursor_table"],grn_table_delete:[65,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[65,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[65,1,1,"c.grn_table_difference"],grn_table_get:[65,1,1,"c.grn_table_get"],grn_table_get_key:[65,1,1,"c.grn_table_get_key"],grn_table_group:[65,1,1,"c.grn_table_group"],grn_table_group_flags:[65,2,1,"c.grn_table_group_flags"],grn_table_group_result:[65,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[65,1,1,"c.grn_table_lcp_search"],grn_table_rename:[65,1,1,"c.grn_table_rename"],grn_table_setoperation:[65,1,1,"c.grn_table_setoperation"],grn_table_size:[65,1,1,"c.grn_table_size"],grn_table_sort:[65,1,1,"c.grn_table_sort"],grn_table_sort_flags:[65,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[65,2,1,"c.grn_table_sort_key"],grn_table_truncate:[65,1,1,"c.grn_table_truncate"],grn_table_update:[65,1,1,"c.grn_table_update"],grn_table_update_by_id:[65,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[67,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[67,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[67,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[67,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[67,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[67,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[68,1,1,"c.grn_type_create"],grn_user_data:[69,2,1,"c.grn_user_data"],script:[150,4,1,"cmdoption-arg-script"]},grn_db_create_optarg:{builtin_type_names:[53,3,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[53,3,1,"c.grn_db_create_optarg.n_builtin_type_names"]}},objnames:{"0":["c","macro","C \u306e\u30de\u30af\u30ed"],"1":["c","function","C \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"],"4":["std","option","option"]},objtypes:{"0":"c:macro","1":"c:function","2":"c:type","3":"c:member","4":"std:option"},terms:{"!!":[102,151,209,229,233],"!(n":187,"!)":151,"!\"":[39,80,112,132,142,151,186,187,188,198,209,215,227,229,230,232,233,234],"!\\":187,"!condition":187,"!xxx":41,"#'":149,"#[":42,"#arguments":42,"#command":42,"#delete":42,"#each":42,"#groonga":[196,233],"#group":42,"#index":42,"#inspect":42,"#key":42,"#name":42,"#proxy":151,"#remove":42,"#scalar":42,"#set":150,"#value":42,"#vector":42,"#with":42,"#worker":151,"#{":189,"#{l":189,"$(":[24,25,26,27,30],"$groonga":12,"$home":12,"$prefix":37,"${":[17,112,120,132,154,170,187,197,201,210],"%'":41,"%\"":197,"%\\":31,"%post":39,"& (":187,"& _":237,"& b":187,"& x":41,"& y":40,"&!":187,"&&":[42,132,175,187,224,235],"&..":234,"&arg":197,"&filter":128,"&frequency":154,"&gt":[163,164,173],"&lt":[163,164,173],"&n":154,"&q":154,"&query":234,"&request":[33,128],"&s":154,"&t":154,"' -":27,"'(":149,"')":[41,102,148,149],"',":[41,62,153,206],"'-":[40,149],"'.":[17,62],"'..":40,"';":149,"'='":149,"'>":165,"'\"":[39,40],"'\u3002":149,"'alice":186,"'column":39,"'config":149,"'fixed":42,"'grn":54,"'hay":11,"'haystack":11,"'ja":17,"'localhost":[148,149],"'m":[188,208,232,233],"'mroonga":170,"'n":149,"'needle":11,"'now":233,"'or":39,"'pid":149,"'query":39,"'s":[17,80,102,112,119,132,175,186,187,188,213],"'t":[47,51,52,53,55,62,119,120,151,206],"'user":170,"'ve":233,"'vector":42,"(!":11,"(&":[42,52,55],"('":[75,89,102,149,230],"((":[77,132],"((x":211,"()":3,"(-":187,"(.":12,"(..":[33,40],"(<":11,"(=":[11,84,187],"(>":11,"(?":42,"([":171,"(\"":[39,40,54,128,149,160,163,164,170,173,230],"(\u300c":12,"(_":[42,135,169,187,203,204,206],"(a":21,"(age":157,"(argument":187,"(arugment":187,"(body":[163,164],"(byte":[49,65],"(cmp":41,"(column":[41,157,163,169,173,198,199,200],"(comments":175,"(common":119,"(content":[132,165,173,198],"(ctx":[11,48,49,52,55],"(cutter":14,"(cve":41,"(database":225,"(debian":219,"(default":42,"(drilldown":75,"(fedora":219,"(get":148,"(grn":[42,52,55],"(groonga":67,"(html":165,"(index":[199,200],"(init":52,"(int":67,"(keyword":55,"(location":[160,229,233,237],"(match":170,"(message":[199,200],"(mroonga":196,"(msghdr":42,"(name":71,"(news":12,"(nginx":219,"(null":41,"(packages":12,"(point":[160,161,162],"(popular":132,"(pos":[161,162],"(ptr":35,"(q":67,"(r":[150,197],"(readings":169,"(scan":14,"(scope":175,"(score":42,"(select":187,"(string":[33,158],"(tab":196,"(table":41,"(tag":166,"(tags":183,"(target":[166,183],"(text":164,"(title":[40,158,198],"(twitter":33,"(uint":67,"(void":67,"(wgs":237,"(windows":150,"(x":41,"(xxx":40,")'":[135,163,164,173,175,183,186,187,203,204,206,229,233,237],"))":[42,132,187,196],"),":[40,89],")-":12,").":[12,173,219],")..":12,")/":42,"):":[12,120,219,230],");":[11,42,48,49,52,55,67],")=":225,")\"":[40,132,165,173,186,197,198,199,200,236],")\\":197,")\u3001":41,")\u300d":149,")\u3059\u3079\u3066":157,")]":40,")disk":197,")grn":42,")groonga":196,")hello":42,")mroonga":196,")offset":[65,66],")senna":196,"*'":[112,132],"**":[49,53,62,63,66,107],"***":107,"*,":27,"*.":33,"*/":[52,55,67,70],"*\"":[36,41,42,112],"*added":65,"*bottom":56,"*bsd":[7,8,35,37],"*buffer":62,"*cache":48,"*column":49,"*ctx":[48,49,52,53,55,56,57,58,59,60,61,62,63,64,65,66,68,69,71],"*cursor":56,"*data":[57,67],"*db":[52,53,62],"*dest":65,"*destination":62,"*escaped":55,"*expr":55,"*fin":63,"*func":[52,63],"*grn":67,"*ic":59,"*ii":58,"*index":[56,59],"*init":63,"*key":65,"*keybuf":65,"*keys":65,"*keywords":55,"*max":66,"*min":66,"*mutex":71,"*name":[49,52,54,55,62,63,65,68,71],"*namebuf":[49,62],"*newvalue":49,"*next":63,"*nvars":63,"*obj":[49,53,55,57,60,62,63,64,69],"*oldvalue":49,"*optarg":[53,64],"*path":[49,53,65],"*proc":57,"*query":[55,64],"*res":[56,64,65],"*result":65,"*results":65,"*s":41,"*section":49,"*source":62,"*src":65,"*str":[55,71],"*string":55,"*table":[49,62,65,66],"*tables":52,"*target":55,"*tc":[59,66],"*tid":59,"*top":56,"*type":49,"*user":[63,71],"*value":[58,60,62,65,66],"*valuebuf":60,"*var":71,"*vars":[63,71],"+ \"":[39,42],"+ y":211,"++":[0,6,7,12,24,26,28,37,38,41,42,52,55,67,149,213],"+-":[55,151],"+a":186,"+c":149,"+ff":[42,190],"+ff0":42,"+ffef":209,"+fff":209,"+fffe":142,"+or":197,", [":114,", \"":[77,163,232],", {":[151,215],",'":[211,227],",*":111,",.":12,",..":[102,137],",[":224,",[\"":[154,224],",\"":[41,42,86,100,194,229,232,233],",\"domain":228,",\"http":227,",\"link":227,",\"links":227,",\"location":[229,237],",\"tags":229,",\"title":230,",\\\"":102,",\n#":[45,77,96,112,114,118,119,120,131,132,138,140,142,170,186,187,198,209,227,229,230,233,234,237],",\n[":[42,100,173],",\n]":[132,175,224,227,235,237],",\n{":[77,100,109,112,114,132,135,151,166,169,170,175,186,187,190,193,197,198,199,200,203,204,206,208,228,232,235],",_":[77,112,132,135,170,187,228,229,230,233,237],",{":[81,149,150,194],"- \"":41,"-(":[12,187],"-+":151,"--":[8,12,31,33,34,35,36,37,39,40,41,47,48,49,50,52,53,54,55,56,57,59,60,61,62,63,64,65,66,67,68,69,71,77,109,112,114,119,127,131,132,138,140,142,149,150,151,154,163,164,165,166,169,170,173,183,187,196,197,198,199,200,206,208,224,228,229,233,236,237],"->":[35,42,114,138],"-\"":140,"-_":[132,198,199,200],"-a":[39,149,186],"-add":53,"-address":[37,39,42,149],"-adjuster":[77,132],"-admin":39,"-aki":41,"-analyzer":[37,39],"-api":16,"-apt":30,"-autoreconf":12,"-base":[154,155],"-benchmark":[22,39,40,41,44,146],"-binary":[151,215],"-bind":[37,39,42,149],"-blog":233,"-bugs":[33,42],"-build":14,"-bye":[112,132,140,186,187,208],"-c":[24,26,33,149,221],"-cache":[40,42,149],"-canceler":83,"-check":[35,37,154],"-chroot":12,"-ci":[40,41],"-ci\u4e0a":40,"-client":213,"-code":[12,41],"-column":33,"-columns":33,"-command":[21,35],"-commnad":79,"-common":[30,39],"-conditional":37,"-config":[28,34,35,37,39,42,149],"-create":[22,33,36,40,42,44,53,135,146],"-cutter":12,"-d":[149,151,154,155,218,221,234],"-daemon":[154,155],"-databases":[90,92,119,120,137,139,221,230,234],"-dataset":[22,33,36,40,42,44,135,146],"-db":38,"-dcmake":[7,8],"-dd":[187,189],"-deafult":37,"-deb":12,"-debug":[6,35],"-default":23,"-dependent":[33,114,138],"-dev":[2,12,14,25,30,33,37,39,40,41,42],"-devel":[24,26],"-dgrn":[7,8],"-dir":150,"-directory":39,"-disable":[35,37,41,154],"-doc":38,"-document":[3,12,17],"-docutils":12,"-drilldown":[33,41,42,112,132,228],"-drilldowns":[33,132],"-dump":42,"-e":149,"-each":37,"-eanble":6,"-efficient":77,"-enable":[3,6,18,35],"-encoding":23,"-encodiong":187,"-endpoint":[154,155],"-escalation":23,"-essential":[25,30],"-event":42,"-existence":40,"-fd":[37,154],"-file":[37,42,80,154],"-files":3,"-filter":[25,30,37,39,41,42,77,132,156,164,170,173,175,187,197,233,235],"-force":120,"-frequency":37,"-ftp":150,"-full":12,"-g":[8,31],"-get":[12,18,25,30,39],"-gobject":42,"-gqtp":[22,24,25,26,30,39,41,42,212],"-gram":[0,33,142,187,222,224,230],"-groonga":[12,13,150,233],"-gtqp":25,"-h":[149,151,215],"-help":23,"-history":37,"-host":150,"-html":[35,39],"-http":[22,33,39,40,41,151,212],"-httpd":[22,24,25,26,30,33,37,39,41,42,44,48,128,141,146],"-i":[42,149,150],"-id":[39,128,149],"-idf":[198,199,200],"-in":[12,62],"-index":42,"-inverse":[198,200],"-ipadic":[26,27,209],"-j":[6,7,28],"-jemalloc":41,"-jinja":12,"-jp":[40,209],"-jumandic":26,"-key":[12,38],"-keyring":[25,39],"-keys":12,"-known":173,"-l":[149,154,155,189],"-latest":3,"-launchpad":12,"-leak":35,"-leaner":155,"-learner":[22,33,35,41,44,146,153],"-level":[41,42,149,155],"-libedit":35,"-libevent":38,"-libstemmer":41,"-limit":[34,40,42,132,149],"-line":21,"-lines":[37,154],"-localstatedir":23,"-log":23,"-lz4":23,"-lzo":89,"-m":148,"-match":23,"-max":[37,149,154],"-mecab":[24,25,26,27,30,39,40,41],"-memcached":33,"-memory":35,"-message":23,"-mm":[187,189],"-mode":17,"-mruby":[6,12,41],"-msgpack":215,"-munin":[23,24,25,26],"-mysql":[24,25,26,30,115,190],"-n":[37,149,154,230],"-neologd":209,"-node":24,"-normalizer":[24,25,26,30,33,39,42,115,169,190],"-offset":[42,132],"-org":12,"-oriented":173,"-output":[39,40,42,132,150,163,164,165,173],"-p":[148,149,150,154,221,234],"-pack":23,"-package":[12,23],"-packages":12,"-patch":17,"-path":[12,23],"-per":[37,154],"-pgp":12,"-pid":[37,42,149],"-pip":18,"-platform":23,"-platorm":33,"-plugin":13,"-plugins":[23,24,25,26],"-po":3,"-point":211,"-port":[149,150,154],"-prefix":[6,23],"-properties":30,"-protocol":[149,150,152,218,234],"-query":[33,37,39,40,41,42,149,151,163,164,170,173,186,189,196,219,230,233,235],"-r":[154,155],"-receive":[154,155],"-release":3,"-repository":[12,30,39],"-request":[33,83,149],"-root":[35,149,152],"-rotate":[42,149],"-rpm":12,"-rroonga":48,"-ruby":[6,12,39],"-s":[149,154,155,221],"-scorer":156,"-search":[41,209],"-searchu":209,"-secret":12,"-send":[154,155],"-separated":42,"-server":[22,24,25,26,30,37,38,39,40,41,42,149,212],"-size":[42,149],"-slices":33,"-sort":33,"-sortby":[33,40],"-source":12,"-sphinx":[12,18],"-src":[12,25],"-static":37,"-stem":[25,30,41],"-strings":38,"-suggest":[22,33,35,36,37,39,40,41,42,44,135,146],"-t":[149,154],"-talk":[2,12,40,42],"-tar":29,"-target":[33,42],"-terminated":[63,71],"-test":[12,14],"-text":209,"-threads":[149,154],"-threshold":23,"-time":173,"-timeout":[33,83,149],"-token":[25,30,33,41],"-tokenizer":[24,25,26,30,39,40],"-type":[37,151,203,204,206,215],"-unauthenticated":[25,39],"-uploader":12,"-use":42,"-values":[33,42],"-version":[12,35],"-w":12,"-windows":42,"-with":[6,23,27],"-wno":37,"-word":132,"-working":39,"-x":[12,40],"-yyy":17,"-zlib":23,".$":[112,132],".'":[39,40,89],".(":12,".)":[33,40,62,187,189,198,210],".*":27,".,":[119,131,132,154,166],".-":17,"..":[6,7,17,33,39,40,67,71,77,82,86,90,102,113,119,128,131,132,135,136,149,151,152,154,166,170,186,187,197,198,199,200,215,230],"...":[33,37,39,40,41,42,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,81,86,128,132,135,137,149,150,151,152,163,175,186,187,188,194,197,201,233],"./":[17,28],".:":155,".>":201,".\"":[132,163,164,170,173,187,188,198,209,227,229,230,234,236],".]":[33,77,86,128,132,135,137,187],"._":[40,41,62,112,132,138,186,187,227,228],".age":[45,101,131],".am":18,".am\u30d5\u30a1\u30a4\u30eb":12,".asc":12,".askmonty":41,".blog":224,".body":[87,98,236],".builtin":53,".c":[43,93,96,120,132,138],".clean":[12,114],".co":[43,132],".column":[40,41,45,88,93,94,95,101],".com":[6,7,8,12,13,17,21,227,228,230,234,237],".comment":[232,233],".conf":[42,151,210,219,225],".content":[112,119,131,132,138,175,186,187,188,210,232],".context":138,".created":112,".current":42,".d":[25,210,225],".db":[40,149,221,230,234],".ddl":150,".deb":12,".debian":12,".description":233,".dll":71,".domain":42,".dump":37,".en":12,".entries":210,".entry":127,".exe":31,".facebook":12,".fedoraproject":24,".flags":65,".garbage":40,".git":[6,7,8,12,13,17],".github":17,".gpg":12,".grn":[100,151],".groonga":[12,17,24,25,26,27,28,29,30,31,150],".group":175,".gz":[12,17,24,25,26,27,28,29,30],".h":[16,42,71],".hash":233,".high":88,".html":[12,17,149,151],".htpasswd":[151,215],".i":24,".index":[42,101,127,131],".jp":[12,42,43,132],".js":12,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":21,".json":[151,194],".kentaro":40,".key":[65,138],".label":[132,169],".lemon":45,".list":[12,25],".load":150,".location":233,".log":[28,42,79,114,149,150,151,154,219],".logs":127,".md":12,".md\u30d5\u30a1\u30a4\u30eb":12,".me":[2,12,42],".memos":[119,131],".mo\u30d5\u30a1\u30a4\u30eb":17,".msgpack":194,".n":[53,112,132,186,187,210],".name":[86,147,175,233],".ncpu":27,".ne":43,".nested":132,".net":[2,12,227,228,229,230,234,237],".nginx":151,".o":229,".offset":65,".org":[12,17,24,25,26,27,28,29,30,31,41,42,48,77,100,150,151,165,227,228,229,230,234,237],".osdn":[2,12],".output":152,".overcommit":39,".patch":17,".pc":[36,37],".php":12,".pid":149,".po":3,".po\u30d5\u30a1\u30a4\u30eb":[3,12],".posted":233,".rb":[35,41,112,114,130],".readings":169,".real":[45,93,94,95],".reference":138,".remove":114,".repoforge":24,".roonga":[186,187],".rpm":[24,26],".score":144,".scr":150,".see":119,".select":[150,187],".serial":88,".service":39,".set":112,".sh":[6,12,14,17,21,39],".site":127,".so":[119,121,122,126],".source":42,".sourceforge":[2,12],".spec":37,".ssssss":189,".status":150,".sub":[112,132],".synonym":132,".t":209,".tag":[88,112,132],".tar":17,".timestamp":[117,120],".title":[103,104,105,127,138,227],".to":88,".travis":21,".tsv":[194,196],".txt":[12,209],".uuuuuu":187,".value":132,".weight":40,".x":24,".xml":194,".years":45,".yml":21,".zip":17,".}":[77,86,187],"/ '":62,"/#":48,"/$":17,"/${":154,"/'":41,"/(":12,"/*":[16,17,52,67,70,151,219,225],"/+":12,"/.":[37,119],"/..":[12,151,154],"/;":151,"/?":154,"/\"":[77,209,227,228,229,230,234,237],"/\u65e5":233,"/\u6708":233,"/\uff09":35,"/_":12,"/aba":[228,230,237],"/acccess":219,"/admin":[37,149],"/afr":[228,230,237],"/alice":209,"/api":215,"/apt":[12,25],"/archive":12,"/atv":[228,230,237],"/base":12,"/bc":12,"/bin":28,"/blog":12,"/branches":14,"/c":[0,6,7,16,114,213],"/cache":151,"/centos":[12,24,219],"/command":[14,151,152,197,234],"/commands":[41,90,92,119,120,137,139],"/commits":41,"/context":112,"/copyright":41,"/coremodule":151,"/cpuinfo":[24,25,26,30],"/cutter":12,"/d":[41,151,197,215],"/data":21,"/database":[151,215],"/db":[100,135,147,151,155,197,219],"/db1":215,"/db2":215,"/dd":187,"/debian":[12,25],"/default":[39,219],"/dev":12,"/dic":27,"/dictionary":35,"/disk":197,"/doc":12,"/docs":151,"/en":[12,151],"/en\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"/epel":24,"/etc":[12,25,27,39,151,196,210,219,225],"/eval":129,"/example":154,"/executables":154,"/f":12,"/false":[34,227],"/fedora":[26,35,39],"/files":[12,18],"/function":12,"/functions":14,"/gat":[228,230,237],"/gqtp":[40,219],"/grntest":12,"/groonga":[6,7,8,12,13,16,17,21,24,25,26,27,28,29,30,31,35,37,39,40,42,90,92,114,119,120,121,122,126,137,139,147,149,151,154,196,210,219,221,230,234],"/header":29,"/hoge":149,"/home":209,"/homebrew":12,"/hostname":[149,150],"/hosts":12,"/html":[17,18,37,215],"/http":[151,219],"/httpd":[151,219],"/in":42,"/index":[12,17,149],"/introduction":[221,230,234],"/ipadic":27,"/ja":[12,17,18,48],"/ja\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"/javascript":37,"/json":[37,151,215],"/key":62,"/kou":114,"/kytea":142,"/lc":[12,17],"/learn":154,"/lib":[27,121,122,126,147,151,219],"/limits":210,"/linux":[3,5],"/lists":12,"/load":[33,130,151,215],"/local":[6,7,12,27,28,151],"/locale":[12,17,18],"/log":[28,42,149,151,154,219],"/logical":114,"/lzo":[35,37,40],"/mailarchive":12,"/managers":[151,215],"/master":[17,21],"/max":41,"/mecab":[27,119],"/mecabrc":27,"/meetup":42,"/message":12,"/mm":187,"/modules":[35,151],"/mpisel":33,"/mrb":112,"/munin":28,"/mxcl":12,"/news":12,"/nfs":28,"/ngx":151,"/non":40,"/null":[6,7,34],"/o":136,"/or":119,"/other":151,"/packages":12,"/php":42,"/pipermail":41,"/plain":42,"/plugins":[28,35,40,114,121,122,126],"/ppa":[12,30],"/projects":12,"/pub":24,"/pull":12,"/query":[121,122,126],"/rab":[228,230,237],"/raw":21,"/reference":154,"/repositories":12,"/request":128,"/result":38,"/rpmforge":24,"/rroonga":41,"/run":[12,14,149],"/rurema":41,"/sbin":27,"/scripts":112,"/security":210,"/select":[128,151,234],"/setup":21,"/sharding":114,"/share":[37,149],"/shutdown":[149,151,215],"/source":[12,16,17,18,24,25,26,27,28,29,30,31],"/sources":[12,25],"/span":[163,164,173],"/srpm":12,"/status":[148,151,194,215,234],"/stem":208,"/stop":[100,140,208],"/string":[33,174],"/suggest":154,"/synonyms":196,"/sysconfig":219,"/sysctl":[27,210,225],"/tab":42,"/test":209,"/tmp":[6,7,196,215],"/to":[151,215],"/travis":21,"/tsv":[121,122,126,196],"/ubuntu":[12,39,219],"/unit":14,"/usr":[28,149],"/var":[28,42,147,149,151,219],"/vdw":[228,230,237],"/vector":[42,183,184],"/version":42,"/wgs":237,"/windows":[12,31],"/work":[12,114],"/x":215,"/xml":215,"/yum":12,"/~":12,"0c":209,"0d":83,"0e":150,"0mq":40,"0x":[38,83,186,211,221,227],"0xc":221,"10":[150,230],"11":[77,120,132,170,187,210,224],"1\u305a":[75,79],"1\u3064":[10,32,33,37,40,41,45,55,73,77,85,88,90,93,94,101,103,104,105,110,112,113,114,117,118,120,121,122,126,127,128,129,130,131,132,133,135,136,138,141,142,144,145,149,150,151,154,164,166,169,170,173,175,186,187,189,197,198,199,200,201,205,207,209,210,215,221,227,229,232,233],"1\u30f6\u6708":201,"1\u4ef6":[224,233],"1\u5ea6":70,"1\u6708":[187,211,227,233],"1\u884c":150,"1byte":221,"1f":42,"1g":[25,30],"1gb":42,"1o":197,"1tib":[32,136],"1usec":33,"2\u3064":[19,24,25,26,30,40,41,42,89,90,95,101,109,110,111,112,114,120,132,136,138,139,140,141,154,158,169,170,175,186,189,197,198,199,206,209,214,215,219,227,228,230,232,233],"2\u3064\u3081":[128,186,215,232],"2\u6708":109,"2byte":221,"2grn":41,"3\u3064":[14,40,80,92,109,115,132,163,173,185,227,228,230,232],"3ki":35,"4\u3064":[88,149,173,198,207],"4byte":221,"4e":225,"4gib":[32,33,136,207,221],"4kib":[32,42,45,93,94,95,145],"5\u3064":157,"5b":[95,145],"5d":83,"5f":150,"6elz":41,"6fd":134,"6gib":210,"7\u3064":134,"7\u6708":42,"7e":150,"7ed":83,"7f":134,"7fa":83,"8bit":211,"8byte":221,"8r":[28,39,149],"9\u3064":230,"9e":190,"9f":194,": n":148,":!":186,":#":41,":#{":189,":$":[18,186,187,235],":')":89,":..":132,":/":[12,13,17,21,24,25,26,27,28,29,30,31,41,48,77,100,128,148,149,151,152,154,165,194,215,227,228,229,230,234,237],"::":[42,84,112,114,154,194],":<":[132,186],":=":[132,186],":>":[132,186],":@":[132,170,186,227,229,230,233,234],":[":[150,197],":\"":[55,197,230],":\\":[8,31],":\\\"":102,":\u5206":233,":\u79d2":233,":^":[186,235],":bob":233,":byte":68,":clear":12,":dat":118,":groonga":[6,7,8,12,30,132,186],":hash":[118,119],":mm":[187,189],":no":118,":order":42,":pat":[118,119],":port":[149,151,152],":set":41,":ss":[187,189],":value":[132,186],":var":119,":~":[186,197],";/":[163,164],";\"":39,";b":[163,164],";rroonga":[163,164],"< n":187,"< t1":11,"< y":40,"<#{":189,"<-":215,"<..":201,"</":[120,163,164,165,173,194],"<=":[40,151,187,233],"<[":114,"<directory":155,"<encoding":149,"<endpoint":155,"<gqtp":150,"<groonga":150,"<ip":[149,150],"<level":155,"<limit":149,"<log":149,"<max":149,"<path":[149,155],"<port":[149,150],"<protocol":149,"<span":[163,164,173],"<threshold":149,"<timeout":149,"= \"":[41,109,132,187],"= n":187,"= y":40,"=$":[12,17,28],"='":165,"=(":12,"=)":11,"=-":[28,135],"=.":27,"=..":12,"=/":[6,7,12,14,28,149,196],"==":[33,187],"=\"":[29,112,114,132,163,164,173,194],"=\\":[163,164,165,173],"=_":[111,135],"=`":18,"=add":142,"=allow":132,"=arg":197,"=ascending":111,"=auto":135,"=c":[8,31],"=centos":28,"=complete":154,"=dat":38,"=encoding":23,"=fedora":12,"=g":154,"=get":140,"=gr":154,"=graceful":133,"=gro":154,"=groo":154,"=groonga":[151,154],"=grooon":154,"=i":12,"=largetable":128,"=message":23,"=no":[111,114,120,138],"=none":[112,115,132,140,142],"=null":[85,101,103,104,105,110,111,112,114,118,127,132,136,140,141,142],"=number":23,"=on":[7,8],"=pat":38,"=path":23,"=platform":23,"=query":154,"=r":39,"=site":234,"=sjis":28,"=squeeze":12,"=submit":154,"=table":136,"=title":234,"=true":128,"=unique":128,"=users":[151,215],"=x":33,"=xxx":33,"=yes":[12,14,33,38,40,42,101,132],"> \"":42,"> y":40,">#{":189,">(":120,">.":[163,164],">:":112,"><":[55,194],">=":[40,120,187],">>":[40,187],">\"":[40,45,83,96,112,120,132,138,163,165],">\n<":194,">alloc":194,">cache":194,">command":194,">default":194,">max":194,">n":194,">rroonga":[163,164],">starttime":194,">uptime":194,">version":194,"??":132,"?arg":197,"?argument":152,"?i":197,"?id":128,"?max":42,"?msg":12,"?parameter":151,"?table":[33,128,151,215,234],"@'":230,"@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],"@~":197,"[#":[37,38,39,41],"[$":42,"[(":197,"[,":161,"[..":[33,132],"[2":149,"[:":234,"[@":[37,39,40,41],"[[":[45,77,88,92,99,109,114,128,129,130,132,137,139,140,144,149,154,157,160,163,164,169,173,186,187,188,198,203,208,224,227,229,232,233,235],"[[\"":86,"[\"":[42,77,86,90,132,135,154,173,183,187,203,224,227,229,233],"[\"g":154,"[\u8a9e":86,"[admin":[37,39,40],"[api":42,"[apt":39,"[args":149,"[backslash":186,"[benchmark":41,"[bernard":42,"[bindings":42,"[centos":33,"[cmake":[33,42],"[column":41,"[dat":[38,39],"[dd":197,"[deb":[33,37,39,40,41,42],"[doc":[33,37,38,39,40,41,42],"[dump":[39,40,41],"[element":[77,187],"[example":[41,42],"[examples":33,"[fedora":[39,41],"[geo":[33,37,40],"[github":41,"[gqtp":40,"[grn":42,"[grntest":37,"[groonga":[12,33,37,39,41,42],"[hash":33,"[header":[80,85,88,89,92,93,94,95,96,99,101,103,104,105,109,111,114,115,116,117,118,119,120,121,122,126,127,129,130,131,133,136,138,139,141,142,143,144],"[hh":42,"[http":[39,40,41,42],"[httpd":[33,39,40,41,42],"[index":41,"[info":197,"[key":42,"[label":[33,42,112,132],"[label1":[41,112,132],"[label2":[112,132],"[libedit":37,"[linux":39,"[load":[39,41],"[logical":42,"[macports":37,"[mdev":42,"[mecab":42,"[mrb":42,"[mruby":[33,41,42],"[munin":[37,39,40,41],"[n":[40,41,132],"[normalizer":41,"[number":102,"[os":41,"[output":38,"[pat":39,"[php":[39,41],"[pkg":[37,39],"[plugin":[41,42],"[power8":41,"[rpm":[33,37,38,39,40,41,42],"[sharding":42,"[snippet":[41,173],"[solaris":39,"[space":186,"[suggest":[38,39,40],"[table":40,"[tag":[112,132],"[test":39,"[token":40,"[tokenizer":[33,39,40],"[travis":40,"[ubuntu":33,"[warning":197,"[windows":[33,37,39,40,41,42],"[yum":39,"[{":[151,215],"\"#":37,"\"#\"":150,"\"#{":187,"\"%":197,"\"'":[39,40,41,42,77,88,109,132,169,186,187,197,222,224],"\"(":[40,236],"\")":[39,40,41,42,54,128,157,158,160,162,166,169,170,187,229,237],"\"*":39,"\",":[33,40,42,45,77,80,86,88,90,92,93,96,99,100,102,112,114,118,119,120,128,131,132,135,137,138,139,140,144,149,150,151,154,157,160,163,164,165,166,169,170,173,175,183,186,187,188,190,197,198,199,200,203,204,206,208,221,224,227,228,229,230,232,233,234,235,236,237],"\"-":[37,160],"\".":[187,213,228],"\"/":[90,92,114,119,137,139,149,209,237],"\":":[42,45,77,81,86,88,92,99,100,102,109,110,112,113,114,115,116,118,119,128,129,130,131,132,134,135,139,140,142,143,144,149,150,151,154,157,160,163,164,165,166,169,170,175,183,186,187,188,190,193,194,197,198,199,200,203,204,206,208,209,215,221,227,228,229,230,232,233,234,235,236,237],"\";":[150,151,215],"\"<":[40,163,164],"\">":[163,164,173,194],"\"?":[132,194],"\"@":233,"\"[":[39,83,93,96,112,120,138,197],"\"\"":[33,38,88,93,94,175,187,197,211],"\"\\":[42,197],"\"\\\\":197,"\"\\n":42,"\"\u3001":[203,228],"\"\u3002":41,"\"\u308d\u3086\u304d":235,"\"\u30df\u30ea":187,"\"\u5f37":209,"\"\u672c":209,"\"\u8a9e":209,"\"\uff09":[34,203,227,237],"\"]":[33,42,77,90,93,94,95,100,112,114,132,149,154,169,173,183,187,203,224,229,230,233],"\"_":[33,40,45,77,80,88,90,92,99,100,102,112,114,118,132,135,139,140,144,151,154,157,160,165,166,169,170,175,183,186,187,188,190,193,197,198,199,200,203,204,206,208,215,224,227,228,229,230,232,233,234,235,236,237],"\"a":[41,132,142,175],"\"ab":205,"\"alice":[118,186],"\"always":110,"\"apple":190,"\"application":37,"\"auto":110,"\"b":[132,175],"\"black":190,"\"block":227,"\"book":187,"\"c":[132,175],"\"canceled":128,"\"co":205,"\"color":190,"\"column":119,"\"complete":205,"\"content":[132,186,187,208],"\"correction":205,"\"created":112,"\"d":209,"\"db":118,"\"ddl":41,"\"double":187,"\"e":[135,142,203,209],"\"element":77,"\"ellip":161,"\"ellipsoid":161,"\"engine":[203,204,206],"\"flower":227,"\"fulltext":142,"\"good":[112,132,187],"\"gr":136,"\"gronga":205,"\"groonga":[77,100,132,136,173,175,187,205],"\"h":142,"\"hello":[140,208],"\"http":77,"\"i":[80,112,132,186,187,188,208,232,233],"\"include":114,"\"is":227,"\"k":229,"\"key":118,"\"keyword":132,"\"label":132,"\"localhost":221,"\"message":[197,199,200],"\"monkey":227,"\"mroonga":[77,100,132,175,187],"\"mysql":[77,205],"\"n":[80,112,118,132,134,151,186,187,221,230,234],"\"name":[118,170],"\"never":110,"\"no":39,"\"null":39,"\"o":209,"\"popular":132,"\"pp":41,"\"proc":119,"\"rect":[39,161],"\"rectangle":[39,160,161],"\"requires":39,"\"roonga":205,"\"ruby":77,"\"s":[135,142,203,204,209],"\"saerch":204,"\"say":187,"\"se":203,"\"sea":203,"\"search":[186,203,204,206],"\"sequence":[135,203,204,206],"\"serach":204,"\"service":204,"\"sound":204,"\"sphere":161,"\"sphr":161,"\"starttime":[81,194],"\"sug":205,"\"suggest":205,"\"t":[142,209],"\"table":[118,119,149],"\"tags":77,"\"text":37,"\"theater":236,"\"theatre":236,"\"timestamp":[109,114],"\"tritonn":132,"\"type":[119,135],"\"unknown":54,"\"uptime":194,"\"utf":54,"\"value":132,"\"vector":40,"\"version":194,"\"visual":8,"\"web":[204,206],"\"weight":227,"\"x":[40,41,187],"\"xxx":40,"\"yyyy":187,"\"}":[45,88,99,100,102,109,110,112,113,114,118,132,135,151,166,169,170,175,183,186,187,188,190,193,197,199,200,203,204,206,208,215,227,228,229,232,235,237],"\\%":31,"\\'":[149,186],"\\(":186,"\\[(":197,"\\\"":[55,102,163,164,165,173,175,197,222],"\\\"a":175,"\\\"}":102,"\\\\":[42,55,163,169,175,197],"\\\\\"":169,"\\\\\\":[42,197],"\\\\z":197,"\\a":[42,197,209],"\\ahello":42,"\\ahost":197,"\\bin":31,"\\groonga":31,"\\n":197,"\\u":209,"\\z":[197,209],"\u2026\uff09":204,"\u2192id":207,"\u25a1\u25a1":10,"\u25cb\u25cb":10,"\u3001 \"":166,"\u3001#":233,"\u3001$":12,"\u3001'":[41,54,149,170,187,211,227],"\u3001(":[65,66,150,157,211],"\u3001-":[35,150,211],"\u3001.":[14,17],"\u3001/":[230,234],"\u3001:":150,"\u3001>":91,"\u3001[":230,"\u3001\"":[37,39,40,165,166,175,203,204,205,206,211,230,233,236],"\u3001\u00d7":10,"\u3001\u300c":[34,114,132,149,193,198,199,200,203,209,222,224,228,229,237],"\u3001_":230,"\u3001c":230,"\u3002#":[35,37,233],"\u3002'":62,"\u3002(":[11,12,26,47,63,66,99,102,149,150,219,232],"\u3002)":[66,99,132,150,232],"\u3002-":[28,57,66],"\u3002.":17,"\u3002:":[10,12,14,17,18,33,37,42,79,81,83,86,89,93,94,95,97,100,102,103,104,105,116,118,120,127,128,131,133,134,135,137,138,143,144,147,149,150,151,152,154,164,187,189,198,199,200,203,204,205,206,210,215,222,224,225,230],"\u3002[":[33,39,40,41,42,230],"\u3002\"":[40,41,166,204,218,224,228,233,234],"\u3002\u00d7":10,"\u3002\u2193":149,"\u3002\u3002":192,"\u3002\u300c":[41,96,112,114,115,120,132,136,140,142,186,187,197,200,209,229,232],"\u3002\u300d":224,"\u3002\u3044":11,"\u3002\u3044\u304f\u3064\u304b":[154,197],"\u3002\u3044\u307e":38,"\u3002\u3056\u3063\u304f\u308a":77,"\u3002\u3057\u304b\u3057":[0,6,7,8,23,37,77,92,114,132,139,149,160,188,190,198,200,204,209,211,215],"\u3002\u3057\u304b\u3082":214,"\u3002\u3059":[150,188],"\u3002\u3059\u3050":151,"\u3002\u3059\u3079\u3066":[14,17],"\u3002\u3064\u307e\u308a":[47,132,145,154,186,199,209,230,236],"\u3002\u3069\u308c":154,"\u3002\u307e\u305a":224,"\u3002\u307e\u305f":[0,11,79,101,132,148,149,150,152,187,196,200,204,211,221,227,230,237],"\u3002\u307e\u3060":41,"\u3002\u30ad\u30fc":[45,131,132,145],"\u3002\u30bf\u30b0":[77,112,132,164,229],"\u3002\u30d0\u30b0":19,"\u3002\u30df\u30ea":227,"\u3002\u30ed\u30b0":[136,151,189],"\u3002\u4f8b":[8,42,62,120,136],"\u3002\u5024":157,"\u3002\u7701\u7565\u53ef\u80fd":163,"\u3002\uff08":[17,21,35,37,42,52,66,86,101,110,112,128,132,149,154,164,173,185,186,187,192,203,204,206,207,209,210,211,222],"\u3002\uff09":[17,21,34,35,37,42,66,101,110,112,118,128,132,136,154,164,173,186,187,192,204,206,207,209,222],"\u3002_":[75,230],"\u3002adjuster":41,"\u3002amazon":132,"\u3002api":[163,164,173,185],"\u3002apt":12,"\u3002ascii":[186,187],"\u3002bash":42,"\u3002between":33,"\u3002blogs":224,"\u3002buf":49,"\u3002c":[0,16,84],"\u3002callback":11,"\u3002centos":42,"\u3002column":[11,49,230],"\u3002command":79,"\u3002cpu\u30b3\u30a2":215,"\u3002ctrl\u30ad\u30fc":230,"\u3002cursor":66,"\u3002db":[11,37,52,221,230],"\u3002debian":14,"\u3002dump":100,"\u3002eclipse":17,"\u3002ecmascript":132,"\u3002ftp":150,"\u3002functions":14,"\u3002gdb":[6,7,14],"\u3002geopoint":233,"\u3002git":12,"\u3002gnr":185,"\u3002gnu":5,"\u3002google":186,"\u3002gqtp":[84,148,221],"\u3002grn":[11,185],"\u3002groonga":[0,3,24,25,26,28,30,31,33,39,40,41,42,45,70,73,79,89,132,149,150,151,186,187,189,194,197,201,203,207,210,218,230,232,234],"\u3002hook":57,"\u3002host":221,"\u3002html":163,"\u3002http":[40,42],"\u3002id":52,"\u3002int":40,"\u3002iptables":234,"\u3002jis":193,"\u3002json":102,"\u3002key":[65,222],"\u3002keys":65,"\u3002linux":210,"\u3002lz4":33,"\u3002make":150,"\u3002max":66,"\u3002memcached":33,"\u3002messagepack":[28,80],"\u3002min":66,"\u3002mroonga":[0,62],"\u3002mruby":42,"\u3002munin":[24,25,26,30],"\u3002mysql":[24,25,26,30,201],"\u3002n":[115,142,224],"\u3002name":[49,52,65],"\u3002null":[52,53,65],"\u3002obj":62,"\u3002offset":57,"\u3002optarg":53,"\u3002os":96,"\u3002output":[41,100],"\u3002pcre":151,"\u3002point":[161,162],"\u3002post":215,"\u3002rdbms":149,"\u3002rk":193,"\u3002rroonga":185,"\u3002ruby":197,"\u3002run":14,"\u3002scan":14,"\u3002set":150,"\u3002sql":132,"\u3002squeeze":14,"\u3002table":[65,69,99],"\u3002tag":229,"\u3002timeout":62,"\u3002tokendelimit":206,"\u3002travis":21,"\u3002true":33,"\u3002tsv":[80,196],"\u3002unix":134,"\u3002utf":[40,154,190],"\u3002value":[62,75],"\u3002video":229,"\u3002windows":5,"\u3002xml":80,"\u300c#":35,"\u300c,":100,"\u300c\"":149,"\u300c\u25cb":[42,111],"\u300c\u30e9\u30d9\u30eb":132,"\u300c\u5024":[131,136],"\u300c\u5e74":42,"\u300c\u5f0f":55,"\u300c\u6771\u4eac\u90fd":224,"\u300c\u697d\u3057":222,"\u300c\u697d\u3057\u3044":222,"\u300c\uff76":190,"\u300ca":198,"\u300calice":233,"\u300cbill":222,"\u300cbilliard":222,"\u300cbob":233,"\u300ccharlie":233,"\u300ccomments":233,"\u300cgrand":233,"\u300cgroonga":[41,132,154,185,210],"\u300chello":132,"\u300cnew":233,"\u300cnihon":203,"\u300cnippon":203,"\u300cpopular":132,"\u300csenna":132,"\u300cthe":198,"\u300cthey":[198,199,200],"\u300cusers":233,"\u300cv":12,"\u300d:":190,"\u300d\u3001":[41,229,233],"\u300d\u3002":185,"\u300d\uff08":[100,132,222],"\u3042\u3044\u307e\u3044":136,"\u3042\u304d":235,"\u3042\u304d\u3089":41,"\u3042\u304f":48,"\u3042\u3052\u308b":[22,223],"\u3042\u305f\u308a":[35,37],"\u3042\u3063":[12,17,26,33,39,40,49,62,65,75,79,102,109,114,132,133,135,150,187,197,215,229],"\u3042\u3068":[12,17,96,210],"\u3042\u3068\u3082":83,"\u3042\u306a\u305f":[2,6,7,8,12,42,197,198,199,200],"\u3042\u307e\u308a":[10,65,149,232],"\u3042\u3089\u304b\u3058\u3081":[12,26,211],"\u3042\u3089\u3086\u308b":120,"\u3042\u3089\u308f\u3057":236,"\u3042\u308a":[0,1,2,3,5,6,7,8,10,11,12,13,14,16,17,18,19,23,24,25,26,28,30,31,32,33,37,39,40,41,42,45,47,48,52,55,59,62,65,66,67,70,75,77,79,80,83,88,89,90,93,94,95,96,99,100,101,102,103,104,105,108,109,110,111,112,113,114,115,116,117,118,119,120,121,124,126,127,128,131,132,133,134,135,136,137,138,139,140,141,142,143,147,149,150,151,152,154,157,160,163,164,165,169,170,173,175,183,185],"\u3042\u308b":[0,1,2,5,6,7,8,10,11,12,17,20,28,31,33,35,37,39,40,41,42,45,55,59,62,66,77,79,84,86,87,89,90,91,96,97,98,99,100,101,102,106,107,108,109,111,112,114,124,132,133,134,135,136,137,138,142,147,148,149,150,152,154,157,158,160,161,162,166,167,169,170,171,173,175,185,186,187,189,192,196,197,198,203,204,207,209,210,211,215,221,224,225,227,228,229,230,232],"\u3042\u308b\u3044":[0,11,26,41,49,64,65,79,114,136,138,151,161,162,166,186,187,210,221],"\u3042\u308c":[6,7,12,33,45,48,114,136,138,149,150,157,166,187,188,224],"\u3042\u308c\u3053\u308c":10,"\u3042\u308f\u305b":[201,210],"\u3042\u308f\u305b\u308b":39,"\u3044\u3044":[2,10],"\u3044\u3044\u306d":[112,132,186,187],"\u3044\u3046":132,"\u3044\u304d":[10,12,230],"\u3044\u304f":[3,4],"\u3044\u304f\u3064":[3,197],"\u3044\u304f\u3064\u304b":[1,2,8,11,12,14,26,28,33,40,42,75,95,100,101,109,111,112,114,115,118,128,132,133,140,142,145,154,156,170,186,187,190,197,198,201,209,210,214],"\u3044\u304f\u3089":0,"\u3044\u305a\u308c":[75,79,211],"\u3044\u3063":[134,197],"\u3044\u3064":203,"\u3044\u3066":33,"\u3044\u307e":130,"\u3044\u307e\u305b":[6,24,33,40,41,80,112,114,132,135,136,142,151,186,187,192,196,197,198,199,200,201,207,209,214,215],"\u3044\u308b":[0,6,7,10,11,12,14,17,18,21,25,28,30,33,34,35,36,37,38,39,40,41,42,45,46,49,52,57,62,63,65,66,67,77,80,83,85,86,87,88,89,90,91,92,96,98,99,101,102,103,104,108,109,110,112,114,116,117,118,120,121,122,126,127,128,129,130,131,132,134,136,137],"\u3044\u308c":[33,39,42,62,83,114,209,227],"\u3044\u308d\u3044\u308d":[22,226],"\u3044\u308f\u3086\u308b":229,"\u3044b":[222,224],"\u3046\u3048":[37,39],"\u3046\u3061":[11,37,39,42,49,62,65,66,79,86,134,145,157,192],"\u3046\u3061\u3044":149,"\u3046\u3063\u304b\u308a":40,"\u3046\u307e\u304f":[3,4],"\u304a\u3044":[0,12,14,17,33,37,40,49,62,65,75,154,227,230],"\u304a\u304b":28,"\u304a\u304b\u3052":197,"\u304a\u304b\u3057":35,"\u304a\u304b\u3057\u3044":33,"\u304a\u304b\u3057\u304f":35,"\u304a\u304d":[0,12,45],"\u304a\u304d\u307e\u3057\u3087":227,"\u304a\u3051":[132,193],"\u304a\u3051\u308b":[0,32,39,40,186,211,227,229,230],"\u304a\u3053":[0,227],"\u304a\u3053\u306a\u3063":230,"\u304a\u3055\u3089\u3044\u3057":10,"\u304a\u3059\u3059\u3081":[166,215],"\u304a\u3059\u3059\u3081\u3057":[12,186,187,219],"\u304a\u3070":[34,37,40,42],"\u304a\u3070\u305f":[37,40,42],"\u304a\u3088":47,"\u304a\u3088\u3073":[0,12,28,39,63,149,227,230],"\u304a\u3089":12,"\u304a\u308a":[41,237],"\u304a\u5f85\u3061":2,"\u304a\u77e5\u3089":22,"\u304a\u9858\u3044":[10,150],"\u304b\u3048\u308b":[42,175],"\u304b\u304b\u3063":80,"\u304b\u304b\u308a":[33,147,186,187,188,209],"\u304b\u304b\u308b":[65,128,147,188,230],"\u304b\u304e\u308a":150,"\u304b\u3051":[40,87],"\u304b\u3051\u308b":[10,151],"\u304b\u3057\u3089":120,"\u304b\u305a":[39,41],"\u304b\u305a\u3072\u3053\u3055\u3093":39,"\u304b\u305f":[33,42],"\u304b\u3061":[132,222],"\u304b\u3061\u3083\u3093":[114,138],"\u304b\u3064":[40,66,132,147,187,222],"\u304b\u3069":[41,42,52,100,101,111,112,114,117,120,132,135,138,147,151,157,161,162,186,224,225,230,237],"\u304b\u3069\u3046":[28,33,42,84,93,127,131,144,157,170,175,224],"\u304b\u306a\u308a":41,"\u304b\u307e\u3044":230,"\u304b\u3082":[10,41,42,67,80,92,103,104,109,115,116,117,128,129,130,131,134,136,138,139,143,154,186,187,197,198,199,200,232],"\u304b\u3089":[0,3],"\u304b\u308f\u308a":[26,41,42,224],"\u304by":40,"\u304c\u3042\u308a":[12,19,132,152,160,196,201,208],"\u304c\u3042\u308c":[33,201],"\u304c\u3044":45,"\u304c\u3053\u306e":186,"\u304c\u3059":[65,117],"\u304c\u3061":209,"\u304c\u3063":90,"\u304c\u3064\u3044":[35,39,67,77,132,201,207],"\u304c\u3069":[131,189,210],"\u304c\u3072\u3068\u3064":196,"\u304c\u308f\u304b\u308a":[88,165,209,233],"\u304c\u308f\u304b\u308b":160,"\u304c\u308f\u304b\u308c":132,"\u304f\u3060":[0,2,6,7,8,12,17,24,25,26,27,28,29,30,31,33,39,40,41,42,47,61,77,82,83,84,85,88,89,90,92,93,94,95,96,99,101,103,104,105,110,112,113,114,115,116,117,118,119,120,121,122,126,127,128,129,130,131,132,133,134,135,136,138,139,140,141,142,143,144,150,151,152,154,160,165,169,170,175,183,186,187,193,196,197,207,209,210,211,213,215,219,224,225,227,228,230,233,234,235,237],"\u304f\u308c":10,"\u304f\u308c\u308b":[0,16,17,96,101],"\u3050\u3088\u3046":160,"\u3050\u308b":[42,185,186,187],"\u3050\u308b\u3093":[186,187,229],"\u3053\u3046":10,"\u3053\u3046\u3059\u308c":10,"\u3053\u3053":[12,21,80,103,132,135,186,187,190,196,224,227,230,233,237],"\u3053\u3053\u3067":12,"\u3053\u3068":[0,1,3,6,7,8,9,10,11],"\u3053\u306a\u3044":[41,42],"\u3053\u306a\u308c":109,"\u3053\u306e":[0,2,3,5,6,7,8,11,12,17,18,20,21,23,24,25,26,27,28,29,30,31,33,37,38,39,40,41,42,45,46,47,48,55,65,66,67,71,77,78,80,82,83,84,85,88,89,90,92,93,94,95,96,101,102,103,104,105,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,126,127,128,129,130,131,132,133,134,136,138,139,140,141,142,143,144,147,149,150,151,154,156,157,160,161,163,164,169,170,173,174,175,183,184,186,187,188,189,191,193,194,196,197,198,199,200,201,202,203,204,206,207,209,210,214,215,221,222,224,227,228,229,230,231,232,233,236,237],"\u3053\u308c":[0,6,7,8,11,12,16,17,18,28,33,37,39,40,41,42,45,48,53,70,77,83,85,88,89,92,103,104,105,109,110,111,112,114,117,121,122,126,127,128,132,133,136,139,142,151,154,157,160,164,169,173,175,186,187,188,190,196,197,198,199,200,201,203,204,205,206,207,209,210,215,221,222,224,225,227,228,232,233,236,237],"\u3053\u308c\u3089":[3,24,25,26,28,29,30,39,40,75,77,101,110,111,112,114,121,122,126,132,145,151,152,154,160,185,186,187,190,194,197,198,201,205,206,207,215,224,228,229,230,233],"\u3054\u3068":[9,12,33,39,40,42,52,109,110,134,142,163,170,198,210,225,231],"\u3054\u307f":[10,40],"\u3054\u3089\u3093\u304f":13,"\u3054\u89a7\u304f":[14,230],"\u3055\u3044":[0,2,6,7,8,12,14,17,24,25,26,27,28,29,30,31,33,39,40,41,42,47,61,77,82,83,84,85,88,89,90,92,93,94,95,96,99,101,103,104,105,110,112,113,114,115,116,117,118,119,120,121,122,126,127,128,129,130,131,132,133,134,135,136,138,139,140,141,142,143,144,150,151,152,154,160,165,169,170,175,183,186,187,193,196,197,207,209,210,211,213,215,219,224,225,227,228,230,233,234,235,237],"\u3055\u304d":227,"\u3055\u305b":10,"\u3055\u307e\u3056\u307e\u306a":[22,226,233],"\u3055\u3089":232,"\u3055\u3089\u306b":[0,41,42,77,79,205,207,229,230],"\u3055\u3093":[6,7,17,33,35,36,37,38,39,40,41,42,109,111,112,114,132,136,138,140,142,173,197,200,205,210,215,228],"\u3057\u3044":[222,224],"\u3057\u3046\u308b":41,"\u3057\u304b":[17,41,42,45,111,112,132,136,151,186,187,197,199,200,209,215,227,232],"\u3057\u304b\u3057":[17,112,120,132,187,196,197,200,209,210,215,222,224,232],"\u3057\u304d\u308c":39,"\u3057\u304f":40,"\u3057\u3064\u3064":14,"\u3057\u3066":[10,12,14,17,30,35,39,40,65,132,151,224,228,229,230],"\u3057\u306a\u3044":42,"\u3057\u307e":10,"\u3057\u307e\u3044":[10,138,150,199,204,224,227,235],"\u3057\u307e\u3046":[0,10,12,33,35,37,39,40,41,42,138,147,209],"\u3057\u307e\u3057":40,"\u3057\u307e\u3057\u3087":[77,109,138,198,199,200,209,236],"\u3057\u307e\u3059":[24,112,132,154,186,187,205,222,233],"\u3057\u307e\u305b":[10,28,112,132,151,154,203,224],"\u3057\u307e\u3063":[33,41],"\u3057\u3084\u3059\u3044":154,"\u3057\u3084\u3059\u304f":[33,39],"\u3057\u3088":[11,33,37,40,47,52,60,92,93,102,114,138,139,160,188,227],"\u3057\u308a":10,"\u3057\u308c":[10,41,42,67,80,92,103,104,109,115,116,117,128,129,130,131,134,136,138,139,143,154,186,187,197,198,199,200,232],"\u3058\u304d":[83,173],"\u3059\u304e\u307e\u305b":229,"\u3059\u304e\u308b":77,"\u3059\u304f":175,"\u3059\u3050":[0,128,133,154,215],"\u3059\u3053\u308c\u3089":132,"\u3059\u3067":[12,41,67,92,139,142,188,193,210,222],"\u3059\u306a\u308f\u3061":227,"\u3059\u3079":[11,37,41,42,79,87,88,100,101,104,113,114,127,132,138,139,142,144,147,150,151,187,203,207,209,210,215,221,233],"\u3059\u3079\u304d":11,"\u3059\u3079\u3066":[28,35,37,39,41,42,45,65,77,79,82,83,88,90,92,101,114,132,136,139,142,150,151,157,187,189,197,208,209,210,228,230],"\u3059\u3080":109,"\u3059\u308b":[0,1,2,3,4],"\u3059\u308b\u304b":228,"\u3059\u308c":[0,12,42,65,121,126,132,150,157,163,186,187,209,228,230],"\u305a\u3064":[149,150,210,232],"\u305a\u306b":77,"\u305a\u308c":[0,11,65,79,89,102,106,107,149,160,211,221,227],"\u305b\u3044":[40,41],"\u305b\u3044\u305c\u3044":136,"\u305b\u304b\u306d":33,"\u305b\u305a":105,"\u305b\u306a":[186,187],"\u305b\u308b":[0,11,14,136,152,154,163,164,169,170,219],"\u305b\u308c":[0,88],"\u305d\u3046":[10,21,52,117,128,131,157,166,187],"\u305d\u3053":[12,224,227],"\u305d\u3053\u306b":137,"\u305d\u3057\u3066":[0,132,142,173,227,228,232,233],"\u305d\u3061\u3089":[28,33],"\u305d\u306e":[0,10,11,12,17,22,23],"\u305d\u306e\u307e\u307e":12,"\u305d\u306e\u3088\u3046":99,"\u305d\u306e\u5f8c":[45,52,132,187],"\u305d\u306e\u969b":12,"\u305d\u308c":[11,12,17,26,27,31,35,42,59,62,66,68,90,112,132,136,138,151,165,183,186,187,197,206,209,211,222,224,227,228,230,232,236],"\u305d\u308c\u304b\u3089":[77,132],"\u305d\u308c\u305e\u308c":[6,7,8,11,12,14,28,41,62,65,80,109,132,136,142,149,152,154,170,187,194,207,221,222,224,227,228,230,232,237],"\u305d\u308c\u3086\u3048":[186,227],"\u305d\u308c\u3089":[42,45,47,49,67,89,101,114,132,133,138,145,148,196,197,215],"\u305d\u308d\u305d\u308d":230,"\u305d\u3093\u306a":[28,136],"\u305e\u3044":112,"\u305e\u308c":[11,12,59,132,187,206],"\u305f\u3044":[6,7,8],"\u305f\u304b":[37,42,95,103,104,105,128,132,154,204],"\u305f\u304b\u3063":[204,236],"\u305f\u304f":[6,7,17,33,37,40,42,67,109,111,112,114,132,136,138,140,142,173,197,200,205,210,215,228],"\u305f\u3051\u3069":132,"\u305f\u3055\u3093":[34,37,40,42],"\u305f\u3059\u3079\u3066":132,"\u305f\u3060":[26,77],"\u305f\u3060\u3051":39,"\u305f\u3060\u3057":[33,34,37,40,41,42,66,75,89,111,134,149,152,186,187,197,222],"\u305f\u3061":201,"\u305f\u3068\u3048":[133,224],"\u305f\u3069\u3063":233,"\u305f\u3069\u308b":229,"\u305f\u3070\u304b\u308a":188,"\u305f\u3073":[12,79,150,237],"\u305f\u3076\u3093":28,"\u305f\u307b\u3046":132,"\u305f\u307e\u307e":215,"\u305f\u3081":[0,1,2,3,4,6,7],"\u305f\u3081\u3057":237,"\u305f\u3089":[10,12,17,28,35,41,42,52,67,70,96,103,104,105,114,127,128,132,133,138,141,147,154,157,170,175,187,199,203,209,215,219],"\u305f\u308a":[0,3,10,41,42,57,131,132,136,185,197,207,211,219],"\u3060\u3044":[37,41],"\u3060\u304b\u3089":[112,132],"\u3060\u3051":[6,7],"\u3060\u3055\u3044":[0,3,12,13,14,17,18,19,21,23,28,29,30,39,41,42,77,80,88,110,112,114,117,120,132,134,136,138,151,154,169,183,186,187,190,196,197,201,203,215,221,228,230],"\u3060\u3057":[37,150],"\u3060\u3059":33,"\u3060\u3063":[39,42,65,79,132,187,224],"\u3060\u3068":10,"\u3061\u3083\u3093":229,"\u3064\u3044":233,"\u3064\u304b":36,"\u3064\u304d":[32,33,41,77,85,89,129,130,132,141,165,196,199],"\u3064\u3051":[132,154,160],"\u3064\u3051\u308b":[10,33,41,77,132,218,235],"\u3064\u3064":[170,224],"\u3064\u3065\u3044":233,"\u3064\u3065\u304f":154,"\u3064\u3076\u3084\u304d":188,"\u3064\u307e\u308a":[12,42,96,109,132,142],"\u3065\u3051":[39,40],"\u3065\u3051\u308b":45,"\u3066\u304d":84,"\u3066\u304f":14,"\u3066\u307f\u307e\u3057\u3087":237,"\u3066\u308c":114,"\u3067\u3044":[42,132,187,227,233],"\u3067\u3044\u3046":[190,228],"\u3067\u304d":[0,1,6,7,8,10,11,12,13,14,17,18,21,24,25,26,27,28,30,33,34,35,37,39,40,41,42,45,46,48,49,52,53,55,57,59,62,65,66,70,75,77,79,80,81,82,83,84,85,88,89,90,92,93,94,95,96,100,101,102,103,104,105,109,110,111,112,113],"\u3067\u304d\u308b":[0,3,6,7,8,9],"\u3067\u304f":[3,21,23,41,77,132,136,154,169,187,196],"\u3067\u3053\u306e":210,"\u3067\u3057":[29,33,41,42,187,198,227],"\u3067\u3057\u304b":[7,209],"\u3067\u3057\u3087":[0,6,7,20,28,41,147,154,187,188,228],"\u3067\u3059":[0,3,6,7,8,10,11,12,14,16,17,18,19,21,24,25,26,28,29,30,31,32,33,37,39,40,41,42,45,47,48,49,51,52,53,55,58,62,63,65,67,69,70,73,75,77,78,79,80,81,82,83,84,85,86,88,89,90,92,93,94,95,96,99,100,101,102,103,104,105,109,110,111,112,113,114,115,116,117,118,119,120,121,122,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,149,150,151,152,154,155,157,160,161,163,164,165,166,169,170,173,175,183,185,186,187,188,189,190,192,193,194,196,197,198,199,200,201,203,204,205,206,207,208,209,210,211,214,215,218,219,221,222,224,225,227,228,230,231,232,233,234,236,237],"\u3067\u3059\u306d":10,"\u3067\u3059\u3079\u3066":145,"\u3067\u305d\u3046":110,"\u3067\u3064\u306a\u3052\u308b":132,"\u3067\u3069":[110,135],"\u3067\u3069\u3053":84,"\u3067\u306a\u3051\u308c":[101,120,131,186,187],"\u3067\u306b":[117,121,126,188,224],"\u3067\u306e":[41,80,173,209],"\u3067\u306f":41,"\u3067\u307e\u3068\u3081":196,"\u3067\u307f":0,"\u3067\u3082":[0,12,14,17,19,23,24,25,26,28,30,31,33,37,39,40,41,42,45,84,89,101,114,132,136,138,150,151,154,164,170,173,175,193,197,200,201,203,207,209,221,222,224,230,232,234,237],"\u3067\u3082\u3059\u3079\u3066":[33,209],"\u3067\u3082\u3063\u3068\u3082":78,"\u3067\u3088\u308a":41,"\u3067\u5024":[149,230],"\u3068\u3044\u3044":197,"\u3068\u3044\u3046":[0,9,10,12,14,17,28,33,37,39,40,41,42,45,55,77,79,82,83,86,96,101,103,104,105,112,115,117,118,120,121,122,126,127,128,129,132,134,135,136,138,141,142,145,149,150,151,152,154,160,164,169,170,173,175,185,186,187,190,194,196,197,198,199,200,201,203,204,207,208,209,210,211,215,221,222,224,227,228,229,230,232,233,234,237],"\u3068\u3044\u3051":[42,109,132,136,221,225],"\u3068\u3044\u3063":[26,33,39,40,41,42,77,109,111,112,114,120,132,160,185,186,187,207,215,237],"\u3068\u3048":[0,28,41,42,45,54,55,79,88,92,112,118,131,132,133,134,139,154,164,173,193,197,198,199,200,209,210,222,237],"\u3068\u304a\u308a":[32,150,227,228,237],"\u3068\u304d":[0,6,7,9,10,11,12,24,25,26,27,28,30,33,34,35,37,39,40,41,42,45,52,59,63,65,66,67,77,80,81,83,88,89,92,96,101,103,110,111,114,117,120,121,122,126,127,131,132,133,135,136,138,139,141,142,149,151,154,160,169,170,173,185,186,187,188,189,190,193,196,197,201,203,204,205,206,209,210,211,215,221,222,227,228,229,230,233,234],"\u3068\u304d\u3057\u304b":96,"\u3068\u3053\u306e":[132,197,203,210],"\u3068\u3053\u308d":[16,17,38,42,89,112,129,130,169,187,209],"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":77,"\u3068\u3055\u3089\u306b":[6,7],"\u3068\u3057":[11,33,40,41,45,52,92,114,130,132,138,139,148,149,150,151,160,187,188,196,203,204,205,206,209,211,227,229,232],"\u3068\u3057\u3066":[0,11,12,14,15,17,18,20,24,25,26,27,28,30,33,35,37,38,39,40,41,42,45,46,48,49,52,62,63,64,70,75,79,84,89,93,95,99,102,103,104,105,109,111,112,113,114,117,118,127,129,130,132,134,135,136,138,141,144,149,150,151,154,158,160,164,170,173,185,186,187,190,192,193,196,197,198,199,201,203,204,205,207,208,209],"\u3068\u3057\u307e\u3057\u3087":[232,236],"\u3068\u3057\u307e\u305b":47,"\u3068\u3059\u3050":188,"\u3068\u3059\u3079\u3066":[39,101,110,127,132,147],"\u3068\u3059\u308c":0,"\u3068\u305d\u306e":[79,82,154,199],"\u3068\u3063":151,"\u3068\u3064\u3044":237,"\u3068\u3066":[0,132,186,187,203,207,215],"\u3068\u3068":[16,17],"\u3068\u3068\u3082\u306b":227,"\u3068\u3069":[88,202],"\u3068\u306a\u3063":40,"\u3068\u306a\u308a":[164,173,186,215,234],"\u3068\u306e":[33,42,112,187],"\u3068\u307f":[40,132,152,186],"\u3068\u3082":[42,112,132,150,173,175,186,187,210,225,237],"\u3068\u3082\u3063\u3068":28,"\u3068\u3088\u3044":28,"\u3068\u308a\u3068\u3093":[186,187],"\u3068\u308b":62,"\u3068\u308f\u304b\u308a":201,"\u3068\u308f\u304b\u308b":12,"\u3069\u3046":[10,34,39,42,53,87,91,95,97,103,104,105,106,107,108,111,114,132,147,151,154,209,224,228],"\u3069\u304a\u308a":33,"\u3069\u3053":[28,37,41],"\u3069\u3061\u3089":[19,42,52,73,138,154,205,215,230,232],"\u3069\u3061\u3089\u304b":[164,173,186,187],"\u3069\u306e":[28,132,142,160,161,187,192,204,228],"\u3069\u308c":[80,90,101,103,104,105,110,114,127,131,132,136,138,169,209,215],"\u3069\u3093":137,"\u3069\u3093\u306a":154,"\u306a\u3044":[0,9],"\u306a\u304a":[12,222],"\u306a\u304a\u3053\u306e":150,"\u306a\u304a\u3057":41,"\u306a\u304a\u3059":[41,127],"\u306a\u304b":10,"\u306a\u304b\u3063":[33,39,41,42,79,81,83,87,91,97,103,104,105,106,107,108,114,120,127,132,133,147,149,150,157,170,175,187,197,199,224,230],"\u306a\u304c\u3089":[0,12,39,112,132,142,154,209,230],"\u306a\u304c\u308b":39,"\u306a\u304e":175,"\u306a\u304f":[0,3,10,12,21,28,33,34,35,37,39,40,41,42,45,52,62,90,103,109,112,114,121,126,132,136,138,150,151,157,173,175,185,186,187,192,193,198,199,200,207,209,210,215,219,227,228,230,232,236],"\u306a\u3051\u308c":[21,28,39,48,49,52,55,60,62,65,73,77,84,88,89,90,92,102,109,112,114,128,132,136,139,149,150,151,154,157,165,166,169,175,183,186,187,196,197,198,199,200,227],"\u306a\u3055":[152,171],"\u306a\u3055\u3093":3,"\u306a\u3057":[40,41,42,45,66,79,84,85,112,120,132,141,149,161,165,170,175,186],"\u306a\u3059":162,"\u306a\u305c":[6,7,8,42,45,88,96,101,112,114,118,132,136,141,147,154,169,186,187,190,193,197,198,199,200,203,204,208,209],"\u306a\u305f":[42,201],"\u306a\u3063":[0,6,7,8,10,12,14,33,35,37,38,39,40,41,42,77,79,80,86,96,103,109,132,142,186,187,189,199,201,203,210,215,219,224,227,230,232,233,234],"\u306a\u3068\u304d":0,"\u306a\u3069":[0,5,6,7,8,11,12,13,17,20,28,33,37,39,41,42,45,53,62,79,86,88,108,118,120,129,130,132,136,142,145,149,150,154,163,164,173,185,186,187,188,192,196,197,198,199,200,203,204,206,207,209,211,215,222,224,227,230,231,233,234],"\u306a\u306a\u3069":[186,187],"\u306a\u306b":[22,44,67,114,120,138,203],"\u306a\u306b\u5bfe\u3057":[186,187],"\u306a\u306e":[42,203],"\u306a\u3073":42,"\u306a\u3082\u306e":[12,49,197],"\u306a\u3084\u308a\u304b\u305f":236,"\u306a\u3089":[6,7,8,11,14,21,24,25,26,30,39,40,41,42,45,49,53,62,65,77,79,83,88,96,99,101,104,109,111,112,114,118,124,131,132,133,134,136,141,147,149,150,151,154,165,169,183,186,187,190,193,197,198,199,200,203,204,208,209,210,225,232],"\u306a\u308a":[0,6,7,8,10,12,21,33,37,39,40,41,42,45,48,49,52,53,55,62,65,73,75,77,79,80,83,84,85,87,88,89,96,98,101,102,103,104,105,109,112,114,120,121,122,126,127,128,131,132,133,134,135,136,138,139,141,149,150,151,152,154,160,161,169,173,186,187,188,190,193,194,196,197,198,199,200,201,203,204,208,209,211,218,221,224,227,228,229,230,232,233,234,235,237],"\u306a\u308b":[0,10,11,12,17,23,24,25,26,28,30,31,33,34,35,36,39,40,41,42,52,53,62,67,87,89,98,99,100,101,103,104,105,114,127,131,132,136,138,149,150,151,154,157,161,162,166,169,170,173,186,187,188,201,206,210,211,224,227,228,230],"\u306a\u308c":79,"\u306a\u308f":33,"\u306a\u3093":79,"\u306b\u3042\u308a":[6,7,8,18,115,136],"\u306b\u3044\u304f\u3064\u304b":[40,42],"\u306b\u304a\u3044":[12,79,227],"\u306b\u304f\u3044":0,"\u306b\u304f\u3044\u304b":209,"\u306b\u304f\u304f":42,"\u306b\u304f\u308b":224,"\u306b\u3057":[40,41,42,45,110,132,169,186,187],"\u306b\u3059":224,"\u306b\u3059\u3050":188,"\u306b\u3059\u3079\u3066":88,"\u306b\u3059\u308b":215,"\u306b\u305d\u306e":154,"\u306b\u3064":39,"\u306b\u3064\u3044\u3066":[0,3,7,11,12,18,19,20,21,24,25,26,27,28,29,30,37,39,40,41,42,45,47,59,62,66,77,78,79,80,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,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,146,147,154,156,158,160,161,162,164,167,170,171,175,186,193,196,197,198,199,200,201,203,204,206,209,210,211,213,215,221,222,225,227,228,230,231,233,237],"\u306b\u3064\u304d":189,"\u306b\u3064\u3051":187,"\u306b\u3064\u3076\u3084\u3051":10,"\u306b\u3064\u3076\u3084\u3051\u308b":10,"\u306b\u3066":[12,39,40,42,160],"\u306b\u3068\u3063":[10,42],"\u306b\u3068\u3063\u3066":[10,142,209],"\u306b\u3069":11,"\u306b\u307e\u3068\u3081":33,"\u306b\u307e\u3068\u3081\u308b":33,"\u306b\u3082":[132,197,222],"\u306b\u3088":39,"\u306b\u3088\u304f":198,"\u306b\u3088\u3063":[0,9,11,40,52,62,65,77,79,86,87,89,91,97,98,100,106,107,108,109,124,137,148,149,152,185,221,222,227,229,230],"\u306b\u3088\u3063\u3066":[0,14,40,52,75,79,224,227,230],"\u306b\u3088\u308a":[0,12,32,33,39,40,41,42,86,132,151,160,209,211,215,218,221,224,227,230,232,234,235],"\u306b\u3088\u308b":[0,10,12,22,37,38,39,40,41,42,160,187,211,226,227],"\u306b\u5bfe\u3057":[0,11,12,33,34,39,40,41,42,57,62,65,77,88,89,112,121,126,128,132,135,144,147,148,152,175,186,187,197,199,209,222,228,229,230,232,236,237],"\u306b\u5bfe\u3057\u7570":170,"\u306b\u5bfe\u3059\u308b":[0,11,12,22,33,35,37,40,41,42,66,113,128,131,135,138,154,226,227,229,230],"\u306b\u5bfe\u5fdc":[37,38,39,41,49,52,57,60,62,63,65,68,102,108,109,112,149,152],"\u306b\u5bfe\u5fdc\u4ed8\u3051":203,"\u306b\u5bfe\u8c61":37,"\u306b\u95a2\u3057":[11,40,42,52,150],"\u306b\u95a2\u3059\u308b":[2,22,33,37,38,39,40,41,42,44,61,66,131,151,186,187,189,203,210],"\u306e\u3042\u3068":39,"\u306e\u3044":[0,11,65,79,102,106,107,149,160,211,221],"\u306e\u3044\u305a\u308c":[90,236],"\u306e\u3044\u305a\u308c\u304b":[64,65,68,161,162],"\u306e\u3046\u3061":[90,154,186],"\u306e\u304b":[222,233],"\u306e\u304b\u308f\u308a":[33,41],"\u306e\u304f\u3089\u3044":210,"\u306e\u3059":96,"\u306e\u3059\u3079\u3066":[112,132,141,215],"\u306e\u305e\u3044":209,"\u306e\u3067":[0,1,10,12,17,21,31,37,39,40,41,42,80,88,101,109,111,112,129,130,132,136,151,152,157,160,170,173,175,196,203,210,215,219,222,224,225,227,230,232,233],"\u306e\u3067\u3057\u3087":[132,197],"\u306e\u3069\u3061\u3089":[132,154,187],"\u306e\u3069\u3061\u3089\u304b":[132,157,186,187],"\u306e\u3069\u308c":[136,149,154,203],"\u306e\u306b":[22,33,39,40,41,115,140,209,223],"\u306e\u306b\u5bfe\u3057":52,"\u306e\u307b\u304b":[211,227],"\u306e\u307f":[0,11],"\u306e\u307f\u3057\u304b":205,"\u306e\u3088\u3046":[33,40,41,42,45,48,83,90,109,132,136,145,149,154,169,185,186,187,197,198,209],"\u306f\u3042\u306a\u305f":6,"\u306f\u3044":227,"\u306f\u3044\u304f\u3064\u304b":[32,47,80,138,147,186,215],"\u306f\u3044\u3051":[52,62,99,104,147,154,187],"\u306f\u3044\u308f\u3086\u308b":42,"\u306f\u304d\u3063\u3068":197,"\u306f\u3053\u306e":[42,131,132,134,175,200,209,225],"\u306f\u3058\u307e\u308a":79,"\u306f\u3058\u3081":[17,22,44,79,135,202],"\u306f\u3059\u3079\u3066":[85,93,94,95,96,101,102,103,104,105,117,118,119,120,123,127,129,130,131,132,133,134,136,138,140,141,142,151,164,185,187,190,199,200,209,230],"\u306f\u305a":[18,39,150,197,210],"\u306f\u305d\u306e":52,"\u306f\u305d\u308c\u3089":114,"\u306f\u3061\u3087\u3046":187,"\u306f\u3068":207,"\u306f\u3069":[132,136,203],"\u306f\u3069\u3061\u3089":[154,215],"\u306f\u3069\u3061\u3089\u304b":[186,187],"\u306f\u306a\u304f":197,"\u306f\u307b\u3068\u3093\u3069":132,"\u306f\u307e\u305a":12,"\u306f\u307e\u3060":[112,200,215],"\u306f\u307e\u3068\u3081\u3066":12,"\u306f\u307f":3,"\u306f\u6708":[187,201],"\u3070\u3042":201,"\u3070\u3044\u3051":[21,28,39,49,52,55,60,62,65,73,77,88,90,92,101,112,120,132,136,139,151,154,169,175,186,187,196,197,198,199,200],"\u3070\u304b\u308a":42,"\u3070\u3053\u306e":42,"\u3070\u3059\u3079\u3066":209,"\u3070\u3069":45,"\u3070\u308c\u308b":35,"\u3072\u3053\u3055\u3093":[39,41],"\u3072\u3068\u3064":[39,158,186],"\u3072\u3089":[169,186,187,193,203,209],"\u3072\u308d":235,"\u3072\u308d\u3086\u304d":235,"\u3075\u306a\u3068":41,"\u3075\u308a":135,"\u3076\u3093":10,"\u3078\u3059\u3079\u3066":[42,88],"\u3078\u306e":[28,227],"\u3079\u304d":[6,7,8,12,42,62,90,111,120,127,154,187,190,221],"\u3079\u304f":230,"\u3079\u3066":[45,113,132,151,228],"\u3079\u30fc\u30b9":41,"\u307b\u3046":41,"\u307b\u304b":[0,227],"\u307b\u3057\u304f":132,"\u307b\u3068\u3093\u3069":[42,52],"\u307b\u3069":[135,136,147,149,209,219,227,230],"\u307e\u3057":[6,7,8,10,12,17,18,33,37,39,40,41,42,112,132,136,151,160,186,187,190,197,204,209,224,228,229,233],"\u307e\u3057\u3087":[112,132,160,229,230],"\u307e\u3059":[0,1,2,3,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,37,39,40,41,42,45,46,47,48,49,50,52,53,54,55,57,59,60,61,62,63,64,65,66,67,68,69,70,71,73,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,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,160,161,162,163,164,165,166,167,169,170,171,173,174,175,183,184,185,186,187,188,189,190,191,192,193,194,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,213,214,215,218,219,221,222,224,225,227,228,229,230,231,232,233,234,235,236,237],"\u307e\u305a":[12,17,28,31,150,151,187,222,224,228,230,232,233,236],"\u307e\u305b":[0,6,7,10,12,17,25,28,33,37,39,40,41,42,45,47,48,49,52,55,59,60,62,65,66,67,70,71,73,75,77,80,82,84,85,88,89,90,92,93,94,95,96,99,101,102,103,104,105,108,109,110,111,112,113,114,115,116,117,118,119,120,124,127,128,129,130,131,132,133,134,135,136,137,138,139,141,142,143,147,149,150,151,154,157,160,164,169,170,173,175,186,187,188,190,192,196,197,198,199,200,201,203,204,205,207,208,209,210,211,213,215,219,221,222,224,225,227,228,230,232,234,236],"\u307e\u305f":[3,5],"\u307e\u305f\u3044":[39,160,201],"\u307e\u305f\u3050":[22,39,160,226],"\u307e\u3060":[33,37,40,41,79,109,112,129,130,132,134,135,154,173,187,198,201,221],"\u307e\u3064\u308f":40,"\u307e\u3067":[11,12,17,32,33,40,41,47,48,83,102,109,114,132,149,150,157,188,197,207,210,228,230,232,233,235],"\u307e\u3068\u3081":[3,10],"\u307e\u3068\u3081\u3066":[0,12,227,228],"\u307e\u3068\u3081\u308b":151,"\u307e\u307e":[10,12,40,42,79,138,154,187,228],"\u307e\u307e\u3067":224,"\u307e\u308a":[42,132],"\u307e\u308d\u3086\u304d":235,"\u307e\u308f\u308a":3,"\u307f\u304c":11,"\u307f\u305f\u3059":233,"\u307f\u3066":237,"\u307f\u306a\u3055":11,"\u307f\u306a\u3057":33,"\u307f\u307e\u3057\u3087":[109,132,138,187,198,199,200,227,228,229,230,232,233,236,237],"\u3080\u308b":[186,187],"\u3080\u308b\u3093":[186,187],"\u3082\u3046":[39,52,101,151,158,188,227,232],"\u3082\u3046\u307e\u304f":28,"\u3082\u304d\u3061\u3093":151,"\u3082\u3053\u306e":101,"\u3082\u3057":[6,7,21,28,40,41,42,48,67,80,82,83,84,96,101,103,105,112,114,127,128,132,133,134,136,138,147,150,151,157,160,166,170,175,186,187,196,197,198,199,201,210,215],"\u3082\u3057\u3042":42,"\u3082\u3057\u304b\u3057":209,"\u3082\u3057\u304f":[12,26,39,40,41,42,65,66,109,111,151,157,163,164,173,186,187,211,221,225,227,232],"\u3082\u3057\u3053\u306e":225,"\u3082\u3057\u3054":39,"\u3082\u3057\u307e\u305b":67,"\u3082\u3057\u308c":[196,209],"\u3082\u3057\u4f7f\u3063":104,"\u3082\u3057\u578b":131,"\u3082\u3057x":40,"\u3082\u3059":[121,126],"\u3082\u3059\u3050":133,"\u3082\u305b":147,"\u3082\u3061\u308d\u3093":[150,228],"\u3082\u3063\u3068":[6,7,132],"\u3082\u3063\u3068\u3082":[14,82],"\u3082\u3064":[42,99,228],"\u3082\u3068":12,"\u3082\u3069\u3061\u3089":200,"\u3082\u306e":[11,12,17,31,39,40,41,42,48,65,66,79,109,111,112,114,131,132,148,149,150,151,160,161,166,169,171,190,197,198,200,204,221,227,230,232],"\u3082\u3088\u308a":200,"\u3082\u3089\u3048":10,"\u3082\u3089\u3048\u308b":10,"\u3082\u3089\u3063":230,"\u3082\u308a":42,"\u3082\u308c\u308b":42,"\u3084\u304c":79,"\u3084\u3057":132,"\u3084\u3059\u3044":[34,42,132,149,164,173,185],"\u3084\u3059\u3044\u304b":196,"\u3084\u3059\u304f":[35,41,81],"\u3084\u3059\u304f\u3057":42,"\u3084\u305d\u306e":99,"\u3084\u307e":41,"\u3084\u307e\u3060":41,"\u3084\u307e\u306d":[40,41],"\u3084\u3081":[33,37,40,41,42,83],"\u3084\u3081\u307e\u3057\u3087":[198,199,200],"\u3084\u3089":12,"\u3084\u308b":3,"\u3086\u304d":235,"\u3086\u304d\u3072\u308d":235,"\u3088\u3044":[17,62,88,101,132,154,186,187,215,228,232],"\u3088\u3046":[0,6,7,8,10,11,12,14,21,28,33,34,35,37,38,39,40,41,42,45,49,65,77,79,80,82,86,88,96,99,100,101,109,110,114,115,117,120,121,122,126,132,133,136,138,139,142,149,150,151,152,154,160,161,164,170,173,175,186,187,188,190,192,196,197,198,199,200,201,202],"\u3088\u304b\u3063":224,"\u3088\u304f":[33,77,101,112,132,149,157,197,209],"\u3088\u3063":237,"\u3088\u3063\u3066":[73,142,192,211,231,237],"\u3088\u3073":11,"\u3088\u308a":[6,7,11,18,23,28,35,37,39,40,41,42,66,77,83,96,132,136,150,160,161,166,186,187,188,189,196,197,198,199,200,203,209,210,211,222,224,227,228,232,233],"\u3089\u308c":[0,10,11,33,35,37,39,40,48,87,88,90,99,128,132,137,142,207,209,230,232,236],"\u3089\u308c\u308b":[0,11,33,39,40,41,49,66,197,222],"\u308c\u305a":79,"\u308c\u307e\u305b":[28,42,45,65,79,86,132,133,138,149,163,189,196,232],"\u308c\u308b":[0,9,11,12,14,17,28,33,37,39,40,41,42,45,48,52,57,63,66,67,75,77,79,85,86,108,109,110,112,115,128,129,130,132,135,136,138,149,150,157,160,166,173,175,188,190,192,197,203,204,206,207,209,211,221,222,224,230,237],"\u308f\u304b\u3061":222,"\u308f\u304b\u3063":147,"\u308f\u304b\u308a":[35,41,42,132,209,228],"\u308f\u304b\u308b":41,"\u308f\u304b\u308c":132,"\u308f\u3051":[120,132,140,142,187,203,210,227],"\u3092\u304a\u3053":233,"\u3092\u3054":14,"\u3092\u3054\u89a7\u304f":[0,18],"\u3092\u3064\u3051":[109,132,186],"\u3092\u3064\u3051\u308b":[6,7,187],"\u3092\u3088\u308a":33,"\u3092\u308a":151,"\u3092\u901a\u3057":[149,230],"\u3093\u304c":[186,187],"\u3093\u3057":[104,117],"\u3093\u3057\u304d":185,"\u30a2\u30ab\u30a6\u30f3\u30c8":[2,12,41],"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":10,"\u30a2\u30af\u30bb\u30b5":62,"\u30a2\u30af\u30bb\u30b5\u30fc":42,"\u30a2\u30af\u30bb\u30b9":[12,17,33,35,37,39,40,41,45,47,65,92,132,139,148,149,151,152,210,227,234],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[203,204,206,214],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[77,132],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":136,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[12,33,41,42,214],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":3,"\u30a2\u30c9\u30ec\u30b9":[37,65,149,150,154,221,234],"\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30a2\u30d4\u30fc\u30eb":12,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[0,20,58,149,187],"\u30a2\u30e1\u30ea\u30ab":160,"\u30a2\u30e9\u30fc\u30c8":[149,189],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[85,160,185,200],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[41,66,112,132,136,142,197,204,209,222,224],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":39,"\u30a2\u30f3\u30ab\u30fc":42,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[75,89,136],"\u30a2\u30f3\u30de\u30c3\u30d7":[42,96],"\u30a2\u30fc\u30ab\u30a4\u30d6":[12,17,31],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":3,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[3,4],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u30fc":[41,149],"\u30a4\u30d9\u30f3\u30c8":42,"\u30a4\u30d9\u30f3\u30c8\u30ed\u30b0":42,"\u30a4\u30f3\u30af\u30ea\u30e1\u30f3\u30c8":82,"\u30a4\u30f3\u30af\u30eb\u30fc\u30c9":42,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[12,37],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[22,23],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[0,3],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":37,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[35,37],"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":[40,42],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":3,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[0,150,185],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":[154,194],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":21,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":22,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[22,33,34,40,41,42,44,59,73],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":32,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":40,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30e2\u30b8\u30e5\u30fc\u30eb":42,"\u30a4\u30f3\u30dd\u30fc\u30c8":3,"\u30a6\u30a3\u30f3\u30c9\u30a6":33,"\u30a6\u30a7\u30a4\u30c8":89,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":3,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[149,151,152],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":149,"\u30a8\u30a4\u30ea\u30a2\u30b9":[22,42,44],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":35,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[28,61,132,149],"\u30a8\u30b9\u30b1\u30fc\u30d7":[39,40,41,55,102,163,164,173],"\u30a8\u30c7\u30a3\u30bf":17,"\u30a8\u30e9\u30fc":[12,22,23,24,25,26,28,30,31,33,34,37,38,39,40,41,42,48,49,52,53,55,62,70,79],"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[33,39,41,230],"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[37,39,41],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[6,7,33,34,35,37,38,39,40,41,42,79,80],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":39,"\u30a8\u30e9\u30fc\u30ed\u30b0":219,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[28,33,34,41,42,52,54,55,187,190],"\u30a8\u30f3\u30b3\u30fc\u30c9":[35,152,154,190],"\u30a8\u30f3\u30b8\u30f3":[0,132,197,198,199,200,227,229],"\u30a8\u30f3\u30c8\u30ea":[48,49,112,132,175,186,187],"\u30a8\u30f3\u30c8\u30ea\u30fc":[42,132],"\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8":154,"\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8uri":154,"\u30aa\u30b9\u30b9\u30e1":[6,7,8,23,24,25,26,30,31,45,197,209],"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":35,"\u30aa\u30d5\u30bb\u30c3\u30c8":[39,42,132,135],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[33,38,42],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[22,33,37,39,41,42,44,45,48,49,52,62,65,73,77,86,87,98,101,103,104,105,115,116,117,118,120,121,122,126,127,131,132,134,142,143,147,167,185,187],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[33,173],"\u30aa\u30d7\u30b7\u30e7\u30f3":[6,7,8,12,14,18,24,25,26,27,28,29,30,33,34,35,37,38,39,40,41,42,52,53,88,115,132,136,140,142,147],"\u30aa\u30da\u30ec\u30fc\u30bf":[33,42],"\u30aa\u30da\u30ec\u30fc\u30bf\u30fc":42,"\u30aa\u30fc\u30ca\u30fc":[40,42],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[37,40,41,42],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":[37,42],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[41,219],"\u30aa\u30fc\u30d7\u30f3":[37,39,40,42,48],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":21,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":21,"\u30ab\u30a6\u30f3\u30bf":33,"\u30ab\u30a6\u30f3\u30c8":[40,109,233],"\u30ab\u30b9\u30b1\u30fc\u30c9":[40,41],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[6,7,8,28,33,39,40,41,42,97,100,115,132,136,140,142,149,173,186,189,190,198,203,208,210,228],"\u30ab\u30b9\u30bf\u30e0":[67,141,151],"\u30ab\u30b9\u30bf\u30e0\u30b9\u30b3\u30a2\u30e9\u30fc":198,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":39,"\u30ab\u30b9\u30bf\u30e0\u30ed\u30b0":41,"\u30ab\u30bf\u30ab\u30ca":[66,135,169,190,193,203,209],"\u30ab\u30c6\u30b4\u30ea":[132,140,142],"\u30ab\u30d0\u30ec\u30c3\u30b8":3,"\u30ab\u30d0\u30fc":14,"\u30ab\u30e9\u30e0":[0,22,28],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[22,39,226],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":92,"\u30ab\u30e9\u30e0\u30d1\u30e9\u30e1\u30fc\u30bf":33,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[186,187],"\u30ab\u30e9\u30e0id":65,"\u30ab\u30e9\u30e0n":175,"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[12,17,150],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":66,"\u30ab\u30ec\u30fc":222,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":222,"\u30ab\u30f3\u30b8":169,"\u30ab\u30f3\u30de":[100,102,187,228,230],"\u30ab\u30fc\u30bd\u30eb":[35,37,42,59,66],"\u30ab\u30fc\u30cd\u30eb":210,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[39,210],"\u30ad\u30e3\u30b9\u30c8":[35,38,39,40,186,199,200,233],"\u30ad\u30e3\u30c3\u30b7\u30e5":[0,33,34,39,42,48,53,85],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":85,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":48,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":151,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":40,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":151,"\u30ad\u30e3\u30f3\u30bb\u30eb":[33,82,83,128],"\u30ad\u30e3\u30f3\u30bb\u30eb\u30ea\u30af\u30a8\u30b9\u30c8":128,"\u30ad\u30fc":[32,33,35,38,39,40,41,42,45,49,63,65,75,77,88,93,94,95,99,109,111,112,114,118,128,131,132,134,136,138,145,147,149,154,186,187,190,193,207,209,211,227,230],"\u30ad\u30fc\u30b5\u30a4\u30ba":[32,42,93,94,95,118,136,207],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":207,"\u30ad\u30fc\u30c7\u30fc\u30bf":136,"\u30ad\u30fc\u30dc\u30fc\u30c9":132,"\u30ad\u30fc\u30ef\u30fc\u30c9":[0,22,33,34,36,39,40,110,132,136,163,164,170,173,186,198,199,200,205,222,223],"\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":151,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":148,"\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":205,"\u30af\u30a8\u30ea\u30ed\u30b0":[37,39,203,204,206],"\u30af\u30a8\u30ea\u30fc":[22,33,39,41,42,44,55,111,121,122,126,132,135],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":194,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[33,85],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":85,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":132,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":215,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[22,41,42,44,149,151],"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":149,"\u30af\u30a8\u30ea\u30fcapi":[78,84],"\u30af\u30a8\u30eaapi":42,"\u30af\u30a9\u30fc\u30c8":[115,142,186],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":41,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30b5\u30a4\u30c9":83,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":124,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[35,39,149,152],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":[1,219],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":41,"\u30af\u30e9\u30c3\u30b7\u30e5":[33,35,37,39,40,41,42,92,101,104,139],"\u30af\u30e9\u30c3\u30b7\u30e5\u30d0\u30b0":42,"\u30af\u30ea\u30a2":[37,39,62],"\u30af\u30ea\u30a2\u30fc":33,"\u30af\u30ea\u30c3\u30af":132,"\u30af\u30ea\u30c6\u30a3\u30ab\u30eb\u30bb\u30af\u30b7\u30e7\u30f3":33,"\u30af\u30ea\u30fc\u30f3":12,"\u30af\u30ea\u30fc\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[6,7],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":12,"\u30af\u30ed\u30fc\u30f3":28,"\u30b0\u30e9\u30d5":0,"\u30b0\u30eb\u30fc\u30d7":[0,12,33,39,40,41,42,65,75,112,132],"\u30b0\u30eb\u30fc\u30d7\u30ad\u30fc":132,"\u30b0\u30ed\u30fc\u30d0\u30eb":[39,47],"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":48,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":192,"\u30b1\u30fc\u30b9":[41,42,45,48,53,92,101,110],"\u30b2\u30c3\u30c8":2,"\u30b3\u30a2":[28,151,154,215],"\u30b3\u30b9\u30c8":[65,188],"\u30b3\u30cd\u30af\u30b7\u30e7\u30f3":42,"\u30b3\u30d4\u30fc":[12,39,42,45,49,57,62,65,88,92,100,139],"\u30b3\u30de\u30f3\u30c9":[11,12,13,14,18,21,22,25,33,34,35,37,38,39,40,41,42,44,45,48,77],"\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":[22,33,35,41,42,44,52,78],"\u30b3\u30de\u30f3\u30c9\u30d1\u30fc\u30b5\u30fc":197,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[31,39,150],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[6,7,8,12,17,18,28,31,37,41,42,100,131],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[28,79,80,150,214],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":194,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":186,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b9\u30bf\u30a4\u30eb":197,"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":149,"\u30b3\u30de\u30f3\u30c9url":215,"\u30b3\u30df\u30c3\u30c8":[6,7,12],"\u30b3\u30e1\u30f3\u30c8":[35,40,149,150,175,196,232],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":232,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":232,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":232,"\u30b3\u30e1\u30f3\u30c8id":233,"\u30b3\u30ed\u30f3":89,"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[48,52,62,134,175],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":221,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":33,"\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb":41,"\u30b3\u30f3\u30d1\u30a4\u30e9":[37,41],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":[6,7,28],"\u30b3\u30f3\u30d1\u30a4\u30eb":[38,40],"\u30b3\u30f3\u30d1\u30a4\u30eb\u30a8\u30e9\u30fc":42,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30fc":193,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":79,"\u30b3\u30fc\u30c9":[17,33,40,41,42,142],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":11,"\u30b4\u30df":[35,37,86],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u30b4\u30df\u30c7\u30fc\u30bf":154,"\u30b5\u30a4\u30ba":[0,23,24,25,26,30,31,32,33,37,39,40,41,42,45,49,60,62,65,66,67,82,86,95,118,136,145,149,173,183,207,210,221,225,227],"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":98,"\u30b5\u30a4\u30c8":[12,132,185,227,229],"\u30b5\u30a4\u30c9\u30e1\u30cb\u30e5\u30fc":132,"\u30b5\u30b8\u30a7\u30b9\u30c8":[22,28,35,37,39,41,44,135,153],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf":154,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":204,"\u30b5\u30d6\u30bb\u30c3\u30c8":[65,211],"\u30b5\u30d6\u30bf\u30b9\u30af":12,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30b5\u30d6\u30df\u30c3\u30c8":154,"\u30b5\u30dd\u30fc\u30c8":[0,1,6,7,8,10,12,21,28,30,33,34,35,37,38,39,40,41,42,66,79,112,128,129,130,134,136,141,142,150,151,169,170,173,186,187,188,190,192,193,194,196,197,201,207,209,215,218,219,227,228,232,234],"\u30b5\u30de\u30ea":40,"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":160,"\u30b5\u30f3\u30d7\u30eb":[35,36,39,40,132],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":35,"\u30b5\u30f3\u30d7\u30eb\u30b7\u30e3\u30fc\u30c9":113,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[119,131,165,166,170,175,183,198,199,200],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[88,99,100,109,112,132,157,160,163,164,165,166,169,170,173,175,183],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":150,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":149,"\u30b5\u30fc\u30d0\u30fc":[1,22,24,25,26,30,37,39,40,41,42,44,67,128,141,146,149,151],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[22,39,41,42,212],"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":[40,133],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":[149,221],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30fc\u30c9":42,"\u30b5\u30fc\u30d0\u30fcid":37,"\u30b5\u30fc\u30d3\u30b9":[0,21,25,39,40,41,133,210],"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":40,"\u30b7\u30a7\u30a2":2,"\u30b7\u30a7\u30eb":[28,42,149,150,186,197],"\u30b7\u30b0\u30ca\u30eb":[37,41],"\u30b7\u30b9\u30c6\u30e0":[0,3,6],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":40,"\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3":133,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":[22,42,44,109,113],"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0\u30d0\u30fc\u30b8\u30e7\u30f3":112,"\u30b7\u30e3\u30fc\u30c9":[42,112,113,114,201],"\u30b7\u30e3\u30fc\u30c9\u30ad\u30fc":[112,114],"\u30b7\u30e3\u30fc\u30d7":136,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[40,115,142,149,230],"\u30b7\u30f3\u30b0\u30eb\u30b9\u30ec\u30c3\u30c9\u30e2\u30c7\u30eb":141,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":41,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":[41,42],"\u30b7\u30f3\u30d7\u30eb":[42,185,214,228],"\u30b7\u30f3\u30dc\u30eb":89,"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb":42,"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b5\u30fc\u30c1":[33,42,188],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b9\u30ad\u30e3\u30f3":[42,169],"\u30b7\u30fc\u30b1\u30f3\u30b9":[203,204,206],"\u30b8\u30aa\u30b5\u30fc\u30c1":[22,37,226],"\u30b9\u30ab\u30e9":49,"\u30b9\u30ab\u30e9\u30fc":[33,77,132],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[22,44,45,73],"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":77,"\u30b9\u30ad\u30c3\u30d7":[40,41,42],"\u30b9\u30ad\u30e3\u30f3":[163,164],"\u30b9\u30ad\u30fc\u30de":[42,45,55,88,99,100,109,112,131,132,138,157,160,163,164,165,166,169,170,173,175,183,186,187,188,197,198,199,200,201,210,232],"\u30b9\u30af\u30ea\u30d7\u30c8":3,"\u30b9\u30b1\u30fc\u30d7":197,"\u30b9\u30b3\u30a2":[11,33,39,42,75,77,132,135,198,199,200,224,237],"\u30b9\u30b3\u30a2\u30e9\u30fc":[22,42,44,132],"\u30b9\u30b3\u30a2\u30fc":[42,77],"\u30b9\u30b3\u30a2\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":198,"\u30b9\u30b3\u30fc\u30d7":197,"\u30b9\u30bf\u30a4\u30eb":42,"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[33,40],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[149,152],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30fc\u30f3\u30e2\u30fc\u30c9":42,"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":31,"\u30b9\u30c6\u30c3\u30d7":[88,197],"\u30b9\u30c6\u30df\u30f3\u30b0":[41,208],"\u30b9\u30c6\u30fc\u30bf\u30b9":[33,40,42,84,134,147,221],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":39,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":221,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[41,132,208,231],"\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":[33,40,173],"\u30b9\u30d1\u30de\u30fc":[198,199,200],"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":42,"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u30b5\u30dd\u30fc\u30c8":42,"\u30b9\u30da\u30a4\u30f3":160,"\u30b9\u30da\u30eb":196,"\u30b9\u30da\u30fc\u30b9":[37,40,42,132],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[37,215],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":37,"\u30b9\u30ec\u30c3\u30c9":[0,9,33,42,52,67,96,104,110,134,138,141,149,150,154,189,215],"\u30b9\u30ec\u30c3\u30c9\u30bb\u30fc\u30d5":[33,42],"\u30b9\u30ec\u30c3\u30c9\u30d7\u30fc\u30eb":67,"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":[42,151],"\u30b9\u30ef\u30c3\u30d7":210,"\u30b9\u30fc\u30d7":222,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":222,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":222,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":222,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[22,226],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":[41,42],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ea\u30b9\u30af":41,"\u30bb\u30af\u30b7\u30e7\u30f3":[3,12,17,20,21,23,24,25,26,27,28,29,30,31,41,42,45,49,77,78,80,85,88,90,92,93,94,95,96,101,102,103,104,105,109,110,111,112,113,114,115,117,118,119,120,123,127,128,129,130,131,132,133,134,136,138,139,140,141,142,144,147,151,154,156,160,164,186,191,196,197,198,199,200,202,203,204,206,210,221,228],"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":39,"\u30bb\u30b0\u30e1\u30f3\u30c8":[33,41,62,86,98],"\u30bb\u30c3\u30b7\u30e7\u30f3":[124,149,221],"\u30bb\u30c3\u30b7\u30e7\u30f3id":154,"\u30bb\u30c3\u30c8":[11,42,62,65,66,87,140,222],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[17,33,40],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u30b9\u30af\u30ea\u30d7\u30c8":21,"\u30bb\u30df\u30b3\u30ed\u30f3":150,"\u30bb\u30ec\u30af\u30bf\u30fc":[42,169],"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":233,"\u30bd\u30b1\u30c3\u30c8":[39,86,87,89,91,97,98,100,106,107,108,124,137],"\u30bd\u30d5\u30c8":196,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":3,"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":229,"\u30bd\u30fc\u30b9":[12,18,22,23],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[6,7,8,12,28],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":12,"\u30bd\u30fc\u30b9\u30ab\u30e9\u30e0":[41,42,88,90,131],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[3,6,7,8],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":17,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":31,"\u30bd\u30fc\u30c8":[22,33,34,35,37,40,42,65,113,132,135,154,192,207,226],"\u30bd\u30fc\u30c8\u30ad\u30fc":[33,34,65,132,135],"\u30bf\u30a4\u30c8\u30eb":[112,132,186,187,198,199,200,227,229,232],"\u30bf\u30a4\u30d7":[37,42,57,132,150,215],"\u30bf\u30a4\u30d7id":33,"\u30bf\u30a4\u30df\u30f3\u30b0":[39,230],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[40,47],"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[33,36,154,189,203,204,206],"\u30bf\u30b0":[12,22,35,37,39,40,41,77,112,132,136,163,164,165,173,187,198,199,200,207,226],"\u30bf\u30b0\u30c6\u30ad\u30b9\u30c8":209,"\u30bf\u30d6":[194,196,221],"\u30bf\u30fc\u30b2\u30c3\u30c8":39,"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":48,"\u30bf\u30fc\u30df\u30ca\u30eb":[149,151],"\u30c0\u30a4\u30a2\u30ed\u30b0":40,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":215,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[45,214],"\u30c0\u30d6\u30eb":[37,39,136,186,187,207],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[115,142,149,230],"\u30c0\u30e1\u30fc\u30b8":224,"\u30c0\u30f3\u30d7":[33,35,39,40,42,100,149,189,210],"\u30c1\u30a7\u30c3\u30af":[33,35,37,39,40,41,42,52,86,114,117,138,147,148,150,154,157],"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":12,"\u30c1\u30e3\u30f3\u30af":[33,42,86],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":86,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[22,37,39,41,42],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[22,40,42,44,77,132],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":210,"\u30c1\u30fc\u30e0":12,"\u30c4\u30a4\u30fc\u30c8":2,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":12,"\u30c4\u30ea\u30fc":41,"\u30c4\u30fc\u30eb":[17,22,23],"\u30c6\u30ad\u30b9\u30c8":[12,17,33,35,39,40,42,55,77,115,136,140,142,150,163,164,165,173,190,193,197,209],"\u30c6\u30ad\u30b9\u30c8\u30ab\u30e9\u30e0":42,"\u30c6\u30ad\u30b9\u30c8\u30c7\u30fc\u30bf":136,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":150,"\u30c6\u30af\u30cb\u30c3\u30af":[198,199,200],"\u30c6\u30b9\u30c8":[3,4,6,7,8,12],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":14,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":12,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":150,"\u30c6\u30fc\u30d6\u30eb":[11,22],"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[137,139],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":39,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":59,"\u30c7\u30a3\u30b9\u30af":[34,42,96,101,117,232],"\u30c7\u30a3\u30b9\u30af\u30d5\u30eb":42,"\u30c7\u30a3\u30b9\u30afi":136,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[12,28,35],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[39,40],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":3,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":40,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30fc":[6,7,154],"\u30c7\u30b6\u30a4\u30f3":39,"\u30c7\u30d0\u30c3\u30ac\u30fc":[6,7],"\u30c7\u30d0\u30c3\u30b0":[6,7,33,41,42,86,142,149,151,189],"\u30c7\u30d0\u30c3\u30b0\u30aa\u30d7\u30b7\u30e7\u30f3":[6,7],"\u30c7\u30d0\u30c3\u30b0\u30ed\u30b0":[33,42],"\u30c7\u30d5\u30a9\u30eb\u30c8":[6,7,8,11,18,28,33,34,35,37,38,39,40,41,42,47,50,52,54,61,77,79],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[33,39,88,136,204],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":41,"\u30c7\u30d5\u30e9\u30b0":37,"\u30c7\u30d7\u30ed\u30a4":151,"\u30c7\u30e1\u30ea\u30c3\u30c8":207,"\u30c7\u30fc\u30bf":[0,11,22,23,24,25,26,30,31,33,34,35,37,38,39,40,41,42,44,45,67,77,90,100,109,112,118,132,135],"\u30c7\u30fc\u30bf\u30ab\u30e9\u30e0":[42,127,147,199,200],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":48,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[73,77],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":73,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":[135,154,203],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":150,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":215,"\u30c7\u30fc\u30bf\u30d9\u30fc":37,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[0,11,20,22,28,33,34,37,39,40,41,42,48,53,75,86,87,89,90,96,98,100,101,102,103,104,105,116,117],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":33,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b5\u30a4\u30ba":210,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b9\u30ad\u30fc\u30de":100,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[40,210],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[34,136],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u30b3\u30de\u30f3\u30c9":201,"\u30c7\u30fc\u30e2\u30f3":[34,39,40,42,149,151,154,218],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":151,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[40,41,149],"\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":228,"\u30c8\u30d4\u30c3\u30af":12,"\u30c8\u30e2":229,"\u30c8\u30e9\u30a4":[37,136,186,187,207],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[22,35],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":[209,224],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[22,24,25,26,27,30,33,35,36,37,39,40,42,44,112,119,131,132,136,140,142,143,186,187,197,204,206],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":42,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[41,142],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30e2\u30fc\u30b8\u30e5\u30fc\u30eb":209,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":39,"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[22,28,33,37,42,44,132,136,140,142,190,204,206,208],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":[33,140,142],"\u30c8\u30fc\u30af\u30f3":[33,35,37,40,41,42,136,140,142,187,190,204,206,207,208,209,222],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf":41,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":[22,25,30,33,41,42,44,119,131,136,140,142],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":42,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":208,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":208,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[3,5,6,7,8],"\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":[33,41,228],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[22,33,37,40,41,42],"\u30ca\u30ce":[35,80],"\u30cb\u30c3\u30dd\u30f3":[169,193,203],"\u30cb\u30db\u30f3":[169,193,203],"\u30cb\u30db\u30f3\u30b4":203,"\u30cb\u30db\u30f3\u30b8\u30f3":203,"\u30cb\u30e5\u30fc\u30b9":[33,188],"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[160,233],"\u30cd\u30b9\u30c8":[39,40,41,42,118,232],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[215,234],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[39,221],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":39,"\u30ce\u30a4\u30ba":[154,204,224],"\u30ce\u30fc\u30c9":[39,66],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[22,24,25,26,30,33,39,40,41,42,44,88,115,116,119,131,132,136,140,142,163,164,187],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":42,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":190,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[115,190],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":190,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[40,41,115,142,230],"\u30cf\u30a4\u30d5\u30f3":[136,230],"\u30cf\u30a4\u30e9\u30a4\u30c8":[33,163,164],"\u30cf\u30c3\u30b7\u30e5":[12,39,42,86],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[37,40,42,136,187,207],"\u30d0\u30a4\u30b0\u30e9\u30e0":[209,224],"\u30d0\u30a4\u30b0\u30e9\u30e0\u30d9\u30fc\u30b9":209,"\u30d0\u30a4\u30c8":[35,37,39,40,41,42,49,52,66,82,84,118,131,132,173,207,211],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":39,"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":[42,55],"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":40,"\u30d0\u30a4\u30ca\u30ea":[12,31],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":39,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[1,14,22,33,42,212],"\u30d0\u30a4\u30ca\u30ea\u30fc":80,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[20,21,185],"\u30d0\u30a4\u30f3\u30c9":42,"\u30d0\u30b0":[10,33,37,40,42],"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9":42,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":[33,39,41,42],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":3,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":100,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[40,55,149,186],"\u30d0\u30c3\u30af\u30c8\u30ec\u30fc\u30b9":33,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":39,"\u30d0\u30c3\u30d5\u30a1":[39,40,49,55,57,60,62,65,86,232],"\u30d0\u30c3\u30d5\u30a1\u30b5\u30a4\u30ba":42,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":40,"\u30d0\u30c3\u30d5\u30a1id":86,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":207,"\u30d0\u30eb\u30af":42,"\u30d0\u30eb\u30af\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[33,42],"\u30d0\u30f3\u30c9\u30eb":[33,40,41,42],"\u30d1\u30a4\u30d7":89,"\u30d1\u30b9":[12,28,35,36,37,41,42,53,90,121,122,126,147,148,149,150,151,152,154,155,215,221,230],"\u30d1\u30b9\u30b9\u30bf\u30a4\u30eb":197,"\u30d1\u30bf\u30fc\u30f3":[42,80,186,187,197],"\u30d1\u30bf\u30fc\u30f3\u30de\u30c3\u30c1":197,"\u30d1\u30c3\u30b1\u30fc\u30b8":[3,8],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":35,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":40,"\u30d1\u30c3\u30c1":16,"\u30d1\u30c8\u30ea\u30b7\u30a2":[22,39,66,222,226,230],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[33,35,37,40,42,136,186,187,207],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[186,187],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30ce\u30fc\u30c9":42,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[33,40,41,42,148,151,154,166,219],"\u30d1\u30e9\u30e1\u30fc\u30bf":[22,33,37,39,40,41,47,48,49,50,52,53,54,55,56,57,59,60,61,62,63,64,65,66,67,68,69,71],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[31,33,37,38,41,42,81,82,83,101,103,104,105,110],"\u30d1\u30ea":160,"\u30d1\u30fc\u30b5\u30fc":[12,186,197],"\u30d1\u30fc\u30b9":[33,37,54,55,185],"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3":41,"\u30d2\u30c3\u30c8":[11,40,132,188,193,203,222,224,233,235],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[132,185,224],"\u30d2\u30e5\u30d9\u30cb":[160,161],"\u30d3\u30c3\u30b0\u30a8\u30f3\u30c7\u30a3\u30a2\u30f3":41,"\u30d3\u30c3\u30c8":[42,66,186],"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":187,"\u30d3\u30e5\u30fc":39,"\u30d3\u30eb\u30c8\u30a4\u30f3":40,"\u30d3\u30eb\u30c9":[3,4],"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":[41,42],"\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,145],"\u30d4\u30ea\u30aa\u30c9":[89,232],"\u30d5\u30a1\u30a4\u30eb":3,"\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba":42,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":37,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":35,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":[39,154],"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[49,53,62,65],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":196,"\u30d5\u30a1\u30bb\u30c3\u30c8":132,"\u30d5\u30a3\u30eb\u30bf":[33,39,42],"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":40,"\u30d5\u30a3\u30eb\u30bf\u30fc":175,"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":132,"\u30d5\u30a3\u30fc\u30eb\u30c9":90,"\u30d5\u30a9\u30eb\u30c0\u30fc":31,"\u30d5\u30a9\u30ed\u30ef\u30fc":12,"\u30d5\u30a9\u30ed\u30fc":2,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":233,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[42,86,100,112,118],"\u30d5\u30a9\u30fc\u30e0":[40,132,185,186],"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af":33,"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u30e2\u30fc\u30c9":42,"\u30d5\u30c3\u30af":21,"\u30d5\u30e9\u30b0":[32,33,34,37,38,39,41,42,52,66,77,86,87,89,90,91,97,106,107,108,115,131,132,136,142,186,187,190,197,221,227,230,231,235],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":98,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[34,98],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":62,"\u30d5\u30e9\u30c3\u30b7\u30e5":[33,42],"\u30d5\u30e9\u30f3\u30b9":160,"\u30d5\u30ec\u30fc\u30ba":[33,39],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":14,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":77,"\u30d6\u30e9\u30a6\u30b6":[12,17,28,234],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[22,226],"\u30d6\u30e9\u30b8\u30ea\u30a2":160,"\u30d6\u30e9\u30b8\u30eb":160,"\u30d6\u30ed\u30b0":3,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[12,132,186,187,232],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u30fc":112,"\u30d6\u30ed\u30c3\u30af":[0,40,151],"\u30d6\u30fc\u30ea\u30a2\u30f3":211,"\u30d6\u30fc\u30eb":[211,227],"\u30d7\u30e9\u30b0\u30a4\u30f3":[0,17,24,25,26,28,30,33,34,35,36,37,39,40,41,42,100,109,110,111,112,113,114,121,122,126,129,130,131,170,174,183,184,190,196,201,208],"\u30d7\u30e9\u30b0\u30a4\u30f3api":41,"\u30d7\u30e9\u30b0\u30de":132,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[14,17,18,23,28,37],"\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8":[22,33,42,44,78],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[67,151,154,201,207,230],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":214,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":40,"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0":1,"\u30d7\u30ed\u30b0\u30e9\u30e0":[3,35,39,90,149,151,154,187],"\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3":169,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[0,3],"\u30d7\u30ed\u30bb\u30b9":[0,33,39,40,42,79,86,92,101,104,121,124,126,127,134,139,145,147,148,149,150,151,154,189],"\u30d7\u30ed\u30bb\u30b9\u30ed\u30b0":[22,42,44],"\u30d7\u30ed\u30bb\u30b9id":221,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":[151,154],"\u30d7\u30ed\u30c8\u30b3\u30eb":[0,1,22,33,39,84,148,150,151,218,219],"\u30d7\u30ed\u30d1\u30c6\u30a3":131,"\u30d7\u30ed\u30f3\u30d7\u30c8":194,"\u30d8\u30c3\u30c0":[40,41],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":39,"\u30d8\u30c3\u30c0\u30fc":[39,41,42,84,215],"\u30d8\u30eb\u30d7":14,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[35,149],"\u30d9\u30af\u30bf":[34,35,39,40,62],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[37,39,40],"\u30d9\u30af\u30bf\u30fc":[33,37,40,41,77,99,132],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[22,33,40,41,42,44,73],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":77,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":41,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":150,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":40,"\u30d9\u30fc\u30b7\u30c3\u30af":215,"\u30d9\u30fc\u30b9":[0,17,35,37,39,41,65,66,128,142,186,187,193,198,199,200,201,209,214,219],"\u30d9\u30fc\u30b9\u30d1\u30b9":151,"\u30da\u30a2":[42,118,132,145,196,203,204,205,206,227,236],"\u30da\u30fc\u30b8":[2,12,17,22,39,40,42,132,149,152,230],"\u30da\u30fc\u30b8\u30e9\u30f3\u30af":[198,199,200],"\u30da\u30fc\u30b9\u30c8":39,"\u30db\u30b9\u30c8":[12,37,39,148,149,150,154,221],"\u30dc\u30bf\u30f3":[12,17,39,40],"\u30dc\u30c3\u30af\u30b9":132,"\u30dc\u30c7\u30a3":[88,96,101,114,117,118,120,121,122,126,133,136,138,139,141,154,221],"\u30dd\u30a4\u30f3\u30bf":[33,52,62,63,65,66,69],"\u30dd\u30a4\u30f3\u30c8":[77,196],"\u30dd\u30b9\u30c6\u30a3\u30f3\u30b0\u30ea\u30b9\u30c8":[33,42],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[37,40],"\u30dd\u30fc\u30c8":[40,148,149,150,154,194,215,219,221,234],"\u30de\u30a4\u30af\u30ed":[187,189,211,227,233],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[22,226],"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":192,"\u30de\u30af\u30ed":[37,40,42,62],"\u30de\u30b7\u30f3":[149,201],"\u30de\u30c3\u30c1":[11,28,33,34,37,40,41,42,55,64,77,109,112,132,157,163,164,169,170,173,175,185,186],"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":28,"\u30de\u30c3\u30d4\u30f3\u30b0":225,"\u30de\u30c3\u30d7":[42,96,210],"\u30de\u30c9\u30ea\u30fc\u30c9":160,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[33,40,41,42,90,131,232],"\u30de\u30eb\u30c1\u30b3\u30a2":0,"\u30de\u30eb\u30c1\u30b3\u30a2cpu":28,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":[41,42,96,128,215],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":40,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":91,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":37,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[37,215],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9\u30e2\u30c7\u30eb":41,"\u30de\u30eb\u30c1\u30e9\u30a4\u30f3\u30e2\u30fc\u30c9":197,"\u30de\u30fc\u30af":209,"\u30de\u30fc\u30af\u30a2\u30c3\u30d7":42,"\u30de\u30fc\u30b8":[17,39],"\u30df\u30b9":203,"\u30df\u30ea":[37,83,149,154,187,211,227,237],"\u30df\u30ea\u79d2":211,"\u30e1\u30bd\u30c3\u30c9":42,"\u30e1\u30bf\u30c7\u30fc\u30bf":[90,129,130,198,199,200],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":39,"\u30e1\u30c3\u30bb\u30fc\u30b8":[6,7,41,42,79,233],"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":40,"\u30e1\u30e2":[198,199,200],"\u30e1\u30e2\u30ea":[23,24,25,26,30,31,33,35,39,40,41,42,48,52,62],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":35,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u30e2\u30fc\u30c9":33,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[14,33,34,35,37,39,40,41,42,89],"\u30e1\u30e2\u30ea\u30fc":[33,42,96,101,136,210],"\u30e1\u30e2\u30ea\u30fc\u30a2\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":42,"\u30e1\u30e2\u30ea\u30fc\u30d6\u30ed\u30c3\u30af":134,"\u30e1\u30e2\u30ea\u30fc\u30de\u30c3\u30d7":210,"\u30e1\u30e2\u30ea\u30fc\u30ea\u30fc\u30af":[42,134],"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b3\u30b9\u30c8":209,"\u30e1\u30f3\u30d0":65,"\u30e1\u30f3\u30d0\u30fc":12,"\u30e1\u30fc\u30c8\u30eb":[160,161],"\u30e1\u30fc\u30eb":[12,17,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":[0,22,35,42,79],"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":40,"\u30e2\u30cb\u30bf\u30fc":[24,25,26,30],"\u30e2\u30fc\u30c9":[11,33,41,42,120,133,142,149,152,221,230],"\u30e6\u30cb\u30fc\u30af":154,"\u30e6\u30fc\u30b6":[11,12,39,89,132,150,203,204,205,206,211,230],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":69,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":11,"\u30e6\u30fc\u30b6\u30fc":[3,4,6,7,8],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":10,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":[77,88,209],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":35,"\u30e9\u30a4\u30bb\u30f3\u30b9":39,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":[41,42,70,141,149],"\u30e9\u30d9\u30eb":[33,40,41,42,112,132],"\u30e9\u30f3\u30ad\u30f3\u30b0":[41,230],"\u30e9\u30f3\u30c0\u30e0":237,"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":0,"\u30ea\u30af\u30a8\u30b9\u30c8":[33,40,41,42,45,78],"\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[22,33,44,78],"\u30ea\u30af\u30a8\u30b9\u30c8\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":145,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":221,"\u30ea\u30af\u30a8\u30b9\u30c8id":[22,33,42,44,78],"\u30ea\u30af\u30a8\u30b9\u30c8uri":151,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":39,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3":42,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3\u30d0\u30b0":41,"\u30ea\u30b9\u30c8":[12,13,17,33,39,42,55,101,102,110,113,118,132,136,137,149,154,186,187,190,192,196,197,208,209,229,230],"\u30ea\u30b9\u30c8\u30a2":33,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":12,"\u30ea\u30bb\u30c3\u30c8":42,"\u30ea\u30bd\u30fc\u30b9":[41,48,70,83],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[22,33,39,41,44,78,80],"\u30ea\u30c6\u30e9\u30eb":[34,37,39,42,163,164,173,186],"\u30ea\u30c8\u30e9\u30a4":47,"\u30ea\u30cd\u30fc\u30e0":[37,42,45,88],"\u30ea\u30d3\u30eb\u30c9":42,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":12,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":41,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[22,41],"\u30ea\u30dd\u30b8\u30c8\u30ea":[3,4,12],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":12,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":[3,4],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[22,221,226],"\u30ea\u30e9\u30a4\u30bf\u30fc":42,"\u30ea\u30ea\u30fc\u30b9":[3,4,6,7,8,10],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":3,"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":[12,33],"\u30ea\u30ea\u30fc\u30b9\u30b7\u30b9\u30c6\u30e0":7,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":3,"\u30ea\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb":149,"\u30ea\u30f3\u30af":[12,13,39,40,41,42,132,186,187,227],"\u30eb\u30fc\u30c8":37,"\u30eb\u30fc\u30d7":[33,35,39,41,42],"\u30eb\u30fc\u30eb":[22,35,41,44,132,142],"\u30ec\u30a4\u30e4":11,"\u30ec\u30b3\u30fc\u30c9":[0,11,22,32,33,35,37,39,40,41,42,45,49,55,59,60,62,64,65,66,75,77,88,97,99,100,102,109,112,114,118],"\u30ec\u30b3\u30fc\u30c9id":[22,39,44,59,62,65],"\u30ec\u30b3\u30fc\u30c9r":11,"\u30ec\u30b9\u30c8\u30e9\u30f3":0,"\u30ec\u30b9\u30dd\u30f3\u30b9":[33,37,39,40,41,48,83,84,88,111,132,134,154,215,221],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":215,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":[42,83,215],"\u30ec\u30d9\u30eb":[39,41,42,106,107,149,189],"\u30ec\u30dd\u30fc\u30c8":28,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":0,"\u30ec\u30fc\u30bf":39,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":157,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":34,"\u30ed\u30ac\u30fc":42,"\u30ed\u30ae\u30f3\u30b0":[42,52],"\u30ed\u30b0":[12,22,34,36,37,39,41,42,44,106,107],"\u30ed\u30b0\u30a4\u30f3":[12,210],"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":41,"\u30ed\u30b0\u30d1\u30b9":35,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[28,42,79,108,132,149,150,154,189,225],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[39,40,42,197],"\u30ed\u30b0\u30ec\u30d9\u30eb":[42,149,151,189],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":[42,149],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30c8":42,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":39,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":12,"\u30ed\u30b4":39,"\u30ed\u30b8\u30c3\u30af":114,"\u30ed\u30c3\u30af":[34,37,39,40,42,47,62,87,103,104,105,149],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[40,47],"\u30ed\u30f3\u30c9\u30f3":160,"\u30ed\u30fc\u30ab\u30eb":[12,187],"\u30ed\u30fc\u30c6\u30fc\u30c8":149,"\u30ed\u30fc\u30c9":[0,22,33,35,37,40,41,42],"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":39,"\u30ed\u30fc\u30de":169,"\u30ed\u30fc\u30de\u30b8":[169,193],"\u30ef\u30a4\u30c9":37,"\u30ef\u30fc\u30ab":151,"\u30ef\u30fc\u30ab\u30fc":151,"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":40,"\u30fb\u30b5\u30fc\u30d0":230,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":233,"\u30fb\u30d5\u30a1\u30a4\u30eb":18,"\u30fb\u5168":97,"\u30fb\u5186":0,"\u30fb\u6d6e\u52d5\u5c0f":132,"\u30fb\u81ea\u5df1\u7d39":233,"\u30fbgroonga":42,"\u30fbor":237,"\u30fbroot":42,"\u4e00\u3064":[0,48,49,52,65,79,86,87,89,91,97,98,100,106,107,108,124,137,158,160,161,162,165,167,171,175,183,211,222,227],"\u4e00\u4ef6\u9032\u3081":66,"\u4e00\u500b":11,"\u4e00\u5207":42,"\u4e00\u5b9a":33,"\u4e00\u5bfe":227,"\u4e00\u5de5":235,"\u4e00\u5ea6":[37,39,41,47,121,126,151,188,190,196,210,228,232],"\u4e00\u5f0f":62,"\u4e00\u610f":[75,89,128,149],"\u4e00\u62ec\u3057":65,"\u4e00\u6587\u5b57":[41,42],"\u4e00\u65b9":[0,67,70,132,164,170,173,175,186,187,209,224,227,230,232],"\u4e00\u6642":[6,7,22,33,42,44,62,160],"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":42,"\u4e00\u6642\u7684":[42,62,138,225],"\u4e00\u6642\u7d50\u679c":39,"\u4e00\u6b69":230,"\u4e00\u6c17":12,"\u4e00\u756a":[28,77,132,215],"\u4e00\u756a\u5de6":187,"\u4e00\u756a\u901f\u3044":45,"\u4e00\u77ed":0,"\u4e00\u7dd2":[34,39,41,49,52,77],"\u4e00\u7fa4":11,"\u4e00\u81f4":[11,12,22,33,34,36,38,39,41,42,45,52,65,66,88,132,135,136,169],"\u4e00\u81f4\u3057":[41,222],"\u4e00\u81f4\u7528":235,"\u4e00\u81f4rk":[22,42,44,169,191],"\u4e00\u822c":[0,48,62,132,185,186,230],"\u4e00\u822c\u7684":[0,209],"\u4e00\u884c":[35,149,150],"\u4e00\u89a7":[17,18,22,44],"\u4e00\u8a9e":224,"\u4e00\u8cab\u6027":[10,33,42],"\u4e00\u9023":189,"\u4e00\u90e8":[12,39,42,91],"\u4e00\u9577":0,"\u4e09\u3064":[160,222],"\u4e09\u756a\u76ee":187,"\u4e09\u8c37":41,"\u4e09\u8c37\u3055\u3093":41,"\u4e0a\u304c\u3063":209,"\u4e0a\u3052\u308b":224,"\u4e0a\u4f4d":[65,224],"\u4e0a\u554f":219,"\u4e0a\u66f8\u304d":[12,33,83,237],"\u4e0a\u8a18":[17,21,28,32,39,42,109,132,136,150,157,165,170,175,196,204,206,209,221,224,228,230,237],"\u4e0a\u8a18url":12,"\u4e0a\u8ff0":196,"\u4e0a\u91ce":35,"\u4e0a\u9650":[9,22],"\u4e0b\u304c\u3063":209,"\u4e0b\u304c\u308a":224,"\u4e0b\u3052":42,"\u4e0b\u3055\u3044":[1,12,23,24,25,26,30,31,39,40,65,90,142],"\u4e0b\u66f8\u304d":192,"\u4e0b\u8a18":[11,66,79,86],"\u4e0b\u90e8":12,"\u4e0b\u9650":[59,66],"\u4e0d\u5177\u5408":[3,33,39,40,41,42],"\u4e0d\u5909":75,"\u4e0d\u5b8c\u5168":37,"\u4e0d\u5fc5\u8981":[33,42,83],"\u4e0d\u610f":101,"\u4e0d\u6574\u5408":34,"\u4e0d\u6b63":[14,33,34,35,37,40,41,42,101,136],"\u4e0d\u6b63\u78ba":39,"\u4e0d\u80fd":150,"\u4e0d\u8981":[0,39,40,41,42,209,218],"\u4e0d\u8db3":[23,24,25,26,30,31,41,42],"\u4e0d\u9069\u5207":[39,41],"\u4e0e\u3048":[11,33,39,40,54,66,102,149,221,224,230],"\u4e0e\u3048\u308b":[79,102,148,149,237],"\u4e16\u4ee3":79,"\u4e16\u754c":[160,161,162,211,227,237],"\u4e21\u65b9":[0,77,112,132,186,187,188,197,203,207,209,233,235],"\u4e21\u8005":237,"\u4e26\u3073":[187,222],"\u4e26\u3073\u9806":237,"\u4e26\u3079":[22,226],"\u4e26\u5217":[6,7],"\u4e2d\u4e95":40,"\u4e2d\u56fd":160,"\u4e2d\u592e\u5024":41,"\u4e2d\u5fc3":161,"\u4e2d\u65ad":[37,39,41,57],"\u4e2d\u7a0b\u5ea6":[23,24,25,26,30,31],"\u4e2d\u8eab":[41,150,221,230],"\u4e2d\u9593":[11,222],"\u4e38\u62ec":230,"\u4e3b\u30ad\u30fc":[22,35,39,75,102,137],"\u4e3b\u5c0e":154,"\u4e3b\u8981":23,"\u4e43\u6bc5":35,"\u4e57\u308a":109,"\u4e71\u6570":[171,237],"\u4e88\u3081":[149,211],"\u4e88\u5b9a":[16,37,42,77,79,129,130,160,173,197,201,215],"\u4e88\u7d04":89,"\u4e8b\u524d":[12,109,110,111,113,114,129,130,205,224],"\u4e8b\u67c4":10,"\u4e8b\u9805":22,"\u4e8c\u3064":[11,52,79,109,111,112,115,142,150,160,166,169,170,175,222],"\u4e8c\u756a\u76ee":187,"\u4e8c\u91cd":[40,41,42,186],"\u4e8c\u9805":[42,187],"\u4e92\u63db":[12,24,25,26,30,33,41,42,79,112,115,152,187,199,200,215],"\u4e92\u63db\u6027":12,"\u4e94\u5165":37,"\u4eac\u90fd":[209,222,224],"\u4eba\u3068":10,"\u4eba\u5411\u3051":42,"\u4eca\u56de":[33,39,173,187,230],"\u4eca\u5f8c":[37,108,129,142,197],"\u4ecb\u3057":[0,234],"\u4ecb\u6587":233,"\u4ed5\u65b9":3,"\u4ed5\u69d8":[22,35,38,39,41,61,79,135,151,152,209],"\u4ed5\u7d44":[17,42,215],"\u4ed5\u7d44\u307f":[39,42,151],"\u4ed8\u3044":190,"\u4ed8\u304d":3,"\u4ed8\u3051":[39,82,83,99,128,154,157,163,164,215,221,227,230,232],"\u4ed8\u3051\u308b":[9,154,187,190,208,230,236],"\u4ed8\u3051\u65b9":82,"\u4ed8\u4e0e":[49,65,75,150,229],"\u4ed8\u5c5e":[151,152],"\u4ed8\u968f":91,"\u4ee3\u308a":[39,160,186],"\u4ee3\u308f\u308a":[28,31,42,132,134,136,149,151,163,164,173,186,190,197,209,221],"\u4ee3\u5165":[11,35,40,186],"\u4ee3\u8868":0,"\u4ee5\u4e0a":[11,12,14,17,31,39,40,41,42,49,52,66,67,73,77,90,112,114,127,132,135,136,138,149,150,151,154,163,166,169,170,173,175],"\u4ee5\u4e0b":[11,12,14,17,18,21,25,28,31,32,33,37,39,41,42,45,48,49,51,52,53,55,62,67,70,73,77,80,81,82,83,84,86,88,89,90,92,93,94,95,96,99,100,101,102,103,104,105,106,107,109,110,111,112,114,115,116,117,118,119,121,122,126,127,128,131,132,133,134,135,136,137,138,139,140,142,143,144,147,149,150,151,152,154,157,160,161,163,164,165,166,169,170,173,174,175,183,184],"\u4ee5\u5185":[187,203,204,233,237],"\u4ee5\u524d":[33,37,39,40,41,42,190,224,227,233],"\u4ee5\u5916":[0,11,12,35,37,40,41,45,48,49,52,53,55,59,62,65,68,70,77,112,127,132,136,138,147,150,186,192,197,207,211],"\u4ee5\u964d":[12,14,17,35,37,40,41,42,92,109,139,149,163,164,165,190,192,209,234],"\u4eee\u540d":193,"\u4eee\u5b9a":128,"\u4eee\u60f3":[12,40,42,228,237],"\u4ef6\u540c":42,"\u4ef6\u542b":233,"\u4ef6\u6570":[33,41,42,62,65,75,102,222,224,230],"\u4efb\u610f":[0,12,149,150,230],"\u4f1a\u793e":[41,42],"\u4f1d\u7d71":0,"\u4f3c\u305f":190,"\u4f4e\u3044":224,"\u4f4e\u304f":[209,224],"\u4f4e\u4e0b":40,"\u4f4e\u6a5f":11,"\u4f4e\u6e1b":[35,219],"\u4f4f\u3093":233,"\u4f4f\u6240":39,"\u4f50\u85e4":[33,42],"\u4f53\u8fd1":161,"\u4f55\u3089\u304b":211,"\u4f55\u500b":132,"\u4f55\u5ea6":[40,128],"\u4f59\u308a":187,"\u4f59\u8a08":10,"\u4f5c\u3063":[37,65,66,117,120,131,151,154,190,203,224,228],"\u4f5c\u3089":[42,109],"\u4f5c\u3089\u308c":[41,150],"\u4f5c\u308a":[41,127,134,136,154,189,203,204,210,232],"\u4f5c\u308a\u76f4\u3057":127,"\u4f5c\u308a\u76f4\u3059":[42,127],"\u4f5c\u308c":103,"\u4f5c\u308c\u308b":42,"\u4f5c\u6210":3,"\u4f5c\u6210\u6e08":149,"\u4f5c\u696d":[3,10],"\u4f5c\u7528":39,"\u4f75\u305b":230,"\u4f7f\u3044":[0,6,7,8,11,15,17,18,21,22,24,25,26,27,28,30,33,37,41,42,45,47,53,55,67,77,80,83,99,110,112,115,131,132,133,135,136,140,142,149,151,154,164,165,169,173,185,186,187,188,190,196,197,198,202,203,204,206,208,209,210,211,215],"\u4f7f\u3044\u5206\u3051":[222,224],"\u4f7f\u3044\u65b9":[0,22,44],"\u4f7f\u3046":[5,7,11,12,16,21,23,24,25,26,28,30,33,34,35,37,39,40,41,42,45,46,48,49,55,67,70,77,80,82,85,88,93,94,95,96,99,100,101,109,110,111,112,113,114,115,120,121,126,127,129,130,132,133,135,136,138,142,145,149,150],"\u4f7f\u3048":[6,8,21,37,40,41,42,45,88,96,111,112,120,127,128,132,136,142,149,151,154,156,157,185,186,187,193,197,198,199,200,201,209,213,214,228,230],"\u4f7f\u3048\u308b":[21,28,33,37,39,40,41,42,131,132,149,186,197,201],"\u4f7f\u3063":[3,5],"\u4f7f\u308f":[12,21,33,37,40,41,42,45,48,52,84,101,110,112,114,117,132,136,138,142,151,157,185,186,190,193,196,197,203,207,209,221,228,229,236],"\u4f7f\u308f\u305a":170,"\u4f7f\u7528":[11,12,33,34,35,39,40,41,42,48,49,52,62,63,65,69,79,86,88,89,90,92,99,102,112,115,116,128,132,134,139,140,142,143,144,149,150,151,152,154,160,163,170,175,186,187,193,198,209],"\u4f7f\u7528\u4f8b":160,"\u4f8b\u3068\u3057\u3066":[210,227],"\u4f8b\u3068\u3068\u3082":160,"\u4f8b\u5916":[26,41,42,88,118,129,130],"\u4f9d\u5b58":[22,23],"\u4fa1\u683c":33,"\u4fbf\u5229":[0,1,6,7,28,33,42,49,77,80,109,110,115,127,131,132,133,140,142,149,185,186,193,197,203,227],"\u4fc2\u6570":[11,132],"\u4fdd\u3064":33,"\u4fdd\u5b58":[22,33,39,40,42,77,88,90,109,112,131,132],"\u4fdd\u6301":[48,52,227,231,233],"\u4fdd\u8a3c":[79,86],"\u4fe1\u6d0b":33,"\u4fe1\u983c":147,"\u4fee\u5e73":41,"\u4fee\u6b63\u4e2d":204,"\u500b\u3005":[11,79,109,111,224],"\u500b\u4eba":[12,28],"\u500b\u5225":12,"\u500b\u5b9a":9,"\u500b\u6240":41,"\u500b\u6570":[39,49],"\u500d\u7cbe":211,"\u5019\u88dc":[135,154,169,203,204,205],"\u5024\u304b":160,"\u5024\u304c":33,"\u5024\u3054":228,"\u5024\u3054\u3068":228,"\u5024\u3060\u3051":187,"\u5024\u3068":[132,186,227],"\u5024\u3068\u3057\u3066":[149,160,225,233],"\u5024\u306a\u3057":38,"\u5024\u306a\u3089":40,"\u5024\u3088\u308a":[11,132],"\u5024\u4ee5\u4e0a":149,"\u5024\u578b":227,"\u5024\u57df":73,"\u5024\u6bce":228,"\u5024\u7528":37,"\u5024\u8a18":187,"\u505c\u6b62":[40,42,79,92,139,149],"\u5065\u4f5c":229,"\u5074\u9762":0,"\u5076\u6570":187,"\u5099\u8003":[40,154],"\u50be\u5411":232,"\u512a\u308c":[0,209],"\u512a\u5148":[0,42,96,150,203],"\u5143\u6c17":40,"\u5148\u60c5":233,"\u5148\u982d":[57,62,132,151,197,209,230],"\u5149\u7537":40,"\u5165\u3063":[14,39,40,42,80,203,221,229,230,232],"\u5165\u308a":[101,187,209,221,228,230],"\u5165\u308b":137,"\u5165\u308c":[209,224,229,233],"\u5165\u308c\u308b":[42,197],"\u5165\u529b":[33,34,37,38,40,80,86,87,89,91,97,98,100,102,106,107,108,124,132,135,137,148,149,150],"\u5165\u529b\u30df\u30b9":204,"\u5168\u304f":42,"\u5168\u3066":[17,65,132,151,185,188,211,232],"\u5168\u4e16\u754c":40,"\u5168\u4ef6":[66,186,187],"\u5168\u4f53":[22,28,40,44,46],"\u5168\u524a":144,"\u5168\u6587\u691c":[22,35,226],"\u5168\u6587\u691c\u7d22":[39,136,149],"\u5168\u89d2":[37,42,66,190,230],"\u5168\u90e8":221,"\u5168suffix":65,"\u516c\u5e73":40,"\u516c\u5f0f":[8,24,26,37,170],"\u516c\u8f14":40,"\u516c\u958b":[12,33,35,37,40,41,42,48],"\u516c\u958b\u9375":12,"\u5171\u306b":[49,62],"\u5171\u901a":[10,37,109,111,187,207,211,232],"\u5171\u901a\u63a5":207,"\u5177\u4f53":[132,224,228,232],"\u5177\u4f53\u4f8b":[88,112],"\u5177\u5408":[132,187],"\u5178\u578b":42,"\u5185\u5bb9":[10,12,17,39,41,42,53,57,60,66,80,90,112,132,137,148,150,173,186,187,189,203,206,210,219,227,230,232,233,234],"\u5185\u8a33":224,"\u5185\u8fd1\u304f":187,"\u5185\u90e8":[12,33,38,41,42,48,52,58,62,65,173,227],"\u5186\u6ed1":12,"\u518d\u3073":41,"\u518d\u4f5c":42,"\u518d\u4f5c\u6210":33,"\u518d\u5229":[41,42,75,207],"\u518d\u5e30":[11,45,62,87,104,132,147,151,196],"\u518d\u5ea6":[11,41,42,47],"\u518d\u691c":185,"\u518d\u69cb":37,"\u518d\u73fe":[10,40,185,209,224],"\u518d\u751f":151,"\u518d\u767a":41,"\u518d\u8aad":[108,196],"\u518d\u8d77":[42,196,210,219],"\u518d\u8d77\u52d5":[121,126,210],"\u51e6\u7406":[0,6,7,11,17,33,34,35,39,40,41,42,57,75,78,83,84,101,104,115,132,134,136,140,142,147,150,151,164,173,186,187,189,208,209,215,221,222,237],"\u51fa\u3055":40,"\u51fa\u3057":233,"\u51fa\u3059":[154,233],"\u51fa\u305b\u308b":0,"\u51fa\u529b":[0,3,14],"\u51fa\u6765":[18,142,229,232],"\u51fa\u6765\u308b":233,"\u51fa\u73fe":[0,42,49,90,135,140,154,198,199,200,231],"\u5206\u304b\u3061":0,"\u5206\u3051":[12,22,90],"\u5206\u3051\u308b":[12,227],"\u5206\u307e":201,"\u5206\u5272":[0,33,37,42,187,207,209,222,230],"\u5206\u5c90":14,"\u5206\u6563":201,"\u5206\u6790":0,"\u5206\u89e3":[11,201],"\u5206\u914d":112,"\u5206\u96e2":33,"\u5206\u985e":[227,228],"\u5206z":211,"\u5207\u3089":41,"\u5207\u308a":[12,33,37,40,41,42,124],"\u5207\u308a\u6368\u3066":227,"\u5207\u308b":[41,151],"\u5207\u308c":42,"\u5217\u4e2d":[33,187],"\u5217\u578b":[41,186,227,228],"\u5217\u5f0f":55,"\u5217\u5f15":11,"\u5217\u60c5":142,"\u5217\u6307\u5411":0,"\u5217\u6319":[42,230],"\u5217\u8868":[55,211],"\u5217\u95a2":33,"\u521d\u56de":17,"\u521d\u671f":[0,35,37,39,41,53,62],"\u521d\u671f\u5024":148,"\u521d\u671f\u5316":[33,39,42,52,63,70],"\u5224\u5b9a":237,"\u5224\u65ad":[53,114,132,187],"\u5225\u3005":[132,228],"\u5225\u540d":42,"\u5225\u9014":[62,211],"\u5229\u70b9":0,"\u5229\u7528":[0,1,10,12,14,17,22,23,24,25,26,28,30,31,33,37,39,40,41,42,44,48,53,65,80,100],"\u5229\u7528\u4f8b":0,"\u5230\u9054":32,"\u5236\u5fa1":[39,110,151,157,170],"\u5236\u7d04":32,"\u5236\u9650":22,"\u5247\u3063":201,"\u524a\u6e1b":[33,42],"\u524a\u9664":[0,6,7,18,33,34,35,37,38,39,40,41,42,57,62,64,65,66,75,88,91,93],"\u524d\u3082\u3063":42,"\u524d\u4ed8":111,"\u524d\u4ed8\u304d":62,"\u524d\u56de":12,"\u524d\u5f8c":[149,230],"\u524d\u63d0":3,"\u524d\u65b9":[11,22,33,34,36,38,39,41,42,44,66,88,135,136,169],"\u524d\u8005":[45,154,190,196,237],"\u524d\u8ff0":[136,151,190,224],"\u5270\u4f59":41,"\u5272\u3063":[198,200],"\u5272\u308a":52,"\u5272\u308a\u5f53\u3066":[35,48],"\u5272\u308a\u5f53\u3066\u308b":[82,207,227,230],"\u5272\u308b":200,"\u5272\u5408":134,"\u52a0\u3048":[11,21,101,227,235],"\u52a0\u3048\u308b":[37,89,101],"\u52a0\u308f\u308b":10,"\u52a0\u7b97":[33,62,75,77],"\u52a3\u5316":42,"\u52b9\u679c":[110,233],"\u52b9\u7387":[33,42,101,232],"\u52c9\u5f37":209,"\u52d5\u3044":[42,67],"\u52d5\u304b":[40,41,42,96,154,197],"\u52d5\u304b\u3057":[154,210],"\u52d5\u304b\u3059":42,"\u52d5\u304d":[42,132,141,201,215],"\u52d5\u304f":[28,37,39,210,214],"\u52d5\u4f5c":3,"\u52d5\u5c0f":211,"\u52d5\u74b0":148,"\u52d5\u753b":229,"\u52d5\u7684":[0,22,33,35,38,42,44,151],"\u52e7\u3081":41,"\u5316\u4f5c":12,"\u5316\u51e6":[37,75],"\u5316\u524d":75,"\u5316\u5bfe":17,"\u5316\u65b9":[115,190],"\u5316\u6642":37,"\u5316\u6e08":[53,62],"\u5316\u6f0f\u308c":39,"\u5316\u95a2":35,"\u5317\u4eac":160,"\u5317\u534a\u7403":39,"\u5317\u5e02":33,"\u533a\u5207\u3063":[115,132,140,142,154,221],"\u533a\u5207\u3089":37,"\u533a\u5207\u308a":[0,39,42,100,102,132,135,142,148,149,154,186,187,194,206,209,211,227,228,230],"\u533a\u5207\u308b":[35,132,196],"\u533a\u5225":[132,197,211,235],"\u5341\u5206":[33,60,224,225],"\u5341\u5206\u6c17":132,"\u534a\u5f84":161,"\u534a\u7121":[37,136],"\u534a\u89d2":[66,190,230],"\u5354\u529b":[3,4],"\u5357\u534a":39,"\u5358\u306b":[40,130],"\u5358\u4e00":89,"\u5358\u4f4d":[0,35,37,42,68,78,80,83,118,134,145,149,154,160,161,173,187,189,209,211,221,222,230,233],"\u5358\u4f53":[0,150],"\u5358\u72ec":[49,150],"\u5358\u7d14":[11,82,161,235],"\u5358\u8a9e":[39,132,185,186],"\u535a\u4e4b":[33,42],"\u5360\u6709":62,"\u5371\u6a5f":[149,189],"\u5371\u967a":[12,92,103,104,105,114,120,138,139,215],"\u5373\u5024":33,"\u5373\u5ea7":[33,42],"\u539f\u56e0":[10,22,33,42,147,150,223],"\u539f\u99c5":237,"\u53b3\u5bc6":[33,41,42,203],"\u53c2\u52a0":[2,3],"\u53c2\u7167\u5024":33,"\u53c2\u7167\u5143":227,"\u53c2\u7167\u5148":40,"\u53ca\u3073":150,"\u53cb\u4eba":229,"\u53cc\u65b9":10,"\u53cd\u6620":[0,11,12,154,210],"\u53cd\u8ee2":187,"\u53ce\u307e\u308a\u304d\u3089":42,"\u53ce\u96c6":[0,80],"\u53d6\u308a":33,"\u53d6\u308a\u51fa\u3055":227,"\u53d6\u308a\u51fa\u3057":[59,66,230],"\u53d6\u308a\u51fa\u3059":[11,35,59,66,227],"\u53d6\u308a\u51fa\u305b\u308b":33,"\u53d6\u308a\u5f97\u308b":211,"\u53d6\u308a\u8fbc\u307e":12,"\u53d6\u308a\u8fbc\u307f":37,"\u53d6\u308a\u9664\u3044":65,"\u53d6\u308a\u9664\u304d":[11,165],"\u53d6\u308b":[154,187,221],"\u53d6\u308c\u308b":102,"\u53d6\u5f97":[3,10],"\u53d7\u3051":[9,33,39,40,41,42,82,83,128,151,154,157,160,187,215,218,221,230,236],"\u53d7\u3051\u308b":[41,219],"\u53d7\u3051\u4ed8\u3051":[35,39,133,187],"\u53d7\u3051\u53d6\u3063":0,"\u53d7\u3051\u53d6\u308a":[11,151,154,230],"\u53d7\u4ed8":[40,236],"\u53d7\u4fe1":154,"\u53e4\u3044":12,"\u53e4\u304f":41,"\u53e4\u3059\u304e\u308b":18,"\u53ef\u5426":230,"\u53ef\u5909":[37,90,98,118,221],"\u53ef\u8aad":41,"\u53f3\u4e0a":34,"\u53f3\u4e0b":[34,162],"\u53f3\u8fba":[33,35,37,42],"\u5404\u51fa":132,"\u5404\u52d9":42,"\u5404\u547d":150,"\u5404\u56fd":12,"\u5404\u7a2e":12,"\u5404\u7d22":230,"\u5404\u8981":77,"\u5404\u8a9e":86,"\u5408\u308f\u305b":[12,39,49,187],"\u5408\u7406":209,"\u5408\u81f4":[230,237],"\u5408\u8a08":[32,41,86,132,150,198,207,224,225],"\u5409\u5ca1":42,"\u5409\u7530":40,"\u540c\u3058":[0,22,33,34,35,37,41,42,52,55,66,77,79,80,82,88,108,111,112,114,121,126,127,128,132,135,137,142,149,150,151,152,154,170,187,190,196,197,198,199,200,204,211,215,223],"\u540c\u3058\u4f8b":232,"\u540c\u3058\u5024":[151,230],"\u540c\u3058\u578b":77,"\u540c\u3058\u6570":[149,151,215],"\u540c\u3058\u6708":42,"\u540c\u3058\u91cd\u307f":170,"\u540c\u6642":[0,9,42,65,66,79,132,150,154,237],"\u540c\u671f":[12,150],"\u540c\u68b1":[17,35,39,41],"\u540c\u69d8":[11,12,66,150,192,221,227,237],"\u540c\u7b49":[42,150,222],"\u540c\u7fa9":[33,196],"\u540d\u524d":[12,17,22,33,35,36,37,39,42,44,45,49,52,53,62,63,65,68],"\u540d\u79f0":42,"\u540d\u7b49":62,"\u540dn":137,"\u5411\u3044":[41,80,132,207],"\u5411\u3051":3,"\u5411\u4e0a":[33,37,42,151,185,215,219],"\u5426\u304b":[109,111,157],"\u5426\u5b9a":[11,42,132],"\u542b\u307e":[6,11,12,24,33,39,41,42,80,88,90,96,101,102,109,112,114,121,122,126,129,130,132,133,136,137,138,139,140,154,157,166,170,173,186,187,196,198,199,200,206,209,215,222,230,233],"\u542b\u307e\u308c":[0,40,80,112,121,122,126,132,136,157,173,222],"\u542b\u307e\u308c\u308b":[0,11,12,33,132,149,163,164,224,227,230],"\u542b\u307f":[42,66,80,112,118],"\u542b\u3080":[9,11,39,40,41,42,77,88,89,109,131,132,135,139,148,186,187,199,200,222,230,232,233],"\u542b\u3080\u5024":[149,230],"\u542b\u3080\u5168\u3066":92,"\u542b\u3081":[12,132,157,186,196],"\u542b\u3081\u308b":[12,33,37,38,41,100,109,111,112,114,115,132,142,186,196,230],"\u542b\u3093":[11,33,41,80,114,118,131,132,173,186,187,198,199,204,205,209,227,233],"\u5438\u53ce":230,"\u5468\u4e0a":161,"\u5468\u8fba":[39,173],"\u547c\u3070":[40,42,52,63,65,67,132,187,198,211,230],"\u547c\u3073":[11,70,77,132,149,150,173,227],"\u547c\u3073\u5143":52,"\u547c\u3073\u51fa\u3055":[57,132],"\u547c\u3073\u51fa\u3057":[0,11,35,39,41,42,52,100,132,173,185],"\u547c\u3073\u51fa\u3059":[110,141,158,161,162,167,171,185],"\u547c\u3076":[14,39,42,67,70,92,139,185],"\u547c\u3076\u524d":70,"\u547c\u3093":[41,70,132,222,228],"\u547c\u51fa":[49,60,62,65],"\u547d\u4ee4":149,"\u547d\u540d":[39,112],"\u548c\u5e83":40,"\u552f\u4e00":141,"\u554f\u3044\u5408\u308f":11,"\u554f\u984c":[12,17,33,34,35,36,37,39,40,41,42,48,52,86,89,120,150,151,186,187,209,225,230],"\u559c\u3073":[16,17],"\u56db\u3064":222,"\u56db\u5247":41,"\u56db\u6368":37,"\u56db\u89d2\u5f62":192,"\u56de\u52d5":150,"\u56de\u540c":42,"\u56de\u547c":35,"\u56de\u6307\u5b9a":186,"\u56de\u6570":[39,210],"\u56de\u7279":150,"\u56de\u7e70\u308a":150,"\u56de\u9001\u308b":128,"\u56de\u907f":[12,22,41,42,138,223,224],"\u56f0\u3063":10,"\u56f0\u96e3":[0,39],"\u56f2\u307e":[164,173],"\u56f2\u307f":[149,163,164,173],"\u56f2\u3080":[40,173,230],"\u56f2\u3093":187,"\u56fa\u5b9a":[41,62,66,90,136,221,230],"\u56fa\u5b9a\u9577":35,"\u56fa\u6709":[57,77],"\u56fd\u3054":228,"\u56fd\u540d":228,"\u56fd\u969b":17,"\u56fd\u969b\u5316":[3,15],"\u570f\u5185":233,"\u5727\u7e2e":[28,37,39,40,41,42,49,89,131,214],"\u5730\u56f3":0,"\u5730\u57df":0,"\u5730\u5f62":[160,161],"\u5730\u70b9":[160,237],"\u5730\u7cfb":160,"\u578b\u304b":211,"\u578b\u3068\u3057\u3066":211,"\u578b\u540d":[90,131,132],"\u578b\u5909":37,"\u578b\u60c5":39,"\u578b\u6307":39,"\u578b\u7528":55,"\u57cb\u3081\u8fbc\u307e":12,"\u57cb\u3081\u8fbc\u307f":[164,173],"\u57cb\u3081\u8fbc\u3080":150,"\u57f7\u7b46":[18,192,231,232],"\u57fa\u6570":187,"\u57fa\u672c":[0,12,22,39,41,88],"\u57fa\u6e96":[0,12,227,230],"\u57fa\u76e4":52,"\u5831\u4ee5":142,"\u5831\u544a":[3,10],"\u5834\u5408":[5,6,7,10,11],"\u5834\u6240":2,"\u5883\u754c":[39,109,111,160],"\u5897\u3048":[77,129,134,142,197,200,232],"\u5897\u3048\u308b":[42,116,143,154],"\u5897\u3084":[6,7,42,67,77],"\u5897\u3084\u3059":[14,67,77,132,197,210],"\u5897\u5206":132,"\u5897\u52a0":[40,132],"\u5897\u5927":160,"\u58ca\u3057":[42,147],"\u58ca\u3059":39,"\u58ca\u308c":[33,35,37,39,42,86,120,127,138,147],"\u58ca\u308c\u308b":[33,34,35,37,39,40,41,42,103,104,105],"\u5909\u3048":88,"\u5909\u3048\u308b":[88,132,209,224],"\u5909\u308a":41,"\u5909\u308f\u3063":[88,209],"\u5909\u308f\u308a":[42,85,86,128,209,222,237],"\u5909\u308f\u308b":[163,164,173,209,224],"\u5909\u5316":[0,42],"\u5909\u63db":[33,37,42,66,84,151,187,190],"\u5909\u6570":[12,14,29,33,36,37,38,39,40,41,42,63,71,132,187,196],"\u5909\u66f4":[12,18,21,22,28,33,34],"\u5909\u66f4\u5f8c":[50,52,54,61,62,65],"\u5909\u66f4\u70b9":3,"\u5916\u90e8":9,"\u591a\u3044":[147,186,187,193,224],"\u591a\u304f":[37,101,112,132,136,151,169,173,186,187,197,200,209,214,219,224,227,230],"\u591a\u3059\u304e":35,"\u591a\u3059\u304e\u308b":132,"\u591a\u5f69":0,"\u591a\u69d8":0,"\u591a\u6bb5":33,"\u591a\u91cd":148,"\u591a\u9762":0,"\u5927\u304d":[39,77,86,136,147,151,207,210],"\u5927\u304d\u3044":[11,33,37,41,42,83,96,132,136,147,186,207,209,210],"\u5927\u304d\u304f":[35,79,100,147,161,199,227],"\u5927\u304d\u3055":207,"\u5927\u304d\u306a":33,"\u5927\u4e08":19,"\u5927\u4e08\u592b":[10,28],"\u5927\u4e8b":[186,196],"\u5927\u5207":0,"\u5927\u5225":227,"\u5927\u62b5":151,"\u5927\u6587":[132,197],"\u5927\u6587\u5b57":[41,136,169,197,230],"\u5927\u898f\u6a21":0,"\u5927\u8cb4":39,"\u5927\u91cf":[11,33,41,136,138,198,199,207,229,230],"\u5927\u95a2":41,"\u592a\u90ce":229,"\u592b\u5fc5":235,"\u5931\u308f":39,"\u5931\u52b9":[85,151],"\u5931\u6557":[12,33,35,37,39,40,41,42,47,48,71,88,89,92,93,95,96,99,101,103,104,105,114,121,122,126,127,132,136,138,139,144,186,197,230],"\u5947\u5999":197,"\u5947\u6570":187,"\u5968\u6271\u3044":41,"\u597d\u304d":17,"\u59a5\u5f53":[42,207],"\u59cb\u307e\u3063":[80,189,193,205],"\u59cb\u307e\u308a":12,"\u59cb\u307e\u308b":[28,41,65,75,89,132,150,186,187,196,203,205,209,215],"\u59cb\u3081":17,"\u59cb\u70b9":230,"\u5b09\u3057\u304f":10,"\u5b50\u5348\u7dda":160,"\u5b57\u5165":193,"\u5b57\u5217":[33,37,41,93,94,95,136,186,211],"\u5b57\u5c0f":[132,197],"\u5b58\u5426":62,"\u5b58\u5728":[0,18,33,34,35,39,40,41,42,45,52,62,65,66,75,80,93,94,100,112,114,117,128,132,150,151,157,161,162,201,209,219,221,222,225,228,230,232,237],"\u5b66\u3073":[112,132,160,228],"\u5b66\u3093":233,"\u5b66\u7fd2":[35,40,135],"\u5b66\u7fd2\u7528":154,"\u5b89\u5168":[42,221],"\u5b89\u5b9a":[0,38,79,86],"\u5b89\u5fc3":10,"\u5b8c\u4e86":[12,17,83,132,189],"\u5b8c\u5168":[11,45,65,89,110,132,136,187,207],"\u5b8c\u74a7":200,"\u5b8c\u7d50":10,"\u5b9a\u5024":39,"\u5b9a\u5b50":197,"\u5b9a\u6570":42,"\u5b9a\u7fa9":[11,39,41,42,45,49,57,63,65,68,75,88,89,91,97,99,100,109,112,132,137,149,157,160,163,164,165,166,169,170,173,175,183,186,187,188,196,197,198,199,200,201,211,221,230,232],"\u5b9f\u4f53":52,"\u5b9f\u4f8b":[3,4],"\u5b9f\u51e6":[11,63],"\u5b9f\u6570":211,"\u5b9f\u65bd":12,"\u5b9f\u73fe":[0,3,4],"\u5b9f\u7528":41,"\u5b9f\u7a3c":148,"\u5b9f\u884c":[0,3],"\u5b9f\u884c\u4f8b":[14,39,45,77,79,80,85,88,90,92,93,94,95,96,99,101,103,104,105,109,110,112,113,114,115,116,117,118,119,120,121,122,126,127,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,151,154,157,160,163,164,165,166,169,170,173,175,183,186,187,188,189,190,193,197,198,199,200,203,204,206,208,209,221,227,228,229,230,232,233,234,235,236,237],"\u5b9f\u88c5":[17,33,37,39,41,42,67,83,88,112,129,130,132,151,152,160,200,201,214],"\u5b9f\u969b":[32,40,45,67,109,111,112,114,132,134,198,210,224,229,232],"\u5b9f\u9a13":33,"\u5bb9\u91cf":[42,86],"\u5bc6\u9375":3,"\u5bfe\u51e6":41,"\u5bfe\u5fdc":[0,9],"\u5bfe\u7167":170,"\u5bfe\u7b56":[22,223],"\u5bfe\u8a71":[221,230],"\u5bfe\u8c61":[0,9,11,12,14,17,18,28,33,37,38,41,42,49,52,53,55,59,62,64,65,66,73,79,87,89,91,93,94,95,97,98,99,100,101,102,103,104,105,112,114,117,118,120,127,128,132,135,136],"\u5bfe\u8c61column":49,"\u5bfe\u8c61ctx":52,"\u5bfe\u8c61cursor":[59,66],"\u5bfe\u8c61id":60,"\u5bfe\u8c61obj":60,"\u5bfe\u8c61object":[49,53,57,60,62,63,69],"\u5bfe\u8c61table":[49,62,65,66],"\u5bfe\u8c61table1":65,"\u5bfe\u8c61table2":65,"\u5c02\u7528":[1,12,17,120,221,234],"\u5c06\u6765":[40,77,109,115,116,129,130,143,160,201,215,221],"\u5c0e\u5165":[3,14,15,17],"\u5c0f\u3055":42,"\u5c0f\u3055\u3044":[11,36,66,132,136,161,186,189,199,207,209],"\u5c0f\u3055\u304f":[41,42,160,161,188,197,207,210,215],"\u5c0f\u306a\u308a":185,"\u5c0f\u5024":[109,111,112,114],"\u5c0f\u6570":[37,42,80,83,149],"\u5c0f\u6570\u70b9":227,"\u5c0f\u6587\u5b57":[66,136,142,169,190,197,230],"\u5c0f\u897f":40,"\u5c11\u304f":225,"\u5c11\u3057":[28,200],"\u5c11\u3057\u9055\u3044":132,"\u5c11\u306a\u3044":[41,132,185,186,187,188,196],"\u5c11\u306a\u304f":[0,10,42,96,173,186,187,188,210],"\u5c11\u306a\u3051\u308c":136,"\u5c1a\u4e5f":40,"\u5c3a\u5ea6":0,"\u5c55\u958b":[12,22,28,31,33,37,39,40,44,96,121,122,126,132,170],"\u5c55\u958b\u5f8c":132,"\u5c55\u958b\u7528":37,"\u5c5e\u3057":[73,211,228],"\u5c5e\u3059\u308b":[49,62,66,137],"\u5c5e\u6027":[36,89,115,116,137,142,143,165],"\u5c65\u6b74":12,"\u5c71\u672c":41,"\u5ca9\u4e95":[33,39,40],"\u5ca9\u677e":33,"\u5cf6\u7530":39,"\u5d8b\u7530":39,"\u5de6\u4e0a":[34,162],"\u5de6\u4e0b":34,"\u5de6\u53f3":230,"\u5de6\u8fba":33,"\u5dee\u3057":12,"\u5dee\u5206":150,"\u5dee\u96c6\u5408":187,"\u5e02\u5185":192,"\u5e02\u771f":33,"\u5e03\u6559":3,"\u5e38\u306b":42,"\u5e73\u5747":[41,132],"\u5e73\u884c":12,"\u5e74\u9f62":[0,136],"\u5e83\u304f":[12,197],"\u5ea6\u3068":37,"\u5ea6\u5206":211,"\u5ea6\u5408\u3044":224,"\u5ea6\u6570":[37,187,227,237],"\u5ea6\u6d6e":211,"\u5ea6\u8868":35,"\u5ea6y":211,"\u5ea7\u6a19":[37,160,161,162,187,192,233],"\u5ea7\u6a19\u5024":37,"\u5ec3\u6b62":[79,193],"\u5f0f\u5168":[186,187],"\u5f0f\u8868":55,"\u5f0f\u96c6\u5408":197,"\u5f15\u3044":187,"\u5f15\u304d\u51fa\u3059":0,"\u5f15\u304d\u7d9a\u304d":40,"\u5f15\u304d\u8d77\u3053\u3059":[39,40],"\u5f15\u304d\u8d77\u3059":[33,39,40],"\u5f15\u6570":[11,22,33,34,39,40,41,42,44,52,66,79],"\u5f15\u7528":[40,149],"\u5f15\u8a9e":230,"\u5f31\u70b9":0,"\u5f35\u3063":[40,42,114,132,138],"\u5f35\u3089":[39,40,42,49,101,199,200,227],"\u5f35\u308b":[138,186,187],"\u5f35\u308c\u308b":40,"\u5f37\u5236":[34,39,41,42,62,120,133],"\u5f37\u529b":197,"\u5f37\u5316":[35,37,41],"\u5f53\u3066":[52,128,137,142,207],"\u5f53\u8a72":[62,79],"\u5f62\u5f0f":[11,22,33,34,37,38,39,41,44,51,52,54,78],"\u5f62\u614b":[0,28,187,209],"\u5f62\u72b6":192,"\u5f71\u97ff":[12,33,39,40,41,42,199],"\u5f79\u5272":[170,230],"\u5f79\u7acb\u3061":40,"\u5f85\u3061\u53d7\u3051\u308b":[221,234],"\u5f85\u3064":83,"\u5f8c\u304b\u3089":100,"\u5f8c\u65b9":[11,22,33,39,41,42],"\u5f8c\u8005":[45,154,190,196,237],"\u5f8c\u8ff0":[11,12,66,132,175,197,201],"\u5f93\u3046":35,"\u5f93\u3063":[64,65,66,132,152,215],"\u5f93\u6765":41,"\u5f97\u3089\u308c":[141,166],"\u5f97\u308b":[151,193],"\u5fa9\u53f7":12,"\u5fa9\u65e7":[38,42,53,147],"\u5faa\u74b0":33,"\u5fc3\u304c":14,"\u5fc3\u914d":23,"\u5fc5\u305a":[65,73,79,111,132,136,169,197,198,221],"\u5fc5\u8981":[0,3,5],"\u5fc5\u9808":[28,31],"\u5fd8\u308c":[37,77,169],"\u5fd8\u308c\u308b":103,"\u5fdc\u3058":[0,60,150,197],"\u5fdc\u7528":0,"\u5fdc\u7b54":[0,40],"\u601d\u3044":17,"\u601d\u3044\u51fa\u3057":132,"\u601d\u3046":[197,228,232],"\u601d\u3063":16,"\u6027\u5225":0,"\u6027\u80fd":[0,42],"\u6069\u6075":219,"\u60aa\u610f":[154,187],"\u60c5\u5831\u540d":137,"\u60f3\u5b9a":[86,100,229],"\u610f\u5473":[11,28,40,42,45,55,77,83,90,101,104,118,120,127,128,132,134,135,149,150,186,187,193,196,197,200,209,210,228,230,237],"\u610f\u56f3":[33,39,40,41,42,170,175,186,199,232],"\u610f\u8b58":136,"\u611f\u3058":10,"\u614e\u91cd":14,"\u6163\u308c":228,"\u6163\u7fd2":39,"\u6210\u308a":[132,186,221],"\u6210\u308a\u7acb\u3063":11,"\u6210\u529f":[12,28,42,48,49,52,53,55,62,65,70,71],"\u6210\u679c":3,"\u623b\u3057":96,"\u623b\u3063":151,"\u623b\u308a":[39,62],"\u623b\u308a\u5024":[47,48,49,52,53,55,59,62,65,67,70,71],"\u6240\u5b9a":[136,208,222,224],"\u6240\u5c5e":92,"\u6240\u6709":42,"\u624b\u52d5":[18,151,154],"\u624b\u6bb5":[11,55],"\u624b\u7d9a\u304d":[57,63],"\u624b\u9593":10,"\u624b\u9806":[3,4,10],"\u6253\u3061":109,"\u6253\u3061\u5207\u308a":40,"\u6253\u3063":12,"\u6253\u3064":12,"\u6253\u3064\u524d":12,"\u6271\u3044":[33,41,42,79,203,209,222,227],"\u6271\u3046":[0,2,38,40,84,109,111,187,210,224,225],"\u6271\u3048":[33,52,231],"\u6271\u3048\u308b":[40,41,225],"\u6271\u3063":[34,40,233],"\u6271\u308f":[33,39,40,41,42,52,132,142,150,186,190,192,224,227],"\u627f\u8a8d":41,"\u628a\u63e1":[10,101],"\u6291\u3048":224,"\u6291\u5236":[39,40,41],"\u6295\u5165":[34,109,224],"\u6295\u7a3f":12,"\u6295\u7a3f\u5834\u6240":233,"\u629c\u304d\u51fa\u3059":0,"\u629c\u3051":[37,40,41,42],"\u629c\u3051\u308b":230,"\u62bc\u3057":230,"\u62bc\u3059":[17,230],"\u62bd\u51fa":[39,132,136,164,173,175],"\u62c5\u5f53":12,"\u62c5\u5f53\u8005":12,"\u62e1\u5927":10,"\u62e1\u5f35":[22,37,41,136,197,226],"\u62e1\u5f35\u578b":227,"\u62e1\u5f35\u5b50":[35,121,122,126,150,194],"\u62ec\u5f27":102,"\u6301\u3061":[11,73,90,131,132,142,149,151,197],"\u6301\u3063":[0,10,39,77,90,112,115,116,118,132,142,143,149,186,187,190,204],"\u6301\u3064":[0,9,37,65,75,90,102,112,116,132,143,160,175,187,190,192,204,227,228,229,230],"\u6301\u3064\u3059\u3079":132,"\u6301\u3066":[90,208],"\u6301\u3066\u308b":42,"\u6307\u3057":227,"\u6307\u3059\u5024":66,"\u6307\u5b9a":[0,6,7,8,11],"\u6307\u6570":187,"\u6307\u6a19":62,"\u6307\u793a":[57,203,230,234],"\u6307\u91dd":[3,4],"\u6319\u304c\u3063":209,"\u6319\u52d5":[22,35,39,41,42,61,100,114,145,149,197,199,209],"\u632f\u821e":160,"\u632f\u821e\u3044":[39,40,41,157,170],"\u633f\u5165":[12,39,57,149,173,230],"\u6368\u3066":37,"\u6392\u4ed6":33,"\u639b\u3051":187,"\u63a1\u7528":[0,141,221,224],"\u63a2\u3057":[0,132,150,209],"\u63a2\u3059":[193,209,232],"\u63a2\u7d22":0,"\u63a5\u7d9a":[1,9,39,124,149,150],"\u63a5\u7d9a\u5148":148,"\u63a5\u8fd1":11,"\u63a5\u982d":[37,187,207],"\u63a8\u5968":[23,33,39,41,42,79,80,132,154,210,234],"\u63a8\u5b9a":42,"\u63a8\u6e2c":28,"\u63a8\u79fb":79,"\u63a8\u9032":40,"\u63d0\u4f9b":[0,1],"\u63d0\u6848":[10,22,35,37,38,39,40,41,42,44,135,202],"\u63db\u3048":[42,45,62,66,197,236],"\u63db\u3048\u308b":[12,42,45,73,138],"\u63db\u6642":37,"\u63fa\u308c":236,"\u642d\u8f09":0,"\u643a\u5e2f":0,"\u64a4\u53bb":37,"\u64a4\u5ec3":[35,41,71,87,126,132,134,149],"\u64cd\u4f5c":[0,11,22,40,42,44,49,52,55,62,65,92,117,132,139,149,185,187],"\u64ec\u4f3c":[22,42,44,49,73],"\u652f\u63f4":205,"\u6539\u540d":[37,39],"\u6539\u5584":[33,34,37,39,40,41,42],"\u6539\u884c":[37,38,42,149],"\u6570\u3048":[134,228],"\u6570\u3048\u308b":[132,228],"\u6570\u5024":[11,22,34,35,42,77,82,85,89,129,132,161,186,187,222,226],"\u6570\u5b57":[41,112,132,136,150,197,204,209,224],"\u6570\u70b9":[132,211],"\u6570\u73e0":175,"\u6574\u3063":14,"\u6574\u5217":[0,230],"\u6574\u5408":[33,34,62],"\u6574\u5f62":[42,81,230],"\u6574\u6570":[33,42,75,77,84,118,132,141,149,171],"\u6574\u7406":[39,40],"\u6587\u5b57":[0,11,33,34,37,39,40,41,42,52,53,55,62,65,66,77,102,107,115,131,132,136,140,142,145,149,154,158,160,161,162,163,164,173,186,187,189,190,196],"\u6587\u5b57\u5217":[22,33,39,40,41,54,55,77,80,82,94,102,115,132,142,154,158,160,163,164,169,173,175,185,186],"\u6587\u5b57\u6570":[173,187],"\u6587\u5b57\u7a2e":197,"\u6587\u66f8":[0,18,41,185],"\u6587\u66f8\u4e2d":[198,199],"\u6587\u66f8\u5185":208,"\u6587\u6cd5":[22,226],"\u6587\u8108":175,"\u65ad\u7247":173,"\u65b0\u3057\u3044":[0,3,6,7],"\u65b0\u3057\u304f":[10,41,79,110,132,136,185,188,230],"\u65b0\u305f":[11,49,53,57,65],"\u65b0\u5bbf":237,"\u65b0\u5bbf\u99c5":237,"\u65b0\u65e7":42,"\u65b0\u8a9e":209,"\u65b9\u5411":66,"\u65b9\u5f0f":[0,230,232],"\u65b9\u5f62":[160,161],"\u65b9\u6cd5":0,"\u65e2\u5b58":[0,1,12,33,39,41,42,45,53,65,108,111,132,147,150,201,219,221,227,230],"\u65e2\u5b9a":39,"\u65e2\u5b9a\u5024":219,"\u65e2\u77e5":109,"\u65e5\u3005":10,"\u65e5\u3054\u3068":109,"\u65e5\u4ed8":[0,12,160],"\u65e5\u6642":[22,112,211,226],"\u65e5\u672c":[12,41,161,162,169,186,187,193,203,209,211,237],"\u65e5\u672c\u4eba":203,"\u65e5\u672c\u6e2c":160,"\u65e5\u672c\u8a9e":[0,2,17,19,39,186,187,193,203,209,224],"\u65e5\u6b21":42,"\u6607\u964d":66,"\u6607\u9806":[62,65,66,113,132,228,230,237],"\u660e\u78ba":41,"\u660e\u793a\u7684":133,"\u6642\u306b":37,"\u6642\u4ee3":0,"\u6642\u4ee5\u5916":35,"\u6642\u523b":[42,53,80,150,167,204,233],"\u6642\u671f":42,"\u6642\u70b9":[12,39,47,48,52,54,62,79],"\u6642\u9593":[0,6,7,33,35,37,40,41,42,47,80,133,134,147,150,154,186],"\u666e\u53ca":0,"\u666e\u901a":[10,187],"\u6697\u53f7":12,"\u66d6\u6627":33,"\u66f8\u3044":[41,42,186,187,197,233],"\u66f8\u304b":[18,39,42,201,233],"\u66f8\u304d":[0,42,132,150,197],"\u66f8\u304d\u51fa\u3057":101,"\u66f8\u304d\u51fa\u3059":101,"\u66f8\u304d\u5f8c":222,"\u66f8\u304d\u63db\u3048":[12,21],"\u66f8\u304d\u8fbc\u307e":108,"\u66f8\u304d\u8fbc\u307f":[28,42,104],"\u66f8\u304d\u8fbc\u3080":[42,150],"\u66f8\u304d\u8fbc\u3081\u308b":41,"\u66f8\u304f":[41,149,186,197,232],"\u66f8\u3051\u308b":[39,40,41,42],"\u66f8\u5f0f":[22,117,120,132],"\u66ff\u3048":[12,22,41,42,224,226],"\u66ff\u3048\u308b":[33,230],"\u66ff\u308f\u308b":42,"\u6700\u3082":[52,86,132],"\u6700\u4e2d":[0,33,120],"\u6700\u521d":[10,33,37,41,42,52,80,128,132,136,157,163,164,173,186,187,196,197,198,209,219,227,230,232],"\u6700\u5927":[32,33,34,35,37,39,40,41,42,45,48,67,68,85,93,94,95,96,109,110,111,112,114,118,132,134,136,138,141,145,149,150,154,157,171,173,187,198,199,207],"\u6700\u5927\u5024":[33,39,41,109,111,112,114,132,199],"\u6700\u5927\u7dcf":[32,42,118,136],"\u6700\u5c0f":[24,25,26,30,42,132,157,219],"\u6700\u5c0f\u5024":[41,109,111,112,114,132,187],"\u6700\u5c0f\u9650":151,"\u6700\u5f8c":[12,35,39,42,52,142,150,151,187,197,209,224,227],"\u6700\u65b0":[2,6,7,8,12,37,42,85],"\u6700\u7d42":[53,77,132],"\u6700\u7d42\u66f4":53,"\u6700\u9069":[33,42,151],"\u6700\u9577":[37,82,150,187],"\u6708\u6b21":42,"\u6709\u3057":90,"\u6709\u529b":135,"\u6709\u52b9":[0,6,7,8,12,18,24,28,30,33,37,38,40,41,42,49,53,62,65],"\u6709\u7121":[163,227],"\u6709\u7528":[33,41,42,45,80,83,90,120,151,207,215,230],"\u6709\u76ca":0,"\u671b\u307e\u3057\u3044":[0,10,12],"\u671f\u5316":[39,52],"\u671f\u5f85":[0,193,197,209,227],"\u6728\u4e0a":66,"\u672a\u4f7f":41,"\u672a\u4f7f\u7528":221,"\u672a\u521d":39,"\u672a\u5b9a":227,"\u672a\u5b9a\u7fa9":41,"\u672a\u5b9f\u88c5":112,"\u672a\u5bfe":39,"\u672a\u6e80":[66,83,149,186],"\u672a\u77e5":38,"\u672a\u8a2d":39,"\u672a\u958b\u653e":35,"\u672b\u5c3e":[57,62,66,109,114,197],"\u672b\u6c38":42,"\u672c\u4f53":3,"\u672c\u5f53":[203,236],"\u672c\u6587":[165,232],"\u672c\u756a":[12,42,111],"\u672c\u8a9e":209,"\u672c\u8cea":150,"\u6749\u672c":42,"\u6749\u672c\u6dbc":42,"\u6751\u4e0a":[33,40,41,42],"\u6761\u4ef6":[3,11],"\u6761\u4ef6\u5f0f":39,"\u6771\u4eac":[160,209,222,224,237],"\u6771\u4eac\u90fd":[209,222,224],"\u6790\u5668":[0,209],"\u6790\u7cfb":187,"\u679c\u305f":230,"\u67af\u308c":[1,219],"\u67d4\u8edf":[0,170,185],"\u6817\u5c71":[41,42],"\u682a\u5f0f":[41,42],"\u683c\u7d0d":[0,11,32,37,45,48,49,53,57,60,62,64,65,75,89,136,137,149,169,187,188,192,201,207],"\u6848\u5185":[10,12,42],"\u68ee\u7530":229,"\u691c\u51fa":6,"\u691c\u67fb":62,"\u691c\u7d22\u4f8b":3,"\u691c\u7d22id":65,"\u691c\u7d22key":65,"\u691c\u8a0e":[198,199,200,219,224],"\u691c\u8a3c":[41,148],"\u6955\u5186":[160,161],"\u6975\u4ed8":[160,161],"\u697d\u3057":[222,224],"\u697d\u3057\u3044":[222,224],"\u6982\u5ff5":79,"\u6982\u7b97":140,"\u69cb\u3044":[17,164,173],"\u69cb\u6210":[11,12,24,25,26,30,41,219,230],"\u69cb\u6587":[22,33,36,39,40,41,42,44,55,77],"\u69cb\u7bc9":3,"\u69cb\u9020":[0,11,52,65,80,207,229],"\u69cb\u9020\u4f53":[33,41,52,59,63],"\u69d8\u3005":[3,11],"\u6a19\u6e96":[34,38,41,42,79,86,87,89,91,97,98,100,102,106,107,108,124,137,148,149,151,152,198,221,230],"\u6a19\u8a18":41,"\u6a29\u8868":41,"\u6a29\u9650":[28,40,42,234],"\u6a2a\u5c71":[33,40,41],"\u6a5f\u68b0":41,"\u6a5f\u80fd":[0,6,7,8,11,28,33,34,35,37,38,39,40,41,42,45,52,77,83,88,109,110,112,115,122,128,132,135,136,138,141,147,149,150,151,154,163,164,169,170,173,185,186,191],"\u6b20\u70b9":0,"\u6b20\u843d":40,"\u6b21\u56de":[12,79],"\u6b21\u671f":12,"\u6b21\u90ce":229,"\u6b32\u3057\u3044":201,"\u6b53\u8fce":3,"\u6b62\u3081":[41,42,67],"\u6b62\u3081\u308b":45,"\u6b63\u3057\u3044":[42,186,196,204,205],"\u6b63\u3057\u304f":[33,39,40,41,42,186,203],"\u6b63\u5e38":[12,33,42,112,150],"\u6b63\u5f0f":[33,41],"\u6b63\u78ba":[110,227,230],"\u6b63\u898f":[22,38,39,41,42,44,65,115,136,140,142,163,164],"\u6b63\u898f\u5316":[39,115,173],"\u6b66\u8005":42,"\u6b8a\u547d":150,"\u6b8b\u3063":[35,40,138],"\u6b8b\u308a":[79,132,136,140,196],"\u6b8b\u308b":37,"\u6b8b\u5ff5":227,"\u6bb5\u843d":[49,89,90],"\u6bb5\u968e":210,"\u6bd4\u3079":[33,41,188],"\u6bd4\u8f03":[22,33,35,39,41,42,132,150,186],"\u6c17\u306b":[17,62,90,109],"\u6c17\u8efd":[10,41],"\u6c38\u7d9a":[22,44,49,62,65,90,136,145],"\u6c42\u307e\u308a":0,"\u6c42\u3081":[0,158],"\u6c42\u3081\u308b":[0,160,161,228],"\u6c4e\u7528":[149,150,151],"\u6c7a\u307e\u308a":196,"\u6c7a\u307e\u308b":230,"\u6c7a\u3081":[88,109,132,136],"\u6c7a\u3081\u308b":[11,132],"\u6c7a\u5b9a":132,"\u6cbf\u3046":41,"\u6ce8\u610f":[12,37,40,65,77,101,114,120,128,132,136,138,150,151,154,165,183,186,187,210,215,224,227,228,230,235],"\u6ce8\u76ee":[132,228],"\u6ce8\u8a18":40,"\u6d0b\u5fd7":[33,41],"\u6d0b\u723e":37,"\u6d3b\u304b\u3059":132,"\u6d3b\u7528":[42,219],"\u6d41\u3057":12,"\u6d41\u308c":3,"\u6d41\u91cf":215,"\u6d45\u898b":40,"\u6d69\u4e8c":39,"\u6d6e\u52d5":[42,80],"\u6d88\u3048":207,"\u6d88\u305b":151,"\u6d88\u53bb":40,"\u6d88\u8cbb":[83,188],"\u6df1\u523b":[39,41,224],"\u6df7\u3056\u3063":209,"\u6df7\u305c":[135,227],"\u6df7\u305c\u308b":77,"\u6df7\u4e71":33,"\u6df7\u5728":[42,152],"\u6dfb\u4ed8":39,"\u6e05\u5ddd":33,"\u6e08\u307f":[10,12,24,25,26,30,33,37,39,40,42,49,89,102,113,142,196,203,204,205,211,219],"\u6e08\u3080":42,"\u6e1b\u3063":42,"\u6e1b\u3089":[33,39,42,67,204,207,236],"\u6e1b\u308b":193,"\u6e1b\u5c11\u5f8c":67,"\u6e1b\u7b97":62,"\u6e21\u3055":[11,39,40,63,67,160],"\u6e21\u3057":[6,7,8,11,41,42,102,128,141,147,154,186,230,234],"\u6e21\u3059":[38,42,187,230],"\u6e2c\u4f4d":0,"\u6e2c\u5730":[160,161,162,211,227,237],"\u6e2c\u5730\u7cfb":211,"\u6e2c\u5b9a":150,"\u6e2c\u7528":34,"\u6e80\u3055":40,"\u6e80\u3059":[40,42],"\u6e80\u305f":[11,33,114,138,175,197,237],"\u6e96\u5099":3,"\u6e96\u62e0":[40,151],"\u6f0f\u308c":[0,12,33,39,185,236],"\u6f14\u7b97":[28,33,35,39,40,41,42,65,185,187],"\u6f14\u7b97\u5b50":[11,33,35,39,40,42,88,132,169],"\u6f22\u5b57":[169,193,209],"\u6fc1\u70b9":190,"\u7027\u5185":40,"\u70b9\u4ee5\u4e0b":227,"\u70b9\u6570":[42,80],"\u70b9\u9593":[160,192],"\u7121\u3057":[101,110,197],"\u7121\u52b9":[6,7,8,18,28,38,39,40,42,54,65,66,120,132,149,151,154,186,189,203],"\u7121\u540d":[62,65],"\u7121\u8996":[33,35,37,39,40,41,42,65,66,99,100,115,128,132,142,149,169,186,196,207,209,224],"\u7121\u9650":[35,39,41,42],"\u7121\u99c4":[0,33],"\u7279\u306b":[11,12],"\u7279\u5225":[28,47,55,84,132,142,186,197,203],"\u7279\u5316":[17,187],"\u7279\u5b9a":0,"\u7279\u6027":207,"\u7279\u6709":77,"\u7279\u6b8a":[40,62,80],"\u72b6\u614b":[0,10,12,24,25,26,30,33,35,39,41,42,45,52,86,148,149,203,224,230],"\u72b6\u6cc1":[0,57,132,187,224],"\u72ec\u7acb":110,"\u72ec\u81ea":[0,42,80,148],"\u72ed\u3081\u308b":101,"\u7372\u5f97":[42,103,105],"\u7389\u91ce":[33,41],"\u73fe\u308c":142,"\u73fe\u308c\u308b":224,"\u73fe\u4ee3":0,"\u73fe\u5728":[0,12,25,42,45,48,52,53,59,62,63,85,88,92,108,110,134,136,138,139,148,150,167,192,230,231,233],"\u73fe\u5728\u5730":233,"\u73fe\u5b9f":228,"\u73fe\u72b6":79,"\u73fe\u983b":41,"\u7403\u9762":[160,161],"\u7406\u7531":0,"\u7406\u89e3":[114,132,138,230],"\u7406\u95a2":63,"\u74b0\u5883":[0,3,6,7,8],"\u751f\u3058":[87,91,97,106,107,108],"\u751f\u6210":[3,6],"\u7528\u3044":[0,14,22,33,34,37,48],"\u7528\u3044\u308b":[0,62,221,227,229,230,231,237],"\u7528\u5909":41,"\u7528\u610f":[11,12,28,62,132,150,160,203,204,205,206,209,210],"\u7528\u79d8":3,"\u7528\u8a9e\u96c6":[22,44,86],"\u7528\u9014":[0,23,24,25,26,30,31,33,40,41,77,80,132,197,201,207,219],"\u7530\u6cbc":41,"\u7530\u8fba":40,"\u7531\u6765":[154,185],"\u753b\u9762":[12,34,41],"\u7551\u30b1":[41,42],"\u7551\u30f6":41,"\u756a\u53f7":[12,40,41,49,75,131,148,149,150,154,197,215,219,221,234],"\u756a\u76ee":[40,65,66,90,111,115,132,142,186,187,197,198,227,230],"\u7570\u306a\u3063":[42,66],"\u7570\u306a\u308a":[41,186],"\u7570\u306a\u308b":[22,39,41,150,170,198,223],"\u7570\u5e38":[86,150],"\u7591\u4f3c":[39,40,41,75,102,171],"\u7591\u554f":232,"\u767a\u63ee":0,"\u767a\u751f":[0,12,28,33,34,39,40,41,42,52,62,65,80,89,120,136,224],"\u767a\u884c":221,"\u767a\u899a":33,"\u767b\u9332":[0,3,11,12],"\u7686\u5ddd":[33,41],"\u76ee\u304f\u3089\u3044":136,"\u76ee\u4ee5\u964d":132,"\u76ee\u5b89":12,"\u76ee\u7684":[28,40,109,142,154],"\u76ee\u8996":80,"\u76f4\u3057":[42,210],"\u76f4\u3059":127,"\u76f4\u4e0b":37,"\u76f4\u524d":57,"\u76f4\u5f8c":52,"\u76f4\u611f":235,"\u76f4\u63a5":[100,233],"\u76f8\u5bfe":[12,37,132],"\u76f8\u5bfe\u30d1\u30b9":41,"\u76f8\u5f53":[80,228,230,237],"\u76f8\u5fdc":65,"\u76f8\u624b":10,"\u7701\u30b9\u30da\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3":42,"\u7701\u7565":[12,40,49,85],"\u771f\u306a\u3089":187,"\u771f\u507d":[33,40,42,186,187,211,227],"\u771f\u507d\u5024":22,"\u77e5\u3089":209,"\u77e5\u308b":228,"\u77e5\u8b58":150,"\u77e9\u5f62":[0,162,237],"\u77ed\u3044":[35,42,233],"\u77ed\u304f":[0,188],"\u77ed\u6642\u9593":0,"\u77ed\u7e2e":[6,7,42],"\u7834\u58ca":65,"\u7834\u640d":33,"\u7834\u68c4":[52,63],"\u78ba\u4fdd":[33,52,55,60,225],"\u78ba\u5b9a":135,"\u78ba\u5b9f":204,"\u78ba\u7387":135,"\u78ba\u8a8d":[3,10],"\u78ef\u90e8":40,"\u793a\u3055":137,"\u793a\u3057":[12,46,84,88,109,115,131,160,166,192,198,209,218,221,224,228,230,232,234],"\u793a\u3059":[45,80,84,99,102,103,112,114,119,131,132,137,157,160,161,162,163,164,165,166,169,170,173,175,183,186,187,189,198,199,200,215,227,235],"\u79cb\u8449":237,"\u79d2\u3088\u308a":36,"\u79d2\u5358":[211,227],"\u79d2\u5f62":211,"\u79d2\u5f8c":83,"\u79d2\u60c5":37,"\u79d2\u6570":[80,187,211,227,233],"\u79d2\u8868":[187,224,227,237],"\u79d2\u9593":37,"\u79d8\u5bc6":12,"\u79fb\u52d5":[12,16,31,37,39,88,108],"\u79fb\u884c":[37,79],"\u7a0b\u5ea6":[37,40,230],"\u7a2e\u5225":115,"\u7a2e\u985e":[1,11,12,22,37,42,45,60,63,65,75,77,84,88,117,118,131,132,135,136,142,149,150,154,186,187,198,199,200,203,204,206,207,209,221,224,226],"\u7a32\u7530":40,"\u7a4d\u307f\u91cd\u306a\u3063":40,"\u7a4d\u7528":132,"\u7a4d\u7b97":[11,132],"\u7a7a\u304d":[86,225],"\u7a7a\u6587":[33,41,93,94,95,186,211],"\u7a7a\u767d":[0,42,102,115,142,149,186,206,209,224,230],"\u7a7a\u914d":131,"\u7a81\u7136":40,"\u7acb\u3061":80,"\u7acb\u3061\u4e0a\u304c\u3063":150,"\u7acb\u3061\u4e0a\u3052":150,"\u7acb\u3064":[147,197],"\u7acb\u3064\u304b":209,"\u7acb\u5834":3,"\u7acb\u5ddd":33,"\u7adc\u4e4b":33,"\u7aef\u672b":0,"\u7b26\u53f7":[42,84],"\u7b49\u3057\u3044":[11,62,132,186,187],"\u7b49\u3057\u304f":[11,186,187],"\u7b49\u4fa1":[35,41,42,132,185],"\u7b49\u5024":35,"\u7b87\u6240":[12,40,80,173],"\u7b97\u51fa":[39,41],"\u7b97\u8853":40,"\u7ba1\u7406":[12,18,22,28,34,37,38,39,41,45,52,82,86,96,118,128,145,147,149],"\u7bc4\u56f2":[0,22,33,39,40,41,42,59,62,66,75,79,110,114,132],"\u7bc4\u56f2\u5916":41,"\u7be0\u7530":[33,41,42],"\u7c21\u5358":[12,28,41,90,92,109],"\u7c21\u6613":[41,160,219],"\u7c21\u7565":[40,166],"\u7cbe\u5ea6":[33,42],"\u7cfb\u5ea7":[161,162],"\u7d00\u5143":42,"\u7d14\u7c8b":209,"\u7d1b\u3089\u308f\u3057\u3044":197,"\u7d20\u65b9":0,"\u7d20\u6734":228,"\u7d20\u89e3":[0,28,187,209],"\u7d22\u6642":35,"\u7d22\u7528":[22,226],"\u7d30\u5206":227,"\u7d39\u4ecb":[3,12,41,112,132,233],"\u7d42\u3048":12,"\u7d42\u308f\u3063":[42,70],"\u7d42\u308f\u308b":[186,187,188],"\u7d42\u4e86":[12,35,39,40,41,42,52,63,70,79,101,124,128,133,145,147,149,150],"\u7d42\u4e86\u30bf\u30b0":163,"\u7d42\u7aef":[39,52,53,55],"\u7d44\u307f\u5408\u308f":[0,11,132,136,154,157,169],"\u7d44\u307f\u5408\u308f\u305b":[0,11,12,33,41,89,209,224,230],"\u7d44\u307f\u5408\u308f\u305b\u308b":169,"\u7d44\u307f\u8fbc\u307f":[22,42,44,53,78,100,115,118,142],"\u7d44\u307f\u8fbc\u3080":[0,11,149,151],"\u7d44\u307f\u8fbc\u3093":[0,41,42],"\u7d44\u5408":170,"\u7d44\u8fbc":[86,87,89,91,97,98,100,106,107,108,124,137,158,161,162,167,171,211],"\u7d44\u8fbc\u578b":[22,44],"\u7d4c\u7531":[12,35,39,41,86,87,89,91,97,98,100,106,107,108,124,137,150,154],"\u7d4c\u7def":[211,227,237],"\u7d4c\u7def\u5ea6":[22,226],"\u7d4c\u904e":[37,47,62,79,80,134,154,187,211,227,233],"\u7d50\u3073\u3064\u3044":9,"\u7d50\u3073\u3064\u304f":9,"\u7d50\u5408":[11,185,186],"\u7d50\u5408\u5f0f":39,"\u7d50\u57ce":[33,41],"\u7d50\u679c":[0,11,12,14,21,22,33,35,37,39,40,41,42,64,65,75,80,81,85,88,100,111,112,115,128,129,130,132,147],"\u7d5e\u308a\u8fbc\u307f":[0,230],"\u7d5e\u308a\u8fbc\u3080":[41,132,205],"\u7d5e\u308a\u8fbc\u3093":[0,40],"\u7d5e\u8fbc":[22,226],"\u7d71\u5408":[0,39,40],"\u7d76\u5bfe":[121,122,126],"\u7d99\u627f":40,"\u7d99\u7d9a":[21,39,134,149],"\u7d9a\u3044":224,"\u7d9a\u304d":102,"\u7d9a\u3051":[83,150],"\u7d9a\u3051\u308b":209,"\u7dad\u6301":[0,199,200,215],"\u7db2\u7f85":151,"\u7dca\u6025":[149,189],"\u7dcf\u91cf":210,"\u7de8\u96c6":[3,12,14],"\u7de9\u3084\u304b":42,"\u7de9\u548c":210,"\u7e26\u68d2":136,"\u7e4b\u3052":41,"\u7e4b\u3052\u308b":10,"\u7e70\u308a\u8fd4\u3057":[17,150,187],"\u7e70\u308a\u8fd4\u3057\u6570":150,"\u7e70\u308a\u8fd4\u3059":35,"\u7f6e\u3044":[12,41],"\u7f6e\u304b":[28,151,152,196],"\u7f6e\u304d":[12,35,42,45,62,66,197,236],"\u7f6e\u304d\u63db\u3048":[17,41,149,186,201],"\u7f6e\u304f":[28,42,210],"\u7f6e\u304f\u4f8b":28,"\u7f6e\u63db":[33,132],"\u7f72\u540d":3,"\u7fa9\u8a9e":196,"\u7ffb\u8a33":3,"\u8003\u3048":[0,10,132,138,186,187,210,215,228,230],"\u8003\u3048\u308b":[198,199,200],"\u8003\u3048\u65b9":41,"\u8003\u616e":[200,224,236],"\u80a5\u5927":41,"\u811a\u6ce8":[91,160,161,162,230],"\u81a8\u5927":0,"\u81ea\u4f53":[41,186],"\u81ea\u5206":[10,17,23,109,114,138,150,151,193],"\u81ea\u52d5":[12,17,25,37,39,41,42,49,65,75,101,121,122,126,147,150,151,186,187,207,218,229,230,235],"\u81ea\u52d5\u5207\u308a":41,"\u81ea\u52d5\u7684":150,"\u81ea\u5df1":233,"\u81ea\u5df1\u7d39":233,"\u81ea\u7531":[0,11,75,189,221],"\u81ea\u8eab":[37,39,42,142,149,196],"\u81f3\u308b":227,"\u81f4\u547d":39,"\u8208\u5473":[0,42,197],"\u826f\u3044":[10,232],"\u826f\u3044\u4f8b":10,"\u826f\u304f":[42,232],"\u826f\u4e8c":41,"\u82b1\u5b50":229,"\u82e6\u624b":0,"\u82f1\u8a9e":[2,12,17,18,19,37,41,209],"\u840e\u7e2e":10,"\u843d\u3061":[33,35,40],"\u843d\u3061\u308b":[35,37,40],"\u8457\u4f5c":41,"\u884c\u3044":[11,12,33,42,62,65,66,148,149,150,170,222,224,229,230,232,233],"\u884c\u3046":[10,12,14,35,39,41,66,136,148,160,170,208,219,222,229,232,233,235,237],"\u884c\u3048":[14,41,170,186,230],"\u884c\u3048\u308b":[39,229],"\u884c\u3063":[12,14,41,228,237],"\u884c\u306a\u308f":39,"\u884c\u308f":[132,148,150,229],"\u884c\u6307\u5411":0,"\u884c\u6570":[37,154],"\u884c\u672b":197,"\u884c\u756a":[37,80],"\u884c\u76ee":[12,80,150],"\u884c\u982d":197,"\u8868\u3057":[11,75,79,80,84,132,192,197,200,211,230],"\u8868\u3059":[11,89,120,142,160,171,192,197,227,229],"\u8868\u3059\u578b":211,"\u8868\u308f":62,"\u8868\u73fe":3,"\u8868\u793a":[0,12,22,28,33,34,35,37,38,39,40,41,42,79,86,112,132,137,149,150,169,194,221,224,226,227,229],"\u8868\u8a08":196,"\u8868\u8a18":[12,17,33,37,39,40,77,160,187,211,227,236,237],"\u88d5\u4e5f":[33,41],"\u88dc\u3046":0,"\u88dc\u5b8c":[22,33,35,40,44,121,122,126,135,154,169,193,202],"\u88dc\u5b8c\u7528":154,"\u88dc\u5b8c\u8a9e":203,"\u88dc\u6b63":[22,44,135,202],"\u88dc\u8db3":151,"\u88fd\u54c1":33,"\u8907\u6570":[0,10,11,22,33,34,35,37,39,40,41,42,45,48,49,55,57,77,82,89,99,109,112,115,127,128,132,135,136,137,140,142,150,151,152,154,163,166,170,186,189,191,197,198,201,203,209,214],"\u8907\u96d1":[11,39,40,42,132,187,197],"\u897f\u66a6":187,"\u8981\u6c42":[10,33,40,175,218,230],"\u8981\u7d20":[11,33,39,40,42,65,77,80,84,90,102,150,173,230],"\u898b\u3048\u308b":[6,7],"\u898b\u305b":201,"\u898b\u3064":[35,39,42,135],"\u898b\u3064\u304b\u3063":[132,205,209],"\u898b\u3064\u304b\u3089":65,"\u898b\u3064\u304b\u308a":[132,169,209],"\u898b\u3064\u304b\u308b":39,"\u898b\u3064\u304b\u308c":10,"\u898b\u3064\u3051":[10,34,39,132,203,209],"\u898b\u3064\u3051\u308b":[92,132,139,151,169,190,193,209],"\u898b\u3066":[80,88,112,132,151,203],"\u898b\u306a\u3057":66,"\u898b\u308b":[84,88,132],"\u898b\u4ed8":40,"\u898b\u4ed8\u3051":40,"\u898b\u76f4\u3057":41,"\u898b\u7a4d":42,"\u898b\u7a4d\u308b":[33,225],"\u898b\u8fbc\u3081":41,"\u898f\u5247":[39,112],"\u898f\u683c":66,"\u8996\u899a":[0,131],"\u89a7\u4e0b":14,"\u89aa\u5207":35,"\u89b3\u70b9":[41,166,187,225],"\u89e3\u50cf":35,"\u89e3\u653e":[33,41,42,48,52,59,62,66,70,96,103,105,134],"\u89e3\u6790":3,"\u89e3\u6c7a":[10,22,33,37,39,42,44],"\u89e3\u6c7a\u7b56":10,"\u89e3\u6d88":[34,40,42,62,77,98],"\u89e3\u91c8":[11,35,100,186],"\u89e3\u9664":[34,62,87,104,121,122,149],"\u89e6\u308b":42,"\u89e6\u308c":230,"\u89e6\u308c\u308b":209,"\u8a00\u3044":[42,73,138,175],"\u8a00\u3046":[77,110,200,203],"\u8a00\u3048":[186,224],"\u8a00\u53ca":[175,233],"\u8a00\u8a9e":[1,3,11],"\u8a00\u8a9e\u540d":17,"\u8a02\u6b63":196,"\u8a08\u6e2c":[14,34,37],"\u8a08\u7b97":[0,34,39,40,41,129,132,134,154,158,160,161,187,192,198,199,200,203,204,206,210,211,237],"\u8a18\u4e8b":[12,188,232],"\u8a18\u53f7":[35,149,209,222,224,230],"\u8a18\u6cd5":[187,232],"\u8a18\u8f09":[12,39],"\u8a18\u8ff0":[11,33,42,149,150,230,232,233],"\u8a18\u9332":[0,39,42,75,121,126,189],"\u8a2d\u5b9a":3,"\u8a2d\u5b9a\u5024":[34,225],"\u8a2d\u5b9a\u6e08\u307f":219,"\u8a2d\u6a02":37,"\u8a2d\u8a08":[132,219],"\u8a3a\u65ad":33,"\u8a55\u4fa1":[11,40,42,129,131,175,186,187,197],"\u8a66\u3057":[10,42,149],"\u8a66\u3059":[6,7,149,209,214],"\u8a66\u3059\u4f8b":209,"\u8a66\u884c":0,"\u8a71\u3057":3,"\u8a71\u984c":2,"\u8a72\u5f53":[41,48,49,62,65,66,117,157,163,164,166,173,232],"\u8a72\u5f53\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":42,"\u8a73\u3057\u304f":[0,227,230],"\u8a73\u7d30":[1,14,17,24,25,26,28,30,39,40,41,42,48,61,64,77,80,82,88,90,96,101,112,114,118,121,122,126,131,132,133,134,136,138,139,140,142,147,150,151,152,170,186,187,189,193,196,197,210,211,219,224,228,230,237],"\u8a8d\u8a3c":[151,214],"\u8a8d\u8b58":10,"\u8a9e\u4ee5":[187,209],"\u8a9e\u5165":193,"\u8a9e\u53e5":[40,42,229],"\u8a9e\u5f59":[22,32,33,42,136,138,140,190,207,208,222,226],"\u8a9e\u6271":222,"\u8a9e\u691c":132,"\u8a9e\u7248":12,"\u8a9e\u7528":209,"\u8aa4\u3063":[12,33,39,40,41,42],"\u8aa4\u308a":[33,39,40,41,42],"\u8aa4\u52d5\u4f5c":42,"\u8aa4\u5b57":[33,35,37,39,40,42,196],"\u8aa4\u5dee":[37,160,161],"\u8aac\u660e":[3,5,6,7,8,11,12,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,39,40,41,42,44,45],"\u8aad\u307f":[0,12,34,81,169,185],"\u8aad\u307f\u3084\u3059\u3044":38,"\u8aad\u307f\u51fa\u3057":0,"\u8aad\u307f\u53d6\u308a":[92,102,139,149],"\u8aad\u307f\u8fbc\u307f":[37,40,41,121,126,130,196,230],"\u8aad\u307f\u8fbc\u3080":[34,130],"\u8aad\u307f\u8fbc\u3081\u308b":100,"\u8aad\u307f\u8fbc\u3093":[130,221],"\u8aad\u307f\u98db\u3070":230,"\u8aad\u3081":39,"\u8aad\u3093":[3,21],"\u8ab0\u304b":3,"\u8ab0\u304c":233,"\u8ab0\u3067":41,"\u8ab2\u7a0b":40,"\u8ab2\u984c":3,"\u8abf\u3079":[57,62,161,162,228],"\u8abf\u3079\u308b":[40,140,161,162,225],"\u8abf\u6574":[33,132,185,209,224,225],"\u8abf\u67fb":[42,118],"\u8ad6\u7406":[0,11,32,33,39,42,86,109,111,112,113],"\u8ad6\u7406\u548c":[11,132],"\u8af8\u6761":32,"\u8b58\u5225":154,"\u8b66\u544a":[6,7,35,38,39,40,41,79,132,149,189],"\u8b70\u8ad6":19,"\u8ca0\u62c5":10,"\u8ca0\u6570":[39,47],"\u8ca0\u8377":[35,151],"\u8ca2\u732e":40,"\u8ce2\u304f":96,"\u8d64\u9053":160,"\u8d70\u67fb":41,"\u8d77\u3053\u3063":[92,139],"\u8d77\u3053\u308a":236,"\u8d77\u52d5":[12,25,31,35,39,40,42,79,134,149,150,152],"\u8d77\u52d5\u6642":154,"\u8d77\u6e90":227,"\u8d85\u3048":[33,40,224],"\u8d85\u3048\u308b":[39,66,207,225,227],"\u8d85\u904e":[40,225],"\u8d8a\u3048":[41,42,224],"\u8d8a\u3048\u308b":[33,41,42,109,224],"\u8db3\u3057":187,"\u8db3\u308a":[37,196],"\u8ddd\u96e2":[0,34,39,158,160,161,187,192,237],"\u8efd\u3044":[92,117,139],"\u8f09\u305b\u308b":12,"\u8f9e\u66f8":[26,27,33,34,35,39,40,41,42,209,224],"\u8f9e\u691c":[37,187,207],"\u8fbc\u307f":[108,196],"\u8fd1\u3044":[66,148,201],"\u8fd1\u3044\u9806":192,"\u8fd1\u304f":[0,187,192],"\u8fd1\u3055":187,"\u8fd1\u4f3c":[37,39,160,161],"\u8fd1\u508d":[39,41,185],"\u8fd4\u3055":[33,39,41,54,62,79,86,102,135],"\u8fd4\u3057":[11,33,40,41,42,47,48,49,50,52,53,54,57,59,61,62,65,66,67,69,71,85,89,90,92,93,94,95,99,103,104,105,110,113,116,117,118,120,127,128,129,130,131,132,134,135,140,141,142,143,144,157,158,160,161,162,163,164,165,166,167,169,170,171,173,175,183,187,199,200,203,204,205,206,215,230,233,236,237],"\u8fd4\u3059":[33,34,35,37,39,40,41,42,49,52,55,67,87,91,96,97,98,106,107,108,111,132,135,141,149,150,154,157,167,187,215,221,237],"\u8fd4\u3059\u304b":135,"\u8fd4\u3059\u4f8b":183,"\u8fd4\u3059\u65b0\u3057\u3044":[33,42],"\u8fd4\u3063":[41,42,141,186,187],"\u8fd4\u308a":[112,132,138,141,228,237],"\u8fd4\u308a\u5024":[40,41,42],"\u8fd4\u308b":[33,35,42],"\u8fd4\u4fe1":[10,232,233],"\u8fd4\u4fe1\u5143":233,"\u8fd4\u4fe1\u5148":233,"\u8fd4\u5024":86,"\u8fd4\u5374":[137,230],"\u8ff0\u3079":230,"\u8ff0\u8a9e":42,"\u8ffd\u52a0":[0,3,11],"\u8ffd\u8a18":[12,39,42],"\u8ffd\u8de1":3,"\u9000\u907f":96,"\u9001\u3063":[3,16,17,19],"\u9001\u308a":[12,221],"\u9001\u308a\u65b9":3,"\u9001\u308b":[17,19,215,221],"\u9001\u4fe1":[40,86,87,89,91,97,98,100,106,107,108,124,128,137,150,154],"\u9006\u306b":[229,233],"\u9006\u5f15":229,"\u9006\u5f15\u304d":[22,226],"\u9006\u6587\u66f8\u51fa":41,"\u9006\u9806":230,"\u9010\u6b21":[0,41,197,209],"\u9014\u4e2d":[12,39,41,149,203,204,221],"\u901a\u308a":[6,7,8,12,18,21,28,30,45,51,88,90,99,100,109,110,111,112,113,115,131,132,133,135,136,137,142,147,149,151,154,157,160,161,163,164,165,166,169,170,173,175,183,186,187,189,192,193,197,198,199,200,206,209,210,224,232],"\u901a\u4fe1":[3,4],"\u901a\u5e38":[39,41,42,45,52,67,75,80,90,96,101,110,118,120,131,132,134,142,151,154,186,190,193,196,210,211,227,230],"\u901a\u77e5":[12,128,149,189],"\u901f\u3044":[41,42,207],"\u901f\u304f":[28,42,136,229],"\u901f\u3084\u304b":79,"\u901f\u5ea6":[37,40,42,150,207,229],"\u9023\u643a":0,"\u9023\u7d50":[39,40,42,62,232],"\u9023\u7d61":17,"\u9023\u7d9a":[40,42,62,142,204,209,222,224],"\u9032\u3081":[3,4],"\u9032\u3093":0,"\u9032\u6570":[86,187],"\u9045\u3044":[160,198,207],"\u9045\u304f":[42,161,186,187,197,200,228],"\u9045\u3089":33,"\u904b\u7528":0,"\u904e\u7a0b":75,"\u9054\u3057":210,"\u9054\u3059\u308b":66,"\u9054\u6210":109,"\u9055\u3046":[35,112,154],"\u9055\u3063":203,"\u9069\u3057":[0,136,188,198,199],"\u9069\u5207":[0,33,35,41,42,109,112,132,136,142,150,197,200,209,230],"\u9069\u5408":[209,224,230],"\u9069\u5408\u7387":209,"\u9069\u5b9c":[12,41],"\u9069\u6642":57,"\u9069\u7528":[41,55],"\u9078\u3073":205,"\u9078\u3076":[0,132,151],"\u9078\u3079":[5,132],"\u9078\u3093":[81,136],"\u9078\u629e":[0,12,41,42,55,132,154,160,166,169],"\u907f\u3051\u308b":132,"\u90e8\u5206":[11,14,28,33,41,42,80,132,154,186,187],"\u90fd\u6c11":[222,224],"\u914d\u4e0b":[12,152],"\u914d\u5217":[11,33,35,37,39,41,49,53,62,63,65,77,80,86,89,90,115,116,131,132,136,137,142,143,173,186],"\u914d\u5e03":[23,24,25,26,30,31,39,41],"\u914d\u7f6e":[12,230],"\u91cd\u3044":[0,101,132],"\u91cd\u304f":224,"\u91cd\u306a\u3063":40,"\u91cd\u307f":[22,39,40],"\u91cd\u307f\u3064\u304d":41,"\u91cd\u307f\u4ed8\u304d":41,"\u91cd\u307f\u4ed8\u3051":[132,224],"\u91cd\u8907":[33,41,42,65],"\u91cd\u8981":[0,10,12,14,28,42,48,52,77,78,132,136,142,151,188,198,199,200,209,215,231],"\u91cd\u8996":[188,224],"\u91ce\u9996":41,"\u91cf\u6307":197,"\u91cf\u8a08":34,"\u9234\u6728":39,"\u932f\u8aa4":0,"\u9577\u3044":[33,42],"\u9577\u304f":33,"\u9577\u3055":[39,49,62,65,66,68,150,227],"\u9577\u3059\u304e\u308b":40,"\u9577\u4ee5\u4e0a":[62,65],"\u9577\u5185":[41,42],"\u9577\u5185\u6b69":[41,42],"\u9577\u578b":[66,90,118],"\u9577\u65b9\u5f62":37,"\u9577\u6642\u9593":[128,147],"\u9577\u751f\u304d":136,"\u9577\u91ce":41,"\u9589\u3058":[33,37,138,207],"\u9589\u3058\u308b":[34,37,42,207],"\u958b\u3044":[35,37,40,42,87,98,138,147,190],"\u958b\u304b":[42,52,147],"\u958b\u304d":[48,53,127,138,210],"\u958b\u304f":[33,37,39,42,48,190,210,230],"\u958b\u304f\u969b":39,"\u958b\u3051":[39,42],"\u958b\u3051\u308b":39,"\u958b\u3053":53,"\u958b\u59cb":[14,37,40,41,62,92,139,150,160,163,189],"\u958b\u653e":[42,105],"\u958b\u767a":[0,3],"\u9593\u9055\u3063":[33,37,39,40,41,42,147,204,205],"\u95a2\u308f\u3089":[132,150],"\u95a2\u4fc2":[11,13,22,23],"\u95a2\u4fc2\u5f0f":3,"\u95a2\u6570":11,"\u95a2\u9023":[0,2,3,10,12],"\u95b2\u89a7":234,"\u95be\u5024":[22,28,37,41,42,52,61,132,135,149,222,223],"\u9632\u304e":[40,138],"\u9632\u3050":[114,187,200],"\u964d\u9806":[65,66,132,135,154,230],"\u9650\u3063":62,"\u9650\u3089":10,"\u9650\u308a":[11,62,75,102,141,222,224],"\u9650\u5b9a":[147,197],"\u9650\u6587":[37,136],"\u9664\u3044":[109,111,114,150,166,173],"\u9664\u304f":39,"\u9664\u3051":65,"\u9664\u53bb":[33,35,40,140,165,208],"\u9664\u5916":100,"\u9664\u7b97":41,"\u9665\u3063":39,"\u968e\u5c64":11,"\u96a3\u308a\u5408\u3063":209,"\u96a3\u63a5":[0,186],"\u96c5\u5e83":41,"\u96c6\u307e\u3063":228,"\u96c6\u307e\u308a":[132,154],"\u96c6\u3081":228,"\u96c6\u5408":[39,65,73,77,132,185,197],"\u96e2\u308c":237,"\u96e3\u3057\u3044":0,"\u9759\u7684":3,"\u975e\u308f":222,"\u975e\u4e92":[33,39,40,41,42],"\u975e\u4e92\u63db":[37,41,42],"\u975e\u4f9d":24,"\u975e\u516c\u958b":12,"\u975e\u5206":132,"\u975e\u5e38":[33,39,197,198,199,200,215],"\u975e\u63a8":[33,37,39,40,41,42,136,160],"\u975e\u63a8\u5968":[39,42],"\u975eascii":209,"\u9805\u76ee":[34,42,45,86,93,94,95,132,136,145,215,219,231],"\u9806\u4f4d":57,"\u9806\u5e8f":[132,137,224,230],"\u9806\u6b21":[148,149,221,230],"\u9806\u756a":[59,66,149,186,224,230],"\u9818\u57df":[28,39,41,62,65,237],"\u982d\u6587":221,"\u982d\u8f9e":207,"\u983b\u51fa":42,"\u983b\u5ea6":[42,135,140],"\u983b\u7e41":[28,65],"\u9855\u8457":209,"\u985e\u4f3c":[11,39,40,41,135,185],"\u985e\u7d39":224,"\u985e\u7fa9":132,"\u99c4\u76ee":10,"\u9ad8\u3044":[0,86,132,135,151,154,209,230],"\u9ad8\u3044\u9806":230,"\u9ad8\u304f":[42,77,199,224],"\u9ad8\u307e\u3063":0,"\u9ad8\u6a5f":[0,11],"\u9ad8\u7cbe":0,"\u9ad8\u901f":[0,11,33,34,37,40,73,111,132,136,160,161,186,187,192,197,198,200,207,209,214,215,229,230],"\u9b3c\u96f2":42,"\u9bae\u5ea6":188,"\u9df2\u7530":40,"\u9df2\u7530\u57fa":40,"\u9ed2\u3044\u70b9":192,"\uff01:":28,"\uff01\u300d":[112,132,186,187],"\uff01\u3057":2,"\uff01\uff08":17,"\uff01\uff09":[203,204],"\uff08*":5,"\uff08,":230,"\uff08-":[132,230],"\uff08.":12,"\uff08=":[95,114,132,134,145],"\uff08@":[35,37],"\uff08\u300c":[190,224],"\uff08\u3064\u307e\u308a":101,"\uff08\u30ad\u30fc":42,"\uff08\u4f8b":42,"\uff08\u578b":68,"\uff08\u79d2":62,"\uff08\uff1d":201,"\uff08age":136,"\uff08and":185,"\uff08byte":[49,62],"\uff08ci":21,"\uff08document":[41,200],"\uff08eol":42,"\uff08gnu":28,"\uff08groonga":42,"\uff08kana":193,"\uff08least":85,"\uff08longest":[37,187],"\uff08markdown":12,"\uff08messagepack":28,"\uff08node":21,"\uff08normalization":190,"\uff08not":185,"\uff08or":185,"\uff08perl":151,"\uff08personal":[22,23],"\uff08piro":[33,41],"\uff08proc":57,"\uff08romaji":193,"\uff08rroonga":42,"\uff08ruby":21,"\uff08score":132,"\uff08term":[198,199,200],"\uff08textile":12,"\uff08tf":198,"\uff08therubyracer":12,"\uff08todo":187,"\uff08tokenbigram":224,"\uff08tokenmecab":224,"\uff08true":227,"\uff08virtualbox":12,"\uff08world":211,"\uff09:":[24,25,26,27,29,30,129,130,222],"\uff09\u3001":[12,198,199,200,207,222],"\uff09\u3002":[42,189,224,230],"\uff09\u307e\u305f":[115,142,186,187],"\uff09\uff08":136,"\uff11\u3064":[9,90],"\uff11\u5bfe":9,"\uff12\u3064":237,"\uff13\u3064":211,"\uff1f\u300d":228,"\uff1f\uff09":42,"\uff4d\uff59\uff53\uff51\uff4c":[163,164],"\uffef\"":209,"\ufff0\"":209,"\ufffecrch":142,"\ufffetext":142,"] [":150,"] \u6708":42,"]%":197,"]'":[151,215],"])":[33,47,161,163,171],"],":[45,77,80,86,88,90,92,93,96,99,102,112,113,114,115,116,118,119,120,128,131,132,134,135,137,138,139,140,142,143,144,149,150,154,157,160,163,164,165,166,169,170,173,175,183,186,187,188,190,197,198,199,200,203,204,206,208,209,221,224,227,228,229,230,232,233,234,235,236,237],"].":[33,41,42,112,132],"]/":234,"]:":[33,197],"][":[33,37,38,39,40,41,42,93,114,120,138,186,197],"]\"":[39,40,197,233],"]\u3002":41,"]]":[42,97,99,102,114,149,150,154],"]]]":[97,187,224],"]ello":42,"]x":233,"]}":[42,86,169,175,227],"^ \"":[88,169,187],"^commit":12,"_$":[135,136],"_')":[75,89],"_*":[22,44,46],"_\"":37,"_db\u30d5\u30e9\u30b0":37,"_{":40,"`/":18,"``":[34,35,114,232],"`hostname":149,"boolean":[43,131],"byte":[39,42,49,62,65,150,173,221],"c\u30e9\u30f3\u30bf\u30a4\u30e0":42,"case":[71,126,155],"char":[41,49,52,53,54,55,62,63,65,67,68,71],"ci\u4e00\u822c":21,"ci\u4e0a":21,"class":[163,164,165,173],"const":[38,49,52,53,54,55,62,63,65,66,68,71],"continue":41,"cpu\u30b3\u30a2":[6,7,149,154,214],"d\u30ad\u30fc":230,"dat\u30ad\u30fc":40,"delete":[22,34,35,37,44,62,78,93],"do":[41,150],"double":[42,131,187],"else":42,"enter\u30ad\u30fc":40,"enum":53,"error\u30bf\u30b0":39,"export":18,"false":[12,33,35,40,41,87,88,89,91,92,93,95,96,97,99,103,104,105,106,107,108,114,117,119,120,127,128,131,138,142,144,157,163,166,170,175,186,187,209,211,227,235],"float":[33,39,42,112,118,119,131,132,160,194,199,200],"for":[8,31,39,43,47,51,52,53,55,56,62,67,71,119,144,149,151,153,155,160,173,187,206,209,210,211,213,219,233],"function":[33,42,43,52,71,80,156,221],"geopoint\u9593":37,"get\u30e1\u30bd\u30c3\u30c9":152,"gib\u304f\u3089\u3044":210,"gmo\u30e1\u30c7\u30a3\u30a2":41,"html\u30bf\u30b0":165,"id\u9806":66,"if":[11,42,47,49,51,52,53,56,62,63,65,67,70,71,77,119,149,151,153,155,187,213],"import":12,"in":[11,14,22,33,39,41,42],"int":[33,35,39,40,41,42,47,48,49,52,53,55,56,57,58,59,61,62,63,65,66,67,68,71,77,88,92,112,118,119,131,132,135,136,139,144,154,157,160,170,171,186,187,194,198,199,200,203,204,206],"long":[42,58,61,128],"lzo\u3044":89,"mo\u30d5\u30a1\u30a4\u30eb":17,"new":[12,45,52,62,67,71,88],"nginx\u3089\u3057\u3044":41,"null":[11,33,37,39,40,42,48,49,52,53,55,56,59,62,63,65,66,67,71,118,119,130,131,132,137,139,163,164,165,173],"package":[12,22,23],"po\u30d5\u30a1\u30a4\u30eb":17,"post\u30e1\u30bd\u30c3\u30c9":40,"return":[52,67,70,80,189],"sort\u30ad\u30fc":34,"static":67,"this":[39,49,51,52,53,62,71,112,119,132,149,151,153,173,186,187,215,227,230,234,236],"true":[33,34,40,41,42,45,77,87,88,89,90,91,92,93,94,95,96,97,99,101,102,103,104,105,106,107,108,109,110,112,113,114,117,118,119,120,121,122,126,127,128,129,130,131,132,133,136,138,139,140,144,154,157,160,161,162,163,164,165,166,169,170,173,175,183,186,187,188,190,193,197,198,199,200,208,211,227,228,229,230,232,233,235,236,237],"try":[47,233],"var":[11,28,71,90,147,149,151],"void":[38,47,50,53,54,61,62,65,66,67,70,71],"while":53,"with":[6,12,21,27,28,33,37,41,42,49,52,56,62,71,77,86,89,90,115,131,149,151,155,173,197,224,230],"x\u30df\u30ea":[187,211],"{\"":[42,77,86,109,110,113,114,118,129,130,135,150,154,163,164,170,186,187,188,197,199,200,203,204,206,208,232],"{\"_":[45,132,157,186,187,227,229,237],"{\\":102,"{column":197,"{key":132,"{label":[112,132],"{language":17,"{logical":201,"{name":187,"{path":28,"{prefix":[28,121,122,126],"{table":[132,170],"{time":189,"{user":210,"{yyyymm":201,"{yyyymmdd":201,"| _":237,"| c":187,"| n":187,"| y":40,"|')":89,"|..":41,"|:":189,"|<":[45,189],"|>":189,"|allow":[132,186],"|b":197,"|correct":[135,154],"|enable":142,"|full":197,"|ga":132,"|http":150,"|info":197,"|key":[33,136,186,187,235],"|n":42,"|ng":132,"|none":132,"|on":132,"|oo":132,"|persistent":[90,92,119,137,139],"|ring":154,"|ro":132,"|suggest":135,"|table":136,"|with":[41,77,89,90,112,115,119,127,131,132,154,163,164,170,173,175,186,187,188,197,198,199,200,208,210,224,230,232,233,236],"||":[11,39,40,187,198,232],"},":[77,92,113,114,116,118,119,131,132,139,140,142,143,144,150,160,165,169,170,183,186,187,188,197,209,229,230,232,233,235,236],"}.":[120,132,170],"}/":[17,28,33,121,122,126],"}:":[154,197],"}\\":187,"}]":[42,81],"}_":[112,201],"}attr":40,"}e":187,"}|":189,"}}":77,"~ \"":[42,187,197],"~${":197,"~*":55,"~number":187,"~uint":42,_a:[84,221],_accepted:128,_accessor:42,_account:17,_acquire:[22,42,44,78],_add:[33,55,57,65],_address:[84,221,234],_adjust:[11,33,64,132],_age:157,_all:[33,42,52],_alloc:[55,71],_allowed:[84,221],_already:[84,221],_and:[11,64],_animal:227,_append:[11,55,58,62],_arg:84,_argument:[62,65,66,84,221],_arguments:42,_asc:65,_ascending:66,_at:[35,38,39,42,52,55,62,65,112,198],_auto:[39,40],_available:[84,221],_avg:132,_avoided:[62,84,221],_bad:84,_base:[42,71],_basic:[151,215],_batch:41,_be:131,_between:41,_binary:39,_blank:[33,115],_block:[84,221],_blog:232,_body:[89,127,224,236],_bool:[33,35,52,62],_broken:84,_buffer:[52,58,84,154,221],_build:14,_builtin:[37,53,62,68],_bulk:[33,52,55],_busy:[84,221],_but:11,_by:[36,37,38,41,42,55,62,65,66,71,233],_byte:[84,131,221],_cache:[22,40,42,44,46],_calc:41,_call:[11,84,128,221],_calloc:33,_cancel:[22,33,41,44,78,82,83,84],_canceler:33,_cas:84,_case:42,_cast:[42,62],_character:55,_characters:55,_charlen:71,_check:[14,41,62],_checks:115,_child:[84,221],_chunk:[33,42],_chunked:42,_chunks:33,_circle:[22,37,40,44,156],_classify:[22,33,44,156],_clear:[22,37,41,42,44,62,78,87,103],_client:187,_clone:12,_close:[11,37,41,42,48,52,55,58,59,62,66,71],_code:[71,80,189],_column:[22,33,35,40,41,42,44,45,46],_columns:[22,33,35,39,40,41,42,65,77,88,97],_command:[22,41,42,44,46],_comment:175,_commit:58,_compare:62,_compile:55,_compress:[33,49],_concurrency:148,_cond:67,_conf:42,_config:[42,93],_configure:40,_connected:[84,221],_connection:84,_const:[11,55],_content:[22,44,46],_control:[42,84,221],_controllen:42,_copy:[22,42,44,45,78],_corrupt:[84,221],_count:[22,42,44,78,81],_create:[11,22,33,36,37,39,40,41,42,44,45,49,53,55,63,65,68,71,77,78,88],_ctx:[22,37,39,41,42,44,46,47,48,49,51],_current:48,_cursor:[22,33,35,40,42,44,46,56],_dat:[37,38,40,41,65,88,118,131,136,137,186,187],_data:[22,42,44,46,63],_database:[39,40,96],_dataset:[36,153,155,206],_date:12,_day:[22,33,44,156],_db:[22,35,36,37,38,41,42,44,46,52],_deadlock:[62,84,221],_debug:[7,14],_decr:62,_default:[39,42,50,54,61,215],_defrag:62,_del:42,_delete:[22,37,42,44,57,62,65,66,78],_delimited:43,_delimiter:[115,142],_denied:[84,221],_dependent:33,_desc:65,_descending:66,_descriptor:[84,221],_device:[84,221],_difference:65,_dir:[12,37,42,71],_directory:[84,221],_disable:33,_dist:39,_distance:[22,33,34,37,39,40,44,156],_domain:84,_down:[84,221],_drilldown:132,_dump:42,_ecmascript:45,_element:[42,60],_empty:[84,221],_enable:[33,42],_enabled:42,_enc:[54,66],_encoding:[22,44,46],_end:84,_enough:[33,84,221],_entries:[48,85],_entry:57,_error:[42,45,71,84,112,221],_escalation:[22,28,35,44,46,52],_escape:55,_estimate:[37,42,56],_eval:[22,40,44,78],_exec:[42,52,55,84],_exist:[22,42,44,62,78,114],_exists:[84,221],_expand:[22,33,44,78],_expander:40,_expanders:[121,122,126,196],_expansion:[37,40],_expire:62,_expr:3,_expression:[132,197],_extract:[42,43],_failure:70,_false:[52,62],_family:33,_file:[42,80,84,151,196,215,221],_filename:84,_files:[84,221],_filter:[22,33,40,41,42,44,78,84,110],_filtered:[33,111],_filters:[33,41,42,100],_fin:[39,42,52,55,70,71],_finalizer:[52,63],_fitlers:131,_flags:[39,42,49,55,65,68,71],_float:[42,68,119],_flow:[84,221],_flush:[22,33,42,44,78],_for:[11,42,132],_format:[84,221],_free:71,_friends:229,_full:[12,22,41,44,156],_func:[41,52,63,67,71,141],_function:[42,71,84,128,198,221],_fuzzy:33,_geo:[22,37,42,44,46],_get:[22,33,37,38,39,41,42,44,47,48,49,50,52,54,55,57,60,61,62,63,65,66,67,71,78,93],_github:17,_global:42,_gqpt:150,_gqtp:150,_groonga:[80,112],_group:[42,65],_gt:66,_hash:[33,42,45,56,65,66,77,88,99,100,101,103,104,105,112,113,114,117,118,119,120,127,131,132,136,137,138,154,157,160,165,166,169,170,183,187,188,190,198],_header:90,_hit:[81,134,151,194,221,230,234],_hits:132,_hook:[22,44,46],_host:150,_hour:[22,33,44,156],_html:[22,33,37,39,40,41,42,44,132,149,156],_http:[150,151],_hugetlb:37,_i:[84,221],_id:[12,33,37,38,41,42,49,52,55,58,59,60,62,65,66,71,75,82],_idf:198,_if:62,_ii:[22,33,42,44,46],_illegal:84,_implemented:[84,221],_improper:84,_in:[22,33,34,35,37,40,41,44,56,80,84,131,156],_inappropriate:84,_incompatible:84,_incr:62,_index:[22,33,35,40,41,42,43,44,46,49],_indexer:38,_indexes:42,_info:[22,33,39,44,46],_information:90,_init:[37,39,41,42,52,55,62,67,70,71,189],_initialized:[84,221],_input:[42,80,84,187],_inspect:[22,33,44,78],_install:[7,8,21,23],_int:[33,42,55,62,68,119],_interrupted:[84,128],_invalid:[62,65,66,84],_io:[41,42,120],_ip:[221,234],_is:[33,37,42,52,62,80,84,128,221],_isspace:71,_items:169,_ito:37,_itoh:37,_ja:40,_jis:[28,209],_jp:28,_json:51,_kana:154,_key:[33,34,35,37,38,39,40,41,42,45,49,56,65,66,68,75,77,88,90,92,99,100,101,102,103,104,105],_keys:[33,65],_keywords:55,_label:42,_labeled:132,_large:[32,33,84,136,221],_lcp:65,_leading:132,_leak:14,_left:[37,56,84,162,221],_len:[39,49,55],_length:[33,71,221],_level:[22,40,42,44,71,78],_lexicon:42,_likes:[80,112,132,186,187,210],_limit:[22,34,40,42,44,67,78,84],_line:131,_link:[84,221],_links:[84,221],_list:[22,33,34,35,37,39,41,42,44,78,84],_literal:41,_load:[22,40,44,78],_local:150,_location:[80,233],_lock:[37,47,62,67,71],_locked:62,_locks:[84,221],_log:[39,40,41,42,71],_logger:[39,42],_logical:42,_long:[84,221],_lt:66,_lzo:[49,84,89],_malloc:71,_many:[41,84,221],_mask:62,_match:[22,41,44,46],_max:[33,48,50,59,84],_mecab:42,_memo:170,_memory:[39,84],_message:[42,80,197,232],_messages:[12,17],_min:[33,42,50,59,132],_minute:[22,33,44,156],_mode:41,_modified:233,_module:151,_month:[22,33,44,156],_most:[42,198],_mruby:[7,8],_msgpack:51,_mutex:[67,71],_n:[33,40,48,113],_nabe:41,_name:[36,41,42,45,49,62,80],_names:[42,53],_network:84,_new:[9,37,39],_next:[35,40,42,56,59,66],_nfthreads:67,_ngram:33,_nhooks:57,_nil:[35,52,55,65,66],_no:[35,41,42,45,65,66,84,88,99,100,103,104,105,109,114,117,118,120,127,131,132,136,137,138,154,163,164,170,173,186,187,188,197,199,200],_nofile:[40,189],_none:51,_normalize:[39,42,43,65,136,190],_normalizer:[42,84],_normalizers:42,_not:[62,64,84,92],_nromalize:190,_nsubrecs:[41,49,75,132,228],_null:42,_number:[22,33,44,80,156],_numbers:42,_o:[84,221],_obj:[11,22,33,37,38,39,40,41,42,44,46,49,52,53,55,56,57,58,59,60],_object:[84,119,120],_of:[84,101],_offline:38,_offset:[41,42,55,71,84,97],_old:45,_on:[84,221],_one:131,_only:[33,84,221],_op:[11,33,42,55,64],_open:[35,37,39,42,48,52,53,56,58,59,66,71,84,120,221],_opened:[42,52],_operation:[84,221],_operator:[49,55,56,64,65],_optarg:[42,53,64],_options:[40,187],_or:[11,64,84,92],_org:12,_otoj:14,_output:[41,42,52,84,97],_over:[84,221],_overlap:33,_own:42,_pack:23,_package:42,_parameters:[22,42,44,78],_parse:[42,54,55],_pass:151,_pat:[33,35,40,42,65,66,77,88,90,92,100,112,114,118,119,127,131,132,136,137,138,139,140,144,149,154,163,164,166,169,170,173,175,186,187,193,197,198,199,200],_path:[12,38,39,40,41,42,62,120,147,149,150],_pattern:42,_per:[37,52],_permission:84,_permitted:[84,221],_persistent:[49,65],_pipe:[84,221],_plugin:[33,36,37,41,42,71,84],_plugins:[37,42],_point:[56,119,161,229],_pop:42,_port:150,_position:[33,49,89,90,112,119,127,131,132,154,163,164,170,173,175,186,187,188,197,198,199,200,208,210,224,230,232,233,236],_posting:[33,56,59],_pragma:132,_prefix:[7,8,23],_preparer:[135,203,204,206],_prepend:62,_pretty:81,_previous:48,_printf:41,_probability:[37,135],_proc:[22,33,41,42,44,46,52],_process:[84,221],_processes:84,_proxy:151,_ptr:[42,52,55,71],_push:11,_put:[22,40,42,44,78,106],_pvector:[42,52,55],_ql:41,_qlog:39,_queries:[81,134,151,194,221,230,234],_query:[11,33,39,40,41,42,55,135],_range:[22,42,44,62,78,84,110],_rate:[81,134,151,194,221,230,234],_ratio:[33,41],_rc:[47,48,49,50,52,53,54,55,56,57,58,60,61,62,63,64,65,66,70,71],_read:84,_reader:42,_realloc:71,_record:62,_records:[39,40,42],_recover:[41,42,53],_rectangle:[22,33,34,35,37,40,44,56,156],_recursive:42,_recv:41,_reference:132,_refused:[84,221],_register:[22,36,44,71,78,100,101,110,112,113,114],_reindex:42,_reinit:62,_release:[12,22,42,44,78,103],_removable:138,_remove:[22,33,37,39,40,41,42,44,62,78,88],_rename:[22,38,40,41,44,45,49,62,65,78,88],_reopen:[22,39,44,78,106,107],_repair:38,_request:[33,128],_res:150,_resource:[62,84],_result:[65,84,132],_results:65,_retry:84,_rewriter:33,_right:[37,56,162],_rk:[22,42,44,66,156],_root:42,_rotate:42,_ruby:42,_s:41,_same:40,_scalar:[33,45,49,88,89,90,92,99,100,101,103,104,105,109,112,113,114,117,119,120,127,131,132,138,139,140,144,154,157,160,163,164,165,166,169,170,173,175,186,187,188,197,198,199,200,208,210,224,228,229,232,233,236],_schema:42,_score:[37,39,40,42,49,75,88,132,135,154,187,198,199,200,233,237],_scorer:[42,84],_script:129,_search:[22,33,37,39,42,44,46],_second:[22,33,44,156],_section:[33,41,42,49,89,90,131,232,233],_seek:[84,221],_segments:33,_sel:43,_select:3,_selector:[22,41,42,44,78],_send:[48,51,52],_sequence:[84,221],_sequential:33,_serial:88,_set:[22,33,38,39,41,42,44,45,47,48,50,52,54,57,60,61,62,63,66,67,78,93,94],_setoperation:[33,65],_setpshared:40,_shard:[22,42,44,78],_shutdowned:[84,221],_signal:67,_sis:[65,136,186,187,222,235],_size:[11,22,33,42,44,49,52,55,58,62,63,65,66,68,71],_sjlj:41,_skip:[33,40],_slice:[22,33,44,156],_small:[84,221],_snip:[39,41],_socket:[84,221],_sort:[33,42,65],_sortby:[33,42,97],_source:12,_space:[84,221],_sparse:42,_split:33,_stable:50,_stack:84,_stamp:189,_started:80,_stop:[41,42,140,208],_str:[55,233],_strerror:41,_string:[14,33,40,42,54,55],_substring:[22,33,44,156],_success:[47,48,49,52,53,55,62,70,71,84,189],_such:[84,221],_suffix:[37,42],_suggest:36,_sum:132,_supported:[84,221],_symbolic:[84,221],_synonyms:196,_syntax:[33,45,55,84],_system:[37,84,221],_t:[67,84],_table:3,_tables:[40,42,52],_tag:[88,163,166],_tags:[229,233],_take:33,_target:[41,42],_temporarily:[84,221],_term:[42,43],_text:[14,33,41,42,55,115],_tf:[42,198],_thread:[22,42,44,46],_threads:141,_threshold:[28,35,37,42,52,61],_time:[42,80,81,134,189],_timeout:[33,47,83,84,221],_timestamp:127,_tiny:[33,42],_title:[100,127,150,230,232],_to:[33,42,54,110,232,233],_token:[33,41,42,84],_tokenize:[22,33,42,44,78],_tokenized:[115,142],_tokenizer:[33,39,42,84,112,119,127,131,132],_tokenizers:42,_too:[41,84,221],_touch:[35,53],_tp:148,_transposition:33,_true:[42,52,62],_truncate:[37,41,49,65],_ts:42,_tsv:[51,196],_type:[22,33,39,41,42,44,46],_types:[41,42],_uint:[42,68,119],_unavailable:[84,221],_unknown:84,_unlink:[52,62],_unlock:[62,67,71],_unmap:[22,42,44,53,78],_unregister:[22,42,44,78,101,121],_unsupported:84,_untag:[22,40,44,156],_update:[49,65,84,132,186],_use:[41,42,52,84,110,221],_user:[22,44,46,63],_users:233,_utf:[54,66],_valid:151,_value:[35,37,38,40,41,42,49,52,55,62,66,75,112],_values:[22,37,41,42,44,62,156],_valule:166,_var:[33,41,55,63,68,71,119],_vars:71,_vector:[40,41,42,49,52,55,62,77,88,89,90,99,132,154,169,175,183,227,229,233],_version:[12,22,33,37,41,42,44,46],_versions:12,_vesion:[165,183],_void:33,_vprintf:41,_vsize:[52,55],_w:209,_week:[22,33,44,156],_weight:[41,49,77,89,90,131],_when:80,_win:[42,71],_window:84,_windows:[42,71],_with:[7,8,33,49,65,131,136,186,187,222,235],_word:[41,42,100,140,208],_would:[84,221],_xml:51,_xxx:132,_year:[22,33,44,156],_yyyymmdd:[112,114],_zlib:[33,49,84,89],_zone:151,abc:42,abcde:115,abi:42,about:[14,21,48,71,149,156],above:[128,206],ac:190,accept:35,accepts:[144,149],accesses:49,accessor:[42,62,65],accurate:173,acquire:47,acquires:47,acronym:213,actual:151,add:[17,30,39,41,62,111,132,142,156,209],added:[43,56,62,65,119],adding:62,additional:40,address:[37,39,149,154,221],adjust:132,adjuster:[41,77,112],admin:[35,41,42],advanced:43,advantage:173,after:56,again:[47,151],against:[49,53,119,149],age:[45,90,101,131,132,157],ages:[136,137,157],aggregate:173,ahost:197,aio:40,akio:[35,39],al:209,alert:[41,106,107,149,151],ali:88,alias:[45,93,94,95],aliased:45,aliases:[45,93,94,95],alice:[45,88,92,118,132,139,144,151,157,170,186,215,233],alisa:170,all:[33,39,42,49,52,53,56,112,132,186,187,206,236],alloc:[33,81,134,149,151,194,221,230,234],allocate:[22,223],allocated:71,allocates:71,allow:[25,39,132,186],allowed:155,allows:173,almost:213,already:[47,71,155],also:[112,132,173,186,187,198,213],always:110,am:[164,173],amd:12,an:[53,56,65,71,119,151],and:[40,41,42,43,47,49,51,53,55,56,62,65,71,119,132,140,149,151,153,155,170,173,187,189,198,199,200,206,208,210,232,237],animation:229,ann:12,another:42,any:[42,119],api:[1,3,11,15],appears:173,appended:62,apple:190,application:[151,215],applications:173,applied:43,appveyor:41,april:12,apt:[12,18,21,25,30,39],aptitude:14,ar:[142,222,224],arai:42,aramaki:[35,37],arc:142,architecture:42,architectures:12,archive:[12,22,23],are:[17,33,40,47,53,55,56,71,77,119,149,153,155,173,189,198,199,200,206,213],argc:67,argument:[152,187,198],arguments:[71,131,149],argv:67,armhf:41,arnaud:37,array:[86,119,131],art:233,arted:187,article:232,articles:232,as:[17,39,52,71,119,142,149,151,153,155,173,213,219],ascii:[186,187,209],assigned:42,associated:71,assumed:63,at:[43,56,149,233],auth:[151,215],auto:[110,135],autoconf:[6,37],autogen:[6,12,17,39],automake:[6,35],automatically:53,autotools:[3,5],available:[43,71],avg:[41,112,132,148],aware:71,back:187,background:149,backup:[53,100],backward:144,bad:[40,41,221],base:[12,42,71,151],baseball:[229,232],based:[56,163,164,173,219],bash:28,be:[49,52,53,55,56,62,65,71,96,126,144,149,155,206,213],became:219,because:[33,53,119,151,194,198,206,213],become:43,been:12,before:21,begin:148,bernard:42,beta:43,between:[22,33,40,41,44,62,155,156],bi:[222,224],bigram:[150,153,154,222,224],bigramlexicon:127,bill:[42,222,224],billiard:[222,224],bin:[18,31],binary:[0,194,211],bind:37,binding:[43,163,164],binlib:12,bison:12,bit:[8,21,23,24,25,26,29,30,31,33,40,42,118,150,211],black:190,block:227,blog:[175,224,230,232],blogroonga:3,blogs:224,bm:[198,200],bob:[45,92,132,139,144,151,157,170,186,215,233],bom:35,book:187,bookmark:[77,100],bookmarks:[77,100,114],bool:[33,40,42,88,118,119,131,140,161,162,186,208],boost:[154,203],boston:233,both:62,bottom:[37,56,162],brazil:228,brew:[18,27],british:236,broken:[49,53,120,221],brooklyn:233,brother:186,browser:17,bsd:[5,28,41,42],buf:[49,62,65],buffer:[52,62,86],buffered:58,bug:[39,43],build:[8,12,21,25,30,31,40],builder:58,building:51,built:62,builtin:119,bulk:[42,55,62],but:[144,149,155],buzz:154,by:[39,52,53,55,56,70,71,109,119,186,206,213,228],bye:140,bytes:[63,71],cache:[22,34,39,42,44,48,62,78,81],cafedomancer:33,calc:42,called:71,caller:63,calling:[70,71],calloc:33,calros:157,camp:233,can:[17,47,51,52,53,71,126,131,144,149,151,173,198,206,213],cancel:128,canceled:[83,128],candidate1:135,candidate2:135,candidate:135,cannot:[22,223],carlos:[92,139,144],cas:221,cases:213,cast:62,casted:62,casts:62,cat:12,cd:[12,17,24,25,26,27,28,29,30,31],cdbs:37,ce:209,ceekz:40,center:161,centos6:39,centos:[12,18,22,23],central:233,cents:209,cflags:29,ch:142,change:[39,151,215],changed:[43,151],character:71,characteristics:173,charlie:233,check:[14,22,34,37,42,44,62,78],checked:12,checking:53,checks:[41,53,115],china:228,choose:149,christian:42,chroot:12,chunk:86,chunks:225,ci:20,ciritical:151,cities:160,city:[160,233],clean:14,clear:[41,62],clearlock:[22,34,39,41,44,78],clears:49,clone:[3,6,7,8,12,13],clumns:210,cmake:[3,5,6],co:154,code:[17,144,189,194],codes:[12,70],col:62,color:190,column:[11,22,33,34,35,37,38,39,40,41,42,44,45,49,53,56,62,63,65,69,77,78],columnn:39,columns:[33,35,39,53,102,119,131,132,153,210],com:[9,228],come:233,comma:42,command:[21,33,39,42,50,52,71],commandinput:42,commands:213,comment:[42,175,232,233],comments:[175,232],commit:17,common:[37,65,66],compared:173,compatibility:[144,190],compatible:151,complete:[38,135,154,203,205],composition:190,compress:[89,131],computed:71,cond:[40,67],condition:187,conditional:135,conf:225,config:[8,22,31,34,42,44,45,78,79],configuration:[40,151,154],configure:3,confirm:17,conifugration:21,connection:221,connections:149,consists:119,constant:42,container:55,contains:119,content:[37,39,40,41,80,112,119,131,132,138,151,165,170,173,175,186,187,188,198,208,210,215,232],contents:71,context:[42,52,55,62,112,151,173],contrast:149,contrib:12,copa:42,copied:71,core:150,correct:[135,154,204],correction:204,corresponding:62,cosmo:[40,41],count:132,country:[99,228,234],cover:173,coverage:14,cpu:[0,28,150,151,215],crch:142,create:[71,100,149],created:[71,112,233],createfilemapping:42,createrepo:12,creates:[55,71,153],crit:[106,107,149],critical:[71,149],ctrl:[149,221],ctx:[9,48,49,52,53,55,62,63,65,71],curl:[21,27,28,39,128,149,151,154,194,215],current:[45,67],currently:[51,53,151],cursor:[56,59,66],custom:119,customize:151,cutter:[3,6,7],cxxflags:29,daiki:[35,36,39],dangerous:[49,53],dash:28,dat:[33,207],data:[53,57,67,119,151],database:[22,42,44,52,53,62,65,78],dataset:[153,154,155],datasets:153,date:150,dave:157,day:188,db1:215,db2:215,dbms:173,dcb:41,dcmake:[7,8,31],dd:[187,189],ddb:[230,234],ddl:224,de:17,deb:[12,25,30,39],debhelper:37,debian:3,debootstrap:12,debug:[8,42,106,107,149,151],decrypt:12,defalt:35,define:[22,44,78],defined:119,defines:153,defrag:[22,34,40,44,78],dejan:33,deleted:62,delimit:40,demo:229,depends:43,deprecated:[79,132],derived:155,descending:42,describe:71,described:149,describes:149,description:[33,222,233],designed:213,desktop:[8,31],dest:[65,148,149],destination:62,detail:150,details:[71,119],dev:[6,7,25,30],develop:[79,208],developed:208,developer:233,developing:208,development:233,develops:208,dewangga:42,df:200,dgrn:[7,8],dh:12,dicrc:27,dictionary:[190,209],diff:150,directive:151,directory:[71,155,221],disable:[37,151],disables:151,disk:197,dist:12,distance:160,distributions:12,dll:[33,37,39,41],doc:[12,16,17,18,236],docs:33,document:[12,35,149,163,164,173,187,198,200],documentation:21,documentations:156,documents:[170,173],doesn:[62,119,120,151],domain:[16,55,62,71,90,92,137,139,149,221],don:[51,55,151,206],done:47,download:[12,24],downloads:31,dragonfly:35,draw:229,drilldown:[33,34,41,42,97],drilldowns:112,droonga:[166,201],due:173,dump:[22,33,34,35,37,39,41,42,44,51,78],ea:[142,189],each:[55,119,135,151,203,204,206],ear:142,earch:142,earlier:144,easier:198,easy:198,ec:132,echo:120,ecmascript:[39,40,132,185,187],edge:9,edict:[33,41],edit:[12,22,33,34,44,156],editor:17,editrc:37,effective:149,eggs:232,eight:230,eito:40,el:[24,209],elapsed:[80,189,194],element:[42,77,187],elements:[33,77],elfring:39,ellip:160,emacs:17,emerg:[106,107],emerge:149,emergency:[149,151],emphasize:165,empty:42,en:[135,142,203,209],enable:[6,12,17],enables:151,encoding:[54,71,149,194],ency:150,end:[148,163,194,221],endpoint:155,eng:[135,203],engi:[135,203],engin:[135,203],engine:[135,142,163,164,173,198,203,204,205,206],enginen:203,english:[14,132],enhanced:43,enourmous:206,enqueue:9,entries:[42,88,103,104,105,112,132,138,147,163,164,186,187,210],entry:[57,87,88,89,91,97,98,99,102,112,127],entrykeys:138,env:196,environment:21,eof:149,epel:[24,39],er:197,eric:157,errno:[41,42],error:[40,41,45,52,56,71,80,106,107,149,151,197,200,230],errror:197,es:209,escape:55,escaped:55,estimate:42,estimated:[33,56,140],estimates:56,etc:[12,151,210,215],etime:148,euc:[28,40,149,209],evaluated:129,event:[135,153,154,155,203,204,206],events:[154,215],ex:142,exact:11,example:[119,132,149,227,228,229,230,234,237],examples:[35,111],excel:196,except:210,exclamation:42,exclude:[39,40,41,109,111,112,114,157],exe:[12,31],exec:221,executable:149,execute:[149,155,206],executed:234,executes:149,executing:52,exist:[62,120,198],existence:53,existing:[149,155],exists:[112,114,138],exit:[70,149],expect:41,explain:42,expr:[55,62,63,69],express:[8,31,39,40],expression:[33,42,55,130,132],expressions:151,ext:142,extract:206,extracted:55,extracts:55,fa:142,factor:[41,132],failed:[47,93,120,230],failures:12,fast:[80,102,112,132,142,163,164,165,166,173,186,187,198,232],faster:213,favorite:17,favorited:233,favorites:233,fbnteqr:42,feature:[17,53,198],fedora:[12,18,22,23],fetched:206,fgets:42,file:[34,35,120,149,151,221],filename:221,files:[12,151],filter:[33,35,39,40,42,45,77,88,97,99],filtered:33,filters:119,fin:63,finalizes:71,finds:65,finished:128,firefox:17,firewood:[39,40],first:[71,112,132,186,187,233],five:230,fix:[43,90,92],fixed:[39,119],flag:119,flags:[32,33,42,49,52,55,59,62,65,66,68,71,86,89,90,92],floating:211,flower:227,fluent:13,flushviewoffile:42,followee:233,follower:233,following:[49,71,119,149,153,155,213],fontaine:37,force:42,foreground:149,fork:17,forks:149,form:[186,190,218,221,230],format:[17,43,51,71,102,152,194],formula:12,found:[56,65],four:230,frank:157,free:[35,41,52,86],freebsd:[22,42,44],freed:53,frees:71,freq:[154,206],frequency:[41,135,154,198,199,200,203,204,206],friends:229,from:[33,43,52,53,55,56,71],fromtable:88,fsf:39,ftb:43,ftp:[12,150],fu:142,ful:142,full:[42,131,142,173,197,198,209],fulltext:[142,163,164,173],fullwidth:42,fumiyasu:37,func:[52,63,67,71],functions:[33,41,42,43,71,174,183,184],fuzzy:[22,33,44,156],ga:[142,150,190],garbage:[40,86],gb:[134,194,225],gc:33,gcc:[24,26,28,29,37,39,40],gdb:14,gem:12,gemfile:39,generate:71,generated:[71,153],generates:153,geo:[22,34,35,37,38,39,40,44,56,156],geodetic:211,geoindex:229,geopoint:[33,34,35,40,56,118,119,131,160,161,162],geoppoint:56,geosite:229,get:[37,39,41,56,140,142],getaddrinfo:39,getenv:42,gets:71,gettext:[17,18],ghz:150,gi:142,gib:[32,210],git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,21,33,37,39,40,41,42,89],gitter:[2,42],glaser:33,glib:40,global:18,glossary:21,gnu:[3,5],gnupg:12,go:[188,213],golubchik:42,gone:229,goo:[186,187],good:[112,132,140,186,187,188,208],google:[132,198,199,200,205],goroo:213,gpg:12,gpl:43,gps:0,gqtp:[0,1,3],gr:[132,142,154],graceful:133,grease:227,gregex:40,grep:[24,25,26,30],grn:3,grndb:[22,33,41,42,44,120,146],grnline:230,grnslap:[22,44,146],grnwrap:230,gro:[154,173],gronga:[196,205],gronnga:205,gronoga:151,groo:[132,154],groogna:[38,154,215],groongau:209,grooon:154,group:[65,228],grroonga:205,gt:[163,164],gtar:29,gted:17,gtihub:37,gui:131,gzcat:33,gzip:[28,39,214],halfwidth:190,hana:229,hanako:99,handle:52,handled:151,hard:210,hardy:35,has:[12,43,56,65,71,119,153,198],hash:[119,131,207,233],hat:3,have:[51,53,119,188],haystack:11,hdd:150,he:209,head:[41,148,221],header:42,heavy:213,hello:[112,132,140,187,188,208,209],help:[14,17,37],helpful:198,hendro:40,here:[71,119,149,153,155,206],hex:229,hh:[187,189],hideki:42,high:88,highlight:[22,33,41,42,44,156],hino:40,hiroaki:42,hiroshi:[33,35,37],hirotaka:42,hiroyuki:42,hmm:233,ho:209,hobby:189,hoge:158,home:[12,28,114,209],homebrew:3,homepage:150,hook:57,horikoshi:37,host:[149,150,154,197,221,234],hostname:[149,151,152],hottolink:43,hour:47,how:[22,71,110,212],html:[3,12,14],http:[0,1,12,17,22,24,25,26,27,28,29,30,31,33,35,37,39,40,41,42,44,48,77,100,128,146,148,149,150,151],httpd:[12,38,39,40,41],httprewritemodule:151,https:[12,13,17,21,214],hw:27,ia:[222,224],ic:[59,209],ichii:37,id:[0,33,35,41,42,45,49,52,56,59,60,62,65,66,75,77,80],ideographic:42,idf:41,ids:[56,77,88],ieee:211,ifexists:102,ignore:42,ignored:[39,53],ii:197,il:[222,224],ill:222,illegal:221,immediate:[33,133],implementation:213,implemented:[42,43],improper:221,inappropriate:221,include:[16,41,109,111,112,114,154,157],includes:42,incompatible:221,index:[12,33,41,42,43,49,53,56,58,59,90,119],indexblog:232,indexbuf:49,indexes:131,info:[42,106,107,149,151,197,200],information:119,init:[25,28,39,41,63],initialize:52,initialized:[52,71],initializes:[70,71],innodb:0,input:[51,80,102,221],inspect:[33,42],install:[12,14,18,21,23,24,25,26,27],installer:12,instantly:173,instead:[71,87,126,132,149,219],integer:119,intel:150,internal:41,internally:[51,52,119],interpreter:12,interrupted:221,into:[52,206],introduced:151,introduction:100,inv:150,invalid:[71,101,132,221],inverted:173,io:[22,33,42,43,44,78],ip:[150,154,221,234],ipa:26,iptables:215,is:[17,33,39,41,42,47,49,51,52,53,55,56,62,63,65,71,77,83,112,119,120,128,132,138,140,142,149,151,153,155,163,164,165,166,170,173,186,187,189,194,197,198,206,208,213,215,219,221,227,230,232,234,236],isn:[52,53],iso:187,issue:19,issues:41,it:[49,51,52,53,55,56,62,65,70,71,80,102,112,119,132,144,149,155,186,187,188,189,198,213,219,229],itagaki:35,item:[135,153,154,203,204,206],items:[132,169],its:[55,71,149],itself:77,ivh:[24,26],iwai:[38,39],ja:[12,17],jacob:42,james:235,japan:[99,228,234],japanese:209,jason:235,javascript:[12,22,151,152,226,234],je:235,jeff:235,jekyll:12,jemalloc:41,jennifer:235,jersey:233,jessie:[12,22,23],jiro:229,jis:[66,193],job:150,jobs:150,john:[99,235],joseph:235,jq:230,jquery:[35,41],json:[33,35,37,39,41,42,51,77],jsonp:[37,42,154],juman:26,just:[53,62,153,188,233],ka:190,kakesa:42,kana:[135,153,154,203,204,206],karmic:14,kashihara:41,katagiri:40,katakana:190,kawada:41,kawaji:39,kb:225,kbytes:150,keeps:77,ken:229,kenichi:[35,37],key:[12,32,33,39,40,41,42,45,49,62,65,66,77,80,88,90,92],keybuf:65,keyid:12,keys:[41,42,65],keyword:[39,40,55,132,163,164,173,186,198,199,200],keywords:55,kib:[42,210],kinjirou:229,kiske:39,kk:197,klose:42,km:233,ko:43,koi:[28,39,149],korea:228,kuriyama:41,kwic:173,kytea:[28,39,40,142],label:[42,88],langasek:33,language:17,larger:[119,155,206],largetext:207,last:[39,154,233],lat:150,latency:150,later:149,latin1:39,latin:[28,39,149],latinovic:33,launch:155,launchpad:[12,30,41],layout:12,lc:17,ld:209,learing:206,learn:155,learned:155,left:56,length:[33,71],lenny:37,let:188,letter:190,level:[71,106,107,149,151,155,221],levels:151,lexicon:[42,100,127,136,137,150,170,175,188,190,232],lf:148,lgpl:43,li:[209,222,224],lib:[35,40,112,121,122,126],libedit:[26,28,34,35,37,39,42],libevent:[25,28,30],libgcc:41,libgroonga:20,liblzo:[25,30],libmecab:[12,25,30],libmsgpack:[25,30],libraries:[198,213],library:[51,213],libs:119,libstemmer:41,libtool:[6,42],libwinpthread:41,libzmq:[25,30],license:[12,43],light:[119,213],like:[49,213],limit:[37,56,65,66,97],line:[21,52,80,213],lines:14,link:[227,228,234],links:[227,228,234],linux:[22,44,150],lion:39,list:[12,119,153,155],listen:[39,149,151,215],lists:[41,119],ll:[142,209,222,224],lldb:[6,7],llt:142,lo:209,load:[22,33,34,35,37,38,39,40,42,44,45,77,78,79,87,88,92,99,100,101],loaded:130,loads:155,local:149,locale:17,localhost:[12,37,128,148,149,150,151,154,194,215],localstatedir:[28,35],location:[21,40,80,151],lock:[22,41,42,44,47,53,62,78,87],locked:71,locks:[71,173],log:[12,22,28,39,42,44,71,78,88],logaling:21,logical:[22,33,42,44,78,101],logicaltableremovecommand:114,logrotate:[39,41],logs:[88,109,111,113,114,117,120,127,136,137,154,155,197,199,200,201],logyyyymmddhhmmss:154,longer:43,longest:65,longitudexlatitude:40,longtext:[45,56,118,119,131],loose:169,looseitems:169,lru:85,ls:12,lt:[142,163,164,173],lte:142,lts:[21,30],lucid:[12,35,40],lz4:[28,33,41,131],lz:[28,131],lzo:[37,39,41,49,89,221],m6:29,mac:[22,23],machine:149,macports:[22,23],mail:150,main:[12,25,67],make:3,makecache:[24,39],makefile:[7,8,12],malloc:41,man:[33,34,157],managed:53,management:[21,53,173],manager:[151,215],managing:53,many:[77,119,153,198,213],map:37,mariadb:[40,41],mark:[42,190],marked:219,markup:16,markus:39,marverick:35,masaharu:[38,39],masahiro:35,masatoshi:42,massachusetts:233,master:151,match:[22,28,35,40,41,42,52,77,97],matched:56,matsuu:35,matthias:42,maverick:37,max:[33,39,41,66,67,81],maximum:119,may:[49,53,154],mb:39,mbytes:150,me:[125,209],means:[51,56,62,71,151,189],mecab:[0,12,24,25,26,27,28,30,33,34,35,37,39,40,41,42,43,209],meerkat:37,memcache:218,memcached:[0,1,14,22,33,42,212],memo:[41,170,198],memory:[22,71,197,223],memos:[42,119,131,166,183,198,208],memset:42,mercurial:12,message:[71,107,109,189,197,199,200,232],messagepack:[28,37,38,39,42,51],messages:40,metadata:[39,119],micro:233,microsoft:[8,31,42],migrated:[112,132,186,187],mike:99,millisecond:47,mime:[42,215],min:[39,41,47,66],minagawa:40,mingw:[12,37],minimum:71,mips:33,mitsuhiro:35,mizuhara:42,mkdir:100,mkostemp:41,mktime:42,ml:10,mlock:35,mm:[187,189],mmap:[22,40,223],modern:233,modes:149,moero:229,money:229,monkey:227,month:229,montywi:38,mooz:37,more:[71,119,149,155,173,198,221],moritapo:229,moritars:232,morning:188,most:[56,119],mpaa:157,mruby:[6,7,8,33,40,41,42,129,130,201],msec:47,msg:[9,42],msgpack:[33,42,194,221],msvc:42,msyql:77,mte:43,multiple:213,multithread:65,munin:[24,25,26,28,30,34,37,39],museum:233,music:[189,229],must:[49,53,55,56,62,71,96,155,206],mutex:[40,67,71],mv:108,my:[112,132,186,187],myisam:0,mysql:[0,12,24,25,26,30,41,42,43,77,115,132,163,164,173,196,198],naist:209,nakamura:42,name:[49,52,53,54,55,62,63,65,68,71,86,89,90,91],namebuf:[49,62],names:[88,119],nanoseconds:189,naoina:[39,40],nargs:55,narwhal:37,natanael:42,natty:37,ne:142,need:[51,55,144,149],needed:[52,151],negative:[63,71],neologism:209,nested:40,net:228,netbsd:[35,40],netinet:42,network:221,never:110,newark:233,newids:88,newly:[144,173],newnames:88,news:[12,33],newvalue:49,next:[56,63],nfkc:190,nfs:28,nfthreads:67,ng:142,nginx:[24,25,26,30,33,39,40,41,42],nginxhttpstubstatusmodule:41,ni:[169,193],nice:188,night:[188,236],niho:169,nihon:[169,203],niku:41,nine:230,nippon:203,nise:41,no:[34,40,42,43,56,100,101,111,112,120,132,135,197,207,221],noarch:[24,26],node:12,nogpgcheck:39,none:[28,115,132,140,142,149,151,153,221,232],nonexistent:[93,94,112,132],normalize:[22,41,44,78],normalized:115,normalizer:[22,41,44,78,112],normalizerauto:[42,112,115,116,119,127,131,132,136,137,138,140,142,154,163,164,169,170,173,186,187,188],normalizernfkc:[116,131],normalizers:116,normallexicon:190,normally:[51,52,53,119,149],note:[71,149],nothing:[51,183],notice:[42,106,107,149,151,199,200],notrelated:114,now:[22,44,156],nroonga:[21,170,232],nsis:12,nsubrecs:[49,112,132,228,229,233],nt:209,nterms:86,nul:[37,53,71,209],number:[22,33,44,56,63,71,86,96,149,150,156],numbers:42,nvars:63,ny:233,obata:35,obj:[49,53,55,57,60,62,63,64,69,86],object:[22,33,39,42,44,53,57,62,63,64,65,69,71,78,114],objname:[87,98],obsolete:219,obtained:71,occurred:56,ocelot:[37,40],october:41,of:[39,43,49,52,56,62,63,65,71,86,96,119,135,149,151,153,154,155,163,164,173,175,206,210,233],off:[41,151],official:12,offset:[53,55,56,57,62,65,66,71,97],ohkubo:33,ok:99,okapi:[198,200],old:[12,71],oldvalue:49,om:209,omitted:194,on:[17,43,51,53,56,62,65,71,142,151,163,164,173,215],one:[71,149,155,173,213],oneiric:[37,40],onga:173,ongaeshi:[35,39,40,42],onigmo:[41,42,197],oniguruma:42,only:[42,51,62,71,149,151],oo:[142,207],ooo:207,op:[49,55,56,64,65],opaque:221,open:[119,120],openbsd:42,opened:[53,119,189],opens:[53,56],operation:[56,114,221],operator:[42,56],optarg:[53,64],option:[149,155],options:[42,147,148,149,150,151,153,154,155,201,213],or:[41,49,51,53,56,65,71,119,128,132,144,149,166,170,186,196,200,209,221,236,237],oracle:[22,23],orangain:40,org:[228,234],origin:17,original:[51,100,235],os:[5,7,8,12,18,22,23],osdn:[12,42],other:[42,47,49,53,71,149,155],otherwise:[62,71,119],out:150,output:[33,35,38,39,40,41,42,51,52,77,81,88,97],outputs:155,outputting:51,overcommit:210,owned:55,owner:151,packages:[12,17,24,25,26,27,28,29,30,31,219],pai:33,pair:[135,153,154,203,204,206],pairs:119,palallel:12,pangolin:[30,39],parameter:[56,62,63,65,144,149],parent:[112,132],parker:42,partial:11,partitioning:109,pass:151,passed:[12,53],passes:12,pat:[33,66,207],patch:43,path:[18,49,53,62,65,71,90,92,119,126],paths:136,patprefix:235,patricia:[119,131],patsuffix:235,pattern:[186,187],pcre:39,pentium:150,performance:[173,213],period:33,permission:221,permitted:114,persistent:[53,65,90],pg:157,pgroonga:[42,198,201],php:[39,213],physical:86,pid:[28,34,42,149],pikonyan:229,pip:18,pkg:[28,29,35,42],pkgs:24,platforms:71,play:236,player:88,players:[88,139],please:[17,53,219],plugin:[22,37,41,42,44,46],plugins:126,po:3,poedit:17,point:[38,56,92,128],pointed:71,pointer:71,popular:132,port:[27,149,150,154,218,221,234],porting:43,position:[56,71,131,140,142,209],posix:[42,187],post:[12,33,39,40,41,42,112,132],posted:233,postgresql:[0,173,201],posting:56,poyonga:213,ppa:[12,22,23],pre:[43,154],precise:[12,30,39],prefix:6,previous:219,price:227,priority:132,proc:[24,25,26,30,42,57,63,65,69,71,96],process:[49,53,149,151],processed:189,processes:149,processor:[24,25,26,30],program:155,progress:189,project:187,proonga:213,protocol:[0,149,152,194,213,215,218,219],pthread:[37,40],ptr:71,pub:12,published:12,pull:12,push:[12,17],pushes:52,put:186,pyenv:18,python:[12,18,213],qps:[148,150],quantal:39,queries:[150,173],query:[0,11,22,33,36,39,40,41,42,44,55,64,77,78,97],queryexpandertsv:[22,39,40,44,121,122,126,170,195],question:42,quetzal:39,queue:9,quiet:221,quit:[12,22,44,78],quiz:229,quote:187,raccoon:229,radious:161,rake:12,rakutan:232,raltime:206,ram:150,rand:[22,44,156],range:[22,41,42,44,78,90,92],ranguba:[41,48,77],raring:[40,41],rather:213,rc:[52,70,84,142,189],rch:142,rd:[222,224],rdbms:[0,42],rdiscount:12,re:53,read:[173,221],readings:[169,193],readme:[12,40],reads:155,real:[45,173],realloc:35,really:[112,132,186,187],realtime:[135,206],receive:154,received:149,receiver:155,recently:85,recommend:213,record:[22,33,42,44,56,62,65,77,132,156,160],records:[42,56,132,189,206],recovered:53,recovers:53,rect:160,rectangle:[39,56],recursive:[6,7,8,12,13],red:3,redcloth:12,redhat:37,reference:[40,42,62,77,131,132,138],referenced:101,referencedbycolumn:138,referencedbytable:138,referencedtable:138,references:[114,138],referencetable:138,regexplexicon:[127,197],register:[22,40,42,44,78,115,121],registered:[71,126,173],regular:[151,197],reindex:[22,33,42,44,78],relation:62,release:[12,31],released:[12,43],releases:70,remained:[189,197],remote:149,remove:[62,114,115,120,138],removed:126,removep:62,removing:53,rep:150,replaced:[153,155],replication:198,replied:233,replies:232,reply:232,repoforge:[24,39],reports:71,repositories:12,represents:119,request:12,required:[21,120,151,215],res2:65,res:[56,64,65,150],resizes:71,resource:221,resources:[52,53,70],rest:71,restart:219,result:[11,65,155,160,173,194,221,232],results:[39,65,173],retry:221,returned:[56,71],returns:[49,56,65,71,119],reverse:[12,151],rewrited:43,rf:[24,151],rid:[58,59],right:56,ringtail:[40,41],rl:209,rlimit:[40,189],rm:151,ro:142,roonga:[186,187],root:[40,42,151,234],rose:227,row:173,rpm:[12,24,26,35,37,39,40,41],rpmforge:24,rroonga:[21,40,41,42,48,166,170,175,183,185,198,232],ruby:[0,6,7,8,12,21,22,39,40,41,42,43,44,77,78],rubygems:39,rubyinstaller:8,run:[12,14,22,149,151,212],running:[53,128,149],runs:[149,155],sa:[135,204],sae:[135,204],saer:[135,204],saerc:[135,204],saerch:[135,204],sako:42,salamander:[40,41],same:[40,47,77,213],sample:[150,155],satoh:37,saucy:[40,41],save:12,say:187,scalar:131,scan:14,schema:[22,42,44,78,119],scope:42,score1:11,score2:11,score:[11,40,42,49,77,92,132,135,139,144],scorer:[22,42,97,101],script:[33,41,102],se:[142,203],sea:[142,203],sear:203,searc:203,search:[37,39,65,66,132,135,142,163,164,173,186,187,196,198,203,204,205,206],searched:56,sebastian:41,sec:47,section:[49,58,71,131,149],sed:[27,37,39,42],see:[71,119,149],segment:86,segments:86,segv:[34,40],select:[22,33,34,35,36,37,39,40,41,42,44,45,48,77,78,79,82,83,85,88,92,99,101],selector:97,selects:56,self:150,sen:43,senboku:40,send:[154,213],sender:155,senna:33,sentense:42,separated:[51,119],sequence:[135,153,154,203,204,206],serach:204,serch:[135,204],sergei:42,sergey:41,serial:88,serihiro:39,serve:12,server:[39,41,42,114],servers:114,service:[42,204,219],session:213,set:[62,150],sets:52,seven:230,sh:[12,21],sha:12,sharding:[42,109,110,111,112,113,114,201],share:28,shared:[47,49,53],shell:149,shibuya:35,shidara:37,shift:[28,209],shimada:35,shimamura:42,shimoda:35,shimomura:39,shinya:39,sho:40,shopping:188,shops:222,shorttext:[33,35,37,41,45,56,66,77,80,88,89,90,92,99,100,101,103,104,105,112,113,114,117,118,119,120,127,131,132,135,136,137,138,139,140,144,149,150,154,157,160,163,164,165,166,169,170,173,175,183,186,187,188,190,193,197,198,199,200,203,204,206,207,208,210],should:[52,71,144],show:34,shows:51,shutdown:[22,33,35,44,78,101,109],sid:[12,37,41,86],sigcont:40,sigint:37,sign:12,signing:12,sigsegv:65,sigstop:40,sigusr:37,silent:21,simple:219,since:[126,144,219],sis:37,site:[127,227,228,230,234,237],sitecountry:[228,234],sitedomain:[228,234],sites:[100,103,104,105],six:230,size:[49,62,65,66,68,71,86,118,119,120,131],sizeof:[42,52,55],sjis:[28,43,149],slash:187,sleepy:188,small:120,smaller:77,snake:42,snippet3:173,snippet:[22,33,39,40,42,43,44,132,156],so:[53,62,65,119],soccer:229,socket:221,soft:210,software:30,solaris:[5,7,8,22,23],solr:187,some:[42,70,119,153],sort:[42,65],sortby:[33,37,97],sound:[190,204],soundkitchen:[37,39],source:[12,42,53,62,80,89,90,92,119],sourceforge:[12,42],sources:[12,90],space:[42,71,77,186,197],span:[163,164,165,173],spec:[12,35,39,40],specified:[56,63,71,119],specifies:149,specify:[17,62,149,151,153,155],specifying:71,speed:205,spelling:236,sphinx:[3,15,16],sphr:160,spil:42,sports:229,sql:[109,198,228],squeeze:[12,40],src:65,ss:[187,189,197],ssh:12,ssssss:189,st:[142,187,209],stable:79,stack:[40,221],stage:33,standard:211,standing:213,start:[42,81,109,134,188,219],started:[80,112,132,186,187],starting:71,starttime:[42,81,134,151,194,221,230,234],stateful:213,states:99,status:[22,33,34,35,39,40,42,44,78,81,99],steve:33,still:128,stop:[39,42,149,151,219],storage:[163,164],store:[52,55,56,62],stored:[155,206],stores:55,str:[55,71],strerror:41,strict:41,string1:158,string2:158,string:[11,22,33,39,41,42,44,55,62,63,71],strlen:71,studio:[8,31,39,40,42],su:33,sub:[12,22,40,42,44,156,169],subject:40,submit:[135,154,203,204,206],subrecord:40,substitution:170,succeeded:[89,92],success:221,successfully:71,successor:187,such:[17,39,119,126,153,155,173,206],sudo:[12,14,18,21,24,25,26,27,28,29,30,39,210,219,225,234],sufficient:71,suffixsearchterms:[186,187],suggest:[22,35,37,44,78],suggestion:153,suitable:149,suited:173,sum:[41,112,132],summary:[22,111,150,212],sunos:41,superior:173,support:43,supported:[43,151],supports:[43,71,155],swig:43,synonym:[132,236],synonyms:196,syntax:[33,45,132,149,221],syscall:[41,230],sysctl:[42,210,225],system:[29,112,132,173,186,187,210,211],systemctl:[25,219],systemd:[25,33,39,42],systems:173,tab:51,table:[11,22,33,35,37,38,39,40,41,42,44,45,49,52,53,56,59,62,63,65,66,77,78,79,88,89],tablecursor:42,tablegroupflags:42,tablename:79,tables:[52,53],tag:[12,88,112,132,166,183,229],tags:[42,77,90,132,136,137,166,183,229],tahr:[30,41],tail:[12,221],tajima:39,takahiro:35,takashi:[37,99],takayama:42,takayuki:37,taken:119,takes:128,takuto:35,tar:[12,24,25,26,27,28,29,30],target:[31,41,49,53,55,56,62],taro:229,tasuku:43,tatsuya:39,tc:[59,66],tcp:[149,154],te:[142,209],temporary:[53,149],term:[86,89,236],terminal:233,terms:[86,112,119,131,132,138,140,149,163,164,170,173,186,187,198,199,200,208,210,224,230],teruya:42,test:[12,14,150,227,230,232,233,234],testdb:[150,155],tests:12,tex:142,text:[39,42,45,56,80,104,109,112,118,119,127,131,132,138,142,150],tf:[198,199,200],than:[33,77,119,197,206,213],thanks:233,that:[39,47,49,51,55,56,62,63,65,71,114,119,138,149,173,189,213],the:[16,39,43,47,49,51,52,53,55,56,62,63,65,71,96,112,114,119,120,128,132,138,149,151,153,154,155,160,173,186,187,206,210,213,219,233],theater:236,theatre:236,them:55,then:71,there:[77,149,186,213,219],therubyracer:12,thesaurus:132,these:[53,149,173],thorsten:33,thread:[9,22,42,44,49,53,65,71,78,96,110,120,138],threads:96,threasd:149,three:[227,230],threshold:[37,42,61,62,98],through:151,thus:[153,155],tid:59,time:[22,33,37,39,40,41,42,44,109,112,113,114,117,118,119,120,127,128,131,135,136,150,154,156,167],timeout:[33,47,62],times:47,timestamp:[109,113,114,117,120,127],timeuot:47,tips:3,title:[12,40,41,100,103,104,105,127,138,175,198,227,228,229,230,232,234],titles:[186,187],tiwawan:42,tld:228,tls:33,tmp:[6,7,12,40,90,92,119,120,135,137,139,149,196,197,215,221,230,234],to:[22,39,43,47,49,51,52,55,56,62,65,71,80],tobby:170,todo:[6,7,14,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,68,69,72,74,76,77,80,109,111,112,115,125,132,153,156],token:[42,100],tokenbigram:[112,119,127,131,132,136,137,138,140,142,143,149,154,163,164,170,173,175,186,187,188,198,199,200,204,207,208],tokenbigramignoreblank:[131,143],tokenbigramignoreblanksplitalpha:209,tokenbigramignoreblanksplitalphadigit:209,tokenbigramignoreblanksplitsymbol:[131,143],tokenbigramignoreblanksplitsymbolalpha:[131,143],tokenbigramignoreblanksplitsymbolalphadigit:[131,143],tokenbigramsplitsymbol:[35,131,143],tokenbigramsplitsymbolalpha:[131,132,142,143],tokenbigramsplitsymbolalphadigit:[88,131,143,170,204],tokenbigramsplitxxx:209,tokenbigrm:88,tokenbigrma:142,tokendelimit:[131,142,143,154,206],tokendelimitnull:[36,131,143],tokenfilterstem:[25,30,41],tokenfilterstopword:[41,42,140],tokenize:[22,40,41,42,44,78,140],tokenizer:[22,39,41,44,78],tokenizers:119,tokenkytea:39,tokenmecab:[39,119,131,143],tokenregexp:[42,127,131,143,197],tokens:142,tokentrigram:[42,131,142,143],tokenunigram:[131,143],tokyogeopoint:[33,37,56,118,119,131,161,162],tom:170,tomita:35,tomo:229,tomoatsu:35,tomotaka:37,tomygx:42,too:[42,120,221,232],tood:71,tool:21,top:[37,56,162],tortoisegit:8,totable:88,total:[86,118,150],touch:53,toybox:227,tracker:19,transfer:[0,213,219,221],transitional:219,translate:17,translation:17,travel:233,travi:40,travis:20,trie:[119,131],tried:233,tries:47,tritonn:[112,132,186,187],truncate:[22,37,40,41,42,44,49,78,101],truncated:40,truncation:37,trust:12,trusty:[12,30,41],ts:209,tsu:42,tsv:42,turn:151,tutorial:71,tweet:188,tweets:188,twiter:39,two:155,tx:209,txt:[16,17],type:[33,49,51,52,56,60,62,63,65,68,89,90,92,115],types:115,typo:[37,41],ubuntu:3,ueno:[35,36,39],ui:132,uid:12,uint:[33,35,39,40,41,45,67,77,80,88,90,92,99,101,112,118,119,131,132,136,137,138,139,144,154,157,158,169,175,186,187,188,190,197,208,210],ul:142,ull:142,ultra:229,umask:41,umemoto:37,unchanged:71,under:[151,155],unicode:[42,190],unicorn:42,uninstall:39,unique:128,united:99,universe:30,unix:[3,5],unknown:221,unlink:55,unlock:62,unlocked:71,unlocks:71,unmanaged:86,unmaps:53,unpatched:43,unsafe:53,unsigned:[41,48,49,55,58,62,63,65,66,68,71],unsplit:11,unsupported:221,until:[47,71],up:194,update:3,updated:[17,43,224],updates:173,updating:47,upload:12,uptime:[34,81,134,151,194,221,230,234],uri:[151,152],url:[12,37,41,100,152,234],usa:228,usage:149,use:[17,38,42,49,51,52,53,55,71,80,86,87],used:[51,52,53,62,70,85,88,144,149,155,213,233],useful:[49,119,149,198,232],useless:53,user:[63,114,150,151,154,157,164,170,173,175,187,210,229],username:[31,229],users:[31,33,45,82,83,88,90,92,99,101,114,117,118,120,131,132,139,144,151,157,170,189,215],uses:[51,53,155],using:[43,51,206,232],usr:[14,27,28,121,122,126,149,151],usually:155,utc:187,utf:[28,33,35,39,40,43,54,149,154,187,194,209],utopic:42,uubntu:14,uuid:33,uuuuuu:187,uzulla:37,v1:11,v2:11,vagrant:12,valgrind:14,valid:206,value:[33,39,40,41,42,47,49,60,62,63,65,66,71,77,88,90],valuebuf:60,valuen:166,values:[49,51,62,102,149],variable:[71,119],variables:71,variety:229,vars:[63,71],varying:71,vector:[22,33,39,40,42,44,77,131,156],version:[12,37,43,50,52,81,134,150,151,194,201,221,230,234],versions:219,vervet:[33,42],very:[80,102,112,132,163,164,173,186,187,198],via:206,video:229,virtualbox:12,visual:[8,31,37,39,40,41,42],vivid:[12,33,42],vm:39,vmstat:225,vmware:12,voiced:190,vojtovich:41,waits:[47,71],wanabe:40,want:[149,213],wareohji:39,warn:149,warning:[106,107,149,151,197,200],warp:41,watch:12,way:155,wc:[24,25,26,30],we:213,weakness:173,web:[12,28,34,132,135,186,204,206],webclips:165,weight:[39,49,77,131,132,154,198,227],welcome:[112,132,186,187,233],well:173,werewolf:[33,42],wget:[24,25,26,28,29,30],wgs:[33,37,56,118,119,131,160,161,162],wheezy:37,when:[49,53,62,149,213],whether:[53,62,119],which:[71,149,155],whombx:40,wibowo:40,wiedenroth:41,wiki:151,wikipedia:[193,211],will:[62,71,149,213],wily:[33,42],win:[8,31],windows:[3,5,6,7],wing:[39,40],without:[151,173,206],wo:209,word:[39,132,186,187],words:187,worker:9,works:71,world:209,write:[14,38,111,125,132],written:144,www:12,x6:12,xcode:27,xenial:[30,33],xerus:[30,33],xml:[35,37,38,39,40,41,51],xt:[142,209],xvzf:[24,25,26,27,28,29,30],xxx:[33,40,42,149,187],xxxxx:12,yamaguchi:37,yappo:[40,41,43],years:45,yes:[14,33,42,81,100,101,111,114,120,132,135,138,148],yito:[39,40],yoji:37,yoku:[40,41],york:[160,233],yoshioka:39,you:[17,49,51,52,53,55,71,144,149,151,153,154,155,206,213],your:[17,21,37],yuki:37,yum:[12,18,24,26,39],yunqiang:33,yutaro:42,yuya:42,yy:45,yyyy:[187,189],yyyymm:201,yyyymmdd:[109,111,112,114,201],zcat:33,zenigata:229,zeromq:28,zip:[12,22,23],zlib:[25,28,30,35,37,39,40,41,49,89,131,221],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. \u5c0e\u5165","12.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","11. \u958b\u767a","11.1. Travis CI","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","2.5. CentOS","2.3. Debian GNU/Linux","2.6. Fedora","2.2. Mac OS X","2.8. \u305d\u306e\u4ed6","2.7. Oracle Solaris","2.4. Ubuntu","2.1. Windows","9. \u5236\u9650\u4e8b\u9805","\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","News - 1.2.x","News - 1.3.x","News - 2.x","News - 3.x","News - 4.x","News - 5.x","News in Senna period","7. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","7.17. \u30a8\u30a4\u30ea\u30a2\u30b9","7.23. API","7.23.2. \u5168\u4f53\u8a2d\u5b9a","7.23.4. <code class=\"docutils literal\"><span class=\"pre\">grn_cache</span></code>","7.23.5. <code class=\"docutils literal\"><span class=\"pre\">grn_column</span></code>","7.23.6. <code class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></code>","7.23.7. <code class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></code>","7.23.8. <code class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></code>","7.23.9. <code class=\"docutils literal\"><span class=\"pre\">grn_db</span></code>","7.23.10. <code class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></code>","7.23.11. grn_expr","7.23.12. <code class=\"docutils literal\"><span class=\"pre\">grn_geo</span></code>","7.23.13. <code class=\"docutils literal\"><span class=\"pre\">grn_hook</span></code>","7.23.14. <code class=\"docutils literal\"><span class=\"pre\">grn_ii</span></code>","7.23.15. <code class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></code>","7.23.16. <code class=\"docutils literal\"><span class=\"pre\">grn_info</span></code>","7.23.17. <code class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></code>","7.23.18. <code class=\"docutils literal\"><span class=\"pre\">grn_obj</span></code>","7.23.19. <code class=\"docutils literal\"><span class=\"pre\">grn_proc</span></code>","7.23.20. <code class=\"docutils literal\"><span class=\"pre\">grn_search</span></code>","7.23.21. <code class=\"docutils literal\"><span class=\"pre\">grn_table</span></code>","7.23.22. <code class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></code>","7.23.23. <code class=\"docutils literal\"><span class=\"pre\">grn_thread_*</span></code>","7.23.24. <code class=\"docutils literal\"><span class=\"pre\">grn_type</span></code>","7.23.25. <code class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></code>","7.23.1. \u6982\u8981","7.23.3. Plugin","Cast","7.6. \u30ab\u30e9\u30e0","7.6.4. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0","7.6.3. \u64ec\u4f3c\u30ab\u30e9\u30e0","7.6.1. \u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0","7.6.2. \u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","7.3. \u30b3\u30de\u30f3\u30c9","7.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","7.3.2. \u51fa\u529b\u5f62\u5f0f","7.3.3. \u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8","7.3.4. \u30ea\u30af\u30a8\u30b9\u30c8ID","7.3.5. \u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8","7.3.6. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","7.3.7. <code class=\"docutils literal\"><span class=\"pre\">cache_limit</span></code>","7.3.8. <code class=\"docutils literal\"><span class=\"pre\">check</span></code>","7.3.9. <code class=\"docutils literal\"><span class=\"pre\">clearlock</span></code>","7.3.10. <code class=\"docutils literal\"><span class=\"pre\">column_copy</span></code>","7.3.11. <code class=\"docutils literal\"><span class=\"pre\">column_create</span></code>","7.3.12. <code class=\"docutils literal\"><span class=\"pre\">column_list</span></code>","7.3.13. <code class=\"docutils literal\"><span class=\"pre\">column_remove</span></code>","7.3.14. <code class=\"docutils literal\"><span class=\"pre\">column_rename</span></code>","7.3.15. <code class=\"docutils literal\"><span class=\"pre\">config_delete</span></code>","7.3.16. <code class=\"docutils literal\"><span class=\"pre\">config_get</span></code>","7.3.17. <code class=\"docutils literal\"><span class=\"pre\">config_set</span></code>","7.3.18. <code class=\"docutils literal\"><span class=\"pre\">database_unmap</span></code>","7.3.19. <code class=\"docutils literal\"><span class=\"pre\">define_selector</span></code>","7.3.20. <code class=\"docutils literal\"><span class=\"pre\">defrag</span></code>","7.3.21. <code class=\"docutils literal\"><span class=\"pre\">delete</span></code>","7.3.22. <code class=\"docutils literal\"><span class=\"pre\">dump</span></code>","7.3.23. <code class=\"docutils literal\"><span class=\"pre\">io_flush</span></code>","7.3.24. <code class=\"docutils literal\"><span class=\"pre\">load</span></code>","7.3.25. <code class=\"docutils literal\"><span class=\"pre\">lock_acquire</span></code>","7.3.26. <code class=\"docutils literal\"><span class=\"pre\">lock_clear</span></code>","7.3.27. <code class=\"docutils literal\"><span class=\"pre\">lock_release</span></code>","7.3.28. <code class=\"docutils literal\"><span class=\"pre\">log_level</span></code>","7.3.29. <code class=\"docutils literal\"><span class=\"pre\">log_put</span></code>","7.3.30. <code class=\"docutils literal\"><span class=\"pre\">log_reopen</span></code>","7.3.31. <code class=\"docutils literal\"><span class=\"pre\">logical_count</span></code>","7.3.32. <code class=\"docutils literal\"><span class=\"pre\">logical_parameters</span></code>","7.3.33. <code class=\"docutils literal\"><span class=\"pre\">logical_range_filter</span></code>","7.3.34. <code class=\"docutils literal\"><span class=\"pre\">logical_select</span></code>","7.3.35. <code class=\"docutils literal\"><span class=\"pre\">logical_shard_list</span></code>","7.3.36. <code class=\"docutils literal\"><span class=\"pre\">logical_table_remove</span></code>","7.3.37. <code class=\"docutils literal\"><span class=\"pre\">normalize</span></code>","7.3.38. <code class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></code>","7.3.39. <code class=\"docutils literal\"><span class=\"pre\">object_exist</span></code>","7.3.40. <code class=\"docutils literal\"><span class=\"pre\">object_inspect</span></code>","7.3.41. <code class=\"docutils literal\"><span class=\"pre\">object_list</span></code>","7.3.42. <code class=\"docutils literal\"><span class=\"pre\">object_remove</span></code>","7.3.43. <code class=\"docutils literal\"><span class=\"pre\">plugin_register</span></code>","7.3.44. <code class=\"docutils literal\"><span class=\"pre\">plugin_unregister</span></code>","7.3.45. <code class=\"docutils literal\"><span class=\"pre\">query_expand</span></code>","7.3.46. <code class=\"docutils literal\"><span class=\"pre\">quit</span></code>","7.3.47. <code class=\"docutils literal\"><span class=\"pre\">range_filter</span></code>","7.3.48. <code class=\"docutils literal\"><span class=\"pre\">register</span></code>","7.3.49. <code class=\"docutils literal\"><span class=\"pre\">reindex</span></code>","7.3.50. <code class=\"docutils literal\"><span class=\"pre\">request_cancel</span></code>","7.3.51. <code class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></code>","7.3.52. <code class=\"docutils literal\"><span class=\"pre\">ruby_load</span></code>","7.3.53. <code class=\"docutils literal\"><span class=\"pre\">schema</span></code>","7.3.54. <code class=\"docutils literal\"><span class=\"pre\">select</span></code>","7.3.55. <code class=\"docutils literal\"><span class=\"pre\">shutdown</span></code>","7.3.56. <code class=\"docutils literal\"><span class=\"pre\">status</span></code>","7.3.57. <code class=\"docutils literal\"><span class=\"pre\">suggest</span></code>","7.3.58. <code class=\"docutils literal\"><span class=\"pre\">table_create</span></code>","7.3.59. <code class=\"docutils literal\"><span class=\"pre\">table_list</span></code>","7.3.60. <code class=\"docutils literal\"><span class=\"pre\">table_remove</span></code>","7.3.61. <code class=\"docutils literal\"><span class=\"pre\">table_rename</span></code>","7.3.62. <code class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></code>","7.3.63. <code class=\"docutils literal\"><span class=\"pre\">thread_limit</span></code>","7.3.64. <code class=\"docutils literal\"><span class=\"pre\">tokenize</span></code>","7.3.65. <code class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></code>","7.3.66. <code class=\"docutils literal\"><span class=\"pre\">truncate</span></code>","7.16. \u8a2d\u5b9a","7.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","7.1.1. <code class=\"docutils literal\"><span class=\"pre\">grndb</span></code>","7.1.2. grnslap","7.1.3. <code class=\"docutils literal\"><span class=\"pre\">groonga</span></code> \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","7.1.4. groonga-benchmark","7.1.5. groonga-httpd","7.1.6. Groonga HTTP\u30b5\u30fc\u30d0\u30fc","7.1.7. groonga-suggest-create-dataset","7.1.8. <code class=\"docutils literal\"><span class=\"pre\">groonga-suggest-httpd</span></code>","7.1.9. groonga-suggest-learner","7.14. \u95a2\u6570","7.14.1. <code class=\"docutils literal\"><span class=\"pre\">between</span></code>","7.14.2. edit_distance","7.14.3. <code class=\"docutils literal\"><span class=\"pre\">fuzzy_search</span></code>","7.14.4. <code class=\"docutils literal\"><span class=\"pre\">geo_distance</span></code>","7.14.5. geo_in_circle","7.14.6. geo_in_rectangle","7.14.7. <code class=\"docutils literal\"><span class=\"pre\">highlight_full</span></code>","7.14.8. <code class=\"docutils literal\"><span class=\"pre\">highlight_html</span></code>","7.14.9. <code class=\"docutils literal\"><span class=\"pre\">html_untag</span></code>","7.14.10. <code class=\"docutils literal\"><span class=\"pre\">in_values</span></code>","7.14.11. now","7.14.12. <code class=\"docutils literal\"><span class=\"pre\">number_classify</span></code>","7.14.13. <code class=\"docutils literal\"><span class=\"pre\">prefix_rk_search</span></code>","7.14.14. <code class=\"docutils literal\"><span class=\"pre\">query</span></code>","7.14.15. rand","7.14.16. <code class=\"docutils literal\"><span class=\"pre\">record_number</span></code>","7.14.17. <code class=\"docutils literal\"><span class=\"pre\">snippet_html</span></code>","7.14.18. <code class=\"docutils literal\"><span class=\"pre\">string_substring</span></code>","7.14.19. <code class=\"docutils literal\"><span class=\"pre\">sub_filter</span></code>","7.14.20. <code class=\"docutils literal\"><span class=\"pre\">time_classify_day</span></code>","7.14.21. <code class=\"docutils literal\"><span class=\"pre\">time_classify_hour</span></code>","7.14.22. <code class=\"docutils literal\"><span class=\"pre\">time_classify_minute</span></code>","7.14.23. <code class=\"docutils literal\"><span class=\"pre\">time_classify_month</span></code>","7.14.24. <code class=\"docutils literal\"><span class=\"pre\">time_classify_second</span></code>","7.14.25. <code class=\"docutils literal\"><span class=\"pre\">time_classify_week</span></code>","7.14.26. <code class=\"docutils literal\"><span class=\"pre\">time_classify_year</span></code>","7.14.27. <code class=\"docutils literal\"><span class=\"pre\">vector_size</span></code>","7.14.28. <code class=\"docutils literal\"><span class=\"pre\">vector_slice</span></code>","7.12. grn_expr","7.12.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","7.12.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","7.19. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","7.21. \u30ed\u30b0","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.15.2. \u524d\u65b9\u4e00\u81f4RK\u691c\u7d22","7.2. \u51fa\u529b","7.10. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","7.10.1. QueryExpanderTSV","7.13. \u6b63\u898f\u8868\u73fe","7.11. \u30b9\u30b3\u30a2\u30e9\u30fc","7.11.3.1. <code class=\"docutils literal\"><span class=\"pre\">scorer_tf_at_most</span></code>","7.11.3.2. <code class=\"docutils literal\"><span class=\"pre\">scorer_tf_idf</span></code>","7.20. \u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0","7.18. \u30b5\u30b8\u30a7\u30b9\u30c8","7.18.2. \u88dc\u5b8c","7.18.3. \u88dc\u6b63","7.18.1. \u306f\u3058\u3081\u306b","7.18.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.22. \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":233,"(v":11,"*\"":119,"-benchmark":150,"-command":79,"-create":153,"-dataset":153,"-default":28,"-document":18,"-encoding":28,"-escalation":28,"-files":12,"-gqtp":219,"-help":28,"-http":219,"-httpd":[151,154,155,217,219],"-latest":12,"-learner":[154,155],"-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":219,"-suggest":[153,154,155],"-target":147,"-threshold":28,"-version":79,"-with":28,"-zlib":28,".max":210,".maxfileperproc":210,".overcommit":210,".po":17,".po\u30d5\u30a1\u30a4\u30eb":17,"/linux":[7,25],":\\":119,":index":119,"=encoding":28,"=message":28,"=number":28,"=path":28,"=platform":28,"[$":[112,132],"\u3042\u3052\u308b":224,"\u3042\u308a":[186,187],"\u3042\u308b":233,"\u3044\u304f":10,"\u3044\u308b":[138,192],"\u3044\u308d\u3044\u308d":227,"\u3046\u307e\u304f":10,"\u304a\u304f":10,"\u304a\u3055\u3089\u3044":10,"\u304a\u6c17":233,"\u304a\u77e5\u3089":[33,34,35,36],"\u304b\u3089":[6,7,8,10,24,25,26,27,28,30,31,154,193],"\u304c\u3063":232,"\u3053\u3061\u3089":10,"\u3053\u3068":12,"\u3054\u3068":232,"\u3055\u307e\u3056\u307e\u306a":237,"\u3059\u308b":[5,6,7,8,10,12,14,19,77,83,114,151,155,203,204,206,224,225,228,232],"\u305d\u306e":[28,197],"\u305f\u3044":12,"\u305f\u3081":[10,11,112,132],"\u3060\u3051":[10,77],"\u3065\u3051":79,"\u3066\u308b":233,"\u3067\u304d":[114,138,211],"\u3067\u304d\u308b":[10,11],"\u3068\u3057\u3066":211,"\u3068\u308a":10,"\u306a\u3044":[10,114,138,211],"\u306a\u3057":[187,215],"\u306a\u306b":209,"\u306b\u3088\u308b":[228,232,235],"\u306b\u5bfe\u3059\u308b":232,"\u306b\u95a2\u3059\u308b":211,"\u306e\u306b":224,"\u306e\u307f":[12,14],"\u306f\u3058\u3081":205,"\u3078\u3068":10,"\u307e\u305f":[7,232],"\u307e\u305f\u3050":232,"\u307e\u3068\u3081":12,"\u3084\u308a":10,"\u3084\u308b":12,"\u3088\u3046":[203,204,206],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":215,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":215,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30a2\u30f3\u30ab\u30fc":197,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":12,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":31,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[6,7,8,14,17,18,23,196],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[32,188,197,229,232],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[74,230],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":136,"\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":12,"\u30a8\u30a4\u30ea\u30a2\u30b9":45,"\u30a8\u30b9\u30b1\u30fc\u30d7":[186,197],"\u30a8\u30e9\u30fc":[80,225],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":195,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":187,"\u30aa\u30d7\u30b7\u30e7\u30f3":[148,149,150,153,155],"\u30ab\u30b9\u30b1\u30fc\u30c9":99,"\u30ab\u30d0\u30ec\u30c3\u30b8":14,"\u30ab\u30e9\u30e0":[32,73,75,88,138,160,228,230,232],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":232,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":0,"\u30ad\u30e3\u30c3\u30b7\u30e5":[111,132,151],"\u30ad\u30fc\u30ef\u30fc\u30c9":[224,233],"\u30af\u30a8\u30ea":[0,11,236],"\u30af\u30a8\u30ea\u30fc":[151,186,195],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":151,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":189,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":1,"\u30af\u30e9\u30b9":197,"\u30b0\u30eb\u30fc\u30d7":[186,187,197],"\u30b1\u30fc\u30b9":[114,138],"\u30b3\u30de\u30f3\u30c9":[78,145,147,149,152,201,230,234],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[79,215],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":150,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[149,154,194],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":2,"\u30b3\u30e1\u30f3\u30c8":233,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[3,15],"\u30b5\u30b8\u30a7\u30b9\u30c8":[154,202],"\u30b5\u30f3\u30d7\u30eb":[148,150],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[186,187],"\u30b5\u30fc\u30d0":[0,221,234],"\u30b5\u30fc\u30d0\u30fc":[152,212,219],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":219,"\u30b7\u30b9\u30c6\u30e0":[19,233],"\u30b7\u30d5\u30c8":187,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":201,"\u30b8\u30aa\u30b5\u30fc\u30c1":229,"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":76,"\u30b9\u30af\u30ea\u30d7\u30c8":[12,187],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":150,"\u30b9\u30b3\u30a2\u30e9\u30fc":198,"\u30b9\u30b3\u30a2\u30fc":132,"\u30b9\u30bf\u30a4\u30eb":132,"\u30b9\u30c8\u30ec\u30fc\u30b8":0,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":0,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":234,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":187,"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":154,"\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":[228,237],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":83,"\u30bf\u30b0":229,"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":136,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":215,"\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":226,"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":210,"\u30c4\u30a4\u30fc\u30c8":10,"\u30c4\u30fc\u30eb":[28,151,234],"\u30c6\u30b9\u30c8":14,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u30c6\u30fc\u30d6\u30eb":[32,88,114,118,136,138,155,170,207,211,227,230,232,233],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":151,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30c7\u30d0\u30c3\u30ac":14,"\u30c7\u30d5\u30a9\u30eb\u30c8":83,"\u30c7\u30fc\u30bf":[136,203,206,211,227,230,233],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[118,215,230],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":151,"\u30c7\u30fc\u30e2\u30f3":221,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[150,223],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":0,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[209,224],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":209,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":208,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[12,15,22],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[112,132,228],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":190,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":77,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":233,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":218,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":19,"\u30d0\u30fc\u30b8\u30e7\u30f3":[12,34,35,36,79],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":12,"\u30d1\u30c3\u30b1\u30fc\u30b8":12,"\u30d1\u30c3\u30c1":17,"\u30d1\u30c8\u30ea\u30b7\u30a2":235,"\u30d1\u30e9\u30e1\u30fc\u30bf":[79,232],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[112,132],"\u30d3\u30c3\u30c8":187,"\u30d3\u30eb\u30c9":[5,6,7,8,12,24,25,26,27,28,30,31],"\u30d5\u30a1\u30a4\u30eb":[11,12,17,18,146,149,196,210,215],"\u30d5\u30a9\u30ed\u30fc":233,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[132,189,196],"\u30d5\u30ec\u30fc\u30ba":186,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":234,"\u30d6\u30ed\u30b0":12,"\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8":81,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":215,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":12,"\u30d7\u30ed\u30bb\u30b9":210,"\u30d7\u30ed\u30bb\u30b9\u30ed\u30b0":189,"\u30d7\u30ed\u30c8\u30b3\u30eb":221,"\u30d8\u30c3\u30c0\u30fc":221,"\u30d9\u30af\u30bf\u30fc":211,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[77,227],"\u30da\u30fc\u30b8\u30f3\u30b0":132,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":233,"\u30de\u30c3\u30c1":187,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":186,"\u30e1\u30e2\u30ea":210,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[2,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":151,"\u30e6\u30fc\u30b6\u30fc":[10,154,233],"\u30e6\u30fc\u30b6\u30fcid":233,"\u30e9\u30a4\u30d6\u30e9\u30ea":[0,28],"\u30ea\u30af\u30a8\u30b9\u30c8":[82,83],"\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":83,"\u30ea\u30af\u30a8\u30b9\u30c8id":82,"\u30ea\u30bd\u30fc\u30b9":[114,138],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[83,84],"\u30ea\u30c6\u30e9\u30eb":187,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":151,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":44,"\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":234,"\u30ea\u30ea\u30fc\u30b9":[12,33,34,35,36,37,38,39,40,41,42],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":12,"\u30eb\u30fc\u30eb":201,"\u30ec\u30b3\u30fc\u30c9":[132,230],"\u30ec\u30b3\u30fc\u30c9id":207,"\u30ed\u30b0":[108,189],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":0,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":108,"\u30ed\u30fc\u30c9":[77,230,233],"\u30ed\u30fc\u30de":193,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":14,"\u4e00\u6642":207,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":207,"\u4e00\u7dd2":[114,138],"\u4e00\u81f4":[186,187,203,222,235],"\u4e00\u81f4rk":[193,203],"\u4e00\u89a7":[84,145,147,190,195,201,233],"\u4e00\u90e8":114,"\u4e0a\u9650":32,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4e0d\u7b49\u4fa1":[186,187],"\u4e26\u3079":230,"\u4e26\u5217":12,"\u4e3b\u30ad\u30fc":[211,235],"\u4e57\u7b97":187,"\u4e8b\u9805":[32,150,211],"\u4ed5\u65b9":17,"\u4ed5\u69d8":220,"\u4ed8\u304d":[18,187,229],"\u4ed8\u4e0e":232,"\u4ee3\u5165":187,"\u4ee3\u5165\u5f0f":186,"\u4ee5\u4e0a":[186,187],"\u4ee5\u4e0b":186,"\u4ee5\u4e0b\u6f14":187,"\u4f4d\u7f6e":[0,79,160,192,233,237],"\u4f5c\u308a\u65b9":77,"\u4f5c\u308b":6,"\u4f5c\u6210":[12,136,230,231,233],"\u4f5c\u696d":12,"\u4f7f\u3044":222,"\u4f7f\u3044\u65b9":[45,74,76,77,81,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,147,149,150,151,154,155,157,159,160,163,164,165,166,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,188,193,194,196,197,198,199,200,203,204,206],"\u4f7f\u3046":[151,154,160],"\u4f7f\u3063":[6,7,8],"\u4f7f\u7528":210,"\u4f8b\u3048":10,"\u4f9d\u5b58":28,"\u4fdd\u5b58":[136,227],"\u4fee\u6b63":[33,34,35,36,37,39,40,41,42,43],"\u5165\u308a":233,"\u5165\u529b":154,"\u5165\u6f14":187,"\u5168\u4f53":47,"\u5168\u6587":[0,224,230,232,237],"\u5168\u6587\u691c":[230,231],"\u5168\u6587\u691c\u7d22":186,"\u5171\u6709":0,"\u5171\u8d77":[203,204,206],"\u518d\u8d77\u52d5":219,"\u51fa\u529b":[17,80,112,132,194,230],"\u5206\u3051":222,"\u5229\u7528":[114,138,151,208,237],"\u5236\u5fa1":187,"\u5236\u9650":[32,77,150,196,207,211,228],"\u524a\u6e1b":[114,138],"\u524a\u9664":[99,114,138],"\u524d\u63d0":12,"\u524d\u65b9":[186,187,193,203,235],"\u5270\u4f59":187,"\u5272\u308a":82,"\u52a0\u7b97":187,"\u52d5\u4f5c":[12,14,203,204,206],"\u52d5\u7684":188,"\u5354\u529b":10,"\u5358\u8a9e":187,"\u5373\u6642":0,"\u539f\u56e0":224,"\u53c2\u7167":[0,138,221,227,229],"\u53c2\u7167\u578b":77,"\u53c2\u8003":[6,7,8,45,80,82,83,84,85,87,90,93,94,95,97,99,102,103,105,106,107,108,113,115,116,119,121,122,123,125,126,128,129,130,131,132,135,136,140,142,143,153,154,163,164,169,170,173,175,185,190,193,196,199,200,207,208],"\u53d6\u5f97":[12,230],"\u53e4\u3044":33,"\u53ef\u80fd":[0,88,93,94,95,96,100,101,109,110,111,112,113,114,115,117,118,119,120,123,131,133,134,138,140,141,142,151,154,160,164,170,199,200,208],"\u540c\u3058":224,"\u540d\u524d":[75,148,150,152,153,158,161,162,167,171,211],"\u5411\u3051":[4,12],"\u5426\u5b9a":[186,187],"\u547c\u3073\u51fa\u3057":187,"\u547d\u4ee4":150,"\u548c\u4ee3":187,"\u548c\u6f14":187,"\u56de\u907f":225,"\u56fd\u969b\u5316":17,"\u5727\u7e2e":215,"\u57fa\u672c":[114,138,187,230],"\u5831\u544a":19,"\u5834\u5408":[12,80,232],"\u5834\u6240":[10,196],"\u5909\u63db":193,"\u5909\u66f4":[35,88,215,224],"\u5909\u66f4\u70b9":12,"\u5927\u304d\u306a":136,"\u5927\u306a\u308a":[186,187],"\u5b66\u7fd2":[154,203,204,205,206],"\u5b8c\u5168":222,"\u5b9f\u4f8b":11,"\u5b9f\u73fe":11,"\u5b9f\u884c":[6,7,8,11,12,14,18,146,149,150,151],"\u5b9f\u9a13":37,"\u5bc6\u9375":12,"\u5bfe\u5fdc":[10,192,215],"\u5bfe\u7b56":[224,225],"\u5bfe\u8c61":138,"\u5c0e\u5165":18,"\u5c0f\u306a\u308a":[186,187],"\u5c0f\u6570":187,"\u5c55\u958b":195,"\u5dee\u6f14":187,"\u5ea7\u6a19\u5024":187,"\u5f15\u6570":[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,117,118,119,120,123,124,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,144,148,149,150,154,155,157,158,160,161,162,163,164,165,166,169,170,171,175,183,199,200,210],"\u5f53\u3066\u308b":82,"\u5f62\u5f0f":[80,102],"\u5f8c\u65b9":[186,187,235],"\u5fc5\u8981":[6,7,8,18,165],"\u5fc5\u9808":[88,90,92,93,94,95,96,101,109,110,111,112,113,114,115,117,118,119,120,123,128,131,132,133,134,138,139,140,141,142,144,154,160,164,170,199,200],"\u6027\u80fd":[151,215],"\u60c5\u5831":[0,4,10,14,192,233,237],"\u611f\u8b1d":[33,34,35,36,37,38,39,40,41,42],"\u6210\u529f":80,"\u6210\u679c":17,"\u623b\u308a\u5024":[85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,152,154,157,159,160,163,164,165,166,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,199,200],"\u624b\u9806":12,"\u6295\u7a3f":233,"\u62bd\u51fa":[187,206],"\u62e1\u5f35":236,"\u6307\u5b9a":[12,79,154,160,186,211,230,232],"\u6307\u91dd":10,"\u6319\u52d5":222,"\u6392\u4ed6":187,"\u63a5\u7d9a":221,"\u63d0\u4f9b":10,"\u63d0\u6848":[205,206],"\u64cd\u4f5c":[191,230],"\u64ec\u4f3c":75,"\u6539\u826f":[33,34,35,36,37,38,39,40,41,42,43],"\u6570\u5024":227,"\u6574\u6570":187,"\u6587\u5b57":197,"\u6587\u5b57\u5217":[187,227],"\u6587\u66f8":[187,204],"\u6587\u6cd5":237,"\u65b0\u3057\u3044":17,"\u65b0\u898f":12,"\u65b9\u6cd5":[3,5,6,7,8,12,14,15,17,45,77,79,82,83,88,188,191,203,204,206,224,225],"\u65e5\u6642":227,"\u660e\u793a":12,"\u660e\u793a\u7684":160,"\u6642\u9593":[187,233],"\u66f4\u65b0":[0,12,17,18,203],"\u66f8\u304d":222,"\u66f8\u5f0f":[148,150,151,152,155,158,161,162,167,171,230],"\u66ff\u3048":230,"\u6700\u5927":210,"\u6709\u52b9":83,"\u6761\u4ef6":[12,132,165,186,237],"\u6761\u4ef6\u5f0f":186,"\u683c\u7d0d":211,"\u691c\u51fa":14,"\u691c\u7d22":[0,77,112,132,136,186,187,192,193,203,204,206,222,224,229,230,232,233,235,236,237],"\u691c\u7d22\u4f8b":11,"\u6982\u8981":[0,45,47,48,49,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,74,76,77,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,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,147,149,151,152,154,155,157,159,160,163,164,165,166,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,190,193,196,197,198,199,200,201,207,208,209,210],"\u69cb\u6587":[85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,147,149,154,157,159,160,163,164,165,166,168,169,170,172,173,174,175,176,177,178,179,180,181,182,183,184,186,187,197,199,200],"\u69cb\u7bc9":[14,188],"\u69d8\u3005":14,"\u6a5f\u80fd":192,"\u6b63\u898f":[186,187,197],"\u6bd4\u8f03":[187,215],"\u6c38\u7d9a":207,"\u6d41\u308c":17,"\u6d6e\u52d5":187,"\u6e1b\u7b97":187,"\u6e96\u5099":[12,236],"\u6f14\u7b97\u5b50":187,"\u70b9\u6570":187,"\u7279\u5b9a":[12,14],"\u7279\u5fb4":[0,207],"\u7279\u6709":151,"\u7279\u6b8a":150,"\u72ec\u81ea":187,"\u7406\u7531":10,"\u74b0\u5883":[12,14],"\u751f\u6210":[12,17,18],"\u7528\u3044":[108,237],"\u7528\u79d8":12,"\u7528\u8a9e\u96c6":201,"\u7570\u306a\u308b":224,"\u767b\u9332":19,"\u7701\u7565":[88,93,94,95,96,100,101,109,110,111,112,113,114,115,117,118,119,120,123,131,133,134,138,140,141,142,154,160,164,170,199,200],"\u771f\u507d\u5024":[187,227],"\u77e5\u308a":12,"\u78ba\u8a8d":[12,17],"\u7a2e\u985e":227,"\u7a4d\u4ee3":187,"\u7a4d\u6f14":187,"\u7b26\u53f7":187,"\u7b49\u4fa1":[186,187],"\u7b97\u5b50":187,"\u7b97\u8853":187,"\u7ba1\u7406":[151,234],"\u7bc4\u56f2":[136,230],"\u7c21\u5358":[112,132],"\u7d22\u5f15":0,"\u7d22\u7528":[230,231],"\u7d42\u4e86":[151,219,221],"\u7d44\u307f\u8fbc\u307f":[149,190,198,209],"\u7d44\u8fbc\u578b":211,"\u7d4c\u5ea6":0,"\u7d4c\u7def\u5ea6":227,"\u7d50\u5408\u5f0f":186,"\u7d50\u679c":[150,154,224,228,230],"\u7d5e\u8fbc":237,"\u7de8\u96c6":17,"\u7def\u5ea6":0,"\u7f6e\u63db":170,"\u7f72\u540d":12,"\u7ffb\u8a33":[12,17],"\u8868\u73fe":[11,186,187,197],"\u8868\u793a":230,"\u88dc\u5b8c":[203,205],"\u88dc\u6b63":[204,205],"\u8907\u6570":[215,228,232],"\u89e3\u6790":14,"\u89e3\u6c7a":45,"\u8a00\u8a9e":17,"\u8a2d\u5b9a":[12,21,47,83,88,145,151,215],"\u8a8d\u8a3c":215,"\u8a98\u5c0e":10,"\u8a9e\u5f59":[230,231],"\u8a9e\u5f59\u8868":136,"\u8aac\u660e":[75,148,150,158,161,162,167,171,211],"\u8aad\u307f":[193,203],"\u8ab2\u984c":19,"\u8ad6\u7406":[114,186,187],"\u8ad6\u7406\u548c":186,"\u8ad6\u7406\u7a4d":186,"\u8d77\u52d5":[154,219,221,234],"\u8ee2\u7f6e":0,"\u8fd1\u508d":187,"\u8fd4\u5024":[158,161,162,167,171],"\u8ffd\u52a0":[12,17,190],"\u8ffd\u8de1":19,"\u9001\u308a\u65b9":[17,19],"\u9001\u4fe1":234,"\u9006\u5f15\u304d":229,"\u901a\u4fe1":9,"\u9032\u3081":10,"\u904e\u53bb":10,"\u9055\u3044":112,"\u9069\u7528":77,"\u9078\u629e":197,"\u90e8\u5206":222,"\u914d\u5217":187,"\u91cd\u307f":[77,232],"\u91cd\u307f\u4ed8\u304d":77,"\u91cf\u6307\u5b9a\u5b50":197,"\u958b\u3051\u308b":210,"\u958b\u767a":[4,10,20],"\u95a2\u4fc2":[28,112,132,229],"\u95a2\u4fc2\u5f0f":11,"\u95a2\u6570":[14,156,187],"\u95a2\u9023":[15,111,112,114,132,151,155,232],"\u95be\u5024":224,"\u9664\u7b97":187,"\u96c6\u8a08":0,"\u9759\u7684":[14,188],"\u975e\u308f\u304b\u3061":222,"\u985e\u4f3c":[187,204],"\u9ad8\u5ea6":[112,132],"\uff08personal":30,"_*":67,"cpu\u30b3\u30a2":215,"default":[79,136],"delete":99,"float":211,"in":[43,166],"int":211,"new":[92,139],"null":187,"package":30,"}]":[112,132],_acquire:103,_api:11,_at:199,_auto:151,_base:151,_border:[109,111,112,114,157],_cache:[48,151],_calc:[112,132],_cancel:128,_circle:161,_classify:[168,176,177,178,179,180,181,182],_clear:104,_column:[49,140],_columns:[111,112,132,170,232],_command:50,_content:51,_copy:88,_count:[109,210],_create:[89,136,151],_ctx:52,_cursor:[59,66],_dat:207,_data:69,_database:151,_day:176,_db:53,_delete:93,_distance:[158,160],_encoding:54,_equal:11,_escalation:[61,112,132],_escape:163,_eval:129,_exist:117,_expand:123,_expander:[112,132,170],_expansion:132,_expr:[11,55,185],_filter:[111,125,131,175],_filters:[119,131,136,142],_flags:[112,132],_flush:101,_full:163,_geo:56,_get:94,_hash:207,_hook:57,_hour:177,_html:[163,164,173],_id:118,_idf:200,_ii:58,_in:[161,162],_index:[59,110,111],_indexes:100,_info:60,_inspect:118,_install:28,_key:[109,111,112,114,118,207],_keys:132,_level:[106,151],_limit:[85,112,132,141,151],_list:[90,113,116,119,137,143],_load:130,_log:151,_map:210,_match:61,_max:118,_memory:210,_minute:178,_month:179,_most:199,_n:[118,154],_name:[88,92,101,103,104,105,118,127,139,144,163],_no:207,_not:[93,95,103,105],_number:172,_obj:62,_of:118,_offset:[112,132],_or:[93,95,103,105,157],_output:[112,132],_pack:28,_parameters:110,_pat:207,_path:[151,154,155],_plugins:100,_prefix:28,_proc:63,_processes:151,_put:107,_query:151,_range:111,_records:[100,118],_rectangle:162,_register:121,_release:105,_remove:[91,114,120,138],_rename:[92,139],_reopen:108,_rk:169,_schema:100,_search:[64,159,169],_second:180,_select:[11,112],_selector:97,_set:95,_shard:113,_size:[118,183],_slice:184,_sort:132,_sortby:[112,132],_string:[170,175],_substring:174,_table:[11,65,66,88,109,111,112,113,114,118],_tagn:163,_target:[112,132],_tf:[199,200],_thread:67,_threshold:[112,132],_tokenize:140,_tokenizer:136,_total:118,_type:[51,68,118,119,136,160,221],_types:[112,132],_unmap:96,_unregister:122,_untag:165,_user:69,_value:[118,157,166],_values:166,_version:[50,79],_week:181,_year:182,adjuster:132,allocate:225,api:[16,46],approximate:160,archive:30,arg:11,autotools:6,between:157,bigram:233,blogroonga:12,body:80,bool:211,cache:[85,111,132],calc:112,callback:11,candidate:154,cannot:225,cast:72,centos:24,changes:43,check:[86,147],ci:21,clang:14,clearlock:87,client:149,clone:17,close:163,cmake:[7,8],column:[88,89,90,91,92,119,131,157,163,169,199,200],command:[79,131],comments:233,common:119,config:[93,94,95],configure:[6,12,18,28],contain:11,cutter:[12,14],daemon:149,data:155,database:[96,118,154,155],db:11,debian:[12,25],define:97,defrag:98,dependent:[114,138],desctipion:153,domain:228,drilldown:[112,132],drilldowns:132,dump:100,edit:158,ellipsoid:160,enable:18,equal:11,exit:153,facebook:[2,12],fedora:26,files:[153,155],filter:[109,111,112,132,175],flags:[115,119,136,140,142,221],force:120,freebsd:210,from:[88,155],fuzzy:159,geo:[160,161,162],geoindex:233,geopoint:[211,233],get:154,gnu:[6,7,25],gqtp:[9,213,219,221],greater:11,grn:[11,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,185],grndb:147,grnslap:148,grntest:12,groonga:[0,3,4,5,6,7,8,9,11,12,17,22,43,149,150,151,152,153,154,155,216,217,219],gzip:215,hashtags:233,hat:12,header:[80,93,94,95,103,105,119,131],highlight:[163,164],homebrew:[12,27],how:213,html:[17,18,165],http:[152,194,214,219,234],https:215,id:[82,128],index:[131,140,199,200],install:28,io:101,javascript:237,jessie:25,json:[80,102],kern:210,key:[93,94,95,136],keys:[112,132],keywordn:163,label:[112,132],lcov:14,learning:155,less:11,libmemcached:14,limit:[111,112,132],linux:210,load:102,location:160,lock:[103,104,105],log:[106,107,108,155],logical:[109,110,111,112,113,114],longtext:211,mac:27,macports:27,make:[6,7,12,28],match:[112,132,170,232],max:[85,109,111,112,114,141,157],memcached:218,memory:225,messagepack:80,min:[109,111,112,114,157],mmap:225,mode:[11,133,140,142,149],mroonga:0,name:[92,117,118,120,136,138,139],near:11,news:[37,38,39,40,41,42,43],nginx:151,nofile:210,normalize:115,normalizer:[115,116,131,136,142,163],normalizerauto:190,normalizernfkc:190,normalizers:131,not:11,now:167,number:168,object:[117,118,119,120],objects:119,offset:[111,112,132],open:163,oracle:29,order:111,os:27,output:[111,112,132],path:130,period:43,plugin:[71,121,122,131],plugins:131,po:12,point:160,post:[151,215],ppa:30,prefix:[11,169],proc:119,properties:119,protocol:221,proxy:151,pull:17,query:[112,123,132,169,170,221],queryexpandertsv:196,quit:124,rand:171,range:[110,119,125],record:172,recover:147,rectangle:160,recursive:101,red:12,redmine:10,register:126,reindex:127,request:[17,128],ruby:[129,130],run:213,schema:131,scope:175,score:154,scorer:[112,132,199,200,237],script:129,select:[112,132],senna:43,server:149,shard:[109,111,112,114],shorttext:211,shutdown:133,similar:11,size:221,snippet:173,solaris:29,sort:132,sortby:[112,132],source:131,sources:119,specific:119,sphere:160,sphinx:17,standalone:149,status:[134,153,221],string:[115,140,142,174],sub:175,succeeded:[93,95,103,105],suffix:11,suggest:135,summary:213,synopstis:153,table:[90,92,118,119,131,132,136,137,138,139,140,207],tables:[100,131],target:[101,103,104,105,127,144,166,183],text:[164,211],thread:141,time:[176,177,178,179,180,181,182,211],tips:12,to:[88,213],todo:[170,173],token:[119,131,136,142],tokenbigram:209,tokenbigramignoreblank:209,tokenbigramignoreblanksplitsymbol:209,tokenbigramignoreblanksplitsymbolalpha:209,tokenbigramignoreblanksplitsymbolalphadigit:209,tokenbigramsplitsymbol:209,tokenbigramsplitsymbolalpha:209,tokenbigramsplitsymbolalphadigit:209,tokendelimit:209,tokendelimitnull:209,tokenfilterstem:208,tokenfilterstopword:208,tokenize:142,tokenizer:[131,142,143],tokenizers:131,tokenmecab:209,tokenregexp:209,tokentrigram:209,tokenunigram:209,tokyogeopoint:211,travis:21,truncate:144,tsv:[80,196],twitter:[2,10,12],type:[118,119,131,154],types:[119,131],ubuntu:[12,30],uint:211,unix:7,update:12,use:[111,163],users:233,value:[94,95,136,166],vector:[183,184],vm:210,wgs:211,windows:[8,12,31],worker:151,xml:80,zip:31}})
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>5. サーバー &mdash; Groonga v6.0.5ドキュメント</title>
10
+ <title>5. サーバー &mdash; Groonga v6.0.7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '6.0.5',
18
+ VERSION: '6.0.7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v6.0.5ドキュメント" href="index.html" />
29
+ <link rel="top" title="Groonga v6.0.7ドキュメント" href="index.html" />
30
30
  <link rel="next" title="5.1. サーバーパッケージ" href="server/package.html" />
31
31
  <link rel="prev" title="4.11. クエリ拡張" href="tutorial/query_expansion.html" />
32
32
  </head>
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="tutorial/query_expansion.html" title="4.11. クエリ拡張"
62
62
  accesskey="P">前へ</a> |</li>
63
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
63
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
@@ -117,8 +117,8 @@
117
117
  <div id="searchbox" style="display: none" role="search">
118
118
  <h3>クイック検索</h3>
119
119
  <form class="search" action="search.html" method="get">
120
- <input type="text" name="q" />
121
- <input type="submit" value="検索" />
120
+ <div><input type="text" name="q" /></div>
121
+ <div><input type="submit" value="検索" /></div>
122
122
  <input type="hidden" name="check_keywords" value="yes" />
123
123
  <input type="hidden" name="area" value="default" />
124
124
  </form>
@@ -140,7 +140,7 @@
140
140
  <li class="right" >
141
141
  <a href="tutorial/query_expansion.html" title="4.11. クエリ拡張"
142
142
  >前へ</a> |</li>
143
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
143
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
144
144
  </ul>
145
145
  </div>
146
146
  <div class="footer" role="contentinfo">
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>5.3. GQTP &mdash; Groonga v6.0.5ドキュメント</title>
10
+ <title>5.3. GQTP &mdash; Groonga v6.0.7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '6.0.5',
18
+ VERSION: '6.0.7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v6.0.5ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v6.0.7ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="5. サーバー" href="../server.html" />
31
31
  <link rel="next" title="5.4. Memcachedバイナリプロトコル" href="memcached.html" />
32
32
  <link rel="prev" title="5.2.3. groonga-httpd" href="http/groonga-httpd.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="http/groonga-httpd.html" title="5.2.3. groonga-httpd"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
64
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
65
65
  <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U">5. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -143,8 +143,8 @@ line:</p>
143
143
  <div id="searchbox" style="display: none" role="search">
144
144
  <h3>クイック検索</h3>
145
145
  <form class="search" action="../search.html" method="get">
146
- <input type="text" name="q" />
147
- <input type="submit" value="検索" />
146
+ <div><input type="text" name="q" /></div>
147
+ <div><input type="submit" value="検索" /></div>
148
148
  <input type="hidden" name="check_keywords" value="yes" />
149
149
  <input type="hidden" name="area" value="default" />
150
150
  </form>
@@ -166,7 +166,7 @@ line:</p>
166
166
  <li class="right" >
167
167
  <a href="http/groonga-httpd.html" title="5.2.3. groonga-httpd"
168
168
  >前へ</a> |</li>
169
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
169
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
170
170
  <li class="nav-item nav-item-1"><a href="../server.html" >5. サーバー</a> &raquo;</li>
171
171
  </ul>
172
172
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>5.2. HTTP &mdash; Groonga v6.0.5ドキュメント</title>
10
+ <title>5.2. HTTP &mdash; Groonga v6.0.7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '6.0.5',
18
+ VERSION: '6.0.7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v6.0.5ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v6.0.7ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="5. サーバー" href="../server.html" />
31
31
  <link rel="next" title="5.2.1. 比較" href="http/comparison.html" />
32
32
  <link rel="prev" title="5.1. サーバーパッケージ" href="package.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="package.html" title="5.1. サーバーパッケージ"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
64
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
65
65
  <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U">5. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -125,8 +125,8 @@
125
125
  <div id="searchbox" style="display: none" role="search">
126
126
  <h3>クイック検索</h3>
127
127
  <form class="search" action="../search.html" method="get">
128
- <input type="text" name="q" />
129
- <input type="submit" value="検索" />
128
+ <div><input type="text" name="q" /></div>
129
+ <div><input type="submit" value="検索" /></div>
130
130
  <input type="hidden" name="check_keywords" value="yes" />
131
131
  <input type="hidden" name="area" value="default" />
132
132
  </form>
@@ -148,7 +148,7 @@
148
148
  <li class="right" >
149
149
  <a href="package.html" title="5.1. サーバーパッケージ"
150
150
  >前へ</a> |</li>
151
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
151
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
152
152
  <li class="nav-item nav-item-1"><a href="../server.html" >5. サーバー</a> &raquo;</li>
153
153
  </ul>
154
154
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>5.2.1. 比較 &mdash; Groonga v6.0.5ドキュメント</title>
10
+ <title>5.2.1. 比較 &mdash; Groonga v6.0.7ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '6.0.5',
18
+ VERSION: '6.0.7',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v6.0.5ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="Groonga v6.0.7ドキュメント" href="../../index.html" />
30
30
  <link rel="up" title="5.2. HTTP" href="../http.html" />
31
31
  <link rel="next" title="5.2.2. groonga" href="groonga.html" />
32
32
  <link rel="prev" title="5.2. HTTP" href="../http.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="../http.html" title="5.2. HTTP"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
64
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
65
65
  <li class="nav-item nav-item-1"><a href="../../server.html" >5. サーバー</a> &raquo;</li>
66
66
  <li class="nav-item nav-item-2"><a href="../http.html" accesskey="U">5.2. HTTP</a> &raquo;</li>
67
67
  </ul>
@@ -414,8 +414,8 @@ http {
414
414
  <div id="searchbox" style="display: none" role="search">
415
415
  <h3>クイック検索</h3>
416
416
  <form class="search" action="../../search.html" method="get">
417
- <input type="text" name="q" />
418
- <input type="submit" value="検索" />
417
+ <div><input type="text" name="q" /></div>
418
+ <div><input type="submit" value="検索" /></div>
419
419
  <input type="hidden" name="check_keywords" value="yes" />
420
420
  <input type="hidden" name="area" value="default" />
421
421
  </form>
@@ -437,7 +437,7 @@ http {
437
437
  <li class="right" >
438
438
  <a href="../http.html" title="5.2. HTTP"
439
439
  >前へ</a> |</li>
440
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.0.5ドキュメント</a> &raquo;</li>
440
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.0.7ドキュメント</a> &raquo;</li>
441
441
  <li class="nav-item nav-item-1"><a href="../../server.html" >5. サーバー</a> &raquo;</li>
442
442
  <li class="nav-item nav-item-2"><a href="../http.html" >5.2. HTTP</a> &raquo;</li>
443
443
  </ul>