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. Token filters &mdash; Groonga v6.0.5 documentation</title>
10
+ <title>7.9. Token filters &mdash; Groonga v6.0.7 documentation</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
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v6.0.5 documentation" href="../index.html" />
28
+ <link rel="top" title="Groonga v6.0.7 documentation" href="../index.html" />
29
29
  <link rel="up" title="7. Reference manual" href="../reference.html" />
30
30
  <link rel="next" title="7.10. Query expanders" href="query_expanders.html" />
31
31
  <link rel="prev" title="7.8. Tokenizers" href="tokenizers.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="tokenizers.html" title="7.8. Tokenizers"
62
62
  accesskey="P">previous</a> |</li>
63
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
63
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
64
64
  <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U">7. Reference manual</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
@@ -288,8 +288,8 @@ tokens are stemmed as <code class="docutils literal"><span class="pre">develop</
288
288
  <div id="searchbox" style="display: none" role="search">
289
289
  <h3>Quick search</h3>
290
290
  <form class="search" action="../search.html" method="get">
291
- <input type="text" name="q" />
292
- <input type="submit" value="Go" />
291
+ <div><input type="text" name="q" /></div>
292
+ <div><input type="submit" value="Go" /></div>
293
293
  <input type="hidden" name="check_keywords" value="yes" />
294
294
  <input type="hidden" name="area" value="default" />
295
295
  </form>
@@ -311,7 +311,7 @@ tokens are stemmed as <code class="docutils literal"><span class="pre">develop</
311
311
  <li class="right" >
312
312
  <a href="tokenizers.html" title="7.8. Tokenizers"
313
313
  >previous</a> |</li>
314
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
314
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
315
315
  <li class="nav-item nav-item-1"><a href="../reference.html" >7. Reference manual</a> &raquo;</li>
316
316
  </ul>
317
317
  </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. Tokenizers &mdash; Groonga v6.0.5 documentation</title>
10
+ <title>7.8. Tokenizers &mdash; Groonga v6.0.7 documentation</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
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v6.0.5 documentation" href="../index.html" />
28
+ <link rel="top" title="Groonga v6.0.7 documentation" href="../index.html" />
29
29
  <link rel="up" title="7. Reference manual" href="../reference.html" />
30
30
  <link rel="next" title="7.9. Token filters" href="token_filters.html" />
31
31
  <link rel="prev" title="7.7. Normalizers" href="normalizers.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="normalizers.html" title="7.7. Normalizers"
62
62
  accesskey="P">previous</a> |</li>
63
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
63
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
64
64
  <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U">7. Reference manual</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
@@ -1524,8 +1524,8 @@ index text:</p>
1524
1524
  <div id="searchbox" style="display: none" role="search">
1525
1525
  <h3>Quick search</h3>
1526
1526
  <form class="search" action="../search.html" method="get">
1527
- <input type="text" name="q" />
1528
- <input type="submit" value="Go" />
1527
+ <div><input type="text" name="q" /></div>
1528
+ <div><input type="submit" value="Go" /></div>
1529
1529
  <input type="hidden" name="check_keywords" value="yes" />
1530
1530
  <input type="hidden" name="area" value="default" />
1531
1531
  </form>
@@ -1547,7 +1547,7 @@ index text:</p>
1547
1547
  <li class="right" >
1548
1548
  <a href="normalizers.html" title="7.7. Normalizers"
1549
1549
  >previous</a> |</li>
1550
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
1550
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
1551
1551
  <li class="nav-item nav-item-1"><a href="../reference.html" >7. Reference manual</a> &raquo;</li>
1552
1552
  </ul>
1553
1553
  </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. Tuning &mdash; Groonga v6.0.5 documentation</title>
10
+ <title>7.22. Tuning &mdash; Groonga v6.0.7 documentation</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
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v6.0.5 documentation" href="../index.html" />
28
+ <link rel="top" title="Groonga v6.0.7 documentation" href="../index.html" />
29
29
  <link rel="up" title="7. Reference manual" href="../reference.html" />
30
30
  <link rel="next" title="7.23. API" href="api.html" />
31
31
  <link rel="prev" title="7.21. Log" href="log.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="log.html" title="7.21. Log"
62
62
  accesskey="P">previous</a> |</li>
63
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
63
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
64
64
  <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U">7. Reference manual</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
@@ -257,8 +257,8 @@ following command:</p>
257
257
  <div id="searchbox" style="display: none" role="search">
258
258
  <h3>Quick search</h3>
259
259
  <form class="search" action="../search.html" method="get">
260
- <input type="text" name="q" />
261
- <input type="submit" value="Go" />
260
+ <div><input type="text" name="q" /></div>
261
+ <div><input type="submit" value="Go" /></div>
262
262
  <input type="hidden" name="check_keywords" value="yes" />
263
263
  <input type="hidden" name="area" value="default" />
264
264
  </form>
@@ -280,7 +280,7 @@ following command:</p>
280
280
  <li class="right" >
281
281
  <a href="log.html" title="7.21. Log"
282
282
  >previous</a> |</li>
283
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
283
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
284
284
  <li class="nav-item nav-item-1"><a href="../reference.html" >7. Reference manual</a> &raquo;</li>
285
285
  </ul>
286
286
  </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. Data types &mdash; Groonga v6.0.5 documentation</title>
10
+ <title>7.4. Data types &mdash; Groonga v6.0.7 documentation</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
@@ -25,10 +25,10 @@
25
25
  <script type="text/javascript" src="../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v6.0.5 documentation" href="../index.html" />
28
+ <link rel="top" title="Groonga v6.0.7 documentation" href="../index.html" />
29
29
  <link rel="up" title="7. Reference manual" href="../reference.html" />
30
30
  <link rel="next" title="7.5. Tables" href="tables.html" />
31
- <link rel="prev" title="7.3.65. truncate" href="commands/truncate.html" />
31
+ <link rel="prev" title="7.3.66. truncate" href="commands/truncate.html" />
32
32
  </head>
33
33
  <body role="document">
34
34
  <div class="header">
@@ -58,9 +58,9 @@
58
58
  <a href="tables.html" title="7.5. Tables"
59
59
  accesskey="N">next</a> |</li>
60
60
  <li class="right" >
61
- <a href="commands/truncate.html" title="7.3.65. truncate"
61
+ <a href="commands/truncate.html" title="7.3.66. truncate"
62
62
  accesskey="P">previous</a> |</li>
63
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
63
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
64
64
  <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U">7. Reference manual</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
@@ -214,7 +214,7 @@
214
214
 
215
215
  <h4>Previous topic</h4>
216
216
  <p class="topless"><a href="commands/truncate.html"
217
- title="previous chapter">7.3.65. <code class="docutils literal"><span class="pre">truncate</span></code></a></p>
217
+ title="previous chapter">7.3.66. <code class="docutils literal"><span class="pre">truncate</span></code></a></p>
218
218
  <h4>Next topic</h4>
219
219
  <p class="topless"><a href="tables.html"
220
220
  title="next chapter">7.5. Tables</a></p>
@@ -228,8 +228,8 @@
228
228
  <div id="searchbox" style="display: none" role="search">
229
229
  <h3>Quick search</h3>
230
230
  <form class="search" action="../search.html" method="get">
231
- <input type="text" name="q" />
232
- <input type="submit" value="Go" />
231
+ <div><input type="text" name="q" /></div>
232
+ <div><input type="submit" value="Go" /></div>
233
233
  <input type="hidden" name="check_keywords" value="yes" />
234
234
  <input type="hidden" name="area" value="default" />
235
235
  </form>
@@ -249,9 +249,9 @@
249
249
  <a href="tables.html" title="7.5. Tables"
250
250
  >next</a> |</li>
251
251
  <li class="right" >
252
- <a href="commands/truncate.html" title="7.3.65. truncate"
252
+ <a href="commands/truncate.html" title="7.3.66. truncate"
253
253
  >previous</a> |</li>
254
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
254
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
255
255
  <li class="nav-item nav-item-1"><a href="../reference.html" >7. Reference manual</a> &raquo;</li>
256
256
  </ul>
257
257
  </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>Search &mdash; Groonga v6.0.5 documentation</title>
10
+ <title>Search &mdash; Groonga v6.0.7 documentation</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/searchtools.js"></script>
28
28
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v6.0.5 documentation" href="index.html" />
29
+ <link rel="top" title="Groonga v6.0.7 documentation" href="index.html" />
30
30
  <script type="text/javascript">
31
31
  jQuery(function() { Search.loadIndex("searchindex.js"); });
32
32
  </script>
@@ -59,7 +59,7 @@
59
59
  <li class="right" style="margin-right: 10px">
60
60
  <a href="genindex.html" title="General Index"
61
61
  accesskey="I">index</a></li>
62
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
62
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
63
63
  </ul>
64
64
  </div>
65
65
 
@@ -107,7 +107,7 @@
107
107
  <li class="right" style="margin-right: 10px">
108
108
  <a href="genindex.html" title="General Index"
109
109
  >index</a></li>
110
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
110
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
111
111
  </ul>
112
112
  </div>
113
113
  <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 macro"],"1":["c","function","C function"],"2":["c","type","C type"],"3":["c","member","C member"],"4":["std","option","option"]},objtypes:{"0":"c:macro","1":"c:function","2":"c:type","3":"c:member","4":"std:option"},terms:{"000x":17,"00z":152,"01t00":152,"0\u306e\u79d2\u8868\u8a18":220,"0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u5148\u982d\u306b\u633f\u5165\u3055\u308c\u307e\u3059":56,"0\u30d9\u30fc\u30b9\u3067":[64,65],"0\u30ea\u30ea\u30fc\u30b9":33,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":147,"0mq":40,"0x0":[38,207,223],"0x01":217,"0x02":217,"0x04":217,"0x08":217,"0x10":217,"0x20":182,"0x7fa0d5d7ed00":82,"0xc7":217,"10000cent":205,"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":207,"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":146,"10041\u756a":147,"10043\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":147,"10043\u756a":147,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":220,"100cent":205,"100x":33,"100x100":159,"100x150":160,"1024r":12,"1073741824\u306e\u6574\u6570\u3067":74,"10m":149,"10t13":[199,200,202],"10t22":200,"10z":183,"128452975x503157902":[223,225,230,233],"128487316x502920929":[225,233],"128515259x503187188":[225,233],"1285858800\u306f2010":220,"128mb":39,"12gb":221,"135960000x":158,"13\u7528rpm\u306e\u63d0\u4f9b":35,"143660000x419009000":158,"145508000x":158,"146249000x":229,"146566000x":[158,229],"146607190x":229,"146710080x":229,"146741340x":229,"146867000x":229,"150x100":160,"152489000x":229,"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":85,"16bit":207,"16gb":221,"16gib":206,"175904000x8464000":158,"185428000x":158,"1\u304b\u3089\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3044\u3046\u6982\u5ff5\u304c\u5c0e\u5165\u3055\u308c\u307e\u3059":78,"1\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":65,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":37,"1\u3068\u3044\u3046\u6271\u3044\u306b\u306a\u308a\u307e\u3059":78,"1\u3068command":78,"1\u3088\u308a\u5c0f\u3055\u3044\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":65,"1\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u672b\u5c3e\u306b\u633f\u5165\u3055\u308c\u307e\u3059":56,"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":148,"1\u30ea\u30ea\u30fc\u30b9":33,"1\u5358\u8a9e\u6271\u3044":218,"1\u884c\u76ee":148,"1byte":217,"1gb":33,"1st":155,"1tib":[32,134],"1usec":33,"1x139":223,"2000\u898f\u683c\u306b\u5f93\u3063\u3066\u5168\u89d2\u30ab\u30bf\u30ab\u30ca\u306b\u5909\u63db\u3057\u305f\u6587\u5b57\u5217\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b\u5024\u3092key\u3068\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":65,"200byte":171,"20km":229,"21th":40,"23t02":183,"24byte":217,"256gib":32,"256kb":221,"256kib":206,"257662232kbyte":148,"29289245605469e":80,"2\u306e\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3063\u305f\u969b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3057\u305f":12,"2\u306e\u4e8c\u3064\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059":78,"2\u30ea\u30ea\u30fc\u30b9":33,"2\u884c\u76ee":148,"2byte":[83,217],"2nd":130,"2rd":130,"2st":130,"30ac":186,"314e":183,"32bit":[8,33,40,207],"32byte":33,"32gib":206,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":218,"3\u30ea\u30ea\u30fc\u30b9":33,"3\u884c\u76ee":148,"3rd":[33,40,130],"4000\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u5185\u5bb9\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"4091b":[94,143],"4096byte":[33,203],"4097byte":203,"436218z":183,"44001770019531e":190,"45ea3034":185,"4\u30ea\u30ea\u30fc\u30b9":33,"4\u884c\u76ee":148,"4byte":217,"4e86e700":221,"4gib":[32,33,134,203,217],"4kib":[32,33,44,92,93,94,143],"4th":130,"5367431640625e":190,"56058502197266e":190,"56880000x":158,"59\u74b0\u5883\u306b\u304a\u3044\u3066":37,"5\u30ea\u30ea\u30fc\u30b9":33,"5th":130,"64bit":[8,33,117,207],"64kib":33,"65535byte":33,"6813819x139":[223,233],"6909211x139":233,"6\u3067\u3082\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"6\u306e\u3068\u304d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f4\u65b0\u3057\u3066pull":12,"6\u30ea\u30ea\u30fc\u30b9":33,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":14,"6elz":41,"6gib":206,"7\u30ea\u30ea\u30fc\u30b9":33,"80ghz":148,"82pre":42,"8\u306b\u5bfe\u5fdc":35,"8\u30ea\u30ea\u30fc\u30b9":[12,33],"8bit":207,"8byte":217,"93933868408203e":190,"975mbyte":148,"\u3042\u3068\u306f\u30d6\u30e9\u30a6\u30b6\u306b\u3066http":12,"\u3042\u3089\u304b\u3058\u3081groonga\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304a\u304f\u3068\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u5186\u6ed1\u306b\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3042\u3089\u304b\u3058\u3081packages\u30e6\u30fc\u30b6\u3067packag":12,"\u3042\u308a\u307e\u305b\u3093":[107,122,135],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":159,"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[159,160],"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":11,"\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u306f\u3058\u3081\u306bdevelop\u6271\u3044\u3068\u3057\u3066\u30ea\u30ea\u30fc\u30b9\u3055\u308c":78,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u304c\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u3046\u3061":78,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306b\u304a\u3044\u3066\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":78,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":78,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":207,"\u3042\u308c\u3053\u308c\u60c5\u5831\u63d0\u4f9b\u3092\u8981\u6c42\u3059\u308b\u3068":10,"\u3044\u304d\u306a\u308aredmine\u3067\u30d0\u30b0\u5831\u544a\u3092\u304a\u9858\u3044\u3059\u308b\u3068":10,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":74,"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":78,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":11,"\u3044\u307e\u3059":10,"\u304a\u304b\u3057\u306a\u7d50\u679c\u3092\u8fd4\u3059\u554f\u984c\u3092\u4fee\u6b63":35,"\u304a\u3070\u305f\u3055\u3093":34,"\u304a\u3088\u3073":12,"\u304b\u3089\u53d6\u5f97\u3067\u304d\u308b\u305d\u308c\u305e\u308c\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":58,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":147,"\u304bwgs84geopoint":[159,160],"\u304c\u3042\u308a\u307e\u3059":12,"\u304c\u306a\u3044\u5834\u5408":12,"\u304c\u30c6\u30fc\u30d6\u30eb\u5358\u4f4d\u306e\u30c0\u30f3\u30d7\u306b\u5bfe\u5fdc":35,"\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082":218,"\u304c\u5fc5\u8981\u3067\u3059":12,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":169,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":159,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u52b9\u3067\u3059":64,"\u304c\u6307\u5b9a\u3055\u308c\u305ftable\u3067\u306f":64,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3051\u308c\u306a\u308a\u307e\u305b\u3093":64,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[48,64],"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u304c\u8fd4\u3055\u308c\u307e\u3059":61,"\u3050\u308b\u3093\u304c":[182,183],"\u3050\u308b\u3093\u304c\u592a\u90ce":225,"\u3050\u308b\u3093\u304c\u6b21\u90ce":225,"\u3053\u3046\u3059\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u63d0\u6848\u3092\u3067\u304d\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u3053\u3053\u3067\u306f":220,"\u3053\u3053\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306bruby\u3092\u5229\u7528\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u3092web\u30b5\u30fc\u30d0\u7d4c\u7531\u3067\u53c2\u7167\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u306f\u7c21\u5358\u306b\u8aac\u660e\u3059\u308b\u306e\u3067":220,"\u3053\u3053\u3067\u307e\u3068\u3081\u305f\u5185\u5bb9\u306b\u3064\u3044\u3066\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u3082\u4f7f\u7528\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u3082":220,"\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u30b5\u30dd\u30fc\u30c8\u306e\u969b\u306b\u6c17\u3092\u3064\u3051\u308b\u3053\u3068\u3092\u307e\u3068\u3081\u307e\u3059":10,"\u3053\u306e\u3068\u304d":218,"\u3053\u306e\u307e\u307e\u3067\u306f\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u8868\u793a\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":220,"\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u306e\u306f\u5168\u6587\u691c\u7d22\u6642\u306b\u8907\u6570\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3089\u3067\u3059":220,"\u3053\u306e\u3088\u3046\u306bn":220,"\u3053\u306e\u3088\u3046\u306btokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u91cd\u307f\u3092\u9ad8\u304f\u3059\u308b\u3053\u3068\u306b\u3088\u308a":220,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":148,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":148,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":148,"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":218,"\u3053\u306e\u30b1\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3059\u308b\u306e\u3067":220,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":12,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":147,"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":148,"\u3053\u306e\u30dc\u30bf\u30f3\u3092\u7d4c\u7531\u3059\u308b\u5834\u5408":12,"\u3053\u306e\u4e2d\u3067\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308bgrn_expr\u306e\u3053\u3068\u3092\u7279\u306b\u6761\u4ef6\u5f0f\u3068\u3088\u3073\u307e\u3059":11,"\u3053\u306e\u4f5c\u696d\u306f":12,"\u3053\u306e\u4f5c\u696d\u306f\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3054\u3068\u306b\u884c\u3044\u307e\u3059":12,"\u3053\u306e\u4f5c\u696d\u306fblogroonga\u306e\u82f1\u8a9e\u7248":12,"\u3053\u306e\u4f8b\u306e\u3088\u3046\u306b1\u3064\u306egroonga":148,"\u3053\u306e\u4f8b\u306f\u65e5\u672c\u8a9e\u3060\u3063\u305f\u306e\u3067tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u3088\u304b\u3063\u305f\u306e\u3067\u3059\u304c":220,"\u3053\u306e\u5834\u5408":65,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":220,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":220,"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":220,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":220,"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":220,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":220,"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":220,"\u3053\u306e\u64cd\u4f5c\u306f":64,"\u3053\u306e\u72b6\u614b\u3067\u3082\u4ee5\u524d\u306f\u30de\u30c3\u30c1\u3057\u306a\u304b\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":220,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":218,"\u3053\u306e\u7d50\u679c\u306f":148,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":218,"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":159,"\u3053\u308c\u304b\u3089groonga\u3092\u4f7f\u3046\u4eba\u3078\u30a2\u30d4\u30fc\u30eb\u3059\u308b\u70b9\u3084\u65e2\u5b58\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u4eba\u304c\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u969b\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u307e\u3059":12,"\u3053\u308c\u3067":12,"\u3053\u308c\u306b\u3088\u308a":12,"\u3053\u308c\u306b\u3088\u308a\u904e\u53bb\u306b\u30ea\u30ea\u30fc\u30b9\u3057\u305f\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":12,"\u3053\u308c\u306b\u3088\u308aclone\u3057\u3066\u304a\u3044\u305fgroonga":12,"\u3053\u308c\u306b\u5bfe\u3057\u3066":218,"\u3053\u308c\u306f":220,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":74,"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":220,"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":11,"\u3053\u308c\u3092\u56de\u907f\u3059\u308b\u306b\u306f":12,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":148,"\u3055\u3089\u306b\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b\u3068":78,"\u3057\u304b\u3057":[207,218,220],"\u3057\u3066\u304a\u304f\u3079\u304d\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u793a\u3057\u307e\u3059":12,"\u3057\u308a\u3054\u307f\u3057\u3066\u3057\u307e\u3046\u304b\u3082\u3057\u308c\u307e\u305b\u3093":10,"\u3059\u3067\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u305f\u3068\u3048\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":218,"\u3059\u3067\u306bgroonga\u306eformula\u306f\u53d6\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u306e\u3067":12,"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408":148,"\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066\u4e92\u63db\u6027\u304c\u4fdd\u8a3c\u3055\u308c\u307e\u3059":78,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":148,"\u3059\u3079\u3066\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u540c\u3058\u540d\u524d\u306e\u95a2\u6570\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u3059\u3079\u3066\u306e\u95a2\u6570\u304c\u30c6\u30b9\u30c8\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u308b\u3053\u3068\u3092\u5fc3\u304c\u3051\u3066\u304f\u3060\u3055\u3044":14,"\u3059\u308b\u3068":14,"\u3059\u308b\u3068\u304d\u306b\u30ad\u30e3\u30b9\u30c8\u306b\u5931\u6557\u3057\u305f\u3089":35,"\u3059\u308b\u3068\u5927\u4e08\u592b\u3067\u3059":10,"\u3059\u308b\u3068groonga":12,"\u305d\u3053\u3067":220,"\u305d\u3053\u3067\u3042\u3089\u304b\u3058\u3081\u7528\u610f\u3057\u3066\u304a\u3044\u305f":12,"\u305d\u3053\u306b\u5165\u308b\u60c5\u5831\u304c\u3069\u3093\u306a\u5185\u5bb9\u304b\u3092\u793a\u3059\u540d\u524d\u3092\u51fa\u529b\u3057\u307e\u3059":135,"\u305d\u306e\u305f\u3081":[12,99,148,218,220],"\u305d\u306e\u305f\u3081\u306b\u306f\u307e\u305a\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u305d\u306e\u307e\u307emake\u30b3\u30de\u30f3\u30c9\u306b\u3066\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":12,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":207,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":78,"\u305d\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3057\u307e\u3059":12,"\u305d\u306e\u4e2d\u304b\u3089\u5fc5\u8981\u306a\u90e8\u5206\u3092\u9ad8\u901f\u306b\u53d6\u308a\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u306e\u4ed6\u306e\u74b0\u5883\u3067\u306f\u9069\u5b9c\u8aad\u307f\u66ff\u3048\u3066\u4e0b\u3055\u3044":12,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3068\u540c\u7b49\u3067\u3059":148,"\u305d\u306e\u5185\u5bb9\u3092data\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8fd4\u3057\u307e\u3059":56,"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":220,"\u305d\u306e\u5834\u5408\u306b\u306f\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u3054\u3068\u3084\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3054\u3068\u306a\u3069":12,"\u305d\u306e\u5f8c\u4e8c\u4e16\u4ee3\u7d4c\u904e\u3059\u308b\u3068\u305d\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306fdeprecated\u6271\u3044\u3068\u306a\u308a\u307e\u3059":78,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":147,"\u305d\u306e\u6642\u70b9\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u307e\u3059":78,"\u305d\u306e\u6642\u70b9\u3067stable\u3067\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":78,"\u305d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":65,"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":11,"\u305d\u306e\u9650\u3089\u308c\u305f\u30c4\u30a4\u30fc\u30c8\u304b\u3089\u89e3\u6c7a\u65b9\u6cd5\u304c\u898b\u3064\u304b\u308c\u3070\u30e6\u30fc\u30b6\u30fc\u306b\u3068\u3063\u3066\u4f59\u8a08\u306a\u624b\u9593\u304c\u5c11\u306a\u304f\u3066\u6e08\u307f\u307e\u3059":10,"\u305d\u306e\u969b":12,"\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":64,"\u305d\u306erecord\u306eid\u3092\u8fd4\u3057\u307e\u3059":64,"\u305d\u308c\u304c\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u3063\u305f\u5834\u5408\u306f":61,"\u305d\u308c\u305e\u308c":14,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":147,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":218,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":218,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":11,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u306b\u5bfe\u3057\u3066\u4e8c\u3064\u76ee\u306e\u8981\u7d20\u304c\u4e00\u81f4\u3059\u308b\u305f\u3081\u306emode\u3068\u3057\u3066\u4e0b\u8a18\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u308c\u305e\u308c\u3092\u5358\u4f4d\u3068\u3057\u305f\u8a9e\u5f59\u8868\u306b\u7d22\u5f15\u3092\u7ba1\u7406\u3057\u307e\u3059":218,"\u305d\u308c\u305e\u308c\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5\u3068\u306a\u308b\u6761\u4ef6\u304c\u3042\u308b\u306e\u3067\u63a1\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5341\u5206\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044":220,"\u305d\u308c\u305e\u308c\u30ec\u30b3\u30fc\u30c9id":61,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":220,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":218,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308baccessor\u3092\u8fd4\u3057\u307e\u3059":61,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308btable\u306e\u30ab\u30e9\u30e0\u3092\u8fd4\u3057\u307e\u3059":61,"\u305d\u308c\u306b\u691c\u7d22\u306b\u30de\u30c3\u30c1\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u306b\u3069\u306e\u3088\u3046\u306b\u53cd\u6620\u3059\u308b\u304b\u3092\u6307\u5b9a\u3059\u308b\u6f14\u7b97\u5b50\u3092\u6e21\u3057\u307e\u3059":11,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":146,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":146,"\u305d\u308c\u3092\u5143\u306b\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u305d\u308c\u3092\u65e7ji":65,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u9577\u3055":67,"\u305f\u3060\u3057":[65,74,147,218],"\u305f\u3060\u3057\u8907\u6570\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u4e00\u7dd2\u306b\u4f7f\u3046\u3053\u3068\u306f\u3067\u304d\u306a\u3044":34,"\u305f\u3068\u3048\u3070":218,"\u305f\u3068\u3048\u3070\u4e0b\u8a18\u306e\u3088\u3046\u306bgroonga\u306e\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u63a8\u79fb\u3057\u307e\u3059":78,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u30671\u4ef6\u3082\u30d2\u30c3\u30c8\u3057\u306a\u3044\u5834\u5408\u3067\u3082\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306a\u3069\u3092\u884c\u3044\u307e\u305b\u3093":220,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":220,"\u305f\u3081\u306e\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u304c\u3042\u308b\u306e\u3067":12,"\u3060\u3068\u539f\u56e0\u306f":10,"\u3064\u307e\u308atest":12,"\u30671\u4ef6\u30d2\u30c3\u30c8\u3057":220,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":11,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":11,"\u3067\u3042\u308c\u3070":148,"\u3067\u3059\u306d":10,"\u3067\u306f\u306a\u304ffree":35,"\u3067\u306f\u307e\u3068\u3081\u3066\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u307e\u3059":12,"\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":220,"\u3067\u306f\u6607\u9806":64,"\u3067\u306f\u964d\u9806\u3067\u30bd\u30fc\u30c8\u3055\u308c\u307e\u3059":64,"\u3067\u306fgroonga\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5185\u90e8\u3067":51,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":220,"\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f\u30ad\u30fc\u304c\u5e38\u306bgrn_nil\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":147,"\u3067\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u3067\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u306710":220,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":220,"\u3067\u4e0d\u6b63\u306ajson\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u305d\u308c\u4ee5\u964d\u30b3\u30de\u30f3\u30c9\u3092\u53d7\u3051\u4ed8\u3051\u306a\u304f\u306a\u308b":35,"\u3067\u4f5c\u6210\u3057\u305f":51,"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":147,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":51,"\u3067\u533a\u5207\u308a\u307e\u3059":147,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":74,"\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4e88\u7d04\u6e08\u307f\u3067\u3042\u308a":88,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":148,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":35,"\u3067\u751f\u6210\u3057\u305fcursor\u3092\u89e3\u653e\u3057\u307e\u3059":65,"\u3067\u78ba\u4fdd\u3057\u305f":51,"\u3067\u793a\u3055\u308c\u305f\u60c5\u5831\u306e\u914d\u5217\u3092\u51fa\u529b\u3057\u307e\u3059":135,"\u3067\u7d44\u307f\u5408\u308f\u305b\u305f\u30b7\u30f3\u30dc\u30eb\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":88,"\u3067\u89e3\u653e\u3057\u305f\u5f8c\u306b":51,"\u3067\u89e3\u653e\u3067\u304d\u307e\u3059":51,"\u3067\u9023\u7d50\u3057\u305f\u6587\u5b57\u5217\u3067\u3059":61,"\u3067\u914d\u5217\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30fc\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"\u3067_value\u3092\u6307\u5b9a\u3059\u308b\u3068\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u3067groonga\u306e\u7f72\u540d\u7528\u306e\u9375\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b\u3068\u30c6\u30fc\u30d6\u30eb\u304c\u58ca\u308c\u308b":35,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u5834\u5408":218,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":218,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":220,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u306710\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u6642\u306b\u5b9f\u884c\u3059\u308b":148,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":148,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":148,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":148,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":218,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":218,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":218,"\u3068\u3044\u3046\u4e8b\u67c4\u3092\u307e\u3068\u3081\u307e\u3057\u305f":10,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":218,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":218,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":218,"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":218,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":218,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":207,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":218,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":218,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":218,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":218,"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":148,"\u3068\u3057\u3066\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u3082\u306e\u3068\u3057\u3066\u8aac\u660e\u3057\u307e\u3059":12,"\u3068\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059":12,"\u3068\u306a\u308a":220,"\u3068\u308a\u3068\u3093":[182,183],"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":148,"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":148,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u304c":220,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":220,"\u3068\u5171\u306b":48,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":61,"\u3068\u540c\u3058\u610f\u5473":147,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":34,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":148,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":159,"\u3068blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306eurl\u304c\u633f\u5165\u3055\u308c\u307e\u3059":12,"\u3069\u3046\u3057\u3066\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":220,"\u3069\u3046\u3057\u3066\u305d\u3046\u3059\u308b\u306e\u304b\u3068\u3044\u3046\u5171\u901a\u8a8d\u8b58\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u3068\u4e00\u8cab\u6027\u306e\u306a\u3044\u30b5\u30dd\u30fc\u30c8\u3068\u306a\u3063\u3066\u3057\u307e":10,"\u3069\u3046\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u306e\u304c":10,"\u3069\u3061\u3089\u3067\u521d\u671f\u5316\u3055\u308c\u305f":51,"\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3092\u8aac\u660e\u3059\u308b\u524d\u306b":218,"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":148,"\u306a\u3069\u306b\u3088\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5b58\u5426\u3092\u5225\u9014\u78ba\u8a8d\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":61,"\u306a\u3069\u3092\u8fd4\u3057\u307e\u3059":61,"\u306b\u3042\u308b":61,"\u306b\u3064\u3044\u3066\u306f\u5f8c\u8ff0":65,"\u306b\u3064\u3044\u3066\u306f\u7121\u8996\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059":65,"\u306b\u3066\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059":12,"\u306b\u3066\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30ea\u30ea\u30fc\u30b9\u6848\u5185\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u306b\u3066\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059":12,"\u306b\u306a\u308a\u307e\u3059":51,"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":218,"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":85,"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":135,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":218,"\u306b\u3088\u3063\u3066\u89e3\u653e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":51,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":207,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":218,"\u306b\u540c\u3058\u4f4d\u7f6e\u3092\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u306a\u3044\u306e\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":218,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":220,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":220,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":147,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":148,"\u306b\u6e21\u3055\u308c\u305fuser_data\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":148,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":147,"\u306b\u8a2d\u5b9a\u3059\u308b":12,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":148,"\u306e2\u5358\u8a9e\u6271\u3044":218,"\u306e3\u30d5\u30e9\u30b0\u306f":65,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":[63,64,67],"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[64,159,160],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":147,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u306e\u307b\u304b\u306b":207,"\u306e\u307f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059":65,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u3088\u3046\u306b\u5f15\u6570\u306e\u540d\u524d\u3092\u660e\u793a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u4ee3\u308f\u308a\u306b":147,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":147,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u306e\u30ab\u30e9\u30e0":[86,97],"\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fee\u6b63":[35,37],"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":97,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":86,"\u306e\u4e00\u884c\u3042\u305f\u308a\u306e\u6700\u5927\u30d0\u30a4\u30c8\u6570\u306e\u5236\u9650\u3092\u64a4\u5ec3":35,"\u306e\u4ed5\u69d8\u3092\u8ffd\u52a0":35,"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":147,"\u306e\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067":10,"\u306e\u5834\u5408\u306f":10,"\u306e\u5834\u5408\u306f\u6700\u5927\u9577":67,"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":35,"\u306e\u66f4\u65b0":3,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":148,"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":147,"\u306e\u914d\u5217\u3068\u305d\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":62,"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":169,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":169,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":135,"\u306ebase_version\u306e\u66f4\u65b0":12,"\u306eflags\u3068\u540c\u69d8\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":65,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":220,"\u306etable\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u306exml\u51fa\u529b\u306e\u30bf\u30b0\u540d\u3092\u3088\u308a\u9069\u5207\u306a\u540d\u524d\u306b\u5909\u66f4":35,"\u306exml\u51fa\u529b\u5bfe\u5fdc":35,"\u306f\u306a\u304f":34,"\u306f\u7121\u52b9\u3067\u3042\u308a":65,"\u306f\u7121\u8996\u3055\u308c\u307e\u3059":[64,65],"\u306f\u7279\u6b8a\u306a\u30a2\u30af\u30bb\u30b5\u3067":61,"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":220,"\u3072\u308d\u3042\u304d":231,"\u3072\u308d\u3086\u304d":231,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":148,"\u307e\u305agroonga\u306e\u30bd\u30fc\u30b9\u3092\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u3068\u5c55\u958b\u3057\u307e\u3059":12,"\u307e\u305f\u305d\u308c\u3089\u306eid\u3092":48,"\u307e\u305f\u306f":148,"\u307e\u305f\u306f\u30bd\u30b1\u30c3\u30c8\u7d4c\u7531\u3067groonga\u30b5\u30fc\u30d0\u306b\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9001\u4fe1\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u884c\u3057\u307e\u3059":[85,86,88,90,96,97,99,105,106,107,122,135],"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":147,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":147,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":148,"\u307e\u305f\u306fctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":51,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_host\u304c\u512a\u5148\u3055\u308c\u307e\u3059":148,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_port\u304c\u512a\u5148\u3055\u308c\u307e\u3059":148,"\u307e\u305f\u540c\u6642\u306b":148,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":64,"\u307e\u305fgroonga":148,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":78,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":10,"\u307e\u308d\u3086\u304d":231,"\u3080\u308b\u3093\u304c":[182,183],"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u3082\u3057\u304f\u306f":[64,65,207],"\u3082\u3057\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u4e2d\u8eab\u306b\u95a2\u308f\u3089\u305a\u52d5\u4f5c\u3092\u7d9a\u3051\u3066\u3057\u307e\u3044":148,"\u3082\u3057\u6307\u5b9a\u3055\u308c\u305fdb\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070\u81ea\u52d5\u7684\u306bdb\u3092\u4f5c\u6210\u3057\u307e\u3059\u304c":148,"\u3082\u3057groonga":148,"\u3082\u3057test":148,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":218,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":78,"\u3084\u308a\u3068\u308a\u3092\u8003\u3048\u306a\u304f\u3066\u826f\u3044\u3067\u3059\u304c":10,"\u3084red":12,"\u3084rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306espec\u30d5\u30a1\u30a4\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u306a\u3069\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"\u3086\u304d\u3072\u308d":231,"\u3088\u3063\u3066":207,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":159,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":148,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u308d\u3086\u304d":231,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":14,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"\u3092\u30b3\u30d4\u30fc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":99,"\u3092\u4f5c\u6210\u3057\u307e\u3059":88,"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":207,"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":35,"\u3092\u4f7f\u3063\u3066\u89e3\u653e\u3057\u307e\u3059":58,"\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u3092\u516c\u958b":35,"\u3092\u524d\u63d0\u3068\u3057\u3066\u8aac\u660e\u3057\u3066\u3044\u308b\u305f\u3081":12,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[148,207,220],"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":48,"\u3092\u542b\u3080\u540d\u524d\u306e\u30ab\u30e9\u30e0\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":88,"\u3092\u6307\u5b9a\u3057":[65,86,97],"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f":65,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":65,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":11,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":65,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u95a2\u3059\u308b\u4e0b\u8a18\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":65,"\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":65,"\u3092\u6307\u5b9a\u3057\u305ftable\u306b\u3064\u3044\u3066\u306f":65,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u3067":65,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305ftable\u306a\u3089":64,"\u3092\u6307\u5b9a\u3057\u307e\u3059":[48,52,59,61,64,67,147,148],"\u3092\u6307\u5b9a\u3059\u308b\u3068":[48,65],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30b9\u30ab\u30e9\u5024":48,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3057\u307e\u3059":48,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092lzo\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":48,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092zlib\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":48,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6607\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":65,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6b63\u898f\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u304ckey\u3068\u306a\u308a\u307e\u3059":64,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9acolumn\u3068\u306a\u308a\u307e\u3059":48,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9atable\u3068\u306a\u308a\u307e\u3059":64,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u306a\u308a\u307e\u3059":48,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u964d\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":65,"\u3092\u6307\u5b9a\u3059\u308b\u3068domain\u578b\u306e\u5024\u306e\u30d9\u30af\u30bf\u3092\u683c\u7d0d\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u306a\u308a\u307e\u3059":61,"\u3092\u6307\u5b9a\u3059\u308b\u3068id\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":65,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u6587\u5b57\u5217\u306e\u5168suffix\u304c\u81ea\u52d5\u7684\u306b\u767b\u9332\u3055\u308c\u307e\u3059":64,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":65,"\u3092\u6307\u5b9a\u3059\u308b\u3068max\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":65,"\u3092\u6307\u5b9a\u3059\u308b\u3068min\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":65,"\u3092\u683c\u7d0d\u3057\u307e\u3059":48,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":14,"\u3092\u7528\u3044\u308b\u3079\u304d\u3067\u3059":61,"\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":159,"\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u3092\u8a08\u7b97\u3059\u308b":34,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":148,"\u3092\u8a66\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u3092\u8fd4\u3057\u307e\u3059":[56,61,64,65],"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":34,"\u3092\u8ffd\u52a0":[35,37],"\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":62,"\u3092db\u306b\u5b9a\u7fa9\u3057\u307e\u3059":67,"\u3092false\u306b\u8a2d\u5b9a\u3057\u307e\u3059":12,"\u3092grn_cursor_column_index\u5bfe\u5fdc\u306b\u3057\u305f":35,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":146,"\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u3068\u306f":61,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u5b9f\u884c\u3059\u308b":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[218,220],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u306e\u5834\u5408\u306ftokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306a\u3069\u3082\u5229\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":220,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":88,"\u30a2\u30fc\u30ab\u30a4\u30d6\u7b49\u304cpackag":12,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3055\u308c\u306a\u3044":35,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":35,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3078\u306e\u30ea\u30f3\u30af":12,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":148,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3067\u304d\u308b\u74b0\u5883\u3067\u3042\u308c\u3070groonga\u30b3\u30de\u30f3\u30c9\u306e\u77e5\u8b58\u304c\u306a\u304f\u3066\u3082groonga\u306e\u52d5\u4f5c\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059":148,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u3064\u3044\u305f\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u7d50\u679c\u304c\u304a\u304b\u3057\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":90,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":85,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u305f\u30b8\u30aa\u30b5\u30fc\u30c1\u306e\u4f8b\u3092\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306b\u8ffd\u52a0":37,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":85,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066\u306f":88,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408\u306f":88,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":88,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092source\u5f15\u6570\u306b\u6307\u5b9a\u3057\u307e\u3059":88,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":86,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":12,"\u30a6\u30a7\u30a4\u30c8\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":88,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":147,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u7ba1\u7406\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059":147,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":60,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":60,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[86,90,96,105,106,107],"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[86,90,96,105,106,107],"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306f":61,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u305f":35,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u304b\u3051\u3089\u308c\u305f":86,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":86,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":97,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":85,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u69cb\u9020\u4f53\u306e\u5b9f\u4f53\u3092api\u306e\u547c\u3073\u5143\u3067\u78ba\u4fdd\u3059\u308b\u306e\u306b\u5bfe\u3057\u3066":51,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":51,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":148,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":148,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":148,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":34,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":37,"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":3,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u3092\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":14,"\u30ab\u30e9\u30e0\u306e\u5c5e\u6027\u3092\u8868\u3059\u4ee5\u4e0b\u306e\u6570\u5024\u304b":88,"\u30ab\u30e9\u30e0\u306e\u8ffd\u52a0":88,"\u30ab\u30e9\u30e0\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":88,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"\u30ab\u30e9\u30e0\u540d\u306f":88,"\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[48,61],"\u30ab\u30e9\u30e0\u540d\u7b49\u3092":61,"\u30ab\u30e9\u30e0obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":48,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":65,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":65,"\u30ab\u30ec\u30fc":218,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":218,"\u30ab\u30f3\u30b8":167,"\u30ab\u30f3\u30de":99,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":34,"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"\u30ad\u30fc":147,"\u30ad\u30fc\u304c":147,"\u30ad\u30fc\u30ef\u30fc\u30c9":36,"\u30af\u30a8\u30ea\u306e":220,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":220,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":146,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[3,4],"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[3,4],"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":11,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528":34,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":3,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3082\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306e\u305d\u308c\u305e\u308c\u306b\u5bfe\u5fdc\u3059\u308b\u5f62\u3067\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":147,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9\u306a\u3089\u3070groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u63a5\u7d9a\u3092\u5207\u308a\u307e\u3059":122,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306e":35,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10043\u756a":147,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"\u30b0\u30eb\u30fc\u30d7\u5316":74,"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":74,"\u30b0\u30eb\u30fc\u30d7\u5316\u51e6\u7406\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e_nsubrecs\u306b\u8a18\u9332\u3055\u308c\u307e\u3059":74,"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":74,"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":35,"\u30b3\u30de\u30f3\u30c9\u304cquery\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4f7f\u3063\u3066\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u3059\u308b\u306e\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":218,"\u30b3\u30de\u30f3\u30c9\u3067\u30ad\u30fc\u304cshorttext\u4ee5\u5916\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3067\u304d\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":35,"\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u304c\u58ca\u308c\u308b\u5834\u5408\u306f\u30a8\u30e9\u30fc":34,"\u30b3\u30de\u30f3\u30c9\u3067\u5024\u3092\u683c\u7d0d\u3059\u308b\u3068\u304d\u306f":207,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":207,"\u30b3\u30de\u30f3\u30c9\u306e\u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":35,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":35,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":11,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":147,"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":35,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7570\u306a\u308c\u3070":78,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5\u306fgroonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3068\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u304c\u3042\u308a\u307e\u3059":78,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":78,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u307e\u308a":78,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":148,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":148,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":148,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057":148,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":148,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057":148,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":148,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":148,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u5b9f\u884c\u4f8b\u306fzsh":12,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u3068set_port\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":148,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":148,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":147,"\u30b3\u30de\u30f3\u30c9\u540d":147,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":147,"\u30b3\u30df\u30c3\u30c8":12,"\u30b3\u30e1\u30f3\u30c8\u884c":148,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":35,"\u30b3\u30ed\u30f3":88,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af\u95a2\u6570\u306b\u6e21\u3055\u308c\u308barg\u3068\u3092\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":85,"\u30b5\u30b8\u30a7\u30b9\u30c8\u6a5f\u80fd\u7528\u306e\u5b66\u7fd2\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u8ffd\u52a0":35,"\u30b5\u30dd\u30fc\u30c8\u7bc4\u56f2\u5916\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u3068\u306a\u308a":78,"\u30b5\u30f3\u30d7\u30eb\u5185\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u5b9f\u884c\u5c5e\u6027\u304c\u3064\u304b\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"\u30b5\u30fc\u30d0":147,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":148,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":148,"\u30b5\u30fc\u30d0\u304c\u81ea\u52d5\u7684\u306b\u306f\u8d77\u52d5\u3055\u308c\u306a\u3044\u306e\u3082\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u5834\u5408\u3068\u540c\u69d8\u3067\u3059":148,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":147,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"\u30b5\u30fc\u30d0\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u5229\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":148,"\u30b5\u30fc\u30d0\u3092\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308b\u5834\u5408\u3082\u3053\u306e\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5229\u7528\u3055\u308c\u307e\u3059":148,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":147,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u3084\u5b9f\u884c\u901f\u5ea6\u6e2c\u5b9a\u304c\u53ef\u80fd\u3067\u3059":148,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":147,"\u30b7\u30a7\u30eb\u4e0a":148,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":147,"\u30b9\u3092\u9589\u3058\u308b\u3068\u95a2\u9023\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3082\u9589\u3058\u3089\u308c\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":37,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u306f\u7279\u6b8a\u30b3\u30de\u30f3\u30c9\u3092\u57cb\u3081\u8fbc\u3080\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059":148,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":148,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egroonga":148,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":148,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":148,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":147,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":147,"\u30b9\u30ec\u30c3\u30c9\u6570":148,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":148,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":148,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":148,"\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\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":85,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":122,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egroonga":148,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":148,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u305d\u308c\u305e\u308c\u306b\u304a\u3044\u3066\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3092\u884c\u3044\u307e\u3059":12,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":14,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":130,"\u30bf\u30b0\u3092\u6253\u3063\u305f\u5f8c\u306bconfigure\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067":12,"\u30bf\u30b0\u3092\u6253\u3064\u524d\u306bmake":12,"\u30c0\u30e1\u30fc\u30b8":220,"\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u3088\u308a\u8fd4\u3055\u308c\u308b\u5024\u304c\u5909\u308f\u308a\u307e\u3059":85,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":85,"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":85,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":85,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":85,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u306etypo\u3092\u4fee\u6b63":37,"\u30c4\u30a4\u30fc\u30c8\u5185\u5bb9\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u6570\u5024\u3078\u306e\u30ad\u30e3\u30b9\u30c8\u51e6\u7406\u3092\u5f37\u5316":35,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u306a\u3044\u90e8\u5206\u306e\u7de8\u96c6\u306f\u614e\u91cd\u306b\u884c\u3063\u3066\u304f\u3060\u3055\u3044":14,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":14,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":35,"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":14,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":3,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306f":14,"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[3,4,6,7,8],"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":3,"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":220,"\u30c6\u30fc\u30d6\u30eb":86,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":147,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":147,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":147,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":147,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":90,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":147,"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":135,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":88,"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":74,"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":135,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304c\u56fa\u5b9a\u9577\u578b\u306e\u5834\u5408":65,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304cshorttext\u578b\u3067\u3042\u308b\u5834\u5408":65,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":135,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":147,"\u30c6\u30fc\u30d6\u30eb\u540d":[86,97,135],"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":135,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":207,"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":135,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":135,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":135,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":135,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":135,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":135,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":135,"\u30c6\u30fc\u30d6\u30ebentry\u306b":88,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":96,"\u30c6\u30fc\u30d6\u30ebterm\u306b":88,"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":85,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":34,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30ea\u30ea\u30fc\u30b9\u3068\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u7d44\u307f\u5408\u308f\u305b\u3067\u30d3\u30eb\u30c9\u3092\u5e73\u884c\u3057\u3066\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u767b\u9332\u3057\u3066\u3044\u307e\u3059":12,"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":85,"\u30c7\u30d5\u30a9\u30eb\u30c8":11,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[147,148],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":147,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":147,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059":78,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30ed\u30b0\u95a2\u6570\u3092\u7528\u3044\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059":107,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":60,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":60,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":34,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u5909\u66f4\u3057\u307e\u3059":49,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u8fd4\u3057\u307e\u3059":49,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u5909\u66f4\u3057\u307e\u3059":53,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u8fd4\u3057\u307e\u3059":53,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":147,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":147,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":147,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":147,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":147,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":207,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[146,147],"\u30c7\u30fc\u30bf\u306b\u4e0d\u6574\u5408\u304c\u767a\u751f\u3059\u308b\u5834\u5408\u306f\u30c7\u30fc\u30bf\u3092\u524a\u9664\u3057\u306a\u3044\u3088\u3046\u306b\u5909\u66f4":34,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":86,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":97,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":148,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":147,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":99,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092groonga\u306e\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u547c\u3073\u51fa\u3057\u5f62\u5f0f\u3067\u51fa\u529b\u3057\u307e\u3059":99,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":99,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u7ba1\u7406\u3059\u308b\u305f\u3081\u306e\u6c4e\u7528\u7684\u306a\u30da\u30fc\u30b8\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u304c":147,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u4e0a\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u3084\u7d22\u5f15\u306a\u3069\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u53ef\u80fd\u306a\u9650\u308a\u9ad8\u901f\u306b\u6307\u5b9a\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3057\u3088\u3046\u3068\u3057\u307e\u3059":11,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u6a5f\u80fd\u3092\u8ffd\u52a0":34,"\u30c7\u30fc\u30bf\u6295\u5165\u5f8c\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u4f5c\u6210\u306b\u5bfe\u5fdc":34,"\u30c7\u30fc\u30e2\u30f3":147,"\u30c7\u30fc\u30e2\u30f3\u306b\u306a\u308b\u3068\u304d\u306f\u6a19\u6e96\u51fa\u529b\u3092\u9589\u3058\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u30c8\u30e2\u3061\u3083\u3093":225,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[22,35],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[22,219],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":3,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u6700\u65b0\u7248\u3068\u5404\u56fd\u8a9e\u7248\u306e\u5185\u5bb9\u3092\u540c\u671f\u3059\u308b\u305f\u3081\u306b":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":35,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u751f\u6210\u6642\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u306b\u53cd\u6620\u3055\u308c\u307e\u3059":12,"\u30cb\u30c3\u30dd\u30f3":[167,189,199],"\u30cb\u30db\u30f3":[167,189,199],"\u30cb\u30db\u30f3\u30b4":199,"\u30cb\u30db\u30f3\u30b8\u30f3":199,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":220,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u6587\u5b57\u81ea\u8eab\u3092\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":147,"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":85,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":85,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":85,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":85,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":85,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":85,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":85,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":85,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":85,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":85,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":85,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":85,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":85,"\u30d0\u30fc\u30b8\u30e7\u30f3":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":33,"\u30d0\u30fc\u30b8\u30e7\u30f31":33,"\u30d1\u30a4\u30d7":88,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":3,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":3,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3067\u306f\u3044\u304f\u3064\u304b\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u304b\u3089\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":3,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u306b\u5fc5\u8981\u306a\u79d8\u5bc6\u9375\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u306b\u3064\u3044\u3066\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u63d0\u4f9b\u3059\u308bubuntu\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092hardi":35,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":35,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u3059\u308b\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u4f5c\u696d\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3092\u5bfe\u8c61\u306b\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u306e\u5909\u66f4\u3042\u308a":37,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u306e\u9375\u304c\u5fc5\u8981\u3067\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":3,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":146,"\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u8ffd\u52a0\u3057\u307e\u3059":11,"\u30d3\u30eb\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3057\u30ea\u30ea\u30fc\u30b9\u524d\u306e\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,"\u30d3\u30eb\u30c9\u306b\u6210\u529f\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u6642\u306etip":3,"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":3,"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":12,"\u30d3\u30eb\u30c9\u7d50\u679c\u304c\u30e1\u30fc\u30eb\u3067\u901a\u77e5\u3055\u308c\u307e\u3059":12,"\u30d4\u30ea\u30aa\u30c9":88,"\u30d5\u30a1\u30a4\u30eb":12,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u76f4\u4e0b\u306b":37,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":85,"\u30d5\u30e9\u30b0\u3092\u6570\u5024\u3067\u306f\u306a\u304f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u5909\u66f4":34,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570":97,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3059":97,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u89e3\u6d88\u304c\u5b9f\u884c\u3055\u308c\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":61,"\u30d6\u30ed\u30b0":3,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u306a\u3069\u3092\u3082\u3068\u306b":12,"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u304d\u5834\u6240\u3092\u5909\u66f4":35,"\u30d7\u30e9\u30b0\u30a4\u30f3\u767b\u9332api\u306e\u540d\u524d\u3092\u6539\u826f":36,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":14,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u8a2d\u5b9a\u30da\u30fc\u30b8":12,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":78,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":78,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":147,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":147,"\u30d9\u30af\u30bf\u306e\u5024\u3092":35,"\u30d9\u30af\u30bf\u306e\u5024\u3092\u51fa\u529b\u3059\u308b\u3068\u304d\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":35,"\u30d9\u30af\u30bf\u306egeopoint\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":34,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":207,"\u30db\u30b9\u30c8\u3067web\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8\u3092\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u3082\u306e":12,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":148,"\u30db\u30b9\u30c8\u540d\u3068":148,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[146,147],"\u30de\u30af\u30ed\u306a\u3069\u3067\u521d\u671f\u5316\u6e08\u307f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":61,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":90,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":207,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u7528\u30aa\u30d7\u30b7\u30e7\u30f3":35,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u306e\u4fee\u6b63":34,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":[35,37],"\u30e1\u30fc\u30c8\u30eb":159,"\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u521d\u671f\u5316\u95a2\u6570\u304c\u8907\u6570\u56de\u547c\u3070\u308c\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u95a2\u4fc2\u5f0f\u3068\u3057\u3066\u4f7f\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u304cc\u8a00\u8a9e\u3067\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306b\u7d44\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u3078\u5f71\u97ff\u3059\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":[3,4],"\u30e6\u30fc\u30b6\u30fc\u306b\u3042\u307e\u308a\u8ca0\u62c5\u3092\u611f\u3058\u3055\u305b\u306a\u3044\u3088\u3046\u306b\u3059\u308b\u3068\u826f\u3044\u3067\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u306f\u305d\u306e\u3076\u3093\u78ba\u8a8d\u3059\u308b\u4f5c\u696d\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8\u3092\u3057\u305f\u308a\u3057\u3066\u3044\u307e\u3059":10,"\u30e6\u30fc\u30b6\u540d":148,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":146,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":146,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":146,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306bgnupg\u3067\u7f72\u540d\u3092\u884c\u3046\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306b\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u306e\u3067\u6f0f\u308c\u306a\u304f\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u305f\u3073\u306bformula\u306e\u5185\u5bb9\u3092\u66f4\u65b0\u3059\u308b\u4f5c\u696d\u3092\u5b9f\u65bd\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb\u3067\u306f":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u306b\u5229\u7528\u3059\u308b\u5834\u5408\u306b\u306f":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u3092\u3057\u305f\u308a":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u969b\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u3066":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":3,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":3,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6295\u7a3f\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u7d42\u3048\u305f\u3089":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":3,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u5f8c\u8ff0\u3059\u308b\u30b3\u30de\u30f3\u30c9":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306frpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":3,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9":12,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9\u3078\u306e\u30ea\u30f3\u30af":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u304claunchpad":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u53cd\u6620\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf\u3084\u30d1\u30c3\u30b1\u30fc\u30b8":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306erpm\u306b\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":3,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u4e00\u90e8\u3092\u5dee\u3057\u66ff\u3048\u305f\u3044\u5834\u5408":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":[3,4],"\u30ea\u30ea\u30fc\u30b9\u624b\u9806\u306e\u524d\u63d0\u6761\u4ef6\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332\u3055\u308c\u305f\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u5f8c\u306b\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u5411\u3051\u306e\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306e1\u884c\u76ee\u306b\u8a18\u8f09\u3057\u3066\u3042\u308a\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u65e5":12,"\u30ea\u30ea\u30fc\u30b9\u6642\u3068\u958b\u767a\u6642\u3067\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u5206\u3051\u305a\u306b\u4f5c\u696d\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u304c":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306b\u30d3\u30eb\u30c9\u3059\u308b\u305f\u3081\u306b\u306f\u4ee5\u4e0b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066configure\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u305f\u306e\u3067":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30af\u30ea\u30fc\u30f3\u306a\u72b6\u614b\u3067\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bf\u30b0\u3092\u6253\u3064\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":3,"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":12,"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":74,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":74,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":74,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u304b\u8abf\u3079\u307e\u3059":61,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u5834\u5408\u306b\u9650\u3063\u3066\u30ed\u30c3\u30af\u3057\u307e\u3059":61,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u52a0\u7b97\u3057\u307e\u3059":61,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u6e1b\u7b97\u3057\u307e\u3059":61,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u5148\u982d\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":61,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u672b\u5c3e\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":61,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":74,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059":61,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0":35,"\u30ec\u30b3\u30fc\u30c9\u3092key\u5024\u306e\u6607\u964d\u9806\u3067\u53d6\u308a\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":65,"\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u8ddd\u96e2":34,"\u30ed\u30b0\u306b\u306f\u6b8b\u308b":37,"\u30ed\u30b0\u306b\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u306e\u79d2\u3088\u308a\u5c0f\u3055\u3044\u5024\u304c\u5e38\u306b0\u306b\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":106,"\u30ed\u30b0\u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":107,"\u30ed\u30b0\u3092":12,"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"\u30ed\u30b0\u30a4\u30f3\u53ef\u80fd\u3067\u3042\u308b\u304b\u306e\u78ba\u8a8d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u884c\u3044\u307e\u3059":12,"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":35,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u518d\u8aad\u307f\u8fbc\u307f":107,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":148,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":148,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":107,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u306a\u3069\u3067\u79fb\u52d5\u3059\u308b":107,"\u30ed\u30b0\u51fa\u529b":106,"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":147,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u8a2d\u5b9a":105,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":[105,147],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u66f4\u65b0\u3084\u5909\u66f4\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u7b49\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ed\u30c3\u30af\u3092\u518d\u5e30\u7684\u306b\u89e3\u9664\u3057\u307e\u3059":86,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":147,"\u30ed\u30fc\u30de\u30b8":[167,189],"\u30ed\u30fc\u30de\u5b57":167,"\u30ed\u30fc\u30de\u5b57\u5165\u529b":189,"\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":97,"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u3044\u307e\u3059":218,"\u4e00\u3064\u306etable\u306b\u540c\u4e00\u306ename\u306ecolumn\u3092\u8907\u6570\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":48,"\u4e00\u65b9":220,"\u4e00\u6642\u7684\u304b\u6c38\u7d9a\u7684\u304b\u3092\u6c17\u306b\u3057\u306a\u304f\u3066\u3088\u3044":61,"\u4e00\u6642\u7684\u306aobject\u3067\u3042\u308bobj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":61,"\u4e00\u6642object\u306a\u3089null\u3092\u8fd4\u3057\u307e\u3059":61,"\u4e00\u822c\u7684\u306b\u306f":61,"\u4e00\u884c\u306b\u8907\u6570\u306egroonga":148,"\u4e0a\u4f4dlimit\u500b\u306e\u8981\u7d20\u3092result\u306b\u683c\u7d0d\u3057\u307e\u3059":64,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":12,"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":220,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":148,"\u4e0a\u8a18url\u3092\u53c2\u7167\u3059\u308b\u3068\u308f\u304b\u308b\u3088\u3046\u306b\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306eurl\u3068sha1\u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u3092\u66f4\u65b0\u3057\u307e\u3059":12,"\u4e0a\u91ce\u4e43\u6bc5\u3055\u3093":35,"\u4e0b\u8a18":65,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":85,"\u4e0d\u6b63\u306a\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u3068\u304d\u306bdump\u3059\u308b\u3068\u843d\u3061\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u4e0d\u6b63\u306a\u5165\u529b\u5024\u306b\u5bfe\u3057\u3066\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u4e0d\u6b63\u306a\u540d\u524d\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d\u3082\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":34,"\u4e0d\u6b63\u306a\u95a2\u6570\u547c\u3073\u51fa\u3057\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":34,"\u4e0e\u3048":220,"\u4e16\u754c\u6e2c\u5730\u7cfb":207,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[159,160],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":11,"\u4e3b\u306b\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u4f7f\u3046\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":99,"\u4e3b\u306b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u58ca\u308c\u305f\u5834\u5408\u306a\u3069\u7570\u5e38\u6642\u306e\u554f\u984c\u89e3\u6c7a\u306e\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":85,"\u4e3b\u30ad\u30fc\u304c\u6570\u5024\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3067\u306e\u6bd4\u8f03\u6f14\u7b97\u306b\u5bfe\u5fdc":35,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":207,"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":74,"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":74,"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":135,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":74,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":169,"\u4e8c":189,"\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u540c\u6642\u306b\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":78,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u4eac\u90fd":[205,218,220],"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":107,"\u4ed5\u69d8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":78,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":90,"\u4ee5\u4e0a\u3067\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u306f\u7d42\u4e86\u3067\u3059":12,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":148,"\u4ee5\u4e0b":148,"\u4ee5\u4e0b\u3067":220,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":11,"\u4ee5\u4e0b\u306bgroonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3092\u884c\u3046\u305f\u3081\u306b\u4e8b\u524d\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":11,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30af\u30a8\u30ea\u306e\u5834\u5408\u306f":218,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":99,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u524d\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":218,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u524d\u306b\u3059\u3067\u306b\u95be\u5024\u304c\u8d8a\u3048\u3066\u3044\u308b\u5834\u5408":220,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":220,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bdocument_version\u3084document_version_full\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bgroonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u5148\u304b\u3089\u306e\u76f8\u5bfe\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30ed\u30fc\u30ab\u30eb\u306bweb\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306f\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u4e88\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":147,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":[12,14],"\u4ee5\u4e0b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":61,"\u4ee5\u4e0b\u306e\u57fa\u6e96\u3092\u76ee\u5b89\u3068\u3057\u3066\u5909\u66f4\u70b9\u3092\u8ffd\u8a18\u3057\u3066\u3044\u304d\u307e\u3059":12,"\u4ee5\u964d\u306e\u8aac\u660e\u3067\u306f":12,"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":147,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":147,"\u4ee5\u964d\u3092\u7121\u8996":35,"\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u51fa\u529b\u5148\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":148,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":147,"\u4efb\u610f\u306edb\u540d":148,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5165\u529b\u5024\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":37,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5c0f\u6570\u8868\u8a18\u304b\u3089\u30df\u30ea\u79d2\u3078\u306e\u5909\u63db\u8aa4\u5dee\u304c\u5927\u304d\u3044\u554f\u984c\u3092\u4fee\u6b63":37,"\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":88,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":148,"\u4f5c\u6210\u3057\u305f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8\u3078\u3068\u6d41\u3057\u307e\u3059":12,"\u4f5c\u6210\u3059\u308b\u30ab\u30e9\u30e0\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":88,"\u4f5c\u6210\u3059\u308bdb\u306e\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u6642\u306b\u6307\u5b9a\u3057\u307e\u3059":52,"\u4f5c\u6210\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u4f5c\u6210\u3059\u308bproc\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u4f5c\u6210\u3059\u308btable\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u4f5c\u6210\u3059\u308btable\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u4f5c\u6210\u3059\u308btype\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":147,"\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4f8b\u306f\u4ee5\u4e0b\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":88,"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":78,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093":88,"\u4f7f\u7528\u3092\u7d42\u4e86\u3057\u307e\u3059":51,"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":85,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":85,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":78,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c":78,"\u4f8b":[12,22,34,61],"\u4f8b\u3048\u3070":[61,147,148,218,220],"\u4fee\u6b63":33,"\u500b\u3005\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":78,"\u500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":220,"\u500b\u4eba\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u306f\u306a\u304f":12,"\u500b\u5225\u306b\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u3067\u554f\u984c\u304c\u767a\u751f\u3057\u3066\u3044\u308b\u7b87\u6240\u3092\u5207\u308a\u5206\u3051\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u5024":147,"\u50241":147,"\u50242":147,"\u5024\u304c\u56fa\u5b9a\u9577\u3067\u3042\u308b\u30ab\u30e9\u30e0\u306e\u307f\u304cobj\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":61,"\u5024\u304c\u5b58\u5728\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":147,"\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":88,"\u5024\u306e\u7bc4\u56f2\u306f1":74,"\u5024\u306e\u914d\u5217\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":61,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u7bc4\u56f2\u306e\u958b\u59cb\u4f4d\u7f6e\u3068\u306a\u308b\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[59,61],"\u5065\u4f5c":225,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":11,"\u5165\u529b":86,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":148,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":148,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":74,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":96,"\u5168\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":65,"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":220,"\u5168\u6587\u691c\u7d22\u6642\u306b\u524a\u9664\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u8fd4\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u4ee5\u4e0b\u306eurl\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059":12,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u5185\u8a33\u306f":220,"\u5185\u90e8\u5229\u7528\u306e\u305f\u3081\u306e\u30e1\u30f3\u30d0\u3067\u3059":64,"\u5185\u90e8\u7684\u306a\u5909\u66f4":12,"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":159,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":159,"\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":159,"\u5186\u5468\u4e0a\u306e\u70b9\u306e\u4e00\u3064\u306e\u5ea7\u6a19\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":159,"\u518d\u73fe\u624b\u9806\u3092ml\u304bredmine\u306b\u5831\u544a\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u518d\u73fe\u7387\u3088\u308a\u3082\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":220,"\u51e6\u7406\u306e\u5b9f\u884c\u72b6\u6cc1\u3092\u8abf\u3079\u305f\u308a":56,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":74,"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":148,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":106,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":148,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":148,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":99,"\u5206\u5272":218,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":14,"\u521d\u671f\u5024\u306f10\u3067\u3059":146,"\u521d\u671f\u5316\u3055\u308c\u305f":51,"\u521d\u671f\u5316\u3059\u308b":51,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u521d\u671f\u5316\u6e08\u307f\u306e":52,"\u521d\u671f\u5316\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5225\u306e\u5f62\u5f0f\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066db_api\u3092\u4f7f\u3063\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u304b\u306f\u30b3\u30de\u30f3\u30c9\u6bce\u306b\u81ea\u7531\u306b\u6c7a\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u5229\u7528\u3067\u304d\u308b\u30d0\u30a4\u30b0\u30e9\u30e0\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u4e00\u89a7\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":220,"\u5229\u7528\u8005\u306f\u56f0\u3063\u305f\u307e\u307e\u3068\u306a\u308b\u306e\u3067":10,"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":74,"\u524a\u9664\u3057\u305f\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u304b\u3089id\u9806\u306b\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c":35,"\u524a\u9664\u3092\u7e70\u308a\u8fd4\u3059\u3068\u30c7\u30fc\u30bf\u304c\u58ca\u308c":35,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":90,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":90,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u304b\u3089\u306e\u5909\u66f4\u5c65\u6b74\u3092\u53c2\u7167\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u6642\u304b\u3089\u306e\u5909\u66f4\u70b9\u3092":12,"\u524d\u63d0\u6761\u4ef6":3,"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c3\u30c1\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":34,"\u524d\u8ff0\u306e\u4f8b\u3092\u4f7f\u3063\u3066\u5177\u4f53\u4f8b\u3092\u793a\u3057\u307e\u3059":220,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u52c9\u5f37":205,"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":78,"\u52d5\u4f5c\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057":12,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":99,"\u534a\u5f84":159,"\u534a\u5f84\u304b\u3089\u306e\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u305f\u3081\u306b\u5730\u5f62\u3092\u3069\u306e\u3088\u3046\u306b\u8fd1\u4f3c\u3059\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":159,"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3089":65,"\u5358\u4e00\u306e\u5024\u304c\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":88,"\u5358\u4f4d":[67,159],"\u5358\u72ec\u306e\u5024":48,"\u5358\u7d14\u306a\u8a08\u7b97\u5f0f\u3067\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u305f\u3081\u9ad8\u901f\u3067\u3059\u304c":159,"\u539f\u56e0":[22,219],"\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"\u53c2\u8003\u307e\u3067\u306b\u904e\u53bb\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3078\u306e\u30ea\u30f3\u30af\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059":12,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":148,"\u53cc\u65b9\u306b\u3068\u3063\u3066\u5b09\u3057\u304f\u306a\u3044\u72b6\u614b\u306b\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3059":10,"\u53d6\u5f97\u3057\u305f\u3044\u30ab\u30e9\u30e0\u540d\u306eprefix\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u53d6\u5f97\u3067\u304d\u305f\u4ef6\u6570\u304c\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3055\u308c\u307e\u3059":61,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u306e\u89e3\u6d88\u3092\u884c\u3044\u307e\u3059":61,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u89e3\u653e\u3057\u307e\u3059":61,"\u53f3\u4e0a":34,"\u53f3\u4e0b":34,"\u53f3\u8fba\u304c\u5f0f\u306e\u6f14\u7b97\u4ee3\u5165\u6f14\u7b97\u5b50\u3092\u30b5\u30dd\u30fc\u30c8":35,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":148,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":148,"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":11,"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":148,"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":85,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":130,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":74,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":148,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":85,"\u5408\u308f\u305b\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":12,"\u540c\u3058\u3067\u3059":148,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":78,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u3082\u4e00\u7dd2\u306b\u6307\u5b9a\u3059\u308b\u30af\u30a8\u30ea\u306b\u3088\u3063\u3066\u306f\u5168\u6587\u691c\u7d22\u306e\u7d50\u679c\u304c\u7570\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":220,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[22,219],"\u540c\u4e00\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308b\u306a\u3089":78,"\u540c\u4e00\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b9a\u7fa9\u6e08\u307f\u306e\u30e6\u30fc\u30b6\u5b9a\u7fa9\u578b":88,"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":148,"\u540c\u6642\u306b":9,"\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":65,"\u540c\u6642\u306b\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d":37,"\u540d\u524d\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[48,61],"\u540d\u524d\u4ed8\u304d\u306eobject\u3067\u3042\u308a":61,"\u5426\u5b9a":11,"\u542b\u3081\u306a\u3044\u3082\u306e":12,"\u542b\u3081\u308b\u3082\u306e":12,"\u547c\u51fa\u5074\u3067\u306ftype\u306b\u5fdc\u3058\u3066\u5341\u5206\u306a\u30b5\u30a4\u30ba\u306e\u30d0\u30c3\u30d5\u30a1\u3092\u78ba\u4fdd\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":59,"\u547c\u51fa\u5074\u3067\u6e96\u5099":59,"\u547c\u51fa\u5074\u3067\u6e96\u5099\u3059\u308b":[48,61,64],"\u554f\u984c\u3042\u308a":37,"\u554f\u984c\u306fgroonga":148,"\u554f\u984c\u3092\u4fee\u6b63":35,"\u56de\u907f\u65b9\u6cd5\u7b49\u306e\u6848\u5185\u3092\u8f09\u305b\u308b\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":12,"\u56f0\u3063\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u8907\u6570\u56de\u30c4\u30a4\u30fc\u30c8\u3057\u3066\u9650\u3089\u308c\u305f\u306a\u304b\u3067\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u3066\u304f\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":10,"\u56fa\u5b9a\u9577\u30ab\u30e9\u30e0\u306b\u30ab\u30e9\u30e0\u9577\u3088\u308a\u77ed\u3044\u30c7\u30fc\u30bf\u3092\u8a2d\u5b9a\u3059\u308b\u3068\u30b4\u30df\u304c\u6b8b\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u578b":67,"\u578b\u306e\u30ab\u30e9\u30e0\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":48,"\u578b\u306e\u30ab\u30e9\u30e0\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":58,"\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059":64,"\u57fa\u672c\u7684\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u5185\u5bb9\u3092\u305d\u306e\u307e\u307e\u8a18\u8f09\u3057\u307e\u3059":12,"\u5909\u6570\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":62,"\u5909\u6570\u540d\u306e\u5909\u66f4\u3084\u3089\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":12,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":74,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u5909\u66f4\u5f8c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u5909\u66f4\u5f8c\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5909\u66f4\u5f8c\u306ekey\u306e\u9577\u3055":64,"\u5909\u66f4\u5f8c\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u5909\u66f4\u5f8c\u306eobj\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":3,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":146,"\u5b58\u5728\u3057\u306a\u3044\u30a2\u30c9\u30ec\u30b9\u3078\u30a2\u30af\u30bb\u30b9\u3057":64,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":99,"\u5b58\u5728\u3057\u306a\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u6539\u5584":34,"\u5b58\u5728\u3057\u306a\u3044\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53c2\u7167\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u5b58\u5728\u3057\u306a\u3051\u308c\u3070":64,"\u5b58\u5728\u3059\u308c\u3070\u6307\u5b9a\u3055\u308c\u305fid\u3092":64,"\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ad\u30fc\u3092\u691c\u7d22\u3057":64,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":220,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":218,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":218,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306b\u9650\u308a":218,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":218,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":218,"\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":88,"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":147,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":74,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u5b9a\u7fa9\u6e08\u307f\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":88,"\u5b9a\u7fa9\u6e08\u307f\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":48,"\u5b9f\u4f53\u3092\u78ba\u4fdd\u3057\u307e\u3059":51,"\u5b9f\u51e6\u7406\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u3067\u306e\u30af\u30a8\u30ea\u30d1\u30bf\u30f3\u306b\u8fd1\u3044\u30af\u30a8\u30ea\u3092\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":146,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":146,"\u5b9f\u884c\u3059\u308b\u30b3\u30de\u30f3\u30c9\u3068\u305d\u306e\u5f15\u6570\u3092\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":147,"\u5b9f\u884c\u3059\u308b\u6f14\u7b97\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u5b9f\u884c\u3067\u304d\u307e\u3059":12,"\u5b9f\u884c\u306b\u306f\u76f8\u5fdc\u306e\u30b3\u30b9\u30c8\u304c\u304b\u304b\u308b\u306e\u3067\u3042\u307e\u308a\u983b\u7e41\u306b\u547c\u3070\u306a\u3044\u3088\u3046\u306b\u3057\u3066\u4e0b\u3055\u3044":64,"\u5b9f\u884c\u306e\u4e2d\u65ad\u3092\u6307\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":56,"\u5b9f\u884c\u4f8b":[14,78],"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":11,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":148,"\u5b9f\u884c\u9806\u4f4d\u3092\u6307\u5b9a\u3057\u307e\u3059":56,"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":220,"\u5b9f\u9a13\u7684":33,"\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3057\u307e\u3059":61,"\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306e\u691c\u7d22\u306b\u6210\u529f\u3057":64,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":[61,64],"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306fkey\u9577\u3092\u8fd4\u3057\u307e\u3059":64,"\u5bfe\u5fdc\u3059\u308bid\u3092\u8fd4\u3057\u307e\u3059":64,"\u5bfe\u7b56\u65b9\u6cd51":[22,219],"\u5bfe\u7b56\u65b9\u6cd52":[22,219],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[86,97],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[86,97],"\u5bfe\u8c61\u306ecolumn\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":146,"\u5bfe\u8c61\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306ekey\u30b5\u30a4\u30ba\u3068\u540c\u3058\u304b\u8d85\u3048\u308b\u5e45\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":65,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":[48,61,64],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u306e\u9577\u3055":64,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u5bfe\u8c61column\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"\u5bfe\u8c61ctx\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5bfe\u8c61cursor\u3092\u6307\u5b9a\u3057\u307e\u3059":[58,65],"\u5bfe\u8c61id\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u5bfe\u8c61obj\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u5bfe\u8c61object\u3092\u6307\u5b9a\u3057\u307e\u3059":[48,52,56,59,61,62,68],"\u5bfe\u8c61table1\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u5bfe\u8c61table2\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u5bfe\u8c61table\u3092\u6307\u5b9a\u3057\u307e\u3059":[48,61,64,65],"\u5c0f\u6570\u5f62\u5f0f\u306etime\u30ea\u30c6\u30e9\u30eb\u3092\u30ed\u30fc\u30c9\u3059\u308b\u3068\u30df\u30ea\u79d2\u60c5\u5831\u304c\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u5de6\u4e0a":34,"\u5de6\u4e0b":34,"\u5dee\u5206\u3092":148,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":207,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u7d4c\u5ea6":207,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":159,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":160,"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u305b\u3093":78,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":148,"\u5f15\u6570\u3068\u3057\u3066":11,"\u5f15\u6570\u306f\u4ee5\u4e0b\u306e2\u7a2e\u985e\u306e\u65b9\u6cd5\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":147,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":11,"\u5f15\u6570\u540d":147,"\u5f15\u6570\u540d1":147,"\u5f15\u6570\u540d2":147,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":147,"\u5f37":205,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u30af\u30ea\u30a2\u3057\u307e\u3059":61,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308bclearlock\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u5f53\u8a72\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306bdefault":78,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":61,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30c3\u30af\u3057\u307e\u3059":61,"\u5f62\u5f0f1":147,"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":147,"\u5f62\u5f0f2":147,"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":147,"\u5f8c\u8ff0\u306e\u3059\u3079\u3066\u306e\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306fdb_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u5f8c\u8ff0\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3054\u3068\u306egrntest\u306b\u3088\u308b\u52d5\u4f5c\u78ba\u8a8d\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"\u5f93\u3063\u3066":130,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":11,"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":11,"\u5fa9\u53f7\u3057\u305f\u9375":12,"\u5fa9\u53f7\u3057\u305f\u9375\u30d5\u30a1\u30a4\u30eb":12,"\u5fc5\u8981\u306a\u6642\u4ee5\u5916\u306bmecab\u306e\u8f9e\u66f8\u30c1\u30a7\u30c3\u30af\u3092\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u5fc5\u8981\u306a\u90e8\u5206\u3092groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u554f\u3044\u5408\u308f\u305b\u308b\u305f\u3081\u306e\u30af\u30a8\u30ea\u306e\u8868\u73fe\u3068\u5b9f\u884c\u306b\u95a2\u3057\u3066":11,"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":34,"\u6027\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":88,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":135,"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":135,"\u611f\u8b1d":33,"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[86,90,96,105,106,107],"\u623b\u308a\u5024\u3067\u3042\u308b":58,"\u623b\u308a\u5024\u3067\u3042\u308bgrn_index_cursor\u306f":58,"\u624b\u7d9a\u304d":62,"\u624b\u7d9a\u304d\u3092\u6307\u5b9a\u3057\u307e\u3059":56,"\u62c5\u5f53\u8005":12,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":148,"\u62e1\u5f35\u5b50\u306f":148,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":148,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u304c\u8fd4\u3055\u308c\u307e\u3059":78,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u6a19\u6e96\u30a8\u30e9\u30fc\u51fa\u529b\u306b\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057":78,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cdevelop\u3042\u308b\u3044\u306fdeprecated\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f":78,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cstable\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u306a\u3093\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3082\u8868\u793a\u3055\u308c\u305a\u305d\u306e\u307e\u307e\u8d77\u52d5\u3057\u307e\u3059":78,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":78,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":148,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":85,"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":156,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":156,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":35,"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":34,"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":11,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":148,"\u6307\u5b9a\u3059\u308b":52,"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":159,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":148,"\u63a5\u7d9a\u3059\u308bgroonga":148,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":148,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":148,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":146,"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":148,"\u63a5\u7d9a\u5148\u30b5\u30fc\u30d0\u304c\u4f7f\u7528\u4e2d\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":148,"\u63d0\u6848\u3092\u884c\u3046":35,"\u6539\u826f":33,"\u6539\u884c\u6587\u5b57\u306f":147,"\u6570\u5024":218,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":34,"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":159,"\u6570\u5b57":148,"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":220,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":220,"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":147,"\u65b0\u3057\u3044\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":61,"\u65b0\u3057\u3044\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[48,61],"\u65b0\u3057\u3044key\u3068\u305d\u306ebyte\u9577\u3092dest_key\u3068dest_key_size\u306b\u6307\u5b9a\u3057\u307e\u3059":64,"\u65b0\u3057\u3044value\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u65b0\u3057\u304f\u958b\u767a\u306b\u52a0\u308f\u308b\u4eba\u3068\u3082\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":10,"\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b":107,"\u65b0\u305f\u306adb\u3092\u4f5c\u6210\u3057\u307e\u3059":52,"\u65b0\u305f\u306brecord\u304c\u8ffd\u52a0\u3055\u308c\u305f\u6642\u306b\u306f1\u304c":64,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u3084\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u7f72\u540d\u3059\u308b\u9375\u306b\u5909\u66f4\u304c\u3042\u3063\u305f\u5834\u5408\u306a\u3069\u306b\u884c\u3044\u307e\u3059":12,"\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":159,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":148,"\u65e2\u5b58\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":107,"\u65e2\u5b58\u306edb\u3092\u958b\u304d\u307e\u3059":52,"\u65e2\u5b58\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":64,"\u65e2\u5b58record\u3060\u3063\u305f\u6642\u306b\u306f0\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":64,"\u65e5":205,"\u65e5\u3005":10,"\u65e5\u672c":[167,189,199,205],"\u65e5\u672c\u4eba":199,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[159,160],"\u65e5\u672c\u8a9e":199,"\u65e5\u672c\u8a9e\u306e\u52c9\u5f37":205,"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":12,"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":207,"\u6642\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":35,"\u6642\u9593\u306e\u89e3\u50cf\u5ea6\u3092\u30ca\u30ce\u79d2\u306b\u5909\u66f4":35,"\u66f4\u65b0\u3055\u308c\u308b\u305f\u3073\u306b1\u305a\u3064\u5927\u304d\u304f\u306a\u308a\u307e\u3059":78,"\u66f4\u65b0\u524d\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"\u66f4\u65b0\u5f8c\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"\u6700\u521d\u306b\u58f0\u3092\u304b\u3051\u308b\u3068\u304d\u306b\u89e3\u6c7a\u7b56\u30921\u3064\u304b2\u3064\u63d0\u6848\u3067\u304d\u308b\u3068\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308b":34,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u6700\u5f8c\u306b":220,"\u6700\u5f8c\u306bgrntest\u306b\u3088\u308b\u5b9f\u884c\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u307e\u3068\u3081\u3066\u8868\u793a\u3055\u308c\u307e\u3059":12,"\u6700\u5f8c\u306e":148,"\u6700\u7d42\u66f4\u65b0\u6642\u523b\u306f\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u6709\u52b9\u304b\u3069\u3046\u304b\u306e\u5224\u65ad\u306a\u3069\u306b\u5229\u7528\u3055\u308c\u307e\u3059":52,"\u672c":205,"\u672c\u8a9e":205,"\u6761\u4ef6\u306e\u9806\u5e8f\u3092\u5909\u3048\u308b\u3068\u691c\u7d22\u7d50\u679c\u304c\u5909\u308f\u308b\u3068\u3044\u3046\u72b6\u6cc1\u304c\u767a\u751f\u3057\u307e\u3059":220,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":11,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":11,"\u6771\u4eac":[205,218,220],"\u6771\u4eac\u90fd":[205,218,220],"\u6771\u4eac\u90fd\u6c11":[218,220],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":220,"\u683c\u7d0d\u3057\u305f\u30ab\u30e9\u30e0id\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":64,"\u683c\u7d0d\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u68ee\u7530":225,"\u691c\u7d22":[22,35,39,130,143,216],"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":11,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d":51,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":22,"\u691c\u7d22\u306e\u6319\u52d5":22,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":218,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":220,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":60,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":60,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":218,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u305f\u7d50\u679c\u5f97\u3089\u308c\u308b\u8a9e\u5f59\u306e\u914d\u5217\u3068\u540c\u4e00\u306e\u914d\u5217\u3092\u542b\u3080\u6587\u66f8\u3092\u691c\u7d22\u3059\u308b\u51e6\u7406\u3092\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3068\u547c\u3093\u3067\u3044\u307e\u3059":218,"\u691c\u7d22\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":96,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u304f\u308b\u3053\u3068\u3092\u6291\u3048\u3064\u3064\u518d\u73fe\u7387\u3092\u4e0a\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":220,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u73fe\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":220,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u591a\u304f\u306a\u3063\u305f\u5834\u5408\u306f\u6307\u5b9a\u3059\u308b\u5024\u3092\u4f4e\u304f\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":220,"\u691c\u7d22\u4f8b1":3,"\u691c\u7d22\u4f8b2":3,"\u691c\u7d22\u4f8b3":3,"\u691c\u7d22\u4f8b4":3,"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":130,"\u691c\u7d22\u51e6\u7406\u306e\u5b9f\u884c\u4e2d\u306b\u9069\u6642\u547c\u3073\u51fa\u3055\u308c":56,"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":74,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u5bfe\u8c61\u306e":220,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u691c\u7d22\u5bfe\u8c61\u306eobject\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u691c\u7d22\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306b\u52a0\u3048\u307e\u3059":11,"\u691c\u7d22\u5bfe\u8c61\u6587\u66f8\u306f\u8907\u6570\u306e\u8a9e\u5f59\u306b\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":218,"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u9069\u7528\u3059\u308bgrn_expr\u3092script\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059":130,"\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":207,"\u691c\u7d22\u6761\u4ef6\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3057\u305f\u65b0\u305f\u306a\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":[96,147],"\u691c\u7d22\u7d50\u679c\u3068\u3057\u3066\u751f\u6210\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":74,"\u691c\u7d22\u7d50\u679c\u306b\u3088\u3063\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":218,"\u691c\u7d22\u7d50\u679c\u306e\u30bd\u30fc\u30c8\u9806\u5e8f\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":130,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u304c\u7a7a\u3067\u306a\u3044\u5834\u5408\u306b\u3060\u3051\u610f\u5473\u3092\u6301\u3061\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u30b9\u30b3\u30a2\u5024\u306e\u66f4\u65b0\u306e\u307f\u3092\u884c\u3044\u307e\u3059":11,"\u691c\u7d22id\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u691c\u7d22key\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u691c\u7d22key\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":159,"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":159,"\u697d\u3057":[218,220],"\u697d\u3057\u3044billiard":[218,220],"\u69cb\u9020\u4f53\u306b\u95a2\u3057\u3066\u306f":51,"\u69cb\u9020\u4f53\u306e\u914d\u5217":62,"\u69cb\u9020\u4f53\u306f\u89e3\u653e\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":58,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":3,"\u6a19\u6e96":86,"\u6a19\u6e96\u5165\u529b":[85,88,90,96,97,99,105,106,107,122,135],"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":147,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e00\u884c\u305a\u3064eof\u306b\u9054\u3059\u308b\u307e\u3067\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u8aad\u307f\u53d6\u308a":147,"\u6b21\u306b":11,"\u6b21\u306bgroonga\u306etest":12,"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":78,"\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u958b\u767a\u304c\u59cb\u307e\u308a\u307e\u3059":12,"\u6b63\u5e38\u306b\u30d3\u30eb\u30c9\u304c\u7d42\u4e86\u3059\u308b\u3068":12,"\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068dist":12,"\u6b8b\u308a\u306e\u4e00\u3064\u306f":78,"\u6bb5\u843d\u60c5\u5831":48,"\u6bb5\u843d\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":88,"\u6c11":218,"\u6c17\u8efd\u306b\u3067\u304d\u306a\u3044\u3053\u3068\u3092\u76f8\u624b\u306b\u8981\u6c42\u3059\u308b\u3068\u840e\u7e2e\u3055\u308c\u3066\u3057\u307e\u3046\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,"\u6c38\u7d9a\u7684\u306a":61,"\u6ce8\u610f":64,"\u6df1\u523b":220,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":11,"\u6e2c\u5730\u7cfb":207,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":207,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":11,"\u6f22\u5b57":167,"\u7121\u540dobject\u306a\u30890\u3092\u8fd4\u3057\u307e\u3059":61,"\u7279\u306b\u4f55\u3082\u6307\u5b9a\u3057\u306a\u3044\u3068\u751f\u6210\u3057\u305fhtml\u306b\u57cb\u3081\u8fbc\u307e\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u304c":12,"\u7279\u5b9a\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u6e96\u5099\u3057\u305f\u5185\u90e8api\u3067\u3059":57,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":14,"\u7279\u5b9a\u306e\u30ea\u30ea\u30fc\u30b9":12,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":148,"\u7279\u6b8a\u547d\u4ee4\u306f\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4efb\u610f\u306e\u5834\u6240\u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":148,"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":85,"\u73fe\u5728":107,"\u73fe\u5728\u306f":[146,148],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":148,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgroonga":148,"\u73fe\u5728\u5b9f\u884c\u4e2d\u306e":62,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":165,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":165,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":78,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":159,"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u751f\u6210\u3055\u308c\u3066\u3044\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u554f\u984c\u306e\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3067\u304d\u305f\u3089":12,"\u751f\u6210\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3078\u306e\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":85,"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":12,"\u7591\u4f3c\u30ab\u30e9\u30e0":74,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":169,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":160,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":160,"\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":160,"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":12,"\u79d2":61,"\u7a7a\u306e\u30d9\u30af\u30bf\u3092load\u3059\u308b\u3068segv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":34,"\u7a7a\u306e\u5834\u5408":[86,97],"\u7a7a\u767d":147,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":220,"\u7a7a\u767d\u3084":147,"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":85,"\u7bc4\u56f2\u5185\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u6709\u52b9\u3067\u3042\u308b\u3068\u306f\u9650\u308a\u307e\u305b\u3093":61,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":220,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":220,"\u7d22\u5f15\u304c\u4e0d\u6b63\u306b\u5927\u304d\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":34,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":34,"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"\u7d42\u4e86\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnul\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3059\u308b":52,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnull\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[85,86,88,90,96,97,99,105,106,107,122,135],"\u7d44\u8fbc\u95a2\u6570\u306f":[156,159,160,165,169],"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":207,"\u7d4c\u5ea6\u3068\u7def\u5ea6\u3092\u30df\u30ea\u79d2\u5358\u4f4d\u3067\u8868\u73fe\u3057\u305f\u6574\u6570\u306e\u7d44\u306b\u3088\u308a\u8868\u73fe\u3057\u307e\u3059":207,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":207,"\u7d4c\u904e\u3057\u3066\u3082lock\u3092\u53d6\u5f97\u3067\u304d\u306a\u3044\u5834\u5408\u306f":61,"\u7d50\u679c\u304c\u7570\u5e38\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":148,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b":64,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308btable\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u7d9a\u3044\u3066":220,"\u7de8\u96c6\u3057\u305f\u5185\u5bb9\u3092push\u3059\u308b\u524d\u306b\u78ba\u8a8d\u3057\u305f\u3044\u5834\u5408\u306b\u306fjekyll\u304a\u3088\u3073redcloth":12,"\u7de8\u96c6\u8ddd\u96e2":34,"\u7def\u5ea6\u306f":207,"\u7e70\u308a\u8fd4\u3057\u6570":148,"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":148,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":148,"\u7ffb\u8a33\u307e\u3067\u5b8c\u4e86\u3057\u3066\u3044\u308b\u72b6\u614b\u3067":12,"\u7ffb\u8a33\u6e08\u307fpo\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u7ffb\u8a33\u7d50\u679c\u3092html\u3067\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b":12,"\u811a\u6ce8":[90,159,160],"\u81ea\u5206\u304c\u30c4\u30a4\u30fc\u30c8\u3057\u305f\u5185\u5bb9\u3092\u628a\u63e1\u3057\u3066\u3044\u306a\u3044\u8fd4\u4fe1\u3092\u3055\u308c\u305f\u3089\u666e\u901a\u3044\u3044\u6c17\u306f\u3057\u307e\u305b\u3093":10,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":148,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":148,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":148,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":74,"\u826f\u3044\u306e\u304b":10,"\u826f\u3044\u4f8b":10,"\u82b1\u5b50":225,"\u884c":14,"\u884c\u3059\u308b":12,"\u8907\u6570\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u3058\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092\u540c\u6642\u306b\u5b9f\u884c\u3057\u307e\u3059":148,"\u8907\u6570\u306e\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":88,"\u8907\u6570\u306e\u6761\u4ef6\u3092\u518d\u5e30\u7684\u306b\u7d44\u307f\u5408\u308f\u305b\u3066\u3088\u308a\u8907\u96d1\u306a\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u8907\u6570\u4eba\u306b\u3088\u308b\u30b5\u30dd\u30fc\u30c8\u3092groonga\u3067\u884c\u3046\u5834\u5408\u306b":10,"\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f0\u3092\u8fd4\u3057\u307e\u3059":64,"\u89e3\u653e\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":12,"\u8a18\u53f7":[147,220],"\u8a18\u53f7\u3067\u30c8\u30fc\u30af\u30f3\u3092\u533a\u5207\u308btokenbigramsplitsymbol\u3092\u4f7f\u7528":35,"\u8a18\u53f7\u3068\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":220,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":220,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":218,"\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u8a2d\u5b9a\u3059\u308b\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u5024\u3092\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3057\u307e\u3059":[105,106],"\u8a2d\u5b9a\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":147,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":34,"\u8a2d\u5b9a\u5024\u3092\u8868\u793a\u3059\u308b":34,"\u8a72\u5f53\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u4e00\u5f0f\u3092\u524a\u9664\u3057\u307e\u3059":61,"\u8a72\u5f53\u3059\u308b\u7bc4\u56f2\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":65,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":148,"\u8a73\u7d30\u306f":[14,220],"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u8a9e":[85,205],"\u8a9e\u306e":205,"\u8aa4\u3063\u305f\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0\u3067\u30ea\u30ea\u30fc\u30b9\u3057\u3066\u3057\u307e\u3046\u5371\u967a\u304c\u3042\u308a\u307e\u3059":12,"\u8aa4\u5dee\u306f\u5c0f\u3055\u3044\u3067\u3059":159,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":159,"\u8ad6\u7406\u548c":11,"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":11,"\u8ad6\u7406\u7a4d":11,"\u8b66\u544a\u3092\u9664\u53bb":35,"\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":78,"\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3068":35,"\u8ddd\u96e2\u306e\u8a08\u7b97\u306b\u306f\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u3092\u7528\u3044\u307e\u3059":159,"\u8ee2\u7f6e\u7d22\u5f15\u306b\u51fa\u73fe\u4f4d\u7f6e\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":48,"\u8ee2\u7f6e\u7d22\u5f15\u306bsection":48,"\u8ee2\u7f6e\u7d22\u5f15\u306bweight\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":48,"\u8f9e\u66f8\u691c\u7d22\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":35,"\u8fd4\u5024\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5b89\u5b9a\u3057\u3066\u3044\u308b\u3068\u3044\u3046\u3053\u3068\u306f\u4fdd\u8a3c\u3055\u308c\u307e\u305b\u3093":85,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":169,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_limit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_offset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_output_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_sortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306ematch_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoutput_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u8ffd\u52a0\u306e\u5c5e":88,"\u9014\u4e2d\u3067\u5931\u6557\u3059\u308b\u3053\u3068\u3082\u3042\u308b\u306e\u3067\u9806\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":12,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":147,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":147,"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":12,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[3,4],"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":74,"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":220,"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":220,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":220,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u3092\u304a\u3055\u3089\u3044\u3057":10,"\u9069\u5408\u7387\u304c\u4e0b\u304c\u308a\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u542b\u307e\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":220,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":218,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":218,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":220,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":220,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":218,"\u90fd":[205,218,220],"\u90fd\u6c11":[218,220],"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3057\u307e\u3059":52,"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3059\u308b":52,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":85,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":85,"\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u9375\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u3060\u3051\u3067\u306f\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u305f\u3081":12,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":97,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":86,"\u958b\u3044\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u304c\u591a\u3059\u304e\u3066accept\u3067\u304d\u306a\u3044\u72b6\u614b\u306e\u8ca0\u8377\u3092\u4f4e\u6e1b":35,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[86,97],"\u958b\u3053\u3046\u3068\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306b\u3053\u3046\u3059\u308b\u3068\u3044\u3044":10,"\u9593\u9055\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":37,"\u95a2\u4fc2\u5f0f":3,"\u95a2\u4fc2\u5f0f\u306f":11,"\u95a2\u6570":14,"\u95a2\u6570\u304a\u3088\u3073\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5909\u6570":62,"\u95a2\u6570\u304c\u5f15\u6570\u3092":34,"\u95a2\u6570\u306e\u8ffd\u52a0":34,"\u95a2\u6570\u306f":[11,156,159,160,169],"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":165,"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":11,"\u95be\u5024\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":218,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":220,"\u95be\u5024\u3092\u3042\u3052\u308b":[22,219],"\u95be\u5024\u3092\u8d8a\u3048\u308b":220,"\u9759\u7684\u89e3\u6790":3,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":218,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":218,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[218,220],"\u975e\u4e92\u63db":37,"\u975e\u4e92\u63db\u306a\u5909\u66f4\u304c\u542b\u307e\u308c\u308b\u306e\u3067\u3042\u308c\u3070":12,"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":147,"\u99c4\u76ee\u306a\u4f8b":10,"\u9ad8\u6a5f\u80fd\u3067\u8907\u96d1\u306a\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u307e\u3067\u3044\u304f\u3064\u304b\u306e\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059":11,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":9,"\uff4d\uff59\uff53\uff51\uff4c":[161,162],"_20160320":113,"__uint32_t":33,"_avg":[111,130],"_dataset":[151,153],"_id":[33,41,44,48,61,74,76,79,87,91,98,99,111,113,130,133,137,142,155,164,167,182,183,184,186,193,199,200,202,204,220,224,225,226,228,230,231,232,233],"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":74,"_kei":[33,39,40,41,44,48,61,74,76,79,87,89,91,98,99,101,110,111,117,125,129,130,133,136,137,138,142,149,152,155,158,163,164,167,172,180,182,183,186,189,194,199,200,202,204,206,211,223,224,225,226,228,229,230,231,232,233],"_key\u30ab\u30e9\u30e0\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":34,"_max":[111,130],"_min":[111,130],"_name":134,"_nsubrec":[41,48,74,111,130,224,225,229],"_post":12,"_score":[33,37,39,40,48,74,76,130,133,152,158,168,183,194,195,196,199,200,202,220,225,226,228,229,233],"_set_valu":38,"_sum":[111,130],"_valu":[40,41,48,74,111,130],"_yyyymmdd":[108,110,111,113],"a\u3092\u6307\u5b9a\u3057\u3066tabl":64,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":147,"akio\u3055\u3093":35,"akio\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":35,"akio\u3055\u3093\u304c\u5831\u544a":35,"akio\u3055\u3093\u304c\u63d0\u6848":35,"am\u30d5\u30a1\u30a4\u30eb\u3078\u3068\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059":12,"apt\u306e\u5834\u5408":12,"apt\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"aramaki\u3055\u3093":35,"aramaki\u3055\u3093\u304c\u5831\u544a":35,"architectures\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":12,"arg\u306e\u307f\u304c\u6570\u5024\u3067\u4e0e\u3048\u3089\u308c\u305f\u5834\u5408\u306f\u30b9\u30b3\u30a2\u5024\u306e\u4fc2\u6570\u3068\u307f\u306a\u3055\u308c\u307e\u3059":11,"b\u306f\u5fc5\u305aa\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":64,"b\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408":64,"base_version\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067\u30b3\u30df\u30c3\u30c8\u3057\u3066\u304a\u304d\u307e\u3059":12,"base_version\u306ftar":12,"benchmark\u304bgroonga\u306b\u3042\u308a\u307e\u3059":148,"benchmark\u304c\u5229\u7528\u3059\u308bgroonga":148,"benchmark\u304c\u52d5\u4f5c\u3057":148,"benchmark\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":148,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":148,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":148,"benchmark\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":148,"benchmark\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":148,"benchmark\u306e\u52d5\u4f5c\u65b9\u6cd5":148,"benchmark\u306f":148,"benchmark\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":148,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":148,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":148,"benchmark\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":148,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057":148,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":148,"benchmark\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":148,"benchmark\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":148,"benchmark\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e11\u7a2e\u985e\u3067\u3059":148,"benchmark\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":148,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":148,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":148,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":148,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":148,"benchmark\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":148,"benchmark\u7528\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u5206\u3067\u4f5c\u6210\u3059\u308b\u3053\u3068\u3082\u65e2\u5b58\u306e\u3082\u306e\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":148,"benchmark\u7d42\u4e86\u5f8c\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u51fa\u529b\u5148\u306f\u306f\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059":148,"bigram\u306e\u5834\u5408\u306f\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":218,"blog_body\u7d22\u5f15":220,"blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306b\u306f":12,"blogs\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u3092tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u3066\u304b\u3089\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059":220,"body\u3092\u4f5c\u6210\u3057\u307e\u3059":88,"bom\u4ed8\u304dutf":35,"boolean":[22,33,40,42,129,182],"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":14,"break":[33,37,39,41,145],"bsd\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"buf_size\u306b\u6307\u5b9a\u3055\u308c\u305f\u500b\u6570\u3092\u4e0a\u9650\u3068\u3057\u3066indexbuf\u306b\u8fd4\u3057\u307e\u3059":48,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u3055\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":48,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":61,"build\u3067\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u884c\u3044\u307e\u3059":12,"build\u3092\u7528\u3044\u3066":14,"build\u30b3\u30de\u30f3\u30c9\u4ee5\u5916\u3067\u3082":12,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092":52,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"builtin_type_names\u306b\u306f":52,"byte":[33,37,39,40,41,48,51,54,61,62,64,67,70,81,117,129,130,171,207,217],"byte\u9577":[48,61,64],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":11,"case":[28,33,37,40,41,44,47,51,52,66,70,76],"center\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u3092\u4e2d\u5fc3\u3068\u3059\u308b\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":159,"centos\u306e\u5834\u5408":12,"centos_versions\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067\u7279\u5b9a\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"char":[41,48,51,52,53,54,61,62,64,66,67,70],"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":14,"check\u30b3\u30de\u30f3\u30c9\u306f":85,"chroot\u74b0\u5883\u306e":12,"class":[161,162,163,171],"clearlock\u306f":86,"clone\u3057\u305fweb\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306b\u5bfe\u3057\u3066\u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u65b0\u898f\u8ffd\u52a0\u3057\u307e\u3059":12,"clone\u6e08\u307f\u306egroonga\u306eweb\u30b5\u30a4\u30c8\u306e\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30bd\u30fc\u30b9":12,"codes\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":12,"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":11,"column\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":48,"column\u306b\u5f35\u3089\u308c\u3066\u3044\u308bindex\u306e\u3046\u3061":48,"column\u306e\u5024\u304c":11,"column\u306f":48,"column\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":48,"column_create\u306f":88,"column_list\u30b3\u30de\u30f3\u30c9":34,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":90,"columns\u3067\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":9,"com\u304cedge\u3092\u4f5c\u308b":9,"com\u306f1\u30b9\u30ec\u30c3\u30c9":9,"command_version\u3092\u5909\u66f4\u3057\u307e\u3059":51,"command_version\u3092\u8fd4\u3057\u307e\u3059":51,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":78,"commit\u3067\u691c\u7d22\u3057\u306a\u304c\u3089":12,"config\u304c\u306a\u3044\u5834\u5408\u306flibedit\u3092\u691c\u51fa\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u305f":35,"config\u30d5\u30a1\u30a4\u30eb\u306e\u4e2d\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059":78,"configure\u306e":37,"configure\u306e\u6700\u5f8c\u306b\u691c\u51fa\u3057\u305fmecab\u306e\u60c5\u5831\u3082\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b":12,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":220,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":3,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":3,"const":[38,48,51,52,53,54,61,62,64,65,67,70],"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":14,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089name\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":51,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066column\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":48,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066obj\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":61,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066table\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":64,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"ctx\u304c\u64cd\u4f5c\u5bfe\u8c61\u3068\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"ctx\u304c\u73fe\u5728\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308bdb\u3092\u8fd4\u3057\u307e\u3059":51,"ctx\u306e\u7ba1\u7406\u3059\u308b\u30e1\u30e2\u30ea\u3092\u89e3\u653e\u3057":51,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":51,"ctx\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":51,"ctx_new\u3068\u3044\u3046queue\u306b":9,"cursor\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":65,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":65,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092key\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":65,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u5f15\u6570\u306e\u5185\u5bb9\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059":65,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u4ef6\u9032\u3081\u3066\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":65,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":65,"cursor\u306e\u5bfe\u8c61\u7bc4\u56f2\u306e\u672b\u5c3e\u306b\u9054\u3059\u308b\u3068":65,"cursor\u306e\u7bc4\u56f2\u5185\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3057\u307e\u3059":58,"cursor\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092value\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":65,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":14,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":14,"cutter\u306b\u542b\u307e\u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":14,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":3,"cutter\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3066cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u53d6\u5f97\u3057\u307e\u3059":12,"cutter_source_path\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306bcutter\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"dataset\u306e\u30d1\u30b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b":36,"db\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3084\u30ab\u30e9\u30e0\u306a\u3069\u3092\u524a\u9664\u3057\u307e\u3059":61,"db\u3068\u306a\u308a\u307e\u3059":52,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":147,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[135,147],"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":135,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":147,"db\u306b\u5bfe\u3057\u3066\u540d\u524d\u3092\u3042\u308a\u306etable\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u306f":64,"db\u306e\u5185\u5bb9\u306e\u6700\u7d42\u66f4\u65b0\u6642\u523b\u3092\u73fe\u5728\u6642\u523b\u306b\u3057\u307e\u3059":52,"db\u306eid\u306b\u5bfe\u5fdc\u3059\u308bpath\u3092\u8fd4\u3057\u307e\u3059":61,"db\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306fnull\u3092\u8fd4\u3057\u307e\u3059":51,"db\u3092\u64cd\u4f5c\u3057\u306a\u3044\u72b6\u614b":51,"db_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u8907\u96d1\u306a\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"db_api\u306f":11,"db_api\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u90e8\u5206\u306b\u5bfe\u3059\u308b\u5358\u7d14\u306a\u64cd\u4f5c\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"ddl\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":220,"deb\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"debian\u30d1\u30c3\u30b1\u30fc\u30b8\u3092cdbs\u30d9\u30fc\u30b9\u304b\u3089debhelper\u30d9\u30fc\u30b9\u3078\u79fb\u884c":37,"debian\u7cfb":12,"debian\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"debian\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"debian\u7cfb\u3082\u3057\u304f\u306fr":12,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":3,"debug\u3092\u8ffd\u52a0":35,"debug\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3057\u305f\u3068\u304d\u306b\u7d42\u4e86\u6642\u306b\u672a\u958b\u653e\u306e\u30e1\u30e2\u30ea\u304c":35,"default":[0,6,7,8,18,23],"define_selector\u306f":96,"defrag\u306f":97,"delete\u304c\u5e38\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"delete\u30b3\u30de\u30f3\u30c9":34,"delete\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u305f\u3053\u3068\u306e\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u306f":61,"deprecated\u3060\u3063\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3068\u306a\u308a\u307e\u3059":78,"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":78,"description\u306b":218,"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":78,"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":148,"dist\u3067\u751f\u6210\u3057\u305ftar":12,"dist\u3092\u884c\u3046\u3068version\u304c\u53e4\u3044\u307e\u307e\u306b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":12,"distributions\u306e\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":12,"distributions\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":12,"dragonfly\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":35,"drilldown\u6642\u306b\u53c2\u7167\u5148\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306bsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":34,"dump\u304c\u51fa\u529b\u3059\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f\u76f4\u63a5groonga\u304c\u89e3\u91c8\u3067\u304d\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u3059":99,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\u306a\u308b\u305f\u3081":99,"dump\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u5f8c\u304b\u3089\u8aad\u307f\u8fbc\u3081\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u51fa\u529b\u3057\u307e\u3059":99,"dump\u30b3\u30de\u30f3\u30c9":34,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":9,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":9,"edge\u306equeue\u306benqueue\u3055\u308c\u308b":9,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"edge\u306fctx\u3092\u542b\u3080":9,"encoding\u306e\u5024\u304c":37,"entry\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u306e\u5024\u3092\u5bfe\u8c61\u3068\u3059\u308b\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u30ab\u30e9\u30e0":88,"entry_body\u3092\u4f5c\u6210\u3057\u307e\u3059":88,"export":[18,33,37,40,41],"expr\u306a\u3069\u306f\u89e3\u653e\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":61,"expr\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059":68,"expr\u306e\u307f\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059":62,"facebook\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":3,"facebook\u306bgroonga\u30b0\u30eb\u30fc\u30d7\u304c\u3042\u308a\u307e\u3059":12,"fedora\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332":35,"fedora\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"fedora\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30eb\u30fc\u30eb\u306b\u5f93\u3046\u3088\u3046\u306b\u6539\u826f":35,"file\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8":35,"files\u306e\u5b9f\u884c":3,"files\u3092\u5b9f\u884c\u3059\u308b\u3068\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u304c\u5404\u7a2e":12,"files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"filter\u5185\u3067\u306e\u6570\u5024\u6bd4\u8f03\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8":35,"final":[69,70,76,130,149],"flags\u306b":[48,64],"flags\u306b\u306f":64,"flags\u306e\u5024\u306b\u4ee5\u4e0b\u306e\u5024\u3092\u52a0\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":88,"float":[33,39,79,111,117,129,130,158],"function":[0,6,12,14,22,33,39,40,41,42,43,44,51,66,70,79,116,117,130,139,149,152],"function\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bgrntest\u306e\u30bd\u30fc\u30b9\u3092\u5c55\u958b\u3057\u307e\u3059":12,"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":14,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":14,"geopoint\u306e\u30ad\u30e3\u30b9\u30c8\u306b\u5bfe\u5fdc":35,"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":34,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":35,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":12,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u306e\u306f\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306a\u306e\u3067":12,"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":146,"git\u3067\u306e\u30b3\u30df\u30c3\u30c8\u6642\u30cf\u30c3\u30b7\u30e5\u306e\u4e00\u90e8\u304c\u4f7f\u308f\u308c\u308b\u305f\u3081\u3067\u3059":12,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":3,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":146,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":146,"gqtp\u306e\u5834\u5408":147,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u8a9e\u306e\u30d2\u30c3\u30c8\u6570\u304c\u591a\u3044\u305f\u3081":220,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u9069\u5408\u7387\u306e\u4f4e\u3044\u5834\u5408\u304c\u591a\u3044\u306e\u3067":220,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":220,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3068tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3067\u6319\u52d5\u304c\u5909\u308f\u308a\u307e\u3059":218,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":218,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u518d\u73fe\u7387\u3092\u3042\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":220,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":220,"grn_bool\u578b\u3092\u8ffd\u52a0":35,"grn_cursor_prefix\u304c\u52d5\u4f5c\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"grn_expr\u3067\u8868\u73fe\u3055\u308c\u305f\u691c\u7d22\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3068\u304d\u306b\u4f7f\u3044\u307e\u3059":11,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":3,"grn_expr\u306b\u3088\u3063\u3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":11,"grn_expr\u306f":11,"grn_expr\u306f\u4ee3\u5165\u3084\u95a2\u6570\u547c\u3073\u51fa\u3057\u306e\u3088\u3046\u306a\u69d8\u3005\u306a\u64cd\u4f5c\u3092\u8868\u73fe\u3067\u304d\u307e\u3059\u304c":11,"grn_expr\u3092\u4f7f\u3063\u3066\u69d8\u3005\u306a\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"grn_op_adjust\u306f":11,"grn_op_and\u306f":11,"grn_op_but\u306f":11,"grn_op_or\u306f":11,"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":11,"grnslap\u306f":146,"grntest\u304cmlock\u306e\u60c5\u5831\u51fa\u529b\u306b\u5bfe\u5fdc":35,"grntest\u3067\u306fgroonga\u30b3\u30de\u30f3\u30c9\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"grntest\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"grntest\u3067\u7d50\u679c\u306e\u6bd4\u8f03\u304c\u5e38\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":35,"grntest\u3068\u3044\u3046\u540d\u524d\u3067grntest\u306e\u30bd\u30fc\u30b9\u3092\u914d\u7f6e\u3057\u307e\u3059":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f\u884c\u3059\u308b":12,"grntest\u306e\u6b63\u5e38\u7d42\u4e86\u3092\u78ba\u8a8d\u3059\u308b":12,"grntest\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306fgroonga\u306e\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf\u3068grntest\u306e\u30bd\u30fc\u30b9\u304c\u5fc5\u8981\u3067\u3059":12,"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":34,"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3084zip\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306fgroonga\u540c\u69d8\u306bgithub\u306b\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u7f6e\u3044\u3066\u3044\u307e\u3059":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":3,"groonga\u306e\u30ab\u30e9\u30e0\u306f":207,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u6642\u70b9\u3067\u306fconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u542b\u307e\u308c\u3066\u304a\u3089\u305a":12,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":74,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":11,"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":14,"groonga\u306e\u30d1\u30b9\u6307\u5b9a":12,"groonga\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3059\u308b\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":35,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f":12,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u30ea\u30ea\u30fc\u30b9\u5c02\u7528\u306e\u74b0\u5883\u4e0b":12,"groonga\u306e\u7d44\u8fbc\u578b\u304b":88,"groonga\u306epackag":12,"groonga\u306f":14,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":11,"groonga\u306f\u57fa\u672c\u7684\u306b\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":[218,220],"groonga\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3057\u305f\u7d50\u679c\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306b\u9650\u308a":220,"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":11,"groonga\u3084mysql\u306erpm":12,"groonga\u3092\u4f7f\u3063\u3066\u304f\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066":10,"groonga\u3092\u4f7f\u3063\u3066\u3082\u3089\u3048\u308b\u3088\u3046\u306btwitter\u306e\u30a2\u30ab\u30a6\u30f3\u30c8groonga\u3092\u53d6\u5f97\u3057\u3066":10,"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":148,"groonga\u3092\u5e83\u304f\u901a\u77e5\u3057\u307e\u3059":12,"groonga\u3092\u7c21\u5358\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b":12,"groonga\u3092\u8d77\u52d5\u3059\u308b\u969b\u306e\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306a\u3044\u3057\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb\u306bdefault":78,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u6295\u7a3f\u3067\u304d\u307e\u3059":12,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u306b\u306a\u308b\u3068":12,"groonga\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u3046\u30d7\u30ed\u30c8\u30b3\u30eb\u3068\u3057\u3066":148,"groonga\u30b3\u30de\u30f3\u30c9\u306b":35,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":148,"groonga\u30b3\u30de\u30f3\u30c9\u3092\u901a\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u547d\u4ee4\u3092\u30b3\u30de\u30f3\u30c9\u3068\u547c\u3073\u307e\u3059":147,"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":35,"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":148,"groonga\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5bfe\u3059\u308b\u691c\u7d22\u51e6\u7406\u3084\u66f4\u65b0\u51e6\u7406\u306e\u305f\u3081\u306e\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u305f\u3081\u306e\u30c7\u30fc\u30bf\u69cb\u9020\u3067":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf\u3067\u3059":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u4e00\u7fa4\u306ec\u8a00\u8a9e\u5411\u3051api\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u65b0\u3057\u304f\u306a\u3063\u305f\u3068\u3057\u3066\u3082":78,"groonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u7f72\u540d\u7528\u306e\u9375\u3092\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306e\u516c\u958b\u9375\u3067\u6697\u53f7\u5316\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u306epackag":12,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":122,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u30ed\u30fc\u30c9\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u4f7f\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":147,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":146,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":147,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u901a\u4fe1\u5c64\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30c4\u30fc\u30eb":146,"groonga\u30d7\u30ed\u30bb\u30b9\u5185\u306e\u6307\u5b9a\u3057\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":85,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":78,"groonga\u5358\u4f53\u3067test":148,"groonga\u53ca\u3073groonga":148,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[85,86,88,90,96,97,99,105,106,107,122,135],"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":78,"groonga\u6c4e\u7528\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb\u3067\u3059":148,"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":146,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":148,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u30921\u884c\u306b1\u3064\u305a\u3064\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":148,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":85,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":86,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_create\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":88,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":90,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":96,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":97,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":99,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_level\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":105,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":106,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":107,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":122,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":135,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":156,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":159,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":160,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":165,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":169,"groonga\u95a2\u9023\u3067\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u306a\u3044\u3068\u306a\u308b\u3068\u958b\u767a\u8005\u306f\u56f0\u3063\u3066\u3044\u308b\u4eba\u3092\u898b\u3064\u3051\u3089\u308c\u306a\u3044\u3057":10,"groonga_clone_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066autogen":12,"groonga_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_dir\u4ee5\u4e0b\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"groonga_org_path\u3068\u3057\u3066\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f":12,"groonga_org_path\u306bgroonga":12,"groonga_suggest_create_dataset\u5909\u6570\u3092\u8ffd\u52a0":36,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"gz\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":12,"gz\u306a\u3069\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u4f7f\u7528\u3057\u307e\u3059":12,"gz\u306eversion\u304a\u3088\u3073vers":12,"hat\u7cfb":12,"hat\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"hat\u7cfb\u306e\u5834\u5408\u306b\u306f\u672c\u756a\u74b0\u5883\u3078\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u524d\u306b\u30ed\u30fc\u30ab\u30eb\u306eapt\u306a\u3044\u3057yum\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u53c2\u7167\u3057\u3066\u6b63\u5e38\u306b\u66f4\u65b0\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"hat\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":3,"help\u3067\u51fa\u529b\u3055\u308c\u308b":37,"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":14,"hiroshi\u3055\u3093":35,"hiroshi\u3055\u3093\u304c\u5831\u544a":35,"homebrew\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":37,"homebrew\u306e\u66f4\u65b0":3,"homebrew\u3078pul":12,"hook\u306e\u5b9f\u884c\u9806\u4f4d":56,"hook\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059":56,"hook\u56fa\u6709\u60c5\u5831\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f":56,"hook\u56fa\u6709\u60c5\u5831\u3092\u6307\u5b9a\u3057\u307e\u3059":56,"hook\u56fa\u6709\u60c5\u5831\u683c\u7d0d\u30d0\u30c3\u30d5\u30a1\u3092\u6307\u5b9a\u3057\u307e\u3059":56,"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":148,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":12,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":147,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":146,"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":35,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":146,"http\u306e\u5834\u5408":147,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":147,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066groonga\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306b\u9759\u7684\u30da\u30fc\u30b8\u3092\u683c\u7d0d\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"http\u7d4c\u7531\u3067\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u6642\u306b\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b":35,"id\u304c\u9023\u7d9a\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u5024\u304c\u6607\u9806\u306b\u683c\u7d0d\u3055\u308c\u305f\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092values\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":61,"id\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":51,"import":[0,12,28,33,37,39,40,47,51,76,77,130,134,140,149,182,192,194,195,196,205,211,227],"index\u3067\u5b9f\u884c\u3057\u305f\u3044\u64cd\u4f5c\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"index\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":48,"index_cursor\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u6307\u5b9a\u3057\u305ftable_cursor\u306e\u73fe\u5728\u306e\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u8fd4\u3057\u307e\u3059":58,"indexbuf\u306e\u30b5\u30a4\u30ba":48,"init\u76f4\u5f8c\u306e\u72b6\u614b":51,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":146,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":148,"installer\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068windows\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"int":[33,39,46,47,48,51,52,54,55,56,57,58,60,61,62,64,65,66,67,70,190],"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":148,"jekyll\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3089":12,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":35,"js\u306a\u3069":12,"jsonp\u304c\u52d5\u4f5c\u3057\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":37,"key\u304c\u8fd1\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408":65,"key\u304cmin\u3068\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":65,"key\u306b\u306f":64,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u3092\u4e00\u3064\u3060\u3051\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u307e\u3059":64,"key\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u3057\u3044record\u3092table\u306b\u8ffd\u52a0\u3057":64,"key\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u3059\u3067\u306btable\u306b\u5b58\u5728\u3059\u308b\u306a\u3089\u3070":64,"key\u306e\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067":65,"key\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"key\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"key\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"key\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":64,"key\u3092\u8fd4\u3057\u307e\u3059":61,"key_type\u306bt":64,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3068\u540c\u7b49\u3067\u3059":218,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":218,"keybuf\u306b\u8a72\u5f53\u3059\u308bkey\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":64,"keybuf\u306e\u30b5\u30a4\u30ba":64,"launchpad\u306b\u767b\u9332\u3057\u305fkeyid":12,"lc_messages\u4ee5\u4e0b\u306e\u5404\u7a2e":12,"learner\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":35,"lenny\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664":37,"libedit\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u9055\u3046\u554f\u984c\u306e\u4fee\u6b63":35,"libedit\u5bfe\u5fdc":34,"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":14,"limit\u4ef6\u306e\u307f\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":65,"list\u306bcontrib\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3059\u308c\u3070apt":12,"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":78,"load\u30b3\u30de\u30f3\u30c9":34,"locale\u4ee5\u4e0b\u306b\u66f4\u65b0\u3057\u305f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3059":12,"localstatedir\u3092\u4f7f\u7528":35,"log\u3067\u3059":147,"log\u3068\u3044\u3046\u5f62\u5f0f\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u4f5c\u3089\u308c\u307e\u3059":148,"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":78,"log_level\u306f":105,"log_put\u306f":106,"log_reopen\u306f":107,"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":107,"long":[33,40,41,57,60,126,131,134,145],"longtext\u306e\uff13\u3064\u306e\u578b\u306b\u3064\u3044\u3066\u306f\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u4fdd\u5b58\u3057\u305f\u308a\u51fa\u529b\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u3059\u304c":207,"lucid\u304b\u3089":35,"lucid\u4ee5\u964d\u306e\u95a2\u9023\u3059\u308b":12,"lzo\u30b5\u30dd\u30fc\u30c8\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3055\u308c\u3066\u3044\u308b\u304b\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308bapi\u3092\u8ffd\u52a0":35,"macports\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":37,"makefile\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306bconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"man\u3092\u8ffd\u52a0":34,"markdown\u30d1\u30fc\u30b5\u30fc":12,"marverick\u306b\u5909\u66f4":35,"masahiro\u3055\u3093":35,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3067\u304d\u307e\u3059":220,"max\u304cnull\u306e\u5834\u5408\u306b\u306f":65,"max\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":65,"max\u3067\u4e0e\u3048\u3089\u308c\u308b\u30dd\u30a4\u30f3\u30bf\u304c\u6307\u3059\u5024\u306f":65,"max\u3068\u7570\u306a\u3063\u305f\u65b9\u5411\u306b\u3042\u308b\u30ce\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f\u53d6\u308a\u51fa\u3057\u307e\u305b\u3093":65,"max\u3068common":65,"max\u3068max_size\u304c\u6307\u5b9a\u3055\u308c":65,"max\u3068pat\u6728\u4e0a\u3067\u8fd1\u3044\u4f4d\u7f6e\u306b\u3042\u308b\u30ce\u30fc\u30c9\u304b\u3089\u9806\u756a\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":65,"max\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"max_size\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059":65,"md\u30d5\u30a1\u30a4\u30eb\u306epublish":12,"mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u691c\u51fa\u51e6\u7406\u3092\u6539\u5584":34,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u6642\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u3088\u308a\u89aa\u5207\u306b\u3057\u305f":35,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u305f\u3068\u304d\u306b\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u30a8\u30e9\u30fc\u3092\u7121\u8996\u3059\u308b\u3088\u3046\u306b\u3057\u305f":37,"memcached\u306e\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb\u306e\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u305f\u3081\u306b\u306f":14,"min\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":65,"min\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"min\u306f\u7121\u8996\u3055\u308c\u307e\u3059":65,"min_size\u30d0\u30a4\u30c8\u672a\u6e80\u306e\u30d3\u30c3\u30c8\u306b\u5bfe\u3059\u308b\u30ce\u30fc\u30c9\u3067":65,"mooz\u3055\u3093":37,"mooz\u3055\u3093\u304c\u4fee\u6b63":37,"mroonga\u5411\u3051\u306b\u7528\u610f\u3057\u305f\u5185\u90e8api\u3067\u3059":61,"msg\u306fcom\u306b\u3088\u3063\u3066":9,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":9,"multithread\u74b0\u5883\u3067\u306f\u4ed6\u306ethread\u306e\u30a2\u30af\u30bb\u30b9\u306b\u3088\u3063\u3066":64,"munin\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0":34,"n_builtin_type_names\u306b\u306f":52,"name\u304c\u30ab\u30e9\u30e0\u540d\u306e\u5834\u5408":61,"name\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":51,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306aproc":62,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atyp":67,"name\u306f\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u306e\u5834\u5408":61,"name\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093":48,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u304b\u3089\u59cb\u307e\u308btable\u306e\u30ab\u30e9\u30e0id\u3092res\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u683c\u7d0d\u3057\u307e\u3059":64,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atable\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":64,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u9577\u3055\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306es":[48,61,64],"name_size\u30d1\u30e9\u30e1\u30fc\u30bf\u304c0\u306e\u5834\u5408\u306f\u3059\u3079\u3066\u306e\u30ab\u30e9\u30e0id\u3092\u683c\u7d0d\u3057\u307e\u3059":64,"namebuf\u306b\u8a72\u5f53\u3059\u308b\u540d\u524d\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":[48,61],"namebuf\u306e\u30b5\u30a4\u30ba":[48,61],"net\u306egroonga\u30c1\u30fc\u30e0\u306eppa\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"net\u4e0a\u3067\u30d3\u30eb\u30c9\u304c\u5b9f\u884c\u3055\u308c":12,"netbsd\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":35,"new":[0,3,6,7,12],"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"newvalue\u306e\u5024\u304b\u3089\u5f97\u3089\u308c\u308b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308bcolumn\u306e\u5024\u306e\u4e2d\u306e":48,"no_key\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u5024\u3092\u30b5\u30dd\u30fc\u30c8":34,"null":[6,7,11,33,37,39,40,41,47,51,54,55,62,66,70,84,100,102,103,104,109,110,111,113,117,125,128,129,130,134,135,137,138,139,140,161,162,163,171],"null\u306a\u3089\u7121\u540dtable\u3068\u306a\u308a\u307e\u3059":64,"null\u306a\u3089\u81ea\u52d5\u7684\u306b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":[48,64],"null\u306a\u3089temporari":52,"null\u306f\u4e0a\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":65,"null\u306f\u4e0b\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":65,"null\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":51,"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":34,"null\u4ee5\u5916\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306fpersist":52,"null\u4ee5\u5916\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408":64,"obj\u304c\u73fe\u5728lock\u3055\u308c\u3066\u3044\u308c\u30700\u4ee5\u5916\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":61,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u624b\u7d9a\u304d":56,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":56,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u3092\u524a\u9664\u3057\u307e\u3059":56,"obj\u306b\u5bfe\u3057\u3066hook\u3092\u8ffd\u52a0\u3057\u307e\u3059":56,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5408\u6027\u3092\u691c\u67fb\u3057\u307e\u3059":61,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u8fd4\u3057\u307e\u3059":61,"obj\u306b\u5c5e\u3059\u308bobject\u3082\u518d\u5e30\u7684\u306b\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059":61,"obj\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066":61,"obj\u306e\u5360\u6709\u3059\u308b\u30e1\u30e2\u30ea\u306e\u3046\u3061":61,"obj\u306e\u5360\u6709\u3059\u308bdb\u30d5\u30a1\u30a4\u30eb\u9818\u57df\u306e\u3046\u3061":61,"obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":61,"obj\u306e\u578b\u3092\u5909\u66f4\u3057\u307e\u3059":61,"obj\u306e\u5c5e\u3059\u308bdb\u3092\u8fd4\u3057\u307e\u3059":52,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e":59,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":61,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":59,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u53d6\u5f97\u3057\u307e\u3059":61,"obj\u306eid\u3092\u8fd4\u3057\u307e\u3059":61,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":59,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":59,"obj\u306f":61,"obj\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":61,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057":61,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":61,"obj\u3092\u5bfe\u8c61\u3068\u3057\u3066query\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057":63,"obj\u3092lock\u3057\u307e\u3059":61,"obj\u3092unlock\u3057\u307e\u3059":61,"obj\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u3068\u308b\u5024\u306e\u7bc4\u56f2\u3092\u8868\u308f\u3057\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u8fd4\u3057\u307e\u3059":61,"object\u306b\u767b\u9332\u3067\u304d\u308b\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u8fd4\u3057\u307e\u3059":68,"object\u306b\u8907\u6570\u306ehook\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u9806\u4f4d\u306e\u9806\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":56,"object\u306e\u53c2\u7167\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":56,"object\u306e\u66f4\u65b0\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":56,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":62,"offset\u306b\u5bfe\u5fdc\u3059\u308bhook\u306e\u76f4\u524d\u306b\u65b0\u305f\u306ahook\u3092\u633f\u5165\u3057\u307e\u3059":56,"offset\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9id\u3092\u958b\u59cb\u4f4d\u7f6e\u3068\u3057\u3066":61,"offset\u306f":64,"offset\u756a\u76ee\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":65,"offset\u756a\u76ee\u304b\u3089\u9806\u306bres\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3057\u307e\u3059":64,"old_release_date\u306b\u524d\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092":12,"ongaeshi\u3055\u3093":35,"ongaeshi\u3055\u3093\u304c\u5831\u544a":35,"op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066res\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3042\u308b\u3044\u306f\u524a\u9664\u3057\u307e\u3059":63,"op\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u53ef\u80fd\u306a\u3082\u306e\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":48,"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":148,"org\u304c\u30db\u30b9\u30c8\u3092":12,"org\u304c\u30db\u30b9\u30c8\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":148,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":148,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":148,"org\u306bssh\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"org\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"org\u306edoc":12,"org\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"org\u3078\u3068\u53cd\u6620\u3057\u307e\u3059":12,"output_columns\u304b\u3089_value\u3092\u524a\u9664":35,"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":99,"package\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":11,"pat\u6728\u4e0a\u3067\u4f4d\u7f6e\u304c\u8fd1\u3044\u3053\u3068\u3068key\u306e\u5024\u304c\u8fd1\u3044\u3053\u3068\u306f\u540c\u4e00\u3067\u306f\u3042\u308a\u307e\u305b\u3093":65,"path\u306b\u306fcutter\u306e\u30bd\u30fc\u30b9\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306b\u306fgroonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306e\u4e2d\u304b\u3089groonga\u30b3\u30de\u30f3\u30c9\u3092\u63a2\u3057\u307e\u3059":148,"path\u3092":35,"pc\u306bgroonga":36,"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":147,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":34,"po\u306e\u5b9f\u884c":3,"po\u3092\u5b9f\u884c\u3059\u308b\u3068":12,"po\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a\u66f4\u65b0\u3057\u305f\u5404\u7a2e":12,"po\u30d5\u30a1\u30a4\u30eb\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":3,"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":12,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[159,160],"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":159,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":160,"point\u578b\u306e\u5024":[159,160],"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[159,160],"prefix\u304cmin_size\u30d0\u30a4\u30c8\u4ee5\u4e0a\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":65,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u5b9a\u7fa9\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"proc\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":64,"proc\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"public":41,"push\u3057\u3066groonga":12,"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":36,"quit\u306f":122,"rb\u3092\u8ffd\u52a0":35,"release\u306e\u5b9f\u884c":3,"release\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067build\u304b\u3089upload\u307e\u3067\u4e00\u6c17\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":12,"release\u30b3\u30de\u30f3\u30c9\u3067\u306f":12,"repositories\u914d\u4e0b\u306b":12,"repositories\u914d\u4e0b\u306brpm\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"request\u3092\u9001\u308a\u307e\u3057\u305f":12,"request\u3092\u9001\u308a\u307e\u3059":12,"res2\u306b\u683c\u7d0d\u3057\u307e\u3059":64,"res\u306b\u683c\u7d0d\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"res\u306btable1\u3042\u308b\u3044\u306ftable2\u305d\u306e\u3082\u306e\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3092\u9664\u3051\u3070":64,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":11,"return":[22,33,37,39,40,41,43,46,47,48,51,52,53,54,55,61,64,66,69,70,77,79],"rid_max\u3092\u6307\u5b9a\u3057\u3066\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u5024\u3092\u5236\u9650\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":58,"root\u306b\u5909\u66f4":35,"root\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":147,"rpm\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":12,"rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"ruby\u306erake\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3088\u308a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059":12,"s3ki\u3055\u3093":35,"s3ki\u3055\u3093\u304c\u5831\u544a":35,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"scorer\u306f":130,"scr\u3067\u3059":148,"scr\u306e\u4e2d\u8eab\u304c":148,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":148,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[156,159,160,165,169],"search\u3092\u884c\u3044":[64,65],"search\u3092\u884c\u3046\u5834\u5408\u306b\u306f":65,"section\u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3057\u307e\u3059":48,"section\u756a\u53f7\u3092\u683c\u7d0d\u3059\u308bint\u9577\u30d0\u30c3\u30d5\u30a1":48,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":148,"select\u306e\u51fa\u529b\u306b\u4e0d\u6b63\u306a\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3055\u308c\u305f\u6642\u306bsegv\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":34,"select\u3084load\u306a\u3069\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u8868\u3057\u307e\u3059":78,"select\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":35,"select\u30b3\u30de\u30f3\u30c9":34,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":148,"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":148,"sh\u304c\u30bf\u30b0\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":12,"sh\u306e\u307f\u306a\u3089\u305a":14,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":14,"sh\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":12,"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":14,"shibuya\u3055\u3093":35,"shibuya\u3055\u3093\u304c\u5831\u544a":35,"shimada\u3055\u3093":35,"shimada\u3055\u3093\u304c\u5831\u544a":35,"short":[76,149],"shorttext\u306e\u30d9\u30af\u30bf\u30fc\u3092\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u4f7f\u7528\u3057\u305f\u3044\u5834\u5408\u306b\u306f":207,"shorttext\u578b\u306e\u5024\u3092\u683c\u7d0d\u3059\u308b\u30ab\u30e9\u30e0":88,"shorttext\u578b\u30ab\u30e9\u30e0\u3078\u30c7\u30fc\u30bf\u8ffd\u52a0":35,"shutdown\u3067\u7d42\u4e86\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"sigint\u3067\u306e\u4e2d\u65ad\u306b\u5bfe\u5fdc":37,"sign\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"sigsegv\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":64,"sort\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":64,"source\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5fc5\u8981\u306a\u3082\u306e\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"source\u4ee5\u4e0b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0":12,"squeeze\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"squeeze\u4ee5\u964d\u306edebian\u3084karmic\u4ee5\u964d\u306euubntu\u3067\u306f\u4ee5\u4e0b\u306e\u7528\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"srpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"static":[33,37,41,66,150,226],"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":148,"status\u306e\u51fa\u529b\u7d50\u679c\u306b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0":35,"status\u30b3\u30de\u30f3\u30c9":34,"string1\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u3068string2\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u306e\u9593\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u6c42\u3081\u307e\u3059":156,"string\u306b":11,"suggest\u306ehttp\u30b5\u30fc\u30d0\u306blimit\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":37,"suggest\u30b3\u30de\u30f3\u30c9\u306bthreshold\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":37,"table1\u3068table2\u304b\u3089\u91cd\u8907\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u3044\u305f\u7d50\u679c\u3092\u305d\u308c\u305e\u308cres1":64,"table1\u3068table2\u3092op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066\u96c6\u5408\u6f14\u7b97\u3057\u305f\u7d50\u679c\u3092res\u306b\u683c\u7d0d\u3057\u307e\u3059":64,"table2\u306f\u7834\u58ca\u3055\u308c\u307e\u305b\u3093":64,"table\u304c":64,"table\u306b\u65b0\u305f\u306a\u30ab\u30e9\u30e0\u3092\u5b9a\u7fa9\u3057\u307e\u3059":48,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8fd4\u3057\u307e\u3059":64,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":65,"table\u306bid\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3057":64,"table\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u7279\u5b9a\u306e\u6761\u4ef6\u3067\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u307e\u3059":64,"table\u306e\u5168\u3066\u306ecolumn\u3082\u540c\u6642\u306b\u540d\u524d\u304c\u5909\u66f4\u3055\u308c\u307e\u3059":64,"table\u306e\u5168\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u62ec\u3057\u3066\u524a\u9664\u3057\u307e\u3059":64,"table\u306ecolumn":64,"table\u306ecolumn1\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore1\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u53d6\u5f97\u3057\u307e\u3059":64,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":64,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":64,"table\u306ekey\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":64,"table\u306esrc_key\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":64,"table\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":64,"table\u306fcolumn\u3068\u306f\u5225\u306b":64,"table\u5185\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30bd\u30fc\u30c8\u3057":64,"table_list\u306f":135,"takahiro\u3055\u3093":35,"takahiro\u3055\u3093\u304c\u5831\u544a":35,"takahiro\u3055\u3093\u304c\u63d0\u6848":35,"takashi\u3055\u3093":37,"takashi\u3055\u3093\u304c\u5831\u544a":37,"takuto\u3055\u3093":35,"takuto\u3055\u3093\u304c\u5831\u544a":35,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":148,"textile\u30d1\u30fc\u30b5\u30fc":12,"tid\u306bnull\u4ee5\u5916\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":58,"tokenbigram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":220,"tokenbigram\u306a\u3069":220,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":220,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":218,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":218,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":220,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u3082bigram\u3092\u751f\u6210\u3057":218,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":220,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u5834\u5408\u3082\u91cd\u307f\u4ed8\u3051\u3092\u8003\u616e\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306f\u304b\u308f\u308a\u3042\u308a\u307e\u305b\u3093":220,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":36,"tokenmecab\u3067\u306f":220,"tokenmecab\u306e\u5834\u5408":220,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":218,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u524d\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":218,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u5f8c\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":218,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u4e8b\u524d\u306b\u6e96\u5099\u3057\u305f\u8f9e\u66f8\u3092\u7528\u3044\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b\u305f\u3081":220,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u3044\u308b\u5834\u5408\u306f\u3053\u306e\u30af\u30a8\u30ea\u306f\u30de\u30c3\u30c1\u3057\u307e\u305b\u3093":220,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u306e\u65b9\u3092tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u3088\u308a\u3082\u91cd\u8996\u3059\u308b\u3088\u3046\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":220,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":220,"tomita\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":35,"tomita\u3055\u3093\u304c\u5831\u544a":35,"tomotaka_ito\u3055\u3093":37,"tomotaka_ito\u3055\u3093\u304c\u5831\u544a":37,"top_left\u3068bottom_right\u304c\u306a\u3059\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":160,"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],"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":37,"try":[3,33,46,92,147,205,210,228,229],"twitter\u3067\u3084\u308a\u3068\u308a\u3092\u5b8c\u7d50\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":10,"twitter\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u5b89\u5fc3\u611f\u304b\u3089groonga\u30e6\u30fc\u30b6\u30fc\u306e\u62e1\u5927\u306b\u7e4b\u3052\u308b":10,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":3,"twitter\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":10,"twitter\u7de8":3,"txt\u306b\u307e\u3068\u3081\u307e\u3059":12,"txt\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":12,"txt\u306e\u5185\u5bb9":12,"type\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":59,"ubuntu\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":3,"ueno\u3055\u3093":[35,36],"ueno\u3055\u3093\u304c\u5831\u544a":36,"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":35,"uint16\u306e\u7b49\u5024\u6bd4\u8f03\u306bc\u8a00\u8a9e\u306e\u6bd4\u8f03\u6f14\u7b97\u5b50\u3092\u4f7f\u7528":35,"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":14,"uptime\u306e\u8868\u793a\u5f62\u5f0f\u3092\u8aad\u307f\u3084\u3059\u3044\u5f62\u5f0f\u306b\u5909\u66f4":34,"user_data\u3092\u30ad\u30fc\u3068\u3057\u3066":62,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u306e\u4e2d\u306b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":11,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":11,"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":11,"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":11,"vagrant\u3067\u4f7f\u7528\u3059\u308b\u4eee\u60f3\u5316\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":12,"valgrind\u3092\u7528\u3044\u3066\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9\u3084\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3057\u3064\u3064":14,"value\u304c\u5c5e\u3059\u308b\u578b":135,"value\u3092\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":61,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":74,"var":[11,28,33,62,70,89,145,147,149,215],"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":78,"version\u3067\u8868\u793a\u3055\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u304c\u66f4\u65b0\u3055\u308c\u306a\u3044\u306e\u3067\u6ce8\u610f\u304c\u5fc5\u8981\u3067\u3059":12,"version\u306b\u6307\u5b9a\u3057\u305f\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":78,"version\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8ffd\u52a0":35,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u306bstable\u6271\u3044\u3067\u306a\u3044\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":78,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3084command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u305b\u305a\u306bgroonga\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u969b\u306b\u306f":78,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059":78,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":78,"virtualbox\u306fsourc":12,"vmware\u306a\u3069":12,"void":[38,46,49,52,53,60,61,64,65,66,69,70],"web\u30b5\u30a4\u30c8\u304b\u3089\u6700\u65b0\u7248\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":12,"web\u7ba1\u7406\u753b\u9762":34,"wheezy\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8ffd\u52a0":37,"while":[0,33,39,40,52,91,103,109,125,137,140,184],"windows\u3067\u306fmingw\u3067\u3082pthread\u3092\u4f7f\u308f\u306a\u3044\u3088\u3046\u306b\u3057\u305f":37,"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":148,"windows\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"windows\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"windows\u5411\u3051":12,"windows\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":3,"windows\u7cfb":12,"worker\u306f":9,"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":9,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"x86\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bx64":12,"x86\u30d0\u30a4\u30ca\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"x\u3067\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u7ba1\u7406\u65b9\u6cd5\u3068\u3057\u3066":12,"x\u3067\u306frealloc":35,"x\u3067\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u62e1\u5f35\u5b50\u306e\u691c\u51fa\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"x\u306e\u304a\u77e5\u3089\u305b":33,"xxxxx\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":12,"yes\u3092\u6307\u5b9a\u3059\u308b\u3068chroot\u74b0\u5883\u3067\u4e26\u5217\u306b\u30d3\u30eb\u30c9\u3092":12,"yes\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068":12,"yum\u306e\u5834\u5408":12,"yum\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3082\u540c\u69d8\u306b\u3057\u3066grntest\u3092\u5b9f\u884c\u3057\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,aba:[224,226,233],abbrev:158,abc:33,abcd:114,abi:33,abl:[134,171,193,194,195,196,197],abort:41,about:[2,7,14,17,18,19,20,21,22,23,24,25,26,27,28,29,30,33,37,38,39,40,41,43,46,70,76,77,79,81,83,84,88,89,91,92,93,94,98,102,103,104,108,111,113,114,115,125,126,127,128,129,130,132,133,136,138,140,141,142,147,149,152,154,158,164,168,172,182,183,185,187,188,192,193,194,195,196,199,200,202,205,206],abov:[17,21,28,31,33,39,100,108,126,130,134,149,152,155,163,164,168,172,186,192,199,200,202,205,224,226,228,229,232,233],absolut:[119,120,124],acccess:215,accept:[0,33,37,39,41,81,82,126,131,142,147,152,155,158,183,211,217,226,228,229,232,233],access:[0,17,22,33,37,39,40,41,44,46,48,91,130,137,149,150,199,200,202,206,210],accessor:[33,64],accident:40,accord:[158,223],accordingli:149,account:[2,41],accross:39,accuml:40,accumul:130,accur:[0,171],achiev:108,acquir:[33,46,102,104],acronym:[209,217],across:158,action:40,actual:[40,41,108,110,111,113,149,194,223,226],add:[3,6,7],add_record_if_not_exist:61,addit:[0,22,24,25,26,30,43,114,130,140],addition:[33,233],additional_configure_opt:40,address:[33,37,39,147,152,217,230],address_is_in_us:217,address_is_not_avail:217,adisk:193,adjac:[182,205],adjust:[40,41,76,111],admin:[33,35,37,39,40,41],admin_html:[37,147],administr:[22,39,41],advanc:[33,42,108,110],advantag:[0,171,215],affect:[33,39,40,41],afr:[224,226,233],after:[17,18,28,31,33,37,39,40,41,44,46,55,69,82,95,100,113,116,118,131,136,143,149,152,161,162,183,186,203,204,206,223,225,226,230],again:[33,41,46,149,184],against:[0,22,33,39,41,48,52,54,76,112,113,129,130,136,142,147,182,183,193,197,199,200,202,222,225],againt:130,agaist:39,ago:199,ahello:33,ahost1:193,aim:40,aio:40,aki:41,akihabara:233,akinori:33,akio:[33,37,39,40],akira:41,alert:[41,105,106,147,149,185],algolithm:181,algorithm:[37,84,158,196],ali:87,alia:[22,33,43],alias:[33,44,92,93,94],aliased_column:44,alic:[44,87,91,117,130,137,142,149,155,168,182,205,211,229],alisa:168,all:[0,17,28,33,37,39,41,44,48,51,52,55,76,81,82,84,87,89,91,92,93,94,95,99,100,101,102,103,104,109,111,112,113,116,117,118,119,121,124,125,127,128,129,130,131,132,134,136,137,138,139,140,142,143,145,149,155,162,181,182,183,184,185,186,193,195,196,199,202,203,204,205,206,207,211,217,226,229,232],all_record:39,alloc:[22,33,39,41,47,51,54,70,130,132,219],alloc_count:[80,132,147,149,190,217,226,230],alloc_info:33,allow:[0,25,33,39,153,171,226,230],allow_column:[130,182],allow_leading_not:130,allow_pragma:130,allow_upd:[130,182],almost:[37,130,206,209,221],alon:33,alphabet:[41,111,130,134,140,193,200,205],alreadi:[41,46,70,95,101,116,140,153,184,206,226,228],also:[0,3],although:149,alwai:[0,33,41,66,79,89,109,117,130,133,139,149,167,182,183,199,206,217],amazon:130,amd64:12,among:[22,39,222,223,225],amount:39,analysi:[0,28,183],analyz:[0,37,39,149,205],anchor:33,ani:[0,24,28,33,44,87,101,111,114,118,127,128,129,130,133,136,138,139,140,147,149,161,162,168,171,172,182,192,194,205,211],anim:225,ann:12,annot:40,anonym:203,anoth:[0,33,39,54,87,102,130,145,192],api:[1,3,15],appear:[0,41,83,130,140,171,182,183,192,194,226],append:[39,54,61],apper:130,appl:186,appli:[42,54],applic:[0,20,37,41,147,149,171,183,192,211],approach:158,approv:41,approxim:[37,39,158],appveyor:41,april:12,apt:[12,18,21,25,30,39],aptitud:14,arai:33,aramaki:37,arc:140,architectur:[0,12,33,41,147],archiv:[6,7,8,12,17,22,23,28],area:0,aren:[33,39,41,111,113,130,131,132,134,136,149,152,171,182,188,203,206,211],arg1_nam:193,arg1_valu:193,arg2_nam:193,arg2_valu:193,arg3_valu:193,arg_list_too_long:217,argc:66,argument1:[183,194],argument2:[183,194],argument:[33,37,39,40,41,51,70,100,129,147,150,158,161,162,163,164,167,168,171,172,180,183,193,194,197,214,217,226,228,230],argument_name1:150,argument_name2:150,argv:66,arithmet:40,armhf:41,arnaud:37,around:[171,188],arrai:[33,37,39,41,76,79,85,89,114,115,129,130,134,140,141,171,182],arrang:226,art:[183,229],articl:228,articles2:228,articles_cont:228,arugment1:183,asami:40,asc:12,ascend:[110,112,130,188,224,226,233],ascii:[182,183,205],askmonti:41,assigend:182,assign:[33,40],associ:[37,70,98,101,130,223,225,226],assum:[51,62,126],atsushi:[33,41],attach:[17,186,204],attent:[130,231],attr_setpshar:40,attribut:[114,115,140,141,163],atv:[224,226,233],auth_bas:[149,211],auth_basic_user_fil:[149,211],authent:210,author:149,auto:[39,41,109,133],autoconf:[6,37],autogen:[6,12,17,39],automak:[6,35],automat:[17,25,33,52,100,119,120,124,145,149,182,183,203,214,225,226,231],autoreconf:12,autotool:[3,5],avail:[0,8,17,22,28,33,40,42,43,50,70,79,89,109,110,111,113,114,130,131,133,134,140,145,147],averag:[41,130],avg:[41,111,130,146],avoid:[22,40,41,113,130,136,219],awar:70,ayumu:[33,41],back:[149,183,193],background:147,backslash:[40,54,182],backtrac:33,backup:[52,99],backward:[33,39,41,142,195,196,211],bad:[0,40,41],bad_address:217,bad_file_descriptor:217,bar:134,base:[0,17,18,24,25,26,28,30,33,39,40,41,55,126,130,140,149,150,152,153,161,162,171,182,183,189,193,194,195,196,197,199,200,202,205,210,215,229,230],basebal:[225,228],bash:[28,33],basi:226,basic:[0,22,39,41,87],batch:39,bc009774:12,becam:[41,215],becaus:[0,6,7,8,21,26,33,39,41,44,52,79,87,88,91,95,100,108,111,113,117,118,119,124,130,134,137,139,145,149,152,155,164,167,168,171,172,182,183,184,186,189,190,192,193,194,195,196,199,200,201,202,203,204,205,206,209,210,211,215,217,223,225,226,228,231,232],becom:[0,33,42,158,207,223],been:[12,33,91,137],befor:[28,33,38,39,69,76,84,109,116,118,119,124,130,136,139,149,192,193,199,200,201,223,226],before_instal:21,beforehand:26,beg:[193,205],begin:[146,193,205],behav:158,behavior:[33,39,41,113,143,155,168,193,205],behaviour:[40,99],beijin:158,belong:[72,207,224],below:[13,91,101,137,182,205],benchmark:[22,39,40,41,43,144],benefit:215,bernard:33,best:0,beta:42,better:[0,41,100,130,183,228],between:[22,33,37,39,40,41,43,61,91,100,113,130,134,137,153,154],big:[41,149],bigram:[148,151,152,205,220],bigramlexicon:125,bill:[33,218,220],billiard:[218,220],bin:[18,28,31],binari:[0,1,22,31,33,39,40,41,79,149,183,190,207,208,211],bind:[20,21,33,37,39,42,147,161,162,181],binlib:12,bison:12,bit:[21,23,24,25,26,29,30,31,130,148,182,183,207,223],bitwis:33,black:[186,188],blank:[33,186,205],block:[40,132,134,136,149,183,223],blog1:228,blog2:228,blog:[12,22,111,130,172,182,183,184,220,222,228],blog_bodi:220,blog_comment_index:172,blog_cont:172,blog_titl:226,blogroonga:3,bm25:[194,196],bob:[44,91,130,137,142,149,155,168,182,211,229],bodi:40,book:183,bookmark:[76,99,113],bookmark_index:76,bookmark_titl:99,bool:[33,40,87,117,129,138,182,204],boost:[152,199],border:[39,140,155],borderlin:[108,110],boston:229,both:[0,23,24,25,26,30,31,33,61,72,76,79,88,111,130,136,143,152,171,182,183,184,193,196,199,203,211,217,229,233],bottom:55,bottom_right:[37,160],bottom_right_point:55,bound:41,box:130,brand:33,brasil:158,brasillia:158,brazil:224,brew:[18,27],bring:226,british:232,broadcast:229,broken:[33,37,39,40,41,48,52,102,103,104,118,125,136,145],broken_pip:217,brooklyn:229,brother:182,browser:[17,28,150,230],bsd:[5,7,8,28,33,37,41],buf_siz:[48,61,64],buffer:[33,40,51,54,57,61,85,228],bug:3,build:[0,3,4],buildabl:37,builder:57,built:[0,22,28,33,40,43,61,77,114,140,149,154,158],builtin:[22,43,117],builtin_type_nam:52,bulk:[33,54,61],bump:[33,40,41],bundl:[17,33,39,40,41,168],button:[17,39,40],buzz:152,bye:[111,130,138,182,183,204],cach:[0,33,34,39,40,47,61,84],cache_hit_r:[80,132,149,190,217,226,230],cache_limit:[22,33,43,77],cache_previ:47,cafedomanc:33,calc_target:33,calc_typ:33,calcul:[39,40,41,127,130,158,188,229,233],call:[33,39,40,41,51,66,69,70,76,91,109,127,128,130,137,139,158,171,181],caller:62,calloc:33,calro:155,camp:229,can:[0,1,5,6,7,8,17,18,19,21,24,25,26,27,28,30,31,33,37,38,39,40,41,44,45,46,47,50,51,52,54,69,70,76,79,81,82,83,84,87,88,89,91,92,93,94,95,99,100,101,102,108,109,110,111,112,113,114,116,117,118,119,120,124,125,126,127,128,129,130,131,133,134,136,137,138,139,140,142,143,145,147,149,150,152,154,155,158,161,162,163,164,167,168,171,172,181,182,183,184,185,186,188,189,190,192,193,194,195,196,197,199,200,201,202,203,204,205,206],can_be_key_typ:129,can_be_value_typ:129,cancel:[33,41,81,82,126],cancel_request_is_accepted_or_not:126,candid:[133,152,167,199],candidate1:133,candidate2:133,candidate_1:152,candidate_2:152,cannot:[22,130,134,182,183,184,186,203,211,219],capit:226,caplit:[40,41],care:[17,89,108,130,182,196,199],carefulli:[76,113,118,136],carlo:[91,137,142],cas_error:217,cascad:[40,41],cast:[33,37,38,39,40,61],cat:12,categor:[130,138,140],caus:[33,37,39,40,41,134,182,183,223],ceekz:40,cenos6:39,cent:205,center:[0,159],cento:[12,18,22,23],centos5:28,centos6:28,centos7:28,central:229,certain:233,cflag:29,chain:172,chang:[0,18,28,33,37,38,39,40,41],chapter:226,charact:[0,33,37,39,40,41,54,70,114,130,134,140,147,161,162,171,182,183,185,186,192],charli:229,chart:37,check:[12,13,14,22,33,35,37,39,40,41,43,51,52,61,77,79,83],child:100,china:[158,224],choic:0,choos:[5,6,7,41,80,101,130,131,134,147,149,152,193,205,223],chracterist:203,christian:33,chroot:12,chunk:[33,85,206,221],circl:[0,188],cirit:149,citi:[158,188,229],clang:[14,33,39,40,41],clarifi:41,classif:224,classifi:33,clean:[6,7,12,14,33,113],clear:[12,33,37,39,41,48,61,103],clearli:33,clearlock:[22,39,41,43,77],cleverli:95,click:130,clone:[3,6,7,8,12,13],close:[33,101,136,161,203],close_tag1:161,clumn:206,cmake:[3,5,6],cmp0014:41,code:[3,6,7,8,12,17,22,33,39,40,41,43,54,69,77,79],col1:61,col2:61,col3:61,collaps:39,colleagu:3,collect:[0,79,229],color:186,colum:228,column1:[11,39,40,41,111,130,183,194],column2:[11,39,40,41,111,130,183,194],column3:194,column_1:[129,172],column_2:[129,172],column_3:[129,172],column_copi:[22,33,43,44,77],column_cr:[22,33,37,41,43,44,76,77,87],column_index:[33,41,76,88,89,99,111,125,129,130,136,152,155,161,162,164,167,168,171,172,182,183,184,193,194,195,196,204,206,220,225,226,228,229,232],column_inform:89,column_information1:89,column_information2:89,column_list:[22,35,37,39,41,43,77],column_list_head:89,column_n:172,column_nam:[100,101,116,118,129],column_name1:101,column_name2:101,column_name_1:[129,130],column_name_2:[129,130],column_name_3:129,column_name_n:130,column_name_with_t:129,column_name_with_table_nam:129,column_remov:[22,41,43,77,87],column_renam:[22,38,40,41,43,44,77,87],column_scalar:[33,44,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],column_type_1:130,column_type_2:130,column_type_n:130,column_vector:[33,40,41,76,87,88,89,98,130,152,167,172,180,223,225,229],column_with_index:33,columnn:39,com:[6,7,8,12,13,17,21,130,223,224,226,230,233],comamnd:211,combin:[0,33,39,41,130,134,152,155,167,168],combind:182,come:[188,229],comma:[33,101,183,223,224,226],command:[0,6,7,8,13,14,17,18,21,22,25,28,31,33,35,37,39,40,41,43,44,47,51,70,76],command_lin:129,command_nam:[129,150,230],command_object_remov:118,command_vers:[33,78,80,132,149,150,161,162,163,171,180,190,217,226,230],commandinput:33,commands_column_list:89,commands_column_renam:91,commands_object_remov:118,commands_table_cr:135,commands_table_renam:137,comment:[33,40,172,192,228],comment_cont:172,comment_index:229,comment_nam:172,comments2:228,comments_cont:228,comments_loc:229,commit:[6,7,17,41],commnad:[31,78],common:[30,37,39,64,65,130,134,147,181,182,183,203,207,228],commonli:[0,193],compar:[0,33,39,41,130,171,182],comparison:[22,33,39],compat:[24,25,26,30,33,41,111,114,142,149,150,186,195,196,211],compil:[6,7,28,33,37,40,41],complet:[22,33,37,38,40,43,82,119,120,124,133,152,167,189,198],complex:[33,39,40,130,183,193],complianc:149,composit:186,compress:[28,37,39,40,41,88,129,210],compress_lzo:88,compress_zlib:88,comput:[39,70,132,152,183,189,194,195,196,199,200,202,206],conbin:[130,181],conbind:182,concaten:228,concatin:[39,40],concept:41,concret:[87,130,224,225,228],concurr:185,cond:40,cond_sign:66,condit:[22,32,33,39,40,54,113],conditin:182,condition1:183,condition2:183,conditional_probability_threshold:[37,133],condtion:182,conf:[33,149,206,215,221],config:[8,28,31,33,34,37,39,92,147],config_delet:[22,33,43,77],config_get:[22,33,43,77,92],config_set:[22,33,43,44,77,92,93],configur:3,confirm:3,conflict:33,confus:[33,193,205],conifugr:21,connect:[1,33,39,147,217,226],connection_refus:217,consid:[41,108,134,211,215,225,228,232],consist:[33,41,129,130,143,152,182,197,202,205,217,226],consol:149,constant:33,constant_pattern:33,construct:[22,33,39,40,41,43,183],construnct:33,consum:41,contact:17,contain:0,content:[33,37,40,41,70,79,89,111,129,130,136,149,163,168,171,172,182,183,184,194,204,206,211,217,225,228,229],content_index:[136,194],content_type_len:39,context:[33,37,47,51,54,61,111,132,136,149,171,172],continu:[21,33,39,40,41,132,140,147,200,205],contrast:[0,41,69,147,168,226],contrib:12,control:[39,41,109,110,130,149,155,168,181],conveni:[0,1,28,37,108,199,210],convens:39,convent:39,convers:[37,149],convert:[33,41,83,183,186],coordin:[158,223],copa:33,copi:[33,39,44,70,87,91,137],copyright:41,core:[0,6,7,28,148,149,152,210],coremodul:149,correct:[22,33,39,41,43,133,152,192,198,199],correctli:[33,39,226],correspond:[61,100,108,111,130,133,150,199,200,201,202],corrupt:33,cosmo0920:[40,41],cost:[184,205],could:[39,223],couldn:[33,39],count:[0,33,108,130,132,225,229],counter:33,countri:[98,224,230],cours:224,cover:[0,113,171],coverag:14,cpu:[6,7,28,148,149,152,210],cpuinfo:[24,25,26,30],crash:[33,37,39,40,41,91,100,103,137],crch:140,created_at:111,createfilemap:33,createrepo:12,creation:[33,37,40,226],creteria:226,crit:[105,106,147],criteria:226,critic:[28,33,39,70,147,185],ctrl:[147,217,226],ctx:[11,47,48,51,52,54,55,56,57,58,59,60,61,62,63,64,65,67,68,70],curl:[21,27,28,39,126,147,149,152,190,211],current:[17,25,33,37,44,47,50,51,52,84,87,91,101,109,132,134,136,137,149,188,226,229],current_column:44,current_nfthread:66,cursor:[33,37,55],custom:[6,7,8,21,28,33,37,39,40,41,66,99,114,130,134,138,139,140,149,171,181,182,185,186,194,199,204,210],customiz:171,cutter:[6,7,12,14],cutter_check_leak:14,cutter_debug:14,cutter_dir:12,cutter_source_path:12,cve:41,cxxflag:29,cycl:33,daemoinz:39,daemon:[33,39,40,41],dai:[33,108,132,183,184,185,197,229],daiki:[35,36,37,39],danger:[48,52,91,102,103,104,113,118,136,137,211],dangl:[113,136],dash:28,dat:[38,39,40],dat_kei:[117,203],data:[0,21,22,23,24,25,26,30,31,32,33,37,38,39,40,41,43,44,47,52,56,66,72,76,87,89,98,99,101,108,111,117,125,130,133],data_set_nam:133,databas:[0,20,22,28,33,37,39,40,41,47,51,52,61,64,89,91,95,99,100,101,102,103,104,115,116],database_path:145,database_unmap:[22,33,43,77],datail:130,dataset1:152,dataset2:152,dataset3:152,dataset:[22,33,40,43,133,144],date:[0,22,148,158,207,222],dave:155,daylight:41,db1:211,db2:211,db_path:[33,118,147,149,150,152,190,209,214,217,226,230],dbm:[0,171],dbmss:0,dcb314:41,dcmake_install_prefix:[7,8,31],ddl:[41,148],deafult:37,deatil:130,deb:[12,25,30,33,37,39,40,41],debian:[12,18,22,23],debootstrap:12,debug:[6,7,8,33,41,105,106,140,147,149,185],debugg:[6,7],decid:192,decim:[82,147,183,207,223],decreas:[6,7,33,66],decrypt:12,defalt:35,default_command_vers:[80,132,149,190,217,226,230],default_token:[33,111,125,129,130],defin:[33,151,152,167,183,184,192,197,199,207,217,226],define_selector:[22,43,77],definion:183,definit:[39,44,98,111,130,155,158,161,162,163,164,167,168,171,172,180,182,183,193,194,195,196],defrag:[22,37,40,43,77],degrad:33,degre:[37,76,183,223,233],dejan:33,delai:33,delet:[18,22,33,34,35,37,39,40,41,43,61,77,92],delimit:[0,33,40,140,202,205,223],demerit:203,demo:225,depend:[0,3],deprec:[33,37,39,40,41,70,78,86,124,130,132,134,147,158],deriv:[153,215],descend:[33,130,133,152],describ:[3,5,6,7,8,17,18,19,20,21,23,24,25,26,27,28,29,30,31,33,41,44,45,70,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,144,145,147,149,152,154,162,163,172,182,183,186,187,188,192,193,194,195,196,197,198,199,200,202,205,206,217,226,228,229],descript:[6,7,8,22,33,39,40,41,43,89,110,111,114,115,129,130,131,132,134,140,141,149,152,182,183,193,197,199],descriptor:152,design:[39,130,209,223],desin:215,desktop:[8,31],dest:[146,147,223],dest_kei:64,dest_key_s:64,destin:[33,61,87],detail:[0,1,3,17,24,25,26,28,30,33,39,40,41,70,76,81,87,89,95,100,111,113,117,119,120,124,129,130,131,132,134,136,137,138,140,148,149,150,152,168,182,183,185,193,206,207,215,223,224,226,233],detect:[6,28,33,37,39,140,149],determin:[130,181,226],dev:[2,6,7,12,14,25,30,33,37,39,40,41],devel:[24,26],develop:[0,3],devic:0,dewangga:33,dgrn_with_debug:7,dgrn_with_mrubi:[7,8],dialog:40,dic:[26,27],dicrc:27,dictionari:[26,27,33,35,39,40,41,186,205],didn:[33,41],differ:[19,33,39,41],difficult:0,digest:211,digit:[41,111,130,134,185,193,200,205],dinam:181,dinner:0,dir:148,direct:[39,40],directli:[183,229],directori:[6,7,17,28,33,37,39,40,41,70,149,152,153,192],directory_not_empti:217,disabl:[18,28,33,35,37,38,39,40,41,118,130,147,149,152,182,185,199],discard:40,discuss:[2,19],disk:[33,95,100,116,134,193,228],displai:[39,167],dist:12,distanc:[0,39,158,183,188,233],distinct:[32,152,231],distribut:[12,23,24,25,26,28,30,31,39,41,111,197],divid:[0,183,196,223],divis:41,dll:[33,37,39,41,70],do_gqpt:148,do_gqtp:148,do_http:148,do_loc:148,doc:[12,16,17,18,33,37,38,39,40,41,149,232],doc_bodi:232,documenataion:79,document:[0,3,5,6,7,8,12],document_index:[161,162],document_vers:12,document_version_ful:12,documents_content_index:[168,171],docutil:12,doe:[0,25,33,39,40,66,76,130,133,145,149,172,182,183,215,223,226],doesn:[28,33,39,40,41,46,61,70,79,87,89,91,95,110,111,113,116,117,118,126,129,130,131,134,137,139,140,149,152,155,171,182,183,184,186,188,189,192,193,194,196,197,199,200,203,204,205,206,210,211,232],domain:[16,33,39,41,54,61,70,89,91,135,137,147],domain_error:217,don:[17,23,28,33,37,41,47,50,51,54,66,76,82,89,95,100,101,102,103,104,109,110,125,130,131,134,147,149,150,152,167,182,183,184,186,190,192,194,195,196,202,205,211,214,217,226,230],done:[41,46,47,100,130,149],dot:39,doubl:[33,37,39,40,41,101,114,129,130,134,140,182,183,203,207,226],doubt:224,down:[22,40,41],downcas:186,download:[12,24,25,26,27,28,29,30,31],downtim:[44,210],draw:225,drildown:[22,222],drill:229,drilldown:[22,33,37,40,41,74,96],drilldown_calc_target:41,drilldown_calc_typ:41,drilldown_filt:33,drilldown_limit:[33,96],drilldown_offset:[33,96],drilldown_output_column:[41,96],drilldown_result1:130,drilldown_result2:130,drilldown_result:130,drilldown_result_1:130,drilldown_result_2:130,drilldown_result_for_column1:130,drilldown_result_for_column2:130,drilldown_result_for_kei:130,drilldown_result_for_labeled_drilldown:130,drilldown_result_n:130,drilldown_sort_kei:33,drilldown_sortbi:[33,96],drilldown_xxx:130,droonga:[164,197],drop:[33,37,39,40,41],due:[0,171],dump:[22,33,35,37,39,40,41,43,50,77],dump_index:33,dump_plugin:33,dump_record:33,dump_schema:33,duplic:[33,41],dure:[25,39,226],dynam:[0,33,38,149,226],each:[0,5,23,28,33,37,40,54,76,81,82,89,101,108,109,110,113,115,126,130,132,133,140,141,143,149,152,161,167,168,183,185,194,199,200,202,203,217,221,223,224,225,226,227],each_nam:33,ealier:39,eanbl:6,ear:140,earch:140,earlier:[33,37,142,186],easi:[0,41,147,152,181,192,194,211,230],easier:194,easili:[33,41],echo:118,eclips:17,ecmascript:[39,40,130,181,183],edict2grn:41,edit:[3,12],edit_dist:[22,33,34,43,154],editor:17,editrc:37,effect:[33,39,100,101,147,195,229],effici:[0,33,76,109,228],egg:228,eight:226,either:[19,40,130,155,182,183,193,228],eito:40,el5:24,elaps:[37,79,132,152,183,185,190,207],elapsed_tim:[79,185],element1:[76,183],element2:[76,183],element3:76,element:[33,39,40,41,76,79,83,171,223,226],elfr:39,elimin:40,ellip:[158,159],ello:33,els:[33,41],emac:17,embed:[0,33,147,149,162,171,192],embedd:33,emerg:[105,106,147,149,185],emit:39,emphas:163,empti:[33,37,40,41,89,92,93,94,129,130,182,207],enabl:[3,6,7,8,12,17],enable_tokenized_delimit:140,enci:148,enclos:[101,226],encod:23,encodiong:183,encount:[23,24,25,26,30,31],encyclopedia:207,end:[33,146,158,182,183,190,193,205],end_of_data:217,end_tagn:161,endian:41,endpoint:[152,153],eng:[133,199],engi:[133,199],enginen:199,english:[2,14,17,18,19,37,40,41,130,199,205],enhanc:42,enorm:[33,225],enough:[0,33,41,221,228],enourm:202,ensur:[33,200],enter:[33,40,217,226],entiti:0,entranc:226,entri:[33,40,47,56,84,86,87,88,90,96,97,98,101,102,103,104,111,125,130,136,145,161,162,172,182,183,206,228,229],entries_20150708:111,entries_20150709:111,entries_content_index:[130,182,183,206],entries_content_index_20150708:111,entries_content_index_20150709:111,entries_key_index:[130,182,183,206],entries_key_index_20150708:111,entries_key_index_20150709:111,entries_numb:33,entries_yyyymmdd:111,entry1:87,entry_20150708:111,entry_20150709:111,entry_bodi:[88,125],entry_kei:125,entry_selector:96,entrykei:136,enumer:226,env:192,envelop:33,enviromn:33,environ:[6,7,8,21,23,24,28,31,33,37,38,40,41,149,192],epel:[24,39],epoch:[223,229],equat:158,era:0,eric:155,errno:[33,41],error:[0,6,7,22,23,24,25,26,28,30,31,33,37,38,39,40,41,44,47,48,51,52,54,55,61,69,70],error_cod:70,error_loc:79,error_messag:79,errror:193,escal:23,escap:[39,40,41,54,161],escape_charact:54,escaped_charact:54,escaped_queri:54,escaped_str:54,escaps:[161,162,171],especi:33,essenti:[25,30,149],establish:[217,226],estim:[33,55,138,221],estimate_s:33,estimated_s:[33,138],etc:[3,12,25,27,39,149,192,206,211,215,221,223,226],etim:146,euc:[40,147,205],euc_jp:28,eval:127,evalu:[33,40,127,129,172,182,183,193,205],evaluated_valu:127,evalud:127,even:[0,23,24,25,26,30,31,33,39,40,41,108,118,131,183,196,199,228],event:[33,152,211],event_dataset:[151,153],event_queri:[133,151,152,153,199,200,202],event_typ:[151,152],ever:40,everi:224,everyon:230,evil:[152,183],exact:[11,44,109,130,134,203],exactli:221,exampl:[0,3,8,18,20],exce:[33,39,40],exceed:221,excel:192,except:[26,33,37,39,41,44,76,87,117,125,127,128,130,134,140,149,164,171,182,188,193,203,205,206],exclam:33,exclud:[39,40,41,99,101,108,110,111,113,155],exclude_t:40,exclus:33,excut:40,exec_format_error:217,execut:[0,22,25,28,31,33,37,39,40,41,43,44,51,66,76,79,82,84,87,89,91,92,93,94,95,98,100,101,102,103,104,108,109,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],exist:[1,18,33,39,40,41,44,52,61,100,101,110,111,112,113,116,118,126,130,136,145,147,149,153,155,164,183,194,197,205,215,217,223,226,228,233],exit:[33,39,40,143,145,147],exit_failur:69,exit_success:69,expand:[22,33,39,40,43,119,120,124,130,134],expans:[22,33,37,39,130,168,192,222],expect:[41,189,193,195,205,223],experiment:[33,37,38,39,40,41,47,52,108,114,120,126,127,128,145,161,162,171,193,195,196,205],expir:[33,84,149],explain:[33,152,223,226],explicitli:[18,33,39,100,131,149],exploit:0,expnas:192,expornenti:183,expr:54,express:[8,22,31,33,37,39,40,43,54,98,128,130,149,158,181],ext:140,extend:[41,193,228,232],extens:190,extract:[0,17,28,31,33,39,41,54,130,134,162,171,172],extrct:183,f10399c0:12,facet:130,fact:[130,225],faction:229,factor:[41,130],fail:[33,37,39,40,41,46,47,70,87,92,95,100,113,118,119,120,124,130,134,136,137,182,226],failur:[12,33,39,41,46],fallback:33,fals:[12,33,34,40,41,87,88,91,92,94,95,98,102,103,104,113,116,118,125,126,129,136,140,142,155,161,164,168,172,182,183,205,207,223,231],famili:[140,183],familiar:224,fast:[0,33,72,79,101,111,130,134,140,158,161,162,163,164,171,182,183,188,193,194,196,203,210,211,225,226,228],faster:[28,33,37,40,41,205,209],fastest:44,fatal:41,fault:39,favorit:17,favorited_bi:229,fbnteqr:33,featur:[0,6,7,8,17,33,37,39,41,44,51,52,76,82,87,108,109,111,114,115,120,126,130,133,134,136,139,140,141,145,147,149,152,158,161,162,167,168,171,181,182],feb:108,fedora:[12,18,22,23],fedoraproject:24,feel:[41,193],fetch:[41,202,228],few:[130,210,211],ff01:33,ff1f:33,ff76:186,ff9e:186,ffef:205,fff0:205,fffe:140,fget:33,field:[33,89],figur:188,file:[3,12],file_corrupt:217,file_exist:217,file_too_larg:217,filename_too_long:217,fill:183,filter:[22,25,30,33,37,39,40,41,43,44,76,87,96,98],fin:62,find:[0,3,17,18,28,31,33,64,87,91,130,133,137,161,162,167,171,186,189,197,199,200,202,204,205,226],finish:[33,69,126,131,185],firefox:17,firewood:[39,40],first:[17,28,31,33,37,40,41,51,70,79,89,111,126,130,134,149,161,162,171,182,183,192,193,194,211,215,223,225,226,228,229,232],five:[79,155,226],fixed_size_type_vector_column:33,flag:[32,33,37,38,39,41,48,51,54,58,61,64,65,67,70,76,85,88,89,91],flanc:158,flexibl:[0,168,181],flow:3,flower:223,fluent:13,flush:[33,100],flushviewoffil:33,focus:226,folder:[8,31],follow:[2,17,18,21,25,28,31,32,33,37,39,40,41,44,48,69,70,76,79,87,89,91,100,101,109,111,113,114,115,116,117,118,129,130,133,134,136,137,139,140,141,147,149,150,151,152,153,158,161,162,168,171,172,180,182,183,185,188,190,192,193,194,195,196,197,199,200,201,202,205,206,207,209,211,214,217,221,223,224,225,226],followe:229,fontain:37,footnot:[158,226],forc:39,force_prefix:[33,140,205],foreground:147,forget:[76,102,167],fork:[17,147],form:[37,40,130,149,181,182,186,214,217,226,229,230],form_1:226,form_2:226,format:[17,22,33,38,39,41,42,43,50,70,77],former:[44,152,186,192],formula:[158,221],found:[28,31,39,40,55,64,130,189,201,205],four:[79,87,147,185,203,226],fraction:[0,223,229],fragment:97,francisco:158,frank:155,freebsd:[22,33,43],freed:[33,41,47,52,132],freq0:[152,202],freq1:[152,202],freq2:[152,202],freq:152,frequenc:[33,41,133,138,194,195,196,227],frequency_threshold:[37,133,152,199,200,202],frequent:194,fresh:184,friend:[3,225],friendli:39,friendship:225,from:0,from_column:87,fromtabl:87,fsf:39,ftb:42,ftp:[12,148],ful:140,full_nam:129,fullfil:215,fulli:[39,149],fulltext:[24,25,26,30,45,111,130,134,140,147,161,162,168,171,182,183,186,188,203,215,228],fullwidth:33,fumiyasu:37,funa:41,func:[51,62,66,70],functin:183,function_nam:79,function_not_impl:217,furigana:133,further:223,futur:[37,40,76,108,114,127,128,158,193,211,217],fuzzi:[33,134],fuzzy_search:[22,33,43,154],g0763d91:80,g8029ddb:[226,230],ga54c5f8:148,garbag:[37,40,41,85,152],gat:[224,226,233],gb6fd7f7:132,gb87d9f8:190,gcc:[24,26,28,29,37,39,40],gdb:[6,7],gem:12,gemfil:39,gener:[3,6],genki:40,geo_dist:[22,37,39,40,43,154],geo_distance2:[37,158],geo_distance3:[37,158],geo_in_circl:[22,37,40,43,154],geo_in_rectangl:[22,33,34,35,37,40,43,154],geodet:[207,233],geograph:[158,223],geoindex:225,geoloc:[22,41,43,187],geometri:[33,37],geopoint:158,geosit:225,get:[0,2,12,17,18,22,25,28,30,33,37,39,41,47,51,55,70,84,93,109,112,118,130,138,139,140,143,147,150],getaddrinfo:39,getenv:33,gettext:[17,18],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],give:[0,168],given:[39,40,168,225],glaser:33,glib:40,global:[18,22,33,39,40,43,45],glossari:[21,22,43],gmo:41,gnu:[3,5],gnupg2:12,gobject:33,golubchik:33,gone:225,goo:[182,183],good:[0,17,28,111,130,138,140,182,183,184,204,205,228],googl:[130,182,194,195,196,201],goronga:31,goroo:209,got:[40,41],gpg:12,gpl:42,gqtp:[0,1,22,24,25,26,30,33,39,40,41,83,146,147,148,208],grace:[33,131],gram:[0,33,140,183,226],grand:229,graph:0,greas:223,gregex:40,grep:[24,25,26,30],grn1:228,grn2:228,grn3:228,grn:[99,149],grn_address_is_in_us:83,grn_address_is_not_avail:83,grn_api:54,grn_arg_list_too_long:83,grn_bad_address:83,grn_bad_file_descriptor:83,grn_between_too_many_index_match_ratio:41,grn_bool:61,grn_bool_rc:51,grn_broken_pip:83,grn_builtin_typ:[61,67],grn_bulk:[33,54],grn_bulk_vsiz:[51,54],grn_cach:[22,33,43,45],grn_cache_clos:47,grn_cache_current_get:47,grn_cache_current_set:47,grn_cache_get_max_n_entri:47,grn_cache_open:47,grn_cache_set_max_n_entri:47,grn_cancel:[82,83],grn_cas_error:83,grn_column:[22,43,45],grn_column_cr:48,grn_column_get_all_index_data:33,grn_column_index:48,grn_column_index_upd:48,grn_column_nam:48,grn_column_name_id:48,grn_column_name_id_len:48,grn_column_name_kei:48,grn_column_name_key_len:48,grn_column_name_nsubrec:48,grn_column_name_nsubrecs_len:48,grn_column_name_scor:48,grn_column_name_score_len:48,grn_column_name_valu:48,grn_column_name_value_len:48,grn_column_renam:48,grn_column_t:48,grn_column_trunc:[41,48],grn_command_error:83,grn_command_input_get_argu:33,grn_command_vers:[22,43,45],grn_command_version_default:33,grn_command_version_max:49,grn_command_version_min:49,grn_command_version_st:49,grn_cond:66,grn_conf_get:33,grn_conf_set:33,grn_config_cursor_get_kei:33,grn_config_cursor_get_valu:33,grn_config_cursor_next:33,grn_config_cursor_open:33,grn_config_delet:[33,92],grn_config_get:33,grn_config_set:33,grn_connection_refus:83,grn_content_json:50,grn_content_msgpack:50,grn_content_non:50,grn_content_tsv:50,grn_content_typ:[22,43,45],grn_content_xml:50,grn_ctx:[22,33,39,43,45,46,47,48],grn_ctx_at:[39,51],grn_ctx_batch_mod:41,grn_ctx_close:[37,41,51],grn_ctx_db:51,grn_ctx_fin:[39,51],grn_ctx_get:[48,51],grn_ctx_get_all_norm:33,grn_ctx_get_all_t:[33,51],grn_ctx_get_all_token:33,grn_ctx_get_all_token_filt:33,grn_ctx_get_all_typ:33,grn_ctx_get_command_vers:51,grn_ctx_get_match_escalation_threshold:60,grn_ctx_get_output_typ:51,grn_ctx_init:[37,51],grn_ctx_is_open:[33,51],grn_ctx_open:[37,51],grn_ctx_output_nul:33,grn_ctx_output_uint64:33,grn_ctx_per_db:[37,51],grn_ctx_recv:41,grn_ctx_send:[47,50,51],grn_ctx_set_command_vers:51,grn_ctx_set_fin:51,grn_ctx_set_match_escalation_threshold:60,grn_ctx_set_output_typ:51,grn_ctx_t:83,grn_ctx_use:51,grn_ctx_use_ql:41,grn_cursor_ascend:65,grn_cursor_by_id:65,grn_cursor_by_kei:65,grn_cursor_descend:65,grn_cursor_gt:65,grn_cursor_lt:65,grn_cursor_prefix:65,grn_cursor_rk:65,grn_dat:37,grn_dat_repair:38,grn_db:[22,38,43,45],grn_db_creat:52,grn_db_create_optarg:52,grn_db_float:33,grn_db_int:61,grn_db_kei:38,grn_db_open:52,grn_db_recov:[33,41,52],grn_db_register_by_nam:36,grn_db_text:54,grn_db_touch:[35,52],grn_db_unmap:[33,52],grn_default_logger_get_path:39,grn_default_logger_get_rotate_threshold_s:33,grn_default_logger_set_path:39,grn_default_logger_set_rotate_threshold_s:33,grn_default_query_logger_get_path:39,grn_default_query_logger_get_rotate_threshold_s:33,grn_default_query_logger_set_path:39,grn_default_query_logger_set_rotate_threshold_s:33,grn_directory_not_empti:83,grn_domain_error:83,grn_dump_column_create_flag:33,grn_dump_table_create_flag:33,grn_ecmascript:44,grn_enc_utf8:[53,65],grn_encod:[22,43,45],grn_encoding_pars:53,grn_encoding_to_str:53,grn_end_of_data:83,grn_exec_format_error:83,grn_expr_add_var:54,grn_expr_alloc:54,grn_expr_append_const:[11,54],grn_expr_append_const_int:54,grn_expr_append_const_str:54,grn_expr_append_obj:[11,54],grn_expr_append_op:[11,54],grn_expr_clos:54,grn_expr_compil:54,grn_expr_creat:54,grn_expr_create_for_queri:11,grn_expr_estimate_s:33,grn_expr_exec:[33,51,54],grn_expr_get_keyword:54,grn_expr_get_var_by_offset:54,grn_expr_pars:54,grn_expr_syntax_escap:54,grn_expr_syntax_escape_queri:54,grn_expr_syntax_expand_queri:33,grn_expr_take_obj:33,grn_expr_var:[62,70],grn_fals:[51,61],grn_file_corrupt:83,grn_file_exist:83,grn_file_read:33,grn_file_too_larg:83,grn_filename_too_long:83,grn_fin:[33,69],grn_float_valu:33,grn_function_not_impl:83,grn_geo:[22,43,45],grn_geo_cursor_next:55,grn_geo_cursor_open_in_rectangl:55,grn_geo_estimate_in_rectangl:[37,55],grn_geo_point:55,grn_geo_select_in_circl:37,grn_geo_select_in_rectangl:[37,55],grn_geo_table_sort:33,grn_get_default_command_vers:49,grn_get_default_encod:53,grn_get_default_match_escalation_threshold:60,grn_get_global_error_messag:33,grn_get_lock_timeout:46,grn_get_package_label:33,grn_hash_siz:33,grn_hash_tini:33,grn_hook:[22,43,45],grn_hook_entri:56,grn_hook_get:56,grn_hook_select:56,grn_hook_set:56,grn_id:[48,51,54,57,58,59,61,64,65,70],grn_id_nil:[51,54,64,65],grn_ii:[22,43,45],grn_ii_buff:57,grn_ii_buffer_append:57,grn_ii_buffer_clos:57,grn_ii_buffer_commit:57,grn_ii_buffer_open:57,grn_ii_cursor:33,grn_ii_cursor_clos:33,grn_ii_cursor_next:33,grn_ii_cursor_open:33,grn_ii_cursor_set_min:33,grn_ii_cursor_set_min_en:33,grn_ii_estimate_size_for_lexicon_cursor:33,grn_ii_estimate_size_for_queri:33,grn_ii_overlap_token_skip_en:33,grn_ii_posting_add:33,grn_illegal_byte_sequ:83,grn_improper_link:83,grn_in_values_too_many_index_match_ratio:41,grn_inappropriate_i_o_control_oper:83,grn_incompatible_file_format:83,grn_index_chunk_split_en:33,grn_index_cursor:[22,43,45],grn_index_cursor_next:[40,58],grn_index_cursor_open:58,grn_info:[22,43,45],grn_info_typ:59,grn_init:[33,39,66,69,185],grn_input_output_error:83,grn_int32_value_float_valu:33,grn_interrupted_function_cal:[83,126],grn_invalid_argu:[61,64,65,83],grn_invalid_format:83,grn_invalid_seek:83,grn_io_open:118,grn_io_use_spars:33,grn_io_vers:41,grn_is_a_directori:83,grn_itoh:37,grn_ja_skip_same_value_put:40,grn_log_level:70,grn_log_level_pars:33,grn_log_level_to_str:33,grn_log_path:39,grn_logger:39,grn_logger_info:39,grn_logger_reopen:39,grn_logical_range_filter_en:33,grn_logical_range_filter_threshold:33,grn_lzo_error:83,grn_match_escal:[22,43,45],grn_mecab_chunk_size_threshold:33,grn_mecab_chunked_tokenize_en:33,grn_mutex:66,grn_network_is_down:83,grn_ngram_tokenizer_remove_blank_dis:33,grn_no_buff:83,grn_no_child_process:83,grn_no_locks_avail:83,grn_no_memory_avail:83,grn_no_space_left_on_devic:83,grn_no_such_devic:83,grn_no_such_device_or_address:83,grn_no_such_file_or_directori:83,grn_no_such_process:83,grn_normalizer_error:83,grn_not_a_directori:83,grn_not_enough_spac:83,grn_not_socket:83,grn_obj:[22,33,39,41,43,45,48,51,52,54,55,56,57,58,59],grn_obj_add_hook:56,grn_obj_append:61,grn_obj_cast:33,grn_obj_cast_by_id:61,grn_obj_check:61,grn_obj_clear_lock:[37,61],grn_obj_clos:[11,33,41,51,58,61],grn_obj_column:61,grn_obj_column_index:[48,58],grn_obj_column_scalar:48,grn_obj_column_vector:48,grn_obj_compar:61,grn_obj_compress_lzo:48,grn_obj_compress_zlib:48,grn_obj_db:52,grn_obj_decr:61,grn_obj_defrag:61,grn_obj_delete_by_id:[37,61],grn_obj_delete_hook:56,grn_obj_expir:61,grn_obj_fin:[51,54],grn_obj_flag:[48,54,64,67,70],grn_obj_flush:33,grn_obj_flush_recurs:33,grn_obj_get:61,grn_obj_get_element_info:59,grn_obj_get_hook:56,grn_obj_get_info:59,grn_obj_get_nhook:56,grn_obj_get_rang:61,grn_obj_get_valu:[37,61],grn_obj_id:61,grn_obj_incr:61,grn_obj_init:61,grn_obj_is_accessor:33,grn_obj_is_builtin:[37,61],grn_obj_is_function_proc:33,grn_obj_is_key_accessor:33,grn_obj_is_lock:61,grn_obj_is_normalizer_proc:33,grn_obj_is_proc_proc:33,grn_obj_is_scorer_proc:33,grn_obj_is_selector_proc:33,grn_obj_is_t:33,grn_obj_is_text_family_typ:33,grn_obj_is_token_filter_proc:33,grn_obj_is_tokenizer_proc:33,grn_obj_is_tru:33,grn_obj_is_typ:33,grn_obj_key_float:67,grn_obj_key_int:67,grn_obj_key_norm:64,grn_obj_key_uint:67,grn_obj_key_var_s:67,grn_obj_key_with_si:64,grn_obj_lock:61,grn_obj_nam:61,grn_obj_own:33,grn_obj_path:[40,61],grn_obj_path_by_id:[38,61],grn_obj_persist:[48,64],grn_obj_prepend:61,grn_obj_reindex:33,grn_obj_reinit:61,grn_obj_remov:[33,37,61],grn_obj_remove_depend:33,grn_obj_renam:61,grn_obj_search:[33,63],grn_obj_set:61,grn_obj_set_element_info:59,grn_obj_set_fin:62,grn_obj_set_info:59,grn_obj_set_mask:61,grn_obj_set_valu:[61,65],grn_obj_table_dat_kei:37,grn_obj_table_hash_kei:[64,65],grn_obj_table_no_kei:[64,65],grn_obj_table_pat_kei:[64,65],grn_obj_type_to_str:33,grn_obj_unlink:[51,61],grn_obj_unlock:61,grn_obj_user_data:68,grn_obj_vector:[51,54,61],grn_obj_with_posit:48,grn_obj_with_sect:48,grn_obj_with_weight:48,grn_object_corrupt:83,grn_op_adjust:[11,33,63],grn_op_and:[11,63],grn_op_and_not:63,grn_op_but:11,grn_op_cal:11,grn_op_fuzzi:33,grn_op_or:[11,63],grn_op_push:11,grn_op_term_extract:33,grn_oper:[48,54,55,63,64],grn_operation_not_permit:83,grn_operation_not_support:83,grn_operation_timeout:83,grn_operation_would_block:83,grn_parse_query_flag:33,grn_pat_at:35,grn_pat_cursor_next:33,grn_pat_del:33,grn_pat_fuzzy_search:33,grn_permission_deni:83,grn_plugin_calloc:33,grn_plugin_charlen:70,grn_plugin_command_cr:[41,70],grn_plugin_error:[70,83],grn_plugin_expr_var_init:[41,70],grn_plugin_fin:70,grn_plugin_fre:70,grn_plugin_get_nam:33,grn_plugin_get_ruby_suffix:33,grn_plugin_get_suffix:37,grn_plugin_get_system_plugins_dir:37,grn_plugin_init:70,grn_plugin_isspac:70,grn_plugin_log:70,grn_plugin_malloc:70,grn_plugin_mutex:70,grn_plugin_mutex_clos:70,grn_plugin_mutex_lock:70,grn_plugin_mutex_open:70,grn_plugin_mutex_unlock:70,grn_plugin_proc_alloc:70,grn_plugin_proc_get_var:[41,70],grn_plugin_proc_get_var_bool:33,grn_plugin_proc_get_var_by_offset:[41,70],grn_plugin_proc_get_var_int32:33,grn_plugin_proc_get_var_str:33,grn_plugin_realloc:70,grn_plugin_regist:[36,70],grn_plugin_win32_base_dir:[33,70],grn_plugin_windows_base_dir:[33,70],grn_plugins_dir:33,grn_post:[55,58],grn_proc:[22,43,45],grn_proc_creat:62,grn_proc_func:[51,62,70],grn_proc_funct:70,grn_proc_get_info:62,grn_proc_get_typ:41,grn_proc_set_selector:41,grn_proc_typ:62,grn_ptr:33,grn_ptr_init:[51,54],grn_ptr_value_at:[51,54],grn_pvector:[33,51,54],grn_qlog_path:39,grn_queri:39,grn_query_expander_tsv_synonyms_fil:192,grn_range_error:83,grn_rc:[46,47,48,49,51,52,53,54,55,56,57,59,60,61,62,63,64,65,69,70],grn_read_only_file_system:83,grn_request_canceler_cancel_al:33,grn_resource_busi:83,grn_resource_deadlock_avoid:[61,83],grn_resource_temporarily_unavail:83,grn_result_too_larg:83,grn_retry_max:83,grn_scorer_error:83,grn_search:[22,43,45],grn_search_optarg:[33,63],grn_select:130,grn_selector_func:41,grn_set_default_command_vers:49,grn_set_default_encod:53,grn_set_default_match_escalation_threshold:60,grn_set_lock_timeout:46,grn_snip:[39,41],grn_snip_clos:41,grn_socket_is_already_connect:83,grn_socket_is_already_shutdown:83,grn_socket_is_not_connect:83,grn_socket_not_initi:83,grn_stack_over_flow:83,grn_success:[46,47,48,51,52,54,61,69,70,83,185],grn_syntax_error:83,grn_t:33,grn_tabl:[22,43,45],grn_table_add:64,grn_table_at:[35,38,61,64],grn_table_column:64,grn_table_cr:64,grn_table_cursor:[22,43,45,58],grn_table_cursor_clos:65,grn_table_cursor_delet:65,grn_table_cursor_get_kei:65,grn_table_cursor_get_valu:65,grn_table_cursor_next:[35,65],grn_table_cursor_open:[35,65],grn_table_cursor_set_valu:65,grn_table_cursor_t:65,grn_table_dat_kei:64,grn_table_delet:[33,64],grn_table_delete_by_id:[33,64],grn_table_differ:64,grn_table_fuzzy_search:33,grn_table_fuzzy_search_with_transposit:33,grn_table_get:[38,64],grn_table_get_kei:64,grn_table_group:[33,64],grn_table_group_flag:[33,64],grn_table_group_result:64,grn_table_hash_kei:[55,64],grn_table_lcp_search:64,grn_table_pat_kei:64,grn_table_renam:64,grn_table_s:[11,64],grn_table_select:3,grn_table_select_enough_filtered_ratio:33,grn_table_select_sequenti:33,grn_table_setoper:[33,64],grn_table_sort:64,grn_table_sort_asc:64,grn_table_sort_desc:64,grn_table_sort_flag:64,grn_table_sort_kei:64,grn_table_trunc:[37,64],grn_table_upd:64,grn_table_update_by_id:64,grn_text_len:54,grn_text_printf:41,grn_text_valu:54,grn_text_vprintf:41,grn_thread_:[22,43,45],grn_thread_get_limit:[33,66],grn_thread_get_limit_func:66,grn_thread_set_get_limit_func:[66,139],grn_thread_set_limit:66,grn_thread_set_limit_func:66,grn_thread_set_set_limit_func:[66,139],grn_token_filter_error:83,grn_tokenize_onli:33,grn_tokenizer_error:83,grn_tokenizer_query_open:39,grn_too_large_offset:83,grn_too_many_link:83,grn_too_many_open_fil:83,grn_too_many_open_files_in_system:83,grn_too_many_symbolic_link:83,grn_too_small_limit:83,grn_too_small_offset:83,grn_true:[51,61],grn_type:[22,43,45],grn_type_cr:67,grn_unknown_error:83,grn_unsupported_command_vers:83,grn_update_not_allow:83,grn_user_data:[22,43,45,62],grn_vector_pop_el:33,grn_void:33,grn_window_function_error:83,grn_zlib_error:83,grndb:[22,33,41,43,118,144],grnline:226,grnslap:[22,43,144],grntest:[12,13,33,35,37,39],grnwrap:226,gro:[152,171],gronga:[192,201],gronnga:201,groo:[130,152],groogna:[31,38,39,130,152,182],groogna_default_command_vers:211,groonga1:78,groonga_cache_limit:40,groonga_cli:183,groonga_clone_dir:12,groonga_database_auto_cr:[39,40],groonga_dir:12,groonga_dist:39,groonga_get_thread_limit:66,groonga_log_level:40,groonga_log_path:40,groonga_n_record:40,groonga_org_path:12,groonga_path:148,groonga_query_log_path:[40,41],groonga_set_thread_limit:66,groonga_vers:37,groongau0000ful:205,grooon:152,group:[0,33,39,40,41,111,130,172],grroonga:201,gtar:29,gted:17,gtihub:37,guard:[33,196],guess:28,gui:129,gurun:181,gurunavi:33,gzip:[28,39,210],gzip_typ:211,had:[17,33,194],hai:11,half:186,halfwidth:186,hana:225,hanako:98,hand:[0,18,33,130,149,152,168,172,223,228],handl:[33,40,41,51,83,149,203,205,206,221,223],hang:40,hard:206,hardcod:108,hash:[33,37,39,40,129,134,183,203],hash_index:229,hash_kei:[117,203],hash_tag:229,hat:28,hatak:[33,41],have:[0,6,7,16,17,28,33,41,50,52,72,79,83,87,89,101,111,113,117,130,131,133,134,136,149,152,167,182,183,184,186,188,192,197,200,202,204,205,206,207,210,211,215,223,226,230],haystack:11,hdd:148,head:[41,130,146,149,217],header:[29,33,39,40,41],heavi:[100,130,209],held:33,hello:[33,111,130,138,183,184,204,205],help:[16,17,23],hemispher:39,hendro:40,here:[6,7,8,17,18,21,28,30,31,44,47,50,51,52,54,66,69,70,72,76,80,81,82,83,84,87,89,91,92,93,94,98,99,100,101,102,103,104,108,109,110,111,112,113,114,115,117,119,120,124,125,126,127,128,129,130,131,132,133,134,136,137,138,140,141,142,145,147,149,151,152,153,155,158,161,162,163,164,167,168,171,172,180,182,183,185,186,188,192,193,194,195,196,199,200,202,203,204,205,206,211,217,224,228,233],hereaft:0,hex:[183,225],hidden:0,hide:40,hideki:[33,40,41],high:[0,76,130,181,195],high_scor:87,higher:[130,133],highight_ful:161,highli:[194,195,196],highlight:[33,161,162],highlight_ful:[22,41,43,154],highlight_html:[22,33,41,43,154,161],hino:40,hiragana:[167,182,183,189,199,205],hiro:33,hiroaki:33,hiroshi:[33,37,41],hirotaka:33,hiroyuki:33,histori:37,hit:[40,130,181,231],hmm:229,hobbi:185,hoge:[147,156],hold:[223,227],home:[12,28,113,205],homebrew:[12,22,23],homepag:148,hook:21,horikoshi:37,host1:193,host2:193,host:[6,7,8,21,37,147,148,152,193,197,217,230],host_name_or_ip_address:[217,230],hostnam:[39,147,148,149,150,217],hottolink:42,hour:[46,183,185,229],how_to_use_range_index:109,howev:0,howto:33,html:[3,12],html_untag:[22,40,43,154],htpasswd:[149,211],http:[0,1,12,13,17,21,22,24,25,26,27,28,29,30,31,33,39,40,41,43,76,99,126,144,146,147,148,149],httpd:[12,22,24,25,26,30,33,37,38,39,40,41,43,47,126,139,144],httprewritemodul:149,hubeni:158,human:[89,134],hypertext:[22,222],hyphen:[134,226],i18n:[3,15],i386:[12,24,37],i686:148,ichii:37,id_column:48,idea:130,identifi:[87,98,207],ideograph:33,idf:[41,194,195,196],ieee:207,ifexist:101,iff:226,ignor:[33,37,39,40,41,52,98,114,126,130,140,182,192,203,205],ii_buff:57,ill:218,illegal_byte_sequ:217,illustr:224,imagin:[130,224],immedi:[0,33,126,131,149,152],implement:[17,33,37,39,41,42,82,87,108,111,127,128,130,149,150,158,167,183,196,197,203,209,210],implemnt:210,improper_link:217,in_valu:[22,33,41,43,154],inaccur:39,inada:40,inappropriate_i_o_control_oper:217,inc:[33,41],includ:[6,16,24,33,40,41,79,87,89,91,108,110,111,113,114,117,118,119,120,124,127,128,130,137,138,140,152,155,171,183,192,195,196,205,211,226],incompat:[33,39,40,41],incompatible_file_format:217,incorrect:41,increas:[0,6,7,33,66,76,115,127,130,132,140,141,152,158,193,196,205,206],increment:81,incres:41,independ:[0,109],index_1:129,index_2:129,index_blog:228,index_column:[33,41,100],index_column_nam:129,index_column_name_with_table_nam:129,index_friend:225,index_messag:228,index_n:129,index_point:225,index_tag:225,index_titl:228,indexblog1:228,indexblog2:228,indexbuf:48,indic:[40,140,158,185,226,231],infinit:[33,37,39,41,134],info:[33,105,106,147,149,193,196],inform:[0,2,17,22,33,38,39,40,47,51,89,117,119,124,127,128,129,130,147,185,186,222,225],inherit:40,inhibit:38,init:[25,28,39,40,41,62],initi:[33,37,39,41,51,69,70],innodb:0,input:[33,37,40,50,79,101,130],input_file_nam:79,input_output_error:217,input_typ:101,insensit:[130,167,193],insert:[39,171,226],inspect:[33,40,41,117,129],inst:40,instal:[0,3],instantli:[0,171],instead:[21,23,26,28,31,33,37,39,40,41,51,70,86,111,124,130,132,134,147,149,158,161,162,171,181,182,183,186,188,193,203,215,217,232],instroduc:40,instruct:[33,152],insuffici:[33,223],int16:[35,40,117,129],int32:[33,39,40,41,76,87,91,111,117,129,130,133,134,137,142,152,155,158,168,182,183,194,195,196,199,200,202],int64:[40,41,111,117,129,130],int8:[35,40,41,117,129],integ:[33,76,83,117,130,139,147],integr:[21,39,40,223],intel:148,intend:[39,41,172,182,228],intens:149,interact:[217,226],interest:[3,33,193,226],interfac:[39,152,190,226],intern:[33,38,40,41,47,50,51,171,223],internet:[0,181],interpret:[12,38,182],interrupted_function_cal:217,introduc:[3,33,41,149],introduct:[3,15,17],introspect:39,intuit:231,inv_res_column:148,inv_thread_column:148,invalid:[33,37,39,40,41,53,70,100,130,134],invalid_argu:217,invalid_format:217,invalid_seek:217,invers:[41,194,196],investig:[40,221,224],io_flush:[22,33,43,77],ipa:26,ipad:[26,27,205],iptabl:[211,230],is_a_directori:217,is_anim:223,is_removable_t:136,is_stop_word:[33,41,138,204],isn:[6,7,8,24,28,33,39,40,41,44,51,52,66,79,82,84,89,100,101,109,111,113,117,127,128,129,130,133,134,136,147,149,171,182,192,197,199,200,201,205,217],iso:183,isob:40,isssu:40,issu:3,itagaki:35,item:[33,44,92,93,94,130,133,134,143,152,167,199,200,202,211,215],item_:133,item_dataset:[151,202],item_queri:[133,151,152,199,200,202],item_query_kana:152,item_query_kei:152,items_index:167,iter:[33,183],itself:[40,41,76,140,182,192,193],ivh:[24,26],iwai:[33,38,39,40],iwamatsu:33,jacob16bit:33,jame:231,jan:229,januari:183,japan:[98,199,224,230,233],japanes:[0,2,17,19,39,41,182,183,189,199,205],jason:231,javascript:[12,22,37,149,150,222,230],jeff:231,jekyl:12,jemalloc:41,jennif:231,jersei:229,jessi:[12,22,23],jinja2:12,jiro:225,job:148,john:[98,231],join:2,joseph:231,jqueri:41,json:[33,35,37,39,41,50,76],jsonp:[33,152],juli:33,juman:26,jumand:26,jun:[33,41],just:[6,7,17,21,23,24,25,26,28,29,30,31,33,37,39,40,41,47,52,61,69],kagami:33,kakesa:33,kana:[133,151,152,189,199,200,202],kanako:40,kanji:[189,205],kashihara:41,katagiri:40,katakana:[133,167,186,189,199,205],kawada:41,kawaji:39,kazuhiko:[39,41],kazuhiro:40,keep:[32,33,37,47,51,76,82,184,195,196,205],kei:[0,12,22,32,33,38,39,40,41,44,61,64,65,76,87],ken:225,kenichi:[35,37],kentaro:40,kernel:[39,206],key1:87,key_1:129,key_2:129,key_column:48,key_index:136,key_larg:[32,33,134],key_length:217,key_n:129,key_nam:[111,130],key_norm:[33,39,134,186],key_siz:64,key_typ:[64,129],key_with_si:[134,182,183,231],keyboard:130,keybuf:64,keyr:[25,39],keys_zon:149,keyword1:[39,161],keyword2:[39,161],keyword:[33,39,40,54,109,130,134,161,162,168,171,182,194,195,196,201,225,226,228],keyword_cont:54,keyword_s:54,kfc:188,kill:131,kind:[0,207,224,226,232,233],kinjir:225,kisk:39,kitaiti:33,kiyokawa:33,klose:33,know:[33,100,130,145,205,224,225,229],knowledg:0,known:[0,40,108,171,183,194,226,230],koi8r:[28,39,147],koji:39,konishi:40,korea:224,kosuk:40,kou:113,kouhei:40,kuriyama:[33,41],kwic:171,kytea:[28,39,40,140],label1:[41,111,130],label2:[111,130],label:[33,40,41,87],label_1:130,label_2:130,label_n:130,lager:40,lake:188,langasek:33,languag:[0,1,3],larg:[0,33,39],larger:[33,41,76,82,95,111,130,134,147,153,171,202,203,206,217],larget:126,largetext:203,last:[33,39,51,140,152,205],last_modifi:229,lat:148,latenc:148,later:[33,37,39,40,41,87,108,130,147,161,162,163,172,186,193,197,226],latest:[2,3,6,7,8],latin1:[28,39],latin:147,latinov:33,latitude_in_degre:183,latitude_in_degreexlongitude_in_degre:183,latitude_in_msec:183,latitude_in_msecxlongitude_in_msec:183,latter:[44,152,186,192],launchpad:[12,30,41],layer:33,layout:12,lc_messag:17,lcov:14,lead:[130,171,226],leak:[33,35,37,39,40,41,88,132],leakag:232,leaner:153,lear:202,learn:[40,111,130,133],learner:[22,33,41,43,144,151],least:[33,39,84,172,182,206,221],left:[33,55],left_hand_side_el:33,leftmost:183,lemon:44,length:[33,39,70,223],let:[22,76,108,111,130,136,158,184,205,222,223,225,226,228],letter:186,level:[33,39,40,41,70,105,106,147,149,153,185,217,224],lexcon:226,lexicon2:228,lexicon:[22,33,99,125],lexicon_t:148,lgpl:42,lib:[27,35,40,111,119,120,124,145,149,215],libedit:[26,28,33,37,39],libev:[25,28,30,38],libgcc_s_sjlj:41,libgroonga:[20,226],liblzo2:[25,30],libmecab:[12,25,30],libmemcach:14,libmsgpack:[25,30],libstemm:41,libtool:[6,33],libwinpthread:41,libzmq:[25,30],licens:[12,39,41,42],life:33,lifecycl:21,light:[91,116,137,209],like:[2,22,28,33,41,48,76,89,91,111,116,118,130,133,137,147,149,152,158,167,172,181,182,183,188,193,195,196,199,205,209,211,222,224,229],limit:22,line:[6,7,8,14,17,18,21,28,31,33,37,39,41,51,79,129],line_cont:79,line_numb:79,link:[33,39,41,130,182,183,223,224,230],linux:[3,5],lion:39,listen:[39,149,211,217,230],liter:[33,37,39,40,161,162,171,182],live:[134,229],lldb:[6,7],llt:140,load:[22,33,35,37,38,39,40,41,43,44],loaded_valu:128,local:[0,6,7,12,17,18,27,28,147,149,183],localhost:[12,126,146,147,148,149,152,190,211,217],localstatedir:23,location_in_groonga:79,location_in_input:79,location_str:229,lock_acquir:[22,33,43,77],lock_clear:[22,33,41,43,77,86,102],lock_releas:[22,33,43,77,102],log1:87,log:[12,22,23],log_20160320:113,log_level:[22,33,43,77],log_put:[22,33,43,77,105],log_reopen:[22,43,77,105,106],log_repoen:39,logal:21,logger:[33,39],logic:[33,39,108,110,111,112],logical_:[109,197],logical_count:[22,33,43,77],logical_filt:110,logical_paramet:[22,33,43,77],logical_range_filt:[22,33,43,77,109],logical_select:[22,33,43,77],logical_shard_list:[22,33,43,77],logical_table_nam:[111,197],logical_table_remov:[22,33,43,77,100],logicaltableremovecommand:113,login:206,logo:39,logrot:[33,39,41],logs_20150203:[108,110,113],logs_20150204:108,logs_20150205:108,logs_20150801:112,logs_20150802:112,logs_20150814:197,logs_20150815:197,logs_20150930:112,logs_20160318:113,logs_20160319:113,logs_20160320:113,logs_message_index:193,logs_timestamp:125,logyyyymmddhhmmss:152,london:158,longer:[42,51,102],longest:[37,64,183],longitude_in_degre:183,longitude_in_msec:183,longitudexlatitud:40,longtext:[44,55,117,129],look:83,loop:[33,39,41],loose_items_index:167,looseitem:167,lost:33,lot:40,lower:[130,134,140,193,226],lru:84,lte:140,lucid:[35,40],lunch:0,lz4:23,lzo:[37,39,40,41,88],lzo_error:217,m64:29,mac:[22,23],machin:[41,147],macport:[22,23],macro:[33,37,40,41],made:[33,37,39,226],madrid:158,mai:[0,20,28,32,33,37,39,40,41,47,48,52,66,79,89,91,100,102,103,104,108,114,116,126,127,128,129,132,133,134,136,137,145,149,152,182,183,192,193,194,195,196,203,205,206,211,225,228],mail_column:148,mailarch:12,main:[12,25,66],mainli:[41,229],mainlin:[33,41],mainstream:0,maintain:205,mainten:205,major:23,make:[0,3],makecach:[24,39],makefil:[7,8],makoto:33,malfunct:33,malloc:41,man:33,manag:[0,18,21,28,44,51,52,81,95,117,126,143,145,147,149,171,192,203,211,230],mani:[0,3,17,28,33,37,40,41,66,76,100,108,110,111,113,130,134,136,138,140,149,151,171,182,183,193,194,195,196,201,203,206,209,210,211,215,223,224,226],manipul:181,manner:[130,226],manual:[22,41],map:[33,37,44,87,95,108,130,185,199,206,221],map_hugetlb:37,mariadb:[40,41],mark:[33,38,41,134,186,204,205,215,229],marku:39,markup:[16,33],masafumi:[33,40,41],masaharu:[33,38,39,40],masahiro:[35,40,41],masatoshi:33,massachusett:229,master:[17,21,149],match:23,match_column:[22,33,40,41,76,96],match_escalation_threshold:[28,35,51],matsuu:35,matthia:33,matur:[1,108,215],maverick:37,max:[33,37,39,40,41,44,47,65,66],max_command_vers:[80,132,149,190,217,226,230],max_concurr:146,max_dist:33,max_nfthread:66,max_siz:65,max_total_s:117,max_tp:146,max_valu:206,maximium:130,maximum:[32,33,81,108,111,113,117,130,134,155,183,194,195,217,221,223,226],mcdonald:188,mdev:33,mean:[28,33,39,40,41,44,46,50,54,55,61,70,76,82,83,89,95,100,102,103,104,108,110,111,113,117,118,125,126,130,132,133,140,143,147,149,152,172,182,183,185,186,188,189,192,193,195,196,197,199,205,206,221,223,224,226,233],meaning:33,meaningless:[44,193],measur:[0,37],mecab:[0,12,24,25,26,27,28,30,33,37,39,40,41,42,205],mecab_new2:39,mecab_strerror:41,mecabrc:27,mechan:[33,39,149,211],media:41,median:41,medium:[23,24,25,26,30,31,229],meerkat:37,meet:[41,229,233],meetup:33,memcach:[0,1,22,33,208],memo1:194,memo2:194,memo3:194,memo4:194,memo5:194,memo6:194,memo7:194,memo:[33,129,164,168,180,194,195,196,204],memo_index:41,memori:[22,23,24,25,26,30,31,33,35,37,39,40,41,47,51,70,88,95,100,132,134,193],memos_cont:204,memos_content_index:129,memos_tag:164,memset:33,mention:172,menu:[31,130],mercuri:12,merg:[0,17,39],meridian:158,messag:[6,7,12,23],message_index:[195,196],message_pack_install_prefix:23,messagepack:[28,33,37,38,39,50],met:172,meta:[39,89],metadata:[39,127,128,194,195,196,229],meter:[158,233],method:[33,40,129,150,189,199,205,226],micro:[22,183,222,223],microsecond:[185,223],microsoft:[8,31,33],midnight:183,migrat:[41,111,130,182,183],mike:98,million:32,millisecond:[46,82,147,152,183,223,233],mime:[33,211],min:[33,39,41,46,65],min_siz:65,minagawa:[33,40,41],mind:[32,197],mine:0,mingw:12,minim:[149,155],minimum:[24,25,26,30,70,111,113,130,183,215],minut:[183,185,199,200,229,233],mip:33,mipsel:33,mismatch:[33,41],miss:[33,37,39,40,41,192],mitani:41,mitsuhiro:35,mitsuo:40,mix:[33,76,133,150,205],mizuhara:33,mkdir:99,mkostemp:41,mktime:33,mmap:[22,40,219],mobil:0,model:[41,139,147,217],modern:229,modif:33,modifi:[28,221,230,232],modul:[0,22,33,35,41],moero:225,monei:225,monitor:[24,25,26,30,40],monkei:223,month:[33,183,185,197,225,229],montywi:38,more:[0,6,7,28,32,33,39,40,41,51,70,72,76,89,100,111,113,125,130,133,134,136,145,147,149,152,153,164,167,168,171,172,182,183,184,189,192,193,194,195,196,197,200,201,203,204,205,206,207,211,217,223,226,229,231],moreov:233,moritapo:225,moritar:228,morn:184,morpholog:[0,28,183,205],most:[33,41,51,55,76,77,111,130,182,183,193,195,205,211,223,226],motoi:40,move:[16,31,33,37,39,87,95],movi:225,mpaa:155,mrb:[33,111],mrubi:[6,7,8,12,33,40,41,127,128,197],msec:[37,46],msg_control:33,msg_controllen:33,msg_flag:33,msg_id:12,msghdr:33,msgpack:[33,190,211,217],msvc:33,msyql:76,mte:42,much:205,multi:[0,28,33,37,41,149,210],multibyt:37,multilin:193,multipl:[0,22,33,39,40,41,44,47,76,89,98,108,111,114,125,126,129,130,138,140,152,161,164,168,182],multipli:183,multithread:[33,95,126],munin:[23,24,25,26],murakami:[33,40,41],museum:229,musha:33,music:[185,225],must:[6,7,8,28,33,41,44,47,48,52,54,55,61,69,70,72,87,89,91,95,98,100,101,102,103,104,108,110,111,118,126,130,133,134,137,139,145,147,152,153,163,167,172,180,182,183,193,195,196,197,202,206,211,217,221,223,226,230],mutex:[40,70],mutex_lock:66,mutex_unlock:66,mxcl:12,myisam:0,mysql:[0,24,25,26,30,33,41,42,76,114,130,161,162,171,186,192,194,197,201],n_builtin_type_nam:52,n_entri:84,n_hit:130,n_kei:64,n_keyword:54,n_like:[79,111,130,182,183,206],n_max_thread:139,n_queri:[80,132,149,190,217,226,230],n_record:117,n_result:64,n_tabl:51,n_var:70,nagano:41,naist:205,naiv:224,nakai:40,nakamura:33,name1:183,name2:183,name:[0,17,22,33,37,38,39,40,41,43,44,48,51,52,53,54,61,62,64,67,70,79,85,87,88,89,90],name_1:[226,230],name_2:[226,230],name_s:[48,51,54,61,62,64,67,70],name_t:117,namebuf:[48,61],nanosecond:[79,185],naoina:[39,40],naoya:[33,40,41],narg:54,narrow:[22,40,41,100,130,222],narwhal:37,natanael:33,natti:37,ncpu:27,nearbi:0,necessari:[37,226],need:[0,5,6,7,8,17,18,21,24,28,29,31,33,37,39,41,44,47,50,51,54,66,69,76,79,95,100,102,108,109,111,112,114,119,124,126,130,131,134,136,140,142,145,147,149,150,152,162,167,171,182,183,186,189,190,192,193,194,195,196,197,199,200,202,203,205,206,211,214,217,221,226,228,231,232,233],needl:11,needleess:39,needless:[33,38,39,40,82],neg:[33,39,46,51,62,70,83,130],neglig:41,neighbor:0,neither:100,neolog:205,neologd:205,nest:[22,33,39,40,41,117,222],nested_reference_column:130,net:[2,12,223,224,225,226,230,233],netbsd:40,netinet:33,network:[39,211,217,225],network_is_down:217,never:[28,33,109,133,193],new_column:44,new_limit:66,new_release_d:12,new_seri:87,new_tag:87,new_valu:130,new_vers:12,newark:229,newer:[18,33,41],newid:87,newli:[0,41,47,142,171,184],newlin:[33,37,38],newnam:87,newvalu:48,next:[0,33,41,55,62,110,130,152,225,226],nfkc51lexicon:186,nfkc:186,nfthread:66,nginx:[24,25,26,30,33,39,40,41],nginxhttpstubstatusmodul:41,ngx_http_proxy_modul:149,nice:184,night:[184,232],niho:167,nihon:[167,199],niku:41,nine:226,nippon:199,nise_nab:41,no_buff:217,no_child_process:217,no_kei:[117,203],no_locks_avail:217,no_memory_avail:217,no_space_left_on_devic:217,no_such_devic:217,no_such_device_or_address:217,no_such_file_or_directori:217,no_such_process:217,noarch:[24,26],nobuhiro:33,node:[12,21,24,33,39],nogpgcheck:39,nois:[152,200,205],nokubi:41,nomal:[39,130,149],nomral:182,non:[33,39,40,79,130,145,182,183,205],none:[28,102,103,104,111,114,125,130,134,138,140,147,149,151,152,217,228],nonexist:[33,41,44,92,93,111,130],nonexistent_command:33,nor:[130,134],noraml:140,normal:[22,24,25,26,30,33,38,39,40,41,43,44,50,51,52,66],normalizeauto:161,normalized_text:114,normalizer_1:129,normalizer_2:129,normalizer_list:[22,41,43,77],normalizer_n:129,normalizer_nam:129,normalizer_name_1:129,normalizer_name_2:129,normalizer_name_n:129,normalizerauto:[33,111,114,115,125,129,130,134,135,136,138,140,152,161,162,167,168,171,182,183,184],normalizernfkc51:[115,129],normalizs:134,normallexicon:186,normalzi:161,northern:39,nosuchfileordirectori:33,not_a_directori:217,not_enough_spac:217,not_socket:217,notat:[39,40,183],note:[0,26,33,37,39,40,41,70,98,100,108,110,118,126,127,128,130,134,147,149,152,163,180,183,206,211,221,223,224,226,230],noth:[33,50,66,100,130,145,149,180,199,201],notic:[33,105,106,147,149,195,196],notif:[40,185],notifi:126,notrelated_20160320:113,now:[6,7,8,17,18,22,26,28,33,38,41,43,44,76,88,111,127,128,154],nroonga:[21,168,228],nsi:12,nsubrecs_column:48,nterm:85,nul:[37,70,205],number1:183,number2:183,number:[0,23],number_classifi:[22,33,43,154],number_liter:33,numer:[22,33,182,183,222],nvar:62,o_binari:39,obata:[33,35,37,40],obj:[48,52,54,56,59,61,62,63,68,85],object1:183,object2:183,object:[33,37,39,41,44,47,51,52,61,64,70,72,76,91,97,100,102,103,104,114,115,116,117,118,125,129,130,132,137,140,141,145,171,180,181],object_corrupt:217,object_exist:[22,33,43,77,113],object_inspect:[22,33,43,77],object_remov:[22,33,43,77],objnam:[86,97],obsolet:[33,189,215],obtain:70,obvious:223,occur:[33,39,40,41,51,55,79,88,91,133,137,152,192,206,232],occurr:196,ocelot:[37,40],octal:183,octob:41,odd:183,off:[37,41,149,205],offici:[8,12,24,26,37,168],offlin:[22,33,38,39,40,41,43],offset:[33,39,54,55,56,61,64,65,70,96],often:[100,155],ohkubo:33,ohzeki:41,okapi:[194,196],old:18,old_releas:12,old_release_d:12,older:[33,229],oldvalu:48,omit:[37,79,100,102,103,104,119,120,124,125,130,140,152,158,190,199,203,226],onc:[37,39,41,69,130,152,186,224,228,229],oneir:[37,40],oneself:41,onga:171,ongaeshi:[33,39,40],onigmo:[33,41,193],oniguruma:33,onli:[0,6,7,17,21,23,24,25,26,30,31,33,39,41,44,47,50,61,69,70,82,83,84,89,92,93,95,98,99,100,101,102,103,104,109,110,111,112,113,116,117,118,119,120,124,125,126,127,128,130,131,132,133,134,136,139,140,142,145,147,149,150,152,155,161,162,163,167,168,171,172,182,183,184,186,188,192,193,194,195,196,197,203,205,211,215,223,226,228,231,233],onlin:[22,33,43],onto:206,ooo:203,opaqu:[47,217],opear:183,open:[21,33,37,39,40,47,51,52,55,101,118,136,145,152,161,185,186],open_tag1:161,openbsd:33,oper:[22,28,33,39,40,41,43,54,55,87,91,103,113,116,130,137,167,181],operation_not_permit:217,operation_not_support:217,operation_timeout:217,operation_would_block:217,optarg:[52,63],optim:[33,41],optimum:149,option:[6,7,8,18,24,25,26,27,28,29,30,33,37,38,39,40,41,52,79,84],oracl:[22,23],orangain:40,order:[0,33,39,40],org:[12,17,24,25,26,27,28,29,30,31,33,41,76,99,148,149,163,223,224,225,226,230,233],orient:[0,171,223],origin:[1,17,40,41,50,79,99,130],orilldown:224,orphan:40,osanai:[33,41],osdn:[2,12,33],otehr:134,other:[0,3,17,22,23],other_t:33,otherwis:[21,47,51,61,70,88,91,92,94,98,102,103,104,113,116,125,126,129,136,142,155,164,168,172,183,226],ouput:40,our:[2,17,197],out:[13,23,24,25,26,30,31,41,82,172,228],out_gqtp:148,out_http:148,out_loc:148,outdat:41,output:3,output_column:[33,39,40,41,76,87,96],output_pretti:80,output_typ:[150,190],outsid:41,over:[0,33,39,40,41,161,221,230],overcom:108,overcommit:206,overcommit_memori:39,overflow:[33,37,40,41,223],overhead:[41,215],overrid:[28,44],overwrit:[33,82],overwritten:233,own:[0,33,39,54,108,183,223],owner:[33,40,149],pack:23,packag:[8,12,17,22,23,24,25,26,27],page:[2,17,22,33,39,40],pagerank:[194,195,196],pagin:226,pai:130,pair:[33,117,130,192,199,200,201,202,223],pair_dataset:[151,202],pair_queri:[133,151,152,199,200,202],pakcag:26,palallel:12,pangolin:[30,39],paragraph:226,parallel:[0,6,7,33],paramet:[22,31,33,37,38,39,40,41,43,46,47,48,49,51,52,53,54,55,56,58,59,60,61,62,63,64,65,66,67,68,70,80,81,82],parameter1:149,parameter_name1:150,parameter_name2:150,parent:[111,130,149],parenth:101,parenthes:226,pari:158,park:229,parker:33,pars:[33,41,53,54,181],parser:[182,193],part:[0,28,79,108,110],partial:[11,33,197,199,201,217],partit:108,pass:[6,7,8,12,33,37,38,52,66,126,139,149,152,158,168,182,183,193,226,230],past:39,pat:[38,39],pat_kei:[117,203],path:[12,18,23],patiricia:33,patprefix:231,patricia:[22,33,37,39,40,129,134,182,183,203,222,226],patsuffix:231,pattern:[0,33,79,182,183,193],pcre:[39,149],penalti:40,pend:33,pentium:148,peopl:[0,205],per:[0,37,39,108,143,149,152,205],percentag:132,perfect:[0,196],perfectli:109,perform:[0,33,37,40,41,130],period:33,perl:149,permiss:[28,41],permission_deni:217,permit:113,persist:[22,43,64,89,91,134,135,137,143],person:[22,23],pgp:12,pgroonga:[33,194,197],php:[12,33,39,41,209],phrase:[33,39],physic:85,pid:[28,33,34,37,147],pikonyan:225,pip:18,pipermail:41,piro:41,pkg:[24,28,29,33,35,37,39],place:[2,28,229],placehold:40,plai:[0,232],plain:[33,163],plan:231,platform:[17,18,23],platorm:33,player1:87,player:[87,137],pleas:[2,3,17,19,25,28,33,41,52,194,195,196,215,226],pluggabl:0,plugin:[13,17,22,23,24,25,26],plugin_1:129,plugin_2:129,plugin_n:129,plugin_nam:129,plugin_name_1:129,plugin_name_2:129,plugin_name_n:129,plugin_regist:[22,43,77,99,100,109,111,112,113],plugin_unregist:[22,33,43,77,100,119],poedit:17,point:[0,33,37,38,40,55,70,76,91,126,158,159,160,164,182],pointer:70,pole:158,polici:40,pool:66,poor:192,popular:[33,76,111,130,147],port:[27,40,41,42,147,148,149,150,152,190,211,215,217,230],port_numb:[214,217,230],portabl:[37,40,149],posit:[33,41,55,70,76,83,89,129,130,138,139,140,205,226],posix:[33,183],possibl:[33,37,150,207],post:[12,33,39,40,41,55,111,130],posted_bi:229,postfix:[108,110,111,113],postgresql:[0,171,197],potenti:40,power8:41,power:[130,193],poyonga:209,ppa:[12,22,23],practic:[0,41,223],pragma:130,pre:152,precis:[0,12,30,33,39,79,199,205,207,226],preconfigur:[24,25,26,30,215],predic:33,predict:[134,203,205],prefer:33,preferenti:95,prefix:6,prefix_rk_search:[22,33,43,154],prefix_search:[37,133],prepar:[22,149,162,171,222],prepend:[149,182,183],press:17,pretti:[22,33,41,43,77],prevent:40,previou:[33,39,40,41,139,152,193,194,215,223,224,228],price:223,primari:[22,101],print:[22,33,41,43,77],prioriti:[0,130,199],privileg:[40,230],probabl:133,problem:[33,37,39,40,47,118,149,182,183,195,205,223],proc:[24,25,26,30,33,40,56,62,68,70,95,130],proc_database_unmap:95,proc_object:118,procedur:[39,40,167],process:[0,17,22,23,24,25,26,30,31,33,37,39,40,41,43,48,52,77,79,82,83,91,100,103,119,124,125,131,132,134,137,143,147,149,152,182,183],processor:[0,24,25,26,30],product:[33,110,149,152],profil:229,program:[1,39,40,89,147,149,152,153,183],progress:185,project:[0,3,12,13,19,21,41,183,215],promot:40,prompt:[31,39,190,226],pronounc:181,proonga:209,proper:[41,79,108,229],properli:[33,39,182,230],properti:[30,129,185],propos:[130,152,201],protocol:[0,1,22,24,25,26,30,33,39,41,83,147,148,149,150,190,208,209,211],provid:[0,1,21,24,25,26,30,33,39,41,45,51,66,69,89,109,111,144,147,149,152,158,168,190,192,193,194,196,197,199,200,201,202,203,210,211,215,224,226,230],proxy_cache_path:149,proxy_cache_valid:149,proxy_pass:149,pseudo:[22,33,39,40,41,43,48,72],pthread_:40,ptr:[35,70],pub:[12,24],publish:[12,41],pull:12,pure:205,puropos:140,purpos:[33,40,76,108,168,226,230],push:[17,51],put:[17,33,41,150,182,189,193,196,206],pyenv:18,python:[12,18,209],q_cond:66,q_mutex:66,quantal:39,query_expand:[22,33,40,43,77],query_expans:[37,40],query_flag:39,query_s:54,query_str:40,queryexpandertsv:[22,39,40,43,119,120,124,168,191],question:[33,228],quetzal:39,quickli:[110,130,184],quiet:217,quit:[12,22,43,77],quiz:225,quot:[40,101,114,140,182,183,226],quotat:[114,140],quotient:183,rab:[224,226,233],raccoon:225,radious_or_point:159,radix:183,rake:12,rakutan:228,ram:148,ran:199,rand:[22,43,154],rand_max:169,random:233,rang:[22,33,39,40,41,72,89,91,109,113,130],range_error:217,range_filt:[22,41,43,77],range_index:33,ranguba:[41,76],rank:[41,226],rare:[33,40],rate:[40,155],rather:[33,76,89,130,184,193,194,195,196,205,209],raw:[21,33,40],rch:140,rdbm:[33,147],rdiscount:12,reach:206,read_only_file_system:217,readabl:[38,41],readi:[18,28,39,111,130,182,183,193],readm:[12,40],real:[0,44,66,130,132,171,206,207],real_nam:[44,92,93,94],realli:[111,130,182,183,232],realtim:[133,202],reason:[39,130,134,145,183,193,199,205,211,215,221,224],rebuild:33,recal:[0,181,205],receiv:[0,17,51,147,149,152,153,183,214,217],recent:84,recogn:0,recommend:[6,7,8,23,24,25,26,30,31,33,41,44,79,130,152,164,182,183,193,205,206,209,211,215,226,230],reconstruct:41,record1:113,record2:113,record3:113,record:[0,22,32,33,37,39,40,41,43,44,54,55,61,64,76,87,98,99,101,108,111,113,117],record_1_column_1:130,record_1_column_2:130,record_1_column_n:130,record_2_column_1:130,record_2_column_2:130,record_2_column_n:130,record_id:33,record_n_column_1:130,record_n_column_2:130,record_n_column_n:130,record_numb:[22,33,43,154],recov:[33,52],recover:[52,145],recreat:[33,125],recrod:130,rect:[39,158,159],rectangl:[0,37,39,55],recurs:[6,7,8,12,13,44],recycl:41,red:3,redcloth:12,redhat:37,redmin:41,reduc:[0,33,39,40,95,109,145,189,193,200,203,211,215,232],refer:[0,22,33,37,40,41],referenc:[39,40,98,100,113,130,134,136,224],reference_column:[33,41,130,136],reference_vector_column:40,referenced_table_nam:100,referencedbycolumn:136,referencedbyt:136,referencedt:136,referencet:136,refin:[0,40],refresh:225,regard:[40,150,182],regardless:33,regexp:[33,41],regexplexicon:[125,193],region:[188,233],regist:[0,22,25,33,39,40,43,44,70,77,99,108,109,110,111,112,113,114,119],regress:[33,40,41],regular:[22,33,43,149],regular_express:193,reindex:[22,33,43,77],rel:[37,41,130],relat:[0,2,3,13,21,22,24,25,26,28,30,33,37,39,40,41,61,66],relationship:[22,39,91,137,222,223],relax:206,releas:[6,7,8,12,24,26,31],relev:[0,226],reload:192,remain:[40,95,185,193],remaind:183,rememb:130,remot:[22,147,217,222],remov:[6,7,29,33,37,38,39,40,41,52,61,87,98],remove_blank:114,remove_t:113,remove_tokenized_delimit:114,removep:61,renam:[33,37,39,40,44,87,91,137,203,226],reopen:[37,125],rep_gqpt:148,rep_gqtp:148,rep_http:148,rep_loc:148,repair:38,repeat:[0,17],replac:[33,41,44,151,153,183,193,232],replai:149,repli:[228,229],replic:194,replied_to:229,replied_us:229,replies2:228,replies_cont:228,reply_to:228,repoforg:[24,39],report:3,repositori:[3,4],repres:[54,147,181,183,193,223,225,232],represent:[17,53,54,76],reproduc:40,request_cancel:[22,41,43,77,81,82],request_id:[33,81,126],request_timeout:[33,82],requir:[0,21,24,25,26,28,29,30,31,33,37,39,40],res1:64,res2:64,res_column:148,res_tabl:148,rescord:181,reset:33,resiz:70,resolut:[22,222],resolv:[22,33,37,39,43],resourc:[41,51,52,69,82],resource_busi:217,resource_deadlock_avoid:217,resource_temporarily_unavail:217,resours:47,respect:[39,223,229,233],respons:[0,33,37,39,40,41,47,82,83,87,110,126,130,132],rest:[70,192],restart:[33,119,124,192,206],restaur:0,restrict:[39,40,211,230],result:[0,11,17,22,33,37,38,39,40,41,64,79,80,110,111,114,126,127,128,130,145,150,152,153,158,168,171,172,183,186,189,190,192,193,199,200,202,203,205,222,223],result_too_larg:217,retri:46,retriev:[0,130,152,183],retry_max:217,return_cod:[79,185],reus:[33,203],reveal:0,revers:[12,22],rewrit:[33,42],rid:57,rid_max:58,rid_min:58,right:[33,41,55],right_hand_sid:33,ring_buff:152,ringtail:40,risk:41,rlimit_nofil:[40,185],role:[0,168],romaji:167,roonga:[182,183,201],root:[33,40,147,149,150,230],rose:223,rotat:[33,147],roughli:223,round:37,row:[0,171],rpm:[12,24,26,33,37,38,39,40,41],rpmforg:24,rroonga:[21,33,40,41,47,161,162,164,168,172,180,181,194,228],rubi:[0,6,7,8,12,21,33,39,41,42,76,127,128,161,162,180,181,193,194,209],ruby19:39,ruby_ev:[22,40,43,77],ruby_load:[22,40,43,77],ruby_script:127,rubygem:39,rubyinstal:8,rule:[22,41,43,111,130,140],run:3,runtim:33,rurema:41,ryo:33,ryoji:41,ryunosuk:33,s10:41,sae:[133,200],saer:[133,200],saerc:[133,200],saerch:[133,200],safeti:33,sai:[183,226],sako:33,salamand:[40,41],same:[33,40,46,51,54,76,79,81,87,101,110,111,113,119,124,125,126,130,149,150,152,168,182,183,186,193,194,195,196,197,200,209,211,223,226,228,233],sampl:[39,98,99,111,112,119,120,124,130,148,149,153,155,158,161,162,163,164,167,168,171,172,180],san:158,satisfi:[33,40,101,113,136],sato:33,satoh:37,satoshi:41,sauci:[40,41],save:[12,41,152,221,228],sbin:27,scalar:[22,33,43,44,72],scale:[0,211],scan:[14,33,161,162,167,182,183],scan_build:14,schema:[22,33,43,44,77,87,98,99,108,111],scope:33,score1:11,score2:11,score:[33,39,76,91],score_1:152,score_2:152,score_adjust_express:130,score_adjust_expression1:130,score_adjust_expression2:130,score_column:48,score_funct:194,score_function1:194,score_function2:194,score_function3:194,score_valu:33,scorer:[22,33,43,96,100],scorer_tf_at_most:[33,194],scorer_tf_idf:194,scr:148,script:[21,22,28,33,39,40,41,43,54,111],sea:[140,199],sear:199,searc:199,search_result:130,searchabl:[33,184],searchu0000http:205,sebastian:41,sec:46,second:[79,82,89,126,130,132,147,152,158,182,183,185,194,207,211,223,226,228,229,233],secret:12,secsion:79,section:[3,17,20,21,23,24,25,26,27,28,29,30,31,33,40,41,44,45,48,57,70,76,77,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,144,145,147,149,152,154,158,162,182,187,192,193,194,195,196,198,199,200,202,206,217,224,228,229],secur:[22,33,41],sed:[27,33,37,39],see:[0,1],segment:[39,41,85],segv:40,select:[22,33,35,36,37,39,40,41,43,44,47,54,55,76,77,78,81,82,84,87,91,98,100],select_opt:183,selector:[33,39,167],self:148,semi:[37,134],sen_index_delimit:42,sen_index_norm:42,sen_sel_term_extract:42,senboku:40,send:3,sender:153,senna:33,sensit:205,sent:211,sentens:33,separ:[33,39,50,89,101,114,130,133,138,140,152,182,183,190,192,205,217,224,226],sequenc:[37,40,81,130,133,152,182,183,185,199,200,202,217],sequence_dataset:151,sequence_queri:[151,152],sequenti:[33,41,167,182,183,184,193,205],serach:200,serch:[133,200],sergei:[33,41],seri:226,serial:87,serihiro:39,seriou:[39,41],serv:[12,41,223],servic:[0,21,25,33,39,40,41,131,200,206,215],session:[152,209,217],set:[24,25,26,30,33,39,40,41,46,47,51,61,66,72,76],set_groonga_error:111,set_host:148,set_port:148,set_token_filt:41,setup:[17,21,33,40],seven:226,shape:188,shard:[22,33,43,108,109,110,111,112,113],shard_name_1:112,shard_name_2:112,shard_name_n:112,share:[0,2,28,37,39,40,46,47,48,52,108,110,111,113,147,149,225,228],shell:[28,33,147,182,193],shidara:37,shift_ji:[28,205],shimada:39,shimamura:33,shimoda:35,shimomura:39,shinjyuku:233,shinoda:[33,41],shinya:39,sho:[33,40,41],shop:[184,218],shorter:[33,184],shorttext:[33,41,44,55,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:[6,7,8,18,21,23,24,25,26,28,30,31,33,39,51,54,70,76,81,101,109,110,113,118,125,130,134,136,142,152,182,183,186,192,200,217],shouldn:[6,7,41],show:[0,28,33,34,37,39,40,41,44,50,79,83,87,98,101,102,108,111,113,114,129,130,155,158,161,162,163,167,168,171,172,182,183,188,190,193,194,195,196,205,214,217,223,224,225,226,229,230,233],showen:83,shown:[183,226],shuhei:41,shutdown:[22,33,43,77,100,108],sid:[12,37,41,85],side:[0,33,39,82,130],sigcont:40,sign:[12,39,83],signal:41,significantli:0,sigstop:40,sigusr1:37,silent:[21,33],simil:183,similar_search:[39,133],simpl:[33,41,89,91,108],simplest:[0,28,81,194],simpli:[196,231],simplifi:[40,164],sinc:[26,33,39,48,70,79,86,124,130,132,134,142,147,152,158,183,184,185,193,207,215,223,229],singl:[40,41,76,101,114,130,139,140,226],site:[41,99,102,103,104,125,130,181,223,224,225,226,228,230,233],site_titl:125,sitecountri:[224,230],sitedomain:[224,230],situat:130,six:[185,226],size:[23,24,25,26,30,31,32,33,37,39,40,41,44,48,54,66,67,70,81,85,89,92,93,94,117,118,129,134,143,147,149,171,180,197,203,206],size_of_one_value_in_byt:129,sizeof:[33,51,54],sji:[28,42,147],skip:[33,40,41,226],slash:183,sleepi:184,slice:33,slow:[33,149,182,183,193,203],slower:[158,194,196,224],small:[33,40,41,118,134,182,183,203,205,229],smaller:[0,76,134,158,184,185],snake_cas:33,snippet1:171,snippet2:171,snippet3:171,snippet:[33,39,40,42,171],snippet_html:[22,33,39,40,41,43,130,154],soccer:225,social:225,socket:39,socket_is_already_connect:217,socket_is_already_shutdown:217,socket_is_not_connect:217,socket_not_initi:217,soft:206,softwar:3,soichiro:33,solari:[5,7,8,22,23],solr:183,solut:[22,205,219],solv:[194,195,196,223],some:[0,1,2,8,17,26,28,32,33,39,40,41,44,46,54,69,76,79,81,108,110,111,113,117,126,131,134,136,140,143,145,151,152,154,168,182,183,185,193,194,197,204,205,206,207],someon:229,someth:41,sometim:41,soon:[82,171,188,197,211],sort:[0,22,33,37,40,112,130,133,152,188,203,222],sort_kei:33,sortbi:[33,37,40,96],sound:[186,200],soundkitchen:[37,39],sourc:[6,7,8,12,16,17,18,21,22,23],source_1:129,source_2:129,source_column_nam:33,source_file_nam:79,source_n:129,sourceforg:[2,12,33],southern:39,space:[0,33,37,40,70,76,101,114,130,140,182,193,202,205,226],spain:158,spammer:[194,195,196],span:[161,162,163,171],spars:33,speaker:2,spec:[37,39,40],special:[17,28,40,46,54,79,83,130,140,150,161,162,171,182,193,217,226],specif:[0,22,28,33,39,40,41,76,99,108,118,127,128,130,133],specifi:[0,6,7,8,17,22,27,28,32,33,38,39,40,41,51,52,55,61,62,70,72,76,79,80,82,84,87,88,89,91,92,93,94,97,98,99,100,101,102,103,104,108,109,110,111,112,113,114,116,117,118,119,120,124,125,126,127,128,129,130,131,133,134,136,137,138,139,140,142,145,147,149,150,151,152,153,155],speech:[0,205],speed:[37,201,203],spell:[192,232],spend:[182,183],spheric:158,sphinx:[3,12,15,16],sphr:[158,159],spil:33,split:[33,37,183,203,205],spokesman:3,sport:225,spreadsheet:192,sql:[108,130,194,224],squar:158,squeez:[12,40],src:[12,25,223],src_kei:64,src_key_siz:64,ssh:12,ssssss:185,stabl:[33,41,78,133],stack:[33,40],stack_over_flow:217,stage:[33,41],stamp:[185,199,200,202],stand:[33,209],standard:[33,101,149,207,217,226],start:[17,25,28,31,37,39,40,41,70,79,91,108,111,130,132,137,150,152,158,182,183,184,185,189,190,192,199,201,205,211],start_tim:[33,80,132],starttim:[33,80,132,149,190,217,226,230],startup:39,state:[39,98,158,209,217],statement:183,station:[188,229,233],statu:[22,24,25,26,30,33,39,40,41,43,77,80,83,98],status:[83,217],stdin:38,stem:[25,30,41,204],step:[17,18,28,31,33,87,193,202,223,226],steve:33,still:[16,17,40,41,91,126,137],stop:[33,37,39,40,41,44,66,82,91,130,131,137,147,149,194,195,196,204],stop_word:[99,138,204],storategi:130,str:54,str_length:70,str_ptr:70,str_size:54,strang:193,stream:41,strerror:41,strict:[33,41],string1:156,string2:156,string:[11,22,33,37,38,39,40,41,51,53,54,61,62,70,76,79,81,92,93,94,101],string_length:33,string_liter:41,string_siz:54,stringifi:33,strip:163,strlen:70,strongli:[23,24,25,26,30,31],structur:[0,33,41,79,203,225],stub:41,studio:[8,31,33,39,40],style:[33,41],sub1:[111,130],sub:[0,12,152],sub_filt:[22,33,40,43,154,167],subject:40,submiss:[133,199,200,202],submit:3,subrecord:40,subset:207,substit:130,substitut:[17,21,130,168,182,183],substr:[182,183],succeed:[28,33,83,88,92,94,98,102,103,104,125,142,226],succeeded_or_not:91,success:[47,48,51,52,54,61,69,70],successfulli:[33,70,103,104,226],successor:183,suddenli:40,sudo:[12,14,18,21,24,25,26,27,28,29,30,39,206,215,221,230],suenaga:33,suffici:70,suffixsearchterm:[182,183],sug:201,suggest:[22,28,33,35,36,37,38,39,40,41,43,77],suggest_prepar:[133,199,200,202],sugimoto:33,suit:[0,41,171],suitabl:[41,111,130,134,147,184,194,196,203,205],sum:[41,111,130,194],summar:224,summari:[22,40,43],suno:41,superior:[0,171],support:[0,1,6,7,8,17,21,25,28,30,33,37,38,39,40,41,42,70,80,82,101,111,126,127,128,130,132,134,139,140,149,153,167,168,171,182,183,184,186],suppress:[38,39,41],sure:226,surfac:188,surround:[39,161,162,171,183],suzuki:39,swap:206,swig:42,symbol:205,synonym:[33,130,192,232],syntax:[22,33,39,40,41,43,44,54,76],syntax_error:217,syscal:[41,226],sysconfig:215,sysctl:[27,33,206,221],system:[0,5,6,7,28,29,30,33,37,40,41,95,100,111,130,147,149,171,182,183,184,206,207,223,233],systemctl:[25,215],systemd:[25,33,39],tab:[33,50,190,192,217],tabl:[11,22],table1:[64,136],table2:[64,136],table_1:129,table_2:129,table_:[134,203],table_buff:51,table_cr:[22,33,39,41,43,44,76,77,87,89,91,98,99,100,102,103,104,108,111,112,113,116,117,118,125,129,130],table_dat_kei:[40,41,87,117,129,134,135,182,183],table_hash_kei:[33,44,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],table_list:[22,35,37,39,43,77],table_n:129,table_nam:[100,116],table_name_1:129,table_name_2:129,table_name_n:129,table_name_of_index_column:100,table_no_kei:[33,41,44,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],table_pat_kei:[33,40,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],table_remov:[22,33,39,40,43,77,87,100,113,118],table_renam:[22,38,43,77,87,100],table_token:[22,33,43,77],tablecursor:33,tablegroupflag:33,tablenam:78,tables_buff:51,tachikawa:33,tag:[12,22,33,37,39,40,41,76,87,89,111,130],tagger:0,tahr:[30,41],tail:[12,217],tajima:39,takashi:98,takatsugu:41,takayama:33,takayuki:37,take:[33,84,87,89,91,92,93,94,95,100,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,134,136,137,138,139,140,141,142,145,150,215,226],takiuchi:40,talk:[2,12,33,40],tamano:41,tanab:40,tanuma:41,tar:[12,24,25,26,27,28,29,30],target:[18,28,31,33,37,39,41,47,48,52,54,55,61,76,92,93,94,100,101,102,103,104,111,113,118,125,126,130,134],target_charact:54,target_nam:41,taro:225,task:[0,39],tasuku:[33,42],tatsuya:39,tcp:152,techniqu:[194,195,196],temporari:[6,7,22,33,39,43,136,147,158],tend:228,term:[0,32,33,39,40,41,85,88,111,129,130,136,138,147,161,162,168,171,182],termin:[33,39,51,54,62,70,147,149],teruya:33,test:[6,12,14,23,24,25,26,30,31,33,39,41,109,110,148,149,205,223,226,228,229,230],test_loc:148,test_str:14,test_text_otoj:14,testdb:[148,153],tetsuharu:41,tex:140,than:[0,32,33,37,40,41,76,82,89,95,111,130,133,134,147,158,171,181],thatn:130,theater:232,theatr:232,thei:[28,29,33,44,76,101,111,113,119,120,124,130,136,140,149,150,161,162,167,171,172,181,182,183,184,185,190,192,194,195,196,197,199,200,201,202,203,205,206,211],them:[16,17,24,25,26,28,30,33,46,54,76,79,88,100,101,111,113,130,134,136,152,158,182,193,194,205,206,217,223,226,233],themselv:[17,189,192],therubyrac:12,thesauru:130,thi:[0,3,5,6,7,8,18,20,21,23,24,25,26,27,28,29,30,31,33,37,39,40,41,44,45,47,48,50,51,52,61,70,76,77,79,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,144,145,147,149,151,152,154,155,158,161,162,164,168,171,172,180,182,183,185,187,189,190,192,193,194,195,196,197,198,199,200,202,205,206,207,211,217,221,223,224,226,228,229,230,231,232,233],thing:33,think:[130,136,183,194,195,196],third:[89,130,183,223],thorsten:33,those:[0,17,28,29,38,130,158,171,181,182,183,186,190,201,202,203,211,223,226],though:[0,39,40,41,108,199,228],thread:[0,33,40,41,48,51,52,66,70,95,103,109,132,136,139,147,152,185,211],thread_count:33,thread_limit:[22,33,43,77,95,109,118,136],thread_tabl:148,thread_title_column:148,threasd:147,three:[40,76,79,91,108,114,130,158,161,181,195,196,199,200,223,224,226,228],threshold:23,through:[0,149,152],throughput:[37,211],thu:[0,33,41,108,151,153,182,227,228,232,233],tid:58,time:[0,6,7,22,33,37,39,40,41,46,79,82,108,111,112,113,116,117,118,125,126,129,131,132,133,134,145,148,152,171,182],time_classify_dai:[22,33,43,154],time_classify_hour:[22,33,43,154],time_classify_minut:[22,33,43,154],time_classify_month:[22,33,43,154],time_classify_second:[22,33,43,154],time_classify_week:[22,33,43,154],time_classify_year:[22,33,43,154],time_column:148,time_stamp:185,timeout:[22,33,40,43,46,61,77],timestamp:[108,112,113,116,118,125,152,229],timeuot:46,tini:33,titl:[12,40,41,99,102,103,104,111,125,130,136,156,172,182,183,194,195,196,223,224,225,226,228,230],title_index:194,tiwawan:33,tld:224,tmp:[6,7,12,40,89,91,118,133,135,137,147,192,193,211,217,226,230],to_column:87,tobbi:168,todai:0,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_filt:[33,99],token_filter_1:129,token_filter_2:129,token_filter_n:129,token_filter_nam:129,token_filter_name_1:129,token_filter_name_2:129,token_filter_name_n:129,token_fitl:129,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:[129,141],tokenbigramsplitsymbolalpha:[129,130,140,141],tokenbigramsplitsymbolalphadigit:[87,129,141,168,200],tokenbigramsplitxxx:205,tokenbigrm:87,tokendelimit:[129,140,141,152,202],tokendelimitnul:[129,141],tokenfilterstem:[25,30,41],tokenfilterstopword:[33,41,138],tokenizer_1:129,tokenizer_2:129,tokenizer_error:217,tokenizer_list:[22,41,43,77],tokenizer_n:129,tokenizer_nam:129,tokenizer_name_1:129,tokenizer_name_2:129,tokenizer_name_n:129,tokenizs:[22,43],tokenkytea:39,tokenmecab:[39,129,141],tokenregexp:[33,125,129,141,193],tokentrigram:[33,129,140,141],tokenunigram:[129,141],tokyo:[158,233],tokyogeopoint:[37,55,117,129,158,159,160],tom:168,tomita:35,tomo:225,tomoatsu:[35,39],tomygx:33,too:[18,33,40,66,76,118,130,183,223,228],too_large_offset:217,too_many_link:217,too_many_open_fil:217,too_many_open_files_in_system:217,too_many_symbolic_link:217,too_small_limit:217,too_small_offset:217,tood:70,tool:[6,15,17,18,21,22,23],top:[55,224],top_left:[37,160],top_left_point:55,topic:3,tortoisegit:8,totabl:87,total:[32,33,39,85,117],total_s:117,touch:[33,52,113],toybox:223,tracker:3,trade:205,tradit:[0,41],transfer:[0,22,209,215,217,222],transit:215,translat:3,transposit:33,travel:229,travi:20,treat:[33,39,40,41,108,110,111,113,130,140,183,188,199,200],tree:41,tri:[46,229],trial:0,trie:[22,33,37,39,40,129,134,182,183,203,222,226],tritonn:[111,130,182,183],troubl:17,truncat:[22,33,37,40,41,43,48,77,100],trust:12,trusti:[12,30,41],tsu_root:33,tsv:33,tune:[22,33,40,43,76,130],turn:149,tutori:[22,33,39,41,70],tweet:[2,184],twice:[33,130,182],two:[19,24,25,26,30,33,40,41,51,54,79,88,89,94,100,109,111,113,118,130,134,136,137,139,140,149,152,153,158,164,167,168,171,172,182,185,186,188,193,195,200,202,205,210,211,215,224,225,226,228,229,233],txt:[16,17,205],type1:[133,152],type2:[133,152],type:[13,22,33,37,38,39,40,41,43,44,48,50,51,54,55,59,61,62,66,72,76,83,87,88,89,91,98,111,114,116],type_1:129,type_2:129,type_n:129,type_name_1:129,type_name_2:129,type_name_n:129,type_of_the_column:172,typic:[33,130],typo:[33,37,39,40,41,192,199,200],u0000ful:205,u0000http:205,ubuntu:[12,18,21,22,23],ueno:[37,39],uid:12,uint16:[40,117,129],uint32:[39,40,41,44,76,79,87,89,91,98,111,117,129,130,134,135,136,137,142,152,155,167,172,182,183,184,186,193,204,206],uint32_column:33,uint32_t:66,uint64:[40,41,117,129,152],uint8:[35,40,44,89,100,117,129],uint:[33,39],ull:140,ultra:225,umask:41,umemoto:37,unari:40,unauthent:[25,39],unchang:70,uncontinu:39,undefin:223,under:[28,41,149,150,152,153,211],underflow:223,underli:0,underscor:134,understand:[41,113,130,136,226],unexpect:[39,41],unexpectedli:[33,40,100],unhandl:152,unicod:[33,186],unicorn:33,uniniti:33,uninstal:39,uniqu:[126,152],unit:[77,82,98,132,152,158,171,183,205,217],univers:30,unix:[3,5],unix_time_when_command_is_start:79,unknow:41,unknown:[38,53],unknown_error:217,unlink:54,unload:39,unlock:70,unmanag:85,unmap:[33,52,95],unnecessari:206,unpatch:42,unrecover:52,unregist:[119,120],unrel:37,unreli:145,unresolv:37,unsaf:[33,52],unsign:[33,41,47,48,54,57,61,62,64,65,67,70,83,117],unsort:33,unsplit:[11,130],unstabl:38,unsupport:33,unsupported_command_vers:217,untag:163,until:[17,41,46,70,82,95,101,130,184],unus:[41,95],updag:39,update_buffer_s:57,update_not_allow:217,updated_at:220,upgrad:[33,39,41,210],upload:12,upper:[37,41,134,193,226],uptim:[80,132,149,190,217,226,230],uri:[149,150,152],url:[37,41,99,150,211],usa:224,usabl:[143,152],usag:[0,22,33,40,41,43],use_offline_index:38,use_range_index:33,useless:52,user:[3,6,7,8,28,31,33,39,40,41,44,66,79,81,82,87,89,91,98,100,108,113,116,117,118,126,129,130,137,142,148,149],user_ag:155,user_column:148,user_data:[62,70],user_input:183,usernam:[31,225],users_20160320:113,users_index:229,users_loc:229,users_memo:168,users_nam:168,usr:[14,27,28,119,120,124,147,149],usual:[33,51,153,223,228],utc:[79,183],utf8:[28,33,53,147],utf:[39,40,42,152,183,186,190,205],util:149,utop:33,uuid:33,uuuuuu:183,uzulla:37,vagrant:12,valid:[33,37,39,40,41,111,130,182,183,202,203,223],valu:[0,8,28,33,37,38,39,40,41,46,48,50,51,57,59,61,62,65,70,72,76,79,82,83],value1:[87,101,149,150,164,183],value2:[101,150,183],value_1:[129,226,230],value_2:[129,226,230],value_column:48,value_n:129,value_typ:[64,129],valuebuf:59,valuen:164,vari:[32,70],variabl:[29,33,37,38,39,40,41,70,89,117,130,183,192,217,223],varieti:225,variou:[22,222],vdw:[224,226,233],vector:[22,33,37,39,40,41,43,72],vector_column:[33,40],vector_s:[22,33,43,154],vector_text_column:33,veres:211,veri:[0,33,39,79,101,111,130,161,162,171,182,183,193,194,199,203,211,225],version1:78,version2:78,version3:78,version4:78,version:[12,18,22,25,28,29,30,31,33,37,39,40,41,42,43,44,48,49,51,52,70,77],vertic:134,vervet:33,via:[17,39,83,152,202],video:225,view:[22,39,164,221,222],virtual:[33,40],virtualbox:12,visual:[0,8,31,33,37,39,40,41,79,129],vivid:[12,33],vmstat:221,vocabulari:226,voic:186,void_t:66,vojtovich:41,vulner:41,w64:12,wai:[0,3,6,7,19,39,40,41,76,100,143,149,152,153,168,181,190,224,226,228,229,232],wait:[46,70,82],wanab:40,want:[6,7,8,13,16,24,25,26,27,28,30,33,41,44,66,87,101,109,113,114,116,118,127,128,129,130,134,136,138,140,147,149,152,158,164,167,172,182,192,193,197,199,200,202,205,209,215,217,221,224,226,228,232],wareohji:39,warn:[6,7,38,39,40,41,105,106,130,147,149,185,193,196],warp:41,warri:23,washida:40,wasn:33,watch:12,weak:[0,171],web:[28,130,133,149,150,182,200,202,225],webclip:163,weight1:[39,76,130],weight2:[39,76,130],weight3:76,weight:[22,39,40,41],weight_in_match_column:76,weight_in_weight_vector:76,welcom:[2,3,16,17,111,130,182,183,229],well:[0,28,40,108,149,171,230],were:[158,226],werewolf:[30,33],wget:[24,25,26,28,29,30],wgs84geopoint:[37,55,117,129,158],wgs84geoppoint:55,what:[22,43,54,100,113,133,136,152,172,193],wheezi:12,when:[0,3,18,33,37,39,40,41,44,48,52,61,66,76,79,80,82,87,88,92,95,100,101,102,109,111,113,118,119,124,125,129,130,131,133,134,136,139,147,149,152,158,163,164,168,172,182,184,186,193,197,199,205,206,209,214,217,225,226,229,231],where:[28,83,223],whether:[33,39,41,51,52,61,83,92,94,99,100,102,103,104,108,110,111,113,116,118,125,129,130,133,136,142,145,149,152,155,158,164,168,172,181,182,197,221,223],which:[0,1,26,33,39,40,41,69,70,98,108,110,111,113,114,127,128,130,138,140,147,152,153,158,163,164,167,168,172,180,182,183,199,215,217,223,224,225,226,228,229,230,231,232,233],white:[182,205,226],who:[33,40,205,225],whole:40,whombx:40,whose:[183,226],why:[40,130,193,215],wibowo:40,wide:[0,28,37,189,193,226],width:[33,37,186],wiedenroth:41,wiki:149,wikipedia:[189,207],wili:[30,33],win64:[8,31],window:[3,5,6,7],wing:[39,40],with_check:[41,114],with_command_vers:33,with_posit:[33,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],with_sect:[33,41,88,89,129,228,229],with_typ:114,with_weight:[41,76,88,89,129],within:[199,200,229,233],without:[0,33,38,39,40,41,44,76,80,84,87,104,108,109,110,111,113,118,119,124,130,139,149,168,171,172,182,183,193,199,202,210],wno:37,word1:[39,130,182,183],word2:[39,130,182,183],word:[0,33,39,41,66,72,130,136,172,181,182,183,192,194,199,200,201,202,204,205,227,229],work:[0,3,12],workaround:[33,41,136],worker:[40,149],world:[40,41,205,207,233],writabl:[33,41],write:[14,18,28,33,38,41,66,103,110,123,130,147,182,183,193,227,228,229],written:[18,41,119,124,142,197,229],wrong:[33,37,39,40,41,145,200,201],wrongli:[33,37],www:12,x64:[12,31],x86:[31,33,37],x86_64:[12,24],xcode:27,xenial:[30,33],xeru:[30,33],xml:[37,38,39,40,41,50],xvzf:[24,25,26,27,28,29,30],xxx:[33,40,41,147,183],xxx_20150603:33,xxx_20150604:33,xxx_201506:33,yahppo:40,yamada:41,yamaguchi:37,yamamoto:41,yaman:[40,41],yappo:[40,41,42],year:[33,44,155,183,185,229],years_old:44,yet:[0,37,40,108,111,127,128,130,152,183,188,194,196,197,211],yito:[39,40],yml:21,yoji:37,yokoyama:[33,40,41],yoku:[40,41],york:[158,229],yoshida:40,yoshioka:[33,39],you:[0,1,2,3,5,6,7,8,13,16,17,18,19,20,21,23,24,25,26,27,28,30,31,33,37,38,39,40,41,44,46,47,48,50,51,52,54,66,69,70,76,77,79,80,81,82,83,84,87,88,89,91,92,93,94,95,98,99,100,101,102,103,104,108,109,110,111,112,113,114,116,117,118,119,120,124,125,126,127,128,129,130,131,133,134,136,137,138,139,140,142,143,145,147,149,150,151,152,153,154,155,158,161,162,163,164,167,168,171,172,180,181,182,183,186,188,189,190,192,193,194,195,196,197,199,202,203,204,205,206,207,209,211,214,215,217,221,223,224,225,226,228,229,230,231,232,233],your:[0,3,6,7,8],your_db:37,your_github_account:17,your_new_db:37,yourself:23,yuki:[33,37,41],yum:[12,18,24,26,39],yunqiang:33,yutaro:33,yuya:[33,41],yy_syntax_error:44,yyi:17,yyyi:[183,185],yyyymm:197,yyyymmdd:[111,197],zenigata:225,zero:[33,72,76,130,167,186,192,204,205,217,223],zeromq:28,zip:[12,22,23],zlib1g:[25,30],zlib:23,zlib_error:217,zsh:28,zunda:37,zxvf:12},titles:["1. Characteristics of Groonga","6. Client","3. Community","12. How to contribute to groonga","12.3. For Groonga developers","12.3.2. How to build Groonga at the repository","12.3.2.1. How to build Groonga at the repository by GNU Autotools","12.3.2.2. How to build Groonga at the repository by CMake on GNU/Linux or Unix","12.3.2.3. How to build Groonga at the repository by CMake on Windows","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. Repository","12.3.8. \u30c6\u30b9\u30c8\u65b9\u6cd5","12.2. How to contribute in documentation topics","12.2.3. C API","12.2.2. I18N","12.2.1. Introduction","12.1. How to report a bug","11. Development","11.1. Travis CI","Groonga documentation","2. Install","2.5. CentOS","2.3. Debian GNU/Linux","2.6. Fedora","2.2. Mac OS X","2.8. Others","2.7. Oracle Solaris","2.4. Ubuntu","2.1. Windows","9. Limitations","News","\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","Release 1.2.9 - 2011-12-29","Release 1.3.0 - 2012-01-29","Release 2.1.2 - 2013-01-29","Release 3.1.2 - 2014-01-29","Release 4.1.1 - 2015-01-29","News in Senna period","7. Reference manual","7.17. Alias","7.23. API","7.23.2. Global configurations","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. Overview","7.23.3. Plugin","Cast","7.6. Column","7.6.4. Index column","7.6.3. Pseudo column","7.6.1. Scalar column","7.6.2. Vector column","7.3. Command","7.3.1. Command version","7.3.2. Output format","7.3.3. Pretty print","7.3.4. Request ID","7.3.5. Request timeout","7.3.6. Return code","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. Configuration","7.1. Executables","7.1.1. <code class=\"docutils literal\"><span class=\"pre\">grndb</span></code>","7.1.2. grnslap","7.1.3. <code class=\"docutils literal\"><span class=\"pre\">groonga</span></code> executable file","7.1.4. groonga-benchmark","7.1.5. groonga-httpd","7.1.6. Groonga HTTP server","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. Function","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. Query syntax","7.12.2. Script syntax","7.19. Indexing","7.21. Log","7.7. Normalizers","7.15. Operations","7.15.1. Geolocation search","7.15.2. Prefix RK search","7.2. Output","7.10. Query expanders","7.10.1. QueryExpanderTSV","7.13. Regular expression","7.11. Scorer","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. Sharding","7.18. Suggest","7.18.2. Completion","7.18.3. Correction","7.18.1. Introduction","7.18.4. Suggestion","7.5. Tables","7.9. Token filters","7.8. Tokenizers","7.22. Tuning","7.4. Data types","5. Server","5.3. GQTP","5.2. HTTP","5.2.1. Comparison","5.2.2. groonga","5.2.3. groonga-httpd","5.4. Memcached binary protocol","5.1. Server packages","8. Specification","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. How to avoid mmap Cannot allocate memory error","4. Tutorial","4.3. Various data types","4.5. Drilldown","4.6. Tag search and reverse resolution of reference relationships","4.1. Basic operations","4.9. Additional information about lexicon for full text search","4.7. match_columns parameter","4.10. Let's create micro-blog","4.2. Remote access","4.8. Prefix search with patricia trie","4.11. Query expansion","4.4. Various search conditions"],titleterms:{"0\u30ea\u30ea\u30fc\u30b9":[35,36,37],"1\u30ea\u30ea\u30fc\u30b9":[35,37],"2\u30ea\u30ea\u30fc\u30b9":35,"3\u30ea\u30ea\u30fc\u30b9":35,"4\u30ea\u30ea\u30fc\u30b9":35,"5\u30ea\u30ea\u30fc\u30b9":35,"6\u30ea\u30ea\u30fc\u30b9":[34,35],"7\u30ea\u30ea\u30fc\u30b9":[34,35],"8\u30ea\u30ea\u30fc\u30b9":35,"\u3053\u3061\u3089\u304b\u3089\u60c5\u5831\u3092\u63d0\u4f9b\u3059\u308b":10,"\u306e\u66f4\u65b0":12,"\u3078\u3068\u8a98\u5c0e\u3057\u306a\u3044":10,"\u30aa\u30d7\u30b7\u30e7\u30f3":[146,148],"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":14,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":11,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":11,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5":78,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":148,"\u30b5\u30f3\u30d7\u30eb":[146,148],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":148,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":14,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":14,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":14,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[148,219],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":220,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":34,"\u30d0\u30fc\u30b8\u30e7\u30f31":[35,36],"\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u4f4d\u7f6e\u3065\u3051":78,"\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u751f\u6210\u3057\u305f\u3044":12,"\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u7528\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u3092\u77e5\u308a\u305f\u3044":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30d3\u30eb\u30c9\u3092\u4e26\u5217\u5316\u3057\u305f\u3044":12,"\u30d3\u30eb\u30c9\u6642\u306etip":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":12,"\u30d3\u30eb\u30c9\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":12,"\u30d6\u30ed\u30b0":12,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u8ffd\u52a0":12,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":207,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":14,"\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":10,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":12,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4f7f\u3044\u65b9":148,"\u4f8b":[156,159,160,165,169,220],"\u4f8b\u3048\u3070redmin":10,"\u4fee\u6b63":[34,35,36,37],"\u5236\u9650\u4e8b\u9805":148,"\u524d\u63d0\u6761\u4ef6":12,"\u539f\u56e0":220,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":220,"\u540d\u524d":[74,146,148,156,159,160,165,169],"\u5909\u66f4":35,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":12,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":218,"\u5b9f\u9a13\u7684":37,"\u5bfe\u5fdc":10,"\u5bfe\u7b56\u65b9\u6cd51":220,"\u5bfe\u7b56\u65b9\u6cd52":220,"\u5f15\u6570":[146,148,156,159,160,169],"\u611f\u8b1d":[34,35,36,37],"\u6539\u826f":[34,35,36,37],"\u66f8\u5f0f":[146,148,156,159,160,165,169],"\u691c\u7d22":218,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":218,"\u691c\u7d22\u306e\u6319\u52d5":218,"\u691c\u7d22\u4f8b1":11,"\u691c\u7d22\u4f8b2":11,"\u691c\u7d22\u4f8b3":11,"\u691c\u7d22\u4f8b4":11,"\u6982\u8981":78,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u5b9a\u306e\u74b0\u5883\u5411\u3051\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044":12,"\u7279\u6b8a\u547d\u4ee4":148,"\u7406\u7531":10,"\u8aac\u660e":[74,146,148,156,159,160,165,169],"\u8fd4\u5024":[156,159,160,165,169],"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u306f\u304a\u3055\u3089\u3044\u3057\u3066\u304a\u304f":10,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":218,"\u95a2\u4fc2\u5f0f":11,"\u95be\u5024\u3092\u3042\u3052\u308b":220,"\u9759\u7684\u89e3\u6790":14,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":218,"benchmark\u547d\u4ee4":148,"benchmark\u5b9f\u884c\u7d50\u679c":148,"boolean":[183,223],"case":[79,113,136],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"class":193,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":78,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":12,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":12,"debian\u7cfb\u306e\u5834\u5408":12,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"default":[28,78,82],"facebook\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"files\u306e\u5b9f\u884c":12,"float":[183,207],"function":[154,183],"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":11,"grntest\u306e\u5b9f\u884c\u65b9\u6cd5":12,"grntest\u306e\u6e96\u5099":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":12,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":11,"hat\u7cfb\u306e\u5834\u5408":12,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"homebrew\u306e\u66f4\u65b0":12,"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"log_reopen\u3092\u7528\u3044\u305f\u30ed\u30b0\u306e\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":107,"new":[17,33,42],"null":183,"po\u306e\u5b9f\u884c":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":12,"release\u306e\u5b9f\u884c":12,"return":[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,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],"twitter\u3067\u306e\u3084\u308a\u3068\u308a\u306f\u3067\u304d\u308b\u3060\u3051\u4ed6\u306e\u5834\u6240":10,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"twitter\u7de8":10,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"version\u30d1\u30e9\u30e1\u30fc\u30bf":78,"windows\u5411\u3051\u306e\u5834\u5408":12,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"x\u306e\u304a\u77e5\u3089\u305b":[34,35,36],about:[207,227],access:[211,230],add:17,addit:[183,186,227],adjust:130,administr:[149,230],advanc:[111,130],against:228,aggreg:0,alia:44,alloc:221,also:[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,217],among:228,anchor:193,api:[16,45],appli:76,approximate_typ:158,archiv:30,arg:11,arithmet:183,arrai:183,assign:[81,182,183],authent:211,autotool:6,avail:[149,204],avoid:221,basic:[113,136,183,226],benchmark:148,between:155,bigram:229,binari:214,bitwis:183,blog:229,blogroonga:12,bodi:79,bool:207,brows:149,bug:19,build:[5,6,7,8,24,25,26,27,28,30,31],built:[186,194,205],builtin:[147,207],cach:[110,130,149],cache_limit:84,calc_target:111,calc_typ:111,call:183,callback:11,can:207,candidate_n:152,cannot:221,cascad:98,cast:71,cento:24,chang:[42,87],charact:193,characterist:[0,203],chat:2,check:[85,145],checkout:[6,7,8],choic:193,clearlock:86,client:[1,147,217],clone:17,close_tagn:161,cmake:[7,8],code:[82,83],column:[0,32,72,73,74,75,76,87,129,136,158,161,167,182,195,196,224,226,228],column_copi:87,column_cr:88,column_list:89,column_or_valu:155,column_remov:90,column_renam:91,combin:182,command:[77,78,129,143,145,147,150,152,190,197,211,226,230],comment:229,commun:2,comparison:[183,211],complet:[199,201],compress:211,condit:[130,182,233],config_delet:92,config_get:93,config_set:94,configur:[6,18,21,28,46,87,143,149,211],confirm:17,construct:184,contain:11,contribut:[3,15],control:183,convert:189,cooccurr:[199,200,202],core:211,correct:[200,201],cpu:211,creat:[6,76,134,151,226,228,229],custom:211,daemon:[147,217],data:[134,149,153,182,183,199,202,207,223,229],databas:[117,211,226],database_name_t:117,database_path:[152,153],database_type_id:117,database_type_nam:117,database_unmap:95,dataset:151,date:223,db_api:11,debian:25,decreas:[113,136],default_token:134,define_selector:96,defrag:97,delet:98,depend:[6,7,8,18,28,113,136],descript:207,desctipion:151,develop:[4,20],differ:111,direct:149,divis:183,document:[15,18,22],domain:224,down:[149,233],downtim:211,drildown:224,drilldown:[111,130,224],drilldown_calc_target:[111,130],drilldown_calc_typ:[111,130],drilldown_limit:[111,130],drilldown_offset:[111,130],drilldown_output_column:[111,130],drilldown_sort_kei:130,drilldown_sortbi:[111,130],dump:99,dump_index:99,dump_plugin:99,dump_record:99,dump_schema:99,each:228,edit:17,edit_dist:156,ellipsoid:158,enabl:[18,82],encod:28,engin:0,equal:[11,182,183],error:[79,221],escal:28,escap:[182,193],exampl:[21,47,48,49,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,151,217,221],execut:[144,147],exit:151,expand:191,expans:232,explicit:182,explicitli:158,express:[182,183,193],extract:[183,202],facebook:2,favorit:229,featur:188,fedora:26,file:[17,147,151,153,192,206,211],filter:[108,110,111,130,204],filter_str:172,fix:[33,37,39,40,41,42],flag:[114,134,138,140,217],flow:17,follow:229,forc:118,format:[79,101,130,185,192,226],free:0,freebsd:206,from:[6,7,8,24,25,26,27,28,30,31,111,152,153],from_nam:87,from_tabl:87,full:[0,182,226,227,228,233],fuzzy_search:157,gener:[17,18],geo:[0,183,225],geo_dist:158,geo_in_circl:159,geo_in_rectangl:160,geoindex:229,geoloc:[188,229],geopoint:229,get:[152,226],global:46,glossari:197,gnu:[6,7,25],gqtp:[209,215,217],greater:[11,182,183],greater_equ:11,grn_cach:47,grn_column:48,grn_command_vers:49,grn_content_typ:50,grn_ctx:51,grn_db:52,grn_encod:53,grn_expr:[11,54,181],grn_geo:55,grn_hook:56,grn_ii:57,grn_index_cursor:58,grn_info:59,grn_match_escal:60,grn_obj:61,grn_proc:62,grn_search:63,grn_tabl:64,grn_table_cursor:65,grn_table_select:11,grn_thread_:66,grn_type:67,grn_user_data:68,grndb:145,grnslap:146,groonga:[0,3,4,5,6,7,8,9,12,17,22,42,147,148,149,150,151,152,153,212,213,215],groonga_base_path:149,groonga_cache_limit:149,groonga_databas:149,groonga_database_auto_cr:149,groonga_log_level:149,groonga_log_path:149,groonga_query_log_path:149,group:[182,183,193],gzip:211,hash:229,hashtag:229,header:[79,92,93,94,102,104,129,217],help:28,highlight_ful:161,highlight_html:162,homebrew:27,how:[3,5,6,7,8,15,17,19,44,76,81,82,87,184,189,199,200,202,209,217,221,230],html:[17,18,163],html_untag:163,http:[150,190,210,211,215,230],httpd:[149,152,153,213,215],hypertext:230,i18n:17,improv:[33,37,38,39,40,41,42],in_valu:164,index:[0,32,73,129,134,184,193,195,196,225,226,228],index_column:138,inform:[227,233],input:152,instal:[6,7,8,17,18,23,28,31,192],instant:0,int16:207,int32:207,int64:207,int8:207,integ:183,introduct:[18,201],invert:0,io_flush:100,issu:[19,230],javascript:233,jessi:25,json:[79,101],just:76,kei:[92,93,94,111,130,207,231],kern:206,key_typ:134,keyword:229,keywordn:161,label:[111,130],languag:17,larg:134,latest:12,latitud:[0,223],launch:152,learn:[152,153,199,200,201,202],learner:[152,153],left:183,less:[11,182,183],less_equ:11,let:229,lexicon:[134,226,227],librari:[0,28],like:233,limit:[32,76,110,111,130,192,203,207,224],line:[147,152,190],linux:[7,25,206],list:[2,19,83],liter:183,load:[76,101,149,226,229],localstatedir:28,locat:[0,158,192,225,233],lock:0,lock_acquir:102,lock_clear:103,lock_releas:104,log:[28,153,185,211],log_level:105,log_put:106,log_reopen:107,logic:[113,182,183],logical_count:108,logical_paramet:109,logical_range_filt:110,logical_select:111,logical_shard_list:112,logical_t:[108,110,111,112,113],logical_table_remov:113,longitud:[0,223],longtext:207,lz4:28,mac:27,macport:27,mail:[2,19],make:[6,7,12,28],manual:43,match:[28,182,183],match_column:[111,130,168,228],match_escalation_threshold:[111,130],max:[84,108,110,111,113,139,155,206],max_bord:[108,110,111,113,155],max_map_count:206,maxfileperproc:206,memcach:214,memori:[206,221],messag:28,message_pack_install_prefix:28,messagepack:79,micro:229,min:[108,110,111,113,155],min_bord:[108,110,111,113,155],mmap:221,mode:[11,131,138,140,147],modul:149,modulo:183,mroonga:0,multi:211,multipl:[183,224,228],munin:28,name:[91,116,117,118,134,136,137,150,151,207,228],narrow:233,nest:228,new_nam:[91,137],nginx:149,nofil:206,normal:[76,114,129,134,140,186],normalizer_list:115,normalizer_nam:161,normalizerauto:186,normalizernfkc51:186,not_equ:11,now:165,number:[28,130,206],number_classifi:166,numer:223,object:183,object_exist:116,object_inspect:117,object_remov:118,offlin:184,offset:[110,111,130],old:33,onlin:184,open:206,open_tagn:161,oper:[183,187,226],option:[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,147,151,152,153,158,162,168,195,196],oracl:29,order:110,origin:183,other:[28,193],output:[17,79,111,130,190,226],output_column:[110,111,130],overcommit_memori:206,overview:[0,69,223],pack:28,packag:[28,30,215],page:130,paramet:[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,147,152,153,155,158,161,162,163,164,167,168,172,180,195,196,206,228],part:113,patch:17,path:[28,128,211],patricia:231,per:206,perform:[149,211],period:42,persist:203,person:30,phrase:182,platform:28,plugin:[28,70,129],plugin_regist:119,plugin_unregist:120,point1:158,point2:158,point:183,post:[149,211,229],ppa:30,prefix:[11,28,182,183,189,199,211,231],prefix_rk_search:167,prepar:232,pretti:80,primari:[207,231],print:80,process:[185,206],protocol:[214,217,230],proxi:149,proxy_cach:149,pseudo:74,pull:17,quantifi:193,queri:[0,111,130,149,167,168,182,185,191,232],query_expand:[111,121,130,168],query_expans:130,query_flag:[111,130],query_str:168,query_typ:217,queryexpandertsv:192,quit:122,rand:169,rang:[134,226],range_filt:123,range_index:109,read:[0,189,199],record:[130,203,226],record_numb:170,recov:145,rectangl:158,recurs:100,red:12,refer:[43,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,76,136,223,225],regist:124,regular:[182,183,193],reindex:125,relat:[110,111,113,130,149,153,228],relationship:225,releas:[33,37,38,39,40,41],remot:230,remov:[113,136],report:19,repositori:[5,6,7,8,13,17],request:[17,81,82,149],request_cancel:126,requir:[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,163,168,195,196],resolut:225,resolv:44,resourc:[113,136],respons:152,restart:215,result:[224,226],revers:[149,225],right:183,romaji:189,room:2,ruby_ev:127,ruby_load:128,rule:197,run:[6,7,8,18,209,217,230],sampl:[182,183],scalar:75,schema:129,scope:172,score:130,score_n:152,scorer:[111,130,194,233],scorer_tf_at_most:195,scorer_tf_idf:196,script:[127,183],search:[0,76,111,130,182,183,188,189,199,200,202,225,226,227,228,229,231,232,233],secur:[183,230],see:[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,217],select:[111,130],send:[17,230],senna:42,server:[0,147,150,208,215,217,230],set:[82,149],setup:152,sharabl:0,shard:197,shard_kei:[108,110,111,113],shift:183,shorttext:207,shut:149,shutdown:131,sign:183,similar:[11,183,200],simpl:[111,130],size:217,snippet_html:171,softwar:[6,7,8,18],solari:29,solut:221,sort:[224,226,233],sort_kei:130,sortbi:[111,130],sourc:[24,25,26,27,28,30,31,129],specif:[149,216,228,229],specifi:[158,207,226],sphere:158,sphinx:17,standalon:147,start:215,statu:[132,151,217],stop:215,storag:0,store:[0,134],string:[114,138,140,183,223],style:130,sub_filt:172,submit:19,substitution_t:168,subtract:183,succeeded_or_not:[92,94,102,104],success:79,suffix:[11,182,183,231],suggest:[133,151,152,153,198,201,202],summari:[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,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,209],support:188,synopsi:[149,150,153],synopsti:151,syntax:[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,233],tabl:[32,87,89,91,99,113,117,129,130,134,136,138,153,203,207,226,228,229],table_cr:134,table_dat_kei:203,table_hash_kei:203,table_key_max_total_s:117,table_key_total_s:117,table_key_typ:117,table_list:135,table_n_record:117,table_nam:117,table_no_kei:203,table_pat_kei:203,table_remov:136,table_renam:137,table_token:138,table_type_id:117,table_type_nam:117,table_value_typ:117,tag:[134,225,229],target:[136,145,180],target_nam:[100,102,103,104,125,142],target_valu:164,temporari:203,term:183,termin:217,text:[0,162,182,207,226,227,228,233],than:[182,183],thank:[33,37,38,39,40,41],thread_limit:139,threshold:28,time:[183,207,223,229],time_classify_dai:173,time_classify_hour:174,time_classify_minut:175,time_classify_month:176,time_classify_second:177,time_classify_week:178,time_classify_year:179,timeout:82,to_nam:87,to_tabl:87,todo:[168,171],token:[0,129,140,204,205],token_filt:[129,134,140],tokenbigram:205,tokenbigramignoreblank:205,tokenbigramignoreblanksplitsymbol:205,tokenbigramignoreblanksplitsymbolalpha:205,tokenbigramignoreblanksplitsymbolalphadigit:205,tokenbigramsplitsymbol:205,tokenbigramsplitsymbolalpha:205,tokenbigramsplitsymbolalphadigit:205,tokendelimit:205,tokendelimitnul:205,tokenfilterstem:204,tokenfilterstopword:204,tokenizer_list:141,tokenizs:205,tokenmecab:205,tokenregexp:205,tokentrigram:205,tokenunigram:205,tokyogeopoint:207,tool:[28,149,230],topic:15,total:130,tracker:19,transfer:230,translat:17,travi:21,trie:231,truncat:142,tsv:[79,192],tune:206,tutori:222,twitter:2,type:[117,129,152,207,223,229],type_id:117,type_id_of_typ:117,type_nam:117,type_name_of_typ:117,type_s:117,ubuntu:30,uint16:207,uint32:207,uint64:207,uint8:207,unix:7,unremov:[113,136],unsign:183,updat:[0,12,17,18,199],upgrad:211,usag:[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,149,152,153,155,157,158,161,162,163,164,166,167,168,170,171,172,173,174,175,176,177,178,179,180,189,190,192,193,194,195,196,206],use_html_escap:161,use_range_index:110,user:[152,229],valu:[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,229],value_typ:134,variou:[223,233],vector:[76,223],vector_s:180,version:[78,211],view:226,weight:[76,228],wgs84geopoint:207,what:205,who:229,window:[8,31],without:211,work:[17,199,200,202],worker_process:149,xml:79,xor:183,your:17,zip:31,zlib:28}})
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 macro"],"1":["c","function","C function"],"2":["c","type","C type"],"3":["c","member","C member"],"4":["std","option","option"]},objtypes:{"0":"c:macro","1":"c:function","2":"c:type","3":"c:member","4":"std:option"},terms:{"000x":17,"00z":154,"01t00":154,"0\u306e\u79d2\u8868\u8a18":224,"0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u5148\u982d\u306b\u633f\u5165\u3055\u308c\u307e\u3059":57,"0\u30d9\u30fc\u30b9\u3067":[65,66],"0\u30ea\u30ea\u30fc\u30b9":33,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":149,"0mq":40,"0x0":[38,211,227],"0x01":221,"0x02":221,"0x04":221,"0x08":221,"0x10":221,"0x20":186,"0x7fa0d5d7ed00":83,"0xc7":221,"10000cent":209,"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":211,"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":148,"10041\u756a":149,"10043\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":149,"10043\u756a":149,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":224,"100cent":209,"100x":33,"100x100":161,"100x150":162,"1024r":12,"1073741824\u306e\u6574\u6570\u3067":75,"10m":151,"10t13":[203,204,206],"10t22":204,"10z":187,"128452975x503157902":[227,229,234,237],"128487316x502920929":[229,237],"128515259x503187188":[229,237],"1285858800\u306f2010":224,"128mb":39,"12gb":225,"135960000x":160,"13\u7528rpm\u306e\u63d0\u4f9b":35,"143660000x419009000":160,"145508000x":160,"146249000x":233,"146566000x":[160,233],"146607190x":233,"146710080x":233,"146741340x":233,"146867000x":233,"150x100":162,"152489000x":233,"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":86,"16bit":211,"16gb":225,"16gib":210,"175904000x8464000":160,"185428000x":160,"1\u304b\u3089\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3044\u3046\u6982\u5ff5\u304c\u5c0e\u5165\u3055\u308c\u307e\u3059":79,"1\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":66,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":37,"1\u3068\u3044\u3046\u6271\u3044\u306b\u306a\u308a\u307e\u3059":79,"1\u3068command":79,"1\u3088\u308a\u5c0f\u3055\u3044\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":66,"1\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u672b\u5c3e\u306b\u633f\u5165\u3055\u308c\u307e\u3059":57,"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":150,"1\u30ea\u30ea\u30fc\u30b9":33,"1\u5358\u8a9e\u6271\u3044":222,"1\u884c\u76ee":150,"1byte":221,"1gb":42,"1st":157,"1tib":[32,136],"1usec":33,"1x139":227,"2000\u898f\u683c\u306b\u5f93\u3063\u3066\u5168\u89d2\u30ab\u30bf\u30ab\u30ca\u306b\u5909\u63db\u3057\u305f\u6587\u5b57\u5217\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b\u5024\u3092key\u3068\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":66,"200byte":173,"20km":233,"21th":40,"23t02":187,"24byte":221,"256gib":32,"256kb":225,"256kib":210,"257662232kbyte":150,"29289245605469e":81,"2\u306e\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3063\u305f\u969b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3057\u305f":12,"2\u306e\u4e8c\u3064\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059":79,"2\u30ea\u30ea\u30fc\u30b9":33,"2\u884c\u76ee":150,"2byte":[84,221],"2nd":132,"2rd":132,"2st":132,"30ac":190,"314e":187,"32bit":[8,33,40,42,211],"32byte":42,"32gib":210,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":222,"3\u30ea\u30ea\u30fc\u30b9":33,"3\u884c\u76ee":150,"3rd":[33,40,132],"4000\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u5185\u5bb9\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"4091b":[95,145],"4096byte":[42,207],"4097byte":207,"436218z":187,"44001770019531e":194,"45ea3034":189,"4\u30ea\u30ea\u30fc\u30b9":33,"4\u884c\u76ee":150,"4byte":221,"4e86e700":225,"4gib":[32,33,136,207,221],"4kib":[32,42,45,93,94,95,145],"4th":132,"5367431640625e":194,"56058502197266e":194,"56880000x":160,"59\u74b0\u5883\u306b\u304a\u3044\u3066":37,"5\u30ea\u30ea\u30fc\u30b9":33,"5th":132,"64bit":[8,42,118,211],"64kib":42,"65535byte":42,"6813819x139":[227,237],"6909211x139":237,"6\u3067\u3082\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"6\u306e\u3068\u304d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f4\u65b0\u3057\u3066pull":12,"6\u30ea\u30ea\u30fc\u30b9":33,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":14,"6elz":41,"6gib":210,"7\u30ea\u30ea\u30fc\u30b9":33,"80ghz":150,"82pre":43,"8\u306b\u5bfe\u5fdc":35,"8\u30ea\u30ea\u30fc\u30b9":[12,33],"8bit":211,"8byte":221,"93933868408203e":194,"975mbyte":150,"\u3042\u3068\u306f\u30d6\u30e9\u30a6\u30b6\u306b\u3066http":12,"\u3042\u3089\u304b\u3058\u3081groonga\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304a\u304f\u3068\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u5186\u6ed1\u306b\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3042\u3089\u304b\u3058\u3081packages\u30e6\u30fc\u30b6\u3067packag":12,"\u3042\u308a\u307e\u305b\u3093":[108,124,137],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":161,"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[161,162],"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":11,"\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u306f\u3058\u3081\u306bdevelop\u6271\u3044\u3068\u3057\u3066\u30ea\u30ea\u30fc\u30b9\u3055\u308c":79,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u304c\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u3046\u3061":79,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306b\u304a\u3044\u3066\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":79,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":79,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":211,"\u3042\u308c\u3053\u308c\u60c5\u5831\u63d0\u4f9b\u3092\u8981\u6c42\u3059\u308b\u3068":10,"\u3044\u304d\u306a\u308aredmine\u3067\u30d0\u30b0\u5831\u544a\u3092\u304a\u9858\u3044\u3059\u308b\u3068":10,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":75,"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":79,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":11,"\u3044\u307e\u3059":10,"\u304a\u304b\u3057\u306a\u7d50\u679c\u3092\u8fd4\u3059\u554f\u984c\u3092\u4fee\u6b63":35,"\u304a\u3070\u305f\u3055\u3093":34,"\u304a\u3088\u3073":12,"\u304b\u3089\u53d6\u5f97\u3067\u304d\u308b\u305d\u308c\u305e\u308c\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":59,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":149,"\u304bwgs84geopoint":[161,162],"\u304c\u3042\u308a\u307e\u3059":12,"\u304c\u306a\u3044\u5834\u5408":12,"\u304c\u30c6\u30fc\u30d6\u30eb\u5358\u4f4d\u306e\u30c0\u30f3\u30d7\u306b\u5bfe\u5fdc":35,"\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082":222,"\u304c\u5fc5\u8981\u3067\u3059":12,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":171,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":161,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u52b9\u3067\u3059":65,"\u304c\u6307\u5b9a\u3055\u308c\u305ftable\u3067\u306f":65,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3051\u308c\u306a\u308a\u307e\u305b\u3093":65,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[49,65],"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u304c\u8fd4\u3055\u308c\u307e\u3059":62,"\u3050\u308b\u3093\u304c":[186,187],"\u3050\u308b\u3093\u304c\u592a\u90ce":229,"\u3050\u308b\u3093\u304c\u6b21\u90ce":229,"\u3053\u3046\u3059\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u63d0\u6848\u3092\u3067\u304d\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u3053\u3053\u3067\u306f":224,"\u3053\u3053\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306bruby\u3092\u5229\u7528\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u3092web\u30b5\u30fc\u30d0\u7d4c\u7531\u3067\u53c2\u7167\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u306f\u7c21\u5358\u306b\u8aac\u660e\u3059\u308b\u306e\u3067":224,"\u3053\u3053\u3067\u307e\u3068\u3081\u305f\u5185\u5bb9\u306b\u3064\u3044\u3066\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u3082\u4f7f\u7528\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u3082":224,"\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u30b5\u30dd\u30fc\u30c8\u306e\u969b\u306b\u6c17\u3092\u3064\u3051\u308b\u3053\u3068\u3092\u307e\u3068\u3081\u307e\u3059":10,"\u3053\u306e\u3068\u304d":222,"\u3053\u306e\u307e\u307e\u3067\u306f\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u8868\u793a\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":224,"\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u306e\u306f\u5168\u6587\u691c\u7d22\u6642\u306b\u8907\u6570\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3089\u3067\u3059":224,"\u3053\u306e\u3088\u3046\u306bn":224,"\u3053\u306e\u3088\u3046\u306btokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u91cd\u307f\u3092\u9ad8\u304f\u3059\u308b\u3053\u3068\u306b\u3088\u308a":224,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":150,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":150,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":150,"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":222,"\u3053\u306e\u30b1\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3059\u308b\u306e\u3067":224,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":12,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":149,"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":150,"\u3053\u306e\u30dc\u30bf\u30f3\u3092\u7d4c\u7531\u3059\u308b\u5834\u5408":12,"\u3053\u306e\u4e2d\u3067\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308bgrn_expr\u306e\u3053\u3068\u3092\u7279\u306b\u6761\u4ef6\u5f0f\u3068\u3088\u3073\u307e\u3059":11,"\u3053\u306e\u4f5c\u696d\u306f":12,"\u3053\u306e\u4f5c\u696d\u306f\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3054\u3068\u306b\u884c\u3044\u307e\u3059":12,"\u3053\u306e\u4f5c\u696d\u306fblogroonga\u306e\u82f1\u8a9e\u7248":12,"\u3053\u306e\u4f8b\u306e\u3088\u3046\u306b1\u3064\u306egroonga":150,"\u3053\u306e\u4f8b\u306f\u65e5\u672c\u8a9e\u3060\u3063\u305f\u306e\u3067tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u3088\u304b\u3063\u305f\u306e\u3067\u3059\u304c":224,"\u3053\u306e\u5834\u5408":66,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":224,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":224,"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":224,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":224,"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":224,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":224,"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":224,"\u3053\u306e\u64cd\u4f5c\u306f":65,"\u3053\u306e\u72b6\u614b\u3067\u3082\u4ee5\u524d\u306f\u30de\u30c3\u30c1\u3057\u306a\u304b\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":224,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":222,"\u3053\u306e\u7d50\u679c\u306f":150,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":222,"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":161,"\u3053\u308c\u304b\u3089groonga\u3092\u4f7f\u3046\u4eba\u3078\u30a2\u30d4\u30fc\u30eb\u3059\u308b\u70b9\u3084\u65e2\u5b58\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u4eba\u304c\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u969b\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u307e\u3059":12,"\u3053\u308c\u3067":12,"\u3053\u308c\u306b\u3088\u308a":12,"\u3053\u308c\u306b\u3088\u308a\u904e\u53bb\u306b\u30ea\u30ea\u30fc\u30b9\u3057\u305f\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":12,"\u3053\u308c\u306b\u3088\u308aclone\u3057\u3066\u304a\u3044\u305fgroonga":12,"\u3053\u308c\u306b\u5bfe\u3057\u3066":222,"\u3053\u308c\u306f":224,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":75,"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":224,"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":11,"\u3053\u308c\u3092\u56de\u907f\u3059\u308b\u306b\u306f":12,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":150,"\u3055\u3089\u306b\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b\u3068":79,"\u3057\u304b\u3057":[211,222,224],"\u3057\u3066\u304a\u304f\u3079\u304d\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u793a\u3057\u307e\u3059":12,"\u3057\u308a\u3054\u307f\u3057\u3066\u3057\u307e\u3046\u304b\u3082\u3057\u308c\u307e\u305b\u3093":10,"\u3059\u3067\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u305f\u3068\u3048\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":222,"\u3059\u3067\u306bgroonga\u306eformula\u306f\u53d6\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u306e\u3067":12,"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408":150,"\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066\u4e92\u63db\u6027\u304c\u4fdd\u8a3c\u3055\u308c\u307e\u3059":79,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":150,"\u3059\u3079\u3066\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u540c\u3058\u540d\u524d\u306e\u95a2\u6570\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u3059\u3079\u3066\u306e\u95a2\u6570\u304c\u30c6\u30b9\u30c8\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u308b\u3053\u3068\u3092\u5fc3\u304c\u3051\u3066\u304f\u3060\u3055\u3044":14,"\u3059\u308b\u3068":14,"\u3059\u308b\u3068\u304d\u306b\u30ad\u30e3\u30b9\u30c8\u306b\u5931\u6557\u3057\u305f\u3089":35,"\u3059\u308b\u3068\u5927\u4e08\u592b\u3067\u3059":10,"\u3059\u308b\u3068groonga":12,"\u305d\u3053\u3067":224,"\u305d\u3053\u3067\u3042\u3089\u304b\u3058\u3081\u7528\u610f\u3057\u3066\u304a\u3044\u305f":12,"\u305d\u3053\u306b\u5165\u308b\u60c5\u5831\u304c\u3069\u3093\u306a\u5185\u5bb9\u304b\u3092\u793a\u3059\u540d\u524d\u3092\u51fa\u529b\u3057\u307e\u3059":137,"\u305d\u306e\u305f\u3081":[12,100,150,222,224],"\u305d\u306e\u305f\u3081\u306b\u306f\u307e\u305a\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u305d\u306e\u307e\u307emake\u30b3\u30de\u30f3\u30c9\u306b\u3066\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":12,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":211,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":79,"\u305d\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3057\u307e\u3059":12,"\u305d\u306e\u4e2d\u304b\u3089\u5fc5\u8981\u306a\u90e8\u5206\u3092\u9ad8\u901f\u306b\u53d6\u308a\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u306e\u4ed6\u306e\u74b0\u5883\u3067\u306f\u9069\u5b9c\u8aad\u307f\u66ff\u3048\u3066\u4e0b\u3055\u3044":12,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3068\u540c\u7b49\u3067\u3059":150,"\u305d\u306e\u5185\u5bb9\u3092data\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8fd4\u3057\u307e\u3059":57,"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":224,"\u305d\u306e\u5834\u5408\u306b\u306f\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u3054\u3068\u3084\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3054\u3068\u306a\u3069":12,"\u305d\u306e\u5f8c\u4e8c\u4e16\u4ee3\u7d4c\u904e\u3059\u308b\u3068\u305d\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306fdeprecated\u6271\u3044\u3068\u306a\u308a\u307e\u3059":79,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":149,"\u305d\u306e\u6642\u70b9\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u307e\u3059":79,"\u305d\u306e\u6642\u70b9\u3067stable\u3067\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":79,"\u305d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":66,"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":11,"\u305d\u306e\u9650\u3089\u308c\u305f\u30c4\u30a4\u30fc\u30c8\u304b\u3089\u89e3\u6c7a\u65b9\u6cd5\u304c\u898b\u3064\u304b\u308c\u3070\u30e6\u30fc\u30b6\u30fc\u306b\u3068\u3063\u3066\u4f59\u8a08\u306a\u624b\u9593\u304c\u5c11\u306a\u304f\u3066\u6e08\u307f\u307e\u3059":10,"\u305d\u306e\u969b":12,"\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":65,"\u305d\u306erecord\u306eid\u3092\u8fd4\u3057\u307e\u3059":65,"\u305d\u308c\u304c\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u3063\u305f\u5834\u5408\u306f":62,"\u305d\u308c\u305e\u308c":14,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":149,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":222,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":222,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":11,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u306b\u5bfe\u3057\u3066\u4e8c\u3064\u76ee\u306e\u8981\u7d20\u304c\u4e00\u81f4\u3059\u308b\u305f\u3081\u306emode\u3068\u3057\u3066\u4e0b\u8a18\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u308c\u305e\u308c\u3092\u5358\u4f4d\u3068\u3057\u305f\u8a9e\u5f59\u8868\u306b\u7d22\u5f15\u3092\u7ba1\u7406\u3057\u307e\u3059":222,"\u305d\u308c\u305e\u308c\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5\u3068\u306a\u308b\u6761\u4ef6\u304c\u3042\u308b\u306e\u3067\u63a1\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5341\u5206\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044":224,"\u305d\u308c\u305e\u308c\u30ec\u30b3\u30fc\u30c9id":62,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":224,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":222,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308baccessor\u3092\u8fd4\u3057\u307e\u3059":62,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308btable\u306e\u30ab\u30e9\u30e0\u3092\u8fd4\u3057\u307e\u3059":62,"\u305d\u308c\u306b\u691c\u7d22\u306b\u30de\u30c3\u30c1\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u306b\u3069\u306e\u3088\u3046\u306b\u53cd\u6620\u3059\u308b\u304b\u3092\u6307\u5b9a\u3059\u308b\u6f14\u7b97\u5b50\u3092\u6e21\u3057\u307e\u3059":11,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":148,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":148,"\u305d\u308c\u3092\u5143\u306b\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u305d\u308c\u3092\u65e7jis":66,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u9577\u3055":68,"\u305f\u3060\u3057":[66,75,149,222],"\u305f\u3060\u3057\u8907\u6570\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u4e00\u7dd2\u306b\u4f7f\u3046\u3053\u3068\u306f\u3067\u304d\u306a\u3044":34,"\u305f\u3068\u3048\u3070":222,"\u305f\u3068\u3048\u3070\u4e0b\u8a18\u306e\u3088\u3046\u306bgroonga\u306e\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u63a8\u79fb\u3057\u307e\u3059":79,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u30671\u4ef6\u3082\u30d2\u30c3\u30c8\u3057\u306a\u3044\u5834\u5408\u3067\u3082\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306a\u3069\u3092\u884c\u3044\u307e\u305b\u3093":224,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":224,"\u305f\u3081\u306e\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u304c\u3042\u308b\u306e\u3067":12,"\u3060\u3068\u539f\u56e0\u306f":10,"\u3064\u307e\u308atest":12,"\u30671\u4ef6\u30d2\u30c3\u30c8\u3057":224,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":11,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":11,"\u3067\u3042\u308c\u3070":150,"\u3067\u3059\u306d":10,"\u3067\u306f\u306a\u304ffree":35,"\u3067\u306f\u307e\u3068\u3081\u3066\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u307e\u3059":12,"\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":224,"\u3067\u306f\u6607\u9806":65,"\u3067\u306f\u964d\u9806\u3067\u30bd\u30fc\u30c8\u3055\u308c\u307e\u3059":65,"\u3067\u306fgroonga\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5185\u90e8\u3067":52,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":224,"\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f\u30ad\u30fc\u304c\u5e38\u306bgrn_nil\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":149,"\u3067\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u3067\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u306710":224,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":224,"\u3067\u4e0d\u6b63\u306ajson\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u305d\u308c\u4ee5\u964d\u30b3\u30de\u30f3\u30c9\u3092\u53d7\u3051\u4ed8\u3051\u306a\u304f\u306a\u308b":35,"\u3067\u4f5c\u6210\u3057\u305f":52,"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":149,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":52,"\u3067\u533a\u5207\u308a\u307e\u3059":149,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":75,"\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4e88\u7d04\u6e08\u307f\u3067\u3042\u308a":89,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":150,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":35,"\u3067\u751f\u6210\u3057\u305fcursor\u3092\u89e3\u653e\u3057\u307e\u3059":66,"\u3067\u78ba\u4fdd\u3057\u305f":52,"\u3067\u793a\u3055\u308c\u305f\u60c5\u5831\u306e\u914d\u5217\u3092\u51fa\u529b\u3057\u307e\u3059":137,"\u3067\u7d44\u307f\u5408\u308f\u305b\u305f\u30b7\u30f3\u30dc\u30eb\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":89,"\u3067\u89e3\u653e\u3057\u305f\u5f8c\u306b":52,"\u3067\u89e3\u653e\u3067\u304d\u307e\u3059":52,"\u3067\u9023\u7d50\u3057\u305f\u6587\u5b57\u5217\u3067\u3059":62,"\u3067\u914d\u5217\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30fc\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"\u3067_value\u3092\u6307\u5b9a\u3059\u308b\u3068\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u3067groonga\u306e\u7f72\u540d\u7528\u306e\u9375\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b\u3068\u30c6\u30fc\u30d6\u30eb\u304c\u58ca\u308c\u308b":35,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u5834\u5408":222,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":222,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":224,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u306710\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u6642\u306b\u5b9f\u884c\u3059\u308b":150,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":150,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":150,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":150,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":222,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":222,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":222,"\u3068\u3044\u3046\u4e8b\u67c4\u3092\u307e\u3068\u3081\u307e\u3057\u305f":10,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":222,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":222,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":222,"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":222,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":222,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":211,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":222,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":222,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":222,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":222,"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":150,"\u3068\u3057\u3066\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u3082\u306e\u3068\u3057\u3066\u8aac\u660e\u3057\u307e\u3059":12,"\u3068\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059":12,"\u3068\u306a\u308a":224,"\u3068\u308a\u3068\u3093":[186,187],"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":150,"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":150,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u304c":224,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":224,"\u3068\u5171\u306b":49,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":62,"\u3068\u540c\u3058\u610f\u5473":149,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":34,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":150,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":161,"\u3068blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306eurl\u304c\u633f\u5165\u3055\u308c\u307e\u3059":12,"\u3069\u3046\u3057\u3066\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":224,"\u3069\u3046\u3057\u3066\u305d\u3046\u3059\u308b\u306e\u304b\u3068\u3044\u3046\u5171\u901a\u8a8d\u8b58\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u3068\u4e00\u8cab\u6027\u306e\u306a\u3044\u30b5\u30dd\u30fc\u30c8\u3068\u306a\u3063\u3066\u3057\u307e":10,"\u3069\u3046\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u306e\u304c":10,"\u3069\u3061\u3089\u3067\u521d\u671f\u5316\u3055\u308c\u305f":52,"\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3092\u8aac\u660e\u3059\u308b\u524d\u306b":222,"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":150,"\u306a\u3069\u306b\u3088\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5b58\u5426\u3092\u5225\u9014\u78ba\u8a8d\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":62,"\u306a\u3069\u3092\u8fd4\u3057\u307e\u3059":62,"\u306b\u3042\u308b":62,"\u306b\u3064\u3044\u3066\u306f\u5f8c\u8ff0":66,"\u306b\u3064\u3044\u3066\u306f\u7121\u8996\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059":66,"\u306b\u3066\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059":12,"\u306b\u3066\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30ea\u30ea\u30fc\u30b9\u6848\u5185\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u306b\u3066\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059":12,"\u306b\u306a\u308a\u307e\u3059":52,"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":222,"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":86,"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":137,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":222,"\u306b\u3088\u3063\u3066\u89e3\u653e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":52,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":211,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":222,"\u306b\u540c\u3058\u4f4d\u7f6e\u3092\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u306a\u3044\u306e\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":222,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":224,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":224,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":149,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":150,"\u306b\u6e21\u3055\u308c\u305fuser_data\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":150,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":149,"\u306b\u8a2d\u5b9a\u3059\u308b":12,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":150,"\u306e2\u5358\u8a9e\u6271\u3044":222,"\u306e3\u30d5\u30e9\u30b0\u306f":66,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":[64,65,68],"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[65,161,162],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":149,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u306e\u307b\u304b\u306b":211,"\u306e\u307f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059":66,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u3088\u3046\u306b\u5f15\u6570\u306e\u540d\u524d\u3092\u660e\u793a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u4ee3\u308f\u308a\u306b":149,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":149,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u306e\u30ab\u30e9\u30e0":[87,98],"\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fee\u6b63":[35,37],"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":98,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":87,"\u306e\u4e00\u884c\u3042\u305f\u308a\u306e\u6700\u5927\u30d0\u30a4\u30c8\u6570\u306e\u5236\u9650\u3092\u64a4\u5ec3":35,"\u306e\u4ed5\u69d8\u3092\u8ffd\u52a0":35,"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":149,"\u306e\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067":10,"\u306e\u5834\u5408\u306f":10,"\u306e\u5834\u5408\u306f\u6700\u5927\u9577":68,"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":35,"\u306e\u66f4\u65b0":3,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":150,"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":149,"\u306e\u914d\u5217\u3068\u305d\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":63,"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":171,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":171,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":137,"\u306ebase_version\u306e\u66f4\u65b0":12,"\u306eflags\u3068\u540c\u69d8\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":66,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":224,"\u306etable\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u306exml\u51fa\u529b\u306e\u30bf\u30b0\u540d\u3092\u3088\u308a\u9069\u5207\u306a\u540d\u524d\u306b\u5909\u66f4":35,"\u306exml\u51fa\u529b\u5bfe\u5fdc":35,"\u306f\u306a\u304f":34,"\u306f\u7121\u52b9\u3067\u3042\u308a":66,"\u306f\u7121\u8996\u3055\u308c\u307e\u3059":[65,66],"\u306f\u7279\u6b8a\u306a\u30a2\u30af\u30bb\u30b5\u3067":62,"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":224,"\u3072\u308d\u3042\u304d":235,"\u3072\u308d\u3086\u304d":235,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":150,"\u307e\u305agroonga\u306e\u30bd\u30fc\u30b9\u3092\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u3068\u5c55\u958b\u3057\u307e\u3059":12,"\u307e\u305f\u305d\u308c\u3089\u306eid\u3092":49,"\u307e\u305f\u306f":150,"\u307e\u305f\u306f\u30bd\u30b1\u30c3\u30c8\u7d4c\u7531\u3067groonga\u30b5\u30fc\u30d0\u306b\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9001\u4fe1\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u884c\u3057\u307e\u3059":[86,87,89,91,97,98,100,106,107,108,124,137],"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":149,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":149,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":150,"\u307e\u305f\u306fctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":52,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_host\u304c\u512a\u5148\u3055\u308c\u307e\u3059":150,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_port\u304c\u512a\u5148\u3055\u308c\u307e\u3059":150,"\u307e\u305f\u540c\u6642\u306b":150,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":65,"\u307e\u305fgroonga":150,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":79,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":10,"\u307e\u308d\u3086\u304d":235,"\u3080\u308b\u3093\u304c":[186,187],"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":158,"\u3082\u3057\u304f\u306f":[65,66,211],"\u3082\u3057\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u4e2d\u8eab\u306b\u95a2\u308f\u3089\u305a\u52d5\u4f5c\u3092\u7d9a\u3051\u3066\u3057\u307e\u3044":150,"\u3082\u3057\u6307\u5b9a\u3055\u308c\u305fdb\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070\u81ea\u52d5\u7684\u306bdb\u3092\u4f5c\u6210\u3057\u307e\u3059\u304c":150,"\u3082\u3057groonga":150,"\u3082\u3057test":150,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":222,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":79,"\u3084\u308a\u3068\u308a\u3092\u8003\u3048\u306a\u304f\u3066\u826f\u3044\u3067\u3059\u304c":10,"\u3084red":12,"\u3084rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306espec\u30d5\u30a1\u30a4\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u306a\u3069\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"\u3086\u304d\u3072\u308d":235,"\u3088\u3063\u3066":211,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":161,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":150,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u308d\u3086\u304d":235,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":14,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"\u3092\u30b3\u30d4\u30fc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":100,"\u3092\u4f5c\u6210\u3057\u307e\u3059":89,"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":211,"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":35,"\u3092\u4f7f\u3063\u3066\u89e3\u653e\u3057\u307e\u3059":59,"\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u3092\u516c\u958b":35,"\u3092\u524d\u63d0\u3068\u3057\u3066\u8aac\u660e\u3057\u3066\u3044\u308b\u305f\u3081":12,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[150,211,224],"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":49,"\u3092\u542b\u3080\u540d\u524d\u306e\u30ab\u30e9\u30e0\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":89,"\u3092\u6307\u5b9a\u3057":[66,87,98],"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f":66,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":66,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":11,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":66,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u95a2\u3059\u308b\u4e0b\u8a18\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":66,"\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":66,"\u3092\u6307\u5b9a\u3057\u305ftable\u306b\u3064\u3044\u3066\u306f":66,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u3067":66,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305ftable\u306a\u3089":65,"\u3092\u6307\u5b9a\u3057\u307e\u3059":[49,53,60,62,65,68,149,150],"\u3092\u6307\u5b9a\u3059\u308b\u3068":[49,66],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30b9\u30ab\u30e9\u5024":49,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3057\u307e\u3059":49,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092lzo\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":49,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092zlib\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":49,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6607\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6b63\u898f\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u304ckey\u3068\u306a\u308a\u307e\u3059":65,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9acolumn\u3068\u306a\u308a\u307e\u3059":49,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9atable\u3068\u306a\u308a\u307e\u3059":65,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u306a\u308a\u307e\u3059":49,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u964d\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068domain\u578b\u306e\u5024\u306e\u30d9\u30af\u30bf\u3092\u683c\u7d0d\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u306a\u308a\u307e\u3059":62,"\u3092\u6307\u5b9a\u3059\u308b\u3068id\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u6587\u5b57\u5217\u306e\u5168suffix\u304c\u81ea\u52d5\u7684\u306b\u767b\u9332\u3055\u308c\u307e\u3059":65,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068max\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068min\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":66,"\u3092\u683c\u7d0d\u3057\u307e\u3059":49,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":14,"\u3092\u7528\u3044\u308b\u3079\u304d\u3067\u3059":62,"\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":161,"\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u3092\u8a08\u7b97\u3059\u308b":34,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":150,"\u3092\u8a66\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u3092\u8fd4\u3057\u307e\u3059":[57,62,65,66],"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":34,"\u3092\u8ffd\u52a0":[35,37],"\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":63,"\u3092db\u306b\u5b9a\u7fa9\u3057\u307e\u3059":68,"\u3092false\u306b\u8a2d\u5b9a\u3057\u307e\u3059":12,"\u3092grn_cursor_column_index\u5bfe\u5fdc\u306b\u3057\u305f":35,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":148,"\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u3068\u306f":62,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u5b9f\u884c\u3059\u308b":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[222,224],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u306e\u5834\u5408\u306ftokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306a\u3069\u3082\u5229\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":224,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":89,"\u30a2\u30fc\u30ab\u30a4\u30d6\u7b49\u304cpackag":12,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3055\u308c\u306a\u3044":35,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":35,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3078\u306e\u30ea\u30f3\u30af":12,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":150,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3067\u304d\u308b\u74b0\u5883\u3067\u3042\u308c\u3070groonga\u30b3\u30de\u30f3\u30c9\u306e\u77e5\u8b58\u304c\u306a\u304f\u3066\u3082groonga\u306e\u52d5\u4f5c\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059":150,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u3064\u3044\u305f\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u7d50\u679c\u304c\u304a\u304b\u3057\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":91,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":86,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u305f\u30b8\u30aa\u30b5\u30fc\u30c1\u306e\u4f8b\u3092\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306b\u8ffd\u52a0":37,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":86,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066\u306f":89,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408\u306f":89,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":89,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092source\u5f15\u6570\u306b\u6307\u5b9a\u3057\u307e\u3059":89,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":87,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":12,"\u30a6\u30a7\u30a4\u30c8\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":89,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":149,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u7ba1\u7406\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059":149,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":61,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":61,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[87,91,97,106,107,108],"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[87,91,97,106,107,108],"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306f":62,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u305f":35,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u304b\u3051\u3089\u308c\u305f":87,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":87,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":98,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":86,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u69cb\u9020\u4f53\u306e\u5b9f\u4f53\u3092api\u306e\u547c\u3073\u5143\u3067\u78ba\u4fdd\u3059\u308b\u306e\u306b\u5bfe\u3057\u3066":52,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":52,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":150,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":150,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":150,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":34,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":37,"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":3,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u3092\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":14,"\u30ab\u30e9\u30e0\u306e\u5c5e\u6027\u3092\u8868\u3059\u4ee5\u4e0b\u306e\u6570\u5024\u304b":89,"\u30ab\u30e9\u30e0\u306e\u8ffd\u52a0":89,"\u30ab\u30e9\u30e0\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":89,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\u30ab\u30e9\u30e0\u540d\u306f":89,"\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[49,62],"\u30ab\u30e9\u30e0\u540d\u7b49\u3092":62,"\u30ab\u30e9\u30e0obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":49,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":66,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":66,"\u30ab\u30ec\u30fc":222,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":222,"\u30ab\u30f3\u30b8":169,"\u30ab\u30f3\u30de":100,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":34,"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"\u30ad\u30fc":149,"\u30ad\u30fc\u304c":149,"\u30ad\u30fc\u30ef\u30fc\u30c9":36,"\u30af\u30a8\u30ea\u306e":224,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":224,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":148,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[3,4],"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[3,4],"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":11,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528":34,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":3,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3082\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306e\u305d\u308c\u305e\u308c\u306b\u5bfe\u5fdc\u3059\u308b\u5f62\u3067\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":149,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9\u306a\u3089\u3070groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u63a5\u7d9a\u3092\u5207\u308a\u307e\u3059":124,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306e":35,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10043\u756a":149,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"\u30b0\u30eb\u30fc\u30d7\u5316":75,"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":75,"\u30b0\u30eb\u30fc\u30d7\u5316\u51e6\u7406\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e_nsubrecs\u306b\u8a18\u9332\u3055\u308c\u307e\u3059":75,"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":75,"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":35,"\u30b3\u30de\u30f3\u30c9\u304cquery\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4f7f\u3063\u3066\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u3059\u308b\u306e\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":222,"\u30b3\u30de\u30f3\u30c9\u3067\u30ad\u30fc\u304cshorttext\u4ee5\u5916\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3067\u304d\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":35,"\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u304c\u58ca\u308c\u308b\u5834\u5408\u306f\u30a8\u30e9\u30fc":34,"\u30b3\u30de\u30f3\u30c9\u3067\u5024\u3092\u683c\u7d0d\u3059\u308b\u3068\u304d\u306f":211,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":211,"\u30b3\u30de\u30f3\u30c9\u306e\u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":35,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":35,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":11,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":149,"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":35,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7570\u306a\u308c\u3070":79,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5\u306fgroonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3068\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u304c\u3042\u308a\u307e\u3059":79,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":79,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u307e\u308a":79,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":150,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":150,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":150,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057":150,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":150,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057":150,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":150,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":150,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u5b9f\u884c\u4f8b\u306fzsh":12,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u3068set_port\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":150,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":150,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":149,"\u30b3\u30de\u30f3\u30c9\u540d":149,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":149,"\u30b3\u30df\u30c3\u30c8":12,"\u30b3\u30e1\u30f3\u30c8\u884c":150,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":35,"\u30b3\u30ed\u30f3":89,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af\u95a2\u6570\u306b\u6e21\u3055\u308c\u308barg\u3068\u3092\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":86,"\u30b5\u30b8\u30a7\u30b9\u30c8\u6a5f\u80fd\u7528\u306e\u5b66\u7fd2\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u8ffd\u52a0":35,"\u30b5\u30dd\u30fc\u30c8\u7bc4\u56f2\u5916\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u3068\u306a\u308a":79,"\u30b5\u30f3\u30d7\u30eb\u5185\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u5b9f\u884c\u5c5e\u6027\u304c\u3064\u304b\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"\u30b5\u30fc\u30d0":149,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":150,"\u30b5\u30fc\u30d0\u304c\u81ea\u52d5\u7684\u306b\u306f\u8d77\u52d5\u3055\u308c\u306a\u3044\u306e\u3082\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u5834\u5408\u3068\u540c\u69d8\u3067\u3059":150,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":149,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"\u30b5\u30fc\u30d0\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u5229\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":150,"\u30b5\u30fc\u30d0\u3092\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308b\u5834\u5408\u3082\u3053\u306e\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5229\u7528\u3055\u308c\u307e\u3059":150,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":149,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u3084\u5b9f\u884c\u901f\u5ea6\u6e2c\u5b9a\u304c\u53ef\u80fd\u3067\u3059":150,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":149,"\u30b7\u30a7\u30eb\u4e0a":150,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":149,"\u30b9\u3092\u9589\u3058\u308b\u3068\u95a2\u9023\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3082\u9589\u3058\u3089\u308c\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":37,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u306f\u7279\u6b8a\u30b3\u30de\u30f3\u30c9\u3092\u57cb\u3081\u8fbc\u3080\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059":150,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":150,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egroonga":150,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":150,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":150,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":149,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":149,"\u30b9\u30ec\u30c3\u30c9\u6570":150,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":150,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":150,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":150,"\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\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":86,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":124,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egroonga":150,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":150,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u305d\u308c\u305e\u308c\u306b\u304a\u3044\u3066\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3092\u884c\u3044\u307e\u3059":12,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":14,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":132,"\u30bf\u30b0\u3092\u6253\u3063\u305f\u5f8c\u306bconfigure\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067":12,"\u30bf\u30b0\u3092\u6253\u3064\u524d\u306bmake":12,"\u30c0\u30e1\u30fc\u30b8":224,"\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u3088\u308a\u8fd4\u3055\u308c\u308b\u5024\u304c\u5909\u308f\u308a\u307e\u3059":86,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":86,"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":86,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":86,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":86,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u306etypo\u3092\u4fee\u6b63":37,"\u30c4\u30a4\u30fc\u30c8\u5185\u5bb9\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u6570\u5024\u3078\u306e\u30ad\u30e3\u30b9\u30c8\u51e6\u7406\u3092\u5f37\u5316":35,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u306a\u3044\u90e8\u5206\u306e\u7de8\u96c6\u306f\u614e\u91cd\u306b\u884c\u3063\u3066\u304f\u3060\u3055\u3044":14,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":14,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":35,"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":14,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":3,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306f":14,"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[3,4,6,7,8],"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":3,"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":224,"\u30c6\u30fc\u30d6\u30eb":87,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":149,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":149,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":149,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":149,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":91,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":149,"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":137,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":89,"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":75,"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":137,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304c\u56fa\u5b9a\u9577\u578b\u306e\u5834\u5408":66,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304cshorttext\u578b\u3067\u3042\u308b\u5834\u5408":66,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":137,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":149,"\u30c6\u30fc\u30d6\u30eb\u540d":[87,98,137],"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":137,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":211,"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":137,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":137,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":137,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":137,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":137,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":137,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":137,"\u30c6\u30fc\u30d6\u30ebentry\u306b":89,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":97,"\u30c6\u30fc\u30d6\u30ebterm\u306b":89,"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":86,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":34,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30ea\u30ea\u30fc\u30b9\u3068\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u7d44\u307f\u5408\u308f\u305b\u3067\u30d3\u30eb\u30c9\u3092\u5e73\u884c\u3057\u3066\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u767b\u9332\u3057\u3066\u3044\u307e\u3059":12,"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":86,"\u30c7\u30d5\u30a9\u30eb\u30c8":11,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[149,150],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":149,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":149,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059":79,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30ed\u30b0\u95a2\u6570\u3092\u7528\u3044\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059":108,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":61,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":61,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":34,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u5909\u66f4\u3057\u307e\u3059":50,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u8fd4\u3057\u307e\u3059":50,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u5909\u66f4\u3057\u307e\u3059":54,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u8fd4\u3057\u307e\u3059":54,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":149,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":149,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":149,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":149,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":149,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":211,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[148,149],"\u30c7\u30fc\u30bf\u306b\u4e0d\u6574\u5408\u304c\u767a\u751f\u3059\u308b\u5834\u5408\u306f\u30c7\u30fc\u30bf\u3092\u524a\u9664\u3057\u306a\u3044\u3088\u3046\u306b\u5909\u66f4":34,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":87,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":98,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":150,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":149,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":100,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092groonga\u306e\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u547c\u3073\u51fa\u3057\u5f62\u5f0f\u3067\u51fa\u529b\u3057\u307e\u3059":100,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":100,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u7ba1\u7406\u3059\u308b\u305f\u3081\u306e\u6c4e\u7528\u7684\u306a\u30da\u30fc\u30b8\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u304c":149,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u4e0a\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u3084\u7d22\u5f15\u306a\u3069\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u53ef\u80fd\u306a\u9650\u308a\u9ad8\u901f\u306b\u6307\u5b9a\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3057\u3088\u3046\u3068\u3057\u307e\u3059":11,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u6a5f\u80fd\u3092\u8ffd\u52a0":34,"\u30c7\u30fc\u30bf\u6295\u5165\u5f8c\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u4f5c\u6210\u306b\u5bfe\u5fdc":34,"\u30c7\u30fc\u30e2\u30f3":149,"\u30c7\u30fc\u30e2\u30f3\u306b\u306a\u308b\u3068\u304d\u306f\u6a19\u6e96\u51fa\u529b\u3092\u9589\u3058\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u30c8\u30e2\u3061\u3083\u3093":229,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[22,35],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[22,223],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":3,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u6700\u65b0\u7248\u3068\u5404\u56fd\u8a9e\u7248\u306e\u5185\u5bb9\u3092\u540c\u671f\u3059\u308b\u305f\u3081\u306b":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":35,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u751f\u6210\u6642\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u306b\u53cd\u6620\u3055\u308c\u307e\u3059":12,"\u30cb\u30c3\u30dd\u30f3":[169,193,203],"\u30cb\u30db\u30f3":[169,193,203],"\u30cb\u30db\u30f3\u30b4":203,"\u30cb\u30db\u30f3\u30b8\u30f3":203,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":224,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u6587\u5b57\u81ea\u8eab\u3092\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":149,"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":86,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":86,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":86,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":86,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":86,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":86,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":86,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":86,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":86,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":86,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":86,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":86,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":86,"\u30d0\u30fc\u30b8\u30e7\u30f3":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":33,"\u30d0\u30fc\u30b8\u30e7\u30f31":33,"\u30d1\u30a4\u30d7":89,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":3,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":3,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3067\u306f\u3044\u304f\u3064\u304b\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u304b\u3089\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":3,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u306b\u5fc5\u8981\u306a\u79d8\u5bc6\u9375\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u306b\u3064\u3044\u3066\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u63d0\u4f9b\u3059\u308bubuntu\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092hardi":35,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":35,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u3059\u308b\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u4f5c\u696d\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3092\u5bfe\u8c61\u306b\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u306e\u5909\u66f4\u3042\u308a":37,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u306e\u9375\u304c\u5fc5\u8981\u3067\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":3,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":148,"\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u8ffd\u52a0\u3057\u307e\u3059":11,"\u30d3\u30eb\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3057\u30ea\u30ea\u30fc\u30b9\u524d\u306e\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,"\u30d3\u30eb\u30c9\u306b\u6210\u529f\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u6642\u306etips":3,"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":3,"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":12,"\u30d3\u30eb\u30c9\u7d50\u679c\u304c\u30e1\u30fc\u30eb\u3067\u901a\u77e5\u3055\u308c\u307e\u3059":12,"\u30d4\u30ea\u30aa\u30c9":89,"\u30d5\u30a1\u30a4\u30eb":12,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u76f4\u4e0b\u306b":37,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":86,"\u30d5\u30e9\u30b0\u3092\u6570\u5024\u3067\u306f\u306a\u304f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u5909\u66f4":34,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570":98,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3059":98,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u89e3\u6d88\u304c\u5b9f\u884c\u3055\u308c\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":62,"\u30d6\u30ed\u30b0":3,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u306a\u3069\u3092\u3082\u3068\u306b":12,"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u304d\u5834\u6240\u3092\u5909\u66f4":35,"\u30d7\u30e9\u30b0\u30a4\u30f3\u767b\u9332api\u306e\u540d\u524d\u3092\u6539\u826f":36,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":14,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u8a2d\u5b9a\u30da\u30fc\u30b8":12,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":79,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":79,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":149,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":149,"\u30d9\u30af\u30bf\u306e\u5024\u3092":35,"\u30d9\u30af\u30bf\u306e\u5024\u3092\u51fa\u529b\u3059\u308b\u3068\u304d\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":35,"\u30d9\u30af\u30bf\u306egeopoint\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":34,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":211,"\u30db\u30b9\u30c8\u3067web\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8\u3092\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u3082\u306e":12,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":150,"\u30db\u30b9\u30c8\u540d\u3068":150,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[148,149],"\u30de\u30af\u30ed\u306a\u3069\u3067\u521d\u671f\u5316\u6e08\u307f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":62,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":91,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":211,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u7528\u30aa\u30d7\u30b7\u30e7\u30f3":35,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u306e\u4fee\u6b63":34,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":[35,37],"\u30e1\u30fc\u30c8\u30eb":161,"\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u521d\u671f\u5316\u95a2\u6570\u304c\u8907\u6570\u56de\u547c\u3070\u308c\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u95a2\u4fc2\u5f0f\u3068\u3057\u3066\u4f7f\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u304cc\u8a00\u8a9e\u3067\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306b\u7d44\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u3078\u5f71\u97ff\u3059\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":[3,4],"\u30e6\u30fc\u30b6\u30fc\u306b\u3042\u307e\u308a\u8ca0\u62c5\u3092\u611f\u3058\u3055\u305b\u306a\u3044\u3088\u3046\u306b\u3059\u308b\u3068\u826f\u3044\u3067\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u306f\u305d\u306e\u3076\u3093\u78ba\u8a8d\u3059\u308b\u4f5c\u696d\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8\u3092\u3057\u305f\u308a\u3057\u3066\u3044\u307e\u3059":10,"\u30e6\u30fc\u30b6\u540d":150,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":148,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":148,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":148,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306bgnupg\u3067\u7f72\u540d\u3092\u884c\u3046\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306b\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u306e\u3067\u6f0f\u308c\u306a\u304f\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u305f\u3073\u306bformula\u306e\u5185\u5bb9\u3092\u66f4\u65b0\u3059\u308b\u4f5c\u696d\u3092\u5b9f\u65bd\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb\u3067\u306f":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u306b\u5229\u7528\u3059\u308b\u5834\u5408\u306b\u306f":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u3092\u3057\u305f\u308a":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u969b\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u3066":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":3,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":3,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6295\u7a3f\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u7d42\u3048\u305f\u3089":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":3,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u5f8c\u8ff0\u3059\u308b\u30b3\u30de\u30f3\u30c9":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306frpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":3,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9":12,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9\u3078\u306e\u30ea\u30f3\u30af":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u304claunchpad":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u53cd\u6620\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf\u3084\u30d1\u30c3\u30b1\u30fc\u30b8":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306erpm\u306b\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":3,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u4e00\u90e8\u3092\u5dee\u3057\u66ff\u3048\u305f\u3044\u5834\u5408":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":[3,4],"\u30ea\u30ea\u30fc\u30b9\u624b\u9806\u306e\u524d\u63d0\u6761\u4ef6\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332\u3055\u308c\u305f\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u5f8c\u306b\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u5411\u3051\u306e\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306e1\u884c\u76ee\u306b\u8a18\u8f09\u3057\u3066\u3042\u308a\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u65e5":12,"\u30ea\u30ea\u30fc\u30b9\u6642\u3068\u958b\u767a\u6642\u3067\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u5206\u3051\u305a\u306b\u4f5c\u696d\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u304c":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306b\u30d3\u30eb\u30c9\u3059\u308b\u305f\u3081\u306b\u306f\u4ee5\u4e0b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066configure\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u305f\u306e\u3067":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30af\u30ea\u30fc\u30f3\u306a\u72b6\u614b\u3067\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bf\u30b0\u3092\u6253\u3064\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":3,"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":12,"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":75,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":75,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":75,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u304b\u8abf\u3079\u307e\u3059":62,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u5834\u5408\u306b\u9650\u3063\u3066\u30ed\u30c3\u30af\u3057\u307e\u3059":62,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u52a0\u7b97\u3057\u307e\u3059":62,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u6e1b\u7b97\u3057\u307e\u3059":62,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u5148\u982d\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":62,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u672b\u5c3e\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":62,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":75,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059":62,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0":35,"\u30ec\u30b3\u30fc\u30c9\u3092key\u5024\u306e\u6607\u964d\u9806\u3067\u53d6\u308a\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":66,"\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u8ddd\u96e2":34,"\u30ed\u30b0\u306b\u306f\u6b8b\u308b":37,"\u30ed\u30b0\u306b\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u306e\u79d2\u3088\u308a\u5c0f\u3055\u3044\u5024\u304c\u5e38\u306b0\u306b\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":107,"\u30ed\u30b0\u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":108,"\u30ed\u30b0\u3092":12,"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"\u30ed\u30b0\u30a4\u30f3\u53ef\u80fd\u3067\u3042\u308b\u304b\u306e\u78ba\u8a8d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u884c\u3044\u307e\u3059":12,"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":35,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u518d\u8aad\u307f\u8fbc\u307f":108,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":150,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":150,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":108,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u306a\u3069\u3067\u79fb\u52d5\u3059\u308b":108,"\u30ed\u30b0\u51fa\u529b":107,"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":149,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u8a2d\u5b9a":106,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":[106,149],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u66f4\u65b0\u3084\u5909\u66f4\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u7b49\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ed\u30c3\u30af\u3092\u518d\u5e30\u7684\u306b\u89e3\u9664\u3057\u307e\u3059":87,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":149,"\u30ed\u30fc\u30de\u30b8":[169,193],"\u30ed\u30fc\u30de\u5b57":169,"\u30ed\u30fc\u30de\u5b57\u5165\u529b":193,"\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":98,"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u3044\u307e\u3059":222,"\u4e00\u3064\u306etable\u306b\u540c\u4e00\u306ename\u306ecolumn\u3092\u8907\u6570\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":49,"\u4e00\u65b9":224,"\u4e00\u6642\u7684\u304b\u6c38\u7d9a\u7684\u304b\u3092\u6c17\u306b\u3057\u306a\u304f\u3066\u3088\u3044":62,"\u4e00\u6642\u7684\u306aobject\u3067\u3042\u308bobj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":62,"\u4e00\u6642object\u306a\u3089null\u3092\u8fd4\u3057\u307e\u3059":62,"\u4e00\u822c\u7684\u306b\u306f":62,"\u4e00\u884c\u306b\u8907\u6570\u306egroonga":150,"\u4e0a\u4f4dlimit\u500b\u306e\u8981\u7d20\u3092result\u306b\u683c\u7d0d\u3057\u307e\u3059":65,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":12,"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":224,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":150,"\u4e0a\u8a18url\u3092\u53c2\u7167\u3059\u308b\u3068\u308f\u304b\u308b\u3088\u3046\u306b\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306eurl\u3068sha1\u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u3092\u66f4\u65b0\u3057\u307e\u3059":12,"\u4e0a\u91ce\u4e43\u6bc5\u3055\u3093":35,"\u4e0b\u8a18":66,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":86,"\u4e0d\u6b63\u306a\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u3068\u304d\u306bdump\u3059\u308b\u3068\u843d\u3061\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u4e0d\u6b63\u306a\u5165\u529b\u5024\u306b\u5bfe\u3057\u3066\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u4e0d\u6b63\u306a\u540d\u524d\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d\u3082\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":34,"\u4e0d\u6b63\u306a\u95a2\u6570\u547c\u3073\u51fa\u3057\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":34,"\u4e0e\u3048":224,"\u4e16\u754c\u6e2c\u5730\u7cfb":211,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[161,162],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":11,"\u4e3b\u306b\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u4f7f\u3046\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":100,"\u4e3b\u306b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u58ca\u308c\u305f\u5834\u5408\u306a\u3069\u7570\u5e38\u6642\u306e\u554f\u984c\u89e3\u6c7a\u306e\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":86,"\u4e3b\u30ad\u30fc\u304c\u6570\u5024\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3067\u306e\u6bd4\u8f03\u6f14\u7b97\u306b\u5bfe\u5fdc":35,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":211,"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":75,"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":75,"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":137,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":75,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":171,"\u4e8c":193,"\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u540c\u6642\u306b\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":79,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u4eac\u90fd":[209,222,224],"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":108,"\u4ed5\u69d8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":79,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":91,"\u4ee5\u4e0a\u3067\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u306f\u7d42\u4e86\u3067\u3059":12,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":150,"\u4ee5\u4e0b":150,"\u4ee5\u4e0b\u3067":224,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":11,"\u4ee5\u4e0b\u306bgroonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3092\u884c\u3046\u305f\u3081\u306b\u4e8b\u524d\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":11,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30af\u30a8\u30ea\u306e\u5834\u5408\u306f":222,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":100,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u524d\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":222,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u524d\u306b\u3059\u3067\u306b\u95be\u5024\u304c\u8d8a\u3048\u3066\u3044\u308b\u5834\u5408":224,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":224,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bdocument_version\u3084document_version_full\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bgroonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u5148\u304b\u3089\u306e\u76f8\u5bfe\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30ed\u30fc\u30ab\u30eb\u306bweb\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306f\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u4e88\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":149,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":[12,14],"\u4ee5\u4e0b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":62,"\u4ee5\u4e0b\u306e\u57fa\u6e96\u3092\u76ee\u5b89\u3068\u3057\u3066\u5909\u66f4\u70b9\u3092\u8ffd\u8a18\u3057\u3066\u3044\u304d\u307e\u3059":12,"\u4ee5\u964d\u306e\u8aac\u660e\u3067\u306f":12,"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":149,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":149,"\u4ee5\u964d\u3092\u7121\u8996":35,"\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u51fa\u529b\u5148\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":149,"\u4efb\u610f\u306edb\u540d":150,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5165\u529b\u5024\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":37,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5c0f\u6570\u8868\u8a18\u304b\u3089\u30df\u30ea\u79d2\u3078\u306e\u5909\u63db\u8aa4\u5dee\u304c\u5927\u304d\u3044\u554f\u984c\u3092\u4fee\u6b63":37,"\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":89,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":150,"\u4f5c\u6210\u3057\u305f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8\u3078\u3068\u6d41\u3057\u307e\u3059":12,"\u4f5c\u6210\u3059\u308b\u30ab\u30e9\u30e0\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":89,"\u4f5c\u6210\u3059\u308bdb\u306e\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u6642\u306b\u6307\u5b9a\u3057\u307e\u3059":53,"\u4f5c\u6210\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u4f5c\u6210\u3059\u308bproc\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u4f5c\u6210\u3059\u308btable\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u4f5c\u6210\u3059\u308btable\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u4f5c\u6210\u3059\u308btype\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":149,"\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4f8b\u306f\u4ee5\u4e0b\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":89,"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":79,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093":89,"\u4f7f\u7528\u3092\u7d42\u4e86\u3057\u307e\u3059":52,"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":86,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":86,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":79,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c":79,"\u4f8b":[12,22,34,62],"\u4f8b\u3048\u3070":[62,149,150,222,224],"\u500b\u3005\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":79,"\u500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":224,"\u500b\u4eba\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u306f\u306a\u304f":12,"\u500b\u5225\u306b\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u3067\u554f\u984c\u304c\u767a\u751f\u3057\u3066\u3044\u308b\u7b87\u6240\u3092\u5207\u308a\u5206\u3051\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u5024":149,"\u50241":149,"\u50242":149,"\u5024\u304c\u56fa\u5b9a\u9577\u3067\u3042\u308b\u30ab\u30e9\u30e0\u306e\u307f\u304cobj\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":62,"\u5024\u304c\u5b58\u5728\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":149,"\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":89,"\u5024\u306e\u7bc4\u56f2\u306f1":75,"\u5024\u306e\u914d\u5217\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":62,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u7bc4\u56f2\u306e\u958b\u59cb\u4f4d\u7f6e\u3068\u306a\u308b\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[60,62],"\u5065\u4f5c":229,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":11,"\u5165\u529b":87,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":150,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":150,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":75,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":97,"\u5168\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":66,"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":224,"\u5168\u6587\u691c\u7d22\u6642\u306b\u524a\u9664\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u8fd4\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u4ee5\u4e0b\u306eurl\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059":12,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u5185\u8a33\u306f":224,"\u5185\u90e8\u5229\u7528\u306e\u305f\u3081\u306e\u30e1\u30f3\u30d0\u3067\u3059":65,"\u5185\u90e8\u7684\u306a\u5909\u66f4":12,"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":161,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":161,"\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":161,"\u5186\u5468\u4e0a\u306e\u70b9\u306e\u4e00\u3064\u306e\u5ea7\u6a19\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":161,"\u518d\u73fe\u624b\u9806\u3092ml\u304bredmine\u306b\u5831\u544a\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u518d\u73fe\u7387\u3088\u308a\u3082\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":224,"\u51e6\u7406\u306e\u5b9f\u884c\u72b6\u6cc1\u3092\u8abf\u3079\u305f\u308a":57,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":75,"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":150,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":107,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":150,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":150,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":100,"\u5206\u5272":222,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":14,"\u521d\u671f\u5024\u306f10\u3067\u3059":148,"\u521d\u671f\u5316\u3055\u308c\u305f":52,"\u521d\u671f\u5316\u3059\u308b":52,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u521d\u671f\u5316\u6e08\u307f\u306e":53,"\u521d\u671f\u5316\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u5225\u306e\u5f62\u5f0f\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066db_api\u3092\u4f7f\u3063\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u304b\u306f\u30b3\u30de\u30f3\u30c9\u6bce\u306b\u81ea\u7531\u306b\u6c7a\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u5229\u7528\u3067\u304d\u308b\u30d0\u30a4\u30b0\u30e9\u30e0\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u4e00\u89a7\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":224,"\u5229\u7528\u8005\u306f\u56f0\u3063\u305f\u307e\u307e\u3068\u306a\u308b\u306e\u3067":10,"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":75,"\u524a\u9664\u3057\u305f\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u304b\u3089id\u9806\u306b\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c":35,"\u524a\u9664\u3092\u7e70\u308a\u8fd4\u3059\u3068\u30c7\u30fc\u30bf\u304c\u58ca\u308c":35,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":91,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":91,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u304b\u3089\u306e\u5909\u66f4\u5c65\u6b74\u3092\u53c2\u7167\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u6642\u304b\u3089\u306e\u5909\u66f4\u70b9\u3092":12,"\u524d\u63d0\u6761\u4ef6":3,"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c3\u30c1\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":34,"\u524d\u8ff0\u306e\u4f8b\u3092\u4f7f\u3063\u3066\u5177\u4f53\u4f8b\u3092\u793a\u3057\u307e\u3059":224,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u52c9\u5f37":209,"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":79,"\u52d5\u4f5c\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057":12,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":100,"\u534a\u5f84":161,"\u534a\u5f84\u304b\u3089\u306e\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u305f\u3081\u306b\u5730\u5f62\u3092\u3069\u306e\u3088\u3046\u306b\u8fd1\u4f3c\u3059\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":161,"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3089":66,"\u5358\u4e00\u306e\u5024\u304c\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":89,"\u5358\u4f4d":[68,161],"\u5358\u72ec\u306e\u5024":49,"\u5358\u7d14\u306a\u8a08\u7b97\u5f0f\u3067\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u305f\u3081\u9ad8\u901f\u3067\u3059\u304c":161,"\u539f\u56e0":[22,223],"\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"\u53c2\u8003\u307e\u3067\u306b\u904e\u53bb\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3078\u306e\u30ea\u30f3\u30af\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059":12,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":150,"\u53cc\u65b9\u306b\u3068\u3063\u3066\u5b09\u3057\u304f\u306a\u3044\u72b6\u614b\u306b\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3059":10,"\u53d6\u5f97\u3057\u305f\u3044\u30ab\u30e9\u30e0\u540d\u306eprefix\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u53d6\u5f97\u3067\u304d\u305f\u4ef6\u6570\u304c\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3055\u308c\u307e\u3059":62,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u306e\u89e3\u6d88\u3092\u884c\u3044\u307e\u3059":62,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u89e3\u653e\u3057\u307e\u3059":62,"\u53f3\u4e0a":34,"\u53f3\u4e0b":34,"\u53f3\u8fba\u304c\u5f0f\u306e\u6f14\u7b97\u4ee3\u5165\u6f14\u7b97\u5b50\u3092\u30b5\u30dd\u30fc\u30c8":35,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":150,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":150,"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":11,"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":150,"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":86,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":132,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":75,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":150,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":86,"\u5408\u308f\u305b\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":12,"\u540c\u3058\u3067\u3059":150,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":79,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u3082\u4e00\u7dd2\u306b\u6307\u5b9a\u3059\u308b\u30af\u30a8\u30ea\u306b\u3088\u3063\u3066\u306f\u5168\u6587\u691c\u7d22\u306e\u7d50\u679c\u304c\u7570\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":224,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[22,223],"\u540c\u4e00\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308b\u306a\u3089":79,"\u540c\u4e00\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b9a\u7fa9\u6e08\u307f\u306e\u30e6\u30fc\u30b6\u5b9a\u7fa9\u578b":89,"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":150,"\u540c\u6642\u306b":9,"\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":66,"\u540c\u6642\u306b\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d":37,"\u540d\u524d\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[49,62],"\u540d\u524d\u4ed8\u304d\u306eobject\u3067\u3042\u308a":62,"\u5426\u5b9a":11,"\u542b\u3081\u306a\u3044\u3082\u306e":12,"\u542b\u3081\u308b\u3082\u306e":12,"\u547c\u51fa\u5074\u3067\u306ftype\u306b\u5fdc\u3058\u3066\u5341\u5206\u306a\u30b5\u30a4\u30ba\u306e\u30d0\u30c3\u30d5\u30a1\u3092\u78ba\u4fdd\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":60,"\u547c\u51fa\u5074\u3067\u6e96\u5099":60,"\u547c\u51fa\u5074\u3067\u6e96\u5099\u3059\u308b":[49,62,65],"\u554f\u984c\u3042\u308a":37,"\u554f\u984c\u306fgroonga":150,"\u554f\u984c\u3092\u4fee\u6b63":35,"\u56de\u907f\u65b9\u6cd5\u7b49\u306e\u6848\u5185\u3092\u8f09\u305b\u308b\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":12,"\u56f0\u3063\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u8907\u6570\u56de\u30c4\u30a4\u30fc\u30c8\u3057\u3066\u9650\u3089\u308c\u305f\u306a\u304b\u3067\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u3066\u304f\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":10,"\u56fa\u5b9a\u9577\u30ab\u30e9\u30e0\u306b\u30ab\u30e9\u30e0\u9577\u3088\u308a\u77ed\u3044\u30c7\u30fc\u30bf\u3092\u8a2d\u5b9a\u3059\u308b\u3068\u30b4\u30df\u304c\u6b8b\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u578b":68,"\u578b\u306e\u30ab\u30e9\u30e0\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":49,"\u578b\u306e\u30ab\u30e9\u30e0\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":59,"\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059":65,"\u57fa\u672c\u7684\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u5185\u5bb9\u3092\u305d\u306e\u307e\u307e\u8a18\u8f09\u3057\u307e\u3059":12,"\u5909\u6570\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":63,"\u5909\u6570\u540d\u306e\u5909\u66f4\u3084\u3089\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":12,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":75,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u5909\u66f4\u5f8c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u5909\u66f4\u5f8c\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u5909\u66f4\u5f8c\u306ekey\u306e\u9577\u3055":65,"\u5909\u66f4\u5f8c\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u5909\u66f4\u5f8c\u306eobj\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":3,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":148,"\u5b58\u5728\u3057\u306a\u3044\u30a2\u30c9\u30ec\u30b9\u3078\u30a2\u30af\u30bb\u30b9\u3057":65,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":100,"\u5b58\u5728\u3057\u306a\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u6539\u5584":34,"\u5b58\u5728\u3057\u306a\u3044\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53c2\u7167\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u5b58\u5728\u3057\u306a\u3051\u308c\u3070":65,"\u5b58\u5728\u3059\u308c\u3070\u6307\u5b9a\u3055\u308c\u305fid\u3092":65,"\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ad\u30fc\u3092\u691c\u7d22\u3057":65,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":224,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":222,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":222,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306b\u9650\u308a":222,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":222,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":222,"\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":89,"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":149,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":75,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u5b9a\u7fa9\u6e08\u307f\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":89,"\u5b9a\u7fa9\u6e08\u307f\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":49,"\u5b9f\u4f53\u3092\u78ba\u4fdd\u3057\u307e\u3059":52,"\u5b9f\u51e6\u7406\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u3067\u306e\u30af\u30a8\u30ea\u30d1\u30bf\u30f3\u306b\u8fd1\u3044\u30af\u30a8\u30ea\u3092\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":148,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":148,"\u5b9f\u884c\u3059\u308b\u30b3\u30de\u30f3\u30c9\u3068\u305d\u306e\u5f15\u6570\u3092\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":149,"\u5b9f\u884c\u3059\u308b\u6f14\u7b97\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u5b9f\u884c\u3067\u304d\u307e\u3059":12,"\u5b9f\u884c\u306b\u306f\u76f8\u5fdc\u306e\u30b3\u30b9\u30c8\u304c\u304b\u304b\u308b\u306e\u3067\u3042\u307e\u308a\u983b\u7e41\u306b\u547c\u3070\u306a\u3044\u3088\u3046\u306b\u3057\u3066\u4e0b\u3055\u3044":65,"\u5b9f\u884c\u306e\u4e2d\u65ad\u3092\u6307\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":57,"\u5b9f\u884c\u4f8b":[14,79],"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":11,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":150,"\u5b9f\u884c\u9806\u4f4d\u3092\u6307\u5b9a\u3057\u307e\u3059":57,"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":224,"\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3057\u307e\u3059":62,"\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306e\u691c\u7d22\u306b\u6210\u529f\u3057":65,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":[62,65],"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306fkey\u9577\u3092\u8fd4\u3057\u307e\u3059":65,"\u5bfe\u5fdc\u3059\u308bid\u3092\u8fd4\u3057\u307e\u3059":65,"\u5bfe\u7b56\u65b9\u6cd51":[22,223],"\u5bfe\u7b56\u65b9\u6cd52":[22,223],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[87,98],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[87,98],"\u5bfe\u8c61\u306ecolumn\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":148,"\u5bfe\u8c61\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306ekey\u30b5\u30a4\u30ba\u3068\u540c\u3058\u304b\u8d85\u3048\u308b\u5e45\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":66,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":[49,62,65],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u306e\u9577\u3055":65,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u5bfe\u8c61column\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\u5bfe\u8c61ctx\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u5bfe\u8c61cursor\u3092\u6307\u5b9a\u3057\u307e\u3059":[59,66],"\u5bfe\u8c61id\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u5bfe\u8c61obj\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u5bfe\u8c61object\u3092\u6307\u5b9a\u3057\u307e\u3059":[49,53,57,60,62,63,69],"\u5bfe\u8c61table1\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u5bfe\u8c61table2\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u5bfe\u8c61table\u3092\u6307\u5b9a\u3057\u307e\u3059":[49,62,65,66],"\u5c0f\u6570\u5f62\u5f0f\u306etime\u30ea\u30c6\u30e9\u30eb\u3092\u30ed\u30fc\u30c9\u3059\u308b\u3068\u30df\u30ea\u79d2\u60c5\u5831\u304c\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u5de6\u4e0a":34,"\u5de6\u4e0b":34,"\u5dee\u5206\u3092":150,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":211,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u7d4c\u5ea6":211,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":161,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":162,"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u305b\u3093":79,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":150,"\u5f15\u6570\u3068\u3057\u3066":11,"\u5f15\u6570\u306f\u4ee5\u4e0b\u306e2\u7a2e\u985e\u306e\u65b9\u6cd5\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":149,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":11,"\u5f15\u6570\u540d":149,"\u5f15\u6570\u540d1":149,"\u5f15\u6570\u540d2":149,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":149,"\u5f37":209,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u30af\u30ea\u30a2\u3057\u307e\u3059":62,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308bclearlock\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u5f53\u8a72\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306bdefault":79,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":62,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30c3\u30af\u3057\u307e\u3059":62,"\u5f62\u5f0f1":149,"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":149,"\u5f62\u5f0f2":149,"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":149,"\u5f8c\u8ff0\u306e\u3059\u3079\u3066\u306e\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306fdb_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u5f8c\u8ff0\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3054\u3068\u306egrntest\u306b\u3088\u308b\u52d5\u4f5c\u78ba\u8a8d\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"\u5f93\u3063\u3066":132,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":11,"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":11,"\u5fa9\u53f7\u3057\u305f\u9375":12,"\u5fa9\u53f7\u3057\u305f\u9375\u30d5\u30a1\u30a4\u30eb":12,"\u5fc5\u8981\u306a\u6642\u4ee5\u5916\u306bmecab\u306e\u8f9e\u66f8\u30c1\u30a7\u30c3\u30af\u3092\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u5fc5\u8981\u306a\u90e8\u5206\u3092groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u554f\u3044\u5408\u308f\u305b\u308b\u305f\u3081\u306e\u30af\u30a8\u30ea\u306e\u8868\u73fe\u3068\u5b9f\u884c\u306b\u95a2\u3057\u3066":11,"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":34,"\u6027\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":89,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":137,"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":137,"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[87,91,97,106,107,108],"\u623b\u308a\u5024\u3067\u3042\u308b":59,"\u623b\u308a\u5024\u3067\u3042\u308bgrn_index_cursor\u306f":59,"\u624b\u7d9a\u304d":63,"\u624b\u7d9a\u304d\u3092\u6307\u5b9a\u3057\u307e\u3059":57,"\u62c5\u5f53\u8005":12,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":150,"\u62e1\u5f35\u5b50\u306f":150,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":150,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u304c\u8fd4\u3055\u308c\u307e\u3059":79,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u6a19\u6e96\u30a8\u30e9\u30fc\u51fa\u529b\u306b\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057":79,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cdevelop\u3042\u308b\u3044\u306fdeprecated\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f":79,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cstable\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u306a\u3093\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3082\u8868\u793a\u3055\u308c\u305a\u305d\u306e\u307e\u307e\u8d77\u52d5\u3057\u307e\u3059":79,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":79,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":150,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":86,"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":158,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":158,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":35,"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":34,"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":11,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":150,"\u6307\u5b9a\u3059\u308b":53,"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":161,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":150,"\u63a5\u7d9a\u3059\u308bgroonga":150,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":150,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":150,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":148,"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":150,"\u63a5\u7d9a\u5148\u30b5\u30fc\u30d0\u304c\u4f7f\u7528\u4e2d\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":150,"\u63d0\u6848\u3092\u884c\u3046":35,"\u6539\u884c\u6587\u5b57\u306f":149,"\u6570\u5024":222,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":34,"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":161,"\u6570\u5b57":150,"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":224,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":224,"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":158,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":149,"\u65b0\u3057\u3044\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":62,"\u65b0\u3057\u3044\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[49,62],"\u65b0\u3057\u3044key\u3068\u305d\u306ebyte\u9577\u3092dest_key\u3068dest_key_size\u306b\u6307\u5b9a\u3057\u307e\u3059":65,"\u65b0\u3057\u3044value\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u65b0\u3057\u304f\u958b\u767a\u306b\u52a0\u308f\u308b\u4eba\u3068\u3082\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":10,"\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b":108,"\u65b0\u305f\u306adb\u3092\u4f5c\u6210\u3057\u307e\u3059":53,"\u65b0\u305f\u306brecord\u304c\u8ffd\u52a0\u3055\u308c\u305f\u6642\u306b\u306f1\u304c":65,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u3084\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u7f72\u540d\u3059\u308b\u9375\u306b\u5909\u66f4\u304c\u3042\u3063\u305f\u5834\u5408\u306a\u3069\u306b\u884c\u3044\u307e\u3059":12,"\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":161,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":150,"\u65e2\u5b58\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":108,"\u65e2\u5b58\u306edb\u3092\u958b\u304d\u307e\u3059":53,"\u65e2\u5b58\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":65,"\u65e2\u5b58record\u3060\u3063\u305f\u6642\u306b\u306f0\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":65,"\u65e5":209,"\u65e5\u3005":10,"\u65e5\u672c":[169,193,203,209],"\u65e5\u672c\u4eba":203,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[161,162],"\u65e5\u672c\u8a9e":203,"\u65e5\u672c\u8a9e\u306e\u52c9\u5f37":209,"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":12,"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":211,"\u6642\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":35,"\u6642\u9593\u306e\u89e3\u50cf\u5ea6\u3092\u30ca\u30ce\u79d2\u306b\u5909\u66f4":35,"\u66f4\u65b0\u3055\u308c\u308b\u305f\u3073\u306b1\u305a\u3064\u5927\u304d\u304f\u306a\u308a\u307e\u3059":79,"\u66f4\u65b0\u524d\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\u66f4\u65b0\u5f8c\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\u6700\u521d\u306b\u58f0\u3092\u304b\u3051\u308b\u3068\u304d\u306b\u89e3\u6c7a\u7b56\u30921\u3064\u304b2\u3064\u63d0\u6848\u3067\u304d\u308b\u3068\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308b":34,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u6700\u5f8c\u306b":224,"\u6700\u5f8c\u306bgrntest\u306b\u3088\u308b\u5b9f\u884c\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u307e\u3068\u3081\u3066\u8868\u793a\u3055\u308c\u307e\u3059":12,"\u6700\u5f8c\u306e":150,"\u6700\u7d42\u66f4\u65b0\u6642\u523b\u306f\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u6709\u52b9\u304b\u3069\u3046\u304b\u306e\u5224\u65ad\u306a\u3069\u306b\u5229\u7528\u3055\u308c\u307e\u3059":53,"\u672c":209,"\u672c\u8a9e":209,"\u6761\u4ef6\u306e\u9806\u5e8f\u3092\u5909\u3048\u308b\u3068\u691c\u7d22\u7d50\u679c\u304c\u5909\u308f\u308b\u3068\u3044\u3046\u72b6\u6cc1\u304c\u767a\u751f\u3057\u307e\u3059":224,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":11,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":11,"\u6771\u4eac":[209,222,224],"\u6771\u4eac\u90fd":[209,222,224],"\u6771\u4eac\u90fd\u6c11":[222,224],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":224,"\u683c\u7d0d\u3057\u305f\u30ab\u30e9\u30e0id\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":65,"\u683c\u7d0d\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u68ee\u7530":229,"\u691c\u7d22":[22,35,39,132,145,220],"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":11,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d":52,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":22,"\u691c\u7d22\u306e\u6319\u52d5":22,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":222,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":224,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":61,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":61,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":222,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u305f\u7d50\u679c\u5f97\u3089\u308c\u308b\u8a9e\u5f59\u306e\u914d\u5217\u3068\u540c\u4e00\u306e\u914d\u5217\u3092\u542b\u3080\u6587\u66f8\u3092\u691c\u7d22\u3059\u308b\u51e6\u7406\u3092\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3068\u547c\u3093\u3067\u3044\u307e\u3059":222,"\u691c\u7d22\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":97,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u304f\u308b\u3053\u3068\u3092\u6291\u3048\u3064\u3064\u518d\u73fe\u7387\u3092\u4e0a\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":224,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u73fe\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":224,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u591a\u304f\u306a\u3063\u305f\u5834\u5408\u306f\u6307\u5b9a\u3059\u308b\u5024\u3092\u4f4e\u304f\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":224,"\u691c\u7d22\u4f8b1":3,"\u691c\u7d22\u4f8b2":3,"\u691c\u7d22\u4f8b3":3,"\u691c\u7d22\u4f8b4":3,"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":132,"\u691c\u7d22\u51e6\u7406\u306e\u5b9f\u884c\u4e2d\u306b\u9069\u6642\u547c\u3073\u51fa\u3055\u308c":57,"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":75,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u5bfe\u8c61\u306e":224,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u691c\u7d22\u5bfe\u8c61\u306eobject\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u691c\u7d22\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306b\u52a0\u3048\u307e\u3059":11,"\u691c\u7d22\u5bfe\u8c61\u6587\u66f8\u306f\u8907\u6570\u306e\u8a9e\u5f59\u306b\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":222,"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u9069\u7528\u3059\u308bgrn_expr\u3092script\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059":132,"\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":211,"\u691c\u7d22\u6761\u4ef6\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3057\u305f\u65b0\u305f\u306a\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":[97,149],"\u691c\u7d22\u7d50\u679c\u3068\u3057\u3066\u751f\u6210\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":75,"\u691c\u7d22\u7d50\u679c\u306b\u3088\u3063\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":222,"\u691c\u7d22\u7d50\u679c\u306e\u30bd\u30fc\u30c8\u9806\u5e8f\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":132,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u304c\u7a7a\u3067\u306a\u3044\u5834\u5408\u306b\u3060\u3051\u610f\u5473\u3092\u6301\u3061\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u30b9\u30b3\u30a2\u5024\u306e\u66f4\u65b0\u306e\u307f\u3092\u884c\u3044\u307e\u3059":11,"\u691c\u7d22id\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u691c\u7d22key\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u691c\u7d22key\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":161,"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":161,"\u697d\u3057":[222,224],"\u697d\u3057\u3044billiard":[222,224],"\u69cb\u9020\u4f53\u306b\u95a2\u3057\u3066\u306f":52,"\u69cb\u9020\u4f53\u306e\u914d\u5217":63,"\u69cb\u9020\u4f53\u306f\u89e3\u653e\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":59,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":3,"\u6a19\u6e96":87,"\u6a19\u6e96\u5165\u529b":[86,89,91,97,98,100,106,107,108,124,137],"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":149,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e00\u884c\u305a\u3064eof\u306b\u9054\u3059\u308b\u307e\u3067\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u8aad\u307f\u53d6\u308a":149,"\u6b21\u306b":11,"\u6b21\u306bgroonga\u306etest":12,"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":79,"\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u958b\u767a\u304c\u59cb\u307e\u308a\u307e\u3059":12,"\u6b63\u5e38\u306b\u30d3\u30eb\u30c9\u304c\u7d42\u4e86\u3059\u308b\u3068":12,"\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068dist":12,"\u6b8b\u308a\u306e\u4e00\u3064\u306f":79,"\u6bb5\u843d\u60c5\u5831":49,"\u6bb5\u843d\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":89,"\u6c11":222,"\u6c17\u8efd\u306b\u3067\u304d\u306a\u3044\u3053\u3068\u3092\u76f8\u624b\u306b\u8981\u6c42\u3059\u308b\u3068\u840e\u7e2e\u3055\u308c\u3066\u3057\u307e\u3046\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,"\u6c38\u7d9a\u7684\u306a":62,"\u6ce8\u610f":65,"\u6df1\u523b":224,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":11,"\u6e2c\u5730\u7cfb":211,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":211,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":11,"\u6f22\u5b57":169,"\u7121\u540dobject\u306a\u30890\u3092\u8fd4\u3057\u307e\u3059":62,"\u7279\u306b\u4f55\u3082\u6307\u5b9a\u3057\u306a\u3044\u3068\u751f\u6210\u3057\u305fhtml\u306b\u57cb\u3081\u8fbc\u307e\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u304c":12,"\u7279\u5b9a\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u6e96\u5099\u3057\u305f\u5185\u90e8api\u3067\u3059":58,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":14,"\u7279\u5b9a\u306e\u30ea\u30ea\u30fc\u30b9":12,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":150,"\u7279\u6b8a\u547d\u4ee4\u306f\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4efb\u610f\u306e\u5834\u6240\u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":86,"\u73fe\u5728":108,"\u73fe\u5728\u306f":[148,150],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":150,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgroonga":150,"\u73fe\u5728\u5b9f\u884c\u4e2d\u306e":63,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":167,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":167,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":79,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":161,"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u751f\u6210\u3055\u308c\u3066\u3044\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u554f\u984c\u306e\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3067\u304d\u305f\u3089":12,"\u751f\u6210\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3078\u306e\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":86,"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":12,"\u7591\u4f3c\u30ab\u30e9\u30e0":75,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":171,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":162,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":162,"\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":162,"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":12,"\u79d2":62,"\u7a7a\u306e\u30d9\u30af\u30bf\u3092load\u3059\u308b\u3068segv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":34,"\u7a7a\u306e\u5834\u5408":[87,98],"\u7a7a\u767d":149,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":224,"\u7a7a\u767d\u3084":149,"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":86,"\u7bc4\u56f2\u5185\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u6709\u52b9\u3067\u3042\u308b\u3068\u306f\u9650\u308a\u307e\u305b\u3093":62,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":224,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":224,"\u7d22\u5f15\u304c\u4e0d\u6b63\u306b\u5927\u304d\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":34,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":34,"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"\u7d42\u4e86\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnul\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3059\u308b":53,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnull\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[86,87,89,91,97,98,100,106,107,108,124,137],"\u7d44\u8fbc\u95a2\u6570\u306f":[158,161,162,167,171],"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":211,"\u7d4c\u5ea6\u3068\u7def\u5ea6\u3092\u30df\u30ea\u79d2\u5358\u4f4d\u3067\u8868\u73fe\u3057\u305f\u6574\u6570\u306e\u7d44\u306b\u3088\u308a\u8868\u73fe\u3057\u307e\u3059":211,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":211,"\u7d4c\u904e\u3057\u3066\u3082lock\u3092\u53d6\u5f97\u3067\u304d\u306a\u3044\u5834\u5408\u306f":62,"\u7d50\u679c\u304c\u7570\u5e38\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":150,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b":65,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308btable\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u7d9a\u3044\u3066":224,"\u7de8\u96c6\u3057\u305f\u5185\u5bb9\u3092push\u3059\u308b\u524d\u306b\u78ba\u8a8d\u3057\u305f\u3044\u5834\u5408\u306b\u306fjekyll\u304a\u3088\u3073redcloth":12,"\u7de8\u96c6\u8ddd\u96e2":34,"\u7def\u5ea6\u306f":211,"\u7e70\u308a\u8fd4\u3057\u6570":150,"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":150,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":150,"\u7ffb\u8a33\u307e\u3067\u5b8c\u4e86\u3057\u3066\u3044\u308b\u72b6\u614b\u3067":12,"\u7ffb\u8a33\u6e08\u307fpo\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u7ffb\u8a33\u7d50\u679c\u3092html\u3067\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b":12,"\u811a\u6ce8":[91,161,162],"\u81ea\u5206\u304c\u30c4\u30a4\u30fc\u30c8\u3057\u305f\u5185\u5bb9\u3092\u628a\u63e1\u3057\u3066\u3044\u306a\u3044\u8fd4\u4fe1\u3092\u3055\u308c\u305f\u3089\u666e\u901a\u3044\u3044\u6c17\u306f\u3057\u307e\u305b\u3093":10,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":150,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":150,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":150,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":75,"\u826f\u3044\u306e\u304b":10,"\u826f\u3044\u4f8b":10,"\u82b1\u5b50":229,"\u884c":14,"\u884c\u3059\u308b":12,"\u8907\u6570\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u3058\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092\u540c\u6642\u306b\u5b9f\u884c\u3057\u307e\u3059":150,"\u8907\u6570\u306e\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":89,"\u8907\u6570\u306e\u6761\u4ef6\u3092\u518d\u5e30\u7684\u306b\u7d44\u307f\u5408\u308f\u305b\u3066\u3088\u308a\u8907\u96d1\u306a\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u8907\u6570\u4eba\u306b\u3088\u308b\u30b5\u30dd\u30fc\u30c8\u3092groonga\u3067\u884c\u3046\u5834\u5408\u306b":10,"\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f0\u3092\u8fd4\u3057\u307e\u3059":65,"\u89e3\u653e\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":12,"\u8a18\u53f7":[149,224],"\u8a18\u53f7\u3067\u30c8\u30fc\u30af\u30f3\u3092\u533a\u5207\u308btokenbigramsplitsymbol\u3092\u4f7f\u7528":35,"\u8a18\u53f7\u3068\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":224,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":224,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":222,"\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u8a2d\u5b9a\u3059\u308b\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u5024\u3092\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3057\u307e\u3059":[106,107],"\u8a2d\u5b9a\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":149,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":34,"\u8a2d\u5b9a\u5024\u3092\u8868\u793a\u3059\u308b":34,"\u8a72\u5f53\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u4e00\u5f0f\u3092\u524a\u9664\u3057\u307e\u3059":62,"\u8a72\u5f53\u3059\u308b\u7bc4\u56f2\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":66,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":150,"\u8a73\u7d30\u306f":[14,224],"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u8a9e":[86,209],"\u8a9e\u306e":209,"\u8aa4\u3063\u305f\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0\u3067\u30ea\u30ea\u30fc\u30b9\u3057\u3066\u3057\u307e\u3046\u5371\u967a\u304c\u3042\u308a\u307e\u3059":12,"\u8aa4\u5dee\u306f\u5c0f\u3055\u3044\u3067\u3059":161,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":161,"\u8ad6\u7406\u548c":11,"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":11,"\u8ad6\u7406\u7a4d":11,"\u8b66\u544a\u3092\u9664\u53bb":35,"\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":79,"\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3068":35,"\u8ddd\u96e2\u306e\u8a08\u7b97\u306b\u306f\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u3092\u7528\u3044\u307e\u3059":161,"\u8ee2\u7f6e\u7d22\u5f15\u306b\u51fa\u73fe\u4f4d\u7f6e\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":49,"\u8ee2\u7f6e\u7d22\u5f15\u306bsection":49,"\u8ee2\u7f6e\u7d22\u5f15\u306bweight\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":49,"\u8f9e\u66f8\u691c\u7d22\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":35,"\u8fd4\u5024\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5b89\u5b9a\u3057\u3066\u3044\u308b\u3068\u3044\u3046\u3053\u3068\u306f\u4fdd\u8a3c\u3055\u308c\u307e\u305b\u3093":86,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":171,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_limit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_offset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_output_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_sortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306ematch_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoutput_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":97,"\u8ffd\u52a0\u306e\u5c5e":89,"\u9014\u4e2d\u3067\u5931\u6557\u3059\u308b\u3053\u3068\u3082\u3042\u308b\u306e\u3067\u9806\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":12,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":149,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":149,"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":12,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[3,4],"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":75,"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":224,"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":224,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":224,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u3092\u304a\u3055\u3089\u3044\u3057":10,"\u9069\u5408\u7387\u304c\u4e0b\u304c\u308a\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u542b\u307e\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":224,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":222,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":222,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":224,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":224,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":222,"\u90fd":[209,222,224],"\u90fd\u6c11":[222,224],"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3057\u307e\u3059":53,"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3059\u308b":53,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":86,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":86,"\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u9375\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u3060\u3051\u3067\u306f\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u305f\u3081":12,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":98,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":87,"\u958b\u3044\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u304c\u591a\u3059\u304e\u3066accept\u3067\u304d\u306a\u3044\u72b6\u614b\u306e\u8ca0\u8377\u3092\u4f4e\u6e1b":35,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[87,98],"\u958b\u3053\u3046\u3068\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306b\u3053\u3046\u3059\u308b\u3068\u3044\u3044":10,"\u9593\u9055\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":37,"\u95a2\u4fc2\u5f0f":3,"\u95a2\u4fc2\u5f0f\u306f":11,"\u95a2\u6570":14,"\u95a2\u6570\u304a\u3088\u3073\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5909\u6570":63,"\u95a2\u6570\u304c\u5f15\u6570\u3092":34,"\u95a2\u6570\u306e\u8ffd\u52a0":34,"\u95a2\u6570\u306f":[11,158,161,162,171],"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":167,"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":11,"\u95be\u5024\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":222,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":224,"\u95be\u5024\u3092\u3042\u3052\u308b":[22,223],"\u95be\u5024\u3092\u8d8a\u3048\u308b":224,"\u9759\u7684\u89e3\u6790":3,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":222,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":222,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[222,224],"\u975e\u4e92\u63db":37,"\u975e\u4e92\u63db\u306a\u5909\u66f4\u304c\u542b\u307e\u308c\u308b\u306e\u3067\u3042\u308c\u3070":12,"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":149,"\u99c4\u76ee\u306a\u4f8b":10,"\u9ad8\u6a5f\u80fd\u3067\u8907\u96d1\u306a\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u307e\u3067\u3044\u304f\u3064\u304b\u306e\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059":11,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":9,"\uff4d\uff59\uff53\uff51\uff4c":[163,164],"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":75,"_key\u30ab\u30e9\u30e0\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":34,"a\u3092\u6307\u5b9a\u3057\u3066tabl":65,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":149,"akio\u3055\u3093":35,"akio\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":35,"akio\u3055\u3093\u304c\u5831\u544a":35,"akio\u3055\u3093\u304c\u63d0\u6848":35,"am\u30d5\u30a1\u30a4\u30eb\u3078\u3068\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059":12,"apt\u306e\u5834\u5408":12,"apt\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"aramaki\u3055\u3093":35,"aramaki\u3055\u3093\u304c\u5831\u544a":35,"architectures\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":12,"arg\u306e\u307f\u304c\u6570\u5024\u3067\u4e0e\u3048\u3089\u308c\u305f\u5834\u5408\u306f\u30b9\u30b3\u30a2\u5024\u306e\u4fc2\u6570\u3068\u307f\u306a\u3055\u308c\u307e\u3059":11,"b\u306f\u5fc5\u305aa\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":65,"b\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408":65,"base_version\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067\u30b3\u30df\u30c3\u30c8\u3057\u3066\u304a\u304d\u307e\u3059":12,"base_version\u306ftar":12,"benchmark\u304bgroonga\u306b\u3042\u308a\u307e\u3059":150,"benchmark\u304c\u5229\u7528\u3059\u308bgroonga":150,"benchmark\u304c\u52d5\u4f5c\u3057":150,"benchmark\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":150,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":150,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":150,"benchmark\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":150,"benchmark\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":150,"benchmark\u306e\u52d5\u4f5c\u65b9\u6cd5":150,"benchmark\u306f":150,"benchmark\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":150,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":150,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":150,"benchmark\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":150,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057":150,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":150,"benchmark\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":150,"benchmark\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":150,"benchmark\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e11\u7a2e\u985e\u3067\u3059":150,"benchmark\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":150,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":150,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":150,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":150,"benchmark\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":150,"benchmark\u7528\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u5206\u3067\u4f5c\u6210\u3059\u308b\u3053\u3068\u3082\u65e2\u5b58\u306e\u3082\u306e\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":150,"benchmark\u7d42\u4e86\u5f8c\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u51fa\u529b\u5148\u306f\u306f\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059":150,"bigram\u306e\u5834\u5408\u306f\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":222,"blog_body\u7d22\u5f15":224,"blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306b\u306f":12,"blogs\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u3092tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u3066\u304b\u3089\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059":224,"body\u3092\u4f5c\u6210\u3057\u307e\u3059":89,"bom\u4ed8\u304dutf":35,"boolean":[22,33,40,43,131,186],"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":14,"break":[33,37,39,41,42,147],"bsd\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"buf_size\u306b\u6307\u5b9a\u3055\u308c\u305f\u500b\u6570\u3092\u4e0a\u9650\u3068\u3057\u3066indexbuf\u306b\u8fd4\u3057\u307e\u3059":49,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u3055\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":49,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":62,"build\u3067\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u884c\u3044\u307e\u3059":12,"build\u3092\u7528\u3044\u3066":14,"build\u30b3\u30de\u30f3\u30c9\u4ee5\u5916\u3067\u3082":12,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092":53,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"builtin_type_names\u306b\u306f":53,"byte":[37,39,40,41,42,49,52,55,62,63,65,68,71,82,118,131,132,173,211,221],"byte\u9577":[49,62,65],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":11,"case":[28,33,37,40,41,42,45,48,52,53,67,71,77],"center\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u3092\u4e2d\u5fc3\u3068\u3059\u308b\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":161,"centos\u306e\u5834\u5408":12,"centos_versions\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067\u7279\u5b9a\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"char":[41,49,52,53,54,55,62,63,65,67,68,71],"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":14,"check\u30b3\u30de\u30f3\u30c9\u306f":86,"chroot\u74b0\u5883\u306e":12,"class":[163,164,165,173],"clearlock\u306f":87,"clone\u3057\u305fweb\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306b\u5bfe\u3057\u3066\u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u65b0\u898f\u8ffd\u52a0\u3057\u307e\u3059":12,"clone\u6e08\u307f\u306egroonga\u306eweb\u30b5\u30a4\u30c8\u306e\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30bd\u30fc\u30b9":12,"codes\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":12,"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":11,"column\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":49,"column\u306b\u5f35\u3089\u308c\u3066\u3044\u308bindex\u306e\u3046\u3061":49,"column\u306e\u5024\u304c":11,"column\u306f":49,"column\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":49,"column_create\u306f":89,"column_list\u30b3\u30de\u30f3\u30c9":34,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":91,"columns\u3067\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":9,"com\u304cedge\u3092\u4f5c\u308b":9,"com\u306f1\u30b9\u30ec\u30c3\u30c9":9,"command_version\u3092\u5909\u66f4\u3057\u307e\u3059":52,"command_version\u3092\u8fd4\u3057\u307e\u3059":52,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":79,"commit\u3067\u691c\u7d22\u3057\u306a\u304c\u3089":12,"config\u304c\u306a\u3044\u5834\u5408\u306flibedit\u3092\u691c\u51fa\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u305f":35,"config\u30d5\u30a1\u30a4\u30eb\u306e\u4e2d\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059":79,"configure\u306e":37,"configure\u306e\u6700\u5f8c\u306b\u691c\u51fa\u3057\u305fmecab\u306e\u60c5\u5831\u3082\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b":12,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":224,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":3,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":3,"const":[38,49,52,53,54,55,62,63,65,66,68,71],"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":14,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089name\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":52,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066column\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":49,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066obj\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":62,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066table\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":65,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"ctx\u304c\u64cd\u4f5c\u5bfe\u8c61\u3068\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"ctx\u304c\u73fe\u5728\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308bdb\u3092\u8fd4\u3057\u307e\u3059":52,"ctx\u306e\u7ba1\u7406\u3059\u308b\u30e1\u30e2\u30ea\u3092\u89e3\u653e\u3057":52,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":52,"ctx\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":52,"ctx_new\u3068\u3044\u3046queue\u306b":9,"cursor\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":66,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":66,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092key\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":66,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u5f15\u6570\u306e\u5185\u5bb9\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059":66,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u4ef6\u9032\u3081\u3066\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":66,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":66,"cursor\u306e\u5bfe\u8c61\u7bc4\u56f2\u306e\u672b\u5c3e\u306b\u9054\u3059\u308b\u3068":66,"cursor\u306e\u7bc4\u56f2\u5185\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3057\u307e\u3059":59,"cursor\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092value\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":66,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":14,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":14,"cutter\u306b\u542b\u307e\u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":14,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":3,"cutter\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3066cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u53d6\u5f97\u3057\u307e\u3059":12,"cutter_source_path\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306bcutter\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"dataset\u306e\u30d1\u30b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b":36,"db\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3084\u30ab\u30e9\u30e0\u306a\u3069\u3092\u524a\u9664\u3057\u307e\u3059":62,"db\u3068\u306a\u308a\u307e\u3059":53,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":149,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[137,149],"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":137,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":149,"db\u306b\u5bfe\u3057\u3066\u540d\u524d\u3092\u3042\u308a\u306etable\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u306f":65,"db\u306e\u5185\u5bb9\u306e\u6700\u7d42\u66f4\u65b0\u6642\u523b\u3092\u73fe\u5728\u6642\u523b\u306b\u3057\u307e\u3059":53,"db\u306eid\u306b\u5bfe\u5fdc\u3059\u308bpath\u3092\u8fd4\u3057\u307e\u3059":62,"db\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306fnull\u3092\u8fd4\u3057\u307e\u3059":52,"db\u3092\u64cd\u4f5c\u3057\u306a\u3044\u72b6\u614b":52,"db_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u8907\u96d1\u306a\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"db_api\u306f":11,"db_api\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u90e8\u5206\u306b\u5bfe\u3059\u308b\u5358\u7d14\u306a\u64cd\u4f5c\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"ddl\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":224,"deb\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectures":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"debian\u30d1\u30c3\u30b1\u30fc\u30b8\u3092cdbs\u30d9\u30fc\u30b9\u304b\u3089debhelper\u30d9\u30fc\u30b9\u3078\u79fb\u884c":37,"debian\u7cfb":12,"debian\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"debian\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"debian\u7cfb\u3082\u3057\u304f\u306fr":12,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":3,"debug\u3092\u8ffd\u52a0":35,"debug\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3057\u305f\u3068\u304d\u306b\u7d42\u4e86\u6642\u306b\u672a\u958b\u653e\u306e\u30e1\u30e2\u30ea\u304c":35,"default":[0,6,7,8,18,23],"define_selector\u306f":97,"defrag\u306f":98,"delete\u304c\u5e38\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"delete\u30b3\u30de\u30f3\u30c9":34,"delete\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u305f\u3053\u3068\u306e\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u306f":62,"deprecated\u3060\u3063\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3068\u306a\u308a\u307e\u3059":79,"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":79,"description\u306b":222,"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":79,"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":150,"dist\u3067\u751f\u6210\u3057\u305ftar":12,"dist\u3092\u884c\u3046\u3068version\u304c\u53e4\u3044\u307e\u307e\u306b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":12,"distributions\u306e\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":12,"distributions\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":12,"dragonfly\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":35,"drilldown\u6642\u306b\u53c2\u7167\u5148\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306bsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":34,"dump\u304c\u51fa\u529b\u3059\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f\u76f4\u63a5groonga\u304c\u89e3\u91c8\u3067\u304d\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u3059":100,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\u306a\u308b\u305f\u3081":100,"dump\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u5f8c\u304b\u3089\u8aad\u307f\u8fbc\u3081\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u51fa\u529b\u3057\u307e\u3059":100,"dump\u30b3\u30de\u30f3\u30c9":34,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":9,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":9,"edge\u306equeue\u306benqueue\u3055\u308c\u308b":9,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"edge\u306fctx\u3092\u542b\u3080":9,"encoding\u306e\u5024\u304c":37,"entry\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u306e\u5024\u3092\u5bfe\u8c61\u3068\u3059\u308b\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u30ab\u30e9\u30e0":89,"entry_body\u3092\u4f5c\u6210\u3057\u307e\u3059":89,"export":[18,33,37,40,41,42],"expr\u306a\u3069\u306f\u89e3\u653e\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":62,"expr\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059":69,"expr\u306e\u307f\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059":63,"facebook\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":3,"facebook\u306bgroonga\u30b0\u30eb\u30fc\u30d7\u304c\u3042\u308a\u307e\u3059":12,"false":33,"fedora\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332":35,"fedora\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"fedora\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30eb\u30fc\u30eb\u306b\u5f93\u3046\u3088\u3046\u306b\u6539\u826f":35,"file\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8":35,"files\u306e\u5b9f\u884c":3,"files\u3092\u5b9f\u884c\u3059\u308b\u3068\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u304c\u5404\u7a2e":12,"files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"filter\u5185\u3067\u306e\u6570\u5024\u6bd4\u8f03\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8":35,"final":[70,71,77,132,151],"flags\u306b":[49,65],"flags\u306b\u306f":65,"flags\u306e\u5024\u306b\u4ee5\u4e0b\u306e\u5024\u3092\u52a0\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":89,"float":[33,39,42,80,112,118,119,131,132,160],"function":[0,6,12,14,22,33,39,40,41,42,43,44,45,52,67,71,80,117,118,119,132,141,151,154],"function\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bgrntest\u306e\u30bd\u30fc\u30b9\u3092\u5c55\u958b\u3057\u307e\u3059":12,"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":14,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":14,"geopoint\u306e\u30ad\u30e3\u30b9\u30c8\u306b\u5bfe\u5fdc":35,"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":34,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":35,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":12,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u306e\u306f\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306a\u306e\u3067":12,"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":148,"git\u3067\u306e\u30b3\u30df\u30c3\u30c8\u6642\u30cf\u30c3\u30b7\u30e5\u306e\u4e00\u90e8\u304c\u4f7f\u308f\u308c\u308b\u305f\u3081\u3067\u3059":12,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":3,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":148,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":148,"gqtp\u306e\u5834\u5408":149,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u8a9e\u306e\u30d2\u30c3\u30c8\u6570\u304c\u591a\u3044\u305f\u3081":224,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u9069\u5408\u7387\u306e\u4f4e\u3044\u5834\u5408\u304c\u591a\u3044\u306e\u3067":224,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":224,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3068tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3067\u6319\u52d5\u304c\u5909\u308f\u308a\u307e\u3059":222,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":222,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u518d\u73fe\u7387\u3092\u3042\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":224,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":224,"grn_bool\u578b\u3092\u8ffd\u52a0":35,"grn_cursor_prefix\u304c\u52d5\u4f5c\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"grn_expr\u3067\u8868\u73fe\u3055\u308c\u305f\u691c\u7d22\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3068\u304d\u306b\u4f7f\u3044\u307e\u3059":11,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":3,"grn_expr\u306b\u3088\u3063\u3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":11,"grn_expr\u306f":11,"grn_expr\u306f\u4ee3\u5165\u3084\u95a2\u6570\u547c\u3073\u51fa\u3057\u306e\u3088\u3046\u306a\u69d8\u3005\u306a\u64cd\u4f5c\u3092\u8868\u73fe\u3067\u304d\u307e\u3059\u304c":11,"grn_expr\u3092\u4f7f\u3063\u3066\u69d8\u3005\u306a\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"grn_op_adjust\u306f":11,"grn_op_and\u306f":11,"grn_op_but\u306f":11,"grn_op_or\u306f":11,"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":11,"grnslap\u306f":148,"grntest\u304cmlock\u306e\u60c5\u5831\u51fa\u529b\u306b\u5bfe\u5fdc":35,"grntest\u3067\u306fgroonga\u30b3\u30de\u30f3\u30c9\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"grntest\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"grntest\u3067\u7d50\u679c\u306e\u6bd4\u8f03\u304c\u5e38\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":35,"grntest\u3068\u3044\u3046\u540d\u524d\u3067grntest\u306e\u30bd\u30fc\u30b9\u3092\u914d\u7f6e\u3057\u307e\u3059":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f\u884c\u3059\u308b":12,"grntest\u306e\u6b63\u5e38\u7d42\u4e86\u3092\u78ba\u8a8d\u3059\u308b":12,"grntest\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306fgroonga\u306e\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf\u3068grntest\u306e\u30bd\u30fc\u30b9\u304c\u5fc5\u8981\u3067\u3059":12,"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":34,"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3084zip\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306fgroonga\u540c\u69d8\u306bgithub\u306b\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u7f6e\u3044\u3066\u3044\u307e\u3059":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":3,"groonga\u306e\u30ab\u30e9\u30e0\u306f":211,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u6642\u70b9\u3067\u306fconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u542b\u307e\u308c\u3066\u304a\u3089\u305a":12,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":75,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":11,"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":14,"groonga\u306e\u30d1\u30b9\u6307\u5b9a":12,"groonga\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3059\u308b\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":35,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f":12,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u30ea\u30ea\u30fc\u30b9\u5c02\u7528\u306e\u74b0\u5883\u4e0b":12,"groonga\u306e\u7d44\u8fbc\u578b\u304b":89,"groonga\u306epackag":12,"groonga\u306f":14,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":11,"groonga\u306f\u57fa\u672c\u7684\u306b\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":[222,224],"groonga\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3057\u305f\u7d50\u679c\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306b\u9650\u308a":224,"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":11,"groonga\u3084mysql\u306erpm":12,"groonga\u3092\u4f7f\u3063\u3066\u304f\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066":10,"groonga\u3092\u4f7f\u3063\u3066\u3082\u3089\u3048\u308b\u3088\u3046\u306btwitter\u306e\u30a2\u30ab\u30a6\u30f3\u30c8groonga\u3092\u53d6\u5f97\u3057\u3066":10,"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":150,"groonga\u3092\u5e83\u304f\u901a\u77e5\u3057\u307e\u3059":12,"groonga\u3092\u7c21\u5358\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b":12,"groonga\u3092\u8d77\u52d5\u3059\u308b\u969b\u306e\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306a\u3044\u3057\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb\u306bdefault":79,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u6295\u7a3f\u3067\u304d\u307e\u3059":12,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u306b\u306a\u308b\u3068":12,"groonga\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u3046\u30d7\u30ed\u30c8\u30b3\u30eb\u3068\u3057\u3066":150,"groonga\u30b3\u30de\u30f3\u30c9\u306b":35,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"groonga\u30b3\u30de\u30f3\u30c9\u3092\u901a\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u547d\u4ee4\u3092\u30b3\u30de\u30f3\u30c9\u3068\u547c\u3073\u307e\u3059":149,"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":35,"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":150,"groonga\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5bfe\u3059\u308b\u691c\u7d22\u51e6\u7406\u3084\u66f4\u65b0\u51e6\u7406\u306e\u305f\u3081\u306e\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u305f\u3081\u306e\u30c7\u30fc\u30bf\u69cb\u9020\u3067":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf\u3067\u3059":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u4e00\u7fa4\u306ec\u8a00\u8a9e\u5411\u3051api\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u65b0\u3057\u304f\u306a\u3063\u305f\u3068\u3057\u3066\u3082":79,"groonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u7f72\u540d\u7528\u306e\u9375\u3092\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306e\u516c\u958b\u9375\u3067\u6697\u53f7\u5316\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u306epackag":12,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":124,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u30ed\u30fc\u30c9\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u4f7f\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":149,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":148,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":149,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u901a\u4fe1\u5c64\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30c4\u30fc\u30eb":148,"groonga\u30d7\u30ed\u30bb\u30b9\u5185\u306e\u6307\u5b9a\u3057\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":86,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":79,"groonga\u5358\u4f53\u3067test":150,"groonga\u53ca\u3073groonga":150,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[86,87,89,91,97,98,100,106,107,108,124,137],"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":79,"groonga\u6c4e\u7528\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb\u3067\u3059":150,"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":148,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":150,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u30921\u884c\u306b1\u3064\u305a\u3064\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":150,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":86,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":87,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_create\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":89,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":91,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":97,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":98,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":100,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_level\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":106,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":107,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":108,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":124,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":137,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":158,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":161,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":162,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":167,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":171,"groonga\u95a2\u9023\u3067\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u306a\u3044\u3068\u306a\u308b\u3068\u958b\u767a\u8005\u306f\u56f0\u3063\u3066\u3044\u308b\u4eba\u3092\u898b\u3064\u3051\u3089\u308c\u306a\u3044\u3057":10,"groonga_clone_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066autogen":12,"groonga_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_dir\u4ee5\u4e0b\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"groonga_org_path\u3068\u3057\u3066\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f":12,"groonga_org_path\u306bgroonga":12,"groonga_suggest_create_dataset\u5909\u6570\u3092\u8ffd\u52a0":36,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"gz\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":12,"gz\u306a\u3069\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u4f7f\u7528\u3057\u307e\u3059":12,"gz\u306eversion\u304a\u3088\u3073vers":12,"hat\u7cfb":12,"hat\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"hat\u7cfb\u306e\u5834\u5408\u306b\u306f\u672c\u756a\u74b0\u5883\u3078\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u524d\u306b\u30ed\u30fc\u30ab\u30eb\u306eapt\u306a\u3044\u3057yum\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u53c2\u7167\u3057\u3066\u6b63\u5e38\u306b\u66f4\u65b0\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"hat\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":3,"help\u3067\u51fa\u529b\u3055\u308c\u308b":37,"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":14,"hiroshi\u3055\u3093":35,"hiroshi\u3055\u3093\u304c\u5831\u544a":35,"homebrew\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":37,"homebrew\u306e\u66f4\u65b0":3,"homebrew\u3078pul":12,"hook\u306e\u5b9f\u884c\u9806\u4f4d":57,"hook\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059":57,"hook\u56fa\u6709\u60c5\u5831\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f":57,"hook\u56fa\u6709\u60c5\u5831\u3092\u6307\u5b9a\u3057\u307e\u3059":57,"hook\u56fa\u6709\u60c5\u5831\u683c\u7d0d\u30d0\u30c3\u30d5\u30a1\u3092\u6307\u5b9a\u3057\u307e\u3059":57,"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":150,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":12,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":149,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":148,"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":35,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":148,"http\u306e\u5834\u5408":149,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":149,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066groonga\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306b\u9759\u7684\u30da\u30fc\u30b8\u3092\u683c\u7d0d\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"http\u7d4c\u7531\u3067\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u6642\u306b\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b":35,"id\u304c\u9023\u7d9a\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u5024\u304c\u6607\u9806\u306b\u683c\u7d0d\u3055\u308c\u305f\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092values\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":62,"id\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":52,"import":[0,12,28,37,39,40,42,48,52,77,78,132,136,142,151,186,196,198,199,200,209,215,231],"index\u3067\u5b9f\u884c\u3057\u305f\u3044\u64cd\u4f5c\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"index\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":49,"index_cursor\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u6307\u5b9a\u3057\u305ftable_cursor\u306e\u73fe\u5728\u306e\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u8fd4\u3057\u307e\u3059":59,"indexbuf\u306e\u30b5\u30a4\u30ba":49,"init\u76f4\u5f8c\u306e\u72b6\u614b":52,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":148,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":150,"installer\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068windows\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"int":[33,39,42,47,48,49,52,53,55,56,57,58,59,61,62,63,65,66,67,68,71,194],"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":150,"jekyll\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3089":12,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":35,"js\u306a\u3069":12,"jsonp\u304c\u52d5\u4f5c\u3057\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":37,"key\u304c\u8fd1\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408":66,"key\u304cmin\u3068\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":66,"key\u306b\u306f":65,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u3092\u4e00\u3064\u3060\u3051\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u307e\u3059":65,"key\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u3057\u3044record\u3092table\u306b\u8ffd\u52a0\u3057":65,"key\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u3059\u3067\u306btable\u306b\u5b58\u5728\u3059\u308b\u306a\u3089\u3070":65,"key\u306e\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067":66,"key\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"key\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"key\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"key\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":65,"key\u3092\u8fd4\u3057\u307e\u3059":62,"key_type\u306bt":65,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3068\u540c\u7b49\u3067\u3059":222,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":222,"keybuf\u306b\u8a72\u5f53\u3059\u308bkey\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":65,"keybuf\u306e\u30b5\u30a4\u30ba":65,"launchpad\u306b\u767b\u9332\u3057\u305fkeyid":12,"lc_messages\u4ee5\u4e0b\u306e\u5404\u7a2e":12,"learner\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":35,"lenny\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664":37,"libedit\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u9055\u3046\u554f\u984c\u306e\u4fee\u6b63":35,"libedit\u5bfe\u5fdc":34,"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":14,"limit\u4ef6\u306e\u307f\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":66,"list\u306bcontrib\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3059\u308c\u3070apt":12,"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":79,"load\u30b3\u30de\u30f3\u30c9":34,"locale\u4ee5\u4e0b\u306b\u66f4\u65b0\u3057\u305f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3059":12,"localstatedir\u3092\u4f7f\u7528":35,"log\u3067\u3059":149,"log\u3068\u3044\u3046\u5f62\u5f0f\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u4f5c\u3089\u308c\u307e\u3059":150,"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":79,"log_level\u306f":106,"log_put\u306f":107,"log_reopen\u306f":108,"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":108,"long":[33,40,41,42,58,61,128,133,136,147],"longtext\u306e\uff13\u3064\u306e\u578b\u306b\u3064\u3044\u3066\u306f\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u4fdd\u5b58\u3057\u305f\u308a\u51fa\u529b\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u3059\u304c":211,"lucid\u304b\u3089":35,"lucid\u4ee5\u964d\u306e\u95a2\u9023\u3059\u308b":12,"lzo\u30b5\u30dd\u30fc\u30c8\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3055\u308c\u3066\u3044\u308b\u304b\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308bapi\u3092\u8ffd\u52a0":35,"macports\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":37,"makefile\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306bconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"man\u3092\u8ffd\u52a0":34,"markdown\u30d1\u30fc\u30b5\u30fc":12,"marverick\u306b\u5909\u66f4":35,"masahiro\u3055\u3093":35,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3067\u304d\u307e\u3059":224,"max\u304cnull\u306e\u5834\u5408\u306b\u306f":66,"max\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":66,"max\u3067\u4e0e\u3048\u3089\u308c\u308b\u30dd\u30a4\u30f3\u30bf\u304c\u6307\u3059\u5024\u306f":66,"max\u3068\u7570\u306a\u3063\u305f\u65b9\u5411\u306b\u3042\u308b\u30ce\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f\u53d6\u308a\u51fa\u3057\u307e\u305b\u3093":66,"max\u3068common":66,"max\u3068max_size\u304c\u6307\u5b9a\u3055\u308c":66,"max\u3068pat\u6728\u4e0a\u3067\u8fd1\u3044\u4f4d\u7f6e\u306b\u3042\u308b\u30ce\u30fc\u30c9\u304b\u3089\u9806\u756a\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":66,"max\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"max_size\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059":66,"md\u30d5\u30a1\u30a4\u30eb\u306epublish":12,"mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u691c\u51fa\u51e6\u7406\u3092\u6539\u5584":34,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u6642\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u3088\u308a\u89aa\u5207\u306b\u3057\u305f":35,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u305f\u3068\u304d\u306b\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u30a8\u30e9\u30fc\u3092\u7121\u8996\u3059\u308b\u3088\u3046\u306b\u3057\u305f":37,"memcached\u306e\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb\u306e\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u305f\u3081\u306b\u306f":14,"min\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":66,"min\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"min\u306f\u7121\u8996\u3055\u308c\u307e\u3059":66,"min_size\u30d0\u30a4\u30c8\u672a\u6e80\u306e\u30d3\u30c3\u30c8\u306b\u5bfe\u3059\u308b\u30ce\u30fc\u30c9\u3067":66,"mooz\u3055\u3093":37,"mooz\u3055\u3093\u304c\u4fee\u6b63":37,"mroonga\u5411\u3051\u306b\u7528\u610f\u3057\u305f\u5185\u90e8api\u3067\u3059":62,"msg\u306fcom\u306b\u3088\u3063\u3066":9,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":9,"multithread\u74b0\u5883\u3067\u306f\u4ed6\u306ethread\u306e\u30a2\u30af\u30bb\u30b9\u306b\u3088\u3063\u3066":65,"munin\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0":34,"n_builtin_type_names\u306b\u306f":53,"name\u304c\u30ab\u30e9\u30e0\u540d\u306e\u5834\u5408":62,"name\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":52,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306aproc":63,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atyp":68,"name\u306f\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u306e\u5834\u5408":62,"name\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093":49,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u304b\u3089\u59cb\u307e\u308btable\u306e\u30ab\u30e9\u30e0id\u3092res\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u683c\u7d0d\u3057\u307e\u3059":65,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atable\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":65,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u9577\u3055\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306es":[49,62,65],"name_size\u30d1\u30e9\u30e1\u30fc\u30bf\u304c0\u306e\u5834\u5408\u306f\u3059\u3079\u3066\u306e\u30ab\u30e9\u30e0id\u3092\u683c\u7d0d\u3057\u307e\u3059":65,"namebuf\u306b\u8a72\u5f53\u3059\u308b\u540d\u524d\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":[49,62],"namebuf\u306e\u30b5\u30a4\u30ba":[49,62],"net\u306egroonga\u30c1\u30fc\u30e0\u306eppa\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"net\u4e0a\u3067\u30d3\u30eb\u30c9\u304c\u5b9f\u884c\u3055\u308c":12,"netbsd\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":35,"new":[0,3,6,7,12],"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"newvalue\u306e\u5024\u304b\u3089\u5f97\u3089\u308c\u308b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308bcolumn\u306e\u5024\u306e\u4e2d\u306e":49,"no_key\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u5024\u3092\u30b5\u30dd\u30fc\u30c8":34,"null":[6,7,11,33,37,39,40,41,42,48,52,55,56,63,67,71,85,101,103,104,105,110,111,112,114,118,119,127,130,131,132,136,137,139,140,141,142,163,164,165,173],"null\u306a\u3089\u7121\u540dtable\u3068\u306a\u308a\u307e\u3059":65,"null\u306a\u3089\u81ea\u52d5\u7684\u306b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":[49,65],"null\u306a\u3089temporari":53,"null\u306f\u4e0a\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":66,"null\u306f\u4e0b\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":66,"null\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":52,"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":34,"null\u4ee5\u5916\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306fpersist":53,"null\u4ee5\u5916\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408":65,"obj\u304c\u73fe\u5728lock\u3055\u308c\u3066\u3044\u308c\u30700\u4ee5\u5916\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":62,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u624b\u7d9a\u304d":57,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":57,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u3092\u524a\u9664\u3057\u307e\u3059":57,"obj\u306b\u5bfe\u3057\u3066hook\u3092\u8ffd\u52a0\u3057\u307e\u3059":57,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5408\u6027\u3092\u691c\u67fb\u3057\u307e\u3059":62,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u8fd4\u3057\u307e\u3059":62,"obj\u306b\u5c5e\u3059\u308bobject\u3082\u518d\u5e30\u7684\u306b\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059":62,"obj\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066":62,"obj\u306e\u5360\u6709\u3059\u308b\u30e1\u30e2\u30ea\u306e\u3046\u3061":62,"obj\u306e\u5360\u6709\u3059\u308bdb\u30d5\u30a1\u30a4\u30eb\u9818\u57df\u306e\u3046\u3061":62,"obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":62,"obj\u306e\u578b\u3092\u5909\u66f4\u3057\u307e\u3059":62,"obj\u306e\u5c5e\u3059\u308bdb\u3092\u8fd4\u3057\u307e\u3059":53,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e":60,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":62,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":60,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u53d6\u5f97\u3057\u307e\u3059":62,"obj\u306eid\u3092\u8fd4\u3057\u307e\u3059":62,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":60,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":60,"obj\u306f":62,"obj\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":62,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057":62,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":62,"obj\u3092\u5bfe\u8c61\u3068\u3057\u3066query\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057":64,"obj\u3092lock\u3057\u307e\u3059":62,"obj\u3092unlock\u3057\u307e\u3059":62,"obj\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u3068\u308b\u5024\u306e\u7bc4\u56f2\u3092\u8868\u308f\u3057\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u8fd4\u3057\u307e\u3059":62,"object\u306b\u767b\u9332\u3067\u304d\u308b\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u8fd4\u3057\u307e\u3059":69,"object\u306b\u8907\u6570\u306ehook\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u9806\u4f4d\u306e\u9806\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":57,"object\u306e\u53c2\u7167\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":57,"object\u306e\u66f4\u65b0\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":57,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":63,"offset\u306b\u5bfe\u5fdc\u3059\u308bhook\u306e\u76f4\u524d\u306b\u65b0\u305f\u306ahook\u3092\u633f\u5165\u3057\u307e\u3059":57,"offset\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9id\u3092\u958b\u59cb\u4f4d\u7f6e\u3068\u3057\u3066":62,"offset\u306f":65,"offset\u756a\u76ee\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":66,"offset\u756a\u76ee\u304b\u3089\u9806\u306bres\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3057\u307e\u3059":65,"old_release_date\u306b\u524d\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092":12,"ongaeshi\u3055\u3093":35,"ongaeshi\u3055\u3093\u304c\u5831\u544a":35,"op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066res\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3042\u308b\u3044\u306f\u524a\u9664\u3057\u307e\u3059":64,"op\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u53ef\u80fd\u306a\u3082\u306e\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":49,"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":150,"org\u304c\u30db\u30b9\u30c8\u3092":12,"org\u304c\u30db\u30b9\u30c8\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":150,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":150,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":150,"org\u306bssh\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"org\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"org\u306edoc":12,"org\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"org\u3078\u3068\u53cd\u6620\u3057\u307e\u3059":12,"output_columns\u304b\u3089_value\u3092\u524a\u9664":35,"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":100,"package\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":11,"pat\u6728\u4e0a\u3067\u4f4d\u7f6e\u304c\u8fd1\u3044\u3053\u3068\u3068key\u306e\u5024\u304c\u8fd1\u3044\u3053\u3068\u306f\u540c\u4e00\u3067\u306f\u3042\u308a\u307e\u305b\u3093":66,"path\u306b\u306fcutter\u306e\u30bd\u30fc\u30b9\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306b\u306fgroonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306e\u4e2d\u304b\u3089groonga\u30b3\u30de\u30f3\u30c9\u3092\u63a2\u3057\u307e\u3059":150,"path\u3092":35,"pc\u306bgroonga":36,"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":34,"po\u306e\u5b9f\u884c":3,"po\u3092\u5b9f\u884c\u3059\u308b\u3068":12,"po\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a\u66f4\u65b0\u3057\u305f\u5404\u7a2e":12,"po\u30d5\u30a1\u30a4\u30eb\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":3,"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":12,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[161,162],"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":161,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":162,"point\u578b\u306e\u5024":[161,162],"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[161,162],"prefix\u304cmin_size\u30d0\u30a4\u30c8\u4ee5\u4e0a\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":66,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u5b9a\u7fa9\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"proc\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":65,"proc\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"public":41,"push\u3057\u3066groonga":12,"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":36,"quit\u306f":124,"rb\u3092\u8ffd\u52a0":35,"release\u306e\u5b9f\u884c":3,"release\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067build\u304b\u3089upload\u307e\u3067\u4e00\u6c17\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":12,"release\u30b3\u30de\u30f3\u30c9\u3067\u306f":12,"repositories\u914d\u4e0b\u306b":12,"repositories\u914d\u4e0b\u306brpm\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"request\u3092\u9001\u308a\u307e\u3057\u305f":12,"request\u3092\u9001\u308a\u307e\u3059":12,"res2\u306b\u683c\u7d0d\u3057\u307e\u3059":65,"res\u306b\u683c\u7d0d\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"res\u306btable1\u3042\u308b\u3044\u306ftable2\u305d\u306e\u3082\u306e\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3092\u9664\u3051\u3070":65,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":11,"return":[22,33,37,39,40,41,42,44,47,48,49,52,53,54,55,56,62,65,67,70,71,78,80],"rid_max\u3092\u6307\u5b9a\u3057\u3066\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u5024\u3092\u5236\u9650\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":59,"root\u306b\u5909\u66f4":35,"root\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":149,"rpm\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectures":12,"rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"ruby\u306erake\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3088\u308a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059":12,"s3ki\u3055\u3093":35,"s3ki\u3055\u3093\u304c\u5831\u544a":35,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"scorer\u306f":132,"scr\u3067\u3059":150,"scr\u306e\u4e2d\u8eab\u304c":150,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":150,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[158,161,162,167,171],"search\u3092\u884c\u3044":[65,66],"search\u3092\u884c\u3046\u5834\u5408\u306b\u306f":66,"section\u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3057\u307e\u3059":49,"section\u756a\u53f7\u3092\u683c\u7d0d\u3059\u308bint\u9577\u30d0\u30c3\u30d5\u30a1":49,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":150,"select\u306e\u51fa\u529b\u306b\u4e0d\u6b63\u306a\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3055\u308c\u305f\u6642\u306bsegv\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":34,"select\u3084load\u306a\u3069\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u8868\u3057\u307e\u3059":79,"select\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":35,"select\u30b3\u30de\u30f3\u30c9":34,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":150,"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":150,"sh\u304c\u30bf\u30b0\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":12,"sh\u306e\u307f\u306a\u3089\u305a":14,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":14,"sh\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":12,"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":14,"shibuya\u3055\u3093":35,"shibuya\u3055\u3093\u304c\u5831\u544a":35,"shimada\u3055\u3093":35,"shimada\u3055\u3093\u304c\u5831\u544a":35,"short":[77,151],"shorttext\u306e\u30d9\u30af\u30bf\u30fc\u3092\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u4f7f\u7528\u3057\u305f\u3044\u5834\u5408\u306b\u306f":211,"shorttext\u578b\u306e\u5024\u3092\u683c\u7d0d\u3059\u308b\u30ab\u30e9\u30e0":89,"shorttext\u578b\u30ab\u30e9\u30e0\u3078\u30c7\u30fc\u30bf\u8ffd\u52a0":35,"shutdown\u3067\u7d42\u4e86\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"sigint\u3067\u306e\u4e2d\u65ad\u306b\u5bfe\u5fdc":37,"sign\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"sigsegv\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":65,"sort\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":65,"source\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5fc5\u8981\u306a\u3082\u306e\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"source\u4ee5\u4e0b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0":12,"squeeze\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"squeeze\u4ee5\u964d\u306edebian\u3084karmic\u4ee5\u964d\u306euubntu\u3067\u306f\u4ee5\u4e0b\u306e\u7528\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"srpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"static":[33,37,41,42,67,152,230],"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":150,"status\u306e\u51fa\u529b\u7d50\u679c\u306b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0":35,"status\u30b3\u30de\u30f3\u30c9":34,"string1\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u3068string2\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u306e\u9593\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u6c42\u3081\u307e\u3059":158,"string\u306b":11,"suggest\u306ehttp\u30b5\u30fc\u30d0\u306blimit\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":37,"suggest\u30b3\u30de\u30f3\u30c9\u306bthreshold\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":37,"table1\u3068table2\u304b\u3089\u91cd\u8907\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u3044\u305f\u7d50\u679c\u3092\u305d\u308c\u305e\u308cres1":65,"table1\u3068table2\u3092op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066\u96c6\u5408\u6f14\u7b97\u3057\u305f\u7d50\u679c\u3092res\u306b\u683c\u7d0d\u3057\u307e\u3059":65,"table2\u306f\u7834\u58ca\u3055\u308c\u307e\u305b\u3093":65,"table\u304c":65,"table\u306b\u65b0\u305f\u306a\u30ab\u30e9\u30e0\u3092\u5b9a\u7fa9\u3057\u307e\u3059":49,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8fd4\u3057\u307e\u3059":65,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":66,"table\u306bid\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3057":65,"table\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u7279\u5b9a\u306e\u6761\u4ef6\u3067\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u307e\u3059":65,"table\u306e\u5168\u3066\u306ecolumn\u3082\u540c\u6642\u306b\u540d\u524d\u304c\u5909\u66f4\u3055\u308c\u307e\u3059":65,"table\u306e\u5168\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u62ec\u3057\u3066\u524a\u9664\u3057\u307e\u3059":65,"table\u306ecolumn":65,"table\u306ecolumn1\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore1\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u53d6\u5f97\u3057\u307e\u3059":65,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":65,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":65,"table\u306ekey\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":65,"table\u306esrc_key\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":65,"table\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":65,"table\u306fcolumn\u3068\u306f\u5225\u306b":65,"table\u5185\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30bd\u30fc\u30c8\u3057":65,"table_list\u306f":137,"takahiro\u3055\u3093":35,"takahiro\u3055\u3093\u304c\u5831\u544a":35,"takahiro\u3055\u3093\u304c\u63d0\u6848":35,"takashi\u3055\u3093":37,"takashi\u3055\u3093\u304c\u5831\u544a":37,"takuto\u3055\u3093":35,"takuto\u3055\u3093\u304c\u5831\u544a":35,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":150,"textile\u30d1\u30fc\u30b5\u30fc":12,"tid\u306bnull\u4ee5\u5916\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":59,"tokenbigram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":224,"tokenbigram\u306a\u3069":224,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":224,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":222,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":222,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":224,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u3082bigram\u3092\u751f\u6210\u3057":222,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":224,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u5834\u5408\u3082\u91cd\u307f\u4ed8\u3051\u3092\u8003\u616e\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306f\u304b\u308f\u308a\u3042\u308a\u307e\u305b\u3093":224,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":36,"tokenmecab\u3067\u306f":224,"tokenmecab\u306e\u5834\u5408":224,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":222,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u524d\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":222,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u5f8c\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":222,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u4e8b\u524d\u306b\u6e96\u5099\u3057\u305f\u8f9e\u66f8\u3092\u7528\u3044\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b\u305f\u3081":224,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u3044\u308b\u5834\u5408\u306f\u3053\u306e\u30af\u30a8\u30ea\u306f\u30de\u30c3\u30c1\u3057\u307e\u305b\u3093":224,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u306e\u65b9\u3092tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u3088\u308a\u3082\u91cd\u8996\u3059\u308b\u3088\u3046\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":224,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":224,"tomita\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":35,"tomita\u3055\u3093\u304c\u5831\u544a":35,"tomotaka_ito\u3055\u3093":37,"tomotaka_ito\u3055\u3093\u304c\u5831\u544a":37,"top_left\u3068bottom_right\u304c\u306a\u3059\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":162,"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],"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":37,"try":[3,42,47,93,149,209,214,232,233],"twitter\u3067\u3084\u308a\u3068\u308a\u3092\u5b8c\u7d50\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":10,"twitter\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u5b89\u5fc3\u611f\u304b\u3089groonga\u30e6\u30fc\u30b6\u30fc\u306e\u62e1\u5927\u306b\u7e4b\u3052\u308b":10,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":3,"twitter\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":10,"twitter\u7de8":3,"txt\u306b\u307e\u3068\u3081\u307e\u3059":12,"txt\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":12,"txt\u306e\u5185\u5bb9":12,"type\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":60,"ubuntu\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":3,"ueno\u3055\u3093":[35,36],"ueno\u3055\u3093\u304c\u5831\u544a":36,"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":35,"uint16\u306e\u7b49\u5024\u6bd4\u8f03\u306bc\u8a00\u8a9e\u306e\u6bd4\u8f03\u6f14\u7b97\u5b50\u3092\u4f7f\u7528":35,"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":14,"uptime\u306e\u8868\u793a\u5f62\u5f0f\u3092\u8aad\u307f\u3084\u3059\u3044\u5f62\u5f0f\u306b\u5909\u66f4":34,"user_data\u3092\u30ad\u30fc\u3068\u3057\u3066":63,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u306e\u4e2d\u306b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":11,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":11,"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":11,"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":11,"vagrant\u3067\u4f7f\u7528\u3059\u308b\u4eee\u60f3\u5316\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":12,"valgrind\u3092\u7528\u3044\u3066\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9\u3084\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3057\u3064\u3064":14,"value\u304c\u5c5e\u3059\u308b\u578b":137,"value\u3092\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":62,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":75,"var":[11,28,42,63,71,90,147,149,151,219],"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":79,"version\u3067\u8868\u793a\u3055\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u304c\u66f4\u65b0\u3055\u308c\u306a\u3044\u306e\u3067\u6ce8\u610f\u304c\u5fc5\u8981\u3067\u3059":12,"version\u306b\u6307\u5b9a\u3057\u305f\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":79,"version\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8ffd\u52a0":35,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u306bstable\u6271\u3044\u3067\u306a\u3044\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":79,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3084command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u305b\u305a\u306bgroonga\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u969b\u306b\u306f":79,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059":79,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":79,"virtualbox\u306fsourc":12,"vmware\u306a\u3069":12,"void":[38,47,50,53,54,61,62,65,66,67,70,71],"web\u30b5\u30a4\u30c8\u304b\u3089\u6700\u65b0\u7248\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":12,"web\u7ba1\u7406\u753b\u9762":34,"wheezy\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8ffd\u52a0":37,"while":[0,33,39,40,42,53,92,104,110,127,139,142,188],"windows\u3067\u306fmingw\u3067\u3082pthread\u3092\u4f7f\u308f\u306a\u3044\u3088\u3046\u306b\u3057\u305f":37,"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":150,"windows\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"windows\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"windows\u5411\u3051":12,"windows\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":3,"windows\u7cfb":12,"worker\u306f":9,"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":9,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"x86\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bx64":12,"x86\u30d0\u30a4\u30ca\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"x\u3067\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u7ba1\u7406\u65b9\u6cd5\u3068\u3057\u3066":12,"x\u3067\u306frealloc":35,"x\u3067\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u62e1\u5f35\u5b50\u306e\u691c\u51fa\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"x\u306e\u304a\u77e5\u3089\u305b":33,"xxxxx\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":12,"yes\u3092\u6307\u5b9a\u3059\u308b\u3068chroot\u74b0\u5883\u3067\u4e26\u5217\u306b\u30d3\u30eb\u30c9\u3092":12,"yes\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068":12,"yum\u306e\u5834\u5408":12,"yum\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3082\u540c\u69d8\u306b\u3057\u3066grntest\u3092\u5b9f\u884c\u3057\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,_20160320:114,__uint32_t:42,_avg:[112,132],_dataset:[153,155],_id:[41,42,45,49,62,75,77,80,88,92,99,100,112,114,132,135,139,144,157,166,169,186,187,188,190,197,203,204,206,208,224,228,229,230,232,234,235,236,237],_kei:[33,39,40,41,42,45,49,62,75,77,80,88,90,92,99,100,102,111,112,118,127,131,132,135,138,139,140,144,151,154,157,160,165,166,169,175,183,186,187,190,193,198,203,204,206,208,210,215,227,228,229,230,232,233,234,235,236,237],_max:[112,132],_min:[112,132],_name:136,_nsubrec:[41,49,75,112,132,228,229,233],_post:12,_score:[37,39,40,42,49,75,77,132,135,154,160,170,187,198,199,200,203,204,206,224,229,230,232,233,237],_set_valu:38,_sum:[112,132],_valu:[40,41,49,75,112,132],_yyyymmdd:[109,111,112,114],aba:[228,230,237],abbrev:160,abc:42,abcd:115,abi:42,abl:[136,173,197,198,199,200,201],abort:41,about:[2,7,14,17,18,19,20,21,22,23,24,25,26,27,28,29,30,33,37,38,39,40,41,42,44,47,71,77,78,80,82,84,85,89,90,92,93,94,95,99,103,104,105,109,112,114,115,116,119,127,128,129,130,131,132,134,135,138,140,142,143,144,149,151,154,156,160,166,170,175,186,187,189,191,192,196,197,198,199,200,203,204,206,209,210],abov:[17,21,28,31,33,39,42,101,109,128,132,136,151,154,157,165,166,170,175,190,196,203,204,206,209,228,230,232,233,237],above:[233,236],absolut:[121,122,126],acccess:219,accept:[0,37,39,41,42,82,83,128,133,144,149,154,157,160,187,215,221,230,232,233,236,237],access:[0,17,22,33,37,39,40,41,42,45,47,49,92,132,139,151,152,203,204,206,210,214],accessor:[42,65],accident:40,accord:[160,227],accordingli:151,account:[2,41],accross:39,accuml:40,accumul:132,accur:[0,173],achiev:109,acquir:[42,47,103,105],acronym:[213,221],across:160,action:40,actual:[40,41,109,111,112,114,151,198,227],actualli:[227,230],add:[3,6,7],add_record_if_not_exist:62,added:[33,37,38,39,40,41,42],addit:[0,24,25,26,30,115,132,142,187,190,205,219,227,230,235],addition:[22,42,44],additional_configure_opt:40,address:[37,39,42,149,154,221,234],address_is_in_use:221,address_is_not_available:221,adisk:197,adjac:[186,209],adjust:[40,41,77,112],admin:[35,37,39,40,41,42],admin_html:[37,149],administr:[22,39,41],advanc:[42,43,109,111],advantag:[0,173,219],affect:[33,39,40,41,42],afr:[228,230,237],after:[17,18,28,31,37,39,40,41,42,45,47,56,70,83,96,101,114,117,120,133,138,145,151,154,163,164,187,190,207,208,210,227,229,230,234],again:[41,42,47,151,188],against:[0,22,33,39,41,42,49,53,55,77,113,114,119,131,132,138,144,149,186,187,197,201,203,204,206,226,229],againt:132,agaist:39,age:[136,137,157],aggregat:0,ago:203,ahello:42,ahost1:197,aim:40,aio:40,aki:41,akihabara:237,akinori:42,akio:[37,39,40,42],akira:41,alert:[41,106,107,149,151,189],algolithm:185,algorithm:[37,85,160,200],ali:88,alia:[22,42,44],alias:[42,45,93,94,95],aliased_column:45,alic:[45,88,132,151,170,209,215,233],alice:[92,118,139,144,157,170,186,233],alisa:170,all:[0,17,28,33,37,39,41,42,45,49,52,53,56,77,82,83,85,88,90,92,93,94,95,96,100,101,102,103,104,105,110,112,113,114,117,118,119,120,121,123,126,127,129,130,131,132,133,134,136,138,139,140,141,142,144,145,147,151,157,164,185,186,187,188,189,190,197,199,200,203,206,207,208,209,210,211,215,221,230,233,236],all_record:39,alloc:[22,33,39,41,42,48,52,55,71,132,134,223],alloc_count:[81,134,149,151,194,221,230,234],alloc_info:33,allow:[0,25,39,42,155,173,230,234],allow_column:[132,186],allow_leading_not:132,allow_pragma:132,allow_update:[132,186],almost:[37,132,210,213,225],alon:42,alphabet:[41,112,132,136,142,197,204,209],alreadi:[41,47,71,96,102,117,142,155,188,210,230,232],also:[0,3],although:151,alwai:[0,41,42,67,80,90,110,118,132,135,141,151,169,186,187,203,210,221],amazon:132,amd64:12,among:[22,39,226,227,229],amount:39,analysi:[0,28,187],analyz:[0,37,39,151,209],anchor:42,ani:[0,24,28,33,42,45,88,102,112,115,119,120,129,130,131,132,135,138,140,141,142,149,151,163,164,170,173,175,186,196,198,209,215],animat:229,ann:12,annot:40,anonym:207,anoth:[0,39,42,55,88,103,132,147,196],another:42,api:[1,3,15],appear:[0,41,84,132,142,173,186,187,196,198,230],append:[39,55,62],apper:132,appl:190,apple:190,appli:[43,55],applic:[0,20,37,41,149,151,173,187,196,215],approach:160,approv:41,approxim:[37,39,160],appveyor:41,april:12,apt:[12,18,21,25,30,39],aptitud:14,arai:42,aramaki:37,arc:142,architectur:[0,41,42,149],architectures:12,archiv:[6,7,8,12,17,28,31,39],archive:[22,23],area:0,aren:[39,41,42,112,114,132,133,134,136,138,151,154,173,186,192,207,210,215],arg1_name:197,arg1_value:197,arg2_name:197,arg2_value:197,arg3_value:197,arg_list_too_long:221,argc:67,argument1:[187,198],argument2:[187,198],argument:[33,37,39,40,41,42,52,71,101,131,149,152,160,163,164,165,166,169,170,173,175,183,187,197,198,201,218,221,230,232,234],argument_name1:152,argument_name2:152,argv:67,arithmet:40,armhf:41,arnaud:37,around:[173,192],arrai:[33,37,39,41,77,80,86,90,115,116,119,131,132,136,142,143,173,186],arrang:230,art:[187,233],articl:232,articles2:232,articles_cont:232,arugment1:187,asami:40,asc:12,ascend:[111,113,132,192,228,230,237],ascii:[186,187,209],askmonti:41,assigend:186,assign:[40,42],associ:[37,71,99,102,132,227,229,230],assum:[52,63],assume:128,atsushi:[33,41,42],attach:[17,190,208],attent:[132,235],attr_setpshar:40,attribut:[115,116,142,143,165],atv:[228,230,237],auth_bas:[151,215],auth_basic_user_fil:[151,215],authent:214,author:151,auto:[39,41,110,135],autoconf:[6,37],autogen:[6,12,17,39],automak:[6,35],automat:[17,25,42,53,101,121,122,126,147,151,186,187,207,218,229,230,235],autoreconf:12,autotool:[3,5],avail:[0,8,17,33,40,42,43,51,71,80,90,110,111,112,114,115,132,133,135,136,142,147,149,151,186,187,208,213,221,227,230],availabl:[22,28,44],averag:[41,132],avg:[41,112,132,148],avoid:[22,40,41,114,132,138,223],awar:71,ayumu:[41,42],back:[151,187,197],background:149,backslash:[40,55,186],backtrac:33,backup:[53,100],backward:[33,39,41,42,144,199,200,215],bad:[0,40,41],bad_address:221,bad_file_descriptor:221,bar:136,base:[0,17,18,24,25,26,28,30,33,39,40,41,56,128,132,142,151,152,154,155,163,164,173,186,187,193,197,198,199,200,201,203,204,206,209,214,219,233,234],basebal:[229,232],bash:[28,42],basi:230,basic:[0,22,39,41,88],batch:39,bc009774:12,becam:[41,219],becaus:[0,6,7,8,21,26,33,39,41,42,45,53,80,88,89,92,96,101,109,112,114,118,119,120,121,126,132,136,139,141,147,151,154,157,166,169,170,173,175,186,187,188,190,193,194,196,197,198,199,200,203,204,205,206,207,208,209,210,213,214,215,219,221,227,229,230,232,235,236],becom:[0,42,43,160,211,227],been:[12,42,92,139],befor:[28,33,38,39,42,70,77,85,110,117,120,121,126,132,138,141,151,196,197,203,204,205,227,230],before_instal:21,beforehand:26,beg:[197,209],begin:[148,197,209],behav:160,behavior:[39,41,42,114,145,157,170,197,209],behaviour:[40,100],beijin:160,belong:[73,211,228],below:[13,92,102,139,186,209],benchmark:[22,39,40,41,44,146],benefit:219,bernard:42,best:0,beta:43,better:[0,41,101,132,187,232],between:[22,33,37,39,40,41,44,62,92,101,114,132,136,139,155,156],big:[41,151],bigram:[150,153,154,209,224],bigramlexicon:127,bill:[42,222,224],billiard:[222,224],bin:[18,28,31],binari:[0,1,22,31,33,39,40,41,42,80,151,187,194,211,212,215],bind:[20,21,37,39,42,43,149,163,164,185],binlib:12,bison:12,bit:[21,23,24,25,26,29,30,31,132,150,186,187,211,227],bitwis:42,black:[190,192],blank:[42,209],block:[40,134,136,138,151,187,227],blog1:232,blog2:232,blog:[12,22,112,132,175,186,187,188,224,226,232],blog_bodi:224,blog_comment_index:175,blog_cont:175,blog_titl:230,blogroonga:3,bm25:[198,200],bob:[45,92,132,139,144,151,157,170,186,215,233],bodi:[40,87,88,89,91,96,98,101,102,104,114,117,118,120,121,122,126,127,133,136,138,139,141,154,163,164,215,221,224,236],book:187,bookmark:[77,100,114],bookmark_index:77,bookmark_titl:100,bool:[33,40,42,88,118,119,131,140,186,208],boost:[154,203],border:[39,142,157],borderlin:[109,111],boston:233,both:[0,23,24,25,26,30,31,42,62,73,77,80,89,112,132,138,145,154,173,186,187,188,197,200,203,207,215,221,233,237],bottom:56,bottom_right:[37,162],bottom_right_point:56,bound:41,box:132,brand:42,brasil:160,brasillia:160,brazil:228,brew:[18,27],bring:230,british:236,broadcast:233,broken:[33,37,39,40,41,42,49,53,103,104,105,120,127,138,147],broken_pipe:221,brooklyn:233,brother:186,browser:[17,28,152,234],bsd:[5,7,8,28,37,41,42],buf_siz:[49,62,65],buffer:[40,42,52,55,58,62,86,232],bug:3,build:[0,3,4],buildabl:37,builder:58,built:[0,22,28,40,42,44,62,78,115,142,151,156,160],builtin:[22,44,118,119],builtin_type_nam:53,bulk:[33,42,55,62],bump:[40,41,42],bundl:[17,33,39,40,41,42,170],button:[17,39,40],buzz:154,bye:[112,132,140,186,187,208],cach:[0,33,34,39,40,42,48,62,85],cache_hit_r:[81,134,151,194,221,230,234],cache_hit_rate:134,cache_limit:[22,42,44,78],cache_previ:48,cafedomanc:33,calc_target:42,calc_typ:42,calcul:[39,40,41,129,132,160,192,233,237],call:[39,40,41,42,52,67,70,71,77,92,110,129,130,132,139,141,160,173,185],caller:63,calloc:33,calro:157,camp:233,can:[0,1,5,6,7,8,17,18,19,21,24,25,26,27,28,30,31,33,37,38,39,40,41,42,45,46,47,48,51,52,53,55,70,71,77,80,82,83,84,85,88,89,90,92,93,94,95,96,100,101,102,103,109,110,111,112,113,114,115,117,118,120,121,122,126,127,128,129,130,131,132,133,135,136,138,139,140,141,142,144,145,147,149,151,152,154,156,157,160,163,164,165,166,169,170,173,175,185,186,187,188,189,190,192,193,194,196,197,198,199,200,201,203,204,205,206,207,208,209,210],can_be_key_typ:131,can_be_value_typ:131,cancel:[33,41,82,83,128],cancel_request_is_accepted_or_not:128,candid:[135,154,169,203],candidate1:135,candidate2:135,candidate_1:154,candidate_2:154,cannot:[22,132,136,186,187,188,190,207,215,223],capit:230,caplit:[40,41],care:[17,90,109,132,186,200,203],carefulli:[77,114,120,138],carlo:[92,139,144],cas_error:221,cascad:[40,41],cast:[33,37,38,39,40,62],cat:12,categor:[132,140,142],caus:[33,37,39,40,41,42,136,186,187,227],ceekz:40,cenos6:39,cent:209,center:[0,161],cento:[12,24,28,33,39,40],centos5:28,centos6:28,centos7:28,centos:[18,22,23],central:233,certain:237,cflags:29,chain:175,chang:[0,18,28,33,37,38,39,40,41,42],chapter:230,charact:[0,33,37,39,40,41,42,55,71,115,132,136,142,149,163,164,173,186,187,189,190,196],charli:233,chart:37,check:[12,13,14,22,33,35,37,39,40,41,42,44,52,53,62,78,80,84],child:101,china:[160,228],choic:0,choos:[5,6,7,41,81,102,132,133,136,149,151,154,197,209,227],chracterist:207,christian:42,chroot:12,chunk:[33,42,86,210,225],circl:[0,192],cirit:151,citi:[160,192,233],clang:[14,39,40,41,42],clarifi:41,classif:228,classifi:33,clean:[6,7,12,14,42,114],clear:[12,33,37,39,41,49,62,104],clearli:42,clearlock:[22,39,41,44,78],cleverli:96,click:132,clone:[3,6,7,8,12,13],close:[33,42,102,138,163,207],close_tag1:163,clumn:210,cmake:[3,5,6],cmp0014:41,code:[3,6,7,8,12,17,22,33,39,40,41,42,44,55,70,78,80],codes:12,col1:62,col2:62,col3:62,collaps:39,colleagu:3,collect:[0,80,233],color:190,colum:232,column1:[11,39,40,41,112,132,187,198],column2:[11,39,40,41,112,132,187,198],column3:198,column_1:[131,175],column_2:[131,175],column_3:[131,175],column_copi:[22,42,44,45,78],column_cr:[22,33,37,41,42,44,45,77,78,88],column_index:[41,42,77,89,90,100,112,119,127,131,132,138,154,157,163,164,166,169,170,173,175,186,187,188,197,198,199,200,208,210,224,229,230,232,233,236],column_information1:90,column_information2:90,column_information:90,column_list:[22,35,37,39,41,44,78],column_list_header:90,column_n:175,column_name1:102,column_name2:102,column_name:[101,102,117,120,131],column_name_1:[131,132],column_name_2:[131,132],column_name_3:131,column_name_n:132,column_name_with_table:131,column_name_with_table_name:131,column_remov:[22,41,44,78,88],column_renam:[22,38,40,41,44,45,78,88],column_scalar:[33,45,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],column_type_1:132,column_type_2:132,column_type_n:132,column_vector:[40,41,42,77,88,89,90,99,132,154,169,175,183,227,229,233],column_with_index:33,columnn:39,columns:132,com:[6,7,8,12,13,17,21,132,227,228,230,234,237],comamnd:215,combin:[0,33,39,41,132,136,154,157,169,170],combind:186,come:[192,233],comma:[42,102,187,227,228,230],command:[0,6,7,8,13,14,17,18,21,22,25,28,31,33,35,37,39,40,41,42,44,45,48,52,71,77],command_lin:131,command_line:131,command_name:[131,152,234],command_object_remov:120,command_vers:[33,42,79,81,134,151,152,163,164,165,173,183,194,221,230,234],command_version:134,commandinput:42,commands_column_list:90,commands_column_renam:92,commands_object_list:119,commands_object_remov:120,commands_table_cr:137,commands_table_renam:139,comment:[40,42,175,196,232],comment_cont:175,comment_index:233,comment_nam:175,comments2:232,comments_cont:232,comments_loc:233,commit:[6,7,17,41],commnad:[31,79],common:[30,37,39,65,66],commonli:[0,197],compar:[0,33,39,41,42,132,173,186],comparison:[22,33,39],compat:[24,25,26,30,33,41,42,112,115,144,151,152,190,199,200,215],compil:[6,7,28,37,40,41,42],complet:[22,33,37,38,40,44,83,121,122,126,135,154,169,193,202],complex:[39,40,42,132,187,197],complianc:151,composit:190,compress:[28,37,39,40,41,89,131,214],compress_lzo:89,compress_zlib:89,comput:[39,71,134,154,187,193,198,199,200,203,204,206,210],conbin:[132,185],conbind:186,concaten:232,concatin:[39,40],concept:41,concret:[88,132,228,229,232],concurr:189,cond:40,cond_signal:67,condit:[22,32,39,40,42,55,114],conditin:186,condition1:187,condition2:187,conditional_probability_threshold:[37,135],condtion:186,conf:[42,151,210,219,225],config:[8,28,31,34,37,39,42,93,149],config_delet:[22,42,44,78],config_get:[22,42,44,78,93],config_set:[22,42,44,45,78,93,94],configur:3,confirm:3,conflict:33,confus:[33,197,209],conifugr:21,connect:[1,39,42,149,221,230],connection_refused:221,consid:[41,109,136,215,219,229,232,236],consist:[33,41,42,119,131,132,145,154,186,201,206,209,221,230],consol:151,constant:42,constant_pattern:42,construct:[22,33,39,40,41,42,44,187],construnct:42,consum:41,contact:17,contain:0,content:[37,40,41,42,71,80,90,112,119,131,132,138,151,165,170,173,175,186,187,188,198,208,210,215,221,229,232,233],content_index:[138,198],content_type_len:39,context:[37,42,48,52,55,62,112,134,138,151,173,175],continu:[21,39,40,41,42,134,142,149,204,209],contrast:[0,41,70,149,170,230],contrib:12,control:[39,41,110,111,132,151,157,170,185],conveni:[0,1,28,37,109,203,214],convens:39,convent:39,convers:[37,151],convert:[33,41,42,84,187,190],coordin:[160,227],copa:42,copi:[39,42,45,71,88,92,139],copyright:41,core:[0,6,7,28,150,151,154,214],coremodul:151,correct:[22,39,41,42,44,135,154,196,202,203],correctli:[33,39,42,230],correspond:[62,101,109,112,132,135,152,203,204,205,206],corrupt:33,cosmo0920:[40,41],cost:[188,209],could:[39,227],couldn:[39,42],count:[0,42,109,132,134,229,233],counter:33,countri:[99,228,234],cours:228,cover:[0,114,173],coverag:14,cpu:[6,7,28,150,151,154,214],cpuinfo:[24,25,26,30],crash:[33,37,39,40,41,42,92,101,104,139],crch:142,created_at:112,createfilemap:42,createrepo:12,creation:[33,37,40,42,230],creteria:230,crit:[106,107,149],criteria:230,critic:[28,33,39,71,149,189],ctrl:[149,221,230],ctx:[11,48,49,52,53,55,56,57,58,59,60,61,62,63,64,65,66,68,69,71],curl:[21,27,28,39,128,149,151,154,194,215],current:[17,25,37,42,45,48,51,52,53,85,88,92,102,110,134,136,138,139,151,192,230,233],current_column:45,current_nfthread:67,cursor:[37,42,56],custom:[6,7,8,21,28,33,37,39,40,41,42,67,100,115,132,136,140,141,142,151,173,185,186,189,190,198,203,208,214],custom_name:119,customiz:173,cutter:[6,7,12,14],cutter_check_leak:14,cutter_debug:14,cutter_dir:12,cutter_source_path:12,cve:41,cxxflags:29,cycl:33,daemoinz:39,daemon:[39,40,41,42],dai:[42,109,134,187,188,189,201],daiki:[35,36,37,39],danger:[49,53,92,103,104,105,114,120,138,139,215],dangl:[114,138],dash:28,dat:[33,38,39,40],dat_kei:118,dat_key:207,data:[0,21,22,23,24,25,26,30,31,32,33,37,38,39,40,41,42,44,45,48,53,57,67,73,77,88,90,99,100,102,109,112,118,119,127,132,135],data_set_name:135,databas:[0,20,22,28,33,37,39,40,41,42,48,52,53,62,65,90,92,96,100,101,102,103,104,105,116,117],database:[153,215],database_path:147,database_unmap:[22,42,44,78],datail:132,dataset1:154,dataset2:154,dataset3:154,dataset:[22,33,40,42,44,135,146],date:[0,22,150,160,211,226],dave:157,day:233,daylight:41,db1:215,db2:215,db_path:[42,120,149,151,152,154,194,213,218,221,230,234],dbms:[0,173],dcb314:41,dcmake_install_prefix:[7,8,31],ddl:[41,150],deafult:37,deatil:132,deb:[12,25,30,33,37,39,40,41,42],debian:[12,18,22,23],debootstrap:12,debug:[6,7,8,33,41,42,106,107,142,149,151,189],debugg:[6,7],decid:196,decim:[83,149,187,211,227],decreas:[6,7,42,67],decrypt:12,defalt:35,default_command_vers:[81,134,151,194,221,230,234],default_command_version:134,default_token:[33,112,119,127,131,132],defin:[42,119,153,154,169,187,188,196,201,203,211,221,230],define_selector:[22,44,78],definion:187,definit:[39,45,99,112,132,157,160,163,164,165,166,169,170,173,175,183,186,187,197,198,199,200],defrag:[22,37,40,44,78],degrad:42,degre:[37,77,187,227,237],dejan:33,delai:33,delet:[18,22,34,35,37,39,40,41,42,44,62,78,93],delimit:[0,40,42,142,206,209,227],demerit:207,demo:229,depend:[0,3],deprec:[33,37,39,40,41,42,71,79,87,126,132,134,136,149,160],dereferenc:33,deriv:[155,219],descend:[42,132,135,154],describ:[3,5,6,7,8,17,18,19,20,21,23,24,25,26,27,28,29,30,31,41,42,45,46,71,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,146,147,149,151,154,156,164,165,175,186,187,190,191,192,196,197,198,199,200,201,202,203,204,206,209,210,221,230,232,233],descript:[6,7,8,22,33,39,40,41,42,44,90,111,112,115,116,119,131,132,133,134,136,142,143,151,154,186,187,197,201,203],descriptor:154,design:[39,132,213,227],desin:219,desktop:[8,31],dest:[148,149,227],dest_kei:65,dest_key_s:65,destin:[42,62,88],detail:[0,1,3,17,24,25,26,28,30,39,40,41,42,71,77,82,88,90,96,101,112,114,118,119,121,122,126,131,132,133,134,136,138,139,140,142,150,151,152,154,170,186,187,189,197,210,211,219,227,228,230,237],detect:[6,28,33,37,39,42,142,151],determin:[132,185,230],dev:[2,6,7,12,14,25,30,33,37,39,40,41,42],devel:[24,26],develop:[0,3],devic:0,dewangga:42,dgrn_with_debug:7,dgrn_with_mruby:[7,8],dialog:40,dic:[26,27],dicrc:27,dictionari:[26,27,33,35,39,40,41,42,190,209],didn:[33,41,42],differ:[19,39,41,42],difficult:0,digest:215,digit:[41,112,132,136,189,197,204,209],dinam:185,dinner:0,dir:150,direct:[39,40],directli:[187,233],directori:[6,7,17,28,37,39,40,41,42,71,151,154,155,196],directory_not_empty:221,disabl:[18,28,35,37,38,39,40,41,42,120,132,149,151,154,186,189,203],discard:40,discuss:[2,19],disk:[42,96,101,117,136,197,232],displai:[39,169],dist:12,distanc:[0,39,160,187,192,237],distinct:[32,154,235],distribut:[23,24,25,26,28,30,31,39,41,112,201],distributions:12,divid:[0,187,200,227],divis:41,dll:[33,37,39,41,71],do_gqpt:150,do_gqtp:150,do_http:150,do_loc:150,doc:[12,16,17,18,33,37,38,39,40,41,42,151,236],doc_bodi:236,documenataion:80,document:[0,3,5,6,7,8,12],document_index:[163,164],document_version:12,document_version_full:12,documents_content_index:[170,173],docutil:12,doe:[0,25,33,39,40,42,67,77,132,135,147,151,175,186,187,219,227,230],doesn:[28,33,39,40,41,42,47,62,71,80,88,90,92,96,111,112,114,117,118,119,120,128,131,132,133,136,139,141,142,151,154,157,173,186,187,188,190,192,193,196,197,198,200,201,203,204,207,208,209,210,214,215,236],domain:[16,33,39,41,42,55,62,71,90,92,137,139,149],domain_error:221,don:[17,23,28,37,41,42,48,51,52,55,67,77,83,90,96,101,102,103,104,105,110,111,127,132,133,136,149,151,152,154,169,186,187,188,190,194,196,198,199,200,206,209,215,218,221,230,234],done:[41,47,48,101,132,151],dot:39,doubl:[37,39,40,41,42,102,115,131,132,136,142,186,187,207,211,230],doubt:228,down:[22,40,41],downcas:190,download:[12,24,25,26,27,28,29,30,31],downtim:[45,214],draw:229,drildown:[22,226],drill:233,drilldown:[22,33,37,40,41,42,75,97],drilldown_calc_target:41,drilldown_calc_typ:41,drilldown_filt:33,drilldown_limit:[42,97],drilldown_offset:[42,97],drilldown_output_column:[41,97],drilldown_result1:132,drilldown_result2:132,drilldown_result:132,drilldown_result_1:132,drilldown_result_2:132,drilldown_result_for_column1:132,drilldown_result_for_column2:132,drilldown_result_for_key:132,drilldown_result_for_labeled_drilldown:132,drilldown_result_n:132,drilldown_sort_kei:33,drilldown_sortbi:[33,42,97],drilldown_xxx:132,droonga:[166,201],drop:[33,37,39,40,41,42],due:[0,173],dump:[22,33,35,37,39,40,41,42,44,51,78],dump_index:42,dump_plugin:42,dump_record:42,dump_schema:42,duplic:[33,41],dure:[25,39,230],dynam:[0,33,38,151,230],each:[0,5,23,28,37,40,42,55,77,82,83,90,102,109,110,111,114,116,119,128,132,134,135,142,143,145,151,154,163,169,170,187,189,198,203,204,206,207,221,225,227,228,229,230,231],each_nam:42,ealier:39,eanbl:6,ear:142,earch:142,earlier:[37,42,144,190],easi:[0,41,149,154,185,196,198,215,234],easier:198,easili:[33,41],echo:120,eclips:17,ecmascript:[39,40,132,185,187],edict2grn:41,edict:33,edit:[3,12],edit_dist:[22,33,34,44,156],edition:21,editor:17,editrc:37,effect:[39,42,101,102,149,199,233],effici:[0,33,77,110,232],egg:232,eight:230,either:[19,40,132,157,186,187,197,232],eito:40,el5:24,elaps:[37,80,134,154,187,189,211],elapsed:194,elapsed_time:[80,189],element1:[77,187],element2:[77,187],element3:77,element:[33,39,40,41,42,77,80,84,173,227,230],elfring:39,elimin:40,ellip:[160,161],ello:42,els:[41,42],emac:17,embed:[0,42,149,151,164,173,196],embedd:42,emerg:[106,107,149,151],emergenc:[149,189],emit:39,emphas:165,empti:[37,40,41,42,90,93,94,95,131,132,186,211],enabl:[3,6,7,8,12,17],enable_tokenized_delimiter:142,enci:150,enclos:[102,230],encod:23,encode:215,encoding:23,encodiong:187,encount:[23,24,25,26,30,31],encyclopedia:211,end:[42,148,160,186,187,194,197,209],end_of_data:221,end_tagn:163,endian:41,endpoint:[154,155],eng:[135,203],engi:[135,203],enginen:203,english:[2,14,17,18,19,37,40,41,132,203,209],enhanc:43,enorm:[33,229],enough:[0,33,41,42,225,232],enourm:206,ensur:204,ensure:42,enter:[40,42,221,230],entiti:0,entranc:230,entri:[33,40,42,48,57,85,88,103,104,105,112,132,138,147,163,164,175,186,187,210,232,233],entries_20150708:112,entries_20150709:112,entries_content_index:[132,186,187,210],entries_content_index_20150708:112,entries_content_index_20150709:112,entries_key_index:[132,186,187,210],entries_key_index_20150708:112,entries_key_index_20150709:112,entries_numb:42,entries_yyyymmdd:112,entry1:88,entry:[87,89,91,97,98,99,102,127],entry_20150708:112,entry_20150709:112,entry_bodi:[89,127],entry_kei:127,entry_selector:97,entrykei:138,enumer:230,env:196,envelop:33,enviromn:42,environ:[6,7,8,21,23,24,28,31,33,37,38,40,41,42,151,196],epel:[24,39],epoch:[227,233],equat:160,era:0,eric:157,errno:[41,42],error:[0,6,7,22,23,24,25,26,28,30,31,33,37,38,39,40,41,42,45,48,49,52,53,55,56,62,70,71],error_cod:71,error_location:80,error_message:80,errror:197,escal:23,escap:[39,40,41,55,163,186,187,197],escape:55,escape_charact:55,escaped_charact:55,escaped_queri:55,escaped_str:55,escaps:[163,164,173],especial:42,essenti:[25,30,151],establish:[221,230],estim:[33,42,56,140,225],estimate_s:42,estimated_s:[33,140],etc:[3,12,25,27,39,151,196,210,215,219,225,227,230],etim:148,euc:[40,149,209],euc_jp:28,eval:129,evalu:[40,42,129,131,175,186,187,197,209],evaluated_value:129,evalud:129,even:[0,23,24,25,26,30,31,33,39,40,41,109,120,133,187,200,203,232],event:[42,154,215],event_dataset:[153,155],event_queri:[135,153,154,155,203,204,206],event_typ:[153,154],ever:40,everi:228,everyon:234,evil:[154,187],exact:[11,45,110,132,136,207],exactli:225,exampl:[0,3,8,18,20],exce:[33,39,40,42],exceed:225,excel:196,except:[26,37,39,41,42,45,77,88,118,127,129,130,132,136,142,151,166,173,186,192,197,207,209,210],exclamation:42,exclud:[39,40,41,100,102,109,111,112,114,157],exclude_t:40,exclus:33,excut:40,exec_format_error:221,execut:[0,22,25,28,31,33,37,39,40,41,42,44,45,52,67,77,80,83,85,88,90,92,93,94,95,96,99,101,102,103,104,105,109,110,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],exist:[1,18,33,39,40,41,42,45,53,62,101,102,111,112,113,114,117,120,128,132,138,147,149,151,155,157,166,187,198,201,209,219,221,227,230,232,237],exit:[39,40,42,145,147,149],exit_failure:70,exit_success:70,expand:[22,33,39,40,44,121,122,126,132,136],expans:[22,33,37,39,132,170,196,226],expect:[41,193,197,199,209,227],experiment:[33,37,38,39,40,41,42,48,53,109,115,122,128,129,130,147,163,164,173,197,199,200,209],expir:[85,151],expire:42,explain:[42,154,227,230],explicitli:[18,39,42,101,133,151],exploit:0,expnas:196,expornential:187,expr:55,express:[8,22,31,33,37,39,40,42,44,55,99,130,132,160,185],expression:[42,55,151],expression_rewrit:33,ext:142,extend:[41,197,232,236],extens:194,extract:[0,17,28,31,33,39,41,42,55,132,136,164,173,175],extrct:187,f10399c0:12,facet:132,fact:[132,229],faction:233,factor:[41,132],fail:[33,37,39,40,41,42,47,48,71,88,93,96,101,114,120,121,122,126,132,136,138,139,186,230],failur:[12,39,41,42,47],fallback:[33,42],fals:[12,33,34,40,41,88,89,92,93,95,96,99,103,104,105,114,117,119,120,127,128,131,138,142,144,157,163,166,170,175,186,187,209,211,227,235],famili:[142,187],familiar:228,fast:[0,42,73,80,102,112,132,136,142,160,163,164,165,166,173,186,187,192,197,198,200,207,214,215,229,230,232],faster:[28,33,37,40,41,209,213],fastest:45,fatal:41,fault:39,favorit:17,favorited_bi:233,fbnteqr:42,featur:[0,6,7,8,17,33,37,39,41,42,45,52,53,77,83,88,109,110,112,115,116,122,128,132,135,136,138,141,142,143,147,149,151,154,160,163,164,169,170,173,185,186],feb:109,fedora:[12,18,22,23],fedoraproject:24,feel:[41,197],fetch:[41,206,232],few:[132,214,215],ff01:42,ff1f:42,ff76:190,ff9e:190,ffef:209,fff0:209,fffe:142,fget:42,field:[42,90],figur:192,file:[3,12],file_corrupt:221,file_exists:221,file_too_large:221,filename_too_long:221,fill:187,filter:[22,25,30,33,37,39,40,41,42,44,45,77,88,97,99],filter_string:175,fin:63,find:[0,3,17,18,28,31,33,42,65,88,92,132,135,139,163,164,169,173,190,193,201,203,204,206,208,209,230],finish:[42,70,128,133,189],firefox:17,firewood:[39,40],first:[17,28,31,33,37,40,41,42,52,71,80,90,112,128,132,136,151,163,164,173,186,187,196,197,198,215,219,227,229,230,232,233,236],five:[80,157,230],fixed_size_type_vector_column:42,flag:[32,33,37,38,39,41,42,49,52,55,59,62,65,66,68,71,77,86,89,90,92],flags:90,flanc:160,flexibl:[0,170,185],flow:3,flower:227,fluent:13,flush:[33,42,101],flushviewoffil:42,focus:230,folder:[8,31],follow:[2,17,18,21,25,28,31,32,33,37,39,40,41,42,45,49,70,71,77,80,88,90,92,101,102,110,112,114,115,116,117,118,119,120,131,132,135,136,138,139,141,142,143,149,151,152,153,154,155,160,163,164,170,173,174,175,183,184,186,187,189,192,194,196,197,198,199,200,201,203,204,205,206,209,210,211,213,215,218,221,225,227,228,229,230],followe:233,fontain:37,footnot:[160,230],forc:39,force_prefix:[42,142,209],foreground:149,forget:[77,103,169],fork:[17,149],form:[37,40,132,151,185,186,190,218,221,230,233,234],form_1:230,form_2:230,format:[17,22,38,39,41,42,43,44,51,71,78],former:[45,154,190,196],formula:[160,225],found:[28,31,39,40,56,65,132,193,205,209],four:[80,88,149,189,207,230],fraction:[0,227,233],fragment:98,francisco:160,frank:157,freebsd:[22,42,44],freed:[33,41,48,53,134],freq0:[154,206],freq1:[154,206],freq2:[154,206],freq:154,frequenc:[41,42,135,140,198,199,200,231],frequency_threshold:[37,135,154,203,204,206],frequent:198,fresh:188,friend:[3,229],friendli:39,friendship:229,from:0,from_column:88,fromtabl:88,fsf:39,ftb:43,ftp:[12,150],ful:142,full_nam:131,fullfil:219,fulli:[39,151],fulltext:[24,25,26,30,46,112,132,136,142,149,163,164,170,173,186,187,190,192,207,219,232],fullwidth:42,fumiyasu:37,funa:41,func:[52,63,67,71],functin:187,function_name:80,function_not_implemented:221,furigana:135,further:227,futur:[37,40,77,109,115,129,130,160,197,215,221],fuzzi:[33,136],fuzzy_search:[22,33,44,156],g0763d91:81,g8029ddb:[230,234],ga54c5f8:150,garbag:[37,40,41,86,154],garbage:40,gat:[228,230,237],gb6fd7f7:134,gb87d9f8:194,gcc:[24,26,28,29,37,39,40],gdb:[6,7],gem:12,gemfil:39,gener:[3,6],genki:40,geo_dist:[22,37,39,40,44,156],geo_distance2:[37,160],geo_distance3:[37,160],geo_in_circl:[22,37,40,44,156],geo_in_rectangl:[22,33,34,35,37,40,44,156],geodet:[211,237],geograph:[160,227],geoindex:229,geoloc:[22,41,44,191],geometri:[37,42],geopoint:160,geosit:229,get:[0,2,12,17,18,22,25,28,30,33,37,39,41,42,48,52,56,71,85,94,110,113,120,132,140,141,142,145,149,152],getaddrinfo:39,getenv:42,gettext:[17,18],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],give:[0,170],given:[33,39,40,170,229],glaser:33,glib:40,global:[18,22,39,40,42,44,46],glossari:[21,22,44],gmo:41,gnu:[3,5],gnupg2:12,gobject:42,golubchik:42,gone:229,goo:[186,187],good:[0,17,28,112,132,140,142,186,187,188,208,209,232],googl:[132,186,198,199,200,205],goronga:31,goroo:213,got:[40,41],gpg:12,gpl:43,gps:0,gqtp:[0,1,22,24,25,26,30,39,40,41,42,84,148,149,150,212],grace:[42,133],gram:[0,33,142,187,230],grand:233,graph:0,greas:227,gregex:40,grep:[24,25,26,30],grn1:232,grn2:232,grn3:232,grn:[100,151],grn_address_is_in_use:84,grn_address_is_not_available:84,grn_api:55,grn_arg_list_too_long:84,grn_bad_address:84,grn_bad_file_descriptor:84,grn_between_too_many_index_match_ratio:41,grn_bool:62,grn_bool_rc:52,grn_broken_pipe:84,grn_builtin_typ:[62,68],grn_bulk:[33,55],grn_bulk_vsize:[52,55],grn_cach:[22,42,44,46],grn_cache_clos:48,grn_cache_current_get:48,grn_cache_current_set:48,grn_cache_get_max_n_entri:48,grn_cache_open:48,grn_cache_set_max_n_entri:48,grn_cancel:[83,84],grn_cas_error:84,grn_column:[22,44,46],grn_column_cr:49,grn_column_get_all_index_data:42,grn_column_index:49,grn_column_index_upd:49,grn_column_nam:49,grn_column_name_id:49,grn_column_name_id_len:49,grn_column_name_key:49,grn_column_name_key_len:49,grn_column_name_nsubrecs:49,grn_column_name_nsubrecs_len:49,grn_column_name_score:49,grn_column_name_score_len:49,grn_column_name_value:49,grn_column_name_value_len:49,grn_column_renam:49,grn_column_t:49,grn_column_trunc:[41,49],grn_command_error:84,grn_command_input_get_argu:42,grn_command_vers:[22,44,46],grn_command_version_default:42,grn_command_version_max:50,grn_command_version_min:50,grn_command_version_stable:50,grn_cond:67,grn_conf_get:42,grn_conf_set:42,grn_config_cursor_get_kei:42,grn_config_cursor_get_valu:42,grn_config_cursor_next:42,grn_config_cursor_open:42,grn_config_delet:[42,93],grn_config_get:42,grn_config_set:42,grn_connection_refused:84,grn_content_json:51,grn_content_msgpack:51,grn_content_none:51,grn_content_tsv:51,grn_content_typ:[22,44,46],grn_content_xml:51,grn_ctx:[22,39,42,44,46,47,48,49],grn_ctx_at:[39,52],grn_ctx_batch_mode:41,grn_ctx_close:[37,41,52],grn_ctx_db:52,grn_ctx_fin:[39,52],grn_ctx_get:[49,52],grn_ctx_get_all_norm:42,grn_ctx_get_all_t:[42,52],grn_ctx_get_all_token:42,grn_ctx_get_all_token_filt:42,grn_ctx_get_all_typ:42,grn_ctx_get_command_vers:52,grn_ctx_get_match_escalation_threshold:61,grn_ctx_get_output_typ:52,grn_ctx_init:[37,52],grn_ctx_is_open:[42,52],grn_ctx_open:[37,52],grn_ctx_output_nul:42,grn_ctx_output_uint64:42,grn_ctx_per_db:[37,52],grn_ctx_recv:41,grn_ctx_send:[48,51,52],grn_ctx_set_command_vers:52,grn_ctx_set_fin:52,grn_ctx_set_match_escalation_threshold:61,grn_ctx_set_output_typ:52,grn_ctx_t:84,grn_ctx_use:52,grn_ctx_use_ql:41,grn_cursor_ascending:66,grn_cursor_by_id:66,grn_cursor_by_key:66,grn_cursor_descending:66,grn_cursor_gt:66,grn_cursor_lt:66,grn_cursor_prefix:66,grn_cursor_rk:66,grn_dat:37,grn_dat_repair:38,grn_db:[22,38,44,46],grn_db_creat:53,grn_db_create_optarg:53,grn_db_float:42,grn_db_int:62,grn_db_key:38,grn_db_open:53,grn_db_recov:[41,42,53],grn_db_register_by_nam:36,grn_db_text:55,grn_db_touch:[35,53],grn_db_unmap:[42,53],grn_default_logger_get_path:39,grn_default_logger_get_rotate_threshold_s:42,grn_default_logger_set_path:39,grn_default_logger_set_rotate_threshold_s:42,grn_default_query_logger_get_path:39,grn_default_query_logger_get_rotate_threshold_s:42,grn_default_query_logger_set_path:39,grn_default_query_logger_set_rotate_threshold_s:42,grn_directory_not_empty:84,grn_domain_error:84,grn_dump_column_create_flag:42,grn_dump_table_create_flag:42,grn_ecmascript:45,grn_enc_utf8:[54,66],grn_encod:[22,44,46],grn_encoding_pars:54,grn_encoding_to_str:54,grn_end_of_data:84,grn_exec_format_error:84,grn_expr_add_var:55,grn_expr_alloc:55,grn_expr_append_const:[11,55],grn_expr_append_const_int:55,grn_expr_append_const_str:55,grn_expr_append_obj:[11,55],grn_expr_append_op:[11,55],grn_expr_clos:55,grn_expr_compil:55,grn_expr_creat:55,grn_expr_create_for_query:11,grn_expr_estimate_s:42,grn_expr_exec:[42,52,55],grn_expr_get_keyword:55,grn_expr_get_var_by_offset:55,grn_expr_pars:55,grn_expr_syntax_escap:55,grn_expr_syntax_escape_queri:55,grn_expr_syntax_expand_queri:33,grn_expr_take_obj:33,grn_expr_var:[63,71],grn_false:[52,62],grn_file_corrupt:84,grn_file_exists:84,grn_file_read:42,grn_file_too_large:84,grn_filename_too_long:84,grn_fin:[42,70],grn_float_value:42,grn_function_not_implemented:84,grn_geo:[22,44,46],grn_geo_cursor_next:56,grn_geo_cursor_open_in_rectangl:56,grn_geo_estimate_in_rectangl:[37,56],grn_geo_point:56,grn_geo_select_in_circl:37,grn_geo_select_in_rectangl:[37,56],grn_geo_table_sort:42,grn_get_default_command_vers:50,grn_get_default_encod:54,grn_get_default_match_escalation_threshold:61,grn_get_global_error_messag:42,grn_get_lock_timeout:47,grn_get_package_label:42,grn_hash_siz:42,grn_hash_tiny:42,grn_hook:[22,44,46],grn_hook_entri:57,grn_hook_get:57,grn_hook_select:57,grn_hook_set:57,grn_id:[49,52,55,58,59,60,62,65,66,71],grn_id_nil:[52,55,65,66],grn_ii:[22,44,46],grn_ii_buff:58,grn_ii_buffer_append:58,grn_ii_buffer_clos:58,grn_ii_buffer_commit:58,grn_ii_buffer_open:58,grn_ii_cursor:42,grn_ii_cursor_clos:42,grn_ii_cursor_next:42,grn_ii_cursor_open:42,grn_ii_cursor_set_min:42,grn_ii_cursor_set_min_enable:[33,42],grn_ii_estimate_size_for_lexicon_cursor:42,grn_ii_estimate_size_for_queri:42,grn_ii_max_n_chunks_tiny:33,grn_ii_max_n_segments_tiny:33,grn_ii_overlap_token_skip_enable:33,grn_ii_posting_add:33,grn_illegal_byte_sequence:84,grn_improper_link:84,grn_in_values_too_many_index_match_ratio:41,grn_inappropriate_i_o_control_operation:84,grn_incompatible_file_format:84,grn_index_chunk_split_enable:33,grn_index_cursor:[22,44,46],grn_index_cursor_next:[40,59],grn_index_cursor_open:59,grn_info:[22,44,46],grn_info_typ:60,grn_init:[39,42,67,70,189],grn_input_output_error:84,grn_int32_value_float_value:42,grn_interrupted_function_call:[84,128],grn_invalid_argument:[62,65,66,84],grn_invalid_format:84,grn_invalid_seek:84,grn_io_open:120,grn_io_use_sparse:42,grn_io_version:41,grn_is_a_directory:84,grn_itoh:37,grn_ja_skip_same_value_put:40,grn_log_level:71,grn_log_level_pars:42,grn_log_level_to_str:42,grn_log_path:39,grn_logger:39,grn_logger_info:39,grn_logger_reopen:39,grn_logical_range_filter_enabled:42,grn_logical_range_filter_threshold:42,grn_lzo_error:84,grn_match_escal:[22,44,46],grn_mecab_chunk_size_threshold:42,grn_mecab_chunked_tokenize_enabled:42,grn_mutex:67,grn_network_is_down:84,grn_ngram_tokenizer_remove_blank_disable:33,grn_no_buffer:84,grn_no_child_processes:84,grn_no_locks_available:84,grn_no_memory_available:84,grn_no_space_left_on_device:84,grn_no_such_device:84,grn_no_such_device_or_address:84,grn_no_such_file_or_directory:84,grn_no_such_process:84,grn_normalizer_error:84,grn_not_a_directory:84,grn_not_enough_space:84,grn_not_socket:84,grn_obj:[22,39,41,42,44,46,49,52,53,55,56,57,58,59,60],grn_obj_add_hook:57,grn_obj_append:62,grn_obj_cast:42,grn_obj_cast_by_id:62,grn_obj_check:62,grn_obj_clear_lock:[37,62],grn_obj_clos:[11,41,42,52,59,62],grn_obj_column:62,grn_obj_column_index:[49,59],grn_obj_column_scalar:49,grn_obj_column_vector:49,grn_obj_compare:62,grn_obj_compress_lzo:49,grn_obj_compress_zlib:[33,49],grn_obj_db:53,grn_obj_decr:62,grn_obj_defrag:62,grn_obj_delete_by_id:[37,62],grn_obj_delete_hook:57,grn_obj_expir:62,grn_obj_fin:[52,55],grn_obj_flag:[49,55,65,68,71],grn_obj_flush:42,grn_obj_flush_recurs:42,grn_obj_get:62,grn_obj_get_element_info:60,grn_obj_get_hook:57,grn_obj_get_info:60,grn_obj_get_nhook:57,grn_obj_get_rang:62,grn_obj_get_valu:[37,62],grn_obj_id:62,grn_obj_incr:62,grn_obj_init:62,grn_obj_is_accessor:42,grn_obj_is_builtin:[37,62],grn_obj_is_function_proc:42,grn_obj_is_key_accessor:42,grn_obj_is_lock:62,grn_obj_is_normalizer_proc:42,grn_obj_is_proc_proc:42,grn_obj_is_scorer_proc:42,grn_obj_is_selector_proc:42,grn_obj_is_t:42,grn_obj_is_text_family_typ:33,grn_obj_is_token_filter_proc:42,grn_obj_is_tokenizer_proc:42,grn_obj_is_true:42,grn_obj_is_typ:42,grn_obj_key_float:68,grn_obj_key_int:68,grn_obj_key_normalize:65,grn_obj_key_uint:68,grn_obj_key_var_size:68,grn_obj_key_with_sis:65,grn_obj_lock:62,grn_obj_nam:62,grn_obj_own:42,grn_obj_path:[40,62],grn_obj_path_by_id:[38,62],grn_obj_persistent:[49,65],grn_obj_prepend:62,grn_obj_reindex:42,grn_obj_reinit:62,grn_obj_remov:[37,42,62],grn_obj_remove_depend:33,grn_obj_renam:62,grn_obj_search:[33,64],grn_obj_set:62,grn_obj_set_element_info:60,grn_obj_set_fin:63,grn_obj_set_info:60,grn_obj_set_mask:62,grn_obj_set_valu:[62,66],grn_obj_table_dat_key:37,grn_obj_table_hash_key:[65,66],grn_obj_table_no_key:[65,66],grn_obj_table_pat_key:[65,66],grn_obj_type_to_str:33,grn_obj_unlink:[52,62],grn_obj_unlock:62,grn_obj_user_data:69,grn_obj_vector:[52,55,62],grn_obj_with_position:49,grn_obj_with_section:49,grn_obj_with_weight:49,grn_object_corrupt:84,grn_op_adjust:[11,33,64],grn_op_and:[11,64],grn_op_and_not:64,grn_op_but:11,grn_op_call:11,grn_op_fuzzy:33,grn_op_or:[11,64],grn_op_push:11,grn_op_term_extract:42,grn_oper:[49,55,56,64,65],grn_operation_not_permitted:84,grn_operation_not_supported:84,grn_operation_timeout:84,grn_operation_would_block:84,grn_parse_query_flag:42,grn_pat_at:35,grn_pat_cursor_next:42,grn_pat_del:42,grn_pat_fuzzy_search:33,grn_permission_denied:84,grn_plugin_calloc:33,grn_plugin_charlen:71,grn_plugin_command_cr:[41,71],grn_plugin_error:[71,84],grn_plugin_expr_var_init:[41,71],grn_plugin_fin:71,grn_plugin_free:71,grn_plugin_get_nam:42,grn_plugin_get_ruby_suffix:42,grn_plugin_get_suffix:37,grn_plugin_get_system_plugins_dir:37,grn_plugin_init:71,grn_plugin_isspac:71,grn_plugin_log:71,grn_plugin_malloc:71,grn_plugin_mutex:71,grn_plugin_mutex_clos:71,grn_plugin_mutex_lock:71,grn_plugin_mutex_open:71,grn_plugin_mutex_unlock:71,grn_plugin_proc_alloc:71,grn_plugin_proc_get_var:[41,71],grn_plugin_proc_get_var_bool:33,grn_plugin_proc_get_var_by_offset:[41,71],grn_plugin_proc_get_var_int32:33,grn_plugin_proc_get_var_str:33,grn_plugin_realloc:71,grn_plugin_regist:36,grn_plugin_register:71,grn_plugin_win32_base_dir:[42,71],grn_plugin_windows_base_dir:[42,71],grn_plugins_dir:42,grn_post:[56,59],grn_proc:[22,44,46],grn_proc_creat:63,grn_proc_func:[52,63,71],grn_proc_function:71,grn_proc_get_info:63,grn_proc_get_typ:41,grn_proc_set_selector:41,grn_proc_typ:63,grn_ptr:42,grn_ptr_init:[52,55],grn_ptr_value_at:[52,55],grn_pvector:[42,52,55],grn_qlog_path:39,grn_queri:39,grn_query_expander_tsv_synonyms_file:196,grn_range_error:84,grn_rc:[47,48,49,50,52,53,54,55,56,57,58,60,61,62,63,64,65,66,70,71],grn_read_only_file_system:84,grn_request_canceler_cancel_al:33,grn_resource_busy:84,grn_resource_deadlock_avoided:[62,84],grn_resource_temporarily_unavailable:84,grn_result_too_large:84,grn_retry_max:84,grn_scorer_error:84,grn_search:[22,44,46],grn_search_optarg:[42,64],grn_select:132,grn_selector_func:41,grn_set_default_command_vers:50,grn_set_default_encod:54,grn_set_default_match_escalation_threshold:61,grn_set_lock_timeout:47,grn_snip:[39,41],grn_snip_clos:41,grn_socket_is_already_connected:84,grn_socket_is_already_shutdowned:84,grn_socket_is_not_connected:84,grn_socket_not_initialized:84,grn_stack_over_flow:84,grn_success:[47,48,49,52,53,55,62,70,71,84,189],grn_syntax_error:84,grn_t:42,grn_tabl:[22,44,46],grn_table_add:65,grn_table_at:[35,38,62,65],grn_table_column:65,grn_table_cr:65,grn_table_cursor:[22,44,46,59],grn_table_cursor_clos:66,grn_table_cursor_delet:66,grn_table_cursor_get_kei:66,grn_table_cursor_get_valu:66,grn_table_cursor_next:[35,66],grn_table_cursor_open:[35,66],grn_table_cursor_set_valu:66,grn_table_cursor_t:66,grn_table_dat_key:65,grn_table_delet:[42,65],grn_table_delete_by_id:[42,65],grn_table_differ:65,grn_table_fuzzy_search:33,grn_table_fuzzy_search_with_transposition:33,grn_table_get:[38,65],grn_table_get_kei:65,grn_table_group:[42,65],grn_table_group_flag:[42,65],grn_table_group_result:65,grn_table_hash_key:[56,65],grn_table_lcp_search:65,grn_table_pat_key:65,grn_table_renam:65,grn_table_s:[11,65],grn_table_select:3,grn_table_select_enough_filtered_ratio:33,grn_table_select_sequenti:33,grn_table_setoper:[33,65],grn_table_sort:65,grn_table_sort_asc:65,grn_table_sort_desc:65,grn_table_sort_flag:65,grn_table_sort_kei:65,grn_table_trunc:[37,65],grn_table_upd:65,grn_table_update_by_id:65,grn_text_len:55,grn_text_printf:41,grn_text_value:55,grn_text_vprintf:41,grn_thread_:[22,44,46],grn_thread_get_limit:[42,67],grn_thread_get_limit_func:67,grn_thread_set_get_limit_func:[67,141],grn_thread_set_limit:67,grn_thread_set_limit_func:67,grn_thread_set_set_limit_func:[67,141],grn_token_filter_error:84,grn_tokenize_only:33,grn_tokenizer_error:84,grn_tokenizer_query_open:39,grn_too_large_offset:84,grn_too_many_links:84,grn_too_many_open_files:84,grn_too_many_open_files_in_system:84,grn_too_many_symbolic_links:84,grn_too_small_limit:84,grn_too_small_offset:84,grn_true:[52,62],grn_type:[22,44,46],grn_type_cr:68,grn_unknown_error:84,grn_unsupported_command_version:84,grn_update_not_allowed:84,grn_user_data:[22,44,46,63],grn_vector_pop_el:42,grn_void:33,grn_window_function_error:84,grn_zlib_error:84,grndb:[22,33,41,42,44,120,146],grnline:230,grnslap:[22,44,146],grntest:[12,13,33,35,37,39],grnwrap:230,gro:[154,173],gronga:[196,205],gronnga:205,groo:[132,154],groogna:[31,38,39,132,154,186],groogna_default_command_vers:215,groonga1:79,groonga_cache_limit:40,groonga_cli:187,groonga_clone_dir:12,groonga_database_auto_cr:[39,40],groonga_dir:12,groonga_dist:39,groonga_get_thread_limit:67,groonga_log_level:40,groonga_log_path:40,groonga_n_record:40,groonga_org_path:12,groonga_path:150,groonga_query_log_path:[40,41],groonga_set_thread_limit:67,groonga_vers:37,groongau0000ful:209,grooon:154,group:[0,33,39,40,41,42,112,132,175],grroonga:205,gtar:29,gted:17,gtihub:37,guard:[42,200],guess:28,gui:131,gurun:185,gurunavi:42,gzcat:33,gzip:[28,39,214],gzip_typ:215,had:[17,42,198],hai:11,half:190,halfwidth:190,hana:229,hanako:99,hand:[0,18,33,42,132,151,154,170,175,227,232],handl:[33,40,41,42,52,84,151,207,209,210,225,227],hang:40,hard:210,hardcod:109,hash:[33,37,39,40,42,119,131,136,187,207],hash_index:233,hash_kei:[118,119],hash_key:207,hash_tag:233,hat:28,hatak:[41,42],have:[0,6,7,16,17,28,41,42,51,53,73,80,84,88,90,102,112,114,118,119,132,133,135,136,138,151,154,169,186,187,188,190,192,196,201,204,206,208,209,210,211,214,215,219,227,230,234],haystack:11,hdd:150,head:[41,132,148,151,221],header:[29,39,40,41,42],heavi:[101,132,213],held:42,hello:[42,112,132,140,187,188,208,209],help:[16,17,23],hemispher:39,hendro:40,here:[6,7,8,17,18,21,28,30,31,45,48,51,52,53,55,67,70,71,73,77,81,82,83,84,85,88,90,92,93,94,95,99,100,101,102,103,104,105,109,110,111,112,113,114,115,116,118,119,121,122,126,127,128,129,130,131,132,133,134,135,136,138,139,140,142,143,144,147,149,151,153,154,155,157,160,163,164,165,166,169,170,173,175,183,186,187,189,190,192,196,197,198,199,200,203,204,206,207,208,209,210,215,221,228,232,237],hereaft:0,hex:[187,229],hidden:0,hide:40,hideki:[40,41,42],high:[0,77,132,185,199],high_scor:88,higher:[132,135],highight_ful:163,highli:[198,199,200],highlight:[33,163,164],highlight_ful:[22,41,44,156],highlight_html:[22,33,41,42,44,156,163],hino:40,hiragana:[169,186,187,193,203,209],hiro:42,hiroaki:[33,42],hiroshi:[33,37,41,42],hirotaka:42,hiroyuki:[33,42],histori:37,hit:[40,132,185,235],hmm:233,hobbi:189,hoge:[149,158],hold:[227,231],home:[12,28,114,209],homebrew:[12,22,23],homepag:150,hook:21,horikoshi:37,host1:197,host2:197,host:[6,7,8,21,37,149,150,154,197,201,221,234],host_name_or_ip_address:[221,234],hostnam:[39,149,150,151,221],hostname:152,hottolink:43,hour:[47,187,189,233],how_to_use_range_index:110,howev:0,howto:33,html:[3,12],html_untag:[22,40,44,156],htpasswd:[151,215],http:[0,1,12,13,17,21,22,24,25,26,27,28,29,30,31,33,39,40,41,42,44,77,100,128,146,148,149,150,151],httpd:[12,22,24,25,26,30,33,37,38,39,40,41,42,44,48,128,141,146],httprewritemodul:151,https:214,hubeni:160,human:[90,136],hypertext:[22,226],hyphen:[136,230],i18n:[3,15],i386:[12,24,37],i686:150,ichii:37,id_column:49,idea:132,identifi:[88,99,211],ideographic:42,idf:[41,198,199,200],ieee:211,ifexist:102,iff:230,ignor:[33,39,40,41,42,53,99,115,128,132,142,186,196,207,209],ignore:[37,39,42],ii_buff:58,ill:222,illegal_byte_sequence:221,illustr:228,imagin:[132,228],immedi:[0,33,42,128,133,151,154],immediat:133,implement:[17,33,37,39,41,42,43,83,88,109,112,129,130,132,151,152,160,169,187,200,201,207,213,214],implemnt:214,improper_link:221,improv:[33,37,40,41,42,151,166,185,219],improve:[33,37,39,40,41,42],in_valu:[22,41,42,44,156],inaccur:39,inada:40,inappropriate_i_o_control_operation:221,inc:[41,42],includ:[6,16,24,33,40,41,42,80,88,90,92,109,111,112,114,115,118,120,121,122,126,132,139,140,142,154,157,173,187,196,199,200,209,215,230],include:[112,129,130,132],incompat:[39,40,41,42],incompatible_file_format:221,incorrect:41,increas:[0,6,7,42,67,77,116,129,132,134,142,143,154,160,197,200,209,210],increment:82,incres:41,independ:[0,110],index_1:131,index_2:131,index_blog:232,index_column:[33,41,42,101],index_column_name:131,index_column_name_with_table_name:131,index_friend:229,index_messag:232,index_n:131,index_point:229,index_tag:229,index_titl:232,indexblog1:232,indexblog2:232,indexbuf:49,indic:[40,142,160,189,230,235],infinit:[37,39,41,42,136],info:[42,106,107,149,151,197,200],inform:[0,2,17,22,33,38,39,40,42,48,52,90,118,119,121,126,129,130,131,132,190,226,229],informat:[149,189],inherit:40,inhibit:38,init:[25,28,39,40,41,63],initi:[33,37,39,41,42,52,70,71],innodb:0,input:[33,37,40,51,80,102,132],input_file_name:80,input_output_error:221,input_typ:102,insensit:[132,169,197],insert:[39,173,230],inspect:[33,40,41,42,118,131],inst:40,instal:[0,3,6,7,8,12,14],install:3,installer:[22,23],instantli:[0,173],instead:[21,23,26,28,31,33,37,39,40,41,42,52,71,87,112,126,132,134,136,149,151,160,163,164,173,185,186,187,190,192,197,207,219,221,236],instroduc:40,instruct:[33,154],insuffici:[33,227],int16:[35,40,118,119,131],int32:[39,40,41,42,77,88,92,112,118,119,131,132,135,136,139,144,154,157,160,170,186,187,198,199,200,203,204,206],int64:[40,41,112,118,119,131,132],int8:[35,40,41,118,119,131],integ:[33,42,77,84,118,119,132,141,149,187,211,221,227,230],integer:149,integr:[21,39,40],integral:227,intel:150,intend:[39,41,175,186,232],intens:151,interact:[221,230],interest:[3,42,197,230],interfac:[39,154,194,230],intern:[33,38,40,41,42,48,51,52,119,173,227],internal:41,internet:[0,185],interpret:[12,38,186],interrupted_function_call:221,introduc:[3,33,41,42,151],introduct:[3,15,17],introspect:39,intuit:235,inv_res_column:150,inv_thread_column:150,invalid:[33,37,39,40,41,42,54,71,101,132,136],invalid_argument:221,invalid_format:221,invalid_seek:221,invers:[41,198,200],investig:[33,40,225,228],io_flush:[22,33,42,44,78],ipa:26,ipad:[26,27,209],iptabl:[215,234],is_a_directory:221,is_anim:227,is_removable_t:138,is_stop_word:[41,42,140,208],isn:[6,7,8,24,28,33,39,40,41,42,45,52,53,67,80,83,85,90,101,102,110,112,114,118,129,130,131,132,135,136,138,149,151,173,186,196,201,203,204,205,209,221],iso:187,isobe:40,isssu:40,issu:3,itagaki:35,item:[42,45,93,94,95,132,135,136,145,154,169,203,204,206,215,219],item_:135,item_dataset:[153,206],item_queri:[135,153,154,203,204,206],item_query_kana:154,item_query_kei:154,items_index:169,iter:[42,187],itself:[40,41,77,142,186,196,197],ivh:[24,26],iwai:[33,38,39,40],iwamatsu:33,jacob16bit:42,jame:235,jan:233,januari:187,japan:[99,203,228,234,237],japanes:[0,2,17,19,39,41,186,187,193,203,209],jason:235,javascript:[12,22,37,151,152,226,234],jeff:235,jekyl:12,jemalloc:41,jennif:235,jersei:233,jessi:[12,22,23],jinja2:12,jiro:229,jis:193,job:150,john:[99,235],join:2,joseph:235,jqueri:41,json:[33,35,37,39,41,42,51,77],jsonp:[42,154],juli:42,juman:26,jumand:26,jun:[41,42],just:[6,7,17,21,23,24,25,26,28,29,30,31,37,39,40,41,42,48,53,62,70],kagami:42,kakesa:42,kana:[135,153,154,193,203,204,206],kanako:40,kanji:[193,209],kashihara:41,katagiri:40,katakana:[135,169,190,193,203,209],kawada:41,kawaji:39,kazuhiko:[39,41],kazuhiro:40,keep:[32,33,37,48,52,77,83,188,199,200,209],kei:[0,12,22,32,33,38,39,40,41,42,45,62,65,66,77,88],ken:229,kenichi:[35,37],kentaro:40,kernel:[39,210],key1:88,key:42,key_1:131,key_2:131,key_column:49,key_float:119,key_geo_point:119,key_index:138,key_int:119,key_large:[32,33,136],key_length:221,key_n:131,key_name:[112,132],key_normalize:[39,42,136,190],key_siz:65,key_typ:[65,131],key_type:131,key_uint:119,key_var_size:119,key_with_sis:[136,186,187,235],keyboard:132,keybuf:65,keyr:[25,39],keys_zon:151,keyword1:[39,163],keyword2:[39,163],keyword:[33,39,40,55,110,132,136,163,164,170,173,186,198,199,200,205,229,230,232],keyword_cont:55,keyword_s:55,kfc:192,kill:133,kind:[0,211,228,230,236,237],kinjir:229,kisk:39,kitaiti:33,kiyokawa:33,klose:42,know:[42,101,132,147,209,228,229,233],knowledg:0,known:[0,40,109,173,187,198,230,234],koi8r:[28,39,149],koji:39,konishi:40,korea:228,kosuk:40,kou:114,kouhei:40,kuriyama:[41,42],kwic:173,kytea:[28,39,40,142],label1:[41,112,132],label2:[112,132],label:[33,40,41,42,88],label_1:132,label_2:132,label_n:132,lager:40,lake:192,langasek:33,languag:[0,1,3],language:17,larg:[0,33,39,42],larger:[41,42,77,83,96,112,119,132,136,149,155,173,206,207,210,221],larget:128,largetext:207,last:[39,42,52,142,154,209],last_modifi:233,lat:150,latenc:150,later:[37,39,40,41,42,88,109,132,149,163,164,165,175,190,197,201,230],latest:[2,3,6,7,8],latin1:[28,39],latin:149,latinov:33,latitude_in_degree:187,latitude_in_degreexlongitude_in_degree:187,latitude_in_msec:187,latitude_in_msecxlongitude_in_msec:187,latter:[45,154,190,196],launchpad:[12,30,41],layer:42,layout:12,lc_messages:17,lcov:14,lead:[132,173,230],leak:[33,35,37,39,40,41,42,89,134],leakag:236,leaner:155,lear:206,learn:[40,112,132,135],learner:[22,33,41,44,146,153],least:[39,42,85,175,186,210,225],left:[33,56],left_hand_side_el:33,leftmost:187,lemon:45,length:[33,39,71,227],let:[22,77,109,112,132,138,160,188,209,226,227,229,230,232],letter:190,level:[39,40,41,42,71,106,107,149,151,155,189,221,228],lexcon:230,lexicon2:232,lexicon:[22,33,42,100,127],lexicon_t:150,lgpl:43,lib:[27,35,40,112,119,121,122,126,147,151,219],libedit:[26,28,37,39,42],libev:[25,28,30,38],libgcc_s_sjlj:41,libgroonga:[20,230],liblzo2:[25,30],libmecab:[12,25,30],libmemcach:14,libmsgpack:[25,30],libstemm:41,libtool:[6,42],libwinpthread:41,libzmq:[25,30],licens:[12,39,41,43],life:42,lifecycl:21,light:[92,117,119,139,213],like:[2,22,28,41,42,49,77,90,92,112,117,120,132,135,139,149,151,154,160,169,175,185,186,187,192,197,199,200,203,209,213,215,226,228,233],limit:22,line:[6,7,8,14,17,18,21,28,31,37,39,41,42,52,80,131],line_content:80,line_number:80,link:[39,41,42,132,186,187,227,228,234],linux:[3,5],lion:39,listen:[39,151,215,221,234],liter:[33,37,39,40,163,164,173,186],live:[136,233],lldb:[6,7],llt:142,load:[22,33,35,37,38,39,40,41,42,44,45],loaded_value:130,local:[0,6,7,12,17,18,27,28,149,151,187],locale:17,localhost:[12,128,148,149,150,151,154,194,215,221],localstatedir:23,location_in_groonga:80,location_in_input:80,location_str:233,lock_acquir:[22,42,44,78],lock_clear:[22,41,42,44,78,87,103],lock_releas:[22,42,44,78,103],log1:88,log:[12,22,23],log_20160320:114,log_level:[22,42,44,78],log_put:[22,42,44,78,106],log_reopen:[22,44,78,106,107],log_repoen:39,logal:21,logger:[39,42],logic:[33,39,42,109,111,112,113],logical_:[110,201],logical_count:[22,42,44,78],logical_filtered:111,logical_paramet:[22,42,44,78],logical_range_filt:[22,42,44,78,110],logical_select:[22,42,44,78],logical_shard_list:[22,42,44,78],logical_table_name:[112,201],logical_table_remov:[22,33,42,44,78,101],logicaltableremovecommand:114,login:210,logo:39,logrot:[39,41,42],logs_20150203:[109,111,114],logs_20150204:109,logs_20150205:109,logs_20150801:113,logs_20150802:113,logs_20150814:201,logs_20150815:201,logs_20150930:113,logs_20160318:114,logs_20160319:114,logs_20160320:114,logs_message_index:197,logs_timestamp:127,logyyyymmddhhmmss:154,london:160,longer:[43,52,103],longest:[37,65,187],longitude_in_degree:187,longitude_in_msec:187,longitudexlatitude:40,longtext:[45,56,118,119,131],look:84,loop:[33,39,41,42],loose_items_index:169,looseitem:169,lost:33,lot:40,lower:[132,136,142,197,230],lru:85,lte:142,lts:[21,30],lucid:[35,40],lunch:0,lz4:23,lzo:[37,39,40,41,89],lzo_error:221,m64:29,mac:[22,23],machin:[41,149],macport:[22,23],macro:[37,40,41,42],made:[37,39,42,230],madrid:160,mai:[0,20,28,32,33,37,39,40,41,42,48,49,53,67,80,90,92,101,103,104,105,109,115,117,128,129,130,131,134,135,136,138,139,147,151,154,186,187,196,197,198,199,200,207,209,210,215,229,232],mail_column:150,mailarch:12,main:[12,25,67],mainli:[41,233],mainlin:[41,42],mainstream:0,maintain:209,mainten:209,major:23,make:[0,3],makecach:[24,39],makefil:[7,8],makoto:33,malfunct:42,malloc:41,man:33,manag:[0,18,21,28,45,52,53,82,96,118,128,145,147,149,151,173,196,207,215,234],mani:[0,3,17,28,33,37,40,41,42,67,77,101,109,111,112,114,119,132,136,138,140,142,151,153,173,186,187,197,198,199,200,205,207,210,213,214,215,219,227,228,230],manipul:185,manner:[132,230],manual:[22,41],map:[37,42,45,88,96,109,132,189,203,210,225],map_hugetlb:37,mariadb:[40,41],mark:[33,38,41,42,136,190,208,209,219,233],marku:39,markup:[16,42],masafumi:[33,40,41],masaharu:[33,38,39,40],masahiro:[35,40,41],masatoshi:42,massachusett:233,master:[17,21,151],match:23,match_column:[22,40,41,42,77,97],match_columns:40,match_escalation_threshold:[28,35,52],matsuu:35,matthia:42,matur:[1,109,219],maverick:37,max:[33,37,39,40,41,42,45,48,66,67],max_command_vers:[81,134,151,194,221,230,234],max_command_version:134,max_concurr:148,max_dist:33,max_nfthread:67,max_siz:66,max_total_s:118,max_tp:148,max_value:210,maximium:132,maximum:[32,42,82,109,112,114,118,119,132,136,157,187,198,199,221,225,227,230],mcdonald:192,mdev:42,mean:[28,39,40,41,42,45,47,51,55,56,62,71,77,83,84,90,96,101,103,104,105,109,111,112,114,118,120,127,128,132,134,135,142,145,149,151,154,175,186,187,189,190,192,193,196,197,199,200,201,203,209,210,225,227,228,230,237],meaning:42,meaningless:[45,197],measur:[0,37],mecab:[0,12,24,25,26,27,28,30,33,37,39,40,41,42,43,119,209],mecab_new2:39,mecab_strerror:41,mecabrc:27,mechan:[39,42,151,215],media:41,median:41,medium:[23,24,25,26,30,31,233],meerkat:37,meet:[41,233,237],meetup:42,memcach:[0,1,22,33,42,212],memo1:198,memo2:198,memo3:198,memo4:198,memo5:198,memo6:198,memo7:198,memo:[42,119,131,166,170,183,198,199,200,208],memo_index:41,memori:[22,23,24,25,26,30,31,33,35,37,39,40,41,42,48,52,71,89,96,101,134,136,197],memos_cont:208,memos_content_index:[119,131],memos_tag:166,memset:42,mention:175,menu:[31,132],mercuri:12,merg:[0,17,39],meridian:160,messag:[6,7,12,23],message:[107,189],message_index:[199,200],message_pack_install_prefix:23,messagepack:[28,37,38,39,42,51],met:175,meta:[39,90],metadata:[39,119,129,130,198,199,200,233],meter:[160,237],method:[40,42,131,152,193,203,209,230],micro:[22,187,226,227],microsecond:[189,227],microsoft:[8,31,42],midnight:187,migrat:[41,112,132,186,187],mike:99,million:32,millisecond:[47,83,149,154,187,227,237],mime:[42,215],min:[39,41,42,47,66],min_siz:66,minagawa:[33,40,41],mind:[32,201],mine:0,mingw:12,minim:[151,157],minimum:[24,25,26,30,71,112,114,132,187,219],minut:[187,189,203,204,237],minute:233,mip:33,mipsel:33,mismatch:[33,41],miss:[33,37,39,40,41,42,196],mitani:41,mitsuhiro:35,mitsuo:40,mix:[42,77,135,152,209],mizuhara:42,mkdir:100,mkostemp:41,mktime:42,mmap:[22,40,223],mobil:0,model:[41,141,149,221],modern:233,modif:42,modifi:[28,225,234,236],modul:[0,22,35,41,42],moero:229,monei:229,monitor:[24,25,26,30,40],monkei:227,month:[42,187,189,201,229,233],montywi:38,more:[0,6,7,28,32,33,39,40,41,42,52,71,73,77,90,101,112,114,119,127,132,135,136,138,147,149,151,154,155,166,169,170,173,175,186,187,188,193,196,197,198,199,200,201,204,205,207,208,209,210,211,215,221,227,230,233,235],moreov:237,moritapo:229,moritar:232,morn:188,morpholog:[0,28,187,209],most:[41,42,52,56,77,78,112,119,132,186,187,197,199,209,215,227,230],motoi:40,move:[16,31,37,39,42,88,96],movi:229,mpaa:157,mrb:[42,112],mrubi:[6,7,8,12,33,40,41,42,129,130,201],msec:[37,47],msg_control:42,msg_controllen:42,msg_flag:42,msg_id:12,msghdr:42,msgpack:[33,42,194,215,221],msvc:42,msyql:77,mte:43,much:209,multi:[0,28,37,41,42,151,214],multibyt:37,multilin:197,multipl:[0,22,33,39,40,41,42,45,48,77,90,99,109,112,115,127,128,131,132,140,142,154,163,166,170,186],multipli:187,multithread:[42,96,128],munin:[23,24,25,26],murakami:[33,40,41,42],museum:233,musha:42,music:[189,229],must:[6,7,8,28,41,42,45,48,49,53,55,56,62,70,71,73,88,90,92,96,99,101,102,103,104,105,109,111,112,120,128,132,135,136,139,141,147,149,154,155,165,169,175,183,186,187,197,199,200,201,206,210,215,221,225,227,230,234],mutex:[40,71],mutex_lock:67,mutex_unlock:67,mxcl:12,myisam:0,mysql:[0,24,25,26,30,41,42,43,77,115,132,163,164,173,190,196,198,201,205],n_builtin_type_nam:53,n_entries:85,n_hits:132,n_kei:65,n_keyword:55,n_like:[80,112,132,186,187,210],n_max_threads:141,n_queri:[81,134,151,194,221,230,234],n_queries:134,n_record:118,n_result:65,n_tabl:52,n_var:71,nagano:41,naist:209,naiv:228,nakai:40,nakamura:42,name1:187,name2:187,name:[0,17,22,33,37,38,39,40,41,42,44,45,49,52,53,54,55,62,63,65,68,71,80,86,88,89,90,91],name_1:[230,234],name_2:[230,234],name_s:[49,52,55,62,63,65,68,71],name_t:118,namebuf:[49,62],names:119,nanosecond:[80,189],naoina:[39,40],naoya:[33,40,41,42],narg:55,narrow:[22,40,41,101,132,226],narwhal:37,natanael:42,natti:37,ncpu:27,nearbi:0,necessari:[37,230],need:[0,5,6,7,8,17,18,21,24,28,29,31,37,39,41,42,45,48,51,52,55,67,70,77,80,96,101,103,109,110,112,113,115,121,126,128,132,133,136,138,142,144,147,149,151,152,154,164,169,173,186,187,190,193,194,196,197,198,199,200,201,203,204,206,207,209,210,215,218,221,225,230,232,235,236,237],needl:11,needleess:39,needless:[33,38,39,40,42,83],neg:[39,42,47,52,63,71,84,132],neglig:41,neighbor:0,neither:101,neolog:209,neologd:209,nest:[22,39,40,41,42,118,226],nested_reference_column:132,net:[2,12,227,228,229,230,234,237],netbsd:40,netinet:42,network:[39,215,221,229],network_is_down:221,never:[28,42,110,135,197],new_column:45,new_limit:67,new_release_date:12,new_seri:88,new_tag:88,new_value:132,new_version:12,newark:233,newer:[18,41,42],newid:88,newli:[0,41,48,144,173,188],newlin:[37,38,42],newnam:88,newvalu:49,next:[0,41,42,56,63,111,132,154,229,230],nfkc51lexicon:190,nfkc:190,nfs:28,nfthread:67,nginx:[24,25,26,30,33,39,40,41,42],nginxhttpstubstatusmodul:41,ngx_http_proxy_modul:151,nice:188,night:[188,236],niho:169,nihon:[169,203],niku:41,nine:230,nippon:203,nise_nab:41,no_buffer:221,no_child_processes:221,no_kei:118,no_key:207,no_locks_available:221,no_memory_available:221,no_space_left_on_device:221,no_such_device:221,no_such_device_or_address:221,no_such_file_or_directory:221,no_such_process:221,noarch:[24,26],nobuhiro:33,node:[12,21,24,39,42],nogpgcheck:39,nois:[154,204,209],nokubi:41,nomal:[39,132,151],nomral:186,non:[33,39,40,42,80,132,147,186,187,209],none:[28,103,104,105,112,115,127,132,136,140,142,149,151,153,154,221,232],nonexist:[33,41,42,45,93,94,112,132],nonexistent_command:42,nor:[132,136],noraml:142,normal:[22,24,25,26,30,33,38,39,40,41,42,44,45,51,52,53,67],normalizeauto:163,normalized_text:115,normalizer_1:131,normalizer_2:131,normalizer_list:[22,41,44,78],normalizer_n:131,normalizer_name:131,normalizer_name_1:131,normalizer_name_2:131,normalizer_name_n:131,normalizerauto:[42,112,115,116,119,127,131,132,136,137,138,140,142,154,163,164,169,170,173,186,187,188],normalizernfkc51:[116,131],normalizs:136,normallexicon:190,normalzi:163,northern:39,nosuchfileordirectori:42,not_a_directory:221,not_enough_space:221,not_socket:221,notat:[39,40,187],note:[0,26,37,39,40,41,42,71,99,101,109,111,120,128,129,130,132,136,149,151,154,165,183,187,210,215,225,227,228,230,234],noth:[42,51,67,101,132,147,151,183,203,205],notic:[106,107,149,151,199,200],notice:42,notif:[40,189],notifi:128,notrelated_20160320:114,now:[6,7,8,17,18,22,26,28,38,41,42,44,45,77,89,112,129,130,156],nroonga:[21,170,232],nsi:12,nsubrecs_column:49,nterm:86,nul:[37,71,209],number1:187,number2:187,number:[0,23],number_classifi:[22,33,44,156],number_literal:42,numer:[22,42,186,187,226],nvar:63,o_binary:39,obata:[35,37,40,42],obj:[49,53,55,57,60,62,63,64,69,86],object1:187,object2:187,object:[33,37,39,41,42,45,48,52,53,62,65,71,73,77,92,98,101,103,104,105,115,116,117,118],object_1:119,object_2:119,object_corrupt:221,object_exist:[22,42,44,78,114],object_inspect:[22,33,44,78],object_list:[22,33,44,78],object_n:119,object_remov:[22,33,44,78],objnam:[87,98],obsolet:[42,193,219],obtain:71,obviousli:227,occur:[33,39,40,41,42,52,56,80,89,92,135,139,154,196,210,236],occurr:200,ocelot:[37,40],octal:187,october:41,odd:187,off:[37,41,151,209],offici:[8,24,26,37,170],official:12,offlin:[33,38,39,40,41,42,188],offline:[22,39,41,42,44],offset:[39,42,55,56,57,62,65,66,71,97],often:[101,157],ohkubo:33,ohzeki:41,okapi:[198,200],old:18,old_release:12,old_release_date:12,older:[42,233],oldvalu:49,omit:[37,80,101,103,104,105,121,122,126,127,132,142,154,160,194,203,207,230],onc:[37,39,41,70,132,154,228,232,233],once:190,one:[0,77,132,138,154,155,173,201,232,237],oneiric:[37,40],oneself:41,onga:173,ongaeshi:[39,40,42],onigmo:[41,42,197],oniguruma:42,onli:[0,6,7,17,21,23,24,25,26,30,31,33,39,41,42,45,48,51,62,70,71,83,84,85,90,93,94,96,99,100,101,102,103,104,105,110,111,112,113,114,117,118,120,121,122,126,127,128,129,130,132,133,134,135,136,138,141,142,144,147,149,151,152,154,157,163,164,165,169,170,173,175,186,187,188,190,192,196,197,198,199,200,201,207,209,215,219,227,230,232,235,237],onlin:188,online:[22,42,44],only:[112,128,138,151],onto:210,ooo:207,opaqu:[48,221],opear:187,open:[21,33,37,39,40,42,48,52,53,56,102,119,120,138,147,154,163,189,190],open_tag1:163,openbsd:42,opene:42,opened:119,oper:[22,28,33,39,40,41,42,55,56,88,92,104,114,117,132,139,169,185],operat:[22,44],operation_not_permitted:221,operation_not_supported:221,operation_timeout:221,operation_would_block:221,optarg:[53,64],optim:[33,41,42],optimum:151,option:[6,7,8,18,24,25,26,27,28,29,30,33,37,38,39,40,41,42,53,80,85,88,90,93,94,95,96,100,101,103,104,105,109,110,111,112,113,114,115,117,118,119,120,127,131,132,133,134,135,136,138,140,141,142,147,148],options:147,oracl:[22,23],orangain:40,order:[0,33,39,40,42],org:[12,17,24,25,26,27,28,29,30,31,41,42,77,100,150,151,165,227,228,229,230,234,237],orient:[0,173,227],origin:[1,17,40,41,51,80,100,132],orilldown:228,orphan:40,osanai:[41,42],osdn:[2,12,42],otehr:136,other:[0,3,17,22,23],other_table:42,otherwis:[21,48,52,62,71,89,92,93,95,99,103,104,105,114,117,119,127,128,131,138,144,157,166,170,175,187,230],ouput:40,our:[2,17,201],out:[13,23,24,25,26,30,31,41,83,175,232],out_gqtp:150,out_http:150,out_loc:150,outdat:41,output:3,output_column:[33,39,40,41,42,77,88,97],output_pretti:81,output_typ:[152,194],output_type:152,outsid:41,over:[0,33,39,40,41,42,163,225,234],overcom:109,overcommit:210,overcommit_memori:39,overflow:[37,40,41,42,227],overhead:[41,219],overrid:[28,45],overwrit:[33,83],overwritten:237,own:[0,39,42,55,109,187,227],owner:[40,42,151],pack:23,packag:[8,12,17,22,23,24,25,26,27],page:[2,17,22,39,40,42],pagerank:[198,199,200],pagin:230,pai:132,pair:[42,118,119,132,196,203,204,205,206,227],pair_dataset:[153,206],pair_queri:[135,153,154,203,204,206],pakcag:26,palallel:12,pangolin:[30,39],paragraph:230,parallel:[0,6,7,33],paramet:[22,31,33,37,38,39,40,41,42,44,47,48,49,50,52,53,54,55,56,57,59,60,61,62,63,64,65,66,67,68,69,71,81,82,83],parameter1:151,parameter_name1:152,parameter_name2:152,parent:[112,132,151],parenth:102,parenthes:230,pari:160,park:233,parker:42,pars:[33,41,54,55,185],parser:[186,197],part:[0,28,80,109,111],partial:[11,42,201,203,205,221],partitioning:109,pass:[6,7,8,12,37,38,42,53,67,128,141,151,154,160,170,186,187,197,230,234],past:39,pat:[33,38,39],pat_kei:[118,119],pat_key:207,path:[12,18,23],patiricia:42,patprefix:235,patricia:[22,33,37,39,40,42,119,131,136,186,187,207,226,230],patsuffix:235,pattern:[0,42,80,186,187,197],pcre:[39,151],penalti:40,pend:42,pentium:150,peopl:[0,209],per:[0,37,39,109,145,151,154,209],percentag:134,perfect:[0,200],perfectli:110,perform:[0,33,37,40,41,42,132],period:33,perl:151,permiss:[28,41],permission_denied:221,permit:114,persist:[22,44,65,90,136,145],persistent:[90,92,119,137,139],person:[22,23],pgp:12,pgroonga:[42,198,201],php:[12,39,41,42,213],phrase:[33,39],physic:86,pid:[28,34,37,42,149],pikonyan:229,pip:18,pipermail:41,piro:41,pkg:[24,28,29,35,37,39,42],place:[2,28,233],placehold:40,plai:[0,236],plain:[42,165],plan:235,platform:[17,18,23],platorm:33,player1:88,player:[88,139],pleas:[2,3,17,19,25,28,33,41,42,53,198,199,200,219,230],pluggabl:0,plugin:[13,17,22,23,24,25,26],plugin_1:131,plugin_2:131,plugin_id:119,plugin_n:131,plugin_name:131,plugin_name_1:131,plugin_name_2:131,plugin_name_n:131,plugin_regist:[22,44,78,100,101,110,112,113,114],plugin_unregist:[22,42,44,78,101,121],poedit:17,point:[0,37,38,40,42,56,71,77,92,128,160,161,162,166,186],pointer:[33,71],pole:160,polici:40,pool:67,poor:196,popular:[42,77,112,132,149],port:[27,40,41,43,149,150,151,152,154,194,215,219,221,234],port_number:[218,221,234],portabl:[37,40,151],posit:[33,41,56,71,77,84,90,131,132,140,141,142,209,230],posix:[42,187],possibl:[33,37,42,152,211],post:[12,33,39,40,41,42,56,112,132],posted_bi:233,postfix:[109,111,112,114],postgresql:[0,173,201],potenti:40,power8:41,power:[132,197],poyonga:213,ppa:[12,22,23],practic:[0,41,227],pragma:132,pre:154,precis:[0,12,30,33,39,42,80,203,209,211,230],preconfigur:[24,25,26,30,219],predic:42,predict:[136,207,209],prefer:42,preferenti:96,prefix:6,prefix_rk_search:[22,42,44,156],prefix_search:[37,135],prepar:[22,151,164,173,226],prepend:[151,186,187],press:17,pretti:[22,33,41,42,44,78],prevent:40,previou:[33,39,40,41,141,154,197,198,219,227,228,232],price:227,primari:[22,102],print:[22,33,41,42,44,78],prioriti:[0,132,203],privileg:[40,234],probabl:135,problem:[33,37,39,40,42,48,120,151,186,187,199,209,227],proc:[24,25,26,30,40,42,57,63,69,71,96],proc_database_unmap:96,proc_object:120,procedur:[39,40,169],process:[0,17,22,23,24,25,26,30,31,33,37,39,40,41,42,44,49,53,78,80,83,84,92,101,104,121,126,127,133,134,136,139,145,149,151,154,186,187],processor:[0,24,25,26,30],product:[33,42,111,151,154],profil:233,program:[1,39,40,90,149,151,154,155,187],progress:189,project:[0,3,12,13,19,21,41,187,219],promot:40,prompt:[31,39,194,230],pronounc:185,proonga:213,proper:[41,80,109,233],properli:[39,42,186,234],properti:30,propos:[132,154,205],protocol:[0,1,22,24,25,26,30,33,39,41,42,84,149,150,151,152,194,212,213,215],provid:[0,1,21,24,25,26,30,33,39,41,42,46,52,67,70,90,110,112,146,149,151,154,160,170,194,196,197,198,200,201,203,204,205,206,207,214,215,219,228,230,234],proxy_cache_path:151,proxy_cache_valid:151,proxy_pass:151,pseudo:[22,39,40,41,42,44,49,73],pthread_:40,ptr:[35,71],pub:[12,24],publish:[12,41],pull:12,pure:209,puropos:142,purpos:[33,40,77,109,170,230,234],push:[17,52],put:[17,41,42,152,186,193,197,200,210],pyenv:18,python:[12,18,213],q_cond:67,q_mutex:67,quantal:39,query:[40,189,196],query_expand:[22,33,40,44,78],query_expans:[37,40],query_flag:39,query_s:55,query_str:40,queryexpandertsv:[22,39,40,44,121,122,126,170,195],question:[42,232],quetzal:39,quickli:[111,132,188],quiet:221,quit:[12,22,44,78],quiz:229,quot:[40,102,115,142,186,187,230],quotat:[115,142],quotient:187,rab:[228,230,237],raccoon:229,radious_or_point:161,radix:187,rake:12,rakutan:232,ram:150,ran:203,rand:[22,44,156],rand_max:171,random:237,rang:[22,33,39,40,41,42,73,90,92,110,114,119,132],range:90,range_error:221,range_filt:[22,41,44,78],range_index:42,ranguba:[41,77],rank:[41,230],rare:[40,42],rate:[40,157],rather:[42,77,90,132,188,197,198,199,200,209,213],raw:[21,33,40],rch:142,rdbms:[42,149],rdiscount:12,reach:210,read_only_file_system:221,readabl:[38,41],readi:[18,28,39,112,132,186,187,197],readme:[12,40],real:[0,45,67,132,134,173,210,211],real_nam:[45,93,94,95],realli:[112,132,186,187,236],realtim:[135,206],reason:[39,132,136,147,187,197,203,209,215,219,225,228],rebuild:42,recal:[0,185,209],receiv:[0,17,52,149,151,154,155,187,218,221],recent:85,recogn:0,recommend:[6,7,8,23,24,25,26,30,31,33,41,42,45,80,132,154,166,186,187,197,209,210,213,215,219,230,234],reconstruct:41,record1:114,record2:114,record3:114,record:[0,22,32,33,37,39,40,41,42,44,45,55,56,62,65,77,88,99,100,102,109,112,114,118],record_1_column_1:132,record_1_column_2:132,record_1_column_n:132,record_2_column_1:132,record_2_column_2:132,record_2_column_n:132,record_id:42,record_n_column_1:132,record_n_column_2:132,record_n_column_n:132,record_numb:[22,33,44,156],records:132,recov:[42,53],recover:[53,147],recreat:[33,42,127],recrod:132,rect:[39,160,161],rectangl:[0,37,39,56],recurs:[6,7,8,12,13,45],recycl:41,red:3,redcloth:12,redhat:37,redmin:41,reduc:[0,33,39,40,42,96,110,147,193,197,204,207,215,219,236],refer:[0,22,33,37,40,41,42],referenc:[39,40,99,101,114,132,136,138,228],reference_column:[41,42,132,138],reference_vector_column:40,referenced_table_name:101,referencedbycolumn:138,referencedbyt:138,referencedt:138,referencet:138,refin:[0,40],refresh:229,regard:[40,152,186],regardless:42,regexp:[41,42],regexplexicon:[127,197],region:[192,237],regist:[0,22,25,39,40,42,44,45,71,78,100,109,110,111,112,113,114,115,121],regress:[40,41,42],regular:[22,42,44,151],regular_expression:197,reindex:[22,33,42,44,78],rel:[37,41,132],relat:[0,2,3,13,21,22,24,25,26,28,30,33,37,39,40,41,42,62,67],relationship:[22,39,92,139,226,227],relax:210,releas:[6,7,8,12,24,26,31],relev:[0,230],reload:196,remain:[40,96,189,197],remaind:187,rememb:132,remot:[22,149,221,226],remov:[6,7,29,33,37,38,39,40,41,42,53,62,88,99],remove_blank:115,remove_t:114,remove_tokenized_delimiter:115,removep:62,renam:[37,39,40,42,45,88,92,139,207,230],reopen:[37,127],rep_gqpt:150,rep_gqtp:150,rep_http:150,rep_loc:150,repair:38,repeat:[0,17],replac:[41,42,45,153,155,187,197,236],replai:151,repli:[232,233],replic:198,replied_to:233,replied_us:233,replies2:232,replies_cont:232,reply_to:232,repoforg:[24,39],report:3,repositori:[3,4],repres:[55,119,149,185,187,197,227,229,236],represent:[17,54,55,77],reproduc:40,request_cancel:[22,41,44,78,82,83],request_id:[33,42,82,128],request_timeout:[33,83],requir:[0,21,24,25,26,28,29,30,31,37,39,40,42],res1:65,res2:65,res_column:150,res_tabl:150,rescord:185,reset:42,resiz:71,resolut:[22,226],resolv:[22,33,37,39,44],resourc:[41,52,53,70,83],resource_busy:221,resource_deadlock_avoided:221,resource_temporarily_unavailable:221,resours:48,respect:[39,227,233,237],respons:[0,33,37,39,40,41,42,48,83,84,88,111,128,132,134],rest:[71,196],restart:[42,121,126,196,210],restaur:0,restor:33,restrict:[39,40,215,234],result:[0,11,17,22,33,37,38,39,40,41,42,65,80,81,111,112,115,128,129,130,132,147,152,154,155,160,170,173,175,187,190,193,194,196,197,203,204,206,207,209,226,227],result_too_large:221,retri:47,retriev:[0,132,154,187],retry_max:221,return_code:[80,189],reus:[42,207],reveal:0,revers:[12,22],rewrit:[42,43],rid:58,rid_max:59,rid_min:59,right:[41,42,56],right_hand_sid:33,ring_buffer:154,ringtail:40,risk:41,rlimit_nofile:[40,189],role:[0,170],romaji:169,roonga:[186,187,205],root:[40,42,149,151,152,234],rose:227,rotat:[42,149],roughli:227,round:37,row:[0,173],rpm:[12,24,26,37,38,39,40,41,42],rpmforg:24,rroonga:[21,40,41,42,48,163,164,166,170,175,183,185,198,232],rubi:[0,6,7,8,12,21,39,41,42,43,77,129,130,163,164,183,185,197,198,213],ruby19:39,ruby_ev:[22,40,44,78],ruby_load:[22,40,44,78],ruby_script:129,rubygem:39,rubyinstal:8,rule:[22,41,44,112,132,142],run:3,runtim:42,rurema:41,ryo:42,ryoji:41,ryunosuk:33,s10:41,sae:[135,204],saer:[135,204],saerc:[135,204],saerch:[135,204],safeti:33,sai:[187,230],sako:42,salamand:[40,41],same:[40,42,47,52,55,77,80,82,88,102,111,112,114,121,126,127,128,132,151,152,154,170,186,187,190,197,198,199,200,201,204,213,215,227,230,232,237],sampl:[39,99,100,112,113,121,122,126,132,150,151,155,157,160,163,164,165,166,169,170,173,175,183],san:160,satisfi:[33,40,42,102,114,138],sato:[33,42],satoh:37,satoshi:41,sauci:[40,41],save:[12,41,154,225,232],sbin:27,scalar:[22,33,42,44,45,73],scale:[0,215],scan:[14,42,163,164,169,186,187],scan_build:14,schema:[22,42,44,45,78,88,99,100,109,112,119],scope:42,score1:11,score2:11,score:[33,39,42,77,92],score_1:154,score_2:154,score_adjust_expression1:132,score_adjust_expression2:132,score_adjust_expression:132,score_column:49,score_function1:198,score_function2:198,score_function3:198,score_function:198,score_valu:42,scorer:[22,42,44,97,101],scorer_tf_at_most:[42,198],scorer_tf_idf:198,scr:150,script:[21,22,28,33,39,40,41,42,44,55,112],sea:[142,203],sear:203,searc:203,search_result:132,searchabl:[42,188],searchu0000http:209,sebastian:41,sec:47,second:[80,83,90,128,132,134,149,154,160,186,187,189,198,211,215,227,230,232,233,237],secret:12,secsion:80,section:[3,17,20,21,23,24,25,26,27,28,29,30,31,33,40,41,42,45,46,49,58,71,77,78,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,146,147,149,151,154,156,160,164,186,191,196,197,198,199,200,202,203,204,206,210,221,228,232,233],secur:[22,41,42],sed:[27,37,39,42],see:[0,1],segment:[33,39,41,86],segv:40,select:[22,33,35,36,37,39,40,41,42,44,45,48,55,56,77,78,79,82,83,85,88,92,99,101],select_opt:187,selector:[39,42,169],self:150,semi:[37,136],sen_index_delimited:43,sen_index_normalize:43,sen_sel_term_extract:43,senboku:40,send:3,sender:155,senna:33,sensit:209,sent:215,sentens:42,separ:[39,42,51,90,102,115,119,132,135,140,142,154,186,187,194,196,209,221,228,230],sequenc:[37,40,82,132,135,154,186,187,189,203,204,206,221],sequence_dataset:153,sequence_queri:[153,154],sequenti:[33,41,42,169,186,187,188,197,209],serach:204,serch:[135,204],sergei:[41,42],seri:230,serial:88,serihiro:39,seriou:[39,41],serv:[12,41,227],servic:[0,21,25,39,40,41,42,133,204,210,219],session:[154,213,221],set:[24,25,26,30,33,39,40,41,42,47,48,52,62,67,73,77],set_groonga_error:112,set_host:150,set_port:150,set_token_filt:41,setup:[17,21,33,40],seven:230,shape:192,shard:[22,42,44,109,110,111,112,113,114],shard_name_1:113,shard_name_2:113,shard_name_n:113,share:[0,2,28,37,39,40,47,48,49,53,109,111,112,114,149,151,229,232],shell:[28,42,149,186,197],shidara:37,shift_jis:[28,209],shimada:39,shimamura:42,shimoda:35,shimomura:39,shinjyuku:237,shinoda:[33,41,42],shinya:39,sho:[33,40,41],shop:[188,222],shorter:[42,188],shorttext:[33,41,45,56,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:[6,7,8,18,21,23,24,25,26,28,30,31,39,42,52,55,71,77,82,102,110,111,114,120,127,132,136,138,144,154,186,187,190,196,204,221],shouldn:[6,7,41],show:[0,28,34,37,39,40,41,42,45,51,80,84,88,99,102,103,109,112,114,115,119,131,132,157,160,163,164,165,169,170,173,175,186,187,192,194,197,198,199,200,209,218,221,227,228,229,230,233,234,237],showen:84,shown:[187,230],shuhei:41,shutdown:[22,33,44,78,101,109],sid:[12,37,41,86],side:[0,33,39,42,83,132],sigcont:40,sign:[12,39,84],signal:41,significantli:0,sigstop:40,sigusr1:37,silent:[21,33],simil:187,similar_search:[39,135],simpl:[41,42,90,92,109],simplest:[0,28,82,198],simpli:[200,235],simplifi:[40,166],sinc:[26,33,39,42,49,71,80,87,126,132,134,136,144,149,154,160,187,188,189,197,211,219,227,233],singl:[40,41,77,102,115,132,141,142,230],sis:37,site:[41,100,103,104,105,127,132,185,227,228,229,230,232,234,237],site_titl:127,sitecountri:[228,234],sitedomain:[228,234],situat:132,six:[189,230],size:[23,24,25,26,30,31,32,33,37,39,40,41,42,45,49,55,67,68,71,82,86,90,93,94,95,118,119,120,131,136,145,149,151,173,183,201,207,210],size_of_one_value_in_byte:131,sizeof:[42,52,55],sji:[28,149],sjis:43,skip:[40,41,42,230],slash:187,sleepi:188,slice:33,slow:[42,151,186,187,197,207],slower:[160,198,200,228],small:[40,41,42,120,136,186,187,207,209,233],smaller:[0,77,136,160,188,189],snake_cas:42,snippet1:173,snippet2:173,snippet3:173,snippet:[33,39,40,43,173],snippet_html:[22,33,39,40,41,42,44,132,156],soccer:229,social:229,socket:39,socket_is_already_connected:221,socket_is_already_shutdowned:221,socket_is_not_connected:221,socket_not_initialized:221,soft:210,softwar:3,soichiro:33,solari:[5,7,8,22,23],solr:187,solut:[22,209,223],solv:[198,199,200,227],some:[0,1,2,8,17,26,28,32,33,39,40,41,42,45,47,55,70,77,80,82,109,111,112,114,118,119,128,133,136,138,142,145,147,153,154,156,170,186,187,189,197,198,201,208,209,210,211],someon:233,someth:41,sometim:41,soon:[83,173,192,201,215],sort:[0,22,33,37,40,42,113,132,135,154,192,207,226],sort_kei:33,sortbi:[33,37,40,97],sound:[190,204],soundkitchen:[37,39],sourc:[6,7,8,12,16,17,18,21,22,23],source:119,source_1:[119,131],source_2:[119,131],source_column_nam:42,source_file_name:80,source_n:[119,131],sourceforg:[2,12,42],sources:90,southern:39,space:[0,37,40,42,71,77,102,115,132,142,186,197,206,209,230],spain:160,spammer:[198,199,200],span:[163,164,165,173],spars:42,speaker:2,spec:[37,39,40],special:[17,28,40,47,55,80,84,132,142,152,163,164,173,186,197,221,230],specif:[0,22,28,33,39,40,41,77,100,109],specifi:[0,6,7,8,17,22,27,28,32,33,38,39,40,41,42,52,53,56,62,63,71,73,77,80,81,83,85,88,89,90,92,93,94,95,98,99,100,101,102,103,104,105,109,110,111,112,113,114,115,117,118,119,120,121,122,126,127,128,129,130,131,132,133,135,136,138,139,140,141,142,144,147,149,151,152,153,154,155,157],speech:[0,209],speed:[37,205,207],spell:[196,236],spend:[186,187],spheric:160,sphinx:[3,12,15,16],sphr:[160,161],spil:42,split:[33,37,42,187,207,209],spokesman:3,sport:229,spreadsheet:196,sql:[109,132,198,228],squar:160,squeez:[12,40],src:[12,25,227],src_kei:65,src_key_siz:65,ssh:12,ssssss:189,stabl:[33,41,79,135],stack:[33,40],stack_over_flow:221,stage:[33,41],stamp:[189,203,204,206],stand:[42,213],standard:[42,102,151,211,221,230],start:[17,25,28,31,37,39,40,41,71,80,92,109,112,132,134,139,152,154,160,186,187,188,189,193,194,196,203,205,209,215],start_tim:[42,81,134],start_time:134,starttim:[42,81,134,151,194,221,230,234],starttime:134,startup:39,state:[39,99,160,213,221],statement:187,station:[192,233,237],statu:[22,24,25,26,30,33,39,40,41,42,44,78,81,84,99],status:84,stdin:38,stem:[25,30,41,208],step:[17,18,28,31,33,88,197,206,227,230],steve:33,still:[16,17,40,41,92,128,139],stop:[33,37,39,40,41,42,45,67,83,92,132,133,139,149,151,198,199,200,208],stop_word:[100,140,208],storategi:132,str:55,str_length:71,str_ptr:71,str_size:55,strang:197,stream:41,strerror:41,strict:[41,42],string1:158,string2:158,string:[11,22,33,37,38,39,40,41,42,52,54,55,62,63,71,77,80,82,93,94,95,102],string_length:33,string_literal:41,string_siz:55,string_substr:[22,33,44,156],stringifi:33,strip:165,strlen:71,strongli:[23,24,25,26,30,31],structur:[0,33,41,80,207,229],stub:41,studio:[8,31,39,40,42],style:[41,42],sub1:[112,132],sub:[0,12,154],sub_filt:[22,40,42,44,156,169],subject:40,submiss:[135,203,204,206],submit:3,subrecord:40,subset:211,substit:132,substitut:[17,21,132,170,186,187],substr:[33,186,187],succeed:[28,42,84,89,93,95,99,103,104,105,127,144,230],succeeded:89,succeeded_or_not:92,success:[48,49,52,53,55,62,70,71],successfulli:[33,71,104,105,230],successor:187,suddenli:40,sudo:[12,14,18,21,24,25,26,27,28,29,30,39,210,219,225,234],suenaga:42,suffici:71,suffixsearchterm:[186,187],sug:205,suggest:[22,28,33,35,36,37,38,39,40,41,42,44,78],suggest_prepar:[135,203,204,206],sugimoto:42,suit:[0,41,173],suitabl:[41,112,132,136,149,188,198,200,207,209],sum:[41,112,132,198],summar:228,summari:[22,40,44],sunos:41,superior:[0,173],support:[0,1,6,7,8,17,21,25,28,30,33,37,38,39,40,41,42,43,71,81,83,102,112,128,129,130,132,134,136,141,142,151,155,169,170,173,186,187,188,190],suppress:[38,39,41],sure:230,surfac:192,surround:[39,163,164,173,187],suzuki:39,swap:210,swig:43,symbol:209,synonym:[33,132,196,236],syntax:[22,33,39,40,41,42,44,45,55,77],syntax_error:221,syscal:[41,230],sysconfig:219,sysctl:[27,42,210,225],system:[0,5,6,7,28,29,30,37,40,41,42,96,101,112,132,149,151,173,186,187,188,210,211,227,237],systemctl:[25,219],systemd:[25,33,39,42],tab:[42,51,194,196,221],tabl:[11,22],table1:[65,138],table2:[65,138],table:41,table_1:131,table_2:131,table_:[136,207],table_buff:52,table_cr:[22,33,39,41,42,44,45,77,78,88,90,92,99,100,101,103,104,105,109,112,113,114,117,118,119,120,127,131,132],table_dat_key:[40,41,88,118,131,136,137,186,187],table_hash_key:[33,45,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],table_list:[22,35,37,39,44,78],table_n:131,table_name:[101,117],table_name_1:131,table_name_2:131,table_name_n:131,table_name_of_index_column:101,table_no_key:[41,42,45,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],table_pat_key:[40,42,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],table_remov:[22,33,39,40,42,44,78,88,101,114,120],table_renam:[22,38,44,78,88,101],table_token:[22,33,44,78],tablecursor:42,tablegroupflag:42,tablenam:79,tables_buff:52,tachikawa:33,tag:[12,22,37,39,40,41,42,77,88,90,112,132],tagger:0,tahr:[30,41],tail:[12,221],tajima:39,takashi:99,takatsugu:41,takayama:42,takayuki:37,take:[33,85,88,90,92,93,94,95,96,101,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,136,138,139,140,141,142,143,144,147,152,219,230],taken:119,takiuchi:40,talk:[2,12,40,42],tamano:[33,41],tanab:40,tanuma:41,tar:[12,24,25,26,27,28,29,30],target:[18,28,31,33,37,39,41,42,48,49,53,55,56,62,77,93,94,95,101,102,103,104,105,112,114,120,127,128,132,136],target_charact:55,target_nam:41,taro:229,task:[0,39],tasuku:[42,43],tatsuya:39,tcp:154,techniqu:[198,199,200],temporari:[6,7,22,33,39,42,44,138,149,160],tend:232,term:[0,32,33,39,40,41,42,86,89,112,119,131,132,138,140,149,163,164,170,173,186],termin:[39,42,52,55,63,71,149,151],teruya:42,test:[6,12,14,23,24,25,26,30,31,33,39,41,42,110,111,150,151,209,227,230,232,233,234],test_loc:150,test_str:14,test_text_otoj:14,testdb:[150,155],tetsuharu:41,tex:142,than:[0,32,33,37,40,41,42,77,83,90,96,112,119,132,135,136,149,160,173,185],thatn:132,theater:236,theatr:236,thei:[28,29,42,45,77,102,112,114,121,122,126,132,138,142,151,152,163,164,169,173,175,185,186,187,188,189,194,196,198,199,200,201,203,204,205,206,207,209,210,215],them:[16,17,24,25,26,28,30,42,47,55,77,80,89,101,102,112,114,132,136,138,154,160,186,197,198,209,210,221,227,230,237],themselv:[17,193,196],therubyrac:12,thesauru:132,thi:[0,3,5,6,7,8,18,20,21,23,24,25,26,27,28,29,30,31,33,37,39,40,41,42,45,46,48,49,51,52,53,62,71,77,78,80,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,146,147,149,151,153,154,156,157,160,163,164,166,170,173,174,175,183,184,186,187,189,191,193,194,196,197,198,199,200,201,202,203,204,206,209,210,211,215,221,225,227,228,230,232,233,234,235,236,237],thing:42,think:[132,138,187,198,199,200],third:[90,132,187,227],thorsten:33,those:[0,17,28,29,38,132,160,173,185,186,187,190,194,205,206,207,215,227,230],though:[0,39,40,41,109,203,232],thread:[0,33,40,41,42,49,52,53,67,71,96,104,110,134,138,141,149,154,189,215],thread_count:42,thread_limit:[22,42,44,78,96,110,120,138],thread_tabl:150,thread_title_column:150,threasd:149,three:[40,77,80,92,109,115,132,160,163,185,199,200,203,204,227,228,230,232],threshold:23,through:[0,151,154],throughput:[37,215],thu:[0,33,41,109,153,155,186,231,232,236,237],tid:59,time:[0,6,7,22,33,37,39,40,41,42,47,80,83,109,112,113,114,117,118,119,120,127,128,131,133,134,135,136,147,150,154,173,186],time_classify_dai:[22,33,44,156],time_classify_hour:[22,33,44,156],time_classify_minut:[22,33,44,156],time_classify_month:[22,33,44,156],time_classify_second:[22,33,44,156],time_classify_week:[22,33,44,156],time_classify_year:[22,33,44,156],time_column:150,time_stamp:189,timeout:[22,33,40,44,47,62,78],timestamp:[109,113,114,117,120,127,154,233],timeuot:47,tini:42,titl:[12,40,41,100,103,104,105,112,127,132,138,158,175,186,187,198,199,200,227,228,229,230,232,234],title_index:198,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_column:88,tobbi:170,todai:0,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_filt:[33,100,119,131],token_filter:119,token_filter_1:[119,131],token_filter_2:[119,131],token_filter_n:[119,131],token_filter_name:131,token_filter_name_1:131,token_filter_name_2:131,token_filter_name_n:131,token_fitlers:131,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:[131,143],tokenbigramsplitsymbolalpha:[131,132,142,143],tokenbigramsplitsymbolalphadigit:[88,131,143,170,204],tokenbigramsplitxxx:209,tokenbigrm:88,tokendelimit:[131,142,143,154,206],tokendelimitnul:[131,143],tokenfilterstem:[25,30,41],tokenfilterstopword:[41,42,140],tokenizer_1:131,tokenizer_2:131,tokenizer_error:221,tokenizer_list:[22,41,44,78],tokenizer_n:131,tokenizer_name:131,tokenizer_name_1:131,tokenizer_name_2:131,tokenizer_name_n:131,tokenizs:[22,44],tokenkytea:39,tokenmecab:[39,119,131,143],tokenregexp:[42,127,131,143,197],tokentrigram:[42,131,142,143],tokenunigram:[131,143],tokyo:[160,237],tokyogeopoint:[33,37,56,118,119,131,160,161,162],tom:170,tomita:35,tomo:229,tomoatsu:[35,39],tomygx:42,too:[18,33,40,42,67,77,120,132,187,227,232],too_large_offset:221,too_many_links:221,too_many_open_files:221,too_many_open_files_in_system:221,too_many_symbolic_links:221,too_small_limit:221,too_small_offset:221,tood:71,tool:[6,15,17,18,21,22,23],top:[56,228],top_left:[37,162],top_left_point:56,topic:3,tortoisegit:8,totabl:88,total:[32,33,39,42,86,118],total_s:118,touch:[42,53,114],toybox:227,tracker:3,trade:209,tradit:[0,41],transfer:[0,22,213,219,221,226],transit:219,translat:3,transposit:33,travel:233,travi:20,treat:[39,40,41,42,109,111,112,114,132,142,187,192,203,204],tree:41,tri:[47,233],trial:0,trie:[22,33,37,39,40,42,119,131,136,186,187,207,226,230],tritonn:[112,132,186,187],troubl:17,truncat:[22,37,40,41,42,44,49,78,101],trust:12,trusti:[12,30,41],tsu_root:42,tsv:42,tune:[22,40,42,44,77,132],turn:151,tutori:[22,39,41,42,71],tweet:[2,188],twice:[42,132,186],two:[19,24,25,26,30,40,41,42,52,55,80,89,90,95,101,110,112,114,120,132,136,138,139,141,142,151,154,155,160,166,169,170,173,175,186,189,190,192,197,199,204,206,209,214,215,219,228,229,230,232,233,237],txt:[16,17,209],type1:[135,154],type2:[135,154],type:[13,22,33,37,38,39,40,41,42,44,45,49,51,52,55,56,60,62,63,67,73,77,84,88,89,90,92,99,112,115,117],type_1:131,type_2:131,type_n:131,type_name_1:131,type_name_2:131,type_name_n:131,type_of_the_column:175,typic:[42,132],typo:[33,37,39,40,41,42,196,203,204],u0000ful:209,u0000http:209,ubuntu:[12,18,21,22,23],ueno:[37,39],uid:12,uint16:[40,118,119,131],uint32:[39,40,41,45,77,80,88,90,92,99,112,118,119,131,132,136,137,138,139,144,154,157,169,175,186,187,188,190,197,208,210],uint32_column:42,uint32_t:67,uint64:[40,41,118,119,131,154],uint8:[35,40,45,90,101,118,119,131],uint:[33,39],ull:142,ultra:229,umask:41,umemoto:37,unari:40,unauthent:[25,39],unchang:71,uncontinu:39,undefin:227,under:[28,41,151,152,154,155,215],underflow:227,underli:0,underscor:136,understand:[41,114,132,138,230],unexpect:[39,41],unexpectedli:[33,40,42,101],unhandl:154,unicod:[42,190],unicorn:42,uniniti:42,uninstal:39,uniqu:[128,154],unit:[78,83,134,154,160,173,187,209,221],unite:[99,160],univers:30,unix:[3,5],unix_time_when_command_is_started:80,unknow:41,unknown:[38,54],unknown_error:221,unlink:55,unload:39,unlock:71,unmanag:86,unmap:[42,53,96],unnecessari:210,unpatch:43,unrecover:53,unregist:[121,122],unrel:37,unreli:147,unresolv:37,unsaf:[33,42,53],unsign:[41,42,48,49,55,58,62,63,65,66,68,71,84,118],unsort:33,unsplit:[11,132],unstabl:38,unsupport:42,unsupported_command_version:221,untag:165,until:[17,41,47,71,83,96,102,132,188],unus:[41,96],updag:39,update:[3,17],update_buffer_s:58,update_not_allowed:221,updated_at:224,upgrad:[33,39,41,42,215],upgrade:214,upload:12,upper:[37,41,136,197,230],uptim:[81,134,151,194,221,230,234],uptime:134,uri:[151,152,154],url:[37,41,100,152,215],usa:228,usabl:[145,154],usag:[0,33,40,41,42,99],usage:[22,44],use:[31,33,39,41,42,52,55,71,77,87,99,126,132,134,136,149],use_offline_indexer:38,use_range_index:42,used:[37,39,41,42],useless:53,user:[3,6,7,8,28,31,33,39,40,41,42,45,67,80,82,83,88,90,92,99,101,109,114,117,118,120,128,131,132,139,144,150,151],user_ag:157,user_column:150,user_data:[63,71],user_input:187,usernam:229,username:31,users_20160320:114,users_index:233,users_loc:233,users_memo:170,users_nam:170,using:0,usr:[14,27,28,121,122,126,149,151],usual:[33,52,227],usualli:[42,155,232],utc:[80,187],utf8:[28,33,54,149],utf:[39,40,43,154,187,190,194,209],util:151,utopic:42,uuid:33,uuuuuu:187,uzulla:37,vagrant:12,valid:[37,39,40,41,42,112,132,186,187,206,207,227],valu:[0,8,28,33,37,38,39,40,41,42,47,49,51,52,58,60,62,63,66,71,73,77,80,83,84],value1:[88,102,151,152,166,187],value2:[102,152,187],value:42,value_1:[131,230,234],value_2:[131,230,234],value_column:49,value_n:131,value_typ:[65,131],value_type:131,valuebuf:60,valuen:166,var_siz:119,vari:[32,71],variabl:[29,33,37,38,39,40,41,42,71,90,118,119,132,187,196,221,227],varieti:229,variou:[22,226],vdw:[228,230,237],vector:[22,33,37,39,40,41,42,44,73],vector_column:[33,40],vector_s:[22,42,44,156],vector_slic:[22,33,44,156],vector_text_column:42,veres:215,veri:[0,33,39,80,102,112,132,163,164,173,186,187,197,198,203,207,215,229],version1:79,version2:79,version3:79,version4:79,version:[12,18,22,25,28,29,30,31,33,37,39,40,41,42,43,44,45,49,50,52,53,71,78],vertic:136,vervet:[33,42],via:[17,39,84,154,206],video:229,view:[22,39,166,225,226],virtual:[40,42],virtualbox:12,visual:[0,8,31,37,39,40,41,42,80,131],vivid:[12,33,42],vmstat:225,vocabulari:230,voic:190,voiced:190,void_t:67,vojtovich:41,vulner:41,w64:12,wai:[0,3,6,7,19,39,40,41,77,101,145,151,154,155,170,185,194,228,230,232,233,236],wait:[47,71,83],wanab:40,want:[6,7,8,13,16,24,25,26,27,28,30,41,42,45,67,88,102,110,114,115,117,120,129,130,131,132,136,138,140,142,149,151,154,160,166,169,175,186,196,197,201,203,204,206,209,213,219,221,225,228,230,232,236],wareohji:39,warn:[6,7,38,39,40,41,106,107,132,149,151,189,197,200],warp:41,warri:23,washida:40,wasn:33,watch:12,weak:[0,173],web:[28,132,135,151,152,186,204,206,229],webclip:165,weight1:[39,77,132],weight2:[39,77,132],weight3:77,weight:[22,39,40,41],weight_in_match_column:77,weight_in_weight_vector:77,welcom:[2,3,16,17,112,132,186,187,233],well:[0,28,40,109,151,173,234],were:[33,160,230],werewolf:[33,42],wget:[24,25,26,28,29,30],wgs84geopoint:[33,37,56,118,119,131,160],wgs84geoppoint:56,wgs:[211,237],what:[22,44,55,101,114,135,138,154,175,197],when:[0,3,18,33,37,39,40,41,42,45,49,53,62,67,77,80,81,83,88,89,93,96,101,102,103,110,112,114,120,121,126,127,131,132,133,135,136,138,141,149,151,154,160,165,166,170,175,186,188,190,197,201,203,209,210,213,218,221,229,230,233,235],where:[28,84,227],whether:[33,39,41,42,52,53,62,84,93,95,100,101,103,104,105,109,111,112,114,117,119,120,127,131,132,135,138,144,147,151,154,157,160,166,170,175,185,186,201,225,227],which:[0,1,26,33,39,40,41,42,70,71,99,109,111,112,114,115,129,130,132,140,142,149,154,155,160,165,166,169,170,175,183,186,187,203,219,221,227,228,229,230,232,233,234,235,236,237],white:[186,209,230],who:[40,42,209,229],whole:40,whombx:40,whose:[187,230],why:[40,132,197,219],wibowo:40,wide:[0,28,33,37,193,197,230],width:[37,42,190],wiedenroth:41,wiki:151,wikipedia:[193,211],wili:[33,42],win64:[8,31],window:[3,5,6,7],wing:[39,40],with_checks:[41,115],with_command_vers:42,with_position:[33,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],with_section:[33,41,42,89,90,131,232,233],with_types:115,with_weight:[41,77,89,90,131],within:[203,204,233,237],without:[0,33,38,39,40,41,42,45,77,81,85,88,105,109,110,111,112,114,120,121,126,132,141,151,170,173,175,186,187,197,203,206,214],wno:37,word1:[39,132,186,187],word2:[39,132,186,187],word:[0,39,41,42,67,73,132,138,175,185,186,187,196,198,203,204,205,206,208,209,231,233],work:[0,3,12],workaround:[33,41,42,138],worker:[40,151],world:[40,41,209,211,237],writabl:[41,42],write:[14,18,28,38,41,42,67,104,111,125,132,149,186,187,197,231,232,233],written:[18,41,121,126,144,201,233],wrong:[33,37,39,40,41,42,147,204,205],wrongli:[33,37],www:12,x64:[12,31],x86:[31,37,42],x86_64:[12,24],xcode:27,xenial:[30,33],xeru:[30,33],xml:[37,38,39,40,41,51],xvzf:[24,25,26,27,28,29,30],xxx:[33,40,41,149,187],xxx_20150603:42,xxx_20150604:42,xxx_201506:42,yahppo:40,yamada:41,yamaguchi:37,yamamoto:41,yaman:[40,41],yappo:[40,41,43],year:[42,45,157,187,189,233],years_old:45,yet:[0,33,37,40,109,112,129,130,132,154,187,192,198,200,201,215],yito:[39,40],yml:21,yoji:37,yokoyama:[33,40,41],yoku:[40,41],york:[160,233],yoshida:40,yoshioka:[39,42],you:[0,1,2,3,5,6,7,8,13,16,17,18,19,20,21,23,24,25,26,27,28,30,31,33,37,38,39,40,41,42,45,47,48,49,51,52,53,55,67,70,71,77,78,80,81,82,83,84,85,88,89,90,92,93,94,95,96,99,100,101,102,103,104,105,109,110,111,112,113,114,115,117,118,120,121,122,126,127,128,129,130,131,132,133,135,136,138,139,140,141,142,144,145,147,149,151,152,153,154,155,156,157,160,163,164,165,166,169,170,173,175,183,185,186,187,190,192,193,194,196,197,198,199,200,201,203,206,207,208,209,210,211,213,215,218,219,221,225,227,228,229,230,232,233,234,235,236,237],your:[0,3,6,7,8],your_db:37,your_github_account:17,your_new_db:37,yourself:23,yuki:[33,37,41],yum:[12,18,24,26,39],yunqiang:33,yutaro:42,yuya:[33,41,42],yy_syntax_error:45,yyy:17,yyyy:[187,189],yyyymm:201,yyyymmdd:[112,201],zcat:33,zenigata:229,zero:[33,73,77,132,169,190,196,208,209,221,227],zeromq:28,zip:[12,22,23],zlib1g:[25,30],zlib:23,zlib_error:221,zsh:28,zunda:37,zxvf:12},titles:["1. Characteristics of Groonga","6. Client","3. Community","12. How to contribute to groonga","12.3. For Groonga developers","12.3.2. How to build Groonga at the repository","12.3.2.1. How to build Groonga at the repository by GNU Autotools","12.3.2.2. How to build Groonga at the repository by CMake on GNU/Linux or Unix","12.3.2.3. How to build Groonga at the repository by CMake on Windows","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. Repository","12.3.8. \u30c6\u30b9\u30c8\u65b9\u6cd5","12.2. How to contribute in documentation topics","12.2.3. C API","12.2.2. I18N","12.2.1. Introduction","12.1. How to report a bug","11. Development","11.1. Travis CI","Groonga documentation","2. Install","2.5. CentOS","2.3. Debian GNU/Linux","2.6. Fedora","2.2. Mac OS X","2.8. Others","2.7. Oracle Solaris","2.4. Ubuntu","2.1. Windows","9. Limitations","News","\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. Reference manual","7.17. Alias","7.23. API","7.23.2. Global configurations","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. Overview","7.23.3. Plugin","Cast","7.6. Column","7.6.4. Index column","7.6.3. Pseudo column","7.6.1. Scalar column","7.6.2. Vector column","7.3. Command","7.3.1. Command version","7.3.2. Output format","7.3.3. Pretty print","7.3.4. Request ID","7.3.5. Request timeout","7.3.6. Return code","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. Configuration","7.1. Executables","7.1.1. <code class=\"docutils literal\"><span class=\"pre\">grndb</span></code>","7.1.2. grnslap","7.1.3. <code class=\"docutils literal\"><span class=\"pre\">groonga</span></code> executable file","7.1.4. groonga-benchmark","7.1.5. groonga-httpd","7.1.6. Groonga HTTP server","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. Function","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. Query syntax","7.12.2. Script syntax","7.19. Indexing","7.21. Log","7.7. Normalizers","7.15. Operations","7.15.1. Geolocation search","7.15.2. Prefix RK search","7.2. Output","7.10. Query expanders","7.10.1. QueryExpanderTSV","7.13. Regular expression","7.11. Scorer","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. Sharding","7.18. Suggest","7.18.2. Completion","7.18.3. Correction","7.18.1. Introduction","7.18.4. Suggestion","7.5. Tables","7.9. Token filters","7.8. Tokenizers","7.22. Tuning","7.4. Data types","5. Server","5.3. GQTP","5.2. HTTP","5.2.1. Comparison","5.2.2. groonga","5.2.3. groonga-httpd","5.4. Memcached binary protocol","5.1. Server packages","8. Specification","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. How to avoid mmap Cannot allocate memory error","4. Tutorial","4.3. Various data types","4.5. Drilldown","4.6. Tag search and reverse resolution of reference relationships","4.1. Basic operations","4.9. Additional information about lexicon for full text search","4.7. match_columns parameter","4.10. Let's create micro-blog","4.2. Remote access","4.8. Prefix search with patricia trie","4.11. Query expansion","4.4. Various search conditions"],titleterms:{"0\u30ea\u30ea\u30fc\u30b9":[35,36,37],"1\u30ea\u30ea\u30fc\u30b9":[35,37],"2\u30ea\u30ea\u30fc\u30b9":35,"3\u30ea\u30ea\u30fc\u30b9":35,"4\u30ea\u30ea\u30fc\u30b9":35,"5\u30ea\u30ea\u30fc\u30b9":35,"6\u30ea\u30ea\u30fc\u30b9":[34,35],"7\u30ea\u30ea\u30fc\u30b9":[34,35],"8\u30ea\u30ea\u30fc\u30b9":35,"\u3053\u3061\u3089\u304b\u3089\u60c5\u5831\u3092\u63d0\u4f9b\u3059\u308b":10,"\u306e\u66f4\u65b0":12,"\u3078\u3068\u8a98\u5c0e\u3057\u306a\u3044":10,"\u30aa\u30d7\u30b7\u30e7\u30f3":[148,150],"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":14,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":11,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":11,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5":79,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":150,"\u30b5\u30f3\u30d7\u30eb":[148,150],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":150,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":14,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":14,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":14,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[150,223],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":224,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":34,"\u30d0\u30fc\u30b8\u30e7\u30f31":[35,36],"\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u4f4d\u7f6e\u3065\u3051":79,"\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u751f\u6210\u3057\u305f\u3044":12,"\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u7528\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u3092\u77e5\u308a\u305f\u3044":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30d3\u30eb\u30c9\u3092\u4e26\u5217\u5316\u3057\u305f\u3044":12,"\u30d3\u30eb\u30c9\u6642\u306etips":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":12,"\u30d3\u30eb\u30c9\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":12,"\u30d6\u30ed\u30b0":12,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u8ffd\u52a0":12,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":211,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":14,"\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":10,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":12,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4f7f\u3044\u65b9":150,"\u4f8b":[158,161,162,167,171,224],"\u4f8b\u3048\u3070redmin":10,"\u4fee\u6b63":[34,35,36,37],"\u5236\u9650\u4e8b\u9805":150,"\u524d\u63d0\u6761\u4ef6":12,"\u539f\u56e0":224,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":224,"\u540d\u524d":[75,148,150,158,161,162,167,171],"\u5909\u66f4":35,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":12,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":222,"\u5b9f\u9a13\u7684":37,"\u5bfe\u5fdc":10,"\u5bfe\u7b56\u65b9\u6cd51":224,"\u5bfe\u7b56\u65b9\u6cd52":224,"\u5f15\u6570":[148,150,158,161,162,171],"\u611f\u8b1d":[34,35,36,37],"\u6539\u826f":[34,35,36,37],"\u66f8\u5f0f":[148,150,158,161,162,167,171],"\u691c\u7d22":222,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":222,"\u691c\u7d22\u306e\u6319\u52d5":222,"\u691c\u7d22\u4f8b1":11,"\u691c\u7d22\u4f8b2":11,"\u691c\u7d22\u4f8b3":11,"\u691c\u7d22\u4f8b4":11,"\u6982\u8981":79,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u5b9a\u306e\u74b0\u5883\u5411\u3051\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044":12,"\u7279\u6b8a\u547d\u4ee4":150,"\u7406\u7531":10,"\u8aac\u660e":[75,148,150,158,161,162,167,171],"\u8fd4\u5024":[158,161,162,167,171],"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u306f\u304a\u3055\u3089\u3044\u3057\u3066\u304a\u304f":10,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":222,"\u95a2\u4fc2\u5f0f":11,"\u95be\u5024\u3092\u3042\u3052\u308b":224,"\u9759\u7684\u89e3\u6790":14,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":222,"benchmark\u547d\u4ee4":150,"benchmark\u5b9f\u884c\u7d50\u679c":150,"boolean":[187,227],"case":[80,114,138],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"class":197,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":79,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":12,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":12,"debian\u7cfb\u306e\u5834\u5408":12,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"default":[28,79,83],"facebook\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"files\u306e\u5b9f\u884c":12,"float":[187,211],"function":[156,187],"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":11,"grntest\u306e\u5b9f\u884c\u65b9\u6cd5":12,"grntest\u306e\u6e96\u5099":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":12,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":11,"hat\u7cfb\u306e\u5834\u5408":12,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"homebrew\u306e\u66f4\u65b0":12,"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"log_reopen\u3092\u7528\u3044\u305f\u30ed\u30b0\u306e\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":108,"new":[17,33,37,38,39,40,41,42,43],"null":187,"po\u306e\u5b9f\u884c":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":12,"release\u306e\u5b9f\u884c":12,"return":[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,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],"twitter\u3067\u306e\u3084\u308a\u3068\u308a\u306f\u3067\u304d\u308b\u3060\u3051\u4ed6\u306e\u5834\u6240":10,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"twitter\u7de8":10,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"version\u30d1\u30e9\u30e1\u30fc\u30bf":79,"windows\u5411\u3051\u306e\u5834\u5408":12,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"x\u306e\u304a\u77e5\u3089\u305b":[34,35,36],about:[211,231],access:[215,234],add:17,addition:[187,190,231],adjust:132,administr:[151,234],advanc:[112,132],against:232,aggreg:0,alia:45,alloc:225,also:[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,221],among:232,anchor:197,api:[16,46],appli:77,approximate_typ:160,archive:30,arg:11,arithmet:187,arrai:187,assign:[82,187],assignment:[186,187],authent:215,autotool:6,availabl:[151,208],avoid:225,basic:[114,138,187,230],benchmark:150,between:157,bigram:233,binari:218,bitwis:187,blog:233,blogroonga:12,body:80,bool:211,brows:151,bug:19,build:[5,6,7,8,24,25,26,27,28,30,31],built:[190,198,209],builtin:[149,211],cach:[111,132,151],cache_limit:85,calc_target:112,calc_typ:112,call:187,callback:11,can:211,candidate_n:154,cannot:225,cascad:99,cast:72,centos:24,chang:[43,88],charact:197,characterist:[0,207],chat:2,check:[86,147],checkout:[6,7,8],choic:197,clearlock:87,client:[1,149,221],clone:17,close_tagn:163,cmake:[7,8],code:[83,84],column:[0,32,73,74,75,76,77,88,119,131,138,160,163,169,186,199,200,228,230,232],column_copi:88,column_cr:89,column_list:90,column_or_valu:157,column_remov:91,column_renam:92,combin:186,command:[78,79,131,145,147,149,152,154,194,201,215,230,234],comment:233,common:119,commun:2,comparison:[187,215],complet:[203,205],compress:215,condit:[132,186,237],config_delet:93,config_get:94,config_set:95,configur:[6,18,21,28,47,88,145,151,215],confirm:17,construct:188,contain:11,contribut:[3,15],control:187,convert:193,cooccurr:[203,204,206],core:215,correct:[204,205],cpu:215,creat:[6,77,136,153,230,232,233],custom:215,daemon:[149,221],data:[136,151,155,186,187,203,206,211,227,233],databas:[118,215,230],database_name_table:118,database_path:[154,155],database_type_id:118,database_type_name:118,database_unmap:96,dataset:153,date:227,db_api:11,debian:25,decreas:[114,138],default_token:136,define_selector:97,defrag:98,delet:99,depend:[6,7,8,18,28,114,138],descript:211,desctipion:153,develop:[4,20],differ:112,direct:151,divis:187,document:[15,18,22],domain:228,down:[151,237],downtim:215,drildown:228,drilldown:[112,132,228],drilldown_calc_target:[112,132],drilldown_calc_typ:[112,132],drilldown_limit:[112,132],drilldown_offset:[112,132],drilldown_output_column:[112,132],drilldown_sort_kei:132,drilldown_sortbi:[112,132],dump:100,dump_index:100,dump_plugin:100,dump_record:100,dump_schema:100,each:232,edit:17,edit_dist:158,ellipsoid:160,enabl:[18,83],encod:28,encoding:28,engin:0,equal:[11,186,187],error:[80,225],escal:28,escape:[186,197],exampl:[21,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,221,225],example:153,execut:[146,149],exit:153,expand:195,expans:236,explicit:186,explicitli:160,express:[186,187,197],extract:[187,206],facebook:2,favorit:233,featur:192,fedora:26,file:[17,149,155,196,210,215],files:153,filter:[109,111,112,132,208],filter_str:175,fix:[33,37,39,40,41,42,43],flag:[115,136,140,142,221],flags:119,flow:17,follow:233,forc:120,format:[80,102,132,189,196,230],free:0,freebsd:210,from:[6,7,8,24,25,26,27,28,30,31,112,154,155],from_nam:88,from_tabl:88,full:[0,186,230,231,232,237],fuzzy_search:159,gener:[17,18],geo:[0,187,229],geo_dist:160,geo_in_circl:161,geo_in_rectangl:162,geoindex:233,geoloc:[192,233],geopoint:233,get:[154,230],global:47,glossari:201,gnu:[6,7,25],gqtp:[213,219,221],greater:[11,186,187],greater_equ:11,grn_cach:48,grn_column:49,grn_command_vers:50,grn_content_typ:51,grn_ctx:52,grn_db:53,grn_encod:54,grn_expr:[11,55,185],grn_geo:56,grn_hook:57,grn_ii:58,grn_index_cursor:59,grn_info:60,grn_match_escal:61,grn_obj:62,grn_proc:63,grn_search:64,grn_tabl:65,grn_table_cursor:66,grn_table_select:11,grn_thread_:67,grn_type:68,grn_user_data:69,grndb:147,grnslap:148,groonga:[0,3,4,5,6,7,8,9,12,17,22,43,149,150,151,152,153,154,155,216,217,219],groonga_base_path:151,groonga_cache_limit:151,groonga_databas:151,groonga_database_auto_cr:151,groonga_log_level:151,groonga_log_path:151,groonga_query_log_path:151,group:[186,187,197],gzip:215,hash:233,hashtag:233,header:[80,93,94,95,103,105,119,131,221],help:28,highlight_ful:163,highlight_html:164,homebrew:27,how:[3,5,6,7,8,15,17,19,45,77,82,83,88,188,193,203,204,206,213,221,225,234],html:[17,18,165],html_untag:165,http:[152,194,214,219,234],httpd:[151,154,155,217,219],https:215,hypertext:234,i18n:17,improvement:[33,37,38,39,40,41,42,43],in_valu:166,index:[0,32,74,119,131,136,188,197,199,200,229,230,232],index_column:140,inform:[231,237],input:154,instal:[17,28],install:[6,7,8,18,23,196],installer:31,instant:0,int16:211,int32:211,int64:211,int8:211,integer:187,introduct:[18,205],invert:0,io_flush:101,issu:[19,234],javascript:237,jessi:25,json:[80,102],just:77,kei:[93,94,95,112,132,211,235],kern:210,key_typ:136,keyword:233,keywordn:163,label:[112,132],languag:17,larg:136,latest:12,latitud:[0,227],launch:154,learn:[154,155,203,204,205,206],learner:[154,155],left:187,less:[11,186,187],less_equ:11,let:233,lexicon:[136,230,231],librari:[0,28],like:237,limit:[32,77,111,112,132,196,207,211,228],line:[149,154,194],linux:[7,25,210],list:[2,19,84],liter:187,load:[77,102,151,230,233],localstatedir:28,locat:[0,160,196,229,237],lock:0,lock_acquir:103,lock_clear:104,lock_releas:105,log:[28,155,189,215],log_level:106,log_put:107,log_reopen:108,logic:[114,186,187],logical_count:109,logical_paramet:110,logical_range_filt:111,logical_select:112,logical_shard_list:113,logical_t:[109,111,112,113,114],logical_table_remov:114,longitud:[0,227],longtext:211,lz4:28,mac:27,macport:27,mail:[2,19],make:[6,7,12,28],manual:44,match:[28,186,187],match_column:[112,132,170,232],match_escalation_threshold:[112,132],max:[85,109,111,112,114,141,157,210],max_bord:[109,111,112,114,157],max_map_count:210,maxfileperproc:210,memcach:218,memori:[210,225],messag:28,message_pack_install_prefix:28,messagepack:80,micro:233,min:[109,111,112,114,157],min_bord:[109,111,112,114,157],mmap:225,mode:[11,133,140,142,149],modul:151,modulo:187,mroonga:0,multi:215,multipl:[187,228,232],munin:28,name:[92,117,118,120,136,138,139,152,153,211,232],narrow:237,nest:232,new_nam:[92,139],nginx:151,nofil:210,normal:[77,115,136,142,190],normalizer:131,normalizer_list:116,normalizer_nam:163,normalizerauto:190,normalizernfkc51:190,normalizers:131,not_equ:11,now:167,number:[28,132,210],number_classifi:168,numer:227,object:[119,187],object_exist:117,object_inspect:118,object_list:119,object_remov:120,object_type:119,objects:119,offline:188,offset:[111,112,132],old:33,online:188,open:210,open_tagn:163,oper:[187,230],operat:[191,230],option:[149,155],optional:[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],options:153,oracl:29,order:111,origin:187,other:[28,197],output:[17,80,112,132,194,230],output_column:[111,112,132],overcommit_memori:210,overview:[0,70,227],pack:28,packag:[28,30,219],page:132,paramet:[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,149,154,155,157,160,163,164,165,166,169,170,175,183,199,200,210,232],part:114,patch:17,path:[28,130,215],patricia:235,per:210,perform:[151,215],period:43,persist:207,person:30,phrase:186,platform:28,plugin:[28,71,131],plugin_regist:121,plugin_unregist:122,plugins:131,point1:160,point2:160,point:187,post:[151,215,233],ppa:30,prefix:[11,28,186,187,193,203,215,235],prefix_rk_search:169,prepar:236,pretti:81,primari:[211,235],print:81,proc:119,process:[189,210],properti:119,protocol:[218,221,234],proxi:151,proxy_cach:151,pseudo:75,pull:17,quantifi:197,queri:[0,112,132,151,169,170,186,189,195,236],query_expand:[112,123,132,170],query_expans:132,query_flag:[112,132],query_str:170,query_typ:221,queryexpandertsv:196,quit:124,rand:171,rang:[136,230],range:119,range_filt:125,range_index:110,read:[0,193,203],record:[132,207,230],record_numb:172,recov:147,rectangl:160,recurs:101,red:12,refer:[44,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,77,138,227,229],regist:126,regular:[186,187,197],reindex:127,relat:[111,112,114,132,151,155,232],relationship:229,releas:[33,37,38,39,40,41,42],remot:234,remov:[114,138],report:19,repositori:[5,6,7,8,13,17],request:[17,82,83,151],request_cancel:128,requir:[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,165,170,199,200],resolut:229,resolv:45,resourc:[114,138],respons:154,restart:219,result:[228,230],revers:[151,229],right:187,romaji:193,room:2,ruby_ev:129,ruby_load:130,rule:201,run:[6,7,8,18,213,221,234],sampl:[186,187],scalar:76,schema:131,scope:175,score:132,score_n:154,scorer:[112,132,198,237],scorer_tf_at_most:199,scorer_tf_idf:200,script:[129,187],search:[0,77,112,132,186,187,192,193,203,204,206,229,230,231,232,233,235,236,237],secur:[187,234],see:[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,221],select:[112,132],send:[17,234],senna:43,server:[0,149,152,212,219,221,234],set:[83,151],setup:154,sharabl:0,shard:201,shard_kei:[109,111,112,114],shift:187,shorttext:211,shut:151,shutdown:133,sign:187,similar:[11,187,204],simpl:[112,132],size:221,snippet_html:173,softwar:[6,7,8,18],solari:29,solut:225,sort:[228,230,237],sort_kei:132,sortbi:[112,132],sourc:[24,25,26,27,28,30,31],source:131,sources:119,specif:[119,151,220,232,233],specifi:[160,211,230],sphere:160,sphinx:17,standalon:149,start:219,statu:[134,221],status:153,stop:219,storag:0,store:[0,136],string:[115,140,142,187,227],string_substr:174,style:132,sub_filt:175,submit:19,substitution_t:170,subtract:187,succeeded_or_not:[93,95,103,105],success:80,suffix:[11,186,187,235],suggest:[135,153,154,155,202,205,206],summari:[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,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,213],support:192,synopsi:[151,152,155],synopstis:153,syntax:[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,237],tabl:[32,88,90,92,100,114,118,119,132,136,138,140,155,207,211,230,232,233],table:131,table_cr:136,table_dat_key:207,table_hash_key:207,table_key_max_total_size:118,table_key_total_size:118,table_key_type:118,table_list:137,table_n_records:118,table_name:118,table_no_key:207,table_pat_key:207,table_remov:138,table_renam:139,table_token:140,table_type_id:118,table_type_name:118,table_value_type:118,tables:131,tag:[136,229,233],target:[138,147,183],target_nam:[101,103,104,105,127,144],target_valu:166,temporari:207,term:187,termin:221,text:[0,164,186,211,230,231,232,237],than:[186,187],thank:[33,37,38,39,40,41,42],thread_limit:141,threshold:28,time:[187,211,227,233],time_classify_dai:176,time_classify_hour:177,time_classify_minut:178,time_classify_month:179,time_classify_second:180,time_classify_week:181,time_classify_year:182,timeout:83,to_nam:88,to_tabl:88,todo:[170,173],token:[0,142,208,209],token_filt:[136,142],token_filter:131,token_filters:[119,131],tokenbigram:209,tokenbigramignoreblank:209,tokenbigramignoreblanksplitsymbol:209,tokenbigramignoreblanksplitsymbolalpha:209,tokenbigramignoreblanksplitsymbolalphadigit:209,tokenbigramsplitsymbol:209,tokenbigramsplitsymbolalpha:209,tokenbigramsplitsymbolalphadigit:209,tokendelimit:209,tokendelimitnul:209,tokenfilterstem:208,tokenfilterstopword:208,tokenizer:131,tokenizer_list:143,tokenizers:131,tokenizs:209,tokenmecab:209,tokenregexp:209,tokentrigram:209,tokenunigram:209,tokyogeopoint:211,tool:[28,151,234],topic:15,total:132,tracker:19,transfer:234,translat:17,travi:21,trie:235,truncat:144,tsv:[80,196],tune:210,tutori:226,twitter:2,type:[118,119,131,154,211,227,233],type_id:118,type_id_of_type:118,type_name:118,type_name_of_type:118,type_size:118,types:131,ubuntu:30,uint16:211,uint32:211,uint64:211,uint8:211,unix:7,unremov:[114,138],unsign:187,updat:[0,12,17,203],update:18,upgrade:215,usag:[112,114,132,138,210],usage:[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,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,193,194,196,197,198,199,200],use:154,use_html_escap:163,use_range_index:111,user:[154,233],using:[160,215],valu:[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,233],value:94,value_typ:136,variou:[227,237],vector:[77,227],vector_s:183,vector_slic:184,version:[79,215],view:230,weight:[77,232],wgs84geopoint:211,what:209,who:233,window:[8,31],without:215,work:[17,203,204,206],worker_process:151,xml:80,xor:187,your:17,zip:31,zlib:28}})
@@ -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. Server &mdash; Groonga v6.0.5 documentation</title>
10
+ <title>5. Server &mdash; Groonga v6.0.7 documentation</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
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v6.0.5 documentation" href="index.html" />
28
+ <link rel="top" title="Groonga v6.0.7 documentation" href="index.html" />
29
29
  <link rel="next" title="5.1. Server packages" href="server/package.html" />
30
30
  <link rel="prev" title="4.11. Query expansion" href="tutorial/query_expansion.html" />
31
31
  </head>
@@ -59,7 +59,7 @@
59
59
  <li class="right" >
60
60
  <a href="tutorial/query_expansion.html" title="4.11. Query expansion"
61
61
  accesskey="P">previous</a> |</li>
62
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
62
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
63
63
  </ul>
64
64
  </div>
65
65
 
@@ -116,8 +116,8 @@
116
116
  <div id="searchbox" style="display: none" role="search">
117
117
  <h3>Quick search</h3>
118
118
  <form class="search" action="search.html" method="get">
119
- <input type="text" name="q" />
120
- <input type="submit" value="Go" />
119
+ <div><input type="text" name="q" /></div>
120
+ <div><input type="submit" value="Go" /></div>
121
121
  <input type="hidden" name="check_keywords" value="yes" />
122
122
  <input type="hidden" name="area" value="default" />
123
123
  </form>
@@ -139,7 +139,7 @@
139
139
  <li class="right" >
140
140
  <a href="tutorial/query_expansion.html" title="4.11. Query expansion"
141
141
  >previous</a> |</li>
142
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
142
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
143
143
  </ul>
144
144
  </div>
145
145
  <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 documentation</title>
10
+ <title>5.3. GQTP &mdash; Groonga v6.0.7 documentation</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
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v6.0.5 documentation" href="../index.html" />
28
+ <link rel="top" title="Groonga v6.0.7 documentation" href="../index.html" />
29
29
  <link rel="up" title="5. Server" href="../server.html" />
30
30
  <link rel="next" title="5.4. Memcached binary protocol" href="memcached.html" />
31
31
  <link rel="prev" title="5.2.3. groonga-httpd" href="http/groonga-httpd.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="http/groonga-httpd.html" title="5.2.3. groonga-httpd"
62
62
  accesskey="P">previous</a> |</li>
63
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
63
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
64
64
  <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U">5. Server</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
@@ -143,8 +143,8 @@ line:</p>
143
143
  <div id="searchbox" style="display: none" role="search">
144
144
  <h3>Quick search</h3>
145
145
  <form class="search" action="../search.html" method="get">
146
- <input type="text" name="q" />
147
- <input type="submit" value="Go" />
146
+ <div><input type="text" name="q" /></div>
147
+ <div><input type="submit" value="Go" /></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
  >previous</a> |</li>
169
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
169
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
170
170
  <li class="nav-item nav-item-1"><a href="../server.html" >5. Server</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 documentation</title>
10
+ <title>5.2. HTTP &mdash; Groonga v6.0.7 documentation</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
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v6.0.5 documentation" href="../index.html" />
28
+ <link rel="top" title="Groonga v6.0.7 documentation" href="../index.html" />
29
29
  <link rel="up" title="5. Server" href="../server.html" />
30
30
  <link rel="next" title="5.2.1. Comparison" href="http/comparison.html" />
31
31
  <link rel="prev" title="5.1. Server packages" href="package.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="package.html" title="5.1. Server packages"
62
62
  accesskey="P">previous</a> |</li>
63
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
63
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
64
64
  <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U">5. Server</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
@@ -127,8 +127,8 @@ implementation. It is also fast and has many HTTP features.</p>
127
127
  <div id="searchbox" style="display: none" role="search">
128
128
  <h3>Quick search</h3>
129
129
  <form class="search" action="../search.html" method="get">
130
- <input type="text" name="q" />
131
- <input type="submit" value="Go" />
130
+ <div><input type="text" name="q" /></div>
131
+ <div><input type="submit" value="Go" /></div>
132
132
  <input type="hidden" name="check_keywords" value="yes" />
133
133
  <input type="hidden" name="area" value="default" />
134
134
  </form>
@@ -150,7 +150,7 @@ implementation. It is also fast and has many HTTP features.</p>
150
150
  <li class="right" >
151
151
  <a href="package.html" title="5.1. Server packages"
152
152
  >previous</a> |</li>
153
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
153
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
154
154
  <li class="nav-item nav-item-1"><a href="../server.html" >5. Server</a> &raquo;</li>
155
155
  </ul>
156
156
  </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. Comparison &mdash; Groonga v6.0.5 documentation</title>
10
+ <title>5.2.1. Comparison &mdash; Groonga v6.0.7 documentation</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
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v6.0.5 documentation" href="../../index.html" />
28
+ <link rel="top" title="Groonga v6.0.7 documentation" href="../../index.html" />
29
29
  <link rel="up" title="5.2. HTTP" href="../http.html" />
30
30
  <link rel="next" title="5.2.2. groonga" href="groonga.html" />
31
31
  <link rel="prev" title="5.2. HTTP" href="../http.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="../http.html" title="5.2. HTTP"
62
62
  accesskey="P">previous</a> |</li>
63
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
63
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
64
64
  <li class="nav-item nav-item-1"><a href="../../server.html" >5. Server</a> &raquo;</li>
65
65
  <li class="nav-item nav-item-2"><a href="../http.html" accesskey="U">5.2. HTTP</a> &raquo;</li>
66
66
  </ul>
@@ -425,8 +425,8 @@ following rules to use loading by POST.</p>
425
425
  <div id="searchbox" style="display: none" role="search">
426
426
  <h3>Quick search</h3>
427
427
  <form class="search" action="../../search.html" method="get">
428
- <input type="text" name="q" />
429
- <input type="submit" value="Go" />
428
+ <div><input type="text" name="q" /></div>
429
+ <div><input type="submit" value="Go" /></div>
430
430
  <input type="hidden" name="check_keywords" value="yes" />
431
431
  <input type="hidden" name="area" value="default" />
432
432
  </form>
@@ -448,7 +448,7 @@ following rules to use loading by POST.</p>
448
448
  <li class="right" >
449
449
  <a href="../http.html" title="5.2. HTTP"
450
450
  >previous</a> |</li>
451
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.0.5 documentation</a> &raquo;</li>
451
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.0.7 documentation</a> &raquo;</li>
452
452
  <li class="nav-item nav-item-1"><a href="../../server.html" >5. Server</a> &raquo;</li>
453
453
  <li class="nav-item nav-item-2"><a href="../http.html" >5.2. HTTP</a> &raquo;</li>
454
454
  </ul>