rroonga 0.9.5-x86-mingw32 → 1.0.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (421) hide show
  1. data/NEWS.ja.rdoc +24 -0
  2. data/NEWS.rdoc +24 -0
  3. data/README.ja.rdoc +3 -2
  4. data/README.rdoc +3 -2
  5. data/Rakefile +15 -6
  6. data/ext/groonga/extconf.rb +25 -25
  7. data/ext/groonga/groonga.def +2 -0
  8. data/ext/groonga/rb-grn-array.c +1 -1
  9. data/ext/groonga/rb-grn-exception.c +14 -0
  10. data/ext/groonga/rb-grn-hash.c +1 -1
  11. data/ext/groonga/rb-grn-index-column.c +13 -1
  12. data/ext/groonga/rb-grn-object.c +2 -2
  13. data/ext/groonga/rb-grn-patricia-trie.c +394 -1
  14. data/ext/groonga/rb-grn-table.c +33 -2
  15. data/ext/groonga/rb-grn.h +3 -3
  16. data/html/index.html +1 -1
  17. data/lib/1.8/groonga.so +0 -0
  18. data/lib/1.9/groonga.so +0 -0
  19. data/lib/groonga/record.rb +32 -2
  20. data/lib/groonga/schema.rb +1 -1
  21. data/rroonga-build.rb +3 -3
  22. data/test/test-patricia-trie.rb +172 -1
  23. data/test/test-record.rb +7 -0
  24. data/test/test-remote.rb +2 -1
  25. data/test/test-table-cursor.rb +35 -1
  26. data/test/test-table-select-normalize.rb +7 -3
  27. data/vendor/local/bin/grntest.exe +0 -0
  28. data/vendor/local/bin/groonga.exe +0 -0
  29. data/vendor/local/bin/libgroonga-0.dll +0 -0
  30. data/vendor/local/etc/groonga/groonga.conf +11 -0
  31. data/vendor/local/etc/groonga/init.d/redhat/groonga +168 -0
  32. data/vendor/local/etc/groonga/init.d/redhat/sysconfig/groonga +8 -0
  33. data/vendor/local/include/groonga/groonga.h +38 -12
  34. data/vendor/local/lib/groonga/modules/suggest/suggest.a +0 -0
  35. data/vendor/local/lib/groonga/modules/suggest/suggest.dll +0 -0
  36. data/vendor/local/lib/groonga/modules/suggest/suggest.dll.a +0 -0
  37. data/vendor/local/lib/groonga/modules/{functions/cast.la → suggest/suggest.la} +6 -6
  38. data/vendor/local/lib/libgroonga.a +0 -0
  39. data/vendor/local/lib/libgroonga.dll.a +0 -0
  40. data/vendor/local/lib/pkgconfig/groonga.pc +1 -1
  41. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  42. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  43. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  44. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  45. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  46. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  47. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  48. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  49. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  50. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  51. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  52. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  53. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  54. data/vendor/local/share/groonga/admin_html/css/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  55. data/vendor/local/share/groonga/admin_html/images/groonga.png +0 -0
  56. data/vendor/local/share/groonga/admin_html/images/loading.gif +0 -0
  57. data/vendor/local/share/groonga/admin_html/js/jquery.json-2.2.min.js +31 -0
  58. data/vendor/local/share/groonga/doc/ja/html/.buildinfo +4 -0
  59. data/vendor/local/share/groonga/doc/ja/html/_sources/characteristic.txt +56 -0
  60. data/vendor/local/share/groonga/doc/ja/html/_sources/commands.txt +10 -0
  61. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/cache_limit.txt +52 -0
  62. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/check.txt +164 -0
  63. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/clearlock.txt +61 -0
  64. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/column_create.txt +93 -0
  65. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/column_list.txt +97 -0
  66. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/column_remove.txt +58 -0
  67. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/define_selector.txt +114 -0
  68. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/defrag.txt +57 -0
  69. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/delete.txt +68 -0
  70. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/dump.txt +62 -0
  71. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/load.txt +98 -0
  72. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/log_level.txt +65 -0
  73. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/log_put.txt +69 -0
  74. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/log_reopen.txt +66 -0
  75. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/quit.txt +38 -0
  76. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/select.txt +247 -0
  77. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/shutdown.txt +38 -0
  78. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/status.txt +59 -0
  79. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/suggest.txt +79 -0
  80. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/table_create.txt +111 -0
  81. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/table_list.txt +87 -0
  82. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/table_remove.txt +50 -0
  83. data/vendor/local/share/groonga/doc/ja/html/_sources/commands/view_add.txt +53 -0
  84. data/vendor/local/share/groonga/doc/ja/html/_sources/commands_not_implemented/add.txt +102 -0
  85. data/vendor/local/share/groonga/doc/ja/html/_sources/commands_not_implemented/get.txt +78 -0
  86. data/vendor/local/share/groonga/doc/ja/html/_sources/commands_not_implemented/set.txt +103 -0
  87. data/vendor/local/share/groonga/doc/ja/html/_sources/developer.txt +10 -0
  88. data/vendor/local/share/groonga/doc/ja/html/_sources/developer/com.txt +18 -0
  89. data/vendor/local/share/groonga/doc/ja/html/_sources/developer/document.txt +38 -0
  90. data/vendor/local/share/groonga/doc/ja/html/_sources/developer/query.txt +212 -0
  91. data/vendor/local/share/groonga/doc/ja/html/_sources/developer/test.txt +114 -0
  92. data/vendor/local/share/groonga/doc/ja/html/_sources/execfile.txt +226 -0
  93. data/vendor/local/share/groonga/doc/ja/html/_sources/expr.txt +43 -0
  94. data/vendor/local/share/groonga/doc/ja/html/_sources/functions.txt +10 -0
  95. data/vendor/local/share/groonga/doc/ja/html/_sources/functions/edit_distance.txt +48 -0
  96. data/vendor/local/share/groonga/doc/ja/html/_sources/functions/geo_distance.txt +51 -0
  97. data/vendor/local/share/groonga/doc/ja/html/_sources/functions/geo_in_circle.txt +54 -0
  98. data/vendor/local/share/groonga/doc/ja/html/_sources/functions/geo_in_rectangle.txt +55 -0
  99. data/vendor/local/share/groonga/doc/ja/html/_sources/functions/now.txt +34 -0
  100. data/vendor/local/share/groonga/doc/ja/html/_sources/functions/rand.txt +41 -0
  101. data/vendor/local/share/groonga/doc/ja/html/_sources/grnslap.txt +64 -0
  102. data/vendor/local/share/groonga/doc/ja/html/_sources/grntest.txt +259 -0
  103. data/vendor/local/share/groonga/doc/ja/html/_sources/http.txt +52 -0
  104. data/vendor/local/share/groonga/doc/ja/html/_sources/index.txt +21 -0
  105. data/vendor/local/share/groonga/doc/ja/html/_sources/install.txt +114 -0
  106. data/vendor/local/share/groonga/doc/ja/html/_sources/news.txt +199 -0
  107. data/vendor/local/share/groonga/doc/ja/html/_sources/process.txt +12 -0
  108. data/vendor/local/share/groonga/doc/ja/html/_sources/pseudo_column.txt +38 -0
  109. data/vendor/local/share/groonga/doc/ja/html/_sources/reference.txt +14 -0
  110. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial.txt +10 -0
  111. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial01.txt +293 -0
  112. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial02.txt +100 -0
  113. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial03.txt +72 -0
  114. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial04.txt +111 -0
  115. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial05.txt +65 -0
  116. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial06.txt +91 -0
  117. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial07.txt +92 -0
  118. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial08.txt +53 -0
  119. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial09.txt +9 -0
  120. data/vendor/local/share/groonga/doc/ja/html/_sources/tutorial/tutorial10.txt +486 -0
  121. data/vendor/local/share/groonga/doc/ja/html/_sources/type.txt +118 -0
  122. data/vendor/local/share/groonga/doc/ja/html/_static/basic.css +509 -0
  123. data/vendor/local/share/groonga/doc/ja/html/_static/default.css +277 -0
  124. data/vendor/local/share/groonga/doc/ja/html/_static/doctools.js +247 -0
  125. data/vendor/local/share/groonga/doc/ja/html/_static/file.png +0 -0
  126. data/vendor/local/share/groonga/doc/ja/html/_static/jquery.js +6240 -0
  127. data/vendor/local/share/groonga/doc/ja/html/_static/minus.png +0 -0
  128. data/vendor/local/share/groonga/doc/ja/html/_static/plus.png +0 -0
  129. data/vendor/local/share/groonga/doc/ja/html/_static/pygments.css +61 -0
  130. data/vendor/local/share/groonga/doc/ja/html/_static/searchtools.js +518 -0
  131. data/vendor/local/share/groonga/doc/ja/html/_static/sidebar.js +147 -0
  132. data/vendor/local/share/groonga/doc/ja/html/_static/underscore.js +16 -0
  133. data/vendor/local/share/groonga/doc/ja/html/characteristic.html +162 -0
  134. data/vendor/local/share/groonga/doc/ja/html/commands.html +139 -0
  135. data/vendor/local/share/groonga/doc/ja/html/commands/cache_limit.html +173 -0
  136. data/vendor/local/share/groonga/doc/ja/html/commands/check.html +285 -0
  137. data/vendor/local/share/groonga/doc/ja/html/commands/clearlock.html +180 -0
  138. data/vendor/local/share/groonga/doc/ja/html/commands/column_create.html +210 -0
  139. data/vendor/local/share/groonga/doc/ja/html/commands/column_list.html +220 -0
  140. data/vendor/local/share/groonga/doc/ja/html/commands/column_remove.html +183 -0
  141. data/vendor/local/share/groonga/doc/ja/html/commands/define_selector.html +221 -0
  142. data/vendor/local/share/groonga/doc/ja/html/commands/defrag.html +177 -0
  143. data/vendor/local/share/groonga/doc/ja/html/commands/delete.html +182 -0
  144. data/vendor/local/share/groonga/doc/ja/html/commands/dump.html +177 -0
  145. data/vendor/local/share/groonga/doc/ja/html/commands/load.html +208 -0
  146. data/vendor/local/share/groonga/doc/ja/html/commands/log_level.html +187 -0
  147. data/vendor/local/share/groonga/doc/ja/html/commands/log_put.html +190 -0
  148. data/vendor/local/share/groonga/doc/ja/html/commands/log_reopen.html +188 -0
  149. data/vendor/local/share/groonga/doc/ja/html/commands/quit.html +156 -0
  150. data/vendor/local/share/groonga/doc/ja/html/commands/select.html +331 -0
  151. data/vendor/local/share/groonga/doc/ja/html/commands/shutdown.html +156 -0
  152. data/vendor/local/share/groonga/doc/ja/html/commands/status.html +179 -0
  153. data/vendor/local/share/groonga/doc/ja/html/commands/suggest.html +191 -0
  154. data/vendor/local/share/groonga/doc/ja/html/commands/table_create.html +222 -0
  155. data/vendor/local/share/groonga/doc/ja/html/commands/table_list.html +202 -0
  156. data/vendor/local/share/groonga/doc/ja/html/commands/table_remove.html +173 -0
  157. data/vendor/local/share/groonga/doc/ja/html/commands/view_add.html +175 -0
  158. data/vendor/local/share/groonga/doc/ja/html/commands_not_implemented/add.html +180 -0
  159. data/vendor/local/share/groonga/doc/ja/html/commands_not_implemented/get.html +161 -0
  160. data/vendor/local/share/groonga/doc/ja/html/commands_not_implemented/set.html +182 -0
  161. data/vendor/local/share/groonga/doc/ja/html/developer.html +118 -0
  162. data/vendor/local/share/groonga/doc/ja/html/developer/com.html +136 -0
  163. data/vendor/local/share/groonga/doc/ja/html/developer/document.html +159 -0
  164. data/vendor/local/share/groonga/doc/ja/html/developer/query.html +336 -0
  165. data/vendor/local/share/groonga/doc/ja/html/developer/test.html +220 -0
  166. data/vendor/local/share/groonga/doc/ja/html/execfile.html +370 -0
  167. data/vendor/local/share/groonga/doc/ja/html/expr.html +157 -0
  168. data/vendor/local/share/groonga/doc/ja/html/functions.html +122 -0
  169. data/vendor/local/share/groonga/doc/ja/html/functions/edit_distance.html +162 -0
  170. data/vendor/local/share/groonga/doc/ja/html/functions/geo_distance.html +170 -0
  171. data/vendor/local/share/groonga/doc/ja/html/functions/geo_in_circle.html +173 -0
  172. data/vendor/local/share/groonga/doc/ja/html/functions/geo_in_rectangle.html +172 -0
  173. data/vendor/local/share/groonga/doc/ja/html/functions/now.html +152 -0
  174. data/vendor/local/share/groonga/doc/ja/html/functions/rand.html +159 -0
  175. data/vendor/local/share/groonga/doc/ja/html/genindex.html +227 -0
  176. data/vendor/local/share/groonga/doc/ja/html/grnslap.html +183 -0
  177. data/vendor/local/share/groonga/doc/ja/html/grntest.html +368 -0
  178. data/vendor/local/share/groonga/doc/ja/html/http.html +163 -0
  179. data/vendor/local/share/groonga/doc/ja/html/index.html +291 -0
  180. data/vendor/local/share/groonga/doc/ja/html/install.html +228 -0
  181. data/vendor/local/share/groonga/doc/ja/html/news.html +310 -0
  182. data/vendor/local/share/groonga/doc/ja/html/objects.inv +0 -0
  183. data/vendor/local/share/groonga/doc/ja/html/process.html +120 -0
  184. data/vendor/local/share/groonga/doc/ja/html/pseudo_column.html +147 -0
  185. data/vendor/local/share/groonga/doc/ja/html/reference.html +174 -0
  186. data/vendor/local/share/groonga/doc/ja/html/search.html +96 -0
  187. data/vendor/local/share/groonga/doc/ja/html/searchindex.js +1 -0
  188. data/vendor/local/share/groonga/doc/ja/html/tutorial.html +172 -0
  189. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial01.html +388 -0
  190. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial02.html +214 -0
  191. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial03.html +183 -0
  192. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial04.html +212 -0
  193. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial05.html +169 -0
  194. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial06.html +209 -0
  195. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial07.html +212 -0
  196. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial08.html +139 -0
  197. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial09.html +114 -0
  198. data/vendor/local/share/groonga/doc/ja/html/tutorial/tutorial10.html +458 -0
  199. data/vendor/local/share/groonga/doc/ja/html/type.html +217 -0
  200. data/vendor/local/share/groonga/doc/ja/source/__init__.py +0 -0
  201. data/vendor/local/share/groonga/doc/ja/source/characteristic.txt +56 -0
  202. data/vendor/local/share/groonga/doc/ja/source/commands.txt +10 -0
  203. data/vendor/local/share/groonga/doc/ja/source/commands/cache_limit.txt +52 -0
  204. data/vendor/local/share/groonga/doc/ja/source/commands/check.txt +164 -0
  205. data/vendor/local/share/groonga/doc/ja/source/commands/clearlock.txt +61 -0
  206. data/vendor/local/share/groonga/doc/ja/source/commands/column_create.txt +93 -0
  207. data/vendor/local/share/groonga/doc/ja/source/commands/column_list.txt +97 -0
  208. data/vendor/local/share/groonga/doc/ja/source/commands/column_remove.txt +58 -0
  209. data/vendor/local/share/groonga/doc/ja/source/commands/define_selector.txt +114 -0
  210. data/vendor/local/share/groonga/doc/ja/source/commands/defrag.txt +57 -0
  211. data/vendor/local/share/groonga/doc/ja/source/commands/delete.txt +68 -0
  212. data/vendor/local/share/groonga/doc/ja/source/commands/dump.txt +62 -0
  213. data/vendor/local/share/groonga/doc/ja/source/commands/load.txt +98 -0
  214. data/vendor/local/share/groonga/doc/ja/source/commands/log_level.txt +65 -0
  215. data/vendor/local/share/groonga/doc/ja/source/commands/log_put.txt +69 -0
  216. data/vendor/local/share/groonga/doc/ja/source/commands/log_reopen.txt +66 -0
  217. data/vendor/local/share/groonga/doc/ja/source/commands/quit.txt +38 -0
  218. data/vendor/local/share/groonga/doc/ja/source/commands/select.txt +247 -0
  219. data/vendor/local/share/groonga/doc/ja/source/commands/shutdown.txt +38 -0
  220. data/vendor/local/share/groonga/doc/ja/source/commands/status.txt +59 -0
  221. data/vendor/local/share/groonga/doc/ja/source/commands/table_create.txt +111 -0
  222. data/vendor/local/share/groonga/doc/ja/source/commands/table_list.txt +87 -0
  223. data/vendor/local/share/groonga/doc/ja/source/commands/table_remove.txt +50 -0
  224. data/vendor/local/share/groonga/doc/ja/source/commands/view_add.txt +53 -0
  225. data/vendor/local/share/groonga/doc/ja/source/commands_not_implemented/add.txt +102 -0
  226. data/vendor/local/share/groonga/doc/ja/source/commands_not_implemented/get.txt +78 -0
  227. data/vendor/local/share/groonga/doc/ja/source/commands_not_implemented/set.txt +103 -0
  228. data/vendor/local/share/groonga/doc/ja/source/conf.py +265 -0
  229. data/vendor/local/share/groonga/doc/ja/source/developer.txt +10 -0
  230. data/vendor/local/share/groonga/doc/ja/source/developer/com.txt +18 -0
  231. data/vendor/local/share/groonga/doc/ja/source/developer/document.txt +38 -0
  232. data/vendor/local/share/groonga/doc/ja/source/developer/query.txt +212 -0
  233. data/vendor/local/share/groonga/doc/ja/source/developer/test.txt +114 -0
  234. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-1.log +6 -0
  235. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-10.log +5 -0
  236. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-11.log +5 -0
  237. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-12.log +5 -0
  238. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-13.log +5 -0
  239. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-14.log +9 -0
  240. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-15.log +5 -0
  241. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-16.log +5 -0
  242. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-17.log +5 -0
  243. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-2.log +5 -0
  244. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-3.log +5 -0
  245. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-4.log +7 -0
  246. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-5.log +5 -0
  247. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-6.log +5 -0
  248. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-7.log +16 -0
  249. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-8.log +5 -0
  250. data/vendor/local/share/groonga/doc/ja/source/example/tutorial01-9.log +5 -0
  251. data/vendor/local/share/groonga/doc/ja/source/example/tutorial02-1.log +8 -0
  252. data/vendor/local/share/groonga/doc/ja/source/example/tutorial02-2.log +6 -0
  253. data/vendor/local/share/groonga/doc/ja/source/example/tutorial02-3.log +12 -0
  254. data/vendor/local/share/groonga/doc/ja/source/example/tutorial03-1.log +18 -0
  255. data/vendor/local/share/groonga/doc/ja/source/example/tutorial03-2.log +10 -0
  256. data/vendor/local/share/groonga/doc/ja/source/example/tutorial03-3.log +10 -0
  257. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-1.log +5 -0
  258. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-2.log +7 -0
  259. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-3.log +7 -0
  260. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-4.log +13 -0
  261. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-5.log +5 -0
  262. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-6.log +5 -0
  263. data/vendor/local/share/groonga/doc/ja/source/example/tutorial04-7.log +5 -0
  264. data/vendor/local/share/groonga/doc/ja/source/example/tutorial05-1.log +24 -0
  265. data/vendor/local/share/groonga/doc/ja/source/example/tutorial05-2.log +5 -0
  266. data/vendor/local/share/groonga/doc/ja/source/example/tutorial05-3.log +5 -0
  267. data/vendor/local/share/groonga/doc/ja/source/example/tutorial05-4.log +5 -0
  268. data/vendor/local/share/groonga/doc/ja/source/example/tutorial05-5.log +5 -0
  269. data/vendor/local/share/groonga/doc/ja/source/example/tutorial05-6.log +5 -0
  270. data/vendor/local/share/groonga/doc/ja/source/example/tutorial06-1.log +25 -0
  271. data/vendor/local/share/groonga/doc/ja/source/example/tutorial06-2.log +9 -0
  272. data/vendor/local/share/groonga/doc/ja/source/example/tutorial06-3.log +21 -0
  273. data/vendor/local/share/groonga/doc/ja/source/example/tutorial06-4.log +7 -0
  274. data/vendor/local/share/groonga/doc/ja/source/example/tutorial06-5.log +5 -0
  275. data/vendor/local/share/groonga/doc/ja/source/example/tutorial07-1.log +22 -0
  276. data/vendor/local/share/groonga/doc/ja/source/example/tutorial07-2.log +9 -0
  277. data/vendor/local/share/groonga/doc/ja/source/example/tutorial07-3.log +20 -0
  278. data/vendor/local/share/groonga/doc/ja/source/example/tutorial07-4.log +9 -0
  279. data/vendor/local/share/groonga/doc/ja/source/example/tutorial08-1.log +14 -0
  280. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-1.log +5 -0
  281. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-10.log +5 -0
  282. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-2.log +5 -0
  283. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-3.log +5 -0
  284. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-4.log +5 -0
  285. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-5.log +5 -0
  286. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-6.log +5 -0
  287. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-7.log +5 -0
  288. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-8.log +5 -0
  289. data/vendor/local/share/groonga/doc/ja/source/example/tutorial10-9.log +5 -0
  290. data/vendor/local/share/groonga/doc/ja/source/execfile.txt +226 -0
  291. data/vendor/local/share/groonga/doc/ja/source/expr.txt +43 -0
  292. data/vendor/local/share/groonga/doc/ja/source/functions.txt +10 -0
  293. data/vendor/local/share/groonga/doc/ja/source/functions/edit_distance.txt +48 -0
  294. data/vendor/local/share/groonga/doc/ja/source/functions/geo_distance.txt +51 -0
  295. data/vendor/local/share/groonga/doc/ja/source/functions/geo_in_circle.txt +54 -0
  296. data/vendor/local/share/groonga/doc/ja/source/functions/geo_in_rectangle.txt +55 -0
  297. data/vendor/local/share/groonga/doc/ja/source/functions/now.txt +34 -0
  298. data/vendor/local/share/groonga/doc/ja/source/functions/rand.txt +41 -0
  299. data/vendor/local/share/groonga/doc/ja/source/grnslap.txt +64 -0
  300. data/vendor/local/share/groonga/doc/ja/source/grntest.txt +259 -0
  301. data/vendor/local/share/groonga/doc/ja/source/http.txt +52 -0
  302. data/vendor/local/share/groonga/doc/ja/source/index.txt +21 -0
  303. data/vendor/local/share/groonga/doc/ja/source/install.txt +114 -0
  304. data/vendor/local/share/groonga/doc/ja/source/news.txt +199 -0
  305. data/vendor/local/share/groonga/doc/ja/source/process.txt +12 -0
  306. data/vendor/local/share/groonga/doc/ja/source/pseudo_column.txt +38 -0
  307. data/vendor/local/share/groonga/doc/ja/source/rdoc.py +762 -0
  308. data/vendor/local/share/groonga/doc/ja/source/reference.txt +14 -0
  309. data/vendor/local/share/groonga/doc/ja/source/tutorial.txt +10 -0
  310. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial01.txt +293 -0
  311. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial02.txt +100 -0
  312. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial03.txt +72 -0
  313. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial04.txt +111 -0
  314. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial05.txt +65 -0
  315. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial06.txt +91 -0
  316. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial07.txt +92 -0
  317. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial08.txt +53 -0
  318. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial09.txt +9 -0
  319. data/vendor/local/share/groonga/doc/ja/source/tutorial/tutorial10.txt +486 -0
  320. data/vendor/local/share/groonga/doc/ja/source/type.txt +118 -0
  321. data/vendor/local/share/groonga/doc/ja/source/update_execution_example.py +113 -0
  322. data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +46 -0
  323. data/vendor/local/share/groonga/examples/dictionary/edict/edict_import.sh +10 -0
  324. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +61 -0
  325. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro_import.sh +10 -0
  326. data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +46 -0
  327. data/vendor/local/share/groonga/examples/dictionary/gene95/gene_import.sh +10 -0
  328. data/vendor/local/share/groonga/examples/dictionary/html/css/dictionary.css +3 -0
  329. data/vendor/local/share/groonga/examples/dictionary/html/index.html +26 -0
  330. data/vendor/local/share/groonga/examples/dictionary/html/js/dictionary.js +51 -0
  331. data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.4.2.min.js +154 -0
  332. data/vendor/local/share/groonga/examples/dictionary/init_db.sh +10 -0
  333. data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +42 -0
  334. data/vendor/local/share/groonga/examples/dictionary/readme.txt +71 -0
  335. data/vendor/local/share/man/man1/groonga.1 +5498 -0
  336. metadata +360 -118
  337. data/pkg-config.rb +0 -333
  338. data/pkg/rroonga-0.9.5/NEWS.ja.rdoc +0 -156
  339. data/pkg/rroonga-0.9.5/NEWS.rdoc +0 -158
  340. data/pkg/rroonga-0.9.5/README.ja.rdoc +0 -65
  341. data/pkg/rroonga-0.9.5/README.rdoc +0 -66
  342. data/pkg/rroonga-0.9.5/text/TUTORIAL.ja.rdoc +0 -394
  343. data/pkg/rroonga-0.9.5/text/expression.rdoc +0 -285
  344. data/test-unit/Rakefile +0 -40
  345. data/test-unit/TODO +0 -5
  346. data/test-unit/bin/testrb +0 -5
  347. data/test-unit/html/classic.html +0 -15
  348. data/test-unit/html/index.html +0 -25
  349. data/test-unit/html/index.html.ja +0 -27
  350. data/test-unit/lib/test/unit.rb +0 -323
  351. data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
  352. data/test-unit/lib/test/unit/assertions.rb +0 -1230
  353. data/test-unit/lib/test/unit/attribute.rb +0 -125
  354. data/test-unit/lib/test/unit/autorunner.rb +0 -360
  355. data/test-unit/lib/test/unit/collector.rb +0 -36
  356. data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
  357. data/test-unit/lib/test/unit/collector/dir.rb +0 -108
  358. data/test-unit/lib/test/unit/collector/load.rb +0 -144
  359. data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
  360. data/test-unit/lib/test/unit/color-scheme.rb +0 -102
  361. data/test-unit/lib/test/unit/color.rb +0 -96
  362. data/test-unit/lib/test/unit/diff.rb +0 -724
  363. data/test-unit/lib/test/unit/error.rb +0 -130
  364. data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
  365. data/test-unit/lib/test/unit/failure.rb +0 -136
  366. data/test-unit/lib/test/unit/fixture.rb +0 -176
  367. data/test-unit/lib/test/unit/notification.rb +0 -129
  368. data/test-unit/lib/test/unit/omission.rb +0 -191
  369. data/test-unit/lib/test/unit/pending.rb +0 -150
  370. data/test-unit/lib/test/unit/priority.rb +0 -180
  371. data/test-unit/lib/test/unit/runner/console.rb +0 -52
  372. data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
  373. data/test-unit/lib/test/unit/runner/tap.rb +0 -8
  374. data/test-unit/lib/test/unit/testcase.rb +0 -476
  375. data/test-unit/lib/test/unit/testresult.rb +0 -89
  376. data/test-unit/lib/test/unit/testsuite.rb +0 -110
  377. data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
  378. data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -466
  379. data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
  380. data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -92
  381. data/test-unit/lib/test/unit/ui/testrunner.rb +0 -28
  382. data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -77
  383. data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
  384. data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -41
  385. data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
  386. data/test-unit/lib/test/unit/util/observable.rb +0 -90
  387. data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
  388. data/test-unit/lib/test/unit/version.rb +0 -7
  389. data/test-unit/sample/adder.rb +0 -13
  390. data/test-unit/sample/subtracter.rb +0 -12
  391. data/test-unit/sample/test_adder.rb +0 -20
  392. data/test-unit/sample/test_subtracter.rb +0 -20
  393. data/test-unit/sample/test_user.rb +0 -23
  394. data/test-unit/test/collector/test-descendant.rb +0 -133
  395. data/test-unit/test/collector/test-load.rb +0 -442
  396. data/test-unit/test/collector/test_dir.rb +0 -406
  397. data/test-unit/test/collector/test_objectspace.rb +0 -100
  398. data/test-unit/test/run-test.rb +0 -15
  399. data/test-unit/test/test-attribute.rb +0 -86
  400. data/test-unit/test/test-color-scheme.rb +0 -67
  401. data/test-unit/test/test-color.rb +0 -47
  402. data/test-unit/test/test-diff.rb +0 -518
  403. data/test-unit/test/test-emacs-runner.rb +0 -60
  404. data/test-unit/test/test-fixture.rb +0 -287
  405. data/test-unit/test/test-notification.rb +0 -33
  406. data/test-unit/test/test-omission.rb +0 -81
  407. data/test-unit/test/test-pending.rb +0 -70
  408. data/test-unit/test/test-priority.rb +0 -119
  409. data/test-unit/test/test-testcase.rb +0 -544
  410. data/test-unit/test/test_assertions.rb +0 -1151
  411. data/test-unit/test/test_error.rb +0 -26
  412. data/test-unit/test/test_failure.rb +0 -33
  413. data/test-unit/test/test_testresult.rb +0 -113
  414. data/test-unit/test/test_testsuite.rb +0 -129
  415. data/test-unit/test/testunit-test-util.rb +0 -14
  416. data/test-unit/test/ui/test_testrunmediator.rb +0 -20
  417. data/test-unit/test/util/test-method-owner-finder.rb +0 -38
  418. data/test-unit/test/util/test_backtracefilter.rb +0 -41
  419. data/test-unit/test/util/test_observable.rb +0 -102
  420. data/test-unit/test/util/test_procwrapper.rb +0 -36
  421. data/vendor/local/lib/groonga/modules/functions/cast.dll +0 -0
