rroonga 6.1.3-x86-mingw32 → 7.0.2-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (745) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -0
  3. data/doc/text/news.md +28 -0
  4. data/ext/groonga/rb-grn-column.c +53 -32
  5. data/ext/groonga/rb-grn-context.c +1 -1
  6. data/ext/groonga/rb-grn-data-column.c +103 -0
  7. data/ext/groonga/rb-grn-default-cache.c +104 -0
  8. data/ext/groonga/rb-grn-index-column.c +93 -15
  9. data/ext/groonga/rb-grn-inverted-index-cursor.c +269 -0
  10. data/ext/groonga/rb-grn-object.c +1 -1
  11. data/ext/groonga/rb-grn-plugin.c +1 -1
  12. data/ext/groonga/rb-grn-table-cursor.c +1 -1
  13. data/ext/groonga/rb-grn-table-key-support.c +6 -0
  14. data/ext/groonga/rb-grn-table.c +0 -3
  15. data/ext/groonga/rb-grn-utils.c +35 -7
  16. data/ext/groonga/rb-grn.h +13 -4
  17. data/ext/groonga/rb-groonga.c +2 -0
  18. data/lib/2.1/groonga.so +0 -0
  19. data/lib/2.2/groonga.so +0 -0
  20. data/lib/2.3/groonga.so +0 -0
  21. data/rroonga-build.rb +7 -7
  22. data/rroonga.gemspec +2 -1
  23. data/test/test-data-column.rb +71 -2
  24. data/test/test-default-cache.rb +43 -0
  25. data/test/test-double-array-trie.rb +7 -0
  26. data/test/test-fix-size-column.rb +12 -0
  27. data/test/test-hash.rb +7 -0
  28. data/test/test-index-column.rb +12 -0
  29. data/test/test-index-cursor.rb +93 -28
  30. data/test/test-patricia-trie.rb +7 -0
  31. data/test/test-variable-size-column.rb +19 -0
  32. data/vendor/local/bin/grndb.exe +0 -0
  33. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  34. data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
  35. data/vendor/local/bin/groonga.exe +0 -0
  36. data/vendor/local/bin/libgroonga-0.dll +0 -0
  37. data/vendor/local/bin/libmecab-2.dll +0 -0
  38. data/vendor/local/bin/libmsgpackc.dll +0 -0
  39. data/vendor/local/bin/libonigmo-6.dll +0 -0
  40. data/vendor/local/bin/libpcre-1.dll +0 -0
  41. data/vendor/local/bin/libpcrecpp-0.dll +0 -0
  42. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  43. data/vendor/local/bin/lz4.exe +0 -0
  44. data/vendor/local/bin/lz4c.exe +0 -0
  45. data/vendor/local/bin/lz4cat +0 -0
  46. data/vendor/local/bin/mecab-config +2 -2
  47. data/vendor/local/bin/mecab.exe +0 -0
  48. data/vendor/local/bin/onigmo-config +2 -2
  49. data/vendor/local/bin/pcre-config +1 -1
  50. data/vendor/local/bin/pcregrep.exe +0 -0
  51. data/vendor/local/bin/pcretest.exe +0 -0
  52. data/vendor/local/bin/zlib1.dll +0 -0
  53. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +16 -3
  54. data/vendor/local/include/groonga/groonga.h +2 -1
  55. data/vendor/local/include/groonga/groonga/cache.h +49 -0
  56. data/vendor/local/include/groonga/groonga/column.h +1 -1
  57. data/vendor/local/include/groonga/groonga/groonga.h +26 -16
  58. data/vendor/local/include/groonga/groonga/ii.h +7 -1
  59. data/vendor/local/include/groonga/groonga/obj.h +8 -1
  60. data/vendor/local/include/groonga/groonga/plugin.h +6 -1
  61. data/vendor/local/include/groonga/groonga/table.h +5 -0
  62. data/vendor/local/include/groonga/groonga/util.h +4 -1
  63. data/vendor/local/include/groonga/groonga/window_function.h +5 -1
  64. data/vendor/local/include/onigmo.h +6 -5
  65. data/vendor/local/include/zconf.h +32 -9
  66. data/vendor/local/include/zlib.h +298 -154
  67. data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
  68. data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
  69. data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
  70. data/vendor/local/lib/groonga/plugins/functions/number.la +2 -2
  71. data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
  72. data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
  73. data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
  74. data/vendor/local/lib/groonga/plugins/functions/string.la +2 -2
  75. data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
  76. data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
  77. data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
  78. data/vendor/local/lib/groonga/plugins/functions/time.la +2 -2
  79. data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
  80. data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
  81. data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
  82. data/vendor/local/lib/groonga/plugins/functions/vector.la +2 -2
  83. data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
  84. data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
  85. data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a +0 -0
  86. data/vendor/local/lib/groonga/plugins/normalizers/mysql.la +2 -2
  87. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  88. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  89. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  90. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +2 -2
  91. data/vendor/local/lib/groonga/plugins/sharding/logical_count.rb +2 -2
  92. data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +2 -2
  93. data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +2 -2
  94. data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +392 -53
  95. data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +1 -2
  96. data/vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb +37 -14
  97. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  98. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  99. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  100. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
  101. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  102. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  103. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  104. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +2 -2
  105. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  106. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  107. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  108. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
  109. data/vendor/local/lib/groonga/scripts/ruby/command.rb +0 -1
  110. data/vendor/local/lib/groonga/scripts/ruby/command_input.rb +15 -0
  111. data/vendor/local/lib/groonga/scripts/ruby/expression.rb +1 -0
  112. data/vendor/local/lib/groonga/scripts/ruby/expression_size_estimator.rb +2 -136
  113. data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +12 -1
  114. data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +1 -1
  115. data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +1 -0
  116. data/vendor/local/lib/groonga/scripts/ruby/logger.rb +7 -8
  117. data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +234 -80
  118. data/vendor/local/lib/groonga/scripts/ruby/scan_info_data_size_estimator.rb +185 -0
  119. data/vendor/local/lib/groonga/scripts/ruby/table.rb +27 -2
  120. data/vendor/local/lib/libgroonga.a +0 -0
  121. data/vendor/local/lib/libgroonga.dll.a +0 -0
  122. data/vendor/local/lib/libgroonga.la +2 -2
  123. data/vendor/local/lib/liblz4.a +0 -0
  124. data/vendor/local/lib/liblz4.dll +0 -0
  125. data/vendor/local/lib/liblz4.dll.1 +0 -0
  126. data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
  127. data/vendor/local/lib/libmecab.a +0 -0
  128. data/vendor/local/lib/libmecab.dll.a +0 -0
  129. data/vendor/local/lib/libmecab.la +2 -2
  130. data/vendor/local/lib/libmsgpackc.a +0 -0
  131. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  132. data/vendor/local/lib/libonigmo.a +0 -0
  133. data/vendor/local/lib/libonigmo.dll.a +0 -0
  134. data/vendor/local/lib/libonigmo.la +3 -3
  135. data/vendor/local/lib/libpcre.a +0 -0
  136. data/vendor/local/lib/libpcre.dll.a +0 -0
  137. data/vendor/local/lib/libpcre.la +2 -2
  138. data/vendor/local/lib/libpcrecpp.a +0 -0
  139. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  140. data/vendor/local/lib/libpcrecpp.la +2 -2
  141. data/vendor/local/lib/libpcreposix.a +0 -0
  142. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  143. data/vendor/local/lib/libpcreposix.la +2 -2
  144. data/vendor/local/lib/libz.a +0 -0
  145. data/vendor/local/lib/libz.dll.a +0 -0
  146. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  147. data/vendor/local/lib/pkgconfig/liblz4.pc +5 -5
  148. data/vendor/local/lib/pkgconfig/libpcre.pc +1 -1
  149. data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
  150. data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
  151. data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
  152. data/vendor/local/lib/pkgconfig/onigmo.pc +7 -7
  153. data/vendor/local/lib/pkgconfig/zlib.pc +4 -4
  154. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  155. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  156. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  157. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  158. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  159. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  160. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +11 -2
  161. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +13 -47
  162. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +6 -5
  163. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +4 -4
  164. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  165. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  166. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  167. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -4
  168. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  169. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +181 -891
  170. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +2 -1
  171. data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +11 -9
  172. data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +4 -4
  173. data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +2 -2
  174. data/vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt +1086 -0
  175. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
  176. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt +1 -1
  177. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +45 -19
  178. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +632 -91
  179. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt +514 -0
  180. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +902 -55
  181. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +5 -3
  182. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +11 -9
  183. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +71 -23
  184. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +2 -0
  185. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +8 -6
  186. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +51 -25
  187. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt +195 -0
  188. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +100 -15
  189. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt +33 -0
  190. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt +38 -0
  191. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +35 -7
  192. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +24 -10
  193. data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +6 -6
  194. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt +22 -0
  195. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt +28 -0
  196. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt +25 -0
  197. data/vendor/local/share/doc/groonga/{ja/html/_sources/reference/functions/record_number.txt → en/html/_sources/reference/window_functions/window_sum.txt} +5 -3
  198. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +3 -3
  199. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/client.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +102 -93
  212. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  214. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  216. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  217. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
  218. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  219. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/genindex.html +326 -251
  222. data/vendor/local/share/doc/groonga/en/html/index.html +111 -104
  223. data/vendor/local/share/doc/groonga/en/html/install.html +8 -9
  224. data/vendor/local/share/doc/groonga/en/html/install/centos.html +24 -65
  225. data/vendor/local/share/doc/groonga/en/html/install/debian.html +12 -11
  226. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +9 -9
  227. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  228. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  229. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  230. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -9
  231. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  232. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/news.html +213 -898
  234. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +7 -6
  238. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
  239. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +16 -14
  240. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +9 -9
  241. data/vendor/local/share/doc/groonga/en/html/news/4.x.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/news/5.x.html +7 -7
  243. data/vendor/local/share/doc/groonga/en/html/news/6.x.html +1148 -0
  244. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  246. data/vendor/local/share/doc/groonga/en/html/reference.html +90 -82
  247. data/vendor/local/share/doc/groonga/en/html/reference/alias.html +23 -23
  248. data/vendor/local/share/doc/groonga/en/html/reference/api.html +39 -39
  249. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +22 -22
  250. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +24 -24
  251. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +24 -24
  252. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +24 -24
  253. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +22 -22
  254. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +24 -24
  255. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +24 -24
  256. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +24 -24
  257. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +22 -22
  258. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +24 -24
  259. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +24 -24
  260. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +24 -24
  261. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +24 -24
  262. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +24 -24
  263. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +24 -24
  264. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +24 -24
  265. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +24 -24
  266. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -24
  267. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +24 -24
  268. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +24 -24
  269. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +24 -24
  270. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +24 -24
  271. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +20 -20
  272. data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +24 -24
  273. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +22 -22
  274. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  275. data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
  276. data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
  277. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
  278. data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
  279. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
  280. data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
  281. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  282. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  283. data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +5 -5
  284. data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +5 -5
  285. data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +6 -6
  286. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  287. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  288. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  289. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  290. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +5 -5
  291. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  292. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  293. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  294. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  295. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +5 -5
  296. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +5 -5
  297. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +5 -5
  298. data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +5 -5
  299. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  300. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  301. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  302. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  303. data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +5 -5
  304. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  305. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +5 -5
  306. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +5 -5
  307. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +5 -5
  308. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +61 -17
  309. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  310. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  311. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +5 -5
  312. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +5 -5
  313. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +5 -5
  314. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +1727 -408
  315. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +5 -5
  316. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +5 -5
  317. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
  318. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
  319. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +5 -5
  320. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +526 -33
  321. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +5 -5
  322. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +5 -5
  323. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +5 -5
  324. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +5 -5
  325. data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +5 -5
  326. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  327. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +5 -5
  328. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
  329. data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +5 -5
  330. data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +5 -5
  331. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
  332. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
  333. data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +5 -5
  334. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +1685 -492
  335. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
  336. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
  337. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
  338. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +5 -5
  339. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
  340. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
  341. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  342. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +5 -5
  343. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +5 -5
  344. data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +5 -5
  345. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
  346. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +5 -5
  347. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
  348. data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +19 -19
  349. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  350. data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +5 -5
  351. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +14 -14
  352. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +32 -32
  353. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +75 -34
  354. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  355. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  356. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +24 -24
  357. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +23 -23
  358. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +107 -82
  359. data/vendor/local/share/doc/groonga/en/html/reference/function.html +25 -23
  360. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
  361. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  362. data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +5 -5
  363. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  364. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  365. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  366. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +5 -5
  367. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +5 -5
  368. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +10 -10
  369. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html +355 -0
  370. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +30 -30
  371. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +25 -25
  372. data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +23 -23
  373. data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +31 -31
  374. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +155 -55
  375. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +28 -28
  376. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +15 -15
  377. data/vendor/local/share/doc/groonga/en/html/reference/functions/{record_number.html → string_length.html} +36 -31
  378. data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +24 -24
  379. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +31 -31
  380. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +23 -23
  381. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +23 -23
  382. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +23 -23
  383. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +23 -23
  384. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +23 -23
  385. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +23 -23
  386. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +24 -24
  387. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html +170 -0
  388. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +28 -28
  389. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +24 -24
  390. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  391. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +36 -26
  392. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +27 -15
  393. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
  394. data/vendor/local/share/doc/groonga/en/html/reference/log.html +29 -29
  395. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  396. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +17 -17
  397. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +20 -20
  398. data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +26 -26
  399. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  400. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  401. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  402. data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +5 -5
  403. data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +5 -5
  404. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +5 -5
  405. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +5 -5
  406. data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +23 -23
  407. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +33 -33
  408. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +32 -32
  409. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +28 -28
  410. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +26 -26
  411. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +28 -28
  412. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  413. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +5 -5
  414. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  415. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +35 -35
  416. data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
  417. data/vendor/local/share/doc/groonga/en/html/reference/window_function.html +147 -0
  418. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html +164 -0
  419. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html +163 -0
  420. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html +163 -0
  421. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  422. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  423. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  424. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  425. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  426. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  427. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  428. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  429. data/vendor/local/share/doc/groonga/en/html/server/memcached.html +5 -5
  430. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  431. data/vendor/local/share/doc/groonga/en/html/spec.html +9 -9
  432. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  433. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  434. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  435. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  436. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  437. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  438. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  439. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  440. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  441. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  442. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  443. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  444. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  445. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  446. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  447. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +8 -8
  448. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  449. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  450. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +11 -2
  451. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +13 -47
  452. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +6 -5
  453. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +4 -4
  454. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  455. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  456. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  457. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -4
  458. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  459. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +181 -891
  460. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +2 -1
  461. data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +11 -9
  462. data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +4 -4
  463. data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +2 -2
  464. data/vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt +1086 -0
  465. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
  466. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt +1 -1
  467. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +45 -19
  468. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +632 -91
  469. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt +514 -0
  470. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +902 -55
  471. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +5 -3
  472. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +11 -9
  473. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +71 -23
  474. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +2 -0
  475. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +8 -6
  476. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +51 -25
  477. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt +195 -0
  478. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +100 -15
  479. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt +33 -0
  480. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt +38 -0
  481. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +35 -7
  482. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +24 -10
  483. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +6 -6
  484. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt +22 -0
  485. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt +28 -0
  486. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt +25 -0
  487. data/vendor/local/share/doc/groonga/{en/html/_sources/reference/functions/record_number.txt → ja/html/_sources/reference/window_functions/window_sum.txt} +5 -3
  488. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +3 -3
  489. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  490. data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
  491. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  492. data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
  493. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  494. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +5 -5
  495. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +5 -5
  496. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +5 -5
  497. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +5 -5
  498. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  499. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
  500. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  501. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +102 -93
  502. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
  503. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  504. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  505. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  506. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  507. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
  508. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  509. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  510. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  511. data/vendor/local/share/doc/groonga/ja/html/genindex.html +186 -118
  512. data/vendor/local/share/doc/groonga/ja/html/index.html +111 -104
  513. data/vendor/local/share/doc/groonga/ja/html/install.html +8 -9
  514. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +24 -61
  515. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +12 -11
  516. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +9 -9
  517. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  518. data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -9
  519. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  520. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -9
  521. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
  522. data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
  523. data/vendor/local/share/doc/groonga/ja/html/news.html +132 -761
  524. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  525. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  526. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  527. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
  528. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
  529. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +10 -10
  530. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +9 -9
  531. data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +5 -5
  532. data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +6 -6
  533. data/vendor/local/share/doc/groonga/ja/html/news/6.x.html +1064 -0
  534. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  535. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  536. data/vendor/local/share/doc/groonga/ja/html/reference.html +90 -82
  537. data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +23 -23
  538. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +39 -39
  539. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +22 -22
  540. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +24 -24
  541. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +24 -24
  542. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +24 -24
  543. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +22 -22
  544. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +24 -24
  545. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +24 -24
  546. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +24 -24
  547. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +22 -22
  548. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +24 -24
  549. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +24 -24
  550. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +24 -24
  551. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +24 -24
  552. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +24 -24
  553. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +24 -24
  554. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +24 -24
  555. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +24 -24
  556. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +24 -24
  557. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +24 -24
  558. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +24 -24
  559. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +24 -24
  560. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +24 -24
  561. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +20 -20
  562. data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +24 -24
  563. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +22 -22
  564. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  565. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
  566. data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
  567. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
  568. data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
  569. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
  570. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
  571. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  572. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  573. data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +5 -5
  574. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +5 -5
  575. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +6 -6
  576. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  577. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  578. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  579. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  580. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +5 -5
  581. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  582. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  583. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  584. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
  585. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +5 -5
  586. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +5 -5
  587. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +5 -5
  588. data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +5 -5
  589. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  590. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  591. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  592. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  593. data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +5 -5
  594. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  595. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +5 -5
  596. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +5 -5
  597. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +5 -5
  598. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +67 -17
  599. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  600. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  601. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +5 -5
  602. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +5 -5
  603. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +5 -5
  604. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +1629 -383
  605. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +5 -5
  606. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +6 -6
  607. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
  608. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
  609. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +5 -5
  610. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +508 -33
  611. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +5 -5
  612. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +5 -5
  613. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +5 -5
  614. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +5 -5
  615. data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +5 -5
  616. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
  617. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +5 -5
  618. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
  619. data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +5 -5
  620. data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +5 -5
  621. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
  622. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
  623. data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +5 -5
  624. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +1606 -478
  625. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
  626. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
  627. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
  628. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +5 -5
  629. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
  630. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
  631. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  632. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +5 -5
  633. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +5 -5
  634. data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +5 -5
  635. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
  636. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +5 -5
  637. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
  638. data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +19 -19
  639. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  640. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +5 -5
  641. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +14 -14
  642. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +32 -32
  643. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +76 -48
  644. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  645. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  646. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +24 -24
  647. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +23 -23
  648. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +103 -82
  649. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +25 -23
  650. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +5 -5
  651. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
  652. data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +5 -5
  653. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
  654. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
  655. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
  656. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +5 -5
  657. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +5 -5
  658. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +10 -10
  659. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html +370 -0
  660. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +30 -30
  661. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +25 -25
  662. data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +23 -23
  663. data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +31 -31
  664. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +150 -52
  665. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +28 -28
  666. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +15 -15
  667. data/vendor/local/share/doc/groonga/ja/html/reference/functions/{record_number.html → string_length.html} +36 -31
  668. data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +24 -24
  669. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +31 -31
  670. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +23 -23
  671. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +23 -23
  672. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +23 -23
  673. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +23 -23
  674. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +23 -23
  675. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +23 -23
  676. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +24 -24
  677. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html +171 -0
  678. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +28 -28
  679. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +24 -24
  680. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
  681. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +36 -26
  682. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +19 -7
  683. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
  684. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +25 -25
  685. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
  686. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +17 -17
  687. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +20 -20
  688. data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +26 -26
  689. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  690. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  691. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
  692. data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +5 -5
  693. data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +5 -5
  694. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +6 -6
  695. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +5 -5
  696. data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +23 -23
  697. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +33 -33
  698. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +32 -32
  699. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +28 -28
  700. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +26 -26
  701. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +28 -28
  702. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  703. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +5 -5
  704. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  705. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +35 -35
  706. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
  707. data/vendor/local/share/doc/groonga/ja/html/reference/window_function.html +146 -0
  708. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html +165 -0
  709. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html +164 -0
  710. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html +164 -0
  711. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  712. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  713. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  714. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  715. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  716. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
  717. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  718. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  719. data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +5 -5
  720. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  721. data/vendor/local/share/doc/groonga/ja/html/spec.html +9 -9
  722. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  723. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  724. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  725. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  726. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  727. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  728. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
  729. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  730. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  731. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  732. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  733. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  734. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  735. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  736. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  737. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +8 -8
  738. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  739. data/vendor/local/share/groonga/mruby/LEGAL +4 -0
  740. data/vendor/local/share/license/mruby/AUTHORS +1 -0
  741. data/vendor/local/share/license/mruby/MITL +1 -1
  742. data/vendor/local/share/license/zlib/README +3 -3
  743. metadata +100 -67
  744. data/lib/2.4/groonga.so +0 -0
  745. data/vendor/local/sbin/groonga-httpd-restart +0 -105
@@ -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 &#8212; Groonga v6.1.3 documentation</title>
10
+ <title>Search &#8212; Groonga v7.0.1-160-gda23e59 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.1.3',
18
+ VERSION: '7.0.1-160-gda23e59',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -28,7 +28,7 @@
28
28
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
29
  <link rel="index" title="Index" href="genindex.html" />
30
30
  <link rel="search" title="Search" href="#" />
31
- <link rel="top" title="Groonga v6.1.3 documentation" href="index.html" />
31
+ <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="index.html" />
32
32
  <script type="text/javascript">
33
33
  jQuery(function() { Search.loadIndex("searchindex.js"); });
34
34
  </script>
@@ -61,7 +61,7 @@
61
61
  <li class="right" style="margin-right: 10px">
62
62
  <a href="genindex.html" title="General Index"
63
63
  accesskey="I">index</a></li>
64
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.1.3 documentation</a> &#187;</li>
64
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
65
65
  </ul>
66
66
  </div>
67
67
 
@@ -109,7 +109,7 @@
109
109
  <li class="right" style="margin-right: 10px">
110
110
  <a href="genindex.html" title="General Index"
111
111
  >index</a></li>
112
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.1.3 documentation</a> &#187;</li>
112
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
113
113
  </ul>
114
114
  </div>
115
115
  <div class="footer" role="contentinfo">
@@ -1 +1 @@
1
- Search.setIndex({envversion:49,filenames:["characteristic","client","community","contribution","contribution/development","contribution/development/build","contribution/development/build/unix_autotools","contribution/development/build/unix_cmake","contribution/development/build/windows_cmake","contribution/development/com","contribution/development/cooperation","contribution/development/query","contribution/development/release","contribution/development/repository","contribution/development/test","contribution/documentation","contribution/documentation/c-api","contribution/documentation/i18n","contribution/documentation/introduction","contribution/report","development","development/travis-ci","index","install","install/centos","install/debian","install/fedora","install/mac_os_x","install/others","install/solaris","install/ubuntu","install/windows","limitations","news","news/0.x","news/1.0.x","news/1.1.x","news/1.2.x","news/1.3.x","news/2.x","news/3.x","news/4.x","news/5.x","news/senna","reference","reference/alias","reference/api","reference/api/global_configurations","reference/api/grn_cache","reference/api/grn_column","reference/api/grn_command_version","reference/api/grn_content_type","reference/api/grn_ctx","reference/api/grn_db","reference/api/grn_encoding","reference/api/grn_expr","reference/api/grn_geo","reference/api/grn_hook","reference/api/grn_ii","reference/api/grn_index_cursor","reference/api/grn_info","reference/api/grn_match_escalation","reference/api/grn_obj","reference/api/grn_proc","reference/api/grn_search","reference/api/grn_table","reference/api/grn_table_cursor","reference/api/grn_thread","reference/api/grn_type","reference/api/grn_user_data","reference/api/overview","reference/api/plugin","reference/cast","reference/column","reference/columns/index","reference/columns/pseudo","reference/columns/scalar","reference/columns/vector","reference/command","reference/command/command_version","reference/command/output_format","reference/command/pretty_print","reference/command/request_id","reference/command/request_timeout","reference/command/return_code","reference/commands/cache_limit","reference/commands/check","reference/commands/clearlock","reference/commands/column_copy","reference/commands/column_create","reference/commands/column_list","reference/commands/column_remove","reference/commands/column_rename","reference/commands/config_delete","reference/commands/config_get","reference/commands/config_set","reference/commands/database_unmap","reference/commands/define_selector","reference/commands/defrag","reference/commands/delete","reference/commands/dump","reference/commands/io_flush","reference/commands/load","reference/commands/lock_acquire","reference/commands/lock_clear","reference/commands/lock_release","reference/commands/log_level","reference/commands/log_put","reference/commands/log_reopen","reference/commands/logical_count","reference/commands/logical_parameters","reference/commands/logical_range_filter","reference/commands/logical_select","reference/commands/logical_shard_list","reference/commands/logical_table_remove","reference/commands/normalize","reference/commands/normalizer_list","reference/commands/object_exist","reference/commands/object_inspect","reference/commands/object_list","reference/commands/object_remove","reference/commands/plugin_register","reference/commands/plugin_unregister","reference/commands/query_expand","reference/commands/quit","reference/commands/range_filter","reference/commands/register","reference/commands/reindex","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/schema","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","reference/commands/table_copy","reference/commands/table_create","reference/commands/table_list","reference/commands/table_remove","reference/commands/table_rename","reference/commands/table_tokenize","reference/commands/thread_limit","reference/commands/tokenize","reference/commands/tokenizer_list","reference/commands/truncate","reference/configuration","reference/executables","reference/executables/grndb","reference/executables/grnslap","reference/executables/groonga","reference/executables/groonga-benchmark","reference/executables/groonga-httpd","reference/executables/groonga-server-http","reference/executables/groonga-suggest-create-dataset","reference/executables/groonga-suggest-httpd","reference/executables/groonga-suggest-learner","reference/function","reference/functions/between","reference/functions/edit_distance","reference/functions/fuzzy_search","reference/functions/geo_distance","reference/functions/geo_in_circle","reference/functions/geo_in_rectangle","reference/functions/highlight_full","reference/functions/highlight_html","reference/functions/html_untag","reference/functions/in_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":[150,4,1,"cmdoption--address"],"--bind-address":[150,4,1,"cmdoption--bind-address"],"--cache-limit":[150,4,1,"cmdoption--cache-limit"],"--config-path":[150,4,1,"cmdoption--config-path"],"--daemon":[156,4,1,"cmdoption--daemon"],"--default-match-escalation-threshold":[150,4,1,"cmdoption--default-match-escalation-threshold"],"--default-request-timeout":[150,4,1,"cmdoption--default-request-timeout"],"--dir":[151,4,1,"cmdoption--dir"],"--disable-max-fd-check":[155,4,1,"cmdoption--disable-max-fd-check"],"--document-root":[150,4,1,"cmdoption--document-root"],"--encoding":[150,4,1,"cmdoption--encoding"],"--ftp":[151,4,1,"cmdoption--ftp"],"--groonga":[151,4,1,"cmdoption--groonga"],"--help":[150,4,1,"cmdoption--help"],"--host":[151,4,1,"cmdoption--host"],"--log-base-path":[156,4,1,"cmdoption--log-base-path"],"--log-level":[156,4,1,"cmdoption--log-level"],"--log-output-dir":[151,4,1,"cmdoption--log-output-dir"],"--log-path":[156,4,1,"cmdoption--log-path"],"--log-rotate-threshold-size":[150,4,1,"cmdoption--log-rotate-threshold-size"],"--max-threads":[150,4,1,"cmdoption--max-threads"],"--n-lines-per-log-file":[155,4,1,"cmdoption--n-lines-per-log-file"],"--n-threads":[155,4,1,"cmdoption--n-threads"],"--pid-path":[150,4,1,"cmdoption--pid-path"],"--port":[155,4,1,"cmdoption--port"],"--protocol":[151,4,1,"cmdoption--protocol"],"--query-log-path":[150,4,1,"cmdoption--query-log-path"],"--query-log-rotate-threshold-size":[150,4,1,"cmdoption--query-log-rotate-threshold-size"],"--receive-endpoint":[156,4,1,"cmdoption--receive-endpoint"],"--send-endpoint":[156,4,1,"cmdoption--send-endpoint"],"--server-id":[150,4,1,"cmdoption--server-id"],"-P":[149,4,1,"cmdoption-P"],"-a":[150,4,1,"cmdoption-a"],"-c":[150,4,1,"cmdoption-c"],"-d":[156,4,1,"cmdoption-d"],"-e":[150,4,1,"cmdoption-e"],"-h":[150,4,1,"cmdoption-h"],"-i":[151,4,1,"cmdoption-i"],"-l":[156,4,1,"cmdoption-l"],"-m":[149,4,1,"cmdoption-m"],"-n":[150,4,1,"cmdoption-n"],"-p":[155,4,1,"cmdoption-p"],"-r":[156,4,1,"cmdoption-r"],"-s":[156,4,1,"cmdoption-s"],"-t":[155,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:[150,4,1,"cmdoption-arg-command"],db:[151,4,1,"cmdoption-arg-db"],dest:[150,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:[151,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":155,"01t00":155,"0\u306e\u79d2\u8868\u8a18":225,"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":[],"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":150,"0mq":40,"0x0":[38,212,228],"0x01":222,"0x02":222,"0x04":222,"0x08":222,"0x10":222,"0x20":187,"0x7fa0d5d7ed00":83,"0xc7":222,"10000cent":210,"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":212,"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":149,"10041\u756a":150,"10043\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":150,"10043\u756a":150,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":225,"100cent":210,"100x":33,"100x100":162,"100x150":163,"1024r":12,"1073741824\u306e\u6574\u6570\u3067":75,"10m":152,"10t13":[204,205,207],"10t22":205,"10z":188,"128452975x503157902":[228,230,235,238],"128487316x502920929":[230,238],"128515259x503187188":[230,238],"1285858800\u306f2010":225,"128mb":39,"12gb":226,"135960000x":161,"13\u7528rpm\u306e\u63d0\u4f9b":35,"143660000x419009000":161,"145508000x":161,"146249000x":234,"146566000x":[161,234],"146607190x":234,"146710080x":234,"146741340x":234,"146867000x":234,"150x100":163,"152489000x":234,"15min":33,"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":86,"16bit":212,"16gb":226,"16gib":211,"175904000x8464000":161,"185428000x":161,"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":151,"1\u30ea\u30ea\u30fc\u30b9":[],"1\u5358\u8a9e\u6271\u3044":223,"1\u884c\u76ee":151,"1byte":222,"1gb":42,"1st":158,"1tib":[32,137,208],"1usec":33,"1x139":228,"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":174,"20km":234,"21th":40,"23t02":188,"24byte":222,"256gib":32,"256kb":226,"256kib":211,"257662232kbyte":151,"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":[],"2\u884c\u76ee":151,"2byte":[84,222],"2nd":132,"2rd":132,"2st":132,"30ac":191,"314e":188,"32bit":[8,33,40,42,212],"32byte":42,"32gib":211,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":223,"3\u30ea\u30ea\u30fc\u30b9":[],"3\u884c\u76ee":151,"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,146],"4096byte":[42,208],"4097byte":208,"436218z":188,"44001770019531e":195,"45ea3034":190,"4\u30ea\u30ea\u30fc\u30b9":[],"4\u884c\u76ee":151,"4byte":222,"4e86e700":226,"4gib":[32,33,137,208,222],"4kib":[32,42,45,93,94,95,146,208],"4th":132,"5367431640625e":195,"56058502197266e":195,"56880000x":161,"57f2ff87d45d7f0f525e2216":33,"58043f77614116a2568d529c":33,"59\u74b0\u5883\u306b\u304a\u3044\u3066":37,"5\u30ea\u30ea\u30fc\u30b9":[],"5th":132,"64bit":[8,42,118,212],"64kib":42,"65535byte":42,"6813819x139":[228,238],"6909211x139":238,"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":[],"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":14,"6elz":41,"6gib":211,"7\u30ea\u30ea\u30fc\u30b9":[],"80ghz":151,"82pre":43,"8\u306b\u5bfe\u5fdc":35,"8\u30ea\u30ea\u30fc\u30b9":[],"8bit":212,"8byte":[32,222],"93933868408203e":195,"975mbyte":151,"\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,138],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":162,"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[162,163],"\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":212,"\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":150,"\u304bwgs84geopoint":[162,163],"\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":223,"\u304c\u5fc5\u8981\u3067\u3059":12,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":172,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":162,"\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":[187,188],"\u3050\u308b\u3093\u304c\u592a\u90ce":230,"\u3050\u308b\u3093\u304c\u6b21\u90ce":230,"\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":225,"\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":225,"\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":225,"\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":223,"\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":225,"\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":225,"\u3053\u306e\u3088\u3046\u306bn":225,"\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":225,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":151,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":151,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":151,"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":223,"\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":225,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":12,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":150,"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":151,"\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":151,"\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":225,"\u3053\u306e\u5834\u5408":66,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":225,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":225,"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":225,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":225,"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":225,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":225,"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":225,"\u3053\u306e\u624b\u9806\u306f\u30b9\u30ad\u30c3\u30d7\u3057\u3066\u69cb\u3044\u307e\u305b\u3093":12,"\u3053\u306e\u624b\u9806\u306f\u7701\u7565\u53ef\u80fd\u3067\u3059":12,"\u3053\u306e\u64cd\u4f5c\u306f":65,"\u3053\u306e\u65b9\u6cd5\u3067ppa\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u308b\u4e8b\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"\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":225,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":223,"\u3053\u306e\u7d50\u679c\u306f":151,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":223,"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":162,"\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":223,"\u3053\u308c\u306f":225,"\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":225,"\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":151,"\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":[212,223,225],"\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":223,"\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":151,"\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":151,"\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":225,"\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":138,"\u305d\u306e\u305f\u3081":[12,100,151,223,225],"\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":212,"\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":151,"\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":150,"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":225,"\u305d\u306e\u5834\u5408":12,"\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":150,"\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":150,"\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":223,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":223,"\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":223,"\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":225,"\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":225,"\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":223,"\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":149,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":149,"\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,150,223],"\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":223,"\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":225,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":225,"\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":225,"\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":151,"\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":225,"\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":225,"\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":150,"\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":225,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":225,"\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":150,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":52,"\u3067\u533a\u5207\u308a\u307e\u3059":150,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":75,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":151,"\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":138,"\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":223,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":223,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":225,"\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":151,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":151,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":151,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":151,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u3092\u9069\u5b9c\u4fee\u6b63\u3057\u307e\u3059":12,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":223,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":223,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":223,"\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":223,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":223,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":223,"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":223,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":223,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":212,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":223,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":223,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":223,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":223,"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":151,"\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":225,"\u3068\u308a\u3068\u3093":[187,188],"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":151,"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":151,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u304c":225,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":225,"\u3068\u5171\u306b":49,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":62,"\u3068\u540c\u3058\u610f\u5473":150,"\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":151,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":162,"\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":225,"\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":223,"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":151,"\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":[],"\u306b\u306a\u308a\u307e\u3059":52,"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":223,"\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":138,"\u306b\u307e\u3068\u3081\u307e\u3059":12,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":223,"\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":212,"\u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057":12,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":223,"\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":223,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":225,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":225,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":150,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":151,"\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":151,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":150,"\u306b\u8a2d\u5b9a\u3059\u308b":12,"\u306b\u8ffd\u52a0\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":151,"\u306e2\u5358\u8a9e\u6271\u3044":223,"\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,162,163],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":150,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u306e\u307b\u304b\u306b":212,"\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":150,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":150,"\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":150,"\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":[],"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":151,"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":150,"\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":172,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":172,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":138,"\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":225,"\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":225,"\u3072\u308d\u3042\u304d":236,"\u3072\u308d\u3086\u304d":236,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":151,"\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":151,"\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,91,97,98,100,106,107,108,124,138],"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":150,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":150,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":151,"\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":151,"\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":151,"\u307e\u305f\u540c\u6642\u306b":151,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":65,"\u307e\u305fgroonga":151,"\u307e\u3060\u81ea\u5206\u7528\u306b\u6697\u53f7\u5316\u3055\u308c\u305f\u9375\u304c\u7121\u3044\u5834\u5408\u306b\u306f":12,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":79,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":10,"\u307e\u308d\u3086\u304d":236,"\u3080\u308b\u3093\u304c":[187,188],"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":159,"\u3082\u3057\u304f\u306f":[65,66,212],"\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":151,"\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":151,"\u3082\u3057groonga":151,"\u3082\u3057test":151,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":223,"\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":236,"\u3088\u3063\u3066":212,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":162,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":151,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u308d\u3086\u304d":236,"\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\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":212,"\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":[151,212,225],"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":49,"\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\u4e0d\u5b89\u5b9a\u7248\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3088\u3046\u306b\u6307\u5b9a\u3057\u307e\u3059":12,"\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":[12,49,53,60,62,65,68,150,151],"\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":162,"\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":151,"\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":149,"\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\u30c3\u30d7\u30ed\u30fc\u30c9\u6e08\u307f\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664\u3067\u304d\u308b":12,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[223,225],"\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":225,"\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":151,"\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":151,"\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\u7b49":87,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":12,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":150,"\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":150,"\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":151,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":151,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":151,"\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":[],"\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\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\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":223,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":223,"\u30ab\u30f3\u30b8":170,"\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":150,"\u30ad\u30fc":150,"\u30ad\u30fc\u304c":150,"\u30ad\u30fc\u30ef\u30fc\u30c9":36,"\u30af\u30a8\u30ea\u306e":225,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":225,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":149,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[],"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[],"\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":150,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\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":150,"\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":150,"\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":150,"\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":223,"\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":212,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":212,"\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":150,"\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":151,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":151,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":151,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057":151,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":151,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057":151,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":151,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":151,"\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":151,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":151,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":150,"\u30b3\u30de\u30f3\u30c9\u540d":150,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":150,"\u30b3\u30df\u30c3\u30c8":12,"\u30b3\u30e1\u30f3\u30c8\u884c":151,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":35,"\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":150,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":151,"\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":151,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":150,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"\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":151,"\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":151,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":150,"\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":151,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":150,"\u30b7\u30a7\u30eb\u4e0a":151,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":150,"\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":151,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":151,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egroonga":151,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":151,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":151,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":150,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":150,"\u30b9\u30ec\u30c3\u30c9\u6570":151,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":151,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":151,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":151,"\u30b9\u30fc\u30d7":223,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":223,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":223,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":223,"\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":151,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":151,"\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":225,"\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":[],"\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":[],"\u30c6\u30b9\u30c8\u74b0\u5883\u3067\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":[],"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":225,"\u30c6\u30fc\u30d6\u30eb":87,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":150,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":150,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":150,"\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":150,"\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":150,"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":138,"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":75,"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":138,"\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":138,"\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":150,"\u30c6\u30fc\u30d6\u30eb\u540d":[87,98,138],"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":138,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":212,"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":138,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":138,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":138,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":138,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":138,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":138,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":138,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":97,"\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\u30d0\u30c3\u30b0\u7528\u3084\u958b\u767a\u7528\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c6\u30b9\u30c8\u7528\u306b\u516c\u958b\u3059\u308b\u6642\u306f":12,"\u30c7\u30d5\u30a9\u30eb\u30c8":11,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[150,151],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":150,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":150,"\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":150,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":150,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":150,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":150,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":150,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":212,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[149,150],"\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":151,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":150,"\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":150,"\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":150,"\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":230,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\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":[170,194,204],"\u30cb\u30db\u30f3":[170,194,204],"\u30cb\u30db\u30f3\u30b4":204,"\u30cb\u30db\u30f3\u30b8\u30f3":204,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":225,"\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":150,"\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":[],"\u30d0\u30fc\u30b8\u30e7\u30f31":[],"\u30d0\u30fc\u30b8\u30e7\u30f3\u4e00\u89a7\u306e\u4e0a\u306b\u3042\u308b":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":[],"\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":[],"\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":[],"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":149,"\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":[],"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":[],"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":12,"\u30d3\u30eb\u30c9\u7d50\u679c\u304c\u30e1\u30fc\u30eb\u3067\u901a\u77e5\u3055\u308c\u307e\u3059":12,"\u30d5\u30a1\u30a4\u30eb":12,"\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3057\u305f\u3089":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":[],"\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":[],"\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":150,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":150,"\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":212,"\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\u30de\u30b7\u30f3\u306e\u6027\u80fd\u306b\u8907\u6570\u53f0\u306evm\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3060\u3051\u306e\u4f59\u88d5\u304c\u306a\u3044\u5834\u5408\u306f":12,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":151,"\u30db\u30b9\u30c8\u540d\u3068":151,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[149,150],"\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":212,"\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":162,"\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":[],"\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":151,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":149,"\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":[],"\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":[],"\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":[],"\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":[],"\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":[],"\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":[],"\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":[],"\u30ea\u30f3\u30af\u306e\u5148\u3067":12,"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":12,"\u30ea\u30f3\u30af\u3092\u8fbf\u308b\u3068":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":150,"\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":151,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":151,"\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":150,"\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,150],"\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":150,"\u30ed\u30fc\u30de\u30b8":[170,194],"\u30ed\u30fc\u30de\u5b57":170,"\u30ed\u30fc\u30de\u5b57\u5165\u529b":194,"\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":223,"\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":225,"\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":151,"\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":225,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":151,"\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\u5b89\u5b9a\u7248\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u524a\u9664\u7528\u306e\u30da\u30fc\u30b8":12,"\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":225,"\u4e16\u754c\u6e2c\u5730\u7cfb":212,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[162,163],"\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":212,"\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":138,"\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":172,"\u4e8c":194,"\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":[210,223,225],"\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,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066":12,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066\u7f72\u540d\u7528\u306e\u9375\u3092\u6697\u53f7\u5316\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\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":151,"\u4ee5\u4e0b":151,"\u4ee5\u4e0b\u3067":225,"\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":223,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304a\u3044\u3066\u4e0b\u3055\u3044":12,"\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":223,"\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":225,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":225,"\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":150,"\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":150,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":150,"\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":151,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":150,"\u4efb\u610f\u306edb\u540d":151,"\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,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":151,"\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\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":150,"\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4f8b\u306f\u4ee5\u4e0b\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u4f5c\u696d\u30de\u30b7\u30f3\u4e0a\u306bgroonga\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u4f9d\u5b58\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u4e00\u5f0f\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\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":150,"\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":[],"\u4f8b\u3048\u3070":[62,150,151,223,225],"\u4fee\u6b63\u304c\u5fc5\u8981\u306a\u7b87\u6240\u3092\u8abf\u3079\u3066":12,"\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":225,"\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":150,"\u50241":150,"\u50242":150,"\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":150,"\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":230,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":11,"\u5165\u529b":87,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":151,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":151,"\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":225,"\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,"\u5177\u4f53\u7684\u306a\u5909\u66f4\u70b9\u306e\u8a18\u8ff0\u65b9\u6cd5\u306f\u5f8c\u8ff0\u3057\u307e\u3059":12,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u5185\u8a33\u306f":225,"\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":162,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":162,"\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":162,"\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":162,"\u518d\u5ea6po\u30d5\u30a1\u30a4\u30eb\u3068html\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\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":225,"\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":151,"\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":151,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":151,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":100,"\u5206\u5272":223,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":14,"\u521d\u671f\u5024\u306f10\u3067\u3059":149,"\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":225,"\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":[],"\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":225,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u52c9\u5f37":210,"\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":162,"\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":162,"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3089":66,"\u5358\u4f4d":[68,162],"\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":162,"\u539f\u56e0":[],"\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":151,"\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\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u5411\u3051\u306e\u30d3\u30eb\u30c9\u304c\u9806\u756a\u306b\u884c\u308f\u308c\u307e\u3059":12,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":151,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":151,"\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":151,"\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":151,"\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":151,"\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":225,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[],"\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\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":151,"\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":151,"\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":[],"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":149,"\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":225,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":223,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":223,"\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":223,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":223,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":223,"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":150,"\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\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":149,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":149,"\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":150,"\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":151,"\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":225,"\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":[],"\u5bfe\u7b56\u65b9\u6cd52":[],"\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":149,"\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":151,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":212,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u7d4c\u5ea6":212,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":162,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":163,"\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":151,"\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":150,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":11,"\u5f15\u6570\u540d":150,"\u5f15\u6570\u540d1":150,"\u5f15\u6570\u540d2":150,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":150,"\u5f37":210,"\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":150,"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":150,"\u5f62\u5f0f2":150,"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":150,"\u5f8c\u8ff0\u3057\u307e\u3059\u304c":12,"\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,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":138,"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":138,"\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":151,"\u62e1\u5f35\u5b50\u306f":151,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":151,"\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":151,"\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":159,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":159,"\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":151,"\u6307\u5b9a\u3059\u308b":53,"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":162,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":151,"\u63a5\u7d9a\u3059\u308bgroonga":151,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":151,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":151,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":149,"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":151,"\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":151,"\u63d0\u6848\u3092\u884c\u3046":35,"\u6539\u884c\u6587\u5b57\u306f":150,"\u6570\u5024":223,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":34,"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":162,"\u6570\u5b57":151,"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":225,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":225,"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":159,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":150,"\u65b0\u3057\u3044\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4efb\u547d\u3055\u308c\u305f\u3070\u304b\u308a\u3067":12,"\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\u4efb\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u5fc5\u305a":12,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u306e\u307f\u884c\u3044\u307e\u3059":12,"\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":[],"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":162,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":151,"\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":210,"\u65e5\u3005":10,"\u65e5\u672c":[170,194,204,210],"\u65e5\u672c\u4eba":204,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[162,163],"\u65e5\u672c\u8a9e":204,"\u65e5\u672c\u8a9e\u306e\u52c9\u5f37":210,"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[],"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":[],"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":212,"\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\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":[],"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"\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":225,"\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":151,"\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,"\u672a\u6765\u306e\u65e5\u4ed8":12,"\u672c":210,"\u672c\u8a9e":210,"\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":225,"\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":[210,223,225],"\u6771\u4eac\u90fd":[210,223,225],"\u6771\u4eac\u90fd\u6c11":[223,225],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":225,"\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":230,"\u691c\u7d22":[],"\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":[],"\u691c\u7d22\u306e\u6319\u52d5":[],"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":223,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":225,"\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":150,"\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":223,"\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":223,"\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":225,"\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":225,"\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":225,"\u691c\u7d22\u4f8b1":[],"\u691c\u7d22\u4f8b2":[],"\u691c\u7d22\u4f8b3":[],"\u691c\u7d22\u4f8b4":[],"\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":225,"\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":223,"\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":212,"\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,150],"\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":223,"\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":162,"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":162,"\u697d\u3057":[223,225],"\u697d\u3057\u3044billiard":[223,225],"\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":[],"\u6a19\u6e96":87,"\u6a19\u6e96\u5165\u529b":[86,91,97,98,100,106,107,108,124,138],"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":150,"\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":150,"\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,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":[],"\u6c11":223,"\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":225,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":11,"\u6e2c\u5730\u7cfb":212,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":212,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":11,"\u6f22\u5b57":170,"\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":151,"\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":151,"\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":[149,151],"\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":151,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgroonga":151,"\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":168,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":168,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":79,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":162,"\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":172,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":163,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":163,"\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":163,"\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":150,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":225,"\u7a7a\u767d\u3084":150,"\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":225,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":225,"\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,91,97,98,100,106,107,108,124,138],"\u7d44\u8fbc\u95a2\u6570\u306f":[159,162,163,168,172],"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":212,"\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":212,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":212,"\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":151,"\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":225,"\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":212,"\u7e70\u308a\u8fd4\u3057\u6570":151,"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":151,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":151,"\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,162,163],"\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\u5206\u306e\u666e\u6bb5\u4f7f\u3044\u306e\u79d8\u5bc6\u9375\u3092\u767b\u9332\u3057\u305f\u4e0a\u3067":12,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":151,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":151,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":151,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":75,"\u826f\u3044\u306e\u304b":10,"\u826f\u3044\u4f8b":10,"\u82b1\u5b50":230,"\u82f1\u8a9e":12,"\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":151,"\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":[150,225],"\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":225,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":225,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":223,"\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":150,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":150,"\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":151,"\u8a73\u7d30\u306f":[14,225],"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u8a9e":[86,210],"\u8a9e\u306e":210,"\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":162,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":162,"\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":162,"\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":172,"\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,"\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":150,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":150,"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":12,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],"\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":225,"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":225,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":225,"\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":225,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":223,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":223,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":225,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":225,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":223,"\u90fd":[210,223,225],"\u90fd\u6c11":[223,225],"\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":[],"\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,159,162,163,172],"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":168,"\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":223,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":225,"\u95be\u5024\u3092\u3042\u3052\u308b":[],"\u95be\u5024\u3092\u8d8a\u3048\u308b":225,"\u9759\u7684\u89e3\u6790":[],"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":223,"\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":223,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[223,225],"\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":150,"\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":[164,165],"_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":150,"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":151,"benchmark\u304c\u5229\u7528\u3059\u308bgroonga":151,"benchmark\u304c\u52d5\u4f5c\u3057":151,"benchmark\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":151,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":151,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":151,"benchmark\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":151,"benchmark\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":151,"benchmark\u306e\u52d5\u4f5c\u65b9\u6cd5":151,"benchmark\u306f":151,"benchmark\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":151,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":151,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":151,"benchmark\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":151,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057":151,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":151,"benchmark\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":151,"benchmark\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":151,"benchmark\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e11\u7a2e\u985e\u3067\u3059":151,"benchmark\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":151,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":151,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":151,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":151,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":151,"benchmark\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":151,"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":151,"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":151,"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":223,"blog_body\u7d22\u5f15":225,"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":225,"bom\u4ed8\u304dutf":35,"boolean":[],"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":14,"break":[33,37,39,41,42,148],"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":[33,37,39,40,41,42,49,52,55,62,63,65,68,71,82,118,119,131,132,174,212,222],"byte\u9577":[49,62,65],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":11,"case":[],"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":162,"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":[],"class":[],"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_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":225,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":[],"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":[],"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":[],"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":150,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[138,150],"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":138,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":150,"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":225,"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":[],"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":[],"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":223,"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":151,"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,"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":[],"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":[],"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,152],"flags\u306b":[49,65],"flags\u306b\u306f":65,"float":[],"function":[],"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":149,"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":[],"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":149,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":149,"gqtp\u306e\u5834\u5408":150,"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":225,"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":225,"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":225,"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":223,"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":223,"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":225,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":225,"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":[],"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":149,"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":[],"groonga\u306e\u30ab\u30e9\u30e0\u306f":212,"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\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":[223,225],"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":225,"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":151,"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":151,"groonga\u30b3\u30de\u30f3\u30c9\u306b":35,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"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":150,"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":35,"groonga\u30c1\u30fc\u30e0":12,"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":151,"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":150,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":149,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":150,"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":149,"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":151,"groonga\u53ca\u3073groonga":151,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[86,87,91,97,98,100,106,107,108,124,138],"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":151,"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":149,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":151,"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":151,"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_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":138,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":159,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":162,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":163,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":168,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":172,"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":[],"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":[],"homebrew\u306e\u66f4\u65b0\u306fgroonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u672c\u4f53\u306e\u30ea\u30ea\u30fc\u30b9\u8981\u4ef6\u306b\u306f\u542b\u307e\u308c\u307e\u305b\u3093":12,"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":151,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":12,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":150,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":149,"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":149,"http\u306e\u5834\u5408":150,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":150,"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":150,"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,89,132,137,143,152,187,197,199,200,201,210,216,232],"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":149,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":151,"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,195],"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":151,"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":223,"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":223,"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,"launchpad\u306egroonga\u30c1\u30fc\u30e0\u306e\u30da\u30fc\u30b8\u3067\u5bfe\u8c61\u306eppa\u3092\u9078\u629e\u3057":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":150,"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":150,"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":151,"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,137,148],"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":212,"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":225,"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":[],"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8":12,"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092\u6307\u5b9a\u3057\u307e\u3059":[],"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":[],"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":151,"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":151,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":151,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":151,"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":151,"path\u3092":35,"pc\u306bgroonga":36,"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":34,"po\u306e\u5b9f\u884c":[],"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":[],"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":12,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[162,163],"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":162,"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":163,"point\u578b\u306e\u5024":[162,163],"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[162,163],"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":[],"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":[],"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":150,"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,"rst\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":12,"rst\u306e\u5185\u5bb9":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":151,"scr\u306e\u4e2d\u8eab\u304c":151,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":151,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[159,162,163,168,172],"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":151,"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":151,"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":151,"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,152],"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":212,"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,153,231],"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":151,"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":159,"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":138,"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":151,"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":225,"tokenbigram\u306a\u3069":225,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":225,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":223,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":223,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":225,"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":223,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":225,"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":225,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":36,"tokenmecab\u3067\u306f":225,"tokenmecab\u306e\u5834\u5408":225,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":223,"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":223,"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":223,"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":225,"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":225,"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":225,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":225,"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":163,"travisci\u306e\u7d50\u679c\u304c\u6b63\u5e38\u3067\u3042\u308c\u3070":12,"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,137,139,140,141,145,155,158,161,162,163,164,165,166,167,170,171,174,176,184,187,188,189,191,194,198,199,200,201,209,212,228,229,230,231,233,234,236,237,238],"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":37,"try":[3,42,47,93,150,210,215,233,234],"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":[],"twitter\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":10,"twitter\u7b49\u3067\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u969b\u306f\u3053\u3053\u3067\u7528\u610f\u3057\u305f\u30a2\u30ca\u30a6\u30f3\u30b9\u6587\u306e\u8981\u7d04\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"twitter\u7de8":[],"txt\u306b\u307e\u3068\u3081\u307e\u3059":[],"txt\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":[],"txt\u306e\u5185\u5bb9":[],"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\u5411\u3051\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u4f5c\u6210\u306b\u306f":12,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"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":138,"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,148,150,152,220],"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,140,143,189],"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":151,"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":[],"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":[],"xxxxx\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":12,"yes\u306f\u6307\u5b9a\u3057\u306a\u3044\u3067\u4e0b\u3055\u3044":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:[154,156],_id:[41,42,45,49,62,75,77,80,88,89,92,99,100,112,114,132,135,140,145,158,167,170,187,188,189,191,198,204,205,207,209,225,229,230,231,233,235,236,237,238],_kei:[33,39,40,41,42,45,49,62,75,77,80,88,89,90,92,99,100,102,111,112,118,127,131,132,135,139,140,141,145,152,155,158,161,166,167,170,176,184,187,188,191,194,199,204,205,207,209,211,216,228,229,230,231,233,234,235,236,237,238],_max:[112,132],_min:[112,132],_name:[89,137],_nsubrec:[41,49,75,112,132,229,230,234],_post:12,_score:[37,39,40,42,49,75,77,132,135,155,161,171,188,199,200,201,204,205,207,225,230,231,233,234,238],_set_valu:38,_sum:[112,132],_valu:[40,41,49,75,112,132],_yyyymmdd:[109,111,112,114],aba:[229,231,238],abbrev:161,abc:42,abcd:115,abi:42,abl:[137,174,198,199,200,201,202],abort:41,about:[],abov:[17,21,28,31,33,39,42,89,101,109,128,132,137,152,155,158,166,167,171,176,191,197,204,205,207,210,229,231,233,234,238],above:[234,237],absolut:[121,122,126],acccess:220,accept:[0,33,37,39,41,42,82,83,128,133,145,150,155,158,161,188,216,222,231,233,234,237,238],access:[],accessor:[33,42,65],accident:40,accord:[161,228],accordingli:152,account:[2,41],accross:39,accuml:40,accumul:132,accur:[0,174],achiev:109,acquir:[42,47,103,105],acronym:[214,222],across:161,action:40,actual:[33,40,41,109,111,112,114,152,199,228],actualli:[228,231],add:[],add_record_if_not_exist:62,added:[33,37,38,39,40,41,42],addit:[0,24,25,26,30,89,115,132,143,188,191,206,220,228,231,236],addition:[],additional_configure_opt:40,address:[37,39,42,150,155,222,235],address_is_in_use:222,address_is_not_available:222,adisk:198,adjac:[187,210],adjust:[],admin:[33,35,37,39,40,41,42],admin_html:[37,150],administr:[],advanc:[],advantag:[0,174,220],adventur:89,affect:[33,39,40,41,42],afr:[229,231,238],after:[17,18,28,31,37,39,40,41,42,45,47,56,70,83,96,101,114,117,120,133,139,146,152,155,164,165,188,191,208,209,211,228,230,231,235],again:[41,42,47,152,189],against:[],againt:132,agaist:39,age:[89,137,138,158],aggregat:0,ago:204,ahello:42,ahost1:198,aim:40,aio:40,aki:41,akihabara:238,akinori:42,akio:[37,39,40,42],akira:41,alert:[41,106,107,150,152,190],algolithm:186,algorithm:[37,85,161,201],ali:88,alia:[],alias:[42,45,93,94,95],aliased_column:45,alic:[45,88,89,132,152,171,210,216,234],alice:[89,92,118,140,145,158,171,187,234],alisa:171,all:[],all_record:39,alloc:[],alloc_count:[81,134,150,152,195,222,231,235],alloc_info:33,allow:[0,25,39,42,156,174,231,235],allow_column:[132,187],allow_leading_not:132,allow_pragma:132,allow_update:[132,187],almost:[37,132,211,214,226],alon:42,alphabet:[41,89,112,132,137,143,198,205,210],alreadi:[41,47,71,96,102,117,143,156,189,211,231,233],also:[],although:152,alwai:[0,41,42,67,80,90,110,118,132,135,142,152,170,187,188,204,211,222],amazon:132,amd64:12,among:[],amount:[33,39],analysi:[0,28,188],analyz:[0,37,39,152,210],anchor:[],ani:[0,28,33,42,45,88,102,112,115,119,120,129,130,131,132,135,139,141,142,143,150,152,164,165,171,174,176,187,197,199,210,216],animat:230,ann:12,annot:40,anonym:208,anoth:[0,39,42,55,88,103,132,148,197],another:42,api:[],appear:[0,41,84,89,119,132,143,174,187,188,197,199,231],append:[39,55,62],apper:132,appl:191,apple:191,appli:[],applic:[0,20,37,41,150,152,174,188,190,197,216],approach:161,approv:41,approxim:[37,39,161],appveyor:41,april:12,apt:[12,18,21,25,30,39],aptitud:14,arai:42,aramaki:37,arc:143,architectur:[0,41,42,150],architectures:12,archiv:[6,7,8,12,17,28,31,39],archive:[],area:0,aren:[33,39,41,42,112,114,119,132,133,134,137,139,152,155,174,187,193,208,211,216],arg1_name:198,arg1_value:198,arg2_name:198,arg2_value:198,arg3_value:198,arg_list_too_long:222,argc:67,argument1:[188,199],argument2:[188,199],argument:[33,37,39,40,41,42,52,71,101,131,150,153,161,164,165,166,167,170,171,174,176,184,188,198,199,202,219,222,231,233,235],argument_name1:153,argument_name2:153,argv:67,arithmet:[],armhf:41,arnaud:37,around:[174,193],arrai:[],arrang:231,art:[188,234],articl:233,articles2:233,articles_cont:233,arugment1:188,asami:40,asc:12,ascend:[111,113,132,193,229,231,238],ascii:[187,188,210],askmonti:41,assigend:187,assign:[],associ:[37,71,99,102,132,228,230,231],assum:[52,63],assume:128,atsushi:[33,41,42],attach:[17,191,209],attent:[132,236],attr_setpshar:40,attribut:[115,116,143,144,166],atv:[229,231,238],auth_bas:[152,216],auth_basic_user_fil:[152,216],authent:[],author:152,auto:[39,41,110,135],autoconf:[6,37],autogen:[6,12,17,39],automak:[6,35],automat:[17,25,42,53,89,101,121,122,126,148,152,187,188,208,219,230,231,236],autoreconf:12,autotool:[],avail:[0,8,17,33,40,42,43,51,71,80,89,90,110,111,112,114,115,132,133,135,137,143,148,150,152,187,188,209,214,222,228,231],availabl:[],averag:[41,132],avg:[41,112,132,149],avoid:[],awar:71,ayumu:[41,42],back:[152,188,198],background:150,backslash:[40,55,187],backtrac:33,backup:[53,100],backward:[33,39,41,42,145,200,201,216],bad:[0,33,40,41],bad_address:222,bad_file_descriptor:222,bar:[89,137],base:[0,17,18,24,25,26,28,30,33,39,40,41,56,128,132,143,152,153,155,156,164,165,174,187,188,190,194,198,199,200,201,202,204,205,207,210,215,220,234,235],basebal:[230,233],bash:[28,42],basi:231,basic:[],batch:39,bc009774:12,becam:[41,220],becaus:[0,6,7,8,21,26,32,33,39,41,42,45,53,80,88,89,92,96,101,109,112,114,118,119,120,121,126,132,137,140,142,148,152,155,158,167,170,171,176,187,188,189,191,194,195,197,198,199,200,201,204,205,206,207,208,209,210,211,214,215,216,220,222,228,230,231,233,236,237],becom:[0,42,43,161,212,228],been:[12,42,92,140],befor:[28,32,33,38,39,42,70,77,85,110,117,120,121,126,132,139,142,152,197,198,204,205,206,228,231],before_instal:21,beforehand:26,beg:[198,210],begin:[149,198,210],behav:161,behavior:[39,41,42,114,146,158,171,198,210],behaviour:[40,100],beijin:161,belong:[73,212,229],below:[13,92,102,140,187,210],benchmark:[],benefit:220,bernard:42,best:0,beta:43,better:[0,41,89,101,132,188,233],between:[],big:[41,152],bigger:89,bigram:[],bigramlexicon:127,bill:[42,223,225],billiard:[223,225],billion:89,bin:[18,28,31],binari:[],bind:[20,21,37,39,42,43,150,164,165,186],binlib:12,bison:12,bit:[21,23,24,25,26,29,30,31,132,151,187,188,212,228],bitwis:[],black:[191,193],blank:[42,210],block:[40,134,137,139,152,188,228],blog1:233,blog2:233,blog:[],blog_bodi:225,blog_comment_index:176,blog_cont:176,blog_titl:231,blogroonga:[],bm25:[199,201],bob:[45,92,132,140,145,152,158,171,187,216,234],bodi:[33,40,87,88,89,91,96,98,101,102,104,114,117,118,120,121,122,126,127,133,136,137,139,140,142,155,164,165,216,222,225,237],book:[89,188],bookmark:[77,100,114],bookmark_index:77,bookmark_titl:100,bool:[],boost:[155,204],border:[39,143,158],borderlin:[109,111],boston:234,both:[0,23,24,25,26,30,31,33,42,62,73,77,80,89,112,132,139,146,155,174,187,188,189,198,201,204,208,216,222,234,238],bottom:56,bottom_right:[37,163],bottom_right_point:56,bound:41,box:132,brad:33,brand:42,brasil:161,brasillia:161,brazil:229,brew:[18,27],bring:231,british:237,broadcast:234,broken:[],broken_pipe:222,brooklyn:234,brother:187,browser:[17,28,153,235],bsd:[5,7,8,28,37,41,42],buf_siz:[49,62,65],buffer:[33,40,42,52,55,58,62,86,233],bug:[],build:[],buildabl:37,builder:58,built:[],builtin:[],builtin_type_nam:53,bulk:[33,42,55,62],bump:[40,41,42],bundl:[17,33,39,40,41,42,171],button:[17,39,40],buzz:155,bye:[112,132,141,187,188,209],cach:[],cache_hit_r:[81,134,152,195,222,231,235],cache_hit_rate:134,cache_limit:[],cache_previ:48,cafedomanc:33,calc_target:[],calc_typ:[],calcul:[39,40,41,129,132,161,193,234,238],call:[],caller:63,calloc:33,calro:158,camp:234,can:[],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,155,170,204],candidate1:135,candidate2:135,candidate_1:155,candidate_2:155,cannot:[],capit:231,caplit:[40,41],care:[17,90,109,132,187,201,204],carefulli:[77,114,120,139],carlo:[92,140,145],cas_error:222,cascad:[],cast:[],cat:12,categor:[132,141,143],caus:[33,37,39,40,41,42,137,187,188,228],ceekz:40,cenos6:39,cent:210,center:[0,162],cento:[12,24,28,33,39,40],centos5:28,centos6:28,centos7:28,centos:[],central:234,certain:238,cflags:29,chain:176,chang:[],chapter:231,charact:[],charli:234,chart:37,check:[],child:101,china:[161,229],choic:[],choos:[5,6,7,32,33,41,81,102,132,133,137,150,152,155,198,210,228],chracterist:208,christian:42,chroot:12,chunk:[33,42,86,211,226],circl:[0,193],cirit:152,citi:[161,193,234],clang:[14,39,40,41,42],clarifi:41,classif:229,classifi:33,clean:[6,7,12,14,42,114],clear:[12,33,37,39,41,49,62,104],clearli:42,clearlock:[],cleverli:96,click:132,clone:[],close:[33,42,102,139,164,208],close_tag1:164,clumn:211,cmake:[],cmp0014:41,code:[],codes:12,col1:62,col2:62,col3:62,collaps:39,colleagu:3,collect:[0,80,234],color:191,colum:233,column1:[11,39,40,41,112,132,188,199],column2:[11,39,40,41,112,132,188,199],column3:199,column_1:[131,176],column_2:[131,176],column_3:[131,176],column_:89,column_copi:[],column_cr:[],column_index:[41,42,77,89,90,100,112,114,119,127,131,132,139,155,158,164,165,167,170,171,174,176,187,188,189,198,199,200,201,209,211,225,230,231,233,234,237],column_information1:90,column_information2:90,column_information:90,column_list:[],column_list_header:90,column_n:176,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:[],column_renam:[],column_scalar:[33,45,88,89,90,92,99,100,101,103,104,105,109,112,113,114,117,119,120,127,131,132,139,140,141,145,155,158,161,164,165,166,167,170,171,174,176,187,188,189,198,199,200,201,209,211,225,229,230,233,234,237],column_type_1:132,column_type_2:132,column_type_n:132,column_vector:[40,41,42,77,88,89,90,99,132,155,170,176,184,228,230,234],column_with_index:33,columnn:39,columns:132,com:[6,7,8,12,13,17,21,132,228,229,231,235,238],comamnd:216,combin:[],combind:187,come:[193,234],comma:[42,89,102,188,228,229,231],command:[],command_lin:131,command_line:131,command_name:[131,153,235],command_object_remov:120,command_vers:[33,42,79,81,134,152,153,164,165,166,174,184,195,222,231,235],command_version:134,commandinput:42,commands_column_list:90,commands_column_renam:92,commands_object_list:119,commands_object_remov:120,commands_table_cr:138,commands_table_renam:140,comment:[],comment_cont:176,comment_index:234,comment_nam:176,comments2:233,comments_cont:233,comments_loc:234,commit:[6,7,17,41],commnad:[31,79],common:[],commonli:[0,198],compar:[0,33,39,41,42,132,174,187],comparison:[],compat:[24,25,26,30,33,41,42,112,115,145,152,153,191,200,201,216],compil:[6,7,28,37,40,41,42],complet:[],complex:[39,40,42,132,188,198],complianc:152,composit:191,compress:[],compress_lz4:[33,89],compress_zlib:[33,89],compress_zstd:33,comput:[39,71,89,134,155,188,194,199,200,201,204,205,207,211],conbin:[132,186],conbind:187,concaten:233,concatin:[39,40],concept:41,concret:[88,132,229,230,233],concurr:190,cond:40,cond_signal:67,condit:[],conditin:187,condition1:188,condition2:188,conditional_probability_threshold:[37,135],condtion:187,conf:[33,42,152,211,220,226],config:[8,28,31,34,37,39,42,93,150],config_delet:[],config_get:[],config_set:[],configur:[],confirm:[],conflict:33,confus:[33,198,210],conifugr:21,connect:[1,39,42,150,222,231],connection_refused:222,consid:[41,109,137,216,220,230,233,237],consist:[33,41,42,119,131,132,146,155,187,202,207,210,222,231],consol:152,constant:42,constant_pattern:42,construct:[],construnct:42,consum:41,contact:17,contain:[],content:[37,40,41,42,71,80,90,112,119,131,132,139,152,166,171,174,176,187,188,189,199,209,211,216,222,230,233,234],content_index:[139,199],content_type_len:39,context:[37,42,48,52,55,62,112,134,139,152,174,176],continu:[21,39,40,41,42,134,143,150,205,210],contrast:[0,33,41,70,150,171,231],contrib:12,control:[],conveni:[0,1,28,37,109,204,215],convens:39,convent:39,convers:[37,152],convert:[],coordin:[161,228],copa:42,copi:[33,39,42,45,71,88,92,140],copyright:41,core:[],coremodul:152,correct:[],correctli:[33,39,42,231],correspond:[62,101,109,112,132,135,153,204,205,206,207],corrupt:[33,114],cosmo0920:[40,41],cost:[189,210],could:[39,228],couldn:[39,42],count:[0,42,109,132,134,230,234],counter:33,countri:[99,229,235],cours:229,cover:[0,114,174],coverag:14,cpu:[],cpuinfo:[24,25,26,30],crash:[33,37,39,40,41,42,92,101,104,140],crch:143,created_at:112,createfilemap:42,createrepo:12,creation:[33,37,40,42,231],creteria:231,crit:[106,107,150],criteria:231,critic:[28,33,39,71,150,190],ctrl:[150,222,231],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,150,152,155,195,216],current:[17,25,37,42,45,48,51,52,53,85,88,92,102,110,134,137,139,140,152,193,231,234],current_column:45,current_nfthread:67,cursor:[37,42,56],custom:[],custom_name:119,customiz:174,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:[],dai:[42,109,134,188,189,190,202],daiki:[35,36,37,39],danger:[49,53,92,103,104,105,114,120,139,140,216],dangl:[114,139],dash:28,dat:[33,38,39,40],dat_kei:118,dat_key:208,data:[],data_set_name:135,databas:[],database:[154,216],database_path:[],database_unmap:[],datail:132,dataset1:155,dataset2:155,dataset3:155,dataset:[],date:[],dave:158,day:234,daylight:41,db1:216,db2:216,db_path:[42,120,150,152,153,155,195,214,219,222,231,235],dbms:[0,174],dcb314:41,dcmake_install_prefix:[7,8,31],ddl:[41,151],deafult:37,deatil:132,deb:[12,25,30,33,37,39,40,41,42],debian:[],debootstrap:12,debug:[6,7,8,33,41,42,106,107,143,150,152,190],debugg:[6,7],decid:197,decim:[83,150,188,212,228],decreas:[],decrypt:12,defalt:35,default_command_vers:[81,134,152,195,222,231,235],default_command_version:134,default_token:[],defin:[42,89,119,154,155,170,188,189,197,202,204,212,222,231],define_selector:[],definion:188,definit:[39,45,89,99,112,132,158,161,164,165,166,167,170,171,174,176,184,187,188,198,199,200,201],defrag:[],degrad:42,degre:[37,77,188,228,238],dejan:33,delai:33,delet:[],delimit:[0,40,42,143,207,210,228],demerit:208,demo:230,dep:12,depend:[],deprec:[33,37,39,40,41,42,71,79,87,126,132,134,137,150,161],dereferenc:33,deriv:[156,220],descend:[42,132,135,155],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,89,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,137,139,140,141,142,143,145,147,148,150,152,155,157,165,166,176,187,188,191,192,193,197,198,199,200,201,202,203,204,205,207,210,211,222,231,233,234],descript:[],descriptor:155,design:[39,132,214,228],desin:220,desktop:[8,31],dest:[149,150,228],dest_kei:65,dest_key_s:65,destin:[42,62,88,136],detail:[0,1,3,12,17,24,25,26,28,30,33,39,40,41,42,71,77,82,88,89,90,96,101,112,114,118,119,121,122,126,131,132,133,134,136,137,139,140,141,143,151,152,153,155,171,187,188,190,198,211,212,220,228,229,231,238],detect:[6,28,33,37,39,42,143,152],determin:[132,186,231],dev:[2,6,7,12,14,25,30,33,37,39,40,41,42],devel:[24,26],develop:[],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,191,210],didn:[33,41,42],diff:12,differ:[],difficult:0,digest:216,digit:[41,89,112,132,137,190,198,205,210],dinam:186,dinner:0,dir:151,direct:[],directli:[188,234],directori:[6,7,17,28,37,39,40,41,42,71,152,155,156,197],directory_not_empty:222,disabl:[18,28,35,37,38,39,40,41,42,120,132,150,152,155,187,190,204],discard:40,discuss:[2,19],disk:[42,96,101,117,137,198,233],displai:[33,39,170],dist:12,distanc:[0,33,39,161,188,193,238],distinct:[32,33,155,236],distribut:[23,24,25,26,28,30,31,39,41,112,202],distributions:12,divid:[0,188,201,228],divis:[],dll:[33,37,39,41,71],do_gqpt:151,do_gqtp:151,do_http:151,do_loc:151,doc:[12,16,17,18,33,37,38,39,40,41,42,152,237],doc_bodi:237,documenataion:80,document:[],document_index:[164,165],document_version:12,document_version_full:12,documents_content_index:[171,174],docutil:12,doe:[0,25,33,39,40,42,67,77,132,135,148,152,176,187,188,220,228,231],doesn:[28,33,39,40,41,42,47,62,71,80,88,89,90,92,96,111,112,114,117,118,119,120,128,131,132,133,137,140,142,143,152,155,158,174,187,188,189,191,193,194,197,198,199,201,202,204,205,208,209,210,211,215,216,237],domain:[],domain_error:222,don:[17,23,28,37,41,42,48,51,52,55,67,77,83,89,90,96,101,102,103,104,105,110,111,114,127,132,133,137,150,152,153,155,170,187,188,189,191,195,197,199,200,201,207,210,216,219,222,231,235],done:[41,47,48,101,132,152],dot:39,doubl:[37,39,40,41,42,102,115,131,132,137,143,187,188,208,212,231],doubt:229,down:[],downcas:191,download:[12,24,25,26,27,28,29,30,31],downtim:[],drastic:33,draw:230,drildown:[],drill:234,drilldown:[],drilldown_calc_target:[],drilldown_calc_typ:[],drilldown_filt:33,drilldown_limit:[],drilldown_offset:[],drilldown_output_column:[],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:[],drilldown_sortbi:[],drilldown_xxx:132,droonga:[167,202],drop:[33,37,39,40,41,42],due:[0,174],dump:[],dump_index:[],dump_plugin:[],dump_record:[],dump_schema:[],duplic:[33,41],dure:[25,39,231],dynam:[0,33,38,89,152,231],each:[],each_nam:42,ealier:39,eanbl:6,ear:143,earch:143,earlier:[33,37,42,145,191],easi:[0,33,41,150,155,186,197,199,216,235],easier:199,easili:[33,41],echo:120,eclips:17,ecmascript:[39,40,132,186,188],edict2grn:41,edict:33,edit:[],edit_dist:[],edition:21,editor:17,editrc:37,effect:[39,42,101,102,150,200,234],effici:[0,33,77,89,110,233],egg:233,eight:231,either:[19,40,132,158,187,188,198,233],eito:40,el5:[],elaps:[37,80,134,155,188,190,212],elapsed:195,elapsed_time:[80,190],element1:[77,188],element2:[77,188],element3:77,element:[33,39,40,41,42,77,80,84,89,119,174,228,231],elfring:39,elimin:40,ellip:[161,162],ello:42,els:[41,42],emac:17,embed:[0,42,150,152,165,174,197],embedd:42,emerg:[106,107,150,152],emergenc:[150,190],emit:39,emphas:166,empti:[37,40,41,42,90,93,94,95,131,132,187,212],enabl:[],enable_tokenized_delimiter:143,enci:151,enclos:[102,231],encod:[],encode:216,encoding:[],encodiong:188,encount:[23,24,25,26,30,31],encyclopedia:212,end:[42,149,161,187,188,195,198,210],end_of_data:222,end_tagn:164,endian:41,endpoint:[155,156],eng:[135,204],engi:[135,204],enginen:204,english:[2,14,17,18,19,33,37,40,41,132,204,210],enhanc:43,enorm:[33,230],enough:[0,33,41,42,89,226,233],enourm:207,ensur:[33,205],ensure:42,enter:[40,42,222,231],entiti:0,entranc:231,entri:[33,40,42,48,57,85,88,103,104,105,112,132,139,148,164,165,176,187,188,211,233,234],entries_20150708:112,entries_20150709:112,entries_content_index:[132,187,188,211],entries_content_index_20150708:112,entries_content_index_20150709:112,entries_key_index:[132,187,188,211],entries_key_index_20150708:112,entries_key_index_20150709:112,entries_numb:42,entries_yyyymmdd:112,entry1:88,entry:[87,91,97,98,99,102,127],entry_20150708:112,entry_20150709:112,entry_bodi:127,entry_kei:127,entry_selector:97,entrykei:139,enumer:231,env:197,envelop:33,enviromn:42,environ:[6,7,8,21,23,28,31,33,37,38,40,41,42,152,197],epel:39,epoch:[228,234],equat:161,era:0,eric:158,errno:[41,42],error:[],error_cod:71,error_location:80,error_message:80,errror:198,escal:[],escap:[39,40,41,55,164,187,188,198],escape:[],escape_charact:55,escaped_charact:55,escaped_queri:55,escaped_str:55,escaps:[164,165,174],especial:42,essenti:[25,30,152],establish:[222,231],estim:[33,42,56,141,226],estimate_s:42,estimated_s:[33,141],etc:[3,12,25,27,39,152,197,211,216,220,226,228,231],etim:149,euc:[40,150,210],euc_jp:28,eval:129,evalu:[40,42,89,129,131,176,187,188,198,210],evaluated_value:129,evalud:129,even:[0,23,24,25,26,30,31,33,39,40,41,109,114,120,133,188,201,204,233],event:[42,155,216],event_dataset:[154,156],event_queri:[135,154,155,156,204,205,207],event_typ:[154,155],ever:40,everi:229,everyon:235,evil:[155,188],exact:[11,45,89,110,132,137,208],exactli:226,exampl:[],exce:[33,39,40,42],exceed:[32,226],excel:197,except:[26,37,39,41,42,45,77,88,118,127,129,130,132,137,143,152,167,174,187,193,198,208,210,211],exclamation:42,exclud:[39,40,41,100,102,109,111,112,114,158],exclude_t:40,exclus:33,excut:40,exec_format_error:222,execut:[],exist:[1,18,33,39,40,41,42,45,53,62,89,101,102,111,112,113,114,117,120,128,132,139,148,150,152,156,158,167,188,199,202,210,220,222,228,231,233,238],exit:[],exit_failure:70,exit_success:70,expand:[],expans:[],expect:[41,194,198,200,210,228],experiment:[33,37,38,39,40,41,42,48,53,109,115,122,129,130,198,200,201,210],expir:[85,152],expire:42,explain:[42,155,228,231],explicitli:[],exploit:0,expnas:197,expornential:188,expr:55,express:[],expression:[42,55,152],expression_rewrit:33,ext:143,extend:[41,198,233,237],extens:195,extract:[],extrct:188,f10399c0:12,facet:132,fact:[132,230],faction:234,factor:[41,132],fail:[33,37,39,40,41,42,47,48,71,88,89,93,96,101,114,120,121,122,126,132,136,137,139,140,187,231],failur:[12,33,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,139,143,145,158,164,167,171,176,187,188,210,212,228,236],famili:[89,143,188],familiar:229,fast:[0,42,73,80,89,102,112,132,137,143,161,164,165,166,167,174,187,188,193,198,199,201,208,215,216,230,231,233],faster:[28,33,37,40,41,89,210,214],fastest:45,fatal:41,fault:39,favorit:[],favorited_bi:234,fbnteqr:42,featur:[],feb:109,fedora:[],fedoraproject:[],feel:[41,198],fetch:[41,207,233],few:[132,215,216],fewer:89,ff01:42,ff1f:42,ff76:191,ff9e:191,ffef:210,fff0:210,fffe:143,fget:42,field:[42,90],figur:193,file:[],file_corrupt:222,file_exists:222,file_too_large:222,filename_too_long:222,fill:188,filter:[],filter_string:176,fin:63,find:[0,3,17,18,28,31,33,42,65,88,92,132,135,140,164,165,170,174,191,194,202,204,205,207,209,210,231],finish:[42,70,128,133,190],firefox:17,firewood:[39,40],first:[17,28,31,33,37,40,41,42,52,71,80,89,90,112,128,132,137,152,164,165,174,187,188,197,198,199,216,220,228,230,231,233,234,237],five:[80,158,231],fixed_size_type_vector_column:42,flag:[],flags:[],flanc:161,flexibl:[0,89,171,186],flow:[],flower:228,fluent:13,flush:[33,42,101],flushviewoffil:42,focus:231,folder:[8,31],follow:[],followe:234,fontain:37,footnot:[161,231],forc:[],force_prefix:[42,143,210],foreground:150,forget:[77,103,170],fork:[17,150],form:[37,40,132,152,186,187,191,219,222,231,234,235],form_1:231,form_2:231,format:[],former:[45,155,191,197],formula:[161,226],found:[28,31,39,40,56,65,132,194,206,210],four:[80,88,150,190,208,231],fraction:[0,228,234],fragment:98,francisco:161,frank:158,freebsd:[],freed:[33,41,48,53,134],freq0:[155,207],freq1:[155,207],freq2:[155,207],freq:155,frequenc:[41,42,135,141,199,200,201,232],frequency_threshold:[37,135,155,204,205,207],frequent:199,fresh:189,friend:[3,230],friendli:39,friendship:230,from:[],from_column:88,fromtabl:88,fsf:39,ftb:43,ftp:[12,151],ful:143,full_nam:131,fullfil:220,fulli:[39,152],fulltext:[24,25,26,30,46,112,132,137,143,150,164,165,171,174,187,188,191,193,208,220,233],fullwidth:42,fumiyasu:37,funa:41,func:[52,63,67,71],functin:188,function_name:80,function_not_implemented:222,furigana:135,further:228,futur:[37,40,77,109,115,129,130,161,198,216,222],fuzzi:[33,137],fuzzy_search:[],g0763d91:81,g8029ddb:[231,235],ga54c5f8:151,garbag:[37,40,41,86,155],garbage:40,gat:[229,231,238],gb6fd7f7:134,gb87d9f8:195,gcc:[24,26,28,29,37,39,40],gdb:[6,7],gem:12,gemfil:39,gener:[],genki:40,geo_dist:[],geo_distance2:[37,161],geo_distance3:[37,161],geo_in_circl:[],geo_in_rectangl:[],geodet:[212,238],geograph:[161,228],geoindex:[],geoloc:[],geometri:[37,42],geopoint:[],geosit:230,get:[],getaddrinfo:39,getenv:42,gettext:[17,18],gir:12,git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,21,33,37,39,40,41,42],gitter:[2,33,42],give:[0,171],given:[33,39,40,171,230],glaser:33,glib:40,global:[],glossari:[],gmo:41,gnu:[],gnupg2:12,gobject:42,golubchik:42,gone:230,goo:[187,188],good:[0,17,28,112,132,141,143,187,188,189,209,210,233],googl:[132,187,199,200,201,206],goronga:31,goroo:214,got:[40,41],gpg:12,gpl:43,gps:0,gqtp:[],grace:[42,133],gram:[0,33,143,188,231],grand:234,graph:0,greas:228,gregex:40,grep:[24,25,26,30],grn1:233,grn2:233,grn3:233,grn:[100,152],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:[],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:[],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:[],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:[],grn_content_xml:51,grn_ctx:[],grn_ctx_at:[33,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:[33,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:[],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:[33,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:[],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:[],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:[],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:[],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_ii_sel:89,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:[],grn_index_cursor_next:[40,59],grn_index_cursor_open:59,grn_info:[],grn_info_typ:60,grn_init:[39,42,67,70,190],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:[],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:[],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:[],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:197,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:[],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,190],grn_syntax_error:84,grn_t:42,grn_tabl:[],grn_table_add:65,grn_table_at:[35,38,62,65],grn_table_column:65,grn_table_cr:65,grn_table_cursor:[],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:[],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_:[],grn_thread_get_limit:[42,67],grn_thread_get_limit_func:67,grn_thread_set_get_limit_func:[67,142],grn_thread_set_limit:67,grn_thread_set_limit_func:67,grn_thread_set_set_limit_func:[67,142],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:[],grn_type_cr:68,grn_unknown_error:84,grn_unsupported_command_version:84,grn_update_not_allowed:84,grn_user_data:[],grn_vector_pop_el:42,grn_void:33,grn_window_function_error:84,grn_zlib_error:84,grndb:[],grnline:231,grnslap:[],grntest:[12,13,33,35,37,39],grnwrap:231,gro:[155,174],gronga:[197,206],gronnga:206,groo:[132,155],groogna:[31,38,39,132,155,187],groogna_default_command_vers:216,groonga1:79,groonga_cache_limit:[],groonga_cli:188,groonga_clone_dir:12,groonga_database_auto_cr:[],groonga_dir:12,groonga_dist:39,groonga_get_thread_limit:67,groonga_log_level:[],groonga_log_path:[],groonga_n_record:40,groonga_org_path:12,groonga_path:151,groonga_query_log_path:[],groonga_set_thread_limit:67,groonga_vers:37,groongau0000ful:210,grooon:155,group:[],grroonga:206,gtar:29,gted:17,gtihub:37,guard:[42,201],guess:28,gui:131,gurun:186,gurunavi:[33,42],gzcat:33,gzip:[],gzip_typ:216,had:[17,33,42,199],hai:11,half:191,halfwidth:191,hana:230,hanako:99,hand:[0,18,33,42,132,152,155,171,176,228,233],handl:[33,40,41,42,52,84,89,152,208,210,211,226,228],hang:40,hanleabl:89,hard:211,hardcod:109,hash:[],hash_index:234,hash_kei:[118,119],hash_key:208,hash_tag:234,hat:28,hatak:[41,42],have:[0,6,7,16,17,28,41,42,51,53,73,80,84,88,89,90,102,112,114,118,119,132,133,135,137,139,152,155,170,187,188,189,191,193,197,202,205,207,209,210,211,212,215,216,220,228,231,235],haystack:11,hdd:151,head:[41,132,149,152,222],header:[],heavi:[101,132,214],held:42,hello:[42,112,132,141,188,189,209,210],help:[],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,89,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,137,139,140,141,143,144,145,148,150,152,154,155,156,158,161,164,165,166,167,170,171,174,176,184,187,188,190,191,193,197,198,199,200,201,204,205,207,208,209,210,211,216,222,229,233,238],hereaft:0,hex:[188,230],hidden:0,hide:40,hideki:[40,41,42],high:[0,77,132,186,200],high_scor:88,higher:[89,132,135],highight_ful:164,highli:[199,200,201],highlight:[33,164,165],highlight_ful:[],highlight_html:[],hino:40,hiragana:[170,187,188,194,204,210],hiro:42,hiroaki:[33,42],hiroshi:[33,37,41,42],hirotaka:42,hiroyuki:[33,42],histori:37,hit:[40,89,132,186,236],hmm:234,hobbi:190,hoge:[150,159],hold:[228,232],home:[12,28,114,210],homebrew:[],homepag:151,hook:[21,114],horikoshi:37,host1:198,host2:198,host:[6,7,8,21,37,150,151,155,198,202,222,235],host_name_or_ip_address:[222,235],hostnam:[39,150,151,152,222],hostname:153,hottolink:43,hour:[47,188,190,234],how_to_use_range_index:110,howev:0,howto:33,html:[],html_untag:[],htpasswd:[152,216],http:[],httpd:[],httprewritemodul:152,https:[],hubeni:161,human:[90,137],hypertext:[],hyphen:[89,137,231],i18n:[],i386:[12,37],i686:151,ichii:37,id_column:49,idea:132,identifi:[88,99,212],ideographic:42,idf:[41,199,200,201],ieee:212,ifexist:102,iff:231,ignor:[33,39,40,41,42,53,99,115,128,132,143,187,197,208,210],ignore:[37,39,42],ii_buff:58,ill:223,illegal_byte_sequence:222,illustr:229,imagin:[132,229],immedi:[0,33,42,128,133,152,155],immediat:133,implement:[17,33,37,39,41,42,43,83,88,89,109,112,129,130,132,152,153,161,170,188,201,202,208,214,215],implemnt:215,improper_link:222,improv:[33,37,40,41,42,152,167,186,220],improve:[33,37,39,40,41,42],in_valu:[],inaccur:39,inada:40,inappropriate_i_o_control_operation:222,inc:[33,41,42],includ:[6,16,33,40,41,42,80,88,90,92,109,111,112,114,115,118,120,121,122,126,132,140,141,143,155,158,174,188,197,200,201,210,216,231],include:[112,129,130,132],incompat:[33,39,40,41,42],incompatible_file_format:222,incomplet:33,incorrect:41,increas:[0,6,7,42,67,77,116,129,132,134,143,144,155,161,198,201,210,211],increment:82,incres:41,independ:[0,110],index_1:131,index_2:131,index_blog:233,index_column:[],index_column_name:131,index_column_name_with_table_name:131,index_friend:230,index_medium:89,index_messag:233,index_n:131,index_point:230,index_small:89,index_tag:230,index_titl:233,indexblog1:233,indexblog2:233,indexbuf:49,indic:[40,143,161,190,231,236],infinit:[37,39,41,42,137],info:[33,42,89,106,107,150,152,198,201],inform:[],informat:[150,190],inherit:40,inhibit:38,init:[25,28,39,40,41,63],initi:[33,37,39,41,42,52,70,71],innodb:0,input:[],input_file_name:80,input_output_error:222,input_typ:102,insensit:[132,170,198],insert:[39,174,231],inspect:[33,40,41,42,118,131],inst:40,instal:[],install:[],installer:[],instantli:[0,174],instead:[21,23,26,28,31,33,37,39,40,41,42,52,71,87,89,112,126,132,134,137,150,152,161,164,165,174,186,187,188,191,193,198,208,220,222,237],instroduc:40,instruct:[33,155],insuffici:[33,228],int16:[],int32:[],int64:[],int8:[],integ:[33,42,77,84,118,119,132,142,150,188,212,222,228,231],integer:[],integr:[21,39,40],integral:228,intel:151,intend:[39,41,176,187,233],intens:152,interact:[222,231],interest:[3,42,198,231],interfac:[39,155,195,231],intern:[33,38,40,41,42,48,51,52,119,174,228],internal:41,internet:[0,186],interpret:[12,38,187],interrupted_function_call:222,introduc:[3,33,41,42,152],introduct:[],introspect:39,intuit:236,inv_res_column:151,inv_thread_column:151,invalid:[33,37,39,40,41,42,54,71,89,101,132,137],invalid_argument:222,invalid_format:222,invalid_seek:222,invers:[41,199,201],investig:[33,40,226,229],io_flush:[],ipa:26,ipad:[26,27,210],iptabl:[216,235],is_a_directory:222,is_anim:228,is_removable_t:139,is_stop_word:[41,42,141,209],isn:[6,7,8,28,33,39,40,41,42,45,52,53,67,80,83,85,89,90,101,102,110,112,114,118,129,130,131,132,135,137,139,150,152,174,187,197,202,204,205,206,210,222],iso:188,isobe:40,isssu:40,issu:[],itagaki:35,item:[42,45,93,94,95,132,135,137,146,155,170,204,205,207,208,216,220],item_:135,item_dataset:[154,207],item_queri:[135,154,155,204,205,207],item_query_kana:155,item_query_kei:155,items_index:170,iter:[42,188],itself:[40,41,77,143,187,197,198],ivh:26,iwai:[33,38,39,40],iwamatsu:33,jacob16bit:42,jame:236,jan:234,januari:188,japan:[99,204,229,235,238],japanes:[0,2,17,19,39,41,187,188,194,204,210],jason:236,javascript:[],jeff:236,jekyl:12,jemalloc:41,jennif:236,jersei:234,jessi:[],jinja2:12,jira:33,jiro:230,jis:194,job:151,john:[99,236],join:2,joseph:236,jqueri:41,json:[],jsonp:[42,155],juli:42,juman:26,jumand:26,jun:[41,42],just:[],kagami:42,kakesa:42,kana:[135,154,155,194,204,205,207],kanako:40,kanji:[194,210],kashihara:41,katagiri:40,katakana:[135,170,191,194,204,210],kawada:41,kawaji:39,kazuhiko:[33,39,41],kazuhiro:40,keep:[32,33,37,48,52,77,83,189,200,201,210],kei:[],ken:230,kenichi:[35,37],kentaro:40,kernel:[39,211],key1:88,key:42,key_1:131,key_2:131,key_column:49,key_float:119,key_geo_point:119,key_index:139,key_int:119,key_large:[32,33,137,208],key_length:222,key_n:131,key_name:[112,132],key_normalize:[39,42,137,191],key_siz:65,key_typ:[],key_type:131,key_uint:119,key_var_size:119,key_with_sis:[137,187,188,236],keyboard:132,keybuf:65,keyr:[25,39],keys_zon:152,keyword1:[39,164],keyword2:[39,164],keyword:[],keyword_cont:55,keyword_s:55,kfc:193,kill:133,kind:[],kinjir:230,kisk:39,kitaiti:33,kiyokawa:33,klose:42,know:[42,89,101,132,148,210,229,230,234],knowledg:0,known:[0,40,109,174,188,199,231,235],koi8r:[28,39,150],koji:39,konishi:40,korea:229,kosuk:40,kou:114,kouhei:40,kuriyama:[41,42],kwic:174,kytea:[28,39,40,143],label1:[41,112,132],label2:[112,132],label:[],label_1:132,label_2:132,label_n:132,lager:40,lake:193,langasek:33,languag:[],language:17,larg:[],larger:[41,42,77,83,96,112,119,132,137,150,156,174,207,208,211,222],larget:128,largetext:208,last:[39,42,52,143,155,210],last_modifi:234,lat:151,latenc:151,later:[33,37,39,40,41,42,88,109,132,150,164,165,166,176,191,198,202,231],latest:[],latin1:[28,39],latin:150,latinov:33,latitude_in_degree:188,latitude_in_degreexlongitude_in_degree:188,latitude_in_msec:188,latitude_in_msecxlongitude_in_msec:188,latter:[45,155,191,197],launchpad:[12,30,41],layer:42,layout:12,lc_messages:17,lcov:14,lead:[132,174,231],leak:[33,35,37,39,40,41,42,134],leakag:237,leaner:156,lear:207,learn:[],learner:[],least:[39,42,85,89,176,187,211,226],left:[],left_hand_side_el:33,leftmost:188,lemon:45,length:[33,39,71,228],let:[],letter:191,level:[33,39,40,41,42,71,89,106,107,150,152,156,190,222,229],lexcon:231,lexicon2:233,lexicon:[],lexicon_t:151,lgpl:43,lib:[27,35,40,112,119,121,122,126,148,152,220],libedit:[26,28,37,39,42],libev:[25,28,30,38],libgcc_s_sjlj:41,libgroonga:[20,231],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,140,214],like:[],limit:[],line:[],line_content:80,line_number:80,link:[39,41,42,132,187,188,228,229,235],linux:[],lion:39,listen:[39,152,216,222,235],liter:[],live:[137,234],lldb:[6,7],llt:143,load:[],loaded_id:33,loaded_value:130,local:[0,6,7,12,17,18,27,28,150,152,188],locale:17,localhost:[12,128,149,150,151,152,155,195,216,222],localstatedir:[],location_in_groonga:80,location_in_input:80,location_str:234,lock_acquir:[],lock_clear:[],lock_releas:[],log1:88,log:[],log_20160320:114,log_level:[],log_put:[],log_reopen:[],log_repoen:39,logal:21,logger:[39,42],logic:[],logical_:[110,202],logical_count:[],logical_filtered:111,logical_paramet:[],logical_range_filt:[],logical_select:[],logical_shard_list:[],logical_table_name:[112,202],logical_table_remov:[],logicaltableremovecommand:114,login:211,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:202,logs_20150815:202,logs_20150930:113,logs_20160318:114,logs_20160319:114,logs_20160320:114,logs_20160320_:114,logs_20160320_timestamp:114,logs_message_index:198,logs_timestamp:127,logyyyymmddhhmmss:155,london:161,longer:[43,52,103],longest:[37,65,188],longitude_in_degree:188,longitude_in_msec:188,longitudexlatitude:40,longtext:[],look:84,loop:[33,39,41,42],loose_items_index:170,looseitem:170,lost:33,lot:40,lower:[89,132,137,143,198,231],lru:85,lte:143,lts:[21,30],lucid:[35,40],lunch:0,lz4:[],lzo:[37,39,40,41],lzo_error:222,m64:29,mac:[],machin:[41,150],macport:[],macro:[37,40,41,42],made:[37,39,42,231],madrid:161,mai:[0,20,28,32,33,37,39,40,41,42,48,49,53,67,80,89,90,92,101,103,104,105,109,115,117,128,129,130,131,134,135,137,139,140,148,152,155,187,188,197,198,199,200,201,208,210,211,216,230,233],mail_column:151,mailarch:12,main:[12,25,67],mainli:[41,234],mainlin:[41,42],mainstream:0,maintain:210,mainten:210,major:23,make:[],makecach:39,makefil:[7,8],makoto:33,malfunct:42,malloc:41,man:33,manag:[0,18,21,28,45,52,53,82,96,118,128,146,148,150,152,174,197,208,216,235],mani:[0,3,17,28,32,33,37,40,41,42,67,77,89,101,109,111,112,114,119,132,137,139,141,143,152,154,174,187,188,198,199,200,201,206,208,211,214,215,216,220,228,229,231],manipul:186,manner:[132,231],manual:[],map:[37,42,45,88,96,109,132,190,204,211,226],map_hugetlb:37,mariadb:[33,40,41],mark:[33,38,41,42,89,137,191,209,210,220,234],marku:39,markup:[16,42],masafumi:[33,40,41],masaharu:[33,38,39,40],masahiro:[35,40,41],masanori:33,masatoshi:42,massachusett:234,master:[17,21,152],match:[],match_column:[],match_columns:40,match_escalation_threshold:[],matsuu:35,matthia:42,matur:[1,109,220],maverick:37,max:[],max_command_vers:[81,134,152,195,222,231,235],max_command_version:134,max_concurr:149,max_dist:33,max_nfthread:67,max_siz:66,max_total_s:118,max_tp:149,max_value:211,maximium:132,maximum:[32,42,82,89,109,112,114,118,119,132,137,158,188,199,200,208,222,226,228,231],mcdonald:193,mdev:[33,42],mean:[28,33,39,40,41,42,45,47,51,55,56,62,71,77,83,84,89,90,96,101,103,104,105,109,111,112,114,118,120,127,128,132,134,135,143,146,150,152,155,176,187,188,190,191,193,194,197,198,200,201,202,204,210,211,226,228,229,231,238],meaning:42,meaningless:[45,198],measur:[0,37],mecab:[0,12,24,25,26,27,28,30,33,37,39,40,41,42,43,119,210],mecab_new2:39,mecab_strerror:41,mecabrc:27,mechan:[39,42,152,216],media:41,median:41,medium:[],meerkat:37,meet:[41,234,238],meetup:42,memcach:[],memo1:199,memo2:199,memo3:199,memo4:199,memo5:199,memo6:199,memo7:199,memo:[42,119,131,167,171,184,199,200,201,209],memo_index:41,memori:[],memos_cont:209,memos_content_index:[119,131],memos_tag:167,memset:42,mention:176,menu:[31,132],mercuri:12,merg:[0,17,39],meridian:161,messag:[],message:[33,107,190],message_index:[200,201],message_pack_install_prefix:[],messagepack:[],met:176,meta:[39,90],metadata:[33,39,89,119,129,130,199,200,201,234],meter:[161,238],method:[40,42,131,153,194,204,210,231],micro:[],microsecond:[190,228],microsoft:[8,31,42],midnight:188,migrat:[41,112,132,187,188],mike:99,million:[32,89],millisecond:[47,83,150,155,188,228,238],mime:[42,216],min:[],min_siz:66,minagawa:[33,40,41],mind:[32,202],mine:0,mingw:12,minim:[152,158],minimum:[24,25,26,30,71,112,114,132,188,220],minut:[188,190,204,205,238],minute:234,mip:33,mipsel:33,mismatch:[33,41],miss:[33,37,39,40,41,42,197],mitani:41,mitsuhiro:35,mitsuo:40,mix:[42,77,135,153,210],miyashita:33,mizuhara:42,mkdir:100,mkostemp:41,mktime:42,mmap:[],mobil:0,model:[41,142,150,222],modern:234,modif:42,modifi:[28,33,226,235,237],modul:[],moero:230,monei:230,monitor:[24,25,26,30,40],monkei:228,month:[42,188,190,202,230,234],montywi:38,more:[0,6,7,28,32,33,39,40,41,42,52,71,73,77,89,90,101,112,114,119,127,132,135,137,139,148,150,152,155,156,167,170,171,174,176,187,188,189,194,197,198,199,200,201,202,205,206,208,209,210,211,212,216,222,228,231,234,236],moreov:238,moritapo:230,moritar:233,morn:189,morpholog:[0,28,188,210],most:[41,42,52,56,77,78,89,112,119,132,187,188,198,200,210,216,228,231],motoi:40,move:[16,31,37,39,42,88,96],movi:230,mpaa:158,mrb:[42,112],mrb_valu:33,mrubi:[6,7,8,12,33,40,41,42,129,130,202],msec:[37,47],msg_control:42,msg_controllen:42,msg_flag:42,msg_id:12,msghdr:42,msgpack:[33,42,195,216,222],msvc:42,msyql:77,mte:43,multi:[],multibyt:[33,37],multilin:198,multipl:[],multipli:188,multithread:[42,96,128],munin:[],murakami:[33,40,41,42],museum:234,musha:42,music:[190,230],must:[6,7,8,28,33,41,42,45,48,49,53,55,56,62,70,71,73,88,89,90,92,96,99,101,102,103,104,105,109,111,112,120,128,132,135,137,140,142,148,150,155,156,166,170,176,184,187,188,198,200,201,202,207,211,216,222,226,228,231,235],mutex:[40,71],mutex_lock:67,mutex_unlock:67,mxcl:12,myisam:0,mysql:[0,24,25,26,30,33,41,42,43,77,115,132,164,165,174,191,197,199,202,206],n_builtin_type_nam:53,n_bytes:119,n_element:[33,119],n_elements:119,n_entries:85,n_hits:132,n_kei:65,n_keyword:55,n_like:[80,112,132,187,188,211],n_loaded_record:33,n_max_threads:142,n_queri:[81,134,152,195,222,231,235],n_queries:134,n_record:118,n_result:65,n_tabl:52,n_var:71,nagano:41,naist:210,naiv:229,nakai:40,nakamura:42,name1:188,name2:188,name:[],name_1:[231,235],name_2:[231,235],name_s:[49,52,55,62,63,65,68,71],name_t:118,namebuf:[49,62],names:119,nanosecond:[80,190],naoina:[39,40],naoya:[33,40,41,42],narg:55,narrow:[],narwhal:37,natanael:42,natti:37,ncpu:27,nearbi:0,necessari:[37,231],need:[0,5,6,7,8,17,18,21,28,29,31,32,37,39,41,42,45,48,51,52,55,67,70,77,80,89,96,101,103,109,110,112,113,114,115,121,126,128,132,133,137,139,143,145,148,150,152,153,155,165,170,174,187,188,191,194,195,197,198,199,200,201,202,204,205,207,208,210,211,216,219,222,226,231,233,236,237,238],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:210,neologd:210,nest:[],nested_reference_column:132,net:[2,12,228,229,230,231,235,238],netbsd:40,netinet:42,network:[39,216,222,230],network_is_down:222,never:[28,42,110,135,198],new_column:45,new_limit:67,new_release_date:12,new_seri:88,new_tag:88,new_value:132,new_version:12,newark:234,newer:[18,41,42],newid:88,newli:[0,41,48,89,145,174,189],newlin:[37,38,42],newnam:88,newvalu:49,next:[0,41,42,56,63,111,132,155,230,231],nfkc51lexicon:191,nfkc:191,nfs:28,nfthread:67,nginx:[],nginxhttpstubstatusmodul:41,ngx_http_proxy_modul:152,nice:189,night:[189,237],nightli:12,niho:170,nihon:[170,204],niku:41,nine:231,nippon:204,nise_nab:41,no_buffer:222,no_child_processes:222,no_kei:118,no_key:208,no_locks_available:222,no_memory_available:222,no_space_left_on_device:222,no_such_device:222,no_such_device_or_address:222,no_such_file_or_directory:222,no_such_process:222,noarch:[24,26],nobuhiro:33,node:[12,21,33,39,42],nogpgcheck:[24,39],nois:[155,205,210],nokubi:41,nomal:[39,132,152],nomral:187,non:[33,39,40,42,80,89,132,148,187,188,210],none:[28,103,104,105,112,115,127,132,137,141,143,150,152,154,155,222,233],nonexist:[33,41,42,45,93,94,112,132],nonexistent_command:42,nor:[132,137],noraml:143,normal:[],normalizeauto:164,normalized_text:115,normalizer_1:131,normalizer_2:131,normalizer_list:[],normalizer_n:131,normalizer_name:131,normalizer_name_1:131,normalizer_name_2:131,normalizer_name_n:131,normalizerauto:[],normalizernfkc51:[],normalizs:137,normallexicon:191,normalzi:164,northern:39,nosuchfileordirectori:42,not_a_directory:222,not_enough_space:222,not_socket:222,notat:[39,40,188],note:[0,26,33,37,39,40,41,42,71,89,99,101,109,111,120,128,129,130,132,137,150,152,155,166,184,188,211,216,226,228,229,231,235],noth:[42,51,67,101,132,148,152,184,204,206],notic:[33,89,106,107,150,152,200,201],notice:42,notif:[40,190],notifi:128,notrelated_20160320:114,now:[],nroonga:[21,171,233],nsi:12,nsubrecs_column:49,nterm:86,nul:[37,71,210],number1:188,number2:188,number:[],number_classifi:[],number_literal:42,numer:[],nvar:63,o_binary:39,obata:[35,37,40,42],obj:[49,53,55,57,60,62,63,64,69,86],object1:188,object2:188,object:[],object_1:119,object_2:119,object_corrupt:222,object_exist:[],object_inspect:[],object_list:[],object_n:119,object_remov:[],objnam:[87,98],obsolet:[42,194,220],obtain:71,obviousli:228,occur:[33,39,40,41,42,52,56,80,92,135,140,155,197,211,237],occurr:201,ocelot:[37,40],octal:188,october:41,odd:188,off:[37,41,152,210],offici:[8,26,37,171],official:12,offlin:[33,38,39,40,41,42,189],offline:[],offset:[],often:[101,158],ohkubo:33,ohzeki:41,okapi:[199,201],old:[],old_release:12,old_release_date:12,older:[42,234],oldvalu:49,omit:[37,80,101,103,104,105,121,122,126,127,132,143,155,161,195,204,208,231],onc:[37,39,41,70,132,155,229,233,234],once:191,one:[0,77,132,139,155,156,174,202,233,238],one_character:33,oneiric:[37,40],oneself:41,onga:174,ongaeshi:[39,40,42],onigmo:[33,41,42,198],oniguruma:42,onli:[0,6,7,17,21,23,24,25,26,30,31,32,33,39,41,42,45,48,51,62,70,71,83,84,85,89,90,93,94,96,99,100,101,102,103,104,105,110,111,112,113,114,117,118,119,120,121,122,126,127,128,129,130,132,133,134,135,137,139,142,143,145,148,150,152,153,155,158,164,165,166,170,171,174,176,187,188,189,191,193,197,198,199,200,201,202,208,210,216,220,228,231,233,236,238],onlin:189,online:[],only:[33,112,128,139,152],onto:211,ooo:208,opaqu:[48,222],opear:188,open:[],open_tag1:164,openbsd:[33,42],opene:42,opened:119,oper:[],operat:[],operation_not_permitted:222,operation_not_supported:222,operation_timeout:222,operation_would_block:222,optarg:[53,64],optim:[33,41,42],optimum:152,option:[],options:[],oracl:[],orangain:40,order:[],org:[12,17,24,25,26,27,28,29,30,31,41,42,77,100,151,152,166,228,229,230,231,235,238],orient:[0,174,228],origin:[],orilldown:229,orphan:40,osanai:[41,42],osdn:[2,12,42],otehr:137,other:[],other_table:42,otherwis:[21,48,52,62,71,92,93,95,99,103,104,105,114,117,119,127,128,131,139,145,158,167,171,176,188,231],ouput:40,our:[2,17,202],out:[13,23,24,25,26,30,31,41,83,176,233],out_gqtp:151,out_http:151,out_loc:151,outdat:[33,41],output:[],output_column:[],output_id:33,output_pretti:81,output_typ:[153,195],output_type:153,outsid:41,over:[0,33,39,40,41,42,164,226,235],overcom:109,overcommit:211,overcommit_memori:[],overflow:[33,37,40,41,42,228],overhead:[41,220],overrid:[28,45],overwrit:[33,83],overwritten:238,own:[0,39,42,55,109,188,228],owner:[40,42,152],pack:[],packag:[],page:[],pagerank:[199,200,201],pagin:[12,231],pai:132,pair:[42,118,119,132,197,204,205,206,207,228],pair_dataset:[154,207],pair_queri:[135,154,155,204,205,207],pakcag:26,palallel:[],pangolin:[30,39],paragraph:231,parallel:[0,6,7,12,33],paramet:[],parameter1:152,parameter_name1:153,parameter_name2:153,parent:[112,132,152],parenth:102,parenthes:231,pari:161,park:234,parker:42,pars:[33,41,54,55,186],parser:[187,198],part:[],partial:[11,42,202,204,206,222],partitioning:109,pass:[6,7,8,12,33,37,38,42,53,67,128,142,152,155,161,171,187,188,198,231,235],past:39,pat:[33,38,39],pat_kei:[118,119],pat_key:208,path:[],patiricia:42,patprefix:236,patricia:[],patsuffix:236,pattern:[0,42,80,187,188,198],pcre:[39,152],penalti:40,pend:42,pentium:151,peopl:[0,89,210],people_age_index:89,people_age_medium_index:89,people_age_small_index:89,people_key_roles_index:89,people_roles_index:89,per:[],percentag:134,perfect:[0,201],perfectli:110,perform:[],period:[],perl:152,permiss:[28,41],permission_denied:222,permit:114,persist:[],persistent:[90,92,119,138,140],person:[],pgp:12,pgroonga:[42,190,199,202],php:[12,39,41,42,214],phrase:[],physic:86,pid:[28,33,34,37,42,150,190],pikonyan:230,pip:18,pipermail:41,piro:41,pkg:[28,29,35,37,39,42],place:[2,28,234],placehold:40,plai:[0,237],plain:[42,166],plan:236,platform:[],platorm:33,player1:88,player:[88,140],pleas:[2,3,17,19,25,28,33,41,42,53,199,200,201,220,231],pluggabl:0,plugin:[],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:[],plugin_unregist:[],poedit:17,point:[],pointer:[33,71],pole:161,polici:40,pool:67,poor:197,popular:[42,77,112,132,150],port:[27,40,41,43,150,151,152,153,155,195,216,220,222,235],port_number:[219,222,235],portabl:[37,40,152],posit:[33,41,56,71,77,84,89,90,131,132,141,142,143,210,231],posix:[42,188],possibl:[],post:[],posted_bi:234,postfix:[109,111,112,114],postgresql:[0,174,202],potenti:40,power8:41,power:[132,198],poyonga:214,ppa:[],practic:[0,41,228],pragma:132,pre:155,precis:[0,12,30,33,39,42,80,89,204,210,212,231],preconfigur:[24,25,26,30,220],predic:42,predict:[137,208,210],prefer:42,preferenti:96,prefix:[],prefix_match_s:33,prefix_rk_search:[],prefix_search:[37,135],prepar:[],prepend:[152,187,188],press:17,pretti:[],prevent:[33,40],previou:[33,39,40,41,142,155,198,199,220,228,229,233],price:228,primari:[],print:[],prioriti:[0,132,204],privileg:[40,235],probabl:135,problem:[33,37,39,40,42,48,114,120,152,187,188,200,210,228],proc:[],proc_database_unmap:96,proc_object:120,procedur:[33,39,40,170],process:[],processor:[0,24,25,26,30],product:[33,42,111,152,155],profil:234,program:[1,39,40,90,150,152,155,156,188],progress:190,project:[0,3,12,13,19,21,41,188,220],promot:40,prompt:[31,39,195,231],pronounc:186,proonga:214,proper:[41,80,109,234],properli:[39,42,187,235],properti:[],propos:[132,155,206],protocol:[],provid:[0,1,21,24,25,26,30,33,39,41,42,46,52,67,70,89,90,110,112,147,150,152,155,161,171,195,197,198,199,201,202,204,205,206,207,208,215,216,220,229,231,235],proxy_cache_path:152,proxy_cache_valid:152,proxy_pass:152,pseudo:[],pthread_:40,ptr:[35,71],pub:12,publish:[12,33,41],pull:[],pure:210,puropos:143,purpos:[33,40,77,109,171,231,235],push:[17,52],put:[17,41,42,153,187,194,198,201,211],pyenv:18,python:[12,18,214],q_cond:67,q_mutex:67,quantal:39,query:[40,190,197],query_expand:[],query_expans:[],query_flag:[],query_s:55,query_str:[],queryexpandertsv:[],question:[42,233],quetzal:39,quickli:[111,132,189],quiet:222,quit:[],quiz:230,quot:[40,102,115,143,187,188,231],quotat:[115,143],quotient:188,rab:[229,231,238],raccoon:230,radious_or_point:162,radix:188,rake:12,rakutan:233,ram:151,ran:204,rand:[],rand_max:172,random:238,rang:[],range:[],range_error:222,range_filt:[],range_index:[],ranguba:[41,77],rank:[41,231],rare:[40,42],rate:[40,158],rather:[42,77,90,132,189,198,199,200,201,210,214],raw:[21,33,40],rch:143,rdbms:[42,150],rdiscount:12,reach:211,read_only_file_system:222,readabl:[38,41],readi:[18,28,39,112,132,187,188,198],readme:[12,40],real:[0,45,67,132,134,174,211,212],real_nam:[45,93,94,95],realli:[112,132,187,188,237],realtim:[135,207],reason:[39,132,137,148,188,198,204,210,216,220,226,229],rebuild:42,recal:[0,186,210],receiv:[0,17,52,150,152,155,156,188,219,222],recent:[33,85],recogn:0,recommend:[6,7,8,23,24,25,26,30,31,33,41,42,45,80,132,155,167,187,188,198,210,211,214,216,220,231,235],reconstruct:41,record1:114,record2:114,record3:114,record:[],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:[],records:132,recov:[],recover:[53,148],recreat:[33,42,127],recrod:132,rect:[39,161,162],rectangl:[],recurs:[],recycl:41,red:[],redcloth:12,redhat:37,redmin:41,reduc:[0,33,39,40,42,89,96,110,148,194,198,205,208,216,220,237],refer:[],referenc:[39,40,89,99,101,114,132,137,139,229],reference_column:[41,42,132,139],reference_vector_column:40,referenced_table_name:101,referencedbycolumn:139,referencedbyt:139,referencedt:139,referencet:139,refin:[0,40],refresh:230,regard:[40,153,187],regardless:42,regexp:[41,42],regexplexicon:[127,198],region:[193,238],regist:[],regress:[40,41,42],regular:[],regular_expression:198,reindex:[],rel:[37,41,132],relat:[],relationship:[],relax:211,releas:[],relev:[0,231],reload:197,remain:[33,40,96,190,198],remaind:188,rememb:132,remot:[],remov:[],remove_blank:115,remove_t:114,remove_tokenized_delimiter:115,removep:62,renam:[37,39,40,42,45,88,92,140,208,231],reopen:[33,37,127],rep_gqpt:151,rep_gqtp:151,rep_http:151,rep_loc:151,repair:38,repeat:[0,17],replac:[41,42,45,154,156,188,198,237],replai:152,repli:[233,234],replic:199,replied_to:234,replied_us:234,replies2:233,replies_cont:233,reply_to:233,repoforg:39,report:[],repositori:[],repres:[55,119,150,186,188,198,228,230,237],represent:[17,54,55,77],reproduc:40,request_cancel:[],request_id:[33,42,82,128],request_timeout:[33,83],requir:[],res1:65,res2:65,res_column:151,res_tabl:151,rescord:186,reset:42,resiz:71,resolut:[],resolv:[],resourc:[],resource_busy:222,resource_deadlock_avoided:222,resource_temporarily_unavailable:222,resours:48,respect:[39,228,234,238],respons:[],rest:[71,197],restart:[],restaur:0,restor:33,restrict:[39,40,216,235],result:[],result_too_large:222,retri:47,retriev:[0,89,119,132,155,188],retry_max:222,return_code:[80,190],reus:[42,208],reveal:0,revers:[],revert:33,revis:33,rewrit:[42,43],rid:58,rid_max:59,rid_min:59,right:[],right_hand_sid:33,ring_buffer:155,ringtail:40,risk:41,rlimit_nofile:[40,190],role:[0,89,171],romaji:[],roonga:[187,188,206],root:[40,42,150,152,153,235],rose:228,rotat:[42,150],roughli:228,round:37,row:[0,174],rpm:[12,24,26,33,37,38,39,40,41,42],rpmforg:[],rroonga:[21,40,41,42,48,164,165,167,171,176,184,186,199,233],rst:12,rubi:[0,6,7,8,12,21,39,41,42,43,77,129,130,164,165,184,186,198,199,214],ruby19:39,ruby_ev:[],ruby_load:[],ruby_script:129,rubygem:39,rubyinstal:8,rule:[],run:[],runtim:42,rurema:41,ryo:42,ryoji:41,ryunosuk:33,s10:41,sae:[135,205],saer:[135,205],saerc:[135,205],saerch:[135,205],safe:89,safeti:33,sai:[89,188,231],sako:42,salamand:[40,41],same:[33,40,42,47,52,55,77,80,82,88,89,102,111,112,114,121,126,127,128,132,152,153,155,171,187,188,191,198,199,200,201,202,205,214,216,228,231,233,238],sampl:[],san:161,satisfi:[33,40,42,102,114,139],sato:[33,42],satoh:37,satoshi:41,sauci:[40,41],save:[12,41,155,226,233],sbin:27,scalar:[],scale:[0,216],scan:[14,42,164,165,170,187,188],scan_build:14,schema:[],scope:[],score1:11,score2:11,score:[],score_1:155,score_2:155,score_adjust_expression1:132,score_adjust_expression2:132,score_adjust_expression:132,score_column:49,score_function1:199,score_function2:199,score_function3:199,score_function:199,score_valu:42,scorer:[],scorer_tf_at_most:[],scorer_tf_idf:[],scr:151,script:[],sea:[143,204],sear:204,searc:204,search_result:132,searchabl:[42,189],searchu0000http:210,sebastian:41,sec:47,second:[80,83,90,128,132,134,150,155,161,187,188,190,199,212,216,228,231,233,234,238],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,89,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,137,139,140,141,142,143,145,147,148,150,152,155,157,161,165,187,192,197,198,199,200,201,203,204,205,207,211,222,229,233,234],secur:[],sed:[27,37,39,42],see:[],segment:[33,39,41,86],segv:40,select:[],select_opt:188,selector:[33,39,42,170],self:151,semi:[37,137],sen_index_delimited:43,sen_index_normalize:43,sen_sel_term_extract:43,senboku:40,send:[],sender:156,senna:[],sensit:210,sent:216,sentens:42,separ:[39,42,51,89,90,102,115,119,132,135,141,143,155,187,188,195,197,210,222,229,231],sequenc:[37,40,82,132,135,155,187,188,190,204,205,207,222],sequence_dataset:154,sequence_queri:[154,155],sequenti:[33,41,42,170,187,188,189,198,210],serach:205,serch:[135,205],sergei:[41,42],seri:231,serial:88,serihiro:39,seriou:[39,41],serv:[12,41,228],servic:[0,21,25,39,40,41,42,133,205,211,220],session:[155,214,222],set:[],set_groonga_error:112,set_host:151,set_port:151,set_token_filt:41,setup:[],seven:231,shape:193,shard:[],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,150,152,230,233],shell:[28,42,150,187,198],shidara:37,shift_jis:[28,210],shimada:39,shimamura:42,shimoda:35,shimomura:39,shinjyuku:238,shinoda:[33,41,42],shinya:39,sho:[33,40,41],shop:[189,223],shorter:[42,189],shorttext:[],should:[6,7,8,18,21,23,24,25,26,28,30,31,33,39,42,52,55,71,77,82,89,102,110,111,114,120,127,132,137,139,145,155,187,188,191,197,205,222],shouldn:[6,7,41],show:[0,28,33,34,37,39,40,41,42,45,51,80,84,88,89,99,102,103,109,112,114,115,119,131,132,158,161,164,165,166,170,171,174,176,187,188,193,195,198,199,200,201,210,219,222,228,229,230,231,234,235,238],showen:84,shown:[188,231],shuhei:41,shutdown:[],sid:[12,37,41,86],side:[0,33,39,42,83,132],sigcont:40,sign:[],signal:41,significantli:0,sigstop:40,sigusr1:37,silent:[21,33],simil:188,similar_search:[39,135],simpl:[],simplest:[0,28,82,199],simpli:[201,236],simplifi:[40,167],sinc:[26,33,39,42,49,71,80,87,126,132,134,137,145,150,155,161,188,189,190,198,212,220,228,234],singl:[40,41,77,89,102,115,132,142,143,231],sis:37,sister:89,site:[41,100,103,104,105,127,132,186,228,229,230,231,233,235,238],site_titl:127,sitecountri:[229,235],sitedomain:[229,235],situat:132,six:[190,231],size:[],size_of_one_value_in_byte:131,sizeof:[42,52,55],sji:[28,150],sjis:43,skip:[33,40,41,42,231],slash:188,sleepi:189,slice:33,slow:[42,152,187,188,198,208],slower:[89,161,199,201,229],small:[],smaller:[0,77,137,161,189,190],smith:33,snake_cas:42,snippet1:174,snippet2:174,snippet3:174,snippet:[33,39,40,43,174],snippet_html:[],soccer:230,social:230,socket:39,socket_is_already_connected:222,socket_is_already_shutdowned:222,socket_is_not_connected:222,socket_not_initialized:222,soft:211,softwar:[],soichiro:33,solari:[],solr:188,solut:[],solv:[33,199,200,201,228],some:[0,1,2,8,17,26,28,32,33,39,40,41,42,45,47,55,70,77,80,82,89,109,111,112,114,118,119,128,133,137,139,143,146,148,154,155,157,171,187,188,190,198,199,202,209,210,211,212],someon:234,someth:41,sometim:[33,41],soon:[83,174,193,202,216],sort:[],sort_kei:[],sortbi:[],sound:[191,205],soundkitchen:[37,39],sourc:[],source:[],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:[],southern:39,space:[0,33,37,40,42,71,77,89,102,115,132,143,187,198,207,210,231],spain:161,spammer:[199,200,201],span:[164,165,166,174],spars:42,speaker:2,spec:[37,39,40],special:[17,28,40,47,55,80,84,132,143,153,164,165,174,187,198,222,231],specif:[],specifi:[],speech:[0,210],speed:[37,206,208],spell:[197,237],spend:[187,188],spheric:161,sphinx:[],sphr:[161,162],spil:42,split:[33,37,42,188,208,210],spokesman:3,sport:230,spreadsheet:197,sql:[109,132,199,229],squar:161,squeez:[12,40],src:[12,25,228],src_kei:65,src_key_siz:65,ssh:12,ssssss:190,stabl:[33,41,79,135],stack:[33,40],stack_over_flow:222,stage:[33,41],stamp:[190,204,205,207],stand:[42,214],standard:[42,102,152,212,222,231],start:[],start_tim:[42,81,134],start_time:134,starttim:[42,81,134,152,195,222,231,235],starttime:134,startup:39,state:[39,99,161,214,222],statement:188,station:[193,234,238],statu:[],status:[],stdin:38,stem:[25,30,41,209],step:[17,18,28,31,33,88,198,207,228,231],steve:33,still:[16,17,40,41,92,128,140],stop:[],stop_word:[100,141,209],storategi:132,str:55,str_length:71,str_ptr:71,str_size:55,strang:198,stream:[33,41],strerror:41,strict:[41,42],string1:159,string2:159,string:[],string_length:33,string_literal:41,string_siz:55,string_substr:[],stringifi:33,strip:166,strlen:71,strongli:[23,24,25,26,30,31],structur:[0,33,41,80,208,230],stub:41,studio:[8,31,33,39,40,42],style:[],sub1:[112,132],sub:[0,12,155],sub_filt:[],subject:40,submiss:[135,204,205,207],submit:[],subrecord:40,subset:212,substit:132,substitut:[17,21,132,171,187,188],substr:[33,187,188],succeed:[28,42,84,93,95,99,103,104,105,127,145,231],succeeded_or_not:[],success:[],successfulli:[33,71,104,105,231],successor:188,suddenli:40,sudo:[12,14,18,21,24,25,26,27,28,29,30,39,211,220,226,235],suenaga:42,suffici:71,suffixsearchterm:[187,188],sug:206,suggest:[],suggest_prepar:[135,204,205,207],sugimoto:42,suit:[0,41,174],suitabl:[41,89,112,132,137,150,189,199,201,208,210],sum:[41,112,132,199],summar:229,summari:[],sunos:41,superior:[0,174],support:[],suppport:33,suppress:[38,39,41],sure:231,surfac:193,surround:[39,164,165,174,188],suzuki:39,swap:211,swig:43,symbol:210,synonym:[33,132,197,237],syntax:[],syntax_error:222,syscal:[41,231],sysconfig:220,sysctl:[27,42,211,226],system:[0,5,6,7,28,29,30,37,40,41,42,89,96,101,112,132,150,152,174,187,188,189,211,212,228,238],systemctl:[25,220],systemd:[25,33,39,42],tab:[42,51,195,197,222],tabl:[],table1:[65,139],table2:[65,139],table:[],table_1:131,table_2:131,table_:[137,208],table_buff:52,table_copi:[],table_cr:[],table_dat_key:[],table_hash_key:[],table_list:[],table_n:131,table_name:[],table_name_1:131,table_name_2:131,table_name_n:131,table_name_of_index_column:101,table_no_key:[],table_pat_key:[],table_remov:[],table_renam:[],table_token:[],tablecursor:42,tablegroupflag:42,tablenam:79,tables_buff:52,tachikawa:33,tag:[],tagger:0,tahr:[30,41],tail:[12,222],tajima:39,takashi:99,takatsugu:41,takayama:42,takayuki:37,take:[33,85,88,89,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,137,139,140,141,142,143,144,145,148,153,220,231],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:[],target_charact:55,target_nam:[],taro:230,task:[0,39],tasuku:[42,43],tatsuya:39,tcp:155,tcp_nodelay:33,techniqu:[199,200,201],temporari:[],tend:233,term:[],termin:[],teruya:42,test:[6,12,14,23,24,25,26,30,31,33,39,41,42,110,111,151,152,210,228,231,233,234,235],test_loc:151,test_str:14,test_text_otoj:14,testdb:[151,156],tetsuharu:41,tex:143,than:[],thatn:132,theater:237,theatr:237,thei:[28,29,42,45,77,89,102,112,114,119,121,122,126,132,139,143,152,153,164,165,170,174,176,186,187,188,189,190,195,197,199,200,201,202,204,205,206,207,208,210,211,216],them:[16,17,24,25,26,28,30,42,47,55,77,80,89,101,102,112,114,132,137,139,155,161,187,198,199,210,211,222,228,231,238],themselv:[17,194,197],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,137,139,140,141,142,143,144,145,147,148,150,152,154,155,157,158,161,165,167,171,174,175,176,184,185,187,188,190,192,194,195,197,198,199,200,201,202,203,204,205,207,210,211,212,216,222,226,228,229,231,233,234,235,236,237,238],thing:42,think:[132,139,188,199,200,201],third:[90,132,188,228],thorsten:33,those:[0,17,28,29,38,132,161,174,186,187,188,191,195,206,207,208,216,228,231],though:[0,33,39,40,41,109,204,233],thread:[0,33,40,41,42,49,52,53,67,71,96,104,110,134,139,142,150,155,190,216],thread_count:42,thread_limit:[],thread_tabl:151,thread_title_column:151,threasd:150,three:[40,77,80,92,109,115,132,161,164,186,200,201,204,205,228,229,231,233],threshold:[],through:[0,152,155],throughput:[37,216],thu:[0,33,41,109,154,156,187,232,233,237,238],tid:59,time:[],time_classify_dai:[],time_classify_hour:[],time_classify_minut:[],time_classify_month:[],time_classify_second:[],time_classify_week:[],time_classify_year:[],time_column:151,time_stamp:190,timeout:[],timestamp:[33,109,113,114,117,120,127,155,234],timeuot:47,tini:42,titl:[12,40,41,100,103,104,105,112,127,132,139,159,176,187,188,199,200,201,228,229,230,231,233,235],title_index:199,tiwawan:42,tld:229,tls:33,tmp:[6,7,12,40,90,92,119,120,135,138,140,150,197,198,216,222,231,235],to_column:88,tobbi:171,todai:0,todo:[],token_filt:[],token_filter:[],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:[],tokenbigramignoreblank:[],tokenbigramignoreblanksplitalpha:210,tokenbigramignoreblanksplitalphadigit:210,tokenbigramignoreblanksplitsymbol:[],tokenbigramignoreblanksplitsymbolalpha:[],tokenbigramignoreblanksplitsymbolalphadigit:[],tokenbigramsplitsymbol:[],tokenbigramsplitsymbolalpha:[],tokenbigramsplitsymbolalphadigit:[],tokenbigramsplitxxx:210,tokenbigrm:88,tokendelimit:[],tokendelimitnul:[],tokenfilterstem:[],tokenfilterstopword:[],tokenizer_1:131,tokenizer_2:131,tokenizer_error:222,tokenizer_list:[],tokenizer_n:131,tokenizer_name:131,tokenizer_name_1:131,tokenizer_name_2:131,tokenizer_name_n:131,tokenizs:[],tokenkytea:39,tokenmecab:[],tokenregexp:[],tokentrigram:[],tokenunigram:[],tokyo:[161,238],tokyogeopoint:[],tom:171,tomita:35,tomo:230,tomoatsu:[35,39],tomygx:42,too:[18,33,40,42,67,77,120,132,188,228,233],too_large_offset:222,too_many_links:222,too_many_open_files:222,too_many_open_files_in_system:222,too_many_symbolic_links:222,too_small_limit:222,too_small_offset:222,tood:[71,136],tool:[],top:[56,229],top_left:[37,163],top_left_point:56,topic:[],torinki:33,tortoisegit:8,totabl:88,total:[],total_s:118,touch:[42,53,114],toybox:228,tracker:[],trade:210,tradit:[0,41],transfer:[],transit:220,translat:[],transposit:33,travel:234,travi:[],treat:[39,40,41,42,109,111,112,114,132,143,188,193,204,205],tree:41,tri:[47,234],trial:0,trie:[],tritonn:[112,132,187,188],troubl:17,truncat:[],trust:12,trusti:[12,30,41],tsu_root:42,tsv:[],tune:[],turn:152,tutori:[],tweet:[2,189],twice:[42,132,187],two:[19,24,25,26,30,40,41,42,52,55,80,89,90,95,101,110,112,114,120,132,136,137,139,140,142,143,152,155,156,161,167,170,171,174,176,187,190,191,193,198,200,205,207,210,215,216,220,229,230,231,233,234,238],txt:[16,17,210],type1:[135,155],type2:[135,155],type:[],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:176,typic:[42,132],typo:[33,37,39,40,41,42,197,204,205],u0000ful:210,u0000http:210,ubuntu:[],ueno:[37,39],uid:12,uint16:[],uint32:[],uint32_column:42,uint32_t:67,uint64:[],uint8:[],uint:[33,39],ull:143,ultra:230,umask:41,umemoto:37,unari:40,unauthent:[25,39],unchang:71,uncontinu:39,undefin:228,under:[28,41,152,153,155,156,216],underflow:228,underli:0,underscor:[89,137],understand:[41,114,132,139,231],unexpect:[33,39,41],unexpectedli:[33,40,42,101],unhandl:155,unicod:[42,191],unicorn:42,uniniti:42,uninstal:39,uniqu:[89,128,155],unit:[78,83,134,155,161,174,188,210,222],unite:[99,161],univers:30,unix:[],unix_time_when_command_is_started:80,unknow:41,unknown:[38,54],unknown_error:222,unlink:55,unload:39,unlock:71,unmanag:86,unmap:[42,53,96],unnecessari:211,unpatch:43,unrecover:53,unregist:[121,122],unrel:37,unreli:148,unresolv:37,unsaf:[33,42,53],unsign:[],unsort:33,unsplit:[11,132],unstabl:38,unsupport:42,unsupported_command_version:222,untag:166,until:[17,41,47,71,83,96,102,132,189],unus:[41,96],updag:39,update:[],update_buffer_s:58,update_not_allowed:222,updated_at:225,upgrad:[33,39,41,42,216],upgrade:[],upload:12,upper:[37,41,89,137,198,231],uptim:[81,134,152,195,222,231,235],uptime:134,uri:[152,153,155],url:[37,41,100,153,216],usa:229,usabl:[146,155],usag:[],usage:[],use:[],use_offline_indexer:38,use_range_index:[],used:[37,39,41,42],useless:53,user:[],user_ag:158,user_column:151,user_data:[63,71],user_input:188,usernam:230,username:31,users_20160320:114,users_index:234,users_loc:234,users_memo:171,users_nam:171,using:[],usr:[14,27,28,121,122,126,150,152],usual:[33,52,228],usualli:[42,156,233],utc:[80,188],utf8:[28,33,54,150],utf:[39,40,43,155,188,191,195,210],util:152,utopic:42,uuid:33,uuuuuu:188,uzulla:37,vagrant:12,valid:[33,37,39,40,41,42,112,132,187,188,207,208,228],valu:[],value1:[88,102,152,153,167,188],value2:[102,153,188],value:[],value_1:[131,231,235],value_2:[131,231,235],value_column:49,value_n:131,value_s:[33,119],value_typ:[],value_type:131,valuebuf:60,valuen:167,var_siz:119,vari:[32,71],variabl:[29,33,37,38,39,40,41,42,71,90,118,119,132,188,197,222,228],varieti:230,variou:[],vdw:[229,231,238],vector:[],vector_column:[33,40],vector_s:[],vector_slic:[],vector_text_column:42,veres:216,veri:[0,33,39,80,102,112,132,164,165,174,187,188,198,199,204,208,216,230],version1:79,version2:79,version3:79,version4:79,version:[],vertic:[89,137],vervet:[33,42],via:[17,39,84,155,207],video:230,view:[],virtual:[40,42],virtualbox:12,visual:[0,8,31,37,39,40,41,42,80,131],visut:33,vivid:[12,33,42],vmstat:226,vocabulari:231,voic:191,voiced:191,void_t:67,vojtovich:41,vulner:41,w64:12,wai:[0,3,6,7,19,39,40,41,77,101,146,152,155,156,171,186,195,229,231,233,234,237],wait:[47,71,83],wanab:40,want:[6,7,8,13,16,24,25,26,27,28,30,41,42,45,67,88,89,102,110,114,115,117,120,129,130,131,132,137,139,141,143,150,152,155,161,167,170,176,187,197,198,202,204,205,207,210,214,220,222,226,229,231,233,237],wareohji:39,warn:[6,7,38,39,40,41,106,107,132,150,152,190,198,201],warp:41,warri:23,washida:40,wasn:33,watch:12,weak:[0,174],web:[28,132,135,152,153,187,205,207,230],webclip:166,weight1:[39,77,132],weight2:[39,77,132],weight3:77,weight:[],weight_in_match_column:77,weight_in_weight_vector:77,welcom:[2,3,16,17,112,132,187,188,234],well:[0,28,40,109,152,174,235],were:[33,161,231],werewolf:[33,42],wget:[24,25,26,28,29,30],wgs84geopoint:[],wgs84geoppoint:56,wgs:[212,238],what:[],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,119,120,121,126,127,131,132,133,135,137,139,142,150,152,155,161,166,167,171,176,187,189,191,198,202,204,210,211,214,219,222,230,231,234,236],where:[28,84,228],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,139,145,148,152,155,158,161,167,171,176,186,187,202,226,228],which:[0,1,26,33,39,40,41,42,70,71,99,109,111,112,114,115,129,130,132,141,143,150,155,156,161,166,167,170,171,176,184,187,188,204,220,222,228,229,230,231,233,234,235,236,237,238],white:[187,210,231],who:[],whole:40,whombx:40,whose:[188,231],why:[40,132,198,220],wibowo:40,wide:[0,28,33,37,194,198,231],width:[37,42,191],wiedenroth:41,wiki:152,wikipedia:[194,212],wili:[33,42],win64:[8,31],window:[],wing:[39,40],with_checks:[41,115],with_command_vers:42,with_position:[33,89,90,112,119,127,131,132,155,164,165,171,174,176,187,188,189,198,199,200,201,209,211,225,231,233,234,237],with_section:[33,41,42,89,90,131,233,234],with_types:115,with_weight:[41,77,89,90,131],within:[204,205,234,238],without:[],wno:37,wonderland:89,word1:[39,132,187,188],word2:[39,132,187,188],word:[0,39,41,42,67,73,132,139,176,186,187,188,197,199,204,205,206,207,209,210,232,234],work:[],workaround:[33,41,42,139],worker:[33,40,152],world:[40,41,210,212,238],worst:33,writabl:[41,42],write:[14,18,28,38,41,42,67,104,111,125,132,136,150,187,188,198,232,233,234],written:[18,41,121,126,145,202,234],wrong:[33,37,39,40,41,42,148,205,206],wrongli:[33,37],www:12,x64:[12,31],x86:[31,37,42],x86_64:12,xcode:27,xenial:[30,33],xeru:[30,33],xml:[],xvzf:[24,25,26,27,28,29,30],xxx:[33,40,41,150,188],xxx_20150603:42,xxx_20150604:42,xxx_201506:42,yahppo:40,yak:[30,33],yakketi:[30,33],yamada:41,yamaguchi:37,yamamoto:41,yaman:[40,41],yappo:[40,41,43],year:[42,45,158,188,190,234],years_old:45,yet:[0,33,37,40,109,112,129,130,132,155,188,193,199,201,202,216],yito:[39,40],yml:21,yoji:37,yokoyama:[33,40,41],yoku:[40,41],york:[161,234],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,32,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,137,139,140,141,142,143,145,146,148,150,152,153,154,155,156,157,158,161,164,165,166,167,170,171,174,176,184,186,187,188,191,193,194,195,197,198,199,200,201,202,204,207,208,209,210,211,212,214,216,219,220,222,226,228,229,230,231,233,234,235,236,237,238],younger:89,your:[],your_db:37,your_github_account:17,your_new_db:37,yourself:[23,89],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:[188,190],yyyymm:202,yyyymmdd:[112,202],zcat:33,zenigata:230,zero:[33,73,77,89,132,170,191,197,209,210,222,228],zeromq:28,zip:[],zlib1g:[25,30],zlib:[],zlib_error:222,zsh:28,zstandard:[28,33],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_copy</span></code>","7.3.59. <code class=\"docutils literal\"><span class=\"pre\">table_create</span></code>","7.3.60. <code class=\"docutils literal\"><span class=\"pre\">table_list</span></code>","7.3.61. <code class=\"docutils literal\"><span class=\"pre\">table_remove</span></code>","7.3.62. <code class=\"docutils literal\"><span class=\"pre\">table_rename</span></code>","7.3.63. <code class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></code>","7.3.64. <code class=\"docutils literal\"><span class=\"pre\">thread_limit</span></code>","7.3.65. <code class=\"docutils literal\"><span class=\"pre\">tokenize</span></code>","7.3.66. <code class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></code>","7.3.67. <code class=\"docutils literal\"><span class=\"pre\">truncate</span></code>","7.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":[149,151],"\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":151,"\u30b5\u30f3\u30d7\u30eb":[149,151],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":151,"\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":[151,224],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":225,"\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":[],"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":212,"\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":151,"\u4f8b":[159,162,163,168,172,225],"\u4f8b\u3048\u3070redmin":10,"\u4fee\u6b63":[34,35,36,37],"\u5236\u9650\u4e8b\u9805":151,"\u524d\u63d0\u6761\u4ef6":12,"\u539f\u56e0":225,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":225,"\u540d\u524d":[75,149,151,159,162,163,168,172],"\u5909\u66f4":35,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":12,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":223,"\u5b9f\u9a13\u7684":37,"\u5bfe\u5fdc":10,"\u5bfe\u7b56\u65b9\u6cd51":225,"\u5bfe\u7b56\u65b9\u6cd52":225,"\u5f15\u6570":[149,151,159,162,163,172],"\u611f\u8b1d":[34,35,36,37],"\u6539\u826f":[34,35,36,37],"\u66f8\u5f0f":[149,151,159,162,163,168,172],"\u6700\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":12,"\u691c\u7d22":223,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":223,"\u691c\u7d22\u306e\u6319\u52d5":223,"\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,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":12,"\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":151,"\u7406\u7531":10,"\u8aac\u660e":[75,149,151,159,162,163,168,172],"\u8fd4\u5024":[159,162,163,168,172],"\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":223,"\u95a2\u4fc2\u5f0f":11,"\u95be\u5024\u3092\u3042\u3052\u308b":225,"\u9759\u7684\u89e3\u6790":14,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":223,"benchmark\u547d\u4ee4":151,"benchmark\u5b9f\u884c\u7d50\u679c":151,"boolean":[188,228],"case":[80,114,139],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"class":198,"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":[188,212],"function":[157,188],"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\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\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":188,"po\u306e\u5b9f\u884c":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":12,"ppa\u7528\u306e\u9375\u306e\u767b\u9332":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,145,153,155,158,160,161,164,165,166,167,169,170,171,173,174,175,176,177,178,179,180,181,182,183,184,185,200,201],"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,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u516c\u958b\u306e\u53d6\u308a\u6d88\u3057":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:[212,232],access:[216,235],add:17,addition:[188,191,232],adjust:132,administr:[152,235],advanc:[112,132],against:233,aggreg:0,alia:45,all:208,alloc:226,also:[6,7,8,45,80,82,83,84,85,87,89,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,137,141,143,144,154,155,164,165,170,171,174,176,186,191,194,197,200,201,208,209,222],among:233,anchor:198,api:[16,46],appli:77,approximate_typ:161,archive:30,arg:11,arithmet:188,arrai:188,assign:[82,188],assignment:[187,188],authent:216,autotool:6,availabl:[152,209],avoid:226,basic:[114,139,188,231],benchmark:151,between:158,bigram:234,binari:219,bitwis:188,blog:234,blogroonga:12,body:80,bool:212,broken:114,brows:152,bug:19,build:[5,6,7,8,24,25,26,27,28,30,31],built:[191,199,210],builtin:[150,212],cach:[111,132,152],cache_limit:85,calc_target:112,calc_typ:112,call:188,callback:11,can:212,candidate_n:155,cannot:226,cascad:99,cast:72,centos:24,chang:[43,88],charact:198,characterist:[0,208],chat:2,check:[86,148],checkout:[6,7,8],choic:198,clearlock:87,client:[1,150,222],clone:17,close_tagn:164,cmake:[7,8],code:[83,84],column:[0,32,73,74,75,76,77,88,89,119,131,139,161,164,170,187,200,201,229,231,233],column_copi:88,column_cr:89,column_list:90,column_or_valu:158,column_remov:91,column_renam:92,combin:187,command:[78,79,131,146,148,150,153,155,195,202,216,231,235],comment:234,common:119,commun:2,comparison:[188,216],complet:[204,206],compress:216,condit:[132,187,238],config_delet:93,config_get:94,config_set:95,configur:[6,18,21,28,47,88,146,152,216],confirm:17,construct:189,contain:11,contribut:[3,15],control:188,convert:194,cooccurr:[204,205,207],core:216,correct:[205,206],cpu:216,creat:[6,77,89,137,154,231,233,234],custom:216,daemon:[150,222],data:[89,137,152,156,187,188,204,207,212,228,234],databas:[118,216,231],database_name_table:118,database_path:[155,156],database_type_id:118,database_type_name:118,database_unmap:96,dataset:154,date:228,db_api:11,debian:25,decreas:[114,139],default_token:137,define_selector:97,defrag:98,delet:99,depend:[6,7,8,18,28,114,139],descript:212,desctipion:154,develop:[4,20],differ:112,direct:152,divis:188,document:[15,18,22],domain:229,down:[152,238],downtim:216,drildown:229,drilldown:[112,132,229],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:233,edit:17,edit_dist:159,ellipsoid:161,enabl:[18,83],encod:28,encoding:28,engin:0,equal:[11,187,188],error:[80,226],escal:28,escape:[187,198],exampl:[21,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,222,226],example:154,execut:[147,150],exit:154,expand:196,expans:237,explicit:187,explicitli:161,express:[187,188,198],extract:[188,207],facebook:2,favorit:234,featur:193,fedora:26,file:[17,150,156,197,211,216],files:154,filter:[109,111,112,132,209],filter_str:176,fix:[33,37,39,40,41,42,43],flag:[89,115,137,141,143,222],flags:119,flow:17,follow:234,forc:[114,120],format:[80,102,132,190,197,231],free:0,freebsd:211,from:[6,7,8,24,25,26,27,28,30,31,112,155,156],from_nam:[88,136],from_tabl:88,full:[0,89,187,231,232,233,238],fuzzy_search:160,gener:[17,18],geo:[0,188,230],geo_dist:161,geo_in_circl:162,geo_in_rectangl:163,geoindex:234,geoloc:[193,234],geopoint:234,get:[155,231],global:47,glossari:202,gnu:[6,7,25],gqtp:[214,220,222],greater:[11,187,188],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,186],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:148,grnslap:149,groonga:[0,3,4,5,6,7,8,9,12,17,22,43,150,151,152,153,154,155,156,217,218,220],groonga_base_path:152,groonga_cache_limit:152,groonga_databas:152,groonga_database_auto_cr:152,groonga_log_level:152,groonga_log_path:152,groonga_query_log_path:152,group:[187,188,198],gzip:216,handleabl:89,hash:234,hashtag:234,header:[80,93,94,95,103,105,119,131,222],help:28,highlight_ful:164,highlight_html:165,homebrew:27,how:[3,5,6,7,8,15,17,19,45,77,82,83,88,189,194,204,205,207,214,222,226,235],html:[17,18,166],html_untag:166,http:[153,195,215,220,235],httpd:[152,155,156,218,220],https:216,hypertext:235,i18n:17,improvement:[33,37,38,39,40,41,42,43],in_valu:167,index:[0,32,74,89,119,131,137,189,198,200,201,230,231,233],index_column:141,inform:[232,238],input:155,instal:[17,28],install:[6,7,8,18,23,197],installer:31,instant:0,int16:212,int32:212,int64:212,int8:212,integer:188,introduct:[18,206],invert:0,io_flush:101,issu:[19,235],javascript:238,jessi:25,json:[80,102],just:77,kei:[93,94,95,112,132,212,236],kern:211,key_typ:137,keyword:234,keywordn:164,kind:89,label:[112,132],languag:17,larg:137,latest:12,latitud:[0,228],launch:155,learn:[155,156,204,205,206,207],learner:[155,156],left:188,less:[11,187,188],less_equ:11,let:234,lexicon:[137,231,232],librari:[0,28],like:238,limit:[32,77,111,112,132,197,208,212,229],line:[150,155,195],linux:[7,25,211],list:[2,19,84],liter:188,load:[77,102,152,231,234],localstatedir:28,locat:[0,161,197,230,238],lock:0,lock_acquir:103,lock_clear:104,lock_releas:105,log:[28,156,190,216],log_level:106,log_put:107,log_reopen:108,logic:[114,187,188],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,228],longtext:212,lz4:28,mac:27,macport:27,mail:[2,19],make:[6,7,12,28],manual:44,match:[28,187,188],match_column:[112,132,171,233],match_escalation_threshold:[112,132],max:[85,109,111,112,114,142,158,211],max_bord:[109,111,112,114,158],max_map_count:211,maxfileperproc:211,medium:89,memcach:219,memori:[211,226],messag:28,message_pack_install_prefix:28,messagepack:80,micro:234,min:[109,111,112,114,158],min_bord:[109,111,112,114,158],mmap:226,mode:[11,133,141,143,150],modul:152,modulo:188,mroonga:0,much:114,multi:216,multipl:[89,188,229,233],munin:28,name:[89,92,117,118,120,137,139,140,153,154,212,233],narrow:238,nest:233,new_nam:[92,140],nginx:152,nofil:211,normal:[77,115,137,143,191],normalizer:131,normalizer_list:116,normalizer_nam:164,normalizerauto:191,normalizernfkc51:191,normalizers:131,not_equ:11,now:168,number:[28,89,132,211],number_classifi:169,numer:228,object:[119,188],object_exist:117,object_inspect:118,object_list:119,object_remov:120,object_type:119,objects:119,offline:189,offset:[111,112,132],old:33,online:189,open:211,open_tagn:164,oper:[188,231],operat:[192,231],option:[150,156],optional:[88,89,93,94,95,96,100,101,109,110,111,112,113,114,115,117,118,119,120,123,131,133,134,136,137,139,141,142,143,155,161,165,171,200,201],options:154,oracl:29,order:111,origin:188,other:[28,198],output:[17,80,112,132,195,231],output_column:[111,112,132],overcommit_memori:211,overview:[0,70,228],pack:28,packag:[28,30,220],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,143,145,150,155,156,158,161,164,165,166,167,170,171,176,184,200,201,211,233],part:114,patch:17,path:[28,130,216],patricia:236,per:211,perform:[152,216],period:43,persist:208,person:30,phrase:187,platform:28,plugin:[28,71,131],plugin_regist:121,plugin_unregist:122,plugins:131,point1:161,point2:161,point:188,possibl:114,post:[152,216,234],ppa:30,prefix:[11,28,187,188,194,204,216,236],prefix_rk_search:170,prepar:237,pretti:81,primari:[212,236],print:81,proc:119,process:[190,211],properti:119,protocol:[219,222,235],proxi:152,proxy_cach:152,pseudo:75,pull:17,quantifi:198,queri:[0,112,132,152,170,171,187,190,196,237],query_expand:[112,123,132,171],query_expans:132,query_flag:[112,132],query_str:171,query_typ:222,queryexpandertsv:197,quit:124,rand:172,rang:[137,231],range:119,range_filt:125,range_index:110,read:[0,194,204],record:[89,132,208,231],record_numb:173,recov:148,rectangl:161,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,89,139,228,230],regist:126,regular:[187,188,198],reindex:127,relat:[111,112,114,132,152,156,233],relationship:230,releas:[33,37,38,39,40,41,42],remot:235,remov:[114,139],report:19,repositori:[5,6,7,8,13,17],request:[17,82,83,152],request_cancel:128,requir:[88,89,90,92,93,94,95,96,101,109,110,111,112,113,114,115,117,118,119,120,123,128,131,132,133,134,136,137,139,140,141,142,143,145,155,161,165,166,171,200,201],resolut:230,resolv:45,resourc:[114,139],respons:155,restart:220,result:[229,231],revers:[152,230],right:188,romaji:194,room:2,ruby_ev:129,ruby_load:130,rule:202,run:[6,7,8,18,214,222,235],sampl:[187,188],scalar:[76,89],schema:131,scope:176,score:132,score_n:155,scorer:[112,132,199,238],scorer_tf_at_most:200,scorer_tf_idf:201,script:[129,188],search:[0,77,89,112,132,187,188,193,194,204,205,207,230,231,232,233,234,236,237,238],secur:[188,235],see:[6,7,8,45,80,82,83,84,85,87,89,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,137,141,143,144,154,155,164,165,170,171,174,176,186,191,194,197,200,201,208,209,222],select:[112,132],send:[17,235],senna:43,server:[0,150,153,213,220,222,235],set:[83,152],setup:155,sharabl:0,shard:202,shard_kei:[109,111,112,114],shift:188,shorttext:212,shut:152,shutdown:133,sign:188,similar:[11,188,205],simpl:[112,132],size:222,small:89,snippet_html:174,softwar:[6,7,8,18],solari:29,solut:226,sort:[229,231,238],sort_kei:132,sortbi:[112,132],sourc:[24,25,26,27,28,30,31,89],source:131,sources:119,specif:[119,152,221,233,234],specifi:[161,212,231],sphere:161,sphinx:17,standalon:150,start:220,statu:[134,222],status:154,stop:220,storag:0,store:[0,137],string:[115,141,143,188,228],string_substr:175,style:132,sub_filt:176,submit:19,substitution_t:171,subtract:188,succeeded_or_not:[93,95,103,105],success:80,suffix:[11,187,188,236],suggest:[135,154,155,156,203,206,207],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,146,148,150,152,153,155,156,158,160,161,164,165,166,167,169,170,171,173,174,175,176,177,178,179,180,181,182,183,184,185,191,194,197,198,199,200,201,202,208,209,210,211,214],support:193,synopsi:[152,153,156],synopstis:154,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,145,148,150,155,158,160,161,164,165,166,167,169,170,171,173,174,175,176,177,178,179,180,181,182,183,184,185,187,188,198,200,201,238],tabl:[32,88,89,90,92,100,114,118,119,132,137,139,141,156,208,212,231,233,234],table:131,table_copi:136,table_cr:137,table_dat_key:208,table_hash_key:208,table_key_max_total_size:118,table_key_total_size:118,table_key_type:118,table_list:138,table_n_records:118,table_name:118,table_no_key:208,table_pat_key:208,table_remov:139,table_renam:140,table_token:141,table_type_id:118,table_type_name:118,table_value_type:118,tables:131,tag:[137,230,234],target:[89,139,148,184],target_nam:[101,103,104,105,127,145],target_valu:167,temporari:208,term:188,termin:222,text:[0,89,165,187,212,231,232,233,238],than:[187,188],thank:[33,37,38,39,40,41,42],thread_limit:142,threshold:28,time:[188,212,228,234],time_classify_dai:177,time_classify_hour:178,time_classify_minut:179,time_classify_month:180,time_classify_second:181,time_classify_week:182,time_classify_year:183,timeout:83,to_nam:[88,136],to_tabl:88,todo:[171,174],token:[0,143,209,210],token_filt:[137,143],token_filter:131,token_filters:[119,131],tokenbigram:210,tokenbigramignoreblank:210,tokenbigramignoreblanksplitsymbol:210,tokenbigramignoreblanksplitsymbolalpha:210,tokenbigramignoreblanksplitsymbolalphadigit:210,tokenbigramsplitsymbol:210,tokenbigramsplitsymbolalpha:210,tokenbigramsplitsymbolalphadigit:210,tokendelimit:210,tokendelimitnul:210,tokenfilterstem:209,tokenfilterstopword:209,tokenizer:131,tokenizer_list:144,tokenizers:131,tokenizs:210,tokenmecab:210,tokenregexp:210,tokentrigram:210,tokenunigram:210,tokyogeopoint:212,tool:[28,152,235],topic:15,total:132,tracker:19,transfer:235,translat:17,travi:21,trie:236,truncat:145,tsv:[80,197],tune:211,tutori:227,twitter:2,type:[89,118,119,131,155,212,228,234],type_id:118,type_id_of_type:118,type_name:118,type_name_of_type:118,type_size:118,types:131,ubuntu:30,uint16:212,uint32:212,uint64:212,uint8:212,unix:7,unremov:[114,139],unsign:188,updat:[0,12,17,204],update:18,upgrade:216,usag:[112,114,132,139,211],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,145,148,150,152,155,156,158,160,161,164,165,166,167,169,170,171,173,174,175,176,177,178,179,180,181,182,183,184,185,194,195,197,198,199,200,201],use:155,use_html_escap:164,use_range_index:111,user:[155,234],using:[161,216],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,145,153,155,158,160,161,164,165,166,167,169,170,171,173,174,175,176,177,178,179,180,181,182,183,184,185,200,201,234],value:94,value_typ:137,variou:[228,238],vector:[77,89,228],vector_s:184,vector_slic:185,version:[79,216],view:231,weight:[77,89,233],wgs84geopoint:212,what:210,who:234,window:[8,31],without:216,work:[17,204,205,207],worker_process:152,xml:80,xor:188,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/6.x","news/senna","reference","reference/alias","reference/api","reference/api/global_configurations","reference/api/grn_cache","reference/api/grn_column","reference/api/grn_command_version","reference/api/grn_content_type","reference/api/grn_ctx","reference/api/grn_db","reference/api/grn_encoding","reference/api/grn_expr","reference/api/grn_geo","reference/api/grn_hook","reference/api/grn_ii","reference/api/grn_index_cursor","reference/api/grn_info","reference/api/grn_match_escalation","reference/api/grn_obj","reference/api/grn_proc","reference/api/grn_search","reference/api/grn_table","reference/api/grn_table_cursor","reference/api/grn_thread","reference/api/grn_type","reference/api/grn_user_data","reference/api/overview","reference/api/plugin","reference/cast","reference/column","reference/columns/index","reference/columns/pseudo","reference/columns/scalar","reference/columns/vector","reference/command","reference/command/command_version","reference/command/output_format","reference/command/pretty_print","reference/command/request_id","reference/command/request_timeout","reference/command/return_code","reference/commands/cache_limit","reference/commands/check","reference/commands/clearlock","reference/commands/column_copy","reference/commands/column_create","reference/commands/column_list","reference/commands/column_remove","reference/commands/column_rename","reference/commands/config_delete","reference/commands/config_get","reference/commands/config_set","reference/commands/database_unmap","reference/commands/define_selector","reference/commands/defrag","reference/commands/delete","reference/commands/dump","reference/commands/io_flush","reference/commands/load","reference/commands/lock_acquire","reference/commands/lock_clear","reference/commands/lock_release","reference/commands/log_level","reference/commands/log_put","reference/commands/log_reopen","reference/commands/logical_count","reference/commands/logical_parameters","reference/commands/logical_range_filter","reference/commands/logical_select","reference/commands/logical_shard_list","reference/commands/logical_table_remove","reference/commands/normalize","reference/commands/normalizer_list","reference/commands/object_exist","reference/commands/object_inspect","reference/commands/object_list","reference/commands/object_remove","reference/commands/plugin_register","reference/commands/plugin_unregister","reference/commands/query_expand","reference/commands/quit","reference/commands/range_filter","reference/commands/register","reference/commands/reindex","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/schema","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","reference/commands/table_copy","reference/commands/table_create","reference/commands/table_list","reference/commands/table_remove","reference/commands/table_rename","reference/commands/table_tokenize","reference/commands/thread_limit","reference/commands/tokenize","reference/commands/tokenizer_list","reference/commands/truncate","reference/configuration","reference/executables","reference/executables/grndb","reference/executables/grnslap","reference/executables/groonga","reference/executables/groonga-benchmark","reference/executables/groonga-httpd","reference/executables/groonga-server-http","reference/executables/groonga-suggest-create-dataset","reference/executables/groonga-suggest-httpd","reference/executables/groonga-suggest-learner","reference/function","reference/functions/between","reference/functions/edit_distance","reference/functions/fuzzy_search","reference/functions/geo_distance","reference/functions/geo_in_circle","reference/functions/geo_in_rectangle","reference/functions/highlight_full","reference/functions/highlight_html","reference/functions/html_untag","reference/functions/in_records","reference/functions/in_values","reference/functions/now","reference/functions/number_classify","reference/functions/prefix_rk_search","reference/functions/query","reference/functions/rand","reference/functions/snippet_html","reference/functions/string_length","reference/functions/string_substring","reference/functions/sub_filter","reference/functions/time_classify_day","reference/functions/time_classify_hour","reference/functions/time_classify_minute","reference/functions/time_classify_month","reference/functions/time_classify_second","reference/functions/time_classify_week","reference/functions/time_classify_year","reference/functions/vector_new","reference/functions/vector_size","reference/functions/vector_slice","reference/grn_expr","reference/grn_expr/query_syntax","reference/grn_expr/script_syntax","reference/indexing","reference/log","reference/normalizers","reference/operations","reference/operations/geolocation_search","reference/operations/prefix_rk_search","reference/output","reference/query_expanders","reference/query_expanders/tsv","reference/regular_expression","reference/scorer","reference/scorers/scorer_tf_at_most","reference/scorers/scorer_tf_idf","reference/sharding","reference/suggest","reference/suggest/completion","reference/suggest/correction","reference/suggest/introduction","reference/suggest/suggestion","reference/tables","reference/token_filters","reference/tokenizers","reference/tuning","reference/types","reference/window_function","reference/window_functions/record_number","reference/window_functions/window_record_number","reference/window_functions/window_sum","server","server/gqtp","server/http","server/http/comparison","server/http/groonga","server/http/groonga-httpd","server/memcached","server/package","spec","spec/gqtp","spec/search","troubleshooting","troubleshooting/different_results_with_the_same_keyword","troubleshooting/mmap_cannot_allocate_memory","tutorial","tutorial/data","tutorial/drilldown","tutorial/index","tutorial/introduction","tutorial/lexicon","tutorial/match_columns","tutorial/micro_blog","tutorial/network","tutorial/patricia_trie","tutorial/query_expansion","tutorial/search"],objects:{"":{"--address":[151,4,1,"cmdoption-groonga--address"],"--bind-address":[151,4,1,"cmdoption-groonga--bind-address"],"--cache-base-path":[151,4,1,"cmdoption-groonga--cache-base-path"],"--cache-limit":[151,4,1,"cmdoption-groonga--cache-limit"],"--config-path":[151,4,1,"cmdoption-groonga--config-path"],"--daemon":[157,4,1,"cmdoption-groonga-suggest-learner--daemon"],"--default-match-escalation-threshold":[151,4,1,"cmdoption-groonga--default-match-escalation-threshold"],"--default-request-timeout":[151,4,1,"cmdoption-groonga--default-request-timeout"],"--dir":[152,4,1,"cmdoption-groonga-benchmark--dir"],"--disable-max-fd-check":[156,4,1,"cmdoption-groonga-suggest-httpd--disable-max-fd-check"],"--document-root":[151,4,1,"cmdoption-groonga--document-root"],"--encoding":[151,4,1,"cmdoption-groonga--encoding"],"--ftp":[152,4,1,"cmdoption-groonga-benchmark--ftp"],"--groonga":[152,4,1,"cmdoption-groonga-benchmark--groonga"],"--help":[151,4,1,"cmdoption-groonga--help"],"--host":[152,4,1,"cmdoption-groonga-benchmark--host"],"--log-base-path":[157,4,1,"cmdoption-groonga-suggest-learner--log-base-path"],"--log-level":[157,4,1,"cmdoption-groonga-suggest-learner--log-level"],"--log-output-dir":[152,4,1,"cmdoption-groonga-benchmark--log-output-dir"],"--log-path":[157,4,1,"cmdoption-groonga-suggest-learner--log-path"],"--log-rotate-threshold-size":[151,4,1,"cmdoption-groonga--log-rotate-threshold-size"],"--max-threads":[151,4,1,"cmdoption-groonga--max-threads"],"--n-lines-per-log-file":[156,4,1,"cmdoption-groonga-suggest-httpd--n-lines-per-log-file"],"--n-threads":[156,4,1,"cmdoption-groonga-suggest-httpd--n-threads"],"--pid-path":[151,4,1,"cmdoption-groonga--pid-path"],"--port":[156,4,1,"cmdoption-groonga-suggest-httpd--port"],"--protocol":[152,4,1,"cmdoption-groonga-benchmark--protocol"],"--query-log-path":[151,4,1,"cmdoption-groonga--query-log-path"],"--query-log-rotate-threshold-size":[151,4,1,"cmdoption-groonga--query-log-rotate-threshold-size"],"--receive-endpoint":[157,4,1,"cmdoption-groonga-suggest-learner--receive-endpoint"],"--send-endpoint":[157,4,1,"cmdoption-groonga-suggest-learner--send-endpoint"],"--server-id":[151,4,1,"cmdoption-groonga--server-id"],"-P":[150,4,1,"cmdoption-grnslap-P"],"-a":[151,4,1,"cmdoption-groonga-a"],"-c":[151,4,1,"cmdoption-groonga-c"],"-d":[157,4,1,"cmdoption-groonga-suggest-learner-d"],"-e":[151,4,1,"cmdoption-groonga-e"],"-h":[151,4,1,"cmdoption-groonga-h"],"-i":[152,4,1,"cmdoption-groonga-benchmark-i"],"-l":[157,4,1,"cmdoption-groonga-suggest-learner-l"],"-m":[150,4,1,"cmdoption-grnslap-m"],"-n":[151,4,1,"cmdoption-groonga-n"],"-p":[156,4,1,"cmdoption-groonga-suggest-httpd-p"],"-r":[157,4,1,"cmdoption-groonga-suggest-learner-r"],"-s":[157,4,1,"cmdoption-groonga-suggest-learner-s"],"-t":[156,4,1,"cmdoption-groonga-suggest-httpd-t"],GRN_COLUMN_NAME_ID:[50,0,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[50,0,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[50,0,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[50,0,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[50,0,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[50,0,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[50,0,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[50,0,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[50,0,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[50,0,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[51,0,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[51,0,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[51,0,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[63,0,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[63,0,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[63,0,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[63,0,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[63,0,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[63,0,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[63,0,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[63,0,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[63,0,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[63,0,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[72,0,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[72,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[72,0,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[72,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[72,0,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[72,0,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[72,0,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[72,1,1,"c.GRN_PLUGIN_REGISTER"],command:[151,4,1,"cmdoption-groonga-arg-command"],db:[152,4,1,"cmdoption-groonga-benchmark-arg-db"],dest:[151,4,1,"cmdoption-groonga-arg-dest"],grn_builtin_type:[69,2,1,"c.grn_builtin_type"],grn_cache:[49,2,1,"c.grn_cache"],grn_cache_close:[49,1,1,"c.grn_cache_close"],grn_cache_current_get:[49,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[49,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[49,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[49,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[49,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[50,1,1,"c.grn_column_create"],grn_column_index:[50,1,1,"c.grn_column_index"],grn_column_index_update:[50,1,1,"c.grn_column_index_update"],grn_column_name:[50,1,1,"c.grn_column_name"],grn_column_rename:[50,1,1,"c.grn_column_rename"],grn_column_table:[50,1,1,"c.grn_column_table"],grn_column_truncate:[50,1,1,"c.grn_column_truncate"],grn_command_version:[51,2,1,"c.grn_command_version"],grn_content_type:[52,2,1,"c.grn_content_type"],grn_ctx:[53,2,1,"c.grn_ctx"],grn_ctx_at:[53,1,1,"c.grn_ctx_at"],grn_ctx_close:[53,1,1,"c.grn_ctx_close"],grn_ctx_db:[53,1,1,"c.grn_ctx_db"],grn_ctx_fin:[53,1,1,"c.grn_ctx_fin"],grn_ctx_get:[53,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[53,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[53,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[62,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[53,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[53,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[53,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[53,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[53,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[53,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[62,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[53,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[53,1,1,"c.grn_ctx_use"],grn_db:[54,2,1,"c.grn_db"],grn_db_create:[54,1,1,"c.grn_db_create"],grn_db_create_optarg:[54,2,1,"c.grn_db_create_optarg"],grn_db_open:[54,1,1,"c.grn_db_open"],grn_db_recover:[54,1,1,"c.grn_db_recover"],grn_db_touch:[54,1,1,"c.grn_db_touch"],grn_db_unmap:[54,1,1,"c.grn_db_unmap"],grn_encoding:[55,2,1,"c.grn_encoding"],grn_encoding_parse:[55,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[55,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[56,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[56,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[56,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[56,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[56,1,1,"c.grn_expr_append_const_str"],grn_expr_append_op:[56,1,1,"c.grn_expr_append_op"],grn_expr_close:[56,1,1,"c.grn_expr_close"],grn_expr_compile:[56,1,1,"c.grn_expr_compile"],grn_expr_create:[56,1,1,"c.grn_expr_create"],grn_expr_exec:[56,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[56,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[56,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[56,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[56,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[71,1,1,"c.grn_fin"],grn_geo_cursor_next:[57,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[57,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[57,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[57,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[57,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[51,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[55,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[62,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[48,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[58,2,1,"c.grn_hook_entry"],grn_ii:[59,2,1,"c.grn_ii"],grn_ii_buffer:[59,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[59,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[59,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[59,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[59,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[60,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[60,1,1,"c.grn_index_cursor_open"],grn_info_type:[61,2,1,"c.grn_info_type"],grn_init:[71,1,1,"c.grn_init"],grn_obj:[63,2,1,"c.grn_obj"],grn_obj_add_hook:[58,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[63,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[63,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[63,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[63,1,1,"c.grn_obj_close"],grn_obj_column:[63,1,1,"c.grn_obj_column"],grn_obj_db:[54,1,1,"c.grn_obj_db"],grn_obj_defrag:[63,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[63,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[58,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[63,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[61,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[58,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[61,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[58,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[63,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[63,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[63,1,1,"c.grn_obj_get_values"],grn_obj_id:[63,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[63,1,1,"c.grn_obj_is_builtin"],grn_obj_is_locked:[63,1,1,"c.grn_obj_is_locked"],grn_obj_lock:[63,1,1,"c.grn_obj_lock"],grn_obj_name:[63,1,1,"c.grn_obj_name"],grn_obj_path:[63,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[63,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[63,1,1,"c.grn_obj_reinit"],grn_obj_remove:[63,1,1,"c.grn_obj_remove"],grn_obj_rename:[63,1,1,"c.grn_obj_rename"],grn_obj_search:[65,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[61,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[64,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[61,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[63,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[63,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[63,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[70,1,1,"c.grn_obj_user_data"],grn_plugin_charlen:[72,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[72,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[72,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[72,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[72,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[72,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[72,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[72,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[72,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[72,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[72,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[72,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[72,1,1,"c.grn_plugin_win32_base_dir"],grn_plugin_windows_base_dir:[72,1,1,"c.grn_plugin_windows_base_dir"],grn_proc_create:[64,1,1,"c.grn_proc_create"],grn_proc_func:[64,2,1,"c.grn_proc_func"],grn_proc_get_info:[64,1,1,"c.grn_proc_get_info"],grn_proc_type:[64,2,1,"c.grn_proc_type"],grn_search_optarg:[65,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[51,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[55,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[62,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[48,1,1,"c.grn_set_lock_timeout"],grn_table_add:[66,1,1,"c.grn_table_add"],grn_table_at:[66,1,1,"c.grn_table_at"],grn_table_columns:[66,1,1,"c.grn_table_columns"],grn_table_create:[66,1,1,"c.grn_table_create"],grn_table_cursor:[67,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[67,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[67,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[67,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[67,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[67,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[67,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[67,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[67,1,1,"c.grn_table_cursor_table"],grn_table_delete:[66,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[66,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[66,1,1,"c.grn_table_difference"],grn_table_get:[66,1,1,"c.grn_table_get"],grn_table_get_key:[66,1,1,"c.grn_table_get_key"],grn_table_group:[66,1,1,"c.grn_table_group"],grn_table_group_flags:[66,2,1,"c.grn_table_group_flags"],grn_table_group_result:[66,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[66,1,1,"c.grn_table_lcp_search"],grn_table_rename:[66,1,1,"c.grn_table_rename"],grn_table_setoperation:[66,1,1,"c.grn_table_setoperation"],grn_table_size:[66,1,1,"c.grn_table_size"],grn_table_sort:[66,1,1,"c.grn_table_sort"],grn_table_sort_flags:[66,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[66,2,1,"c.grn_table_sort_key"],grn_table_truncate:[66,1,1,"c.grn_table_truncate"],grn_table_update:[66,1,1,"c.grn_table_update"],grn_table_update_by_id:[66,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[68,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[68,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[68,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[68,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[68,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[68,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[69,1,1,"c.grn_type_create"],grn_user_data:[70,2,1,"c.grn_user_data"],script:[152,4,1,"cmdoption-groonga-benchmark-arg-script"]},grn_db_create_optarg:{builtin_type_names:[54,3,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[54,3,1,"c.grn_db_create_optarg.n_builtin_type_names"]}},objnames:{"0":["c","macro","C 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":156,"01t00":156,"0\u306e\u79d2\u8868\u8a18":232,"0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u5148\u982d\u306b\u633f\u5165\u3055\u308c\u307e\u3059":58,"0\u30d9\u30fc\u30b9\u3067":[66,67],"0\u30ea\u30ea\u30fc\u30b9":[],"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":151,"0mq":40,"0x0":[38,215,235],"0x01":229,"0x02":229,"0x04":229,"0x08":229,"0x10":229,"0x20":190,"0x7fa0d5d7ed00":84,"0xc7":229,"10000cent":213,"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":215,"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":150,"10041\u756a":151,"10043\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":151,"10043\u756a":151,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":232,"100cent":213,"100x":43,"100x100":163,"100x150":164,"1024r":12,"1073741824\u306e\u6574\u6570\u3067":76,"10m":153,"10t13":[207,208,210],"10t22":208,"10z":191,"128452975x503157902":[235,237,242,245],"128487316x502920929":[237,245],"128515259x503187188":[237,245],"1285858800\u306f2010":232,"128mb":39,"12gb":233,"135960000x":162,"13\u7528rpm\u306e\u63d0\u4f9b":35,"143660000x419009000":162,"145508000x":162,"146249000x":241,"146566000x":[162,241],"146607190x":241,"146710080x":241,"146741340x":241,"146867000x":241,"150x100":164,"152489000x":241,"15min":43,"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":87,"16bit":215,"16gb":233,"16gib":214,"175904000x8464000":162,"185428000x":162,"1\u304b\u3089\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3044\u3046\u6982\u5ff5\u304c\u5c0e\u5165\u3055\u308c\u307e\u3059":80,"1\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":67,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":37,"1\u3068\u3044\u3046\u6271\u3044\u306b\u306a\u308a\u307e\u3059":80,"1\u3068command":80,"1\u3088\u308a\u5c0f\u3055\u3044\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":67,"1\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u672b\u5c3e\u306b\u633f\u5165\u3055\u308c\u307e\u3059":58,"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":152,"1\u30ea\u30ea\u30fc\u30b9":[],"1\u5358\u8a9e\u6271\u3044":230,"1\u884c\u76ee":152,"1byte":229,"1gb":42,"1st":159,"1tib":[32,138,211],"1usec":43,"1x139":235,"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":67,"200byte":175,"20km":241,"21th":40,"23t02":191,"24byte":229,"256gib":32,"256kb":233,"256kib":214,"257662232kbyte":152,"29289245605469e":82,"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":80,"2\u30ea\u30ea\u30fc\u30b9":[],"2\u884c\u76ee":152,"2byte":[85,229],"2nd":133,"2rd":133,"2st":133,"30ac":194,"314e":191,"32bit":[8,40,42,43,215],"32byte":42,"32gib":214,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":230,"3\u30ea\u30ea\u30fc\u30b9":[],"3\u884c\u76ee":152,"3rd":[40,43,133],"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":[96,147],"4096byte":[42,211],"4097byte":211,"436218z":191,"44001770019531e":198,"45ea3034":193,"4\u30ea\u30ea\u30fc\u30b9":[],"4\u884c\u76ee":152,"4byte":229,"4e86e700":233,"4gib":[32,43,138,211,229],"4kib":[32,42,46,94,95,96,147,211],"4mib":119,"4th":133,"5367431640625e":198,"56058502197266e":198,"56880000x":162,"57f2ff87d45d7f0f525e2216":43,"58043f77614116a2568d529c":43,"59\u74b0\u5883\u306b\u304a\u3044\u3066":37,"5\u30ea\u30ea\u30fc\u30b9":[],"5th":133,"64bit":[8,42,119,215],"64kib":42,"65535byte":42,"6813819x139":[235,245],"6909211x139":245,"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":[],"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":14,"6elz":41,"6gib":214,"7\u30ea\u30ea\u30fc\u30b9":[],"80ghz":152,"82pre":44,"8\u306b\u5bfe\u5fdc":35,"8\u30ea\u30ea\u30fc\u30b9":[],"8bit":215,"8byte":[32,229],"93933868408203e":198,"975mbyte":152,"\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":[109,125,139],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":163,"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[163,164],"\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":80,"\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":80,"\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":80,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":80,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":215,"\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":76,"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":80,"\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":60,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":151,"\u304bwgs84geopoint":[163,164],"\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":230,"\u304c\u5fc5\u8981\u3067\u3059":12,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":174,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":163,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u52b9\u3067\u3059":66,"\u304c\u6307\u5b9a\u3055\u308c\u305ftable\u3067\u306f":66,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3051\u308c\u306a\u308a\u307e\u305b\u3093":66,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[50,66],"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u304c\u8fd4\u3055\u308c\u307e\u3059":63,"\u3050\u308b\u3093\u304c":[190,191],"\u3050\u308b\u3093\u304c\u592a\u90ce":237,"\u3050\u308b\u3093\u304c\u6b21\u90ce":237,"\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":232,"\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":232,"\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":232,"\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":230,"\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":232,"\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":232,"\u3053\u306e\u3088\u3046\u306bn":232,"\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":232,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":152,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":152,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":152,"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":230,"\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":232,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":12,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":151,"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":152,"\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":152,"\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":232,"\u3053\u306e\u5834\u5408":67,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":232,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":232,"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":232,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":232,"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":232,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":232,"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":232,"\u3053\u306e\u624b\u9806\u306f\u30b9\u30ad\u30c3\u30d7\u3057\u3066\u69cb\u3044\u307e\u305b\u3093":12,"\u3053\u306e\u624b\u9806\u306f\u7701\u7565\u53ef\u80fd\u3067\u3059":12,"\u3053\u306e\u64cd\u4f5c\u306f":66,"\u3053\u306e\u65b9\u6cd5\u3067ppa\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u308b\u4e8b\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"\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":232,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":230,"\u3053\u306e\u7d50\u679c\u306f":152,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":230,"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":163,"\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":230,"\u3053\u308c\u306f":232,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":76,"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":232,"\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":152,"\u3055\u3089\u306b\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b\u3068":80,"\u3057\u304b\u3057":[215,230,232],"\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":230,"\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":152,"\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066\u4e92\u63db\u6027\u304c\u4fdd\u8a3c\u3055\u308c\u307e\u3059":80,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":152,"\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":232,"\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":139,"\u305d\u306e\u305f\u3081":[12,101,152,230,232],"\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":215,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":80,"\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":152,"\u305d\u306e\u5185\u5bb9\u3092data\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8fd4\u3057\u307e\u3059":58,"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":232,"\u305d\u306e\u5834\u5408":12,"\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":80,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":151,"\u305d\u306e\u6642\u70b9\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u307e\u3059":80,"\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":80,"\u305d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":67,"\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":66,"\u305d\u306erecord\u306eid\u3092\u8fd4\u3057\u307e\u3059":66,"\u305d\u308c\u304c\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u3063\u305f\u5834\u5408\u306f":63,"\u305d\u308c\u305e\u308c":14,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":151,"\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":230,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":230,"\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":230,"\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":232,"\u305d\u308c\u305e\u308c\u30ec\u30b3\u30fc\u30c9id":63,"\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":232,"\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":230,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308baccessor\u3092\u8fd4\u3057\u307e\u3059":63,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308btable\u306e\u30ab\u30e9\u30e0\u3092\u8fd4\u3057\u307e\u3059":63,"\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":150,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":150,"\u305d\u308c\u3089\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\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":67,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u9577\u3055":69,"\u305f\u3060\u3057":[67,76,151,230],"\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":230,"\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":80,"\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":232,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":232,"\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":232,"\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":152,"\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":232,"\u3067\u306f\u6607\u9806":66,"\u3067\u306f\u964d\u9806\u3067\u30bd\u30fc\u30c8\u3055\u308c\u307e\u3059":66,"\u3067\u306fgroonga\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5185\u90e8\u3067":53,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":232,"\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":151,"\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":232,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":232,"\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":53,"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":151,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":53,"\u3067\u533a\u5207\u308a\u307e\u3059":151,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":76,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":152,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":35,"\u3067\u751f\u6210\u3057\u305fcursor\u3092\u89e3\u653e\u3057\u307e\u3059":67,"\u3067\u78ba\u4fdd\u3057\u305f":53,"\u3067\u793a\u3055\u308c\u305f\u60c5\u5831\u306e\u914d\u5217\u3092\u51fa\u529b\u3057\u307e\u3059":139,"\u3067\u89e3\u653e\u3057\u305f\u5f8c\u306b":53,"\u3067\u89e3\u653e\u3067\u304d\u307e\u3059":53,"\u3067\u9023\u7d50\u3057\u305f\u6587\u5b57\u5217\u3067\u3059":63,"\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":230,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":230,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":232,"\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":152,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":152,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":152,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":152,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u3092\u9069\u5b9c\u4fee\u6b63\u3057\u307e\u3059":12,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":230,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":230,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":230,"\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":230,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":230,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":230,"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":230,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":230,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":215,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":230,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":230,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":230,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":230,"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":152,"\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":232,"\u3068\u308a\u3068\u3093":[190,191],"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":152,"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u304c":232,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":232,"\u3068\u5171\u306b":50,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":63,"\u3068\u540c\u3058\u610f\u5473":151,"\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":152,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":163,"\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":232,"\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":53,"\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":230,"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":152,"\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":63,"\u306a\u3069\u3092\u8fd4\u3057\u307e\u3059":63,"\u306b\u3042\u308b":63,"\u306b\u3064\u3044\u3066\u306f\u5f8c\u8ff0":67,"\u306b\u3064\u3044\u3066\u306f\u7121\u8996\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059":67,"\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\u306a\u308a\u307e\u3059":53,"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":230,"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":87,"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":139,"\u306b\u307e\u3068\u3081\u307e\u3059":12,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":230,"\u306b\u3088\u3063\u3066\u89e3\u653e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":53,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":215,"\u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057":12,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":230,"\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":230,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":232,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":232,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":151,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":152,"\u306b\u6e21\u3055\u308c\u305fuser_data\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":152,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":151,"\u306b\u8a2d\u5b9a\u3059\u308b":12,"\u306b\u8ffd\u52a0\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":152,"\u306e2\u5358\u8a9e\u6271\u3044":230,"\u306e3\u30d5\u30e9\u30b0\u306f":67,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":[65,66,69],"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[66,163,164],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":151,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u306e\u307b\u304b\u306b":215,"\u306e\u307f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059":67,"\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":151,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":151,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u306e\u30ab\u30e9\u30e0":[88,99],"\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":99,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":88,"\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":151,"\u306e\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067":10,"\u306e\u5834\u5408\u306f":10,"\u306e\u5834\u5408\u306f\u6700\u5927\u9577":69,"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":35,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":151,"\u306e\u914d\u5217\u3068\u305d\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":64,"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":174,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":174,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":139,"\u306ebase_version\u306e\u66f4\u65b0":12,"\u306eflags\u3068\u540c\u69d8\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":67,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":232,"\u306etable\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\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":67,"\u306f\u7121\u8996\u3055\u308c\u307e\u3059":[66,67],"\u306f\u7279\u6b8a\u306a\u30a2\u30af\u30bb\u30b5\u3067":63,"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":232,"\u3072\u308d\u3042\u304d":243,"\u3072\u308d\u3086\u304d":243,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":152,"\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":50,"\u307e\u305f\u306f":152,"\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":[87,88,92,98,99,101,108,109,125,139],"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":151,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":151,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":152,"\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":53,"\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":152,"\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":152,"\u307e\u305f\u540c\u6642\u306b":152,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":66,"\u307e\u305fgroonga":152,"\u307e\u3060\u81ea\u5206\u7528\u306b\u6697\u53f7\u5316\u3055\u308c\u305f\u9375\u304c\u7121\u3044\u5834\u5408\u306b\u306f":12,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":80,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":10,"\u307e\u308d\u3086\u304d":243,"\u3080\u308b\u3093\u304c":[190,191],"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":160,"\u3082\u3057\u304f\u306f":[66,67,215],"\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":152,"\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":152,"\u3082\u3057groonga":152,"\u3082\u3057test":152,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":230,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":80,"\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":243,"\u3088\u3063\u3066":215,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":163,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":152,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u308d\u3086\u304d":243,"\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":101,"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":215,"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":35,"\u3092\u4f7f\u3063\u3066\u89e3\u653e\u3057\u307e\u3059":60,"\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":[152,215,232],"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u6307\u5b9a\u3057":[67,88,99],"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f":67,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":67,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":11,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":67,"\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":67,"\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":67,"\u3092\u6307\u5b9a\u3057\u305ftable\u306b\u3064\u3044\u3066\u306f":67,"\u3092\u6307\u5b9a\u3057\u3066\u4e0d\u5b89\u5b9a\u7248\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3088\u3046\u306b\u6307\u5b9a\u3057\u307e\u3059":12,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u3067":67,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305ftable\u306a\u3089":66,"\u3092\u6307\u5b9a\u3057\u307e\u3059":[12,50,54,61,63,66,69,151,152],"\u3092\u6307\u5b9a\u3059\u308b\u3068":[50,67],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30b9\u30ab\u30e9\u5024":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092lzo\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092zlib\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6607\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6b63\u898f\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u304ckey\u3068\u306a\u308a\u307e\u3059":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9acolumn\u3068\u306a\u308a\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9atable\u3068\u306a\u308a\u307e\u3059":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u306a\u308a\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u964d\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"\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":63,"\u3092\u6307\u5b9a\u3059\u308b\u3068id\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u6587\u5b57\u5217\u306e\u5168suffix\u304c\u81ea\u52d5\u7684\u306b\u767b\u9332\u3055\u308c\u307e\u3059":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068max\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068min\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":67,"\u3092\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":14,"\u3092\u7528\u3044\u308b\u3079\u304d\u3067\u3059":63,"\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":163,"\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u3092\u8a08\u7b97\u3059\u308b":34,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":152,"\u3092\u8a66\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u3092\u8fd4\u3057\u307e\u3059":[58,63,66,67],"\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":64,"\u3092db\u306b\u5b9a\u7fa9\u3057\u307e\u3059":69,"\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":150,"\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u3068\u306f":63,"\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\u30c3\u30d7\u30ed\u30fc\u30c9\u6e08\u307f\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664\u3067\u304d\u308b":12,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[230,232],"\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":232,"\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":152,"\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":152,"\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":92,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":87,"\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":87,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":88,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":12,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":151,"\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":151,"\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":62,"\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":62,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[88,92,98,108,109],"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[88,92,98,108,109],"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306f":63,"\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":88,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":88,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":99,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":87,"\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":53,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":53,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":152,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":152,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":152,"\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":[],"\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\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,63],"\u30ab\u30e9\u30e0\u540d\u7b49\u3092":63,"\u30ab\u30e9\u30e0obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":50,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":67,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":67,"\u30ab\u30ec\u30fc":230,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":230,"\u30ab\u30f3\u30b8":172,"\u30ab\u30f3\u30de":101,"\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":151,"\u30ad\u30fc":151,"\u30ad\u30fc\u304c":151,"\u30ad\u30fc\u30ef\u30fc\u30c9":36,"\u30af\u30a8\u30ea\u306e":232,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":232,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[],"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[],"\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":151,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\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":151,"\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":125,"\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":151,"\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":151,"\u30b0\u30eb\u30fc\u30d7\u5316":76,"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":76,"\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":76,"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":76,"\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":230,"\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":215,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":215,"\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":151,"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":35,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7570\u306a\u308c\u3070":80,"\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":80,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":80,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u307e\u308a":80,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":152,"\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":152,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":152,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":151,"\u30b3\u30de\u30f3\u30c9\u540d":151,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":151,"\u30b3\u30df\u30c3\u30c8":12,"\u30b3\u30e1\u30f3\u30c8\u884c":152,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":35,"\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":87,"\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":80,"\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":151,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":152,"\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":152,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":151,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\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":152,"\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":152,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":151,"\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":152,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":151,"\u30b7\u30a7\u30eb\u4e0a":152,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":151,"\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":152,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":152,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egroonga":152,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":152,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":152,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":151,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":151,"\u30b9\u30ec\u30c3\u30c9\u6570":152,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":152,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":152,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":152,"\u30b9\u30fc\u30d7":230,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":230,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":230,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":230,"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":125,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egroonga":152,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":152,"\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":66,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":133,"\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":232,"\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":87,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":87,"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":87,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":87,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":87,"\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":[],"\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":[],"\u30c6\u30b9\u30c8\u74b0\u5883\u3067\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":[],"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":232,"\u30c6\u30fc\u30d6\u30eb":88,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":151,"\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":151,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":92,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":139,"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":76,"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":139,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304c\u56fa\u5b9a\u9577\u578b\u306e\u5834\u5408":67,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304cshorttext\u578b\u3067\u3042\u308b\u5834\u5408":67,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":139,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u540d":[88,99,139],"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":139,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":215,"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":139,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":98,"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":87,"\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":87,"\u30c7\u30d0\u30c3\u30b0\u7528\u3084\u958b\u767a\u7528\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c6\u30b9\u30c8\u7528\u306b\u516c\u958b\u3059\u308b\u6642\u306f":12,"\u30c7\u30d5\u30a9\u30eb\u30c8":11,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[151,152],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":151,"\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":80,"\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":109,"\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":62,"\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":62,"\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":51,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u8fd4\u3057\u307e\u3059":51,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u5909\u66f4\u3057\u307e\u3059":55,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u8fd4\u3057\u307e\u3059":55,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":215,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[150,151],"\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":88,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":99,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":152,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":151,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":101,"\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":101,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":101,"\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":151,"\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":151,"\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":237,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u57cb\u3081\u8fbc\u307e\u308c\u3066\u3044\u308b\u5b9f\u884c\u7d50\u679c\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b":12,"\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":[172,197,207],"\u30cb\u30db\u30f3":[172,197,207],"\u30cb\u30db\u30f3\u30b4":207,"\u30cb\u30db\u30f3\u30b8\u30f3":207,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":232,"\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":151,"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":87,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":87,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":87,"\u30d0\u30fc\u30b8\u30e7\u30f3":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":[],"\u30d0\u30fc\u30b8\u30e7\u30f31":[],"\u30d0\u30fc\u30b8\u30e7\u30f3\u4e00\u89a7\u306e\u4e0a\u306b\u3042\u308b":12,"\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\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\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":150,"\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\u74b0\u5883\u3068\u3057\u3066\u306f":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":12,"\u30d3\u30eb\u30c9\u7d50\u679c\u304c\u30e1\u30fc\u30eb\u3067\u901a\u77e5\u3055\u308c\u307e\u3059":12,"\u30d5\u30a1\u30a4\u30eb":12,"\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3057\u305f\u3089":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":87,"\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":99,"\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":99,"\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":63,"\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\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":80,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":80,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":151,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":151,"\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":215,"\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\u30de\u30b7\u30f3\u306e\u6027\u80fd\u306b\u8907\u6570\u53f0\u306evm\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3060\u3051\u306e\u4f59\u88d5\u304c\u306a\u3044\u5834\u5408\u306f":12,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":152,"\u30db\u30b9\u30c8\u540d\u3068":152,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[150,151],"\u30de\u30af\u30ed\u306a\u3069\u3067\u521d\u671f\u5316\u6e08\u307f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":63,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":92,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":215,"\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":163,"\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":[],"\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":152,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"\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\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":12,"\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\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\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\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":[],"\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\u30f3\u30af\u306e\u5148\u3067":12,"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":12,"\u30ea\u30f3\u30af\u3092\u8fbf\u308b\u3068":12,"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":76,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":76,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":76,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u304b\u8abf\u3079\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u5834\u5408\u306b\u9650\u3063\u3066\u30ed\u30c3\u30af\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u52a0\u7b97\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u6e1b\u7b97\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u5148\u982d\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u672b\u5c3e\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":76,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059":63,"\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":67,"\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\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":108,"\u30ed\u30b0\u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":109,"\u30ed\u30b0\u3092":12,"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\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":109,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":152,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":152,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":109,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u306a\u3069\u3067\u79fb\u52d5\u3059\u308b":109,"\u30ed\u30b0\u51fa\u529b":108,"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":151,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u8a2d\u5b9a":[],"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":151,"\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":88,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":151,"\u30ed\u30fc\u30de\u30b8":[172,197],"\u30ed\u30fc\u30de\u5b57":172,"\u30ed\u30fc\u30de\u5b57\u5165\u529b":197,"\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":99,"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u3044\u307e\u3059":230,"\u4e00\u3064\u306etable\u306b\u540c\u4e00\u306ename\u306ecolumn\u3092\u8907\u6570\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":50,"\u4e00\u65b9":232,"\u4e00\u6642\u7684\u304b\u6c38\u7d9a\u7684\u304b\u3092\u6c17\u306b\u3057\u306a\u304f\u3066\u3088\u3044":63,"\u4e00\u6642\u7684\u306aobject\u3067\u3042\u308bobj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":63,"\u4e00\u6642object\u306a\u3089null\u3092\u8fd4\u3057\u307e\u3059":63,"\u4e00\u822c\u7684\u306b\u306f":63,"\u4e00\u884c\u306b\u8907\u6570\u306egroonga":152,"\u4e0a\u4f4dlimit\u500b\u306e\u8981\u7d20\u3092result\u306b\u683c\u7d0d\u3057\u307e\u3059":66,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":12,"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":232,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":152,"\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":67,"\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":87,"\u4e0d\u5b89\u5b9a\u7248\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u524a\u9664\u7528\u306e\u30da\u30fc\u30b8":12,"\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":232,"\u4e16\u754c\u6e2c\u5730\u7cfb":215,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[163,164],"\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":101,"\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":87,"\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":215,"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":76,"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":76,"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":139,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":76,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":174,"\u4e8c":197,"\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":80,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u4eac\u90fd":[213,230,232],"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":109,"\u4ed5\u69d8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":80,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066":12,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066\u7f72\u540d\u7528\u306e\u9375\u3092\u6697\u53f7\u5316\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":92,"\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":152,"\u4ee5\u4e0b":152,"\u4ee5\u4e0b\u3067":232,"\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":230,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304a\u3044\u3066\u4e0b\u3055\u3044":12,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":101,"\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":230,"\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":232,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":232,"\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":151,"\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":63,"\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":151,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":151,"\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":152,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":151,"\u4efb\u610f\u306edb\u540d":152,"\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,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":152,"\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\u308bdb\u306e\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u6642\u306b\u6307\u5b9a\u3057\u307e\u3059":54,"\u4f5c\u6210\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u4f5c\u6210\u3059\u308bproc\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u4f5c\u6210\u3059\u308btable\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u4f5c\u6210\u3059\u308btable\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u4f5c\u6210\u3059\u308btype\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":151,"\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4f8b\u306f\u4ee5\u4e0b\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u4f5c\u696d\u30de\u30b7\u30f3\u4e0a\u306bgroonga\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u4f9d\u5b58\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u4e00\u5f0f\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":80,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u4f7f\u7528\u3092\u7d42\u4e86\u3057\u307e\u3059":53,"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":80,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c":80,"\u4f8b":[],"\u4f8b\u3048\u3070":[63,151,152,230,232],"\u4fee\u6b63\u304c\u5fc5\u8981\u306a\u7b87\u6240\u3092\u8abf\u3079\u3066":12,"\u500b\u3005\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":80,"\u500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":232,"\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":151,"\u50241":151,"\u50242":151,"\u5024\u304c\u56fa\u5b9a\u9577\u3067\u3042\u308b\u30ab\u30e9\u30e0\u306e\u307f\u304cobj\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":63,"\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":151,"\u5024\u306e\u7bc4\u56f2\u306f1":76,"\u5024\u306e\u914d\u5217\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":63,"\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":63,"\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[61,63],"\u5065\u4f5c":237,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":11,"\u5165\u529b":88,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":152,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":152,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":76,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":98,"\u5168\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":67,"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":232,"\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,"\u5177\u4f53\u7684\u306a\u5909\u66f4\u70b9\u306e\u8a18\u8ff0\u65b9\u6cd5\u306f\u5f8c\u8ff0\u3057\u307e\u3059":12,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u5185\u8a33\u306f":232,"\u5185\u90e8\u5229\u7528\u306e\u305f\u3081\u306e\u30e1\u30f3\u30d0\u3067\u3059":66,"\u5185\u90e8\u7684\u306a\u5909\u66f4":12,"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":163,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":163,"\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":163,"\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":163,"\u518d\u5ea6po\u30d5\u30a1\u30a4\u30eb\u3068html\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\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":232,"\u51e6\u7406\u306e\u5b9f\u884c\u72b6\u6cc1\u3092\u8abf\u3079\u305f\u308a":58,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":76,"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":152,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":152,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":152,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":101,"\u5206\u5272":230,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":14,"\u521d\u671f\u5024\u306f10\u3067\u3059":150,"\u521d\u671f\u5316\u3055\u308c\u305f":53,"\u521d\u671f\u5316\u3059\u308b":53,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u521d\u671f\u5316\u6e08\u307f\u306e":54,"\u521d\u671f\u5316\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\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":232,"\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":76,"\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":92,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\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":[],"\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":232,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u52c9\u5f37":213,"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":80,"\u52d5\u4f5c\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057":12,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":101,"\u534a\u5f84":163,"\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":163,"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3089":67,"\u5358\u4f4d":[69,163],"\u5358\u72ec\u306e\u5024":50,"\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":163,"\u539f\u56e0":[],"\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":152,"\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":66,"\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u53d6\u5f97\u3067\u304d\u305f\u4ef6\u6570\u304c\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3055\u308c\u307e\u3059":63,"\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":63,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u89e3\u653e\u3057\u307e\u3059":63,"\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\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u5411\u3051\u306e\u30d3\u30eb\u30c9\u304c\u9806\u756a\u306b\u884c\u308f\u308c\u307e\u3059":12,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":152,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":152,"\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":152,"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":87,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":133,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":76,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":152,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":87,"\u5408\u308f\u305b\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":12,"\u540c\u3058\u3067\u3059":152,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":80,"\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":232,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[],"\u540c\u4e00\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308b\u306a\u3089":80,"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":152,"\u540c\u6642\u306b":9,"\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":67,"\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":[50,63],"\u540d\u524d\u4ed8\u304d\u306eobject\u3067\u3042\u308a":63,"\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":61,"\u547c\u51fa\u5074\u3067\u6e96\u5099":61,"\u547c\u51fa\u5074\u3067\u6e96\u5099\u3059\u308b":[50,63,66],"\u554f\u984c\u3042\u308a":37,"\u554f\u984c\u306fgroonga":152,"\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":69,"\u578b\u306e\u30ab\u30e9\u30e0\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":50,"\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":60,"\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059":66,"\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":64,"\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":76,"\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":62,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\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":62,"\u5909\u66f4\u5f8c\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u5909\u66f4\u5f8c\u306ekey\u306e\u9577\u3055":66,"\u5909\u66f4\u5f8c\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5909\u66f4\u5f8c\u306eobj\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":150,"\u5b58\u5728\u3057\u306a\u3044\u30a2\u30c9\u30ec\u30b9\u3078\u30a2\u30af\u30bb\u30b9\u3057":66,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":101,"\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":66,"\u5b58\u5728\u3059\u308c\u3070\u6307\u5b9a\u3055\u308c\u305fid\u3092":66,"\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ad\u30fc\u3092\u691c\u7d22\u3057":66,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":232,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":230,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":230,"\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":230,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":230,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":230,"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":151,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":76,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u5b9a\u7fa9\u6e08\u307f\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":50,"\u5b9f\u4f53\u3092\u78ba\u4fdd\u3057\u307e\u3059":53,"\u5b9f\u51e6\u7406\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\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":150,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"\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":151,"\u5b9f\u884c\u3059\u308b\u6f14\u7b97\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\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":66,"\u5b9f\u884c\u306e\u4e2d\u65ad\u3092\u6307\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":58,"\u5b9f\u884c\u4f8b":[14,80],"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":11,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":152,"\u5b9f\u884c\u9806\u4f4d\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":232,"\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3057\u307e\u3059":63,"\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306e\u691c\u7d22\u306b\u6210\u529f\u3057":66,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":[63,66],"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306fkey\u9577\u3092\u8fd4\u3057\u307e\u3059":66,"\u5bfe\u5fdc\u3059\u308bid\u3092\u8fd4\u3057\u307e\u3059":66,"\u5bfe\u7b56\u65b9\u6cd51":[],"\u5bfe\u7b56\u65b9\u6cd52":[],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[88,99],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[88,99],"\u5bfe\u8c61\u306ecolumn\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":150,"\u5bfe\u8c61\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\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":67,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,63,66],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u306e\u9577\u3055":66,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5bfe\u8c61column\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u5bfe\u8c61ctx\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u5bfe\u8c61cursor\u3092\u6307\u5b9a\u3057\u307e\u3059":[60,67],"\u5bfe\u8c61id\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u5bfe\u8c61obj\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u5bfe\u8c61object\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,54,58,61,63,64,70],"\u5bfe\u8c61table1\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5bfe\u8c61table2\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5bfe\u8c61table\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,63,66,67],"\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":152,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":215,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u7d4c\u5ea6":215,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":163,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":164,"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u305b\u3093":80,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":152,"\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":151,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":11,"\u5f15\u6570\u540d":151,"\u5f15\u6570\u540d1":151,"\u5f15\u6570\u540d2":151,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":151,"\u5f37":213,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u30af\u30ea\u30a2\u3057\u307e\u3059":63,"\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":80,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":63,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30c3\u30af\u3057\u307e\u3059":63,"\u5f62\u5f0f1":151,"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":151,"\u5f62\u5f0f2":151,"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":151,"\u5f8c\u8ff0\u3057\u307e\u3059\u304c":12,"\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":133,"\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,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":139,"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":139,"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[88,92,98,108,109],"\u623b\u308a\u5024\u3067\u3042\u308b":60,"\u623b\u308a\u5024\u3067\u3042\u308bgrn_index_cursor\u306f":60,"\u624b\u7d9a\u304d":64,"\u624b\u7d9a\u304d\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"\u62c5\u5f53\u8005":12,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":152,"\u62e1\u5f35\u5b50\u306f":152,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":152,"\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":80,"\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":80,"\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":80,"\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":80,"\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":80,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":152,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":87,"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":160,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":160,"\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":152,"\u6307\u5b9a\u3059\u308b":54,"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":163,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":152,"\u63a5\u7d9a\u3059\u308bgroonga":152,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":152,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":152,"\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":152,"\u63d0\u6848\u3092\u884c\u3046":35,"\u6539\u884c\u6587\u5b57\u306f":151,"\u6570\u5024":230,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":34,"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":163,"\u6570\u5b57":152,"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":232,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":232,"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":160,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":151,"\u65b0\u3057\u3044\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4efb\u547d\u3055\u308c\u305f\u3070\u304b\u308a\u3067":12,"\u65b0\u3057\u3044\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":63,"\u65b0\u3057\u3044\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,63],"\u65b0\u3057\u3044key\u3068\u305d\u306ebyte\u9577\u3092dest_key\u3068dest_key_size\u306b\u6307\u5b9a\u3057\u307e\u3059":66,"\u65b0\u3057\u3044value\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\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":109,"\u65b0\u305f\u306adb\u3092\u4f5c\u6210\u3057\u307e\u3059":54,"\u65b0\u305f\u306brecord\u304c\u8ffd\u52a0\u3055\u308c\u305f\u6642\u306b\u306f1\u304c":66,"\u65b0\u4efb\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u5fc5\u305a":12,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u306e\u307f\u884c\u3044\u307e\u3059":12,"\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,"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":163,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":152,"\u65e2\u5b58\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":109,"\u65e2\u5b58\u306edb\u3092\u958b\u304d\u307e\u3059":54,"\u65e2\u5b58\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":66,"\u65e2\u5b58record\u3060\u3063\u305f\u6642\u306b\u306f0\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":66,"\u65e5":213,"\u65e5\u3005":10,"\u65e5\u672c":[172,197,207,213],"\u65e5\u672c\u4eba":207,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[163,164],"\u65e5\u672c\u8a9e":207,"\u65e5\u672c\u8a9e\u306e\u52c9\u5f37":213,"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\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":215,"\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":80,"\u66f4\u65b0\u524d\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u66f4\u65b0\u5f8c\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\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\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":[],"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\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":232,"\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":152,"\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":54,"\u672a\u6765\u306e\u65e5\u4ed8":12,"\u672c":213,"\u672c\u8a9e":213,"\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":232,"\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":[213,230,232],"\u6771\u4eac\u90fd":[213,230,232],"\u6771\u4eac\u90fd\u6c11":[230,232],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":232,"\u683c\u7d0d\u3057\u305f\u30ab\u30e9\u30e0id\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":66,"\u683c\u7d0d\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u68ee\u7530":237,"\u691c\u7d22":[],"\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":53,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":[],"\u691c\u7d22\u306e\u6319\u52d5":[],"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":230,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":232,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":62,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":62,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":230,"\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":230,"\u691c\u7d22\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":98,"\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":232,"\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":232,"\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":232,"\u691c\u7d22\u4f8b1":[],"\u691c\u7d22\u4f8b2":[],"\u691c\u7d22\u4f8b3":[],"\u691c\u7d22\u4f8b4":[],"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":133,"\u691c\u7d22\u51e6\u7406\u306e\u5b9f\u884c\u4e2d\u306b\u9069\u6642\u547c\u3073\u51fa\u3055\u308c":58,"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":76,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u5bfe\u8c61\u306e":232,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u691c\u7d22\u5bfe\u8c61\u306eobject\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\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":230,"\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":133,"\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":215,"\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":[98,151],"\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":76,"\u691c\u7d22\u7d50\u679c\u306b\u3088\u3063\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":230,"\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":133,"\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":65,"\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":66,"\u691c\u7d22key\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u691c\u7d22key\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":163,"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":163,"\u697d\u3057":[230,232],"\u697d\u3057\u3044billiard":[230,232],"\u69cb\u9020\u4f53\u306b\u95a2\u3057\u3066\u306f":53,"\u69cb\u9020\u4f53\u306e\u914d\u5217":64,"\u69cb\u9020\u4f53\u306f\u89e3\u653e\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":60,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":[],"\u6a19\u6e96":88,"\u6a19\u6e96\u5165\u529b":[87,92,98,99,101,108,109,125,139],"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":151,"\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":151,"\u6b21\u306b":11,"\u6b21\u306bgroonga\u306etest":12,"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":80,"\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":80,"\u6bb5\u843d\u60c5\u5831":50,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":[],"\u6c11":230,"\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":63,"\u6ce8\u610f":66,"\u6df1\u523b":232,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":11,"\u6e2c\u5730\u7cfb":215,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":215,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":11,"\u6f22\u5b57":172,"\u7121\u540dobject\u306a\u30890\u3092\u8fd4\u3057\u307e\u3059":63,"\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":59,"\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":152,"\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":152,"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":87,"\u73fe\u5728":109,"\u73fe\u5728\u306f":[150,152],"\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":152,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgroonga":152,"\u73fe\u5728\u5b9f\u884c\u4e2d\u306e":64,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":170,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":170,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":80,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":163,"\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":87,"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":12,"\u7591\u4f3c\u30ab\u30e9\u30e0":76,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":174,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":164,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":164,"\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":164,"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":12,"\u79d2":63,"\u7a7a\u306e\u30d9\u30af\u30bf\u3092load\u3059\u308b\u3068segv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":34,"\u7a7a\u306e\u5834\u5408":[88,99],"\u7a7a\u767d":151,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":232,"\u7a7a\u767d\u3084":151,"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":87,"\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":63,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":232,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":232,"\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":64,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnul\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3059\u308b":54,"\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":54,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[87,88,92,98,99,101,108,109,125,139],"\u7d44\u8fbc\u95a2\u6570\u306f":[160,163,164,170,174],"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":215,"\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":215,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":215,"\u7d4c\u904e\u3057\u3066\u3082lock\u3092\u53d6\u5f97\u3067\u304d\u306a\u3044\u5834\u5408\u306f":63,"\u7d50\u679c\u304c\u7570\u5e38\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":152,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b":66,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308btable\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u7d9a\u3044\u3066":232,"\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":215,"\u7e70\u308a\u8fd4\u3057\u6570":152,"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":152,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":152,"\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":[92,163,164],"\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\u5206\u306e\u666e\u6bb5\u4f7f\u3044\u306e\u79d8\u5bc6\u9375\u3092\u767b\u9332\u3057\u305f\u4e0a\u3067":12,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":152,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":152,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":152,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":76,"\u826f\u3044\u306e\u304b":10,"\u826f\u3044\u4f8b":10,"\u82b1\u5b50":237,"\u82f1\u8a9e":12,"\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":152,"\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":66,"\u89e3\u653e\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":12,"\u8a18\u53f7":[151,232],"\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":232,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":232,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":230,"\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\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":108,"\u8a2d\u5b9a\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":151,"\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":63,"\u8a72\u5f53\u3059\u308b\u7bc4\u56f2\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":67,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":152,"\u8a73\u7d30\u306f":[14,232],"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u8a9e":[87,213],"\u8a9e\u306e":213,"\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":163,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":163,"\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":80,"\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":163,"\u8ee2\u7f6e\u7d22\u5f15\u306b\u51fa\u73fe\u4f4d\u7f6e\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u8ee2\u7f6e\u7d22\u5f15\u306bsection":50,"\u8ee2\u7f6e\u7d22\u5f15\u306bweight\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\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":87,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":174,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\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":98,"\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":98,"\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":98,"\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":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\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":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\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":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\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":151,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":151,"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":12,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":76,"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":232,"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":232,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":232,"\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":232,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":230,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":230,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":232,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":232,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":230,"\u90fd":[213,230,232],"\u90fd\u6c11":[230,232],"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3057\u307e\u3059":54,"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3059\u308b":54,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":87,"\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":99,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":88,"\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":[88,99],"\u958b\u3053\u3046\u3068\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\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":[],"\u95a2\u4fc2\u5f0f\u306f":11,"\u95a2\u6570":14,"\u95a2\u6570\u304a\u3088\u3073\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5909\u6570":64,"\u95a2\u6570\u304c\u5f15\u6570\u3092":34,"\u95a2\u6570\u306e\u8ffd\u52a0":34,"\u95a2\u6570\u306f":[11,160,163,164,174],"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":170,"\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":230,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":232,"\u95be\u5024\u3092\u3042\u3052\u308b":[],"\u95be\u5024\u3092\u8d8a\u3048\u308b":232,"\u9759\u7684\u89e3\u6790":[],"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":230,"\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":230,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[230,232],"\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":151,"\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":[165,166],"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":76,"_key\u30ab\u30e9\u30e0\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":34,"a\u3092\u6307\u5b9a\u3057\u3066tabl":66,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":151,"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":66,"b\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408":66,"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":152,"benchmark\u304c\u5229\u7528\u3059\u308bgroonga":152,"benchmark\u304c\u52d5\u4f5c\u3057":152,"benchmark\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":152,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":152,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":152,"benchmark\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":152,"benchmark\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":152,"benchmark\u306e\u52d5\u4f5c\u65b9\u6cd5":152,"benchmark\u306f":152,"benchmark\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":152,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":152,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":152,"benchmark\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":152,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057":152,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":152,"benchmark\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":152,"benchmark\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":152,"benchmark\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e11\u7a2e\u985e\u3067\u3059":152,"benchmark\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":152,"benchmark\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":152,"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":152,"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":152,"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":230,"blog_body\u7d22\u5f15":232,"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":232,"bom\u4ed8\u304dutf":35,"boolean":[],"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":14,"break":[37,39,41,42,43,149],"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":50,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u3055\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":50,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":63,"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":54,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"builtin_type_names\u306b\u306f":54,"byte":[37,39,40,41,42,43,50,53,56,63,64,66,69,72,83,119,120,132,133,175,215,229],"byte\u9577":[50,63,66],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":11,"case":[],"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":163,"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,50,53,54,55,56,63,64,66,68,69,72],"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":14,"check\u30b3\u30de\u30f3\u30c9\u306f":87,"class":[],"clearlock\u306f":88,"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":50,"column\u306b\u5f35\u3089\u308c\u3066\u3044\u308bindex\u306e\u3046\u3061":50,"column\u306e\u5024\u304c":11,"column\u306f":50,"column\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":50,"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":92,"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":53,"command_version\u3092\u8fd4\u3057\u307e\u3059":53,"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":80,"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":80,"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":232,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"const":[38,50,53,54,55,56,63,64,66,67,69,72],"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":53,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066column\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":50,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066obj\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":63,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066table\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":66,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"ctx\u304c\u64cd\u4f5c\u5bfe\u8c61\u3068\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"ctx\u304c\u73fe\u5728\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308bdb\u3092\u8fd4\u3057\u307e\u3059":53,"ctx\u306e\u7ba1\u7406\u3059\u308b\u30e1\u30e2\u30ea\u3092\u89e3\u653e\u3057":53,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":53,"ctx\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":53,"ctx_new\u3068\u3044\u3046queue\u306b":9,"cursor\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092key\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u5f15\u6570\u306e\u5185\u5bb9\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u4ef6\u9032\u3081\u3066\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":67,"cursor\u306e\u5bfe\u8c61\u7bc4\u56f2\u306e\u672b\u5c3e\u306b\u9054\u3059\u308b\u3068":67,"cursor\u306e\u7bc4\u56f2\u5185\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3057\u307e\u3059":60,"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":67,"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\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":63,"db\u3068\u306a\u308a\u307e\u3059":54,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":151,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[139,151],"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":139,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":151,"db\u306b\u5bfe\u3057\u3066\u540d\u524d\u3092\u3042\u308a\u306etable\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u306f":66,"db\u306e\u5185\u5bb9\u306e\u6700\u7d42\u66f4\u65b0\u6642\u523b\u3092\u73fe\u5728\u6642\u523b\u306b\u3057\u307e\u3059":54,"db\u306eid\u306b\u5bfe\u5fdc\u3059\u308bpath\u3092\u8fd4\u3057\u307e\u3059":63,"db\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306fnull\u3092\u8fd4\u3057\u307e\u3059":53,"db\u3092\u64cd\u4f5c\u3057\u306a\u3044\u72b6\u614b":53,"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":232,"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,"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":[],"define_selector\u306f":98,"defrag\u306f":99,"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":63,"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":80,"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":80,"description\u306b":230,"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":80,"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":152,"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":101,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\u306a\u308b\u305f\u3081":101,"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":101,"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,"examples\u4ee5\u4e0b\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067":12,"export":[18,33,37,40,41,42,43],"expr\u306a\u3069\u306f\u89e3\u653e\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":63,"expr\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059":70,"expr\u306e\u307f\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059":64,"facebook\u306bgroonga\u30b0\u30eb\u30fc\u30d7\u304c\u3042\u308a\u307e\u3059":12,"false":43,"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\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":[71,72,78,133,153],"flags\u306b":[50,66],"flags\u306b\u306f":66,"float":[],"function":[],"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":150,"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":[],"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":150,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":150,"gqtp\u306e\u5834\u5408":151,"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":232,"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":232,"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":232,"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":230,"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":230,"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":232,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":232,"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":[],"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":150,"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\u30ab\u30e9\u30e0\u306f":215,"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":76,"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\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":[230,232],"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":232,"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":152,"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":80,"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":152,"groonga\u30b3\u30de\u30f3\u30c9\u306b":35,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"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":151,"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":35,"groonga\u30c1\u30fc\u30e0":12,"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":152,"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":80,"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":125,"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":151,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":150,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":151,"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":150,"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":87,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":80,"groonga\u5358\u4f53\u3067test":152,"groonga\u53ca\u3073groonga":152,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[87,88,92,98,99,101,108,109,125,139],"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":80,"groonga\u6c4e\u7528\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb\u3067\u3059":152,"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":150,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":152,"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":152,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":87,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\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":92,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":98,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":99,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":101,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_level\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":[],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":108,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":109,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":125,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":139,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":160,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":163,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":164,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":170,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":174,"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":66,"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":66,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"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,"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\u306fgroonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u672c\u4f53\u306e\u30ea\u30ea\u30fc\u30b9\u8981\u4ef6\u306b\u306f\u542b\u307e\u308c\u307e\u305b\u3093":12,"homebrew\u3078pul":12,"hook\u306e\u5b9f\u884c\u9806\u4f4d":58,"hook\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"hook\u56fa\u6709\u60c5\u5831\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f":58,"hook\u56fa\u6709\u60c5\u5831\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"hook\u56fa\u6709\u60c5\u5831\u683c\u7d0d\u30d0\u30c3\u30d5\u30a1\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":152,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":12,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":151,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":150,"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":150,"http\u306e\u5834\u5408":151,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":151,"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":151,"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":63,"id\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":53,"import":[0,12,28,37,39,40,42,49,53,78,79,90,133,138,144,153,190,200,202,203,204,213,223,239],"index\u3067\u5b9f\u884c\u3057\u305f\u3044\u64cd\u4f5c\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"index\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":50,"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":60,"indexbuf\u306e\u30b5\u30a4\u30ba":50,"init\u76f4\u5f8c\u306e\u72b6\u614b":53,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":150,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":152,"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":[39,42,43,48,49,50,53,54,56,57,58,59,60,62,63,64,66,67,68,69,72,198],"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":152,"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":67,"key\u304cmin\u3068\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"key\u306b\u306f":66,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"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":66,"key\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u3057\u3044record\u3092table\u306b\u8ffd\u52a0\u3057":66,"key\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u3059\u3067\u306btable\u306b\u5b58\u5728\u3059\u308b\u306a\u3089\u3070":66,"key\u306e\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067":67,"key\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"key\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"key\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"key\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":66,"key\u3092\u8fd4\u3057\u307e\u3059":63,"key_type\u306bt":66,"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":230,"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":230,"keybuf\u306b\u8a72\u5f53\u3059\u308bkey\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":66,"keybuf\u306e\u30b5\u30a4\u30ba":66,"launchpad\u306b\u767b\u9332\u3057\u305fkeyid":12,"launchpad\u306egroonga\u30c1\u30fc\u30e0\u306e\u30da\u30fc\u30b8\u3067\u5bfe\u8c61\u306eppa\u3092\u9078\u629e\u3057":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":67,"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":151,"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":80,"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":151,"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":152,"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":80,"log_level\u306f":[],"log_put\u306f":108,"log_reopen\u306f":109,"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":109,"long":[40,41,42,43,59,62,129,134,138,149],"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":215,"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":232,"max\u304cnull\u306e\u5834\u5408\u306b\u306f":67,"max\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":67,"max\u3067\u4e0e\u3048\u3089\u308c\u308b\u30dd\u30a4\u30f3\u30bf\u304c\u6307\u3059\u5024\u306f":67,"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":67,"max\u3068common":67,"max\u3068max_size\u304c\u6307\u5b9a\u3055\u308c":67,"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":67,"max\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"max_size\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059":67,"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":67,"min\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"min\u306f\u7121\u8996\u3055\u308c\u307e\u3059":67,"min_size\u30d0\u30a4\u30c8\u672a\u6e80\u306e\u30d3\u30c3\u30c8\u306b\u5bfe\u3059\u308b\u30ce\u30fc\u30c9\u3067":67,"mooz\u3055\u3093":37,"mooz\u3055\u3093\u304c\u4fee\u6b63":37,"mroonga\u5411\u3051\u306b\u7528\u610f\u3057\u305f\u5185\u90e8api\u3067\u3059":63,"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":66,"munin\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0":34,"n_builtin_type_names\u306b\u306f":54,"name\u304c\u30ab\u30e9\u30e0\u540d\u306e\u5834\u5408":63,"name\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":53,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306aproc":64,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atyp":69,"name\u306f\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u306e\u5834\u5408":63,"name\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093":50,"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":66,"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":66,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u9577\u3055\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306es":[50,63,66],"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":66,"namebuf\u306b\u8a72\u5f53\u3059\u308b\u540d\u524d\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":[50,63],"namebuf\u306e\u30b5\u30a4\u30ba":[50,63],"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":[],"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8":12,"newvalue\u306e\u5024\u304b\u3089\u5f97\u3089\u308c\u308b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308bcolumn\u306e\u5024\u306e\u4e2d\u306e":50,"no_key\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u5024\u3092\u30b5\u30dd\u30fc\u30c8":34,"null":[],"null\u306a\u3089\u7121\u540dtable\u3068\u306a\u308a\u307e\u3059":66,"null\u306a\u3089\u81ea\u52d5\u7684\u306b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":[50,66],"null\u306a\u3089temporari":54,"null\u306f\u4e0a\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":67,"null\u306f\u4e0b\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":67,"null\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":53,"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":54,"null\u4ee5\u5916\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408":66,"obj\u304c\u73fe\u5728lock\u3055\u308c\u3066\u3044\u308c\u30700\u4ee5\u5916\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":63,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u624b\u7d9a\u304d":58,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":58,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u3092\u524a\u9664\u3057\u307e\u3059":58,"obj\u306b\u5bfe\u3057\u3066hook\u3092\u8ffd\u52a0\u3057\u307e\u3059":58,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5408\u6027\u3092\u691c\u67fb\u3057\u307e\u3059":63,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u8fd4\u3057\u307e\u3059":63,"obj\u306b\u5c5e\u3059\u308bobject\u3082\u518d\u5e30\u7684\u306b\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059":63,"obj\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066":63,"obj\u306e\u5360\u6709\u3059\u308b\u30e1\u30e2\u30ea\u306e\u3046\u3061":63,"obj\u306e\u5360\u6709\u3059\u308bdb\u30d5\u30a1\u30a4\u30eb\u9818\u57df\u306e\u3046\u3061":63,"obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":63,"obj\u306e\u578b\u3092\u5909\u66f4\u3057\u307e\u3059":63,"obj\u306e\u5c5e\u3059\u308bdb\u3092\u8fd4\u3057\u307e\u3059":54,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e":61,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":63,"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":61,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u53d6\u5f97\u3057\u307e\u3059":63,"obj\u306eid\u3092\u8fd4\u3057\u307e\u3059":63,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":61,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":61,"obj\u306f":63,"obj\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":63,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057":63,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":63,"obj\u3092\u5bfe\u8c61\u3068\u3057\u3066query\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057":65,"obj\u3092lock\u3057\u307e\u3059":63,"obj\u3092unlock\u3057\u307e\u3059":63,"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":63,"object\u306b\u767b\u9332\u3067\u304d\u308b\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u8fd4\u3057\u307e\u3059":70,"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":58,"object\u306e\u53c2\u7167\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":58,"object\u306e\u66f4\u65b0\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":58,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":64,"offset\u306b\u5bfe\u5fdc\u3059\u308bhook\u306e\u76f4\u524d\u306b\u65b0\u305f\u306ahook\u3092\u633f\u5165\u3057\u307e\u3059":58,"offset\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9id\u3092\u958b\u59cb\u4f4d\u7f6e\u3068\u3057\u3066":63,"offset\u306f":66,"offset\u756a\u76ee\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"offset\u756a\u76ee\u304b\u3089\u9806\u306bres\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3057\u307e\u3059":66,"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":65,"op\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u53ef\u80fd\u306a\u3082\u306e\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":50,"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":152,"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":152,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":152,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":152,"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":101,"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":67,"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":152,"path\u3092":35,"pc\u306bgroonga":36,"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":34,"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\u3092\u7ffb\u8a33\u3057\u307e\u3059":12,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[163,164],"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":163,"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":164,"point\u578b\u306e\u5024":[163,164],"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[163,164],"prefix\u304cmin_size\u30d0\u30a4\u30c8\u4ee5\u4e0a\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u5b9a\u7fa9\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"proc\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":66,"proc\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"public":41,"push\u3057\u3066groonga":12,"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":36,"quit\u306f":125,"rb\u3092\u8ffd\u52a0":35,"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":66,"res\u306b\u683c\u7d0d\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"res\u306btable1\u3042\u308b\u3044\u306ftable2\u305d\u306e\u3082\u306e\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3092\u9664\u3051\u3070":66,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":11,"return":[],"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":60,"root\u306b\u5909\u66f4":35,"root\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":151,"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,"rst\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":12,"rst\u306e\u5185\u5bb9":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":133,"scr\u3067\u3059":152,"scr\u306e\u4e2d\u8eab\u304c":152,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":152,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[160,163,164,170,174],"search\u3092\u884c\u3044":[66,67],"search\u3092\u884c\u3046\u5834\u5408\u306b\u306f":67,"section\u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3057\u307e\u3059":50,"section\u756a\u53f7\u3092\u683c\u7d0d\u3059\u308bint\u9577\u30d0\u30c3\u30d5\u30a1":50,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":152,"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":80,"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":152,"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":152,"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":[78,153],"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":215,"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":66,"sort\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":66,"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":[37,41,42,43,68,154,238],"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":152,"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":160,"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":66,"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":66,"table2\u306f\u7834\u58ca\u3055\u308c\u307e\u305b\u3093":66,"table\u304c":66,"table\u306b\u65b0\u305f\u306a\u30ab\u30e9\u30e0\u3092\u5b9a\u7fa9\u3057\u307e\u3059":50,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8fd4\u3057\u307e\u3059":66,"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":67,"table\u306bid\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3057":66,"table\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u7279\u5b9a\u306e\u6761\u4ef6\u3067\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u307e\u3059":66,"table\u306e\u5168\u3066\u306ecolumn\u3082\u540c\u6642\u306b\u540d\u524d\u304c\u5909\u66f4\u3055\u308c\u307e\u3059":66,"table\u306e\u5168\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u62ec\u3057\u3066\u524a\u9664\u3057\u307e\u3059":66,"table\u306ecolumn":66,"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":66,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":66,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":66,"table\u306ekey\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":66,"table\u306esrc_key\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":66,"table\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":66,"table\u306fcolumn\u3068\u306f\u5225\u306b":66,"table\u5185\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30bd\u30fc\u30c8\u3057":66,"table_list\u306f":139,"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":152,"textile\u30d1\u30fc\u30b5\u30fc":12,"tid\u306bnull\u4ee5\u5916\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":60,"tokenbigram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":232,"tokenbigram\u306a\u3069":232,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":232,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":230,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":230,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":232,"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":230,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":232,"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":232,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":36,"tokenmecab\u3067\u306f":232,"tokenmecab\u306e\u5834\u5408":232,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":230,"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":230,"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":230,"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":232,"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":232,"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":232,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":232,"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":164,"travisci\u306e\u7d50\u679c\u304c\u6b63\u5e38\u3067\u3042\u308c\u3070":12,"true":[34,40,41,42,43,46,78,88,89,90,91,92,93,94,95,96,97,98,100,102,103,104,105,106,107,108,109,110,111,113,114,115,118,119,120,121,122,123,127,128,129,130,131,132,133,134,137,138,140,141,142,146,156,159,162,163,164,165,166,167,168,169,172,173,175,178,187,190,191,192,194,197,201,202,203,204,212,215,235,236,237,238,240,241,243,244,245],"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":37,"try":[3,33,42,48,94,151,213,222,240,241],"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\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":10,"twitter\u7b49\u3067\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u969b\u306f\u3053\u3053\u3067\u7528\u610f\u3057\u305f\u30a2\u30ca\u30a6\u30f3\u30b9\u6587\u306e\u8981\u7d04\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"twitter\u7de8":[],"type\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":61,"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\u5411\u3051\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u4f5c\u6210\u306b\u306f":12,"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":64,"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":139,"value\u3092\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":63,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":76,"var":[11,28,42,64,72,91,149,151,153,227],"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":80,"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":80,"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":80,"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":80,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059":80,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":80,"virtualbox\u306fsourc":12,"vmware\u306a\u3069":12,"void":[38,48,51,54,55,62,63,66,67,68,71,72],"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,43,54,93,105,111,128,133,141,144,192],"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":152,"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\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":[],"xxxxx\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":12,"yes\u306f\u6307\u5b9a\u3057\u306a\u3044\u3067\u4e0b\u3055\u3044":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:115,__uint32_t:42,_avg:[113,133],_dataset:[155,157],_id:[41,42,46,50,63,76,78,81,89,90,93,100,101,113,115,133,136,141,146,159,168,169,172,190,191,192,194,201,207,208,210,212,232,236,237,238,240,242,243,244,245],_kei:[39,40,41,42,43,46,50,63,76,78,81,89,90,91,93,100,101,103,112,113,119,128,132,133,136,140,141,142,146,153,156,159,162,167,168,169,172,178,187,190,191,194,197,202,207,208,210,212,214,223,235,236,237,238,240,241,242,243,244,245],_max:[113,133],_min:[113,133],_name:[90,138],_nsubrec:[41,50,76,113,133,236,237,241],_post:12,_score:[37,39,40,42,50,76,78,113,133,136,156,162,173,191,202,203,204,207,208,210,232,237,238,240,241,245],_set_valu:38,_sum:[33,113,133],_valu:[40,41,50,76,113,133],_yyyymmdd:[110,112,113,115],aba:[236,238,245],abbrev:162,abc:42,abcd:116,abi:42,abl:[119,138,168,175,201,202,203,204,205],abort:41,about:[],abov:[17,21,28,31,39,42,43,90,102,110,129,133,138,153,156,159,167,168,169,173,178,194,200,207,208,210,213,236,238,240,241,245],above:[241,244],absolut:[122,123,127],acccess:227,accept:[0,37,39,41,42,43,83,84,129,134,146,151,156,159,162,173,191,223,229,238,240,241,244,245],access:[],accessor:[42,43,66],accident:40,accord:[162,235],accordingli:153,account:[2,41],accross:39,accuml:40,accumul:133,accur:[0,175],achiev:110,acquir:[42,48,104,106],acronym:[221,229],across:162,action:40,actual:[40,41,43,110,112,113,115,153,202,235],actualli:[235,238],add:[],add_record_if_not_exist:63,added:[33,37,38,39,40,41,42,43],addit:[0,24,25,26,30,90,116,133,144,191,194,209,227,235,238,243],addition:[],additional_configure_opt:40,address:[37,39,42,151,156,229,242],address_is_in_use:229,address_is_not_available:229,adisk:201,adjac:[190,213],adjust:[],admin:[35,37,39,40,41,42,43],admin_html:[37,151],administr:[],advanc:[],advantag:[0,175,227],adventur:90,affect:[33,39,40,41,42,43],afr:[236,238,245],after:[17,18,28,31,37,39,40,41,42,43,46,48,57,71,84,97,102,115,118,121,133,134,140,147,151,153,156,165,166,191,194,211,212,214,235,237,238,242],again:[41,42,48,153,192],against:[],againt:133,agaist:39,age:[90,138,139,159],aggregat:0,ago:207,ahello:42,ahost1:201,aim:40,aio:40,aki:41,akihabara:245,akinori:42,akio:[37,39,40,42,43],akira:41,alert:[41,107,108,151,153,193],algolithm:189,algorithm:[37,86,162,204],ali:89,alia:[],alias:[42,46,94,95,96,173],aliased_column:46,alic:[46,89,90,133,153,168,173,213,223,241],alice:[90,93,119,141,146,159,173,190,241],alisa:173,all:[],all_record:39,alloc:[],alloc_count:[82,135,151,153,198,229,238,242],alloc_info:43,allow:[0,25,39,42,157,175,238,242],allow_column:[133,173,190],allow_leading_not:[133,173],allow_pragma:133,allow_update:[133,190],almost:[37,133,214,221,233],alon:42,alphabet:[41,90,113,133,138,144,201,208,213],alreadi:[33,41,48,72,97,103,118,144,157,192,214,238,240],also:[],although:153,alwai:[0,41,42,43,68,81,91,111,119,133,136,143,153,172,190,191,207,214,229],amazon:[33,133],amd64:12,among:[],amount:[39,43],analysi:[0,28,133,191],analyz:[0,37,39,153,213],anchor:[],ani:[0,28,42,43,46,89,103,113,116,120,121,130,131,132,133,136,140,142,143,144,151,153,165,166,173,175,178,190,200,202,213,223],animat:237,ann:12,annot:40,anonym:211,anoth:[0,33,39,42,56,89,104,133,149,200],another:42,aomi:33,api:[],appear:[0,41,85,90,120,133,144,175,190,191,200,202,238],append:[39,56,63],apper:133,appl:194,apple:194,appli:[],applic:[0,20,37,41,151,153,175,191,193,200,223],approach:162,approv:41,approxim:[37,39,162],appveyor:41,april:12,apt:[12,18,21,25,30,39],aptitud:14,arai:42,aramaki:37,arc:144,architectur:[0,41,42,151],architectures:12,archiv:[6,7,8,12,17,28,31,39],archive:[],area:0,aren:[33,39,41,42,43,115,120,133,134,135,138,140,153,156,175,190,196,211,214,223],arg1_name:201,arg1_value:201,arg2_name:201,arg2_value:201,arg3_value:201,arg_list_too_long:229,argc:68,argument1:[191,202],argument2:[191,202],argument:[33,37,39,40,41,42,43,53,72,102,132,151,154,162,165,166,167,169,172,173,175,178,186,187,191,201,202,205,226,229,238,240,242],argument_name1:154,argument_name2:154,argv:68,arithmet:[],armhf:41,arnaud:37,around:[175,196],arrai:[],arrang:238,art:[191,241],articl:240,articles2:240,articles_cont:240,arugment1:191,asami:40,asc:12,ascend:[112,114,133,196,236,238,245],ascii:[190,191,213],askmonti:41,assigend:190,assign:[],associ:[37,72,100,103,133,235,237,238],assum:[53,64],assume:129,atsushi:[41,42,43],attach:[17,194,212],attent:[133,243],attr_setpshar:40,attribut:[116,117,144,145,167],atv:[236,238,245],auth_bas:[153,223],auth_basic_user_fil:[153,223],authent:[],author:153,auto:[39,41,111,136],autoconf:[6,37],autogen:[6,12,17,39],automak:[6,35],automat:[17,25,42,54,90,102,113,122,123,127,133,149,153,190,191,211,226,237,238,243],autoreconf:12,autotool:[],avail:[0,8,17,33,40,42,43,44,52,72,81,90,91,111,112,113,115,116,133,134,136,138,144,149,151,153,168,173,190,191,212,221,229,235,238],availabl:[],averag:[41,133],avg:[41,113,133,150],avoid:[],awar:72,ayumu:[41,42],back:[153,191,201],background:151,backslash:[40,56,190],backtrac:43,backup:[54,101],backward:[33,39,41,42,43,146,203,204,223],bad:[0,40,41,43],bad_address:229,bad_file_descriptor:229,bar:[90,138],base:[0,17,18,24,25,26,28,30,33,39,40,41,43,57,129,133,144,151,153,154,156,157,165,166,175,190,191,193,197,201,202,203,204,205,207,208,210,213,222,227,241,242],basebal:[237,240],bash:[28,42],basi:238,basic:[],batch:39,bc009774:12,becam:[41,227],becaus:[0,6,7,8,21,26,32,33,39,41,42,43,46,54,81,89,90,93,97,102,110,113,115,119,120,121,122,127,133,138,141,143,149,153,156,159,169,172,173,178,190,191,192,194,197,198,200,201,202,203,204,207,208,209,210,211,212,213,214,221,222,223,227,229,235,237,238,240,243,244],becom:[0,42,44,162,215,235],been:[12,42,93,141],befor:[28,32,38,39,42,43,71,78,86,111,118,121,122,127,133,140,143,153,200,201,207,208,209,235,238],before_instal:21,beforehand:26,beg:[201,213],begin:[150,201,213],behav:[133,162],behavior:[33,39,41,42,115,133,147,159,173,201,213],behaviour:[40,101],beijin:162,bellefleur:33,belong:[74,215,236],below:[13,93,103,141,190,213],benchmark:[],benefit:227,bernard:42,best:0,beta:44,better:[0,41,90,102,133,191,240],between:[],big:[41,153],bigger:90,bigram:[],bigramlexicon:128,bill:[42,230,232],billiard:[230,232],billion:90,bin:[18,28,31],binari:[],bind:[20,21,37,39,42,44,151,165,166,189],binlib:12,bison:12,bit:[21,23,24,25,26,29,30,31,133,151,152,153,190,191,215,235],bitwis:[],black:[194,196],blank:[42,213],block:[40,135,138,140,153,191,235],blog1:240,blog2:240,blog:[],blog_bodi:232,blog_comment_index:178,blog_cont:178,blog_titl:238,bm25:[202,204],bob:[46,93,133,141,146,153,159,173,190,223,241],bodi:[40,43,88,89,90,92,97,99,102,103,105,115,118,119,121,122,123,127,128,134,137,138,140,141,143,156,165,166,223,229,232,244],book:[90,191],bookmark:[78,101,115],bookmark_index:78,bookmark_titl:101,bool:[],boost:[156,207],border:[39,144,159],borderlin:[110,112],boston:241,both:[0,23,24,25,26,30,31,42,43,63,74,78,81,90,113,119,133,140,147,156,175,190,191,192,201,204,207,211,223,229,241,245],bottom:57,bottom_right:[37,164],bottom_right_point:57,bound:41,box:133,brad:43,brand:42,brasil:162,brasillia:162,brazil:236,brew:[18,27],bring:238,british:244,broadcast:241,broken:[],broken_pipe:229,brooklyn:241,brother:190,browser:[17,28,154,242],bsd:[5,7,8,28,37,41,42],buf_siz:[50,63,66],buffer:[40,42,43,53,56,59,63,87,119,240],bug:[],build:[],buildabl:37,builder:59,built:[],builtin:[],builtin_type_nam:54,bulk:[42,43,56,63],bump:[40,41,42],bundl:[17,33,39,40,41,42,43,173],button:[17,39,40],buzz:156,bye:[113,133,142,190,191,212],cach:[],cache_hit_r:[82,135,153,198,229,238,242],cache_hit_rate:135,cache_limit:[],cache_previ:49,cafedomanc:43,calc_target:[],calc_typ:[],calcul:[39,40,41,130,133,162,196,241,245],call:[],caller:64,calloc:43,calro:159,camp:241,can:[],can_be_key_typ:132,can_be_value_typ:132,cancel:[33,41,43,83,84,129],cancel_request_is_accepted_or_not:129,candid:[136,156,172,207],candidate1:136,candidate2:136,candidate_1:156,candidate_2:156,cannot:[],capit:238,caplit:[40,41],care:[17,91,110,133,190,204,207],carefulli:[78,115,121,140],carlo:[93,141,146],cas_error:229,cascad:[],cast:[],cat:12,categor:[133,142,144],caus:[33,37,39,40,41,42,43,138,190,191,235],ceekz:40,cenos6:39,cent:213,center:[0,163],cento:[12,24,28,33,39,40,43],centos5:28,centos6:28,centos7:28,centos:[],central:241,certain:245,cflags:29,chain:178,chang:[],chapter:238,charact:[],charli:241,chart:37,check:[],child:102,china:[162,236],choic:[],choos:[5,6,7,32,41,43,82,103,133,134,138,151,153,156,201,213,235],chracterist:211,christian:42,chroot:12,chunk:[42,43,87,119,214,233],circl:[0,196],cirit:153,citi:[162,196,241],clang:[14,39,40,41,42],clarifi:41,classif:[133,236],classifi:[43,133],clean:[6,7,12,14,42,113,115],clear:[12,33,37,39,41,43,50,63,105,153],clearli:42,clearlock:[],cleverli:97,click:133,clone:[],close:[42,43,103,140,165,211],close_tag1:165,clumn:214,cmake:[],cmp0014:41,code:[],codes:12,col1:63,col2:63,col3:63,collaps:39,colleagu:3,collect:[0,81,241],color:194,colum:240,column1:[11,39,40,41,113,133,191,202],column2:[11,39,40,41,113,133,191,202],column3:202,column_1:[132,178],column_2:[132,178],column_3:[132,178],column_:90,column_copi:[],column_cr:[],column_index:[41,42,78,90,91,101,113,115,120,128,132,133,140,156,159,165,166,169,172,173,175,178,190,191,192,201,202,203,204,212,214,232,237,238,240,241,244],column_information1:91,column_information2:91,column_information:91,column_list:[],column_list_header:91,column_n:178,column_name1:103,column_name2:103,column_name:[],column_name_1:[132,133],column_name_2:[132,133],column_name_3:132,column_name_n:133,column_name_with_table:132,column_name_with_table_name:132,column_remov:[],column_renam:[],column_scalar:[43,46,89,90,91,93,100,101,102,104,105,106,110,113,114,115,118,120,121,128,132,133,140,141,142,146,156,159,162,165,166,167,168,169,172,173,175,178,190,191,192,201,202,203,204,212,214,232,236,237,240,241,244],column_type_1:133,column_type_2:133,column_type_n:133,column_vector:[40,41,42,78,89,90,91,100,113,133,156,172,178,187,235,237,241,244],column_with_index:43,columnn:39,columns:133,com:[6,7,8,12,13,17,21,133,235,236,238,242,245],comamnd:223,combin:[],combind:190,come:[196,241],comma:[42,90,103,191,235,236,238],command:[],command_lin:132,command_line:132,command_name:[132,154,242],command_object_remov:121,command_vers:[42,43,80,82,135,153,154,165,166,167,175,187,198,229,238,242],command_version:135,commandinput:42,commands_column_list:91,commands_column_renam:93,commands_object_list:120,commands_object_remov:121,commands_table_cr:139,commands_table_renam:141,comment:[],comment_cont:178,comment_index:241,comment_nam:178,comments2:240,comments_cont:240,comments_loc:241,commit:[6,7,17,41],commnad:[31,80],common:[],commonli:[0,201],compar:[0,39,41,42,43,133,168,175,190],comparison:[],compat:[24,25,26,30,33,41,42,43,113,116,146,153,154,194,203,204,223],compil:[6,7,28,37,40,41,42],complet:[],complex:[39,40,42,133,191,201],complianc:153,composit:194,compress:[],compress_lz4:[43,90],compress_zlib:[43,90],compress_zstd:43,comput:[39,72,90,113,133,135,156,191,197,202,203,204,207,208,210,214],conbin:[133,189],conbind:190,concaten:240,concatin:[39,40],concept:41,concret:[89,133,236,237,240],concurr:193,cond:40,cond_signal:68,condit:[],conditin:190,condition1:191,condition2:191,condition_column_name1:168,condition_column_namen:168,conditional_probability_threshold:[37,136],condtion:190,conf:[42,43,153,214,227,233],config:[8,28,31,34,37,39,42,94,151],config_delet:[],config_get:[],config_set:[],configur:[],confirm:[],conflict:[33,43],confus:[43,201,213],conifugr:21,connect:[1,39,42,151,229,238],connection_refused:229,consid:[41,110,138,223,227,237,240,244],consist:[41,42,43,120,132,133,147,156,190,205,210,213,229,238],consol:153,constant:[33,42],constant_pattern:42,construct:[],construnct:42,consum:41,contact:17,contain:[],content:[37,40,41,42,72,81,91,113,120,132,133,140,153,167,173,175,178,190,191,192,202,212,214,223,229,237,240,241],content_index:[140,202],content_length:[113,133],content_type_len:39,context:[37,42,49,53,56,63,135,140,153,175,178],continu:[21,39,40,41,42,135,144,151,208,213],contrast:[0,41,43,71,151,173,238],contrib:12,control:[],conveni:[0,1,28,37,110,207,222],convens:39,convent:39,convers:[37,153],convert:[],coordin:[162,235],copa:42,copi:[39,42,43,46,72,89,93,141],copyright:41,core:[],coremodul:153,correct:[],correctli:[33,39,42,43,238],correspond:[63,102,110,113,133,136,154,207,208,209,210],corrupt:[43,115],cosmo0920:[40,41],cost:[192,213],could:[39,235],couldn:[39,42],count:[0,42,110,133,135,237,241],counter:43,countri:[100,236,242],cours:236,cover:[0,115,175],coverag:14,cpu:[],cpuinfo:[24,25,26,30],crash:[33,37,39,40,41,42,43,93,102,105,141],crch:144,created_at:113,createfilemap:42,createrepo:12,creation:[37,40,42,133,238],creteria:238,crit:[107,108,151],criteria:238,critic:[28,39,43,72,107,151,193],ctrl:[151,229,238],ctx:[11,49,50,53,54,56,57,58,59,60,61,62,63,64,65,66,67,69,70,72],cumul:[113,133],curl:[21,27,28,39,129,151,153,156,198,223],current:[17,25,37,42,46,49,52,53,54,86,89,93,103,111,133,135,138,140,141,153,196,238,241],current_column:46,current_nfthread:68,cursor:[37,42,57],custom:[],custom_name:120,customiz:175,cutter:[6,7,12,14],cutter_check_leak:14,cutter_debug:14,cutter_dir:12,cutter_source_path:12,cve:41,cxxflags:29,cycl:43,daemoinz:39,daemon:[],dai:[42,110,135,191,192,193,205],daiki:[35,36,37,39],danger:[50,54,93,104,105,106,115,121,140,141,223],dangl:[115,140],dash:28,dat:[38,39,40,43],dat_kei:119,dat_key:211,data:[],data_set_name:136,databas:[],database:[155,223],database_path:[],database_unmap:[],datail:133,dataset1:156,dataset2:156,dataset3:156,dataset:[],date:[],dav:168,dave:159,david:168,day:241,daylight:41,db1:223,db2:223,db_path:[42,121,151,153,154,156,198,221,226,229,238,242],dbms:[0,175],dcb314:41,dcmake_install_prefix:[7,8,31],ddl:[41,152],deafult:37,deatil:133,deb:[12,25,30,37,39,40,41,42,43],debian:[],debootstrap:12,debug:[6,7,8,41,42,43,107,108,144,151,153,193],debugg:[6,7],decid:200,decim:[84,151,191,215,235],decreas:[],decrypt:12,defalt:35,default_command_vers:[82,135,153,198,229,238,242],default_command_version:135,default_token:[],defin:[42,90,120,155,156,172,191,192,200,205,207,215,229,238],define_selector:[],definion:191,definit:[39,46,90,100,113,133,159,162,165,166,167,168,169,172,173,175,178,187,190,191,201,202,203,204],defrag:[],degrad:42,degre:[37,78,191,235,245],dejan:43,delai:43,delet:[],delimit:[0,40,42,144,210,213,235],demerit:211,demo:237,dep:12,depend:[],deprec:[33,37,39,40,41,42,43,72,80,88,113,127,133,135,138,151,162,217],dereferenc:43,deriv:[157,227],descend:[42,133,136,156],describ:[3,5,6,7,8,17,18,19,20,21,23,24,25,26,27,28,29,30,31,41,42,46,47,72,78,79,81,86,89,90,91,93,94,95,96,97,102,103,104,105,106,110,111,112,113,114,115,116,118,119,120,121,124,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,146,148,149,151,153,156,158,166,167,178,190,191,194,195,196,200,201,202,203,204,205,206,207,208,210,213,214,216,229,238,240,241],descript:[],descriptor:156,design:[39,133,221,235],desin:227,desktop:[8,31],dest:[150,151,235],dest_kei:66,dest_key_s:66,destin:[42,63,89,137],detail:[0,1,3,12,17,24,25,26,28,30,39,40,41,42,43,72,78,83,89,90,91,97,102,113,115,119,120,122,123,127,132,133,134,135,137,138,140,141,142,144,152,153,154,156,173,190,191,193,201,214,215,216,227,235,236,238,245],detect:[6,28,33,37,39,42,43,144,153],determin:[133,189,238],dev:[2,6,7,12,14,25,30,37,39,40,41,42,43,153],devel:[24,26],develop:[],devic:0,dewangga:42,dgrn_with_debug:7,dgrn_with_mruby:[7,8],dialog:40,dic:[26,27],dicrc:27,dictionari:[26,27,35,39,40,41,42,43,194,213],didn:[41,42,43],diff:12,differ:[],difficult:0,digest:223,digit:[41,90,113,133,138,193,201,208,213],dinam:189,dinner:0,dir:152,direct:[],directli:[191,241],directori:[6,7,17,28,37,39,40,41,42,72,153,156,157,200],directory_not_empty:229,disabl:[18,28,33,35,37,38,39,40,41,42,121,133,151,153,156,190,193,207],discard:40,discuss:[2,19],disk:[42,97,102,118,138,151,153,201,240],displai:[39,43,172],dist:12,distanc:[0,39,43,162,191,196,245],distinct:[32,43,156,243],distribut:[23,24,25,26,28,30,31,39,41,113,205],distributions:12,divid:[0,191,204,235],divis:[],dll:[37,39,41,43,72],do_gqpt:152,do_gqtp:152,do_http:152,do_loc:152,doc:[12,16,17,18,37,38,39,40,41,42,43,153,244],doc_bodi:244,documenataion:81,document:[],document_index:[165,166],document_version:12,document_version_full:12,documents_content_index:[173,175],docutil:12,doe:[0,25,39,40,42,43,68,78,133,136,149,153,173,178,190,191,227,235,238],doesn:[28,33,39,40,41,42,43,48,63,72,81,89,90,91,93,97,112,113,115,118,119,120,121,129,132,133,134,138,141,143,144,153,156,159,168,175,190,191,192,194,196,197,200,201,202,204,205,207,208,211,212,213,214,222,223,244],domain:[],domain_error:229,don:[17,23,28,37,41,42,49,52,53,56,68,78,84,90,91,97,102,103,104,105,106,111,112,115,128,133,134,138,151,153,154,156,172,190,191,192,194,198,200,202,203,204,210,213,223,226,229,238,242],done:[41,48,49,102,133,153],dot:39,doubl:[37,39,40,41,42,103,116,132,133,138,144,190,191,211,215,238],doubt:236,down:[],downcas:194,download:[12,24,25,26,27,28,29,30,31],downtim:[],drastic:43,draw:237,drildown:[],drill:[113,133,241],drilldown:[],drilldown_calc_target:[],drilldown_calc_typ:[],drilldown_filt:[],drilldown_limit:[],drilldown_offset:[],drilldown_output_column:[],drilldown_result1:133,drilldown_result2:133,drilldown_result:133,drilldown_result_1:133,drilldown_result_2:133,drilldown_result_for_column1:133,drilldown_result_for_column2:133,drilldown_result_for_key:133,drilldown_result_for_labeled_drilldown:133,drilldown_result_n:133,drilldown_sort_kei:[],drilldown_sortbi:[],drilldown_xxx:133,droonga:[168,169,205],drop:[33,37,39,40,41,42,43],due:[0,175],dump:[],dump_index:[],dump_plugin:[],dump_record:[],dump_schema:[],duplic:[41,43],dure:[25,39,238],dynam:[],each:[],each_nam:42,ealier:39,eanbl:6,ear:144,earch:144,earlier:[37,42,43,146,194],easi:[0,41,43,151,156,189,200,202,223,242],easier:202,easili:[41,43],echo:121,eclips:17,ecmascript:[39,40,133,189,191],edict2grn:41,edict:43,edit:[],edit_dist:[],edition:21,editor:17,editrc:37,effect:[39,42,102,103,119,151,203,241],effici:[0,43,78,90,111,153,240],egg:240,eight:238,either:[19,40,133,159,190,191,201,240],eito:40,elaps:[37,81,135,156,191,193,215],elapsed:198,elapsed_time:[81,193],element1:[78,191],element2:[78,191],element3:78,element:[39,40,41,42,43,78,81,85,90,120,175,235,238],elfring:39,elimin:40,ellip:[162,163],ello:42,els:[41,42],emac:17,embed:[0,42,151,153,166,175,200],embedd:42,emerg:[107,108,151,153],emergenc:[151,193],emit:39,emphas:167,empti:[37,40,41,42,91,94,95,96,119,132,133,190,215],enabl:[],enable_tokenized_delimiter:144,enablerepo:24,enci:152,enclos:[103,238],encod:[],encode:223,encoding:[],encodiong:191,encount:[23,24,25,26,30,31],encyclopedia:215,end:[42,150,162,190,191,198,201,213],end_of_data:229,end_tagn:165,endian:41,endpoint:[156,157],eng:[136,207],engi:[136,207],enginen:207,english:[2,14,17,18,19,33,37,40,41,43,133,207,213],enhanc:44,enorm:[43,237],enough:[0,41,42,43,90,233,240],enourm:210,ensur:[43,208],ensure:42,enter:[40,42,229,238],entiti:0,entranc:238,entri:[40,42,43,49,58,86,89,104,105,106,113,133,140,149,165,166,178,190,191,214,240,241],entries_20150708:113,entries_20150709:113,entries_content_index:[133,190,191,214],entries_content_index_20150708:113,entries_content_index_20150709:113,entries_key_index:[133,190,191,214],entries_key_index_20150708:113,entries_key_index_20150709:113,entries_numb:42,entries_yyyymmdd:113,entry1:89,entry:[88,92,98,99,100,103,128,133],entry_20150708:113,entry_20150709:113,entry_bodi:128,entry_kei:128,entry_selector:98,entrykei:140,enumer:238,env:200,envelop:43,enviromn:42,environ:[6,7,8,21,23,28,31,33,37,38,40,41,42,43,153,200],eol:33,epel:[24,33,39],epoch:[235,241],equat:162,era:0,eric:159,errno:[41,42],error:[],error_cod:72,error_location:81,error_message:81,errror:201,escal:[],escap:[39,40,41,56,165,190,191,201],escape:[],escape_charact:56,escaped_charact:56,escaped_queri:56,escaped_str:56,escaps:[165,166,175],especial:42,essenti:[25,30,153],establish:[229,238],estim:[33,42,43,57,142,233],estimate_s:42,estimated_s:[43,142],etc:[3,12,25,27,39,153,200,214,223,227,233,235,238],etim:150,euc:[40,151,213],euc_jp:28,eval:130,evalu:[33,40,42,90,130,132,133,178,190,191,201,213],evaluat:133,evaluated_value:130,evalud:130,even:[0,23,24,25,26,30,31,33,39,40,41,43,110,115,121,133,134,191,204,207,240],event:[42,156,223],event_dataset:[155,157],event_queri:[136,155,156,157,207,208,210],event_typ:[155,156],ever:40,everi:[33,236],everyon:242,evil:[156,191],exact:[11,46,90,111,133,138,211],exactli:233,exampl:[],exce:[39,40,42,43],exceed:[32,233],excel:200,except:[26,37,39,41,42,46,78,89,119,128,130,131,133,138,144,153,168,169,175,190,196,201,211,213,214],exclamation:42,exclud:[39,40,41,101,103,110,112,113,115,159],exclude_t:40,exclus:43,excut:40,exec_format_error:229,execut:[],execute_search:113,executor:113,exist:[1,18,33,39,40,41,42,43,46,54,63,90,102,103,112,113,114,115,118,121,129,133,140,149,151,153,157,159,168,169,191,202,205,213,227,229,235,238,240,245],exit:[],exit_failure:71,exit_success:71,expand:[],expans:[],expect:[41,197,201,203,213,235],experiment:[33,37,38,39,40,41,42,43,49,54,110,116,123,130,131,201,203,204,213],expir:[86,153],expire:42,explain:[42,156,235,238],explicitli:[],exploit:0,expnas:200,expornential:191,expr:56,express:[],expression:[42,56,153],expression_rewrit:43,ext:144,extend:[41,201,240,244],extens:198,extract:[],extrct:191,f10399c0:12,facet:133,fact:[133,237],faction:241,factor:[41,133],fail:[33,37,39,40,41,42,43,48,49,72,89,90,94,97,102,115,121,122,123,127,133,137,138,140,141,190,238],failur:[12,33,39,41,42,43,48],fallback:[42,43],fals:[12,34,40,41,43,89,90,93,94,96,97,100,104,105,106,107,113,115,118,119,120,121,128,129,132,140,144,146,159,165,168,169,173,178,190,191,213,215,235,243],famili:[90,144,191],familiar:236,fast:[0,42,74,81,90,103,113,133,138,144,162,165,166,167,168,169,175,190,191,196,201,202,204,211,222,223,237,238,240],faster:[28,37,40,41,43,90,213,221],fastest:46,fatal:41,fault:39,favorit:[],favorited_bi:241,fbnteqr:42,featur:[],feb:110,fedora:[],feel:[41,201],fetch:[41,210,240],few:[133,222,223],fewer:90,ff01:42,ff1f:42,ff76:194,ff9e:194,ffef:213,fff0:213,fffe:144,fget:42,field:[42,91],figur:196,file:[],file_corrupt:229,file_exists:229,file_too_large:229,filename_too_long:229,fill:[133,191],filter:[],filter_string:178,fin:64,find:[0,3,17,18,28,31,42,43,66,89,93,113,133,136,141,165,166,172,175,194,197,205,207,208,210,212,213,238],finish:[42,71,129,134,193],firefox:17,firewood:[39,40],first:[17,28,31,37,40,41,42,43,53,72,81,90,91,113,129,133,138,153,165,166,168,175,190,191,200,201,202,223,227,235,237,238,240,241,244],five:[81,159,238],fix_siz:119,fixed_size_type_vector_column:42,flag:[],flags:[],flanc:162,flexibl:[0,90,173,189],flow:[],flower:235,fluent:13,flush:[42,43,102],flushviewoffil:42,focus:238,folder:[8,31],follow:[],followe:241,fontain:37,footnot:[162,238],forc:[],force_prefix:[42,144,213],foreground:151,forget:[78,104,172],fork:[17,151],form:[37,40,43,133,153,189,190,191,194,226,229,238,241,242],form_1:238,form_2:238,format:[],former:[46,156,194,200],formula:[162,233],found:[28,31,39,40,57,66,133,197,209,213],four:[81,89,151,168,193,211,238],fraction:[0,235,241],fragment:99,francisco:162,frank:159,freebsd:[],freed:[41,43,49,54,135],freq0:[156,210],freq1:[156,210],freq2:[156,210],freq:156,frequenc:[41,42,136,142,202,203,204,239],frequency_threshold:[37,136,156,207,208,210],frequent:202,fresh:192,friend:[3,237],friendli:39,friendship:237,from:[],from_column:89,fromtabl:89,fsf:39,ftb:44,ftp:[12,152],ful:144,full_nam:[119,132],fullfil:227,fulli:[39,153],fulltext:[24,25,26,30,47,113,133,138,144,151,165,166,173,175,190,191,194,196,211,227,240],fullwidth:42,fumiyasu:37,funa:41,func:[53,64,68,72],functin:191,function_name:81,function_not_implemented:229,furigana:136,further:235,futur:[37,40,78,110,116,130,131,162,201,223,229],fuzzi:[43,138],fuzzy_search:[],g0763d91:82,g8029ddb:[238,242],ga54c5f8:152,garbag:[37,40,41,87,119,156],garbage:40,gat:[236,238,245],gb6fd7f7:135,gb87d9f8:198,gcc:[24,26,28,29,37,39,40],gdb:[6,7],gem:12,gemfil:39,gener:[],genki:40,geo_dist:[],geo_distance2:[37,162],geo_distance3:[37,162],geo_in_circl:[],geo_in_rectangl:[],geodet:[215,245],geograph:[162,235],geoindex:[],geoloc:[],geometri:[37,42],geopoint:[],geosit:237,get:[],getaddrinfo:39,getenv:42,gettext:[17,18],gir:12,git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,21,33,37,39,40,41,42,43],gitter:[2,42,43],gituub:43,give:0,given:[39,40,43,176,237],glaser:43,glib:40,global:[],glossari:[],gmo:41,gnu:[],gnupg2:12,gobject:42,golubchik:42,gone:237,goo:[190,191],good:[0,17,28,113,133,142,144,168,190,191,192,212,213,240],googl:[133,190,202,203,204,209],goronga:31,goroo:221,got:[40,41],gpg:12,gpl:44,gps:0,gqtp:[],grace:[42,134],gram:[0,43,144,191,238],grand:241,graph:0,greas:235,greater_equal:173,gregex:40,grep:[24,25,26,30],grew:119,grn1:240,grn2:240,grn3:240,grn:[101,153],grn_address_is_in_use:85,grn_address_is_not_available:85,grn_api:56,grn_arg_list_too_long:85,grn_bad_address:85,grn_bad_file_descriptor:85,grn_between_too_many_index_match_ratio:41,grn_bool:63,grn_bool_rc:53,grn_broken_pipe:85,grn_builtin_typ:[63,69],grn_bulk:[43,56],grn_bulk_vsize:[53,56],grn_cach:[],grn_cache_clos:49,grn_cache_current_get:49,grn_cache_current_set:49,grn_cache_default_open:33,grn_cache_get_max_n_entri:49,grn_cache_open:49,grn_cache_set_max_n_entri:49,grn_cancel:[84,85],grn_cas_error:85,grn_column:[],grn_column_cr:50,grn_column_get_all_index_data:42,grn_column_index:50,grn_column_index_upd:50,grn_column_nam:50,grn_column_name_id:50,grn_column_name_id_len:50,grn_column_name_key:50,grn_column_name_key_len:50,grn_column_name_nsubrecs:50,grn_column_name_nsubrecs_len:50,grn_column_name_score:50,grn_column_name_score_len:50,grn_column_name_value:50,grn_column_name_value_len:50,grn_column_renam:50,grn_column_t:50,grn_column_trunc:[41,50],grn_command_error:85,grn_command_input_get_argu:42,grn_command_vers:[],grn_command_version_default:42,grn_command_version_max:51,grn_command_version_min:51,grn_command_version_stable:51,grn_cond:68,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,94],grn_config_get:42,grn_config_set:42,grn_connection_refused:85,grn_content_json:52,grn_content_msgpack:52,grn_content_none:52,grn_content_tsv:52,grn_content_typ:[],grn_content_xml:52,grn_ctx:[],grn_ctx_at:[39,43,53],grn_ctx_batch_mode:41,grn_ctx_close:[37,41,53],grn_ctx_db:53,grn_ctx_fin:[39,53],grn_ctx_get:[50,53],grn_ctx_get_all_norm:42,grn_ctx_get_all_t:[42,53],grn_ctx_get_all_token:42,grn_ctx_get_all_token_filt:42,grn_ctx_get_all_typ:42,grn_ctx_get_command_vers:53,grn_ctx_get_match_escalation_threshold:62,grn_ctx_get_output_typ:53,grn_ctx_init:[37,53],grn_ctx_is_open:[42,53],grn_ctx_open:[37,53],grn_ctx_output_nul:42,grn_ctx_output_uint64:42,grn_ctx_per_db:[37,53],grn_ctx_recv:41,grn_ctx_send:[43,49,52,53],grn_ctx_set_command_vers:53,grn_ctx_set_fin:53,grn_ctx_set_match_escalation_threshold:62,grn_ctx_set_output_typ:53,grn_ctx_t:85,grn_ctx_use:53,grn_ctx_use_ql:41,grn_cursor_ascending:67,grn_cursor_by_id:67,grn_cursor_by_key:67,grn_cursor_descending:67,grn_cursor_gt:67,grn_cursor_lt:67,grn_cursor_prefix:67,grn_cursor_rk:67,grn_dat:37,grn_dat_repair:38,grn_db:[],grn_db_creat:54,grn_db_create_optarg:54,grn_db_float:42,grn_db_int:63,grn_db_key:38,grn_db_open:54,grn_db_recov:[41,42,43,54],grn_db_register_by_nam:36,grn_db_text:56,grn_db_touch:[35,54],grn_db_unmap:[42,54],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:85,grn_domain_error:85,grn_dump_column_create_flag:42,grn_dump_table_create_flag:42,grn_ecmascript:46,grn_enc_utf8:[55,67],grn_encod:[],grn_encoding_pars:55,grn_encoding_to_str:55,grn_end_of_data:85,grn_exec_format_error:85,grn_expr_add_var:56,grn_expr_alloc:56,grn_expr_append_const:[11,56],grn_expr_append_const_int:56,grn_expr_append_const_str:56,grn_expr_append_obj:[11,56],grn_expr_append_op:[11,56],grn_expr_clos:56,grn_expr_compil:56,grn_expr_creat:56,grn_expr_create_for_query:11,grn_expr_estimate_s:42,grn_expr_exec:[42,53,56],grn_expr_get_keyword:56,grn_expr_get_var_by_offset:56,grn_expr_pars:56,grn_expr_syntax_escap:56,grn_expr_syntax_escape_queri:56,grn_expr_syntax_expand_queri:43,grn_expr_take_obj:43,grn_expr_var:[64,72],grn_false:[53,63],grn_file_corrupt:85,grn_file_exists:85,grn_file_read:42,grn_file_too_large:85,grn_filename_too_long:85,grn_fin:[42,71],grn_float_value:42,grn_function_not_implemented:85,grn_geo:[],grn_geo_cursor_next:57,grn_geo_cursor_open_in_rectangl:57,grn_geo_estimate_in_rectangl:[37,57],grn_geo_point:57,grn_geo_select_in_circl:37,grn_geo_select_in_rectangl:[37,57],grn_geo_table_sort:42,grn_get_default_cache_base_path:33,grn_get_default_command_vers:51,grn_get_default_encod:55,grn_get_default_match_escalation_threshold:62,grn_get_global_error_messag:42,grn_get_lock_timeout:48,grn_get_package_label:42,grn_hash_siz:42,grn_hash_tiny:42,grn_hook:[],grn_hook_entri:58,grn_hook_get:58,grn_hook_select:58,grn_hook_set:58,grn_id:[50,53,56,59,60,61,63,66,67,72],grn_id_nil:[53,56,66,67],grn_ii:[],grn_ii_buff:59,grn_ii_buffer_append:59,grn_ii_buffer_clos:59,grn_ii_buffer_commit:59,grn_ii_buffer_open:59,grn_ii_cursor:42,grn_ii_cursor_clos:42,grn_ii_cursor_next:42,grn_ii_cursor_next_po:33,grn_ii_cursor_open:42,grn_ii_cursor_set_min:42,grn_ii_cursor_set_min_enable:[42,43],grn_ii_estimate_size_for_lexicon_cursor:42,grn_ii_estimate_size_for_queri:42,grn_ii_max_n_chunks_tiny:43,grn_ii_max_n_segments_tiny:43,grn_ii_overlap_token_skip_enable:43,grn_ii_posting_add:43,grn_ii_sel:90,grn_illegal_byte_sequence:85,grn_improper_link:85,grn_in_values_too_many_index_match_ratio:41,grn_inappropriate_i_o_control_operation:85,grn_incompatible_file_format:85,grn_index_chunk_split_enable:43,grn_index_cursor:[],grn_index_cursor_next:[40,60],grn_index_cursor_open:60,grn_info:[],grn_info_typ:61,grn_init:[39,42,68,71,193],grn_input_output_error:85,grn_int32_value_float_value:42,grn_interrupted_function_call:[85,129],grn_invalid_argument:[63,66,67,85],grn_invalid_format:85,grn_invalid_seek:85,grn_io_expir:33,grn_io_flush:33,grn_io_open:121,grn_io_use_sparse:42,grn_io_version:41,grn_is_a_directory:85,grn_itoh:37,grn_ja_skip_same_value_put:40,grn_log_level:72,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:85,grn_match_escal:[],grn_mecab_chunk_size_threshold:42,grn_mecab_chunked_tokenize_enabled:42,grn_mutex:68,grn_network_is_down:85,grn_ngram_tokenizer_remove_blank_disable:43,grn_no_buffer:85,grn_no_child_processes:85,grn_no_locks_available:85,grn_no_memory_available:85,grn_no_space_left_on_device:85,grn_no_such_device:85,grn_no_such_device_or_address:85,grn_no_such_file_or_directory:85,grn_no_such_process:85,grn_normalizer_error:85,grn_not_a_directory:85,grn_not_enough_space:85,grn_not_socket:85,grn_obj:[],grn_obj_add_hook:58,grn_obj_append:63,grn_obj_cast:42,grn_obj_cast_by_id:63,grn_obj_check:63,grn_obj_clear_lock:[37,63],grn_obj_clos:[11,41,42,53,60,63],grn_obj_column:63,grn_obj_column_index:[50,60],grn_obj_column_scalar:50,grn_obj_column_vector:50,grn_obj_compare:63,grn_obj_compress_lzo:50,grn_obj_compress_zlib:[43,50],grn_obj_db:54,grn_obj_decr:63,grn_obj_defrag:63,grn_obj_delete_by_id:[37,63],grn_obj_delete_hook:58,grn_obj_expir:63,grn_obj_fin:[53,56],grn_obj_flag:[50,56,66,69,72],grn_obj_flush:42,grn_obj_flush_recurs:42,grn_obj_get:63,grn_obj_get_element_info:61,grn_obj_get_hook:58,grn_obj_get_info:61,grn_obj_get_nhook:58,grn_obj_get_rang:63,grn_obj_get_valu:[37,63],grn_obj_id:63,grn_obj_incr:63,grn_obj_init:63,grn_obj_is_accessor:42,grn_obj_is_builtin:[37,63],grn_obj_is_data_column:33,grn_obj_is_expr:33,grn_obj_is_function_proc:42,grn_obj_is_key_accessor:42,grn_obj_is_lock:63,grn_obj_is_normalizer_proc:42,grn_obj_is_proc_proc:42,grn_obj_is_scalar_column:33,grn_obj_is_scorer_proc:42,grn_obj_is_selector_proc:42,grn_obj_is_t:42,grn_obj_is_text_family_typ:43,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:69,grn_obj_key_int:69,grn_obj_key_normalize:66,grn_obj_key_uint:69,grn_obj_key_var_size:69,grn_obj_key_with_sis:66,grn_obj_lock:63,grn_obj_nam:63,grn_obj_own:42,grn_obj_path:[40,63],grn_obj_path_by_id:[38,63],grn_obj_persistent:[50,66],grn_obj_prepend:63,grn_obj_reindex:42,grn_obj_reinit:63,grn_obj_remov:[37,42,63],grn_obj_remove_depend:43,grn_obj_renam:63,grn_obj_search:[43,65],grn_obj_set:63,grn_obj_set_element_info:61,grn_obj_set_fin:64,grn_obj_set_info:61,grn_obj_set_mask:63,grn_obj_set_valu:[63,67],grn_obj_table_dat_key:37,grn_obj_table_hash_key:[66,67],grn_obj_table_no_key:[66,67],grn_obj_table_pat_key:[66,67],grn_obj_type_to_str:43,grn_obj_unlink:[53,63],grn_obj_unlock:63,grn_obj_user_data:70,grn_obj_vector:[53,56,63],grn_obj_with_position:50,grn_obj_with_section:50,grn_obj_with_weight:50,grn_object_corrupt:85,grn_op_adjust:[11,43,65],grn_op_and:[11,65],grn_op_and_not:65,grn_op_but:11,grn_op_call:11,grn_op_fuzzy:43,grn_op_or:[11,65],grn_op_push:11,grn_op_term_extract:42,grn_oper:[50,56,57,65,66],grn_operation_not_permitted:85,grn_operation_not_supported:85,grn_operation_timeout:85,grn_operation_would_block:85,grn_order_by_estimated_size_enable:33,grn_parse_query_flag:42,grn_pat_at:35,grn_pat_cursor_next:42,grn_pat_del:42,grn_pat_fuzzy_search:43,grn_permission_denied:85,grn_persistent_cache_open:33,grn_plugin_calloc:43,grn_plugin_charlen:72,grn_plugin_command_cr:[41,72],grn_plugin_error:[72,85],grn_plugin_expr_var_init:[41,72],grn_plugin_fin:72,grn_plugin_free:72,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:72,grn_plugin_isspac:72,grn_plugin_log:72,grn_plugin_malloc:72,grn_plugin_mutex:72,grn_plugin_mutex_clos:72,grn_plugin_mutex_lock:72,grn_plugin_mutex_open:72,grn_plugin_mutex_unlock:72,grn_plugin_proc_alloc:72,grn_plugin_proc_get_var:[41,72],grn_plugin_proc_get_var_bool:43,grn_plugin_proc_get_var_by_offset:[41,72],grn_plugin_proc_get_var_int32:43,grn_plugin_proc_get_var_str:43,grn_plugin_realloc:72,grn_plugin_regist:36,grn_plugin_register:72,grn_plugin_win32_base_dir:[42,72],grn_plugin_windows_base_dir:[42,72],grn_plugins_dir:42,grn_post:[57,60],grn_proc:[],grn_proc_creat:64,grn_proc_func:[53,64,72],grn_proc_function:72,grn_proc_get_info:64,grn_proc_get_typ:41,grn_proc_set_selector:41,grn_proc_typ:64,grn_ptr:42,grn_ptr_init:[53,56],grn_ptr_value_at:[53,56],grn_pvector:[42,53,56],grn_qlog_path:39,grn_queri:39,grn_query_expander_tsv_synonyms_file:200,grn_range_error:85,grn_rc:[48,49,50,51,53,54,55,56,57,58,59,61,62,63,64,65,66,67,71,72],grn_read_only_file_system:85,grn_request_canceler_cancel_al:43,grn_resource_busy:85,grn_resource_deadlock_avoided:[63,85],grn_resource_temporarily_unavailable:85,grn_result_too_large:85,grn_retry_max:85,grn_scan_info_regexp_dot_asterisk_enable:33,grn_scorer_error:85,grn_search:[],grn_search_optarg:[42,65],grn_select:133,grn_selector_func:41,grn_set_default_cache_base_path:33,grn_set_default_command_vers:51,grn_set_default_encod:55,grn_set_default_match_escalation_threshold:62,grn_set_lock_timeout:48,grn_snip:[39,41],grn_snip_clos:41,grn_socket_is_already_connected:85,grn_socket_is_already_shutdowned:85,grn_socket_is_not_connected:85,grn_socket_not_initialized:85,grn_stack_over_flow:85,grn_success:[48,49,50,53,54,56,63,71,72,85,193],grn_syntax_error:85,grn_t:42,grn_tabl:[],grn_table_add:66,grn_table_apply_expr:33,grn_table_at:[35,38,63,66],grn_table_column:66,grn_table_cr:66,grn_table_cursor:[],grn_table_cursor_clos:67,grn_table_cursor_delet:67,grn_table_cursor_get_kei:67,grn_table_cursor_get_valu:67,grn_table_cursor_next:[35,67],grn_table_cursor_open:[35,67],grn_table_cursor_set_valu:67,grn_table_cursor_t:67,grn_table_dat_key:66,grn_table_delet:[42,66],grn_table_delete_by_id:[42,66],grn_table_differ:66,grn_table_fuzzy_search:43,grn_table_fuzzy_search_with_transposition:43,grn_table_get:[38,66],grn_table_get_kei:66,grn_table_group:[42,66],grn_table_group_flag:[42,66],grn_table_group_result:66,grn_table_hash_key:[57,66],grn_table_lcp_search:66,grn_table_pat_key:66,grn_table_renam:66,grn_table_s:[11,66],grn_table_select:[],grn_table_select_and_min_skip_enable:33,grn_table_select_enough_filtered_ratio:43,grn_table_select_sequenti:43,grn_table_setoper:[43,66],grn_table_sort:66,grn_table_sort_asc:66,grn_table_sort_desc:66,grn_table_sort_flag:66,grn_table_sort_kei:66,grn_table_trunc:[37,66],grn_table_upd:66,grn_table_update_by_id:66,grn_text_len:56,grn_text_printf:41,grn_text_value:56,grn_text_vprintf:41,grn_thread_:[],grn_thread_get_limit:[42,68],grn_thread_get_limit_func:68,grn_thread_set_get_limit_func:[68,143],grn_thread_set_limit:68,grn_thread_set_limit_func:68,grn_thread_set_set_limit_func:[68,143],grn_token_filter_error:85,grn_tokenize_only:43,grn_tokenizer_error:85,grn_tokenizer_query_open:39,grn_too_large_offset:85,grn_too_many_links:85,grn_too_many_open_files:85,grn_too_many_open_files_in_system:85,grn_too_many_symbolic_links:85,grn_too_small_limit:85,grn_too_small_offset:85,grn_true:[53,63],grn_type:[],grn_type_cr:69,grn_unknown_error:85,grn_unsupported_command_version:85,grn_update_not_allowed:85,grn_user_data:[],grn_vector_pop_el:42,grn_void:43,grn_window_function_error:85,grn_zlib_error:85,grndb:[],grnline:238,grnslap:[],grntest:[12,13,35,37,39,43],grnwrap:238,gro:[156,175],gronga:[200,209],gronnga:209,groo:[133,156],groogna:[31,38,39,133,156,190],groogna_default_command_vers:223,groonga1:80,groonga_cache_base_path:33,groonga_cache_limit:[],groonga_cli:191,groonga_clone_dir:12,groonga_database_auto_cr:[],groonga_dir:12,groonga_dist:39,groonga_get_thread_limit:68,groonga_log_level:[],groonga_log_path:[],groonga_n_record:40,groonga_org_path:12,groonga_path:152,groonga_query_log_path:[],groonga_set_thread_limit:68,groonga_vers:37,groongau0000ful:213,grooon:156,grooonga:33,group:[],group_kei:[],grroonga:209,gtar:29,gted:17,gtihub:37,guard:[42,204],guess:28,gui:132,gurun:189,gurunavi:[33,42,43],gzcat:43,gzip:[],gzip_typ:223,had:[17,42,43,202],hai:11,half:194,halfwidth:194,hana:237,hanako:100,hand:[0,18,42,43,133,153,156,173,178,235,240],handl:[40,41,42,43,53,85,90,153,211,213,214,233,235],hang:40,hanleabl:90,hard:214,hardcod:110,hash:[],hash_index:241,hash_kei:[119,120],hash_key:211,hash_tag:241,hat:28,hatak:[41,42],have:[0,6,7,16,17,28,41,42,52,54,74,81,85,89,90,91,103,113,115,119,120,133,134,136,138,140,153,156,172,190,191,192,194,196,200,205,208,210,212,213,214,215,222,223,227,235,238,242],haystack:11,hdd:152,head:[41,133,150,153,229],header:[],heavi:[102,133,221],held:42,hello:[42,113,133,142,191,192,212,213],help:[],hemispher:39,hendro:40,here:[6,7,8,17,18,21,28,30,31,46,49,52,53,54,56,68,71,72,74,78,82,83,84,85,86,89,90,91,93,94,95,96,100,101,102,103,104,105,106,110,111,112,113,114,115,116,117,119,120,122,123,127,128,129,130,131,132,133,134,135,136,138,140,141,142,144,145,146,149,151,153,155,156,157,159,162,165,166,167,168,169,172,173,175,178,187,190,191,193,194,196,200,201,202,203,204,207,208,210,211,212,213,214,223,229,236,240,245],hereaft:0,hex:[191,237],hidden:0,hide:40,hideki:[40,41,42],high:[0,78,133,189,203],high_scor:89,higher:[90,133,136],highight_ful:165,highli:[202,203,204],highlight:[43,165,166],highlight_ful:[],highlight_html:[],hino:40,hiragana:[172,190,191,197,207,213],hiro:42,hiroaki:[42,43],hiroshi:[37,41,42,43],hirotaka:42,hiroyuki:[42,43],histori:37,hit:[40,90,133,189,243],hmm:241,hobbi:193,hoge:[151,160],hold:[235,239],home:[12,28,113,115,213],homebrew:[],homepag:152,hook:[21,115],horikoshi:37,host1:201,host2:201,host:[6,7,8,21,37,151,152,156,201,205,229,242],host_name_or_ip_address:[229,242],hostnam:[39,151,152,153,229],hostname:154,hottolink:44,hour:[48,191,193,241],how_to_use_range_index:111,howev:0,howto:43,html:[],html_untag:[],htpasswd:[153,223],http:[],httpd:[],httprewritemodul:153,https:[],hubeni:162,human:[91,138],hypertext:[],hyphen:[90,138,238],i18n:[],i386:[12,37],i686:152,ichii:37,id_column:50,idea:133,identifi:[89,100,215],ideographic:42,idf:[41,202,203,204],ieee:215,ifexist:103,iff:238,ignor:[33,39,40,41,42,43,54,100,116,129,133,144,190,200,211,213],ignore:[37,39,42],ii_buff:59,ill:230,illegal_byte_sequence:229,illustr:236,imagin:[133,236],immedi:[0,42,43,129,134,153,156],immediat:134,immut:119,implement:[17,37,39,41,42,43,44,84,89,90,110,113,130,131,133,153,154,162,172,191,204,205,211,221,222],implemnt:222,improper_link:229,improv:[37,40,41,42,43,153,169,189,227],improve:[33,37,39,40,41,42,43],in_record:[],in_valu:[],inaccur:39,inada:40,inappropriate_i_o_control_operation:229,inc:[33,41,42,43],includ:[6,16,40,41,42,43,81,89,91,93,110,112,113,115,116,119,121,122,123,127,133,141,142,144,156,159,175,191,200,203,204,213,223,238],include:[113,130,131,133],incompat:[33,39,40,41,42,43],incompatible_file_format:229,incomplet:43,incorrect:41,increas:[0,6,7,33,42,68,78,117,130,133,135,144,145,156,162,201,204,213,214],increment:83,incres:41,independ:[0,111,153],index_1:132,index_2:132,index_blog:240,index_column:[],index_column_name:132,index_column_name_with_table_name:132,index_column_value_statistics_n_array_segments:119,index_column_value_statistics_n_buffer_segments:119,index_friend:237,index_medium:[90,119],index_messag:240,index_n:132,index_point:237,index_small:[90,119],index_tag:237,index_titl:240,indexblog1:240,indexblog2:240,indexbuf:50,indic:[40,144,162,193,238,243],infinit:[37,39,41,42,138],influenc:[151,153],info:[42,43,90,107,108,151,153,201,204],inform:[],informat:[151,193],inherit:40,inhibit:38,init:[25,28,39,40,41,64],initi:[33,37,39,41,42,43,53,71,72,113,133],innodb:0,input:[],input_file_name:81,input_output_error:229,input_typ:103,insensit:[133,172,201],insert:[39,175,238],inspect:[33,40,41,42,43,119,132],inst:40,instal:[],install:[],installer:[],instantli:[0,175],instead:[21,23,26,28,31,33,37,39,40,41,42,43,53,72,88,90,113,119,127,133,135,138,151,153,162,165,166,173,175,189,190,191,194,196,201,211,217,227,229,244],instroduc:40,instruct:[43,156],insuffici:[43,235],int16:[],int32:[],int64:[],int8:[],integ:[42,43,78,85,119,120,133,143,151,191,215,229,235,238],integer:[],integr:[21,39,40],integral:235,intel:152,intend:[39,41,178,190,240],intens:153,interact:[229,238],interest:[3,42,201,238],interfac:[39,156,198,238],intern:[38,40,41,42,43,49,52,53,119,120,175,235],internal:41,internet:[0,189],interpret:[12,38,190],interrupted_function_call:229,interv:[43,191],introduc:[3,41,42,43],introduct:[],introspect:39,intuit:243,inv_res_column:152,inv_thread_column:152,invalid:[33,37,39,40,41,42,43,55,72,90,102,133,138],invalid_argument:229,invalid_format:229,invalid_seek:229,invers:[41,202,204],investig:[40,43,233,236],io_flush:[],ipa:26,ipad:[26,27,213],iptabl:[223,242],is_a_directory:229,is_anim:235,is_popular:[113,133],is_removable_t:140,is_stop_word:[41,42,142,212],isn:[6,7,8,28,39,40,41,42,43,46,53,54,68,81,84,86,90,91,102,103,111,113,115,119,130,131,132,133,136,138,140,151,153,175,190,200,205,207,208,209,213,229],iso:191,isobe:40,isssu:40,issu:[],itagaki:35,item:[42,46,94,95,96,133,136,138,147,156,172,207,208,210,211,223,227],item_:136,item_dataset:[155,210],item_queri:[136,155,156,207,208,210],item_query_kana:156,item_query_kei:156,items_index:172,iter:[42,191],itself:[40,41,78,144,190,200,201],ivh:26,iwai:[38,39,40,43],iwamatsu:43,jacob16bit:42,jame:243,jan:241,januari:191,japan:[100,207,236,242,245],japanes:[0,2,17,19,39,41,190,191,197,207,213],jason:243,javascript:[],jeff:243,jekyl:12,jemalloc:41,jennif:243,jersei:241,jessi:[],jinja2:12,jira:43,jiro:237,jis:197,job:152,john:[100,243],join:2,joseph:243,jqueri:41,json:[],jsonp:[42,156],juli:42,juman:26,jumand:26,jun:[41,42],just:[],kagami:42,kakesa:42,kana:[136,155,156,197,207,208,210],kanako:40,kanji:[197,213],kashihara:41,katagiri:40,katakana:[136,172,194,197,207,213],kawada:41,kawaji:39,kazuhiko:[39,41,43],kazuhiro:40,keep:[32,37,43,49,53,78,84,153,192,203,204,213],kei:[],ken:237,kenichi:[35,37],kentaro:40,kept:133,kernel:[39,214],key1:[33,89],key2:33,key:42,key_1:132,key_2:132,key_column:50,key_float:120,key_geo_point:120,key_index:140,key_int:120,key_large:[32,43,138,211],key_length:229,key_n:132,key_name:[113,133],key_normalize:[39,42,138,194],key_siz:66,key_typ:[],key_type:132,key_uint:120,key_var_size:120,key_with_sis:[138,190,191,243],keyboard:133,keybuf:66,keyr:[25,39],keys_zon:153,keyword1:[39,165],keyword2:[39,165],keyword:[],keyword_cont:56,keyword_s:56,kfc:196,kill:134,kind:[],kinjir:237,kisk:39,kitaiti:43,kiyokawa:43,klose:42,know:[42,90,102,133,149,213,236,237,241],knowledg:0,known:[0,40,110,175,191,202,238,242],koi8r:[28,39,151],koji:39,konishi:40,korea:236,kosuk:40,kou:[113,115],kouhei:40,kuriyama:[41,42],kwic:175,kytea:[28,39,40,144],label1:[41,113,133],label2:[113,133],label:[],label_1:133,label_2:133,label_n:133,lager:40,lake:196,langasek:43,languag:[],language:17,larg:[],larger:[41,42,78,84,97,113,119,120,133,138,151,157,175,210,211,214,229],larget:129,largetext:211,last:[39,42,53,144,156,213],last_modifi:241,lat:152,late:133,latenc:152,later:[37,39,40,41,42,43,89,110,133,151,165,166,167,178,194,201,205,238],latest:[],latin1:[28,39],latin:151,latinov:43,latitude_in_degree:191,latitude_in_degreexlongitude_in_degree:191,latitude_in_msec:191,latitude_in_msecxlongitude_in_msec:191,latter:[46,156,194,200],launchpad:[12,30,41],layer:42,layout:12,lc_messages:17,lcov:14,lead:[133,175,238],leak:[35,37,39,40,41,42,43,135],leakag:244,leaner:157,lear:210,learn:[],learner:[],least:[39,42,86,90,168,178,190,214,233],left:[],left_hand_side_el:43,leftmost:191,lemon:46,length:[39,43,72,235],less_equal:173,let:[],letter:194,level:[39,40,41,42,43,72,90,107,108,151,153,157,193,229,236],lexcon:238,lexicon2:240,lexicon:[],lexicon_t:152,lgpl:44,lib:[27,35,40,120,122,123,127,149,153,227],libedit:[26,28,37,39,42],libev:[25,28,30,38],libgcc_s_sjlj:41,libgroonga:[20,238],liblzo2:[25,30],libmecab:[12,25,30],libmemcach:14,libmsgpack:[25,30],libstemm:41,libtool:[6,42],libwinpthread:41,libzmq:[25,30],lic:168,licens:[12,39,41,44],life:42,lifecycl:21,light:[93,118,120,141,221],like:[],limit:[],line:[],line_content:81,line_number:81,link:[39,41,42,133,190,191,235,236,242],linux:[],lion:39,listen:[39,153,223,229,242],liter:[],littl:[133,151,153],live:[138,241],lldb:[6,7],llt:144,load:[],loaded_id:43,loaded_value:131,local:[0,6,7,12,17,18,27,28,151,153,191],locale:17,localhost:[12,129,150,151,152,153,156,198,223,229],localstatedir:[],location_in_groonga:81,location_in_input:81,location_str:241,lock_acquir:[],lock_clear:[],lock_releas:[],log1:89,log:[],log_20160320:115,log_level:[],log_put:[],log_reopen:[],log_repoen:39,logal:21,logger:[39,42],logic:[],logical_:[111,205],logical_count:[],logical_filtered:112,logical_paramet:[],logical_range_filt:[],logical_select:[],logical_shard_list:[],logical_table_name:[113,205],logical_table_remov:[],logicalselectcommand:113,logicaltableremovecommand:115,login:214,logo:39,logrot:[39,41,42],logs_20150203:[110,112,115],logs_20150204:110,logs_20150205:110,logs_20150801:114,logs_20150802:114,logs_20150814:205,logs_20150815:205,logs_20150930:114,logs_20160318:115,logs_20160319:115,logs_20160320:115,logs_20160320_:115,logs_20160320_timestamp:115,logs_message_index:201,logs_timestamp:128,logyyyymmddhhmmss:156,london:162,longer:[44,53,104,119],longest:[37,66,191],longitude_in_degree:191,longitude_in_msec:191,longitudexlatitude:40,longtext:[],look:85,loop:[39,41,42,43],loose_items_index:172,looseitem:172,lost:[33,43],lot:40,lower:[90,133,138,144,201,238],lowest:133,lru:86,lte:144,lts:[21,30],lucid:[35,40],lunch:0,lz4:[],lzo:[37,39,40,41],lzo_error:229,m64:29,mac:[],machin:[41,151],macport:[],macro:[37,40,41,42],made:[37,39,42,238],madrid:162,mai:[0,20,28,32,33,37,39,40,41,42,43,49,50,54,68,81,90,91,93,102,104,105,106,110,116,118,129,130,131,132,135,136,138,140,141,149,153,156,168,190,191,200,201,202,203,204,211,213,214,223,237,240],mail_column:152,mailarch:12,main:[12,25,68,113],mainli:[41,241],mainlin:[41,42],mainstream:0,maintain:213,mainten:213,major:23,make:[],makecach:39,makefil:[7,8],makoto:43,malfunct:42,malloc:41,man:43,manag:[0,18,21,28,46,53,54,83,97,119,129,147,149,151,153,175,200,211,223,242],mani:[0,3,17,28,32,37,40,41,42,43,68,78,90,102,110,112,113,115,120,133,138,140,142,144,153,155,175,190,191,201,202,203,204,209,211,214,221,222,223,227,235,236,238],manipul:189,manner:[133,238],manual:[],map:[37,42,46,89,97,110,133,193,207,214,233],map_hugetlb:37,mariadb:[40,41,43],mark:[33,38,41,42,43,90,138,194,212,213,227,241],marku:39,markup:[16,42],masafumi:[40,41,43],masaharu:[38,39,40,43],masahiro:[35,40,41],masanori:43,masatoshi:42,massachusett:241,master:[17,21,153],match:[],match_column:[],match_columns:40,match_escalation_threshold:[],matsuu:35,matthia:42,matur:[1,110,227],maverick:37,max:[],max_array_segment_id:119,max_buffer_segment_id:119,max_command_vers:[82,135,153,198,229,238,242],max_command_version:135,max_concurr:150,max_dist:43,max_in_use_chunk_id:119,max_in_use_physical_segment_id:119,max_interval:191,max_length:168,max_nfthread:68,max_section_id:119,max_siz:67,max_total_s:119,max_tp:150,max_value:214,maximium:133,maximum:[32,42,83,90,110,113,115,119,120,133,138,159,191,202,203,211,229,233,235,238],mcdonald:196,mdev:[42,43],mean:[28,39,40,41,42,43,46,48,52,56,57,63,72,78,84,85,90,91,97,102,104,105,106,107,110,112,113,115,119,121,128,129,133,135,136,144,147,151,153,156,178,190,191,193,194,196,197,200,201,203,204,205,207,213,214,233,235,236,238,245],meaning:42,meaningless:[46,201],measur:[0,37],mecab:[0,12,24,25,26,27,28,30,37,39,40,41,42,43,44,120,213],mecab_new2:39,mecab_strerror:41,mecabrc:27,mechan:[39,42,153,223],media:41,median:41,medium:[],meerkat:37,meet:[41,241,245],meetup:42,memcach:[],memo1:202,memo2:202,memo3:202,memo4:202,memo5:202,memo6:202,memo7:202,memo:[42,120,132,168,169,173,187,202,203,204,212],memo_index:41,memori:[],memos_cont:212,memos_content_index:[120,132],memos_tag:169,memset:42,mention:178,menu:[31,133],mercuri:12,merg:[0,17,39],meridian:162,merit:[133,151,153],messag:[],message:[43,108,193],message_index:[203,204],message_pack_install_prefix:[],messagepack:[],met:178,meta:[39,91],metadata:[33,39,43,90,120,130,131,202,203,204,241],meter:[162,245],method:[40,42,119,132,154,197,207,213,238],micro:[],microsecond:[193,235],microsoft:[8,31,42],midnight:191,migrat:[41,113,133,190,191],mike:100,million:[32,90],millisecond:[48,84,151,156,191,235,245],mime:[42,223],min:[],min_siz:67,minagawa:[40,41,43],mind:[32,205],mine:0,mingw:12,minim:[153,159],minimum:[24,25,26,30,72,113,115,133,191,227],minut:[191,193,207,208,245],minute:241,mip:43,mipsel:43,mismatch:[33,41,43],miss:[37,39,40,41,42,43,200],mitani:41,mitsuhiro:35,mitsuo:40,mix:[42,78,136,154,213],miyashita:43,mizuhara:42,mkdir:101,mkostemp:41,mktime:42,mmap:[],mobil:0,mode1:168,model:[41,143,151,229],moden:168,modern:241,modif:42,modifi:[28,43,233,242,244],modul:[],moero:237,monei:237,monitor:[24,25,26,30,40],monkei:235,month:[42,191,193,205,237,241],montywi:38,more:[0,6,7,28,32,33,39,40,41,42,43,53,72,74,78,90,91,102,113,115,119,120,128,133,136,138,140,149,151,153,156,157,168,169,172,173,175,178,190,191,192,197,200,201,202,203,204,205,208,209,211,212,213,214,215,223,229,235,238,241,243],moreov:245,moritapo:237,moritar:240,morn:192,morpholog:[0,28,191,213],most:[41,42,53,57,78,79,90,113,120,133,190,191,201,203,213,223,235,238],motoi:40,move:[16,31,37,39,42,89,97,119],movi:237,mpaa:159,mrb:42,mrb_valu:43,mrubi:[6,7,8,12,40,41,42,43,130,131,205],msec:[37,48],msg_control:42,msg_controllen:42,msg_flag:42,msg_id:12,msghdr:42,msgpack:[33,42,43,198,223,229],msvc:42,msyql:78,mte:44,multi:[],multibyt:[37,43],multilin:201,multipl:[],multipli:191,multithread:[42,97,129],munin:[],murakami:[33,40,41,42,43],museum:241,musha:42,music:[193,237],must:[6,7,8,28,41,42,43,46,49,50,54,56,57,63,71,72,74,89,90,91,93,97,100,102,103,104,105,106,110,112,113,119,121,129,133,136,138,141,143,149,151,153,156,157,167,172,178,187,190,191,201,203,204,205,210,214,223,229,233,235,238,242],mutabl:119,mutex:[40,72],mutex_lock:68,mutex_unlock:68,mxcl:12,myisam:0,mysql:[0,24,25,26,30,41,42,43,44,78,116,133,165,166,175,194,200,202,205,209],n29:191,n_array_seg:119,n_buffer_seg:119,n_builtin_type_nam:54,n_bytes:120,n_element:[43,120],n_elements:120,n_entries:86,n_garbage_chunk:119,n_garbage_chunks_in_space0:119,n_garbage_chunks_in_space13:119,n_garbage_chunks_in_space1:119,n_garbage_seg:119,n_hits:133,n_kei:66,n_keyword:56,n_like:[81,113,133,190,191,214],n_likes_class:133,n_likes_cumulative_sum_per_tag:[113,133],n_likes_str:[113,133],n_likes_sum_per_tag:[113,133],n_loaded_record:43,n_max_threads:143,n_queri:[82,135,153,198,229,238,242],n_queries:135,n_record:119,n_result:66,n_tabl:53,n_unmanaged_seg:119,n_var:72,nagano:41,naist:213,naiv:236,nakai:40,nakamura:42,name1:[113,133,191],name2:[113,133,191],name:[],name_1:[238,242],name_2:[238,242],name_s:[50,53,56,63,64,66,69,72],name_t:119,namebuf:[50,63],names:120,nanosecond:[81,193],naoina:[39,40],naoya:[33,40,41,42,43],narg:56,narrow:[],narwhal:37,natanael:42,natti:37,natur:[33,43],ncpu:27,nearbi:0,necessari:[37,238],need:[0,5,6,7,8,17,18,21,28,29,31,32,37,39,41,42,46,49,52,53,56,68,71,78,81,90,97,102,104,110,111,113,114,115,116,122,127,129,133,134,138,140,144,146,149,151,153,154,156,166,172,175,190,191,194,197,198,200,201,202,203,204,205,207,208,210,211,213,214,223,226,229,233,238,240,243,244,245],needl:11,needleess:39,needless:[33,38,39,40,42,43,84],neg:[39,42,48,53,64,72,85,133],neglig:41,neighbor:0,neither:102,neolog:213,neologd:213,nest:[],nested_reference_column:133,net:[2,12,235,236,237,238,242,245],netbsd:40,netinet:42,network:[39,223,229,237],network_is_down:229,never:[28,42,111,136,201],new_column:46,new_limit:68,new_release_date:12,new_seri:89,new_tag:89,new_value:133,new_version:12,newark:241,newer:[18,41,42],newid:89,newli:[0,41,49,90,146,175,192],newlin:[37,38,42],newnam:89,newvalu:50,next:[0,41,42,57,64,112,133,156,237,238],nfkc51lexicon:194,nfkc:194,nfs:28,nfthread:68,nginx:[],nginxhttpstubstatusmodul:41,ngx_http_proxy_modul:153,nice:192,night:[192,244],nightli:12,niho:172,nihon:[172,207],niku:41,nine:238,nippon:207,nise_nab:41,no_buffer:229,no_child_processes:229,no_kei:119,no_key:211,no_locks_available:229,no_memory_available:229,no_space_left_on_device:229,no_such_device:229,no_such_device_or_address:229,no_such_file_or_directory:229,no_such_process:229,noarch:[24,26],nobuhiro:43,node:[12,21,39,42,43],nogpgcheck:39,nois:[156,208,213],nokubi:41,nomal:[39,133,153],nomral:190,non:[39,40,42,43,81,90,119,133,149,190,191,213],none:[28,104,105,106,113,116,119,128,133,138,142,144,151,153,155,156,229,240],nonexist:[33,41,42,43,46,94,95,113,133],nonexistent_command:42,nor:[133,138],noraml:144,normal:[],normalizeauto:165,normalized_text:116,normalizer_1:132,normalizer_2:132,normalizer_list:[],normalizer_n:132,normalizer_name:132,normalizer_name_1:132,normalizer_name_2:132,normalizer_name_n:132,normalizerauto:[],normalizernfkc51:[],normalizs:138,normallexicon:194,normalzi:165,northern:39,nosuchfileordirectori:42,not_a_directory:229,not_enough_space:229,not_equal:173,not_socket:229,notat:[39,40,191],note:[0,26,33,37,39,40,41,42,43,72,90,100,102,110,112,121,129,130,131,133,138,151,153,156,167,187,191,214,223,233,235,236,238,242],noth:[42,52,68,102,133,149,151,153,187,207,209],notic:[43,90,107,108,151,153,203,204],notice:42,notif:[40,193],notifi:129,notrelated_20160320:115,now:[],nroonga:[21,173,240],nsi:12,nsubrecs_column:50,nsubrecs_str:113,nterm:87,nth:113,nul:[37,72,213],number1:191,number2:191,number:[],number_classifi:[],number_literal:42,numer:[],nvar:64,o_binary:39,obata:[35,37,40,42,43],obj:[50,54,56,58,61,63,64,65,70,87],object1:191,object2:191,object:[],object_1:120,object_2:120,object_corrupt:229,object_exist:[],object_inspect:[],object_list:[],object_n:120,object_remov:[],objnam:[88,99],obsolet:[42,197,227],obtain:72,obviousli:235,occur:[33,39,40,41,42,43,53,57,81,93,113,133,136,141,156,200,214,244],occurr:204,ocelot:[37,40],octal:191,october:41,odd:191,off:[37,41,153,213],offici:[8,26,37,173],official:12,offlin:[33,38,39,40,41,42,43,192],offline:[],offset:[],often:[102,159],ohkubo:43,ohzeki:41,okapi:[202,204],old:[],old_release:12,old_release_date:12,older:[42,241],oldvalu:50,omit:[37,81,102,104,105,106,122,123,127,128,133,144,156,162,198,207,211,238],onc:[37,39,41,71,113,133,153,156,236,240,241],once:194,one:[0,78,133,140,156,157,175,205,240,245],one_character:43,oneiric:[37,40],oneself:41,onga:175,ongaeshi:[39,40,42],onigmo:[33,41,42,43,201],oniguruma:42,onli:[0,6,7,17,21,23,24,25,26,30,31,32,33,39,41,42,43,46,49,52,63,71,72,84,85,86,90,91,94,95,97,100,101,102,103,104,105,106,111,112,113,114,115,118,119,120,121,122,123,127,128,129,130,131,133,134,135,136,138,140,143,144,146,149,151,153,154,156,159,165,166,167,168,172,173,175,178,190,191,192,194,196,200,201,202,203,204,205,211,213,223,227,235,238,240,243,245],onlin:192,online:[],only:[43,113,129,133,140,153],onto:214,ooo:211,opaqu:[49,229],opear:191,open:[],open_tag1:165,openbsd:[42,43],opene:42,opened:120,oper:[],operat:[],operation_not_permitted:229,operation_not_supported:229,operation_timeout:229,operation_would_block:229,operator:33,optarg:[54,65],optim:[33,41,42,43],optimum:153,option:[],options:[],oracl:[],orangain:40,order:[],org:[12,17,24,25,26,27,28,29,30,31,41,42,78,101,152,153,167,235,236,237,238,242,245],orient:[0,175,235],origin:[],orilldown:236,orphan:40,osanai:[41,42],osdn:[2,12,42],otehr:138,other:[],other_table:42,otherwis:[21,49,53,63,72,93,94,96,100,104,105,106,107,115,118,119,120,128,129,132,140,146,159,168,169,173,178,191,238],ouput:40,our:[2,17,205],out:[13,23,24,25,26,30,31,41,84,178,240],out_gqtp:152,out_http:152,out_loc:152,outdat:[41,43],output:[],output_column:[],output_error:33,output_id:43,output_pretti:82,output_typ:[154,198],output_type:154,outsid:41,over:[0,39,40,41,42,43,165,233,242],overcom:110,overcommit:214,overcommit_memori:[],overflow:[37,40,41,42,43,235],overhead:[41,119,227],overrid:[28,46],overwrit:[43,84],overwritten:245,own:[0,33,39,42,56,110,191,235],owner:[40,42,153],pack:[],packag:[],page:[],pagerank:[202,203,204],pagin:[12,238],pai:133,pair:[42,119,120,133,200,207,208,209,210,235],pair_dataset:[155,210],pair_queri:[136,155,156,207,208,210],pakcag:26,pangolin:[33,39],paragraph:238,parallel:[0,6,7,12,43],paramet:[],parameter1:153,parameter_name1:154,parameter_name2:154,parent:[113,133,153],parenth:103,parenthes:238,pari:162,park:241,parker:42,pars:[33,41,43,55,56,173,189],parser:[190,201],part:[],partial:[11,42,205,207,209,229],partitioning:110,pass:[6,7,8,12,33,37,38,42,43,54,68,129,143,153,156,162,173,190,191,201,238,242],past:39,pat:[38,39,43],pat_kei:[119,120],pat_key:211,path:[],patiricia:42,patprefix:243,patricia:[],patsuffix:243,pattern:[0,33,42,81,168,190,191,201],pcre:[39,153],penalti:40,pend:42,pentium:152,peopl:[0,90,213],people_age_index:90,people_age_medium_index:90,people_age_small_index:90,people_key_roles_index:90,people_roles_index:90,per:[],percentag:135,perfect:[0,204],perfectli:111,perform:[],period:[],perl:153,permiss:[28,41],permission_denied:229,permit:115,persist:[],persistent:[91,93,120,139,141],person:[],pgp:12,pgroonga:[42,193,202,205],php:[12,39,41,42,221],phrase:[],physic:87,pid:[28,34,37,42,43,151,193],pikonyan:237,pip:18,pipermail:41,piro:41,pkg:[28,29,35,37,39,42],place:[2,28,241],placehold:40,plai:[0,244],plain:[42,167],plan:243,platform:[],platorm:43,player1:89,player:[89,141],pleas:[2,3,17,19,25,28,41,42,43,54,202,203,204,227,238],pluggabl:0,plugin:[],plugin_1:132,plugin_2:132,plugin_id:120,plugin_n:132,plugin_name:132,plugin_name_1:132,plugin_name_2:132,plugin_name_n:132,plugin_regist:[],plugin_unregist:[],poedit:17,point:[],pointer:[43,72],pole:162,polici:40,pool:68,poor:200,popular:[42,78,113,133,151],port:[27,40,41,44,151,152,153,154,156,198,223,227,229,242],port_number:[226,229,242],portabl:[37,40,153],posit:[41,43,57,72,78,85,90,91,119,132,133,142,143,144,213,238],posix:[42,191],possibl:[],post:[],posted_bi:241,postfix:[110,112,113,115],postgresql:[0,33,175,205],potenti:40,power8:41,power:[133,201],poyonga:221,ppa:[],practic:[0,41,235],pragma:133,pre:156,precis:[0,12,33,39,42,43,81,90,207,213,215,238],preconfigur:[24,25,26,30,227],predic:42,predict:[138,211,213],prefer:42,preferenti:97,prefix:[],prefix_match_s:43,prefix_rk_search:[],prefix_search:[37,136],prepar:[],prepend:[153,190,191],press:17,pretti:[],prevent:[40,43],previou:[39,40,41,43,143,156,201,202,227,235,236,240],price:235,primari:[],print:[],prioriti:[0,133,207],privileg:[40,242],probabl:136,problem:[33,37,39,40,42,43,49,115,121,153,190,191,203,213,235],proc:[],proc_database_unmap:97,proc_object:121,proc_select:133,procedur:[39,40,43,172],process:[],processor:[0,24,25,26,30],product:[42,43,112,153,156],profil:241,program:[1,33,39,40,91,151,153,156,157,191],progress:193,project:[0,3,12,13,19,21,41,191,227],promot:40,prompt:[31,39,198,238],pronounc:189,proonga:221,proper:[41,81,110,133,241],properli:[39,42,190,242],properti:[],propos:[133,156,209],protocol:[],provid:[0,1,21,24,25,26,30,33,39,41,42,43,47,53,68,71,90,91,111,113,148,151,153,156,162,173,198,200,201,202,204,205,207,208,209,210,211,222,223,227,236,238,242],proxy_cache_path:153,proxy_cache_valid:153,proxy_pass:153,pseudo:[],pthread_:40,ptr:[35,72],pub:12,publish:[12,41,43],pull:[],pure:213,puropos:144,purpos:[40,43,78,110,173,238,242],push:[17,53],put:[17,41,42,133,154,190,197,201,204,214],pyenv:18,python:[12,18,221],q_cond:68,q_mutex:68,quantal:39,query:[40,193,200],query_expand:[],query_expans:[],query_flag:[],query_s:56,query_str:[],queryexpandertsv:[],question:[42,240],quetzal:39,quickli:[112,133,192],quiet:229,quit:[],quiz:237,quot:[40,103,116,144,190,191,238],quotat:[116,144],quotient:191,rab:[236,238,245],raccoon:237,radious_or_point:163,radix:191,rake:12,rakutan:240,ram:152,ran:207,rand:[],rand_max:174,random:245,rang:[],range:[],range_error:229,range_filt:[],range_index:[],ranguba:[33,41,78],rank:[41,238],rare:[40,42],rate:[40,159],rather:[42,78,91,133,192,201,202,203,204,213,221],raw:[21,40,43,119],rch:144,rdbms:[42,151],rdiscount:12,reach:214,read_only_file_system:229,readabl:[38,41],readi:[18,28,39,113,133,190,191,201],readme:[12,40],real:[0,46,68,133,135,175,214,215],real_nam:[46,94,95,96],realli:[113,133,190,191,244],realtim:[136,210],reason:[39,133,138,149,191,201,207,213,223,227,233,236],rebuild:42,recal:[0,189,213],receiv:[0,17,53,151,153,156,157,191,226,229],recent:[43,86],recogn:0,recommend:[6,7,8,23,24,25,26,30,31,33,41,42,43,46,81,133,153,156,169,190,191,201,213,214,221,223,227,238,242],reconstruct:41,record1:115,record2:115,record3:115,record:[],record_1_column_1:133,record_1_column_2:133,record_1_column_n:133,record_2_column_1:133,record_2_column_2:133,record_2_column_n:133,record_id:42,record_n_column_1:133,record_n_column_2:133,record_n_column_n:133,record_numb:[],records:133,recov:[],recover:[54,149],recreat:[42,43,128],recrod:133,rect:[39,162,163],rectangl:[],recurs:[],recycl:41,redcloth:12,redhat:37,redmin:41,reduc:[0,33,39,40,42,43,90,97,111,149,168,197,201,208,211,223,227,244],refer:[],referenc:[33,39,40,90,100,102,115,133,138,140,236],reference_column:[41,42,133,140],reference_vector_column:40,referenced_table_name:102,referencedbycolumn:140,referencedbyt:140,referencedt:140,referencet:140,refin:[0,40],refresh:237,regard:[40,154,190],regardless:42,regexp:[33,41,42,173],regexplexicon:[128,201],region:[196,245],regist:[],regress:[40,41,42],regular:[],regular_expression:201,reindex:[],rel:[37,41,133],relat:[],relationship:[],relax:214,releas:[],relev:[0,238],reload:200,remain:[33,40,43,97,193,201],remaind:191,rememb:133,remot:[],remov:[],remove_blank:116,remove_t:115,remove_tokenized_delimiter:116,removep:63,renam:[37,39,40,42,46,89,93,141,211,238],reopen:[37,43,128],rep_gqpt:152,rep_gqtp:152,rep_http:152,rep_loc:152,repair:38,repeat:[0,17],replac:[41,42,46,155,157,191,201,244],replai:153,repli:[240,241],replic:202,replied_to:241,replied_us:241,replies2:240,replies_cont:240,reply_to:240,repoforg:39,report:[],repositori:[],repres:[56,120,151,189,191,201,235,237,244],represent:[17,55,56,78],reproduc:40,request_cancel:[],request_id:[42,43,83,129],request_timeout:[43,84],requir:[],res1:66,res2:66,res_column:152,res_tabl:152,rescord:189,reset:42,resiz:72,resolut:[],resolv:[],resourc:[],resource_busy:229,resource_deadlock_avoided:229,resource_temporarily_unavailable:229,resours:49,respect:[39,235,241,245],respons:[],rest:[72,200],restart:[],restaur:0,restor:43,restrict:[39,40,223,242],result:[],result_too_large:229,retri:48,retriev:[0,90,120,133,156,191],retry_max:229,return_code:[81,193],reus:[42,119,133,151,211],reveal:0,revers:[],revert:43,revis:43,rewrit:[42,44],rid:59,rid_max:60,rid_min:60,right:[],right_hand_sid:43,ring_buffer:156,ringtail:40,risk:41,rlimit_nofile:[40,193],role:[0,90,173],romaji:[],roonga:[190,191,209],root:[40,42,151,153,154,242],rose:235,rotat:[42,151],roughli:235,round:37,row:[0,175],rpm:[12,24,26,33,37,38,39,40,41,42,43],rroonga:[21,40,41,42,49,165,166,169,173,178,187,189,202,240],rst:12,rubi:[0,6,7,8,12,21,39,41,42,44,78,130,131,165,166,187,189,201,202,221],ruby19:39,ruby_ev:[],ruby_load:[],ruby_script:130,rubygem:39,rubyinstal:8,rule:[],run:[],runtim:42,rurema:41,ryo:42,ryoji:41,ryunosuk:43,s10:41,sae:[136,208],saer:[136,208],saerc:[136,208],saerch:[136,208],safe:90,safeti:43,sai:[90,191,238],sako:42,salamand:[40,41],same:[40,42,43,48,53,56,78,81,83,89,90,103,112,113,115,122,127,128,129,133,153,154,156,173,190,191,194,201,202,203,204,205,208,221,223,235,238,240,245],sampl:[],san:162,satisfi:[40,42,43,103,115,140],sato:[42,43],satoh:37,satoshi:41,sauci:[40,41],save:[12,41,156,233,240],sbin:27,scalar:[],scale:[0,223],scan:[14,42,165,166,172,190,191],scan_build:14,schema:[],scope:[],score1:11,score2:11,score:[],score_1:156,score_2:156,score_adjust_expression1:133,score_adjust_expression2:133,score_adjust_expression:133,score_column:50,score_function1:202,score_function2:202,score_function3:202,score_function:202,score_valu:42,scorer:[],scorer_tf_at_most:[],scorer_tf_idf:[],scr:152,script:[],sea:[144,207],sear:207,searc:207,search_result:133,searchabl:[42,192],searchu0000http:213,sebastian:41,sec:48,second:[81,84,91,129,133,135,151,156,162,168,190,191,193,202,215,223,235,238,240,241,245],secret:12,secsion:81,section:[3,17,20,21,23,24,25,26,27,28,29,30,31,33,40,41,42,43,46,47,50,59,72,78,79,86,89,90,91,93,94,95,96,97,102,103,104,105,106,110,111,112,113,114,115,116,118,119,120,121,124,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,146,148,149,151,153,156,158,162,166,190,195,200,201,202,203,204,206,207,208,210,214,216,229,236,240,241],secur:[],sed:[27,37,39,42],see:[],segment:[39,41,43,87,119],segv:40,select:[],select_opt:191,selector:[39,42,43,172],self:152,semi:[37,138],sen_index_delimited:44,sen_index_normalize:44,sen_sel_term_extract:44,senboku:40,send:[],sender:157,senna:[],sens:[151,153],sensit:213,sent:223,sentens:42,separ:[39,42,52,90,91,103,116,119,120,133,136,142,144,153,156,173,190,191,198,200,213,229,236,238],sequenc:[37,40,83,133,136,156,190,191,193,207,208,210,229],sequence_dataset:155,sequence_queri:[155,156],sequenti:[33,41,42,43,168,172,190,191,192,201,213],serach:208,serch:[136,208],sergei:[41,42],seri:238,serial:89,serihiro:39,seriou:[39,41],serv:[12,41,235],servic:[0,21,25,39,40,41,42,134,208,214,227],session:[156,221,229],set:[],set_host:152,set_port:152,set_token_filt:41,setup:[],seven:238,shape:196,shard:[],shard_name_1:114,shard_name_2:114,shard_name_n:114,share:[0,2,28,37,39,40,48,49,50,54,110,112,113,115,151,153,237,240],shell:[28,42,151,190,201],shidara:37,shift_jis:[28,213],shimada:39,shimamura:42,shimoda:35,shimomura:39,shinjyuku:245,shinoda:[41,42,43],shinya:39,shm:153,sho:[40,41,43],shop:[192,230],shorter:[42,192],shorttext:[],should:[6,7,8,18,21,23,24,25,26,28,30,31,33,39,42,43,53,56,72,78,83,90,103,111,112,115,121,128,133,138,140,146,156,190,191,194,200,208,229],shouldn:[6,7,41],show:[0,28,34,37,39,40,41,42,43,46,52,81,85,89,90,100,103,104,110,113,115,116,119,120,132,133,159,162,165,166,167,172,173,175,178,190,191,196,198,201,202,203,204,213,226,229,235,236,237,238,241,242,245],showen:85,shown:[191,238],shuhei:41,shutdown:[],sid:[12,37,41,87],side:[0,39,42,43,84,133],sigcont:40,sign:[],signal:41,significantli:0,sigstop:40,sigusr1:37,silent:[21,43],simil:191,similar_search:[39,136],simpl:[],simplest:[0,28,83,202],simpli:[204,243],simplifi:[40,169],simultan:33,sinc:[26,33,39,42,43,50,72,81,88,113,127,133,135,138,146,151,156,162,191,192,193,201,215,217,227,235,241],singl:[40,41,78,90,103,116,133,143,144,238],sis:37,sister:90,site:[41,101,104,105,106,128,133,189,235,236,237,238,240,242,245],site_titl:128,sitecountri:[236,242],sitedomain:[236,242],situat:133,six:[193,238],size:[],size_of_one_value_in_byte:132,sizeof:[42,53,56],sji:[28,151],sjis:44,skip:[40,41,42,43,238],slash:191,sleepi:192,slice:[],slow:[42,151,153,190,191,201,211],slower:[90,151,153,162,202,204,236],small:[],smaller:[0,78,138,162,192,193],smith:43,snake_cas:42,snippet1:175,snippet2:175,snippet3:175,snippet:[39,40,43,44,175],snippet_html:[],soccer:237,social:237,socket:39,socket_is_already_connected:229,socket_is_already_shutdowned:229,socket_is_not_connected:229,socket_not_initialized:229,soft:214,softwar:[],soichiro:43,solari:[],solr:191,solut:[],solv:[43,202,203,204,235],some:[0,1,2,8,17,26,28,32,39,40,41,42,43,46,48,56,71,78,81,83,90,110,112,113,115,119,120,129,133,134,138,140,144,147,149,155,156,158,173,190,191,193,201,202,205,212,213,214,215],someon:241,someth:41,sometim:[41,43],soon:[84,175,196,205,223],sort:[],sort_bi:168,sort_kei:[],sortbi:[],sound:[194,208],soundkitchen:[37,39],sourc:[],source:[],source_1:[120,132],source_2:[120,132],source_column_nam:42,source_file_name:81,source_n:[120,132],sourceforg:[2,12,42],sources:[],southern:39,space:[0,37,40,42,43,72,78,90,103,116,119,133,144,190,201,210,213,238],spain:162,spammer:[202,203,204],span:[165,166,167,175],spars:42,speaker:2,spec:[37,39,40],special:[17,28,40,48,56,81,85,133,144,154,165,166,175,190,201,229,238],specif:[],specifi:[],speech:[0,213],speed:[37,209,211],spell:[200,244],spend:[190,191],spheric:162,sphinx:[],sphr:[162,163],spil:42,split:[37,42,43,191,211,213],spokesman:3,sport:237,spreadsheet:200,sql:[110,133,202,236],squar:162,squeez:[12,40],src:[12,25,235],src_kei:66,src_key_siz:66,ssh:12,ssssss:193,stabl:[41,43,80,136],stack:[40,43],stack_over_flow:229,stage:[],stamp:[193,207,208,210],stand:[42,221],standard:[42,103,153,215,229,238],start:[],start_tim:[42,82,135],start_time:135,starttim:[42,82,135,153,198,229,238,242],starttime:135,startup:39,state:[39,100,162,221,229],statement:191,station:[196,241,245],statist:[33,119],statu:[],status:[],stdin:38,stem:[25,30,33,41,212],step:[17,18,28,31,43,89,133,201,210,235,238],steve:43,still:[16,17,33,40,41,93,129,141],stop:[],stop_word:[101,142,212],storategi:133,str:56,str_length:72,str_ptr:72,str_size:56,strang:201,stream:[41,43],strerror:41,strict:[41,42],string1:160,string2:160,string:[],string_length:[],string_literal:41,string_siz:56,string_substr:[],stringifi:43,strip:167,strlen:72,strongli:[23,24,25,26,30,31],structur:[0,41,43,81,211,237],stub:41,studio:[8,31,39,40,42,43],style:[],sub1:[113,133],sub:[0,12,33,113,156],sub_filt:[],subject:40,submiss:[136,207,208,210],submit:[],subrecord:40,subset:215,substit:133,substitut:[17,21,133,173,190,191],substr:[43,168,190,191],succeed:[28,42,85,94,96,100,104,105,106,107,128,146,238],succeeded_or_not:[],success:[],successfulli:[43,72,105,106,238],successor:191,suddenli:40,sudo:[12,14,18,21,24,25,26,27,28,29,30,39,214,227,233,242],suenaga:42,suffici:72,suffixsearchterm:[190,191],sug:209,suggest:[],suggest_prepar:[136,207,208,210],sugimoto:42,suit:[0,41,175],suitabl:[41,90,113,133,138,151,192,202,204,211,213],sum:[33,41,113,133,202],summar:236,summari:[],sunos:41,superior:[0,175],support:[],suppport:43,suppress:[38,39,41,113,133],sure:238,surfac:196,surround:[39,165,166,175,191],suzuki:39,swap:214,swig:44,symbol:213,synonym:[43,133,200,244],syntax:[],syntax_error:229,syscal:[41,238],sysconfig:227,sysctl:[27,42,214,233],system:[0,5,6,7,28,29,30,37,40,41,42,43,90,97,102,113,133,151,153,175,190,191,192,214,215,235,245],systemctl:[25,227],systemd:[25,39,42,43],tab:[42,52,198,200,229],tabl:[],table1:[66,140],table2:[66,140],table:[],table_1:132,table_2:132,table_:[138,211],table_buff:53,table_copi:[],table_cr:[],table_dat_key:[],table_hash_key:[],table_list:[],table_n:132,table_name:[],table_name_1:132,table_name_2:132,table_name_n:132,table_name_of_index_column:102,table_no_key:[],table_pat_key:[],table_remov:[],table_renam:[],table_token:[],tablecursor:42,tablegroupflag:42,tablenam:80,tables_buff:53,tachikawa:43,tag:[],tag_length:113,tagger:0,tahr:[30,41],tail:[12,229],tajima:39,takashi:100,takatsugu:41,takayama:42,takayuki:37,take:[43,86,89,90,91,93,94,95,96,97,102,104,105,106,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,145,146,149,154,227,238],taken:120,takiuchi:40,talk:[2,12,40,42],tamano:[41,43],tanab:40,tanuma:41,tar:[12,24,25,26,27,28,29,30],target:[],target_charact:56,target_nam:[],taro:237,task:[0,39],tasuku:[42,44],tatsuya:39,tcp:156,tcp_nodelay:43,techniqu:[202,203,204],temporari:[],tend:240,term:[],termin:[],teruya:42,test:[6,12,14,23,24,25,26,30,31,39,41,42,43,111,112,152,153,213,235,238,240,241,242],test_loc:152,test_str:14,test_text_otoj:14,testdb:[152,157],tetsuharu:41,tex:144,than:[],thatn:133,theater:244,theatr:244,thei:[28,29,42,46,78,90,103,113,115,120,122,123,127,133,140,144,153,154,165,166,172,175,178,189,190,191,192,193,198,200,202,203,204,205,207,208,209,210,211,213,214,223],them:[16,17,24,25,26,28,30,42,48,56,78,81,90,102,103,113,115,133,138,140,156,162,168,190,191,201,202,213,214,229,235,238,245],themselv:[17,197,200],therubyrac:12,thesauru:133,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,43,46,47,49,50,52,53,54,63,72,78,79,81,86,89,90,91,93,94,95,96,97,102,103,104,105,106,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,127,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,145,146,148,149,151,153,155,156,158,159,162,166,168,169,173,175,177,178,187,188,190,191,193,195,197,198,200,201,202,203,204,205,206,207,208,210,213,214,215,216,223,229,233,235,236,238,240,241,242,243,244,245],thing:42,think:[133,140,191,202,203,204],third:[91,133,191,235],thorsten:43,those:[0,17,28,29,38,133,162,175,189,190,191,194,198,209,210,211,223,235,238],though:[0,33,39,40,41,43,110,207,240],thread:[0,33,40,41,42,43,50,53,54,68,72,97,105,111,135,140,143,151,156,193,223],thread_count:42,thread_limit:[],thread_tabl:152,thread_title_column:152,threasd:151,three:[40,78,81,93,110,116,133,162,165,168,189,203,204,207,208,235,236,238,240],threshold:[],through:[0,153,156],throughput:[37,223],thu:[0,41,43,110,155,157,190,239,240,244,245],tid:60,tiler:[],tim:33,time:[],time_classify_dai:[],time_classify_hour:[],time_classify_minut:[],time_classify_month:[],time_classify_second:[],time_classify_week:[],time_classify_year:[],time_column:152,time_stamp:193,timeout:[],timestamp:[43,110,114,115,118,121,128,156,241],timeuot:48,tini:42,titl:[12,40,41,101,104,105,106,113,128,133,140,160,173,178,190,191,202,203,204,235,236,237,238,240,242],title_index:202,tiwawan:42,tld:236,tls:43,tmp:[6,7,12,40,91,93,120,121,136,139,141,151,200,201,223,229,238,242],to_column:89,tobbi:173,todai:0,todo:[],token_filt:[],token_filter:[],token_filter_1:[120,132],token_filter_2:[120,132],token_filter_n:[120,132],token_filter_name:132,token_filter_name_1:132,token_filter_name_2:132,token_filter_name_n:132,token_fitlers:132,tokenbigram:[],tokenbigramignoreblank:[],tokenbigramignoreblanksplitalpha:213,tokenbigramignoreblanksplitalphadigit:213,tokenbigramignoreblanksplitsymbol:[],tokenbigramignoreblanksplitsymbolalpha:[],tokenbigramignoreblanksplitsymbolalphadigit:[],tokenbigramsplitsymbol:[],tokenbigramsplitsymbolalpha:[],tokenbigramsplitsymbolalphadigit:[],tokenbigramsplitxxx:213,tokenbigrm:89,tokendelimit:[],tokendelimitnul:[],tokenfilterstem:[],tokenfilterstopword:[],tokenizer_1:132,tokenizer_2:132,tokenizer_error:229,tokenizer_list:[],tokenizer_n:132,tokenizer_name:132,tokenizer_name_1:132,tokenizer_name_2:132,tokenizer_name_n:132,tokenizs:[],tokenkytea:39,tokenmecab:[],tokenregexp:[],tokentrigram:[],tokenunigram:[],tokyo:[162,245],tokyogeopoint:[],tom:173,tomita:35,tomo:237,tomoatsu:[35,39],tomygx:42,too:[18,40,42,43,68,78,121,133,191,235,240],too_large_offset:229,too_many_links:229,too_many_open_files:229,too_many_open_files_in_system:229,too_many_symbolic_links:229,too_small_limit:229,too_small_offset:229,tood:[72,137],tool:[],top:[57,236],top_left:[37,164],top_left_point:57,topic:[],torinki:43,tortoisegit:8,totabl:89,total:[],total_chunk_s:119,total_s:119,touch:[42,54,115],toybox:235,tracker:[],trade:213,tradit:[0,41],transfer:[],transit:227,translat:[],transport:25,transposit:43,travel:241,travi:[],treat:[39,40,41,42,110,112,113,115,133,144,168,191,196,207,208],tree:41,trend:133,tri:[48,168,241],trial:0,trie:[],tritonn:[113,133,190,191],troubl:17,truncat:[],trust:12,trusti:[12,30,41],tsu_root:42,tsv:[],tune:[],tupl:168,turn:153,tutori:[],tweet:[2,192],twice:[42,133,190],two:[19,24,25,26,30,40,41,42,53,56,81,90,91,96,102,111,113,115,121,133,137,138,140,141,143,144,153,156,157,162,169,172,173,175,178,190,193,194,196,201,203,208,210,213,222,223,227,236,237,238,240,241,245],txt:[16,17,213],type1:[136,156],type2:[136,156],type:[],type_1:132,type_2:132,type_n:132,type_name_1:132,type_name_2:132,type_name_n:132,type_of_the_column:178,typic:[42,133],typo:[37,39,40,41,42,43,200,207,208],u0000ful:213,u0000http:213,ubuntu:[],ueno:[37,39],uid:12,uint16:[],uint32:[],uint32_column:42,uint32_t:68,uint64:[],uint8:[],uint:[39,43],ull:144,ultra:237,umask:41,umemoto:37,unari:40,unauthent:[25,39],unchang:72,uncontinu:39,undefin:235,under:[28,41,153,154,156,157,223],underflow:235,underli:0,underscor:[90,138],understand:[41,115,133,140,238],unexpect:[39,41,43],unexpectedli:[33,40,42,43,102],unhandl:156,unicod:[42,194],unicorn:42,uniniti:42,uninstal:39,uniqu:[90,129,156],unit:[79,84,135,156,162,175,191,213,229],unite:[100,162],univers:30,unix:[],unix_time_when_command_is_started:81,unknow:41,unknown:[38,55],unknown_error:229,unlimit:43,unlink:56,unload:39,unlock:72,unmanag:[87,119],unmap:[42,54,97],unnecessari:214,unpatch:44,unrecover:54,unregist:[122,123],unrel:37,unreli:149,unresolv:37,unsaf:[42,43,54],unsign:[],unsort:43,unsplit:[11,133],unstabl:38,unsupport:42,unsupported_command_version:229,untag:167,until:[17,41,48,72,84,97,103,133,192],unus:[41,97],updag:39,update:[],update_buffer_s:59,update_not_allowed:229,updated_at:232,upgrad:[39,41,42,43,223],upgrade:[],upload:12,upper:[37,41,90,138,201,238],uptim:[82,135,153,198,229,238,242],uptime:135,uri:[153,154,156],url:[37,41,101,154,223],usa:236,usabl:[147,156],usag:[],usage:[],use:[],use_offline_indexer:38,use_range_index:[],used:[37,39,41,42],useless:54,user:[],user_ag:159,user_column:152,user_data:[64,72],user_input:191,user_pattern:168,usernam:237,username:31,users_20160320:115,users_index:241,users_loc:241,users_memo:173,users_nam:173,using:[],usr:[14,27,28,122,123,127,151,153],usual:[43,53,235],usualli:[42,157,240],utc:[81,191],utf8:[28,43,55,151],utf:[39,40,44,156,191,194,198,213],util:153,utopic:42,uuid:43,uuuuuu:191,uzulla:37,vagrant:12,valid:[37,39,40,41,42,43,113,133,190,191,210,211,235],valu:[],value1:[89,103,153,154,168,169,191],value2:[103,154,191],value:[],value_1:[132,238,242],value_2:[132,238,242],value_column:50,value_n:132,value_s:[43,120],value_typ:[],value_type:132,valuebuf:61,valuen:[168,169],var_siz:[119,120],vari:[32,72],variabl:[29,33,37,38,39,40,41,42,43,72,91,119,120,133,191,200,229,235],varieti:237,variou:[],vdw:[236,238,245],vector:[],vector_column:[40,43],vector_new:[],vector_s:[],vector_slic:[],vector_text_column:42,veres:223,veri:[0,39,43,81,103,113,133,165,166,168,175,190,191,201,202,207,211,223,237],version1:80,version2:80,version3:80,version4:80,version:[],vertic:[90,138],vervet:[42,43],via:[17,39,85,156,210],video:237,view:[],violat:33,virtual:[40,42],virtualbox:12,visual:[0,8,31,37,39,40,41,42,81,132],visut:43,vivid:[12,42,43],vmstat:233,vocabulari:238,voic:194,voiced:194,void_t:68,vojtovich:41,vulner:41,w64:12,wai:[0,3,6,7,19,33,39,40,41,78,102,147,153,156,157,173,189,198,236,238,240,241,244],wait:[48,72,84],wanab:40,want:[6,7,8,13,16,24,25,26,27,28,30,33,41,42,46,68,89,90,103,111,115,116,118,119,121,130,131,132,133,138,140,142,144,151,153,156,162,169,172,178,190,200,201,205,207,208,210,213,221,227,229,233,236,238,240,244],wareohji:39,warm:[151,153],warn:[6,7,38,39,40,41,107,108,133,151,153,193,201,204],warp:41,warri:23,washida:40,wasn:43,watch:12,weak:[0,175],web:[28,133,136,153,154,190,208,210,237],webclip:167,weight1:[33,39,78,133],weight2:[33,39,78,133],weight3:78,weight:[],weight_in_match_column:78,weight_in_weight_vector:78,welcom:[2,3,16,17,113,133,190,191,241],well:[0,28,40,110,153,175,242],were:[43,162,238],werewolf:[42,43],wget:[24,25,26,28,29,30],wgs84geopoint:[],wgs84geoppoint:57,wgs:[215,245],what:[],when:[0,3,18,33,37,39,40,41,42,43,46,50,54,63,68,78,81,82,84,89,90,94,97,102,103,104,111,113,115,119,120,121,122,127,128,132,133,134,136,138,140,143,151,153,156,162,167,169,173,178,190,192,194,201,205,207,213,214,221,226,229,237,238,241,243],where:[28,85,235],whether:[33,39,41,42,43,53,54,63,85,94,96,101,102,104,105,106,107,110,112,113,115,118,119,120,121,128,132,133,136,140,146,149,153,156,159,162,168,169,173,178,189,190,205,233,235],which:[0,1,26,33,39,40,41,42,43,71,72,100,107,110,112,113,115,116,130,131,133,142,144,151,156,157,162,167,169,172,173,178,187,190,191,207,227,229,235,236,237,238,240,241,242,243,244,245],white:[190,213,238],who:[],whole:40,whombx:40,whose:[191,238],why:[40,133,201,227],wibowo:40,wide:[0,28,37,43,197,201,238],width:[37,42,194],wiedenroth:41,wiki:153,wikipedia:[197,215],wili:[42,43],win64:[8,31],window:[],window_record_numb:[],window_sum:[],wing:[39,40],with_checks:[41,116],with_command_vers:42,with_position:[43,90,91,113,119,120,128,132,133,156,165,166,173,175,178,190,191,192,201,202,203,204,212,214,232,238,240,241,244],with_section:[41,42,43,90,91,119,132,240,241],with_types:116,with_weight:[41,78,90,91,119,132],within:[207,208,241,245],without:[],wno:37,wonderland:90,word1:[39,133,190,191],word2:[39,133,190,191],word:[0,39,41,42,68,74,133,140,178,189,190,191,200,202,207,208,209,210,212,213,239,241],work:[],workaround:[41,42,43,140],worker:[33,40,43,153],world:[40,41,213,215,245],worst:43,writabl:[41,42],write:[14,18,28,38,41,42,68,105,112,126,133,137,151,190,191,201,239,240,241],written:[18,41,122,127,146,205,241],wrong:[33,37,39,40,41,42,43,149,208,209],wrongli:[37,43],www:12,x64:[12,31],x86:[31,37,42],x86_64:12,xcode:27,xenial:[30,43],xeru:[30,43],xml:[],xvzf:[24,25,26,27,28,29,30],xxx:[33,40,41,43,133,151,191],xxx_20150603:42,xxx_20150604:42,xxx_201506:42,yahppo:40,yak:[30,43],yakketi:[30,43],yamada:41,yamaguchi:37,yamamoto:41,yaman:[40,41],yappo:[40,41,44],year:[42,46,159,191,193,241],years_old:46,yet:[0,37,40,43,110,113,130,131,133,156,191,196,202,204,205,223],yito:[39,40],yml:21,yoji:37,yokoyama:[40,41,43],yoku:[40,41],york:[162,241],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,32,33,37,38,39,40,41,42,43,46,48,49,50,52,53,54,56,68,71,72,78,79,81,82,83,84,85,86,89,90,91,93,94,95,96,97,100,101,102,103,104,105,106,110,111,112,113,114,115,116,118,119,121,122,123,127,128,129,130,131,132,133,134,136,138,140,141,142,143,144,146,147,149,151,153,154,155,156,157,158,159,162,165,166,167,168,169,172,173,175,178,187,189,190,191,194,196,197,198,200,201,202,203,204,205,207,210,211,212,213,214,215,221,223,226,227,229,233,235,236,237,238,240,241,242,243,244,245],younger:90,your:[],your_db:37,your_github_account:17,your_new_db:37,yourself:[23,90],yuki:[37,41,43],yum:[12,18,24,26,39],yunqiang:43,yutaro:42,yuya:[41,42,43],yy_syntax_error:46,yyy:17,yyyy:[191,193],yyyymm:205,yyyymmdd:[113,205],zcat:43,zenigata:237,zero:[43,74,78,90,133,172,194,200,212,213,229,235],zeromq:28,zip:[],zlib1g:[25,30],zlib:[],zlib_error:229,zsh:28,zstandard:[28,43,119],zstd:119,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 - 6.x","News in Senna period","7. Reference manual","7.18. Alias","7.24. API","7.24.2. Global configurations","7.24.4. <code class=\"docutils literal\"><span class=\"pre\">grn_cache</span></code>","7.24.5. <code class=\"docutils literal\"><span class=\"pre\">grn_column</span></code>","7.24.6. <code class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></code>","7.24.7. <code class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></code>","7.24.8. <code class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></code>","7.24.9. <code class=\"docutils literal\"><span class=\"pre\">grn_db</span></code>","7.24.10. <code class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></code>","7.24.11. grn_expr","7.24.12. <code class=\"docutils literal\"><span class=\"pre\">grn_geo</span></code>","7.24.13. <code class=\"docutils literal\"><span class=\"pre\">grn_hook</span></code>","7.24.14. <code class=\"docutils literal\"><span class=\"pre\">grn_ii</span></code>","7.24.15. <code class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></code>","7.24.16. <code class=\"docutils literal\"><span class=\"pre\">grn_info</span></code>","7.24.17. <code class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></code>","7.24.18. <code class=\"docutils literal\"><span class=\"pre\">grn_obj</span></code>","7.24.19. <code class=\"docutils literal\"><span class=\"pre\">grn_proc</span></code>","7.24.20. <code class=\"docutils literal\"><span class=\"pre\">grn_search</span></code>","7.24.21. <code class=\"docutils literal\"><span class=\"pre\">grn_table</span></code>","7.24.22. <code class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></code>","7.24.23. <code class=\"docutils literal\"><span class=\"pre\">grn_thread_*</span></code>","7.24.24. <code class=\"docutils literal\"><span class=\"pre\">grn_type</span></code>","7.24.25. <code class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></code>","7.24.1. Overview","7.24.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_copy</span></code>","7.3.59. <code class=\"docutils literal\"><span class=\"pre\">table_create</span></code>","7.3.60. <code class=\"docutils literal\"><span class=\"pre\">table_list</span></code>","7.3.61. <code class=\"docutils literal\"><span class=\"pre\">table_remove</span></code>","7.3.62. <code class=\"docutils literal\"><span class=\"pre\">table_rename</span></code>","7.3.63. <code class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></code>","7.3.64. <code class=\"docutils literal\"><span class=\"pre\">thread_limit</span></code>","7.3.65. <code class=\"docutils literal\"><span class=\"pre\">tokenize</span></code>","7.3.66. <code class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></code>","7.3.67. <code class=\"docutils literal\"><span class=\"pre\">truncate</span></code>","7.17. 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_records</span></code>","7.14.11. <code class=\"docutils literal\"><span class=\"pre\">in_values</span></code>","7.14.12. now","7.14.13. <code class=\"docutils literal\"><span class=\"pre\">number_classify</span></code>","7.14.14. <code class=\"docutils literal\"><span class=\"pre\">prefix_rk_search</span></code>","7.14.15. <code class=\"docutils literal\"><span class=\"pre\">query</span></code>","7.14.16. rand","7.14.17. <code class=\"docutils literal\"><span class=\"pre\">snippet_html</span></code>","7.14.18. <code class=\"docutils literal\"><span class=\"pre\">string_length</span></code>","7.14.19. <code class=\"docutils literal\"><span class=\"pre\">string_substring</span></code>","7.14.20. <code class=\"docutils literal\"><span class=\"pre\">sub_filter</span></code>","7.14.21. <code class=\"docutils literal\"><span class=\"pre\">time_classify_day</span></code>","7.14.22. <code class=\"docutils literal\"><span class=\"pre\">time_classify_hour</span></code>","7.14.23. <code class=\"docutils literal\"><span class=\"pre\">time_classify_minute</span></code>","7.14.24. <code class=\"docutils literal\"><span class=\"pre\">time_classify_month</span></code>","7.14.25. <code class=\"docutils literal\"><span class=\"pre\">time_classify_second</span></code>","7.14.26. <code class=\"docutils literal\"><span class=\"pre\">time_classify_week</span></code>","7.14.27. <code class=\"docutils literal\"><span class=\"pre\">time_classify_year</span></code>","7.14.28. <code class=\"docutils literal\"><span class=\"pre\">vector_new</span></code>","7.14.29. <code class=\"docutils literal\"><span class=\"pre\">vector_size</span></code>","7.14.30. <code class=\"docutils literal\"><span class=\"pre\">vector_slice</span></code>","7.12. grn_expr","7.12.1. Query syntax","7.12.2. Script syntax","7.20. Indexing","7.22. Log","7.7. Normalizers","7.16. Operations","7.16.1. Geolocation search","7.16.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.21. Sharding","7.19. Suggest","7.19.2. Completion","7.19.3. Correction","7.19.1. Introduction","7.19.4. Suggestion","7.5. Tables","7.9. Token filters","7.8. Tokenizers","7.23. Tuning","7.4. Data types","7.15. Window function","7.15.1. <code class=\"docutils literal\"><span class=\"pre\">record_number</span></code>","7.15.2. <code class=\"docutils literal\"><span class=\"pre\">window_record_number</span></code>","7.15.3. <code class=\"docutils literal\"><span class=\"pre\">window_sum</span></code>","5. 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":[150,152],"\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":80,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":152,"\u30b5\u30f3\u30d7\u30eb":[150,152],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":152,"\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":[152,231],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":232,"\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":80,"\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,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":215,"\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":152,"\u4f8b":[160,163,164,170,174,232],"\u4f8b\u3048\u3070redmin":10,"\u4fee\u6b63":[34,35,36,37],"\u5236\u9650\u4e8b\u9805":152,"\u524d\u63d0\u6761\u4ef6":12,"\u539f\u56e0":232,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":232,"\u540d\u524d":[76,150,152,160,163,164,170,174],"\u5909\u66f4":35,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":12,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":230,"\u5b9f\u9a13\u7684":37,"\u5bfe\u5fdc":10,"\u5bfe\u7b56\u65b9\u6cd51":232,"\u5bfe\u7b56\u65b9\u6cd52":232,"\u5f15\u6570":[150,152,160,163,164,174],"\u611f\u8b1d":[34,35,36,37],"\u6539\u826f":[34,35,36,37],"\u66f8\u5f0f":[150,152,160,163,164,170,174],"\u6700\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":12,"\u691c\u7d22":230,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":230,"\u691c\u7d22\u306e\u6319\u52d5":230,"\u691c\u7d22\u4f8b1":11,"\u691c\u7d22\u4f8b2":11,"\u691c\u7d22\u4f8b3":11,"\u691c\u7d22\u4f8b4":11,"\u6982\u8981":80,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":14,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":12,"\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":152,"\u7406\u7531":10,"\u8aac\u660e":[76,150,152,160,163,164,170,174],"\u8fd4\u5024":[160,163,164,170,174],"\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":230,"\u95a2\u4fc2\u5f0f":11,"\u95be\u5024\u3092\u3042\u3052\u308b":232,"\u9759\u7684\u89e3\u6790":14,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":230,"benchmark\u547d\u4ee4":152,"benchmark\u5b9f\u884c\u7d50\u679c":152,"boolean":[191,235],"case":[81,115,140],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"class":201,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":80,"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,80,84],"examples\u306e\u5b9f\u884c":12,"facebook\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"files\u306e\u5b9f\u884c":12,"float":[191,215],"function":[113,133,158,191,216],"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\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\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":109,"new":[17,33,37,38,39,40,41,42,43,44],"null":191,"po\u306e\u5b9f\u884c":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":12,"ppa\u7528\u306e\u9375\u306e\u767b\u9332":12,"release\u306e\u5b9f\u884c":12,"return":[84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,154,156,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,203,204,217,218,219],"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,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u516c\u958b\u306e\u53d6\u308a\u6d88\u3057":12,"version\u30d1\u30e9\u30e1\u30fc\u30bf":80,"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:[215,239],access:[223,242],add:17,addition:[191,194,239],adjust:133,administr:[153,242],advanc:[113,133],against:240,aggreg:0,alia:46,all:211,alloc:233,also:[6,7,8,46,81,83,84,85,86,88,90,91,94,95,96,98,100,103,104,106,107,108,109,114,116,117,120,122,123,124,126,127,129,130,131,132,133,136,138,142,144,145,155,156,165,166,172,173,175,178,189,194,197,200,203,204,211,212,229],among:240,anchor:201,api:[16,47],appli:78,approximate_typ:162,archive:30,arg:11,arithmet:191,arrai:191,assign:[83,191],assignment:[190,191],authent:223,autotool:6,availabl:[153,212],avoid:233,basic:[115,140,191,238],benchmark:152,between:159,bigram:241,binari:226,bitwis:191,blog:241,blogroonga:12,body:81,bool:215,broken:115,brows:153,bug:19,build:[5,6,7,8,24,25,26,27,28,30,31],built:[194,202,213],builtin:[151,215],cach:[112,133,153],cache_limit:86,calc_target:113,calc_typ:113,call:191,callback:11,can:215,candidate_n:156,cannot:233,cascad:100,cast:73,centos:24,chang:[44,89],charact:201,characterist:[0,211],chat:2,check:[87,149],checkout:[6,7,8],choic:201,clearlock:88,client:[1,151,229],clone:17,close_tagn:165,cmake:[7,8],code:[84,85],column:[0,32,74,75,76,77,78,89,90,113,119,120,132,133,140,162,165,172,190,203,204,236,238,240],column_copi:89,column_cr:90,column_full_name:119,column_id:119,column_list:91,column_name:119,column_or_valu:159,column_remov:92,column_renam:93,column_table:119,column_type_name:119,column_type_raw_id:119,column_type_raw_name:119,column_value_type:119,combin:190,command:[79,80,132,147,149,151,154,156,198,205,223,238,242],comment:241,common:120,commun:2,comparison:[191,223],complet:[207,209],compress:223,condit:[133,190,245],condition_column_nam:168,condition_t:168,config_delet:94,config_get:95,config_set:96,configur:[6,18,21,28,48,89,147,153,223],confirm:17,construct:192,contain:11,contribut:[3,15],control:191,convert:197,cooccurr:[207,208,210],core:223,correct:[208,209],cpu:223,creat:[6,78,90,138,155,238,240,241],custom:223,daemon:[151,229],data:[90,138,153,157,190,191,207,210,215,235,241],data_column_value_compress_method:119,databas:[119,223,238],database_name_table:119,database_path:[156,157],database_type_id:119,database_type_name:119,database_unmap:97,dataset:155,date:235,db_api:11,debian:25,decreas:[115,140],default_mod:173,default_token:138,define_selector:98,defrag:99,delet:100,depend:[6,7,8,18,28,115,140],descript:215,desctipion:155,develop:[4,20],differ:113,direct:153,divis:191,document:[15,18,22],domain:236,down:[153,245],downtim:223,drildown:236,drilldown:[113,133,236],drilldown_calc_target:[113,133],drilldown_calc_typ:[113,133],drilldown_filt:[113,133],drilldown_limit:[113,133],drilldown_offset:[113,133],drilldown_output_column:[113,133],drilldown_sort_kei:[113,133],drilldown_sortbi:[113,133],dump:101,dump_index:101,dump_plugin:101,dump_record:101,dump_schema:101,dynam:[113,133],each:240,edit:17,edit_dist:160,ellipsoid:162,enabl:[18,84],encod:28,encoding:28,engin:0,equal:[11,190,191],error:[81,233],escal:28,escape:[190,201],exampl:[21,49,50,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,229,233],example:155,execut:[148,151],exit:155,expand:199,expans:244,explicit:190,explicitli:162,express:[190,191,201],extract:[191,210],facebook:2,favorit:241,featur:196,fedora:26,file:[17,151,157,200,214,223],files:155,filter:[110,112,113,133,212],filter_str:178,fix:[33,37,39,40,41,42,43,44],flag:[90,113,116,133,138,142,144,173,229],flags:120,flow:17,follow:241,forc:[115,121],format:[81,103,133,193,200,238],free:0,freebsd:214,from:[6,7,8,24,25,26,27,28,30,31,113,156,157],from_nam:[89,137],from_tabl:89,full:[0,90,190,238,239,240,245],fuzzy_search:161,gener:[17,18],geo:[0,191,237],geo_dist:162,geo_in_circl:163,geo_in_rectangl:164,geoindex:241,geoloc:[196,241],geopoint:241,get:[156,238],global:48,glossari:205,gnu:[6,7,25],gqtp:[221,227,229],greater:[11,190,191],greater_equ:11,grn_cach:49,grn_column:50,grn_command_vers:51,grn_content_typ:52,grn_ctx:53,grn_db:54,grn_encod:55,grn_expr:[11,56,189],grn_geo:57,grn_hook:58,grn_ii:59,grn_index_cursor:60,grn_info:61,grn_match_escal:62,grn_obj:63,grn_proc:64,grn_search:65,grn_tabl:66,grn_table_cursor:67,grn_table_select:11,grn_thread_:68,grn_type:69,grn_user_data:70,grndb:149,grnslap:150,groonga:[0,3,4,5,6,7,8,9,12,17,22,44,151,152,153,154,155,156,157,224,225,227],groonga_base_path:153,groonga_cache_base_path:153,groonga_cache_limit:153,groonga_databas:153,groonga_database_auto_cr:153,groonga_log_level:153,groonga_log_path:153,groonga_query_log_path:153,group:[190,191,201],group_kei:[113,133],gzip:223,handleabl:90,hash:241,hashtag:241,header:[81,94,95,96,104,106,120,132,229],help:28,highlight_ful:165,highlight_html:166,homebrew:27,how:[3,5,6,7,8,15,17,19,46,78,83,84,89,192,197,207,208,210,221,229,233,242],html:[17,18,167],html_untag:167,http:[154,198,222,227,242],httpd:[153,156,157,225,227],https:223,hypertext:242,i18n:17,improvement:[33,37,38,39,40,41,42,43,44],in_record:168,in_valu:169,index:[0,32,75,90,120,132,138,192,201,203,204,237,238,240],index_column:142,index_column_source_full_name:119,index_column_source_id:119,index_column_source_name:119,index_column_source_table:119,index_column_value_position:119,index_column_value_section:119,index_column_value_size:119,index_column_value_statistics_max_array_segment_id:119,index_column_value_statistics_max_buffer_segment_id:119,index_column_value_statistics_max_in_use_chunk_id:119,index_column_value_statistics_max_in_use_physical_segment_id:119,index_column_value_statistics_max_section_id:119,index_column_value_statistics_n_garbage_chunks:119,index_column_value_statistics_n_garbage_segments:119,index_column_value_statistics_n_unmanaged_segments:119,index_column_value_statistics_total_chunk_size:119,index_column_value_weight:119,inform:[239,245],input:156,instal:[17,28],install:[6,7,8,18,23,200],installer:31,instant:0,int16:215,int32:215,int64:215,int8:215,integer:191,introduct:[18,209],invert:0,io_flush:102,issu:[19,242],javascript:245,jessi:25,json:[81,103],just:78,kei:[94,95,96,113,133,215,243],kern:214,key_typ:138,keyword:241,keywordn:165,kind:90,label:[113,133],languag:17,larg:138,latest:12,latitud:[0,235],launch:156,learn:[156,157,207,208,209,210],learner:[156,157],left:191,less:[11,190,191],less_equ:11,let:241,lexicon:[138,238,239],librari:[0,28],like:245,limit:[32,78,112,113,133,200,211,215,236],line:[151,156,198],linux:[7,25,214],list:[2,19,85],liter:191,load:[78,103,153,238,241],localstatedir:28,locat:[0,162,200,237,245],lock:0,lock_acquir:104,lock_clear:105,lock_releas:106,log:[28,157,193,223],log_level:107,log_put:108,log_reopen:109,logic:[115,190,191],logical_count:110,logical_paramet:111,logical_range_filt:112,logical_select:113,logical_shard_list:114,logical_t:[110,112,113,114,115],logical_table_remov:115,longitud:[0,235],longtext:215,lz4:28,mac:27,macport:27,mail:[2,19],make:[6,7,12,28],manual:45,match:[28,190,191],match_column:[113,133,173,240],match_escalation_threshold:[113,133],max:[86,110,112,113,115,143,159,214],max_bord:[110,112,113,115,159],max_map_count:214,maxfileperproc:214,medium:90,memcach:226,memori:[214,233],messag:28,message_pack_install_prefix:28,messagepack:81,micro:241,min:[110,112,113,115,159],min_bord:[110,112,113,115,159],mmap:233,mode:[11,134,142,144,151],mode_nam:168,modul:153,modulo:191,mroonga:0,much:115,multi:223,multipl:[90,191,236,240],munin:28,name:[90,93,113,118,119,121,133,138,140,141,154,155,215,240],narrow:245,nest:240,new_nam:[93,141],nginx:153,nofil:214,normal:[78,116,138,144,194],normalizer:132,normalizer_list:117,normalizer_nam:165,normalizerauto:194,normalizernfkc51:194,normalizers:132,not_equ:11,now:170,number:[28,90,133,214],number_classifi:171,numer:235,object:[120,191],object_exist:118,object_inspect:119,object_list:120,object_remov:121,object_type:120,objects:120,offline:192,offset:[112,113,133],old:33,online:192,open:214,open_tagn:165,oper:[191,238],operat:[195,238],option:[151,157],optional:[89,90,94,95,96,97,101,102,110,111,112,113,114,115,116,118,119,120,121,124,132,134,135,137,138,140,142,143,144,156,162,166,168,173,203,204],options:155,oracl:29,order:112,origin:191,other:[28,201],output:[17,81,113,133,198,238],output_column:[112,113,133],overcommit_memori:214,overview:[0,71,235],pack:28,packag:[28,30,227],page:133,paramet:[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,118,119,120,121,124,125,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,146,151,156,157,159,162,165,166,167,168,169,172,173,178,186,187,203,204,214,240],part:115,patch:17,path:[28,131,223],patricia:243,per:214,perform:[153,223],period:44,persist:211,person:30,phrase:190,platform:28,plugin:[28,72,132],plugin_regist:122,plugin_unregist:123,plugins:132,point1:162,point2:162,point:191,possibl:115,post:[153,223,241],ppa:30,prefix:[11,28,190,191,197,207,223,243],prefix_rk_search:172,prepar:244,pretti:82,primari:[215,243],print:82,proc:120,process:[193,214],properti:120,protocol:[226,229,242],proxi:153,proxy_cach:153,pseudo:76,pull:17,quantifi:201,queri:[0,113,133,153,172,173,190,193,199,244],query_expand:[113,124,133,173],query_expans:133,query_flag:[113,133],query_str:173,query_typ:229,queryexpandertsv:200,quit:125,rand:174,rang:[138,238],range:120,range_filt:126,range_index:111,read:[0,197,207],record:[90,133,211,238],record_numb:217,recov:149,rectangl:162,recurs:102,red:12,refer:[45,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,78,90,140,235,237],regist:127,regular:[190,191,201],reindex:128,relat:[112,113,115,133,153,157,240],relationship:237,releas:[33,37,38,39,40,41,42,43],remot:242,remov:[115,140],report:19,repositori:[5,6,7,8,13,17],request:[17,83,84,153],request_cancel:129,requir:[89,90,91,93,94,95,96,97,102,110,111,112,113,114,115,116,118,119,120,121,124,129,132,133,134,135,137,138,140,141,142,143,144,146,156,162,166,167,168,173,203,204],resolut:237,resolv:46,resourc:[115,140],respons:156,restart:227,result:[236,238],revers:[153,237],right:191,romaji:197,room:2,ruby_ev:130,ruby_load:131,rule:205,run:[6,7,8,18,221,229,242],sampl:[190,191],scalar:[77,90],schema:132,scope:178,score:133,score_n:156,scorer:[113,133,202,245],scorer_tf_at_most:203,scorer_tf_idf:204,script:[130,191],search:[0,78,90,113,133,190,191,196,197,207,208,210,237,238,239,240,241,243,244,245],secur:[191,242],see:[6,7,8,46,81,83,84,85,86,88,90,91,94,95,96,98,100,103,104,106,107,108,109,114,116,117,120,122,123,124,126,127,129,130,131,132,133,136,138,142,144,145,155,156,165,166,172,173,175,178,189,194,197,200,203,204,211,212,229],select:[113,133],send:[17,242],senna:44,server:[0,151,154,220,227,229,242],set:[84,153],setup:156,sharabl:0,shard:205,shard_kei:[110,112,113,115],shift:191,shorttext:215,shut:153,shutdown:134,sign:191,similar:[11,190,191,208],simpl:[113,133],size:229,slice:133,small:90,snippet_html:175,softwar:[6,7,8,18],solari:29,solut:233,sort:[236,238,245],sort_kei:[113,133],sortbi:[113,133],sourc:[24,25,26,27,28,30,31,90],source:132,sources:120,specif:[120,153,228,240,241],specifi:[162,215,238],sphere:162,sphinx:17,stage:[113,133],standalon:151,start:227,statu:[135,229],status:155,stop:227,storag:0,store:[0,138],string:[116,142,144,191,235],string_length:176,string_substr:177,style:133,sub_filt:178,submit:19,substitution_t:173,subtract:191,succeeded_or_not:[94,96,104,106],success:81,suffix:[11,190,191,243],suggest:[136,155,156,157,206,209,210],summari:[46,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,75,77,78,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,149,151,153,154,156,157,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,194,197,200,201,202,203,204,205,211,212,213,214,217,218,219,221],support:196,synopsi:[154,157],synopstis:155,syntax:[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,149,151,153,156,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,190,191,201,203,204,217,218,219,245],tabl:[32,89,90,91,93,101,115,119,120,133,138,140,142,157,211,215,238,240,241],table:132,table_copi:137,table_cr:138,table_dat_key:211,table_hash_key:211,table_id:119,table_key_max_total_size:119,table_key_total_size:119,table_key_type:119,table_list:139,table_n_records:119,table_name:119,table_no_key:211,table_pat_key:211,table_remov:140,table_renam:141,table_token:142,table_type_id:119,table_type_name:119,table_value_type:119,tables:132,tag:[138,237,241],target:[90,140,149,187],target_nam:[102,104,105,106,128,146],target_valu:169,temporari:211,term:191,termin:229,text:[0,90,166,190,215,238,239,240,245],than:[190,191],thank:[33,37,38,39,40,41,42,43],thread_limit:143,threshold:28,time:[191,215,235,241],time_classify_dai:179,time_classify_hour:180,time_classify_minut:181,time_classify_month:182,time_classify_second:183,time_classify_week:184,time_classify_year:185,timeout:84,to_nam:[89,137],to_tabl:89,todo:175,token:[0,144,212,213],token_filt:[138,144],token_filter:132,token_filters:[120,132],tokenbigram:213,tokenbigramignoreblank:213,tokenbigramignoreblanksplitsymbol:213,tokenbigramignoreblanksplitsymbolalpha:213,tokenbigramignoreblanksplitsymbolalphadigit:213,tokenbigramsplitsymbol:213,tokenbigramsplitsymbolalpha:213,tokenbigramsplitsymbolalphadigit:213,tokendelimit:213,tokendelimitnul:213,tokenfilterstem:212,tokenfilterstopword:212,tokenizer:132,tokenizer_list:145,tokenizers:132,tokenizs:213,tokenmecab:213,tokenregexp:213,tokentrigram:213,tokenunigram:213,tokyogeopoint:215,tool:[28,153,242],topic:15,total:133,tracker:19,transfer:242,translat:17,travi:21,trie:243,truncat:146,tsv:[81,200],tune:214,tutori:234,twitter:2,type:[90,113,119,120,132,133,156,215,235,241],type_id:119,type_id_of_type:119,type_name:119,type_name_of_type:119,type_size:119,types:132,ubuntu:30,uint16:215,uint32:215,uint64:215,uint8:215,unix:7,unremov:[115,140],unsign:191,updat:[0,12,17,207],update:18,upgrade:223,usag:[113,115,133,140,214],usage:[46,75,77,78,82,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,149,151,153,156,157,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,197,198,200,201,202,203,204,217,218,219],use:156,use_html_escap:165,use_range_index:112,user:[156,241],using:[162,223],valu:[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,154,156,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,203,204,217,218,219,241],value:95,value_typ:138,variou:[235,245],vector:[78,90,235],vector_new:186,vector_s:187,vector_slic:188,version:[80,223],view:238,weight:[78,90,240],wgs84geopoint:215,what:213,who:241,window:[8,31,113,133,216],window_record_numb:218,window_sum:219,without:223,work:[17,207,208,210],worker_process:153,xml:81,xor:191,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 &#8212; Groonga v6.1.3 documentation</title>
10
+ <title>5. Server &#8212; Groonga v7.0.1-160-gda23e59 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.1.3',
18
+ VERSION: '7.0.1-160-gda23e59',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <link rel="shortcut icon" href="_static/favicon.ico"/>
28
28
  <link rel="index" title="Index" href="genindex.html" />
29
29
  <link rel="search" title="Search" href="search.html" />
30
- <link rel="top" title="Groonga v6.1.3 documentation" href="index.html" />
30
+ <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="index.html" />
31
31
  <link rel="next" title="5.1. Server packages" href="server/package.html" />
32
32
  <link rel="prev" title="4.11. Query expansion" href="tutorial/query_expansion.html" />
33
33
  </head>
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="tutorial/query_expansion.html" title="4.11. Query expansion"
63
63
  accesskey="P">previous</a> |</li>
64
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.1.3 documentation</a> &#187;</li>
64
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
65
65
  </ul>
66
66
  </div>
67
67
 
@@ -141,7 +141,7 @@
141
141
  <li class="right" >
142
142
  <a href="tutorial/query_expansion.html" title="4.11. Query expansion"
143
143
  >previous</a> |</li>
144
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.1.3 documentation</a> &#187;</li>
144
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
145
145
  </ul>
146
146
  </div>
147
147
  <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 &#8212; Groonga v6.1.3 documentation</title>
10
+ <title>5.3. GQTP &#8212; Groonga v7.0.1-160-gda23e59 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.1.3',
18
+ VERSION: '7.0.1-160-gda23e59',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
28
  <link rel="index" title="Index" href="../genindex.html" />
29
29
  <link rel="search" title="Search" href="../search.html" />
30
- <link rel="top" title="Groonga v6.1.3 documentation" href="../index.html" />
30
+ <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../index.html" />
31
31
  <link rel="up" title="5. Server" href="../server.html" />
32
32
  <link rel="next" title="5.4. Memcached binary protocol" href="memcached.html" />
33
33
  <link rel="prev" title="5.2.3. groonga-httpd" href="http/groonga-httpd.html" />
@@ -62,7 +62,7 @@
62
62
  <li class="right" >
63
63
  <a href="http/groonga-httpd.html" title="5.2.3. groonga-httpd"
64
64
  accesskey="P">previous</a> |</li>
65
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
65
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
66
66
  <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U">5. Server</a> &#187;</li>
67
67
  </ul>
68
68
  </div>
@@ -168,7 +168,7 @@ line:</p>
168
168
  <li class="right" >
169
169
  <a href="http/groonga-httpd.html" title="5.2.3. groonga-httpd"
170
170
  >previous</a> |</li>
171
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
171
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
172
172
  <li class="nav-item nav-item-1"><a href="../server.html" >5. Server</a> &#187;</li>
173
173
  </ul>
174
174
  </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 &#8212; Groonga v6.1.3 documentation</title>
10
+ <title>5.2. HTTP &#8212; Groonga v7.0.1-160-gda23e59 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.1.3',
18
+ VERSION: '7.0.1-160-gda23e59',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
28
  <link rel="index" title="Index" href="../genindex.html" />
29
29
  <link rel="search" title="Search" href="../search.html" />
30
- <link rel="top" title="Groonga v6.1.3 documentation" href="../index.html" />
30
+ <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../index.html" />
31
31
  <link rel="up" title="5. Server" href="../server.html" />
32
32
  <link rel="next" title="5.2.1. Comparison" href="http/comparison.html" />
33
33
  <link rel="prev" title="5.1. Server packages" href="package.html" />
@@ -62,7 +62,7 @@
62
62
  <li class="right" >
63
63
  <a href="package.html" title="5.1. Server packages"
64
64
  accesskey="P">previous</a> |</li>
65
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
65
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
66
66
  <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U">5. Server</a> &#187;</li>
67
67
  </ul>
68
68
  </div>
@@ -152,7 +152,7 @@ implementation. It is also fast and has many HTTP features.</p>
152
152
  <li class="right" >
153
153
  <a href="package.html" title="5.1. Server packages"
154
154
  >previous</a> |</li>
155
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
155
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
156
156
  <li class="nav-item nav-item-1"><a href="../server.html" >5. Server</a> &#187;</li>
157
157
  </ul>
158
158
  </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 &#8212; Groonga v6.1.3 documentation</title>
10
+ <title>5.2.1. Comparison &#8212; Groonga v7.0.1-160-gda23e59 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.1.3',
18
+ VERSION: '7.0.1-160-gda23e59',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
28
  <link rel="index" title="Index" href="../../genindex.html" />
29
29
  <link rel="search" title="Search" href="../../search.html" />
30
- <link rel="top" title="Groonga v6.1.3 documentation" href="../../index.html" />
30
+ <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../../index.html" />
31
31
  <link rel="up" title="5.2. HTTP" href="../http.html" />
32
32
  <link rel="next" title="5.2.2. groonga" href="groonga.html" />
33
33
  <link rel="prev" title="5.2. HTTP" href="../http.html" />
@@ -62,7 +62,7 @@
62
62
  <li class="right" >
63
63
  <a href="../http.html" title="5.2. HTTP"
64
64
  accesskey="P">previous</a> |</li>
65
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
65
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
66
66
  <li class="nav-item nav-item-1"><a href="../../server.html" >5. Server</a> &#187;</li>
67
67
  <li class="nav-item nav-item-2"><a href="../http.html" accesskey="U">5.2. HTTP</a> &#187;</li>
68
68
  </ul>
@@ -450,7 +450,7 @@ following rules to use loading by POST.</p>
450
450
  <li class="right" >
451
451
  <a href="../http.html" title="5.2. HTTP"
452
452
  >previous</a> |</li>
453
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
453
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
454
454
  <li class="nav-item nav-item-1"><a href="../../server.html" >5. Server</a> &#187;</li>
455
455
  <li class="nav-item nav-item-2"><a href="../http.html" >5.2. HTTP</a> &#187;</li>
456
456
  </ul>
@@ -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.3. groonga-httpd &#8212; Groonga v6.1.3 documentation</title>
10
+ <title>5.2.3. groonga-httpd &#8212; Groonga v7.0.1-160-gda23e59 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.1.3',
18
+ VERSION: '7.0.1-160-gda23e59',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
28
  <link rel="index" title="Index" href="../../genindex.html" />
29
29
  <link rel="search" title="Search" href="../../search.html" />
30
- <link rel="top" title="Groonga v6.1.3 documentation" href="../../index.html" />
30
+ <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../../index.html" />
31
31
  <link rel="up" title="5.2. HTTP" href="../http.html" />
32
32
  <link rel="next" title="5.3. GQTP" href="../gqtp.html" />
33
33
  <link rel="prev" title="5.2.2. groonga" href="groonga.html" />
@@ -62,7 +62,7 @@
62
62
  <li class="right" >
63
63
  <a href="groonga.html" title="5.2.2. groonga"
64
64
  accesskey="P">previous</a> |</li>
65
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
65
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
66
66
  <li class="nav-item nav-item-1"><a href="../../server.html" >5. Server</a> &#187;</li>
67
67
  <li class="nav-item nav-item-2"><a href="../http.html" accesskey="U">5.2. HTTP</a> &#187;</li>
68
68
  </ul>
@@ -123,7 +123,7 @@
123
123
  <li class="right" >
124
124
  <a href="groonga.html" title="5.2.2. groonga"
125
125
  >previous</a> |</li>
126
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
126
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
127
127
  <li class="nav-item nav-item-1"><a href="../../server.html" >5. Server</a> &#187;</li>
128
128
  <li class="nav-item nav-item-2"><a href="../http.html" >5.2. HTTP</a> &#187;</li>
129
129
  </ul>
@@ -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.2. groonga &#8212; Groonga v6.1.3 documentation</title>
10
+ <title>5.2.2. groonga &#8212; Groonga v7.0.1-160-gda23e59 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.1.3',
18
+ VERSION: '7.0.1-160-gda23e59',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
28
  <link rel="index" title="Index" href="../../genindex.html" />
29
29
  <link rel="search" title="Search" href="../../search.html" />
30
- <link rel="top" title="Groonga v6.1.3 documentation" href="../../index.html" />
30
+ <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../../index.html" />
31
31
  <link rel="up" title="5.2. HTTP" href="../http.html" />
32
32
  <link rel="next" title="5.2.3. groonga-httpd" href="groonga-httpd.html" />
33
33
  <link rel="prev" title="5.2.1. Comparison" href="comparison.html" />
@@ -62,7 +62,7 @@
62
62
  <li class="right" >
63
63
  <a href="comparison.html" title="5.2.1. Comparison"
64
64
  accesskey="P">previous</a> |</li>
65
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
65
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
66
66
  <li class="nav-item nav-item-1"><a href="../../server.html" >5. Server</a> &#187;</li>
67
67
  <li class="nav-item nav-item-2"><a href="../http.html" accesskey="U">5.2. HTTP</a> &#187;</li>
68
68
  </ul>
@@ -123,7 +123,7 @@
123
123
  <li class="right" >
124
124
  <a href="comparison.html" title="5.2.1. Comparison"
125
125
  >previous</a> |</li>
126
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
126
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
127
127
  <li class="nav-item nav-item-1"><a href="../../server.html" >5. Server</a> &#187;</li>
128
128
  <li class="nav-item nav-item-2"><a href="../http.html" >5.2. HTTP</a> &#187;</li>
129
129
  </ul>
@@ -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.4. Memcached binary protocol &#8212; Groonga v6.1.3 documentation</title>
10
+ <title>5.4. Memcached binary protocol &#8212; Groonga v7.0.1-160-gda23e59 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.1.3',
18
+ VERSION: '7.0.1-160-gda23e59',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
28
  <link rel="index" title="Index" href="../genindex.html" />
29
29
  <link rel="search" title="Search" href="../search.html" />
30
- <link rel="top" title="Groonga v6.1.3 documentation" href="../index.html" />
30
+ <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../index.html" />
31
31
  <link rel="up" title="5. Server" href="../server.html" />
32
32
  <link rel="next" title="6. Client" href="../client.html" />
33
33
  <link rel="prev" title="5.3. GQTP" href="gqtp.html" />
@@ -62,7 +62,7 @@
62
62
  <li class="right" >
63
63
  <a href="gqtp.html" title="5.3. GQTP"
64
64
  accesskey="P">previous</a> |</li>
65
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
65
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
66
66
  <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U">5. Server</a> &#187;</li>
67
67
  </ul>
68
68
  </div>
@@ -128,7 +128,7 @@
128
128
  <li class="right" >
129
129
  <a href="gqtp.html" title="5.3. GQTP"
130
130
  >previous</a> |</li>
131
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
131
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
132
132
  <li class="nav-item nav-item-1"><a href="../server.html" >5. Server</a> &#187;</li>
133
133
  </ul>
134
134
  </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.1. Server packages &#8212; Groonga v6.1.3 documentation</title>
10
+ <title>5.1. Server packages &#8212; Groonga v7.0.1-160-gda23e59 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.1.3',
18
+ VERSION: '7.0.1-160-gda23e59',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
28
  <link rel="index" title="Index" href="../genindex.html" />
29
29
  <link rel="search" title="Search" href="../search.html" />
30
- <link rel="top" title="Groonga v6.1.3 documentation" href="../index.html" />
30
+ <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../index.html" />
31
31
  <link rel="up" title="5. Server" href="../server.html" />
32
32
  <link rel="next" title="5.2. HTTP" href="http.html" />
33
33
  <link rel="prev" title="5. Server" href="../server.html" />
@@ -62,7 +62,7 @@
62
62
  <li class="right" >
63
63
  <a href="../server.html" title="5. Server"
64
64
  accesskey="P">previous</a> |</li>
65
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
65
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
66
66
  <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U">5. Server</a> &#187;</li>
67
67
  </ul>
68
68
  </div>
@@ -384,7 +384,7 @@ Please use <code class="docutils literal"><span class="pre">groonga-httpd</span>
384
384
  <li class="right" >
385
385
  <a href="../server.html" title="5. Server"
386
386
  >previous</a> |</li>
387
- <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> &#187;</li>
387
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
388
388
  <li class="nav-item nav-item-1"><a href="../server.html" >5. Server</a> &#187;</li>
389
389
  </ul>
390
390
  </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>8. Specification &#8212; Groonga v6.1.3 documentation</title>
10
+ <title>8. Specification &#8212; Groonga v7.0.1-160-gda23e59 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.1.3',
18
+ VERSION: '7.0.1-160-gda23e59',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,9 +27,9 @@
27
27
  <link rel="shortcut icon" href="_static/favicon.ico"/>
28
28
  <link rel="index" title="Index" href="genindex.html" />
29
29
  <link rel="search" title="Search" href="search.html" />
30
- <link rel="top" title="Groonga v6.1.3 documentation" href="index.html" />
30
+ <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="index.html" />
31
31
  <link rel="next" title="8.1. GQTP" href="spec/gqtp.html" />
32
- <link rel="prev" title="7.23.25. grn_user_data" href="reference/api/grn_user_data.html" />
32
+ <link rel="prev" title="7.24.25. grn_user_data" href="reference/api/grn_user_data.html" />
33
33
  </head>
34
34
  <body role="document">
35
35
  <div class="header">
@@ -59,9 +59,9 @@
59
59
  <a href="spec/gqtp.html" title="8.1. GQTP"
60
60
  accesskey="N">next</a> |</li>
61
61
  <li class="right" >
62
- <a href="reference/api/grn_user_data.html" title="7.23.25. grn_user_data"
62
+ <a href="reference/api/grn_user_data.html" title="7.24.25. grn_user_data"
63
63
  accesskey="P">previous</a> |</li>
64
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.1.3 documentation</a> &#187;</li>
64
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
65
65
  </ul>
66
66
  </div>
67
67
 
@@ -88,7 +88,7 @@
88
88
  <div class="sphinxsidebarwrapper">
89
89
  <h4>Previous topic</h4>
90
90
  <p class="topless"><a href="reference/api/grn_user_data.html"
91
- title="previous chapter">7.23.25. <code class="docutils literal"><span class="pre">grn_user_data</span></code></a></p>
91
+ title="previous chapter">7.24.25. <code class="docutils literal"><span class="pre">grn_user_data</span></code></a></p>
92
92
  <h4>Next topic</h4>
93
93
  <p class="topless"><a href="spec/gqtp.html"
94
94
  title="next chapter">8.1. GQTP</a></p>
@@ -123,9 +123,9 @@
123
123
  <a href="spec/gqtp.html" title="8.1. GQTP"
124
124
  >next</a> |</li>
125
125
  <li class="right" >
126
- <a href="reference/api/grn_user_data.html" title="7.23.25. grn_user_data"
126
+ <a href="reference/api/grn_user_data.html" title="7.24.25. grn_user_data"
127
127
  >previous</a> |</li>
128
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.1.3 documentation</a> &#187;</li>
128
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
129
129
  </ul>
130
130
  </div>
131
131
  <div class="footer" role="contentinfo">