@@ -0,0 +1,174 @@
1
+
2
+
3
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml">
7
+ <head>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
+
10
+ <title>4. リファレンスマニュアル &mdash; groonga v1.0.2 documentation</title>
11
+ <link rel="stylesheet" href="_static/default.css" type="text/css" />
12
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
13
+ <script type="text/javascript">
14
+ var DOCUMENTATION_OPTIONS = {
15
+ URL_ROOT: '',
16
+ VERSION: '1.0.2',
17
+ COLLAPSE_INDEX: false,
18
+ FILE_SUFFIX: '.html',
19
+ HAS_SOURCE: true
20
+ };
21
+ </script>
22
+ <script type="text/javascript" src="_static/jquery.js"></script>
23
+ <script type="text/javascript" src="_static/underscore.js"></script>
24
+ <script type="text/javascript" src="_static/doctools.js"></script>
25
+ <link rel="top" title="groonga v1.0.2 documentation" href="index.html" />
26
+ <link rel="next" title="4.1. 実行環境" href="process.html" />
27
+ <link rel="prev" title="3.10. マイクロブログ検索システムの作成" href="tutorial/tutorial10.html" />
28
+ </head>
29
+ <body>
30
+ <div class="related">
31
+ <h3>Navigation</h3>
32
+ <ul>
33
+ <li class="right" style="margin-right: 10px">
34
+ <a href="genindex.html" title="General Index"
35
+ accesskey="I">index</a></li>
36
+ <li class="right" >
37
+ <a href="process.html" title="4.1. 実行環境"
38
+ accesskey="N">next</a> |</li>
39
+ <li class="right" >
40
+ <a href="tutorial/tutorial10.html" title="3.10. マイクロブログ検索システムの作成"
41
+ accesskey="P">previous</a> |</li>
42
+ <li><a href="index.html">groonga v1.0.2 documentation</a> &raquo;</li>
43
+ </ul>
44
+ </div>
45
+
46
+ <div class="document">
47
+ <div class="documentwrapper">
48
+ <div class="bodywrapper">
49
+ <div class="body">
50
+
51
+ <div class="section" id="id1">
52
+ <h1>4. リファレンスマニュアル<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
53
+ <div class="toctree-wrapper compound">
54
+ <ul>
55
+ <li class="toctree-l1"><a class="reference internal" href="process.html">4.1. 実行環境</a><ul>
56
+ <li class="toctree-l2"><a class="reference internal" href="execfile.html">4.1.1. groonga実行ファイル</a></li>
57
+ <li class="toctree-l2"><a class="reference internal" href="http.html">4.1.2. http</a></li>
58
+ <li class="toctree-l2"><a class="reference internal" href="grnslap.html">4.1.3. grnslap</a></li>
59
+ <li class="toctree-l2"><a class="reference internal" href="grntest.html">4.1.4. grntest</a></li>
60
+ </ul>
61
+ </li>
62
+ <li class="toctree-l1"><a class="reference internal" href="commands.html">4.2. 組み込みコマンド一覧</a><ul>
63
+ <li class="toctree-l2"><a class="reference internal" href="commands/cache_limit.html">4.2.1. cache_limit</a></li>
64
+ <li class="toctree-l2"><a class="reference internal" href="commands/check.html">4.2.2. check</a></li>
65
+ <li class="toctree-l2"><a class="reference internal" href="commands/clearlock.html">4.2.3. clearlock</a></li>
66
+ <li class="toctree-l2"><a class="reference internal" href="commands/column_create.html">4.2.4. column_create</a></li>
67
+ <li class="toctree-l2"><a class="reference internal" href="commands/column_list.html">4.2.5. column_list</a></li>
68
+ <li class="toctree-l2"><a class="reference internal" href="commands/column_remove.html">4.2.6. column_remove</a></li>
69
+ <li class="toctree-l2"><a class="reference internal" href="commands/define_selector.html">4.2.7. define_selector</a></li>
70
+ <li class="toctree-l2"><a class="reference internal" href="commands/defrag.html">4.2.8. defrag</a></li>
71
+ <li class="toctree-l2"><a class="reference internal" href="commands/delete.html">4.2.9. delete</a></li>
72
+ <li class="toctree-l2"><a class="reference internal" href="commands/dump.html">4.2.10. dump</a></li>
73
+ <li class="toctree-l2"><a class="reference internal" href="commands/load.html">4.2.11. load</a></li>
74
+ <li class="toctree-l2"><a class="reference internal" href="commands/log_level.html">4.2.12. log_level</a></li>
75
+ <li class="toctree-l2"><a class="reference internal" href="commands/log_put.html">4.2.13. log_put</a></li>
76
+ <li class="toctree-l2"><a class="reference internal" href="commands/log_reopen.html">4.2.14. log_reopen</a></li>
77
+ <li class="toctree-l2"><a class="reference internal" href="commands/quit.html">4.2.15. quit</a></li>
78
+ <li class="toctree-l2"><a class="reference internal" href="commands/select.html">4.2.16. select</a></li>
79
+ <li class="toctree-l2"><a class="reference internal" href="commands/shutdown.html">4.2.17. shutdown</a></li>
80
+ <li class="toctree-l2"><a class="reference internal" href="commands/status.html">4.2.18. status</a></li>
81
+ <li class="toctree-l2"><a class="reference internal" href="commands/suggest.html">4.2.19. suggest</a></li>
82
+ <li class="toctree-l2"><a class="reference internal" href="commands/table_create.html">4.2.20. table_create</a></li>
83
+ <li class="toctree-l2"><a class="reference internal" href="commands/table_list.html">4.2.21. table_list</a></li>
84
+ <li class="toctree-l2"><a class="reference internal" href="commands/table_remove.html">4.2.22. table_remove</a></li>
85
+ <li class="toctree-l2"><a class="reference internal" href="commands/view_add.html">4.2.23. view_add</a></li>
86
+ </ul>
87
+ </li>
88
+ <li class="toctree-l1"><a class="reference internal" href="type.html">4.3. データ型</a><ul>
89
+ <li class="toctree-l2"><a class="reference internal" href="type.html#id2">4.3.1. 名前</a></li>
90
+ <li class="toctree-l2"><a class="reference internal" href="type.html#id3">4.3.2. 説明</a></li>
91
+ <li class="toctree-l2"><a class="reference internal" href="type.html#id4">4.3.3. 組込型</a></li>
92
+ <li class="toctree-l2"><a class="reference internal" href="type.html#id6">4.3.4. 型に関する制限事項</a></li>
93
+ </ul>
94
+ </li>
95
+ <li class="toctree-l1"><a class="reference internal" href="pseudo_column.html">4.4. 疑似カラム (pseudo_column)</a><ul>
96
+ <li class="toctree-l2"><a class="reference internal" href="pseudo_column.html#id1">4.4.1. 名前</a></li>
97
+ <li class="toctree-l2"><a class="reference internal" href="pseudo_column.html#id2">4.4.2. 説明</a></li>
98
+ </ul>
99
+ </li>
100
+ <li class="toctree-l1"><a class="reference internal" href="expr.html">4.5. grn_expr</a><ul>
101
+ <li class="toctree-l2"><a class="reference internal" href="expr.html#id1">4.5.1. 名前</a></li>
102
+ <li class="toctree-l2"><a class="reference internal" href="expr.html#id2">4.5.2. 説明</a></li>
103
+ <li class="toctree-l2"><a class="reference internal" href="expr.html#scriptgrn-expr">4.5.3. script形式のgrn_expr</a></li>
104
+ <li class="toctree-l2"><a class="reference internal" href="expr.html#id3">4.5.4. 例</a></li>
105
+ </ul>
106
+ </li>
107
+ <li class="toctree-l1"><a class="reference internal" href="functions.html">4.6. 組み込み関数一覧</a><ul>
108
+ <li class="toctree-l2"><a class="reference internal" href="functions/edit_distance.html">4.6.1. edit_distance</a></li>
109
+ <li class="toctree-l2"><a class="reference internal" href="functions/geo_distance.html">4.6.2. geo_distance</a></li>
110
+ <li class="toctree-l2"><a class="reference internal" href="functions/geo_in_circle.html">4.6.3. geo_in_circle</a></li>
111
+ <li class="toctree-l2"><a class="reference internal" href="functions/geo_in_rectangle.html">4.6.4. geo_in_rectangle</a></li>
112
+ <li class="toctree-l2"><a class="reference internal" href="functions/now.html">4.6.5. now</a></li>
113
+ <li class="toctree-l2"><a class="reference internal" href="functions/rand.html">4.6.6. rand</a></li>
114
+ </ul>
115
+ </li>
116
+ </ul>
117
+ </div>
118
+ </div>
119
+
120
+
121
+ </div>
122
+ </div>
123
+ </div>
124
+ <div class="sphinxsidebar">
125
+ <div class="sphinxsidebarwrapper">
126
+ <h4>Previous topic</h4>
127
+ <p class="topless"><a href="tutorial/tutorial10.html"
128
+ title="previous chapter">3.10. マイクロブログ検索システムの作成</a></p>
129
+ <h4>Next topic</h4>
130
+ <p class="topless"><a href="process.html"
131
+ title="next chapter">4.1. 実行環境</a></p>
132
+ <h3>This Page</h3>
133
+ <ul class="this-page-menu">
134
+ <li><a href="_sources/reference.txt"
135
+ rel="nofollow">Show Source</a></li>
136
+ </ul>
137
+ <div id="searchbox" style="display: none">
138
+ <h3>Quick search</h3>
139
+ <form class="search" action="search.html" method="get">
140
+ <input type="text" name="q" size="18" />
141
+ <input type="submit" value="Go" />
142
+ <input type="hidden" name="check_keywords" value="yes" />
143
+ <input type="hidden" name="area" value="default" />
144
+ </form>
145
+ <p class="searchtip" style="font-size: 90%">
146
+ Enter search terms or a module, class or function name.
147
+ </p>
148
+ </div>
149
+ <script type="text/javascript">$('#searchbox').show(0);</script>
150
+ </div>
151
+ </div>
152
+ <div class="clearer"></div>
153
+ </div>
154
+ <div class="related">
155
+ <h3>Navigation</h3>
156
+ <ul>
157
+ <li class="right" style="margin-right: 10px">
158
+ <a href="genindex.html" title="General Index"
159
+ >index</a></li>
160
+ <li class="right" >
161
+ <a href="process.html" title="4.1. 実行環境"
162
+ >next</a> |</li>
163
+ <li class="right" >
164
+ <a href="tutorial/tutorial10.html" title="3.10. マイクロブログ検索システムの作成"
165
+ >previous</a> |</li>
166
+ <li><a href="index.html">groonga v1.0.2 documentation</a> &raquo;</li>
167
+ </ul>
168
+ </div>
169
+ <div class="footer">
170
+ &copy; Copyright 2009-2010, Brazil, Inc.
171
+ Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
172
+ </div>
173
+ </body>
174
+ </html>
@@ -0,0 +1,96 @@
1
+
2
+
3
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml">
7
+ <head>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
+
10
+ <title>Search &mdash; groonga v1.0.2 documentation</title>
11
+ <link rel="stylesheet" href="_static/default.css" type="text/css" />
12
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
13
+ <script type="text/javascript">
14
+ var DOCUMENTATION_OPTIONS = {
15
+ URL_ROOT: '',
16
+ VERSION: '1.0.2',
17
+ COLLAPSE_INDEX: false,
18
+ FILE_SUFFIX: '.html',
19
+ HAS_SOURCE: true
20
+ };
21
+ </script>
22
+ <script type="text/javascript" src="_static/jquery.js"></script>
23
+ <script type="text/javascript" src="_static/underscore.js"></script>
24
+ <script type="text/javascript" src="_static/doctools.js"></script>
25
+ <script type="text/javascript" src="_static/searchtools.js"></script>
26
+ <link rel="top" title="groonga v1.0.2 documentation" href="index.html" />
27
+ <script type="text/javascript">
28
+ jQuery(function() { Search.loadIndex("searchindex.js"); });
29
+ </script>
30
+
31
+
32
+ </head>
33
+ <body>
34
+ <div class="related">
35
+ <h3>Navigation</h3>
36
+ <ul>
37
+ <li class="right" style="margin-right: 10px">
38
+ <a href="genindex.html" title="General Index"
39
+ accesskey="I">index</a></li>
40
+ <li><a href="index.html">groonga v1.0.2 documentation</a> &raquo;</li>
41
+ </ul>
42
+ </div>
43
+
44
+ <div class="document">
45
+ <div class="documentwrapper">
46
+ <div class="bodywrapper">
47
+ <div class="body">
48
+
49
+ <h1 id="search-documentation">Search</h1>
50
+ <div id="fallback" class="admonition warning">
51
+ <script type="text/javascript">$('#fallback').hide();</script>
52
+ <p>
53
+ Please activate JavaScript to enable the search
54
+ functionality.
55
+ </p>
56
+ </div>
57
+ <p>
58
+ From here you can search these documents. Enter your search
59
+ words into the box below and click "search". Note that the search
60
+ function will automatically search for all of the words. Pages
61
+ containing fewer words won't appear in the result list.
62
+ </p>
63
+ <form action="" method="get">
64
+ <input type="text" name="q" value="" />
65
+ <input type="submit" value="search" />
66
+ <span id="search-progress" style="padding-left: 10px"></span>
67
+ </form>
68
+
69
+ <div id="search-results">
70
+
71
+ </div>
72
+
73
+ </div>
74
+ </div>
75
+ </div>
76
+ <div class="sphinxsidebar">
77
+ <div class="sphinxsidebarwrapper">
78
+ </div>
79
+ </div>
80
+ <div class="clearer"></div>
81
+ </div>
82
+ <div class="related">
83
+ <h3>Navigation</h3>
84
+ <ul>
85
+ <li class="right" style="margin-right: 10px">
86
+ <a href="genindex.html" title="General Index"
87
+ >index</a></li>
88
+ <li><a href="index.html">groonga v1.0.2 documentation</a> &raquo;</li>
89
+ </ul>
90
+ </div>
91
+ <div class="footer">
92
+ &copy; Copyright 2009-2010, Brazil, Inc.
93
+ Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
94
+ </div>
95
+ </body>
96
+ </html>
@@ -0,0 +1 @@
1
+ Search.setIndex({objects:{"":{"--dir":[10,0,1],"--document-root":[9,0,1],"--cache-limit":[9,0,1],"-P":[17,0,1],"--pid-path":[9,0,1],"--log-output-dir":[10,0,1],"-d":[9,0,1],"-a":[9,0,1],"-c":[9,0,1],"-m":[17,0,1],"-l":[9,0,1],"-n":[9,0,1],"-i":[10,0,1],"-h":[9,0,1],"-t":[9,0,1],"-p":[10,0,1],"-s":[9,0,1],"--log-path":[9,0,1],"-e":[9,0,1],"--config-path":[9,0,1],"--query-log-path":[9,0,1],"--protocol":[9,0,1],"--noftp":[10,0,1]}},terms:{max_concurr:17,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u306e\u505c\u6b62":15,"\u66f8\u5f0f1":22,"scr\u3067\u3059":10,"drilldown_offset\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":8,"\u307e\u305f\u306f\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":1,localstatedir:58,"\u3042\u308b\u7bc4\u56f2\u5185\u3067\u66f8\u304b\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":56,four:22,prefix:[0,58,21],"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":37,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":0,"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3057\u305f\u5404\u30ec\u30b3\u30fc\u30c9\u3092\u51fa\u529b\u3057\u305f\u306e\u3061\u306b":8,"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":10,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bshutdown\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":15,"\u4e21\u8005\u306e\u6761\u4ef6\u3092\u3068\u3082\u306b\u6e80\u305f\u3059\u30ec\u30b3\u30fc\u30c9\u304c\u7d50\u679c\u3068\u3057\u3066\u8fd4\u308a\u307e\u3059":38,column_cr:[14,49,2,38,44,4,9,22,56,10,26,27,28,54],deelt:46,"\u7d4c\u5ea6\u304c139\u5ea646\u520627":38,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":46,thread_tabl:10,"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":35,"\u30bf\u30a4\u30d71":50,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":[22,9],"\u79cb\u8449\u539f\u99c5\u304b\u3089\u306e\u8ddd\u96e2\u3092\u8868\u793a\u3055\u305b\u3066\u307f\u307e\u3057\u3087\u3046":38,"status\u30b3\u30de\u30f3\u30c9":46,"\u30d2\u30c3\u30c8\u3057\u305f\u4ef6\u6570":8,"\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":56,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":52,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u307f":22,"\u7d4c\u7def\u5ea6\u3092\u30c7\u30fc\u30bf\u3092\u5165\u529b\u3059\u308b\u305f\u3081\u306b\u306f":38,"\u7d5e\u308a\u8fbc\u307f\u6761\u4ef6\u3092script\u5f62\u5f0f\u306egrn_expr\u6587\u5b57\u5217\u306b\u3088\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":8,"\u30ab\u30e9\u30e0\u540d\u306e\u5f8c\u308d\u306b":8,"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":46,"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":8,"groonga\u306f\u5217\u6307\u5411\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u6a5f\u80fd\u3092\u6301\u3064\u9ad8\u901f\u3067\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb\u306a\u5168\u6587\u691c\u7d22\u30a8\u30f3\u30b8\u30f3\u3067\u3059":9,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":9,"\u3068\u3044\u3046\u540d\u524d\u306e\u30ab\u30e9\u30e0\u3092":22,correct:50,"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":60,"\u6761\u4ef6\u5f0f":8,unmanag:40,drilldown_output_column:[53,26,8],"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":25,entries_local_nam:4,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092":8,"shorttext\u578b\u306e\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30cf\u30c3\u30b7\u30e5\u8868\u578b\u306e\u30c6\u30fc\u30d6\u30eb":1,"\u3068\u3044\u3046\u540d\u524d\u306e\u30ab\u30e9\u30e0\u306b":22,"\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":54,keyserv:58,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":10,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u306e\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3057\u3087\u3046":56,"not\u306a\u3069\u306e\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u3066\u81ea\u7531\u306b\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":55,"\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":18,"\u3050\u308b\u3093\u304c\u592a\u90ce":27,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":0,net:[22,44,38,26,58],"\u79cb\u8449\u539f\u99c5\u304b\u30895000m\u4ee5\u5185\u306b\u3042\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u307f\u307e\u3057\u3087\u3046":38,"\u5bfe\u8c61\u30db\u30b9\u30c8\u540d\u307e\u305f\u306fip\u30a2\u30c9\u30ec\u30b9":23,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":9,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":21,"\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9\u3084\u6295\u7a3f\u65e5\u6642":56,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":9,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u6307\u5b9a\u3057\u305f\u4e3b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u65e2\u306b\u30c6\u30fc\u30d6\u30eb\u306b\u767b\u9332\u6e08\u307f\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u5b9f\u884c\u3059\u308bscript\u5f62\u5f0f\u306egrn_expr\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":47,"\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":9,"\u7de8\u96c6\u8ddd\u96e2":46,china:26,"\u3053\u306e\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8\u3067\u306f":9,"\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":9,path:[46,9,33,19],"db\u306e\u64cd\u4f5c":[14,11,22],"geopoint\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":56,"cache\u30b5\u30a4\u30ba\u306e\u8a2d\u5b9a":7,"\u95a2\u4fc2\u5f0f":[0,14],"select\u306b\u30c6\u30fc\u30d6\u30eb\u540d\u3092\u6307\u5b9a\u3059\u308b\u3068":22,"\u30af\u30a8\u30ea\u306e\u672a\u5165\u529b":50,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[0,14,12],"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068ftp":10,"\u901a\u5e38\u306e\u30ab\u30e9\u30e0\u3067\u306e\u7d5e\u308a\u8fbc\u307f\u306b\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093":22,sji:9,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":1,"_kei":[44,4,47,20,22,23,56,38,8,27,28,43,26],"\u9759\u7684\u89e3\u6790":[14,21],"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":[9,8],match_column:[22,56,53,8,28],"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":10,"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d":[14,56,27,11],"_score\u3092\u901a\u3058\u3066\u30bd\u30fc\u30c8\u3067\u3082\u7528\u3044\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":38,"\u3053\u306e\u3088\u3046\u306a\u5834\u5408\u306b\u306f":51,"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":21,"\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":10,"groonga\u306e\u524d\u8eab\u3067\u3042\u308bsenna\u306f":51,"\u30c7\u30fc\u30bf\u306e\u7a2e\u985e\u3092\u3042\u3089\u308f\u3057\u3066\u3044\u308b\u3082\u306e":22,total:[40,10],"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":0,"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":9,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":53,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcache_limit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":7,noarch:58,column_remov:[14,49,2,9,25,61],"\u672a\u3060\u4ed5\u69d8\u306f\u78ba\u5b9a\u3057\u3066\u304a\u308a\u307e\u305b\u3093":50,music:27,"tag\u30c6\u30fc\u30d6\u30eb\u3067\u306f":27,"body\u3092\u4f5c\u6210\u3057\u307e\u3059":54,"groonga\u306e\u7d44\u8fbc\u578b\u304b":54,type:[50,38,44,22,56,54,26,27,28,10,33],grn_op_push:0,view_add:[14,49,42,9,2],"\u73fe\u5728\u5730":56,"groonga\u304c\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u8d77\u52d5\u3057":23,notic:[6,34],warn:[6,34],"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092\u5bfe\u8c61\u3068\u3057\u305f\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":28,"\u30d6\u30ed\u30b0\u306e\u30c6\u30fc\u30d6\u30eb\u3067":28,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":10,"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":0,"\u79cb\u8449\u539f\u99c5\u3068\u65b0\u5bbf\u99c5\u306f6720m\u96e2\u308c\u3066\u3044\u308b\u3088\u3046\u3067\u3059":38,thread_title_column:10,"\u63d0\u6848\u306e\u5bfe\u8c61\u3068\u306a\u308b\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u5019\u88dc1\u306e\u30b9\u30b3\u30a2":50,objnam:[18,24],"akio\u3055\u3093\u304c\u5831\u544a":46,"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":60,"\u3042\u308a\u304c\u3068\u3046":56,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u3092\u901a\u3057\u3066\u4f7f\u7528\u3059\u308b\u65b9\u6cd5\u304c\u3042\u308a\u307e\u3059":22,root:[36,9],"\u3068\u3044\u3046\u6587\u5b57\u5217\u3067\u5168\u6587\u691c\u7d22\u3092\u884c\u3063\u305f\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":22,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":9,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u65b0\u898f\u306b\u4f5c\u6210\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":22,geo_in_rectangl:[14,41,2,35,38,46],"\u30e8\u30df\u30ac\u30ca":50,"grn_op_adjust\u306f":0,"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":10,max_tp:17,basebal:[27,28],"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":[14,21],"\u30b3\u30de\u30f3\u30c9\u306f":36,"\u5229\u7528\u306e\u305f\u3081\u306b\u306f\u7279\u5b9a\u306e\u30c7\u30fc\u30bf\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059":50,"grnslap\u306f":17,end:17,"128544408x502801502":56,travel:56,"\u3068\u3044\u3046\u540d\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f":22,pseudo_column:[14,20,2],i686:10,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u542b\u3080\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u30cf\u30c3\u30b7\u30e5\u8868\u3092\u4f7f\u7528\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":1,"\u30ec\u30b3\u30fc\u30c9\u306e\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":38,"\u4e21\u65b9\u306e\u6761\u4ef6\u306b\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":56,"\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":[19,33],config:[46,9],updat:58,"\u57fa\u672c\u7684\u306a\u64cd\u4f5c":[14,11,22],"\u3088\u308a\u9ad8\u901f\u304b\u3064\u6c4e\u7528\u7684\u306a\u3082\u306e\u3068\u306a\u308a\u307e\u3057\u305f":51,moritar:28,"\u53c2\u7167\u5148\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b58\u5728\u3059\u308b\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3059\u308b\u3068":44,"groonga\u53ca\u3073grntest\u304c\u52d5\u4f5c\u3057":10,sitedomain:26,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":0,lat:10,"\u7d44\u307f\u8fbc\u307f\u95a2\u6570\u4e00\u89a7":[14,41,2],"\u5f62\u614b\u7d20\u89e3\u6790\u5668mecab\u3067\u89e3\u6790\u3057\u305f\u5f62\u614b\u7d20\u3092\u30c8\u30fc\u30af\u30f3\u3068\u3059\u308b":1,"match_columns\u3067\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066\u306e\u691c\u7d22\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u307e\u3059":22,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":0,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22":[43,14,11],"\u8907\u6570\u30d7\u30ed\u30bb\u30b9":[14,51],"128484216x502919856":56,"\u63d0\u6848\u3092\u884c\u3046":[46,50],"\u6bd4\u8f03\u6761\u4ef6":8,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[14,44,11],"http\u306a\u3069\u306e\u8907\u6570\u30d7\u30ed\u30c8\u30b3\u30eb\u306b\u5bfe\u5fdc\u3057\u305f\u30b5\u30fc\u30d0":[14,51],"\u540c\u4e00\u306e\u8a18\u6cd5\u3067\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":28,"ecmascript\u98a8\u306e\u69cb\u6587\u3067\u691c\u7d22\u6761\u4ef6\u3084\u30ec\u30b3\u30fc\u30c9\u3078\u306e\u64cd\u4f5c\u3092\u8a18\u8ff0\u3057\u307e\u3059":55,localnam:4,"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":20,"groonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3059\u308b\u6642\u306b":36,wgs84geopoint:[38,56,32,26],"\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9":1,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u3092\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":21,"\u4e00\u9023\u306eapi\u95a2\u6570\u3092\u547c\u3076\u3053\u3068\u306b\u3088\u3063\u3066\u7d44\u307f\u7acb\u3066\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":55,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":14,"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":10,"\u3053\u306e\u5834\u5408\u306f_id\u306e\u5024\u304c1\u4ee5\u4e0b\u306e\u30ec\u30b3\u30fc\u30c9\u304c\u691c\u7d22\u7d50\u679c\u3068\u3057\u3066\u5f97\u3089\u308c\u307e\u3059":38,"xml\u304c\u6307\u5b9a\u53ef\u80fd\u3067\u3059":36,"\u30b3\u30de\u30f3\u30c9\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059":36,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u524a\u9664":48,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":25,"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d\u3092\u3057\u307e\u3059":56,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u3088\u3046\u3068\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[16,47],japan:26,gqtp:17,"\u304bwgs84geopoint":[35,5,60],"drilldown\u51e6\u7406\u306e\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":8,"web\u7ba1\u7406\u753b\u9762":46,"senna\u306f":51,"\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":0,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":31,"\u30a8\u30e9\u30fc\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":10,"\u4e3b\u30ad\u30fc\u306b\u306f\u578b\u3068":22,"users\u30c6\u30fc\u30d6\u30eb":56,persist:[19,33],"\u4e16\u754c\u6e2c\u5730\u7cfb\u3067\u306f":38,"\u95a2\u6570\u3092\u7528\u3044\u308b\u3053\u3068\u306b\u3088\u308a":38,"\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":0,anim:27,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":20,comment_index:56,"\u30c6\u30fc\u30d6\u30ebentry\u306b":54,"\u540d\u524d\u4ed8\u304d\u306e\u6c38\u7d9a\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u304c\u4f5c\u6210\u3067\u304d\u307e\u3059":1,"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":0,"\u5f15\u65702":22,"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":4,"\u5f15\u65701":22,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3068\u540c\u7b49\u3067\u3059":10,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":10,"\u5f0f\u306e\u5024\u304c\u771f\u3067\u3042\u308b\u5834\u5408\u306b\u9650\u308a":47,"\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":0,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":9,"1\u3064\u306e\u52d5\u753b\u306b\u306f":27,"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":[14,12],debug:[6,34],"\u3067\u7d50\u5408\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":8,"\u305d\u306e\u683c\u7d0d\u65b9\u6cd5\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":22,"db\u3092\u64cd\u4f5c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":22,"\u51fa\u529b\u30ab\u30e9\u30e0\u306e\u6307\u5b9a\u3067\u7d39\u4ecb\u3057\u305f":22,"\u5f15\u6570\u540d1":[22,36,9],last_modifi:56,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":21,"\u5f15\u6570\u540d2":[22,36,9],list:58,"\u30ab\u30e9\u30e0\u540d\u3067\u306f\u306a\u304f":8,"groonga\u306e\u30b9\u30c8\u30ec\u30fc\u30b8\u306f":51,"akio\u3055\u3093\u304c\u63d0\u6848":46,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9\u306ebody\u30ab\u30e9\u30e0\u306e\u5024\u3092\u53d6\u5f97\u3057\u307e\u3059":62,"\u3068\u3044\u3046\u6587\u5b57\u5217\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3059\u308b":22,"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u304b\u3089\u306e\u7d4c\u904e\u30de\u30a4\u30af\u30ed\u79d2\u6570\u309264bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u8868\u73fe\u3057\u305f\u5024":32,"\u3050\u308b\u3093\u3057\u304d":55,"\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u3057\u307e\u3059":22,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":10,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":46,grn_table_s:0,"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u307f\u307e\u3057\u3087\u3046":22,"\u30e6\u30fc\u30b6\u30fc\u540d":56,"\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":8,moritapo:27,"\u4e16\u754c\u6e2c\u5730\u7cfb\u306b\u3082\u5bfe\u5fdc\u3057\u305f\u4f4d\u7f6e\u60c5\u5831\u3067\u306e\u7d5e\u8fbc\u304c\u53ef\u80fd\u3067\u3059":51,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":40,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":9,"groonga\u306e\u7279\u5fb4":[14,51],"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":10,input_typ:47,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":53,free:40,"\u3067\u6271\u3063\u3066\u3044\u307e\u3059":56,"\u30de\u30a4\u30af\u30ed\u79d2\u6570\u306e\u5024\u3092\u76f4\u63a5\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u306e\u307b\u304b\u306b":56,"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":10,"\u30ad\u30e3\u30c3\u30b7\u30e5\u3057\u3066\u518d\u5229\u7528\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u4f4e\u3044\u30af\u30a8\u30ea\u306b\u5bfe\u3057\u3066\u7528\u3044\u307e\u3059":8,"\u3092\u542b\u3080\u540d\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":1,"\u307e\u308d\u3086\u304d":43,"\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":22,"\u30d1\u30b9\u914d\u4e0b\u306b\u7f6e\u304b\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u51fa\u529b\u3057\u307e\u3059":36,"\u5b9f\u884c\u4f8b\u306eflags\u306ecolumn_index":22,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":52,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":40,"\u4e00\u884c\u306b\u8907\u6570\u306egrntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":10,"senna\u306b\u304a\u3051\u308b\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5b9f\u88c5\u3092\u6539\u826f\u3057":51,"\u53cb\u4eba\u30ea\u30b9\u30c8\u306b\u5165\u3063\u3066\u3044\u308b\u6570\u306e\u4e00\u89a7\u3092\u8868\u793a\u3057\u3066\u307f\u307e\u3057\u3087\u3046":27,"\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19":56,"\u4e3b\u30ad\u30fc\u306e\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3082\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":43,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":40,"\u30ab\u30e9\u30e0\u306b\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u518d\u5e30\u7684\u306b\u524a\u9664\u3055\u308c\u307e\u3059":61,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":10,user:[56,10,27],rand:[14,41,38,57,2],rang:[19,33],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":10,"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":21,"150x150":5,edit_dist:[14,41,31,2,46],"table_create\u30b3\u30de\u30f3\u30c9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":22,"ipa\u30d5\u30a9\u30f3\u30c8":30,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[22,9],"\u6307\u5b9a\u3055\u308c\u305f\u4f4d\u7f6e\u304b\u30895000m\u4ee5\u5185\u306b\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u691c\u7d22\u3057\u3066\u3044\u307e\u3059":56,"\u30ab\u30e9\u30e0\u540d\u306e\u524d\u306b\u30cf\u30a4\u30d5\u30f3":22,"\u304a\u3070\u305f\u3055\u3093":46,"\u77ed\u7e2e\u3059\u308b":[47,8],"script\u5f62\u5f0f\u306egrn_expr":[14,2,55],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u3092\u8d77\u70b9\u3068\u3057\u305f\u79d2\u6570\u3092\u5c0f\u6570\u3067\u8fd4\u3057\u307e\u3059":[29,16,62,8],"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[0,14,12],"path\u3092":46,"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[35,5,60],"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":[29,16,62,8,22],"\u4ed8\u52a0\u3057\u306a\u3044\u5834\u5408\u306b\u306f\u6607\u9806\u306b\u30bd\u30fc\u30c8\u3057\u307e\u3059":8,kinjir:27,"drilldown\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30ab\u30e9\u30e0\u540d\u3092\u30ab\u30f3\u30de\u533a\u5207\u308a\u3067\u4e0e\u3048\u307e\u3059":26,"groonga\u3067\u306f":[51,22,44,38,26,28,45],setuptool:30,"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":19,"api\u95a2\u6570\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u81ea\u7531\u306b\u5b9a\u7fa9\u3067\u304d\u307e\u3059":55,"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d":23,"80ghz":10,"16bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570":32,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":9,"limit\u306b\u3088\u3063\u3066\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":8,ga54c5f8:10,g2a77275:[22,23],"groonga\u6c4e\u7528\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb\u3067\u3059":10,"64bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570":32,"view\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u8ffd\u52a0\u3055\u308c\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":42,obata:46,grn_expr:[0,14,2,47,53,8,55],"\u3067\u7d44\u307f\u5408\u308f\u305b\u305f\u30b7\u30f3\u30dc\u30eb\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[1,54],"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":[22,9],"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":10,rab:[22,38,26],indexblog2:28,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u30ea\u30b9\u30c8\u8868\u793a":33,ram:10,"\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":5,"db_api\u306f":0,"http\u306eget\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u6e21\u3057\u307e\u3059":23,"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":46,"output_columns\u3067\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024":[29,16,62],"\u3050\u308b\u3093\u304c\u6b21\u90ce":27,"\u7d4c\u5ea6\u304c139\u5ea645\u520657":38,"\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067\u30b9\u30b3\u30a2\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":8,"\u304c\u304a\u304c\u304a":56,"\u3053\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f\u305f\u3068\u3048\u3070":1,with_sect:[56,54,28],"groonga\u306fhttp\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u306e\u901a\u4fe1\u3092\u53d7\u3051\u4ed8\u3051\u307e\u3059":23,"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u4e2d\u3067\u4e00\u610f\u3067\u3059":22,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":40,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":[0,14],"\u30bf\u30a4\u30c8\u30eb\u3068\u672c\u6587\u3092\u5168\u6587\u691c\u7d22\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":28,point1:5,point2:5,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":20,"message\u30ab\u30e9\u30e0\u306e\u307f\u3067\u306e\u691c\u7d22":28,"\u3069\u306e\u30b5\u30a4\u30c8\u3092\u30ea\u30f3\u30af\u3057\u3066\u3044\u308b\u306e\u304b\u3092\u4fdd\u5b58\u3057\u307e\u3057\u305f":44,"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u304a\u6c17\u306b\u5165\u308a\u306b\u5165\u308c\u3066\u3044\u308b\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":56,"\u65e5\u672c\u6e2c\u5730\u7cfb\u306e\u307f\u306a\u3089\u305a":51,"\u3092\u7528\u3044\u305f\u7d5e\u8fbc":38,object:32,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":4,"drilldown_offset\u306b\u3088\u3063\u3066\u7b97\u51fa\u3055\u308c\u308b\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":8,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":10,"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":21,"http\u30ea\u30af\u30a8\u30b9\u30c8\u306b\u6307\u5b9a\u3055\u308c\u305furi\u306b\u5bfe\u5fdc\u3059\u308b":36,"128551935x502796434":56,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":0,"128551935x502796433":56,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":10,"grn_expr\u3092\u4f7f\u3046\u3053\u3068\u306b\u3088\u3063\u3066\u975e\u5e38\u306b\u67d4\u8edf\u306b\u691c\u7d22\u6761\u4ef6\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":55,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":28,"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":10,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u540d":1,"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":40,"\u7d4c\u7def\u5ea6\u304c\u6307\u5b9a\u306e\u77e9\u5f62\u9818\u57df\u5185\u3067\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3059\u308b":38,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u8ffd\u52a0":16,"\u63d0\u6848\u306e\u5019\u88dc":50,alloc_count:[39,22,23],"\u3068\u8a18\u8ff0\u3057\u3066\u6307\u5b9a\u3057\u307e\u3059":56,index_blog:28,"\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":10,"\u578b\u306b\u306fgroonga\u306e\u7d44\u8fbc\u578b\u304b":1,"\u3053\u306e\u3088\u3046\u306b":[44,27],"\u30ab\u30e9\u30e0\u306e\u5024\u3092\u53d6\u5f97\u3057\u307e\u3059":62,"16bit\u7b26\u53f7\u306a\u3057\u6574\u6570":32,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":4,"\u7a7a\u767d\u3067\u533a\u5207\u3089\u308c\u305f\u6587\u5b57\u5217\u3092\u30c8\u30fc\u30af\u30f3\u3068\u3059\u308b":1,"\u7a7a\u306e\u30d9\u30af\u30bf\u3092load\u3059\u308b\u3068segv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":46,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308bclearlock\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":46,nterm:40,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u6642\u306b\u306fcolumn_create\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u3057\u307e\u3059":1,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":9,grnslap:[3,14,17,2],"\u30ab\u30e9\u30e0\u306e\u5024\u306e\u5c5e\u3059\u308b\u578b":33,"\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":9,"_key\u30ab\u30e9\u30e0\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":46,"root\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":9,"\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":40,latenc:10,"\u30b9\u30ab\u30e9\u578b":33,"\u306f\u306a\u304f":46,"\u5bfe\u8c61\u30db\u30b9\u30c8\u3067\u52d5\u4f5c\u3057\u3066\u3044\u308bgroonga\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057\u307e\u3059":23,"a\u306b\u30de\u30c3\u30c1\u3057":8,"\u3055\u3089\u306b":[56,27],"\u5927\u91cf\u306e\u691c\u7d22\u7d50\u679c\u3092\u30da\u30fc\u30b8\u3067\u5206\u3051\u3066":22,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":9,"\u30a6\u30a7\u30a4\u30c8\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":54,"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":38,"\u5236\u9650\u4e8b\u9805":10,"\u3092\u4f5c\u6210\u3057\u307e\u3059":[1,54],"\u4f4d\u7f6e\u60c5\u5831\u306e\u7bc4\u56f2\u306f":51,"\u6771\u4eac\u90fd\u306b\u4f4f\u3093\u3067\u3044\u308b":56,"\u4e3b\u306bgroonga\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":39,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u51fa\u529b\u3057\u307e\u3059":8,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u305d\u308c\u305e\u308c\u30c9\u30e1\u30a4\u30f3\u540d\u3092\u4e3b\u30ad\u30fc\u3068\u3059\u308bsitedomain\u30c6\u30fc\u30d6\u30eb\u3068":26,"\u30ab\u30e9\u30e0\u50241":[29,16,47,62],"\u30ab\u30e9\u30e0\u50242":[29,16,47],"\u95a2\u9023\u9805\u76ee":[13,53,16,6,8,48,24,29,47,62,34],"comments\u30c6\u30fc\u30d6\u30eb\u306elocation\u30ab\u30e9\u30e0\u306f":56,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":25,"query\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b":38,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u3084":32,"\u7bc4\u56f2\u3092\u5e83\u304f\u6307\u5b9a\u3057\u305f\u305f\u3081":56,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831":56,etim:17,"\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":17,"drilldown_limit\u306b\u3088\u3063\u3066\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":8,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":30,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210":[14,56,11],"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":10,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":10,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":0,result:[0,28],"\u30e6\u30fc\u30b6\u30fc\u5225":56,"time\u578b\u306e\u30ab\u30e9\u30e0\u306b\u6642\u9593\u3092\u683c\u7d0d\u3059\u308b\u4f8b\u3092\u793a\u3057\u307e\u3059":44,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":[14,21],brazil:26,"\u306e\u30b3\u30de\u30f3\u30c9\u306e\u9805\u3092\u53c2\u8003\u306b\u3057\u3066\u304f\u3060\u3055\u3044":22,"get\u30e1\u30bd\u30c3\u30c9\u306e\u307f\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059":36,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":0,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":10,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":46,"\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4e88\u7d04\u6e08\u307f\u3067\u3042\u308a":54,"drilldown\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u3068\u308a\u307e\u3068\u3081\u3066":8,"\u52d5\u753b\u306e\u30bf\u30a4\u30c8\u30eb\u3092title\u30ab\u30e9\u30e0\u306b":27,threasd:9,res_tabl:10,"\u3053\u306e\u7d50\u679c\u3092\u898b\u308b\u3068":38,"100x150":35,"ubuntu\u672c\u5bb6\u306euniverse\u30bb\u30af\u30b7\u30e7\u30f3\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5bfe\u8c61\u3068\u3057\u3066\u304a\u304f\u3053\u3068":58,"\u6771\u4eac\u99c5\u3068\u79cb\u8449\u539f\u99c5\u306f2054m":38,"\u5168\u6587\u691c\u7d22\u6761\u4ef6":8,"\u304c1\u3064":56,"\u30e6\u30fc\u30b6\u30fc\u306e\u81ea\u5df1\u7d39\u4ecb":56,replied_to:56,"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":[19,33],"\u6539\u884c\u6587\u5b57\u306f":9,"\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":4,column_scalar:[22,56,54,26,27,28,33],"groonga\u30c7\u30fc\u30e2\u30f3\u306bshutdown\u30b3\u30de\u30f3\u30c9\u3092\u767a\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u308a":23,"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":21,"\u95a2\u6570\u304c\u5f15\u6570\u3092":46,countri:26,com:[22,44,38,26,58],"\u30ed\u30b0\u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":13,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":9,"\u8a9e\u5f59\u30c6\u30fc\u30d6\u30eb\u306b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":22,"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u691c\u7d22\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":56,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":58,grn_op_cal:0,"\u3053\u306e\u4f8b\u3067\u306f":56,"_score\u306e\u5024\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":56,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":10,"\u95a2\u6570\u306e\u540d\u524d":55,"\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u3088\u3046\u3068\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"\u30b5\u30fc\u30d0\u3078\u306e\u63a5\u7d9a\u306a\u3069\u306e\u64cd\u4f5c\u304c\u884c\u3048\u307e\u3059":22,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":[22,9],"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":46,grn_obj_clos:0,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":21,"\u3072\u308d\u3042\u304d":43,geo_distance2:5,geo_distance3:5,"\u691c\u7d22\u7d50\u679c\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f\u7bc4\u56f2\u306e\u307f\u3092\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":22,tokenmecab:1,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":59,"values\u5f15\u6570\u304c\u7701\u7565\u3055\u308c\u305f\u5834\u5408\u306b\u306f":47,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528":46,xxx:9,"2\u30ea\u30ea\u30fc\u30b9":46,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"localstatedir\u3092\u4f7f\u7528":46,"\u73fe\u5728\u57f7\u7b46\u4e2d\u3067\u3059":45,"\u691c\u7d22\u7d50\u679c\u3067\u8868\u793a\u3059\u308b\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":22,gnu:[14,58],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u306e\u4fee\u6b63":46,"\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":0,sourceforg:58,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":40,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":46,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":13,"\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059":56,tasukuchan:56,"grn_op_or\u306f":0,seven:22,"\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":60,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":0,"\u901a\u5e38grntest\u306fftp":10,"\u5bfe\u8a71\u30e2\u30fc\u30c9\u304b\u3089\u629c\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":22,"\u30ab\u30e9\u30e0\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":47,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":9,"\u30ab\u30e9\u30e0\u306e\u4f5c\u6210":[14,11,22],"\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u6587\u5b57\u5217\u306f\u30a8\u30b9\u30b1\u30fc\u30d7\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u305b\u3093":47,"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":40,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":21,"\u653e\u68c4\u3059\u308b":[29,16,47,8,62],"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":21,suggest:[14,49,50,2,46],make:[30,17,10,58,21],"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u5185\u90e8\u3067\u30a2\u30ed\u30b1\u30fc\u30c8\u3055\u308c":39,"hashtags\u30c6\u30fc\u30d6\u30eb":56,"\u30bf\u30a4\u30c8\u30eb\u3082\u3057\u304f\u306f\u5185\u5bb9\u306b\u7279\u5b9a\u306e\u5358\u8a9e\u3092\u542b\u3080":28,"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":46,"\u6570\u304c\u5927\u304d\u3044\u307b\u3069\u591a\u304f\u306e\u30ed\u30b0\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":9,"\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":[22,9],"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d\u3092\u4f7f\u3044\u307e\u3059":56,complet:50,"json\u5f62\u5f0f":[13,18,53,50,39,40,1,6,19,42,48,24,25,54,47,61,33,34],hana:27,"\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":10,"_nsubrecs\u3068\u3044\u3046\u4eee\u60f3\u7684\u306a\u30ab\u30e9\u30e0\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3059":26,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":52,"\u52d5\u753b\u306e\u30bf\u30b0\u60c5\u5831\u3092tags\u30ab\u30e9\u30e0\u306btag\u30c6\u30fc\u30d6\u30eb\u578b\u3067\u8907\u6570\u683c\u7d0d\u3057\u3066\u3044\u307e\u3059":27,"\u53ef\u5909\u9577\u306e\u5024\u304c\u5fc5\u8981\u306a\u5834\u5408\u306f\u5225\u9014\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":1,"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u3066\u304b\u3089\u7d4c\u904e\u3057\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":39,"\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":0,"\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u304c\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u3067\u3042\u3063\u305f\u5834\u5408\u306f":47,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":0,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":0,"time\u578b\u3067\u3059":56,"\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":0,out_gqtp:10,"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":0,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":54,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5148\u3092\u6307\u5b9a\u3059\u308b\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u3059":58,thi:[22,23,44],"\u30b3\u30de\u30f3\u30c9\u540d":[22,23,36,9],"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":9,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":17,protocol:[23,36,9],"view\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u8981\u7d20\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0":42,"_score":[22,56,38,20,8],"\u4e0a\u8a18\u306e\u5b9f\u884c\u4f8b\u3067\u306f":38,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306a\u3069\u306e\u96c6\u8a08\u7cfb\u30af\u30a8\u30ea\u3092\u9ad8\u901f\u306b\u5b9f\u73fe":[14,51],"table_list\u306f":19,"\u73fe\u5728\u306f":[17,10],hai:0,"1\u4ef6\u76ee\u304b\u3089\u7d50\u679c\u3092\u8fd4\u3059\u5834\u5408\u306b\u306f":22,"grntest\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":10,"\u7a7a\u767d\u6587\u5b57":47,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":10,defrag:[14,49,18,2],help:9,"\u65b0\u3057\u304f\u4f5c\u6210\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d5\u30eb\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":22,uint16:32,"users\u30c6\u30fc\u30d6\u30eb\u306efollower\u30ab\u30e9\u30e0\u306b\u3042\u308b\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8\u3092\u9006\u5f15\u304d\u3057\u307e\u3059":56,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":52,"\u30ab\u30e9\u30e0\u6307\u5411\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306folap\u306a\u3069\u306e\u96c6\u8a08\u30af\u30a8\u30ea\u3092\u9ad8\u901f\u306b\u5b9f\u73fe\u3059\u308b\u306e\u306b\u5411\u3044\u3066\u3044\u307e\u3059":51,"\u5bfe\u8a71\u30e2\u30fc\u30c9\u3092\u4e3b\u306b\u4f7f\u7528\u3057\u307e\u3059":22,"\u8ad6\u7406\u7a4d":[0,8],"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":17,"groonga\u306b\u767b\u9332\u3057\u305f\u30c7\u30fc\u30bf\u3092\u7528\u3044\u305f\u5168\u6587\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":22,"grn_expr\u3068grn_table_select":55,"\u5f15\u6570\u540d":[55,36,9],"\u3053\u306e\u4f8b\u306e\u3088\u3046\u306b1\u3064\u306egrntest\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":10,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":21,"int32\u578b\u306e\u30ab\u30e9\u30e0\u306b\u6574\u6570\u3092\u683c\u7d0d":44,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":10,table_view:1,"\u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u30b3\u30e1\u30f3\u30c8\u691c\u7d22\u3057\u305f\u7d50\u679c":56,scan_build:21,vdw:[22,38,26],"\u4e3b\u30ad\u30fc\u3092\u6301\u305f\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":1,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":0,"filter\u306e\u4e21\u65b9\u3092\u4f7f\u7528\u3057\u305f\u5834\u5408":56,"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":19,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":54,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u30ab\u30e9\u30e0\u540d\u306e\u914d\u5217":33,"\u30d4\u30ea\u30aa\u30c9":[1,54],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":24,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":35,"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":56,"\u30af\u30a8\u30ea\u5185\u306e\u30df\u30b9\u30bf\u30a4\u30d7\u3084\u8aa4\u5909\u63db\u3092\u4fee\u6b63\u3059\u308b\u3053\u3068\u3067\u3059":50,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":53,log_reopen:[13,14,49,2,6,34],"grntest\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":10,"\u65e2\u5b58\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":13,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":19,"\u7d44\u8fbc\u95a2\u6570\u306f":[35,5,37,57,31,60],"\u901a\u5e38\u306f1\u3064\u306e\u30b5\u30a4\u30c8\u304b\u3089\u591a\u304f\u306e\u30b5\u30a4\u30c8\u306b\u30ea\u30f3\u30af\u304c\u5f35\u3089\u308c\u3066\u3044\u307e\u3059":44,"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":46,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308b":46,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":5,"\u4e3b\u30ad\u30fc\u5024\u3092\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u683c\u7d0d\u3057":22,"groonga\u306e\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306f":51,define_selector:[14,49,53,9,2],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u3092\u4f7f\u3063\u3066":22,"\u6a19\u6e96\u5165\u529b\u304b\u3089values\u306e\u5024\u3092\u4e0e\u3048\u307e\u3059":47,"\u3092\u533a\u5207\u308a\u3068\u3057\u3066":44,unstabl:58,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":0,localhost:[17,10,9],grn_op_but:0,"\u305d\u308c\u3092\u7528\u3044\u3066\u691c\u7d22\u3057\u3066\u307f\u307e\u3057\u3087\u3046":22,core:10,"8bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570":32,"\u30b3\u30e1\u30f3\u30c8\u306e\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306e\u4e00\u89a7":56,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fvalue\u306a\u3057":1,"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"select\u30b3\u30de\u30f3\u30c9\u306escorer\u30d1\u30e9\u30e1\u30fc\u30bf\u306f":38,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":21,repositori:58,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210":[14,30,12],obj:40,"\u3092\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b":56,"\u30c6\u30b9\u30c8\u306f":21,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":17,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":52,"\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":[1,54],"float":[44,32],encod:9,"\u30ad\u30e3\u30c3\u30b7\u30e5\u5bb9\u91cf\u306f\u6709\u9650\u3067\u3059":8,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[0,14],"\u57fa\u790e\u3068\u306a\u308b\u30c7\u30fc\u30bf\u304c\u683c\u7d0d\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":50,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":0,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306e\u578b\u306f":26,"\u4e3b\u30ad\u30fc\u306e\u578b\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":32,"\u307e\u305f\u901a\u5e38\u306f":32,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":0,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":10,"n\u30aa\u30d7\u30b7\u30e7\u30f3\u306f":22,segment:40,"\u4e3b\u30ad\u30fc\u306e\u683c\u7d0d\u65b9\u6cd5\u306fhash\u3067\u3042\u308b":22,"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":57,offgao:56,"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":35,inv_res_column:10,head:17,"\u8a73\u3057\u304f\u306f":22,"\u305f\u3060\u3057\u8907\u6570\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u4e00\u7dd2\u306b\u4f7f\u3046\u3053\u3068\u306f\u3067\u304d\u306a\u3044":46,"\u591a\u304f\u306e\u5834\u5408\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3059\u308b\u969b\u306b\u4e3b\u30ad\u30fc\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059":22,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bload\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":47,"\u3053\u306e\u4f8b\u3067\u306ftokenbigram\u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059":22,drilldown_sortbi:[53,26,8],"true":[1,6,48,60,13,16,42,24,22,44,38,26,27,28,43,25,34,35,46,53,54,61],"\u5024\u3092\u66f4\u65b0\u3057\u3088\u3046\u3068\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u542b\u3080\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":29,"\u305f\u3081\u3057\u306b\u6771\u4eac\u99c5\u3068\u65b0\u5bbf\u99c5\u3068\u3064\u3044\u3066":38,"\u6771\u4eac\u90fd\u4e2d\u91ce\u533a":56,"\u53c2\u7167\u5148\u306e\u30c6\u30fc\u30d6\u30eb\u306e_key\u30ab\u30e9\u30e0\u306e\u5024\u306e":44,"\u65b0\u305f\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":9,"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":4,replied_us:56,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":18,"\u306f\u5024\u304cshorttext\u578b\u3067\u3042\u308b":22,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":46,"\u65b0\u898f\u8ffd\u52a0":[29,16],"\u5168\u6587\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306b\u306e\u307f":22,"\u81ea\u52d5\u7684\u306b\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u3092\u884c\u3044\u307e\u3059":51,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[18,4,6,7,8,48,13,15,16,42,19,24,25,29,54,33,34,39,40,47,53,1,59,61,62],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":33,"http\u3067\u901a\u4fe1\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059":36,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":20,score1:0,score2:0,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":35,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":10,"\u304c1\u3064\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":56,"object\u578b\u306fv1":32,"clearlock\u306f":24,"tritonn\u3067\u958b\u3044\u3066\u3044\u308bgroonga\u30b9\u30c8\u30ec\u30fc\u30b8\u30d5\u30a1\u30a4\u30eb\u3082\u5171\u6709\u53ef\u80fd\u3067\u3059":51,"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":40,"\u30c6\u30fc\u30d6\u30ebentry\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u767b\u9332\u3057\u307e\u3059":[29,16,47],"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":0,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":9,"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":9,"defrag\u306f":18,"\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u306a\u3044\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0\u306a\u3069\u306e\u74b0\u5883\u3067\u3082\u5229\u7528\u3057\u3084\u3059\u304f\u306a\u308a\u307e\u3057\u305f":51,"\u30ab\u30e9\u30e0\u60c5\u5831\u3092\u51fa\u529b\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":33,test:[19,21,22,23,44,10,28,33],moero:27,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u540d\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":22,"\u6027\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":54,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"c\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u65b9\u6cd5\u3068":22,scorer:[53,38,8],"\u30c6\u30fc\u30d6\u30eb\u540d\u306b\u306f":1,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":20,top_left:35,"scr\u306e\u4e2d\u8eab\u304c":10,mail_column:10,"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":20,"select\u30b3\u30de\u30f3\u30c9\u306b\u306f":22,time:[32,56,10,44],"msg\u306fcom\u306b\u3088\u3063\u3066":52,"\u30ab\u30e9\u30e0\u540d1\u306e\u5024\u3067\u30bd\u30fc\u30c8\u3057":8,"\u3068\u3044\u3046\u540d\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":22,"6\u30ea\u30ea\u30fc\u30b9":46,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[35,5,37,57,31,60],"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":8,"\u30bd\u30fc\u30c8\u306e\u6761\u4ef6\u3068\u3057\u3066\u3082\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":22,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":9,trigram:1,"\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":18,"grn_op_but\u306f":0,"select\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3044\u3066":22,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":8,"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":0,value_typ:1,"\u540c\u4e00\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b9a\u7fa9\u6e08\u307f\u306e\u30e6\u30fc\u30b6\u5b9a\u7fa9\u578b":[1,54],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[14,23,11],"\u30d6\u30e9\u30a6\u30b6\u306f":23,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":21,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5bfe\u3057\u3066\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":1,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u8a2d\u5b9a":6,"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":0,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":9,"\u4e3b\u30ad\u30fc\u306e\u578b\u306b\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":32,"javascript\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u306e\u6761\u4ef6\u7d5e\u8fbc\u3084":38,"257662232kbyte":10,"\u3053\u308c\u3089\u306e\u5f62\u614b\u3067\u306f":51,"\u3069\u3061\u3089\u306e\u5f62\u5f0f\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5b58\u5728\u3057\u3066\u3044\u308b\u5834\u5408\u3067\u3082":28,string:[0,44],groonga:[14,36,58,52,4,9,22,23,56,10,44,27,28,32,12],"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u306f":32,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u91cd\u307f":[14,11,28],"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":10,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":0,"\u4ed6\u306e\u30e2\u30fc\u30c9\u3067\u8d77\u52d5\u3057\u305fgroonga\u3068\u540c\u3058\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":36,"\u5b9a\u7fa9\u6e08\u307f\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[1,54],"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":21,"\u30b5\u30f3\u30d7\u30eb":[17,10],"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":4,exact:[0,39],"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":46,"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":20,"grntest\u547d\u4ee4":10,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092grntest\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":10,"\u8fd4\u4fe1\u5143\u306e\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9":56,"\u30ab\u30e9\u30e0\u540d\u306f":54,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067html\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":30,level:[6,9,34],"limit\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":22,item:4,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":21,"\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":23,dir:10,"\u30cf\u30c3\u30b7\u30e5\u8868\u578b\u304b":1,"\u8ad6\u7406\u548c":[0,8],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3059\u308b\u3068":27,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":10,"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":40,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":17,admin_html:[36,9],"\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3059\u308b\u578b":32,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,port:[36,10,9],"\u30ed\u30b0\u30ec\u30d9\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"offset\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":8,"site\u30c6\u30fc\u30d6\u30eb\u306etitle\u30ab\u30e9\u30e0\u3092\u691c\u7d22\u5bfe\u8c61\u3068\u3059\u308b":22,"load\u30b3\u30de\u30f3\u30c9\u3067\u306f":22,"\u30b3\u30e1\u30f3\u30c8\u306e\u6295\u7a3f\u6642\u9593\u3067\u691c\u7d22\u3092\u3057\u307e\u3059":56,"\u7d50\u5408\u6f14\u7b97\u5b50":8,"sh\u306e\u307f\u306a\u3089\u305a":21,grn_expr_append_const:0,"\u5024\u304c\u540c\u4e00\u3067\u3042\u308b\u5834\u5408\u306f\u30ab\u30e9\u30e0\u540d2\u3067\u30bd\u30fc\u30c8":8,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6700\u5927\u4ef6\u6570\u3092\u6574\u6570\u3067\u6307\u5b9a\u3057\u307e\u3059":7,"3\u6587\u5b57\u306e\u6587\u5b57\u5217\u8981\u7d20\u3092\u30c8\u30fc\u30af\u30f3\u3068\u3059\u308b":1,"\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":59,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":17,"\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3057\u307e\u3059":39,address:9,table_hash_kei:[44,1,19,22,56,26,27,28],"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":20,"\u3068\u3044\u3046\u540d\u524d\u306e":38,"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\u306a\u308b\u305f\u3081":4,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":9,"\u4e3b\u30ad\u30fc\u5024\u3092\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u7ba1\u7406\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":1,raccoon:27,"\u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059":38,"\u306e\u30ab\u30e9\u30e0":[18,24],"\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":53,"\u30c7\u30d5\u30a9\u30eb\u30c8\u691c\u7d22\u5bfe\u8c61\u30ab\u30e9\u30e0\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u3092\u542b\u3093\u3067\u3044\u308b":8,squeez:[14,58],ipa:30,pentium:10,modul:14,"\u691c\u7d22\u7d50\u679c":8,"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":21,"\u7279\u5b9a\u306e\u30ab\u30e9\u30e0\u5024\u3054\u3068\u306b\u30b0\u30eb\u30fc\u30d7\u5206\u3051\u3092\u3057":51,"\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u6587\u5b57\u5217":[56,8],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":40,output_typ:36,"local\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":58,instal:[30,58,21],"\u3092\u542b\u3080\u540d\u524d\u306e\u30ab\u30e9\u30e0\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":54,"\u5f0f\u4e2d\u306eidentifi":55,"\u30b0\u30eb\u30fc\u30d7\u5316\u306e\u30ad\u30fc\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":8,"grn_rc\u306b\u5bfe\u5fdc\u3059\u308b\u6570\u5024\u304c\u8fd4\u3055\u308c\u307e\u3059":[29,16,62,8],"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":9,"\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":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":10,"\u901a\u4fe1\u3092\u4e00\u5207\u884c\u308f\u306a\u3044\u3088\u3046\u306b\u306a\u308a\u307e\u3059":10,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[14,21,12],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066\u306f":54,"\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306f\u4e00\u610f\u306aid\u3092\u6301\u3061\u307e\u3059":1,"\u30c7\u30fc\u30bf\u306e\u691c\u7d22":[14,11,22],"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10041\u756a":9,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":0,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":25,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":21,"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":[0,22],"929\u79d2\u3067\u3059":38,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u4f7f\u3044\u65b9\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":9,"\u7d4c\u7def\u5ea6\u306e\u683c\u7d0d\u306b\u3064\u3044\u3066\u306f":44,"\u5019\u88dc\u306e\u30b9\u30b3\u30a2":50,clearlock:[14,49,24,9,2],"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":60,"\u3055\u3089\u306b\u305d\u308c\u3089\u306e\u7279\u5fb4\u3092\u8ffd\u6c42\u3059\u308b\u305f\u3081\u306b\u958b\u767a\u304c\u59cb\u3081\u3089\u308c\u307e\u3057\u305f":51,"drilldown\u6642\u306b\u53c2\u7167\u5148\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306bsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":46,"\u306f\u4e3b\u30ad\u30fc\u304c\u683c\u7d0d\u3055\u308c\u308b\u30ab\u30e9\u30e0\u3067\u3059":22,"\u3053\u308c\u3089\u306e\u5f62\u5f0f\u3067\u306f":36,"mysql\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30c7\u30fc\u30bf\u306e\u66f4\u65b0\u3092\u884c\u3044":51,"\u30ab\u30e9\u30e0\u306e\u578b\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u53c2\u7167\u30ad\u30fc\u3068\u306a\u308a\u307e\u3059":32,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":9,libmemcach:21,"150x100":35,"takahiro\u3055\u3093":46,index_titl:28,"1\u5bfe\u591a\u306e\u53c2\u7167\u95a2\u4fc2\u3092\u8868\u3059\u306e\u306b\u6709\u52b9\u3067\u3059":44,"\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":56,"\u9577\u65b9\u5f62\u8fd1\u4f3c":5,"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":0,"\u3053\u308c\u3092\u4f7f\u3046\u3053\u3068\u3067":28,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":46,"users\u30c6\u30fc\u30d6\u30eb\u306efavorites\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":56,uptim:[39,22,23],grn_table_select:[0,14],"\u3092\u4f7f\u3048\u307e\u3059":8,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":21,"groonga\u5c02\u7528\u30d7\u30ed\u30c8\u30b3\u30eb\u306b\u3088\u308b\u901a\u4fe1":[14,23,11],"\u3092\u5229\u7528\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":10,"\u5b9f\u969b\u306b\u306f":8,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":40,max:[40,17,7,9,10,57],date:10,log_level:[13,14,49,2,6,9,34],"\u4f5c\u6210\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":1,key_with_si:1,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[17,9],"grntest\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":10,"drilldown\u6761\u4ef6\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024\u6bce\u306b\u3068\u308a\u307e\u3068\u3081\u3089\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":8,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":17,"\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u4e00\u89a7\u306a\u3069":56,"protocol\u30aa\u30d7\u30b7\u30e7\u30f3\u306bhttp\u3092\u6307\u5b9a\u3059\u308b\u3068":36,"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":40,"\u691c\u7d22\u7d50\u679c1":[33,19,8],"\u30ad\u30fc\u5024\u306e\u6607\u964d\u9806\u3067\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u305f\u308a":1,"site\u30c6\u30fc\u30d6\u30eb\u306etitle\u30ab\u30e9\u30e0\u3092\u5168\u6587\u691c\u7d22\u306e\u5bfe\u8c61\u3068\u3057\u305f\u3044\u3068\u3057\u307e\u3057\u3087\u3046":22,hdd:10,"\u691c\u7d22\u7d50\u679c\u3092\u8fd4\u3059\u59cb\u70b9\u3092\u6307\u5b9a\u3057\u307e\u3059":22,"\u30e6\u30fc\u30b6\u540d":10,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":0,"query\u30d1\u30e9\u30e1\u30fc\u30bf\u306b":22,"\u5171\u901a\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u3066\u3082":28,"\u3067\u7d44\u307f\u5408\u308f\u305b\u305f\u30b7\u30f3\u30dc\u30eb\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":50,"\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":0,main:58,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":21,cutter:21,"\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":46,"\u30a2\u30af\u30bb\u30b9\u5143ip\u30a2\u30c9\u30ec\u30b9\u3092\u5236\u9650\u3059\u308b\u3053\u3068\u3092\u85a6\u3081\u307e\u3059":23,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":35,"\u8907\u6570\u30d7\u30ed\u30bb\u30b9\u3084\u8907\u6570\u30b9\u30ec\u30c3\u30c9\u3067\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":51,"\u63a5\u7d9a\u306b\u6210\u529f\u3059\u308b\u3068\u5bfe\u8a71\u30e2\u30fc\u30c9\u306b\u5165\u308a":23,"\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":[53,9],"output_type\u306b\u306fjson":36,"geopoint\u578b\u3067\u3059":56,"no_key\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u5024\u3092\u30b5\u30dd\u30fc\u30c8":46,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":21,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u306a\u3069\u3067\u79fb\u52d5\u3059\u308b":13,"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u3044\u305a\u308c\u3082\u4f55\u3089\u304b\u306e\u578b\u306b\u5c5e\u3057\u307e\u3059":32,now:[14,41,37,2],term:[22,1,54,19,40],"\u30de\u30a4\u30af\u30ed\u79d2\u6570\u306e\u5024\u304c\u683c\u7d0d\u3055\u308c\u307e\u3059":56,name:[38,40,1,53,9,44,19,22,56,25,26,27,28,43,54,33],"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":17,"\u30c6\u30fc\u30d6\u30eb\u306b\u767b\u9332\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c\u8fd4\u3055\u308c\u307e\u3059":47,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u30b9\u30c8\u30ec\u30fc\u30b8\u3092\u6301\u305f\u306a\u3044\u5168\u6587\u691c\u7d22\u30e9\u30a4\u30d6\u30e9\u30ea\u3067\u3057\u305f":51,"\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":0,domain:[26,9,33,19],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[29,16,62,8],"with_position\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":22,"\u9ad8\u7cbe\u5ea6":51,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":9,"ld_library_path\u306a\u3069\u306b\u8a73\u3057\u304f\u306a\u3044\u4eba\u306f":58,"\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u306e\u5f62\u5f0f\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":[29,16,47],"\u51e6\u7406\u958b\u59cb\u6642\u9593":[29,16,62,8],"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u6301\u3064":32,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":[19,33],"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408":22,"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":21,"\u4fdd\u5b58\u3057\u305f\u7d4c\u7def\u5ea6\u3092\u7528\u3044\u3066\u7d5e\u8fbc\u3084\u30bd\u30fc\u30c8\u304c\u3067\u304d\u307e\u3059":38,blt:4,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[35,5,60],"\u5185\u5bb9\u306f\u4e0a\u306e\u4f8b\u3068\u307b\u307c\u540c\u3058\u3067\u3059\u304c":28,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":54,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u51fa\u529b\u3059\u308b":8,uint32:[19,8,22,23,44,38,26,27,28,43,32,33],"\u30b0\u30eb\u30fc\u30d7\u5316":20,"\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":13,"b\u306b\u306f\u30de\u30c3\u30c1\u3057\u306a\u3044":8,"\u6700\u5f8c\u306e":10,"name\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5185\u3067\u4e00\u610f\u306a":1,org:[22,23,44,10,26,58,38],"128487316x502920929":38,"\u672a\u5909\u63db\u90e8\u5206\u3092\u88dc\u3046\u3053\u3068\u3067\u3059":50,grn_op_adjust:0,"259\u79d2":38,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":8,"\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19\u306e\u305f\u3081":56,"\u30c6\u30fc\u30d6\u30eb\u306b\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5024\u3092\u8a2d\u5b9a\u3059\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u6307\u5b9a\u3057\u307e\u3059":[29,16],"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":19,yum:58,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092source\u306b\u6307\u5b9a\u3057\u307e\u3059":22,"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u7528\u3044\u308b\u3053\u3068\u3067":22,"protocol\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":23,origin:4,"key_normalize\u3068\u3044\u3046\u5024\u306f":22,arrai:40,"tld\u30c9\u30e1\u30a4\u30f3\u540d\u3092\u683c\u7d0d\u3059\u308bdomain\u30ab\u30e9\u30e0\u3068":26,key_norm:[22,1,56,19,28],"\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3059\u308bview\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":42,crit:[6,34],"\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u53ef\u80fd\u3068\u3057\u307e\u3059":1,size:40,"\u81ea\u5df1\u7d39\u4ecb\u6587":56,"geopoint\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":5,"64kbyte\u4ee5\u4e0b\u306e\u6587\u5b57\u5217":32,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":24,"\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059":30,filter:[53,56,38,8],friend:27,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":21,"\u30d1\u30a4\u30d7":[1,54,50],"\u30b9\u30b3\u30a2\u9806\u306b\u6607\u9806\u306b\u30bd\u30fc\u30c8\u3059\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u3066\u3044\u307e\u3059":38,"\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":0,"\u7d4c\u5ea6\u304c139\u5ea642\u52060":38,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067\u30b3\u30de\u30f3\u30c9\u3092\u6307\u5b9a\u3057\u307e\u3059":36,set_port:10,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":9,tokenbigram:[22,1,56,28],"tokenbigram\u3068\u3044\u3046\u5024\u306f":22,"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":20,libgroonga:58,"\u307e\u305fgroonga":10,"\u5dee\u5206\u3092":10,column_list:[14,49,2,9,22,33],eazy_instal:30,"grn_expr\u304c\u53d7\u3051\u53d6\u308b\u5f15\u6570\u306e\u540d\u524d":55,"\u30ad\u30fc\u30ef\u30fc\u30c9\u3068geopoint\u306e\u4e21\u65b9\u3092\u6761\u4ef6\u306b\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3059":56,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306b1\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":48,local_nam:4,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":37,"\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":35,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":46,"\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":56,"\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9":56,"site\u30c6\u30fc\u30d6\u30eb\u306b\u624b\u3092\u52a0\u3048":44,drilldown_limit:[53,26,8],"\u3059\u308b\u3068":21,"\u5165\u529b\u5f62\u5f0f\u3092\u6307\u5b9a\u3057\u307e\u3059":47,"groonga\u306f\u30ab\u30e9\u30e0\u5024\u3068\u3057\u3066\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3078\u306e\u53c2\u7167\u306e\u914d\u5217\u3092\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u308b\u3053\u3068\u3092\u7d39\u4ecb\u3044\u305f\u3057\u307e\u3057\u305f":27,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":10,"json\u306e\u914d\u5217\u306e1\u756a\u76ee\u306e\u69d8\u5b50\u306b":22,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3057\u3066\u88dc\u5b8c":50,begin:17,grn1:28,grn3:28,"\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":9,buffer:40,"cache_limit\u306f":7,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":34,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9\u3084\u5b9f\u884c\u6642\u9593\u306a\u3069\u306e\u60c5\u5831\u304c\u5165\u308a\u307e\u3059":22,"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":19,"\u3092\u6307\u5b9a\u3057":[18,24],homepag:10,"\u304c2\u3064\u306b":56,"\u30b3\u30e1\u30f3\u30c8\u3067\u5168\u6587\u691c\u7d22\u304c\u51fa\u6765\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3067\u3059":56,"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":21,"127972422x503117107":56,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":59,"\u6761\u4ef6\u306eand":38,time_column:10,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":0,"com\u306f1\u30b9\u30ec\u30c3\u30c9":52,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":9,"\u51e6\u7406\u306b\u304b\u304b\u3063\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":[29,16,62,8],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":[0,14,2,3,9,22],"2\u3064\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u4f5c\u6210\u65b9\u5f0f\u304c\u3042\u308a\u307e\u3059":28,lenni:[14,58],out_loc:10,"\u30b5\u30fc\u30d0":9,"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[18,24],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5148\u306e\u74b0\u5883\u306b\u30d5\u30a1\u30a4\u30eb\u3092\u5c55\u958b\u3057\u3066":58,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":25,"\u306e\u3088\u3046\u306a\u30bf\u30b0\u3067\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3057\u305f":27,"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":40,show:46,do_gqpt:10,"myisam\u3067\u306f\u30ec\u30b3\u30fc\u30c9\u304c\u66f4\u65b0\u3055\u308c\u308b\u969b\u306b\u306f":51,"javascript\u306e\u5f0f\u306b\u4f3c\u305f\u306a\u6587\u6cd5\u3067\u69d8\u3005\u306a\u6761\u4ef6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":38,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":10,threshold:18,sitecountri:26,"\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":0,"\u3053\u306e\u578b\u3067\u306e\u5024\u306e\u6307\u5b9a\u306f":56,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":0,"\u691c\u7d22\u6761\u4ef6\u3084\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3078\u306e\u64cd\u4f5c\u3092\u8868\u73fe\u3059\u308b\u30c7\u30fc\u30bf\u69cb\u9020":55,"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":0,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":10,"sphinx\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5c0e\u5165\u3057\u307e\u3059":30,"\u30c6\u30fc\u30d6\u30eb\u540d":[24,55,18,19],"\u5f15\u6570\u306b\u306f\u305d\u308c\u305e\u308c\u540d\u524d\u304c\u3042\u308a\u307e\u3059":36,"\u304a\u77e5\u3089\u305b":46,"\u8a08\u7b97\u3057\u305f\u5024\u3092\u7528\u3044\u305f\u30bd\u30fc\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":38,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_level\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":6,"\u3092\u4f7f\u3063\u3066":38,"\u8907\u6570\u306e\u30ea\u30f3\u30af\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u305f\u3081\u306b":44,info:[6,34],"\u5024\u306furl\u30a8\u30f3\u30b3\u30fc\u30c9\u304c\u5fc5\u8981\u3067\u3059":36,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":22,get:62,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":9,radious_or_point:60,clang:21,"drilldown_limit\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u3088\u3063\u3066":26,"dump\u30b3\u30de\u30f3\u30c9":46,"\u6587\u5b57\u5217\u3092\u5206\u5272\u3059\u308b\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u6307\u5b9a\u3057\u307e\u3059":1,"\u3092\u8a08\u7b97\u3059\u308b":46,"\u8a73\u7d30\u306f":21,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"\u3068\u3044\u3046\u540d\u524d\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u30ab\u30e9\u30e0\u3092terms\u30c6\u30fc\u30d6\u30eb\u306b\u4f5c\u6210\u3057\u307e\u3057\u305f":22,"\u5b9f\u884c\u3055\u308c\u308b\u51e6\u7406":23,"\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":10,"sphinx\u3068\u3044\u3046\u30c4\u30fc\u30eb\u3092\u7528\u3044\u3066\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u3059":30,tokyogeopoint:[60,35,5,32,38],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u308b\u3053\u3068\u3092\u793a\u3057\u307e\u3059":22,"status\u30b3\u30de\u30f3\u30c9\u306f":[39,22],"\u7279\u5b9a\u306e\u30ab\u30e9\u30e0\u5024\u3067\u691c\u7d22\u7d50\u679c\u3092\u30b0\u30eb\u30fc\u30d7\u5316\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":26,aptitud:[30,58,21],"float\u578b\u306e\u30ab\u30e9\u30e0\u306b\u6d6e\u52d5\u5c0f\u6570\u70b9\u306e\u5c0f\u6570\u3092":44,"\u30d9\u30af\u30bf\u578b":33,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":46,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":[39,22,9],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":0,summari:10,"\u4e3b\u30ad\u30fc\u3067\u306e\u691c\u7d22\u901f\u5ea6\u3084":22,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f10\u4ef6\u306e\u307f\u8868\u793a\u3055\u308c\u307e\u3059":26,enci:10,"\u69d8\u3005\u306a\u6761\u4ef6\u3092and":55,"\u305d\u306e\u52d5\u753b\u306e\u7279\u5fb4\u3092\u8868\u3059":27,"\u8b58\u5225\u5b50":55,"\u3053\u306e\u9805\u76ee\u306b\u3064\u3044\u3066\u306f":45,"groonga\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306f":30,"\u30ab\u30f3\u30de\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":47,sport:27,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":20,folowe:56,"javascript\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u306e\u7d5e\u8fbc":[14,38,11],"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":46,"\u7d9a\u304d\u306e\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306f":47,less_equ:0,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":40,"\u3053\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u308b\u3053\u3068\u3067":56,"\u3053\u306e\u578b\u3067\u306e\u5024\u306e\u6307\u5b9a\u65b9\u6cd5\u306f":56,"\u30b5\u30fc\u30d0\u306e\u8d77\u52d5":22,column_vector:[44,56,54,27],"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":13,"\u30c6\u30fc\u30d6\u30eb\u306f\u30ec\u30b3\u30fc\u30c9\u306e\u96c6\u5408\u3067\u3042\u308a":1,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":[36,9],"\u3088\u3063\u3066":[51,22,32,45,38],"\u3068\u3044\u3046url\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":23,"\u30d2\u30c3\u30c8\u3057\u305f\u30b3\u30e1\u30f3\u30c8\u304b\u3089\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3055\u308c\u305f\u7d50\u679c\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":56,"\u3053\u308c\u3089\u3092\u3059\u3079\u3066\u7406\u89e3\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":22,"\u63a5\u7d9a\u3059\u308bgroonga":10,"\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u306b\u4fdd\u5b58\u3055\u308c\u305f\u30c7\u30fc\u30bf\u306b\u66f4\u65b0\u304c\u3042\u3063\u305f\u3068\u304d":27,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":0,"\u30b3\u30ed\u30f3":[1,54],"http\u3084memcach":51,"output_columns\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u7528\u3044\u308b\u3053\u3068\u3067":22,"\u305f\u3068\u3048\u3070":[22,38,51],tutori:22,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306e\u7d50\u679c\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":56,"time\u578b\u306b\u3064\u3044\u3066\u306f":56,"\u4e26\u3073\u66ff\u3048":[14,11,22],"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059\u306e\u3067":10,"\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":20,"\u30ed\u30b0\u51fa\u529b":34,"\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":40,"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":10,"\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u30ab\u30e9\u30e0\u540d":55,"ifexists\u306bgrn_expr\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":47,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u8ddd\u96e2":46,"\u5f15\u6570\u3068\u3057\u3066\u5024\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":47,"\u3067\u6271\u3063\u305f\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3082\u884c\u3044\u307e\u3059":56,"ueno\u3055\u3093":46,"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":0,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":46,"\u7403\u9762\u8fd1\u4f3c":5,"types\u5f15\u6570\u306b\u6307\u5b9a\u3057\u305f\u5024":50,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":46,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":57,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":9,log_put:[13,14,49,2,6,9,34],"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":17,"\u304c3\u4ef6\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":56,"\u30ec\u30b3\u30fc\u30c9\u304c\u8ffd\u52a0\u3055\u308c\u305f\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3059\u308b":[29,16],"grntest\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":10,"\u63d0\u6848\u3092\u884c\u3044\u307e\u3059":50,hashtag:56,"\u5168\u6587\u691c\u7d22\u306b\u7528\u3044\u308b\u305f\u3081\u306e\u8a9e\u610f\u8868\u304c\u30c6\u30fc\u30d6\u30eb\u3068\u3057\u3066\u6271\u3048\u307e\u3059":45,"groonga\u306f\u30ab\u30e9\u30e0\u6307\u5411\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u751f\u304b\u3057\u3066":51,"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":9,"\u3042\u308a\u307e\u305b\u3093":[13,15,39,59,4,19],"edge\u306fctx\u3092\u542b\u3080":52,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"\u3068\u3044\u3046\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u8a18\u8ff0\u3059\u308b\u3053\u3068\u3067":56,"\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u304c\u58ca\u308c\u308b\u5834\u5408\u306f\u30a8\u30e9\u30fc":46,"\u30b3\u30de\u30f3\u30c9\u3092\u7528\u3044\u3066":22,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"8\u306b\u5bfe\u5fdc":46,favorited_bi:56,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u3084groonga\u30b5\u30fc\u30d0\u3092\u4ecb\u3057\u3066\u69d8\u3005\u306a\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066":22,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":57,"define_selector\u306f":53,ctrl:[22,23],"\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093":[1,54],"flags\u306e\u5024\u306b\u4ee5\u4e0b\u306e\u5024\u3092\u52a0\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":54,"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408":10,set_host:10,"\u3069\u3061\u3089\u3082\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u5168\u4ef6\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":8,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"4\u884c\u76ee":10,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_create\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":54,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":10,hash_tag:56,develop:56,"true\u3068fals":32,"get\u306f":62,users_index:56,check:[14,40,49,2,21],"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":0,html:[46,30],document:[46,36,9],"\u30c6\u30fc\u30d6\u30eb\u306ekey\u306e\u578b":33,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[14,2],"bigram\u30c6\u30fc\u30d6\u30eb":56,utf8:9,"\u305d\u308c\u305e\u308c\u306e\u30ab\u30e9\u30e0\u306b1\u3064\u305a\u3064\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308b\u65b9\u5f0f\u3067\u3059":28,"\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3059\u308b\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0\u306b\u30c7\u30fc\u30bf\u3092\u5165\u529b\u3059\u308b\u5834\u5408\u306b\u306f":44,"\u57fa\u790e\u3068\u306a\u308b\u30c7\u30fc\u30bf\u304c\u683c\u7d0d\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":40,"\u6587\u5b57\u5217\u304c\u8fd4\u3055\u308c\u307e\u3059":[29,16,62,8],"\u30bf\u30b0\u691c\u7d22":[14,56,27,11],"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":[22,9],"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[14,52,12],"8bit\u7b26\u53f7\u306a\u3057\u6574\u6570":32,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[35,5,60],"\u305d\u3057\u3066":56,"set\u306f":29,"drilldown\u7d50\u679c":8,"html\u7ba1\u7406\u30c4\u30fc\u30eb":23,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d5\u30eb\u30d1\u30b9\u540d\u3092db\u30d1\u30b9\u540d\u306b\u6307\u5b9a\u3057\u307e\u3059":[22,23],"\u306b\u7b49\u3057\u3044\u3068\u3044\u3046\u6761\u4ef6":55,"\u4e0a\u8a18\u306e\u3088\u3046\u306b":58,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":17,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":17,"groonga\u306f\u30c6\u30fc\u30d6\u30eb\u9593\u306e\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d\u3092\u9ad8\u901f\u306b\u884c\u3046\u305f\u3081\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":27,"json\u306e\u914d\u5217\u306e0\u756a\u76ee\u306e\u8981\u7d20\u306b":22,"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":9,"\u4ee3\u5165\u3059\u308b\u6587\u5b57\u5217\u306f\u305d\u308c\u305e\u308c":38,"\u65b0\u5bbf\u99c5\u304b\u30895km\u4ee5\u5185\u306b\u3059\u3093\u3067\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u691c\u7d22\u3057\u305f\u3068\u3053\u308d":56,monei:27,"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":10,"\u591a\u304f\u306e\u5834\u5408\u30c6\u30fc\u30d6\u30eb\u30ed\u30c3\u30af\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059":51,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":9,"\u305d\u308c\u305e\u308c\u306e\u74b0\u5883\u6bce\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":58,"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":22,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bview_add\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":42,"id\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u5e8f\u306b\u5f93\u3063\u3066\u81ea\u52d5\u7684\u306b\u4ed8\u4e0e\u3055\u308c\u307e\u3059":1,"\u30ec\u30b3\u30fc\u30c9id\u306b\u3088\u3063\u3066\u30ec\u30b3\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u307e\u3059":[29,48],"groonga\u306a\u3046":56,haystack:0,"\u4efb\u610f\u306e\uff12\u70b9\u9593\u306e\u8ddd\u96e2\u3082\u8a08\u7b97\u53ef\u80fd\u3067\u3059":51,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bset\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":29,"suggest\u30b3\u30de\u30f3\u30c9\u306f":50,"\u795e\u5948\u5ddd\u770c":56,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":10,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":9,grn:4,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":9,"\u8ddd\u96e2\u8a08\u7b97\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u306e\u7570\u306a\u308b":5,"\u3092\u30a8\u30b9\u30b1\u30fc\u30d7\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":47,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u3068\u306f":56,intel:10,"\u6587\u5b57\u5217\u306e\u30a8\u30b9\u30b1\u30fc\u30d7\u304c\u5fc5\u8981\u3067\u3059\u304c":47,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0\u3067\u3059":56,server:[9,27],"\u5168\u6587\u691c\u7d22\u306e\u30b9\u30b3\u30a2\u304c\u4ee3\u5165\u3055\u308c\u3066\u3044\u308b\u4eee\u60f3\u7684\u306a\u30ab\u30e9\u30e0\u304c\u4ed8\u4e0e\u3055\u308c\u308b\u3053\u3068\u3092\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u30bd\u30fc\u30c8\u306e\u9805\u76ee\u3067\u8aac\u660e\u3057\u307e\u3057\u305f":38,output:10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f7f\u7528\u3059\u308b\u6587\u5b57\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u65b9\u5f0f\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\uff12\u70b9\u9593\u306e\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":38,"\u5bfe\u8c61\u306e\u6587\u5b57\u5217\u3092\u5206\u5272\u305b\u305a\u306b\u8a9e\u5f59\u8868\u306b\u767b\u9332\u3057\u307e\u3059":1,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067\u3042\u308c\u3070":32,"postgresql\u3068\u7d44\u307f\u5408\u308f\u305b\u3066\u7528\u3044\u308bludia\u3092\u901a\u3058\u3066\u5229\u7528\u3059\u308b\u306e\u304c\u4e00\u822c\u7684\u3067\u3057\u305f":51,unsplit:0,"\u7def\u5ea6\u3068\u7d4c\u5ea6\u306f\u30df\u30ea\u79d2\u5358\u4f4d\u3067\u306e\u6574\u6570":32,"usr\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059":58,"\u51e6\u7406\u6642\u9593":[29,16,62,8],"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":40,"groonga\u5358\u4f53\u3067test":10,testdb:10,"\u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u30e6\u30fc\u30b6\u30fc\u691c\u7d22\u3057\u305f\u7d50\u679c":56,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[13,42,53,1,6,48,24,25,54,61,34],"column_scalar\u306b\u3064\u3044\u3066\u306f":22,"view\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u8981\u7d20\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":[42,9],"\u6c38\u7d9a\u30c6\u30fc\u30d6\u30eb\u3068\u4e00\u6642\u30c6\u30fc\u30d6\u30eb\u304c\u3042\u308a\u307e\u3059\u304c":1,"\u4e3b\u30ad\u30fc\u3092\u793a\u3059\u7591\u4f3c\u30ab\u30e9\u30e0\u540d":47,"message\u30ab\u30e9\u30e0\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u7528\u306bindex_message\u30ab\u30e9\u30e0\u3068":28,"title\u3068message\u306e2\u3064\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5171\u901a\u306b\u306a\u3063\u3066\u304a\u308a":28,test_str:21,table_no_kei:1,"902\u79d2\u3067\u3059":38,"\u691c\u7d22\u4ef6\u6570":[33,19,8],ddl:10,"\u30ad\u30fc\u5024\u306e\u7bc4\u56f2\u3067\u306e\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":1,"\u5168\u6587\u691c\u7d22\u306e\u6761\u4ef6\u304c\u5408\u81f4\u3059\u308b\u6587\u66f8\u307b\u3069\u9ad8\u3044\u6570\u5024\u304c\u5165\u308a\u307e\u3059":22,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067\u5b9f\u884c\u3057":10,"\u5168\u6587\u691c\u7d22":[14,38,11,22],quit:[14,49,9,2,59],garbag:40,starttim:[39,22,23],"2\u4ef6\u3068\u3082":56,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":9,src:58,"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":9,greater:0,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":9,"\u8a9e\u5f59\u3054\u3068\u306b\u8907\u6570\u306e\u60c5\u5831\u3092\u4fdd\u6301\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":45,"\u5f62\u5f0f1\u306e":[29,16,47],"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u6295\u7a3f\u3057\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":56,"entry\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u306e\u5024\u3092\u5bfe\u8c61\u3068\u3059\u308b\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u30ab\u30e9\u30e0":54,"\u30d0\u30a4\u30b0\u30e9\u30e0\u306e\u7d22\u5f15\u3092\u4f5c\u6210\u3057\u307e\u3059":1,backup:4,tokentrigram:1,"\u3068\u3044\u3046\u306e\u306f":22,"\u5217\u6307\u5411\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u6a5f\u80fd\u3092\u6301\u3064\u5168\u6587\u691c\u7d22\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":9,"\u5bfe\u8c61\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f10041\u30dd\u30fc\u30c8\u306b\u5bfe\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":23,"\u683c\u7d0d\u3059\u308b\u30c7\u30fc\u30bf\u306e\u578b\u3092\u533a\u5225\u3057\u307e\u3059":32,"\u985e\u4f3c\u6587\u66f8\u691c\u7d22\u3084\u8fd1\u508d\u691c\u7d22\u306e\u3088\u3046\u306a\u9ad8\u5ea6\u306a\u691c\u7d22\u3082\u3059\u3079\u3066grn_expr\u306b\u3088\u3063\u3066\u8a18\u8ff0\u3067\u304d\u307e\u3059":55,"\u30b0\u30eb\u30fc\u30d7\u5316\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u6570\u304c\u5165\u308a\u307e\u3059":26,"\u305d\u306e\u305f\u3081":[51,4,56],"\u554f\u984c\u306fgrntest\u304bgroonga\u306b\u3042\u308a\u307e\u3059":10,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":40,"\u540c\u6642\u306b":52,"\u30e6\u30fc\u30b6\u30fcid\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":56,"\u3068\u3044\u3046\u306e\u304c":22,"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":17,log:[10,9],"grn_expr_parse\u3067\u30d1\u30fc\u30b9\u3067\u304d\u308b\u6587\u5b57\u5217\u3092\u7279\u306bscript\u5f62\u5f0f\u306egrn_expr\u3068\u547c\u3073\u307e\u3059":55,"\u5358\u8a9e\u306e\u91cd\u8981\u5ea6\u306a\u3069\u3092\u4fdd\u6301\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":45,"\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":10,"\u4e0d\u6b63\u306a\u5165\u529b\u5024\u306b\u5bfe\u3057\u3066\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u3057\u305f":46,"\u5f8c\u8005\u306f\u4e16\u754c\u6e2c\u5730\u7cfb":38,"http\u3067groonga\u30b5\u30fc\u30d0\u3068\u901a\u4fe1\u3059\u308b\u969b\u306b\u306f":36,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":10,"\u901a\u5e38\u306e\u5168\u6587\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3067\u306f":22,"\u4e3b\u30ad\u30fc\u5024\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306b\u9650\u308a\u6709\u52b9\u3067\u3059":1,"\u6771\u4eac\u90fd\u6e0b\u8c37\u533a":56,"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u5bfe\u8a71\u30e2\u30fc\u30c9\u3067\u306f":22,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_create\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":1,"\u6b21\u306e\u30ab\u30e9\u30e0\u306e\u5024\u3067\u30bd\u30fc\u30c8\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":22,"groonga\u306e\u30b9\u30c8\u30ec\u30fc\u30b8\u30d5\u30a1\u30a4\u30eb\u306f":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30a8\u30e9\u30fc\u306b\u306a\u308a\u307e\u3059":8,"\u305d\u308c\u305e\u308c1\u30ab\u30e9\u30e0\u3054\u3068\u306b1\u3064\u305a\u3064\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059":28,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c":8,"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":9,"\u4ee5\u4e0b\u306e\u6761\u4ef6\u5f0f\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":8,"groonga\u306e\u30c6\u30fc\u30d6\u30eb\u306f":43,"\u8a9e\u5f59\u306e\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u610f\u5473\u306b\u3064\u3044\u3066\u306f":22,"\u5358\u4e00\u306e\u5024\u304c\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":54,"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":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u7a2e\u5225":33,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":9,"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":21,"groonga\u3067\u306f\u53c2\u7167lock\u304c\u4e0d\u8981\u306a\u30b9\u30c8\u30ec\u30fc\u30b8\u3092\u5b9f\u88c5\u3057\u307e\u3057\u305f":51,"\u6307\u5b9a\u3057\u305f\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306e\u3064\u3044\u3066\u3044\u308b\u30b3\u30e1\u30f3\u30c8\u306e\u4e00\u89a7\u3092\u51fa\u3059\u3053\u3068\u304c\u51fa\u6765\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":56,gone:27,"groonga\u306e\u30ab\u30e9\u30e0\u306f":32,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":9,"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u30c6\u30fc\u30d6\u30ebentry\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":48,"\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":53,file:[46,9],ventri:42,user_column:10,"\u5186\u3084\u77e9\u5f62\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":51,"\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":16,"shorttext\u578b\u306e\u5024\u3092\u6301\u3064":22,"\u30c6\u30fc\u30d6\u30eb\u578b":[14,44,11],"\u660e\u793a\u7684\u306a\u30ed\u30c3\u30af\u306a\u3069\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093":51,string2:31,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":10,string1:31,"\u30ab\u30e9\u30e0\u306e\u8ffd\u52a0":54,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":56,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u767b\u9332\u3057":47,"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":0,"\u30bf\u30b0\u691c\u7d22\u306fgroonga\u306e\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u3044\u3046\u30c7\u30fc\u30bf\u69cb\u9020\u3092\u7528\u3044\u3066\u9ad8\u901f\u306b\u884c\u308f\u308c\u307e\u3059":27,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6700\u5927\u4ef6\u6570\u306f\u5909\u66f4\u305b\u305a":7,"\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":10,"\u305d\u306e\u4ed6\u306e\u30ab\u30e9\u30e0\u306e\u5024\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":47,"senna\u306e\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5b9f\u88c5\u3092\u3055\u3089\u306b\u6539\u826f":[14,51],"\u5168\u6587\u691c\u7d22\u306e\u30b9\u30b3\u30a2\u3092\u4e71\u6570\u3067\u4e0a\u66f8\u304d\u3057\u3066\u3044\u307e\u3059":38,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":61,"\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":53,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":9,descript:56,"\u66f8\u5f0f1\u30682\u306f\u6df7\u305c\u3066\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":22,"id\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":[29,48],"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":20,"\u30c7\u30fc\u30e2\u30f3":9,cpu:10,"\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":16,"a\u3068b\u3068\u3044\u305a\u308c\u304b\u306e\u6761\u4ef6\u304c\u30de\u30c3\u30c1\u3059\u308b":8,"key\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":[29,48],"\u7d44\u8fbc\u95a2\u6570\u540d\u306f\u4e88\u7d04\u6e08\u307f\u3067\u3042\u308a":1,drilldown_offset:[53,26,8],"json\u306e\u307f\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059":47,"ctx_new\u3068\u3044\u3046queue\u306b":52,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u6a5f\u80fd\u3092\u8ffd\u52a0":46,month:27,"rst2pdf\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":30,"\u3053\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u8a9e\u5f59\u8868\u3068\u3059\u308b\u8ee2\u7f6e\u7d22\u5f15\u3092\u4f5c\u6210\u3059\u308b\u5834\u5408\u306b\u306f":1,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egrntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":10,scr:10,"\u30ab\u30e9\u30e0\u306f":22,"\u30ab\u30e9\u30e0\u3068":22,"users\u30c6\u30fc\u30d6\u30eb\u306efollower\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":56,"\u30ab\u30e9\u30e0\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":33,"\u7d50\u679c\u306f":50,"\u306f\u540c\u4e00\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":1,"\u964d\u9806\u306b\u30bd\u30fc\u30c8\u3059\u308b\u3053\u3068\u3082\u51fa\u6765\u307e\u3059":22,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bselect\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":8,"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":31,"prefix\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":58,queri:[0,50,44,53,9,8,22,23,56,10,27,28,43,38],"\u4e3b\u30ad\u30fc\u5024\u3092\u6b63\u898f\u5316\u3057\u305f\u4e0a\u3067\u767b\u9332\u3057\u307e\u3059":1,grn_op_and:0,grn_op_or:0,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":32,fals:46,"\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u683c\u7d0d\u3059\u308busername\u30ab\u30e9\u30e0":27,rand_max:57,"\u3067\u6271\u3063\u305f":56,"admin_html\u914d\u4e0b\u306b":36,"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":20,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[14,58],"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u306b\u6307\u5b9a\u3067\u304d\u306a\u3044\u578b":32,unigram:1,longtext:32,"\u30ab\u30e9\u30e0\u5024":8,"0\u30ea\u30ea\u30fc\u30b9":46,"\u52d5\u753b\u306e\u60c5\u5831\u3092\u4fdd\u5b58\u3059\u308b":27,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":9,"\u8907\u6570\u306e\u53c2\u7167\u95a2\u4fc2\u304c\u4fdd\u5b58\u3067\u304d\u307e\u3057\u305f":44,"\u901a\u5e38\u306e\u30ab\u30e9\u30e0\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059":22,"\u30a2\u30b9\u30bf\u30ea\u30b9\u30af":8,"\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u751f\u304b\u3059\u3053\u3068\u306b\u3088\u308a":51,"32bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570":32,"query\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u306f":22,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u3092type\u306b":22,"\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":0,"\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u7528\u3044\u308b\u305f\u3081\u306e\u90e8\u54c1\u3067\u3057\u305f":51,lexicon_t:10,"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":38,"grntest\u306f":10,"ieee754\u5f62\u5f0f\u306e64bit\u6d6e\u52d5\u5c0f\u6570\u70b9\u6570":32,aba:[22,38,26],abc:1,"\u6587\u5b57\u5217\u3067\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3082\u3042\u308a\u307e\u3059":56,"\u3068\u3044\u3046\u4e71\u6570\u3092\u8fd4\u3059\u95a2\u6570\u3092\u7528\u3044\u3066":38,"\u3053\u308c\u3092\u6307\u5b9a\u3059\u308b\u3068":22,"log_put\u306f":34,"\u95a2\u6570\u306f":[0,35,5,57,31,60],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":40,abbrevi:[47,8],version:[22,23,10],"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u5225\u306e\u30ab\u30a6\u30f3\u30c8\u3092\u51fa\u3057\u307e\u3059":56,"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":40,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":10,"\u4e2d\u91ce\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4\u306a\u3046\u306a\u3046":56,"\u305d\u306e\u4ed6":[14,58],"\u3088\u308atar":58,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":9,"script\u5f62\u5f0f\u306egrn_expr\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":8,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":17,"\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9":9,cutter_check_leak:21,valu:[29,16,47],"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":21,search:14,"\u6295\u7a3f\u65e5\u6642":56,"iptables\u306a\u3069\u3092\u7528\u3044\u3066":23,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":13,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":21,"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":9,"\u95a2\u4fc2\u5f0f\u306f":0,hoge:[55,23,31,9],tokenunigram:1,"select\u30b3\u30de\u30f3\u30c9\u306efilter\u30d1\u30e9\u30e1\u30fc\u30bf\u306f":38,"\u30c8\u30e2\u3061\u3083\u3093":27,select:[14,49,2,44,9,8,22,23,56,10,26,27,28,43,38,46],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u3092\u4f7f\u7528\u3059\u308b\u65b9\u6cd5\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":22,"groonga\u3067\u4e88\u3081\u5b9a\u7fa9\u6e08\u307f\u306e\u578b\u304b":32,"\u30c6\u30fc\u30d6\u30eb\u306e\u53c2\u7167\u95a2\u4fc2\u3092\u9006\u306b\u305f\u3069\u308b\u691c\u7d22\u304c\u3067\u304d\u307e\u3057\u305f":27,"comments\u30c6\u30fc\u30d6\u30eb\u306elast_modified\u30ab\u30e9\u30e0\u306f":56,mecab:58,coverag:21,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"check\u30b3\u30de\u30f3\u30c9\u306f":40,table_list:[14,49,2,9,19,22],"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":46,"\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":10,"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":46,"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":10,"\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":0,uint8:32,flag:[40,1,9,44,19,22,56,10,26,27,28,43,54,33],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":21,"\u306e\u7d4c\u7def\u5ea6\u3092\u4fdd\u5b58\u3057\u307e\u3059":38,cach:[46,9,8],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":0,uint64:32,none:[9,28],"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":17,thread:9,"2\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3059":32,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":9,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":24,dev:[58,21],"\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":46,nine:22,abandon:[16,47,8,48,29,62],deb:58,"\u306e\u3088\u3046\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":58,"\u5e83\u304f\u4f7f\u308f\u308c\u3066\u3044\u308b\u5168\u6587\u691c\u7d22\u30e9\u30a4\u30d6\u30e9\u30easenna\u306e\u5f8c\u7d99\u3068\u3057\u3066\u958b\u767a\u3055\u308c\u3066\u3044\u307e\u3059":51,"\u306b\u3088\u3063\u3066\u9759\u7684\u30da\u30fc\u30b8\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3068":36,"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":31,"id\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4ee3\u308f\u308a\u306b\u6307\u5b9a\u3057\u307e\u3059":[29,62,48],scan:21,share:[36,9],"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":0,"\u8fd4\u4fe1\u5148\u60c5\u5831\u306a\u3069":56,"delete\u30b3\u30de\u30f3\u30c9":46,"\u5168\u6587\u691c\u7d22\u30b5\u30fc\u30d3\u30b9\u3092\u884c\u3046\u305f\u3081\u306e\u30b5\u30fc\u30d0\u304c\u5b58\u5728\u3057\u307e\u3059":51,sourc:[58,22,56,54,27,28,33],"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[35,60],"ecmascript\u5f62\u5f0f\u306e\u6587\u5b57\u5217\u304b\u3089grn_expr\u3092\u751f\u6210\u3059\u308bapi\u95a2\u6570grn_expr_pars":55,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":10,"\u305d\u3057\u3066comments\u30c6\u30fc\u30d6\u30eb\u306ereplied_users\u30ab\u30e9\u30e0\u306f":56,"\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":53,avg:17,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u7ba1\u7406\u30c4\u30fc\u30eb\u3068\u306a\u308b\u30d5\u30a1\u30a4\u30eb\u7fa4\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059\u306e\u3067":36,rep_loc:10,"scorer\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u304a\u3044\u3066":38,"\u4ee5\u4e0b\u306e\u5f62\u5f0f\u306e\u6587\u5b57\u5217\u306b\u3088\u3063\u3066\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":8,"\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u4e00\u89a7":[14,49,2],"default_tokenizer\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u4e0e\u3048\u307e\u3059":22,"13\u7528rpm\u306e\u63d0\u4f9b":46,grn2:28,"select\u30b3\u30de\u30f3\u30c9":46,"\u5b9f\u884c\u4f8b":[44,21,22,23,56,38,26,27,28,43],"\u305d\u306e\u4ed6\u306e\u30c7\u30fc\u30bf\u578b\u306e\u4e00\u89a7\u306f":44,"\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":56,"\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":10,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":26,"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[18,24],"\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u306b\u3088\u3063\u3066\u8ddd\u96e2\u3092\u7b97\u51fa\u3057\u307e\u3059":5,"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":40,"\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":9,"\u672c\u6587\u306emessage\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059":28,"\u3068\u3044\u3046\u540d\u524d\u306e\u30ab\u30e9\u30e0\u304c\u8ffd\u52a0\u3055\u308c\u3066\u3044\u307e\u3059":22,"\u5bfe\u8c61\u306e\u6587\u66f8\u3092\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b\u65b9\u5f0f\u3092":22,"\u5168\u6587\u691c\u7d22\u3092\u884c\u3063\u305f\u7d50\u679c\u306e\u5404\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046\u305f\u3081\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u3059":38,geo_dist:[14,41,5,38,2],"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c3\u30c1\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":46,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u578b":55,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":40,"\u691c\u7d22\u30a8\u30f3\u30b8\u30f3\u306e\u30e6\u30fc\u30b6\u304c\u30d5\u30a9\u30fc\u30e0\u3067\u5165\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u76f4\u63a5\u53d7\u3051\u53d6\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066":55,callback:0,"2gbyte\u4ee5\u4e0b\u306e\u6587\u5b57\u5217":32,"\u691c\u7d22\u7d50\u679cn":8,egg:28,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[14,11],"tritonn\u306e\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":51,"\u691c\u7d22\u7d50\u679c\u3092\u4f55\u4ef6\u8868\u793a\u3059\u308b\u306e\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":22,"shorttext\u306e\u30d9\u30af\u30c8\u30eb\u3092\u4fdd\u5b58\u3057\u305f\u3044\u5834\u5408\u306b\u306f":32,"4kbyte\u4ee5\u4e0b\u306e\u6587\u5b57\u5217":32,"\u3053\u308c\u307e\u3067\u5b66\u3093\u3060groonga\u306e\u6a5f\u80fd\u3092\u7528\u3044\u3066":56,"\u5019\u88dc2\u306e\u30b9\u30b3\u30a2":50,"grntest\u306e\u52d5\u4f5c\u65b9\u6cd5":10,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":17,"\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":53,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":46,"\u30bf\u30a4\u30d7":50,"\u4f5c\u6210\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u8a9e\u5f59\u8868\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u5834\u5408":1,"\u4ee5\u4e0b\u306e\u4f8b\u3067\u306f":[56,27],heron:[14,58],"\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":20,"\u5024\u306e\u7bc4\u56f2\u306f1":20,"64bit\u7b26\u53f7\u306a\u3057\u6574\u6570":32,"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u524d\u306bmecab":58,soccer:27,"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":[22,9],"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u30b3\u30d4\u30fc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":4,"\u5168\u3066\u306e\u30ab\u30e9\u30e0\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":8,"drilldown_limit\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":8,do_loc:10,"\u52d5\u753b\u5171\u6709\u30b5\u30a4\u30c8\u306e\u691c\u7d22\u30a8\u30f3\u30b8\u30f3\u3092\u4f5c\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u307e\u3059":27,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":0,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":0,"\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":10,"_valu":20,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[35,5,60],"\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u3067\u5024\u304c\u8fd4\u5374\u3055\u308c\u307e\u3059":[29,16,62,8],"\u305d\u306e\u30ab\u30e9\u30e0\u306e\u5024\u3067\u6607\u9806\u306b\u30bd\u30fc\u30c8\u3057\u307e\u3059":22,"1c837f31":58,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egrntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":10,"\u3044\u308f\u3086\u308b\u30bf\u30b0\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u53ef\u80fd\u3068\u306a\u308a\u307e\u3059":27,"output_columns\u306b\u304a\u3044\u3066":44,token:[10,58],"video\u30c6\u30fc\u30d6\u30eb\u3067\u306f":27,"\u63a5\u7d9a\u3057\u3066\u3044\u308bgroonga\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":15,"table_remove\u306f\u30c6\u30fc\u30d6\u30eb\u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":61,with_posit:[22,56,54,28],"\u4e3b\u30ad\u30fc\u306e\u578b\u3068\u30ab\u30e9\u30e0\u306e\u578b\u306b\u306f":32,"video\u30c6\u30fc\u30d6\u30eb\u306etags\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092index_tags\u30ab\u30e9\u30e0\u306b\u683c\u7d0d\u3057\u3066\u3044\u307e\u3059":27,"groonga\u30c7\u30fc\u30e2\u30f3\u306e\u8d77\u52d5":23,"\u307e\u305a\u306f":56,"\u8907\u6570\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u307e\u3068\u3081\u3066\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u4eee\u60f3\u7684\u306a\u30c6\u30fc\u30d6\u30eb":1,"\u30b9\u30ec\u30c3\u30c9\u6570":10,"\u6700\u521d\u304b\u3089":22,"\u6587\u66f8\u306e\u4e2d\u306b\u3042\u308b\u5358\u8a9e\u304c\u4e3b\u30ad\u30fc\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u3067\u3059":22,"127678039x502643091":56,"\u62e1\u5f35\u5b50\u306f":10,hostnam:[36,10,9],ftp:10,"flags\u306e\u5024\u306b64\u3092\u52a0\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":1,"query\u5f15\u6570\u3082filter\u5f15\u6570\u3082\u6307\u5b9a\u3057\u3066\u3044\u306a\u3044\u72b6\u614b\u3067":8,db_api:0,"shorttext\u578b\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6301\u3061":22,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":9,"shorttext\u578b\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6301\u3064":22,"\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":60,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408\u306f":54,"javascript\u306e\u5b9f\u884c\u304c\u6709\u52b9\u306b\u306a\u3063\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":23,"shutdown\u306f":15,"\u5b9f\u969b\u306b\u691c\u7d22\u3057\u3066\u307f\u307e\u3057\u3087\u3046":28,"1\u30ea\u30ea\u30fc\u30b9":46,"\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9select\u306equery\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u306f":55,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":0,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f10041\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059":23,"\u3053\u3053\u3067":38,"\u3068\u3044\u3046\u540d\u524d\u306e\u30ab\u30e9\u30e0":22,recv:58,"\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3092\u7528\u3044\u3066\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u3068tcp":51,"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":9,"\u3088\u308a\u5373\u6642\u6027\u306e\u9ad8\u3044\u691c\u7d22\u30b5\u30fc\u30d3\u30b9\u3092\u5b9f\u73fe\u3059\u308b\u305f\u3081\u306b":51,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":10,"975mbyte":10,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":25,"\u691c\u7d22\u7d50\u679c\u3092\u4e26\u3073\u66ff\u3048\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":22,"\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":0,grntest:[3,14,10,2],"\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":10,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":10,"\u5b9f\u969b\u306b\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3057\u3087\u3046":56,favorit:56,"\u56fd\u540d\u3092\u683c\u7d0d\u3059\u308bcountry\u30ab\u30e9\u30e0\u3067\u3059":26,"7\u30ea\u30ea\u30fc\u30b9":46,"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":43,"_nsubrec":[27,26,20,56],number:[40,44,10,9],"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":9,"\u5168\u6587\u691c\u7d22\u30af\u30a8\u30ea\u306b\u304a\u3044\u3066":55,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u51fa\u529b\u3057\u307e\u3059":36,"\u30b3\u30de\u30f3\u30c9\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f":23,"\u691c\u7d22\u3092\u884c\u3044\u307e\u3057\u3087\u3046":27,"\u3042\u308b\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306e\u3064\u3044\u3066\u3044\u308b\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":56,"\u8aad\u307f\u98db\u3070\u3057\u3066\u3082\u3089\u3063\u3066\u304b\u307e\u3044\u307e\u305b\u3093":22,script:10,"\u63d0\u6848\u3068\u306f":50,"\u30ab\u30e9\u30e0\u540d\u3054\u3068\u306b\u683c\u7d0d\u3055\u308c\u3066\u3044\u308b\u60c5\u5831\u306f":[19,33],"\u30b3\u30de\u30f3\u30c9":[14,36,9,11,22],"input_type\u306b\u6307\u5b9a\u3059\u308b\u5f62\u5f0f\u3067\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u73fe\u3057\u305f\u6587\u5b57\u5217\u3092\u6e21\u3057\u307e\u3059":47,"\u91cd\u307f2":8,"\u91cd\u307f1":8,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":21,"libedit\u5bfe\u5fdc":46,option:[17,10,9],"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":0,"\u5bfe\u8a71\u30e2\u30fc\u30c9\u306b\u5165\u308a\u307e\u3059":22,"drilldown_offset\u30d1\u30e9\u30e1\u30fc\u30bf\u3068":26,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u306e\uff11\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u6307\u5b9a\u3057":62,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u4f7f\u3063\u3066":27,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"\u7279\u6b8a\u306a\u5f15\u6570\u3067\u3042\u308b":36,"\u30bf\u30a4\u30c8\u30eb\u3068\u5185\u5bb9\u3068\u304c\u305d\u308c\u305e\u308c\u5225\u306e\u30ab\u30e9\u30e0\u306b\u5165\u3063\u305f\u3082\u306e\u304c\u3042\u308b\u3068\u3057\u307e\u3057\u3087\u3046":28,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":[46,50],"\u307e\u305f\u540c\u6642\u306b":10,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":10,"\u4efb\u610f\u306edb\u540d":10,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":10,"\u30c6\u30fc\u30d6\u30eb":[55,24],"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":0,"\u30ab\u30e9\u30e0\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u3092\u542b\u3093\u3067\u3044\u308b":8,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":21,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":40,"groonga\u30c7\u30fc\u30e2\u30f3\u306e\u7d42\u4e86":23,"\u95a2\u6570\u306e\u8ffd\u52a0":46,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":52,"\u8fd4\u4fe1\u5148\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u89a7":56,"column_list\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u30ea\u30b9\u30c8\u8868\u793a\u3057\u307e\u3059":33,"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":21,"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u691c\u7d22":56,"\u307e\u305f\u306f\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":32,"\u3068\u3044\u3046\u5024\u304c\u5165\u3063\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3059\u308b":22,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"null":[0,19],"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":40,"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":10,self:10,"query\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u7528\u3044\u308b\u3068\u30c7\u30fc\u30bf\u306e\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":22,"\u7279\u5b9a\u306e\u6587\u5b57\u5217\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u7d30\u304b\u304f\u5236\u5fa1\u3057\u305f\u308a":55,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":[33,19,8],"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":[36,9],"mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u691c\u51fa\u51e6\u7406\u3092\u6539\u5584":46,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":37,"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b\u6607\u964d\u9806\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":8,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":10,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":10,"\u8fd1\u4f3c\u5024":5,"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":20,"\u8907\u6570\u306e\u5024\u3092\u914d\u5217\u3067\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":44,"\u30bf\u30b0\u306e\u60c5\u5831\u3092\u4fdd\u5b58\u3059\u308b":27,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":21,"\u81ea\u5df1\u7d39\u4ecb\u6587\u3092\u5bfe\u8c61\u306b\u691c\u7d22\u3092\u3057\u307e\u3059":56,"\u8907\u6570\u306e\u53c2\u7167\u95a2\u4fc2\u3092\u4fdd\u5b58\u3059\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3057\u3087\u3046":44,"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":0,"\u30b3\u30e1\u30f3\u30c8\u306e\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3092\u4e00\u89a7\u3067\u4fdd\u5b58\u3059\u308b\u305f\u3081\u306e\u30c6\u30fc\u30d6\u30eb\u3067\u3059":56,"\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":8,table_pat_kei:[1,19,22,56,28,43],"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":10,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u578b\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":[33,19,8],"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":60,clean:21,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":4,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":53,"query\u5f15\u6570\u307e\u305f\u306ffilter\u5f15\u6570\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u30ab\u30e9\u30e0\u540d\u306b":8,"\u3057\u304b\u3057":[51,44,32],"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[13,42,53,1,6,48,24,25,54,61,34],"\u4e3b\u30ad\u30fc\u5024\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9":1,cache_limit:[14,49,7,2],"\u53c2\u7167\u5148\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b58\u5728\u3059\u308b\u30ab\u30e9\u30e0\u5024\u3092\u53d6\u5f97\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":26,"\u4e16\u754c\u6e2c\u5730\u7cfb\u3067\u306e\u4f4d\u7f6e\u60c5\u5831\u3092\u4fdd\u5b58\u3057\u3066\u307f\u307e\u3057\u3087\u3046":38,"bom\u4ed8\u304dutf":46,"scorer\u30d1\u30e9\u30e1\u30fc\u30bf\u306b":38,"table_create\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3092":44,"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":31,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u304bc\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u901a\u3057\u3066\u64cd\u4f5c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":9,"http\u30b5\u30fc\u30d3\u30b9":36,"\u30c7\u30fc\u30bf\u6295\u5165\u5f8c\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u4f5c\u6210\u306b\u5bfe\u5fdc":46,"\u30ab\u30e9\u30e0\u306e\u5024\u3092\u66f4\u65b0\u3057":[29,16],"\u63d0\u6848\u3068\u3057\u3066\u512a\u308c\u305f\u3082\u306e\u307b\u3069\u9ad8\u304f\u306a\u308b\u6570\u5024":50,"\u304c\u30d2\u30c3\u30c8\u3057\u305f\u4ef6\u6570\u3092\u8d85\u3048\u306a\u3044\u7bc4\u56f2\u3067\u30ec\u30b3\u30fc\u30c9\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":8,"\u3053\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f":22,atv:[22,38,26],"\u5f62\u614b\u7d20\u5358\u4f4d\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u305f\u5168\u6587\u691c\u7d22\u7d22\u5f15\u3092\u4f7f\u7528\u3057\u305f\u3044\u5834\u5408\u306f":58,"http\u3092\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305fgroonga\u30b5\u30fc\u30d0\u306b\u5bfe\u3057\u3066\u3082":36,"\u30ab\u30e9\u30e0\u540d":[55,33,8],"\u30c6\u30fc\u30d6\u30ebentry\u304b\u3089\u4e3b\u30ad\u30fc\u5024\u304c":62,"site\u30c6\u30fc\u30d6\u30eb\u306b\uff12\u3064\u306e\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":26,"\u63d0\u6848\u306e\u3044\u305a\u308c\u3092\u884c\u3046\u304b\u3092":50,"\u8907\u6570\u30ab\u30e9\u30e0\u3092\u5bfe\u8c61\u3068\u3057\u305f\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":56,"\u3053\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306e\u3088\u3046\u306b":26,"\u30bf\u30b0\u691c\u7d22\u306f":27,"\u7d44\u8fbc\u578b\u540d":1,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0":1,"\u5f62\u5f0f1\u3068\u5f62\u5f0f2\u306f\u6df7\u5728\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":36,"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":10,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":46,"\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":10,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":10,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u901a\u3058\u305f\u5229\u7528":[14,23,11],"entry_body\u3092\u4f5c\u6210\u3057\u307e\u3059":54,"\u3044\u304b\u306b\u5168\u6587\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u66f4\u65b0\u304c\u901f\u304f\u3068\u3082":51,"log_reopen\u3092\u7528\u3044\u305f\u30ed\u30b0\u306e\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":13,"groonga\u3092build\u3059\u308b\u969b\u306b":39,table_cr:[14,49,2,44,4,1,9,22,56,10,26,27,28,43],"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":0,column2:0,set:29,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[36,10,9],dump:[14,4,49,2],"worker\u306f":52,"\u6700\u521d\u306e\u30ab\u30e9\u30e0\u3067\u540c\u4e00\u306e\u5024\u306e\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u3063\u305f\u5834\u5408\u306b":22,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":57,"\u521d\u671f\u5024\u306f10\u3067\u3059":17,arg:[0,9],"\u4e3b\u30ad\u30fc\u5024":1,"\u524d\u8005\u306f\u65e5\u672c\u6e2c\u5730\u7cfb":38,"\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u305f\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6700\u5927\u4ef6\u6570\u3092\u8fd4\u3059":7,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":54,"\u4ee5\u4e0b\u306b\u7c21\u5358\u306a\u8aac\u660e\u3092\u8a18\u3057\u307e\u3059\u304c":22,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u8868\u793a":39,"00\u4ee5\u524d\u306b\u66f8\u304b\u308c\u305f\u30b3\u30e1\u30f3\u30c85\u4ef6\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":56,"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3082\u3057\u304f\u306fhttp\u306e\u3069\u3061\u3089\u304b\u3092\u9078\u629e\u3057\u3066groonga\u3092\u8d77\u52d5\u3059\u308b\u3053\u3068\u306b\u3088\u308a":23,"\u30c6\u30b9\u30c8\u7528\u30c7\u30fc\u30bf\u3092\u30ed\u30fc\u30c9\u3057\u307e\u3059":56,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":10,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":10,"\u6295\u7a3f\u6642\u9593\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":56,"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":21,korea:26,"\u95a2\u6570\u540d":55,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":21,"grntest\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":10,"\u6709\u52b9\u306a\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u591a\u304f\u30d2\u30c3\u30c8\u3059\u308b\u305f\u3081\u306b":8,ipaexgoth:30,"\u30c7\u30d5\u30a9\u30eb\u30c8\u691c\u7d22\u5bfe\u8c61\u30ab\u30e9\u30e0\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30ec\u30fc\u30ba\u3092\u542b\u3093\u3067\u3044\u308b":8,"\u4ee5\u4e0b\u306e\u578b\u304c\u7d44\u8fbc\u578b\u3068\u3057\u3066\u3042\u3089\u304b\u3058\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":32,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":46,pdf:30,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":[6,9],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":18,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":10,load:[14,49,56,2,16,4,47,9,44,48,22,24,10,26,27,28,29,38,62,43],"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3059\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":26,point:[35,60],"\u3044\u308f\u3086\u308b\u30bf\u30b0\u691c\u7d22\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306b\u304a\u3044\u3066":51,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":9,shutdown:[14,49,2,15,9,23],linux:[14,10,58],"\u8a9e\u5f59\u306e\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059":22,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092source\u5f15\u6570\u306b\u6307\u5b9a\u3057\u307e\u3059":54,"mysql\u306e\u30d7\u30e9\u30ac\u30d6\u30eb\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3\u3068\u3057\u3066\u5b9f\u88c5\u4e88\u5b9a\u3067\u3059":51,"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":10,"\u4f4d\u7f6e\u60c5\u5831\u3092\u4fdd\u5b58\u3059\u308b\u305f\u3081\u306e\u30ab\u30e9\u30e0\u306e\u578b\u3068\u3057\u3066":38,"\u5f93\u3063\u3066":8,add:16,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":10,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":20,"column_list\u30b3\u30de\u30f3\u30c9":46,"\u305d\u306e\u30ab\u30e9\u30e0\u306f":32,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":24,"table_create\u30b3\u30de\u30f3\u30c9\u306eflags\u30aa\u30d7\u30b7\u30e7\u30f3\u306btable_pat_key\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":43,"grn_expr\u306b\u3088\u3063\u3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":0,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ftrue":47,"term\u3092\u4f5c\u6210\u3057\u307e\u3059":1,"\u6771\u4eac\u99c5\u306f\u7def\u5ea6\u304c35\u5ea640\u520652":38,indexblog1:28,"\u66f8\u5f0f2":22,"rst2pdf\u3068":30,delet:[14,49,48,2,46],gat:[22,38,26],"\u3082\u30461\u3064\u306f":28,"\u53c2\u7167\u5148\u306e_key\u3068title\u30ab\u30e9\u30e0\u306e\u5185\u5bb9\u3092\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3057\u305f":44,"\u30c7\u30fc\u30bf\u306e\u30ed\u30fc\u30c9":[14,56,47,11,22],"ip\u901a\u4fe1\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":51,"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":8,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":10,"users\u30c6\u30fc\u30d6\u30eb\u306efollower\u30ab\u30e9\u30e0\u3068favorites\u30ab\u30e9\u30e0":56,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":10,packag:58,"_key\u3067\u3082\u691c\u7d22\u3057\u3066\u307f\u307e\u3057\u3087\u3046":22,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3093\u3067\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":23,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067pdf\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":30,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":60,"\u305d\u306e\u30ab\u30e9\u30e0\u306b\u30d2\u30c3\u30c8\u3057\u305f\u969b\u306e\u30b9\u30b3\u30a2\u306b\u7a4d\u7b97\u3055\u308c\u308b\u91cd\u307f\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":8,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":40,error:[6,34],"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":9,rep_gqpt:10,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":17,"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":10,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":10,"http\u3092\u6307\u5b9a\u3059\u308b\u3068":23,"offset\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":22,"\u3068\u30a4\u30e1\u30fc\u30b8\u3057\u3066\u304f\u3060\u3055\u3044":22,karmic:58,"\u8aad\u307f\u65b9":55,cento:[14,58,46],"\u65b0\u305f\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3059\u308b\u6642\u306e\u307f\u6709\u52b9\u3067\u3059":9,"\u4e00\u884c\u306b\u8907\u6570\u306egrntest\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":10,"\u30d5\u30ec\u30fc\u30ba\u691c\u7d22\u6761\u4ef6":8,fedora:[14,58,46],"\u306b\u3088\u3063\u3066\u7b97\u51fa\u3055\u308c\u308b\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":8,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":37,"\u8a9e\u5f59\u8868\u30c6\u30fc\u30d6\u30eb\u3068\u306f":22,"\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30e6\u30fc\u30b6\u30fc\u691c\u7d22":56,"\u30b3\u30de\u30f3\u30c9\u3092\u6307\u5b9a\u3059\u308b\u3068":22,"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":21,"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":17,"geopoint\u3068\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":56,"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":21,inv_thread_column:10,"\u4e00\u3064\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u306e\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":32,"geopoint\u578b\u306e\u30ab\u30e9\u30e0\u3067\u691c\u7d22\u3092\u3057\u307e\u3059":56,"\u4e3b\u306b\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u4f7f\u3046\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":4,"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":40,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":25,"match_columns\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3092\u304c\u3067\u304d\u307e\u3059":22,"\u30c6\u30fc\u30d6\u30eb\u306b\u8ffd\u52a0\u3057\u307e\u3057\u3087\u3046":22,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":10,"\u8907\u6570\u306e\u6761\u4ef6\u3092\u307e\u3068\u3081\u308b":8,alert:[6,34],"\u7def\u5ea6\u306e\u30df\u30ea\u79d2x\u7d4c\u5ea6\u306e\u30df\u30ea\u79d2":38,"\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b":13,"\u8907\u6570\u306e\u53c2\u7167\u5148\u306e\u30ab\u30e9\u30e0\u5024\u3082\u8868\u793a\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3057\u305f":44,"\u6307\u5b9a\u3057\u305f\u30ab\u30e9\u30e0\u306e\u5024\u3092\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":44,"\u304c\u683c\u7d0d\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":20,sortbi:[22,38,53,8],"\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":9,entri:[42,18,53,16,4,1,47,19,8,48,24,25,29,54,61,62,33],"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":20,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":40,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":10,"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":20,"\u591a\u304f\u306e\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u3067\u5171\u901a\u306b\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b":55,"\u6307\u5b9a\u3057\u305f\u30e6\u30fc\u30b6\u30fc\u3092\u53cb\u4eba\u30ea\u30b9\u30c8\u306b\u5165\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u89a7\u3092\u8868\u793a\u3057\u3066\u307f\u307e\u3057\u3087\u3046":27,"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":40,do_gqtp:10,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":17,"\u3064\u307e\u308a":23,"\u3042\u308b\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u542b\u3080\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":56,"build\u3092\u7528\u3044\u3066":21,hardi:[14,58],"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":57,"\u88dc\u5b8c\u3068\u306f":50,"koi8r\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":9,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":57,"3\u884c\u76ee":10,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308badd\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":16,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":10,"groonga\u306e\u691c\u7d22\u7d50\u679c\u306b\u306f":22,"groonga\u304chttp\u30d7\u30ed\u30c8\u30b3\u30eb\u30e2\u30fc\u30c9\u3067\u8d77\u52d5\u3055\u308c\u3066\u3044\u308b\u3068\u304d":23,"\u66f8\u5f0f2\u306b\u304a\u3044\u3066":22,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":10,"\u578b\u306b\u3064\u3044\u3066\u306f":22,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":0,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306f":56,"\u30bd\u30fc\u30c8":[14,38,11],"\u672c\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f\u89e6\u308c\u307e\u305b\u3093":22,"\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3059\u308b\u30ab\u30e9\u30e0\u306b\u30c7\u30fc\u30bf\u3092\u5165\u529b\u3059\u308b\u5834\u5408\u306b\u306f":44,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":0,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u3084\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306f":36,"\u30b3\u30de\u30f3\u30c9\u306f\u4ee5\u4e0b\u306e\u66f8\u5f0f\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3067\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":22,build:21,"\u3088\u3046\u3053\u305d":56,"groonga\u306e\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30b5\u30fc\u30d3\u30b9\u306b\u306f\u306f\u8a8d\u8a3c\u6a5f\u80fd\u304c\u3042\u308a\u307e\u305b\u3093":23,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u8eab\u3092\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":22,"\u4fee\u6b63\u3092\u884c\u3044\u307e\u3059":50,"table\u306e\u5024\u306b\u306f\u56fa\u5b9a\u9577\u306e\u578b\u306e\u307f\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":1,"\u30ab\u30e9\u30e0\u578bn":[33,19,8],"\u3042\u308b\u578b\u306e\u30d9\u30af\u30c8\u30eb\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":32,"\u7ba1\u7406\u30c4\u30fc\u30eb\u304c\u4f7f\u7528\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059":36,bit:10,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u304c1\u3064\u3057\u304b\u3042\u308a\u307e\u305b\u3093":28,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":0,"groonga\u958b\u767a\u5408\u5bbf\u306e\u305f\u3081\u7fbd\u7530\u7a7a\u6e2f\u306b\u6765\u307e\u3057\u305f":56,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":40,"\u4f4d\u7f6e\u60c5\u5831\u3092\u7528\u3044\u305f\u7d5e\u8fbc":[14,38,11],"\u5168\u6587\u691c\u7d22\u30e9\u30a4\u30d6\u30e9\u30easenna\u306e\u5f8c\u7d99":[14,51],"\u691c\u7d22\u306b\u4f7f\u7528\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u540d\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":8,"match_columns\u30d1\u30e9\u30e1\u30fc\u30bf":[14,56,11,28],"\u691c\u7d22\u3092\u884c\u3044\u305f\u3044\u3068\u3057\u307e\u3059":[27,28],"senna\u306e\u7279\u5fb4\u3067\u3042\u308b":51,"\u6587\u5b57\u5217\u304b\u3089grn_expr\u3092\u751f\u6210\u3057\u3066\u3044\u307e\u3059":55,"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u5171\u901a\u3068\u306a\u308a\u307e\u3059":32,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":9,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":10,"\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":40,"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":21,"\u30c7\u30d5\u30a9\u30eb\u30c8":0,"\u3072\u308d\u3086\u304d":43,"\u4e00\u81f4\u6761\u4ef6":8,"\u3068\u3044\u3046url\u306b\u30d6\u30e9\u30a6\u30b6\u304b\u3089\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":23,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":0,"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8\u306b\u304a\u3051\u308b\u53cb\u4eba\u95a2\u4fc2\u3092\u9006\u5f15\u304d\u691c\u7d22\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":27,sampl:[44,10],"\u8a9e\u5f59\u8868\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306f":22,"shorttext\u578b\u306e\u30ab\u30e9\u30e0\u306b\u6587\u5b57\u5217\u3092":44,"\u30b3\u30de\u30f3\u30c9\u5b9f\u884c\u5f8c":23,"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":21,"\u30ab\u30e9\u30e0\u306e\u578b\u3068\u3057\u3066\u4f7f\u3046\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":44,"\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":[6,34],"log\u3067\u3059":9,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":10,"query\u5185\u306b\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u306a\u3044\u6761\u4ef6\u304c\u3042\u3063\u305f\u5834\u5408":22,blog_titl:22,"\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u5834\u5408\u306f":22,usernam:27,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":46,"title\u3082\u3057\u304f\u306fmessage\u30ab\u30e9\u30e0\u3067\u306e\u691c\u7d22":28,"\u3053\u306e\u30ab\u30e9\u30e0\u306b\u306f":26,needl:0,"output_type\u3068\u3044\u3046\u5f15\u6570\u540d\u3092\u7528\u3044\u3066output_type\u3092\u6307\u5b9a\u3057\u307e\u3059":36,"\u79cb\u8449\u539f\u99c5\u306e\u4f4d\u7f6e\u306f\u7def\u5ea6\u304c35\u5ea641\u520655":38,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":46,entry_bodi:54,"\u30ab\u30e9\u30e0\u3054\u3068\u306b\u30c7\u30fc\u30bf\u3092\u4fdd\u5b58\u3059\u308b\u30ab\u30e9\u30e0\u6307\u5411\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u63a1\u7528\u3057\u3066\u3044\u307e\u3059":51,"delete\u306f":48,run:[9,21],"\u305d\u308c\u3067\u306f":56,"grntest\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":10,"\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":0,"\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3082\u53ef\u80fd\u3068\u306a\u308a\u307e\u3059":1,"\u7591\u4f3c\u30ab\u30e9\u30e0":[14,20,2],"\u6307\u5b9a\u3057\u305f\u6642\u9593\u3088\u308a\u3082\u524d\u306b\u6295\u7a3f\u3055\u308c\u3066\u3044\u308b\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":56,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":40,"\u3082\u3057test":10,"html\u306e\u4f5c\u6210":[14,30],"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":57,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d1\u30b9\u540d\u306b\u306f":22,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":[18,24],"\u3092\u6c42\u3081\u307e\u3059":5,"\u6587\u5b57\u5217\u578b\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306f":26,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u8d77\u52d5\u5f8c":23,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":24,"\u30c6\u30fc\u30d6\u30ebterm\u306b":54,"\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u3057\u3066\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":22,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":10,"x\u5ea6y\u5206z\u79d2\u306f":32,univers:58,"\u30ab\u30e9\u30e0\u540d\u306e\u4e2d\u306b":47,grn_expr_append_obj:0,"\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":38,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u518d\u8aad\u307f\u8fbc\u307f":13,"groonga\u306e\u5b9f\u884c\u72b6\u614b\u3092\u8fd4\u3059\u30b3\u30de\u30f3\u30c9\u3067\u3059":22,"\u30c6\u30fc\u30d6\u30eb\u578b\u3092\u6301\u3064\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3063\u305f\u5834\u5408":26,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067\u5b9f\u884c\u3057\u307e\u3059":10,"\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":21,"\u4e3b\u30ad\u30fc\u306a\u3057\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u5834\u5408\u306f\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3057\u3066\u3082\u7121\u8996\u3055\u308c\u307e\u3059":[29,62,48],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":10,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":56,"\u30bd\u30fc\u30c8\u3059\u308b\u30ab\u30e9\u30e0\u540d\u3092\u8907\u6570\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":22,"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":20,"query\u3068":56,"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":46,"\u672c\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067":27,"\u73fe\u5728\u306e\u8a2d\u5b9a\u5024\u306e\u307f\u304c\u8fd4\u3055\u308c\u307e\u3059":7,"32bit\u7b26\u53f7\u306a\u3057\u6574\u6570":32,"sphinx\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[14,30],"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":35,"users\u30c6\u30fc\u30d6\u30eb\u306elocation\u30ab\u30e9\u30e0\u3068":56,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":21,key_typ:[44,1,22,56,10,26,27,28,43],link:[44,26],line:21,int8:32,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":10,"\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":10,"grntest\u5b9f\u884c\u7d50\u679c":10,"\u4e00\u822c\u7684\u306bn":22,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":10,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgrntest\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e8\u3064\u3067\u3059":10,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":10,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":9,"\u8907\u6570\u306e\u8a9e\u53e5\u304c\u4ed8\u4e0e\u3055\u308c\u3066\u3044\u307e\u3059":27,test_text_otoj:21,similar:0,"\u3092\u4ed8\u52a0\u3057\u305f\u5834\u5408\u306f\u964d\u9806\u306b\u30bd\u30fc\u30c8\u3057\u307e\u3059":8,"groonga\u306b\u306f\u540d\u524d\u4ed8\u304d\u30c6\u30fc\u30d6\u30eb\u3068\u540d\u524d\u306a\u3057\u30c6\u30fc\u30d6\u30eb":1,"match_columns\u3068\u3044\u3046\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u5b58\u5728\u3057\u307e\u3059":22,"\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u89a7":56,"http\u3067\u30c7\u30fc\u30bf\u306e\u53c2\u7167\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":51,"\u81ea\u52d5\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u6a5f\u69cb":[14,51],"\u30b3\u30e1\u30f3\u30c8\u3092\u66f8\u3044\u305f\u30e6\u30fc\u30b6\u30fc":56,"\u305d\u308c\u305e\u308c\u306b\u3064\u3044\u3066\u7d50\u679c\u30ec\u30b3\u30fc\u30c9\u3092\u51fa\u529b\u3057\u307e\u3059":8,"\u5168\u6587\u691c\u7d22\u304c\u9ad8\u901f\u306b\u884c\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":27,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":9,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c\u3092\u4e26\u3073\u304b\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":26,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\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":9,taro:27,titl:[22,23,44,26,27,28,31],"man\u3092\u8ffd\u52a0":46,"\u56fd\u540d\u3092\u4e3b\u30ad\u30fc\u3068\u3059\u308bsitecountery\u30c6\u30fc\u30d6\u30eb\u3068\u3057\u307e\u3059":26,"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":0,"root\u306b\u5909\u66f4":46,"select\u30b3\u30de\u30f3\u30c9\u3067":22,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092\u5bfe\u8c61\u3068\u3057\u305f\u5168\u6587\u691c\u7d22":[14,11,28],"\u6587\u5b57\u5217\u578b\u3092\u4e3b\u30ad\u30fc\u3068\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":26,"grn_op_and\u306f":0,"\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u3067":56,draw:27,"\u30c7\u30fc\u30bf\u578b":[14,44,32,11,2],"\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":10,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u30a8\u30e9\u30fc\u306b\u306a\u308a\u307e\u3059":8,"\u30b7\u30a7\u30eb\u4e0a":10,lucid:[14,58],"output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":[33,19,8],"\u306f\u691c\u7d22\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570":22,"\u306e\u3061\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u89e6\u308c\u307e\u3059":[22,44],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":10,"query\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u4e0e\u3048\u305f":22,"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u3068query\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u7570\u306a\u308b\u70b9\u306f":38,drilldown:[53,20,56,8,27,26],"\u3092\u4ed8\u3051\u308b\u3053\u3068\u3067":22,"\u7d44\u8fbc\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3068\u3057\u3066":1,"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":21,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d1\u30b9\u540d":22,rst2pdf:30,"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u304a\u3044\u3066":38,"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":46,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":21,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u4e0d\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3059\u5834\u5408\u304c\u3042\u308a\u307e\u3059":39,"\u65b0\u5bbf\u99c5\u306f\u7def\u5ea6\u304c35\u5ea641\u520627":38,"\u95a2\u6570\u3082\u5b58\u5728\u3057\u307e\u3059":38,partial:0,"\u51fa\u529b\u3092\u884c\u3046\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":8,"\u5f62\u5f0f1":[29,16,47,36,9],"\u5f62\u5f0f2":[29,16,47,36,9],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":21,"\u7a7a\u306e\u5834\u5408":[18,24],"\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":5,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":21,"\u8907\u6570\u30b9\u30ec\u30c3\u30c9\u3067\u5171\u6709\u3067\u304d\u308b\u30b9\u30c8\u30ec\u30fc\u30b8":[14,51],"\u8907\u6570\u306e\u6761\u4ef6\u5f0f\u3092\u7d50\u5408\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u6f14\u7b97\u5b50\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":8,"\u4e21\u65b9\u306e\u6761\u4ef6\u3092\u6e80\u305f\u3059\u30b3\u30e1\u30f3\u30c8\u304c1\u4ef6\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":56,"\u30c7\u30fc\u30bf\u304c\u5165\u3063\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3057\u3087\u3046":22,"\u4e3b\u30ad\u30fc\u5024\u306f\u6b63\u898f\u5316\u3057\u3066\u7ba1\u7406\u3057\u307e\u3059":1,"\u30ab\u30e9\u30e0\u540d2":[29,16,47,8],"\u30ab\u30e9\u30e0\u540d3":8,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":39,"\u30ab\u30e9\u30e0\u540d1":[16,47,19,8,29,33],"\u3055\u3089\u306a\u308b\u7d5e\u8fbc\u307f\u3092\u884c\u3046\u305f\u3081\u306e\u5019\u88dc\u3068\u306a\u308b\u30af\u30a8\u30ea\u3092\u63d0\u6848\u3059\u308b\u3053\u3068\u3067\u3059":50,"\u7e70\u308a\u8fd4\u3057\u6570":10,"\u4ed6\u306e\u578b\u3067\u306e\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306b\u6bd4\u3079\u3066\u4f4e\u901f\u3067\u3059":26,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":10,"\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u73fe\u3057\u305f\u6587\u5b57\u5217\u3092\u6e21\u3057\u307e\u3059":[29,16],"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":10,"\u5168\u3066\u306e\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":28,"\u5168\u6587\u691c\u7d22\u7528\u306e\u8a9e\u5f59\u30c6\u30fc\u30d6\u30eb\u306e\u4f5c\u6210":[14,11,22],"\u5b58\u5728\u3057\u306a\u3044\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408":10,"\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u3057\u307e\u3059":55,"\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":1,"grn_expr\u306f":[0,55],"\u30ab\u30e9\u30e0\u540dn":[33,19,8],"load\u306f":47,"a\u3068b\u306e\u4e21\u65b9\u304c\u30de\u30c3\u30c1\u3059\u308b":8,"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":34,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":32,"point1\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u3068point2\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u306e\u9593\u306e\u8ddd\u96e2":5,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[18,24],"\u3068\u3044\u3046\u5f62\u5f0f\u306e\u6587\u5b57\u5217\u3092\u4ee3\u5165\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":38,"flags\u30aa\u30d7\u30b7\u30e7\u30f3\u3067column_vector\u30d5\u30e9\u30b0\u3092\u6307\u5b9a\u3059\u308b\u3068":44,"\u5b9f\u969b\u306b":27,"\u30aa\u30d7\u30b7\u30e7\u30f3":[17,23,10,9],"\u30c6\u30fc\u30d6\u30eb\u578b\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f":44,"\u7d42\u4e86\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":23,"\u30c6\u30fc\u30d6\u30eb\u3078\u306e\u53c2\u7167\u306e\u914d\u5217\u30c7\u30fc\u30bf\u3092\u7528\u3044\u308b\u3053\u3068\u306b\u3088\u3063\u3066":27,video:27,download:58,index:[14,36,9],"max\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306f":7,"video\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":27,"\u7d4c\u5ea6\u306e\u30df\u30ea\u79d2x\u7def\u5ea6\u306e\u30df\u30ea\u79d2":32,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3057\u307e\u3059":8,"\u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831":[14,11,45],"add\u306f":16,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":17,"\u30d9\u30af\u30bf\u306egeopoint\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":46,"groonga\u306f\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u901a\u3058\u3066\u5229\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":23,"\u7d50\u679c\u304c\u7570\u5e38\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":32,"blog1\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u308a":28,"\u30e6\u30fc\u30b6\u30fc\u306e\u304a\u6c17\u306b\u5165\u308a\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22":56,bodi:[16,18,47,8,24,25,29,54,61,62,33],"\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":0,ubuntu:[14,58],"\u30c6\u30fc\u30d6\u30eb\u306b\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5024\u3092\u8a2d\u5b9a\u3059\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092":47,"\u7279\u6b8a\u547d\u4ee4":10,"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":40,"db\u306e\u4f5c\u6210":[14,11,22],"\u578b\u306b\u95a2\u3059\u308b\u5236\u9650\u4e8b\u9805":[14,32,2],"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":21,ctx:0,"wgs84geopoint\u306e\uff12\u3064\u306e\u578b\u304c\u3042\u308a\u307e\u3059":38,"\u3053\u306e\u30ab\u30e9\u30e0\u306f":[22,56],"\u8907\u6570\u306e\u5f15\u6570\u3092\u3068\u308a\u307e\u3059":36,"\u30bf\u30b0\u6587\u5b57\u5217\u3092\u4e3b\u30ad\u30fc\u306b\u683c\u7d0d\u3057":27,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":9,"\u540c\u3058\u3067\u3059":10,"\u81ea\u52d5\u7684\u306b\u66f4\u65b0\u3055\u308c\u307e\u3059":27,location_str:56,configur:[58,21],"\u53c2\u7167\u7cfb\u306e\u30af\u30a8\u30ea\u306b\u3064\u3044\u3066":51,"\u306e\u8981\u7d20\u306fcolumns\u5f15\u6570\u304c\u7701\u7565\u3055\u308c\u305f\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[29,16,47],"\u8a2d\u5b9a\u5024\u3092\u8868\u793a\u3059\u308b":46,apt:58,"link\u30ab\u30e9\u30e0\u306b\u4ed6\u306e\u30b5\u30a4\u30c8\u3078\u306e\u53c2\u7167\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3057\u305f":44,"geo_distance\u95a2\u6570\u306b\u4e0e\u3048\u308b\u6587\u5b57\u5217\u306f":38,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":60,"\u30ab\u30e9\u30e0\u5024n":[29,16,62],"\u30c6\u30fc\u30d6\u30eb\u4f5c\u6210\u6642\u306b\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":43,"select\u306f":8,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[14,52],usa:26,"\u8a9e\u5f59\u306e\u51fa\u73fe\u6570\u3084\u691c\u7d22\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9\u306e\u30d5\u30e9\u30b0":45,"\u5f15\u6570\u3068\u3057\u3066":0,"\u4e0a\u8a18\u306e\u30af\u30a8\u30ea\u3068\u540c\u3058\u7d50\u679c\u3092\u5f97\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":22,"\u3068\u3044\u3046\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3059\u308b\u3068":22,usr:[36,9,58,21],"drilldown\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024\u306e\u7570\u306a\u308a\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":8,"script\u5f62\u5f0f\u3067column1\u306e\u5024\u304c":55,"\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":[61,25],"\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u6709\u52b9\u3067\u3059":8,"\u672a\u5b9a\u7fa9\u306e\u540d\u524d\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":1,"128452975x503157902":38,"\u3068\u306a\u308a\u307e\u3059":38,"\u7d4c\u7def\u5ea6":38,"\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":53,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":56,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":10,"\u3068\u3044\u3063\u305f\u7d5e\u8fbc\u3082\u53ef\u80fd\u3067\u3059":38,"\u30b3\u30de\u30f3\u30c9\u306e\u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":46,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":20,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":0,"\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":10,"\u4e0a\u8a18\u306e\u30af\u30a8\u30ea\u306f\u5b9f\u884c\u3055\u308c\u308b\u305f\u3073\u306b\u691c\u7d22\u7d50\u679c\u306e\u4e26\u3073\u9806\u304c\u30e9\u30f3\u30c0\u30e0\u306b\u5909\u308f\u308a\u307e\u3059":38,"mecab\u3092\u7d44\u307f\u8fbc\u3093\u3060\u5834\u5408\u306e\u307f\u6709\u52b9":1,"\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":21,"\u5019\u88dc2":50,"\u5019\u88dc1":50,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":46,"\u3042\u308b\u5730\u70b9\u304b\u3089\u4f55m\u4ee5\u5185\u306b\u5b58\u5728\u3059\u308b":38,"geopoint\u3067\u30e6\u30fc\u30b6\u30fc\u691c\u7d22":56,"\u8ffd\u52a0\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a":43,sudo:[58,21],"\u3053\u306e\u5b9f\u884c\u4f8b\u306b\u306f":22,"\u4f7f\u3044\u65b9":10,"\u304a\u6c17\u306b\u5165\u308a\u306e\u30b3\u30e1\u30f3\u30c8\u4e00\u89a7":56,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":46,"\u6295\u7a3f\u5834\u6240":56,"column\u306e\u5024\u304c":0,"\u8907\u6570\u306e\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":54,"128515259x503187188":38,tokendelimit:1,"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":46,six:22,"\u30e6\u30fc\u30b6\u30fc\u306e\u73fe\u5728\u5730":56,"100x100":60,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u914d\u5217\u3067\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":56,sid:[14,58,40],afr:[22,38,26],"_nsubrecs\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u964d\u9806\u3067\u4e26\u3073\u66ff\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":26,"0\u3092\u6307\u5b9a\u3057\u307e\u3059":22,"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":40,"\u306fgroonga\u304c\u81ea\u52d5\u7684\u306b\u4ed8\u4e0e\u3059\u308bid\u756a\u53f7\u304c\u683c\u7d0d\u3055\u308c\u308b\u30ab\u30e9\u30e0\u3067\u3059":22,"\u30b3\u30e1\u30f3\u30c8id":56,"\u6307\u5b9a\u3057\u305f2\u70b9\u306e\u8ddd\u96e2\u3092float\u578b\u306e\u5024":5,"load\u30b3\u30de\u30f3\u30c9":46,"\u30bd\u30fc\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":38,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":17,"\u30c6\u30fc\u30d6\u30eb\u306e\u524a\u9664":61,physic:40,alloc:39,"\u6295\u7a3f\u8005\u306f":56,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":17,not_equ:0,rakutan:28,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7528\u306eindexblog1\u30c6\u30fc\u30d6\u30eb\u3082\u4f5c\u308a":28,"1\u884c\u76ee":10,"output_columns\u306b\u3088\u3063\u3066":44,"geopoint\u578b\u306e\u5024":5,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":21,posted_bi:56,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdelete\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":48,"\u30a8\u30ed\u3044\u304a\u3063\u3055\u3093":56,"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":9,"comments\u30c6\u30fc\u30d6\u30eb":56,"\u306f\u5024\u304cuint32\u578b\u3067\u3042\u308b":22,"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":0,"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u5909\u63db\u3057\u305f\u5024\u3092\u4ee3\u5165\u3057\u307e\u3059":32,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":10,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":21,"\u30d9\u30af\u30c8\u30eb\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":32,"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":46,"\u3053\u306e\u5834\u5408":28,"log_level\u306f":6,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":40,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":10,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":9,"\u62ec\u5f27\u306e\u5bfe\u5fdc\u304c\u53d6\u308c\u308b\u307e\u3067\u6a19\u6e96\u5165\u529b\u304b\u3089values\u306e\u5024\u3092\u8aad\u307f\u53d6\u308a\u307e\u3059":47,"2\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":56,euc:9,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":0,"\u3068\u3044\u3046\u610f\u5473\u3067\u3059":22,tsv:36,"\u306e\u4ed6\u306b":5,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":0,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":9,"shorttext\u578b\u306e\u5024\u3092\u683c\u7d0d\u3059\u308b\u30ab\u30e9\u30e0":54,"match_columns\u30d1\u30e9\u30e1\u30fc\u30bf\u306b":22,python:30,"\u30e6\u30fc\u30b6\u30fc\u306e\u540d\u524d\u3084\u81ea\u5df1\u7d39\u4ecb\u6587":56,"column_create\u30b3\u30de\u30f3\u30c9\u3067\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d":44,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u306b\u307e\u305f\u304c\u3063\u305f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308b\u5834\u5408":28,"\u6bb5\u843d\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":54,easy_instal:30,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":34,"offset\u3068limit\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":26,"1\u6587\u5b57\u30921\u30c8\u30fc\u30af\u30f3\u3068\u3059\u308b":1,"html\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":10,"javascript\u306e\u5f0f\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u6761\u4ef6\u3092\u6307\u5b9a\u3059\u308b\u70b9\u3067\u3059":38,"grntest\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":10,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":10,"8\u307e\u3067\u306e\u6570\u5024\u304c\u6307\u5b9a\u53ef\u80fd\u3067":9,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":21,"\u6295\u7a3f\u8005\u306e\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":56,"\u4f5c\u6210\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u5c5e\u6027\u3092\u793a\u3059\u6570\u5024\u304b":1,follow:56,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"\u3064\u3065\u3044\u3066":56,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306f":27,"uptime\u306e\u8868\u793a\u5f62\u5f0f\u3092\u8aad\u307f\u3084\u3059\u3044\u5f62\u5f0f\u306b\u5909\u66f4":46,"\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":18,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":21,"\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":39,"\u4e3b\u30ad\u30fc\u5024\u3092\u30cf\u30c3\u30b7\u30e5\u8868\u3067\u7ba1\u7406\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":1,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u306e\u969b\u306b\u6587\u5b57\u5217\u304b\u3089\u30ad\u30e3\u30b9\u30c8\u3055\u308c":56,"\u767b\u9332\u4ef6\u6570":47,chunk:40,"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":21,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u305f\u3081\u306e\u30c6\u30fc\u30d6\u30eb\u3067\u3059":56,"\u3067\u3042\u308c\u3070":10,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":10,int16:32,"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":10,"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":10,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":46,"\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":0,"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":0,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u306e\uff11\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":29,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[18,4,6,7,8,48,13,15,16,42,19,24,25,29,54,33,34,39,40,47,53,1,59,61,62],"\u4f4d\u7f6e\u60c5\u5831":[14,38,51],"longtext\u306e\uff13\u3064\u306e\u578b\u306b\u3064\u3044\u3066\u306f\u30d9\u30af\u30c8\u30eb\u3068\u3057\u3066\u4fdd\u5b58\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":32,"\u88dc\u5b8c\u3092\u884c\u3044\u307e\u3059":50,"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u306e\u53ef\u5426\u304c\u6c7a\u307e\u308a\u307e\u3059":22,grn_success:[29,16,62,8],"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":[19,33],"quit\u306f":59,"\u3092\u6307\u5b9a\u3059\u308b\u3068":8,"\u65e5\u672c\u6e2c\u5730\u7cfb\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19":32,noftp:10,test_loc:10,dictionari:46,"senna\u3068\u540c\u69d8\u306b":51,"\u3092\u4ee3\u5165\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":44,"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":10,"\u4ee5\u4e0b\u304c\u6e96\u5099\u3055\u308c\u3066\u3044\u307e\u3059":1,column1:[0,55],"table_create\u30b3\u30de\u30f3\u30c9\u3067\u306f":1,"pdf\u306e\u4f5c\u6210":[14,30],"table_create\u30b3\u30de\u30f3\u30c9\u306f":1,"\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":9,"\u4fee\u6b63\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":23,suffix:0,"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":21,hex:27,"\u3084\u6587\u5b57\u5217\u3084\u6642\u523b\u3084\u7d4c\u7def\u5ea6\u306a\u3069\u306e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":44,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308buser\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057":27,"http\u306b\u3088\u308b\u901a\u4fe1":[14,23,11],"\u767b\u9332\u3057\u3066\u307f\u307e\u3057\u305f\u3088\u30fc":56,"scorer\u306f":8,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":[53,8],index_messag:28,"\uff12\u70b9\u9593\u306e\u8ddd\u96e2\u304c\u6307\u5b9a\u306em\u4ee5\u4e0b\u306b\u304a\u3055\u307e\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":38,"\u3053\u306e\u3088\u3046\u306a\u51e6\u7406\u3092\u9ad8\u901f\u306b\u5b9f\u884c\u3057\u307e\u3059":51,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":40,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":40,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c\u306f":26,"tag\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":27,"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":20,"\u4ee5\u4e0a\u306e\u3088\u3046\u306b":22,mkdir:4,messag:[34,28],"query\u5f15\u6570\u3068filter\u5f15\u6570\u3092\u3069\u3061\u3089\u3082\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":8,"akio\u3055\u3093":46,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":44,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":10,"\u30b0\u30cb\u30e3\u30e9\u304f\u3093":56,"groonga\u3082c\u8a00\u8a9e\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u3068\u3057\u3066\u5229\u7528\u3067\u304d\u307e\u3059":51,"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":18,"\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":54,"var":[0,58,23,9,33],"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":20,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bget\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":62,itagaki:46,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":52,"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":46,"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":46,"\u4f5c\u6210\u3059\u308b\u30ab\u30e9\u30e0\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"groonga\u306f":[51,22,38,21],"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":31,"\u30ab\u30e9\u30e0\u540d\u306e\u524d\u306b":8,"\u304a\u3088\u3073\u6700\u9577\u5171\u901a\u63a5\u982d\u8f9e\u3068\u306a\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u9ad8\u901f\u306b\u691c\u7d22\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":1,"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":60,"html\u7ba1\u7406\u30c4\u30fc\u30eb\u304c\u8868\u793a\u3055\u308c\u307e\u3059":23,"\u30ad\u30fc\u304c":9,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":40,"\u52d5\u753b\u60c5\u5831\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057":27,"\u30b9\u30b3\u30a2\u5024_score\u3082\u51fa\u3057\u3066\u307f\u307e\u3057\u3087\u3046":56,"\u5b9f\u884c\u4f8b\u306b\u3042\u308b":22,"\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":9,"drilldown_output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":8,tabl:[0,4,47,8,48,16,42,9,22,23,44,38,26,27,28,29,25,33,43,50,53,56,54,61,62],"\u8ab0\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u5185\u5bb9\u3092\u95b2\u89a7":23,"\u3055\u307e\u3056\u307e\u306a\u7a2e\u985e\u3092\u3082\u3063\u305f\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58":[14,56,11,44],min:[17,10],"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":10,"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":0,"\u305d\u306e1\u4f8b\u306b\u3059\u304e\u307e\u305b\u3093":27,"\u30ab\u30e9\u30e0\u306eflags\u5c5e\u6027":33,"binary\u30d7\u30ed\u30c8\u30b3\u30eb":51,int64:32,"\u30db\u30b9\u30c8\u540d\u3068":10,ifexist:47,"title\u30ab\u30e9\u30e0\u306e\u307f\u3067\u306e\u691c\u7d22":28,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":26,"\u7279\u5b9a\u306e\u6587\u5b57\u5217\u5f62\u5f0f\u306b\u306f\u4f9d\u5b58\u3057\u3066\u3044\u307e\u305b\u3093":55,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u95a2\u3059\u308b\u52d5\u4f5c\u3092\u8a2d\u5b9a\u3057\u307e\u3059":8,bottom_right:35,"ctrl\u30ad\u30fc\u3092\u62bc\u3057\u306a\u304c\u3089d\u30ad\u30fc\u3092\u62bc\u3059\u3068":22,"pdf\u51fa\u529b\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":30,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u66f4\u65b0":29,"\u304c2\u4ef6":56,eight:22,"\u691c\u7d22\u4f8b1":[0,14],"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":52,"\u7d44\u8fbc\u578b":[14,32,2],default_token:[22,1,10,56,28],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570":18,"\u691c\u7d22\u7d50\u679c\u6570\u306e\u591a\u5be1\u306b\u5fdc\u3058\u3066\u3088\u308a\u691c\u7d22\u6f0f\u308c\u306e\u5c11\u306a\u3044\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3067\u518d\u691c\u7d22\u3059\u308b\u3088\u3046\u306a\u6a5f\u80fd\u3082":55,"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":10,"2\u6587\u5b57\u306e\u6587\u5b57\u5217\u8981\u7d20\u3092\u30c8\u30fc\u30af\u30f3\u3068\u3059\u308b":1,"gram\u3068\u547c\u3070\u308c\u308b\u3088\u3046\u306a\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u65b9\u5f0f\u3092\u9078\u629e\u3057\u3066\u3044\u307e\u3059":22,"takahiro\u3055\u3093\u304c\u63d0\u6848":46,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[14,56,26,11],"\u5404\u30ec\u30b3\u30fc\u30c9\u306fid\u306e\u307f\u306b\u3088\u3063\u3066\u7279\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":1,"\u30c6\u30fc\u30d6\u30eb\u306e\u4f5c\u6210":[14,56,11,22],"\u4e3b\u30ad\u30fc\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":1,"_id":[20,22,23,44,38,8,27,28,43,26],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f":56,"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":0,"domain\u30ab\u30e9\u30e0\u3068country\u30ab\u30e9\u30e0\u3067\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3046\u4f8b\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059":26,text:[32,10],"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":17,greater_equ:0,"\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u305f\u6642\u70b9\u3067\u3044\u304f\u3064\u304b\u306e\u7591\u4f3c\u30ab\u30e9\u30e0\u304c\u4f7f\u7528\u53ef\u80fd\u306b\u306a\u3063\u3066\u3044\u307e\u3059":1,"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":10,"\u51e6\u7406\u3092\u958b\u59cb\u3057\u305f\u6642\u9593\u306b\u3064\u3044\u3066":[29,16,62,8],"\u3068\u9806\u6b21\u6bd4\u8f03\u3092\u884c\u3044\u30bd\u30fc\u30c8\u3057\u307e\u3059":8,"\u57f7\u7b46\u4e2d\u3067\u3059":28,locat:[56,38,26],"\u30e1\u30fc\u30c8\u30eb":[5,60],hsiomaneki:56,daiki:46,"\u3053\u308c\u306f":38,grn_expr_create_for_queri:0,"\u691c\u7d22\u7d50\u679c\u3092\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3068\u30e6\u30fc\u30b6\u30fc\u3067\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3057":56,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[22,9,19],"\u30bf\u30a4\u30c8\u30eb\u6587\u5b57\u5217\u306etitle\u30ab\u30e9\u30e0":28,"\u30b3\u30e1\u30f3\u30c8\u884c":10,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":43,"\u6a19\u6e96\u5165\u529b":[18,4,6,7,8,48,13,15,16,42,19,24,25,29,54,33,34,39,40,47,53,1,59,61,62],"\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":0,"grntest\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":10,"\u4fee\u6b63\u3068\u306f":50,"2\u884c\u76ee":10,jiro:27,"\u73fe\u5728\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u306f":22,enabl:39,"\u8ddd\u96e2\u3092\u6c42\u3081\u308b2\u70b9\u306e\u3046\u3061\u3082\u3046\u4e00\u3064\u3092\u6307\u5b9a\u3057\u307e\u3059":5,"\u3068\u3044\u3046\uff12\u3064\u306e\u30ab\u30e9\u30e0\u304c\u3042\u308a\u307e\u3059":22,"\u3042\u308b\u8a9e\u53e5\u304c\u4ed8\u4e0e\u3055\u308c\u3066\u3044\u308b\u52d5\u753b\u306e\u4e00\u89a7\u3092\u53d6\u5f97\u3059\u308b":27,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":9,"output_columns\u304b\u3089_value\u3092\u524a\u9664":46,contain:0,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":10,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":21,view:[42,1],"\u30ab\u30e9\u30e0\u306e\u5c5e\u6027\u3092\u8868\u3059\u4ee5\u4e0b\u306e\u6570\u5024\u304b":54,"\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3057\u3087\u3046":27,"\u691c\u7d22\u7d50\u679c\u3092\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u6b8b\u3057\u307e\u305b\u3093":8,"\u8ddd\u96e2\u3092\u6c42\u3081\u308b2\u70b9\u306e\u3046\u3061\u4e00\u3064\u3092\u6307\u5b9a\u3057\u307e\u3059":5,"\u8868\u793a\u7bc4\u56f2\u6307\u5b9a":[14,11,22],"1073741824\u306e\u6574\u6570\u3067":20,"\u66f4\u65b0\u3057\u305f\u30ab\u30e9\u30e0\u306e\u5024\u3092\u8fd4\u5374\u3057\u307e\u3059":[29,16],"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":0,latin:9,"\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":9,with_weight:54,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3046\u5834\u5408\u306b\u306f":26,index_tag:27,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":10,"bool\u578b":32,"\u3068\u3044\u3046\u540d\u524d\u306e\u30ab\u30e9\u30e0\u3092\u793a\u3057\u3066\u3044\u307e\u3059":22,statu:[14,49,2,39,17,9,22,23,10],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u30c6\u30fc\u30d6\u30eb\u578b\u3067\u914d\u5217\u3092\u683c\u7d0d\u3059\u308b\u30ab\u30e9\u30e0\u306f":44,dll:10,"\u304c\u66f8\u304d\u8fbc\u3093\u30604\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":56,"v1\u306e\u5024\u306e\u4e2d\u306b":0,"limit\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u7528\u3044\u308b\u3053\u3068\u3067":22,ken:27,"munin\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0":46,"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":60,kei:[29,16,62,58,48],"view_add\u306f":42,"point\u578b\u306e\u5024":[35,60],"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":40,job:10,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":10,"\u3053\u308c\u3082":[22,56],"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":40,"db\u30d1\u30b9\u540d":[22,23],"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":[17,9],admin:46,shorttext:[38,44,4,1,9,8,19,22,23,56,10,26,27,28,43,54,32,33],equal:0,comment:[22,56],etc:58,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":[53,8],"188\u79d2\u3067\u3059":38,"twitter\u306e\u3088\u3046\u306a\u77ed\u3044\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u6295\u7a3f\u3059\u308b\u30d6\u30ed\u30b0\u3067\u3059":56,"\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066":8,"\u305d\u308c\u305e\u308c\u306e\u30b0\u30eb\u30fc\u30d7\u306e\u30ec\u30b3\u30fc\u30c9\u6570\u3092\u6570\u3048\u308b\u3088\u3046\u306a\u51e6\u7406\u3092\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3068\u3044\u3044\u307e\u3059":51,"1\u3064\u306f":28,"\u6307\u5b9a\u3057\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u8ab0\u304c\u304a\u6c17\u306b\u5165\u308a\u306b\u5165\u308c\u3066\u3044\u308b\u306e\u304b\u3092\u691c\u7d22\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":56,zenigata:27,index_friend:27,rpm:58,"\u304c\u3042\u308a\u307e\u3059":36,"\u6307\u5b9a\u3057\u305f2\u70b9\u306e\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":5,"\u30dd\u30fc\u30c8\u756a\u53f7":23,quiz:27,"\u3068\u3044\u3046\u66f8\u5f0f\u306b\u306a\u308a\u307e\u3059":23,json:[46,47,7],"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[13,42,53,1,6,48,24,25,54,61,34],"\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":10,"\u3053\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u3066groonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057":36,"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":31,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":21,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[22,9],"\u53c2\u7167\u5148\u306e\u30c6\u30fc\u30d6\u30eb\u306e_key\u30ab\u30e9\u30e0\u306e\u5024\u3092\u4ee3\u5165\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":44,"\u30b3\u30e1\u30f3\u30c8\u306b\u95a2\u3059\u308b\u5185\u5bb9\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3067\u3059":56,"\u4f8b\u3048\u3070":[9,10,26,27,28,45],"\u3053\u3053\u3067\u306f":[22,56,38,44],"entry\u3092\u4f5c\u6210\u3057\u307e\u3059":1,"128423343x502929252":56,"prefix\u306f":58,"\u30ab\u30e9\u30e0\u3054\u3068\u306b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308b\u5834\u5408":28,"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[35,60],"\u30e6\u30fc\u30b6\u30fcid":56,"\u691c\u7d22\u6761\u4ef6\u3084\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3078\u306e\u64cd\u4f5c\u3092\u8868\u73fe\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u308b\u30c7\u30fc\u30bf\u69cb\u9020\u306e\u5f62\u5f0f\u3067\u3059":55,"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":46,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u30661\u3064\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308b\u65b9\u5f0f\u3067\u3059":28,"\u691c\u7d22\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u3092\u8907\u6570\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":28,"\u5168\u6587\u691c\u7d22\u7d50\u679c\u306e\u3046\u3061":51,res_column:10,"\u3082\u3057grntest\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":10,"\u304c\u305d\u308c\u305e\u308c2\u4ef6\u305a\u3064\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":56,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":10,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bstatus\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":39,"\u4e3b\u30ad\u30fc\u306e\u683c\u7d0d\u65b9\u6cd5\u306b\u3088\u3063\u3066":22,"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b\u306eid":19,"\u691c\u7d22\u7d50\u679c\u306b\u306f":38,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":20,"sql\u3067\u3082\u5b9f\u73fe\u304c\u96e3\u3057\u3044\u8907\u96d1\u306a\u30af\u30a8\u30ea\u3092\u9ad8\u901f\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":51,ultra:27,"groonga\u304c\u53d7\u3051\u4ed8\u3051\u308b\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":23,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u5404\u8a9e\u5f59\u3092\u6b63\u898f\u5316\u3057\u3066\u767b\u9332\u3059\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059":22,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":20,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":[14,21],"\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":8,demo:27,"ip\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d":23,site:[22,23,44,38,26],"975\u79d2":38,gothic:30,"\u5148\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u4f5c\u6210\u3057\u305fsite\u30c6\u30fc\u30d6\u30eb\u306b\u624b\u3092\u52a0\u3048":44,"groonga\u30bf\u30b0\u306e\u4ed8\u3044\u3066\u3044\u308b2\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":56,"\u30e6\u30fc\u30b6\u30fc\u306e\u53cb\u4eba\u4e00\u89a7\u3092\u914d\u5217\u3067\u683c\u7d0d\u3059\u308bfriends\u30ab\u30e9\u30e0\u3068\u305d\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306eindex_friends\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059":27,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u306f\u57fa\u672c\u7684\u306bjson\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":22,"\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":46,"query\u5f15\u6570\u306b\u6307\u5b9a\u3059\u308b\u691c\u7d22\u6761\u4ef6\u6587\u5b57\u5217\u3067\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":8,"\u51fa\u529b\u30ab\u30e9\u30e0\u306e\u6307\u5b9a":[14,11,22],grn_expr_append_op:0,"groonga\u306f\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u63a5\u7d9a\u3092\u5f85\u3061\u53d7\u3051\u307e\u3059":23,"\u4ee5\u524d\u306e\u8a2d\u5b9a\u5024":7,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":10,"\u30ab\u30e9\u30e0\u306e\u578b\u306b\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":32,"count\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u305f\u306a\u3089\u3070":39,"\u30e2\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u306a\u3044\u9650\u308a":10,"\u30b9\u30b3\u30a2\u9806\u306b\u30bd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b":50,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":53,"\u306e\u3082\u306e\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":56,output_column:[16,53,8,22,56,38,27,44,29,62],"1\u30da\u30fc\u30b8\u5206\u306e\u307f\u3092\u8868\u793a\u3057\u305f\u3044\u5834\u5408\u306b\u6709\u52b9\u3067\u3059":22,"\u30b3\u30de\u30f3\u30c9\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":22,entry_selector:53,"with_position\u3068\u3044\u3046\u5024\u306f":22,"query\u30d1\u30e9\u30e1\u30fc\u30bf\u3068filter\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3068":38,http:[14,36,2,3,17,9,22,23,44,38,26,58],"\u4e21\u65b9\u306e\u6761\u4ef6\u3092\u6e80\u8db3\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":8,"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068":22,devel:58,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u540d\u3092\u6307\u5b9a\u3057\u305f\u5168\u6587\u691c\u7d22":[14,11,28],"\u304c\u542b\u307e\u308c\u3066\u3044\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":47,center:60,"316\u79d2":38,"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":60,"\u7d9a\u3044\u3066\u30a8\u30e9\u30fc\u5185\u5bb9\u3092\u793a\u3059":[29,16,62,8],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":59,exampl:[22,23,44,38,26,46],command:[10,9],"\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3092\u4f7f\u7528\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":1,patpr:43,lcov:21,"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u305f\u6642\u523b\u306etvsec\u5024\u3092\u8fd4\u3057\u307e\u3059":39,"\u4eca\u5ea6\u306f":56,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u304c\u5165\u308a\u307e\u3059":22,less:0,"\u305d\u306e\u307e\u307e\u5bfe\u8a71\u30e2\u30fc\u30c9\u3068\u547c\u3070\u308c\u308b\u30b3\u30de\u30f3\u30c9\u3092\u53d7\u3051\u4ed8\u3051\u308b\u30e2\u30fc\u30c9\u306b\u306a\u308a\u307e\u3059":22,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306b\uff11\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u767b\u9332\u3057":16,"\u305d\u306e\u5834\u5408\u306b\u306f":22,"or\u6307\u5b9a\u3092\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":38,"http\u30d7\u30ed\u30c8\u30b3\u30eb\u30e2\u30fc\u30c9\u3067\u8d77\u52d5\u3057\u307e\u3059":23,"\u30d9\u30af\u30c8\u30eb\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":32,adv:58,"\u672a\u5b9f\u88c5\u3067\u3059":16,"json\u3067\u53d7\u3051\u53d6\u3063\u305f\u30c7\u30fc\u30bf\u3092\u30c6\u30fc\u30d6\u30eb\u306b\u683c\u7d0d\u3057\u307e\u3059":22,"\u306e\u30b3\u30e1\u30f3\u30c81\u4ef6\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":56,"log_reopen\u306f":13,"127975798x502919856":56,"\u5bfe\u8c61\u30db\u30b9\u30c8\u540d\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306flocalhost\u306b\u5bfe\u3057\u3066\u63a5\u7d9a\u3057":23,"grntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":10,"\u691c\u7d22\u4ef6\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":[33,19,8],"\u307e\u305a\u8a9e\u5f59\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":22,geo_in_circl:[14,41,2,56,38,60],"text\u578b\u3068longtext\u578b\u306b\u3064\u3044\u3066\u306f":32,"\u3067\u533a\u5207\u308a\u307e\u3059":9,"\u30ab\u30e9\u30e0\u578b1":[33,19,8],"\u7d50\u679c\u306f\u4e0a\u306e\u4f8b\u3068\u540c\u3058\u306b\u306a\u308a\u307e\u3059":28,int32:[44,22,56,38,26,27,32],"\u307e\u305f\u306f":8,dest:[17,36,9],"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b":38,five:22,pikonyan:27,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":20,"\u4efb\u610f\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5c5e\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9":32,"\u8ffd\u52a0\u306e\u5c5e":54,compress_non:33,"wgs84\u76f8\u5f53":38,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":10,"groonga\u3092http\u7d4c\u7531\u3067\u5229\u7528\u3057\u305f\u3044\u5834\u5408\u306b\u306f":23,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f10\u3067\u3059":8,"\u8a9e\u5f59\u8868\u3068\u306a\u308b\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":1,"\u3069\u306e\u30b5\u30a4\u30c8\u3092\u30ea\u30f3\u30af\u3057\u3066\u3044\u308b\u306e\u304b\u3092\u4fdd\u5b58\u3057\u3066\u307f\u307e\u3057\u3087\u3046":44,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":40,"grntest\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":10,"gz\u30d5\u30a1\u30a4\u30eb\u3092\u53d6\u5f97\u3057":58,rep_gqtp:10,"grntest\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":10,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u53d6\u5f97":62,"com\u304cedge\u3092\u4f5c\u308b":52,page:14,"\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u5229\u7528\u3057\u305f\u9ad8\u901f\u306a\u51e6\u7406\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":51,"\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u8eab\u309210\u4ef6\u8868\u793a\u3057\u307e\u3059":22,"\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":0,"geo_distance\u95a2\u6570\u306f":38,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[17,9],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":33,"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":[22,9],"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":46,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u304b\u3051\u3089\u308c\u305f\u30ed\u30c3\u30af\u3092\u518d\u5e30\u7684\u306b\u89e3\u9664\u3057\u307e\u3059":24,"\u4e0d\u4e00\u81f4\u6761\u4ef6":8,"\u591a\u304f\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059":22,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6700\u5927\u4ef6\u6570\u3092\u53d6\u5f97\u3057\u305f\u308a\u8a2d\u5b9a\u3057\u305f\u308a\u3057\u307e\u3059":7,"\u3053\u308c\u3092\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3068\u547c\u3073\u307e\u3059":26,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":10,"http\u3067\u306e\u30b3\u30de\u30f3\u30c9\u5b9f\u884c":23,tmp:[22,23,9],"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":10,"shorttext\u578b\u306e\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u578b\u306e\u30c6\u30fc\u30d6\u30eb":1,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"myisam\u3067\u306e\u30c7\u30fc\u30bf\u66f4\u65b0\u304c\u30dc\u30c8\u30eb\u30cd\u30c3\u30af\u3068\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3059":51,"\u6587\u5b57\u5217\u3067\u306e\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3044\u305f\u3044\u5834\u5408\u306b\u306f":26,hash_index:56,"\u4e3b\u306a\u30b3\u30de\u30f3\u30c9":[14,11,22],mode:0,"title\u30ab\u30e9\u30e0\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7528\u306bindex_title\u30ab\u30e9\u30e0":28,"\u4e16\u754c\u6e2c\u5730\u7cfb\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19":32,"\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":46,"output_type\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066":36,"\u5b9f\u884c\u74b0\u5883":[3,14,2],host:10,offset:[22,53,8],ivh:58,"\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u3067groonga\u306e\u5c02\u7528\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u7528\u3044\u305f\u901a\u4fe1\u3092\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":23,column_index:[22,56,54,27,28],"\u305d\u308c\u305e\u308c":[5,21],column:[0,16,47,50,29],tomo:27,"scorer\u3092\u5229\u7528\u3057\u305f\u30bd\u30fc\u30c8":[14,38,11],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":10,"\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":55,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":[14,21],"grntest\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,"\u51fa\u529b\u3059\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":[29,16,62,8],"\u5168\u6587\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u66f4\u65b0\u306b\u304a\u3051\u308b\u53c2\u7167lock\u304c\u4e0d\u8981\u3068\u3044\u3046senna\u306e\u6027\u80fd\u7279\u6027\u3092\u751f\u304b\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f":51,"\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":0,"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":9,tag:27,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":10,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":10,three:[22,44],"\u4f4d\u7f6e\u60c5\u5831\u306e\u3042\u308b\u3059\u3079\u3066\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":56,"\u3053\u306e\u7d50\u679c\u306f":10,"\u3055\u307e\u3056\u307e\u306a\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3055\u305b\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":44,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u4e2d\u304b\u3089\u7279\u5b9a\u306e\u6761\u4ef6\u3092\u6e80\u305f\u3059\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3059\u305f\u3081\u306b":55,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092grntest\u5358\u4f53\u3067\u5b9f\u884c\u3057":10,"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":9,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u305f\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059":22,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":10,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679cn":8,daijiro:56,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":10,"grntest\u304c\u5229\u7528\u3059\u308bgroonga":10,"groonga\u30b5\u30fc\u30d0\u306f":51,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":0,"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":13,"\u691c\u7d22\u3059\u308b\u6587\u5b57\u5217\u306fquery\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u307e\u3059":28,"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":20,"function":21,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":21,"\u4ee5\u5916\u306e\u5834\u5408\u306f":[29,16,62,8],cutter_debug:21,"\u307e\u3060\u89e3\u653e\u3055\u308c\u3066\u306a\u3044\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af\u306e\u6570\u3092\u793a\u3057\u307e\u3059":39,"limit\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":8,"\u30c7\u30fc\u30e2\u30f3\u306b\u306a\u308b\u3068\u304d\u306f\u6a19\u6e96\u51fa\u529b\u3092\u9589\u3058\u308b\u3088\u3046\u306b\u3057\u305f":46,"\u691c\u7d22\u4f8b4":[0,14],"\u691c\u7d22\u4f8b3":[0,14],"\u691c\u7d22\u4f8b2":[0,14],"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":32,"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":[22,9],"\u521d\u306e\u66f8\u304d\u8fbc\u307f":56,"takahiro\u3055\u3093\u304c\u5831\u544a":46,"\u9ad8\u67d4\u8edf\u6027\u3068\u3044\u3046\u7279\u5fb4\u3092\u5f15\u304d\u7d99\u304e\u3064\u3064":51,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u3068\u304d":33,"\u3068\u3044\u3046\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059":38,"\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":0,"\u30c6\u30fc\u30d6\u30eb\u306e\u8ffd\u52a0":1,"groonga\u30b5\u30fc\u30d0\u3078\u306e\u63a5\u7d9a":23,record:[22,23,44],"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u306f":32,"\u306e\u6570\u304c\u51fa\u529b\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u78ba\u8a8d\u3067\u304d\u307e\u3059":56,limit:[53,9,8,22,26,27,46],"title\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066":22,lynx:[14,58],"\u5168\u6587\u691c\u7d22\u7528\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u4f5c\u6210":[14,11,22],"input_type\u304cjson\u3067\u3042\u308b\u5834\u5408\u306b\u306f":47,"\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":[18,4,6,7,8,48,13,15,16,42,19,24,25,29,54,33,34,39,40,47,53,1,59,61,62],bigram:[1,10,56],pid:[46,9],"\u7a7a\u767d\u3084":[22,9],"\u30d7\u30ed\u30bb\u30b9\u756a\u53f7\u304c\u8868\u793a\u3055\u308c\u307e\u3059":23,"\u524a\u9664\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"\u305f\u3060\u3057":[36,9,20],"\u672c\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f":22,table_remov:[14,49,61,9,2],blog1:28,"\u5024\u3092\u5909\u66f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":29,blog2:28,"fork\u3059\u308b\u70b9\u304c\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u3068\u7570\u306a\u308b":9,detail:10,bool:32,"column_create\u306f":54,varieti:27,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":9,"edge\u306equeue\u306benqueue\u3055\u308c\u308b":52,"\u30ab\u30f3\u30de":22,"\u9ad8\u901f\u306a\u30c7\u30fc\u30bf\u66f4\u65b0":[14,51],"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":0,"\u7518\u6817\u3080\u3044\u3061\u3083\u3044\u307e\u3057\u305f\u7684\u306a\u611f\u3058\u3067":56,"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":40,"mysql\u306emyisam\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3\u3068\u7d44\u307f\u5408\u308f\u305b\u3066\u7528\u3044\u308btritonn\u3084":51,"\u304c\u304a\u6c17\u306b\u5165\u308a\u306b\u5165\u308c\u3066\u3044\u308b2\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":56,"drilldown\u6761\u4ef6\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306e\u691c\u7d22\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":8,"\u4e3b\u30ad\u30fc\u5024\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u9ad8\u901f\u306b\u691c\u7d22\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":1,debian:[14,58],"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":40,"\u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a":[14,56,38,11],sphinx:30,"string\u306b":0,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":9,"\u4e0a\u8a18\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3059\u308b\u3068":22,"\u4e3b\u30ad\u30fc\u306a\u3057\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u5834\u5408\u306f\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u306f\u306a\u304f":16,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3067\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3057\u305f\u7d50\u679c\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":56,emerg:[6,34],"\u51fa\u529b\u5bfe\u8c61\u3068\u306a\u308b\u6700\u521d\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u756a\u53f7\u30920\u30d9\u30fc\u30b9\u3067\u6307\u5b9a\u3057\u307e\u3059":8,"\u3068\u540c\u3058\u610f\u5473":9},objtypes:{"0":"std:option"},titles:["5.3. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","4.2.20. table_create","4. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.1. \u5b9f\u884c\u74b0\u5883","4.2.10. dump","4.6.2. geo_distance","4.2.12. log_level","4.2.1. cache_limit","4.2.16. select","4.1.1. groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","4.1.4. grntest","3. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","5. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","4.2.14. log_reopen","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","4.2.17. shutdown","add","4.1.3. grnslap","4.2.8. defrag","4.2.21. table_list","4.4. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","5.5. \u30c6\u30b9\u30c8\u65b9\u6cd5","3.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","3.2. \u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u901a\u3058\u305f\u5229\u7528","4.2.3. clearlock","4.2.6. column_remove","3.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","3.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","3.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","set","5.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","4.6.1. edit_distance","4.3. \u30c7\u30fc\u30bf\u578b","4.2.5. column_list","4.2.13. log_put","4.6.4. geo_in_rectangle","4.1.2. http","4.6.5. now","3.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","4.2.18. status","4.2.2. check","4.6. \u7d44\u307f\u8fbc\u307f\u95a2\u6570\u4e00\u89a7","4.2.23. view_add","3.8. \u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","3.3. \u3055\u307e\u3056\u307e\u306a\u7a2e\u985e\u3092\u3082\u3063\u305f\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","3.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","\u304a\u77e5\u3089\u305b","4.2.11. load","4.2.9. delete","4.2. \u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u4e00\u89a7","4.2.19. suggest","1. groonga\u306e\u7279\u5fb4","5.1. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","4.2.7. define_selector","4.2.4. column_create","4.5. grn_expr","3.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","4.6.6. rand","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","4.2.15. quit","4.6.3. geo_in_circle","4.2.22. table_remove","get"],objnames:{"0":"option"},filenames:["developer/query","commands/table_create","reference","process","commands/dump","functions/geo_distance","commands/log_level","commands/cache_limit","commands/select","execfile","grntest","tutorial","developer","commands/log_reopen","index","commands/shutdown","commands_not_implemented/add","grnslap","commands/defrag","commands/table_list","pseudo_column","developer/test","tutorial/tutorial01","tutorial/tutorial02","commands/clearlock","commands/column_remove","tutorial/tutorial05","tutorial/tutorial06","tutorial/tutorial07","commands_not_implemented/set","developer/document","functions/edit_distance","type","commands/column_list","commands/log_put","functions/geo_in_rectangle","http","functions/now","tutorial/tutorial04","commands/status","commands/check","functions","commands/view_add","tutorial/tutorial08","tutorial/tutorial03","tutorial/tutorial09","news","commands/load","commands/delete","commands","commands/suggest","characteristic","developer/com","commands/define_selector","commands/column_create","expr","tutorial/tutorial10","functions/rand","install","commands/quit","functions/geo_in_circle","commands/table_remove","commands_not_implemented/get"]})
@@ -0,0 +1,172 @@
1
+
2
+
3
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml">
7
+ <head>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
+
10
+ <title>3. チュートリアル &mdash; groonga v1.0.2 documentation</title>
11
+ <link rel="stylesheet" href="_static/default.css" type="text/css" />
12
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
13
+ <script type="text/javascript">
14
+ var DOCUMENTATION_OPTIONS = {
15
+ URL_ROOT: '',
16
+ VERSION: '1.0.2',
17
+ COLLAPSE_INDEX: false,
18
+ FILE_SUFFIX: '.html',
19
+ HAS_SOURCE: true
20
+ };
21
+ </script>
22
+ <script type="text/javascript" src="_static/jquery.js"></script>
23
+ <script type="text/javascript" src="_static/underscore.js"></script>
24
+ <script type="text/javascript" src="_static/doctools.js"></script>
25
+ <link rel="top" title="groonga v1.0.2 documentation" href="index.html" />
26
+ <link rel="next" title="3.1. 基本的な操作" href="tutorial/tutorial01.html" />
27
+ <link rel="prev" title="2. インストール" href="install.html" />
28
+ </head>
29
+ <body>
30
+ <div class="related">
31
+ <h3>Navigation</h3>
32
+ <ul>
33
+ <li class="right" style="margin-right: 10px">
34
+ <a href="genindex.html" title="General Index"
35
+ accesskey="I">index</a></li>
36
+ <li class="right" >
37
+ <a href="tutorial/tutorial01.html" title="3.1. 基本的な操作"
38
+ accesskey="N">next</a> |</li>
39
+ <li class="right" >
40
+ <a href="install.html" title="2. インストール"
41
+ accesskey="P">previous</a> |</li>
42
+ <li><a href="index.html">groonga v1.0.2 documentation</a> &raquo;</li>
43
+ </ul>
44
+ </div>
45
+
46
+ <div class="document">
47
+ <div class="documentwrapper">
48
+ <div class="bodywrapper">
49
+ <div class="body">
50
+
51
+ <div class="section" id="id1">
52
+ <h1>3. チュートリアル<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
53
+ <div class="toctree-wrapper compound">
54
+ <ul>
55
+ <li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial01.html">3.1. 基本的な操作</a><ul>
56
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#db">3.1.1. DBの作成</a></li>
57
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id2">3.1.2. DBの操作</a></li>
58
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id3">3.1.3. コマンド</a></li>
59
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id4">3.1.4. 主なコマンド</a></li>
60
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id5">3.1.5. テーブルの作成</a></li>
61
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id6">3.1.6. 検索</a></li>
62
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id7">3.1.7. カラムの作成</a></li>
63
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id8">3.1.8. 全文検索用の語彙テーブルの作成</a></li>
64
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id9">3.1.9. 全文検索用のインデックスカラムの作成</a></li>
65
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id10">3.1.10. データのロード</a></li>
66
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id11">3.1.11. データの検索</a></li>
67
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id12">3.1.12. 全文検索</a></li>
68
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id13">3.1.13. 出力カラムの指定</a></li>
69
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id14">3.1.14. 表示範囲指定</a></li>
70
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id15">3.1.15. 並び替え</a></li>
71
+ </ul>
72
+ </li>
73
+ <li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial02.html">3.2. ネットワークを通じた利用</a><ul>
74
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial02.html#groonga">3.2.1. groonga専用プロトコルによる通信</a></li>
75
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial02.html#http">3.2.2. HTTPによる通信</a></li>
76
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial02.html#id6">3.2.3. セキュリティ</a></li>
77
+ </ul>
78
+ </li>
79
+ <li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial03.html">3.3. さまざまな種類をもったデータの保存</a><ul>
80
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial03.html#id2">3.3.1. データ型</a></li>
81
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial03.html#id3">3.3.2. テーブル型</a></li>
82
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial03.html#id4">3.3.3. ベクターカラム</a></li>
83
+ </ul>
84
+ </li>
85
+ <li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial04.html">3.4. さまざまな検索条件の指定</a><ul>
86
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial04.html#javascript">3.4.1. JavaScriptに似た文法での絞込・全文検索</a></li>
87
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial04.html#scorer">3.4.2. scorerを利用したソート</a></li>
88
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial04.html#id2">3.4.3. 位置情報を用いた絞込・ソート</a></li>
89
+ </ul>
90
+ </li>
91
+ <li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial05.html">3.5. ドリルダウン</a></li>
92
+ <li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial06.html">3.6. タグ検索・参照関係の逆引き</a><ul>
93
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial06.html#id2">3.6.1. タグ検索</a></li>
94
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial06.html#id3">3.6.2. 参照関係の逆引き</a></li>
95
+ </ul>
96
+ </li>
97
+ <li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial07.html">3.7. match_columnsパラメータ</a><ul>
98
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial07.html#id1">3.7.1. 複数のカラムを対象とした全文検索</a></li>
99
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial07.html#id4">3.7.2. インデックス名を指定した全文検索</a></li>
100
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial07.html#id5">3.7.3. インデックスの重み</a></li>
101
+ </ul>
102
+ </li>
103
+ <li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial08.html">3.8. 主キーによる前方一致検索</a><ul>
104
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial08.html#id2">3.8.1. 主キーによる前方一致検索</a></li>
105
+ </ul>
106
+ </li>
107
+ <li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial09.html">3.9. 全文検索の語彙表に対する追加情報</a></li>
108
+ <li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial10.html">3.10. マイクロブログ検索システムの作成</a><ul>
109
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial10.html#id2">3.10.1. テーブルの作成</a></li>
110
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial10.html#id3">3.10.2. データのロード</a></li>
111
+ <li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial10.html#id4">3.10.3. 検索</a></li>
112
+ </ul>
113
+ </li>
114
+ </ul>
115
+ </div>
116
+ </div>
117
+
118
+
119
+ </div>
120
+ </div>
121
+ </div>
122
+ <div class="sphinxsidebar">
123
+ <div class="sphinxsidebarwrapper">
124
+ <h4>Previous topic</h4>
125
+ <p class="topless"><a href="install.html"
126
+ title="previous chapter">2. インストール</a></p>
127
+ <h4>Next topic</h4>
128
+ <p class="topless"><a href="tutorial/tutorial01.html"
129
+ title="next chapter">3.1. 基本的な操作</a></p>
130
+ <h3>This Page</h3>
131
+ <ul class="this-page-menu">
132
+ <li><a href="_sources/tutorial.txt"
133
+ rel="nofollow">Show Source</a></li>
134
+ </ul>
135
+ <div id="searchbox" style="display: none">
136
+ <h3>Quick search</h3>
137
+ <form class="search" action="search.html" method="get">
138
+ <input type="text" name="q" size="18" />
139
+ <input type="submit" value="Go" />
140
+ <input type="hidden" name="check_keywords" value="yes" />
141
+ <input type="hidden" name="area" value="default" />
142
+ </form>
143
+ <p class="searchtip" style="font-size: 90%">
144
+ Enter search terms or a module, class or function name.
145
+ </p>
146
+ </div>
147
+ <script type="text/javascript">$('#searchbox').show(0);</script>
148
+ </div>
149
+ </div>
150
+ <div class="clearer"></div>
151
+ </div>
152
+ <div class="related">
153
+ <h3>Navigation</h3>
154
+ <ul>
155
+ <li class="right" style="margin-right: 10px">
156
+ <a href="genindex.html" title="General Index"
157
+ >index</a></li>
158
+ <li class="right" >
159
+ <a href="tutorial/tutorial01.html" title="3.1. 基本的な操作"
160
+ >next</a> |</li>
161
+ <li class="right" >
162
+ <a href="install.html" title="2. インストール"
163
+ >previous</a> |</li>
164
+ <li><a href="index.html">groonga v1.0.2 documentation</a> &raquo;</li>
165
+ </ul>
166
+ </div>
167
+ <div class="footer">
168
+ &copy; Copyright 2009-2010, Brazil, Inc.
169
+ Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
170
+ </div>
171
+ </body>
172
+ </html>
@@ -0,0 +1,388 @@
1
+
2
+
3
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml">
7
+ <head>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
+
10
+ <title>3.1. 基本的な操作 &mdash; groonga v1.0.2 documentation</title>
11
+ <link rel="stylesheet" href="../_static/default.css" type="text/css" />
12
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13
+ <script type="text/javascript">
14
+ var DOCUMENTATION_OPTIONS = {
15
+ URL_ROOT: '../',
16
+ VERSION: '1.0.2',
17
+ COLLAPSE_INDEX: false,
18
+ FILE_SUFFIX: '.html',
19
+ HAS_SOURCE: true
20
+ };
21
+ </script>
22
+ <script type="text/javascript" src="../_static/jquery.js"></script>
23
+ <script type="text/javascript" src="../_static/underscore.js"></script>
24
+ <script type="text/javascript" src="../_static/doctools.js"></script>
25
+ <link rel="top" title="groonga v1.0.2 documentation" href="../index.html" />
26
+ <link rel="up" title="3. チュートリアル" href="../tutorial.html" />
27
+ <link rel="next" title="3.2. ネットワークを通じた利用" href="tutorial02.html" />
28
+ <link rel="prev" title="3. チュートリアル" href="../tutorial.html" />
29
+ </head>
30
+ <body>
31
+ <div class="related">
32
+ <h3>Navigation</h3>
33
+ <ul>
34
+ <li class="right" style="margin-right: 10px">
35
+ <a href="../genindex.html" title="General Index"
36
+ accesskey="I">index</a></li>
37
+ <li class="right" >
38
+ <a href="tutorial02.html" title="3.2. ネットワークを通じた利用"
39
+ accesskey="N">next</a> |</li>
40
+ <li class="right" >
41
+ <a href="../tutorial.html" title="3. チュートリアル"
42
+ accesskey="P">previous</a> |</li>
43
+ <li><a href="../index.html">groonga v1.0.2 documentation</a> &raquo;</li>
44
+ <li><a href="../tutorial.html" accesskey="U">3. チュートリアル</a> &raquo;</li>
45
+ </ul>
46
+ </div>
47
+
48
+ <div class="document">
49
+ <div class="documentwrapper">
50
+ <div class="bodywrapper">
51
+ <div class="body">
52
+
53
+ <div class="section" id="id1">
54
+ <h1>3.1. 基本的な操作<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
55
+ <p>groongaは、Cのライブラリとして使用する方法と、groonga実行ファイルを通して使用する方法があります。</p>
56
+ <p>本チュートリアルでは、groonga実行ファイルを使用する方法について説明します。</p>
57
+ <p>groonga実行ファイルを使って、DBの作成・操作・サーバの起動・サーバへの接続などの操作が行えます。</p>
58
+ <div class="section" id="db">
59
+ <h2>3.1.1. DBの作成<a class="headerlink" href="#db" title="Permalink to this headline">¶</a></h2>
60
+ <p>以下のようなコマンドを実行すると、データベースを新規に作成することができます。</p>
61
+ <p>書式</p>
62
+ <div class="highlight-none"><div class="highlight"><pre>groonga -n データベースパス名
63
+ </pre></div>
64
+ </div>
65
+ <p>-nオプションは、データベースを作ることを示します。</p>
66
+ <p>データベースパス名には、新しく作成するデータベースのフルパス名を指定します。</p>
67
+ <p>上記コマンドでデータベースを作成すると、そのまま対話モードと呼ばれるコマンドを受け付けるモードになります。Ctrlキーを押しながらdキーを押すと、対話モードから抜けることができます。</p>
68
+ <p>実行例:</p>
69
+ <div class="highlight-none"><div class="highlight"><pre>% groonga -n /tmp/tutorial.db
70
+ &gt; ctrl-d
71
+ %
72
+ </pre></div>
73
+ </div>
74
+ </div>
75
+ <div class="section" id="id2">
76
+ <h2>3.1.2. DBの操作<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
77
+ <p>書式</p>
78
+ <div class="highlight-none"><div class="highlight"><pre>groonga DBパス名 [コマンド]
79
+ </pre></div>
80
+ </div>
81
+ <p>既存のデータベースのフルパス名をDBパス名に指定します。
82
+ コマンドを指定すると、実行結果を返します。</p>
83
+ <p>コマンドを指定しない場合には、対話モードに入ります。
84
+ 対話モードでは、標準入力からコマンドを読み込み、順次実行します。
85
+ 本チュートリアルでは、対話モードを主に使用します。</p>
86
+ <p>たとえば、statusというコマンドを実行してみましょう。statusコマンドは、groongaの実行状態を返すコマンドです。</p>
87
+ <p>実行例</p>
88
+ <div class="highlight-none"><div class="highlight"><pre>% groonga /tmp/tutorial.db
89
+ &gt; status
90
+ [[0,1280378897.11968,1.8e-05],{&quot;alloc_count&quot;:440,&quot;starttime&quot;:1280378807,&quot;uptime&quot;:90,&quot;version&quot;:&quot;0.7.2-5-g2a77275&quot;}]
91
+ </pre></div>
92
+ </div>
93
+ <p>以上のように、コマンドの実行結果は基本的にjson形式で返却されます。jsonの配列の0番目の要素に、エラーコードや実行時間などの情報が入ります。jsonの配列の1番目の様子に、コマンドの実行結果が入ります。</p>
94
+ </div>
95
+ <div class="section" id="id3">
96
+ <h2>3.1.3. コマンド<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
97
+ <p>groonga実行ファイルやgroongaサーバを介して様々なコマンドを実行して、DBを操作することができます。
98
+ コマンドは以下の書式のうちいずれかで与えることができます。</p>
99
+ <div class="highlight-none"><div class="highlight"><pre>書式1: コマンド名 引数1 引数2 ..
100
+
101
+ 書式2: コマンド名 --引数名1 値1 --引数名2 値2 ..
102
+ </pre></div>
103
+ </div>
104
+ <p>書式1と2は混ぜて使うことができます。</p>
105
+ <p>書式2において、空白や、記号「&#8221;&#8217;()」のうちいずれかを含む値を指定したい場合は、シングルクォート(&#8216;)かダブルクォート(&#8220;)で値を囲みます。</p>
106
+ <p>詳しくは、 <a class="reference internal" href="../execfile.html"><em>groonga実行ファイル</em></a> のコマンドの項を参考にしてください。</p>
107
+ </div>
108
+ <div class="section" id="id4">
109
+ <h2>3.1.4. 主なコマンド<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
110
+ <blockquote>
111
+ <dl class="docutils">
112
+ <dt><a class="reference internal" href="../commands/status.html"><em>status</em></a></dt>
113
+ <dd>groongaプロセスの状態を表示します。</dd>
114
+ <dt><a class="reference internal" href="../commands/table_list.html"><em>table_list</em></a></dt>
115
+ <dd>DBに定義されているテーブルのリストを表示します。</dd>
116
+ <dt><a class="reference internal" href="../commands/column_list.html"><em>column_list</em></a></dt>
117
+ <dd>テーブルに定義されているカラムのリストを表示します。</dd>
118
+ <dt><a class="reference internal" href="../commands/table_create.html"><em>table_create</em></a></dt>
119
+ <dd>DBにテーブルを追加します。</dd>
120
+ <dt><a class="reference internal" href="../commands/column_create.html"><em>column_create</em></a></dt>
121
+ <dd>テーブルにカラムを追加します。</dd>
122
+ <dt><a class="reference internal" href="../commands/select.html"><em>select</em></a></dt>
123
+ <dd>テーブルに含まれるレコードを検索して表示します。</dd>
124
+ <dt><a class="reference internal" href="../commands/load.html"><em>load</em></a></dt>
125
+ <dd>テーブルにレコードを挿入します。</dd>
126
+ </dl>
127
+ </blockquote>
128
+ </div>
129
+ <div class="section" id="id5">
130
+ <h2>3.1.5. テーブルの作成<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
131
+ <p><a class="reference internal" href="../commands/table_create.html"><em>table_create</em></a> コマンドを使用してテーブルを作成します。</p>
132
+ <p>groongaでは、多くの場合テーブルを作成する際に主キーが必要となります。また、主キーには型と、その格納方法を指定する必要があります。</p>
133
+ <p>型については、のちのチュートリアルで触れます。データの種類をあらわしているもの、とイメージしてください。</p>
134
+ <p>主キーの格納方法によって、主キーでの検索速度や、前方一致検索の可否が決まります。これも、のちのチュートリアルで触れます。</p>
135
+ <p>ここでは、ShortText型の主キー値を持ち、主キーの格納方法はHASHである、&#8217;Site&#8217;という名前のテーブルを作成します。</p>
136
+ <p>実行例</p>
137
+ <div class="highlight-none"><div class="highlight"><pre>&gt; table_create --name Site --flags TABLE_HASH_KEY --key_type ShortText
138
+ [[0,1280378897.32146,0.105979],true]
139
+ </pre></div>
140
+ </div>
141
+ </div>
142
+ <div class="section" id="id6">
143
+ <h2>3.1.6. 検索<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
144
+ <p><a class="reference internal" href="../commands/select.html"><em>select</em></a> コマンドを用いて、テーブルの中身を表示することができます。</p>
145
+ <p>実行例</p>
146
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site
147
+ [[0,1280378897.62847,0.000124],[[[0],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;]]]]]
148
+ </pre></div>
149
+ </div>
150
+ <p>selectにテーブル名を指定すると、指定したテーブルの中身を10件表示します。[0]は検索されたレコードの件数、[&#8220;_id&#8221;,&#8221;Uint32&#8221;]は値がUInt32型である&#8221;_id&#8217;という名前のカラム、[&#8220;_key&#8221;,&#8221;ShortText&#8221;]は値がShortText型である&#8217;_key&#8217;という名前のカラムを示しています。</p>
151
+ <p>table_createコマンドで作成したテーブルには、最初から&#8217;_id&#8217;/&#8217;_key&#8217;という2つのカラムがあります。&#8217;_id&#8217;はgroongaが自動的に付与するID番号が格納されるカラムです。&#8217;_key&#8217;は主キーが格納されるカラムです。これらのカラム名を変更することはできません。</p>
152
+ </div>
153
+ <div class="section" id="id7">
154
+ <h2>3.1.7. カラムの作成<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
155
+ <p><a class="reference internal" href="../commands/column_create.html"><em>column_create</em></a> コマンドを用いて、カラムを作成することができます。</p>
156
+ <p>ShortText型の値を持つ、&#8217;comment&#8217;という名前のカラムを&#8217;Site&#8217;テーブルに追加しましょう。</p>
157
+ <p>実行例</p>
158
+ <div class="highlight-none"><div class="highlight"><pre>&gt; column_create --table Site --name title --flags COLUMN_SCALAR --type ShortText
159
+ [[0,1280378897.82996,0.098188],true]
160
+ &gt; select --table Site
161
+ [[0,1280378898.12897,0.000124],[[[0],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;]]]]]
162
+ </pre></div>
163
+ </div>
164
+ <p>COLUMN_SCALARについては、通常のカラムであることを示しています。</p>
165
+ </div>
166
+ <div class="section" id="id8">
167
+ <h2>3.1.8. 全文検索用の語彙テーブルの作成<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
168
+ <p>このチュートリアルでは、groongaに登録したデータを用いた全文検索を行います。</p>
169
+ <p>全文検索を行う場合は、まず語彙テーブルを作成する必要があります。
170
+ 語彙表テーブルとは、文書の中にある単語が主キーとなるテーブルです。
171
+ ここでは、ShortText型の主キー値を持つ、&#8217;Terms&#8217;という名前のテーブルを作成しました。</p>
172
+ <p>実行例</p>
173
+ <div class="highlight-none"><div class="highlight"><pre>&gt; table_create --name Terms --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram
174
+ [[0,1280378898.33069,0.089422],true]
175
+ </pre></div>
176
+ </div>
177
+ <p>この実行例には、多くのパラメータが指定されています。本チュートリアルでは、これらをすべて理解する必要はありません。以下に簡単な説明を記しますが、読み飛ばしてもらってかまいません。</p>
178
+ <p>実行例にある、TABLE_PAT_KEY|KEY_NORMALIZEという値は、主キー値をパトリシア木に格納し、各語彙を正規化して登録することを示しています。</p>
179
+ <p>実行例にある、TokenBigramという値は、 語彙表として使用するテーブルは、対象の文書をトークナイズする方式を、default_tokenizerパラメータで与えます。この例ではTokenBigramを指定しています。よって、一般的にN-gramと呼ばれるようなインデックス方式を選択しています。</p>
180
+ </div>
181
+ <div class="section" id="id9">
182
+ <h2>3.1.9. 全文検索用のインデックスカラムの作成<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2>
183
+ <p>Siteテーブルのtitleカラムを全文検索の対象としたいとしましょう。その場合には、語彙テーブルにインデックス型のカラムを作成します。</p>
184
+ <p>実行例</p>
185
+ <div class="highlight-none"><div class="highlight"><pre>&gt; column_create --table Terms --name blog_title --flags COLUMN_INDEX|WITH_POSITION --type Site --source title
186
+ [[0,1280378898.93701,0.16927],true]
187
+ </pre></div>
188
+ </div>
189
+ <p>Siteテーブルのtitleカラムを検索対象とする、&#8217;blog_title&#8217;という名前のインデックス型カラムをTermsテーブルに作成しました。インデックス対象となるテーブルをtypeに、インデックス対象となるカラムをsourceに指定します。</p>
190
+ <p>実行例のflagsのCOLUMN_INDEX|WITH_POSITIONという値は、語彙の位置情報を格納するインデックス型のカラムであることを示しています。通常の全文検索インデックスでは、COLUMN_INDEX|WITH_POSITIONを指定してください。語彙の位置情報を格納する意味については、本チュートリアルでは触れません。</p>
191
+ </div>
192
+ <div class="section" id="id10">
193
+ <h2>3.1.10. データのロード<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h2>
194
+ <p><a class="reference internal" href="../commands/load.html"><em>load</em></a> コマンドを使用します。loadコマンドでは、jsonで受け取ったデータをテーブルに格納します。</p>
195
+ <p>実行例</p>
196
+ <div class="highlight-none"><div class="highlight"><pre>&gt; load --table Site
197
+ &gt; [
198
+ &gt; {&quot;_key&quot;:&quot;http://example.org/&quot;,&quot;title&quot;:&quot;This is test record 1!&quot;},
199
+ &gt; {&quot;_key&quot;:&quot;http://example.net/&quot;,&quot;title&quot;:&quot;test record 2.&quot;},
200
+ &gt; {&quot;_key&quot;:&quot;http://example.com/&quot;,&quot;title&quot;:&quot;test test record three.&quot;},
201
+ &gt; {&quot;_key&quot;:&quot;http://example.net/afr&quot;,&quot;title&quot;:&quot;test record four.&quot;},
202
+ &gt; {&quot;_key&quot;:&quot;http://example.org/aba&quot;,&quot;title&quot;:&quot;test test test record five.&quot;},
203
+ &gt; {&quot;_key&quot;:&quot;http://example.com/rab&quot;,&quot;title&quot;:&quot;test test test test record six.&quot;},
204
+ &gt; {&quot;_key&quot;:&quot;http://example.net/atv&quot;,&quot;title&quot;:&quot;test test test record seven.&quot;},
205
+ &gt; {&quot;_key&quot;:&quot;http://example.org/gat&quot;,&quot;title&quot;:&quot;test test record eight.&quot;},
206
+ &gt; {&quot;_key&quot;:&quot;http://example.com/vdw&quot;,&quot;title&quot;:&quot;test test record nine.&quot;},
207
+ &gt; ]
208
+ [[0,1280378899.30731,2.202854],9]
209
+ </pre></div>
210
+ </div>
211
+ <p>selectコマンドで、データが入っていることを確認しましょう。</p>
212
+ <p>実行例</p>
213
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site
214
+ [[0,1280378901.71103,0.00014],[[[9],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[1,&quot;http://example.org/&quot;,&quot;This is test record 1!&quot;],[2,&quot;http://example.net/&quot;,&quot;test record 2.&quot;],[3,&quot;http://example.com/&quot;,&quot;test test record three.&quot;],[4,&quot;http://example.net/afr&quot;,&quot;test record four.&quot;],[5,&quot;http://example.org/aba&quot;,&quot;test test test record five.&quot;],[6,&quot;http://example.com/rab&quot;,&quot;test test test test record six.&quot;],[7,&quot;http://example.net/atv&quot;,&quot;test test test record seven.&quot;],[8,&quot;http://example.org/gat&quot;,&quot;test test record eight.&quot;],[9,&quot;http://example.com/vdw&quot;,&quot;test test record nine.&quot;]]]]
215
+ </pre></div>
216
+ </div>
217
+ </div>
218
+ <div class="section" id="id11">
219
+ <h2>3.1.11. データの検索<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h2>
220
+ <p>groongaでは、&#8217;_id&#8217;カラムと&#8217;_key&#8217;カラムの値はテーブル中で一意です。よって、それを用いて検索してみましょう。</p>
221
+ <p>selectコマンドにおいて、queryパラメータを用いるとデータの検索を行うことができます。</p>
222
+ <p>実行例</p>
223
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --query _id:1
224
+ [[0,1280378901.91744,0.000364],[[[1],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[1,&quot;http://example.org/&quot;,&quot;This is test record 1!&quot;]]]]
225
+ </pre></div>
226
+ </div>
227
+ <p>queryパラメータに与えた「_id:1」というのは、&#8217;_id&#8217;という名前のカラムに&#8216;1&#8217;という値が入っているレコードを検索する、という意味です。</p>
228
+ <p>_keyでも検索してみましょう。</p>
229
+ <p>実行例</p>
230
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --query &quot;_key:\&quot;http://example.org/\&quot;&quot;
231
+ [[0,1280378902.11978,0.000287],[[[1],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[1,&quot;http://example.org/&quot;,&quot;This is test record 1!&quot;]]]]
232
+ </pre></div>
233
+ </div>
234
+ <p>queryパラメータに与えた「_key:&#8221;<a class="reference external" href="http://example.org/">http://example.org/</a>&#8220;」というのは、&#8217;_key&#8217;という名前のカラムに&#8217;&#8221;<a class="reference external" href="http://example.org/">http://example.org/</a>&#8220;&#8217;という値が入っているレコードを検索する、という意味です。</p>
235
+ </div>
236
+ <div class="section" id="id12">
237
+ <h2>3.1.12. 全文検索<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h2>
238
+ <p>queryパラメータでは、インデックスを用いた全文検索を行うこともできます。</p>
239
+ <p>実行例</p>
240
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --query title:@this
241
+ [[0,1280378902.32214,0.000302],[[[1],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[1,&quot;http://example.org/&quot;,&quot;This is test record 1!&quot;]]]]
242
+ </pre></div>
243
+ </div>
244
+ <p>titleカラムに対して、&#8217;this&#8217;という文字列で全文検索を行った結果を返します。</p>
245
+ <p>queryパラメータに与えた「title:&#64;this」というのが、&#8217;title&#8217;という名前のカラムに&#8217;this&#8217;という文字列が含まれているレコードを検索する、という意味です。</p>
246
+ <p>selectコマンドには、match_columnsというパラメータが存在します。これを指定すると、query内にカラム名を指定しない条件があった場合、match_columnsで指定されたカラムに対しての検索であることを示します。[1]_</p>
247
+ <p>match_columnsパラメータに&#8217;title&#8217;、queryパラメータに&#8217;this&#8217;という文字列を指定すると、上記のクエリと同じ結果を得ることができます。</p>
248
+ <p>実行例</p>
249
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --match_columns title --query this
250
+ [[0,1280378902.52448,0.000367],[[[1],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[1,&quot;http://example.org/&quot;,&quot;This is test record 1!&quot;]]]]
251
+ </pre></div>
252
+ </div>
253
+ </div>
254
+ <div class="section" id="id13">
255
+ <h2>3.1.13. 出力カラムの指定<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h2>
256
+ <p>selectコマンドにおいて、output_columnsパラメータを用いることで、検索結果で表示するカラムを指定することが出来ます。</p>
257
+ <p>複数のカラムを指定する場合は、カンマ(,)区切りで指定します。</p>
258
+ <p>実行例</p>
259
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --output_columns _key,title,_score --query title:@test
260
+ [[0,1280378902.72695,0.000387],[[[9],[[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;],[&quot;_score&quot;,&quot;Int32&quot;]],[&quot;http://example.org/&quot;,&quot;This is test record 1!&quot;,1],[&quot;http://example.net/&quot;,&quot;test record 2.&quot;,1],[&quot;http://example.com/&quot;,&quot;test test record three.&quot;,2],[&quot;http://example.net/afr&quot;,&quot;test record four.&quot;,1],[&quot;http://example.org/aba&quot;,&quot;test test test record five.&quot;,3],[&quot;http://example.com/rab&quot;,&quot;test test test test record six.&quot;,4],[&quot;http://example.net/atv&quot;,&quot;test test test record seven.&quot;,3],[&quot;http://example.org/gat&quot;,&quot;test test record eight.&quot;,2],[&quot;http://example.com/vdw&quot;,&quot;test test record nine.&quot;,2]]]]
261
+ </pre></div>
262
+ </div>
263
+ <p>groongaの検索結果には、「_score」という名前のカラムが追加されています。このカラムは、全文検索の条件が合致する文書ほど高い数値が入ります。</p>
264
+ </div>
265
+ <div class="section" id="id14">
266
+ <h2>3.1.14. 表示範囲指定<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h2>
267
+ <p>selectコマンドにおいて、offset,limitパラメータを用いることで、検索結果から指定された範囲のみを表示することが出来ます。大量の検索結果をページで分けて、1ページ分のみを表示したい場合に有効です。</p>
268
+ <p>offsetパラメータには、検索結果を返す始点を指定します。1件目から結果を返す場合には、0を指定します。</p>
269
+ <p>limitパラメータには、検索結果を何件表示するのかを指定します。</p>
270
+ <p>実行例</p>
271
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --offset 0 --limit 3
272
+ [[0,1280378902.93367,0.000106],[[[9],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[1,&quot;http://example.org/&quot;,&quot;This is test record 1!&quot;],[2,&quot;http://example.net/&quot;,&quot;test record 2.&quot;],[3,&quot;http://example.com/&quot;,&quot;test test record three.&quot;]]]]
273
+ &gt; select --table Site --offset 3 --limit 3
274
+ [[0,1280378903.13653,9.8e-05],[[[9],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[4,&quot;http://example.net/afr&quot;,&quot;test record four.&quot;],[5,&quot;http://example.org/aba&quot;,&quot;test test test record five.&quot;],[6,&quot;http://example.com/rab&quot;,&quot;test test test test record six.&quot;]]]]
275
+ &gt; select --table Site --offset 7 --limit 3
276
+ [[0,1280378903.33964,9.3e-05],[[[9],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[8,&quot;http://example.org/gat&quot;,&quot;test test record eight.&quot;],[9,&quot;http://example.com/vdw&quot;,&quot;test test record nine.&quot;]]]]
277
+ </pre></div>
278
+ </div>
279
+ </div>
280
+ <div class="section" id="id15">
281
+ <h2>3.1.15. 並び替え<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h2>
282
+ <p>selectコマンドにおいて、sortbyパラメータを用いることで、検索結果を並び替えることが出来ます。</p>
283
+ <p>sortbyパラメータにカラム名を指定することで、そのカラムの値で昇順にソートします。また、カラム名の前にハイフン(-)を付けることで、降順にソートすることも出来ます。</p>
284
+ <p>実行例</p>
285
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --sortby -_id
286
+ [[0,1280378903.5424,0.000233],[[[9],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_key&quot;,&quot;ShortText&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[9,&quot;http://example.com/vdw&quot;,&quot;test test record nine.&quot;],[8,&quot;http://example.org/gat&quot;,&quot;test test record eight.&quot;],[7,&quot;http://example.net/atv&quot;,&quot;test test test record seven.&quot;],[6,&quot;http://example.com/rab&quot;,&quot;test test test test record six.&quot;],[5,&quot;http://example.org/aba&quot;,&quot;test test test record five.&quot;],[4,&quot;http://example.net/afr&quot;,&quot;test record four.&quot;],[3,&quot;http://example.com/&quot;,&quot;test test record three.&quot;],[2,&quot;http://example.net/&quot;,&quot;test record 2.&quot;],[1,&quot;http://example.org/&quot;,&quot;This is test record 1!&quot;]]]]
287
+ </pre></div>
288
+ </div>
289
+ <p>出力カラムの指定で紹介した「_score」カラムは、ソートの条件としても使うことができます。</p>
290
+ <p>実行例</p>
291
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --query title:@test --output_columns _id,_score,title --sortby _score
292
+ [[0,1280378903.74908,0.000431],[[[9],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_score&quot;,&quot;Int32&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[1,1,&quot;This is test record 1!&quot;],[2,1,&quot;test record 2.&quot;],[4,1,&quot;test record four.&quot;],[3,2,&quot;test test record three.&quot;],[9,2,&quot;test test record nine.&quot;],[8,2,&quot;test test record eight.&quot;],[7,3,&quot;test test test record seven.&quot;],[5,3,&quot;test test test record five.&quot;],[6,4,&quot;test test test test record six.&quot;]]]]
293
+ </pre></div>
294
+ </div>
295
+ <p>ソートするカラム名を複数指定したい場合は、カンマ(,)区切りで指定します。複数のカラムを指定した場合、最初のカラムで同一の値のレコードがあった場合に、次のカラムの値でソートさせることができます。</p>
296
+ <p>実行例</p>
297
+ <div class="highlight-none"><div class="highlight"><pre>&gt; select --table Site --query title:@test --output_columns _id,_score,title --sortby _score,_id
298
+ [[0,1280378903.95387,0.000427],[[[9],[[&quot;_id&quot;,&quot;UInt32&quot;],[&quot;_score&quot;,&quot;Int32&quot;],[&quot;title&quot;,&quot;ShortText&quot;]],[1,1,&quot;This is test record 1!&quot;],[2,1,&quot;test record 2.&quot;],[4,1,&quot;test record four.&quot;],[3,2,&quot;test test record three.&quot;],[8,2,&quot;test test record eight.&quot;],[9,2,&quot;test test record nine.&quot;],[5,3,&quot;test test test record five.&quot;],[7,3,&quot;test test test record seven.&quot;],[6,4,&quot;test test test test record six.&quot;]]]]
299
+ </pre></div>
300
+ </div>
301
+ <p class="rubric">脚注</p>
302
+ <table class="docutils footnote" frame="void" id="id16" rules="none">
303
+ <colgroup><col class="label" /><col /></colgroup>
304
+ <tbody valign="top">
305
+ <tr><td class="label">[1]</td><td>現在のバージョンでは、全文検索インデックスが存在する場合にのみ、match_columnsパラメータを利用することをができます。通常のカラムでの絞り込みには利用できません。</td></tr>
306
+ </tbody>
307
+ </table>
308
+ </div>
309
+ </div>
310
+
311
+
312
+ </div>
313
+ </div>
314
+ </div>
315
+ <div class="sphinxsidebar">
316
+ <div class="sphinxsidebarwrapper">
317
+ <h3><a href="../index.html">Table Of Contents</a></h3>
318
+ <ul>
319
+ <li><a class="reference internal" href="#">3.1. 基本的な操作</a><ul>
320
+ <li><a class="reference internal" href="#db">3.1.1. DBの作成</a></li>
321
+ <li><a class="reference internal" href="#id2">3.1.2. DBの操作</a></li>
322
+ <li><a class="reference internal" href="#id3">3.1.3. コマンド</a></li>
323
+ <li><a class="reference internal" href="#id4">3.1.4. 主なコマンド</a></li>
324
+ <li><a class="reference internal" href="#id5">3.1.5. テーブルの作成</a></li>
325
+ <li><a class="reference internal" href="#id6">3.1.6. 検索</a></li>
326
+ <li><a class="reference internal" href="#id7">3.1.7. カラムの作成</a></li>
327
+ <li><a class="reference internal" href="#id8">3.1.8. 全文検索用の語彙テーブルの作成</a></li>
328
+ <li><a class="reference internal" href="#id9">3.1.9. 全文検索用のインデックスカラムの作成</a></li>
329
+ <li><a class="reference internal" href="#id10">3.1.10. データのロード</a></li>
330
+ <li><a class="reference internal" href="#id11">3.1.11. データの検索</a></li>
331
+ <li><a class="reference internal" href="#id12">3.1.12. 全文検索</a></li>
332
+ <li><a class="reference internal" href="#id13">3.1.13. 出力カラムの指定</a></li>
333
+ <li><a class="reference internal" href="#id14">3.1.14. 表示範囲指定</a></li>
334
+ <li><a class="reference internal" href="#id15">3.1.15. 並び替え</a></li>
335
+ </ul>
336
+ </li>
337
+ </ul>
338
+
339
+ <h4>Previous topic</h4>
340
+ <p class="topless"><a href="../tutorial.html"
341
+ title="previous chapter">3. チュートリアル</a></p>
342
+ <h4>Next topic</h4>
343
+ <p class="topless"><a href="tutorial02.html"
344
+ title="next chapter">3.2. ネットワークを通じた利用</a></p>
345
+ <h3>This Page</h3>
346
+ <ul class="this-page-menu">
347
+ <li><a href="../_sources/tutorial/tutorial01.txt"
348
+ rel="nofollow">Show Source</a></li>
349
+ </ul>
350
+ <div id="searchbox" style="display: none">
351
+ <h3>Quick search</h3>
352
+ <form class="search" action="../search.html" method="get">
353
+ <input type="text" name="q" size="18" />
354
+ <input type="submit" value="Go" />
355
+ <input type="hidden" name="check_keywords" value="yes" />
356
+ <input type="hidden" name="area" value="default" />
357
+ </form>
358
+ <p class="searchtip" style="font-size: 90%">
359
+ Enter search terms or a module, class or function name.
360
+ </p>
361
+ </div>
362
+ <script type="text/javascript">$('#searchbox').show(0);</script>
363
+ </div>
364
+ </div>
365
+ <div class="clearer"></div>
366
+ </div>
367
+ <div class="related">
368
+ <h3>Navigation</h3>
369
+ <ul>
370
+ <li class="right" style="margin-right: 10px">
371
+ <a href="../genindex.html" title="General Index"
372
+ >index</a></li>
373
+ <li class="right" >
374
+ <a href="tutorial02.html" title="3.2. ネットワークを通じた利用"
375
+ >next</a> |</li>
376
+ <li class="right" >
377
+ <a href="../tutorial.html" title="3. チュートリアル"
378
+ >previous</a> |</li>
379
+ <li><a href="../index.html">groonga v1.0.2 documentation</a> &raquo;</li>
380
+ <li><a href="../tutorial.html" >3. チュートリアル</a> &raquo;</li>
381
+ </ul>
382
+ </div>
383
+ <div class="footer">
384
+ &copy; Copyright 2009-2010, Brazil, Inc.
385
+ Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
386
+ </div>
387
+ </body>
388
+ </html>