rroonga 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (481) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +13 -3
  3. data/doc/text/news.textile +8 -0
  4. data/ext/groonga/extconf.rb +1 -3
  5. data/ext/groonga/rb-grn-table-key-support.c +0 -4
  6. data/ext/groonga/rb-grn.h +1 -1
  7. data/lib/1.9/groonga.so +0 -0
  8. data/lib/2.0/groonga.so +0 -0
  9. data/lib/2.1/groonga.so +0 -0
  10. data/rroonga-build.rb +3 -3
  11. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  12. data/vendor/local/bin/groonga.exe +0 -0
  13. data/vendor/local/bin/libgroonga-0.dll +0 -0
  14. data/vendor/local/bin/libmecab-1.dll +0 -0
  15. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  16. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  17. data/vendor/local/bin/mecab-config +2 -2
  18. data/vendor/local/bin/mecab.exe +0 -0
  19. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +10 -2
  20. data/vendor/local/include/groonga/groonga.h +30 -1048
  21. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  22. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  23. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  24. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +2 -2
  25. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  26. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  27. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  28. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
  29. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  30. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  31. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  32. data/vendor/local/lib/groonga/plugins/table/table.la +2 -2
  33. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  34. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  35. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  36. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
  37. data/vendor/local/lib/libgroonga.a +0 -0
  38. data/vendor/local/lib/libgroonga.dll.a +0 -0
  39. data/vendor/local/lib/libgroonga.la +2 -2
  40. data/vendor/local/lib/libmecab.a +0 -0
  41. data/vendor/local/lib/libmecab.dll.a +0 -0
  42. data/vendor/local/lib/libmecab.la +1 -1
  43. data/vendor/local/lib/libmsgpack.a +0 -0
  44. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  45. data/vendor/local/lib/libmsgpack.la +1 -1
  46. data/vendor/local/lib/libmsgpackc.a +0 -0
  47. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  48. data/vendor/local/lib/libmsgpackc.la +1 -1
  49. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  50. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  51. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  52. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  53. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  54. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  55. data/vendor/local/sbin/groonga-httpd-restart +85 -49
  56. data/vendor/local/share/doc/groonga/en/html/.buildinfo +2 -2
  57. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +77 -0
  58. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +17 -0
  59. data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +5 -0
  60. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  61. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  62. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +4 -4
  63. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  64. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  65. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  66. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
  67. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  68. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +8 -0
  69. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +136 -1
  70. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +114 -0
  71. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +92 -0
  72. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +37 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +70 -0
  74. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +71 -0
  75. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +49 -0
  76. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +83 -0
  77. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +55 -0
  78. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +67 -0
  79. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +35 -0
  80. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +44 -0
  81. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +56 -0
  82. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +39 -0
  83. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +246 -0
  84. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +56 -0
  85. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +31 -0
  86. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +219 -0
  87. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +109 -0
  88. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +31 -0
  89. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +29 -0
  90. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +63 -31
  91. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +1 -1
  92. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +85 -34
  93. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +77 -0
  94. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +5 -3
  95. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +218 -1
  96. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +19 -15
  97. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +16 -19
  98. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +5 -1
  99. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +12 -2
  100. data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +18 -5
  101. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +9 -0
  102. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +2 -4
  103. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +1 -1
  104. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  105. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  106. data/vendor/local/share/doc/groonga/en/html/contribution.html +60 -55
  107. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +11 -10
  108. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +10 -10
  109. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +219 -0
  110. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +26 -26
  111. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +61 -61
  112. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +118 -105
  113. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +37 -37
  115. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -9
  116. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/genindex.html +638 -6
  122. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/index.html +50 -24
  124. data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
  125. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  126. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  127. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +11 -11
  128. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  129. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  130. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  131. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
  132. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  133. data/vendor/local/share/doc/groonga/en/html/limitations.html +13 -5
  134. data/vendor/local/share/doc/groonga/en/html/news.html +308 -152
  135. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  141. data/vendor/local/share/doc/groonga/en/html/reference.html +37 -18
  142. data/vendor/local/share/doc/groonga/en/html/reference/api.html +30 -12
  143. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +322 -0
  144. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +284 -0
  145. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +197 -0
  146. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +190 -23
  147. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +254 -0
  148. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +219 -0
  149. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +173 -16
  150. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +237 -0
  151. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +244 -0
  152. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +186 -0
  153. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +196 -0
  154. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +237 -0
  155. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +200 -0
  156. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +648 -0
  157. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +227 -0
  158. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +180 -0
  159. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +546 -0
  160. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +321 -0
  161. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +179 -0
  162. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +177 -0
  163. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/command.html +17 -16
  165. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -6
  168. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +71 -44
  169. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
  170. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +7 -7
  177. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +203 -48
  178. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -6
  179. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +10 -10
  186. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +219 -0
  187. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +94 -94
  188. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
  189. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +33 -33
  190. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
  191. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
  192. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
  193. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +29 -29
  194. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +39 -39
  195. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
  196. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +219 -12
  203. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +31 -28
  212. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +22 -23
  214. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
  216. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +9 -6
  217. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  218. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +17 -7
  219. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  222. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
  225. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  226. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  227. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  229. data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
  230. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  232. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  238. data/vendor/local/share/doc/groonga/en/html/server/package.html +22 -8
  239. data/vendor/local/share/doc/groonga/en/html/spec.html +10 -10
  240. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  243. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  244. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  246. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  247. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  248. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  251. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  252. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  253. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  254. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +8 -8
  255. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  256. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +14 -5
  257. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  258. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +12 -12
  259. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  260. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  261. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  262. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +2 -2
  263. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +77 -0
  264. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +17 -0
  265. data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +5 -0
  266. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  267. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  268. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +4 -4
  269. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  270. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  271. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  272. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
  273. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  274. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +8 -0
  275. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +136 -1
  276. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +114 -0
  277. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +92 -0
  278. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +37 -0
  279. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +70 -0
  280. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +71 -0
  281. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +49 -0
  282. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +83 -0
  283. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +55 -0
  284. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +67 -0
  285. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +35 -0
  286. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +44 -0
  287. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +56 -0
  288. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +39 -0
  289. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +246 -0
  290. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +56 -0
  291. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +31 -0
  292. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +219 -0
  293. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +109 -0
  294. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +31 -0
  295. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +29 -0
  296. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +63 -31
  297. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +1 -1
  298. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +85 -34
  299. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +77 -0
  300. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +5 -3
  301. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +218 -1
  302. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +19 -15
  303. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +16 -19
  304. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +5 -1
  305. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +12 -2
  306. data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +18 -5
  307. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +9 -0
  308. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +2 -4
  309. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +1 -1
  310. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
  311. data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
  312. data/vendor/local/share/doc/groonga/ja/html/contribution.html +61 -56
  313. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +12 -11
  314. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +11 -11
  315. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +220 -0
  316. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +27 -27
  317. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +62 -62
  318. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +119 -106
  319. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +6 -6
  320. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +38 -38
  321. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +10 -10
  322. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
  323. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
  324. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
  325. data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
  326. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
  327. data/vendor/local/share/doc/groonga/ja/html/genindex.html +642 -10
  328. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
  329. data/vendor/local/share/doc/groonga/ja/html/index.html +50 -25
  330. data/vendor/local/share/doc/groonga/ja/html/install.html +7 -7
  331. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +9 -9
  332. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
  333. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +12 -12
  334. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
  335. data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -9
  336. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
  337. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +9 -9
  338. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
  339. data/vendor/local/share/doc/groonga/ja/html/limitations.html +15 -6
  340. data/vendor/local/share/doc/groonga/ja/html/news.html +336 -154
  341. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -6
  342. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
  343. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -6
  344. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
  345. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -6
  346. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  347. data/vendor/local/share/doc/groonga/ja/html/reference.html +38 -19
  348. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +31 -13
  349. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +319 -0
  350. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +285 -0
  351. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +198 -0
  352. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +191 -24
  353. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +255 -0
  354. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +220 -0
  355. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +172 -17
  356. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +238 -0
  357. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +245 -0
  358. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +187 -0
  359. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +197 -0
  360. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +238 -0
  361. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +201 -0
  362. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +649 -0
  363. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +228 -0
  364. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +181 -0
  365. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +547 -0
  366. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +322 -0
  367. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +180 -0
  368. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +178 -0
  369. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
  370. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +18 -17
  371. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -6
  372. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -6
  373. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +7 -7
  374. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +64 -45
  375. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +7 -7
  376. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
  377. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +6 -6
  378. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
  379. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
  380. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +6 -6
  381. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
  382. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +8 -8
  383. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +207 -49
  384. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +7 -7
  385. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -6
  386. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
  387. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -6
  388. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
  389. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +6 -6
  390. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
  391. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +11 -11
  392. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +222 -0
  393. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +95 -95
  394. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +28 -28
  395. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +34 -34
  396. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +32 -32
  397. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +48 -48
  398. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +28 -28
  399. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +30 -30
  400. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +40 -40
  401. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
  402. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -6
  403. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -6
  404. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -6
  405. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -6
  406. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
  407. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
  408. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +194 -12
  409. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
  410. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +6 -6
  411. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -6
  412. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
  413. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -6
  414. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -6
  415. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
  416. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
  417. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +31 -29
  418. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +6 -6
  419. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +20 -23
  420. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +6 -6
  421. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -6
  422. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +10 -15
  423. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -6
  424. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +11 -7
  425. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -6
  426. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +6 -6
  427. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +6 -6
  428. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
  429. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -6
  430. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -6
  431. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -6
  432. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -6
  433. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +6 -6
  434. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +6 -6
  435. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
  436. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  437. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  438. data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
  439. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +6 -6
  440. data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
  441. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
  442. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +6 -6
  443. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +6 -6
  444. data/vendor/local/share/doc/groonga/ja/html/server/package.html +17 -10
  445. data/vendor/local/share/doc/groonga/ja/html/spec.html +11 -11
  446. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -6
  447. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -6
  448. data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -6
  449. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +6 -6
  450. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -6
  451. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -6
  452. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -6
  453. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -6
  454. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +6 -6
  455. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
  456. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
  457. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
  458. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
  459. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -6
  460. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +9 -9
  461. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
  462. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +16 -6
  463. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
  464. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +13 -13
  465. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
  466. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
  467. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -6
  468. data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
  469. data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
  470. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
  471. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
  472. data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
  473. data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
  474. data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
  475. data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
  476. data/vendor/local/share/groonga/html/admin/css/groonga-admin.css +4 -0
  477. data/vendor/local/share/groonga/html/admin/index.html +28 -26
  478. data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +13 -5
  479. data/vendor/local/share/man/ja/man1/groonga.1 +3418 -350
  480. data/vendor/local/share/man/man1/groonga.1 +3485 -348
  481. metadata +116 -63
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>Search &mdash; groonga v3.0.5 documentation</title>
10
+ <title>Search &mdash; groonga v3.0.8 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="_static/searchtools.js"></script>
28
28
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.5 documentation" href="index.html" />
29
+ <link rel="top" title="groonga v3.0.8 documentation" href="index.html" />
30
30
  <script type="text/javascript">
31
31
  jQuery(function() { Search.loadIndex("searchindex.js"); });
32
32
  </script>
@@ -59,7 +59,7 @@
59
59
  <li class="right" style="margin-right: 10px">
60
60
  <a href="genindex.html" title="General Index"
61
61
  accesskey="I">index</a></li>
62
- <li><a href="index.html">groonga v3.0.5 documentation</a> &raquo;</li>
62
+ <li><a href="index.html">groonga v3.0.8 documentation</a> &raquo;</li>
63
63
  </ul>
64
64
  </div>
65
65
 
@@ -107,7 +107,7 @@
107
107
  <li class="right" style="margin-right: 10px">
108
108
  <a href="genindex.html" title="General Index"
109
109
  >index</a></li>
110
- <li><a href="index.html">groonga v3.0.5 documentation</a> &raquo;</li>
110
+ <li><a href="index.html">groonga v3.0.8 documentation</a> &raquo;</li>
111
111
  </ul>
112
112
  </div>
113
113
  <div class="footer">
@@ -1 +1 @@
1
- Search.setIndex({envversion:42,terms:{max_concurr:126,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u306e\u505c\u6b62":97,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":126,dbmss:93,"scr\u3067\u3059":104,"groonga_dir\u4ee5\u4e0b\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":106,untrust:107,localstatedir:96,all:[5,2,66,6,7,103,52,76,37,40,79,105,43,82,113,85,121,18,89,128,93,36,132],"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":51,four:[95,66,2,103],"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":68,"\u3084rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306espec\u30d5\u30a1\u30a4\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u306a\u3069\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":106,"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":127,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":46,"754\u5f62\u5f0f\u306e\u500d\u7cbe\u5ea6\u6d6e\u52d5\u5c0f\u6570\u70b9\u6570\u3067\u3042\u308a":34,dist:106,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":59,"\u306e\u30ab\u30e9\u30e0\u306e\u5024\u304c\u7f6e\u63db\u5f8c\u306e\u6587\u5b57\u5217\u3068\u306a\u308a\u307e\u3059":64,whose:[2,105],"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3057\u305f\u5404\u30ec\u30b3\u30fc\u30c9\u3092\u51fa\u529b\u3057\u305f\u306e\u3061\u306b":79,accur:[93,22],"const":52,"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":104,"files\u3092\u5b9f\u884c\u3059\u308b\u3068\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u304c\u5404\u7a2e":106,"\u8aa4\u3063\u305f\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0\u3067\u30ea\u30ea\u30fc\u30b9\u3057\u3066\u3057\u307e\u3046\u5371\u967a\u304c\u3042\u308a\u307e\u3059":106,tweet:[82,17],"\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":50,kentaro:52,"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":51,column_cr:[18,21,32,38],"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":47,"\u4ee5\u4e0a\u3067\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u306f\u7d42\u4e86\u3067\u3059":106,under:[76,6,37],"\u7d4c\u5ea6\u304c139\u5ea646\u520627":50,spec:[18,52],"\u524d\u63d0\u6761\u4ef6":59,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":0,digit:[103,86,43],secsion:95,"lzo\u30b5\u30dd\u30fc\u30c8\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3055\u308c\u3066\u3044\u308b\u304b\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308bapi\u3092\u8ffd\u52a0":109,"\u30ab\u30e9\u30e0\u540d":67,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":59,"void":52,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":68,voic:132,"takashi\u3055\u3093\u304c\u5831\u544a":18,"status\u30b3\u30de\u30f3\u30c9":0,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22":[38,111],"status\u306e\u51fa\u529b\u7d50\u679c\u306b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0":109,should:[117,79,132,128,86,11,90,60,40,107,72,121,96,52,43,124,54],is_anim:10,affect:52,"\u5168\u6587\u691c\u7d22\u6642\u306b\u524a\u9664\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u8fd4\u308b\u554f\u984c\u3092\u4fee\u6b63":109,special:[79,5,2,128,22,95,1,29,76,85],"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":104,"24byte":121,"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":109,"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":79,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":109,cmd:72,upload:106,correct:[131,38,108,52,36,124],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":118,vector:[18,52,79,111,38],unmanag:88,drilldown_output_column:110,asami:52,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":34,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,not_a_directori:121,tatsuya:52,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":48,x86_64:[90,106],properti:103,entries_local_nam:112,"groonga_clone_dir\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":106,new_valu:79,not_enough_spac:121,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b":106,"10z":105,second:[79,9,2,105,10,95,103,53,37,128],file_too_larg:121,address_is_not_avail:121,even:[117,90,105,93,11,107,72,96,52,60],"\u5b9f\u306f":33,"\u30a2\u30fc\u30ab\u30a4\u30d6\u7b49\u304cpackag":106,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":104,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u306e\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3057\u3087\u3046":129,"\u3064\u307e\u308atest":106,neg:[52,79,1],introspect:52,"while":[82,52,5,93],zunda:18,spokesman:59,"debian\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":27,"\u3050\u308b\u3093\u304c\u592a\u90ce":33,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":46,"82pre":71,"new":[93,59,106],net:[33,2,106,91,10,17,50,29],ever:52,"groonga_github_com_path\u3068\u3057\u3066\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f":106,"128544408x502801502":129,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":68,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":125,"\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9\u3084\u6295\u7a3f\u65e5\u6642":129,item_:108,grn_tokenizer_query_open:52,grn_table_cursor_next:109,"\u30b3\u30de\u30f3\u30c9\u306bquery_expansion\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066":64,never:[108,76],"\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":68,here:[5,66,35,103,1,72,6,7,36,76,89,37,79,9,105,108,40,83,41,43,86,16,80,121,53,124,54,132,128,94,22,58,85,28],onga:22,met:16,"\u7de8\u96c6\u8ddd\u96e2":0,studio:[52,72],"\u3053\u306e\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8\u3067\u306f":68,"\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":68,path:[106,96],"\u3067\u914d\u5217\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30fc\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":109,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u30ea\u30ea\u30fc\u30b9\u5c02\u7528\u306e\u74b0\u5883\u4e0b":106,"cache\u30b5\u30a4\u30ba\u306e\u8a2d\u5b9a":84,"\u95a2\u4fc2\u5f0f":59,latitude_in_msec:105,grn_logger_info:52,tasukuchan:129,functin:105,"users\u30c6\u30fc\u30d6\u30eb\u306efollower\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":129,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":59,grn_zlib_error:1,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bshutdown\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":97,precis:[38,106,96,93],sji:[76,71,68],"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":46,repair:52,"_kei":[2,64,29,36,89,77,99,79,80,105,10,108,40,41,37,112,33,86,16,50,9,52,53,128,91,129,95,58,132],"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u8868\u793a":55,pack:96,"0x20":128,"\u9759\u7684\u89e3\u6790":59,portabl:[18,52],"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":68,match_column:[52,110],dictionari:[52,90,109,132,117],"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":104,"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d":[38,111],"\u7d4c\u5ea6\u306e\u30df\u30ea\u79d2":50,"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":125,"geopoint\u306e\u30ad\u30e3\u30b9\u30c8\u306b\u5bfe\u5fdc":109,koji:52,your_db:18,"\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":104,substr:[105,128],unix:76,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u30a8\u30e9\u30fc\u3092\u7121\u8996\u3059\u308b\u3088\u3046\u306b\u3057\u305f":18,utf8mb4_general_ci:132,"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":104,"754\u5f62\u5f0f\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":34,txt:[57,85],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":67,"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":46,unit:[121,9,21,22,105],"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u524d\u306b\u3059\u3067\u306b\u95be\u5024\u304c\u8d8a\u3048\u3066\u3044\u308b\u5834\u5408":47,palallel:106,describ:[61,5,2,94,35,72,36,76,89,117,79,80,105,131,11,40,41,115,43,116,86,15,121,53,124,54,90,132,128,20,21,95,107,96,58,59,85,60],"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":68,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":110,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcache_limit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":84,tail:[121,106],noarch:[117,90],column_remov:[38,21,32],concret:53,call:[52,79,9,22,113],"\u305d\u308c\u3067\u306f\u5b9f\u969b\u306b":64,typo:[18,52,86,124,36],recommend:[117,79,2,105,128,11,90,95,107,72,29,96,37,60],"tag\u30c6\u30fc\u30d6\u30eb\u3067\u306f":33,kosuk:52,"groonga\u306e\u7d44\u8fbc\u578b\u304b":49,type:[5,3,66,67,35,1,52,74,36,104,38,79,9,105,108,41,37,111,43,86,49,16,121,18,128,94,58],until:[40,82,85],"\u30d6\u30ed\u30b0":59,grn_op_push:46,view_add:68,"\u73fe\u5728\u5730":129,autogen:[52,106,85],"\u56fa\u5b9a\u9577\u30ab\u30e9\u30e0\u306b\u30ab\u30e9\u30e0\u9577\u3088\u308a\u77ed\u3044\u30c7\u30fc\u30bf\u3092\u8a2d\u5b9a\u3059\u308b\u3068\u30b4\u30df\u304c\u6b8b\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":109,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":34,relat:[38,90,117,93,11,17,107,52,74,18,59,76,54],error_messag:95,notic:[4,25],warn:[4,52,79,25,103],"\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":53,"export":18,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u5411\u3051\u306e\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306e1\u884c\u76ee\u306b\u8a18\u8f09\u3057\u3066\u3042\u308a\u307e\u3059":106,"msg\u306fcom\u306b\u3088\u3063\u3066":87,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":104,chracter:[132,22,43],"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":46,"grn_op_but\u306f":46,thread_title_column:104,must:[79,80,2,105,10,108,121,128,40,16,29,36,76,37,43],"cutter\u306b\u542b\u307e\u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059":106,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[38,109],join:17,"xxxxx\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":106,"\u4ee5\u4e0b":104,snippet_html:[38,115,32,52],"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u4e8b\u524d\u306b\u6e96\u5099\u3057\u305f\u8f9e\u66f8\u3092\u7528\u3044\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b\u305f\u3081":47,setup:[52,85,54],work:[93,59,106],"akio\u3055\u3093\u304c\u5831\u544a":109,max_command_vers:[29,55,2,3,6],"\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b\u3068\u30c6\u30fc\u30d6\u30eb\u304c\u58ca\u308c\u308b":109,"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":118,"\u3042\u308a\u304c\u3068\u3046":129,era:93,akio:[18,52],sbin:60,root:[26,52,68,6,29],"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":68,overrid:76,geo_in_rectangl:[38,0,32,109,52,18,115],give:[83,93],"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":46,no_such_device_or_address:121,indic:[9,5,2,103],"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":104,max_tp:126,want:[98,5,2,74,36,76,117,79,9,57,11,40,86,16,121,53,124,90,128,94,107,58],"\u3053\u308c\u3089\u306e\u5f62\u5f0f\u3067\u306f":26,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":59,command_vers:[51,2,3,22,55,80,6,26,29],"\u30b3\u30de\u30f3\u30c9\u306f":26,unsign:1,hash_kei:66,type2:108,"groonga_github_com_path\u306bgroonga":106,"select\u3084load\u306a\u3069\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u8868\u3057\u307e\u3059":51,log_level:[38,21,32],grn_filename_too_long:1,quot:[40,52,5,2,128],"\u540d\u524d":[38,32],grn_read_only_file_system:1,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":106,editrc:18,updag:52,length:[10,52],pseudo_column:[38,79,32],grn_input_output_error:1,"\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":92,hiragana:[36,105,128],"\u30ec\u30b3\u30fc\u30c9\u306e\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":50,env:124,"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":[75,67],yum:[52,90,106,117],config:[0,68,72,52,18,76],rroonga:[16,53,113,83,54],"edge\u306equeue\u306benqueue\u3055\u308c\u308b":87,message_pack_install_prefix:96,groonga_clone_dir:106,moritar:53,recogn:93,grn_arg_list_too_long:1,tablenam:51,after:[132,2,105,10,66,72,29,52,18,76,85],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[55,31,63,114,4,67,48,119,49,88,25,110,97,112,102,42,75,84,27,92,78],"groonga\u53ca\u3073grntest\u304c\u52d5\u4f5c\u3057":104,sitedomain:[29,91],befor:[79,2,86,10,7,52,36,76,124,8],wrong:[18,86,8,52],"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":46,"2\u306e\u4e8c\u3064\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059":51,"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u3044\u307e\u3059":100,lat:104,grn_is_a_directori:1,parallel:93,"535\u30d0\u30a4\u30c8\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u8868\u3057\u307e\u3059":34,n_queri:[29,55,2,3,6],"\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u63d0\u4f9b\u3059\u308bubuntu\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092hardi":109,handl:[10,66,1,6],"128484216x502919856":129,"\u63d0\u6848\u3092\u884c\u3046":109,third:[10,79,105],"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":130,"\u540c\u4e00\u306e\u8a18\u6cd5\u3067\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":53,"\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u6570\u5024\u3078\u306e\u30ad\u30e3\u30b9\u30c8\u51e6\u7406\u3092\u5f37\u5316":109,exclud:[40,52],receiv:[93,85,121,12],candid:108,environ:[90,72,96,52,18,76,124,54],"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u5834\u5408\u3082\u91cd\u307f\u4ed8\u3051\u3092\u8003\u616e\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306f\u304b\u308f\u308a\u3042\u308a\u307e\u305b\u3093":47,romaji:36,cutter_source_path:106,"groonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3059\u308b\u6642\u306b":26,wgs84geopoint:[33,9,91,10,129,34,50,29,18],order:[79,2,128,93,35,121,52],"2\u3064\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u4f5c\u6210\u65b9\u5f0f\u304c\u3042\u308a\u307e\u3059":53,"\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":129,origin:[95,79,112,85],"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":104,"\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":50,chunk:88,softwar:54,"cutter\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3066cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u53d6\u5f97\u3057\u307e\u3059":106,over:[52,29,93],"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bf\u30b0\u3092\u6253\u3064\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u524a\u9664":119,becaus:[98,2,3,66,6,7,36,8,37,117,79,105,10,82,83,43,86,16,121,52,53,124,128,93,22,95,58,132,133],"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":109,"3\u30ea\u30ea\u30fc\u30b9":52,privileg:[52,29],"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u5185\u90e8\u3067\u30a2\u30ed\u30b1\u30fc\u30c8\u3055\u308c":55,"\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":102,grn_default_query_logger_set_path:52,flexibl:[83,113,93],gqtp:[126,38,90,1,117,93,11,23,107,52,104],"\u304bwgs84geopoint":[39,118],digest:37,"drilldown\u51e6\u7406\u306e\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":79,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":59,"grntest\u306e\u6b63\u5e38\u7d42\u4e86\u3092\u78ba\u8a8d\u3059\u308b":106,"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":118,"\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":46,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":81,"po\u30d5\u30a1\u30a4\u30eb\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":106,better:[93,79],grn_network_is_down:1,simil:105,"\u304c3\u4ef6\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":129,persist:[38,32,67,41,75,43],"\u4e16\u754c\u6e2c\u5730\u7cfb\u3067\u306f":50,unix_time_when_command_is_start:[95,41,94,89],hidden:93,"\u95a2\u6570\u3092\u7528\u3044\u308b\u3053\u3068\u306b\u3088\u308a":50,descend:[108,79],them:[61,95,79,9,2,128,107,57,11,94,90,40,10,29,117,76,85],html_untag:[38,115,32,52],"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":125,thei:[5,3,66,6,7,103,76,8,37,40,79,105,82,113,86,15,16,124,128,22,58,36],"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":77,press:85,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":68,comment_index:129,rectangl:[93,18,35,52],oneir:[18,106,52],"ddl\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":47,jinja2:106,"tld\u30c9\u30e1\u30a4\u30f3\u540d\u3092\u683c\u7d0d\u3059\u308bdomain\u30ab\u30e9\u30e0\u3068":91,"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":46,deatil:79,"installer\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068windows\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":106,choic:93,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":104,grn_pat_at:109,grn_exec_format_error:1,dcmake_install_prefix:72,"\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":46,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":100,"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":68,"1\u3064\u306e\u52d5\u753b\u306b\u306f":33,grn_improper_link:1,"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":59,grn_operation_timeout:1,each:[79,5,2,105,86,10,66,108,58,103,93,40,83,121,96,36,18,76],debug:[4,103,5,25],"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":88,side:[52,93],mean:[79,5,2,105,10,108,35,132,103,16,1,6,52,36,76,124,128],serach:86,searc:36,last_modifi:129,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":125,unauthent:[52,11,107],"\u5f15\u6570\u540d2":[26,68],colleagu:59,"\u767b\u9332\u3057\u3066\u307f\u307e\u3057\u305f\u3088\u30fc":129,"akio\u3055\u3093\u304c\u63d0\u6848":109,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9\u306ebody\u30ab\u30e9\u30e0\u306e\u5024\u3092\u53d6\u5f97\u3057\u307e\u3059":92,"distributions\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":106,owner:[52,6],blog_comment_index:16,"groonga\u306e\u30ab\u30e9\u30e0\u306f":34,logo:52,extract:[85,93,22,16,72,52,76,43],x86:[18,72],goo:[105,128],"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":104,network:[52,121,37],"x\u3067\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u62e1\u5f35\u5b50\u306e\u691c\u51fa\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":109,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":109,"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":51,newli:[82,93,22],grn_table_s:46,"hiroshi\u3055\u3093\u304c\u5831\u544a":109,morpholog:[93,76,105],rewrit:71,"\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":79,moritapo:33,"\u7ba1\u7406\u30c4\u30fc\u30eb\u3092\u5229\u7528\u3067\u304d\u307e\u3059":26,tokenizer_error:121,palal:106,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":104,onlin:[38,32],grn_no_such_device_or_address:1,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":104,"\u4ed5\u69d8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":51,input_typ:40,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":110,standard:[40,34,2,6,29],ncpu:60,"\u79d2":129,binlib:106,element:[1,2,10,22,95,52],"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u6642\u304b\u3089\u306e\u5909\u66f4\u70b9\u3092":106,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u66f4\u65b0\u3084\u5909\u66f4\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u7b49\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,ringtail:[38,96],"\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":79,repeat:[93,85],"\u4e0d\u6b63\u306a\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u3068\u304d\u306bdump\u3059\u308b\u3068\u843d\u3061\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":109,"\u307e\u308d\u3086\u304d":99,"\u30d1\u30b9\u914d\u4e0b\u306b\u7f6e\u304b\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u51fa\u529b\u3057\u307e\u3059":26,libedit:[117,18,76,52],"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":87,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":88,"\u4e00\u884c\u306b\u8907\u6570\u306egrntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":104,filter:[18,119,110,52],"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":106,"\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19":129,iso:105,isn:[95,79,128,86,108,121,90,22,40,6,52,36,76,124,8,43],"\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":31,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":104,temporari:[38,9,32,52],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":48,licens:[52,71,106],user:[72,29,36,103,76,8,104,79,83,41,37,112,33,86,16,52,89,128,129,22,95,58,59,6],rand:[38,115,32],rang:[38,41,79,67,52],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":104,"akio\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":109,"\u3055\u3089\u306b\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b\u3068":51,"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":125,independ:93,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":47,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":51,rank:2,natti:[18,106],restrict:[52,29,37],hook:54,mingw:106,"build\u3067\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u884c\u3044\u307e\u3059":106,"srpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":106,primari:[10,40,2],"locale\u4ee5\u4e0b\u306b\u66f4\u65b0\u3057\u305f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3059":106,"\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":129,citi:[9,35],"\u304a\u3070\u305f\u3055\u3093":0,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":46,"\u4f8b":[38,0,106],"tomita\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":109,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":100,mercuri:106,master:[85,54],too:[10,52,53,105],tom:83,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[59,120],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u305d\u308c\u305e\u308c\u306b\u304a\u3044\u3066\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3092\u884c\u3044\u307e\u3059":106,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":106,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf\u3084\u30d1\u30c3\u30b1\u30fc\u30b8":106,"\u611f\u8b1d":52,listen:[52,29,37],"path\u3092":109,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":88,iptabl:[29,37],"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":[92,102,79,63,112],"\u5168\u6587\u691c\u7d22\u304c\u9ad8\u901f\u306b\u884c\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":33,"\u5358\u4f4d":118,"drilldown\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30ab\u30e9\u30e0\u540d\u3092\u30ab\u30f3\u30de\u533a\u5207\u308a\u3067\u4e0e\u3048\u307e\u3059":91,"groonga\u3067\u306f":[50,70,53,91,64],"windows\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":106,setuptool:13,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u3082\u4e00\u7dd2\u306b\u6307\u5b9a\u3059\u308b\u30af\u30a8\u30ea\u306b\u3088\u3063\u3066\u306f\u5168\u6587\u691c\u7d22\u306e\u7d50\u679c\u304c\u7570\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":47,"push\u3057\u3066groonga":106,"80ghz":104,wareohji:52,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":68,latitude_in_degreexlongitude_in_degre:105,"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":79,"hat\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":106,groonga1:51,"\u50241":[26,68],charcter:43,ga54c5f8:104,liter:[18,52],"\u4f4d\u7f6e\u60c5\u5831\u306e\u5165\u529b\u5024\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":18,"\u30db\u30b9\u30c8\u3067web\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8\u3092\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u3082\u306e":106,target:[79,5,2,128,10,22,40,83,72,52,18,76,37,43],keyword:[79,2,128,22,83,52,53,8,43],provid:[2,3,133,66,6,36,8,37,117,9,11,12,86,52,124,54,90,93,20,107,58,132,29],"groonga\u6c4e\u7528\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb\u3067\u3059":104,offici:[18,90,117,106,83],showen:1,groonga_dir:106,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":104,project:[61,105,106,93,74,59,54],extrct:105,obata:[18,109],"\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":46,minut:[103,36,105,86],"\u5b9f\u969b\u306b\u6587\u66f8\u30c6\u30fc\u30d6\u30eb\u3068\u7f6e\u63db\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3057\u3087\u3046":64,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[47,100],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":27,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":104,rab:[50,2,91],abov:[85,79,80,2,83,86,132,16,72,76,52,53,54,124,43],ran:36,"sphinx\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5c0e\u5165\u3057\u307e\u3059":13,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":[75,67],ram:104,mind:44,mine:93,"time\u578b\u3067\u3059":129,"return":[38,32,21,12,95,52,18],raw:54,shell:76,"output_columns\u3067\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024":[92,102,63],manner:[79,2],further:10,"\u7d4c\u5ea6\u304c139\u5ea645\u520657":50,incompat:52,"\u304c\u304a\u304c\u304a":129,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":100,with_sect:[49,129,53],kanako:52,unresolv:18,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":47,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":100,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":59,latter:[132,124],"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":125,too_large_offset:121,"\u65b0\u305f\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":68,"\u5c0f\u6570\u5f62\u5f0f\u306etime\u30ea\u30c6\u30e9\u30eb\u3092\u30ed\u30fc\u30c9\u3059\u308b\u3068\u30df\u30ea\u79d2\u60c5\u5831\u304c\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":18,bad_file_descriptor:121,contact:85,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":106,"message\u30ab\u30e9\u30e0\u306e\u307f\u3067\u306e\u691c\u7d22":53,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f\u884c\u3059\u308b":106,"makefile\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306bconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059":106,simplifi:52,"\u4ee5\u5916\u306b":64,though:[52,93],usernam:[33,72],"\u3092\u7528\u3044\u305f\u7d5e\u8fbc":50,object:[5,22,12,113,18,52],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":112,"\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":106,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":104,"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":125,"http\u30ea\u30af\u30a8\u30b9\u30c8\u306b\u6307\u5b9a\u3055\u308c\u305furi\u306b\u5bfe\u5fdc\u3059\u308b":26,input_output_error:121,bsd:[18,76],"\u5f15\u6570\u3068\u3057\u3066":46,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":46,"128551935x502796433":129,tradit:93,gronnga:8,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":104,don:[85,79,76,2,3,121,128,105,132,40,29,96,18,43,124,37,6],"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":53,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":106,"\u30d1\u30a4\u30d7":49,mininum:[107,90,11,98,117],doc:[64,106,57,101,52,18,85],flow:59,"\u8a18\u53f7\u3068\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":47,doe:[79,2,105,10,93,16,108,52,128],"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":88,"\u7d4c\u7def\u5ea6\u304c\u6307\u5b9a\u306e\u77e9\u5f62\u9818\u57df\u5185\u3067\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3059\u308b":50,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u8ffd\u52a0":102,grn_not_enough_spac:1,incompatible_file_format:121,propos:[79,8],input_file_nam:95,dot:52,"longtext\u306e\uff13\u3064\u306e\u578b\u306b\u3064\u3044\u3066\u306f\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u4fdd\u5b58\u3057\u305f\u308a\u51fa\u529b\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u3059\u304c":34,"\u3068\u8a18\u8ff0\u3057\u3066\u6307\u5b9a\u3057\u307e\u3059":129,radix:105,"\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":46,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":109,"\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":104,api:[59,123],learner:[8,101],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u7d42\u3048\u305f\u3089":106,"\u3053\u306e\u3088\u3046\u306b":33,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806\u306e\u524d\u63d0\u6761\u4ef6\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":106,syntax:[38,32,52],"\u30ab\u30e9\u30e0\u306e\u5024\u3092\u53d6\u5f97\u3057\u307e\u3059":92,lifecycl:54,pkg:[90,15,109,52,18,76],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":112,"max\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306f":84,expornenti:105,yoji:18,"\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\u7a7a\u306e\u30d9\u30af\u30bf\u3092load\u3059\u308b\u3068segv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":0,bind:[116,71,68,113,18,52,54],layout:106,nterm:88,daemoinz:52,menu:72,grnslap:[30,38,32],configur:[116,125,106,85],"\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":68,restaur:93,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u307e\u308a":51,"2byte":[1,121],"\u4e3b\u30ad\u30fc\u306e\u578b\u306b\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":34,latenc:104,"\u30b9\u30ab\u30e9\u578b":67,about:[61,5,94,35,17,103,1,29,52,36,76,37,117,79,9,105,108,11,83,41,115,85,116,86,15,16,18,89,124,54,90,128,21,95,107,96,58,60],"yes\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068":106,"\u306f\u306a\u304f":0,folder:72,cpuinfo:[107,90,11,117],"\u3092\u6e96\u5099\u3057\u307e\u3059":64,"\u542b\u3081\u308b\u3082\u306e":106,item_queri:[36,108,86,58],wide:[18,76,2,93],"\u53c2\u8003\u307e\u3067\u306b\u904e\u53bb\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3078\u306e\u30ea\u30f3\u30af\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059":106,createrepo:106,watch:106,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":68,table_:[66,43],"groonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306ffreecod":106,"\u30a6\u30a7\u30a4\u30c8\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":49,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":50,"blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306b\u306f":106,report:59,keyword2:52,keyword1:52,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":45,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":34,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[38,21,32,12],"\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":55,bar:43,maverick:18,normalizernfkc51:94,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":110,"\u305d\u308c\u305e\u308c\u30c9\u30e1\u30a4\u30f3\u540d\u3092\u4e3b\u30ad\u30fc\u3068\u3059\u308bsitedomain\u30c6\u30fc\u30d6\u30eb\u3068":91,method:2,"\u30ab\u30e9\u30e0\u50241":[92,102,63],twice:79,bad:93,"\u30ab\u30e9\u30e0\u50242":[102,63],hendro:52,contrast:[83,2,93],"comments\u30c6\u30fc\u30d6\u30eb\u306elocation\u30ab\u30e9\u30e0\u306f":129,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":48,"query\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b":50,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u3084":34,metadata:52,"\u7bc4\u56f2\u3092\u5e83\u304f\u6307\u5b9a\u3057\u305f\u305f\u3081":129,unexpectedli:52,etim:126,"\u4efb\u610f\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5c5e\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u3067\u3059":34,"\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":126,"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":79,veres:37,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":13,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210":[38,111],"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":104,elimin:52,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":34,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":104,"org\u306bssh\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":106,nul:18,"\u5143\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u52a0\u3048\u3066\u81ea\u52d5\u7684\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u307e\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3057\u307e\u3044\u307e\u3059":99,"\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":109,result:[3,66,52,36,111,38,79,9,105,10,82,83,85,46,86,16,18,124,93,94,22,95,58,132],respons:[1,93,121,52,18,37],"\u5b9f\u884c\u3067\u304d\u307e\u3059":106,themselv:[124,85],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":100,optimum:6,best:93,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":59,brazil:91,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5185\u306e\u3059\u3079\u3066\u306e\u30c7\u30fc\u30bf\u3092\u51fa\u529b":112,"get\u30e1\u30bd\u30c3\u30c9\u306e\u307f\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059":26,"\u5b9f\u969b\u306f\u6539\u884c\u304c\u5165\u308a\u307e\u305b\u3093":67,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":46,"095\u30d0\u30a4\u30c8\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u8868\u3057\u307e\u3059":34,databas:[38,132,105,133,66,113,75,22,101,93,40,41,6,7,18,52,76,43],"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":104,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":68,wikipedia:34,suffixsearchterm:[105,128],figur:35,score:[79,2,108,41,113,52,89],algolithm:113,"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":79,"\u52d5\u753b\u306e\u30bf\u30a4\u30c8\u30eb\u3092title\u30ab\u30e9\u30e0\u306b":33,simplest:[93,76],"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u306a\u3044\u306e\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":100,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":104,"groonga\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3057\u305f\u7d50\u679c\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306b\u9650\u308a":47,approach:9,attribut:[80,5],accord:[10,9],nfkc51lexicon:132,threasd:68,hai:46,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":68,shidara:18,weak:[93,22],res_tabl:104,"\u3053\u306e\u7d50\u679c\u3092\u898b\u308b\u3068":50,"100x150":39,extens:3,"\u6771\u4eac\u99c5\u3068\u79cb\u8449\u539f\u99c5\u306f2054m":50,"\u534a\u5f84":118,"takuto\u3055\u3093":109,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":100,key_length:121,grn_invalid_argu:1,pat_kei:66,"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":75,easi:[93,124,29,37,113],address_is_in_us:121,"\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":102,fault:52,howev:93,"\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":112,column_scalar:[33,79,80,64,91,83,47,129,67,128,22,82,49,16,41,9,112,53,105],against:[79,105,86,93,58,36,52,128],"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":125,"\u95a2\u6570\u304c\u5f15\u6570\u3092":0,logic:[52,79],china:[9,91],grn_queri:52,com:[79,2,106,91,10,50,29,74,85,37,54],kazuhiko:52,"\u30ed\u30b0\u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":42,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":68,"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":100,local_nam:112,"jekyll\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3089":106,grn_op_cal:46,"\u3053\u306e\u4f8b\u3067\u306f":[129,64],"\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066\u4e92\u63db\u6027\u304c\u4fdd\u8a3c\u3055\u308c\u307e\u3059":51,"_score\u306e\u5024\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":129,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":104,"\u52d5\u753b\u60c5\u5831\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057":33,"\u95a2\u6570":125,"\u3053\u3053\u3067\u307e\u3068\u3081\u305f\u5185\u5bb9\u306b\u3064\u3044\u3066\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u3082\u4f7f\u7528\u3057\u307e\u3059":106,"\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":119,trust:106,concatin:52,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":109,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":68,"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":0,"\u6642":129,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u3044\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":99,grn_obj_clos:46,"\u305d\u306e\u5f8c\u4e8c\u4e16\u4ee3\u7d4c\u904e\u3059\u308b\u3068\u305d\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306fdeprecated\u6271\u3044\u3068\u306a\u308a\u307e\u3059":51,modifi:[76,29],"takashi\u3055\u3093":18,three:[117,79,9,2,113,86,10,11,90,95,107,52,36,53,98],"source\u4ee5\u4e0b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0":106,"\u3072\u308d\u3042\u304d":99,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":51,geo_distance2:[18,9],uint16:[52,34],interpret:52,interest:[59,2],basic:[93,38,52],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":106,httprewritemodul:6,tokenmecab:[47,52],"\u4e0e\u3048":47,grn_too_small_limit:1,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":114,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":87,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528":0,"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092\u6307\u5b9a\u3057\u307e\u3059":106,suppress:52,xxx:[52,68,105],"2\u30ea\u30ea\u30fc\u30b9":52,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":46,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":0,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":47,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":126,"localstatedir\u3092\u4f7f\u7528":109,"\u73fe\u5728\u57f7\u7b46\u4e2d\u3067\u3059":70,thread_tabl:104,dash:76,inhibit:52,gnu:[38,96],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u306e\u4fee\u6b63":0,servic:[93,52,98,86,54],zlib:96,"\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":46,sourceforg:[106,17],"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":88,calcul:[52,35,9],"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":0,"column_list\u30b3\u30de\u30f3\u30c9":0,"codes\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":106,"\u6ce8":67,"\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059":129,sen_index_norm:71,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":100,"grn_op_or\u306f":46,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":51,seven:2,have:[1,2,133,35,6,76,37,40,79,105,57,108,43,82,85,86,124,128,93,95,10,58,132,29],"\u3082\u3057\u304f\u306f":34,"\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":118,datail:79,tabl:[38,46],"\u8ad6\u7406\u7a4d":46,"\u3067\u7d44\u307f\u5408\u308f\u305b\u305f\u30b7\u30f3\u30dc\u30eb\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\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":129,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cstable\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u306a\u3093\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3082\u8868\u793a\u3055\u308c\u305a\u305d\u306e\u307e\u307e\u8d77\u52d5\u3057\u307e\u3059":51,"command_version\u306f\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u6307\u5b9a\u3057\u307e\u3059":26,cache_hit_r:[29,55,2,3,6],"\u30c4\u30a4\u30fc\u30c8\u5185\u5bb9\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":106,conf:[98,6],"\u53d6\u5f97":84,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":68,"txt\u306e\u5185\u5bb9":106,"homebrew\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":18,"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":88,disabl:[79,128,109,6,18,103,52,76],arg_list_too_long:121,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":125,"\u653e\u68c4\u3059\u308b":[92,102,63],"\u691c\u7d22\u306e\u6319\u52d5":38,perform:[93,18,79,52],suggest:[38,32,109,21,130,52,18,76],make:[13,59,93],"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":46,"\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":34,grn_resource_busi:1,"\u3092grn_cursor_column_index\u5bfe\u5fdc\u306b\u3057\u305f":109,complex:[52,79,105],warri:96,split:[18,105,66],"groonga\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":18,"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":109,"\u6570\u304c\u5927\u304d\u3044\u307b\u3069\u591a\u304f\u306e\u30ed\u30b0\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":68,"\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":68,"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d\u3092\u4f7f\u3044\u307e\u3059":129,"\u6771\u4eac":[47,129,100],complet:[38,108,7,52,18,131],unsupported_command_vers:121,documents_content_index:[83,22],hang:52,sen_index_delimit:71,"_nsubrecs\u3068\u3044\u3046\u4eee\u60f3\u7684\u306a\u30ab\u30e9\u30e0\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3059":91,hand:[10,16,53,93,83],"\u30b5\u30f3\u30d7\u30eb\u5185\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u5b9f\u884c\u5c5e\u6027\u304c\u3064\u304b\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":130,zlib1g:[107,11],"\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":33,refin:93,"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u3066\u304b\u3089\u7d4c\u904e\u3057\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":55,"\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":46,"\u3053\u306e\u4f5c\u696d\u306fblogroonga\u306e\u82f1\u8a9e\u7248":106,"8byte":121,"44001770019531e":3,"\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":106,blog_bodi:47,o_binari:52,"\u30ea\u30ea\u30fc\u30b9\u306e\u969b\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u3066":106,out_gqtp:104,"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":46,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":49,users_memo:83,serch:[108,86],thi:[5,2,3,94,103,72,6,52,36,76,89,37,117,79,9,105,10,131,11,40,83,41,115,43,116,86,15,16,121,18,53,124,54,90,129,128,93,20,21,22,101,95,107,96,58,59,60,29],gzip:[52,76,133],"\u30b3\u30de\u30f3\u30c9\u540d":[26,68],"\u4ee5\u4e0b\u306e\u57fa\u6e96\u3092\u76ee\u5b89\u3068\u3057\u3066\u5909\u66f4\u70b9\u3092\u8ffd\u8a18\u3057\u3066\u3044\u304d\u307e\u3059":106,"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3078\u306e\u30ea\u30f3\u30af":106,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":126,"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":39,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_level\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":4,"\u751f\u6210\u3055\u308c\u3066\u3044\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u554f\u984c\u306e\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3067\u304d\u305f\u3089":106,"\u3059\u308b\u3068":125,protocol:[38,90,1,3,104,117,93,11,68,98,107,6,52,26,37],just:[5,72,7,103,52,76,37,117,79,105,11,82,85,15,18,124,54,90,128,101,95,107,96,36,133,60],sigusr1:18,"_score":[33,79,9,2,105,86,47,108,58,83,50,52,36,18,53,129,77],no_such_devic:121,"\u30af\u30a8\u30ea\u306e":47,"\u4e0a\u8a18\u306e\u5b9f\u884c\u4f8b\u3067\u306f":50,"0x01":121,via:[52,1,85],"\u6771\u4eac\u90fd\u6c11":[47,100],human:43,"\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22":[38,111],"\u691c\u7d22\u7d50\u679c\u3092\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u6b8b\u3057\u307e\u305b\u3093":79,"\u73fe\u5728\u306f":[126,104],sleepi:82,yet:[79,105,93,35,52,18,37],languag:[93,59],old_release_d:106,"\u691c\u7d22\u7d50\u679c\u306b\u3088\u3063\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":100,"\u7d4c\u5ea6\u3068\u7def\u5ea6\u3092\u30df\u30ea\u79d2\u5358\u4f4d\u3067\u8868\u73fe\u3057\u305f\u6574\u6570\u306e\u7d44\u306b\u3088\u308a\u8868\u73fe\u3057\u307e\u3059":34,"\u30e6\u30fc\u30b6\u30fc\u306e\u81ea\u5df1\u7d39\u4ecb":129,"\u5024":68,"grntest\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":104,"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":33,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":104,defrag:[18,21,32,38],had:85,"configure\u306e\u6700\u5f8c\u306b\u691c\u51fa\u3057\u305fmecab\u306e\u60c5\u5831\u3082\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":109,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":104,"\u90fd":[47,100],macport:[38,96],"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":129,"worker\u306f":87,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":59,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":59,save:106,hat:76,"\u7d4c\u5ea6":[129,50],applic:[116,93,22,18,124,37],"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":46,"\u305f\u3081\u306e\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u304c\u3042\u308b\u306e\u3067":106,"bigram\u306e\u5834\u5408\u306f\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":100,"\u3053\u306e\u4f5c\u696d\u306f\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3054\u3068\u306b\u884c\u3044\u307e\u3059":106,ceekz:52,grn_ctx_per_db:18,gem1:106,"\u30b9\u3092\u9589\u3058\u308b\u3068\u95a2\u9023\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3082\u9589\u3058\u3089\u308c\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":18,"\u518d\u73fe\u7387\u3088\u308a\u3082\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":47,"\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":104,grn_obj_delete_by_id:18,command_nam:29,nomral:[79,128],"\u306ebase_version\u306e\u66f4\u65b0":106,"\u3042\u3089\u304b\u3058\u3081packages\u30e6\u30fc\u30b6\u3067packag":106,"\u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u30b3\u30e1\u30f3\u30c8\u691c\u7d22\u3057\u305f\u7d50\u679c":129,daemon:[52,6],scan_build:125,"\u4f4d\u7f6e\u60c5\u5831\u3092\u7528\u3044\u305f\u7d5e\u8fbc":[38,111],specif:[38,79,93,108,52,76],"\u30d2\u30c3\u30c8\u3057\u305f\u4ef6\u6570":79,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":46,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":39,manual:82,"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":68,nogpgcheck:52,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":75,"\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":49,unstabl:[52,106,107],poedit:85,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":78,night:82,cxxflag:[15,106],el5:90,underli:93,escaps:22,"filter\u306e\u4e21\u65b9\u3092\u4f7f\u7528\u3057\u305f\u5834\u5408":129,"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":129,famili:[5,105],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":110,"mooz\u3055\u3093":18,log_reopen:[4,38,25,21,32],"grntest\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":104,intern:[10,52,22],"\u65e2\u5b58\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":42,"\u5358\u8a9e":129,"\u691c\u7d22\u3092\u884c\u3044\u305f\u3044\u3068\u3057\u307e\u3059":[33,53],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":75,"\u7d44\u8fbc\u95a2\u6570\u306f":[127,39,81,118,45],"256gbyte":44,"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":109,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308b":0,groogna:[52,79,132,72,128],thu:[93,128],total:[44,52,88],"\u751f\u6210\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3078\u306e\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":77,define_selector:[38,21,32],normal:[38,90,32,117,11,21,95,107,52],"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":100,quetzal:[38,96],"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306b\u9650\u308a":100,buffer:88,"146566000x":9,tracker:59,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":100,ichii:18,alloc_count:[29,55,2,3,6],condit:[44,52],"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":110,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":46,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":46,localhost:[126,3,106,68,37,29,104,6],"package\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":106,"windows\u3067\u306fmingw\u3067\u3082pthread\u3092\u4f7f\u308f\u306a\u3044\u3088\u3046\u306b\u3057\u305f":18,core:[93,76,6,104,133],new_release_d:106,"\u30b3\u30e1\u30f3\u30c8\u306e\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306e\u4e00\u89a7":129,compress:[18,76,133,52],"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":46,"select\u30b3\u30de\u30f3\u30c9\u306escorer\u30d1\u30e9\u30e1\u30fc\u30bf\u306f":50,shift_ji:76,grn_inappropriate_i_o_control_oper:1,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":125,repositori:[59,120,106],"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306erpm\u306b\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,post:[79,105,106,82,52,133,128],mysqlgenerallexicon:132,"\u305f\u3068\u3048\u3070\u4e0b\u8a18\u306e\u3088\u3046\u306bgroonga\u306e\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u63a8\u79fb\u3057\u307e\u3059":51,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210":[59,120],buildabl:18,postgresql:[93,22],"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767b\u9332\u3057\u307e\u3059":106,grn_log_path:52,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306fgroonga\u540c\u69d8\u306bgithub\u306b\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u7f6e\u3044\u3066\u3044\u307e\u3059":106,suzuki:52,"drilldown\u6642\u306b\u53c2\u7167\u5148\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306bsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":0,jessi:[38,96],int64:[52,34],surround:[52,22],comment2:53,"\u30c6\u30b9\u30c8\u306f":125,"\u3044\u308f\u3086\u308b\u30bf\u30b0\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u53ef\u80fd\u3068\u306a\u308a\u307e\u3059":33,dinner:93,done:79,commit:85,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":126,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":87,book:105,zxvf:106,"\u3068\u306a\u308a":47,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":34,"\u5f62\u5f0f":26,"\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\u691c\u7d22\u4f8b3":59,regist:[38,32,93,21,52,94],"float":[95,52,9],encod:96,"\u30ad\u30e3\u30c3\u30b7\u30e5\u5bb9\u91cf\u306f\u6709\u9650\u3067\u3059":79,sphr:[9,118],"\u30d5\u30a1\u30a4\u30eb":106,"sigint\u3067\u306e\u4e2d\u65ad\u306b\u5bfe\u5fdc":18,grn_ctx:[38,20,32,52],"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":59,"0x0":[10,52,34],"am\u30d5\u30a1\u30a4\u30eb\u3078\u3068\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059":106,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":46,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306e\u578b\u306f":91,soon:[35,22,37],"\u4e3b\u30ad\u30fc\u306e\u578b\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":34,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":46,version4:51,"grn_cursor_prefix\u304c\u52d5\u4f5c\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":109,accordingli:6,git:[74,106,85],version1:51,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":104,"hiroshi\u3055\u3093":109,conbin:[79,113],support:[93,85,54],"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":45,offgao:129,iter:105,"\u30d0\u30fc\u30b8\u30e7\u30f3":106,avail:[79,5,93,43,95,71,108,76,85],width:[18,132],"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":110,editor:85,fraction:[10,93],storategi:79,"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":39,music:[33,103],analysi:[93,76,105],inv_res_column:104,head:[126,79,6,121],medium:[117,90,11,107,72,96,60],infom:12,tokenbigramignoreblanksplitsymbolalphadigit:47,form:[79,2,128,6,113,18,132,29],"\u305f\u3060\u3057\u8907\u6570\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u4e00\u7dd2\u306b\u4f7f\u3046\u3053\u3068\u306f\u3067\u304d\u306a\u3044":0,forc:52,kytea:[52,76],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u7ba1\u7406\u30e1\u30cb\u30e5\u30fc\u304b\u3089":106,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":47,"txt\u306b\u307e\u3068\u3081\u307e\u3059":106,"lucid\u304b\u3089":109,drilldown_sortbi:110,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":47,"true":[0,31,2,64,4,25,7,102,89,78,82,79,9,105,10,40,83,41,110,42,43,33,48,49,16,50,80,52,53,118,99,128,91,129,22,39,119,132],"\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":63,"\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":91,"\u4e0d\u6b63\u306a\u540d\u524d\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d\u3082\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":109,input:[95,2,86,58,40,29,18,36,8],"\u6771\u4eac\u90fd\u4e2d\u91ce\u533a":129,grroonga:8,"\u5426\u5b9a":46,maximum:[44,79,2,105,10,121],"\u3092\u8ffd\u52a0":[18,109],redcloth:106,inaccur:52,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306b\u304a\u3044\u3066\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":51,auth_basic_user_fil:[6,37],"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":112,replied_us:129,"\u4f4d\u7f6e\u60c5\u5831\u306e\u3042\u308b\u3059\u3079\u3066\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":129,unrel:18,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":0,emit:52,mte:71,featur:[93,85],"\u30ab\u30e9\u30e0\u60c5\u5831\u540dn":67,kwic:22,trie:[2,105,66,128,52,18,43],"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[55,31,63,114,4,67,48,119,49,88,25,110,97,112,102,42,75,84,27,92,78],grn_obj:52,fedoraproject:90,decrypt:106,futur:[117,9,94,121,18,37],"http\u3067\u901a\u4fe1\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059":26,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":46,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":77,"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":119,exist:[2,105,10,40,29,52],score1:46,score2:46,bad_address:121,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":39,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":104,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":48,check:[38,1,106,32,109,21,95,52,74,18,125],ongaeshi:52,"\u8a9e":88,column_name1:40,column_name2:40,successfulli:2,"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":88,"\u30c6\u30fc\u30d6\u30ebentry\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u767b\u9332\u3057\u307e\u3059":[102,63],"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":75,"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":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":104,when:[95,79,80,2,128,83,93,108,132,40,16,9,29,7,36,18,52,43,59,6],"defrag\u306f":27,groonga_dist:52,"key_with_sis\u30d5\u30e9\u30b0\u3092\u4ed8\u4e0e\u3059\u308b\u3068":99,role:[83,93],"\u30ab\u30e9\u30e0\u60c5\u5831\u3092\u51fa\u529b\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":67,test:[117,90,2,125,106,10,67,11,107,72,29,96,52,53,104,60],freecod:59,saerch:[108,86],node:[52,90,54],tokenbigramsplitsymbolalphadigit:[47,83,28,86],notif:[52,103],intend:[16,53,52],moero:33,"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":104,leak:[18,109,52],"\u6027\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":49,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":110,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":106,insensit:79,"\u306exml\u51fa\u529b\u306e\u30bf\u30b0\u540d\u3092\u3088\u308a\u9069\u5207\u306a\u540d\u524d\u306b\u5909\u66f4":109,scorer:110,"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u304d\u5834\u6240\u3092\u5909\u66f4":109,line_cont:95,"base_version\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067\u30b3\u30df\u30c3\u30c8\u3057\u3066\u304a\u304d\u307e\u3059":106,tajima:52,res_column:104,faster:[18,76,52],fsf:52,top_left:[18,39],prefix_search:[18,108],pseudo:[40,52,79,105,128],"scr\u306e\u4e2d\u8eab\u304c":104,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":88,mail_column:104,exce:52,ignor:[79,5,128,66,52,18,124],"\u30c6\u30fc\u30d6\u30eb\u306e\u4f5c\u6210":[38,111],fontain:18,time:[38,128,93,22,95,108,52,18,104],push:85,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":75,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":100,backward:[52,37],grn_obj_table_dat_kei:18,"6\u30ea\u30ea\u30fc\u30b9":52,"\u5c0f\u6570\u90e8\u5206\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067\u30de\u30a4\u30af\u30ed\u79d2\u6570\u3067\u306e\u6307\u5b9a\u304c\u53ef\u80fd\u3067\u3059":129,masaharu:52,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":104,segv:52,focus:2,llt:5,"s3ki\u3055\u3093":109,lexicon:38,"\u79cb\u8449\u539f\u99c5\u3068\u65b0\u5bbf\u99c5\u306f6720m\u96e2\u308c\u3066\u3044\u308b\u3088\u3046\u3067\u3059":50,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":79,"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":46,row:[93,22],millisecond:[10,105],"\u540c\u4e00\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b9a\u7fa9\u6e08\u307f\u306e\u30e6\u30fc\u30b6\u5b9a\u7fa9\u578b":49,decid:124,"commit\u3067\u691c\u7d22\u3057\u306a\u304c\u3089":106,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0":109,"\u3092\u516c\u958b":109,graph:93,decim:[10,105],readabl:52,"\u554f\u984c\u3042\u308a":18,"\u305d\u306e\u4e3b\u30ad\u30fc\u304c\u7f6e\u63db\u524d\u306e\u6587\u5b57\u5217\u3068\u306a\u308a":64,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u8a2d\u5b9a":4,marku:52,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u306f":99,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":68,"lc_messages\u4ee5\u4e0b\u306e\u5404\u7a2e":106,cutter_dir:106,query_str:52,atv:[50,2,91],"gz\u306a\u3069\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u4f7f\u7528\u3057\u307e\u3059":106,"257662232kbyte":104,jumand:[117,90],sourc:[38,106,57,96,54,85],"\u3069\u3061\u3089\u306e\u5f62\u5f0f\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5b58\u5728\u3057\u3066\u3044\u308b\u5834\u5408\u3067\u3082":53,string:[95,46,38,40,52,18],made:[18,2,52],"\u306b\u8a2d\u5b9a\u3059\u308b":106,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u91cd\u307f":[38,111],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":106,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":104,"\u7a7a\u767d\u3084":68,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":46,"\u4ed6\u306e\u30e2\u30fc\u30c9\u3067\u8d77\u52d5\u3057\u305fgroonga\u3068\u540c\u3058\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":26,"flags\u306e\u5024\u306b\u4ee5\u4e0b\u306e\u5024\u3092\u52a0\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":49,"\u5b9a\u7fa9\u6e08\u307f\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":49,"\u5143\u306e\u30ec\u30b3\u30fc\u30c9\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3059original\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u3066":99,"\u3053\u306e\u3068\u304d":[129,100],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u767b\u9332\u3057\u3066\u3044\u307e\u3059":106,word:[79,105,86,93,113,16,58,36,52,124,8,128],"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059":12,exact:[55,66,79,46,43],"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":0,"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":77,"\u4ef6\u6570":79,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092grntest\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":104,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":78,"\u30ab\u30e9\u30e0\u540d\u306f":49,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067html\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":13,level:[4,68,25,121,103,52],form_1:2,brother:128,"\u56fd\u540d\u3092\u4e3b\u30ad\u30fc\u3068\u3059\u308bsitecountry\u30c6\u30fc\u30d6\u30eb\u3068\u3057\u307e\u3059":91,dic:117,item:[79,86,108,98,112,58,36,37,43],"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":125,round:18,dir:104,"4gbyte":44,prevent:52,"\u8ad6\u7406\u548c":46,slower:9,version:[51,3,106,15,68,12,55,9,71,72,6,52,18,132,104,133],"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":100,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3059\u308b\u3068":33,"\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u958b\u767a\u304c\u59cb\u307e\u308a\u307e\u3059":106,index_point:33,grn_range_error:1,sign:[52,1,106],threshold:96,cost:82,admin_html:[18,68],"\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3059\u308b\u578b":34,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":46,port:[98,71,3,104,68,29,52,26,60,37,6],value1:[40,6,105],"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u304c\u8fd4\u3055\u308c\u307e\u3059":51,appear:[79,5,2,105,93,22,1,124,128],grn_broken_pip:1,"\u7def\u5ea6\u306f":34,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":68,current:[2,35,94,12,40,6,18,85,43],"\u3053\u308c\u306b\u3088\u308a":106,"\u30b3\u30e1\u30f3\u30c8\u306e\u6295\u7a3f\u6642\u9593\u3067\u691c\u7d22\u3092\u3057\u307e\u3059":129,"\u30b5\u30b8\u30a7\u30b9\u30c8\u6a5f\u80fd\u7528\u306e\u5b66\u7fd2\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u8ffd\u52a0":109,"\u7279\u5b9a\u306e\u30ea\u30ea\u30fc\u30b9":106,"sh\u306e\u307f\u306a\u3089\u305a":125,doc_bodi:64,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[39,118],grn_expr_append_const:46,"source\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5fc5\u8981\u306a\u3082\u306e\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,grn_end_of_data:1,"\u6295\u7a3f\u65e5\u6642":129,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6700\u5927\u4ef6\u6570\u3092\u6574\u6570\u3067\u6307\u5b9a\u3057\u307e\u3059":84,"\u53d6\u308a\u5f97\u308b\u5024\u306ftrue\u3068false\u3067\u3059":34,learn:[38,79,9,108,131,52],"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":46,"0\u4ee5\u4e0a4":34,satisfi:[40,52],"\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":118,grn_table_get:52,explicitli:52,"\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3057\u307e\u3059":55,"1x139":10,connection_refus:121,"po\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":106,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":100,"\u3053\u3053\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306bruby\u3092\u5229\u7528\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u3092web\u30b5\u30fc\u30d0\u7d4c\u7531\u3067\u53c2\u7167\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":106,grn_not_a_directori:1,box:79,table_hash_kei:[79,9,105,82,83,112,75,132,43],arc:5,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":59,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":77,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059":51,"\u3068\u3044\u3046\u540d\u524d\u306e":50,"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":47,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\u306a\u308b\u305f\u3081":112,trial:93,"\u305d\u306e\u969b":106,throughput:[18,37],behav:9,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":59,raccoon:33,"\u305d\u306e\u6642\u70b9\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u307e\u3059":51,"\u306e\u30ab\u30e9\u30e0":[27,78],"\u5358\u7d14\u306a\u8a08\u7b97\u5f0f\u3067\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u305f\u3081\u9ad8\u901f\u3067\u3059\u304c":118,"groonga\u306f\u57fa\u672c\u7684\u306b\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":[47,100],commonli:93,squeez:[38,106,96],orient:[10,93,22],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":104,ipa:[13,90,117],useful:94,pentium:104,modul:[38,109,93],"\u691c\u7d22\u7d50\u679c":79,"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":125,"\u3092\u6307\u5b9a\u3057\u307e\u3059":[68,104],"\u6587\u5b57\u5217":129,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":88,"1st":79,use_offline_index:52,instal:[38,106,93,13,125,54],daiki:[18,109,130,52],mobil:93,"bsd\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":109,httpd:[30,38,90,106,32,117,11,107,52,18],"\u30b0\u30eb\u30fc\u30d7\u5316\u306e\u30ad\u30fc\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":79,file_exist:121,memori:[117,90,109,11,12,107,72,96,52,18,60,43],univers:11,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":68,todai:93,perl:6,grn_dat:18,hubeni:9,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":104,value2:[40,105],"\u30c6\u30b9\u30c8\u65b9\u6cd5":[59,120],criteria:2,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066\u306f":49,"\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":[38,32],furigana:108,"grntest\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306fgroonga\u306e\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf\u3068grntest\u306e\u30bd\u30fc\u30b9\u304c\u5fc5\u8981\u3067\u3059":106,"\u30c6\u30fc\u30d6\u30eb\u540d":[75,27,78],"html\u306e\u4f5c\u6210":59,capit:2,"\u5f15\u6570\u306b\u306f\u305d\u308c\u305e\u308c\u540d\u524d\u304c\u3042\u308a\u307e\u3059":26,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":47,peopl:93,"\u7d22\u5f15\u304c\u4e0d\u6b63\u306b\u5927\u304d\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":109,apper:79,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":46,enhanc:71,visual:[93,18,95,72,52],"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":46,"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u304b\u3089\u306e\u7d4c\u904e\u79d2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":34,obj:88,"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":46,"929\u79d2\u3067\u3059":50,"\u3053\u308c\u3067":106,potenti:52,tokyo:9,prepar:22,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bgroonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u5148\u304b\u3089\u306e\u76f8\u5bfe\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":106,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":0,grn_illegal_byte_sequ:1,can:[61,98,5,2,3,66,35,68,103,1,72,29,7,36,52,76,8,37,82,79,80,105,10,108,11,12,40,83,113,115,43,85,86,117,16,9,121,18,53,124,54,90,132,128,93,20,22,95,107,58,60,6],ull:5,lc_messag:85,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":118,purpos:[83,2,29],"\u3092\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b":129,"windows\u7cfb":106,"\u30ed\u30b0\u306b\u306f\u6b8b\u308b":18,"\u306b\u3066\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059":106,explor:72,predict:[66,43],grn_no_memory_avail:1,basebal:[33,53],"\u30b3\u30e1\u30f3\u30c8\u884c":104,topic:59,critic:[52,76,103],"\u30ab\u30e9\u30e0\u306e\u578b\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u53c2\u7167\u30ad\u30fc\u3068\u306a\u308a\u307e\u3059":34,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":78,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":68,libmemcach:125,"150x100":39,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22":[38,111],index_titl:53,occur:[95,52,108,124,12],"\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":129,"\u6b8b\u308a\u306e\u4e00\u3064\u306f":51,alwai:[105,108,128,95,6,93,36,121],chroot:106,multipl:[93,52,5,128,83],grn_no_buff:1,type1:108,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":0,"users\u30c6\u30fc\u30d6\u30eb\u306efavorites\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":129,uptim:[29,55,2,3,6],write:[79,105,68,52,53,76,28,128],grn_table_select:59,scale:[93,37],"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":46,normalizs:43,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":125,flanc:9,"\u578b\u306e\u5024\u3092\u76f4\u611f\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u306e\u3067":99,"\u5b9f\u969b\u306b\u306f":79,map:[103,18,36],proc:[107,79,11,90,117],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":88,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":100,"\u3067_value\u3092\u6307\u5b9a\u3059\u308b\u3068\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":18,max:[126,45,79,66,68,22,88,104,52,18,37,84],clone:[74,59,106],southern:52,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":104,mac:[38,96],"4th":79,uint:52,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":100,assigend:128,"0\u4ee5\u4e0a18":34,mai:[44,116,66,94,93,95,108,6,52,18,76,124,37,43],end:[126,128,9,3,105],underscor:43,"drilldown_limit\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u3088\u3063\u3066":91,data:[38,79,35,117,93,108,11,90,40,107,72,96,52,18,60,54],"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":34,table_dat_kei:[52,128,75,105,43],"rb\u3092\u8ffd\u52a0":109,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[126,68],usag:[38,32,93],practic:[10,93],grn_too_many_open_files_in_system:1,stdin:52,"\u30b9\u30b3\u30a2\u5024_score\u3082\u51fa\u3057\u3066\u307f\u307e\u3057\u3087\u3046":129,grn_socket_is_already_connect:1,"\u30d4\u30ea\u30aa\u30c9":49,fluent:74,inform:[93,7,17,103,52,132,85],"128mb":52,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":126,meerkat:18,"protocol\u30aa\u30d7\u30b7\u30e7\u30f3\u306bhttp\u3092\u6307\u5b9a\u3059\u308b\u3068":26,anoth:[52,79,124,94,93],"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":88,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306e":109,travel:129,talk:[52,106,17],"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":47,wheezi:[38,106,96],libzmq:[107,11],midnight:105,increas:[9,5,93],"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":47,tagger:93,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":[55,68],"drilldown_offset\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":79,"93933868408203e":3,i686:104,ieee:34,"\u30e6\u30fc\u30b6\u540d":104,dynam:[52,2,93],entiti:93,implemnt:133,db2:37,group:[52,79,93],monitor:[117,52,90,11,107],normalizermysqlunicodeci:132,"\u3059\u3079\u3066\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u540c\u3058\u540d\u524d\u306e\u95a2\u6570\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u3057\u305f":109,"\u5171\u901a\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u3066\u3082":53,"\u5b9f\u9a13\u7684":52,instantli:[93,22],platform:[96,85],window:[38,106,96],"\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":46,main:[107,11],"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":34,meridian:9,"zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3082\u540c\u69d8\u306b\u3057\u3066grntest\u3092\u5b9f\u884c\u3057\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":106,cutter:[125,106],non:[95,52,79,105,128],inv_thread_column:104,recal:[93,113],"\u4e21\u65b9\u306e\u6761\u4ef6\u306b\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":129,reveal:93,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9":106,"\u6b21\u306b":[46,64],rake:106,"\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":[110,68],initi:[18,52],"output_type\u306b\u306fjson":26,lunch:93,"no_key\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u5024\u3092\u30b5\u30dd\u30fc\u30c8":0,"select\u30b3\u30de\u30f3\u30c9":0,own:[10,52,105,93],alisa:83,"cutter_source_path\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306bcutter\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":106,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":100,discuss:[61,17],nor:79,introduct:[38,59,131,108],term:[44,79,128,88,93,68,22,49,83,52],"\u30de\u30a4\u30af\u30ed\u79d2\u6570\u306e\u5024\u304c\u683c\u7d0d\u3055\u308c\u307e\u3059":129,"wgs84\u76f8\u5f53":50,"\u30ea\u30ea\u30fc\u30b9\u306b\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u306e\u3067\u6f0f\u308c\u306a\u304f\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":106,"groonga_clone_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,revers:[2,106,37],"\u6708":129,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":68,separ:[79,5,2,3,108,128,40,121,52,124,105],"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":75,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":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":46,operation_not_permit:121,no_memory_avail:121,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u6700\u65b0\u7248\u3068\u5404\u56fd\u8a9e\u7248\u306e\u5185\u5bb9\u3092\u540c\u671f\u3059\u308b\u305f\u3081\u306b":106,januari:105,sen_sel_term_extract:71,"groonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u7f72\u540d\u7528\u306e\u9375\u3092\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306e\u516c\u958b\u9375\u3067\u6697\u53f7\u5316\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u306epackag":106,"grntest\u3068\u3044\u3046\u540d\u524d\u3067grntest\u306e\u30bd\u30fc\u30b9\u3092\u914d\u7f6e\u3057\u307e\u3059":106,resolv:[18,52],compil:[18,76,52],domain:[91,57,67,68,41,29,75,52],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[92,102,79,63],"\u3053\u306e\u578b\u3067\u306e\u5024\u3092\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u306f2\u3064\u3042\u308a\u307e\u3059":129,latin:68,grn_itoh:18,"\u52d5\u4f5c\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057":106,gzip_typ:37,"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":46,"\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u521d\u671f\u5316\u95a2\u6570\u304c\u8907\u6570\u56de\u547c\u3070\u308c\u308b\u554f\u984c\u3092\u4fee\u6b63":109,continu:[52,86,5,68,54],"takahiro\u3055\u3093\u304c\u5831\u544a":109,gtar:15,"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":106,nroonga:[83,53,54],significantli:93,year:[103,105],word2:[52,79,105,128],grn_socket_is_not_connect:1,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u8a2d\u5b9a\u30da\u30fc\u30b8":106,shown:2,"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":125,"3rd":79,space:[79,5,2,128,93,40,58,18],"\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":129,blt:112,"base_version\u306ftar":106,"groonga_clone_dir\u306b\u3066autogen":106,"\u5185\u5bb9\u306f\u4e0a\u306e\u4f8b\u3068\u307b\u307c\u540c\u3058\u3067\u3059\u304c":53,"\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":88,acccess:98,"dataset\u306e\u30d1\u30b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b":130,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":49,internet:[93,72,113],formula:9,"\u30af\u30a8\u30ea\u62e1\u5f35":[18,111,38],"\u307e\u305f\u901a\u5e38\u306f":34,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30ed\u30fc\u30ab\u30eb\u306bweb\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":106,uint32:[2,64,34,29,75,89,99,79,105,82,41,67,43,33,47,16,50,52,53,128,91,95,132],"\u6e96\u5099\u3057\u305fsynonym\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u3066\u307f\u307e\u3057\u3087\u3046":64,"\u305d\u308c\u4ee5\u5916\u3092\u6307\u5b9a\u3059\u308b\u3068true\u306b\u306a\u308a\u307e\u3059":34,"v1\u306e\u5024\u306e\u4e2d\u306b":46,"\u30b0\u30eb\u30fc\u30d7\u5316":77,"\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":42,"output_columns\u304b\u3089_value\u3092\u524a\u9664":109,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":112,migrat:[79,105,128],"\u6700\u5f8c\u306e":104,million:44,"\u6700\u5f8c\u306b":47,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":46,ruby19:[52,106],debootstrap:106,grn_geo_select_in_rectangl:18,org:[33,90,80,2,91,85,107,15,11,10,50,72,6,112,106,76,117,60,104,29],"byte":[18,121,22,52],"128487316x502920929":[33,50],grn_db_kei:52,"\u9069\u5408\u7387\u304c\u4e0b\u304c\u308a\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u542b\u307e\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":47,grn_op_adjust:46,"release\u30b3\u30de\u30f3\u30c9\u3067\u306f":106,version2:51,"marverick\u306b\u5909\u66f4":109,"\u30b9\u30fc\u30d7":100,frequenc:108,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":79,version3:51,"grn_op_adjust\u306f":46,"175904000x8464000":9,"\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":[102,63],grn_op_but:46,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":75,turn:6,coverag:125,place:[76,17],"\u305d\u306e\u5834\u5408\u306f\u5404\u8981\u7d20\u3092or\u3067\u3064\u306a\u3052\u305f\u3082\u306e\u306b\u7f6e\u63db\u3055\u308c\u308b\u3068\u3044\u3046\u3053\u3068\u3092\u8a18\u8ff0\u3059\u308b":64,"\u95be\u5024\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":100,"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":75,first:[85,79,2,105,10,128,22,12,95,72,6,18,53,76,124,37,43],oper:[38,79,72,113,52,76],"configure\u306e":18,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u30671\u4ef6\u3082\u30d2\u30c3\u30c8\u3057\u306a\u3044\u5834\u5408\u3067\u3082\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306a\u3069\u3092\u884c\u3044\u307e\u305b\u3093":47,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":47,"295\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":34,redhat:[18,76],grn_logger_reopen:52,"\u6e96\u5099\u3057\u305f\u7f6e\u63db\u30c6\u30fc\u30d6\u30eb\u3092\u4f7f\u3063\u3066\u307f\u307e\u3057\u3087\u3046":64,arrai:[79,5,128,22,95,88,52,18,43],"\u8ddd\u96e2\u306e\u8a08\u7b97\u306b\u306f\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u3092\u7528\u3044\u307e\u3059":118,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":104,beijin:9,rins:106,yourself:96,reopen:18,key_norm:[79,132,2,64,47,129,128,22,82,83,52,53,105,43],"\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":0,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u3044\u308b\u5834\u5408\u306f\u3053\u306e\u30af\u30a8\u30ea\u306f\u30de\u30c3\u30c1\u3057\u307e\u305b\u3093":47,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":18,crit:[4,25],"shibuya\u3055\u3093\u304c\u5831\u544a":109,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u73fe\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":47,open:[40,29,103,18,52,132,54],size:[44,117,90,88,66,11,22,107,72,96,52,18,60,43],"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":47,convens:52,given:[52,83],convent:52,"\u81ea\u5df1\u7d39\u4ecb\u6587":129,return_cod:[95,103],"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u306b\u5fc5\u8981\u306a\u79d8\u5bc6\u9375\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u306b\u3064\u3044\u3066\u306f":106,"\u3068\u3057\u3066\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u3082\u306e\u3068\u3057\u3066\u8aac\u660e\u3057\u307e\u3059":106,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":47,"tomotaka_ito\u3055\u3093\u304c\u5831\u544a":18,"\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059":13,"\u5ea6\u6570\u8868\u8a18\u306e\u5834\u5408\u306f\u305d\u308c\u305e\u308c":50,domain_error:121,circl:[93,35],"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":106,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30af\u30ea\u30fc\u30f3\u306a\u72b6\u614b\u3067\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b":106,"32bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":34,white:[2,128],conveni:[18,76,133,93],friend:[33,59],permission_deni:121,kenichi:[18,109],"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":51,memo:83,copi:52,"\u6307\u5b9a\u3057\u305f\u5024\u306f":129,specifi:[38,79,5,85,93,95,35,94,40,108,41,6,7,52,89,76,43],"\u540c\u6642\u306b":87,"\u30b3\u30de\u30f3\u30c9\u3067\u5024\u3092\u683c\u7d0d\u3059\u308b\u3068\u304d\u306f":34,enclos:[40,2],"\u4f4d\u7f6e\u60c5\u5831\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066":33,pragma:79,"po\u306e\u5b9f\u884c":59,"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u304b\u3089\u306e\u7d4c\u904e\u79d2\u6570\u306e\u5024\u3092\u76f4\u63a5\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3067\u3059":129,"\u7d4c\u5ea6\u304c139\u5ea642\u52060":50,than:[44,79,9,93,113,22,108,52,18,43],serv:[10,106],"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067\u30b3\u30de\u30f3\u30c9\u3092\u6307\u5b9a\u3057\u307e\u3059":26,set_port:104,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":34,geo_dist:[18,52,115,32,38],"\u524a\u9664\u3057\u305f\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u304b\u3089id\u9806\u306b\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c":109,fumiyasu:18,"\u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831":[38,111],yoshioka:52,"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":77,libgroonga:[116,2],"\u305d\u308c\u305e\u308c\u3092\u5358\u4f4d\u3068\u3057\u305f\u8a9e\u5f59\u8868\u306b\u7d22\u5f15\u3092\u7ba1\u7406\u3057\u307e\u3059":100,"\u307e\u305fgroonga":104,posix:105,"\u5dee\u5206\u3092":104,column_list:[38,32,109,21,52,18],opaqu:121,posit:[5,1,2],"32bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":34,zsh:76,seri:2,"808\u4ee5\u4e0a9":34,fork:85,sai:[2,105],san:9,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":127,"\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":39,ann:106,"query_expander\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u305b\u305a\u306bselect\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u3063\u3066\u691c\u7d22\u3057\u3066\u307f\u307e\u3059":64,ani:[79,5,128,83,93,94,90,40,16,108,76,124,37],sae:[108,86],"\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":129,grn_invalid_format:1,properli:[52,29],"\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9":129,measur:[18,93],"\u3086\u304d\u3072\u308d":99,katakana:[36,132,108],localnam:112,packag:[38,90,106,117,107,96,60,85],"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":[75,67],grn_unsupported_command_vers:1,drilldown_limit:110,squar:9,operation_timeout:121,uuuuuu:105,"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":125,"\u65e5\u6642\u3092\u8868\u3059\u578b\u3067\u3042\u308a":34,"\u5f53\u8a72\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306bdefault":51,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":104,note:[117,79,80,2,105,10,93,98,6,52,18,43,37,29],"\u691c\u7d22\u4ef6\u6570":79,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":104,take:[94,41,2,89],"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":77,noth:[36,8],"\u691c\u7d22\u7d50\u679cn":79,infinit:[18,52,43],begin:126,sure:2,grn1:53,"6813819x139":[10,50],"\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":68,multipli:105,"cache_limit\u306f":84,price:10,enter:[2,29],"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":25,statu:[38,90,1,32,117,11,21,107,52],"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":75,beta:71,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u305f\u3068\u304d\u306b\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":18,mecab:[117,90,71,106,93,11,107,52,18,76],pair:[86,10,58,36,124,8],homepag:104,"\u304c2\u3064\u306b":129,"143660000x419009000":9,todo:[79,56,101,12,95,24,115],"\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":129,renam:[66,18,41,2,52],"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":125,"127972422x503117107":129,"apt\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":106,geoindex:33,"macports\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":18,time_column:104,"\u3068\u308a\u3068\u3093":[105,128],wing:52,"6909211x139":50,"com\u306f1\u30b9\u30ec\u30c3\u30c9":87,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":68,"\u51e6\u7406\u306b\u304b\u304b\u3063\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":[92,102,79,63],pattern:[95,93,105],dataset:[30,38,108,32,52],"\u30b5\u30fc\u30d0":68,column_renam:[38,21,32,52],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[27,78],"\u539f\u56e0":[38,73],shop:[82,100],epel:[52,90],"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":48,"\u306e\u3088\u3046\u306a\u30bf\u30b0\u3067\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3057\u305f":33,"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":88,show:[0,1,2,3,35,29,18,76,79,9,105,10,40,83,16,80,121,52,128,93,22,95],rare:[38,96],takayuki:18,do_gqpt:104,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":118,"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":50,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":104,"\u62c5\u5f53\u8005":106,concurr:103,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":59,grn_lzo_error:1,permiss:76,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":109,composit:132,sitecountri:[29,91],"\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":46,help:[57,96,85],xml:[18,52],pakcag:117,onli:[5,2,66,35,1,72,6,89,37,40,79,80,105,10,108,11,82,83,43,117,16,52,53,124,54,90,132,128,93,22,107,96,85,60],slow:66,"table_list\u306f":75,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831":129,"var":[98,46,67,68,6,76],state:[52,9,121],"\u3050\u308b\u3093\u304c":[105,128],"\u8a18\u53f7\u3067\u30c8\u30fc\u30af\u30f3\u3092\u533a\u5207\u308btokenbigramsplitsymbol\u3092\u4f7f\u7528":109,former:[132,124],black:[35,132],"135960000x":9,too_many_link:121,normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:132,"\u8a08\u7b97\u3057\u305f\u5024\u3092\u7528\u3044\u305f\u30bd\u30fc\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":50,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":59,"\u3053\u3053\u3067\u306f\u7c21\u5358\u306b\u8aac\u660e\u3059\u308b\u306e\u3067":47,"\u30b3\u30de\u30f3\u30c9\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059":26,"\u811a\u6ce8":[39,34,118,48],info:[4,25],"\u5024\u306furl\u30a8\u30f3\u30b3\u30fc\u30c9\u304c\u5fc5\u8981\u3067\u3059":26,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[38,73],"groonga\u30b3\u30de\u30f3\u30c9\u306e\u4f7f\u3044\u65b9\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":68,variou:[38,111],get:[38,79,106,93,11,17,107,52,18,76,85],"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":68,between:[79,9,105,86,66,35,98,128,52,18,53,37,43],"\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18\u306e\u5ea6\u6570":50,clang:[52,125],"45ea3034":103,"dump\u30b3\u30de\u30f3\u30c9":0,cannot:[79,105,66,128,82,132,37,43],"\u3092\u8a08\u7b97\u3059\u308b":0,ssh:106,grn_invalid_seek:1,"\u8a73\u7d30\u306f":[47,26,125],"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":46,allow_pragma:79,requir:[117,90,15,93,11,107,72,52,18,76],"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":51,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_host\u304c\u512a\u5148\u3055\u308c\u307e\u3059":104,consist:[128,2,121,58],tokyogeopoint:[9,34,39,50,18,118],"status\u30b3\u30de\u30f3\u30c9\u306f":55,"\u542b\u3081\u306a\u3044\u3082\u306e":106,"\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":91,aptitud:[13,125,107],error_loc:95,"\u30d9\u30af\u30bf\u578b":67,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":0,london:9,where:[10,1,76],default_command_vers:[29,55,2,3,6],summari:[38,32,52],wiki:6,kernel:52,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":47,"lenny\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664":18,"\u9014\u4e2d\u3067\u5931\u6557\u3059\u308b\u3053\u3068\u3082\u3042\u308b\u306e\u3067\u9806\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":106,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f10\u4ef6\u306e\u307f\u8868\u793a\u3055\u308c\u307e\u3059":91,sear:36,ggdb3:106,"\u95be\u5024\u3092\u3042\u3052\u308b":[38,73],enci:104,"\u7a7a\u767d":68,"\u305d\u306e\u52d5\u753b\u306e\u7279\u5fb4\u3092\u8868\u3059":33,javascript:[18,6,29],masahiro:[52,109],"\u3053\u306e\u9805\u76ee\u306b\u3064\u3044\u3066\u306f":70,"groonga\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306f":13,sport:33,"ongaeshi\u3055\u3093":109,"\u30d6\u30fc\u30ea\u30a2\u30f3\u578b\u3084\u30d6\u30fc\u30eb\u578b\u306a\u3069\u3068\u547c\u3070\u308c\u308b\u578b\u3067\u3042\u308a":34,"\u8b66\u544a\u3092\u9664\u53bb":109,detect:[76,18,5,52],"javascript\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u306e\u7d5e\u8fbc":[38,111],vari:44,"\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4f8b\u306f\u4ee5\u4e0b\u3092\u4f7f\u7528\u3057\u307e\u3059":106,enumer:2,deafult:18,shape:35,firewood:52,enough:93,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":88,"\u884c":125,"\u3053\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u308b\u3053\u3068\u3067":129,"\u5909\u6570\u540d\u306e\u5909\u66f4\u3084\u3089\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":106,across:9,test_text_otoj:125,compress_non:67,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332\u3055\u308c\u305f\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u5f8c\u306b\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u884c\u3044\u307e\u3059":106,grn_db_register_by_nam:130,unknown_error:121,column_vector:[33,79,80,10,129,49,16],"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":42,"59\u74b0\u5883\u306b\u304a\u3044\u3066":18,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":[26,68],"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":59,"\u5bfe\u7b56\u65b9\u6cd52":[38,73],"\u5bfe\u7b56\u65b9\u6cd51":[38,73],"web\u7ba1\u7406\u753b\u9762":0,"\u3088\u3063\u3066":[34,50,70],"\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":129,come:35,"\u5206\u5272":100,creteria:2,"\u63a5\u7d9a\u3059\u308bgroonga":104,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u306b\u4fdd\u5b58\u3055\u308c\u305f\u30c7\u30fc\u30bf\u306b\u66f4\u65b0\u304c\u3042\u3063\u305f\u3068\u304d":33,region:35,"\u30b3\u30ed\u30f3":49,quiet:121,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7570\u306a\u308c\u3070":51,"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":106,"\u305f\u3068\u3048\u3070":[50,100,64],reference_vector_column:52,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306e\u7d50\u679c\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":129,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u306e\u5834\u5408\u306ftokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306a\u3069\u3082\u5229\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":47,mani:[85,79,2,133,10,66,22,101,93,6,52,18,59,76,8,37,43],"\u4ee5\u4e0b\u306e\u3088\u3046\u306bdocument_version\u3084document_version_full\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u307e\u3059":106,among:[10,38,111,52],"\u30ed\u30b0\u51fa\u529b":25,"\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":88,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":106,"\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u3067":129,"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":104,"groonga\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u3046\u30d7\u30ed\u30c8\u30b3\u30eb\u3068\u3057\u3066":104,"debian\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":106,period:52,"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":109,grn_too_many_link:1,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":100,exploit:93,inappropriate_i_o_control_oper:121,"\u4e0d\u6b63\u306a\u95a2\u6570\u547c\u3073\u51fa\u3057\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3088\u3046\u306b\u3057\u305f":109,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u8ddd\u96e2":0,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u304c\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u3046\u3061":51,"config\u30d5\u30a1\u30a4\u30eb\u306e\u4e2d\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059":51,"\u3067\u6271\u3063\u305f\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3082\u884c\u3044\u307e\u3059":129,"902\u79d2\u3067\u3059":50,horikoshi:18,"ruby\u306erake\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3088\u308a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059":106,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f":106,daijiro:129,gnupg2:106,mark:[52,132,43],"1\u3068\u3044\u3046\u6271\u3044\u306b\u306a\u308a\u307e\u3059":51,"repositories\u914d\u4e0b\u306brpm\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":106,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":45,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":68,grn_too_small_offset:1,log_put:[4,38,21,32],"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":126,grn_init:[52,103],frequency_threshold:[18,86,58,108,36],"\u30ec\u30b3\u30fc\u30c9\u304c\u8ffd\u52a0\u3055\u308c\u305f\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3059\u308b":[102,63],rubi:[93,52,71,113,54],"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":[126,68],"shorttext\u578b\u30ab\u30e9\u30e0\u3078\u30c7\u30fc\u30bf\u8ffd\u52a0":109,"grntest\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":104,"s3ki\u3055\u3093\u304c\u5831\u544a":109,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[127,39,81,118,45],hashtag:129,i18n:[59,123],"\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":70,not_socket:121,grn_unknown_error:1,those:[79,9,2,3,15,66,113,22,93,128,10,132,105,58,52,76,8,37,85],"case":[76,18,52,35,12],"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":109,"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":68,"\u3042\u308a\u307e\u305b\u3093":[42,55,114,97,75],cast:[18,52],hdd:104,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":46,"\u3068\u3044\u3046\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u8a18\u8ff0\u3059\u308b\u3053\u3068\u3067":129,"\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u304c\u58ca\u308c\u308b\u5834\u5408\u306f\u30a8\u30e9\u30fc":0,out_loc:104,"8\u306b\u5bfe\u5fdc":109,"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":104,favorited_bi:129,program:[52,72,6],"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":45,advantag:[93,22],ctrl:[2,29],grn_resource_temporarily_unavail:1,"\u3059\u3067\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u305f\u3068\u3048\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":100,ivh:[117,90],"\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":46,"\u305d\u308c\u3092\u5143\u306b\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":106,"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408":104,anim:33,set_host:104,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":106,grn_socket_not_initi:1,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":46,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[39,118],brasillia:9,nearbi:93,ascii:[105,128],"4\u884c\u76ee":104,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_create\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":49,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":104,hash_tag:129,"1\u3068command":51,develop:[93,59],author:6,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":59,users_index:129,same:[95,79,2,105,86,10,12,40,83,6,7,52,53,132,37,128],"\u304c1\u3064\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":129,"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":46,binari:[38,3,93,34,95,72,111,52,37,105],epoch:10,tutori:[38,131,52],speech:93,"object\u578b\u306fv1":34,"\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u306e\u306f\u5168\u6587\u691c\u7d22\u6642\u306b\u8907\u6570\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3089\u3067\u3059":47,expresss:113,"\u30b3\u30de\u30f3\u30c9\u304cquery\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4f7f\u3063\u3066\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u3059\u308b\u306e\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":100,messagepack:[18,76,52],equat:9,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":106,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":106,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":38,"time\u578b\u306b\u3064\u3044\u3066\u306f":129,see:[38,90,76,32,117,15,93,11,12,107,52,60,54],utf8:[76,68],nest:[38,111,52],"com\u306edoc":106,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":47,"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":68,filename_too_long:121,"\u6587\u5b57\u5217\u304c\u8fd4\u3055\u308c\u307e\u3059":[92,102,79,63],libev:[76,52,11,107],"\u30bf\u30b0\u691c\u7d22":[38,111],"suggest\u30b3\u30de\u30f3\u30c9\u306bthreshold\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":18,"\u540c\u3058\u3067\u3059":104,grn_operation_not_support:1,accumul:79,montywi:52,tokenbigramignoreblank:[47,28],"break":[18,52],"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[39,118],"768\u4ee5\u4e0a32":34,"\u305d\u3057\u3066":129,grn_address_is_not_avail:1,overcommit_memori:52,"\u30ad\u30fc\u30ef\u30fc\u30c9\u3068geopoint\u306e\u4e21\u65b9\u3092\u6761\u4ef6\u306b\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3059":129,markup:57,"\u3092\u6307\u5b9a\u3057":[27,78],"drilldown\u7d50\u679c":79,commnad:[51,72],without:[79,105,83,93,22,82,16,6,7,52,133,128],argument2:105,"clone\u3057\u305fweb\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306b\u5bfe\u3057\u3066\u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u65b0\u898f\u8ffd\u52a0\u3057\u307e\u3059":106,argument1:105,"path\u306e\u4e2d\u304b\u3089groonga\u30b3\u30de\u30f3\u30c9\u3092\u63a2\u3057\u307e\u3059":104,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":68,model:121,grn_permission_deni:1,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":126,roughli:10,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":126,"twitter\u306e\u3088\u3046\u306a\u77ed\u3044\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u6295\u7a3f\u3059\u308b\u30d6\u30ed\u30b0\u3067\u3059":129,"\u6771\u4eac\u90fd":[47,100],document_vers:106,execut:[5,2,64,94,72,6,7,36,52,89,99,82,79,9,105,10,108,40,83,41,113,43,33,86,55,16,50,80,18,53,129,128,91,93,75,22,95,58,132,29],"\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":77,excel:124,commands_column_renam:41,"_post":106,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":109,"groonga\u3092build\u3059\u308b\u969b\u306b":55,"\u306e\u4ed5\u69d8\u3092\u8ffd\u52a0":109,monei:33,"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":104,"\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":104,grn_ctx_at:52,"\u30cb\u30db\u30f3":36,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":68,"8bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":34,"\u305d\u308c\u305e\u308c\u306e\u7570\u306a\u308b\u8868\u8a18\u306e\u6587\u66f8\u3092\u3082\u308c\u306a\u304f\u691c\u7d22\u3059\u308b\u305f\u3081\u306e\u7f6e\u63db\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059":64,mcdonald:35,mmap:52,"wheezy\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8ffd\u52a0":18,except:[117,79,5,66,35,22,52,18,43],"\u30ec\u30b3\u30fc\u30c9id\u306b\u3088\u3063\u3066\u30ec\u30b3\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u307e\u3059":[119,63],blog:[79,105,106,47,82,16,53,128],color:132,"root\u306b\u5909\u66f4":109,"groonga\u306a\u3046":129,"1\u3064\u306f":53,"\u30ad\u30fc":68,haystack:46,ruby1:106,hyphen:[2,43],enable_tokenized_delimit:5,real:[93,22],"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3068\u540c\u7b49\u3067\u3059":104,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bset\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":63,"4096byte":[44,66],around:[35,22],"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":118,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":100,"\u795e\u5948\u5ddd\u770c":129,swig:71,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092\u5bfe\u8c61\u3068\u3057\u305f\u5168\u6587\u691c\u7d22":[38,111],"\u697d\u3057":[47,100],"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":104,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":68,sigcont:52,grn_table_cursor_open:109,gro:22,consid:[37,43],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":68,"\u30e6\u30fc\u30b6\u304c":64,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u3068\u306f":129,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":100,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":51,intel:104,"\u30bf\u30a4\u30c8\u30eb\u3068\u672c\u6587\u3092\u5168\u6587\u691c\u7d22\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":53,pole:9,integ:1,invalid_argu:121,either:[61,79,105,128],output:59,"\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":68,rinse_1:106,quantal:[38,106,96],"\u3069\u3061\u3089\u306e\u30af\u30a8\u30ea\u6587\u5b57\u5217\u3082":64,yyyi:[103,105],unsplit:[79,46],operation_not_support:121,madrid:9,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9\u3078\u306e\u30ea\u30f3\u30af":106,ascend:[79,35,2],grn_rc:12,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":88,"\u30c7\u30fc\u30bf\u578b":[38,9,32,43],testdb:104,ff9e:132,"\u305d\u3053\u306b\u5165\u308b\u60c5\u5831\u304c\u3069\u3093\u306a\u5185\u5bb9\u304b\u3092\u793a\u3059\u540d\u524d\u3092\u51fa\u529b\u3057\u307e\u3059":[75,67],"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":109,grn_obj_is_builtin:18,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092":106,"view\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u8981\u7d20\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":68,rsync:106,"message\u30ab\u30e9\u30e0\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u7528\u306bindex_message\u30ab\u30e9\u30e0\u3068":53,confirm:59,rpm:[18,90,117,106,52],table_no_kei:[79,80,105,128,22,82,83,112,75,43],definit:[79,80,105,83,22,16,9,52,128],"\u308d\u3086\u304d":99,"ueno\u3055\u3093":[109,130],exit:52,"\u30d9\u30af\u30bf\u306e\u5024\u3092":109,innodb:93,content:[95,79,80,105,83,22,82,16,121,18,52,53,37,128],kawaji:52,grn_no_such_file_or_directori:1,refer:[93,18,52,38],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067\u5b9f\u884c\u3057":104,"\u5168\u6587\u691c\u7d22":[38,111],power:79,"\u3053\u306e\u72b6\u614b\u3067\u3082\u4ee5\u524d\u306f\u30de\u30c3\u30c1\u3057\u306a\u304b\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":47,tomoatsu:[52,109],garbag:[18,88,52],inspect:52,"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":34,broken:[18,52],"\u30d3\u30eb\u30c9\u6642\u306etip":59,grn_resource_deadlock_avoid:1,tokenbigramsplitsymbolalpha:[47,79,5,28],"\u63a5\u7d9a\u3057\u3066\u3044\u308bgroonga\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":97,"table_remove\u306f\u30c6\u30fc\u30d6\u30eb\u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":31,"2\u4ef6\u3068\u3082":129,grn_bad_file_descriptor:1,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":68,comparison:[38,52],"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":68,"_set_valu":52,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":68,degre:[10,18,105],"\u8a9e\u5f59\u3054\u3068\u306b\u8907\u6570\u306e\u60c5\u5831\u3092\u4fdd\u6301\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":70,"\u5f62\u5f0f1\u306e":[102,63],"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u6295\u7a3f\u3057\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":129,neighbor:93,"debian\u7cfb\u3082\u3057\u304f\u306fr":106,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":59,"\u30b5\u30dd\u30fc\u30c8\u7bc4\u56f2\u5916\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u3068\u306a\u308a":51,backup:112,"\u3092false\u306b\u8a2d\u5b9a\u3057\u307e\u3059":106,tokentrigram:[5,28],"\u524a\u9664\u3092\u7e70\u308a\u8fd4\u3059\u3068\u30c7\u30fc\u30bf\u304c\u58ca\u308c":109,match_escalation_threshold:[109,76,12],cflag:[15,106],"\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":68,"textile\u30d5\u30a1\u30a4\u30eb\u306epublish":106,"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":118,"\u7f6e\u63db\u30c6\u30fc\u30d6\u30eb\u3067\u306f":64,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u5f8c\u8ff0\u3059\u308b\u30b3\u30de\u30f3\u30c9":106,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u6587\u66f8\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":64,msg_id:106,"\u53f3\u4e0b":0,"\u53f3\u4e0a":0,"\u683c\u7d0d\u3059\u308b\u30c7\u30fc\u30bf\u306e\u578b\u3092\u533a\u5225\u3057\u307e\u3059":34,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u304c":47,"\u30b0\u30eb\u30fc\u30d7\u5316\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u6570\u304c\u5165\u308a\u307e\u3059":91,libmecab:[107,11,106],agaist:52,"\u554f\u984c\u306fgrntest\u304bgroonga\u306b\u3042\u308a\u307e\u3059":104,insuffici:10,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":88,your:[93,59],"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb":106,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u305f":109,"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":126,complianc:6,"\u5358\u8a9e\u306e\u91cd\u8981\u5ea6\u306a\u3069\u3092\u4fdd\u6301\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":70,aren:[79,128,66,35,22,6,52,37,43],geo_distance3:[18,9],"\u4e0d\u6b63\u306a\u5165\u529b\u5024\u306b\u5bfe\u3057\u3066\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u3057\u305f":0,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":51,start:[95,79,9,3,128,103,82,72,52,18,105,124,37,85],"\u7a7a\u6587\u5b57\u5217\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3059\u308b\u3068false\u306b\u306a\u308a":34,interfac:[52,2,3],lot:52,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":104,submiss:[36,108,86,58],"\u4f5c\u6210\u3059\u308b\u30ab\u30e9\u30e0\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\u6771\u4eac\u90fd\u6e0b\u8c37\u533a":129,chracterist:66,"\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":119,"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":118,"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":68,ealier:52,bundl:[52,85,83],regard:52,"\u305d\u308c\u305e\u308c1\u30ab\u30e9\u30e0\u3054\u3068\u306b1\u3064\u305a\u3064\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059":53,htpasswd:[6,37],no_kei:66,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c":79,"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":68,"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":104,"sphinx\u3068\u3044\u3046\u30c4\u30fc\u30eb\u3092\u7528\u3044\u3066\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u3059":13,categor:[79,5],longer:71,notat:[52,105],"\u5358\u4e00\u306e\u5024\u304c\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":49,"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":46,possibl:18,"default":[93,96],"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[31,4,48,49,25,110,42,119,78],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u7a2e\u5225":67,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u6a19\u6e96\u30a8\u30e9\u30fc\u51fa\u529b\u306b\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057":51,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":68,"\u305d\u3057\u3066comments\u30c6\u30fc\u30d6\u30eb\u306ereplied_users\u30ab\u30e9\u30e0\u306f":129,"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":125,"path\u306b\u306fgroonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":106,embed:[93,124,6,22],"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":46,care:[36,79,85],connect:[52,2,29],"1_all":106,"535\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":34,brasil:9,type_of_the_column:16,uid:106,creat:[38,32,108,94,130,12,52,18,85],"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":68,multibyt:18,data_set_nam:108,"yum\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":106,stabl:[108,51],"http\u7d4c\u7531\u3067\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u6642\u306b\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b":109,"\u30c6\u30fc\u30d6\u30ebentry\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":119,strongli:[117,90,11,107,72,96,60],"tokenbigram\u306a\u3069":47,"fedora\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30eb\u30fc\u30eb\u306b\u5f93\u3046\u3088\u3046\u306b\u6539\u826f":109,"\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":110,file:[59,106],"\u304c\u30c6\u30fc\u30d6\u30eb\u5358\u4f4d\u306e\u30c0\u30f3\u30d7\u306b\u5bfe\u5fdc":109,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb\u3067\u306f":106,fill:105,again:82,"\u5bfe\u5fdc":130,googl:[79,8,128],grn_index_cursor_next:52,"127678039x502643091":129,grn_select:79,"architectures\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":106,gettext:85,value_2:[2,29],"\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":102,wai:[61,3,93,83,113,52,59],grn_ctx_open:18,shimomura:52,"\u30ea\u30ea\u30fc\u30b9\u7528\u306b\u30d3\u30eb\u30c9\u3059\u308b\u305f\u3081\u306b\u306f\u4ee5\u4e0b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066configure\u3092\u5b9f\u884c\u3057\u307e\u3059":106,you:[61,98,5,2,3,66,35,68,17,1,72,6,7,74,52,76,37,115,117,79,80,105,107,10,108,11,12,40,83,113,94,43,116,85,16,9,121,18,53,124,54,90,132,128,93,21,22,95,57,96,59,60,29],"\u4e00\u65b9":47,string2:81,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":104,architectur:[93,106],poor:124,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u3059\u308b\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":106,"\u30ab\u30e9\u30e0\u306e\u8ffd\u52a0":49,senboku:52,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":125,"\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":33,reply_to:53,msgpack:[3,37,121],track:61,vocabulari:2,geodet:34,event_queri:[36,108,86,58],"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":59,"debug\u3092\u8ffd\u52a0":109,"text\u578b\u3068longtext\u578b\u306b\u3064\u3044\u3066\u306f":34,reduc:[93,52,86,37,66],allow_upd:[79,128],"clearlock\u306f":78,comments_loc:129,"\u5168\u6587\u691c\u7d22\u306e\u30b9\u30b3\u30a2\u3092\u4e71\u6570\u3067\u4e0a\u66f8\u304d\u3057\u3066\u3044\u307e\u3059":50,unload:52,directori:[85,18,76,124,52],"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u4e0d\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3059\u5834\u5408\u304c\u3042\u308a\u307e\u3059":55,"x\u3067\u306frealloc":109,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":68,descript:52,sequenc:[105,86,108,58,121,18,36,103,128],"\u65b0\u5bbf\u99c5\u306f\u7def\u5ea6\u304c35\u5ea641\u520627":50,queryexpandertsv:[38,32,83,7,52,19],"id\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":[119,63],escap:52,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":77,"\u30c7\u30fc\u30e2\u30f3":68,cpu:[76,6,104,133],represent:85,"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":88,senna:52,"\u6539\u826f":52,drilldown_offset:110,"ctx_new\u3068\u3044\u3046queue\u306b":87,pluggabl:93,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u6a5f\u80fd\u3092\u8ffd\u52a0":0,month:[33,105,103],"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u63d0\u4f9b\u3059\u308b\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":30,code:[38,106,32,21,95,52,59,85],"2\u3064\u76ee\u306e\u65b9\u6cd5\u306f":129,"\u521d\u671f\u5316\u3059\u308b":12,follow:[5,2,3,35,17,103,72,6,52,36,76,8,37,79,9,105,10,108,40,83,43,44,86,16,121,18,124,54,128,129,22,95,58,85,29],disk:43,"\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":104,ptr:109,scr:104,"\u30e6\u30fc\u30b6\u30fc\u540d":129,"edge\u306fctx\u3092\u542b\u3080":87,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u6642\u70b9\u3067\u306fconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u542b\u307e\u308c\u3066\u304a\u3089\u305a":106,too_small_offset:121,libmsgpack:[107,11],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":64,"rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,articl:53,"groonga\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3059\u308b\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":109,init:[52,76],"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":81,"body\u3092\u4f5c\u6210\u3057\u307e\u3059":49,skip:2,"4byte":121,"release\u306e\u5b9f\u884c":59,zlib_error:121,objnam:[27,78],"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c":51,introduc:59,grn_op_and:46,grn_op_or:46,sound:[132,86],"\u305f\u3081\u3057\u306b\u6771\u4eac\u99c5\u3068\u65b0\u5bbf\u99c5\u3068\u3064\u3044\u3066":50,fals:[0,99,106,83,10,34,128,16,41,89,105],"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":47,"\u3053\u3053\u3067\u3082":47,offlin:[38,32,52],util:6,"\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":118,rand_max:45,systemctl:98,mechan:[52,37],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u3092\u8d77\u70b9\u3068\u3057\u305f\u79d2\u6570\u3092\u5c0f\u6570\u3067\u8fd4\u3057\u307e\u3059":[92,102,79,63],"\u3067\u6271\u3063\u305f":129,failur:[52,106],veri:[95,79,105,66,22,40,93,52,37,128],too_many_open_fil:121,"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":77,"fedora\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,"4\u30ea\u30ea\u30fc\u30b9":52,interact:[2,29],"\u500b\u3005\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":51,"groonga_suggest_create_dataset\u5909\u6570\u3092\u8ffd\u52a0":130,longtext:34,sub_filt:[38,115,32,52],hottolink:71,"0\u30ea\u30ea\u30fc\u30b9":52,patsuffix:99,"\u52d5\u753b\u306e\u60c5\u5831\u3092\u4fdd\u5b58\u3059\u308b":33,"yum\u306e\u5834\u5408":106,"\u304a\u3088\u3073":106,query_flag:52,"\u5e74":129,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":68,small:[66,128,105,43],"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":46,"\u30c6\u30fc\u30d6\u30ebentry\u306b":49,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":88,puropos:5,"help\u3067\u51fa\u529b\u3055\u308c\u308b":18,yappo:71,tokenkytea:52,tex:5,zero:[10,79,132,124,121],design:[10,52,79],"\u7d4c\u7def\u5ea6\u306f\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u306e\u5f62\u5f0f\u306e\u6587\u5b57\u5217\u3068\u3057\u3066\u6307\u5b9a\u3057\u307e\u3059":50,pass:[9,2,106,83,29,52,18],"function\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bgrntest\u306e\u30bd\u30fc\u30b9\u3092\u5c55\u958b\u3057\u307e\u3059":106,lexicon_t:104,"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":50,"grntest\u306f":104,integr:[10,52,54],sug:8,aba:[50,2,91],what:[16,108],"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":79,"\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":106,sub:[93,106],"\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3092\u8aac\u660e\u3059\u308b\u524d\u306b":100,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bstatus\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":55,"\u3068\u3044\u3046\u4e71\u6570\u3092\u8fd4\u3059\u95a2\u6570\u3092\u7528\u3044\u3066":50,section:[5,94,72,6,36,76,117,79,9,131,11,40,41,115,85,116,86,15,121,52,89,124,54,90,128,20,21,107,96,58,59,43,60],"log_put\u306f":25,abl:22,"debian\u7cfb":106,"\u95a2\u6570\u306f":[39,81,46,118,45],fffe:5,"files\u306e\u5b9f\u884c":59,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":88,naoina:52,tokenbigramignoreblanksplitalphadigit:28,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u5225\u306e\u30ab\u30a6\u30f3\u30c8\u3092\u51fa\u3057\u307e\u3059":129,"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":88,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":104,your_new_db:18,"\u4e2d\u91ce\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4\u306a\u3046\u306a\u3046":129,"\u307e\u305agroonga\u306e\u30bd\u30fc\u30b9\u3092\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u3068\u5c55\u958b\u3057\u307e\u3059":106,coremodul:6,"\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":51,"gz\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":106,"\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082":100,hash:[18,52,66,105,43],noraml:5,too_many_symbolic_link:121,table_renam:52,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":104,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067pdf\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":13,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":126,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":104,cursor:18,solari:[38,96],cutter_check_leak:125,depend:[38,96,93],grn_ctx_init:[18,12],serihiro:52,snippet1:22,snippet3:22,snippet2:22,"\u3068blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306eurl\u304c\u633f\u5165\u3055\u308c\u307e\u3059":106,ultra:33,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":42,memcach:[38,111,93],through:93,"16bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":34,"\u5225\u9014deb\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u6700\u65b0\u7248\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059":106,amount:52,grn_bad_address:1,within:[36,86],"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":125,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":59,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":42,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":125,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":104,quotient:105,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":47,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":68,"\u95a2\u4fc2\u5f0f\u306f":46,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":109,commands_table_cr:75,hoge:[68,81],no_such_process:121,tokenunigram:28,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":100,"groonga\u306epackag":106,deprec:[79,51,68,9,52,18,43],send:59,normallexicon:132,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":118,"1024r":106,"select\u30b3\u30de\u30f3\u30c9\u306efilter\u30d1\u30e9\u30e1\u30fc\u30bf\u306f":50,"\u6295\u7a3f\u3057\u305f\u5185\u5bb9\u306b\u5bfe\u3059\u308b\u30ec\u30d3\u30e5\u30fc\u304c\u904b\u55b6\u5074\u3067\u5b9f\u65bd\u3055\u308c\u308b\u306e\u3067":106,"\u305d\u306e\u5834\u5408\u306b\u306f\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u3054\u3068\u3084\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3054\u3068\u306a\u3069":106,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":[18,109],select:[38,51,32,109,21,130,41,52,18],"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":106,lzo_error:121,"\u4ee5\u964d\u3092\u7121\u8996":109,"define_selector\u306f":110,distinct:44,"netbsd\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":109,"distributions\u306e\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":106,etc:[98,2,106,10,11,107,6,52,59,124,37],"comments\u30c6\u30fc\u30d6\u30eb\u306elast_modified\u30ab\u30e9\u30e0\u306f":129,two:[61,5,2,35,103,37,79,9,12,83,41,43,86,16,52,53,128,94,22,95,58,132,133],"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[38,73],"16bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":34,"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":34,mori:112,morn:82,bash:76,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":100,grn_syntax_error:1,mecab_new2:52,"check\u30b3\u30de\u30f3\u30c9\u306f":88,more:[2,66,76,8,37,79,105,10,108,12,82,83,43,44,86,16,121,52,124,128,93,22],"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":0,fulltext:[117,79,5,35,105,83,66,11,20,22,128,107,53,132,90,98,43],grn_stack_over_flow:1,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":68,"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":0,"\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093":49,"\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":46,uint8:[52,34,109],groonga_vers:18,function_not_impl:121,function_nam:95,flag:[79,67,12,49,88,41,52,18],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":125,"\u306e\u7d4c\u7def\u5ea6\u3092\u4fdd\u5b58\u3057\u307e\u3059":50,downtim:133,known:[2,105,93,22,29,52],"\u3092\u524d\u63d0\u3068\u3057\u3066\u8aac\u660e\u3057\u3066\u3044\u308b\u305f\u3081":106,"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":109,nomal:[52,79,6],cach:[52,0,93],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":46,uint64:[52,34],"groonga\u306b\u306fhtml":26,none:[79,5,68,101,121,53,76,43],"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":126,thread:[103,93,68,37,12],hour:[103,105],"2\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3059":34,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":51,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":68,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":78,dev:[106,11,17,107,52,18,125],histori:18,other:[93,38,59,96,85],"\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":0,remain:103,paragraph:2,nine:2,"\u7e70\u308a\u8fd4\u3057\u6570":104,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u7d4c\u5ea6":34,abandon:[92,102,119,63],deb:[107,18,11,106,52],"javascript\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u306e\u6761\u4ef6\u7d5e\u8fbc\u3084":50,"\u3092\u30af\u30ea\u30c3\u30af\u3057":106,"\u306exml\u51fa\u529b\u5bfe\u5fdc":109,"\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":110,"\u5229\u7528\u3067\u304d\u308b\u30d0\u30a4\u30b0\u30e9\u30e0\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u4e00\u89a7\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":47,"\u306b\u3088\u3063\u3066\u9759\u7684\u30da\u30fc\u30b8\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3068":26,prompt:[52,2,3,72],"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":106,scan:[105,125,128],"\u3059\u3063\u3071\u3044\u30d6\u30c9\u30a6\u3068\u7518\u3044\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":64,share:[93,68,17,52,18,76],shard:66,accept:[9,2,93,94,29,52,18,37],"\u8fd4\u4fe1\u5148\u60c5\u5831\u306a\u3069":129,"delete\u30b3\u30de\u30f3\u30c9":0,"\u540c\u6642\u306b\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d":18,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5c0f\u6570\u8868\u8a18\u304b\u3089\u30df\u30ea\u79d2\u3078\u306e\u5909\u63db\u8aa4\u5dee\u304c\u5927\u304d\u3044\u554f\u984c\u3092\u4fee\u6b63":18,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":46,grn3:53,phrase:52,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":59,action:52,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":104,"\u30e6\u30fc\u30b6\u306e\u6307\u5b9a\u3057\u305f\u691c\u7d22\u6587\u5b57\u5217\u3092\u7f6e\u63db\u3059\u308b\u305f\u3081\u306e\u30c6\u30fc\u30d6\u30eb":64,"\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":33,"\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":110,avg:126,db_path:[26,2,3,29],newlin:[18,52],secur:[38,111],rather:[82,79],rep_loc:104,"\u691c\u7d22\u7d50\u679c1":79,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u306f":34,spreadsheet:124,snippet:[52,71,22],"13\u7528rpm\u306e\u63d0\u4f9b":109,"\u3053\u306e\u7d50\u679c\u306f":104,becuas:105,grn2:53,pagin:2,"\u5b9f\u884c\u4f8b":[51,125],simpl:[117,90,11,94,107,41],needl:46,"\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":129,"\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":104,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":91,"\u691c\u7d22\u6642\u306b\u306foriginal\u30ab\u30e9\u30e0\u304c":99,resourc:82,"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[27,78],referenc:[52,43],"\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068dist":106,"long":43,"\u30e1\u30fc\u30c8\u30eb":118,number2:105,"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":88,"\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":68,number1:105,"\u672c\u6587\u306emessage\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059":53,pat:52,conditin:128,grn_default_query_logger_get_path:52,associ:[10,18,79,40,2],"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":46,"\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":50,github:[61,106,52,74,18,85,54],m64:15,tokenbigram:[79,5,2,64,83,47,66,86,68,22,82,16,128,129,75,53,105,28,43],"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c3\u30c1\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":0,"\u7ffb\u8a33\u7d50\u679c\u3092html\u3067\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b":106,"get\u306f":92,allow_column:[79,128],combin:[93,52,79,83,43],"\u5143\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u307f\u691c\u7d22\u3059\u308b\u305f\u3081\u306b":99,caus:[128,10,52,18,43,105],spheric:9,alphabet:[86,5,43],mailarch:106,taro:33,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":114,"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":104,narwhal:18,logrot:52,"\u306b\u3066\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30ea\u30ea\u30fc\u30b9\u6848\u5185\u3092\u4f5c\u6210\u3057\u307e\u3059":106,sysctl:60,"\u3053\u306e\u578b\u3067\u306e\u5024\u306e\u6307\u5b9a\u306f":129,grn_table_trunc:18,resource_busi:121,hypertext:[38,111],no_buff:121,grn_qlog_path:52,logal:54,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":106,i386:[18,90,106],"\u3053\u308c\u307e\u3067\u5b66\u3093\u3060groonga\u306e\u6a5f\u80fd\u3092\u7528\u3044\u3066":129,grntest:[30,38,106,32,109,52,74,18],"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":104,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":126,"\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":110,"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":109,paramet:[18,52,72,12],grn_query_expander_tsv_synonyms_fil:124,"\u304a\u304b\u3057\u306a\u7d50\u679c\u3092\u8fd4\u3059\u554f\u984c\u3092\u4fee\u6b63":109,systemd:52,"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":112,"\u6b63\u5e38\u306b\u30d3\u30eb\u30c9\u304c\u7d42\u4e86\u3059\u308b\u3068":106,"\u4ee5\u4e0b\u306e\u4f8b\u3067\u306f":[33,129],suggest_prepar:[36,108,86,58],"\u8f9e\u66f8\u691c\u7d22\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":109,"\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":77,"\u5024\u306e\u7bc4\u56f2\u306f1":77,shimada:52,html:[13,59,106],"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":68,"\u4f4d\u7f6e\u60c5\u5831\u30ec\u30b3\u30fc\u30c9\u3092\u7528\u3044\u3066\u30bd\u30fc\u30c8\u3059\u308b\u5834\u5408\u306b":33,"1\u304b\u3089\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3044\u3046\u6982\u5ff5\u304c\u5c0e\u5165\u3055\u308c\u307e\u3059":51,soccer:33,"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":68,"\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":50,browser:[76,72,29,85],"\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":112,"drilldown_limit\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":79,do_loc:104,"tokenmecab\u3067\u306f":47,comments_cont:53,"\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":33,"\u7ffb\u8a33\u6e08\u307fpo\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":106,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":46,"\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":104,range_error:121,"_valu":77,edit_dist:[38,0,115,32],pai:79,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":77,"\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u3067\u5024\u304c\u8fd4\u5374\u3055\u308c\u307e\u3059":[92,102,79,63],document:[93,59,106],"\u65e5":129,administr:[38,52],event:37,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egrntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":104,comamnd:37,authent:133,micro:[10,105],iff:2,alreadi:[40,82,53,5,2],"build\u30b3\u30de\u30f3\u30c9\u4ee5\u5916\u3067\u3082":106,"\u30ad\u30fc\u30ef\u30fc\u30c9":130,fulli:[52,6],unicod:132,difficult:93,yito:52,with_posit:[82,79,2,64,83,47,129,128,22,49,16,53,105],name_2:[2,29],"windows\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,"\u4e3b\u30ad\u30fc\u306e\u578b\u3068\u30ab\u30e9\u30e0\u306e\u578b\u306b\u306f":34,"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":33,weight:[10,52,79,128,83],needless:52,blank:132,"\u307e\u305a\u306f":[129,64],idea:79,procedur:52,realli:[79,105,128],heavi:79,finish:103,"\u30b9\u30ec\u30c3\u30c9\u6570":104,"\u3068\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059":106,"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":0,rlimit_nofil:103,"\u30c6\u30fc\u30d6\u30eb\u306e\u53c2\u7167\u95a2\u4fc2\u3092\u9006\u306b\u305f\u3069\u308b\u691c\u7d22\u304c\u3067\u304d\u307e\u3057\u305f":33,"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":106,"\u3080\u308b\u3093\u304c":[105,128],"http\u30b5\u30fc\u30d0\u30fc":[30,38,6,32],ftp:104,flower:10,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306frpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":106,"\u7def\u5ea6":[129,50],socket_is_not_connect:121,"x86\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bx64":106,publish:106,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":68,footnot:[9,2],"\u30ab\u30e9\u30e0\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":67,ftb:71,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":68,print:29,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408\u306f":49,"shutdown\u306f":97,"\u5b9f\u969b\u306b\u691c\u7d22\u3057\u3066\u307f\u307e\u3057\u3087\u3046":53,textil:106,"1\u30ea\u30ea\u30fc\u30b9":52,"key\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":[119,63],"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3084command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u305b\u305a\u306bgroonga\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u969b\u306b\u306f":51,proxi:37,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":46,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":12,utc:[95,105],"\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19\u306e\u305f\u3081":129,"dragonfly\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":109,pub:[90,106],asc:106,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u30ab\u30e9\u30e0\u540d\u306e\u914d\u5217":67,entries_content_index:[79,105,128],base:[85,90,117,105,58,93,11,22,128,107,86,29,52,36,76,133,98,6],grn_ctx_fin:52,content_type_len:52,put:[128,85],"\u3053\u3053\u3067":50,nanosecond:[95,103],rect:[52,9,118],basi:2,sampl:[79,80,83,22,16,9,7,52,104],"\u30c6\u30fc\u30d6\u30eb\u306ekey\u306e\u578b":67,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":104,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":88,"975mbyte":104,nakai:52,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":48,omit:[79,9,2,3,66,7,95,18,36],"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u3084\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u7f72\u540d\u3059\u308b\u9375\u306b\u5909\u66f4\u304c\u3042\u3063\u305f\u5834\u5408\u306a\u3069\u306b\u884c\u3044\u307e\u3059":106,"\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":46,advanc:71,"\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":104,"tokenmecab\u306e\u5834\u5408":47,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":100,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092source\u5f15\u6570\u306b\u6307\u5b9a\u3057\u307e\u3059":49,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":104,tritonn:[79,105,128],"\u5b9f\u969b\u306b\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3057\u3087\u3046":129,assign:[52,5],"\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u540c\u6642\u306b\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":51,"\u56fd\u540d\u3092\u683c\u7d0d\u3059\u308bcountry\u30ab\u30e9\u30e0\u3067\u3059":91,pleas:[61,2,17,59,76,85],major:96,"apt\u306e\u5834\u5408":106,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":110,"\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u306e\u4e21\u65b9\u304c\u53ef\u80fd\u3068\u306a\u308a\u307e\u3059":99,"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":99,fedora:[38,106,96],beforehand:117,"_nsubrec":[33,91,77,129],"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":68,number:[93,96],"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":68,"64bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":34,"description\u306b":100,smaller:[82,93,9,103,43],"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u51fa\u529b\u3057\u307e\u3059":26,groonga_database_auto_cr:52,stack_over_flow:121,"\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":34,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":104,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":100,miss:[18,124,52],"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[59,120],"\u691c\u7d22\u3092\u884c\u3044\u307e\u3057\u3087\u3046":33,gpl:71,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u3064\u3044\u305f\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u7d50\u679c\u304c\u304a\u304b\u3057\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":109,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":77,"com\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":106,script:[38,79,128,32,16,113,52,76,104],file_corrupt:121,repoforg:[52,90],"po\u3092\u5b9f\u884c\u3059\u308b\u3068":106,gpg:106,conditional_probability_threshold:[18,108],least:[16,128,52],"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":112,exclude_t:52,station:35,"\u30b3\u30de\u30f3\u30c9":52,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":47,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5\u306fgroonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3068\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u304c\u3042\u308a\u307e\u3059":51,zeromq:76,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":125,cmake:[52,76,72],"\u524d\u8ff0\u306e\u4f8b\u3092\u4f7f\u3063\u3066\u5177\u4f53\u4f8b\u3092\u793a\u3057\u307e\u3059":47,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u540d\u3092\u6307\u5b9a\u3057\u305f\u5168\u6587\u691c\u7d22":[38,111],"libedit\u5bfe\u5fdc":0,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3068tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3067\u6319\u52d5\u304c\u5909\u308f\u308a\u307e\u3059":100,statement:105,relationship:[10,52,53],"\u3067\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":106,grn_plugin_get_suffix:18,"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":46,pari:9,selector:52,"version\u3067\u8868\u793a\u3055\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u304c\u66f4\u65b0\u3055\u308c\u306a\u3044\u306e\u3067\u6ce8\u610f\u304c\u5fc5\u8981\u3067\u3059":106,part:[2,10,93,22,95,76],pars:113,"file\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8":109,"\u4e16\u754c\u6e2c\u5730\u7cfb\u3067\u306e\u4f4d\u7f6e\u60c5\u5831\u3092\u4fdd\u5b58\u3057\u3066\u307f\u307e\u3057\u3087\u3046":50,"drilldown_offset\u30d1\u30e9\u30e1\u30fc\u30bf\u3068":91,"groonga\u3084mysql\u306erpm":106,dpkg:106,"\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":92,"\u7de8\u96c6\u3057\u305f\u5185\u5bb9\u3092push\u3059\u308b\u524d\u306b\u78ba\u8a8d\u3057\u305f\u3044\u5834\u5408\u306b\u306fjekyll\u304a\u3088\u3073redcloth\u304c\u5fc5\u8981\u3067\u3059":106,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u4f7f\u3063\u3066":33,kind:[93,2],"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":46,grep:[107,90,11,117],"grntest\u7528\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u5206\u3067\u4f5c\u6210\u3059\u308b\u3053\u3068\u3082\u65e2\u5b58\u306e\u3082\u306e\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":104,"ipa\u30d5\u30a9\u30f3\u30c8":13,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":126,remot:[38,111],remov:[15,7,10,6,52,18],"\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":53,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":109,"javascript\u3067\u5b9f\u88c5\u3055\u308c\u305f\u7ba1\u7406\u30c4\u30fc\u30eb\u304c\u6a19\u6e96\u3067\u4ed8\u5c5e\u3057\u3066\u3044\u307e\u3059":26,"\u307e\u305f\u540c\u6642\u306b":104,"7\u30ea\u30ea\u30fc\u30b9":52,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":104,"\u4efb\u610f\u306edb\u540d":104,macro:18,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":100,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":130,schema:[79,80,105,83,86,22,101,82,16,9,53,128],"grntest\u3067\u306fgroonga\u30b3\u30de\u30f3\u30c9\u3092\u660e\u793a\u7684\u306b\u3057\u3066\u3044\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":106,"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":46,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":47,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":125,"set\u306f":63,comput:[36,86,58,105,52],toybox:10,"\u7ffb\u8a33\u307e\u3067\u5b8c\u4e86\u3057\u3066\u3044\u308b\u72b6\u614b\u3067":106,"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[39,118],makecach:[52,90],sortbi:[18,110,52],"windows\u5411\u3051":106,"\u95a2\u6570\u306e\u8ffd\u52a0":0,direct:52,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":87,gted:85,"\u8fd4\u4fe1\u5148\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u89a7":129,"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":67,"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":125,"\u53cd\u6620\u3055\u308c\u308b\u307e\u3067\u3057\u3070\u3089\u304f\u6642\u9593\u304c\u304b\u304b\u308a\u307e\u3059":106,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":46,"null":[79,80,75,22,5,46,52,18,43],documenataion:95,option:[117,79,15,11,90,95,107,52,18,76,60],imagin:79,built:[38,5,32,93,21,9,6,76,94,115],"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":104,"2\u306e\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3063\u305f\u969b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3057\u305f":106,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":34,self:104,kinjir:33,grn_directory_not_empti:1,client:[52,121],also:[38,32,117,93,52,59,85],"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":79,build:[38,106,93,96,125,54],elapsed_tim:[95,103,41,94,89],"mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u691c\u51fa\u51e6\u7406\u3092\u6539\u5584":0,mroonga:[79,80,105,83,93,16,52,53,124,128],tool:[85,38,123,96,54],"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":125,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":104,lexcon:2,"\u66f4\u65b0\u3055\u308c\u308b\u305f\u3073\u306b1\u305a\u3064\u5927\u304d\u304f\u306a\u308a\u307e\u3059":51,distribut:[117,90,106,11,107,72,96,52,76,60],"\u30d0\u30fc\u30b8\u30e7\u30f30":52,"\u9375\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u3060\u3051\u3067\u306f\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u305f\u3081":106,grn_snip:52,previou:[10,52,53],chart:18,"\u30bf\u30b0\u306e\u60c5\u5831\u3092\u4fdd\u5b58\u3059\u308b":33,n_like:[95,79,105,128],"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":45,"\u81ea\u5df1\u7d39\u4ecb\u6587\u3092\u5bfe\u8c61\u306b\u691c\u7d22\u3092\u3057\u307e\u3059":129,plai:93,plan:117,"\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":129,"\u30ab\u30e9\u30e0\u60c5\u5831\u540d1":67,latitude_in_degre:105,grn_incompatible_file_format:1,"\u30ed\u30b0\u30ec\u30d9\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":[59,120],hereaft:93,"\u305d\u3053\u3067\u3042\u3089\u304b\u3058\u3081\u7528\u610f\u3057\u3066\u304a\u3044\u305f":106,minimum:105,"\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":79,clear:[18,106,52],table_pat_kei:[79,105,83,128,68,22,16,41,112,75,52,89,43],cover:[93,22],"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":104,umemoto:18,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u578b\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":79,ext:5,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3067\u304d\u307e\u3059":47,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":100,clean:[125,106],repli:53,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":112,"\u6e96\u5099":[38,111],latest:[59,17],"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":38,"\u3057\u304b\u3057":[47,34,100],"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[31,4,48,49,25,110,42,119,78],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":125,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u5834\u5408":100,"squeeze\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,cache_limit:[38,21,32],"\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":91,"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":33,"groonga\u306e\u30d1\u30b9\u6307\u5b9a":106,xcode:60,"rpm\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":106,"bom\u4ed8\u304dutf":109,"deb\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":106,"\u30bd\u30fc\u30c8\u901f\u5ea6\u304c\u901f\u304f\u306a\u308a\u307e\u3059":33,session:121,"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":81,koi8r:[52,76],find:[132,2,86,93,108,58,36,59,76,85],grn_no_such_process:1,"6\u3067\u3082\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":109,columnn:52,northern:52,"\u50242":[26,68],"\u30ab\u30e9\u30e0\u306e\u5024\u3092\u66f4\u65b0\u3057":[102,63],"\u3053\u308c\u304b\u3089groonga\u3092\u4f7f\u3046\u4eba\u3078\u30a2\u30d4\u30fc\u30eb\u3059\u308b\u70b9\u3084\u65e2\u5b58\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u4eba\u304c\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u969b\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u307e\u3059":106,"\u3092\u542b\u3080\u540d\u524d\u306e\u30ab\u30e9\u30e0\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":49,underflow:10,"public":106,couldn:52,grn_logger:52,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":47,yml:54,"http\u3092\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305fgroonga\u30b5\u30fc\u30d0\u306b\u5bfe\u3057\u3066\u3082":26,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":51,"org\u304c\u30db\u30b9\u30c8\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":106,"\u30c6\u30fc\u30d6\u30ebentry\u304b\u3089\u4e3b\u30ad\u30fc\u5024\u304c":92,hit:[79,113],"\u5b9f\u6570\u3092\u8868\u3057\u307e\u3059":34,"site\u30c6\u30fc\u30d6\u30eb\u306b\uff12\u3064\u306e\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":91,express:[9,72,6,113,18,52],grn_connection_refus:1,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":126,bug:59,"\u3053\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306e\u3088\u3046\u306b":91,"\u30bf\u30b0\u691c\u7d22\u306f":33,longest:[18,105],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":64,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":125,restart:[124,7],"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":104,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":0,establish:[2,29],"\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":104,"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":47,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3068\u540c\u7b49\u3067\u3059":100,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":104,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":59,map_hugetlb:18,"entry_body\u3092\u4f5c\u6210\u3057\u307e\u3059":49,similar_search:[52,108],releas:[117,90,72,106],"table_create\u30b3\u30de\u30f3\u30c9\u306eflags\u30aa\u30d7\u30b7\u30e7\u30f3\u306btable_pat_key\u3068key_with_sis\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":99,grn_success:[79,1,63,92,12,102,103],common:[79,105,66,113,128,52,18,43],"\u6570\u5024":100,"\u68ee\u7530":33,"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":68,table_cr:[38,79,32,21,41,112,52],"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":46,"\u30b3\u30df\u30c3\u30c8":106,"encoding\u306e\u5024\u304c":18,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":59,set:[117,79,11,90,107,52],art:105,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[68,104],dump:[38,32,109,21,52,18],"\u306b\u3066\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059":106,grn_dat_repair:52,pid:[18,0,76,68],"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":125,startup:52,"\u30ab\u30e9\u30e0\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":67,"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":79,"\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":129,lion:52,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":45,"\u521d\u671f\u5024\u306f10\u3067\u3059":126,tobbi:83,sea:[36,5],close:[40,66],"\u524d\u8005\u306f\u65e5\u672c\u6e2c\u5730\u7cfb":50,"\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":84,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":49,juman:[117,90],speed:[18,8,66],blog_cont:16,"00\u4ee5\u524d\u306b\u66f8\u304b\u308c\u305f\u30b3\u30e1\u30f3\u30c85\u4ef6\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":129,"\u5fc5\u8981\u306a\u6642\u4ee5\u5916\u306bmecab\u306e\u8f9e\u66f8\u30c1\u30a7\u30c3\u30af\u3092\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":109,"\u30c6\u30b9\u30c8\u7528\u30c7\u30fc\u30bf\u3092\u30ed\u30fc\u30c9\u3057\u307e\u3059":129,column1:[52,79,46,105],grn_table_at:[52,109],reus:66,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":104,hold:10,gener:59,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":77,"takahiro\u3055\u3093":109,"\u30ab\u30e9\u30e0\u306e\u5c5e\u6027\u3092\u8868\u3059\u4ee5\u4e0b\u306e\u6570\u5024\u304b":49,korea:91,gemfil:52,numer:[38,128,111],no_locks_avail:121,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":104,"groonga\u306f":[50,125],"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":125,"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":125,"\u7279\u6b8a\u306a\u5f15\u6570\u3067\u3042\u308b":26,succeed:[76,41,1,2,89],"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u306etypo\u3092\u4fee\u6b63":18,"com\u3078\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767b\u9332":59,arrang:2,solv:10,network_is_down:121,"version\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8ffd\u52a0":109,both:[95,79,2,105,117,128,66,11,94,22,82,107,72,121,96,93,36,90,37,60],"\u30c6\u30fc\u30d6\u30eb":78,last:[52,12],delimit:[10,93,5,58],"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":47,"\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":114,geopoint:9,ipaexgoth:13,arnaud:18,threashold:[47,109],"\u4ee5\u4e0b\u306e\u578b\u304c\u7d44\u8fbc\u578b\u3068\u3057\u3066\u3042\u3089\u304b\u3058\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":34,context:[16,22,6,18],rose:10,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":0,pdf:13,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":[4,68],"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[47,100],condition2:105,condition1:105,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u6642\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u3088\u308a\u89aa\u5207\u306b\u3057\u305f":109,load:[38,32,109,21,41,119,112,18,52,78],"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3059\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":91,"127975798x502919856":129,"\u30ed\u30b0\u306b\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u306e\u79d2\u3088\u308a\u5c0f\u3055\u3044\u5024\u304c\u5e38\u306b0\u306b\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":130,address:[18,68,29,52],"000x":85,too_small_limit:121,"hat\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,header:[15,52],carlo:[41,89],"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":68,shutdown:[38,21,32],"geo_distance\u95a2\u6570\u306f":50,"\u30ab\u30e9\u30e0\u540d\u4e00\u89a7\u3092\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3057\u307e\u3059":67,grn_no_such_devic:1,"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":47,"\u6587\u5b57\u5217\u3067\u306e\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3044\u305f\u3044\u5834\u5408\u306b\u306f":91,ocelot:[18,52],"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":104,becom:[10,9,71,93],additional_configure_opt:52,"\u4f4d\u7f6e\u60c5\u5831\u3092\u4fdd\u5b58\u3059\u308b\u305f\u3081\u306e\u30ab\u30e9\u30e0\u306e\u578b\u3068\u3057\u3066":50,"\u5f93\u3063\u3066":79,devic:93,"\u691c\u7d22\u4ef6\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":79,empti:[18,79,128,52],redmin:61,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":47,indexblog2:53,secret:106,end_of_data:121,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":77,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u30ea\u30b9\u30c8\u8868\u793a":67,"\u305d\u306e\u30ab\u30e9\u30e0\u306f":34,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":78,"table_create\u30b3\u30de\u30f3\u30c9\u306eflags\u30aa\u30d7\u30b7\u30e7\u30f3\u306btable_pat_key\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":99,"grn_expr\u306b\u3088\u3063\u3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":46,nonexist:79,"\u8aa4\u5dee\u306f\u5c0f\u3055\u3044\u3067\u3059":118,nfkc:132,"\u6771\u4eac\u99c5\u306f\u7def\u5ea6\u304c35\u5ea640\u520652":50,indexblog1:53,conifugr:54,grn_file_exist:1,"rst2pdf\u3068":13,"\u4ee5\u4e0b\u3067":47,delet:[38,0,32,109,21,18,52],gat:[50,2,91],shinya:52,convert:[10,66,1,132],append:52,"\u3082\u30461\u3064\u306f":53,coordin:[10,9],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":88,understand:[79,2],demand:98,"\u30c7\u30fc\u30bf\u306e\u30ed\u30fc\u30c9":[38,111],unpatch:71,convers:[18,6],"users\u30c6\u30fc\u30d6\u30eb\u306efollower\u30ab\u30e9\u30e0\u3068favorites\u30ab\u30e9\u30e0":129,look:1,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":59,hino:52,bill:[47,100],batch:52,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30af\u30a8\u30ea\u306e\u5834\u5408\u306f":100,"\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":49,"grntest\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":106,opear:105,"\u691c\u7d22":[38,79,109,14],"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":88,behavior:[52,83],error:[117,90,93,11,12,107,72,96,52,18,76,60],"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":68,anonym:66,gb87d9f8:3,rep_gqpt:104,everyon:29,loop:52,"\u3050\u308b\u3093\u304c\u6b21\u90ce":33,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":126,"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":104,xvzf:[117,90,15,11,107,76,60],"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":104,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":118,int32:[33,79,9,2,105,91,86,47,108,34,58,41,83,50,52,36,53,129,128],readi:[52,79,76,105,128],"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":47,"\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":129,readm:106,essenti:[107,11,6],"\u6c11":100,itself:[5,124,128],cento:[38,106,96],"\u65b0\u305f\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3059\u308b\u6642\u306e\u307f\u6709\u52b9\u3067\u3059":68,"old_release_date\u306b\u524d\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092":106,"\u30d3\u30eb\u30c9\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3057\u30ea\u30ea\u30fc\u30b9\u524d\u306e\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":106,"_name":43,"\u540c\u69d8\u306b":33,"\u4e00\u884c\u306b\u8907\u6570\u306egrntest\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":104,candidate2:108,"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":47,needleess:52,"\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":79,minim:6,"xml\u304c\u6307\u5b9a\u53ef\u80fd\u3067\u3059":26,x64:[72,106],grn_result_too_larg:1,shorter:82,"\u5065\u4f5c":33,"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":126,"\u306e\u4e00\u884c\u3042\u305f\u308a\u306e\u6700\u5927\u30d0\u30a4\u30c8\u6570\u306e\u5236\u9650\u3092\u64a4\u5ec3":109,octal:105,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":68,"\u4e00\u3064\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u306e\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":34,table_hash_hei:43,conflict:98,higher:[108,79],"\u975e\u4e92\u63db":18,"\u4e3b\u306b\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u4f7f\u3046\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":112,"groonga\u3092\u8d77\u52d5\u3059\u308b\u969b\u306e\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306a\u3044\u3057\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb\u306bdefault":51,"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":88,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":88,keyr:[52,11,107],"\u8907\u6570\u306e\u5f15\u6570\u3092\u3068\u308a\u307e\u3059":26,"\u3067\u6271\u3063\u3066\u3044\u307e\u3059":129,alert:[4,103,25],"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":100,"\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b":42,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067\u5b9f\u884c\u3057\u307e\u3059":104,"\u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059":50,test_loc:104,"takuto\u3055\u3093\u304c\u5831\u544a":109,stack:52,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":77,lower:[79,5,2,43],task:[52,93],"\u3053\u306e\u30dc\u30bf\u30f3\u3092\u7d4c\u7531\u3059\u308b\u5834\u5408":106,"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":104,"\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":68,entri:[49,79,31,63,105,92,67,128,48,40,16,119,110,112,102,52,27,78],searchabl:82,parenthes:2,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":88,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":104,"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":77,grn_db_touch:109,"\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":33,"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":88,spend:[105,128],"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":126,pikonyan:33,"\u3042\u308b\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u542b\u3080\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":129,construct:[38,32,52],"build\u3092\u7528\u3044\u3066":125,"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":47,from:[38,35,96,93],"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":45,"koi8r\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":68,"\u3067\u691c\u7d22\u3057\u305f\u5834\u5408\u3068\u540c\u4e00\u306e\u7d50\u679c\u3092\u8fd4\u3059\u3053\u3068\u306b\u3088\u3063\u3066":64,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":118,"3\u884c\u76ee":104,"200byte":22,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308badd\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":102,mysql:[117,79,5,93,11,22,107,71,90,132,124,8],"root\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u7ba1\u7406\u30c4\u30fc\u30eb\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u304c\u6307\u5b9a\u3055\u308c\u305f\u3068\u307f\u306a\u3055\u308c\u307e\u3059\u306e\u3067":26,demerit:66,"\u3053\u3053\u3067\u306f\u6587\u66f8\u30c6\u30fc\u30d6\u30eb\u3068\u547c\u3073\u307e\u3059":64,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":104,move:[57,18,72,52],seriou:52,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":47,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":46,"\u73fe\u5728\u306e\u8a2d\u5b9a\u5024\u306e\u307f\u304c\u8fd4\u3055\u308c\u307e\u3059":84,"\u30bd\u30fc\u30c8":[38,111],"56880000x":9,parenth:40,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":46,grn_tokenizer_error:1,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":110,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f":106,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u3084\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306f":26,appli:71,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":77,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":88,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":68,bin:[76,72],"\u3088\u3046\u3053\u305d":129,format:[38,71,32,21,52,85],grn_plugin_get_system_plugins_dir:18,tokendelimitnul:28,"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":34,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":59,nginx:[117,52,90,11,107],"\u30c6\u30fc\u30d6\u30eb\u3078\u306e\u53c2\u7167\u306e\u914d\u5217\u30c7\u30fc\u30bf\u3092\u7528\u3044\u308b\u3053\u3068\u306b\u3088\u3063\u3066":33,backquot:128,bit:[117,90,105,107,15,11,128,10,72,96,54,104,60],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u304c1\u3064\u3057\u304b\u3042\u308a\u307e\u305b\u3093":53,truncat:[18,52,21,32,38],"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":46,"groonga\u958b\u767a\u5408\u5bbf\u306e\u305f\u3081\u7fbd\u7530\u7a7a\u6e2f\u306b\u6765\u307e\u3057\u305f":129,"\u5f15\u6570\u540d":[26,68],tomita:109,semi:[18,43],resource_temporarily_unavail:121,groogna_default_command_vers:37,docutil:106,"\u30ab\u30e9\u30e0\u60c5\u5831n":67,"match_columns\u30d1\u30e9\u30e1\u30fc\u30bf":[38,111],retry_max:121,"debian\u30d1\u30c3\u30b1\u30fc\u30b8\u3092cdbs\u30d9\u30fc\u30b9\u304b\u3089debhelper\u30d9\u30fc\u30b9\u3078\u79fb\u884c":18,elaps:[95,18,105,3,103],"git\u3067\u306e\u30b3\u30df\u30c3\u30c8\u6642\u30cf\u30c3\u30b7\u30e5\u306e\u4e00\u90e8\u304c\u4f7f\u308f\u308c\u308b\u305f\u3081\u3067\u3059":106,collect:[95,93],"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u5171\u901a\u3068\u306a\u308a\u307e\u3059":34,"boolean":[38,71,128,52],"value\u304c\u5c5e\u3059\u308b\u578b":75,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":104,realtim:[108,58],popular:79,"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b\u6607\u964d\u9806\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":79,"\u30c7\u30d5\u30a9\u30eb\u30c8":46,"\u3042\u3089\u304b\u3058\u3081groonga\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304a\u304f\u3068\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u5186\u6ed1\u306b\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":106,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u7528\u30aa\u30d7\u30b7\u30e7\u30f3":109,encount:[117,90,11,107,72,96,60],"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":68,yamaguchi:18,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":46,"\u305d\u306e\u6642\u70b9\u3067stable\u3067\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":51,output_typ:[26,3],some:[44,117,5,128,93,17,95,83,103,52,76,115,85],back:6,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":118,global:52,"\u697d\u3057\u3044billiard":[47,100],"\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":33,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":27,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0\u3067\u3059":129,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059":51,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":104,invalid_format:121,"suggest\u306ehttp\u30b5\u30fc\u30d0\u306blimit\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":18,"\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":[4,25],"log\u3067\u3059":68,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":104,"\u5143\u306e\u30ec\u30b3\u30fc\u30c9\u3068\u81ea\u52d5\u7684\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u3068\u306e\u533a\u5225\u3092\u3064\u3051\u308b\u305f\u3081\u306b":99,"db_api\u306f":46,result_too_larg:121,port_numb:29,per:[93,18,6,52],blog_titl:2,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":100,substitut:[83,79,85,128,54],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":0,larg:[105,10,66,128,93,52,37,43],"\u30d0\u30fc\u30b8\u30e7\u30f31":52,"\u3053\u306e\u30ab\u30e9\u30e0\u306b\u306f":91,rep_gqtp:104,leftmost:105,"output_type\u3068\u3044\u3046\u5f15\u6570\u540d\u3092\u7528\u3044\u3066output_type\u3092\u6307\u5b9a\u3057\u307e\u3059":26,"56058502197266e":3,"\u79cb\u8449\u539f\u99c5\u306e\u4f4d\u7f6e\u306f\u7def\u5ea6\u304c35\u5ea641\u520655":50,form_2:2,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":0,entry_bodi:49,"delete\u306f":119,run:[85,106,133,125,68,72,6,76,124,37,54],grn_obj_clear_lock:18,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":51,"\u305d\u308c\u3067\u306f":129,"grntest\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":104,"aramaki\u3055\u3093":109,"\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":46,step:[2,10,72,58,76,85],"1\u3064\u76ee\u306e\u65b9\u6cd5\u306f":129,"\u7591\u4f3c\u30ab\u30e9\u30e0":[38,79,32],"\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":129,"ongaeshi\u3055\u3093\u304c\u5831\u544a":109,maximium:79,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":88,"\u3082\u3057test":104,"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":49,"\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fee\u6b63":[18,109],"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":125,grn_default_logger_get_path:52,"\u30ed\u30b0\u3092":106,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":[27,78],most:[79,2,10,21,12,37],"\u305d\u3053\u3067":47,"\uff12\u70b9\u9593\u306e\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":50,"\u6587\u5b57\u5217\u578b\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306f":91,improper_link:121,"\u30c6\u30fc\u30d6\u30ebterm\u306b":49,regular:[10,2,6],"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":47,"\u3068\u5165\u529b\u3057\u3066\u3082":64,"\u6df1\u523b":47,"\u6587\u5b57\u5217\u578b":64,block:[10,6,43],"\u884c\u3059\u308b":106,nsi:106,grn_no_space_left_on_devic:1,doubl:[79,5,2,105,66,128,40,52,18,43],"64bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":34,myisam:93,grn_expr_append_obj:46,"x86\u30d0\u30a4\u30ca\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059":106,good:[79,5,105,93,128,82,76,85],upgrad:[52,133],"128551935x502796434":129,"\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":50,ensur:86,chang:[93,18,76,52],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u518d\u8aad\u307f\u8fbc\u307f":42,"2\u884c\u76ee":104,synonym:[79,124,64],manag:[124,66,22,12,29,93,76,6,37,54],pcre:[52,6],"\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":125,shimoda:109,line_numb:95,"\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":[92,119,63],"\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u306e\u5f62\u5f0f\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":[102,63],"\u56de\u907f\u65b9\u6cd5\u7b49\u306e\u6848\u5185\u3092\u8f09\u305b\u308b\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":106,"\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":46,live:43,submit:[59,106],custom:[79,5,128,133,113,22,132,103,6,52,76,18,54,43],adjac:128,"647\u30d0\u30a4\u30c8\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u8868\u3057\u307e\u3059":34,arithmet:52,includ:[79,5,2,105,57,22,95,7,124,90,37],suit:[93,22],"\u4ee5\u4e0b\u306bgroonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3092\u884c\u3046\u305f\u3081\u306b\u4e8b\u524d\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":106,patprefix:99,"mooz\u3055\u3093\u304c\u4fee\u6b63":18,"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":0,"\u672c\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067":33,"648\u4ee5\u4e0a2":34,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":100,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u305f\u30b8\u30aa\u30b5\u30fc\u30c1\u306e\u4f8b\u3092\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306b\u8ffd\u52a0":18,"sphinx\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":59,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":39,pangolin:[38,106,96],"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[126,68],tokenbigramignoreblanksplitalpha:28,"users\u30c6\u30fc\u30d6\u30eb\u306elocation\u30ab\u30e9\u30e0\u3068":129,wno:18,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":125,"\u554f\u984c\u3092\u4fee\u6b63":109,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u306e\u9375\u304c\u5fc5\u8981\u3067\u3059":106,link:[128,91,10,29,52,105],translat:59,"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":77,"grntest\u306e\u52d5\u4f5c\u65b9\u6cd5":104,excut:52,line:[85,9,35,68,95,72,52,18,76,125,54],no_such_file_or_directori:121,int8:[10,52,34,109],aramaki:18,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":104,concaten:53,"0xc7":121,utf:[71,3,132,52,76,105],"\u540c\u4e00\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308b\u306a\u3089":51,"\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":104,munin:[107,90,96,117],query_expans:[18,52],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":46,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":104,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgrntest\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e8\u3064\u3067\u3059":104,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":104,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":68,"\u8907\u6570\u306e\u8a9e\u53e5\u304c\u4ed8\u4e0e\u3055\u308c\u3066\u3044\u307e\u3059":33,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":51,"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":104,"files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":106,"libedit\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u9055\u3046\u554f\u984c\u306e\u4fee\u6b63":109,"groonga_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,radious_or_point:118,surrond:22,"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":68,element1:105,element2:105,"\u3059\u308b\u3068groonga":106,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u5b9f\u884c\u4f8b\u306fzsh":106,valu:[1,93,95,52,18,76],"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[31,4,48,49,25,110,42,119,78],parser:128,doesn:[95,79,5,105,86,128,66,35,22,132,82,6,52,133,36,76,124,37,43],repres:[10,68,105,113],"\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u89a7":129,sholud:76,before_instal:54,"\u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u30e6\u30fc\u30b6\u30fc\u691c\u7d22\u3057\u305f\u7d50\u679c":129,no_space_left_on_devic:121,gtihub:18,curl:[76,3,6,52,60,37,54],"\u30b3\u30e1\u30f3\u30c8\u3092\u66f8\u3044\u305f\u30e6\u30fc\u30b6\u30fc":129,"\u305d\u308c\u305e\u308c\u306b\u3064\u3044\u3066\u7d50\u679c\u30ec\u30b3\u30fc\u30c9\u3092\u51fa\u529b\u3057\u307e\u3059":79,"\u3053\u308c\u3092\u56de\u907f\u3059\u308b\u306b\u306f":106,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c\u3092\u4e26\u3073\u304b\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":91,"\u90fd\u6c11":[47,100],"grntest\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":104,ipad:[117,90],pronounc:113,titl:[33,79,2,105,91,81,10,16,29,106,52,53,128],"man\u3092\u8ffd\u52a0":0,"filter\u5185\u3067\u306e\u6570\u5024\u6bd4\u8f03\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8":109,abbrev:9,invalid:[18,52,79,43],accross:52,"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":46,grn_ctx_close:18,orangain:52,weight2:[52,79],weight1:[52,79],comments2:53,grn:112,grn_too_many_open_fil:1,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u305f\u7d50\u679c\u5f97\u3089\u308c\u308b\u8a9e\u5f59\u306e\u914d\u5217\u3068\u540c\u4e00\u306e\u914d\u5217\u3092\u542b\u3080\u6587\u66f8\u3092\u691c\u7d22\u3059\u308b\u51e6\u7406\u3092\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3068\u547c\u3093\u3067\u3044\u307e\u3059":100,"grn_op_and\u306f":46,grn_no_locks_avail:1,ooo:66,"\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":50,nice:82,tmp:[2,106,108,68,41,29,75,124,37],"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":100,"groonga\u5358\u4f53\u3067test":104,"\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f\u30ad\u30fc\u304c\u5e38\u306bgrn_nil\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":109,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":106,"\u30b7\u30a7\u30eb\u4e0a":104,lucid:[38,106,96],"output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":79,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10041\u756a":68,"\u6761\u4ef6\u306eand":50,"\u307e\u305f\u306f":104,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":100,wrongli:18,"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u3068query\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u7570\u306a\u308b\u70b9\u306f":50,"\u3053\u306e\u4f5c\u696d\u306f":106,illegal_byte_sequ:121,drilldown:[18,110],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":48,ago:36,"\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":104,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306b\u7f6e\u63db\u3055\u308c\u3066\u304b\u3089\u691c\u7d22\u3055\u308c\u308b\u305f\u3081":64,algorithm:[18,9],"\u7279\u306b\u4f55\u3082\u6307\u5b9a\u3057\u306a\u3044\u3068\u751f\u6210\u3057\u305fhtml\u306b\u57cb\u3081\u8fbc\u307e\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u304c":106,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":127,ellip:[9,118],rst2pdf:13,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":125,microsoft:72,"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u304a\u3044\u3066":50,"\u3042\u308b\u7bc4\u56f2\u5185\u3067\u66f8\u304b\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":129,"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":0,"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":46,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":106,fresh:82,konishi:52,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":31,hello:[82,105],"\u95a2\u6570\u3082\u5b58\u5728\u3057\u307e\u3059":50,getaddrinfo:52,"0\u4ee5\u4e0a65":34,partial:[36,46,8,121],"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":129,"\u51fa\u529b\u3092\u884c\u3046\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":79,"\u5f62\u5f0f1":[26,63,68,102],"\u5f62\u5f0f2":[26,63,68,102],"groonga\u3092\u5e83\u304f\u901a\u77e5\u3057\u307e\u3059":106,"\u7a7a\u306e\u5834\u5408":[27,78],"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":[125,106],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":68,"sh\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":106,index_blog:53,"\u4e21\u65b9\u306e\u6761\u4ef6\u3092\u6e80\u305f\u3059\u30b3\u30e1\u30f3\u30c8\u304c1\u4ef6\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":129,"\u691c\u7d22\u4f8b1":59,"\u3057\u3066\u304a\u304f\u3079\u304d\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u793a\u3057\u307e\u3059":106,"sh\u304c\u30bf\u30b0\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":106,friendli:52,grn_db:52,"\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3068":109,"id\u53ca\u3073key\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":119,"\u30ab\u30e9\u30e0\u540d2":[102,63],"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":55,"\u30ab\u30e9\u30e0\u540d1":[102,79,63],operation_would_block:121,sent:37,"\u4ed6\u306e\u578b\u3067\u306e\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306b\u6bd4\u3079\u3066\u4f4e\u901f\u3067\u3059":91,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":104,"\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u73fe\u3057\u305f\u6587\u5b57\u5217\u3092\u6e21\u3057\u307e\u3059":[102,63],"\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4e88\u7d04\u6e08\u307f\u3067\u3042\u308a":49,mainstream:93,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":100,comment_cont:16,ddl:104,account:17,w64:106,"po\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a\u66f4\u65b0\u3057\u305f\u5404\u7a2e":106,"rinse\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u53e4\u3044\u3068cento":106,"\u5185\u90e8\u7684\u306a\u5909\u66f4":106,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9\u3068\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":64,"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u3044\u305a\u308c\u3082\u4f55\u3089\u304b\u306e\u578b\u306b\u5c5e\u3057\u307e\u3059":34,"615\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":34,"8bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":34,"807\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":34,"grn_expr\u306f":46,relev:[93,2],"\u30ab\u30e9\u30e0\u540dn":79,"\u578b\u306b\u95a2\u3059\u308b\u5236\u9650\u4e8b\u9805":[38,32],button:[52,85],"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u53cd\u6620\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,geograph:[10,9],"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":25,"try":[59,94,133],"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":34,"scorer\u30d1\u30e9\u30e1\u30fc\u30bf\u306b":50,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[27,78],definion:105,"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u304b\u3089\u306e\u7d4c\u904e\u6642\u9593\u3092":34,"\u5b9f\u969b\u306b":33,"groonga\u30b3\u30de\u30f3\u30c9\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":68,"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d\u3092\u3057\u307e\u3059":129,"fedora\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332":109,"title\u30ab\u30e9\u30e0\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7528\u306bindex_title\u30ab\u30e9\u30e0":53,localestatedir:76,"sign\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":106,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":18,entries_key_index:[79,105,128],"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":104,"\u6700\u5f8c\u306bgrntest\u306b\u3088\u308b\u5b9f\u884c\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u307e\u3068\u3081\u3066\u8868\u793a\u3055\u308c\u307e\u3059":106,"1073741824\u306e\u6574\u6570\u3067":77,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":68,"\u3053\u308c\u306b\u3088\u308a\u904e\u53bb\u306b\u30ea\u30ea\u30fc\u30b9\u3057\u305f\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":106,object1:105,object2:105,video:33,download:[117,90,106,15,11,107,72,76,60],odd:105,name_1:[2,29],"\u691c\u7d22\u901f\u5ea6\u304c\u901f\u304f\u306a\u308a\u307e\u3059":33,compat:[117,90,5,11,107,6,132,37],"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u524d\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":100,"1\u5358\u8a9e\u6271\u3044":100,compar:[52,79,128,22,93],"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":51,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u5b9f\u884c\u3059\u308b":106,"video\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":33,jekyl:106,grn_ctx_t:1,access:[38,93,6,52,18,133,85],"\u30ab\u30e9\u30e0\u60c5\u5831\u578bn":67,experiment:[18,133,94,22,52],all_record:52,"23t02":105,"add\u306f":102,letter:132,"\u65b0\u898f\u8ffd\u52a0":[102,63],"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":126,"\u975e\u4e92\u63db\u306a\u5909\u66f4\u304c\u542b\u307e\u308c\u308b\u306e\u3067\u3042\u308c\u3070":106,"\u30d9\u30af\u30bf\u306egeopoint\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":0,"\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":0,interrupted_function_cal:121,"314e":105,"\u30c7\u30fc\u30bf\u6295\u5165\u5f8c\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u4f5c\u6210\u306b\u5bfe\u5fdc":0,"\u7d50\u679c\u304c\u7570\u5e38\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":104,clearlock:[38,21,32,52],cas_error:121,"blog1\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u308a":53,"grntest\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":104,cenos6:52,"id\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4ee3\u308f\u308a\u306b\u6307\u5b9a\u3057\u307e\u3059":[92,119,63],"\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":46,let:[10,82,79,9,2],"\u4e0a\u91ce\u4e43\u6bc5\u3055\u3093":109,ubuntu:[38,106,96,54],"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308bclearlock\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":0,"\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":104,vertic:43,sinc:[95,9,105,117,10,68,82,103,52,43],"\u6bb5\u843d\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":49,"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":88,thatn:79,greas:10,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":51,"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":68,larger:[66,79,22,121],ctx:[46,12],"\u30ab\u30e9\u30e0\u60c5\u5831\u578b1":67,"deprecated\u3060\u3063\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3068\u306a\u308a\u307e\u3059":51,later:[18,132,2,52],"wgs84geopoint\u306e\uff12\u3064\u306e\u578b\u304c\u3042\u308a\u307e\u3059":50,"\u3053\u306e\u30ab\u30e9\u30e0\u306f":129,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":68,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":104,grn_too_large_offset:1,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u30bf\u30b0\u6587\u5b57\u5217\u3092\u4e3b\u30ad\u30fc\u306b\u683c\u7d0d\u3057":33,typic:79,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":59,"\u8868\u8a18\u306e\u63fa\u308c\u3092\u5438\u53ce\u3057\u3066\u691c\u7d22\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":64,explain:[10,2],"\u81ea\u52d5\u7684\u306b\u66f4\u65b0\u3055\u308c\u307e\u3059":33,location_str:129,"\u30ab\u30e9\u30e0\u306e\u5024\u306e\u5c5e\u3059\u308b\u578b":67,firefox:85,starttim:[29,55,2,3,6],"\u306e\u8981\u7d20\u306fcolumns\u5f15\u6570\u304c\u7701\u7565\u3055\u308c\u305f\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[102,63],danger:37,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3067\u306f\u3044\u304f\u3064\u304b\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u304b\u3089\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059":106,"import":[79,5,106,93,21,12,6,52,18,76,124,37,43],approxim:[18,9,52],"\u5fa9\u53f7\u3057\u305f\u9375\u30d5\u30a1\u30a4\u30eb":106,detabas:116,apt:[107,52,11,106,54],"_key\u30ab\u30e9\u30e0\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":0,expect:10,"geo_distance\u95a2\u6570\u306b\u4e0e\u3048\u308b\u6587\u5b57\u5217\u306f":50,blog2:53,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":118,"root\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":68,egg:53,"\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":99,"hat\u7cfb\u306e\u5834\u5408\u306b\u306f\u672c\u756a\u74b0\u5883\u3078\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u524d\u306b\u30ed\u30fc\u30ab\u30eb\u306eapt\u306a\u3044\u3057yum\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u53c2\u7167\u3057\u3066\u6b63\u5e38\u306b\u66f4\u65b0\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":106,lgpl:71,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":59,groonga_github_com_path:106,"\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":47,usa:91,"\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":79,table_remov:[38,21,32,52],"\u8a9e\u5f59\u306e\u51fa\u73fe\u6570\u3084\u691c\u7d22\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9\u306e\u30d5\u30e9\u30b0":70,query_expand:[52,7],"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3084zip\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":106,"\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":88,next:[93,2],few:[37,133],usr:[68,6,7,76,125,60],"drilldown\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024\u306e\u7570\u306a\u308a\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":79,"\u30b9\u30b3\u30a2\u9806\u306b\u6607\u9806\u306b\u30bd\u30fc\u30c8\u3059\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u3066\u3044\u307e\u3059":50,"\u3053\u308c\u306b\u3088\u308aclone\u3057\u3066\u304a\u3044\u305fgroonga":106,"\u30af\u30a8\u30ea\u62e1\u5f35\u6a5f\u80fd\u3092\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u306f":64,"\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":[31,48],"\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u6709\u52b9\u3067\u3059":79,soundkitchen:[18,52],sort:[38,79,66,35,93,108,52,18,111],"128452975x503157902":[10,33,50,29],"\u3068\u306a\u308a\u307e\u3059":50,"\u7d4c\u7def\u5ea6":50,"\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":110,src:[10,107,11],"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":129,emphas:80,socket_is_already_connect:121,name2:105,tokenbigramignoreblanksplitsymbolalpha:47,name1:105,"\u3068\u3044\u3063\u305f\u7d5e\u8fbc\u3082\u53ef\u80fd\u3067\u3059":50,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[39,118],"\u30b3\u30de\u30f3\u30c9\u306e\u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":109,"\u305d\u308c\u305e\u308c":125,"\u6642\u9593\u306e\u89e3\u50cf\u5ea6\u3092\u30ca\u30ce\u79d2\u306b\u5909\u66f4":109,"shibuya\u3055\u3093":109,retriev:[93,79],"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u305b\u3093":51,"\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u306f\u3058\u3081\u306bdevelop\u6271\u3044\u3068\u3057\u3066\u30ea\u30ea\u30fc\u30b9\u3055\u308c":51,alic:[79,128,83,41,89,37],"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":46,"\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":104,"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":77,"\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":50,"\u3042\u3068\u306f\u30d6\u30e9\u30a6\u30b6\u306b\u3066http":106,autoconf:18,eng:[36,108],"\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":125,obvious:10,meet:98,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":109,mitsuhiro:109,fetch:53,resource_deadlock_avoid:121,abcd:94,"\u3042\u308b\u5730\u70b9\u304b\u3089\u4f55m\u4ee5\u5185\u306b\u5b58\u5728\u3059\u308b":50,"clone\u6e08\u307f\u306egroonga\u306eweb\u30b5\u30a4\u30c8\u306e\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30bd\u30fc\u30b9":106,tar:[117,90,106,15,11,107,76,60],"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092":106,process:[38,90,1,105,32,117,128,93,11,21,95,107,72,6,96,7,18,52,85,60],sudo:[117,90,106,15,11,98,107,29,52,76,125,60],"\u691c\u7d22\u5bfe\u8c61\u6587\u66f8\u306f\u8907\u6570\u306e\u8a9e\u5f59\u306b\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":100,source_file_nam:95,high:[93,113],"\u30d6\u30ed\u30b0\u306e\u30c6\u30fc\u30d6\u30eb\u3067":53,directory_not_empti:121,"\u304a\u6c17\u306b\u5165\u308a\u306e\u30b3\u30e1\u30f3\u30c8\u4e00\u89a7":129,"\u51fa\u529b\u3059\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":[92,102,79,63],tab:[124,3,121],"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":88,"\u6295\u7a3f\u5834\u6240":129,grn_domain_error:1,sed:[18,11,52],"\u53f3\u8fba\u304c\u5f0f\u306e\u6f14\u7b97\u4ee3\u5165\u6f14\u7b97\u5b50\u3092\u30b5\u30dd\u30fc\u30c8":109,analyz:[93,18,52],users_loc:129,"\u8907\u6570\u306e\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":49,surfac:35,"128515259x503187188":[33,50],groonga_n_record:52,tokendelimit:[5,28,58],satoh:18,"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":109,pair_queri:[36,108,86,58],"\u30e6\u30fc\u30b6\u30fc\u306e\u73fe\u5728\u5730":129,"column\u306e\u5024\u304c":46,"\u672c\u6765\u30e6\u30fc\u30b6\u304c\u5fc5\u8981\u3068\u3059\u308b\u7d50\u679c\u3092\u3088\u308a\u3082\u308c\u306a\u304f\u691c\u7d22\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":64,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":100,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":75,"\u4e3b\u30ad\u30fc\u306e\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3082\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":99,sid:[38,96],defalt:109,instead:[117,79,9,105,66,113,35,68,22,132,128,72,29,96,52,76,18,54,43],"\u4fee\u6b63":52,"\u306b\u540c\u3058\u4f4d\u7f6e\u3092\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":18,"\u3055\u3089\u306b":[33,129],afr:[50,2,91],"_nsubrecs\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u964d\u9806\u3067\u4e26\u3073\u66ff\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":91,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u306e\u969b\u306b\u6587\u5b57\u5217\u304b\u3089\u30ad\u30e3\u30b9\u30c8\u3055\u308c":129,int16:[52,34,109],"\u30b3\u30e1\u30f3\u30c8id":129,"\u30ed\u30b0\u30a4\u30f3\u53ef\u80fd\u3067\u3042\u308b\u304b\u306e\u78ba\u8a8d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u884c\u3044\u307e\u3059":106,"\u500b\u5225\u306b\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u3067\u554f\u984c\u304c\u767a\u751f\u3057\u3066\u3044\u308b\u7b87\u6240\u3092\u5207\u308a\u5206\u3051\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":106,stop:[18,79,6,52],"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u4f5c\u696d\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3092\u5bfe\u8c61\u306b\u884c\u3044\u307e\u3059":106,"x\u306e\u304a\u77e5\u3089\u305b":52,gcc:[117,90,15,52,18,76],"load\u30b3\u30de\u30f3\u30c9":0,decrib:6,"\u3067groonga\u306e\u7f72\u540d\u7528\u306e\u9375\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":106,attent:79,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u304b\u3089\u306e\u5909\u66f4\u5c65\u6b74\u3092\u53c2\u7167\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,"\u30bd\u30fc\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":50,"\u8907\u6570\u30ab\u30e9\u30e0\u3092\u5bfe\u8c61\u3068\u3057\u305f\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":129,"scorer\u3092\u5229\u7528\u3057\u305f\u30bd\u30fc\u30c8":[38,111],physic:88,alloc:[10,52,79,2,55],drop:[18,52],"\u6295\u7a3f\u8005\u306f":129,"\u3053\u308c\u3092\u4f7f\u3046\u3053\u3068\u3067":53,rakutan:53,"\u30d9\u30af\u30bf\u306e\u5024\u3092\u51fa\u529b\u3059\u308b\u3068\u304d\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":109,"dist\u3092\u884c\u3046\u3068version\u304c\u53e4\u3044\u307e\u307e\u306b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":106,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7528\u306eindexblog1\u30c6\u30fc\u30d6\u30eb\u3082\u4f5c\u308a":53,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":75,correspond:[86,108,58,36,132,8],processor:[117,107,90,11,93],"1\u884c\u76ee":104,otehr:43,"8\u307e\u3067\u306e\u6570\u5024\u304c\u6307\u5b9a\u53ef\u80fd\u3067":68,thesauru:79,allow:[2,93,11,22,107,29,52],"\u30de\u30a4\u30af\u30ed\u79d2\u5358\u4f4d\u306764bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u306b\u3088\u308a\u8868\u73fe\u3057\u307e\u3059":34,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":125,"\u95be\u5024\u3092\u8d8a\u3048\u308b":47,posted_bi:129,"\u4eac\u90fd":[47,100],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdelete\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":119,"\u30a8\u30ed\u3044\u304a\u3063\u3055\u3093":129,"\u51e6\u7406\u6642\u9593":[92,102,79,63],"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":68,six:[103,2],creation:[18,2,52],location_in_input:95,ouput:52,hiroshi:18,replies2:53,liblzo2:[107,11],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30ea\u30ea\u30fc\u30b9\u3068\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u7d44\u307f\u5408\u308f\u305b\u3067\u30d3\u30eb\u30c9\u3092\u5e73\u884c\u3057\u3066\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":106,syntax_error:121,meter:9,sysconfig:98,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":51,grn_socket_is_already_shutdown:1,comma:[10,40,2,105],"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":100,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":104,"\u7d9a\u3044\u3066":47,effici:93,"100x100":118,earlier:[18,132],perfect:93,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":59,"log_level\u306f":4,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":88,"\u3067\u793a\u3055\u308c\u305f\u60c5\u5831\u306e\u914d\u5217\u3092\u51fa\u529b\u3057\u307e\u3059":[75,67],"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":75,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":104,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":68,hobbi:103,wget:[117,90,15,11,107,76],vdw:[50,2,91],euc:[52,68],read_only_file_system:121,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":46,"\u5f62\u5f0f1\u3068\u5f62\u5f0f2\u306f\u6df7\u5728\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":26,zip:[38,106,96],"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":46,"\u5de6\u4e0a":0,"\u5de6\u4e0b":0,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":46,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":68,"\u8ffd\u52a0\u306e\u5c5e":49,crash:[18,52],"shorttext\u578b\u306e\u5024\u3092\u683c\u7d0d\u3059\u308b\u30ab\u30e9\u30e0":49,"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u65b0\u3057\u304f\u306a\u3063\u305f\u3068\u3057\u3066\u3082":51,python:[13,106],auto:[52,108],"release\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067build\u304b\u3089upload\u307e\u3067\u4e00\u6c17\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":106,spell:124,"\u6771\u4eac\u90fd\u306b\u4f4f\u3093\u3067\u3044\u308b":129,kisk:52,succeeded_or_not:[41,89],dat:52,mention:16,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":25,billiard:[47,100],"8\u30ea\u30ea\u30fc\u30b9":[52,106],automat:[2,128,66,7,105,85],lzo:96,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":75,"javascript\u306e\u5f0f\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u6761\u4ef6\u3092\u6307\u5b9a\u3059\u308b\u70b9\u3067\u3059":50,parameter1:6,"\u4ee5\u964d\u306e\u8aac\u660e\u3067\u306f":106,"grntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":104,"4000\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u5185\u5bb9\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":106,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":104,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u3082bigram\u3092\u751f\u6210\u3057":100,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":125,edit:[59,106],"0\u306e\u79d2\u8868\u8a18":47,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u4e00\u90e8\u3092\u5dee\u3057\u66ff\u3048\u305f\u3044\u5834\u5408":106,"tomotaka_ito\u3055\u3093":18,"\u305d\u308c\u305e\u308c\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5\u3068\u306a\u308b\u6761\u4ef6\u304c\u3042\u308b\u306e\u3067\u63a1\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5341\u5206\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044":47,"\u6295\u7a3f\u8005\u306e\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":129,"\u3053\u308c\u306b\u5bfe\u3057\u3066":100,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":46,"\u3053\u306e\u4f8b\u306f\u65e5\u672c\u8a9e\u3060\u3063\u305f\u306e\u3067tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u3088\u304b\u3063\u305f\u306e\u3067\u3059\u304c":47,"\u3064\u3065\u3044\u3066":129,"lucid\u4ee5\u964d\u306e\u95a2\u9023\u3059\u308b":106,"uptime\u306e\u8868\u793a\u5f62\u5f0f\u3092\u8aad\u307f\u3084\u3059\u3044\u5f62\u5f0f\u306b\u5909\u66f4":0,"\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":27,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":104,grn_file_too_larg:1,"\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":55,"\u524a\u9664\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":119,bump:52,"\u306e\u66f4\u65b0":59,"\u3053\u308c\u3092\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3068\u547c\u3073\u307e\u3059":91,strip:80,"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":125,normalizerauto:[75,5,94,83,43],"\u3067\u3042\u308c\u3070":104,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":104,meta:52,"static":[18,2],"\u305d\u306e\u305f\u3081":[99,106,47,129,100,112,104],our:[17,85],differ:[61,79,9,3,10,128,83,52,53,105,37,43],"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":104,"tomita\u3055\u3093\u304c\u5831\u544a":109,grn_too_many_symbolic_link:1,out:[117,90,107,11,16,72,96,74,53,60],variabl:[105,15,10,121,52,18,124],longitude_in_degre:105,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":109,reload:124,"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":118,"\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":79,bob:[79,128,83,41,89,37],"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5bfe\u3059\u308b\u691c\u7d22\u51e6\u7406\u3084\u66f4\u65b0\u51e6\u7406\u306e\u305f\u3081\u306e\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u305f\u3081\u306e\u30c7\u30fc\u30bf\u69cb\u9020\u3067":46,"\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":63,"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":46,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u66f4\u65b0":63,"\u4f4d\u7f6e\u60c5\u5831":50,"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":18,"\u691c\u7d22\u5bfe\u8c61\u306e":47,suitabl:[82,66,43],rel:[18,79],"\u30ab\u30ec\u30fc":100,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":47,"\u4e16\u754c\u6e2c\u5730\u7cfb":34,merg:[93,52,85],grn_geo_estimate_in_rectangl:18,red:59,new_vers:106,"\u7def\u5ea6\u306e\u30df\u30ea\u79d2":50,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":47,"\u3053\u306e\u30b1\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3059\u308b\u306e\u3067":47,"quit\u306f":114,manipul:113,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":47,"\u30e6\u30fc\u30b6\u30fcid":129,control:[52,113,6,83],"0\u4ee5\u4e0a255\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":34,york:9,"\u30c8\u30e2\u3061\u3083\u3093":33,usual:[10,12],"\u30ea\u30ea\u30fc\u30b9\u65e5":106,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":0,"com\u3067\u3082\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767a\u4fe1\u3057\u3066\u3044\u307e\u3059":106,"windows\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,"debug\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3057\u305f\u3068\u304d\u306b\u7d42\u4e86\u6642\u306b\u672a\u958b\u653e\u306e\u30e1\u30e2\u30ea\u304c":109,"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":104,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":106,"128\u4ee5\u4e0a127\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":34,latitude_in_msecxlongitude_in_msec:105,could:[10,52],area:93,"\u30ad\u30fc\u304c":68,keep:[44,18,82,12],"\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":104,"pdf\u306e\u4f5c\u6210":59,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3055\u308c\u306a\u3044":109,lte:5,"\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":68,geometri:18,"\u57fa\u672c\u7684\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u5185\u5bb9\u3092\u305d\u306e\u307e\u307e\u8a18\u8f09\u3057\u307e\u3059":106,column2:[52,79,46,105],"\u6b21\u306bgroonga\u306etest":106,ful:5,intens:6,"\u305d\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3057\u307e\u3059":106,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u3092\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":125,largetext:66,"\u5206":129,"\u8aac\u660e":[38,32],hex:[33,105],"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":127,grn_interrupted_function_cal:1,rescord:113,date:[38,9,111,104,93],"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":104,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":47,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308buser\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057":33,"\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u683c\u7d0d\u3059\u308busername\u30ab\u30e9\u30e0":33,lib:[98,109,6,7],"scorer\u306f":79,"647\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":34,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":110,index_messag:53,"\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":50,prioriti:93,"groonga\u30b3\u30de\u30f3\u30c9\u306b":109,expnas:124,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":88,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":88,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c\u306f":91,"tag\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":33,unknown:52,"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":77,mkdir:112,system:[61,79,105,15,93,34,22,82,10,6,52,18,76,128],messag:[106,96],attach:[132,85],"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cdevelop\u3042\u308b\u3044\u306fdeprecated\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f":51,"\u6761\u4ef6\u306e\u9806\u5e8f\u3092\u5909\u3048\u308b\u3068\u691c\u7d22\u7d50\u679c\u304c\u5909\u308f\u308b\u3068\u3044\u3046\u72b6\u6cc1\u304c\u767a\u751f\u3057\u307e\u3059":47,monkei:10,"akio\u3055\u3093":109,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[47,26,34,104],termin:[52,2,6],"\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":53,"final":6,articles2:53,key_with_si:[105,128,99,43],"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":0,"http\u3067groonga\u30b5\u30fc\u30d0\u3068\u901a\u4fe1\u3059\u308b\u969b\u306b\u306f":26,fuzzi:43,"uint16\u306e\u7b49\u5024\u6bd4\u8f03\u306bc\u8a00\u8a9e\u306e\u6bd4\u8f03\u6f14\u7b97\u5b50\u3092\u4f7f\u7528":109,"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":27,"\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":49,"grntest\u304c\u5229\u7528\u3059\u308bgroonga":104,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":77,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bget\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":92,itagaki:109,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":47,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u5f8c\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":100,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":87,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":126,"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":109,"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":0,"groonga\u30b3\u30de\u30f3\u30c9\u3092\u901a\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u547d\u4ee4\u3092\u30b3\u30de\u30f3\u30c9\u3068\u547c\u3073\u307e\u3059":68,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":81,groo:79,onc:[18,53,132,79,52],old_releas:106,structur:[95,66,93],charact:[5,2,105,86,93,128,68,22,103,52,18,132,124,43],downcas:132,"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":118,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":46,"\u30c7\u30fc\u30bf\u3092\u8ffd\u52a0\u3059\u308b\u969b\u306b\u5f8c\u65b9\u4e00\u81f4\u7528\u306e\u30ec\u30b3\u30fc\u30c9\u3082\u8ffd\u52a0\u3055\u308c\u3066\u3057\u307e\u3044\u307e\u3059":99,exec_format_error:121,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":88,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":100,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":47,"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":34,"yes\u3092\u6307\u5b9a\u3059\u308b\u3068chroot\u74b0\u5883\u3067\u4e26\u5217\u306b\u30d3\u30eb\u30c9\u3092":106,"4097byte":66,favorit:[129,85],half:132,"\u5f8c\u8005\u306f\u4e16\u754c\u6e2c\u5730\u7cfb":50,msec:18,"\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":68,"drilldown_output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":79,fail:[2,128,7,52,18,43],"0x04":121,"shimada\u3055\u3093\u304c\u5831\u544a":109,"\u5f8c\u8ff0\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3054\u3068\u306egrntest\u306b\u3088\u308b\u52d5\u4f5c\u78ba\u8a8d\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":106,need:[5,2,3,66,72,6,7,36,52,76,37,79,105,12,85,86,15,121,18,53,124,54,90,132,128,93,94,22,95,58,43],"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":77,border:[52,5],"\u3068\u3044\u3046\u6587\u5b57\u5217\u3067\u691c\u7d22\u3057\u305f\u5834\u5408\u306b":64,"\u5927\u91cf\u306e\u4f4d\u7f6e\u60c5\u5831\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3059\u308b\u5834\u5408\u306b":33,"0x08":121,"grntest\u3067\u7d50\u679c\u306e\u6bd4\u8f03\u304c\u5e38\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":109,min:[126,52,104],"title\u30ab\u30e9\u30e0\u306e\u307f\u3067\u306e\u691c\u7d22":53,tokenbigramsplitsymbol:[47,28],"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":46,"grntest\u304cmlock\u306e\u60c5\u5831\u51fa\u529b\u306b\u5bfe\u5fdc":109,"\u305d\u306e1\u4f8b\u306b\u3059\u304e\u307e\u305b\u3093":33,"0x02":121,mix:108,builtin:[83,9],"\u82b1\u5b50":33,"\u30ab\u30e9\u30e0\u306eflags\u5c5e\u6027":67,which:[117,79,80,2,105,83,10,93,68,98,9,16,5,29,129,52,53,94],grn_operation_would_block:1,"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":51,subject:52,ifexist:40,singl:[40,52,5,2],"\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u4e00\u89a7\u306a\u3069":129,"\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":91,gurun:113,arugment1:105,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u95a2\u3059\u308b\u52d5\u4f5c\u3092\u8a2d\u5b9a\u3057\u307e\u3059":79,bottom_right:[18,39],"pdf\u51fa\u529b\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":13,grn_geo_select_in_circl:18,oracl:[38,96],"\u5168\u3066\u306e\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":53,"\u3067\u306f\u307e\u3068\u3081\u3066\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u307e\u3059":106,"\u304c2\u4ef6":129,eight:2,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":47,"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":87,"\u7d44\u8fbc\u578b":[38,32],default_token:79,why:79,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570":27,sigstop:52,"\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":26,"centos\u306e\u5834\u5408":106,"\u6e2c\u5730\u7cfb":34,latin1:[52,76],"org\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":106,url:[18,80,112,37],uri:6,"takahiro\u3055\u3093\u304c\u63d0\u6848":109,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[38,111],consol:6,determin:[79,2,113],brew:60,"_id":[2,64,29,36,89,77,99,79,105,108,82,41,112,33,86,47,50,53,128,91,95,58,132],automak:109,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f":129,fact:79,"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":68,"\u62e1\u5f35\u5b50\u306f":104,dbm:[93,22],"or\u6307\u5b9a\u3092\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":50,"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":91,past:52,"geopoint\u578b\u306e\u30ab\u30e9\u30e0\u3067\u691c\u7d22\u3092\u3057\u307e\u3059":129,"\u6709\u52b9\u306a\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u591a\u304f\u30d2\u30c3\u30c8\u3059\u308b\u305f\u3081\u306b":79,"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":88,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":126,"\u8fd4\u4fe1\u5143\u306e\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9":129,bring:2,word1:[52,79,105,128],"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":100,"\u30671\u4ef6\u30d2\u30c3\u30c8\u3057":47,ssssss:103,"\u51e6\u7406\u3092\u958b\u59cb\u3057\u305f\u6642\u9593\u306b\u3064\u3044\u3066":[92,102,79,63],"grn_bool\u578b\u3092\u8ffd\u52a0":109,"\u30d3\u30eb\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":106,"\u57f7\u7b46\u4e2d\u3067\u3059":53,"learner\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":109,"grn_rc\u306b\u5bfe\u5fdc\u3059\u308b\u6570\u5024\u304c\u8fd4\u3055\u308c\u307e\u3059":[92,102,79,63],ear:5,emac:85,nois:86,"groonga\u306e\u30c6\u30fc\u30d6\u30eb\u306f":99,your_github_account:85,"\u305d\u306e\u307e\u307emake\u30b3\u30de\u30f3\u30c9\u306b\u3066\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":106,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":0,"\u5358\u7d14\u306b\u691c\u7d22\u3059\u308b\u3068":99,"\u3053\u308c\u306f":[47,50],grn_expr_create_for_queri:46,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u306bstable\u6271\u3044\u3067\u306a\u3044\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":51,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[75,68],elfr:52,local:[105,106,93,6,76,85],"\u30bf\u30a4\u30c8\u30eb\u6587\u5b57\u5217\u306etitle\u30ab\u30e9\u30e0":53,"\u3042\u308b\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306e\u3064\u3044\u3066\u3044\u308b\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":129,articles_cont:53,"\u3092\u4f7f\u3063\u3066":50,"centos_versions\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067\u7279\u5b9a\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":106,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":99,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":100,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":47,"\u6a19\u6e96\u5165\u529b":[55,31,63,114,4,67,48,119,49,88,25,110,97,112,102,42,75,84,27,92,78],"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":51,"script\u5f62\u5f0f\u306egrn_expr\u6587\u5b57\u5217\u306b\u3088\u3063\u3066\u30ec\u30b3\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u307e\u3059":119,"\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":46,"grntest\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":104,"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":79,subrecord:52,"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":46,"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":53,db1:37,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":47,do_gqtp:104,japan:[29,91],grn_not_socket:1,"\u3082\u691c\u7d22\u6761\u4ef6\u306b\u52a0\u3048\u307e\u3059":99,enabl:[79,5,128,106,10,103,11,22,55,83,109,29,52,76,18,43,90,6],upper:[18,2,43],hsiomaneki:129,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":100,"\u51e6\u7406\u958b\u59cb\u6642\u9593":[92,102,79,63],"chroot\u74b0\u5883\u306e":106,"\u30c7\u30fc\u30bf\u306e\u30ed\u30fc\u30c9\u306e\u969b\u306b\u30de\u30a4\u30af\u30ed\u79d2\u3092\u5358\u4f4d\u3068\u3059\u308b\u6574\u6570\u5024\u306b\u5909\u63db\u5f8c":129,"\u3042\u308b\u8a9e\u53e5\u304c\u4ed8\u4e0e\u3055\u308c\u3066\u3044\u308b\u52d5\u753b\u306e\u4e00\u89a7\u3092\u53d6\u5f97\u3059\u308b":33,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":68,"masahiro\u3055\u3093":109,gram:[93,5,2,105],candidate1:108,contain:93,"\u6587\u5b57\u5217\u578b\u306e\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0\u3067\u3082\u53ef\u80fd\u3067\u3042\u308a":64,jiro:33,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":33,followe:129,view:[38,111,52],"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u306710":47,"hat\u7cfb":106,"\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3057\u3087\u3046":33,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":125,knowledg:93,"\u4e8c":36,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":100,"\u66f4\u65b0\u3057\u305f\u30ab\u30e9\u30e0\u306e\u5024\u3092\u8fd4\u5374\u3057\u307e\u3059":[102,63],"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":46,"\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":79,"\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":68,now:[38,32,117,7,52,76,115,85],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":109,"10t22":86,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3046\u5834\u5408\u306b\u306f":91,index_tag:33,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u306e\u65b9\u3092tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u3088\u308a\u3082\u91cd\u8996\u3059\u308b\u3088\u3046\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":47,entranc:2,still:[57,133,85],vector_column:52,extend:53,correctli:[52,2],record:[44,38,32,93,35,40,52,18],wibowo:52,host_name_or_ip_address:29,segment:[52,88],below:[40,74,128],dll:[18,104,52],"\u304c\u66f8\u304d\u8fbc\u3093\u30604\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":129,written:7,preconfigur:[107,90,11,98,117],travi:116,microsecond:[10,103],benchmark:52,progress:103,with_weight:49,"\u3053\u306e\u5834\u5408":53,exmapl:[105,128],lake:35,grn_retry_max:1,ken:33,"\u683c\u7d0d\u3055\u308c\u307e\u3059":129,"munin\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0":0,"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":118,kei:[44,79,2,105,106,10,66,108,128,40,92,102,63,93,52,132,119,43],superior:[93,22],"\u534a\u5f84\u304b\u3089\u306e\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u305f\u3081\u306b\u5730\u5f62\u3092\u3069\u306e\u3088\u3046\u306b\u8fd1\u4f3c\u3059\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":118,"\u8a18\u53f7":[47,68],grn_no_child_process:1,lynx:[38,96],"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":88,"columns\u3067\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":109,job:104,"grnslap\u306f":126,object_corrupt:121,"\u5c0f\u6570\u3092\u4f7f\u3044\u307e\u3059":34,homebrew:[38,96],argument:[80,2,105,83,22,12,16,9,29,52,18,53],eclips:85,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18\u306e\u5ea6\u6570":50,"\u3053\u308c\u3082":129,addit:[38,90,5,32,117,93,11,94,107],encodiong:105,"\u3053\u306e\u307e\u307e\u3067\u306f\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u8868\u793a\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":47,condtion:128,plugin:[117,90,107,96,74,85],admin:[18,109,52],"\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u306b\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u307f\u304c\u305d\u308c\u305e\u308c\u30d2\u30c3\u30c8\u3057\u307e\u3059":64,shorttext:[2,64,66,34,68,29,36,75,89,104,99,79,80,105,10,108,82,83,41,112,67,43,33,86,47,49,16,50,9,53,128,91,129,22,95,58,132],"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306f":129,recrod:79,comment:[16,53,124,112,129],"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":118,"ueno\u3055\u3093\u304c\u5831\u544a":130,"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":[75,67],"\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":129,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":110,"188\u79d2\u3067\u3059":50,"2\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":129,"\u691c\u7d22\u7d50\u679c\u3092\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3068\u30e6\u30fc\u30b6\u30fc\u3067\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3057":129,"\u30ab\u30e9\u30e0\u60c5\u58311":67,"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":47,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":126,"\u30ab\u30e9\u30e0\u578bn":79,english:[61,79,17,52,18,85],grn_update_not_allow:1,gone:33,"\u3053\u3053\u3067\u306f\u7f6e\u63db\u30c6\u30fc\u30d6\u30eb\u3068\u547c\u3073\u307e\u3059":64,log_repoen:52,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5185\u306e\u30b9\u30ad\u30fc\u30de\u3068\u7279\u5b9a\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u30c7\u30fc\u30bf\u306e\u307f\u51fa\u529b":112,"delete\u304c\u5e38\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":109,"\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":129,"\u304c1\u3064":129,"\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":27,zenigata:33,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":100,index_friend:33,"\u5185\u8a33\u306f":47,respect:[10,52],test_str:125,"\u304c\u3042\u308a\u307e\u3059":26,april:106,quit:[38,21,106,32],replied_to:129,divid:[10,93,105],"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":34,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":104,solr:105,quotat:5,"\u5b58\u5728\u3057\u306a\u3044\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53c2\u7167\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":109,"query_expander\u30d1\u30e9\u30e1\u30fc\u30bf\u306b":64,quiz:33,"\u305d\u306e\u305f\u3081\u306b\u306f\u307e\u305a\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,json:[18,109,52],mime:37,treat:[79,5,105,86,35,52,36],"259\u79d2":50,"\u306e2\u5358\u8a9e\u6271\u3044":100,immedi:[93,6],"org\u304c\u30db\u30b9\u30c8\u3092":106,"\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":104,invalid_seek:121,"\u65e5\u672c":36,"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":81,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":125,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":68,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":100,"\u4f8b\u3048\u3070":[33,99,91,47,100,68,70,53,104],geo_in_circl:[18,52,115,32,38],"\u3053\u3053\u3067\u306f":[47,129,50],"128423343x502929252":129,"\u6587\u5b57\u5217\u3067\u65e5\u6642\u3068\u6642\u523b\u3092\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3067\u3059":129,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":75,"\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":102,"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[39,118],roonga:8,spain:9,"jsonp\u304c\u52d5\u4f5c\u3057\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":18,found:[52,79,76,72,8],"\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":53,"\u691c\u7d22\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u3092\u8907\u6570\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":53,bye:[79,105,128],"\u771f\u507d\u5024\u3092\u8868\u3057\u307e\u3059":34,plain:80,"\u3082\u3057grntest\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":104,"\u304c\u305d\u308c\u305e\u308c2\u4ef6\u305a\u3064\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":129,"select\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":109,php:[52,106],"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":104,defin:[2,105,101,82,121,124],grn_operation_not_permit:1,"\u691c\u7d22\u7d50\u679c\u306b\u306f":50,"\u6539\u884c\u6587\u5b57\u306f":68,glossari:54,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u9069\u5408\u7387\u306e\u4f4e\u3044\u5834\u5408\u304c\u591a\u3044\u306e\u3067":47,replies_cont:53,"repositories\u914d\u4e0b\u306b":106,ill:100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":110,multi:[18,76,133,6,93],"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":125,"\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u306e\u5909\u66f4\u3042\u308a":18,"groonga\u3067\u4e88\u3081\u5b9a\u7fa9\u6e08\u307f\u306e\u578b\u304b":34,longitude_in_msec:105,almost:18,demo:33,"5th":79,"\u3072\u308d\u3086\u304d":99,site:[33,2,91,10,50,29,112,113],"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":47,"975\u79d2":50,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":104,archiv:[52,76,72,106,85],gothic:13,"4gib":[66,121],ueno:[18,52],user_column:104,"groonga\u30bf\u30b0\u306e\u4ed8\u3044\u3066\u3044\u308b2\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":129,"\u3092\u4f5c\u6210\u3057\u307e\u3059":49,"\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":33,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":104,"\u30e6\u30fc\u30b6\u304c\u6307\u5b9a\u3057\u305f\u691c\u7d22\u6587\u5b57\u5217\u3092\u9069\u5b9c\u62e1\u5f35\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059":64,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":39,"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":47,too_many_open_files_in_system:121,welcom:[79,105,57,128,17,59,85],japanes:[61,105,93,128,17,52,36,85],"query\u3068":129,grn_expr_append_op:46,grn_default_logger_set_path:52,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":109,"\u4ee5\u524d\u306e\u8a2d\u5b9a\u5024":84,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u591a\u304f\u306a\u3063\u305f\u5834\u5408\u306f\u6307\u5b9a\u3059\u308b\u5024\u3092\u4f4e\u304f\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":47,"\u30ab\u30e9\u30e0\u306e\u578b\u306b\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":34,"count\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u305f\u306a\u3089\u3070":55,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":87,speaker:17,"pc\u306bgroonga":130,"\u6642\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":109,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":110,"\u306e\u3082\u306e\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":129,output_column:[52,110],crch:5,"\u5024\u304c\u5b58\u5728\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":109,auth_bas:[6,37],entry_selector:110,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":47,"query\u30d1\u30e9\u30e1\u30fc\u30bf\u3068filter\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3068":50,http:[126,38,90,80,106,85,117,15,93,11,68,107,72,6,112,52,76,26,60,104,54],hostnam:[68,6,52,26,104,29],"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,expans:[18,79,124,83,52],"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u518d\u73fe\u7387\u3092\u3042\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":47,effect:[40,52,129],dai:[82,103,105],"dist\u3067\u751f\u6210\u3057\u305ftar":106,issu:59,grn_obj_get_valu:18,countri:[29,91],rpmforg:90,"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":47,devel:[117,90],"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":59,expand:[38,52,79,32,7],"\u4f5c\u6210\u3057\u305f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8\u3078\u3068\u6d41\u3057\u307e\u3059":106,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u524d\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":100,"\u79d2\u5358\u4f4d\u3088\u308a\u8a73\u7d30\u306a\u65e5\u6642\u3092\u6307\u5b9a\u3059\u308b\u306b\u306f":34,off:[18,6],center:[93,118],"geopoint\u578b\u3067\u3059":129,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":104,"316\u79d2":50,"\u5f15\u6570\u540d1":[26,68],well:[93,52,76,22,29],"\u30e6\u30fc\u30b6\u3078\u5f71\u97ff\u3059\u308b\u3088\u3046\u306a\u5909\u66f4":106,dinam:113,"0x10":121,"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":118,"\u7d9a\u3044\u3066\u30a8\u30e9\u30fc\u5185\u5bb9\u3092\u793a\u3059":[92,102,79,63],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":114,exampl:[116,93,59],command:[38,32,85,93,109,12,72,52,74,18,76,54],"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":104,"blogs\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u3092tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u3066\u304b\u3089\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059":47,choos:[10,40],undefin:10,uzulla:18,"\u30e6\u30fc\u30b6\u30fc\u5225":129,update_not_allow:121,lcov:125,"1byte":121,"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u305f\u6642\u523b\u306etvsec\u5024\u3092\u8fd4\u3057\u307e\u3059":55,unari:52,distanc:[93,52,35,105,9],"\u4eca\u5ea6\u306f":129,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":47,value_1:[2,29],"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":81,normalizermysqlgeneralci:132,users_nam:83,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":68,absolut:7,euc_jp:76,"\u30b0\u30cb\u30e3\u30e9\u304f\u3093":129,"\u30df\u30ea\u79d2\u8868\u8a18\u306e\u5834\u5408\u306f\u305d\u308c\u305e\u308c":50,"\u8a2d\u5b9a\u5024\u3092\u8868\u793a\u3059\u308b":0,"5\u30ea\u30ea\u30fc\u30b9":52,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u306a\u3069\u3067\u79fb\u52d5\u3059\u308b":42,"\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":46,rest:124,prepend:[128,6,105],"\u79cb\u8449\u539f\u99c5\u304b\u3089\u306e\u8ddd\u96e2\u3092\u8868\u793a\u3055\u305b\u3066\u307f\u307e\u3057\u3087\u3046":50,web:[79,128,86,108,6,58,76],"\u7fbd\u7530":129,"\u672a\u5b9f\u88c5\u3067\u3059":102,"shimada\u3055\u3093":109,amd64:106,"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":109,"\u306e\u30b3\u30e1\u30f3\u30c81\u4ef6\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":129,"30ac":132,"log_reopen\u306f":42,point:[9,93,35,39,41,52,18,118],bc009774:106,patricia:[2,105,66,128,52,18,43],"grntest\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":104,uncontinu:52,add:59,valid:[10,18,2,66,52],combind:128,reason:[52,79,37,43],"\u3067\u533a\u5207\u308a\u307e\u3059":68,logger:52,"txt\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":106,"\u30ab\u30e9\u30e0\u578b1":79,match:96,comment_nam:16,"\u7d50\u679c\u306f\u4e0a\u306e\u4f8b\u3068\u540c\u3058\u306b\u306a\u308a\u307e\u3059":53,ptorotocl:29,broken_pip:121,"185428000x":9,"\u3067\u306f\u306a\u304ffree":109,dest:[10,126,68],"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b":50,grn_obj_path_by_id:52,"\u5fa9\u53f7\u3057\u305f\u9375":106,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":100,customiz:22,were:[9,2],five:[95,2],know:98,substit:79,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":77,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":104,"2nd":79,recurs:[79,124],location_in_groonga:95,"\u958b\u3044\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u304c\u591a\u3059\u304e\u3066accept\u3067\u304d\u306a\u3044\u72b6\u614b\u306e\u8ca0\u8377\u3092\u4f4e\u6e1b":109,name:[49,79,93,67,48,40,88,41,110,112,52,95,18,94,85],qwik:112,insert:[52,2,22],"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":104,dat_kei:66,like:[79,9,105,108,35,17,16,6,113,36,76,37,128],success:12,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f10\u3067\u3059":79,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":100,earch:5,draw:33,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":88,"\u3053\u306e\u3088\u3046\u306bn":47,"shorttext\u306e\u30d9\u30af\u30bf\u30fc\u3092\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u4f7f\u7528\u3057\u305f\u3044\u5834\u5408\u306b\u306f":34,grn_file_corrupt:1,"\u3067\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":18,necessari:[18,2],"\u3067\u4e0d\u6b63\u306ajson\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u305d\u308c\u4ee5\u964d\u30b3\u30de\u30f3\u30c9\u3092\u53d7\u3051\u4ed8\u3051\u306a\u304f\u306a\u308b":109,"grntest\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":104,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u53d6\u5f97":92,"com\u304cedge\u3092\u4f5c\u308b":87,socket_is_already_shutdown:121,string1:81,page:[38,85,17,52],"\u4e3b\u30ad\u30fc\u304c\u6570\u5024\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3067\u306e\u6bd4\u8f03\u6f14\u7b97\u306b\u5bfe\u5fdc":109,lager:52,grn_plugin_regist:130,"\u30e6\u30fc\u30b6\u30fc\u306e\u540d\u524d\u3084\u81ea\u5df1\u7d39\u4ecb\u6587":129,"\u3053\u3053\u3067\u306f\u30df\u30ea\u79d2\u8868\u8a18\u3067\u767b\u9332\u3057\u307e\u3057\u3087\u3046":50,easy_instal:13,"\u30bf\u30a4\u30c8\u30eb\u3082\u3057\u304f\u306f\u5185\u5bb9\u306b\u7279\u5b9a\u306e\u5358\u8a9e\u3092\u542b\u3080":53,linux:[38,96],"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":106,"436218z":105,no_child_process:121,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":0,tasuku:71,"\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":78,"tokenbigram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":47,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":112,grn_cas_error:1,proper:95,home:[76,106],"\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":84,"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":47,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":104,francisco:9,"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":104,"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":51,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":68,lead:[79,2,22],tokenbigramignoreblanksplitsymbol:[47,28],"\u30db\u30b9\u30c8\u540d\u3068":104,hash_index:129,"title\u3082\u3057\u304f\u306fmessage\u30ab\u30e9\u30e0\u3067\u306e\u691c\u7d22":53,grn_address_is_in_us:1,"\u500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":47,"\u3053\u306e\u3088\u3046\u306btokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u91cd\u307f\u3092\u9ad8\u304f\u3059\u308b\u3053\u3068\u306b\u3088\u308a":47,time_stamp:103,grn_obj_remov:18,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":100,"\u3069\u3046\u3057\u3066\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":47,"\u4e00\u5de5\u592b\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":99,"\u8ffd\u52a0\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a":99,"10t13":[36,86,58],acronym:121,win64:72,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":47,"output_type\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066":26,fast:[95,79,5,2,105,128,66,35,22,40,9,80,93,53,133,37,43],host:[18,29,104,54],"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u76f4\u4e0b\u306b":18,"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":88,although:6,offset:[52,110],saerc:[108,86],"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":106,"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":125,hana:33,"\u30c0\u30e1\u30fc\u30b8":47,iwai:52,column_index:[33,79,2,64,83,47,129,128,22,82,49,16,53,105],actual:[10,2,6],socket:52,world:34,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306f":33,"\u306e\u307b\u304b\u306b":34,"blog_body\u7d22\u5f15":47,stamp:[103,36,86,58],grn_object_corrupt:1,tomo:33,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6700\u5927\u4ef6\u6570\u306f\u5909\u66f4\u305b\u305a":84,"\u30c6\u30fc\u30d6\u30eb\u306e\u524a\u9664":31,table_list:[38,32,109,21,52,18],"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":59,successor:105,groonga_path:104,"5367431640625e":3,"grntest\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":104,"\u6570\u5b57":104,"\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":46,"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":68,socket_not_initi:121,tag:[18,106,52],"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":104,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":104,due:[93,22],"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":47,"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":106,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u914d\u5217\u3067\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":129,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":47,been:106,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":77,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":47,iexplor:72,f10399c0:106,"_score\u3092\u901a\u3058\u3066\u30bd\u30fc\u30c8\u3067\u3082\u7528\u3044\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":50,"\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":104,"\u30d7\u30e9\u30b0\u30a4\u30f3\u767b\u9332api\u306e\u540d\u524d\u3092\u6539\u826f":130,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":68,grn_function_not_impl:1,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092grntest\u5358\u4f53\u3067\u5b9f\u884c\u3057":104,"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":68,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":68,"145508000x":9,"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":51,transfer:[38,121,111,93],"\u305d\u306e\u4ed6\u306e\u74b0\u5883\u3067\u306f\u9069\u5b9c\u8aad\u307f\u66ff\u3048\u3066\u4e0b\u3055\u3044":106,lexicon2:53,"1285858800\u306f2010":47,conbind:128,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679cn":79,remaind:105,appl:132,rch:5,"\u6587\u5b57\u5217\u578b\u3092\u4e3b\u30ad\u30fc\u3068\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":91,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":51,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":68,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":34,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":46,"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":42,"\u691c\u7d22\u3059\u308b\u6587\u5b57\u5217\u306fquery\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u307e\u3059":53,"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":77,"com\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":106,"function":[38,71,106,32,93,95,6,52,125],"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":125,"\u4ee5\u5916\u306e\u5834\u5408\u306f":[92,102,79,63],cutter_debug:125,unexpect:52,"\u307e\u3060\u89e3\u653e\u3055\u308c\u3066\u306a\u3044\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af\u306e\u6570\u3092\u793a\u3057\u307e\u3059":55,"offset\u3068limit\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":91,"\u30c7\u30fc\u30e2\u30f3\u306b\u306a\u308b\u3068\u304d\u306f\u6a19\u6e96\u51fa\u529b\u3092\u9589\u3058\u308b\u3088\u3046\u306b\u3057\u305f":0,"\u691c\u7d22\u4f8b4":59,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[59,120],"\u691c\u7d22\u4f8b2":59,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":34,"\u73fe\u5728":42,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":100,gronga:[124,8],"\u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a":[38,111,129],"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u305f\u3081\u306e\u30c6\u30fc\u30d6\u30eb\u3067\u3059":129,uninstal:52,"\u521d\u306e\u66f8\u304d\u8fbc\u307f":129,overflow:[10,18],kana:[36,108,86,58],"\u30ab\u30e9\u30e0\u5024n":[92,102,63],"\u30b3\u30e1\u30f3\u30c8\u306b\u95a2\u3059\u308b\u5185\u5bb9\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3067\u3059":129,"config\u304c\u306a\u3044\u5834\u5408\u306flibedit\u3092\u691c\u51fa\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u305f":109,escal:96,count:[93,79],"version\u306b\u6307\u5b9a\u3057\u305f\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":51,enginen:36,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u3068\u304d":67,"\u3068\u3044\u3046\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059":50,whether:[79,1,128,83,10,108,16,9,6,113,52],"\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":46,"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":68,displai:52,troubl:85,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":34,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u306f":34,"\u306e\u6570\u304c\u51fa\u529b\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u78ba\u8a8d\u3067\u304d\u307e\u3059":129,limit:38,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u304f\u308b\u3053\u3068\u3092\u6291\u3048\u3064\u3064\u518d\u73fe\u7387\u3092\u4e0a\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":47,"point\u578b\u306e\u5024":[39,118],blogroonga:59,otherwis:[2,105,83,16,41,89,54],problem:[10,18,128,105,52],quickli:82,"\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":110,yuki:18,"scorer\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u304a\u3044\u3066":50,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":67,"\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":[55,31,63,114,4,67,48,119,49,88,25,110,97,112,102,42,75,84,27,92,78],bigram:[47,129,104],"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":100,evalu:[16,105,52],"int":[52,3,12],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":68,dure:[52,2],collaps:52,updated_at:47,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u8a9e\u306e\u30d2\u30c3\u30c8\u6570\u304c\u591a\u3044\u305f\u3081":47,saer:[108,86],ff76:132,implement:[79,71,105,66,9,6,52,18,133,85],"aramaki\u3055\u3093\u304c\u5831\u544a":109,"video\u30c6\u30fc\u30d6\u30eb\u3067\u306f":33,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u4ed8\u304d\u30b8\u30aa\u30b5\u30fc\u30c1":[38,111],"6\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":106,hemispher:52,againt:79,probabl:108,"\u30ea\u30ea\u30fc\u30b9\u6642\u3068\u958b\u767a\u6642\u3067\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u5206\u3051\u305a\u306b\u4f5c\u696d\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u304c":106,"\u305f\u3060\u3057":[26,100,68,77],"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u305f\u306e\u3067":106,"org\u3078\u3068\u53cd\u6620\u3057\u307e\u3059":106,blog1:53,"\u5024\u3092\u5909\u66f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":63,ecmascript:[52,79,105,113],"fork\u3059\u308b\u70b9\u304c\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u3068\u7570\u306a\u308b":68,detail:[117,85,79,5,2,83,10,93,11,90,103,107,6,7,52,59,76,104,43],"gz\u306eversion\u304a\u3088\u3073vers":106,rubygem:52,bool:[10,52,34,99,128],"column_create\u306f":49,varieti:33,halfwidth:132,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":68,assgin:105,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306bgnupg\u3067\u7f72\u540d\u3092\u884c\u3046\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":106,"\u30ab\u30f3\u30de":112,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":106,yyi:85,"\u30bf\u30b0\u3092\u6253\u3064\u524d\u306bmake":106,"\u7518\u6817\u3080\u3044\u3061\u3083\u3044\u307e\u3057\u305f\u7684\u306a\u611f\u3058\u3067":129,matsuu:109,"\u3059\u308b\u3068\u304d\u306b\u30ad\u30e3\u30b9\u30c8\u306b\u5931\u6557\u3057\u305f\u3089":109,"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":104,engi:[36,108],is_a_directori:121,log:[38,106,96],"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":79,"\u9593\u9055\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":18,"path\u306b\u306fcutter\u306e\u30bd\u30fc\u30b9\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":106,"767\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":34,"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":51,debian:[38,96],"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":88,webclip:80,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":77,sphinx:[57,13,123,85],"string\u306b":46,document_version_ful:106,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":87,rule:37,"shutdown\u3067\u7d42\u4e86\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":109,"\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":102,"\u4fdd\u5b58\u3057\u305f\u7d4c\u7def\u5ea6\u3092\u7528\u3044\u3066\u7d5e\u8fbc\u3084\u30bd\u30fc\u30c8\u304c\u3067\u304d\u307e\u3059":50,emerg:[4,103,25],status:[1,121],"\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":46,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":46,allow_leading_not:79,"\u3068\u540c\u3058\u610f\u5473":68},objtypes:{"0":"std:option","1":"c:type","2":"c:function"},objnames:{"0":["std","option","option"],"1":["c","type","C type"],"2":["c","function","C function"]},filenames:["news/0.x","reference/command/return_code","tutorial/introduction","reference/output","reference/commands/log_level","reference/commands/tokenize","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/functions/geo_distance","tutorial/data","install/ubuntu","reference/api/grn_ctx","contribution/development/document","spec","install/solaris","reference/functions/sub_filter","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/cast","reference/commands/log_put","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","tutorial/network","reference/executables","reference/commands/table_remove","reference","tutorial/index","reference/types","geolocation_search","suggest/completion","server/http/comparison","index","reference/functions/geo_in_rectangle","reference/commands/load","reference/commands/column_rename","reference/commands/log_reopen","reference/commands/table_create","limitations","reference/functions/rand","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/command/command_version","news","tutorial/match_columns","development/travis-ci","reference/commands/status","reference/api/grn_expr","contribution/documentation/c-api","suggest/suggestion","contribution","install/mac_os_x","contribution/report","suggest/tutorial","reference/commands_not_implemented/set","tutorial/query_expansion","server/gqtp","reference/tables","reference/commands/column_list","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","news/senna","install/windows","troubleshooting","contribution/development/repository","reference/commands/table_list","install/others","reference/pseudo_column","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/functions/edit_distance","reference/indexing","reference/functions/query","reference/commands/cache_limit","contribution/documentation/i18n","suggest/correction","contribution/development/com","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/commands_not_implemented/get","characteristic","reference/commands/normalize","reference/command/output_format","install","reference/commands/shutdown","server/package","tutorial/patricia_trie","spec/search","reference/executables/groonga-suggest-create-dataset","reference/commands_not_implemented/add","reference/log","reference/executables/grntest","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","development","install/fedora","reference/functions/geo_in_circle","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","contribution/documentation","reference/query_expanders/tsv","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","tutorial/micro_blog","news/1.1.x","suggest","reference/normalizers","server/http"],titles:["\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","8.3.3. Return code","4.1. Basic operations","8.2. Output","8.3.16. log_level","8.3.29. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">tokenize</span></tt>","8.1.4. groonga-httpd","8.3.21. register","5.1. Introduction","8.11.2. geo_distance","4.3. Various data types","2.4. Ubuntu","8.14.1. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","13.2.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. Specification","2.7. Oracle Solaris","8.11.10. sub_filter","3. Community","Release 1.2.9 - 2011/12/29","8.8. Query expanders","8.14. API","8.3. Command","8.11.9. snippet_html","7. Server","Cast","8.3.17. log_put","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. defrag","8.7. Tokenizers","4.2. Remote access","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.3.28. table_remove","8. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","8.4. \u30c7\u30fc\u30bf\u578b","6. Geolocation Search","5.3. Completion","7.3.1. Comparison","groonga documentation","8.11.4. geo_in_rectangle","8.3.15. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">load</span></tt>","8.3.10. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">column_rename</span></tt>","8.3.18. log_reopen","8.3.26. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">table_create</span></tt>","10. Limitations","8.11.8. rand","13.2.4. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","11.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","8.3.9. column_remove","8.3.7. column_create","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","News","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","12.1. Travis CI","8.3.24. status","8.14.2. grn_expr","13.3.1. C API","5.5. Suggestion","13. How to contribute to groonga","2.2. Mac OS X","13.1. How to report a bug","5.2. Tutorial","set","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.5. Tables","8.3.8. column_list","8.1.3. groonga command","7.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","News in Senna period","2.1. Windows","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","13.2.1. Repository","8.3.27. table_list","2.8. Others","8.9. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.22. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">select</span></tt>","8.11.5. html_untag","8.11.1. edit_distance","8.12. Indexing","8.11.7. query","8.3.4. cache_limit","13.3.2. I18N","5.4. Correction","13.2.2. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","8.3.5. check","8.3.30. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">truncate</span></tt>","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","get","1. Characteristics of groonga","8.3.19. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">normalize</span></tt>","8.3.2. Output format","2. Install","8.3.23. shutdown","7.1. Server packages","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","8.1.6. groonga-suggest-create-dataset","add","8.13. Log","8.1.2. grntest","8.10.2. Script syntax","13.2.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.25. suggest","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.3.11. define_selector","4. Tutorial","8.3.14. dump","8.10. grn_expr","8.3.20. quit","8.11. Function","12. Development","2.6. Fedora","8.11.3. geo_in_circle","8.3.13. delete","13.2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.3.2. groonga","13.3. How to contribute in documentation topics","8.8.1. QueryExpanderTSV","13.2.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.6. now","8.10.1. Query syntax","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","5. Suggest","8.6. Normalizers","7.3. HTTP"],objects:{"":{"--ftp":[104,0,1,"cmdoption--ftp"],"--dir":[104,0,1,"cmdoption--dir"],"--document-root":[68,0,1,"cmdoption--document-root"],"--cache-limit":[68,0,1,"cmdoption--cache-limit"],grn_ctx:[12,1,1,""],"-P":[126,0,1,"cmdoption-P"],"--pid-path":[68,0,1,"cmdoption--pid-path"],"-e":[68,0,1,"cmdoption-e"],"-d":[68,0,1,"cmdoption-d"],"-a":[68,0,1,"cmdoption-a"],"-c":[68,0,1,"cmdoption-c"],"-m":[126,0,1,"cmdoption-m"],"-l":[68,0,1,"cmdoption-l"],"-n":[68,0,1,"cmdoption-n"],"-i":[68,0,1,"cmdoption-i"],"-h":[68,0,1,"cmdoption-h"],"-t":[68,0,1,"cmdoption-t"],"-p":[68,0,1,"cmdoption-p"],"-s":[68,0,1,"cmdoption-s"],"--log-path":[68,0,1,"cmdoption--log-path"],"--default-match-escalation-threshold":[68,0,1,"cmdoption--default-match-escalation-threshold"],"--log-output-dir":[104,0,1,"cmdoption--log-output-dir"],"--config-path":[68,0,1,"cmdoption--config-path"],"--query-log-path":[68,0,1,"cmdoption--query-log-path"],grn_ctx_init:[12,2,1,""],"--protocol":[68,0,1,"cmdoption--protocol"],"--bind-address":[68,0,1,"cmdoption--bind-address"],"--groonga":[104,0,1,"cmdoption--groonga"]}},titleterms:{"6\u30ea\u30ea\u30fc\u30b9":[0,109],code:1,senna:71,"\u6539\u826f":[18,0,109,130],"\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u751f\u6210\u3057\u305f\u3044":106,queri:[79,128,93,83,6,103,19,29],localstatedir:76,"grntest\u5b9f\u884c\u7d50\u679c":104,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u306b\u6307\u5b9a\u3067\u304d\u306a\u3044\u578b":34,"rst2pdf\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":13,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":106,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":106,value_typ:43,"\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9":68,depend:76,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":106,"\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0":106,drilldown_offset:79,send:[29,85],column_cr:49,table_list:75,downtim:37,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[73,104],query_str:83,"\u524d\u63d0\u6761\u4ef6":106,sourc:[117,90,11,107,72,76,60],string:[10,5,94,105],groonga:[38,98,71,106,93,87,68,69,6,101,122,26,59,85,29],"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":106,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":106,offlin:82,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22":99,facebook:17,"\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":129,"\u30b5\u30f3\u30d7\u30eb":[126,104],greater_equ:46,brows:6,"grntest\u547d\u4ee4":104,administr:[6,29],"\u578b\u306b\u95a2\u3059\u308b\u5236\u9650\u4e8b\u9805":34,sub_filt:16,gnu:107,list:[61,1,17],prefix:[46,105,36,76,37,128],query_flag:79,drilldown_output_column:79,refer:[10,12],"\u30aa\u30d7\u30b7\u30e7\u30f3":[126,68,104],direct:6,sign:105,aggreg:93,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":100,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":100,index:[44,2,93,82,53,43],xor:105,access:[29,37],delet:119,version:37,"new":[52,71,85],full:[93,2,128],gener:85,learn:[36,86,8,58],"\u30e6\u30fc\u30b6\u30fc\u306e\u304a\u6c17\u306b\u5165\u308a\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22":129,bodi:95,solari:15,ubuntu:11,path:[76,37],valu:[5,83,108,94,22,9,40,16,41,80,7,89,43],"\u95a2\u4fc2\u5f0f":46,table_hash_kei:66,search:[79,2,105,86,93,35,58,36,53,128],"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":106,shift:105,blogroonga:106,memcach:29,precis:11,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":106,chang:71,"\u9759\u7684\u89e3\u6790":125,"windows\u5411\u3051\u306e\u5834\u5408":106,match_column:[83,79],"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d":33,modul:6,"debian\u7cfb\u306e\u5834\u5408":106,api:[57,20],instal:[124,76,72,96],total:79,define_selector:110,select:79,httpd:[98,6,69],"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":87,from:[117,90,11,107,72,76,60],zip:72,commun:17,query_expand:[83,79],regist:7,upgrad:37,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":47,column_remov:48,call:105,"\u30c6\u30b9\u30c8\u65b9\u6cd5":125,key_typ:43,scope:16,"\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":30,query_expans:79,"\u30d6\u30ed\u30b0":106,sort:2,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210":13,relat:[53,79,6],flag:[5,121,43],cach:79,"\u4f7f\u3044\u65b9":104,work:[36,86,85,58],tag:43,clearlock:78,"\u7279\u6b8a\u547d\u4ee4":104,control:105,geo_in_rectangl:39,"geopoint\u3067\u30e6\u30fc\u30b6\u30fc\u691c\u7d22":129,process:103,lock:93,topic:123,sphere:9,liter:[79,5,105,94,12,40,41,89,43],onlin:82,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":125,phrase:128,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":106,unsign:105,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22":99,multipl:105,secur:29,"\u540d\u524d":[31,63,4,34,68,25,102,75,77,78,81,110,104,112,42,114,67,45,48,49,88,119,84,118,126,55,127,92,39,26,27,97],pseudo_column:77,divis:105,grn_table_select:46,"\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":53,simpl:79,"\u30b3\u30de\u30f3\u30c9":[26,68],message_pack_install_prefix:76,clone:85,geoloc:35,mac:60,date:10,log_level:4,quetzal:11,data:[10,128,105,43],table_dat_kei:66,"\u66f8\u5f0f":[31,63,4,67,68,25,75,102,104,78,81,110,112,42,114,45,48,49,88,119,84,118,126,55,127,92,39,26,27,97],geo_dist:9,read:93,explicit:128,issu:[61,29],callback:46,combin:128,normalizernfkc51:132,suggest:[108,131,8,101,58],origin:105,help:76,hypertext:29,"3\u30ea\u30ea\u30fc\u30b9":109,grntest:104,gqtp:[98,121,29,65],paramet:[79,5,83,94,9,40,16,41,80,89,43],"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":106,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":106,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":106,group:[105,128],thank:[18,52],how:[61,86,82,29,58,36,59,123,85],fix:[18,71,52],"\u5b9f\u9a13\u7684":18,platform:76,window:72,restart:98,"users\u30c6\u30fc\u30d6\u30eb":129,persist:66,tsv:[95,124],mail:[61,17],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":125,html_untag:80,"return":[5,83,108,94,22,9,40,16,41,1,7,80,89,43],greater:[46,105,128],worker_process:6,sid:107,rectangl:9,"8\u30ea\u30ea\u30fc\u30b9":109,lzo:76,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":125,"\u8fd4\u5024":[31,4,67,25,75,78,79,81,110,112,42,114,45,48,49,88,84,118,55,127,39,26,27,97],now:127,introduct:8,term:105,name:[108,101,43],edit:85,grn_ctx:12,authent:37,token:[93,5,28],mode:46,updat:[93,106,85],truncat:89,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":125,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5":51,"0\u30ea\u30ea\u30fc\u30b9":[18,109,130],normalizerauto:132,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":32,todo:[83,22],"http\u30b5\u30fc\u30d0\u30fc":26,cooccurr:[36,86,58],develop:116,db_api:46,vector:10,"release\u306e\u5b9f\u884c":106,"\u95a2\u9023\u9805\u76ee":[63,4,92,25,110,42,102,119,78],"\u30af\u30a8\u30ea\u62e1\u5f35":64,correct:[8,86],red:106,"1\u30ea\u30ea\u30fc\u30b9":[18,109],shut:6,advanc:79,free:93,substitution_t:83,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":106,releas:[18,52],ringtail:11,success:95,filter:79,synopsti:101,assign:[105,128],oper:[2,105],rand:45,rang:[2,43],suffix:[46,105,128],"7\u30ea\u30ea\u30fc\u30b9":[0,109],"\u8aac\u660e":[31,63,4,34,68,25,102,75,77,78,81,110,104,112,42,114,67,45,48,49,88,119,84,118,126,55,127,92,39,26,27,97],arrai:105,number:[79,76],edit_dist:81,construct:82,size:121,script:105,"\u4fee\u6b63":[18,0,109,130],messag:76,termin:29,store:[93,43],option:[9,108,5,101,83],travi:54,tool:[76,6,29],specifi:[9,2],"\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u4f4d\u7f6e\u3065\u3051":51,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":46,than:[105,128],not_equ:46,remot:29,"grntest\u306e\u6e96\u5099":106,"\u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831":70,"sphinx\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":13,exampl:[108,54,121,101,12],"\u6295\u7a3f\u6642\u9593\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":129,column_list:67,grn_expr:[46,56,113],pre:[79,5,94,12,40,41,89,43],packag:[98,76],"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u691c\u7d22":129,tabl:[44,79,2,66,129,53,43],"null":105,bitwis:105,drilldown_limit:79,built:132,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":46,also:[95,79,5,83,66,113,94,22,101,40,16,1,121,108,132,124,43],point2:9,client:29,build:[117,90,11,107,72,76,60],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":125,normal:[5,94,132,43],"\u30d0\u30fc\u30b8\u30e7\u30f30":0,"\u30d0\u30fc\u30b8\u30e7\u30f31":[109,130],object:105,oracl:15,"\u7d44\u8fbc\u578b":34,default_token:43,"class":[79,5,94,12,40,41,89,43],"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":106,geoindex:129,table_pat_kei:66,request:[6,85],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":91,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":46,"\u30c6\u30fc\u30d6\u30eb\u306e\u4f5c\u6210":129,latest:106,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":100,"\u539f\u56e0":47,lexicon:[2,43],cache_limit:84,text:[93,2,128],syntax:[79,5,105,83,128,94,22,9,40,16,41,80,7,89,43],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":106,threshold:76,"comments\u30c6\u30fc\u30d6\u30eb":129,xml:95,"files\u306e\u5b9f\u884c":106,latitud:[10,93],explicitli:9,locat:[93,9,124],ellipsoid:9,grnslap:126,configur:[76,6,37,54],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":47,contribut:[59,123],variou:10,get:[92,2],express:128,stop:98,wheezi:107,report:61,geo:[93,105],requir:[79,9,94,83,41,5,89],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":51,query_typ:121,patch:85,munin:76,"log_reopen\u3092\u7528\u3044\u305f\u30ed\u30b0\u306e\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":42,contain:46,table_cr:43,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":125,summari:[95,79,5,83,66,94,22,9,12,40,16,41,1,6,7,80,89,132,124,43],"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":106,set:[63,6],modulo:105,dump:112,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210":129,see:[95,79,5,83,66,113,94,22,101,40,16,1,121,108,132,124,43],result:2,arg:46,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":125,statu:[55,121,101],"javascript\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u306e\u7d5e\u8fbc":50,databas:[2,37],column_renam:41,less_equ:46,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":106,numer:10,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u8ffd\u52a0":106,"\u5bfe\u7b56\u65b9\u6cd52":47,"\u5bfe\u7b56\u65b9\u6cd51":47,"com\u3078\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767b\u9332":106,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":104,homebrew:60,addit:[132,105],instant:93,plugin:76,equal:[46,105,128],facet:79,tutori:[62,111],logic:[105,128],improv:[18,71,52],"po\u306e\u5b9f\u884c":106,load:[40,2],among:53,point:105,overview:[10,93],period:71,header:[95,121],shutdown:97,"\u6e96\u5099":64,quit:114,"\u5236\u9650\u4e8b\u9805":104,invert:93,freecod:106,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":125,json:[40,95,84,108],"geopoint\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":129,basic:[2,105],"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":125,log_put:25,"2\u30ea\u30ea\u30fc\u30b9":109,"\u30d3\u30eb\u30c9\u3092\u4e26\u5217\u5316\u3057\u305f\u3044":106,"\u30ab\u30e9\u30e0\u3054\u3068\u306b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308b\u5834\u5408":53,i18n:85,"\u30c7\u30fc\u30bf\u306e\u30ed\u30fc\u30c9":129,"case":95,multi:37,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":106,zlib:76,cast:24,"\u691c\u7d22":[129,100,64],error:95,pack:76,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":125,"\u6982\u8981":51,"\u30d3\u30eb\u30c9\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":106,"\u5f15\u6570":[31,63,4,67,68,25,75,102,104,78,81,110,112,42,114,45,48,49,88,119,84,118,126,55,92,39,27,97],filter_str:16,cento:90,synopsi:[108,6],"version\u30d1\u30e9\u30e1\u30fc\u30bf":51,fedora:117,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u7528\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u3092\u77e5\u308a\u305f\u3044":106,"\u691c\u7d22\u306e\u6319\u52d5":100,perform:[6,37],"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":106,make:[76,106],"\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30e6\u30fc\u30b6\u30fc\u691c\u7d22":129,"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":125,binari:29,html:85,"geopoint\u3068\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":129,output_column:79,document:[38,123],messagepack:95,complet:[36,8],http:[98,133,3,37,29],"bigram\u30c6\u30fc\u30d6\u30eb":129,"json\u5f62\u5f0f":[55,31,4,67,48,49,88,25,110,42,75,27,119,78],nest:53,column_nam:41,temporari:66,"\u30bf\u30b0\u691c\u7d22":33,engin:93,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":87,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":106,expand:19,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u540d\u3092\u6307\u5b9a\u3057\u305f\u5168\u6587\u691c\u7d22":53,desctipion:101,sortbi:79,page:79,without:37,command:[51,2,3,68,21,29,37],gzip:37,left:105,"pdf\u306e\u4f5c\u6210":13,protocol:[29,121],less:[46,105,128],"5\u30ea\u30ea\u30fc\u30b9":109,languag:85,approximate_typ:9,point1:9,"\u30bd\u30fc\u30c8":50,defrag:27,add:[102,85],macport:60,geo_in_circl:118,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":106,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":106,match:[76,105,128],table_nam:[41,89],format:[95,2,108,40,103,124],"hashtags\u30c6\u30fc\u30d6\u30eb":129,nginx:6,"\u95be\u5024\u3092\u3042\u3052\u308b":47,characterist:[66,93],daemon:29,specif:[6,14],"\u4f4d\u7f6e\u60c5\u5831\u3092\u7528\u3044\u305f\u7d5e\u8fbc":50,docutil:[79,5,94,12,40,41,89,43],"match_columns\u30d1\u30e9\u30e1\u30fc\u30bf":53,integ:105,server:[93,98,29,23],"boolean":[10,105],output:[95,79,2,3,85],snippet_html:22,right:105,old:52,twitter:17,linux:107,log_reopen:42,sampl:[105,128],"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":125,librari:[93,76],"4\u30ea\u30ea\u30fc\u30b9":109,confirm:85,table_no_kei:66,tracker:61,exit:101,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u91cd\u307f":53,condit:[79,128],"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":120,core:37,run:29,"\u5168\u6587\u691c\u7d22":50,compress:37,view:2,usag:[79,5,3,83,94,22,9,40,16,41,80,6,7,89,124,43],"\u30d3\u30eb\u30c9\u6642\u306etip":106,"\u7591\u4f3c\u30ab\u30e9\u30e0":77,squeez:107,repositori:[74,85],offset:79,match_escalation_threshold:79,post:37,subtract:105,"html\u306e\u4f5c\u6210":13,comparison:[105,37],rare:11,column:[9,2,128,93,80,53],quantal:11,"x\u306e\u304a\u77e5\u3089\u305b":[0,109,130],"scorer\u3092\u5229\u7528\u3057\u305f\u30bd\u30fc\u30c8":50,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":125,"\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22":99,"\u4f8b":[31,63,4,67,68,25,102,78,81,110,112,42,114,45,47,48,49,88,119,84,118,55,127,92,39,27,97],"float":105,encod:76,dataset:101,down:6,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":100,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":46,storag:93,your:85,"\u30e6\u30fc\u30b6\u30fcid\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":129,span:[79,5,94,12,40,41,89,43],log:[103,76,37],transfer:29,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":104,support:35,"\u5909\u66f4":109,submit:61,custom:37,avail:6,start:98,arithmet:105,"\u306e\u66f4\u65b0":106,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":51,"grntest\u306e\u5b9f\u884c\u65b9\u6cd5":106,"function":[115,105],pangolin:11,"\u7279\u5b9a\u306e\u74b0\u5883\u5411\u3051\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044":106,"\u691c\u7d22\u4f8b4":46,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":46,"\u691c\u7d22\u4f8b2":46,"\u691c\u7d22\u4f8b1":46,translat:85,drilldown_sortbi:79,line:3,bug:61,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":106,pull:85,"default":[76,51],type:10,record:[66,79,2],limit:[44,66,79,124],lynx:11,similar:[46,105,86],"\u611f\u8b1d":[18,0,109,130],featur:35,creat:[2,101,43],flow:85,groonga_databas:6,jessi:107,file:[124,101,37,85],check:88,sharabl:93,extract:105,other:76,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092\u5bfe\u8c61\u3068\u3057\u305f\u5168\u6587\u691c\u7d22":53,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":34,"\u30c7\u30fc\u30bf\u578b":34,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":129,lucid:11,"hat\u7cfb\u306e\u5834\u5408":106,scorer:79,drilldown:79,debian:107,longitud:[10,93],groonga_base_path:6,"\u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a":50,escal:76,"\u691c\u7d22\u4f8b3":46,descript:108,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u4ed8\u304d\u30b8\u30aa\u30b5\u30fc\u30c1":33,table_remov:31,queryexpandertsv:124,time:[10,105],escap:128,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":106,cpu:37}})
1
+ Search.setIndex({envversion:42,terms:{localstatedir:112,four:[111,75,3,120],"\u3084rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306espec\u30d5\u30a1\u30a4\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u306a\u3069\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":123,"\u811a\u6ce8":[28,37,142,54],"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":121,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bshutdown\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":113,your_db:22,column_cr:[22,25,35,43],"\u4ee5\u4e0a\u3067\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u306f\u7d42\u4e86\u3067\u3059":123,no_such_device_or_address:140,thread_tabl:121,command_vers:[10,3,4,26,62,89,7,29,32],"key\u304c\u8fd1\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408":126,"takashi\u3055\u3093\u304c\u5831\u544a":22,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22":[43,129],"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":127,"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":88,"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":77,drilldown_output_column:128,asami:58,"\u697d\u3057\u3044billiard":[53,116],accuml:58,"groonga_clone_dir\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":123,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3051\u308c\u306a\u308a\u307e\u305b\u3093":92,grn_oper:[92,85,64,100,90],"\u30a2\u30fc\u30ab\u30a4\u30d6\u7b49\u304cpackag":123,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":121,"\u5909\u66f4\u5f8c\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":14,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":30,"\u95a2\u6570\u304a\u3088\u3073\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5909\u6570":41,"\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":56,"max\u3067\u4e0e\u3048\u3089\u308c\u308b\u30dd\u30a4\u30f3\u30bf\u304c\u6307\u3059\u5024\u306f":126,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":77,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":108,grn_table_cursor_next:[126,127],"\u30b3\u30de\u30f3\u30c9\u306bquery_expansion\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066":72,here:[2,75,38,120,69,81,7,8,119,39,44,105,42,15,88,89,122,125,46,94,47,49,101,148,57,140,59,143,61,152,147,64,110,26,138,66,98,31,96],onga:26,china:[57,107],grn_enc_utf8:[126,102],ful:69,"\u4e0e\u3048":53,latitude_in_msec:122,"homebrew\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":22,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":134,"\u7a7a\u767d\u3084":77,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":77,match_column:[58,128],"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":121,"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d":[43,129],"_score\u3092\u901a\u3058\u3066\u30bd\u30fc\u30c8\u3067\u3082\u7528\u3044\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":56,"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":144,"\u30b9\u3092\u9589\u3058\u308b\u3068\u95a2\u9023\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3082\u9589\u3058\u3089\u308c\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":22,substr:[147,122],unix:44,txt:[65,98],unit:[57,122,25,26,138,140],music:[36,120],until:[46,93,98],"\u30d6\u30ed\u30b0":67,grn_op_push:52,view_add:77,relat:[43,106,44,136,109,12,21,124,58,83,22,67,60,61],error_messag:111,notic:[5,6,7],"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u5411\u3051\u306e\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306e1\u884c\u76ee\u306b\u8a18\u8f09\u3057\u3066\u3042\u308a\u307e\u3059":123,"\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":107,hold:11,"cutter\u306b\u542b\u307e\u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059":123,"byte\u9577":[92,60,100],"akio\u3055\u3093\u304c\u5831\u544a":127,"\u306a\u3069\u306b\u3088\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5b58\u5426\u3092\u5225\u9014\u78ba\u8a8d\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":60,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u306b\u5229\u7528\u3059\u308b\u5834\u5408\u306b\u306f":103,grn_obj_reinit:60,cirit:7,digit:[120,101,49],"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":121,want:[136,114,69,3,83,7,119,39,44,43,88,57,65,12,46,101,148,140,59,143,106,147,110,124,66],"\u3053\u308c\u3089\u306e\u5f62\u5f0f\u3067\u306f":29,"key\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u3059\u3067\u306btable\u306b\u5b58\u5728\u3059\u308b\u306a\u3089\u3070":92,"\u30b3\u30de\u30f3\u30c9\u306f":29,type1:125,type2:125,"groonga_github_com_path\u306bgroonga":123,grn_filename_too_long:2,turn:7,grn_read_only_file_system:2,travel:149,grn_geo_point:90,grn_input_output_error:2,"\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":108,yum:[58,106,123,136],"name\u304c\u30ab\u30e9\u30e0\u540d\u306e\u5834\u5408":60,message_pack_install_prefix:112,groonga_clone_dir:123,moritar:59,wrong:[22,101,9,58],"\u79cb\u8449\u539f\u99c5\u304b\u3089\u306e\u8ddd\u96e2\u3092\u8868\u793a\u3055\u305b\u3066\u307f\u307e\u3057\u3087\u3046":56,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnull\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u63d0\u6848\u3092\u884c\u3046":127,"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":117,wing:58,"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":121,"\u6771\u4eac\u99c5\u306f\u7def\u5ea6\u304c35\u5ea640\u520652":56,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u8fd4\u3057\u307e\u3059":102,"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d\u3092\u3057\u307e\u3059":149,vari:50,"drilldown\u51e6\u7406\u306e\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":88,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":67,"\u306f\u7121\u8996\u3055\u308c\u307e\u3059":[126,92],"\u6708":149,hidden:109,fin:41,"\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":52,rectangl:[109,22,38,90,58],"tld\u30c9\u30e1\u30a4\u30f3\u540d\u3092\u683c\u7d0d\u3059\u308bdomain\u30ab\u30e9\u30e0\u3068":107,"installer\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068windows\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":123,dcmake_install_prefix:81,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":127,timeout:60,debug:[5,120,6,7,69],"obj\u3092lock\u3057\u307e\u3059":60,last_modifi:149,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u304c":53,"akio\u3055\u3093\u304c\u63d0\u6848":127,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":121,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":127,grn_table_s:[92,52],"\u30e6\u30fc\u30b6\u30fc\u540d":149,moritapo:36,lexicon_t:121,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":121,input_typ:46,"\u3068blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306eurl\u304c\u633f\u5165\u3055\u308c\u307e\u3059":123,"\u79d2":[149,60],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u66f4\u65b0\u3084\u5909\u66f4\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u7b49\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,ringtail:[43,112],"\u307e\u308d\u3086\u304d":115,libedit:[136,22,44,58],"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u7d4c\u5ea6":37,atv:[56,3,107],pagin:3,"\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":34,resource_busi:140,"\u3053\u308c\u307e\u3067\u5b66\u3093\u3060groonga\u306e\u6a5f\u80fd\u3092\u7528\u3044\u3066":149,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":10,mingw:123,"\u305d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":126,"build\u3067\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u884c\u3044\u307e\u3059":123,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":77,"locale\u4ee5\u4e0b\u306b\u66f4\u65b0\u3057\u305f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3059":123,"\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":149,"\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059":17,"\u304a\u3070\u305f\u3055\u3093":1,"\u3067\u306f\u964d\u9806\u3067\u30bd\u30fc\u30c8\u3055\u308c\u307e\u3059":92,master:[43,98,7,61],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u3092\u8d77\u70b9\u3068\u3057\u305f\u79d2\u6570\u3092\u5c0f\u6570\u3067\u8fd4\u3057\u307e\u3059":[108,118,88,71],"1\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":126,listen:[58,7,42,32],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[28,142],kinjir:36,"drilldown\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30ab\u30e9\u30e0\u540d\u3092\u30ab\u30f3\u30de\u533a\u5207\u308a\u3067\u4e0e\u3048\u307e\u3059":107,"\u50242":[29,77],"\u50241":[29,77],tree:43,second:[88,57,3,147,11,111,120,59,42,122],project:[0,114,122,123,109,83,67,61],"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u53d6\u5f97\u3057\u307e\u3059":92,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":77,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":121,"db_api\u306f":52,parenthes:3,"\u3050\u308b\u3093\u304c\u6b21\u90ce":36,incompat:58,"\u3053\u306e\u30dc\u30bf\u30f3\u3092\u7d4c\u7531\u3059\u308b\u5834\u5408":123,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":53,"0\u306e\u79d2\u8868\u8a18":53,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f\u884c\u3059\u308b":123,simplifi:58,port_numb:32,object:[69,60,131,26,14,15,92,58,22,30],microsecond:[11,120],letter:152,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u9577\u3055":137,"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":121,incompatible_file_format:140,index_blog:59,"\u3053\u306e\u3088\u3046\u306b":36,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806\u306e\u524d\u63d0\u6761\u4ef6\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":123,expornenti:122,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":116,"\u7a7a\u306e\u30d9\u30af\u30bf\u3092load\u3059\u308b\u3068segv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":1,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308bclearlock\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,nterm:104,daemoinz:58,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":77,grnslap:[40,43,35],"\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":77,restaur:109,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u307e\u308a":10,"2byte":[2,140],grn_obj_set_element_info:33,"hook\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059":74,"\u306f\u306a\u304f":1,source_file_nam:111,createrepo:123,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":37,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[43,25,35,14],ever:58,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":128,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":53,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u3084":37,"\u7bc4\u56f2\u3092\u5e83\u304f\u6307\u5b9a\u3057\u305f\u305f\u3081":149,unexpectedli:58,etim:145,"\u4efb\u610f\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5c5e\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u3067\u3059":37,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":17,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210":[43,129],"description\u306b":116,result:[4,75,58,119,39,129,43,88,57,122,11,93,94,92,98,52,101,148,22,143,109,110,26,111,66,152],respons:[2,109,15,140,58,22,42],fail:[3,147,8,15,58,22,49],"\u306f\u7279\u6b8a\u306a\u30a2\u30af\u30bb\u30b5\u3067":60,best:109,"get\u30e1\u30bd\u30c3\u30c9\u306e\u307f\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059":29,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":52,wikipedia:37,figur:38,score:[88,3,125,47,131,58,105],"version\u30d1\u30e9\u30e1\u30fc\u30bf\u306bstable\u6271\u3044\u3067\u306a\u3044\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":10,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":121,extend:59,shidara:22,extens:4,"\u304c1\u3064":149,pat_kei:75,accident:58,column_scalar:[36,88,57,72,107,148,53,149,76,26,93,55,94,47,138,130,89,59,122,147],"\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":36,logic:[58,88],countri:[138,32,107],"316\u79d2":56,kazuhiko:58,"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":116,"2nd":88,"\u95a2\u6570":144,grn_table_cursor_get_valu:126,assum:[41,14],grn_search_optarg:85,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u3044\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":115,"\u306e\u307b\u304b\u306b":37,"\u305d\u306e\u5f8c\u4e8c\u4e16\u4ee3\u7d4c\u904e\u3059\u308b\u3068\u305d\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306fdeprecated\u6271\u3044\u3068\u306a\u308a\u307e\u3059":10,"takashi\u3055\u3093":22,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u30ea\u30ea\u30fc\u30b9\u5c02\u7528\u306e\u74b0\u5883\u4e0b":123,res_column:121,"\u30ab\u30f3\u30de":130,worker:7,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":52,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":53,grn_table_delet:92,"localstatedir\u3092\u4f7f\u7528":127,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u306e\u4fee\u6b63":1,"\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":52,"offset\u756a\u76ee\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":126,sen_index_norm:80,"\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":142,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cstable\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u306a\u3093\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3082\u8868\u793a\u3055\u308c\u305a\u305d\u306e\u307e\u307e\u8d77\u52d5\u3057\u307e\u3059":10,cache_hit_r:[32,62,3,4,7],arg_list_too_long:140,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u5185\u90e8\u3067\u30a2\u30ed\u30b1\u30fc\u30c8\u3055\u308c":62,grn_resource_busi:2,simil:122,split:[75,122,22],"ddl\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":53,"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d\u3092\u4f7f\u3044\u307e\u3059":149,documents_content_index:[94,26],"\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":121,refin:109,"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u3066\u304b\u3089\u7d4c\u904e\u3057\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":62,"\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":123,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[53,116],"time\u578b\u3067\u3059":149,"\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":52,out_gqtp:121,users_memo:94,gzip:[58,44,153],"\u4e0a\u8a18\u306e\u5b9f\u884c\u4f8b\u3067\u306f":56,sleepi:93,old_release_d:123,easi:[109,143,32,42,131],"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":121,had:98,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":67,hat:44,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":52,"\u305f\u3081\u306e\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u304c\u3042\u308b\u306e\u3067":123,koji:58,"\u518d\u73fe\u7387\u3088\u308a\u3082\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":53,command_nam:32,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":121,"\u3042\u3089\u304b\u3058\u3081packages\u30e6\u30fc\u30b6\u3067packag":123,measur:[22,109],specif:[43,88,109,125,119,58,44],"\u3067\u691c\u7d22\u3057\u305f\u5834\u5408\u3068\u540c\u4e00\u306e\u7d50\u679c\u3092\u8fd4\u3059\u3053\u3068\u306b\u3088\u3063\u3066":72,"filter\u306e\u4e21\u65b9\u3092\u4f7f\u7528\u3057\u305f\u5834\u5408":149,"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":77,"\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":55,filename_too_long:140,"\u30d4\u30ea\u30aa\u30c9":55,underli:109,grn_obj_table_hash_kei:[126,92],right:90,"\u5358\u8a9e":149,groogna:[58,88,152,81,147],kouhei:58,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":86,bottom:90,"\u69cb\u9020\u4f53\u306f\u89e3\u653e\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":99,"146566000x":57,"gz\u306a\u3069\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u4f7f\u7528\u3057\u307e\u3059":123,ichii:22,condit:[50,58,64],"select\u30b3\u30de\u30f3\u30c9\u306escorer\u30d1\u30e9\u30e1\u30fc\u30bf\u306f":56,grn_builtin_typ:[137,60],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210":[67,139],grn_cursor_descend:126,grn_log_path:58,"drilldown\u6642\u306b\u53c2\u7167\u5148\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306bsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":1,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u3055\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":100,done:[15,88,7],"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":134,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":37,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":48,"\u30ad\u30e3\u30c3\u30b7\u30e5\u5bb9\u91cf\u306f\u6709\u9650\u3067\u3059":88,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":52,"\u4e3b\u30ad\u30fc\u306e\u578b\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":37,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":52,support:[109,98,61],"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":51,offgao:149,avail:[98,88,69,109,111,80,125,58,44,49],width:[22,152],call:[88,57,26,14,131,119,58],inv_res_column:121,"\u3086\u304d\u3072\u308d":115,"\u305f\u3060\u3057\u8907\u6570\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u4e00\u7dd2\u306b\u4f7f\u3046\u3053\u3068\u306f\u3067\u304d\u306a\u3044":1,rid_max:99,"135960000x":57,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u6587\u5b57\u5217\u306e\u5168suffix\u304c\u81ea\u52d5\u7684\u306b\u767b\u9332\u3055\u308c\u307e\u3059":92,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306b\u304a\u3044\u3066\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":10,replied_us:149,"\u6700\u521d\u306b\u58f0\u3092\u304b\u3051\u308b\u3068\u304d\u306b\u89e3\u6c7a\u7b56\u30921\u3064\u304b2\u3064\u63d0\u6848\u3067\u304d\u308b\u3068\u671b\u307e\u3057\u3044\u3067\u3059":103,later:[89,3,148,58,22,152],"\u65b0\u3057\u3044key\u3068\u305d\u306ebyte\u9577\u3092dest_key\u3068dest_key_size\u306b\u6307\u5b9a\u3057\u307e\u3059":92,"http\u3067\u901a\u4fe1\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059":29,exist:[114,3,122,11,46,32,58],"object\u578b\u306fv1":37,column_name1:46,column_name2:46,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":84,grn_search:[43,24,35],role:[94,109],notif:[58,120],intend:[58,59,147,148],moero:36,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":123,intens:7,"\u306exml\u51fa\u529b\u306e\u30bf\u30b0\u540d\u3092\u3088\u308a\u9069\u5207\u306a\u540d\u524d\u306b\u5909\u66f4":127,"\u8ee2\u7f6e\u7d22\u5f15\u306bsection":100,grn_ii_buffer_open:16,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":85,exce:58,time:[43,147,109,26,111,125,58,22,121],push:98,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":84,chain:148,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":121,grn_obj_get_hook:74,netbsd:58,"\u3068\u3044\u3046\u4e71\u6570\u3092\u8fd4\u3059\u95a2\u6570\u3092\u7528\u3044\u3066":56,millisecond:[11,122],decid:143,thread_title_column:121,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0":127,decim:[11,122],"\u305d\u306e\u4e3b\u30ad\u30fc\u304c\u7f6e\u63db\u524d\u306e\u6587\u5b57\u5217\u3068\u306a\u308a":72,downtim:153,"javascript\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u306e\u6761\u4ef6\u7d5e\u8fbc\u3084":56,"257662232kbyte":121,"\u3069\u3061\u3089\u306e\u5f62\u5f0f\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5b58\u5728\u3057\u3066\u3044\u308b\u5834\u5408\u3067\u3082":59,lru:96,exact:[62,75,88,52,49],"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067html\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":17,"\u5909\u66f4\u5f8c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":144,prevent:58,"\u8ad6\u7406\u548c":52,grn_table_group_result:92,index_point:36,sign:[58,2,123],"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":145,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u304c\u8fd4\u3055\u308c\u307e\u3059":10,grn_broken_pip:2,takashi:138,"\u4e00\u6642\u7684\u304b\u6c38\u7d9a\u7684\u304b\u3092\u6c17\u306b\u3057\u306a\u304f\u3066\u3088\u3044":60,current:[46,3,63,38,110,14,15,7,22,96,98,49],"\u3053\u308c\u306b\u3088\u308a":123,"encoding\u306e\u5024\u304c":22,"\u5909\u66f4\u5f8c\u306eobj\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"0\u4ee5\u4e0a4":37,address:[22,77,32,58],"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":52,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":67,throughput:[22,42],"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":67,commonli:109,ipa:[17,106,136],pentium:121,"\u3092\u6307\u5b9a\u3057\u307e\u3059":[33,63,137,77,92,60,121,100],"\u6587\u5b57\u5217":149,instal:[43,123,109,17,144,61],"\u65e2\u5b58\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":92,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":77,value2:[46,122],value1:[46,7,122],"\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":[43,35],peopl:109,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10041\u756a":77,enhanc:80,visual:[109,22,111,81,58],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u304b\u3089\u306e\u7d4c\u904e\u79d2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":37,"\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":126,"929\u79d2\u3067\u3059":56,"windows\u7cfb":123,genki:58,"\u30ab\u30e9\u30e0\u306e\u578b\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u53c2\u7167\u30ad\u30fc\u3068\u306a\u308a\u307e\u3059":37,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":92,"takahiro\u3055\u3093":127,index_titl:59,"\u306b\u3064\u3044\u3066\u306f\u7121\u8996\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059":126,"\u6b8b\u308a\u306e\u4e00\u3064\u306f":10,chroot:123,"\u30bd\u30fc\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":56,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":121,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":144,"\u3064\u3065\u3044\u3066":149,"grnslap\u306f":145,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":121,date:[43,57,129,121,109],"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":77,"45ea3034":120,data:[50,46,88,38,43,74,109,125,12,106,136,15,124,138,81,112,58,22,68,61],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092lzo\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":100,quot:[46,58,69,3,147],"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":121,cannot:[88,147,75,93,122,152,42,49],int64:[58,37],i686:121,"\u30e6\u30fc\u30b6\u540d":121,"tid\u306bnull\u4ee5\u5916\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":99,implemnt:153,"\u3057\u308a\u3054\u307f\u3057\u3066\u3057\u307e\u3046\u304b\u3082\u77e5\u308c\u307e\u305b\u3093":103,instantli:[109,26],grn_obj_init:60,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u306a\u3069\u3067\u79fb\u52d5\u3059\u308b":20,"\u30de\u30a4\u30af\u30ed\u79d2\u6570\u306e\u5024\u304c\u683c\u7d0d\u3055\u308c\u307e\u3059":149,"\u30ea\u30ea\u30fc\u30b9\u306b\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u306e\u3067\u6f0f\u308c\u306a\u304f\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":123,"grntest\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":121,revers:123,separ:[88,69,3,4,125,46,140,58,122,143,147],operation_not_permit:140,"name\u306f\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u306e\u5834\u5408":60,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u6700\u65b0\u7248\u3068\u5404\u56fd\u8a9e\u7248\u306e\u5185\u5bb9\u3092\u540c\u671f\u3059\u308b\u305f\u3081\u306b":123,compil:[22,44,58],"offset\u756a\u76ee\u304b\u3089\u9806\u306bres\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3057\u307e\u3059":92,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":77,gtar:19,"\u30bf\u30b0\u3092\u6253\u3064\u524d\u306bmake":123,blt:130,internet:[109,81,131],formula:57,"\u6700\u5f8c\u306e":121,million:50,"\u6700\u5f8c\u306b":53,mime:42,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"table\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u7279\u5b9a\u306e\u6761\u4ef6\u3067\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u307e\u3059":92,"byte":[100,137,26,14,92,140,58,22,60,64,41],dest_key_s:92,"\u5bfe\u8c61id\u3092\u6307\u5b9a\u3057\u307e\u3059":33,grn_op_adjust:[85,52],brasil:57,"259\u79d2":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":[118,71],"select\u3084load\u306a\u3069\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u8868\u3057\u307e\u3059":10,"1\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u672b\u5c3e\u306b\u633f\u5165\u3055\u308c\u307e\u3059":74,oper:[43,88,90,81,131,58,44,64],grn_logger_reopen:58,onc:[22,59,152,88,58],beijin:57,"\u6587\u5b57\u5217\u578b\u306e\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0\u3067\u3082\u53ef\u80fd\u3067\u3042\u308a":72,reopen:22,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u3044\u308b\u5834\u5408\u306f\u3053\u306e\u30af\u30a8\u30ea\u306f\u30de\u30c3\u30c1\u3057\u307e\u305b\u3093":53,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":22,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u73fe\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":53,open:[46,90,120,15,32,58,22,152,61],grn_obj_get_element_info:33,convens:58,convent:58,"\u81ea\u5df1\u7d39\u4ecb\u6587":149,return_cod:[111,120],"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":53,citi:[57,38],groonga1:10,fullfil:114,"6\u306e\u3068\u304d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f4\u65b0\u3057\u3066pull":123,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f":126,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308btable\u306e\u30ab\u30e9\u30e0\u3092\u8fd4\u3057\u307e\u3059":60,"\u683c\u7d0d\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u304b\u3089\u306e\u7d4c\u904e\u79d2\u6570\u306e\u5024\u3092\u76f4\u63a5\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3067\u3059":149,grn_stack_over_flow:2,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067\u30b3\u30de\u30f3\u30c9\u3092\u6307\u5b9a\u3057\u307e\u3059":29,set_port:121,grn_obj_get_info:33,fumiyasu:22,"sphinx\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":67,"\u307e\u305fgroonga":121,column_list:[43,35,127,25,58,22],"\u90fd":[53,116],sai:[3,122],san:57,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":146,"\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":28,argument:[57,3,122,148,26,14,94,89,32,58,22,59],sae:[125,101],"\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9":149,"jsonp\u304c\u52d5\u4f5c\u3057\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":22,drilldown_limit:128,uuuuuu:122,note:[136,88,89,3,122,11,109,138,7,58,119,22,49,42,32],"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":36,"groonga_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,take:[110,47,3,105,114],"deb\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":123,noth:[39,9],grn1:59,grn3:59,grn2:59,buffer:[16,59,60,64,104],compress:[22,44,153,58],"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":84,"\u3092\u6307\u5b9a\u3059\u308b\u3068id\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":126,"127972422x503117107":149,"\u51e6\u7406\u306b\u304b\u304b\u3063\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":[108,118,88,71],"\u30b5\u30fc\u30d0":77,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":54,do_gqpt:121,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":142,"\u4ef6\u6570":88,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":121,grn_lzo_error:2,"obj\u306f":60,xml:[22,58],slow:[75,7],"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":51,"db\u3092\u64cd\u4f5c\u3057\u306a\u3044\u72b6\u614b":14,too_many_link:140,normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:152,"\u5024\u306furl\u30a8\u30f3\u30b3\u30fc\u30c9\u304c\u5fc5\u8981\u3067\u3059":29,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u4f7f\u3044\u65b9\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":77,clang:[58,144],"dump\u30b3\u30de\u30f3\u30c9":1,grn_invalid_seek:2,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":52,grn_ii_buffer_clos:16,requir:[136,106,19,109,12,124,81,58,22,44],"sphinx\u3068\u3044\u3046\u30c4\u30fc\u30eb\u3092\u7528\u3044\u3066\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u3059":17,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[108,118,88,71],"\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":107,aptitud:[17,144,124],washida:58,where:[11,2,44],"cursor\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092value\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":126,"\u7a7a\u767d":77,"\u305d\u306e\u52d5\u753b\u306e\u7279\u5fb4\u3092\u8868\u3059":36,"groonga\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306f":17,"namebuf\u306e\u30b5\u30a4\u30ba":[60,100],"table\u306e\u5168\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u62ec\u3057\u3066\u524a\u9664\u3057\u307e\u3059":92,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":14,"\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u306b\u4fdd\u5b58\u3055\u308c\u305f\u30c7\u30fc\u30bf\u306b\u66f4\u65b0\u304c\u3042\u3063\u305f\u3068\u304d":36,"\u30b3\u30ed\u30f3":55,mani:[98,88,3,114,153,11,75,26,150,109,7,58,22,67,44,9,42,49],"\u30ed\u30b0\u51fa\u529b":6,"\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":104,"\u5bfe\u8c61column\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":127,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u304c\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u3046\u3061":10,"config\u30d5\u30a1\u30a4\u30eb\u306e\u4e2d\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059":10,"\u3067\u6271\u3063\u305f\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3082\u884c\u3044\u307e\u3059":149,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":33,"object\u306b\u8907\u6570\u306ehook\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u9806\u4f4d\u306e\u9806\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":74,better:[109,59,88],"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f":123,"repositories\u914d\u4e0b\u306brpm\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":123,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":77,parser:147,"\u30ab\u30e9\u30e0\u306e\u8ffd\u52a0":55,hashtag:149,former:[152,143],"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":77,"\u8fd4\u4fe1\u5143\u306e\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9":149,ctrl:[3,32],ivh:[136,106],html_untag:[43,133,35,58],set_host:121,"table2\u306f\u7834\u58ca\u3055\u308c\u307e\u305b\u3093":92,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":52,ascii:[147,122],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":107,hash_tag:149,binari:[43,4,109,37,111,81,129,58,42,122],reference_vector_column:58,"\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u306e\u306f\u5168\u6587\u691c\u7d22\u6642\u306b\u8907\u6570\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3089\u3067\u3059":53,grn_proc_creat:41,"fedora\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,utf8:[102,44,77],cmake:[58,44,81],grn_operation_not_support:2,"768\u4ee5\u4e0a32":37,"\u5358\u72ec\u306e\u5024":100,"path\u306e\u4e2d\u304b\u3089groonga\u30b3\u30de\u30f3\u30c9\u3092\u63a2\u3057\u307e\u3059":121,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":145,grn_hook_select:74,"\u6771\u4eac\u90fd":[53,116],commands_column_renam:47,"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":121,"\u30cb\u30db\u30f3":39,"hat\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066table\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":92,haystack:52,ruby1:123,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3068\u540c\u7b49\u3067\u3059":121,"4096byte":[50,75],around:[38,26],res2:92,"\u795e\u5948\u5ddd\u770c":149,res1:92,world:37,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":10,intel:121,"\u305d\u308c\u305e\u308c\u30ec\u30b3\u30fc\u30c9id":60,grn_no_locks_avail:2,integ:2,"\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u3067":149,"\uff12\u70b9\u9593\u306e\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":56,"\u30c6\u30fc\u30d6\u30ebterm\u306b":55,yyyi:[120,122],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u8ddd\u96e2":1,"\u6700\u7d42\u66f4\u65b0\u6642\u523b\u306f\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u6709\u52b9\u304b\u3069\u3046\u304b\u306e\u5224\u65ad\u306a\u3069\u306b\u5229\u7528\u3055\u308c\u307e\u3059":63,"\u3092\u524d\u63d0\u3068\u3057\u3066\u8aac\u660e\u3057\u3066\u3044\u308b\u305f\u3081":123,"\u65b0\u305f\u306adb\u3092\u4f5c\u6210\u3057\u307e\u3059":63,"\u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u30e6\u30fc\u30b6\u30fc\u691c\u7d22\u3057\u305f\u7d50\u679c":149,grn_obj_is_builtin:[22,60],"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092":123,definit:[88,89,147,148,26,94,57,58,138,122],"\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":41,"sh\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":123,exit:58,ddl:121,refer:[109,22,58,43],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067\u5b9f\u884c\u3057":121,"\u5168\u6587\u691c\u7d22":[43,129],power:88,"\u3053\u306e\u72b6\u614b\u3067\u3082\u4ee5\u524d\u306f\u30de\u30c3\u30c1\u3057\u306a\u304b\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":53,"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":37,"\u30d3\u30eb\u30c9\u6642\u306etip":67,grn_get_default_command_vers:95,starttim:[32,62,3,4,7],"2\u4ef6\u3068\u3082":149,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":77,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":116,neighbor:109,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":67,"\u3092false\u306b\u8a2d\u5b9a\u3057\u307e\u3059":123,"flags\u306b\u306f":92,match_escalation_threshold:[127,44,14],effici:[109,59],"\u306b\u3042\u308b":60,agaist:58,hex:[36,122],"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":10,"\u5f8c\u8005\u306f\u4e16\u754c\u6e2c\u5730\u7cfb":56,grn_proc_func:[41,14],"\u6771\u4eac\u90fd\u6e0b\u8c37\u533a":149,"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":77,bundl:[58,98,94],"\u305d\u308c\u305e\u308c1\u30ab\u30e9\u30e0\u3054\u3068\u306b1\u3064\u305a\u3064\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059":59,htpasswd:[7,42],no_kei:75,"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":77,categor:[88,69],pull:123,"\u5358\u4e00\u306e\u5024\u304c\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":55,"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":52,"grntest\u7528\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u5206\u3067\u4f5c\u6210\u3059\u308b\u3053\u3068\u3082\u65e2\u5b58\u306e\u3082\u306e\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":121,grn_ctx_get:14,preconfigur:[124,106,12,114,136],gone:36,type_of_the_column:148,uid:123,"\u5bfe\u8c61obj\u3092\u6307\u5b9a\u3057\u307e\u3059":33,"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":77,"fedora\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30eb\u30fc\u30eb\u306b\u5f93\u3046\u3088\u3046\u306b\u6539\u826f":127,grn_id_nil:[126,92],googl:[88,9,147],grn_select:88,grn_ctx_open:[22,14],shimomura:58,"\u30ea\u30ea\u30fc\u30b9\u7528\u306b\u30d3\u30eb\u30c9\u3059\u308b\u305f\u3081\u306b\u306f\u4ee5\u4e0b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066configure\u3092\u5b9f\u884c\u3057\u307e\u3059":123,"\u4e00\u65b9":53,"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":52,vocabulari:3,geodet:37,"debug\u3092\u8ffd\u52a0":127,queryexpandertsv:[43,35,94,8,58,23],"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":123,cpu:[44,7,121,153],senna:58,grn_type:[43,24,35],pluggabl:109,"\u521d\u671f\u5316\u3059\u308b":14,scr:121,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":92,grn_obj_set_info:33,too_small_offset:140,tail:[140,123],kosuk:58,webclip:89,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[43,127],introduc:67,candid:125,too_many_open_fil:140,"4\u30ea\u30ea\u30fc\u30b9":58,colleagu:67,"yum\u306e\u5834\u5408":123,small:[75,122,147,49],"flags\u306b":[92,100],"rid_max\u3092\u6307\u5b9a\u3057\u3066\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u5024\u3092\u5236\u9650\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":99,past:58,"\u3067\u7d44\u307f\u5408\u308f\u305b\u305f\u30b7\u30f3\u30dc\u30eb\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":55,pass:[57,3,147,123,94,7,58,22,32],grn_no_such_device_or_address:2,"grntest\u306f":121,"\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":123,section:[69,16,81,7,119,39,44,136,88,57,151,12,46,47,96,110,98,135,100,101,19,140,58,105,143,61,106,147,133,24,25,124,112,66,67,49,68],"log_put\u306f":6,"debian\u7cfb":123,"files\u306e\u5b9f\u884c":67,delet:[43,1,35,127,25,22,58,60],"\u4e2d\u91ce\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4\u306a\u3046\u306a\u3046":149,"\u307e\u305agroonga\u306e\u30bd\u30fc\u30b9\u3092\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u3068\u5c55\u958b\u3057\u307e\u3059":123,coremodul:7,contrast:[94,3,109],"\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082":116,hash:[75,58,49,122,22],"base_version\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067\u30b3\u30df\u30c3\u30c8\u3057\u3066\u304a\u304d\u307e\u3059":123,table_renam:58,"\u6295\u7a3f\u65e5\u6642":149,"\u3067\u306fgroonga\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5185\u90e8\u3067":14,action:58,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u624b\u7d9a\u304d":74,via:[98,43,2,58],localestatedir:44,"\u6b21\u306bgroonga\u306etest":123,no_such_process:140,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":116,"\u4f5c\u6210\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"select\u30b3\u30de\u30f3\u30c9\u306efilter\u30d1\u30e9\u30e1\u30fc\u30bf\u306f":56,"\u6295\u7a3f\u3057\u305f\u5185\u5bb9\u306b\u5bfe\u3059\u308b\u30ec\u30d3\u30e5\u30fc\u304c\u904b\u55b6\u5074\u3067\u5b9f\u65bd\u3055\u308c\u308b\u306e\u3067":123,define_selector:[43,25,35],select:[43,10,90,35,127,25,117,15,47,138,96,58,22,64],"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":121,"comments\u30c6\u30fc\u30d6\u30eb\u306elast_modified\u30ab\u30e9\u30e0\u306f":149,mecab:[136,106,80,123,109,12,124,58,22,44],mori:130,morn:93,mecab_new2:58,"lucid\u304b\u3089":127,more:[114,3,75,7,44,9,42,88,122,11,125,14,93,94,49,50,101,148,140,58,143,147,109,26],yokoyama:58,"\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":52,uint8:[58,37,127],"\u9375\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u3060\u3051\u3067\u306f\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u305f\u3081":123,function_nam:111,nomal:[58,88,7],cach:[1,109,15,96,58,60],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":52,uint64:[58,37],"\u305d\u308c\u3092\u5143\u306b\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":123,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":10,learn:[43,88,57,125,151,58],"\u3092\u30af\u30ea\u30c3\u30af\u3057":123,"\u306b\u3088\u3063\u3066\u9759\u7684\u30da\u30fc\u30b8\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3068":29,prompt:[58,3,4,81],scan:[147,144,122],accept:[57,3,109,110,32,58,22,42],"delete\u30b3\u30de\u30f3\u30c9":1,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5c0f\u6570\u8868\u8a18\u304b\u3089\u30df\u30ea\u79d2\u3078\u306e\u5909\u63db\u8aa4\u5dee\u304c\u5927\u304d\u3044\u554f\u984c\u3092\u4fee\u6b63":22,groonga_cache_limit:58,exmapl:[147,122],"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":121,"search\u3092\u884c\u3044":[126,92],"select\u30b3\u30de\u30f3\u30c9":1,"\u5b9f\u884c\u4f8b":[10,144],simpl:[136,106,12,110,124,47],isn:[111,88,147,101,125,140,106,26,46,7,58,39,96,44,143,9,49],"\u691c\u7d22\u6642\u306b\u306foriginal\u30ab\u30e9\u30e0\u304c":115,referenc:[58,138,49],grn_obj_get_rang:60,"\u8ddd\u96e2\u306e\u8a08\u7b97\u306b\u306f\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u3092\u7528\u3044\u307e\u3059":142,conditin:147,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u69cb\u9020\u4f53\u306e\u5b9f\u4f53\u3092api\u306e\u547c\u3073\u5143\u3067\u78ba\u4fdd\u3059\u308b\u306e\u306b\u5bfe\u3057\u3066":14,github:[0,43,123,58,83,22,98,61],m64:19,tokenbigram:[88,69,3,72,101,53,75,147,77,26,93,94,148,149,84,59,122,31,49],"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c3\u30c1\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":1,grn_obj_key_int:137,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":104,sysctl:68,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":123,i386:[22,106,123],"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":[62,77],"\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":128,dest_kei:92,"\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":92,"\u8f9e\u66f8\u691c\u7d22\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":127,html:[17,67,123],creat:[43,35,125,110,117,14,15,58,22,98],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":77,"\u30ab\u30e9\u30e0obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":100,"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8\u3092\u3057\u305f\u308a\u3057\u3066\u3044\u307e\u3059":103,"drilldown_limit\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":88,"\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":36,inada:58,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092":123,"\u65e5":149,authent:153,"1\u3088\u308a\u5c0f\u3055\u3044\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":126,"x\u3067\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u7ba1\u7406\u65b9\u6cd5\u3068\u3057\u3066":123,found:[88,90,92,81,58,44,9],"object\u306e\u53c2\u7167\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":74,with_posit:[93,88,3,72,148,53,149,26,55,94,122,59,147],procedur:58,realli:[88,147,122],ftp:121,"x86\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bx64":123,ftb:80,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":77,nest:[43,129,58],grn_column_index_upd:100,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":14,grn_user_data:[43,24,41,35],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u304b\u3089\u306e\u7d4c\u904e\u6642\u9593\u3092":37,grn_table_hash_kei:[92,90],"\u3053\u3053\u3067":56,"value\u3092\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":60,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":121,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":54,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":116,"\u5b9f\u969b\u306b\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3057\u3087\u3046":149,"\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u540c\u6642\u306b\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":10,major:112,"\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u306e\u4e21\u65b9\u304c\u53ef\u80fd\u3068\u306a\u308a\u307e\u3059":115,n_result:92,number:[109,112],"\u5bfe\u8c61table\u3092\u6307\u5b9a\u3057\u307e\u3059":[126,92,60,100],"\u3042\u308b\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306e\u3064\u3044\u3066\u3044\u308b\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":149,"dragonfly\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":127,file_corrupt:140,"org\u304c\u30db\u30b9\u30c8\u3092":123,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3057\u307e\u3059":100,relationship:[11,58,59],"rpm\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":123,dpkg:123,"txt\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":123,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":127,"javascript\u3067\u5b9f\u88c5\u3055\u308c\u305f\u7ba1\u7406\u30c4\u30fc\u30eb\u304c\u6a19\u6e96\u3067\u4ed8\u5c5e\u3057\u3066\u3044\u307e\u3059":29,"\u307e\u305f\u540c\u6642\u306b":121,"\u691c\u7d22\u51e6\u7406\u306e\u5b9f\u884c\u4e2d\u306b\u9069\u6642\u547c\u3073\u51fa\u3055\u308c":74,reus:75,grn_ctx_set_match_escalation_threshold:48,arrang:3,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":117,comput:[39,101,66,122,58],toybox:11,grn_hook_entri:74,"\u95a2\u6570\u306e\u8ffd\u52a0":1,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":134,gted:98,"\u8fd4\u4fe1\u5148\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u89a7":149,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":77,"\u53cd\u6620\u3055\u308c\u308b\u307e\u3067\u3057\u3070\u3089\u304f\u6642\u9593\u304c\u304b\u304b\u308a\u307e\u3059":123,documenataion:111,self:121,also:[43,35,136,109,14,58,67,98],"keybuf\u306e\u30b5\u30a4\u30ba":92,mroonga:[88,89,147,148,109,94,58,59,143,122],"\u8a18\u53f7":[53,77],"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b\u6607\u964d\u9806\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":88,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u304b\u8abf\u3079\u307e\u3059":60,lexcon:3,"\u30bf\u30b0\u306e\u60c5\u5831\u3092\u4fdd\u5b58\u3059\u308b":36,"\u81ea\u5df1\u7d39\u4ecb\u6587\u3092\u5bfe\u8c61\u306b\u691c\u7d22\u3092\u3057\u307e\u3059":149,plai:109,plan:136,"\u305d\u3053\u3067\u3042\u3089\u304b\u3058\u3081\u7528\u610f\u3057\u3066\u304a\u3044\u305f":123,table_pat_kei:[88,147,148,77,26,94,47,130,84,58,105,122,49],cover:[109,26],"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":121,umemoto:22,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u578b\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":88,ext:69,"\u65b0\u3057\u304f\u958b\u767a\u306b\u52a0\u308f\u308b\u4eba\u3068\u3082\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":103,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":[92,60,100],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":130,microsoft:81,"\u3057\u304b\u3057":[53,37,116],"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u5834\u5408":116,cache_limit:[43,25,35],escape_charact:64,session:140,"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":121,"6\u3067\u3082\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":127,columnn:58,"hat\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":123,solut:59,"\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":88,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":53,"\u30ab\u30e9\u30e0\u540d":76,"org\u304c\u30db\u30b9\u30c8\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":123,"site\u30c6\u30fc\u30d6\u30eb\u306b\uff12\u3064\u306e\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":107,"\u8907\u6570\u30ab\u30e9\u30e0\u3092\u5bfe\u8c61\u3068\u3057\u305f\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":149,"\u826f\u3044\u306e\u304b":103,"\u3053\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306e\u3088\u3046\u306b":107,"8\u307e\u3067\u306e\u6570\u5024\u304c\u6307\u5b9a\u53ef\u80fd\u3067":77,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":1,grn_table_cr:92,"table_create\u30b3\u30de\u30f3\u30c9\u306eflags\u30aa\u30d7\u30b7\u30e7\u30f3\u306btable_pat_key\u3068key_with_sis\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":115,column1:[58,88,52,122],"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":52,column2:[58,88,52,122],set:[136,88,12,106,15,124,96,58,60],"647\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":37,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[77,121],showen:2,startup:58,see:[43,106,44,35,136,19,109,12,14,124,58,68,61],"\u306e2\u5358\u8a9e\u6271\u3044":116,sea:[39,69],juman:[136,106],"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u8868\u793a":62,"\u30c6\u30b9\u30c8\u7528\u30c7\u30fc\u30bf\u3092\u30ed\u30fc\u30c9\u3057\u307e\u3059":149,mutex:58,"chroot\u74b0\u5883\u306e":123,javascript:[22,7,32],"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":[84,76],"version\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8ffd\u52a0":127,"\u30b3\u30e1\u30f3\u30c8\u306b\u95a2\u3059\u308b\u5185\u5bb9\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3067\u3059":149,last:[58,14],"min\u306f\u7121\u8996\u3055\u308c\u307e\u3059":126,pdf:17,"\u7d9a\u3044\u3066":53,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":121,load:[43,35,127,25,47,138,130,22,58,87],"\u30ed\u30b0\u306b\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u306e\u79d2\u3088\u308a\u5c0f\u3055\u3044\u5024\u304c\u5e38\u306b0\u306b\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":117,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":126,"\u4f4d\u7f6e\u60c5\u5831\u3092\u4fdd\u5b58\u3059\u308b\u305f\u3081\u306e\u30ab\u30e9\u30e0\u306e\u578b\u3068\u3057\u3066":56,"5367431640625e":4,devic:109,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":53,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":86,"grn_expr\u306b\u3088\u3063\u3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":52,nonexist:88,"null\u306f\u4e0b\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":126,"\u672c\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067":36,shinya:58,func:[41,14],"users\u30c6\u30fc\u30d6\u30eb\u306efollower\u30ab\u30e9\u30e0\u3068favorites\u30ab\u30e9\u30e0":149,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":67,oldvalu:100,"\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":55,error:[136,106,90,109,12,14,15,124,81,112,58,22,44,64,68],rep_gqpt:121,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":145,user_data:41,grn_table_at:[58,92,60,127],needleess:58,"\u3067\u89e3\u653e\u3057\u305f\u5f8c\u306b":14,n_builtin_type_nam:63,nanosecond:[111,120],x64:[81,123],grn_result_too_larg:2,shorter:93,"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":145,"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":144,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":99,"groonga\u3092\u8d77\u52d5\u3059\u308b\u969b\u306e\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306a\u3044\u3057\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb\u306bdefault":10,alert:[5,120,6,7],"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":116,grn_db_create_optarg:63,stack:58,recent:96,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":86,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":104,"\u81ea\u52d5\u7684\u306b\u66f4\u65b0\u3055\u308c\u307e\u3059":36,"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":104,do_gqtp:121,construct:[43,35,58],"\u30bf\u30a4\u30c8\u30eb\u3068\u672c\u6587\u3092\u5168\u6587\u691c\u7d22\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":59,mysql:[136,88,69,109,12,26,124,80,106,152,143,9],"\u5b9f\u884c\u3059\u308b\u6f14\u7b97\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u3053\u3053\u3067\u306f\u6587\u66f8\u30c6\u30fc\u30d6\u30eb\u3068\u547c\u3073\u307e\u3059":72,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306f":149,"\u30bd\u30fc\u30c8":[43,129],parenth:46,grn_tokenizer_error:2,input:[111,3,101,66,46,32,22,39,58,9],format:[43,80,35,25,58,98],"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":37,"\u5f15\u6570\u540d":[29,77],"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":53,"\u691c\u7d22\u3092\u884c\u3044\u305f\u3044\u3068\u3057\u307e\u3059":[36,59],"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u5171\u901a\u3068\u306a\u308a\u307e\u3059":37,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":77,encount:[136,106,12,124,81,112,68],"max\u3068max_size\u304c\u6307\u5b9a\u3055\u308c":126,sampl:[88,57,148,26,94,138,7,8,58,89,121],"hook\u56fa\u6709\u60c5\u5831\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f":74,"\u691c\u7d22\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":85,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089name\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":14,"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":52,"\u3053\u306e\u30ab\u30e9\u30e0\u306b\u306f":107,"56058502197266e":4,"aramaki\u3055\u3093":127,"ongaeshi\u3055\u3093\u304c\u5831\u544a":127,wget:[136,106,19,12,124,44],"\u6587\u5b57\u5217\u578b\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306f":107,improper_link:140,grn_expr_pars:64,grn_cursor_lt:126,"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":53,"\u6587\u5b57\u5217\u578b":72,"\u884c\u3059\u308b":123,repair:58,"\u5f15\u6570\u3068\u3057\u3066":52,"64bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":37,"\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":56,manag:[44,75,26,14,32,109,61,143,42,7],pcre:[58,7],"\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059":92,line_numb:111,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":149,submit:[67,123],custom:[88,69,147,153,131,26,152,120,7,58,44,22,61,49],suit:[109,26],"yes\u3092\u6307\u5b9a\u3059\u308b\u3068chroot\u74b0\u5883\u3067\u4e26\u5217\u306b\u30d3\u30eb\u30c9\u3092":123,"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":1,link:[122,107,11,32,58,147],line:[98,57,147,38,77,111,81,58,22,44,144,61],int8:[11,58,37,127],"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":121,"entry_body\u3092\u4f5c\u6210\u3057\u307e\u3059":55,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u3059\u308b\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":123,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgrntest\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e8\u3064\u3067\u3059":121,"\u8907\u6570\u306e\u8a9e\u53e5\u304c\u4ed8\u4e0e\u3055\u308c\u3066\u3044\u307e\u3059":36,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":10,element1:122,element2:122,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u5b9f\u884c\u4f8b\u306fzsh":123,msg_id:123,"char":[63,137,102,14,92,60,64,41,100],sholud:44,taro:36,invalid:[22,58,102,88,49],"grn_op_and\u306f":52,"\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":56,"obj\u304c\u73fe\u5728lock\u3055\u308c\u3066\u3044\u308c\u30700\u4ee5\u5916\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":60,lucid:[43,123,112],"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":41,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":116,wrongli:22,ago:39,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306b\u7f6e\u63db\u3055\u308c\u3066\u304b\u3089\u691c\u7d22\u3055\u308c\u308b\u305f\u3081":72,algorithm:[22,57,96],"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":144,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":144,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":123,fresh:93,hello:[93,122],code:[43,123,35,25,111,58,67,98],partial:[39,52,9,140],"\u7a7a\u306e\u5834\u5408":[30,87],send:67,table_list:[43,35,127,25,58,22],"\u30ab\u30e9\u30e0\u540d2":[118,71],"\u30ab\u30e9\u30e0\u540d1":[118,88,71],sent:42,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":121,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u3092\u524a\u9664\u3057\u307e\u3059":74,"\u5b9f\u884c\u306b\u306f\u76f8\u5fdc\u306e\u30b3\u30b9\u30c8\u304c\u304b\u304b\u308b\u306e\u3067\u3042\u307e\u308a\u983b\u7e41\u306b\u547c\u3070\u306a\u3044\u3088\u3046\u306b\u3057\u3066\u4e0b\u3055\u3044":92,"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":85,"\u30ab\u30e9\u30e0\u540dn":88,"\u306e\u5834\u5408\u306f":103,"try":[67,110,153],"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u6642\u304b\u3089\u306e\u5909\u66f4\u70b9\u3092":123,"\u5b9f\u969b\u306b":36,"fedora\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332":127,"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":127,video:36,odd:122,"1\u5358\u8a9e\u6271\u3044":116,"\u30ab\u30e9\u30e0\u60c5\u5831\u578bn":76,"blog1\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u308a":59,cenos6:58,let:[11,93,88,57,3],ubuntu:[43,123,112,61],layout:123,"\u3092\u6307\u5b9a\u3059\u308b\u3068domain\u578b\u306e\u5024\u306e\u30d9\u30af\u30bf\u3092\u683c\u7d0d\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u306a\u308a\u307e\u3059":60,thatn:88,"\u5b9f\u51e6\u7406\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":41,greas:11,ctx:[33,52,99,63,60,74,16,14,15,126,92,90,137,48,85,64,41,97,100],"\u30ab\u30e9\u30e0\u60c5\u5831\u578b1":76,"deprecated\u3060\u3063\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3068\u306a\u308a\u307e\u3059":10,"\u306b\u3064\u3044\u3066\u306f\u5f8c\u8ff0":126,menu:81,"cursor\u306e\u5bfe\u8c61\u7bc4\u56f2\u306e\u672b\u5c3e\u306b\u9054\u3059\u308b\u3068":126,"6\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":123,location_str:149,"200byte":26,firefox:98,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3067\u306f\u3044\u304f\u3064\u304b\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u304b\u3089\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059":123,"geo_distance\u95a2\u6570\u306b\u4e0e\u3048\u308b\u6587\u5b57\u5217\u306f":56,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":67,"\u691c\u7d22\u6761\u4ef6\u306b\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":88,zip:[43,123,112],rid_min:99,doubl:[88,69,3,147,75,46,58,22,122,49],upgrad:[58,153],next:[109,90,3,41],process:[43,106,2,147,35,136,109,12,25,122,111,124,81,7,112,8,22,58,98,68],"\u30af\u30a8\u30ea\u62e1\u5f35\u6a5f\u80fd\u3092\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u306f":72,"\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u6709\u52b9\u3067\u3059":88,"\u7d4c\u7def\u5ea6":56,comparison:[43,58],"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":149,socket_is_already_connect:140,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":52,"\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":121,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":127,"\u8ffd\u52a0\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a":115,"\u691c\u7d22\u5bfe\u8c61\u6587\u66f8\u306f\u8907\u6570\u306e\u8a9e\u5f59\u306b\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":116,high:[109,131],"\u304a\u6c17\u306b\u5165\u308a\u306e\u30b3\u30e1\u30f3\u30c8\u4e00\u89a7":149,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atable\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":92,"column\u306e\u5024\u304c":52,"128515259x503187188":[36,56],defalt:127,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":52,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u306e\u969b\u306b\u6587\u5b57\u5217\u304b\u3089\u30ad\u30e3\u30b9\u30c8\u3055\u308c":149,"\u30b3\u30e1\u30f3\u30c8id":149,"\u30ed\u30b0\u30a4\u30f3\u53ef\u80fd\u3067\u3042\u308b\u304b\u306e\u78ba\u8a8d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u884c\u3044\u307e\u3059":123,surfac:38,"\u3067groonga\u306e\u7f72\u540d\u7528\u306e\u9375\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":123,alloc:[62,88,3,11,14,15,58,64],essenti:[124,12,7],"index\u3067\u5b9f\u884c\u3057\u305f\u3044\u64cd\u4f5c\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u30d9\u30af\u30bf\u306e\u5024\u3092\u51fa\u529b\u3059\u308b\u3068\u304d\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":127,seriou:58,element:[2,3,11,26,111,58],issu:67,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306bgnupg\u3067\u7f72\u540d\u3092\u884c\u3046\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,allow:[3,109,12,26,124,32,58],posted_bi:149,"centos\u306e\u5834\u5408":123,"\u30a8\u30ed\u3044\u304a\u3063\u3055\u3093":149,move:[65,22,81,58],sen_sel_term_extract:80,comma:[11,46,3,122],yamaguchi:22,perfect:109,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":104,hobbi:120,"2\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":149,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":52,total:[50,58,104],"\u5de6\u4e0a":1,"\u5de6\u4e0b":1,grn_hook:[43,24,35],murakami:58,python:[17,123],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306e":127,billiard:[53,116],lzo:112,"grntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":121,"\u3053\u308c\u306b\u5bfe\u3057\u3066":116,"\u30b3\u30de\u30f3\u30c9":58,"lucid\u4ee5\u964d\u306e\u95a2\u9023\u3059\u308b":123,grn_file_too_larg:2,bump:58,meta:58,"static":[22,3],grn_too_many_symbolic_link:2,"table\u306ecolumn":92,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[62,34,71,132,5,76,54,55,104,6,128,113,130,118,20,84,30,108,87],"\u4f4d\u7f6e\u60c5\u5831":56,"status\u306e\u51fa\u529b\u7d50\u679c\u306b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0":127,builtin_type_nam:63,"\u7def\u5ea6\u306e\u30df\u30ea\u79d2":56,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":33,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":67,"com\u3067\u3082\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767a\u4fe1\u3057\u3066\u3044\u307e\u3059":123,"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":144,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":123,could:[11,58],mxcl:123,"\u5bfe\u8c61ctx\u3092\u6307\u5b9a\u3057\u307e\u3059":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u3092\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":144,softwar:61,"\u5206":149,"\u5f15\u6570\u540d1":[29,77],"\u5f15\u6570\u540d2":[29,77],owner:[58,7],index_messag:59,"table\u306ekey\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":92,expnas:143,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":104,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":104,licens:[58,80,123],system:[0,88,147,19,109,37,26,93,11,7,58,22,44,122],"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cdevelop\u3042\u308b\u3044\u306fdeprecated\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f":10,hash_kei:75,grn_table_get_kei:92,termin:[3,14,7,58,64,41],articles2:59,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u306a\u3044\u306e\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":116,itagaki:127,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":53,grn_end_of_data:2,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":134,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":91,"org\u3078\u3068\u53cd\u6620\u3057\u307e\u3059":123,"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":142,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":116,"db\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306fnull\u3092\u8fd4\u3057\u307e\u3059":14,"drilldown_output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":88,"\u30e6\u30fc\u30b6\u30fc\u5225":149,"\u5f8c\u8ff0\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3054\u3068\u306egrntest\u306b\u3088\u308b\u52d5\u4f5c\u78ba\u8a8d\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":123,"groonga\u3092\u4f7f\u3063\u3066\u304f\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066":103,"grntest\u3067\u7d50\u679c\u306e\u6bd4\u8f03\u304c\u5e38\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":127,"geopoint\u306e\u30ad\u30e3\u30b9\u30c8\u306b\u5bfe\u5fdc":127,"\u30ab\u30e9\u30e0\u306eflags\u5c5e\u6027":76,subject:58,thesauru:88,brazil:107,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":41,oracl:[43,112],"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":134,segment:[58,104],"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":121,latin1:[58,44],grn_cursor_by_kei:126,"\u3067\u3059\u306d":103,"\u30c6\u30fc\u30d6\u30eb\u306e\u4f5c\u6210":[43,129],fact:88,"\u62e1\u5f35\u5b50\u306f":121,dbm:[109,26],"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306es":[92,60,100],"\u4f5c\u6210\u3059\u308bdb\u306e\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u6642\u306b\u6307\u5b9a\u3057\u307e\u3059":63,bring:3,"\u7279\u5b9a\u306e\u30ea\u30ea\u30fc\u30b9":123,nois:101,should:[136,88,152,147,101,143,12,106,68,46,124,81,140,112,58,49,64,61],"\u691c\u7d22\u7d50\u679c\u3092\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3068\u30e6\u30fc\u30b6\u30fc\u3067\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3057":149,articles_cont:59,"\u30b3\u30e1\u30f3\u30c8\u884c":121,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":115,"\u6a19\u6e96\u5165\u529b":[62,34,71,132,5,76,54,55,104,6,128,113,130,118,20,84,30,108,87],"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":10,jiro:36,db1:42,db2:42,"\u3092\u6307\u5b9a\u3059\u308b\u3068min\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":126,grn_column_t:100,"1\u304b\u3089\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3044\u3046\u6982\u5ff5\u304c\u5c0e\u5165\u3055\u308c\u307e\u3059":10,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":77,"hat\u7cfb":123,grn_geo_cursor_next:90,"\u4e16\u754c\u6e2c\u5730\u7cfb":37,host_name_or_ip_address:32,"\u99c4\u76ee\u306a\u4f8b":103,grn_obj_lock:60,"munin\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0":1,"\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4f8b\u306f\u4ee5\u4e0b\u3092\u4f7f\u7528\u3057\u307e\u3059":123,"\u3066\u3057\u307e\u3044\u307e\u3059":103,mitsuo:58,encodiong:122,max_command_vers:[32,62,3,4,7],grn_obj_user_data:97,etc:[114,3,123,11,12,124,7,58,67,143,42],"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":[137,92,85],"\u5b58\u5728\u3057\u306a\u3044\u30a2\u30c9\u30ec\u30b9\u3078\u30a2\u30af\u30bb\u30b9\u3057":92,"\u3053\u3053\u3067\u306f\u7f6e\u63db\u30c6\u30fc\u30d6\u30eb\u3068\u547c\u3073\u307e\u3059":72,grn_type_cr:137,"\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":149,zenigata:36,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":116,grn_ii_buff:16,"\u7d42\u4e86\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":41,quotat:69,"\u5b58\u5728\u3057\u306a\u3044\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53c2\u7167\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":127,"\u56fa\u5b9a\u9577\u30ab\u30e9\u30e0\u306b\u30ab\u30e9\u30e0\u9577\u3088\u308a\u77ed\u3044\u30c7\u30fc\u30bf\u3092\u8a2d\u5b9a\u3059\u308b\u3068\u30b4\u30df\u304c\u6b8b\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":127,immedi:[109,7],"\u305d\u308c\u305e\u308c\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5\u3068\u306a\u308b\u6761\u4ef6\u304c\u3042\u308b\u306e\u3067\u63a1\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5341\u5206\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044":53,grn_obj_unlock:60,grn_cache_clos:15,"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":84,"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u63d0\u4f9b\u3059\u308b\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":40,spain:57,"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":127,"\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":59,"\u691c\u7d22\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u3092\u8907\u6570\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":59,"\u304c\u305d\u308c\u305e\u308c2\u4ef6\u305a\u3064\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":149,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":121,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bstatus\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":62,"\u306etable\u3092\u6307\u5b9a\u3057\u307e\u3059":92,ultra:36,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":86,"expr\u306e\u307f\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059":41,site:[36,3,107,11,56,32,130,131],archiv:[43,123,81,58,44,98],"\u30e6\u30fc\u30b6\u304c\u6307\u5b9a\u3057\u305f\u691c\u7d22\u6587\u5b57\u5217\u3092\u9069\u5b9c\u62e1\u5f35\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059":72,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":127,"grntest\u306e\u52d5\u4f5c\u65b9\u6cd5":121,"count\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u305f\u306a\u3089\u3070":62,"\u306eflags\u3068\u540c\u69d8\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":126,"\u306e\u3082\u306e\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":149,output_column:[58,128],"\u30ad\u30fc\u30ef\u30fc\u30c9":117,spell:143,expans:[22,88,143,94,58],"mroonga\u5411\u3051\u306b\u7528\u610f\u3057\u305f\u5185\u90e8api\u3067\u3059":60,"dist\u3067\u751f\u6210\u3057\u305ftar":123,kisk:58,php:[58,123],expand:[43,58,88,35,8],off:[22,7],dinam:131,"\u7d9a\u3044\u3066\u30a8\u30e9\u30fc\u5185\u5bb9\u3092\u793a\u3059":[108,118,88,71],exampl:[135,109,67],command:[43,35,98,109,127,14,15,81,58,83,22,44,61],ecmascript:[58,88,122,131],cutter_check_leak:144,value_2:[3,32],web:[88,147,101,125,7,66,44],uncontinu:58,end_of_data:140,geo_in_circl:[22,58,133,35,43],"\u7d50\u679c\u306f\u4e0a\u306e\u4f8b\u3068\u540c\u3058\u306b\u306a\u308a\u307e\u3059":59,"root\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u7ba1\u7406\u30c4\u30fc\u30eb\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u304c\u6307\u5b9a\u3055\u308c\u305f\u3068\u307f\u306a\u3055\u308c\u307e\u3059\u306e\u3067":29,broken_pip:140,"185428000x":57,dest:[11,145,77],"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b":56,five:[111,3],"\u5bfe\u8c61\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":99,"\u958b\u3044\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u304c\u591a\u3059\u304e\u3066accept\u3067\u304d\u306a\u3044\u72b6\u614b\u306e\u8ca0\u8377\u3092\u4f4e\u6e1b":127,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":104,"\u3053\u306e\u3088\u3046\u306bn":53,"\u5143\u306e\u30ec\u30b3\u30fc\u30c9\u3068\u81ea\u52d5\u7684\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u3068\u306e\u533a\u5225\u3092\u3064\u3051\u308b\u305f\u3081\u306b":115,rep_gqtp:121,grn_plugin_regist:117,interact:[3,32],"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":53,"\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":87,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":92,avoid:58,"0\u4ee5\u4e0a65":37,"min\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":126,"output_type\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066":29,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u76f4\u4e0b\u306b":22,"\u5fa9\u53f7\u3057\u305f\u9375\u30d5\u30a1\u30a4\u30eb":123,iwai:58,"\u691c\u7d22key\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"scorer\u3092\u5229\u7528\u3057\u305f\u30bd\u30fc\u30c8":[43,129],"grntest\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":121,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":53,"id\u304c\u9023\u7d9a\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u5024\u304c\u6607\u9806\u306b\u683c\u7d0d\u3055\u308c\u305f\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092values\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":60,event_queri:[39,125,101,66],merg:[109,58,98],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092grntest\u5358\u4f53\u3067\u5b9f\u884c\u3057":121,"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":77,"\u305d\u306e\u4ed6\u306e\u74b0\u5883\u3067\u306f\u9069\u5b9c\u8aad\u307f\u66ff\u3048\u3066\u4e0b\u3055\u3044":123,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":37,"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":20,"com\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":123,"function":[43,80,123,35,109,111,7,58,144],cutter_debug:144,"\u307e\u3060\u89e3\u653e\u3055\u308c\u3066\u306a\u3044\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af\u306e\u6570\u3092\u793a\u3057\u307e\u3059":62,"\u691c\u7d22\u4f8b4":67,"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u304d\u5834\u6240\u3092\u5909\u66f4":127,"\u691c\u7d22\u4f8b2":67,"\u691c\u7d22\u4f8b1":67,sigstop:58,"config\u304c\u306a\u3044\u5834\u5408\u306flibedit\u3092\u691c\u51fa\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u305f":127,count:[109,88],grn_table_cursor_delet:126,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u306f":37,otherwis:[3,122,148,15,94,47,138,105,60,61],problem:[147,11,15,7,58,22,122],yuki:22,"zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3082\u540c\u69d8\u306b\u3057\u3066grntest\u3092\u5b9f\u884c\u3057\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":123,bigram:[53,149,121],"int":[90,99,4,74,16,14,15,126,92,100,137,48,58,60,64,41,63],updated_at:53,jessi:[43,112],redcloth:123,againt:88,grn_obj_key_norm:92,"\u5024\u3092\u5909\u66f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":71,"init\u76f4\u5f8c\u306e\u72b6\u614b":14,varieti:36,variabl:[122,19,11,140,58,22,143],"edge\u306equeue\u306benqueue\u3055\u308c\u308b":134,repeat:[109,98],potenti:58,"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":52,grn_geo:[43,24,35],"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":104,quetzal:[43,112],document_version_ful:123,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":77,rule:42,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":52,dbmss:109,"scr\u3067\u3059":121,untrust:124,all:[69,3,75,7,8,119,120,58,44,42,46,88,90,122,93,131,98,140,22,105,152,147,109,39,49,96],"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":77,"754\u5f62\u5f0f\u306e\u500d\u7cbe\u5ea6\u6d6e\u52d5\u5c0f\u6570\u70b9\u6570\u3067\u3042\u308a":37,lgpl:80,"const":[63,137,102,14,92,126,58,60,64,41,100],"\u6bb5\u843d\u60c5\u5831":100,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b":92,spec:[22,58],"\u524d\u63d0\u6761\u4ef6":67,secsion:111,editrc:22,"pat\u6728\u4e0a\u3067\u4f4d\u7f6e\u304c\u8fd1\u3044\u3053\u3068\u3068key\u306e\u5024\u304c\u8fd1\u3044\u3053\u3068\u306f\u540c\u4e00\u3067\u306f\u3042\u308a\u307e\u305b\u3093":126,"status\u30b3\u30de\u30f3\u30c9":1,"\u30d2\u30c3\u30c8\u3057\u305f\u4ef6\u6570":88,grn_cache_set_max_n_entri:15,"debian\u30d1\u30c3\u30b1\u30fc\u30b8\u3092cdbs\u30d9\u30fc\u30b9\u304b\u3089debhelper\u30d9\u30fc\u30b9\u3078\u79fb\u884c":22,cmd:81,upload:123,unmanag:104,"\u691c\u7d22\u5bfe\u8c61\u306eobject\u3092\u6307\u5b9a\u3057\u307e\u3059":85,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u3055\u3089\u306b\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b\u3068":10,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u304b\u3089\u59cb\u307e\u308btable\u306e\u30ab\u30e9\u30e0id\u3092res\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u683c\u7d0d\u3057\u307e\u3059":92,entries_local_nam:130,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":60,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b":123,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u306e\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3057\u3087\u3046":149,"\u53d6\u5f97\u3057\u305f\u3044\u30ab\u30e9\u30e0\u540d\u306eprefix\u3092\u6307\u5b9a\u3057\u307e\u3059":92,zunda:22,"\u547c\u51fa\u5074\u3067\u6e96\u5099":33,"groonga_github_com_path\u3068\u3057\u3066\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f":123,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":77,"\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":77,"\u7de8\u96c6\u8ddd\u96e2":1,"\u30e6\u30fc\u30b6\u30fcid":149,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066column\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":100,"obj\u3092unlock\u3057\u307e\u3059":60,"query\u30d1\u30e9\u30e1\u30fc\u30bf\u3068filter\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3068":56,"\u9759\u7684\u89e3\u6790":67,"\u3092\u8ffd\u52a0":[22,127],"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u30a8\u30e9\u30fc\u3092\u7121\u8996\u3059\u308b\u3088\u3046\u306b\u3057\u305f":22,"\u5bfe\u8c61table1\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":77,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":128,column_remov:[43,25,35],"\u305d\u308c\u3067\u306f\u5b9f\u969b\u306b":72,kytea:[58,44],"\u73fe\u5728\u5730":149,"\u30d6\u30ed\u30b0\u306e\u30c6\u30fc\u30d6\u30eb\u3067":59,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":121,word:[88,147,101,109,131,148,66,119,39,58,143,9,122],work:[109,67,123],"\u3042\u308a\u304c\u3068\u3046":149,era:109,"\u3068\u3044\u3046\u540d\u524d\u306e":56,"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":77,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":121,geo_in_rectangl:[43,1,35,127,58,22,133],indic:[57,69,3,120],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":121,"\u305f\u3081\u3057\u306b\u6771\u4eac\u99c5\u3068\u65b0\u5bbf\u99c5\u3068\u3064\u3044\u3066":56,basebal:[36,59],"\u5909\u66f4\u5f8c\u306ekey\u306e\u9577\u3055":92,"\u4f5c\u6210\u3059\u308btable\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u540d\u524d":[43,35],"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":123,length:[11,58],pseudo_column:[43,88,35],"\u30ec\u30b3\u30fc\u30c9\u306e\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":56,"\u4e21\u65b9\u306e\u6761\u4ef6\u306b\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":149,"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":[84,76],recogn:109,"builtin_type_names\u306b\u306f":63,after:[98,90,3,122,11,75,152,81,32,58,22,44,7],"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u3044\u307e\u3059":116,lat:121,"\u5168\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":126,grn_is_a_directori:2,"535\u30d0\u30a4\u30c8\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u8868\u3057\u307e\u3059":37,n_queri:[32,62,3,4,7],"\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u63d0\u4f9b\u3059\u308bubuntu\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092hardi":127,"128484216x502919856":149,opaqu:[15,140],localnam:130,grn_fals:60,too_large_offset:140,"groonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3059\u308b\u6642\u306b":29,wgs84geopoint:[36,57,107,11,149,37,56,90,32,22],order:[88,3,147,109,38,140,58],"2\u3064\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u4f5c\u6210\u65b9\u5f0f\u304c\u3042\u308a\u307e\u3059":59,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":53,offici:[22,106,136,123,94],"\u30c6\u30fc\u30d6\u30eb\u306e\u53c2\u7167\u95a2\u4fc2\u3092\u9006\u306b\u305f\u3069\u308b\u691c\u7d22\u304c\u3067\u304d\u307e\u3057\u305f":36,"\u3092\u4f7f\u3063\u3066\u89e3\u653e\u3057\u307e\u3059":99,"3\u30ea\u30ea\u30fc\u30b9":58,grn_default_query_logger_set_path:58,flexibl:[94,131,109],"web\u7ba1\u7406\u753b\u9762":1,"\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":52,"po\u30d5\u30a1\u30a4\u30eb\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":123,grn_network_is_down:2,"\u4e16\u754c\u6e2c\u5730\u7cfb\u3067\u306f":56,grn_unknown_error:2,grn_obj_column_scalar:100,them:[0,111,88,57,3,147,124,65,12,110,106,46,11,32,136,44,98],thei:[69,4,75,7,8,120,44,9,42,46,88,122,93,131,101,19,148,143,147,26,66,39],"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":86,fragment:30,comment_index:149,"break":[22,58],"\u6570\u304c\u5927\u304d\u3044\u307b\u3069\u591a\u304f\u306e\u30ed\u30b0\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":77,jinja2:123,deatil:88,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":121,"\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":52,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":116,"1\u3064\u306e\u52d5\u753b\u306b\u306f":36,grn_improper_link:2,"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":67,serach:101,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":144,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9\u306ebody\u30ab\u30e9\u30e0\u306e\u5024\u3092\u53d6\u5f97\u3057\u307e\u3059":108,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":48,logo:58,network:[58,140,42],morpholog:[109,44,122],"offset\u306b\u5bfe\u5fdc\u3059\u308bhook\u306e\u76f4\u524d\u306b\u65b0\u305f\u306ahook\u3092\u633f\u5165\u3057\u307e\u3059":74,palal:123,"\u4ed5\u69d8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":128,standard:[46,37,3,7,32],vector_column:58,"\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":88,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":134,"\u8fd4\u4fe1\u5148\u60c5\u5831\u306a\u3069":149,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u3084\u5b9f\u884c\u901f\u5ea6\u6e2c\u5b9a\u304c\u53ef\u80fd\u3067\u3059":121,"\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19":149,"\u4e3b\u30ad\u30fc\u306e\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3082\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":115,grn_qlog_path:58,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":121,"akio\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":127,"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":144,independ:109,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[28,142],"srpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":123,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u52a0\u7b97\u3057\u307e\u3059":60,john:138,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf\u3084\u30d1\u30c3\u30b1\u30fc\u30b8":123,latitude_in_degreexlongitude_in_degre:122,"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":91,target:[46,88,69,3,147,11,26,15,94,90,81,58,44,22,60,64,42,49],provid:[3,4,153,75,7,39,9,42,136,57,12,14,94,101,58,143,61,106,109,24,124,66,152,32],"groonga\u6c4e\u7528\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb\u3067\u3059":121,minut:[120,39,122,101],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":30,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u30ea\u30b9\u30c8\u8868\u793a":76,"output_columns\u3067\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024":[108,118,71],"\u30ea\u30ea\u30fc\u30b9\u306e\u969b\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u3066":123,"\u958b\u3053\u3046\u3068\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"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":1,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":67,latter:[152,143],indexbuf:100,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":86,"\u56f0\u3063\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u8907\u6570\u56de\u30c4\u30a4\u30fc\u30c8\u3057\u3066\u9650\u3089\u308c\u305f\u306a\u304b\u3067\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u3066\u304f\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":103,sug:9,usernam:[36,81],"\u3092\u7528\u3044\u305f\u7d5e\u8fbc":56,"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":144,"http\u30ea\u30af\u30a8\u30b9\u30c8\u306b\u6307\u5b9a\u3055\u308c\u305furi\u306b\u5bfe\u5fdc\u3059\u308b":29,"128551935x502796434":149,"128551935x502796433":149,gronnga:9,excut:58,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u3092\u3057\u305f\u308a":103,"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":104,"\u7d4c\u7def\u5ea6\u304c\u6307\u5b9a\u306e\u77e9\u5f62\u9818\u57df\u5185\u3067\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3059\u308b":56,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":86,"\u30ab\u30e9\u30e0\u306e\u5024\u3092\u53d6\u5f97\u3057\u307e\u3059":108,protocol:[43,106,2,4,121,136,109,12,77,114,124,7,58,29,42],"column\u306f":100,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":53,"\u30ab\u30e9\u30e0\u306e\u5024\u306e\u5c5e\u3059\u308b\u578b":76,"\u30ab\u30e9\u30e0\u5024n":[108,118,71],latenc:121,"\u53c2\u8003\u307e\u3067\u306b\u904e\u53bb\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3078\u306e\u30ea\u30f3\u30af\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059":123,"\u3055\u3089\u306b":[36,149],"groonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306ffreecod":123,"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":56,liblzo2:[124,12],keyword2:58,keyword1:58,"\u305d\u308c\u305e\u308c\u30c9\u30e1\u30a4\u30f3\u540d\u3092\u4e3b\u30ad\u30fc\u3068\u3059\u308bsitedomain\u30c6\u30fc\u30d6\u30eb\u3068":107,grn_obj_key_with_si:92,"\u30ab\u30e9\u30e0\u50242":[118,71],"query\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b":56,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831":149,optimum:7,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":67,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5185\u306e\u3059\u3079\u3066\u306e\u30c7\u30fc\u30bf\u3092\u51fa\u529b":130,suffixsearchterm:[147,122],"\u518d\u73fe\u624b\u9806\u3092ml\u304bredmine\u306b\u5831\u544a\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":103,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":1,"table\u304c":92,accord:[11,57],hai:52,res_tabl:121,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":116,"b\u306f\u5fc5\u305aa\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":92,address_is_in_us:140,howev:109,"\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":130,grn_obj_check:60,"\u305d\u3053\u306b\u5165\u308b\u60c5\u5831\u304c\u3069\u3093\u306a\u5185\u5bb9\u304b\u3092\u793a\u3059\u540d\u524d\u3092\u51fa\u529b\u3057\u307e\u3059":[84,76],com:[43,88,3,123,107,11,56,32,83,98,42,61],"\u30ed\u30b0\u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":20,"jekyll\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3089":123,"\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066\u4e92\u63db\u6027\u304c\u4fdd\u8a3c\u3055\u308c\u307e\u3059":10,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":121,"user_data\u3092\u30ad\u30fc\u3068\u3057\u3066":41,"\u3053\u3053\u3067\u307e\u3068\u3081\u305f\u5185\u5bb9\u306b\u3064\u3044\u3066\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u3082\u4f7f\u7528\u3057\u307e\u3059":123,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":127,"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":1,modifi:[44,32],"source\u4ee5\u4e0b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0":123,macport:[43,112],snippet3:26,enginen:39,"\u305d\u306erecord\u306eid\u3092\u8fd4\u3057\u307e\u3059":92,"\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":149,inhibit:58,grn_ctx_db:14,gnu:[43,112],zlib:112,sourceforg:[123,21],grn_obj_prepend:60,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":104,cond:58,conf:[114,7],"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":104,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":144,grn_cach:[43,24,35],perform:[109,22,88,58],"\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":37,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":48,warri:112,descend:[125,88],"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":127,"\u3068\u3044\u3046\u6587\u5b57\u5217\u3067\u691c\u7d22\u3057\u305f\u5834\u5408\u306b":72,"\u6771\u4eac":[53,149,116],unsupported_command_vers:140,"\u69cb\u9020\u4f53\u306b\u95a2\u3057\u3066\u306f":14,hana:36,hang:58,hand:[148,11,109,94,7,59],"\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":36,"\u5b9f\u884c\u9806\u4f4d\u3092\u6307\u5b9a\u3057\u307e\u3059":74,blog_bodi:53,o_binari:58,client:[58,114,7,140],thi:[136,69,3,4,110,120,81,7,58,119,39,44,105,42,43,88,57,122,11,151,12,15,94,47,96,46,133,49,135,101,19,148,140,22,59,60,143,61,106,149,147,109,24,25,26,150,111,124,112,66,67,68,32],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3078\u306e\u30ea\u30f3\u30af":123,"_score":[36,88,57,3,122,101,53,125,66,94,56,39,22,58,149,59,86],no_such_devic:140,"table_list\u306f":84,"\u691c\u7d22\u7d50\u679c\u306b\u3088\u3063\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":116,"\u30e6\u30fc\u30b6\u30fc\u306e\u81ea\u5df1\u7d39\u4ecb":149,grn_default_logger_set_path:58,"configure\u306e\u6700\u5f8c\u306b\u691c\u51fa\u3057\u305fmecab\u306e\u60c5\u5831\u3082\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":127,"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":149,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":67,"\u8ad6\u7406\u7a4d":52,grn_ctx_per_db:[22,14],"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308btable\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\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":121,"\u306ebase_version\u306e\u66f4\u65b0":123,scan_build:144,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":84,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u30ab\u30e9\u30e0\u540d\u306e\u914d\u5217":76,"package\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":123,night:93,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u306e\u5834\u5408\u306f\u6700\u5927\u9577":137,"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":149,normallexicon:152,"grntest\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":121,"\u65e2\u5b58\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":20,tokenbigramsplitsymbolalphadigit:[53,94,31,101],grn_obj_renam:60,tasuku:80,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":116,"\u30b3\u30e1\u30f3\u30c8\u306e\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306e\u4e00\u89a7":149,shift_ji:44,grn_inappropriate_i_o_control_oper:2,repositori:[67,139,123],post:[88,90,147,123,93,58,153,122],obj:[33,60,63,74,104,85,64,41,97,100],comment2:59,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":145,zxvf:123,"\u3068\u306a\u308a":53,"\u3059\u308b\u3068\u5927\u4e08\u592b\u3067\u3059":103,"float":[111,58,57],"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":116,grn_ctx:[43,100,35,24,15,58],"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":67,"ctx\u306e\u7ba1\u7406\u3059\u308b\u30e1\u30e2\u30ea\u3092\u89e3\u653e\u3057":14,coverag:144,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306e\u578b\u306f":107,accordingli:7,wai:[0,4,109,94,7,131,58,67],"hiroshi\u3055\u3093":127,conbin:[88,131],"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":28,"newvalue\u306e\u5024\u304b\u3089\u5f97\u3089\u308c\u308b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308bcolumn\u306e\u5024\u306e\u4e2d\u306e":100,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u7ba1\u7406\u30e1\u30cb\u30e5\u30fc\u304b\u3089":123,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":53,"true":[1,34,3,72,5,6,8,119,118,105,87,93,88,57,122,11,46,94,47,128,20,49,36,54,55,148,56,89,58,59,142,115,147,107,149,26,28,138,152],"\u65b0\u305f\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":77,"\u4e00\u822c\u7684\u306b\u306f":60,maximum:[50,88,3,122,11,140],inaccur:58,creteria:3,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":1,emit:58,mte:80,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u964d\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":126,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[62,34,71,132,5,76,54,55,104,6,128,113,130,118,20,84,30,108,87],fedoraproject:106,"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":76,score1:52,score2:52,resource_deadlock_avoid:140,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":121,"\u8a9e":104,"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":77,test:[136,106,3,144,123,11,76,12,124,81,7,112,58,59,68,121,32],freecod:67,"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":127,"\u6027\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":55,brew:68,scorer:128,tajima:58,"\u3067\u89e3\u653e\u3067\u304d\u307e\u3059":14,"\u5c0f\u6570\u90e8\u5206\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067\u30de\u30a4\u30af\u30ed\u79d2\u6570\u3067\u306e\u6307\u5b9a\u304c\u53ef\u80fd\u3067\u3059":149,masaharu:58,"\u3069\u3046\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u306e\u304c":103,global:[15,58],"s3ki\u3055\u3093":127,"\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306b\u3053\u3046\u3059\u308b\u3068\u3044\u3044":103,"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":52,hubeni:57,value_typ:92,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":121,graph:109,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u8a2d\u5b9a":5,tracker:67,takiuchi:58,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":77,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":52,"\u5143\u306e\u30ec\u30b3\u30fc\u30c9\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3059original\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u3066":115,"\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":33,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059":14,"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":1,"\u30ab\u30e9\u30e0\u540d\u306f":55,administr:[43,58],"\u306a\u3069\u3092\u8fd4\u3057\u307e\u3059":60,grn_obj_unlink:60,"\u3068\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059":123,"4gbyte":50,upper:[22,3,49],version:[10,4,123,19,77,14,62,57,95,80,81,7,58,22,152,121,153],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5\u306fgroonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3068\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u304c\u3042\u308a\u307e\u3059":10,"groonga\u3084mysql\u306erpm":123,cost:93,admin_html:[22,77],"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":52,"object\u306b\u767b\u9332\u3067\u304d\u308b\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u8fd4\u3057\u307e\u3059":97,appear:[88,69,3,147,109,26,2,143,122],"\u7def\u5ea6\u306f":37,"\u53cc\u65b9\u306b\u3068\u3063\u3066\u5b09\u3057\u304f\u306a\u3044\u72b6\u614b\u306b\u306a\u3063":103,"source\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5fc5\u8981\u306a\u3082\u306e\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,gener:67,satisfi:[46,58],"1x139":11,redmin:0,"rst2pdf\u3068":17,trial:109,"\u305d\u306e\u969b":123,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":77,behav:57,"\u305d\u306e\u6642\u70b9\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u307e\u3059":10,"\u5358\u7d14\u306a\u8a08\u7b97\u5f0f\u3067\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u305f\u3081\u9ad8\u901f\u3067\u3059\u304c":142,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u95a2\u3059\u308b\u4e0b\u8a18\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":126,"\u3092\u8a66\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":103,"\u691c\u7d22\u7d50\u679c":88,"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":144,output_typ:[29,4],mobil:109,"bsd\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":127,httpd:[40,43,106,123,35,136,12,15,124,58,22],"\u30b0\u30eb\u30fc\u30d7\u5316\u306e\u30ad\u30fc\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":88,grn_dat:22,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u5834\u5408\u306b\u9650\u3063\u3066\u30ed\u30c3\u30af\u3057\u307e\u3059":60,"648\u4ee5\u4e0a2":37,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[67,139],key_typ:92,furigana:125,"grntest\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306fgroonga\u306e\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf\u3068grntest\u306e\u30bd\u30fc\u30b9\u304c\u5fc5\u8981\u3067\u3059":123,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":53,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":144,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057":60,daiki:[22,127,117,58],prepar:26,grn_table_sort_kei:92,grn_illegal_byte_sequ:2,can:[0,114,2,3,4,75,38,77,120,69,81,32,8,119,39,58,44,9,42,43,88,57,122,11,125,12,14,46,94,96,131,133,49,98,15,136,93,148,89,140,22,59,143,61,106,152,147,109,24,26,111,124,101,66,68,64,7],clearlock:[43,25,35,58],"\u30ed\u30b0\u306b\u306f\u6b8b\u308b":22,"res\u306btable1\u3042\u308b\u3044\u306ftable2\u305d\u306e\u3082\u306e\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3092\u9664\u3051\u3070":92,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6607\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":126,topic:67,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":77,occur:[90,125,14,111,58,143],"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":52,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":1,uptim:[32,62,3,4,7],write:[88,147,77,58,59,44,31,122],grn_table_select:67,flanc:57,grn_cursor_ascend:126,"\u5b9f\u969b\u306b\u306f":88,product:7,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":104,southern:58,uint:58,"rb\u3092\u8ffd\u52a0":127,grn_too_many_open_files_in_system:2,favorit:[149,98],grn_operation_would_block:2,"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":104,increas:[57,69,109],tagger:109,still:[65,58,153,98],ieee:37,dynam:[58,3,7,109],"\u5171\u901a\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u3066\u3082":59,window:[43,123,112],"\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":52,non:[111,58,88,147,122],recal:[109,131],rake:123,col2:60,col3:60,col1:60,"table\u306e\u5168\u3066\u306ecolumn\u3082\u540c\u6642\u306b\u540d\u524d\u304c\u5909\u66f4\u3055\u308c\u307e\u3059":92,"geopoint\u578b\u3067\u3059":149,"type\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":33,normalizermysqlgeneralci:152,alisa:94,now:[43,35,136,8,58,44,133,98],discuss:[0,21],nor:88,introduct:[43,67,151,125],drop:[22,58],"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":84,januari:122,grn_encod:[43,24,35],domain:[107,65,76,77,47,32,84,58,60,64],replai:7,"\u52d5\u4f5c\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057":123,"takahiro\u3055\u3093\u304c\u5831\u544a":127,significantli:109,year:[120,122],"\u3067\u306f\u6607\u9806":92,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u8a2d\u5b9a\u30da\u30fc\u30b8":123,shown:3,"\u534a\u5f84\u304b\u3089\u306e\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u305f\u3081\u306b\u5730\u5f62\u3092\u3069\u306e\u3088\u3046\u306b\u8fd1\u4f3c\u3059\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":142,space:[88,69,3,147,109,46,66,22,58],acccess:114,"\u30df\u30ea\u79d2\u8868\u8a18\u306e\u5834\u5408\u306f\u305d\u308c\u305e\u308c":56,"\u307e\u305f\u901a\u5e38\u306f":37,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30ed\u30fc\u30ab\u30eb\u306bweb\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":123,"\u305d\u308c\u4ee5\u5916\u3092\u6307\u5b9a\u3059\u308b\u3068true\u306b\u306a\u308a\u307e\u3059":37,"ctx\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":14,"table\u306b\u65b0\u305f\u306a\u30ab\u30e9\u30e0\u3092\u5b9a\u7fa9\u3057\u307e\u3059":100,grn_db_kei:58,care:[39,88,147,98],"release\u30b3\u30de\u30f3\u30c9\u3067\u306f":123,couldn:58,arnaud:22,"175904000x8464000":57,grn_ctx_get_match_escalation_threshold:48,rins:123,yourself:112,column_n:148,size:[50,136,106,104,75,12,26,124,81,7,112,58,22,68,64,137,49],"path\u306b\u306fcutter\u306e\u30bd\u30fc\u30b9\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":123,"\u5ea6\u6570\u8868\u8a18\u306e\u5834\u5408\u306f\u305d\u308c\u305e\u308c":56,filter:[22,138,128,58],friend:[36,67],column_3:148,column_2:148,column_1:148,kenichi:[22,127],"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":10,"\u6307\u5b9a\u3057\u305f\u5024\u306f":149,"\u4e8c":39,"\u30b3\u30de\u30f3\u30c9\u3067\u5024\u3092\u683c\u7d0d\u3059\u308b\u3068\u304d\u306f":37,"\u30b9\u30b3\u30a2\u9806\u306b\u6607\u9806\u306b\u30bd\u30fc\u30c8\u3059\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u3066\u3044\u307e\u3059":56,"\u4f4d\u7f6e\u60c5\u5831\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066":36,"\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":52,"\u53d6\u5f97\u3067\u304d\u305f\u4ef6\u6570\u304c\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3055\u308c\u307e\u3059":60,"\u7d4c\u5ea6\u304c139\u5ea642\u52060":56,than:[50,88,57,109,131,26,125,58,22,49],"\u305d\u308c\u305e\u308c\u3092\u5358\u4f4d\u3068\u3057\u305f\u8a9e\u5f59\u8868\u306b\u7d22\u5f15\u3092\u7ba1\u7406\u3057\u307e\u3059":116,"key\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":126,"\u5dee\u5206\u3092":121,"32bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":37,"\u30ad\u30fc\u30ef\u30fc\u30c9\u3068geopoint\u306e\u4e21\u65b9\u3092\u6761\u4ef6\u306b\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3059":149,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":41,browser:[43,44,81,32,98],analysi:[109,44,122],grn_obj_compress_lzo:100,"\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":149,your_new_db:22,"txt\u306e\u5185\u5bb9":123,"obj\u306e\u578b\u3092\u5909\u66f4\u3057\u307e\u3059":60,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":[84,76],"\u3059\u308b\u3068":144,begin:145,"6813819x139":[11,56],"\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":77,price:11,"\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":149,renam:[75,47,3,58,22],"macports\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":22,"\u3068\u308a\u3068\u3093":[147,122],"6909211x139":56,"\u5229\u7528\u8005\u306f\u56f0\u3063\u305f\u307e\u307e\u3068\u306a\u308b\u306e\u3067":103,column_renam:[43,25,35,58],"\u306e\u3088\u3046\u306a\u30bf\u30b0\u3067\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3057\u305f":36,"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":104,"prefix\u304cmin_size\u30d0\u30a4\u30c8\u4ee5\u4e0a\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":126,"\u3053\u306e\u3068\u304d":[149,116],concurr:120,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":67,"table\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":92,pakcag:136,onli:[114,2,3,75,38,69,81,7,105,42,15,88,89,122,11,125,12,46,94,49,136,93,148,138,96,58,59,143,61,106,152,147,109,26,124,112,98,68],"\u5229\u7528\u3067\u304d\u308b\u30d0\u30a4\u30b0\u30e9\u30e0\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u4e00\u89a7\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":53,"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":52,"\u3050\u308b\u3093\u304c":[147,122],"\u8a18\u53f7\u3067\u30c8\u30fc\u30af\u30f3\u3092\u533a\u5207\u308btokenbigramsplitsymbol\u3092\u4f7f\u7528":127,"\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":71,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_level\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":5,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":77,"\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18\u306e\u5ea6\u6570":56,"128mb":58,allow_pragma:88,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":10,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":142,error_loc:111,"configure\u306e":22,ggdb3:123,sport:36,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":86,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":1,n_like:[111,88,147,122],"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":104,between:[88,57,147,101,75,38,114,122,58,22,59,60,42,49],"import":[88,69,147,123,109,25,14,15,7,58,22,44,143,42,49],"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332\u3055\u308c\u305f\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u5f8c\u306b\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u884c\u3044\u307e\u3059":123,pthread_:58,"groonga\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3057\u305f\u7d50\u679c\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306b\u9650\u308a":53,"db\u306e\u5185\u5bb9\u306e\u6700\u7d42\u66f4\u65b0\u6642\u523b\u3092\u73fe\u5728\u6642\u523b\u306b\u3057\u307e\u3059":63,nearbi:109,"\u305f\u3068\u3048\u3070":[56,116,72],tutori:[43,151,58],grn_encoding_pars:102,"time\u578b\u306b\u3064\u3044\u3066\u306f":149,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bdocument_version\u3084document_version_full\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u307e\u3059":123,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":123,grn_too_many_link:2,exploit:109,"debian\u7cfb\u3082\u3057\u304f\u306fr":123,"\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[33,60],"\u30e6\u30fc\u30b6\u30fc\u306e\u540d\u524d\u3084\u81ea\u5df1\u7d39\u4ecb\u6587":149,"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":145,emphas:89,rubi:[80,109,131,119,58,61],"grntest\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":121,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":104,"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":77,"\u5024\u304c\u56fa\u5b9a\u9577\u3067\u3042\u308b\u30ab\u30e9\u30e0\u306e\u307f\u304cobj\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":60,"edge\u306fctx\u3092\u542b\u3080":134,"\u307e\u305f\u306fctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":14,"\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u304c\u58ca\u308c\u308b\u5834\u5408\u306f\u30a8\u30e9\u30fc":1,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":14,grn_resource_temporarily_unavail:2,"flags\u306e\u5024\u306b\u4ee5\u4e0b\u306e\u5024\u3092\u52a0\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":55,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d":14,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_create\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":55,develop:[109,67],"ueno\u3055\u3093\u304c\u5831\u544a":117,epoch:11,document:[109,67,123],finish:120,"\u5225\u9014deb\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u6700\u65b0\u7248\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059":123,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":104,"\u30bf\u30b0\u691c\u7d22":[43,129],repoforg:[58,106],"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":53,"key_type\u306bt":92,"_post":123,"\u306e\u4ed5\u69d8\u3092\u8ffd\u52a0":127,speed:[75,9,22],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":77,"8bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":37,mmap:58,"wheezy\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8ffd\u52a0":22,"groonga\u306a\u3046":149,"\u30ad\u30fc":77,real:[109,26],swig:80,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":121,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":77,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u3068\u306f":149,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u51fa\u529b\u4ef6\u6570\u3092\u5236\u9650\u3057\u305f\u5834\u5408\u306f\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u6570\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093":88,invalid_argu:140,benefit:114,cascad:58,output:67,unsplit:[88,52],"key\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u3057\u3044record\u3092table\u306b\u8ffd\u52a0\u3057":92,index_friend:36,"\u51e6\u7406\u6642\u9593":[108,118,88,71],"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[34,5,54,55,6,128,20,87],"view\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u8981\u7d20\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":77,"message\u30ab\u30e9\u30e0\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u7528\u306bindex_message\u30ab\u30e9\u30e0\u3068":59,"\u30d9\u30af\u30bf\u306e\u5024\u3092":127,"615\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":37,grn_no_such_file_or_directori:2,tomoatsu:[58,127],unicod:152,grn_bad_file_descriptor:2,src:[11,124,12],"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":77,degre:[11,22,122],"\u5f62\u5f0f1\u306e":[118,71],backup:130,processor:[136,124,106,12,109],"\u53f3\u4e0b":1,"\u53f3\u4e0a":1,"\u305d\u306e\u305f\u3081":[115,123,53,149,116,130,121],"\u554f\u984c\u306fgrntest\u304bgroonga\u306b\u3042\u308a\u307e\u3059":121,insuffici:11,your:[109,67],"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":145,log:[43,123,112],area:109,aren:[88,147,75,38,26,7,58,42,49],start:[111,88,57,4,147,120,93,81,58,22,122,143,42,98],"\u7a7a\u6587\u5b57\u5217\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3059\u308b\u3068false\u306b\u306a\u308a":37,lot:58,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":121,submiss:[39,125,101,66],"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":142,ealier:58,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c":88,"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":121,"2\u884c\u76ee":121,grn_not_socket:2,"default":[109,112],"\u3068\u5171\u306b":100,invalid_seek:140,multibyt:22,pseudo:[46,58,88,147,122],"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":91,value_1:[3,32],prepend:[122,7,147],valid:[11,75,58,3,22],"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u9577\u3055\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"hook\u56fa\u6709\u60c5\u5831\u683c\u7d0d\u30d0\u30c3\u30d5\u30a1\u3092\u6307\u5b9a\u3057\u307e\u3059":74,grn_obj_add_hook:74,you:[0,114,2,3,4,75,38,77,21,119,69,81,7,8,83,89,58,44,42,133,43,88,57,122,124,65,125,12,14,15,94,96,131,46,110,49,135,98,136,148,138,140,22,59,143,61,106,152,147,109,25,26,111,11,112,67,68,32],string2:91,string1:91,poor:143,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092key\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":126,"delete\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u305f\u3053\u3068\u306e\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u306f":60,grn_object_corrupt:2,"\u8a72\u5f53\u3059\u308b\u7bc4\u56f2\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":126,reduc:[114,101,109,75,58,42],"n_builtin_type_names\u306b\u306f":63,naoya:58,"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":104,"\u3092\u683c\u7d0d\u3057\u307e\u3059":100,drilldown_offset:128,month:[36,122,120],"2\u3064\u76ee\u306e\u65b9\u6cd5\u306f":149,"4byte":140,"users\u30c6\u30fc\u30d6\u30eb\u306efollower\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":149,articl:59,"body\u3092\u4f5c\u6210\u3057\u307e\u3059":55,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[28,91,142,146,51],zlib_error:140,mechan:[58,7,42],"\u3067\u6271\u3063\u305f":149,"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":10,veri:[111,88,147,75,26,46,109,58,42,122],"\u66f4\u65b0\u5f8c\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"index\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":100,patsuffix:115,query_flag:58,masafumi:58,"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":52,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":104,"\u547c\u51fa\u5074\u3067\u306ftype\u306b\u5fdc\u3058\u3066\u5341\u5206\u306a\u30b5\u30a4\u30ba\u306e\u30d0\u30c3\u30d5\u30a1\u3092\u78ba\u4fdd\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":33,tokenkytea:58,groonga_dir:123,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":116,"\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":123,"\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ad\u30fc\u3092\u691c\u7d22\u3057":92,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u8ffd\u52a0":118,learner:[9,150],"\u95a2\u6570\u306f":[28,91,52,142,51],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":104,naoina:58,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":121,too_many_symbolic_link:140,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":145,snippet1:26,"min_size\u30d0\u30a4\u30c8\u672a\u6e80\u306e\u30d3\u30c3\u30c8\u306b\u5bfe\u3059\u308b\u30ce\u30fc\u30c9\u3067":126,snippet2:26,"\u6ce8":76,"\u305d\u306e\u5185\u5bb9\u3092data\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8fd4\u3057\u307e\u3059":74,amount:58,"\u3092\u6307\u5b9a\u3059\u308b\u3068max\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":126,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":144,hoge:[77,91],famili:[69,122],"1024r":123,"\u305d\u306e\u5834\u5408\u306b\u306f\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u3054\u3068\u3084\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3054\u3068\u306a\u3069":123,"\u30c8\u30e2\u3061\u3083\u3093":36,"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306f":60,"am\u30d5\u30a1\u30a4\u30eb\u3078\u3068\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059":123,bash:44,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":116,fulltext:[136,88,69,38,147,94,75,12,24,26,124,122,59,152,106,114,49],"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":1,groonga_vers:22,histori:22,nine:3,"\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":128,"grn_rc\u306b\u5bfe\u5fdc\u3059\u308b\u6570\u5024\u304c\u8fd4\u3055\u308c\u307e\u3059":[108,118,88,71],"\u65e2\u5b58\u306edb\u3092\u958b\u304d\u307e\u3059":63,"\u3059\u3063\u3071\u3044\u30d6\u30c9\u30a6\u3068\u7518\u3044\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":72,grn_db_int:60,phrase:58,"\u30e6\u30fc\u30b6\u306e\u6307\u5b9a\u3057\u305f\u691c\u7d22\u6587\u5b57\u5217\u3092\u7f6e\u63db\u3059\u308b\u305f\u3081\u306e\u30c6\u30fc\u30d6\u30eb":72,"expr\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059":97,anoth:[88,64,110,109,58,143],"scorer\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u304a\u3044\u3066":56,spreadsheet:143,snippet:[58,80,26],grn_cache_current_get:15,grn_expr_syntax_escap:64,grn_socket_is_not_connect:2,"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":100,"\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068dist":123,"\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":77,grn_obj_set_fin:41,allow_column:[88,147],"\u5143\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u307f\u691c\u7d22\u3059\u308b\u305f\u3081\u306b":115,grn_table_group:92,egg:59,narwhal:22,logrot:58,"\u306b\u3066\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30ea\u30ea\u30fc\u30b9\u6848\u5185\u3092\u4f5c\u6210\u3057\u307e\u3059":123,help:[65,112,98],soon:[38,26,42],"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":145,paramet:[33,74,81,22,85,41,90,95,14,15,92,126,97,99,100,137,102,48,58,60,63,64],"\u304a\u304b\u3057\u306a\u7d50\u679c\u3092\u8fd4\u3059\u554f\u984c\u3092\u4fee\u6b63":127,systemd:58,"\u6b63\u5e38\u306b\u30d3\u30eb\u30c9\u304c\u7d42\u4e86\u3059\u308b\u3068":123,"\u5024\u306e\u7bc4\u56f2\u306f1":86,shimada:58,comments_cont:59,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":53,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":52,"\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":121,range_error:140,"null\u306f\u4e0a\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":126,"proc\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":92,"\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u3067\u5024\u304c\u8fd4\u5374\u3055\u308c\u307e\u3059":[108,118,88,71],iff:3,"build\u30b3\u30de\u30f3\u30c9\u4ee5\u5916\u3067\u3082":123,fulli:[58,7],yito:58,"\u4e3b\u30ad\u30fc\u306e\u578b\u3068\u30ab\u30e9\u30e0\u306e\u578b\u306b\u306f":37,"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":36,"\u307e\u305a\u306f":[149,72],heavi:88,grn_column_nam:100,"\u30b9\u30ec\u30c3\u30c9\u6570":121,"\u30d5\u30a1\u30a4\u30eb":123,todo:[33,74,16,7,85,41,88,90,95,14,92,126,133,97,99,100,137,102,48,60,63,150,111,45,64],event:42,"\u3080\u308b\u3093\u304c":[147,122],"http\u30b5\u30fc\u30d0\u30fc":[40,43,7,35],"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306frpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":123,proxy_pass:7,publish:123,"\u691c\u7d22\u5bfe\u8c61\u306e":53,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408\u306f":55,"shutdown\u306f":113,textil:123,"1\u30ea\u30ea\u30fc\u30b9":58,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3084command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u305b\u305a\u306bgroonga\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u969b\u306b\u306f":10,pub:[106,123],asc:123,reason:[58,88,114,42,49],base:[98,106,136,147,66,109,12,26,124,101,90,32,122,58,39,44,153,114,7],grn_ctx_fin:[58,14],put:[147,98],rect:[58,57,142],basi:3,"\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":121,due:[109,26],assign:[58,69],grn_obj_get_valu:[22,60],"\u56fd\u540d\u3092\u683c\u7d0d\u3059\u308bcountry\u30ab\u30e9\u30e0\u3067\u3059":107,"\u4fee\u6b63":58,"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u305b\u3093":10,"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":115,placehold:58,"\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u306e\u5f62\u5f0f\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":[118,60,71],miss:[22,143,58],"table\u5185\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30bd\u30fc\u30c8\u3057":92,conditional_probability_threshold:[22,125],station:38,zeromq:44,schema:[88,89,147,101,26,150,93,94,57,148,59,138,122],"file\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8":127,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":116,"drilldown_offset\u30d1\u30e9\u30e1\u30fc\u30bf\u3068":107,"max\u3068common":126,grep:[124,106,12,136],"\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":59,"\u4efb\u610f\u306edb\u540d":121,str:64,"grntest\u3067\u306fgroonga\u30b3\u30de\u30f3\u30c9\u3092\u660e\u793a\u7684\u306b\u3057\u3066\u3044\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":123,"\u30ab\u30e9\u30e0\u540d\u4e00\u89a7\u3092\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3057\u307e\u3059":76,"\u5bfe\u8c61\u306ecolumn\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u3092\u7528\u3044\u308b\u3079\u304d\u3067\u3059":60,"windows\u5411\u3051":123,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":52,"null":[88,69,90,84,26,14,15,52,89,58,22,96,64,41,49],"table1\u3068table2\u304b\u3089\u91cd\u8907\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u3044\u305f\u7d50\u679c\u3092\u305d\u308c\u305e\u308cres1":92,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":104,lib:[114,127,7,8],"2\u306e\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3063\u305f\u969b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3057\u305f":123,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":88,elapsed_tim:[110,111,47,138,120,105],"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":142,"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":144,"\u66f4\u65b0\u3055\u308c\u308b\u305f\u3073\u306b1\u305a\u3064\u5927\u304d\u304f\u306a\u308a\u307e\u3059":10,grn_snip:58,tokenbigramsplitsymbol:[53,31],"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":144,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":92,clear:[22,60,123,58],grn_too_many_open_fil:2,clean:[144,123],newvalu:100,latest:[67,21],"scorer\u30d1\u30e9\u30e1\u30fc\u30bf\u306b":56,grn_ctx_t:2,northern:58,"\u3053\u308c\u304b\u3089groonga\u3092\u4f7f\u3046\u4eba\u3078\u30a2\u30d4\u30fc\u30eb\u3059\u308b\u70b9\u3084\u65e2\u5b58\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u4eba\u304c\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u969b\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u307e\u3059":123,grn_obj_with_sect:100,yml:61,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":10,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":127,grn_connection_refus:2,max_siz:126,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":144,"\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":121,grn_get_default_encod:102,grn_obj_compress_zlib:100,remot:[43,129],"\u68ee\u7530":36,"\u82b1\u5b50":36,grn_hook_get:74,doc_bodi:72,"\u306b\u3066\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059":123,grn_obj_is_lock:60,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":53,close:[46,75],"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":55,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":121,"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":144,isob:58,numer:[43,147,129],no_locks_avail:140,both:[111,88,3,147,136,75,12,110,26,93,124,81,140,112,109,39,122,106,42,68],grn_range_error:2,geopoint:57,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":1,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":[5,77],condition2:122,condition1:122,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u6642\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u3088\u308a\u89aa\u5207\u306b\u3057\u305f":127,"127975798x502919856":149,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306fkey\u9577\u3092\u8fd4\u3057\u307e\u3059":92,"000x":98,too_small_limit:140,header:[19,58],"\u623b\u308a\u5024\u3067\u3042\u308b":99,linux:[43,112],tokenbigramignoreblanksplitsymbol:[53,31],"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":121,stamp:[120,39,101,66],"\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":52,"null\u306a\u3089temporari":63,"\u8ee2\u7f6e\u7d22\u5f15\u306bweight\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":100,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":87,"table_create\u30b3\u30de\u30f3\u30c9\u306eflags\u30aa\u30d7\u30b7\u30e7\u30f3\u306btable_pat_key\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":115,grn_table_sort_desc:92,combind:147,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[28,142],grn_table_cursor_get_kei:126,"\u3082\u30461\u3064\u306f":59,coordin:[11,57],"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[28,92,142],"\u30c7\u30fc\u30bf\u306e\u30ed\u30fc\u30c9":[43,129],unpatch:80,look:2,"\u5b9f\u306f":36,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":142,"while":[93,58,69,109],"\u691c\u7d22":[43,88,127,18],"\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":77,grn_zlib_error:2,loop:58,pack:112,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":121,readi:[58,88,44,147,122],readm:[58,123],fedora:[43,123,112],"xml\u304c\u6307\u5b9a\u53ef\u80fd\u3067\u3059":29,"\u51e6\u7406\u958b\u59cb\u6642\u9593":[108,118,88,71],octal:122,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u306e\u89e3\u6d88\u3092\u884c\u3044\u307e\u3059":60,src_kei:92,imagin:88,grn_set_default_match_escalation_threshold:48,temporari:[43,57,35,58],user:[81,32,39,120,44,9,121,88,94,47,42,130,36,101,148,138,58,105,147,149,26,111,66,67,7],"takuto\u3055\u3093\u304c\u5831\u544a":127,"\u306e\u30ab\u30e9\u30e0":[30,87],"\u306b\u6e21\u3055\u308c\u305fuser_data\u3092\u6307\u5b9a\u3057\u307e\u3059":41,"\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":77,input_output_error:140,"\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":36,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":145,"\u4e0a\u4f4dlimit\u500b\u306e\u8981\u7d20\u3092result\u306b\u683c\u7d0d\u3057\u307e\u3059":92,"null\u306a\u3089\u7121\u540dtable\u3068\u306a\u308a\u307e\u3059":92,"koi8r\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":77,"\u30af\u30a8\u30ea\u306e":53,recurs:[88,143],"56880000x":57,"\u3088\u3046\u3053\u305d":149,nginx:[136,58,106,12,124],"\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f0\u3092\u8fd4\u3057\u307e\u3059":92,"\u3084\u308a\u3068\u308a\u3092\u8003\u3048\u306a\u304f\u3066\u826f\u3044\u3067\u3059\u304c":103,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u304c1\u3064\u3057\u304b\u3042\u308a\u307e\u305b\u3093":59,address_is_not_avail:140,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":104,"\u4f4d\u7f6e\u60c5\u5831\u3092\u7528\u3044\u305f\u7d5e\u8fbc":[43,129],grn_table_sort:92,"match_columns\u30d1\u30e9\u30e1\u30fc\u30bf":[43,129],resolv:[22,30,58],elaps:[111,22,122,4,120],popular:88,"\u30c7\u30d5\u30a9\u30eb\u30c8":52,"sigsegv\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":92,creation:[22,3,58],some:[50,136,69,147,109,133,21,111,94,120,58,44,64,98],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":30,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":121,"\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":[5,6],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,"title\u3082\u3057\u304f\u306fmessage\u30ab\u30e9\u30e0\u3067\u306e\u691c\u7d22":59,"output_type\u3068\u3044\u3046\u5f15\u6570\u540d\u3092\u7528\u3044\u3066output_type\u3092\u6307\u5b9a\u3057\u307e\u3059":29,"\u79cb\u8449\u539f\u99c5\u306e\u4f4d\u7f6e\u306f\u7def\u5ea6\u304c35\u5ea641\u520655":56,entry_bodi:55,run:[98,123,153,144,77,81,7,44,143,42,61],step:[3,11,81,66,44,98],"1\u3064\u76ee\u306e\u65b9\u6cd5\u306f":149,"\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":149,"\u3082\u3057test":121,"\u89e3\u653e\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":14,"\u305d\u3053\u3067":53,grn_no_memory_avail:2,"index_cursor\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u6307\u5b9a\u3057\u305ftable_cursor\u306e\u73fe\u5728\u306e\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u8fd4\u3057\u307e\u3059":99,block:[11,7,49],libzmq:[124,12],grn_no_space_left_on_devic:2,"93933868408203e":4,grn_expr_append_obj:[52,64],within:[39,101],"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":123,"\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":107,"\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":[108,71],"\u3068\u3057\u3066\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u3082\u306e\u3068\u3057\u3066\u8aac\u660e\u3057\u307e\u3059":123,patprefix:115,"\u5b58\u5728\u3059\u308c\u3070\u6307\u5b9a\u3055\u308c\u305fid\u3092":92,properli:[58,32,147],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u305f\u30b8\u30aa\u30b5\u30fc\u30c1\u306e\u4f8b\u3092\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306b\u8ffd\u52a0":22,"\u30bd\u30fc\u30c8\u901f\u5ea6\u304c\u901f\u304f\u306a\u308a\u307e\u3059":36,pangolin:[43,123,112],tokenbigramignoreblanksplitalpha:31,hereaft:109,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u306e\u9375\u304c\u5fc5\u8981\u3067\u3059":123,"\u691c\u7d22key\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":92,info:[5,6,7],utc:[111,122],"0xc7":140,utf:[80,4,152,58,44,122],"\u540c\u4e00\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308b\u306a\u3089":10,"column_create\u306f":55,munin:[124,106,112,136],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":52,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":121,"\u3044\u304d\u306a\u308aredmine\u3067\u30d0\u30b0\u5831\u544a\u3092\u304a\u9858\u3044\u3059\u308b\u3068":103,"files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":123,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u5909\u66f4\u3057\u307e\u3059":102,grn_cas_error:2,doesn:[111,88,69,147,101,75,38,26,152,93,7,122,58,153,39,44,143,42,49],repres:[11,77,64,122,131],"homebrew\u306e\u66f4\u65b0":67,before_instal:61,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb":123,"\u3067\u9023\u7d50\u3057\u305f\u6587\u5b57\u5217\u3067\u3059":60,pronounc:131,titl:[36,88,3,147,107,91,11,148,32,123,58,59,122],accross:58,grn_ctx_close:[22,14],orangain:58,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092\u5bfe\u8c61\u3068\u3057\u305f\u5168\u6587\u691c\u7d22":[43,129],sigcont:58,"\u7d22\u5f15\u304c\u4e0d\u6b63\u306b\u5927\u304d\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":127,draw:36,"groonga\u5358\u4f53\u3067test":121,"\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f\u30ad\u30fc\u304c\u5e38\u306bgrn_nil\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":127,"\u30ab\u30e9\u30e0\u540d\u7b49\u3092":60,"\u8907\u6570\u4eba\u306b\u3088\u308b\u30b5\u30dd\u30fc\u30c8\u3092groonga\u3067\u884c\u3046\u5834\u5408\u306b":103,eval:119,"architectures\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":123,kawaji:58,hash_index:149,"\u51fa\u529b\u3092\u884c\u3046\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":88,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c":10,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":[144,123],"\u691c\u7d22id\u3092\u6307\u5b9a\u3057\u307e\u3059":92,friendli:58,"\u4ed6\u306e\u578b\u3067\u306e\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306b\u6bd4\u3079\u3066\u4f4e\u901f\u3067\u3059":107,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":121,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":116,"\u5185\u90e8\u7684\u306a\u5909\u66f4":123,button:[58,98],hemispher:58,"\u4e00\u5de5\u592b\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":115,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":22,"max\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":126,download:[136,106,123,19,12,124,81,44,68],grn_obj_decr:60,experiment:[110,26,15,58,119,22,153],"\u975e\u4e92\u63db\u306a\u5909\u66f4\u304c\u542b\u307e\u308c\u308b\u306e\u3067\u3042\u308c\u3070":123,"\u30d9\u30af\u30bf\u306egeopoint\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":1,"null\u4ee5\u5916\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306fpersist":63,becom:[11,57,80,109],accessor:92,convert:[11,75,2,152],convers:[22,7],blogroonga:67,"wgs84geopoint\u306e\uff12\u3064\u306e\u578b\u304c\u3042\u308a\u307e\u3059":56,"\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":149,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":121,chang:[109,22,44,58],"\u8868\u8a18\u306e\u63fa\u308c\u3092\u5438\u53ce\u3057\u3066\u691c\u7d22\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":72,"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":86,"\u306e\u8981\u7d20\u306fcolumns\u5f15\u6570\u304c\u7701\u7565\u3055\u308c\u305f\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[118,71],danger:42,"boolean":[43,80,147,58],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":87,query_expand:[58,8],"drilldown\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024\u306e\u7570\u306a\u308a\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":88,query_expans:[22,58],"\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":[34,54],soundkitchen:[22,58],grn_column_renam:100,about:[0,2,110,38,21,120,69,7,58,119,39,44,42,136,88,57,122,125,12,94,47,133,98,135,101,19,148,138,32,96,22,105,143,61,106,147,25,111,124,112,66,68],"23t02":122,"groonga\u3092\u5e83\u304f\u901a\u77e5\u3057\u307e\u3059":123,"\u3068\u3044\u3063\u305f\u7d5e\u8fbc\u3082\u53ef\u80fd\u3067\u3059":56,"\u30b3\u30de\u30f3\u30c9\u306e\u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":127,"\u5b58\u5728\u3057\u306a\u3051\u308c\u3070":92,"shibuya\u3055\u3093":127,retriev:[109,88],"\u3042\u3068\u306f\u30d6\u30e9\u30a6\u30b6\u306b\u3066http":123,min_siz:126,meet:114,mitsuhiro:127,control:[58,131,7,94],"\u3042\u308b\u5730\u70b9\u304b\u3089\u4f55m\u4ee5\u5185\u306b\u5b58\u5728\u3059\u308b":56,"clone\u6e08\u307f\u306egroonga\u306eweb\u30b5\u30a4\u30c8\u306e\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30bd\u30fc\u30b9":123,sudo:[136,106,123,19,12,114,124,32,58,44,144,68],directory_not_empti:140,grn_domain_error:2,"\u8907\u6570\u306e\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":55,tokendelimit:[69,31,66],"\u6df1\u523b":53,lifecycl:61,narg:64,"op\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u53ef\u80fd\u306a\u3082\u306e\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":100,"function\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bgrntest\u306e\u30bd\u30fc\u30b9\u3092\u5c55\u958b\u3057\u307e\u3059":123,int16:[58,37,127],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6b63\u898f\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u304ckey\u3068\u306a\u308a\u307e\u3059":92,decrib:7,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u304b\u3089\u306e\u5909\u66f4\u5c65\u6b74\u3092\u53c2\u7167\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,"\u30c6\u30fc\u30d6\u30eb\u306e\u524a\u9664":34,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u5f8c\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":116,rakutan:59,otehr:49,normalizernfkc51:110,"\u304c2\u4ef6":149,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066groonga\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306b\u9759\u7684\u30da\u30fc\u30b8\u3092\u683c\u7d0d\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":77,"namebuf\u306b\u8a72\u5f53\u3059\u308b\u540d\u524d\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":[60,100],"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":52,"\u30de\u30af\u30ed\u306a\u3069\u3067\u521d\u671f\u5316\u6e08\u307f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":60,sysconfig:114,grn_socket_is_already_shutdown:2,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":127,"\u3053\u306e\u5834\u5408":[126,59],"\u547c\u51fa\u5074\u3067\u6e96\u5099\u3059\u308b":[92,60,100],read_only_file_system:140,grn_ctx_set_command_vers:14,"shorttext\u578b\u306e\u5024\u3092\u683c\u7d0d\u3059\u308b\u30ab\u30e9\u30e0":55,handl:[11,75,2,7,58],auto:[58,125],succeeded_or_not:[47,138,105],"\u30e6\u30fc\u30b6\u3078\u5f71\u97ff\u3059\u308b\u3088\u3046\u306a\u5909\u66f4":123,parameter1:7,"\u4ee5\u964d\u306e\u8aac\u660e\u3067\u306f":123,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":121,"\u6295\u7a3f\u8005\u306e\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":149,"\u3053\u306e\u4f8b\u306f\u65e5\u672c\u8a9e\u3060\u3063\u305f\u306e\u3067tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u3088\u304b\u3063\u305f\u306e\u3067\u3059\u304c":53,"\u578b\u306e\u5024\u3092\u76f4\u611f\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u306e\u3067":115,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306f":36,"uptime\u306e\u8868\u793a\u5f62\u5f0f\u3092\u8aad\u307f\u3084\u3059\u3044\u5f62\u5f0f\u306b\u5909\u66f4":1,"\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":62,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":121,chunk:104,"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":144,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u305f\u3081\u306e\u30c6\u30fc\u30d6\u30eb\u3067\u3059":149,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":121,special:[88,69,3,147,26,111,2,32,58,44,64,98],groo:88,"\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":88,"\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":71,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u66f4\u65b0":71,suitabl:[93,75,49],grn_geo_estimate_in_rectangl:[22,90],new_vers:123,"quit\u306f":132,"\u3092\u6307\u5b9a\u3059\u308b\u3068":[126,100],manipul:131,grn_match_escal:[43,24,35],"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":121,latitude_in_msecxlongitude_in_msec:122,keep:[15,22,93,50,14],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3055\u308c\u306a\u3044":127,geometri:22,largetext:75,"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":144,grn_cursor_by_id:126,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308buser\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057":36,"scorer\u306f":88,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":128,buf_siz:[92,60,100],"groonga\u30b3\u30de\u30f3\u30c9\u306b":127,mkdir:130,attach:[152,98],"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30af\u30ea\u30fc\u30f3\u306a\u72b6\u614b\u3067\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b":123,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[53,29,37,121],"final":7,travi:135,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u7d42\u3048\u305f\u3089":123,"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":1,"groonga\u306f":[56,144],extrct:122,stdin:58,concatin:58,msec:22,tabl:[43,52],need:[69,3,4,75,81,7,8,39,58,44,42,88,122,14,15,98,101,19,140,22,59,143,61,106,152,147,109,110,26,111,66,49],border:[58,69],fluent:83,grn_obj_search:85,"0x08":140,ditribut:43,"0x04":140,"grntest\u304cmlock\u306e\u60c5\u5831\u51fa\u529b\u306b\u5bfe\u5fdc":127,"\u305d\u306e1\u4f8b\u306b\u3059\u304e\u307e\u305b\u3093":36,"0x02":140,"\u30ed\u30b0\u3092":123,ifexist:46,singl:[46,58,69,3],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u95a2\u3059\u308b\u52d5\u4f5c\u3092\u8a2d\u5b9a\u3057\u307e\u3059":88,"\u691c\u7d22\u4f8b3":67,"\u3067\u306f\u307e\u3068\u3081\u3066\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u307e\u3059":123,"\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3057\u307e\u3059":60,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":53,kazuhiro:58,"\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":29,url:[22,130,42],uri:7,grn_table_upd:92,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f":149,fontain:22,"null\u4ee5\u5916\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408":92,"\u3067\u751f\u6210\u3057\u305fcursor\u3092\u89e3\u653e\u3057\u307e\u3059":126,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":123,grn_index_cursor:[43,24,35],"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":145,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":99,ssssss:120,object_corrupt:140,"\u30d3\u30eb\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":123,"\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":121,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[84,77],"\u3053\u308c\u3067":123,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":53,"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":10,"grntest\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":121,"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":88,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u672b\u5c3e\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":60,enabl:[88,69,147,123,11,120,12,26,62,127,32,58,44,22,49,106,7],"grntest\u3068\u3044\u3046\u540d\u524d\u3067grntest\u306e\u30bd\u30fc\u30b9\u3092\u914d\u7f6e\u3057\u307e\u3059":123,"masahiro\u3055\u3093":127,gram:[109,69,3,122],"output_columns\u304b\u3089_value\u3092\u524a\u9664":127,contain:109,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u306710":53,persist:[43,35,76,92,47,84,49],orphan:58,"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":52,latin:77,statu:[43,106,2,35,136,12,25,124,138,58],correctli:[58,3],wibowo:58,tend:59,written:8,benchmark:58,grn_retry_max:2,all_record:58,kei:[3,75,119,118,88,122,123,11,125,46,92,71,126,49,50,138,58,60,147,108,109,152],grn_no_child_process:2,lynx:[43,112],"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":104,"\u578b\u306e\u30ab\u30e9\u30e0\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":99,eclips:98,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18\u306e\u5ea6\u6570":56,"\u3053\u308c\u3082":149,"\u3053\u306e\u307e\u307e\u3067\u306f\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u8868\u793a\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":53,admin:[22,127,58],"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":128,"188\u79d2\u3067\u3059":56,"\u3069\u3046\u3057\u3066\u305d\u3046\u3059\u308b\u306e\u304b\u3068\u3044\u3046\u5171\u901a\u8a8d\u8b58\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u3068\u4e00\u8cab\u6027\u306e\u306a\u3044\u30b5\u30dd\u30fc\u30c8\u3068\u306a\u3063\u3066\u3057\u307e":103,cutter_source_path:123,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5185\u306e\u30b9\u30ad\u30fc\u30de\u3068\u7279\u5b9a\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u30c7\u30fc\u30bf\u306e\u307f\u51fa\u529b":130,"obj\u306b\u5c5e\u3059\u308bobject\u3082\u518d\u5e30\u7684\u306b\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059":60,"\u5185\u8a33\u306f":53,"\u304c\u3042\u308a\u307e\u3059":[29,123],quit:[43,25,123,35],quiz:36,"\u305d\u306e\u305f\u3081\u306b\u306f\u307e\u305a\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,treat:[88,69,122,101,38,58,39],"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[34,5,54,55,6,128,20,87],downcas:152,"\u65e5\u672c":39,"\u6709\u52b9\u306a\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u591a\u304f\u30d2\u30c3\u30c8\u3059\u308b\u305f\u3081\u306b":88,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":84,"\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":118,"sort\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":92,delimit:[11,58,69,109,66],glossari:61,"\u5bfe\u8c61table2\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u306e\u5909\u66f4\u3042\u308a":22,longitude_in_msec:122,"proc\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":41,demo:36,"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":53,welcom:[88,147,65,21,122,67,98],grn_table_cursor_t:126,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u591a\u304f\u306a\u3063\u305f\u5834\u5408\u306f\u6307\u5b9a\u3059\u308b\u5024\u3092\u4f4e\u304f\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":53,"\u30ab\u30e9\u30e0\u306e\u578b\u306b\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":37,speaker:21,"\u6642\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":127,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":128,crch:69,entry_selector:128,"\u4ee5\u4e0b\u306e\u578b\u304c\u7d44\u8fbc\u578b\u3068\u3057\u3066\u3042\u3089\u304b\u3058\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":37,http:[145,43,106,89,123,98,136,19,109,12,77,124,81,7,130,58,44,29,68,121,61],"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u518d\u73fe\u7387\u3092\u3042\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":53,effect:[46,58,149],"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":77,rpmforg:106,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":67,well:[109,26,32,58,44,7],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":132,operation_would_block:140,undefin:11,lcov:144,distanc:[109,57,38,122,58],koi8r:[58,44],"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u30af\u30ea\u30a2\u3057\u307e\u3059":60,"\u306e\u30b3\u30e1\u30f3\u30c81\u4ef6\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":149,"log_reopen\u306f":20,bc009774:123,patricia:[3,147,75,22,58,122,49],"po\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a\u66f4\u65b0\u3057\u305f\u5404\u7a2e":123,grn_ctx_get_command_vers:14,"text\u578b\u3068longtext\u578b\u306b\u3064\u3044\u3066\u306f":37,"\u3067\u533a\u5207\u308a\u307e\u3059":77,logger:58,"obj\u3092\u5bfe\u8c61\u3068\u3057\u3066query\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057":85,ptorotocl:32,pikonyan:36,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":86,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":121,compress_non:76,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":104,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":121,dat_kei:75,tomita:127,"groonga_clone_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,grn_file_corrupt:2,"groonga\u306e\u30d1\u30b9\u6307\u5b9a":123,"\u4e0b\u8a18":126,page:[43,98,21,58],"\u4e3b\u30ad\u30fc\u304c\u6570\u5024\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3067\u306e\u6bd4\u8f03\u6f14\u7b97\u306b\u5bfe\u5fdc":127,lager:58,use_offline_index:58,assgin:122,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[145,77],"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":53,home:[44,123],tatsuya:58,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092source\u5f15\u6570\u306b\u6307\u5b9a\u3057\u307e\u3059":55,estim:90,grn_obj_key_float:137,grn_obj_remov:[22,60],"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":116,"10t13":[39,101,66],win64:81,"\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":1,usag:[109,43,35,58],"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":104,offset:[90,74,92,128,126,58,60,64],"blog_body\u7d22\u5f15":53,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":121,"\u8a2d\u5b9a\u5024\u3092\u8868\u793a\u3059\u308b":1,"\u3053\u306e\u7d50\u679c\u306f":121,empti:[22,88,147,58],f10399c0:123,groonga_query_log_path:58,"\u30d7\u30e9\u30b0\u30a4\u30f3\u767b\u9332api\u306e\u540d\u524d\u3092\u6539\u826f":117,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":77,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":121,grn_obj_path:[58,60],"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":52,suzuki:58,comamnd:42,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":116,gronga:[143,9],overflow:[11,22,58],ear:69,"string\u306b":52,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u3068\u304d":76,"\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":52,displai:58,limit:43,"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":104,"\u611f\u8b1d":58,"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":116,evalu:[119,58,122,148],"\u521d\u671f\u5316\u3055\u308c\u305f":14,"aramaki\u3055\u3093\u304c\u5831\u544a":127,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u8fd4\u3057\u307e\u3059":60,blog1:59,blog2:59,new_valu:88,futur:[136,57,110,140,119,22,42],halfwidth:152,"max\u304cnull\u306e\u5834\u5408\u306b\u306f":126,"\u7518\u6817\u3080\u3044\u3061\u3083\u3044\u307e\u3057\u305f\u7684\u306a\u611f\u3058\u3067":149,"\u9593\u9055\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":22,sphinx:[65,17,13,98],"\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":118,table_remov:[43,25,35,58],"\u3068\u540c\u3058\u610f\u5473":77,max_concurr:145,"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":10,"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":146,"\u30e6\u30fc\u30b6\u30fc\u306f\u305d\u306e\u3076\u3093\u78ba\u8a8d\u3059\u308b\u4f5c\u696d\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":103,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":67,whose:[3,122],"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3057\u305f\u5404\u30ec\u30b3\u30fc\u30c9\u3092\u51fa\u529b\u3057\u305f\u306e\u3061\u306b":88,accur:[109,26],"files\u3092\u5b9f\u884c\u3059\u308b\u3068\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u304c\u5404\u7a2e":123,"0x20":147,escaped_queri:64,kentaro:58,utf8mb4_general_ci:152,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":1,"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":28,"void":[63,102,92,126,95,48,58,60],voic:152,is_anim:11,affect:58,"\u306f\u7121\u52b9\u3067\u3042\u308a":126,"\u5168\u6587\u691c\u7d22\u6642\u306b\u524a\u9664\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u8fd4\u308b\u554f\u984c\u3092\u4fee\u6b63":127,demerit:75,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":77,correct:[151,43,125,58,39,143],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":142,vector:[43,88,138,58,22,129],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,"10m":7,"10z":122,"\u30b0\u30eb\u30fc\u30d7\u5316":86,even:[136,106,122,109,12,124,81,112,58,68],"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067pdf\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":17,"\u3064\u307e\u308atest":123,neg:[58,88,2,41,14],spokesman:67,"debian\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,"\u3050\u308b\u3093\u304c\u592a\u90ce":36,"new":[109,67,123],net:[36,3,123,107,11,21,56,32],maverick:22,metadata:58,elimin:58,"\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9\u3084\u6295\u7a3f\u65e5\u6642":149,abov:[98,88,89,3,101,152,94,81,7,148,44,58,59,49,143,61],never:[125,44],met:148,"\u3053\u306e\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8\u3067\u306f":77,interpret:[58,147],"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":60,"\u30bf\u30a4\u30c8\u30eb\u3082\u3057\u304f\u306f\u5185\u5bb9\u306b\u7279\u5b9a\u306e\u5358\u8a9e\u3092\u542b\u3080":59,serch:[125,101],"\u691c\u7d22\u7d50\u679c\u3092\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u6b8b\u3057\u307e\u305b\u3093":88,"\u7d4c\u5ea6\u306e\u30df\u30ea\u79d2":56,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":145,grn_expr_exec:64,"\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":121,"\u826f\u3044\u4f8b":103,"754\u5f62\u5f0f\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":37,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u524d\u306b\u3059\u3067\u306b\u95be\u5024\u304c\u8d8a\u3048\u3066\u3044\u308b\u5834\u5408":53,mysqlgenerallexicon:152,"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":53,overhead:114,typo:[22,58,101,143,39],recommend:[136,88,3,147,114,12,106,111,124,81,32,112,122,42,68],"tag\u30c6\u30fc\u30d6\u30eb\u3067\u306f":36,"\u9069\u5408\u7387\u304c\u4e0b\u304c\u308a\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u542b\u307e\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":53,type:[33,2,4,75,76,38,69,58,83,39,90,41,42,43,88,57,122,125,47,121,129,49,100,101,55,148,138,140,22,147,110,66,64],"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u8fd4\u3057\u307e\u3059":95,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059":60,warn:[88,5,6,7,120,58],"\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":59,"\u79cb\u8449\u539f\u99c5\u3068\u65b0\u5bbf\u99c5\u306f6720m\u96e2\u308c\u3066\u3044\u308b\u3088\u3046\u3067\u3059":56,"\u4ee5\u4e0b":121,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u4e8b\u524d\u306b\u6e96\u5099\u3057\u305f\u8f9e\u66f8\u3092\u7528\u3044\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b\u305f\u3081":53,setup:[58,98,61],"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":142,akio:[22,58],root:[29,58,77,7,32],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":77,give:[94,109],"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":52,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":48,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,max_tp:145,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":67,unsign:[2,100,16,15,92,137,126,60,64,41],log_level:[43,25,35],n_kei:92,"128544408x502801502":149,updag:58,config:[1,77,81,58,22,44],grn_arg_list_too_long:2,sitedomain:[32,107],"\u30b9\u30fc\u30d7":116,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":52,permission_deni:140,third:[11,88,122],"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":86,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u5834\u5408\u3082\u91cd\u307f\u4ed8\u3051\u3092\u8003\u616e\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306f\u304b\u308f\u308a\u3042\u308a\u307e\u305b\u3093":53,romaji:39,"twitter\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u5b89\u5fc3\u611f\u304b\u3089groonga\u30e6\u30fc\u30b6\u30fc\u306e\u62e1\u5927\u306b\u7e4b\u3052\u308b":103,"\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":56,"cutter\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3066cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u53d6\u5f97\u3057\u307e\u3059":123,"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3059\u308b":63,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":54,privileg:[58,32],"\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":118,"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":142,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":91,"\u73fe\u5728\u5b9f\u884c\u4e2d\u306e":41,"\u304c3\u4ef6\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":149,"\u30ec\u30b3\u30fc\u30c9\u304c\u8ffd\u52a0\u3055\u308c\u305f\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3059\u308b":[118,71],"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":126,anim:36,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u306e\u578b":76,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":127,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":142,"\u30ea\u30ea\u30fc\u30b9\u306e\u305f\u3073\u306bformula\u306e\u5185\u5bb9\u3092\u66f4\u65b0\u3059\u308b\u4f5c\u696d\u3092\u5b9f\u65bd\u3057\u307e\u3059":123,grn_exec_format_error:2,conflict:114,cache_previ:15,side:[58,109],mean:[88,2,3,147,143,11,125,38,152,120,148,69,7,58,39,90,44,64,122],"command_version\u3092\u5909\u66f4\u3057\u307e\u3059":14,blog_comment_index:148,grn_obj_compar:60,extract:[109,26,49,148,81,58,44,98],"hiroshi\u3055\u3093\u304c\u5831\u544a":127,content:[111,88,89,147,148,26,93,94,140,58,22,59,42,122],rewrit:80,"cursor\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":126,ncpu:68,lzo_error:140,"\u4e0d\u6b63\u306a\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u3068\u304d\u306bdump\u3059\u308b\u3068\u843d\u3061\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":127,"\u5b9f\u4f53\u3092\u78ba\u4fdd\u3057\u307e\u3059":14,iso:122,"\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":121,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067\u5b9f\u884c\u3057\u307e\u3059":121,wgs84geoppoint:90,cpuinfo:[124,106,12,136],"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":53,hook:61,"ipa\u30d5\u30a9\u30f3\u30c8":17,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":121,"tomita\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":127,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":116,grn_cache_get_max_n_entri:15,iptabl:[32,42],"\u5358\u4f4d":[137,142],"push\u3057\u3066groonga":123,"80ghz":121,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":77,"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":88,charcter:49,conveni:[22,44,153,109],keyword:[88,3,147,26,94,58,59,9,49],grn_expr_get_var_by_offset:64,"sphinx\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5c0e\u5165\u3057\u307e\u3059":17,mind:50,mine:109,"\u7d4c\u5ea6\u304c139\u5ea645\u520657":56,"\u304c\u304a\u304c\u304a":149,"\u5c0f\u6570\u5f62\u5f0f\u306etime\u30ea\u30c6\u30e9\u30eb\u3092\u30ed\u30fc\u30c9\u3059\u308b\u3068\u30df\u30ea\u79d2\u60c5\u5831\u304c\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":22,"makefile\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306bconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059":123,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":130,regular:[11,3,7],tradit:109,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":121,don:[46,88,44,3,4,98,140,147,122,14,15,152,7,112,22,49,143,42,32],doc:[43,72,123,65,150,7,58,22,98],"\u8a18\u53f7\u3068\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":53,doe:[88,3,147,11,109,114,148,125,58,122],grn_not_enough_spac:2,dot:58,"longtext\u306e\uff13\u3064\u306e\u578b\u306b\u3064\u3044\u3066\u306f\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u4fdd\u5b58\u3057\u305f\u308a\u51fa\u529b\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u3059\u304c":37,"\u3068\u8a18\u8ff0\u3057\u3066\u6307\u5b9a\u3057\u307e\u3059":149,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u3092\u304a\u3055\u3089\u3044\u3057":103,keybuf:92,"\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":121,"\u5168\u3066\u306e\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":59,syntax:[43,64,35,58],yoji:22,explain:[11,3],"_key\u30ab\u30e9\u30e0\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":1,"root\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":77,"\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":104,"\u30b9\u30ab\u30e9\u578b":76,folder:81,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u4ef6\u9032\u3081\u3066\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":126,stop:[22,88,7,58],"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":77,"blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306b\u306f":123,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":10,attr_setpshar:58,bar:49,reload:143,bad:109,"comments\u30c6\u30fc\u30d6\u30eb\u306elocation\u30ab\u30e9\u30e0\u306f":149,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":54,veres:42,"video\u30c6\u30fc\u30d6\u30eb\u3067\u306f":36,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":121,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":37,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":121,old_releas:123,"\u5b9f\u884c\u3067\u304d\u307e\u3059":123,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":116,item_:125,"\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":107,"095\u30d0\u30a4\u30c8\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u8868\u3057\u307e\u3059":37,"or\u6307\u5b9a\u3092\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":56,grn_function_not_impl:2,"\u52d5\u753b\u306e\u30bf\u30a4\u30c8\u30eb\u3092title\u30ab\u30e9\u30e0\u306b":36,simplest:[109,44],illegal_byte_sequ:140,attribut:[89,69],nfkc51lexicon:152,threasd:77,"100x150":28,"\u6771\u4eac\u99c5\u3068\u79cb\u8449\u539f\u99c5\u306f2054m":56,"\u534a\u5f84":142,"takuto\u3055\u3093":127,replied_to:149,key_length:140,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":53,"\u6539\u884c\u6587\u5b57\u306f":77,against:[88,147,101,109,66,39,58,64,122],"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":144,"\u95a2\u6570\u304c\u5f15\u6570\u3092":1,grn_queri:58,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":77,"twitter\u7de8":67,grn_op_cal:52,grn_expr_var:41,grn_obj_clos:[52,99,60,14],three:[136,88,57,3,131,101,11,12,106,111,124,58,39,59,114],"\u3059\u3067\u306bgroonga\u306eformula\u306f\u53d6\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u306e\u3067":123,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":10,"1285858800\u306f2010":53,interest:[67,3],basic:[109,43,58],"\u6642":149,"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092\u6307\u5b9a\u3057\u307e\u3059":123,suppress:58,"2\u30ea\u30ea\u30fc\u30b9":58,"\u73fe\u5728\u57f7\u7b46\u4e2d\u3067\u3059":79,servic:[109,58,114,101,61],"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnul\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3059\u308b":63,calcul:[119,57,38,58],"codes\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":123,"\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059":149,seven:3,datail:88,"key\u3092\u8fd4\u3057\u307e\u3059":60,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":77,"\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u3068\u306f":60,"\u653e\u68c4\u3059\u308b":[108,118,71],"\u691c\u7d22\u306e\u6319\u52d5":43,receiv:[109,140,98,7,14],make:[17,67,109],"_nsubrecs\u3068\u3044\u3046\u4eee\u60f3\u7684\u306a\u30ab\u30e9\u30e0\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3059":107,"_kei":[3,72,32,39,105,86,115,88,57,122,11,125,46,47,42,130,36,101,148,56,89,58,59,60,147,107,149,111,138,66,152],zlib1g:[124,12],"key\u306e\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067":126,"\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":52,"8byte":140,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":52,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30b9\u30ab\u30e9\u5024":100,"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":52,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":55,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":77,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":145,left:90,identifi:138,just:[69,120,81,8,119,39,58,44,42,15,88,122,12,93,61,98,136,19,138,96,22,60,143,147,106,63,150,111,124,112,153,68],sigusr1:22,"\u6771\u4eac\u90fd\u6c11":[53,116],human:49,"\u73fe\u5728\u306f":[145,121],yet:[88,122,109,38,58,22,42],languag:[109,67],"grntest\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":121,defrag:[22,58,25,35,43],uint16:[58,37],"worker\u306f":134,save:[59,123],"\u7d4c\u5ea6":[149,56],applic:[135,109,26,22,143,42],"bigram\u306e\u5834\u5408\u306f\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":116,"\u3053\u306e\u4f5c\u696d\u306f\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3054\u3068\u306b\u884c\u3044\u307e\u3059":123,"groonga\u958b\u767a\u5408\u5bbf\u306e\u305f\u3081\u7fbd\u7530\u7a7a\u6e2f\u306b\u6765\u307e\u3057\u305f":149,nomral:[88,147],daemon:[58,7],vdw:[56,3,107],manual:93,grn_obj_expir:60,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":87,mrubi:119,cxxflag:[19,123],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":128,intern:[15,11,26,58],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":84,insensit:88,"groonga\u30bf\u30b0\u306e\u4ed8\u3044\u3066\u3044\u308b2\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":149,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":116,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306b\u9650\u308a":116,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u306f":115,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":52,localhost:[145,4,123,77,42,32,121,7],new_release_d:123,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":6,grn_cursor_gt:126,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":144,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306erpm\u306b\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,"\u305f\u3068\u3048\u3070\u4e0b\u8a18\u306e\u3088\u3046\u306bgroonga\u306e\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u63a8\u79fb\u3057\u307e\u3059":10,postgresql:[109,26],"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767b\u9332\u3057\u307e\u3059":123,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306fgroonga\u540c\u69d8\u306bgithub\u306b\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u7f6e\u3044\u3066\u3044\u307e\u3059":123,"\u3092\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b":149,update_buffer_s:16,"\u30c6\u30b9\u30c8\u306f":144,commit:98,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[145,77],meerkat:22,"\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":48,sphr:[57,142],"grn_cursor_prefix\u304c\u52d5\u4f5c\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":127,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":121,homepag:121,"\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u306b\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u307f\u304c\u305d\u308c\u305e\u308c\u30d2\u30c3\u30c8\u3057\u307e\u3059":72,editor:98,fraction:[11,109],storategi:88,fork:98,infom:14,tokenbigramignoreblanksplitsymbolalphadigit:53,form:[43,88,3,147,131,7,58,119,22,152,32],forc:58,grn_obj_db:63,"txt\u306b\u307e\u3068\u3081\u307e\u3059":123,"\u6771\u4eac\u90fd\u4e2d\u91ce\u533a":149,grroonga:9,"\u5426\u5b9a":52,auth_basic_user_fil:[7,42],"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":130,"\u4f4d\u7f6e\u60c5\u5831\u306e\u3042\u308b\u3059\u3079\u3066\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":149,unrel:22,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7570\u306a\u308c\u3070":10,featur:[109,98],"\u30ab\u30e9\u30e0\u60c5\u5831\u540dn":76,kwic:26,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":51,grn_obj:[33,90,99,63,35,43,74,16,24,14,58,64,100],"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306aproc":41,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":86,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":28,"\u65b0\u3057\u3044value\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":126,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":77,tokenbigramignoreblank:[53,31],excel:143,"defrag\u306f":30,matur:114,escaped_charact:64,"\u30ab\u30e9\u30e0\u60c5\u5831\u540d1":76,fsf:58,data_set_nam:125,"scr\u306e\u4e2d\u8eab\u304c":121,ignor:[88,69,63,75,138,22,58,143,147],reply_to:59,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":86,n_entri:96,skip:3,segv:58,"\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":30,depend:[43,112,109],"max\u3068pat\u6728\u4e0a\u3067\u8fd1\u3044\u4f4d\u7f6e\u306b\u3042\u308b\u30ce\u30fc\u30c9\u304b\u3089\u9806\u756a\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":126,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":144,"\u30ab\u30e9\u30e0\u306e\u5c5e\u6027\u3092\u8868\u3059\u4ee5\u4e0b\u306e\u6570\u5024\u304b":55,marku:58,cutter_dir:123,query_str:58,"\u540c\u6642\u306b\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d":22,"0mq":58,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u306f":37,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u91cd\u307f":[43,129],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":123,"\u4ed6\u306e\u30e2\u30fc\u30c9\u3067\u8d77\u52d5\u3057\u305fgroonga\u3068\u540c\u3058\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":29,"\u5b9a\u7fa9\u6e08\u307f\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":55,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u767b\u9332\u3057\u3066\u3044\u307e\u3059":123,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egrntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":121,form_1:3,iter:122,dic:136,item:[88,101,125,114,130,66,39,42,49],round:22,dir:121,"table\u306bid\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3057":92,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3059\u308b\u3068":36,"\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u958b\u767a\u304c\u59cb\u307e\u308a\u307e\u3059":123,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":127,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":121,"\u30ed\u30b0\u30ec\u30d9\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":77,"\u30b3\u30e1\u30f3\u30c8\u306e\u6295\u7a3f\u6642\u9593\u3067\u691c\u7d22\u3092\u3057\u307e\u3059":149,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":51,deriv:114,"\u53d6\u308a\u5f97\u308b\u5024\u306ftrue\u3068false\u3067\u3059":37,"\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":132,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":116,box:88,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":86,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059":10,grn_true:60,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\u306a\u308b\u305f\u3081":130,raccoon:36,bob:[88,147,94,47,105,42],useful:110,modul:[43,127,109],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":104,result_too_larg:140,univers:12,perl:7,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":121,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066\u306f":55,black:[38,152],grn_proc_typ:41,"\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fee\u6b63":[22,127],"\u5f15\u6570\u306b\u306f\u305d\u308c\u305e\u308c\u540d\u524d\u304c\u3042\u308a\u307e\u3059":29,ooo:75,apper:88,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":52,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":54,tokyo:57,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bgroonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u5148\u304b\u3089\u306e\u76f8\u5bfe\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":123,"\u30d2\u30c3\u30c8\u6570":88,ull:69,predict:[75,49],"\u306e\u914d\u5217\u3068\u305d\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":41,"\u30e6\u30fc\u30b6\u30fc\u306b\u3042\u307e\u308a\u8ca0\u62c5\u3092\u611f\u3058\u3055\u305b\u306a\u3044\u3088\u3046\u306b\u3059\u308b\u3068\u826f\u3044\u3067\u3059":103,libmemcach:144,grn_no_buff:2,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":116,normalizs:49,map:[120,22,39],"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":121,max:[15,22,126,58],mac:[43,112],grn_obj_append:60,assigend:147,mai:[50,111,75,110,109,15,125,135,7,58,119,22,59,44,143,42,49],underscor:49,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":37,table_dat_kei:[58,122,84,147,49],"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":116,"\u30b9\u30b3\u30a2\u5024_score\u3082\u51fa\u3057\u3066\u307f\u307e\u3057\u3087\u3046":149,"suggest\u306ehttp\u30b5\u30fc\u30d0\u306blimit\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":22,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":145,"protocol\u30aa\u30d7\u30b7\u30e7\u30f3\u306bhttp\u3092\u6307\u5b9a\u3059\u308b\u3068":29,talk:[58,123,21],"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":53,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":52,entiti:109,group:[58,88,148,109],monitor:[136,58,106,12,124],"\u3059\u3079\u3066\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u540c\u3058\u540d\u524d\u306e\u95a2\u6570\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u3057\u305f":127,"\u5b9f\u9a13\u7684":58,main:[124,12],env:143,initi:[22,58,14],lunch:109,"no_key\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u5024\u3092\u30b5\u30dd\u30fc\u30c8":1,"cutter_source_path\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306bcutter\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":123,"groonga_dir\u4ee5\u4e0b\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":123,"\u5fa9\u53f7\u3057\u305f\u9375":123,"wgs84\u76f8\u5f53":56,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u6e1b\u7b97\u3057\u307e\u3059":60,"groonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u7f72\u540d\u7528\u306e\u9375\u3092\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306e\u516c\u958b\u9375\u3067\u6697\u53f7\u5316\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u306epackag":123,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":121,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u914d\u5217\u3067\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":149,gzip_typ:42,"\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u521d\u671f\u5316\u95a2\u6570\u304c\u8907\u6570\u56de\u547c\u3070\u308c\u308b\u554f\u984c\u3092\u4fee\u6b63":127,continu:[58,101,69,77,61],ensur:101,nroonga:[94,59,61],"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":144,"3rd":88,"\u5185\u5bb9\u306f\u4e0a\u306e\u4f8b\u3068\u307b\u307c\u540c\u3058\u3067\u3059\u304c":59,"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":123,uint32:[3,72,37,32,84,105,115,88,122,93,47,76,49,36,53,148,56,138,58,59,147,107,111,152],"\u624b\u7d9a\u304d":41,earlier:[22,152],"\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":20,"\u3092db\u306b\u5b9a\u7fa9\u3057\u307e\u3059":137,debootstrap:123,org:[36,106,89,3,107,98,124,19,12,11,56,81,7,130,123,44,136,68,121,32],prefix_search:[22,125],"128487316x502920929":[36,56],grn_table_renam:92,"\u4f7f\u7528\u3092\u7d42\u4e86\u3057\u307e\u3059":14,"\u305d\u306e\u9650\u3089\u308c\u305f\u30c4\u30a4\u30fc\u30c8\u304b\u3089\u89e3\u6c7a\u65b9\u6cd5\u304c\u898b\u3064\u304b\u308c\u3070\u30e6\u30fc\u30b6\u30fc\u306b\u3068\u3063\u3066\u4f59\u8a08\u306a\u624b\u9593\u304c\u5c11\u306a\u304f\u3066\u6e08\u307f\u307e\u3059":103,"marverick\u306b\u5909\u66f4":127,frequenc:125,"grn_op_adjust\u306f":52,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":84,grn_obj_key_uint:137,"\u305d\u306e\u5834\u5408\u306f\u5404\u8981\u7d20\u3092or\u3067\u3064\u306a\u3052\u305f\u3082\u306e\u306b\u7f6e\u63db\u3055\u308c\u308b\u3068\u3044\u3046\u3053\u3068\u3092\u8a18\u8ff0\u3059\u308b":72,"\u95be\u5024\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":116,first:[98,88,3,147,114,11,26,14,111,81,7,122,22,59,44,143,42,49],"295\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":37,"grntest\u306e\u6b63\u5e38\u7d42\u4e86\u3092\u78ba\u8a8d\u3059\u308b":123,key_norm:[88,152,3,72,53,149,147,26,93,94,58,59,122,49],fast:[111,88,69,3,147,153,75,38,26,46,57,109,89,59,122,42,49],crit:[5,6],grn_geo_cursor_open_in_rectangl:90,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":53,adjac:147,"tomotaka_ito\u3055\u3093\u304c\u5831\u544a":22,memo:94,key_siz:92,"value\u304c\u5c5e\u3059\u308b\u578b":84,"\u5909\u66f4\u5f8c\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":92,proxy_cache_valid:7,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":37,"\u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831":[43,129],yoshioka:58,libgroonga:[135,3],grn_db_touch:[127,63],were:[57,3],zsh:44,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":1,dash:44,grn_invalid_format:2,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":116,katakana:[39,152,125],squar:57,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":121,"256gbyte":50,normal:[43,106,35,136,12,25,111,124,58],track:0,beta:80,pair:[101,11,66,119,39,143,9],"\u304c2\u3064\u306b":149,"143660000x419009000":57,synonym:[88,143,72],"\u6761\u4ef6\u306eand":56,"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[30,87],"\u539f\u56e0":[43,82],shop:[93,116],lexicon:43,"\u3092\u516c\u958b":127,show:[1,2,3,4,38,32,22,44,88,57,122,11,46,94,148,89,140,58,147,109,26,111,138],"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":56,"\u62c5\u5f53\u8005":123,threshold:112,"\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":52,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":52,"key\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u30c6\u30fc\u30d6\u30eb\u540d":[84,30,87],"\u8a08\u7b97\u3057\u305f\u5024\u3092\u7528\u3044\u305f\u30bd\u30fc\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":56,"\u6587\u5b57\u5217\u3067\u65e5\u6642\u3068\u6642\u523b\u3092\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3067\u3059":149,"\u3053\u3053\u3067\u306f\u7c21\u5358\u306b\u8aac\u660e\u3059\u308b\u306e\u3067":53,"\u30b3\u30de\u30f3\u30c9\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059":29,variou:[43,129],get:[43,88,90,123,109,12,21,15,124,96,58,22,44,98],"\u3092\u8a08\u7b97\u3059\u308b":1,wheezi:[43,123,112],"libedit\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u9055\u3046\u554f\u984c\u306e\u4fee\u6b63":127,"\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":121,"\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":121,tokyogeopoint:[57,37,28,56,90,22,142],"\u691c\u7d22\u901f\u5ea6\u304c\u901f\u304f\u306a\u308a\u307e\u3059":36,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":1,summari:[43,35,58],wiki:7,kernel:58,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":53,"lenny\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664":22,"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u3044\u305a\u308c\u3082\u4f55\u3089\u304b\u306e\u578b\u306b\u5c5e\u3057\u307e\u3059":37,sear:39,enci:121,masahiro:[58,127],japan:[138,32,107],infinit:[22,58,49],enumer:3,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":121,"\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":92,label:58,enough:[109,59],across:57,unknown_error:140,column_vector:[36,88,11,149,55,148,138,58],"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":20,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":[29,77],"\u5bfe\u7b56\u65b9\u6cd52":[43,82],"\u5bfe\u7b56\u65b9\u6cd51":[43,82],recrod:88,"\u3088\u3063\u3066":[37,56,79],"\u5206\u5272":116,grn_expr_clos:64,nogpgcheck:58,"\u3060\u3068\u539f\u56e0\u306f":103,grn_cache_open:15,among:[11,43,129,58],grn_obj_delete_hook:74,"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":121,"groonga\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u3046\u30d7\u30ed\u30c8\u30b3\u30eb\u3068\u3057\u3066":121,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":116,inappropriate_i_o_control_oper:140,grn_proc:[43,24,35],"902\u79d2\u3067\u3059":56,"ruby\u306erake\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3088\u308a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059":123,gnupg2:123,mark:[58,152,49],"1\u3068\u3044\u3046\u6271\u3044\u306b\u306a\u308a\u307e\u3059":10,"\u7279\u5b9a\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u6e96\u5099\u3057\u305f\u5185\u90e8api\u3067\u3059":16,grn_too_small_offset:2,grn_init:[58,120],senboku:58,i18n:[67,13],those:[88,57,3,4,19,75,131,147,26,109,11,152,122,66,58,44,9,42,98],sound:[152,101],hdd:121,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":52,"8\u306b\u5bfe\u5fdc":127,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":77,advantag:[109,114,26],"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408":121,"id\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4ee3\u308f\u308a\u306b\u6307\u5b9a\u3057\u307e\u3059":[108,71],brasillia:57,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":121,"1\u3068command":10,pat:58,"get\u306f":108,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":67,same:[111,88,3,147,101,11,14,46,94,7,8,58,59,152,64,42,122],speech:109,pai:88,"\u30b3\u30de\u30f3\u30c9\u304cquery\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4f7f\u3063\u3066\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u3059\u308b\u306e\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":116,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":123,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":123,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":43,grn_command_version_st:95,grn_table_dat_kei:92,"64bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":37,montywi:58,"\u305d\u3057\u3066":149,grn_address_is_not_avail:2,macro:22,markup:65,"drilldown\u7d50\u679c":88,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":14,argument2:122,"clone\u3057\u305fweb\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306b\u5bfe\u3057\u3066\u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u65b0\u898f\u8ffd\u52a0\u3057\u307e\u3059":123,argument1:122,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":60,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":145,"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":36,document_vers:123,execut:[69,3,72,110,81,32,8,119,39,58,105,115,93,88,89,122,11,125,46,94,47,131,49,36,101,62,148,56,57,96,22,59,149,147,107,109,84,26,111,138,66,152,7],"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":77,"\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":149,monei:36,mcdonald:38,"cursor\u306e\u7bc4\u56f2\u5185\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3057\u307e\u3059":99,"root\u306b\u5909\u66f4":127,enable_tokenized_delimit:69,"db\u306eid\u306b\u5bfe\u5fdc\u3059\u308bpath\u3092\u8fd4\u3057\u307e\u3059":60,"\u697d\u3057":[53,116],"\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306e\u691c\u7d22\u306b\u6210\u529f\u3057":92,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0\u3067\u3059":149,either:[0,88,147,122],"\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":77,rinse_1:123,quantal:[43,123,112],"\u3069\u3061\u3089\u306e\u30af\u30a8\u30ea\u6587\u5b57\u5217\u3082":72,operation_not_support:140,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9\u3078\u306e\u30ea\u30f3\u30af":123,ascend:[88,38,3],testdb:121,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":92,confirm:67,table_no_kei:[88,147,26,93,94,138,130,84,122,49],valuebuf:33,broken:[22,58],"128452975x503157902":[11,36,56,32],"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":77,"_set_valu":58,"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u6295\u7a3f\u3057\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":149,"x\u306e\u304a\u77e5\u3089\u305b":58,"\u524a\u9664\u3092\u7e70\u308a\u8fd4\u3059\u3068\u30c7\u30fc\u30bf\u304c\u58ca\u308c":127,"textile\u30d5\u30a1\u30a4\u30eb\u306epublish":123,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u5f8c\u8ff0\u3059\u308b\u30b3\u30de\u30f3\u30c9":123,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u6587\u66f8\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":72,"\u683c\u7d0d\u3059\u308b\u30c7\u30fc\u30bf\u306e\u578b\u3092\u533a\u5225\u3057\u307e\u3059":37,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u5f15\u6570\u306e\u5185\u5bb9\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059":126,strip:89,"tomita\u3055\u3093\u304c\u5831\u544a":127,yyi:98,"\u540c\u6642\u306b":134,complianc:7,"\u5358\u8a9e\u306e\u91cd\u8981\u5ea6\u306a\u3069\u3092\u4fdd\u6301\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":79,"\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":121,"\u4e0d\u6b63\u306a\u5165\u529b\u5024\u306b\u5bfe\u3057\u3066\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u3057\u305f":1,"http\u3067groonga\u30b5\u30fc\u30d0\u3068\u901a\u4fe1\u3059\u308b\u969b\u306b\u306f":29,"\u5024\u306e\u914d\u5217\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":60,"\u4f5c\u6210\u3059\u308b\u30ab\u30e9\u30e0\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":33,arugment1:122,"groonga\u306e\u30c6\u30fc\u30d6\u30eb\u306f":115,possibl:22,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3046\u5834\u5408\u306b\u306f":107,"path\u306b\u306fgroonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":123,embed:[109,143,7,26],"1_all":123,grn_operation_not_permit:2,"\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":128,file:[67,123],"\u304c\u30c6\u30fc\u30d6\u30eb\u5358\u4f4d\u306e\u30c0\u30f3\u30d7\u306b\u5bfe\u5fdc":127,fill:122,again:[93,7],"\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":118,location_in_groonga:111,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":121,architectur:[109,123],sequenc:[147,101,125,66,140,22,39,120,122],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":126,"\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":36,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":67,"\u65e2\u5b58record\u3060\u3063\u305f\u6642\u306b\u306f0\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":92,escal:112,"\u5168\u6587\u691c\u7d22\u306e\u30b9\u30b3\u30a2\u3092\u4e71\u6570\u3067\u4e0a\u66f8\u304d\u3057\u3066\u3044\u307e\u3059":56,unload:58,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":37,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":34,"x\u3067\u306frealloc":127,descript:[119,58],escap:[58,64],"shutdown\u3067\u7d42\u4e86\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":127,represent:[102,64,98],"key\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":71,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u6a5f\u80fd\u3092\u8ffd\u52a0":1,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":67,file_too_larg:140,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":74,libmsgpack:[124,12],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":72,"rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,"\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":88,objnam:[30,87],grn_op_and:[85,52],grn_op_or:[85,52],"geopoint\u578b\u306e\u30ab\u30e9\u30e0\u3067\u691c\u7d22\u3092\u3057\u307e\u3059":149,fals:[1,147,123,148,11,37,94,47,138,122,105,115],"\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u683c\u7d0d\u3059\u308busername\u30ab\u30e9\u30e0":36,"\u3053\u3053\u3067\u3082":53,offlin:[43,35,58],util:7,"select\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":127,"\u500b\u3005\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":10,sub_filt:[43,133,35,58],hottolink:80,grn_hook_set:74,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":104,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":77,puropos:69,"\u305d\u308c\u3092\u65e7ji":126,zero:[11,88,152,143,140],further:11,"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":56,"\u3053\u3053\u3067\u306f":[53,149,56],aba:[56,3,107],"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":88,abl:26,"\u6c17\u8efd\u306b\u3067\u304d\u306a\u3044\u3053\u3068\u3092\u76f8\u624b\u306b\u8981\u6c42\u3059\u308b\u3068\u840e\u7e2e\u3055\u308c\u3066\u3057\u307e\u3046\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":103,fffe:69,tokenbigramignoreblanksplitalphadigit:31,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u5225\u306e\u30ab\u30a6\u30f3\u30c8\u3092\u51fa\u3057\u307e\u3059":149,"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":104,"public":123,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":77,grn_table_pat_kei:92,valu:[33,2,16,111,14,109,126,58,44,22,60,41],grn_table_setoper:92,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":20,"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":77,"\u95a2\u4fc2\u5f0f\u306f":52,commands_table_cr:84,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":126,"groonga\u306epackag":123,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":142,establish:[3,32],distinct:50,"distributions\u306e\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":123,regist:[43,35,109,25,58,110],libev:[44,58,12,124],groonga_path:121,"check\u30b3\u30de\u30f3\u30c9\u306f":104,"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":1,"\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":121,"\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093":55,"max_size\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059":126,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":144,desin:114,none:[88,69,140,77,150,7,59,44,49],"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":145,hour:[120,122],dev:[123,12,21,124,58,22,144],grn_set_default_encod:102,"\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":1,remain:120,paragraph:3,"\u30b5\u30b8\u30a7\u30b9\u30c8\u6a5f\u80fd\u7528\u306e\u5b66\u7fd2\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u8ffd\u52a0":127,abandon:[108,118,71],deb:[124,22,12,123,58],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":53,"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":123,share:[109,77,21,15,7,58,22,59,44],shard:75,"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":52,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304c\u56fa\u5b9a\u9577\u578b\u306e\u5834\u5408":126,minimum:122,explor:81,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[28,142],"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":67,"\u307e\u305f\u305d\u308c\u3089\u306eid\u3092":100,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":116,secur:[43,129],"\u691c\u7d22\u7d50\u679c1":88,"13\u7528rpm\u306e\u63d0\u4f9b":127,becuas:122,needl:52,grn_command_vers:[43,24,35],number2:122,number1:122,"\u672c\u6587\u306emessage\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059":59,associ:[88,3,11,46,138,22],"\u7ffb\u8a33\u7d50\u679c\u3092html\u3067\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b":123,spheric:57,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":132,"\u3053\u306e\u578b\u3067\u306e\u5024\u306e\u6307\u5b9a\u306f":149,hypertext:[43,129],no_buff:140,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":53,through:[109,7],"debian\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":123,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":67,"\u4ee5\u4e0b\u306e\u4f8b\u3067\u306f":[36,149],"\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":86,"limit\u4ef6\u306e\u307f\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":126,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u3092\u4e00\u3064\u3060\u3051\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u307e\u3059":92,good:[88,69,147,109,93,122,59,44,98],"tokenmecab\u3067\u306f":53,"\u7ffb\u8a33\u6e08\u307fpo\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":123,grn_obj_vector:60,"_valu":86,rank:3,"db\u3068\u306a\u308a\u307e\u3059":63,"\u3044\u308f\u3086\u308b\u30bf\u30b0\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u53ef\u80fd\u3068\u306a\u308a\u307e\u3059":36,micro:[11,122],name_2:[3,32],name_1:[3,32],idea:88,"2000\u898f\u683c\u306b\u5f93\u3063\u3066\u5168\u89d2\u30ab\u30bf\u30ab\u30ca\u306b\u5909\u63db\u3057\u305f\u6587\u5b57\u5217\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b\u5024\u3092key\u3068\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":126,connect:[58,3,32],rlimit_nofil:120,"127678039x502643091":149,"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":123,flower:11,"\u672c\u6765\u30e6\u30fc\u30b6\u304c\u5fc5\u8981\u3068\u3059\u308b\u7d50\u679c\u3092\u3088\u308a\u3082\u308c\u306a\u304f\u691c\u7d22\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":72,"\u30ab\u30e9\u30e0\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":76,"\u3053\u308c\u3092\u56de\u907f\u3059\u308b\u306b\u306f":123,"release\u306e\u5b9f\u884c":67,print:32,name_s:[100,137,14,92,60,64,41],definion:122,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":52,entries_content_index:[88,147,122],"975mbyte":121,omit:[88,57,3,4,75,8,111,22,39],"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u3084\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u7f72\u540d\u3059\u308b\u9375\u306b\u5909\u66f4\u304c\u3042\u3063\u305f\u5834\u5408\u306a\u3069\u306b\u884c\u3044\u307e\u3059":123,grntest:[40,43,35,123,127,58,83,22],"tokenmecab\u306e\u5834\u5408":53,tritonn:[88,147,122],"res\u306b\u683c\u7d0d\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":92,suggest_prepar:[39,125,101,66],"\u306e\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067":103,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":77,"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":77,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u51fa\u529b\u3057\u307e\u3059":29,stack_over_flow:140,"\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":37,stabl:[125,10],"squeeze\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,"indexbuf\u306e\u30b5\u30a4\u30ba":100,"com\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":123,"5th":88,least:[58,147,148,96],"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":130,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":53,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u524d\u8ff0\u306e\u4f8b\u3092\u4f7f\u3063\u3066\u5177\u4f53\u4f8b\u3092\u793a\u3057\u307e\u3059":53,"libedit\u5bfe\u5fdc":1,grn_plugin_get_suffix:22,"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":52,pari:57,selector:58,part:[3,11,109,26,111,44],pars:[102,64,131],"\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u52b9\u3067\u3059":92,"\u7de8\u96c6\u3057\u305f\u5185\u5bb9\u3092push\u3059\u308b\u524d\u306b\u78ba\u8a8d\u3057\u305f\u3044\u5834\u5408\u306b\u306fjekyll\u304a\u3088\u3073redcloth\u304c\u5fc5\u8981\u3067\u3059":123,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u4f7f\u3063\u3066":36,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":52,"\u7279\u6b8a\u306a\u5f15\u6570\u3067\u3042\u308b":29,"\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u30b5\u30dd\u30fc\u30c8\u306e\u969b\u306b\u6c17\u3092\u3064\u3051\u308b\u3053\u3068\u3092\u307e\u3068\u3081\u307e\u3059":103,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":121,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":116,"\u30c6\u30fc\u30d6\u30eb":87,"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":52,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":53,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":[108,118,88,71,130],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":54,built:[43,69,35,109,25,57,7,44,58,60,110,133],build:[43,123,109,112,144,61],tool:[43,13,98,112,61],distribut:[136,106,123,12,124,81,112,58,44,68],"\u30d0\u30fc\u30b8\u30e7\u30f30":58,"\u30d0\u30fc\u30b8\u30e7\u30f31":58,previou:[11,58,59],chart:22,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":51,most:[88,90,3,11,25,14,42],"db\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3084\u30ab\u30e9\u30e0\u306a\u3069\u3092\u524a\u9664\u3057\u307e\u3059":60,"\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":149,grn_incompatible_file_format:2,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":[67,139],groonga_log_level:58,cas_error:140,roughli:11,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":116,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":43,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":144,"bom\u4ed8\u304dutf":127,find:[152,3,101,109,125,92,66,39,67,44,98],grn_no_such_process:2,grn_index_cursor_open:99,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092":63,grn_logger:58,"http\u3092\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305fgroonga\u30b5\u30fc\u30d0\u306b\u5bfe\u3057\u3066\u3082":29,"\u30c6\u30fc\u30d6\u30ebentry\u304b\u3089\u4e3b\u30ad\u30fc\u5024\u304c":108,express:[57,131,138,81,7,58,22,64],"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":145,"\u30bf\u30b0\u691c\u7d22\u306f":36,rest:143,"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":72,restart:[143,8],"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":121,"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":53,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":121,map_hugetlb:22,common:[88,147,75,131,92,22,126,58,59,122,49],table_cr:[43,88,35,25,47,138,130,58],grn_api:64,"table1\u3068table2\u3092op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066\u96c6\u5408\u6f14\u7b97\u3057\u305f\u7d50\u679c\u3092res\u306b\u683c\u7d0d\u3057\u307e\u3059":92,grn_interrupted_function_cal:2,lion:58,"\u521d\u671f\u5024\u306f10\u3067\u3059":145,reserv:119,blog_cont:148,"00\u4ee5\u524d\u306b\u66f8\u304b\u308c\u305f\u30b3\u30e1\u30f3\u30c85\u4ef6\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":149,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":121,"\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":88,gemfil:58,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":144,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":128,network_is_down:140,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":53,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3059\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":107,point:[57,147,109,38,28,47,90,58,22,142],shutdown:[43,25,35],"geo_distance\u95a2\u6570\u306f":56,"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":53,"\u6587\u5b57\u5217\u3067\u306e\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3044\u305f\u3044\u5834\u5408\u306b\u306f":107,ran:39,secret:123,ram:121,"\u4ee5\u4e0b\u3067":53,gat:[56,3,107],understand:[88,3],"\u30b5\u30dd\u30fc\u30c8\u7bc4\u56f2\u5916\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u3068\u306a\u308a":10,bill:[53,116],"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30af\u30a8\u30ea\u306e\u5834\u5408\u306f":116,opear:122,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":104,anonym:75,gb87d9f8:4,everyon:32,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":52,manner:[88,3],"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":121,"\u6c11":116,itself:[69,143,147],cento:[43,123,112],"\u65b0\u305f\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3059\u308b\u6642\u306e\u307f\u6709\u52b9\u3067\u3059":77,"\u30d3\u30eb\u30c9\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3057\u30ea\u30ea\u30fc\u30b9\u524d\u306e\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":123,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":116,"\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":88,"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":52,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":116,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":53,inv_thread_column:121,"\u4e3b\u306b\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u4f7f\u3046\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":130,keyr:[58,12,124],"\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b":20,typic:88,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u3082\u4e00\u7dd2\u306b\u6307\u5b9a\u3059\u308b\u30af\u30a8\u30ea\u306b\u3088\u3063\u3066\u306f\u5168\u6587\u691c\u7d22\u306e\u7d50\u679c\u304c\u7570\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":53,task:[58,109],sortbi:[22,128,58],entri:[46,88,34,71,147,148,74,76,54,122,15,55,138,128,96,130,118,108,58,30,87],"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":86,"ctx\u304c\u64cd\u4f5c\u5bfe\u8c61\u3068\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":14,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":121,spend:[147,122],"pdf\u306e\u4f5c\u6210":67,"build\u3092\u7528\u3044\u3066":144,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":51,shape:38,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":121,"\u3053\u306e\u64cd\u4f5c\u306f":92,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":130,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":52,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f":123,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u3084\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306f":29,bin:[44,81],big:7,"\u4e0d\u6b63\u306a\u540d\u524d\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d\u3082\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":127,tokendelimitnul:31,detabas:135,"\u30c6\u30fc\u30d6\u30eb\u3078\u306e\u53c2\u7167\u306e\u914d\u5217\u30c7\u30fc\u30bf\u3092\u7528\u3044\u308b\u3053\u3068\u306b\u3088\u3063\u3066":36,"\u6c38\u7d9a\u7684\u306a":60,bit:[136,106,147,124,19,12,11,81,112,122,61,121,68],"\u7d4c\u5ea6\u3068\u7def\u5ea6\u3092\u30df\u30ea\u79d2\u5358\u4f4d\u3067\u8868\u73fe\u3057\u305f\u6574\u6570\u306e\u7d44\u306b\u3088\u308a\u8868\u73fe\u3057\u307e\u3059":37,semi:[22,49],groogna_default_command_vers:42,followe:149,sji:[44,80,77],grn_ctx_set_fin:14,back:7,"\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":36,"table\u306esrc_key\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":92,scale:[109,42],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":121,per:[109,22,7,58],"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":88,substitut:[94,88,98,147,61],larg:[147,11,75,109,58,122,42,49],"\u304c\u8fd4\u3055\u308c\u307e\u3059":60,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":87,reproduc:58,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":1,"\u305d\u308c\u3067\u306f":149,"\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":52,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":104,"groonga_suggest_create_dataset\u5909\u6570\u3092\u8ffd\u52a0":117,"html\u306e\u4f5c\u6210":67,grn_default_logger_get_path:58,grn_expr_compil:64,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":87,"\u6e96\u5099\u3057\u305fsynonym\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u3066\u307f\u307e\u3057\u3087\u3046":72,"\u3068\u5165\u529b\u3057\u3066\u3082":72,nsi:123,"647\u30d0\u30a4\u30c8\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u8868\u3057\u307e\u3059":37,includ:[88,69,3,122,65,26,111,8,143,106,42],"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":28,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":144,str_size:64,translat:67,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":67,concaten:59,default_command_vers:[32,62,3,4,7],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u306e\u9577\u3055":92,remaind:122,grn_tabl:[43,24,35],"\u3068\u306a\u308a\u307e\u3059":56,"\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u89a7":149,no_space_left_on_devic:140,curl:[44,4,7,58,68,42,61],"\u30b3\u30e1\u30f3\u30c8\u3092\u66f8\u3044\u305f\u30e6\u30fc\u30b6\u30fc":149,"\u305d\u308c\u305e\u308c\u306b\u3064\u3044\u3066\u7d50\u679c\u30ec\u30b3\u30fc\u30c9\u3092\u51fa\u529b\u3057\u307e\u3059":88,"\u5168\u6587\u691c\u7d22\u304c\u9ad8\u901f\u306b\u884c\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":36,"\u90fd\u6c11":[53,116],"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":52,"\u6587\u5b57\u5217\u578b\u3092\u4e3b\u30ad\u30fc\u3068\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":107,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":10,"\u3042\u308b\u7bc4\u56f2\u5185\u3067\u66f8\u304b\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":149,"\u30c7\u30fc\u30bf\u578b":[43,57,35,49],"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":123,"\u30b7\u30a7\u30eb\u4e0a":121,"output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":88,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":121,"\u3053\u306e\u4f5c\u696d\u306f":123,"tokenbigram\u306a\u3069":53,ellip:[57,142],rst2pdf:17,"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":1,"\u95a2\u6570\u3082\u5b58\u5728\u3057\u307e\u3059":56,getaddrinfo:58,"\u5f62\u5f0f1":[29,71,77,118],"\u5f62\u5f0f2":[29,71,77,118],"\u308d\u3086\u304d":115,"\u4e21\u65b9\u306e\u6761\u4ef6\u3092\u6e80\u305f\u3059\u30b3\u30e1\u30f3\u30c8\u304c1\u4ef6\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":149,"name\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093":100,"\u3057\u3066\u304a\u304f\u3079\u304d\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u793a\u3057\u307e\u3059":123,"sh\u304c\u30bf\u30b0\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":123,grn_db:[43,24,35,58],"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":62,db_path:[32,29,3,4,7],comment_cont:148,"rinse\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u53e4\u3044\u3068cento":123,"8bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":37,"807\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":37,geograph:[11,57],"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":6,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":37,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[30,87],"groonga\u30b3\u30de\u30f3\u30c9\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":77,"sign\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":123,"0x0":[11,58,37],object1:122,object2:122,carlo:[47,105],append:[58,64],"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u524d\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":116,"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,"video\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":36,access:[43,109,7,58,22,153,98],"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":145,interrupted_function_cal:140,"obj\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u3068\u308b\u5024\u306e\u7bc4\u56f2\u3092\u8868\u308f\u3057\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u8fd4\u3057\u307e\u3059":60,"\u4e0a\u91ce\u4e43\u6bc5\u3055\u3093":127,vertic:49,sinc:[111,57,122,136,11,77,93,120,58,49],"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":104,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":146,"\u3053\u306e\u30ab\u30e9\u30e0\u306f":149,grn_resource_deadlock_avoid:[2,60],grn_too_large_offset:2,"\u30bf\u30b0\u6587\u5b57\u5217\u3092\u4e3b\u30ad\u30fc\u306b\u683c\u7d0d\u3057":36,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":77,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":142,"\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":115,groonga_github_com_path:123,"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3084zip\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":123,ii_buff:16,"x\u3067\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u62e1\u5f35\u5b50\u306e\u691c\u51fa\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":127,"\u3053\u308c\u306b\u3088\u308aclone\u3057\u3066\u304a\u3044\u305fgroonga":123,name2:122,name1:122,account:21,"\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u306f\u3058\u3081\u306bdevelop\u6271\u3044\u3068\u3057\u3066\u30ea\u30ea\u30fc\u30b9\u3055\u308c":10,alic:[88,147,94,47,105,42],obvious:11,"\u305d\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3057\u307e\u3059":123,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":116,fetch:59,abcd:110,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":127,commnad:[10,81],"\u5909\u6570\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":41,"\u6295\u7a3f\u5834\u6240":149,onlin:[43,35],users_loc:149,grn_ii_buffer_commit:16,gcc:[136,106,19,58,22,44],groonga_n_record:58,afr:[56,3,107],"_nsubrecs\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u964d\u9806\u3067\u4e26\u3073\u66ff\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":107,"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":55,physic:104,"search\u3092\u884c\u3046\u5834\u5408\u306b\u306f":126,bind:[135,80,77,131,22,58,61],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7528\u306eindexblog1\u30c6\u30fc\u30d6\u30eb\u3082\u4f5c\u308a":59,correspond:[152,101,125,66,39,60,9],"\u8a72\u5f53\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u4e00\u5f0f\u3092\u524a\u9664\u3057\u307e\u3059":60,grn_geo_select_in_circl:22,"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":127,"learner\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":127,hiroshi:22,replies2:59,"centos_versions\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067\u7279\u5b9a\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":123,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30ea\u30ea\u30fc\u30b9\u3068\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u7d44\u307f\u5408\u308f\u305b\u3067\u30d3\u30eb\u30c9\u3092\u5e73\u884c\u3057\u3066\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":123,meter:57,cflag:[19,123],"keybuf\u306b\u8a72\u5f53\u3059\u308bkey\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":92,"\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":14,"\u3067\u793a\u3055\u308c\u305f\u60c5\u5831\u306e\u914d\u5217\u3092\u51fa\u529b\u3057\u307e\u3059":[84,76],"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":142,euc:[58,77],"db\u306b\u5bfe\u3057\u3066\u540d\u524d\u3092\u3042\u308a\u306etable\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u306f":92,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":52,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":77,nvar:41,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":92,dai:[93,120,122],dat:58,mention:148,rubygem:58,"\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":62,"8\u30ea\u30ea\u30fc\u30b9":[58,123],"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":84,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":121,"\u306b\u540c\u3058\u4f4d\u7f6e\u3092\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":22,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u4e00\u90e8\u3092\u5dee\u3057\u66ff\u3048\u305f\u3044\u5834\u5408":123,grn_table_lcp_search:92,"tomotaka_ito\u3055\u3093":22,"\u3069\u3046\u3057\u3066\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":53,column_index:[36,88,3,72,148,53,149,26,93,55,94,122,59,147],"\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":30,"\u306e\u66f4\u65b0":67,normalizerauto:[84,69,110,94,49],"\u3067\u3042\u308c\u3070":121,"\u30ab\u30e9\u30e0\u50241":[108,118,71],"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u53d6\u5f97\u3057\u307e\u3059":60,"\u3053\u306e\u4f5c\u696d\u306fblogroonga\u306e\u82f1\u8a9e\u7248":123,rel:[22,88],"\u30ab\u30ec\u30fc":116,red:67,"\u3053\u306e\u30b1\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3059\u308b\u306e\u3067":53,test_loc:121,releas:[43,106,81,123,136],"\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":77,groonga_log_path:58,"\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u6570\u5024\u3078\u306e\u30ad\u30e3\u30b9\u30c8\u51e6\u7406\u3092\u5f37\u5316":127,"\u767b\u9332\u3057\u3066\u307f\u307e\u3057\u305f\u3088\u30fc":149,tokenizer_error:140,"tag\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":36,natti:[22,123],messag:[123,112],"\u6761\u4ef6\u306e\u9806\u5e8f\u3092\u5909\u3048\u308b\u3068\u691c\u7d22\u7d50\u679c\u304c\u5909\u308f\u308b\u3068\u3044\u3046\u72b6\u6cc1\u304c\u767a\u751f\u3057\u307e\u3059":53,monkei:11,"windows\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":123,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":123,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":121,"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":1,alloc_count:[32,62,3,4,7],"\u6295\u7a3f\u8005\u306f":149,ipad:[136,106],"groonga\u30b3\u30de\u30f3\u30c9\u3092\u901a\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u547d\u4ee4\u3092\u30b3\u30de\u30f3\u30c9\u3068\u547c\u3073\u307e\u3059":77,structur:[111,75,109],charact:[143,69,3,147,101,109,77,26,152,120,58,22,122,64,49],"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":52,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":104,have:[114,2,3,153,38,7,44,42,46,88,122,65,125,93,98,101,143,152,147,109,111,11,66,49,32],"\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":77,"\u5927\u91cf\u306e\u4f4d\u7f6e\u60c5\u5831\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3059\u308b\u5834\u5408\u306b":36,min:[126,58,145,121],"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":121,"\u578b\u306e\u30ab\u30e9\u30e0\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":100,"lc_messages\u4ee5\u4e0b\u306e\u5404\u7a2e":123,mix:125,builtin:57,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066obj\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":60,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":116,gurun:131,bottom_right:[22,28],eight:3,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570":30,"\u6e2c\u5730\u7cfb":37,"takahiro\u3055\u3093\u304c\u63d0\u6848":127,mail_column:121,"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":52,"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":107,"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":144,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":116,"\u30671\u4ef6\u30d2\u30c3\u30c8\u3057":53,"\u51e6\u7406\u3092\u958b\u59cb\u3057\u305f\u6642\u9593\u306b\u3064\u3044\u3066":[108,118,88,71],"grn_bool\u578b\u3092\u8ffd\u52a0":127,hsiomaneki:149,"\u30c4\u30a4\u30fc\u30c8\u5185\u5bb9\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":123,elfr:58,"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":88,"\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":52,grn_ii_buffer_append:16,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":53,"\u3082\u691c\u7d22\u6761\u4ef6\u306b\u52a0\u3048\u307e\u3059":115,escaped_str:64,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":63,integr:[11,58,61],"hat\u7cfb\u306e\u5834\u5408\u306b\u306f\u672c\u756a\u74b0\u5883\u3078\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u524d\u306b\u30ed\u30fc\u30ab\u30eb\u306eapt\u306a\u3044\u3057yum\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u53c2\u7167\u3057\u3066\u6b63\u5e38\u306b\u66f4\u65b0\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":123,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":36,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":121,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,with_weight:55,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u306e\u65b9\u3092tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u3088\u308a\u3082\u91cd\u8996\u3059\u308b\u3088\u3046\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":53,pattern:[111,109,122],"\u304c\u66f8\u304d\u8fbc\u3093\u30604\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":149,"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":144,progress:120,superior:[109,26],"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atyp":137,plugin:[136,106,124,112,83,98],shorttext:[3,72,75,37,77,32,39,84,90,105,121,115,88,57,122,11,125,93,94,47,130,76,49,36,101,53,55,148,56,138,59,147,107,149,26,111,66,89,152],"\u3069\u3061\u3089\u3067\u521d\u671f\u5316\u3055\u308c\u305f":14,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":104,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u5909\u66f4\u3057\u307e\u3059":95,equat:57,grn_permission_deni:2,comment:[148,59,143,130,149],grn_update_not_allow:2,"obj\u306b\u5bfe\u3057\u3066hook\u3092\u8ffd\u52a0\u3057\u307e\u3059":74,"1\u3064\u306f":59,log_repoen:58,test_str:144,"hook\u306e\u5b9f\u884c\u9806\u4f4d":74,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":77,json:[22,127,58],grn_obj_table_no_kei:[126,92],grn_table_group_flag:92,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":144,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":77,"\u4f8b\u3048\u3070":[36,115,107,53,116,77,79,59,60,121],bulk:64,multi:[22,44,153,7,109],"\u771f\u507d\u5024\u3092\u8868\u3057\u307e\u3059":37,plain:89,"\u3082\u3057grntest\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":121,defin:[3,122,150,93,140,143],buildabl:22,replies_cont:59,ill:116,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":128,"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":144,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":67,almost:22,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":121,"groonga\u3092\u7c21\u5358\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b":123,too_many_open_files_in_system:140,japanes:[0,147,109,21,58,39,122,98],"pc\u306bgroonga":117,auth_bas:[7,42],optarg:[85,63],hostnam:[77,7,58,29,121,32],"\u884c":144,francisco:57,"\u4f5c\u6210\u3057\u305f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8\u3078\u3068\u6d41\u3057\u307e\u3059":123,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u540d\u3092\u6307\u5b9a\u3057\u305f\u5168\u6587\u691c\u7d22":[43,129],center:[109,142],builder:16,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":6,choos:[11,46,7],update_not_allow:140,"1byte":140,usual:[11,14],unari:58,"\u4eca\u5ea6\u306f":149,"5\u30ea\u30ea\u30fc\u30b9":58,"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":144,takayuki:22,"30ac":152,lake:38,add:67,"4000\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u5185\u5bb9\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":123,grn_ctx_at:[58,14],match:112,"\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":104,grn_obj_table_pat_kei:[126,92],"\u3067\u306f\u306a\u304ffree":127,grn_obj_path_by_id:[58,60],"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3057\u307e\u3059":63,"obj\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":60,substit:88,"\u8ffd\u52a0\u306e\u5c5e":55,string:[43,52,102,14,46,58,111,22,60,64,41],qwik:130,insert:[58,3,26],like:[88,57,147,125,38,21,148,7,131,39,44,42,122],success:[15,64,14],grn_obj_id:60,"obj\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066":60,"shorttext\u306e\u30d9\u30af\u30bf\u30fc\u3092\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u4f7f\u7528\u3057\u305f\u3044\u5834\u5408\u306b\u306f":37,"\u3067\u4e0d\u6b63\u306ajson\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u305d\u308c\u4ee5\u964d\u30b3\u30de\u30f3\u30c9\u3092\u53d7\u3051\u4ed8\u3051\u306a\u304f\u306a\u308b":127,"com\u304cedge\u3092\u4f5c\u308b":134,socket_is_already_shutdown:140,snippet_html:[43,133,35,58],"\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":52,specfi:90,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":76,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":130,proper:111,grn_column_cr:100,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":121,tmp:[3,123,125,77,47,32,84,58,143,42],"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":121,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":77,"\u5f62\u5f0f":29,"\u500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":53,"\u3053\u306e\u3088\u3046\u306btokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u91cd\u307f\u3092\u9ad8\u304f\u3059\u308b\u3053\u3068\u306b\u3088\u308a":53,"repositories\u914d\u4e0b\u306b":123,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":53,host:[22,32,121,61],although:7,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":123,"\u30c0\u30e1\u30fc\u30b8":53,sbin:68,actual:[11,58,3,7],socket:58,"\u306b\u3088\u3063\u3066\u89e3\u653e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":14,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9acolumn\u3068\u306a\u308a\u307e\u3059":100,"mooz\u3055\u3093\u304c\u4fee\u6b63":22,statement:122,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":[67,139],tomo:36,discard:58,syntax_error:140,"\u51fa\u529b\u3059\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":[108,118,88,71],"\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":52,easy_instal:17,dataset:[40,43,125,35,58],"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":53,"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":123,"\u4ee5\u4e0b\u306bgroonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3092\u884c\u3046\u305f\u3081\u306b\u4e8b\u524d\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":123,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":53,conbind:147,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679cn":88,daijiro:149,rch:69,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":10,"grntest\u304c\u5229\u7528\u3059\u308bgroonga":121,"\u691c\u7d22\u3059\u308b\u6587\u5b57\u5217\u306fquery\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u307e\u3059":59,"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":86,unexpect:58,"\u30c7\u30fc\u30e2\u30f3\u306b\u306a\u308b\u3068\u304d\u306f\u6a19\u6e96\u51fa\u529b\u3092\u9589\u3058\u308b\u3088\u3046\u306b\u3057\u305f":1,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[67,139],"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":37,"\u5b9a\u7fa9\u6e08\u307f\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":100,uninstal:58,bug:67,grn_obj_set:60,"\u3068\u3044\u3046\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059":56,binlib:123,"point\u578b\u306e\u5024":[28,142],quickli:93,"\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":128,epel:[58,106],"shimada\u3055\u3093":127,colum:59,dure:[58,3],pid:[22,1,44,77],saer:[125,101],grn_too_small_limit:2,implement:[88,80,122,75,57,7,22,119,58,153,98],"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305ftable\u306a\u3089":92,probabl:125,"\u305f\u3060\u3057":[126,29,116,77,86],detail:[136,98,88,69,3,121,94,11,109,12,106,120,124,7,8,58,67,44,114,49],comment_nam:148,grn_expr_create_for_queri:52,engi:[39,125],is_a_directori:140,"\u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a":[43,129,149],"\u5bfe\u8c61cursor\u3092\u6307\u5b9a\u3057\u307e\u3059":[126,99],grn_obj_flag:[137,92,64,100],"\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":52,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u306e\u505c\u6b62":113,"drilldown_offset\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":88,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":52,"\u306e\u30ab\u30e9\u30e0\u306e\u5024\u304c\u7f6e\u63db\u5f8c\u306e\u6587\u5b57\u5217\u3068\u306a\u308a\u307e\u3059":72,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":53,"\u6539\u826f":58,"\u8aa4\u3063\u305f\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0\u3067\u30ea\u30ea\u30fc\u30b9\u3057\u3066\u3057\u307e\u3046\u5371\u967a\u304c\u3042\u308a\u307e\u3059":123,tweet:[93,21],"\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":56,"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":10,concret:59,under:[44,7,42],"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u3067":126,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":67,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":77,"24byte":140,grn_encoding_to_str:102,not_a_directori:140,x86_64:[106,123],properti:120,ken:36,not_enough_spac:140,direct:58,"section\u756a\u53f7\u3092\u683c\u7d0d\u3059\u308bint\u9577\u30d0\u30c3\u30d5\u30a1":100,hide:58,introspect:58,"\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"obj\u306e\u5360\u6709\u3059\u308bdb\u30d5\u30a1\u30a4\u30eb\u9818\u57df\u306e\u3046\u3061":60,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":52,"82pre":80,"\u3067_value\u3092\u6307\u5b9a\u3059\u308b\u3068\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":22,"\u7fbd\u7530":149,grn_tokenizer_query_open:58,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":144,studio:[58,81],path:[123,112],"\u3067\u914d\u5217\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30fc\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":127,httprewritemodul:7,"\u95a2\u4fc2\u5f0f":67,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":116,functin:122,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":67,precis:[43,123,112,109],"\u306e3\u30d5\u30e9\u30b0\u306f":126,"\u30b5\u30f3\u30d7\u30eb\u5185\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u5b9f\u884c\u5c5e\u6027\u304c\u3064\u304b\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":117,portabl:[22,7,58],"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":52,"\u7bc4\u56f2\u5185\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u6709\u52b9\u3067\u3042\u308b\u3068\u306f\u9650\u308a\u307e\u305b\u3093":60,describ:[0,69,3,110,38,81,119,39,44,105,136,88,89,122,151,12,46,47,96,133,49,135,101,19,148,140,59,143,61,106,152,147,24,25,111,124,112,66,67,98,68],noarch:[136,106],"groonga\u306e\u7d44\u8fbc\u578b\u304b":55,namebuf:[60,100],autogen:[58,123,98],"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":37,"msg\u306fcom\u306b\u3088\u3063\u3066":134,chracter:[152,26,49],"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":52,"grn_op_but\u306f":52,must:[46,88,89,3,147,11,125,140,122,15,148,138,32,119,39,90,44,64,42,49],join:21,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":116,"\u4f5c\u6210\u3059\u308btable\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":142,overrid:44,"\u30ec\u30b3\u30fc\u30c9id\u306b\u3088\u3063\u3066\u30ec\u30b3\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u307e\u3059":71,end:[145,122,57,4,147],eng:[39,125],hiragana:[39,147,122],resource_temporarily_unavail:140,rroonga:[148,15,94,131,59,61],tablenam:10,"groonga\u53ca\u3073grntest\u304c\u52d5\u4f5c\u3057":121,grn_set_default_command_vers:95,befor:[88,3,101,11,7,8,39,58,44,143,9,96],"2\u306e\u4e8c\u3064\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059":10,parallel:109,"\u540c\u4e00\u306e\u8a18\u6cd5\u3067\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":59,exclud:[46,58],environ:[106,81,7,112,58,22,44,143,61],enter:[58,3,32],composit:152,over:[58,32,109],"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bf\u30b0\u3092\u6253\u3064\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,becaus:[114,3,4,75,7,8,39,9,42,136,88,122,11,93,94,49,101,148,140,58,59,143,147,109,26,111,66,152,153],london:57,"\u3053\u306e\u9805\u76ee\u306b\u3064\u3044\u3066\u306f":79,gqtp:[145,43,106,2,136,109,12,27,124,58,121],"\u304bwgs84geopoint":[28,142],digest:42,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":99,"\u95a2\u6570\u3092\u7528\u3044\u308b\u3053\u3068\u306b\u3088\u308a":56,"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":127,"\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3092\u8aac\u660e\u3059\u308b\u524d\u306b":116,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u305f":127,oneir:[22,123,58],"\u7d4c\u7def\u5ea6\u306f\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u306e\u5f62\u5f0f\u306e\u6587\u5b57\u5217\u3068\u3057\u3066\u6307\u5b9a\u3057\u307e\u3059":56,"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":52,choic:109,grn_pat_at:127,"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":59,each:[50,88,69,3,122,101,11,75,125,66,120,109,46,94,140,112,22,39,58,44,59],searc:39,"0\u30ea\u30ea\u30fc\u30b9":58,"key\u304cmin\u3068\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":126,"groonga\u306e\u30ab\u30e9\u30e0\u306f":37,goo:[147,122],msgpack:[4,42,140],"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":10,newli:[15,93,26,109],"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":91,got:58,"\u7ba1\u7406\u30c4\u30fc\u30eb\u3092\u5229\u7528\u3067\u304d\u307e\u3059":29,"\u69cb\u9020\u4f53\u306e\u914d\u5217":41,"offset\u306f":92,"\u30d1\u30b9\u914d\u4e0b\u306b\u7f6e\u304b\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u51fa\u529b\u3057\u307e\u3059":29,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":104,"\u4e00\u884c\u306b\u8907\u6570\u306egrntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":121,"\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":36,"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":123,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":121,rand:[43,133,35],rang:[43,47,88,76,58],"\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306ekey\u30b5\u30a4\u30ba\u3068\u540c\u3058\u304b\u8d85\u3048\u308b\u5e45\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":126,edit_dist:[43,1,133,35],restrict:[58,32,42],alreadi:[46,93,59,69,3],"\u7121\u540dobject\u306a\u30890\u3092\u8fd4\u3057\u307e\u3059":60,primari:[11,46,3],"\u81ea\u5206\u304c\u30c4\u30a4\u30fc\u30c8\u3057\u305f\u5185\u5bb9\u3092\u628a\u63e1\u3057\u3066\u3044\u306a\u3044\u8fd4\u4fe1\u3092\u3055\u308c\u305f\u3089\u666e\u901a\u3044\u3044\u6c17\u306f\u3057\u307e\u305b\u3093":103,"\u540d\u524d\u4ed8\u304d\u306eobject\u3067\u3042\u308a":60,top:90,mercuri:123,too:[11,58,59,122],tom:94,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[67,139],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u305d\u308c\u305e\u308c\u306b\u304a\u3044\u3066\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3092\u884c\u3044\u307e\u3059":123,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"path\u3092":127,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":104,consol:7,"groonga\u3067\u306f":[56,79,59,107,72],setuptool:17,"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":84,wareohji:58,grn_obj_set_valu:[126,60],ga54c5f8:121,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5165\u529b\u5024\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":22,"\u30db\u30b9\u30c8\u3067web\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8\u3092\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u3082\u306e":123,expr:64,obata:[22,127,58],"\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":52,"\u5b9f\u969b\u306b\u6587\u66f8\u30c6\u30fc\u30d6\u30eb\u3068\u7f6e\u63db\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3057\u3087\u3046":72,thu:[109,147],rab:[56,3,107],indexblog2:59,"column_list\u30b3\u30de\u30f3\u30c9":1,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":[84,76],indexblog1:59,raw:61,shell:[44,147],"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":53,with_sect:[55,149,59],unresolv:22,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":116,hanako:138,bad_file_descriptor:140,contact:98,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":123,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[92,100],"message\u30ab\u30e9\u30e0\u306e\u307f\u3067\u306e\u691c\u7d22":59,"\u4ee5\u5916\u306b":72,though:[58,109],"\u3044\u307e\u3059":103,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":121,bsd:[22,44],"\u304c\u6307\u5b9a\u3055\u308c\u305ftable\u3067\u306f":92,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":52,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":59,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":123,mininum:[124,106,12,114,136],flow:67,abbrev:57,radix:122,"0\u30d9\u30fc\u30b9\u3067":[126,92],grn_info_typ:33,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":10,pkg:[106,19,127,58,22,44],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":130,"\u3067\u4f5c\u6210\u3057\u305f":14,"\u3082\u3057\u304f\u306f":[126,37,92],absolut:8,top_left_point:90,configur:[135,144,123,98],"yes\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068":123,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":60,"\u3092\u6e96\u5099\u3057\u307e\u3059":72,"\u542b\u3081\u308b\u3082\u306e":123,item_queri:[39,125,101,66],watch:123,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":77,"\u30a6\u30a7\u30a4\u30c8\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":55,report:67,"\u6771\u4eac\u90fd\u306b\u4f4f\u3093\u3067\u3044\u308b":149,"offset\u3068limit\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":107,method:[58,3],twice:[88,147],hendro:58,"\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":10,"debug\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3057\u305f\u3068\u304d\u306b\u7d42\u4e86\u6642\u306b\u672a\u958b\u653e\u306e\u30e1\u30e2\u30ea\u304c":127,"\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":145,"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":88,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":48,"\u30c7\u30fc\u30bf\u3092\u8ffd\u52a0\u3059\u308b\u969b\u306b\u5f8c\u65b9\u4e00\u81f4\u7528\u306e\u30ec\u30b3\u30fc\u30c9\u3082\u8ffd\u52a0\u3055\u308c\u3066\u3057\u307e\u3044\u307e\u3059":115,"org\u306bssh\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":123,nul:22,"\u5143\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u52a0\u3048\u3066\u81ea\u52d5\u7684\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u307e\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3057\u307e\u3044\u307e\u3059":115,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":126,"\u5b9f\u969b\u306f\u6539\u884c\u304c\u5165\u308a\u307e\u305b\u3093":76,databas:[75,7,8,84,58,44,43,122,47,15,92,131,46,49,22,60,147,109,26,150,152,153],"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":121,"\u65b0\u3057\u3044\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":60,algolithm:131,"\u30bf\u30a4\u30c8\u30eb\u6587\u5b57\u5217\u306etitle\u30ab\u30e9\u30e0":59,approach:57,exec_format_error:140,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":77,"\u683c\u7d0d\u3055\u308c\u307e\u3059":149,weak:[109,26],"\u3053\u306e\u7d50\u679c\u3092\u898b\u308b\u3068":56,grn_invalid_argu:[126,92,2,60],fault:58,"4gib":[75,140],"key\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":126,"\u79d2\u5358\u4f4d\u3088\u308a\u8a73\u7d30\u306a\u65e5\u6642\u3092\u6307\u5b9a\u3059\u308b\u306b\u306f":37,"\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":149,"\u3053\u306e\u4f8b\u3067\u306f":[149,72],"_score\u306e\u5024\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":149,"\u52d5\u753b\u60c5\u5831\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057":36,"\u6e96\u5099":[43,129],trust:123,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":77,been:123,"\u3072\u308d\u3042\u304d":115,accumul:88,geo_distance2:[22,57],geo_distance3:[22,57],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":123,tokenmecab:[53,58],"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":132,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528":1,xxx:[58,77,122],"767\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":37,"column\u306b\u5f35\u3089\u308c\u3066\u3044\u308bindex\u306e\u3046\u3061":100,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":1,surrond:26,tasukuchan:149,"grn_op_or\u306f":52,"null\u306a\u3089\u81ea\u52d5\u7684\u306b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":[92,100],suggest:[43,35,127,25,117,58,22,44],"\u3092grn_cursor_column_index\u5bfe\u5fdc\u306b\u3057\u305f":127,complex:[58,88,122],unix_time_when_command_is_start:[111,47,138,110,105],"groonga\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":22,"\u4f5c\u6210\u3059\u308bproc\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":41,complet:[43,125,8,58,22,151],"\u683c\u7d0d\u3057\u305f\u30ab\u30e9\u30e0id\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":92,sen_index_delimit:80,"44001770019531e":4,"\u30b3\u30de\u30f3\u30c9\u540d":[29,77],quotient:122,"groonga\u306b\u306fhtml":29,"\u751f\u6210\u3055\u308c\u3066\u3044\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u554f\u984c\u306e\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3067\u304d\u305f\u3089":123,"0x01":140,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":127,"\u5024":77,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":134,"command_version\u306f\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u6307\u5b9a\u3057\u307e\u3059":29,ceekz:58,"\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":126,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":52,"column\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":100,"mooz\u3055\u3093":22,unstabl:[58,123,124],poedit:98,el5:106,escaps:26,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":28,log_reopen:[5,43,6,25,35],"\u7d44\u8fbc\u95a2\u6570\u306f":[28,91,142,146,51],"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":127,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308b":1,"\u751f\u6210\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3078\u306e\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,line_cont:111,grn_op_but:52,core:[109,44,7,121,153],"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":52,surround:[58,26],dinner:109,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e":33,"\u578b":137,encod:112,two:[0,114,69,3,38,120,42,88,57,14,94,47,49,101,148,58,59,147,110,26,111,66,152,64,153],"sigint\u3067\u306e\u4e2d\u65ad\u306b\u5bfe\u5fdc":22,"name\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":14,"16bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":37,version4:10,git:[83,123,98],version1:10,version2:10,version3:10,"\u30d0\u30fc\u30b8\u30e7\u30f3":123,"256gib":50,head:[145,88,7,140],medium:[136,106,12,124,81,112,68],"\u65e5\u6642\u3092\u8868\u3059\u578b\u3067\u3042\u308a":37,removep:60,drilldown_sortbi:128,"max\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":126,deafult:22,autoconf:22,grn_expr_syntax_escape_queri:64,"\u65b0\u898f\u8ffd\u52a0":[118,71],trie:[3,147,75,22,58,122,49],decrypt:123,bad_address:140,check:[43,2,123,35,127,25,111,58,83,22,60,144],ongaeshi:58,"clearlock\u306f":87,successfulli:3,"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":104,"\u30c6\u30fc\u30d6\u30ebentry\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u767b\u9332\u3057\u307e\u3059":[118,71],"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":52,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":77,when:[111,88,57,3,147,148,109,125,8,152,46,94,89,32,39,22,58,49,67,7],groonga_dist:58,"key_with_sis\u30d5\u30e9\u30b0\u3092\u4ed8\u4e0e\u3059\u308b\u3068":115,"\u30ab\u30e9\u30e0\u60c5\u5831\u3092\u51fa\u529b\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":76,tid:99,saerch:[125,101],node:[58,106,61],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":128,grn_op_and_not:85,"\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":77,faster:[22,44,58],top_left:[22,28],"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":86,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":116,backward:[58,42],grn_obj_table_dat_kei:22,"6\u30ea\u30ea\u30fc\u30b9":58,"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":88,focus:3,llt:69,ngx_http_proxy_modul:7,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":142,row:[109,26],"\u540c\u4e00\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b9a\u7fa9\u6e08\u307f\u306e\u30e6\u30fc\u30b6\u5b9a\u7fa9\u578b":55,"commit\u3067\u691c\u7d22\u3057\u306a\u304c\u3089":123,readabl:58,"\u554f\u984c\u3042\u308a":22,jumand:[136,106],sourc:[43,123,65,112,61,98],"\u306b\u8a2d\u5b9a\u3059\u308b":123,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":121,"\u304b\u3089\u53d6\u5f97\u3067\u304d\u308b\u305d\u308c\u305e\u308c\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":99,"\u3092\u8fd4\u3057\u307e\u3059":[74,126,92,60],"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":86,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092grntest\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":121,level:[5,77,6,7,120,58,140],brother:147,"section\u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3057\u307e\u3059":100,slower:57,"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":104,"\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3059\u308b\u578b":37,port:[114,80,4,121,77,32,58,29,68,42,7],repli:59,"sh\u306e\u307f\u306a\u3089\u305a":144,grn_expr_append_const:[52,64],"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":145,"\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3057\u307e\u3059":62,connection_refus:140,"po\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":123,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u89e3\u6d88\u304c\u5b9f\u884c\u3055\u308c\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":60,grn_not_a_directori:2,"grntest\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":123,"\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u95a2\u4fc2\u306a\u304f\u5e38\u306b\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u6570\u306b\u306a\u308a\u307e\u3059":88,"1st":88,grn_table_cursor_clos:126,"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":91,"\u3092\u542b\u3080\u540d\u524d\u306e\u30ab\u30e9\u30e0\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":55,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":10,grn_obj_clear_lock:[22,60],file_exist:140,memori:[136,106,127,12,14,15,124,81,112,58,22,68,49],todai:109,"\u3053\u308c\u306f":[53,56],criteria:3,capit:3,target_charact:64,comments2:59,"\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3068":127,proxy_cache_path:7,entries_key_index:[88,147,122],lc_messag:98,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":142,purpos:[94,3,32],backslash:[58,64,147],critic:[58,44,120],"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22":[43,129],satoh:22,alwai:[122,109,140,111,7,125,39,147],"\u3053\u308c\u3092\u4f7f\u3046\u3053\u3068\u3067":59,grn_table_update_by_id:92,"users\u30c6\u30fc\u30d6\u30eb\u306efavorites\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":149,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u3082bigram\u3092\u751f\u6210\u3057":116,"\u305d\u3057\u3066comments\u30c6\u30fc\u30d6\u30eb\u306ereplied_users\u30ab\u30e9\u30e0\u306f":149,clone:[83,67,123],"4th":88,"0\u4ee5\u4e0a18":37,key_with_si:[115,122,147,49],practic:[11,109],ueno:[22,58],inform:[109,120,21,15,8,58,152,98],combin:[109,58,88,94,49],"\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u4e00\u89a7\u306a\u3069":149,"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":53,midnight:122,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u5b9f\u884c\u306e\u4e2d\u65ad\u3092\u6307\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":74,normalizermysqlunicodeci:152,platform:[112,98],meridian:57,cutter:[144,123],"\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":1,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":28,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9":123,"\u6b21\u306b":[52,72],"\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":[128,77],"output_type\u306b\u306fjson":29,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u89e3\u653e\u3057\u307e\u3059":60,term:[50,88,147,104,109,77,26,55,94,58],name:[76,22,119,41,88,47,14,46,92,128,130,98,100,137,102,54,55,104,138,58,60,109,110,111,64],"\u65e5\u3005":103,"\u3053\u3053\u3067\u306f\u30df\u30ea\u79d2\u8868\u8a18\u3067\u767b\u9332\u3057\u307e\u3057\u3087\u3046":56,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":77,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304cshorttext\u578b\u3067\u3042\u308b\u5834\u5408":126,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":10,"\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":52,no_memory_avail:140,"\u3053\u306e\u578b\u3067\u306e\u5024\u3092\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u306f2\u3064\u3042\u308a\u307e\u3059":149,grn_itoh:22,grn_bool:60,"\u3059\u308b\u3068\u304d\u306b\u30ad\u30e3\u30b9\u30c8\u306b\u5931\u6557\u3057\u305f\u3089":127,"\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":149,"base_version\u306ftar":123,"groonga_clone_dir\u306b\u3066autogen":123,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":14,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":55,"\u30af\u30a8\u30ea\u62e1\u5f35":[22,129,43],migrat:[88,147,122],"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":52,ruby19:[58,123],"ctx\u304c\u73fe\u5728\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308bdb\u3092\u8fd4\u3057\u307e\u3059":14,"xxxxx\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":123,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":88,"\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19\u306e\u305f\u3081":149,"obj\u306eid\u3092\u8fd4\u3057\u307e\u3059":60,place:[44,21],"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":84,origin:[111,88,130,98],"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u30671\u4ef6\u3082\u30d2\u30c3\u30c8\u3057\u306a\u3044\u5834\u5408\u3067\u3082\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306a\u3069\u3092\u884c\u3044\u307e\u305b\u3093":53,redhat:[22,44],"\u6e96\u5099\u3057\u305f\u7f6e\u63db\u30c6\u30fc\u30d6\u30eb\u3092\u4f7f\u3063\u3066\u307f\u307e\u3057\u3087\u3046":72,arrai:[88,69,147,26,111,104,58,22,49],string_siz:64,given:[58,94],"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u306b\u5fc5\u8981\u306a\u79d8\u5bc6\u9375\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u306b\u3064\u3044\u3066\u306f":123,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u306etypo\u3092\u4fee\u6b63":22,domain_error:140,circl:[109,38],"32bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":37,white:[3,147],"\u623b\u308a\u5024\u3067\u3042\u308bgrn_index_cursor\u306f":99,grn_table_add:92,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":144,copi:58,specifi:[69,38,7,8,119,44,41,43,88,90,125,49,14,46,47,98,138,96,58,105,63,109,110,111,30],"\u30d1\u30a4\u30d7":55,"\u521d\u671f\u5316\u6e08\u307f\u306e":63,enclos:[46,3],pragma:88,serv:[11,123],wide:[22,44,3,109],"\u4e00\u6642\u7684\u306aobject\u3067\u3042\u308bobj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":60,"\u524a\u9664\u3057\u305f\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u304b\u3089id\u9806\u306b\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c":127,grn_table_cursor:[43,24,99,35],"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":86,"windows\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,posix:122,posit:[69,2,3,90],grn_column_index:100,seri:3,"808\u4ee5\u4e0a9":37,local_nam:130,ann:123,"query_expander\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u305b\u305a\u306bselect\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u3063\u3066\u691c\u7d22\u3057\u3066\u307f\u307e\u3059":72,ani:[88,69,147,148,109,110,106,46,94,7,125,119,44,143,42],grn_unsupported_command_vers:2,grn_obj_set_mask:60,operation_timeout:140,"\u691c\u7d22\u7d50\u679cn":88,"\u306b\u306a\u308a\u307e\u3059":14,sure:3,multipli:122,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u305f\u3068\u304d\u306b\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":22,"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":144,"apt\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":123,geoindex:36,time_column:121,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":52,"com\u306f1\u30b9\u30ec\u30c3\u30c9":134,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":77,grn_table_cursor_set_valu:126,permiss:44,sitecountri:[32,107],explicitli:58,"groonga\u306f\u57fa\u672c\u7684\u306b\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":[53,116],state:[58,57,140,138],analyz:[109,22,7,58],grn_obj_column_vector:100,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[43,82],"\u3092\u6307\u5b9a\u3057":[126,30,87],"drilldown_limit\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u3088\u3063\u3066":107,ssh:123,"\u8a73\u7d30\u306f":[53,29,144],reveal:109,"\u542b\u3081\u306a\u3044\u3082\u306e":123,"\u30d9\u30af\u30bf\u578b":76,grn_geo_select_in_rectangl:[22,90],"shibuya\u3055\u3093\u304c\u5831\u544a":127,"\u9014\u4e2d\u3067\u5931\u6557\u3059\u308b\u3053\u3068\u3082\u3042\u308b\u306e\u3067\u9806\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":123,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f10\u4ef6\u306e\u307f\u8868\u793a\u3055\u308c\u307e\u3059":107,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5408\u6027\u3092\u691c\u67fb\u3057\u307e\u3059":60,"\u5bfe\u5fdc\u3059\u308bid\u3092\u8fd4\u3057\u307e\u3059":92,"ongaeshi\u3055\u3093":127,"\u30d6\u30fc\u30ea\u30a2\u30f3\u578b\u3084\u30d6\u30fc\u30eb\u578b\u306a\u3069\u3068\u547c\u3070\u308c\u308b\u578b\u3067\u3042\u308a":37,"\u8b66\u544a\u3092\u9664\u53bb":127,detect:[44,22,69,7,58],"javascript\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u306e\u7d5e\u8fbc":[43,129],"groonga\u3092\u4f7f\u3063\u3066\u3082\u3089\u3048\u308b\u3088\u3046\u306btwitter\u306e\u30a2\u30ab\u30a6\u30f3\u30c8groonga\u3092\u53d6\u5f97\u3057\u3066":103,"\u3053\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u308b\u3053\u3068\u3067":149,"\u5909\u6570\u540d\u306e\u5909\u66f4\u3084\u3089\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":123,grn_query_expander_tsv_synonyms_fil:143,grn_db_register_by_nam:117,"59\u74b0\u5883\u306b\u304a\u3044\u3066":22,"\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":149,come:38,"\u63a5\u7d9a\u3059\u308bgroonga":121,region:38,quiet:140,"status\u30b3\u30de\u30f3\u30c9\u306f":62,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306e\u7d50\u679c\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":149,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u306e\u5834\u5408\u306ftokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306a\u3069\u3082\u5229\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":53,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u7bc4\u56f2\u306e\u958b\u59cb\u4f4d\u7f6e\u3068\u306a\u308b\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\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":86,color:152,whombx:58,period:58,pole:57,"\u4e0d\u6b63\u306a\u95a2\u6570\u547c\u3073\u51fa\u3057\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3088\u3046\u306b\u3057\u305f":127,"obj\u306e\u5360\u6709\u3059\u308b\u30e1\u30e2\u30ea\u306e\u3046\u3061":60,"ueno\u3055\u3093":[127,117],lexicon2:59,log_put:[5,43,25,35],"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb\u3067\u306f":123,frequency_threshold:[22,101,66,125,39],"shorttext\u578b\u30ab\u30e9\u30e0\u3078\u30c7\u30fc\u30bf\u8ffd\u52a0":127,"s3ki\u3055\u3093\u304c\u5831\u544a":127,"\u65b0\u3057\u3044\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[60,100],"\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":79,not_socket:140,grn_command_version_max:95,"case":[38,14,15,58,22,44],"\u3042\u308a\u307e\u305b\u3093":[20,62,132,113,84],cast:[22,58],"\u3068\u3044\u3046\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u8a18\u8ff0\u3059\u308b\u3053\u3068\u3067":149,grn_db_open:63,out_loc:121,favorited_bi:149,grn_expr_alloc:64,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":52,"define_selector\u306f":128,"\u5185\u90e8\u5229\u7528\u306e\u305f\u3081\u306e\u30e1\u30f3\u30d0\u3067\u3059":92,query_s:64,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":123,saerc:[125,101],"4\u884c\u76ee":121,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092zlib\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":100,author:7,alphabet:[101,69,49],users_index:149,grn_get_default_match_escalation_threshold:48,"\u304c1\u3064\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":149,"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":52,grn_cursor_rk:126,expresss:131,messagepack:[22,44,58],status:[2,140],"\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":59,"com\u306edoc":123,"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":77,"\u6587\u5b57\u5217\u304c\u8fd4\u3055\u308c\u307e\u3059":[108,118,88,71],"_nsubrec":[36,107,86,149],"suggest\u30b3\u30de\u30f3\u30c9\u306bthreshold\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":22,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[67,139],"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3089":126,"po\u306e\u5b9f\u884c":67,sed:[22,12,58],overcommit_memori:58,"set\u306f":71,without:[88,147,148,109,26,93,94,7,8,58,96,153,122],model:140,"lzo\u30b5\u30dd\u30fc\u30c8\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3055\u308c\u3066\u3044\u308b\u304b\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308bapi\u3092\u8ffd\u52a0":127,"\u3067\u78ba\u4fdd\u3057\u305f":14,"groonga\u3092build\u3059\u308b\u969b\u306b":62,"\u306e\u307f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059":126,"\u305d\u308c\u305e\u308c\u306e\u7570\u306a\u308b\u8868\u8a18\u306e\u6587\u66f8\u3092\u3082\u308c\u306a\u304f\u691c\u7d22\u3059\u308b\u305f\u3081\u306e\u7f6e\u63db\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059":72,rose:11,except:[136,88,69,75,38,26,7,58,22,49],blog:[88,122,123,53,93,148,59,147],hino:58,hyphen:[3,49],grn_obj_nam:60,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bset\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":71,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":77,grn_table_cursor_open:[126,127],"\u30e6\u30fc\u30b6\u304c":72,realtim:[125,66],madrid:57,grn_rc:[33,60,100,74,16,102,92,14,15,126,95,90,48,85,64,41],rsync:123,grn_cache_current_set:15,freed:15,garbag:[22,104,58],inspect:58,tokenbigramsplitsymbolalpha:[53,88,69,31],"\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[60,100],"obj\u306e\u5c5e\u3059\u308bdb\u3092\u8fd4\u3057\u307e\u3059":63,"\u53f3\u8fba\u304c\u5f0f\u306e\u6f14\u7b97\u4ee3\u5165\u6f14\u7b97\u5b50\u3092\u30b5\u30dd\u30fc\u30c8":127,"\u8a9e\u5f59\u3054\u3068\u306b\u8907\u6570\u306e\u60c5\u5831\u3092\u4fdd\u6301\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":79,"version\u306b\u6307\u5b9a\u3057\u305f\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":10,"dist\u3092\u884c\u3046\u3068version\u304c\u53e4\u3044\u307e\u307e\u306b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":123,tokentrigram:[69,31],consid:[114,42,49],"\u7f6e\u63db\u30c6\u30fc\u30d6\u30eb\u3067\u306f":72,"\u30b0\u30eb\u30fc\u30d7\u5316\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u6570\u304c\u5165\u308a\u307e\u3059":107,libmecab:[124,12,123],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":104,rescord:131,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c\u306f":107,interfac:[58,3,4],chracterist:75,regard:[58,147],grn_obj_key_var_s:137,untag:89,longer:[80,14],notat:[58,122],"\u4e00\u6642object\u306a\u3089null\u3092\u8fd4\u3057\u307e\u3059":60,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u7a2e\u5225":76,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u6a19\u6e96\u30a8\u30e9\u30fc\u51fa\u529b\u306b\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057":10,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":77,"\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":149,grn_expr_creat:64,"yum\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":123,"http\u7d4c\u7531\u3067\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u6642\u306b\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b":127,strongli:[136,106,12,124,81,112,68],"a\u3092\u6307\u5b9a\u3057\u3066tabl":92,user_column:121,grn_index_cursor_next:[58,99],gettext:98,orient:[11,109,26],"\u4e3b\u30ad\u30fc\u306e\u578b\u306b\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":37,"\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":121,allow_upd:[88,147],comments_loc:149,directori:[98,22,44,143,58],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u4ed8\u304d\u30b8\u30aa\u30b5\u30fc\u30c1":[43,129],"id\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":71,"\u30c7\u30fc\u30e2\u30f3":77,"id\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":14,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":116,grn_table_column:92,dist:123,"ctx_new\u3068\u3044\u3046queue\u306b":134,follow:[69,3,4,38,21,120,81,7,58,39,44,9,42,88,57,122,11,125,46,94,49,50,101,148,140,22,143,61,147,149,26,111,66,98,32],disk:[59,49],"\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":121,ptr:127,"groonga\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3059\u308b\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":127,init:[58,44,41],program:[58,81,7],"\u95be\u5024\u3092\u8d8a\u3048\u308b":53,liter:[22,58],"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":53,rand_max:51,systemctl:114,failur:[58,123],"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":86,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":126,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":77,longtext:[37,90],"distributions\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":123,"\u52d5\u753b\u306e\u60c5\u5831\u3092\u4fdd\u5b58\u3059\u308b":36,"\u304a\u3088\u3073":123,"\u5e74":149,"help\u3067\u51fa\u529b\u3055\u308c\u308b":22,yappo:80,tex:69,design:[11,58,88],"\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":149,what:[125,64,148],sub:[109,123],"\u66f4\u65b0\u524d\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,themselv:[143,98],noraml:69,bottom_right_point:90,solari:[43,112],grn_ctx_init:[22,14],serihiro:58,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":20,memcach:[43,129,109],"16bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":37,matsuu:127,grn_bad_address:2,gtihub:22,"\u3068\u3044\u3046\u4e8b\u67c4\u3092\u307e\u3068\u3081\u307e\u3057\u305f":103,"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":53,tokenunigram:31,"\u30ea\u30ea\u30fc\u30b9\u65e5":123,deprec:[88,10,77,57,58,22,49],ocelot:[22,58],suddenli:58,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":[22,127],"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":123,"\u4ee5\u964d\u3092\u7121\u8996":127,"netbsd\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":127,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[43,82],"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":37,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":128,grn_syntax_error:2,src_key_siz:92,flag:[88,99,100,137,76,92,14,55,104,47,58,126,22,60,64],"\u306e\u7d4c\u7def\u5ea6\u3092\u4fdd\u5b58\u3057\u307e\u3059":56,"op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066res\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3042\u308b\u3044\u306f\u524a\u9664\u3057\u307e\u3059":85,known:[3,122,109,26,32,58],"\u51e6\u7406\u306e\u5b9f\u884c\u72b6\u6cc1\u3092\u8abf\u3079\u305f\u308a":74,"2\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3059":37,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":77,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":87,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":121,"\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":128,newlin:[22,58],divid:[11,109,122],rather:[93,88],rep_loc:121,"\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":149,resourc:93,"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[30,87],"buf_size\u306b\u6307\u5b9a\u3055\u308c\u305f\u500b\u6570\u3092\u4e0a\u9650\u3068\u3057\u3066indexbuf\u306b\u8fd4\u3057\u307e\u3059":100,"\u8ee2\u7f6e\u7d22\u5f15\u306b\u51fa\u73fe\u4f4d\u7f6e\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":100,"\u6307\u5b9a\u3059\u308b":63,resours:15,"request\u3092\u9001\u308a\u307e\u3059":123,"\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":56,"short":7,geo_dist:[22,58,133,35,43],caus:[122,11,58,22,49,147],"\u305d\u308c\u304c\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u3063\u305f\u5834\u5408\u306f":60,mailarch:123,grn_table_trunc:[22,92],logal:61,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9atable\u3068\u306a\u308a\u307e\u3059":92,"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":127,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":142,"7\u30ea\u30ea\u30fc\u30b9":58,"\u4f4d\u7f6e\u60c5\u5831\u30ec\u30b3\u30fc\u30c9\u3092\u7528\u3044\u3066\u30bd\u30fc\u30c8\u3059\u308b\u5834\u5408\u306b":36,soccer:36,"return":[43,90,35,102,25,14,15,92,58,111,22,60,64],do_loc:121,grn_table_sort_asc:92,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":52,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":100,ff9e:152,innodb:109,"\u63a5\u7d9a\u3057\u3066\u3044\u308bgroonga\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":113,"table_remove\u306f\u30c6\u30fc\u30d6\u30eb\u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":34,truncat:[22,58,25,35,43],"windows\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,weight:[11,58,88,147,94],needless:58,yoshida:58,expect:11,"b\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408":92,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30c3\u30af\u3057\u307e\u3059":60,"\u7def\u5ea6":[149,56],socket_is_not_connect:140,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":[92,60],footnot:[57,3],"\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":142,"windows\u3067\u306fmingw\u3067\u3082pthread\u3092\u4f7f\u308f\u306a\u3044\u3088\u3046\u306b\u3057\u305f":22,"\u5b9f\u969b\u306b\u691c\u7d22\u3057\u3066\u307f\u307e\u3057\u3087\u3046":59,advanc:[119,80],differ:[0,88,57,4,11,147,94,58,59,122,42,49],content_type_len:58,thread:[120,109,77,42,14],"\u306exml\u51fa\u529b\u5bfe\u5fdc":127,"\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":52,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8fd4\u3057\u307e\u3059":92,"apt\u306e\u5834\u5408":123,groonga_database_auto_cr:58,blank:152,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":121,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":116,"\u691c\u7d22\u3092\u884c\u3044\u307e\u3057\u3087\u3046":36,gpl:80,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u3064\u3044\u305f\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u7d50\u679c\u304c\u304a\u304b\u3057\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":127,script:[43,88,147,35,148,131,119,58,44,64,121],"po\u3092\u5b9f\u884c\u3059\u308b\u3068":123,gpg:123,exclude_t:58,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":144,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3068tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3067\u6319\u52d5\u304c\u5909\u308f\u308a\u307e\u3059":116,option:[136,88,63,19,12,106,111,124,96,58,22,44,68],"\u3067\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":123,"\u8a2d\u5b9a\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":33,"version\u3067\u8868\u793a\u3055\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u304c\u66f4\u65b0\u3055\u308c\u306a\u3044\u306e\u3067\u6ce8\u610f\u304c\u5fc5\u8981\u3067\u3059":123,"\u540d\u524d\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[60,100],"\u4e16\u754c\u6e2c\u5730\u7cfb\u3067\u306e\u4f4d\u7f6e\u60c5\u5831\u3092\u4fdd\u5b58\u3057\u3066\u307f\u307e\u3057\u3087\u3046":56,"\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":108,kind:[109,3],similar_search:[58,125],remov:[19,8,11,138,7,58,22,60],"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":121,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":144,grn_post:[90,99],ruby_ev:[43,25,35,58],"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":76,expir:[7,96],"\u7d4c\u5ea6\u304c139\u5ea646\u520627":56,"\u3053\u3046\u3059\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u63d0\u6848\u3092\u3067\u304d\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":103,"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":121,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":37,grn_directory_not_empti:2,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u7528\u30aa\u30d7\u30b7\u30e7\u30f3":127,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":77,"mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u691c\u51fa\u51e6\u7406\u3092\u6539\u5584":1,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":146,"blogs\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u3092tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u3066\u304b\u3089\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059":53,function_not_impl:140,"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":86,"\u30e1\u30fc\u30c8\u30eb":142,grn_obj_incr:60,fuzzi:49,latitude_in_degre:122,"name_size\u30d1\u30e9\u30e1\u30fc\u30bf\u304c0\u306e\u5834\u5408\u306f\u3059\u3079\u3066\u306e\u30ab\u30e9\u30e0id\u3092\u683c\u7d0d\u3057\u307e\u3059":92,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3067\u304d\u307e\u3059":53,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[34,5,54,55,6,128,20,87],"\u30ab\u30e9\u30e0\u306e\u5024\u3092\u66f4\u65b0\u3057":[118,71],firewood:58,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":14,underflow:11,hit:[58,88,131],"\u5b9f\u6570\u3092\u8868\u3057\u307e\u3059":37,pair_queri:[39,125,101,66],"\u65b0\u305f\u306brecord\u304c\u8ffd\u52a0\u3055\u308c\u305f\u6642\u306b\u306f1\u304c":92,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":77,longest:[22,92,122],"\u5f62\u5f0f1\u3068\u5f62\u5f0f2\u306f\u6df7\u5728\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":29,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u8a9e\u306e\u30d2\u30c3\u30c8\u6570\u304c\u591a\u3044\u305f\u3081":53,grn_obj_persist:[92,100],"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3068\u540c\u7b49\u3067\u3059":116,grn_success:[88,2,71,108,14,15,118,120,64],"\u6570\u5024":116,"\u30b3\u30df\u30c3\u30c8":123,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":67,art:122,dump:[43,35,127,25,58,22],"\u30ab\u30e9\u30e0\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":76,arc:69,tobbi:94,grn_obj_with_weight:100,"\u4e00\u3064\u306etable\u306b\u540c\u4e00\u306ename\u306ecolumn\u3092\u8907\u6570\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":100,"\u524d\u8005\u306f\u65e5\u672c\u6e2c\u5730\u7cfb":56,grn_table_differ:92,"\u5fc5\u8981\u306a\u6642\u4ee5\u5916\u306bmecab\u306e\u8f9e\u66f8\u30c1\u30a7\u30c3\u30af\u3092\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":127,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":67,korea:107,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u304f\u308b\u3053\u3068\u3092\u6291\u3048\u3064\u3064\u518d\u73fe\u7387\u3092\u4e0a\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":53,succeed:[2,3,47,138,105,44],"com\u3078\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767b\u9332":67,"columns\u3067\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":127,solv:11,solr:122,socket_not_initi:140,ipaexgoth:17,grn_table_get:[58,92],threashold:[53,127],"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":53,context:[26,15,148,7,22,60],"column\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":100,grn_table_sort_flag:92,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":77,grn_no_such_devic:2,"\u5f53\u8a72\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306bdefault":10,additional_configure_opt:58,"\u5f93\u3063\u3066":88,"hook\u56fa\u6709\u60c5\u5831\u3092\u6307\u5b9a\u3057\u307e\u3059":74,"\u3053\u3053\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306bruby\u3092\u5229\u7528\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u3092web\u30b5\u30fc\u30d0\u7d4c\u7531\u3067\u53c2\u7167\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":123,"\u305d\u306e\u30ab\u30e9\u30e0\u306f":37,"\u8aa4\u5dee\u306f\u5c0f\u3055\u3044\u3067\u3059":142,conifugr:61,grn_file_exist:2,table_hash_kei:[88,89,122,93,94,57,130,84,152,138,49],beforehand:136,demand:114,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":121,packag:[43,106,123,136,124,112,68,98],batch:58,nakai:58,behavior:[58,94],kana:[39,125,101,66],input_file_nam:111,xvzf:[136,106,19,12,124,44,68],int32:[36,88,57,3,147,107,101,53,125,37,66,47,94,56,58,39,59,149,122],"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":53,"old_release_date\u306b\u524d\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092":123,rid:16,"\u540c\u69d8\u306b":36,"\u4e00\u884c\u306b\u8907\u6570\u306egrntest\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":121,minim:7,grn_obj_column:60,"\u5065\u4f5c":36,"\u306e\u4e00\u884c\u3042\u305f\u308a\u306e\u6700\u5927\u30d0\u30a4\u30c8\u6570\u306e\u5236\u9650\u3092\u64a4\u5ec3":127,"\u4e00\u3064\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u306e\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":37,higher:[125,88],"\u975e\u4e92\u63db":22,x86:[22,81],"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":104,"\u3067\u6271\u3063\u3066\u3044\u307e\u3059":149,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":116,"\u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059":56,lower:[88,69,3,49],"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":121,searchabl:93,"key\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":92,propos:[88,9],"\u3042\u308b\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u542b\u3080\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":149,table_:[75,49],"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":51,"3\u884c\u76ee":121,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308badd\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":118,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":52,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":128,"\u30ab\u30e9\u30e0\u60c5\u58311":76,"\u7d4c\u904e\u3057\u3066\u3082lock\u3092\u53d6\u5f97\u3067\u304d\u306a\u3044\u5834\u5408\u306f":60,grn_plugin_get_system_plugins_dir:22,table2:92,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":52,gem1:123,table1:92,docutil:123,"\u30ab\u30e9\u30e0\u60c5\u5831n":76,retry_max:140,"git\u3067\u306e\u30b3\u30df\u30c3\u30c8\u6642\u30cf\u30c3\u30b7\u30e5\u306e\u4e00\u90e8\u304c\u4f7f\u308f\u308c\u308b\u305f\u3081\u3067\u3059":123,collect:[111,109],"multithread\u74b0\u5883\u3067\u306f\u4ed6\u306ethread\u306e\u30a2\u30af\u30bb\u30b9\u306b\u3088\u3063\u3066":92,"\u3042\u3089\u304b\u3058\u3081groonga\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304a\u304f\u3068\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u5186\u6ed1\u306b\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":123,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":52,"\u305d\u306e\u6642\u70b9\u3067stable\u3067\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":10,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059":10,invalid_format:140,"log\u3067\u3059":77,"\u5bfe\u8c61object\u3092\u6307\u5b9a\u3057\u307e\u3059":[33,63,74,60,41,97,100],blog_titl:3,"\u30ec\u30b3\u30fc\u30c9\u3092key\u5024\u306e\u6607\u964d\u9806\u3067\u53d6\u308a\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":126,necessari:[22,3],leftmost:122,proc:[136,88,74,12,106,124,58,41,97],form_2:3,"grntest\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":121,"\u7591\u4f3c\u30ab\u30e9\u30e0":[43,88,35],squeez:[43,123,112],maximium:88,"min\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":126,"null\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":14,dialog:58,"\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22":[43,129],myisam:109,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":126,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u518d\u8aad\u307f\u8fbc\u307f":20,"\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":144,shimoda:127,"\u56de\u907f\u65b9\u6cd5\u7b49\u306e\u6848\u5185\u3092\u8f09\u305b\u308b\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":123,question:59,live:49,"long":[48,58,16,49],"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":86,arithmet:58,"query\u3068":149,grn_proc_get_info:41,"users\u30c6\u30fc\u30d6\u30eb\u306elocation\u30ab\u30e9\u30e0\u3068":149,wno:22,"436218z":122,"\u554f\u984c\u3092\u4fee\u6b63":127,aramaki:22,consist:[119,140,3,147,66],caller:41,"\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":88,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":77,test_text_otoj:144,radious_or_point:142,"\u3059\u308b\u3068groonga":123,horikoshi:22,unauthent:[58,12,124],grn_expr_append_const_int:64,"\u3059\u3067\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u305f\u3068\u3048\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":116,grn_socket_not_initi:2,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c\u3092\u4e26\u3073\u304b\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":107,"\u540c\u3058\u3067\u3059":121,"man\u3092\u8ffd\u52a0":1,"filter\u5185\u3067\u306e\u6570\u5024\u6bd4\u8f03\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8":127,weight2:[58,88],weight1:[58,88],grn:[7,130],gro:26,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u305f\u7d50\u679c\u5f97\u3089\u308c\u308b\u8a9e\u5f59\u306e\u914d\u5217\u3068\u540c\u4e00\u306e\u914d\u5217\u3092\u542b\u3080\u6587\u66f8\u3092\u691c\u7d22\u3059\u308b\u51e6\u7406\u3092\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3068\u547c\u3093\u3067\u3044\u307e\u3059":116,nice:93,"\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":121,"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u3068query\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u7570\u306a\u308b\u70b9\u306f":56,grn_expr_add_var:64,drilldown:[22,128],"\u7279\u306b\u4f55\u3082\u6307\u5b9a\u3057\u306a\u3044\u3068\u751f\u6210\u3057\u305fhtml\u306b\u57cb\u3081\u8fbc\u307e\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u304c":123,"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u304a\u3044\u3066":56,"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":130,konishi:58,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u4e0d\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3059\u5834\u5408\u304c\u3042\u308a\u307e\u3059":62,"\u65b0\u5bbf\u99c5\u306f\u7def\u5ea6\u304c35\u5ea641\u520627":56,"dataset\u306e\u30d1\u30b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b":117,"gz\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":123,xcode:68,"\u7e70\u308a\u8fd4\u3057\u6570":121,"\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u73fe\u3057\u305f\u6587\u5b57\u5217\u3092\u6e21\u3057\u307e\u3059":[118,71],"\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4e88\u7d04\u6e08\u307f\u3067\u3042\u308a":55,mainstream:109,w64:123,"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":52,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9\u3068\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":72,"grn_expr\u306f":52,relev:[109,3],"\u578b\u306b\u95a2\u3059\u308b\u5236\u9650\u4e8b\u9805":[43,35],"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u53cd\u6620\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":123,nfkc:152,pleas:[0,3,21,67,44,98],smaller:[93,109,57,120,49],"\u3053\u308c\u306b\u3088\u308a\u904e\u53bb\u306b\u30ea\u30ea\u30fc\u30b9\u3057\u305f\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":123,compat:[136,106,69,12,124,7,152,42],compar:[109,58,88,26,147],jekyl:123,"add\u306f":118,grn_info:[43,24,35],"314e":122,"\u30c7\u30fc\u30bf\u6295\u5165\u5f8c\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u4f5c\u6210\u306b\u5bfe\u5fdc":1,"\u7d50\u679c\u304c\u7570\u5e38\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":121,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":37,"grntest\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":121,larger:[75,88,26,140],"_name":49,"\u8907\u6570\u306e\u5f15\u6570\u3092\u3068\u308a\u307e\u3059":29,"\u521d\u671f\u5316\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":41,appli:[80,64],approxim:[22,57,58],motoi:58,apt:[124,58,12,123,61],api:[67,13],from:[43,38,112,109],"\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":53,usa:107,"\u8a9e\u5f59\u306e\u51fa\u73fe\u6570\u3084\u691c\u7d22\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9\u306e\u30d5\u30e9\u30b0":79,few:[42,153],usr:[77,7,8,44,144,68],sort:[43,88,75,38,109,125,22,58,129],grn_db_creat:63,"\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":128,tokenbigramignoreblanksplitsymbolalpha:53,"\u6642\u9593\u306e\u89e3\u50cf\u5ea6\u3092\u30ca\u30ce\u79d2\u306b\u5909\u66f4":127,"groonga\u95a2\u9023\u3067\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u306a\u3044\u3068\u306a\u308b\u3068\u958b\u767a\u8005\u306f\u56f0\u3063\u3066\u3044\u308b\u4eba\u3092\u898b\u3064\u3051\u3089\u308c\u306a\u3044\u3057":103,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":86,annot:58,"\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":56,"\u624b\u7d9a\u304d\u3092\u6307\u5b9a\u3057\u307e\u3059":74,"\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":144,"res2\u306b\u683c\u7d0d\u3057\u307e\u3059":92,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u5148\u982d\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":60,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":37,grn_column:[43,24,35],tar:[136,106,123,19,12,124,44,68],tag:[22,123,58],tab:[143,4,140],"\u30ea\u30ea\u30fc\u30b9\u6642\u3068\u958b\u767a\u6642\u3067\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u5206\u3051\u305a\u306b\u4f5c\u696d\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u304c":123,"0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u5148\u982d\u306b\u633f\u5165\u3055\u308c\u307e\u3059":74,"\u30de\u30a4\u30af\u30ed\u79d2\u5358\u4f4d\u306764bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u306b\u3088\u308a\u8868\u73fe\u3057\u307e\u3059":37,six:[120,3],"\u30e6\u30fc\u30b6\u30fc\u306e\u73fe\u5728\u5730":149,"100x100":142,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":84,sid:[43,112],instead:[136,88,57,147,75,131,38,77,26,61,152,122,81,32,112,58,44,22,49,7],grn_obj_defrag:60,"\u500b\u5225\u306b\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u3067\u554f\u984c\u304c\u767a\u751f\u3057\u3066\u3044\u308b\u7b87\u6240\u3092\u5207\u308a\u5206\u3051\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":123,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u4f5c\u696d\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3092\u5bfe\u8c61\u306b\u884c\u3044\u307e\u3059":123,"load\u30b3\u30de\u30f3\u30c9":1,attent:88,multipl:[69,147,109,15,94,138,58],"uint16\u306e\u7b49\u5024\u6bd4\u8f03\u306bc\u8a00\u8a9e\u306e\u6bd4\u8f03\u6f14\u7b97\u5b50\u3092\u4f7f\u7528":127,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":145,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":84,"1\u884c\u76ee":121,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":144,"\u4eac\u90fd":[53,116],location_in_input:111,ouput:58,"\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3057\u3087\u3046":36,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":67,"log_level\u306f":5,condtion:147,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":77,"homebrew\u3078pul":123,bye:[88,147,122],"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":77,crash:[22,58],"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u65b0\u3057\u304f\u306a\u3063\u305f\u3068\u3057\u3066\u3082":10,"release\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067build\u304b\u3089upload\u307e\u3067\u4e00\u6c17\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":123,keys_zon:7,"\u6bb5\u843d\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":55,devel:[136,106],"javascript\u306e\u5f0f\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u6761\u4ef6\u3092\u6307\u5b9a\u3059\u308b\u70b9\u3067\u3059":56,"grntest\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":121,successor:122,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":144,edit:[67,123],"975\u79d2":56,grn_socket_is_already_connect:2,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":121,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":145,"\u3053\u308c\u3092\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3068\u547c\u3073\u307e\u3059":107,"\u306b\u3066\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059":123,our:[21,98],grn_obj_column_index:[99,100],"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":121,"gz\u306eversion\u304a\u3088\u3073vers":123,out:[136,106,148,12,124,81,112,83,59,68],longitude_in_degre:122,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":127,"\u4ee5\u4e0b\u306e\u57fa\u6e96\u3092\u76ee\u5b89\u3068\u3057\u3066\u5909\u66f4\u70b9\u3092\u8ffd\u8a18\u3057\u3066\u3044\u304d\u307e\u3059":123,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":134,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":53,grn_ctx_send:15,"\u4e0a\u8a18url\u3092\u53c2\u7167\u3059\u308b\u3068\u308f\u304b\u308b\u3088\u3046\u306b\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306eurl\u3068sha1\u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u3092\u66f4\u65b0\u3057\u307e\u3059":123,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":53,"0\u4ee5\u4e0a255\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":37,york:57,dictionari:[58,106,127,152,136],"128\u4ee5\u4e0a127\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":37,lte:69,"\u57fa\u672c\u7684\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u5185\u5bb9\u3092\u305d\u306e\u307e\u307e\u8a18\u8f09\u3057\u307e\u3059":123,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":60,"\u8aac\u660e":[43,35],"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":10,"\u4f5c\u6210\u3059\u308btype\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":137,"request\u3092\u9001\u308a\u307e\u3057\u305f":123,"\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":56,prioriti:109,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u5b9a\u7fa9\u3092\u6307\u5b9a\u3057\u307e\u3059":41,grn_obj_get:60,unknown:[58,102],"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":86,"akio\u3055\u3093":127,grn_dat_repair:58,"\u30b0\u30cb\u30e3\u30e9\u304f\u3093":149,"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":30,"\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":55,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bget\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":108,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":126,"\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b\u3068\u30c6\u30fc\u30d6\u30eb\u304c\u58ca\u308c\u308b":127,"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":127,"\u3092\u4f5c\u6210\u3057\u307e\u3059":55,emac:98,no_such_file_or_directori:140,collaps:58,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":103,"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":37,"4097byte":75,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":144,"\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":77,"shimada\u3055\u3093\u304c\u5831\u544a":127,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308baccessor\u3092\u8fd4\u3057\u307e\u3059":60,"title\u30ab\u30e9\u30e0\u306e\u307f\u3067\u306e\u691c\u7d22":59,which:[136,88,57,3,147,148,11,109,77,114,94,69,32,149,119,58,59,89,110,138,122],grn_obj_delete_by_id:[22,60],"\u30db\u30b9\u30c8\u540d\u3068":121,"pdf\u51fa\u529b\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":17,"\u7d44\u8fbc\u578b":[43,35],default_token:88,why:[88,114],"org\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":123,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[43,129],determin:[88,3,131],"_id":[3,72,32,39,105,86,115,88,122,125,93,47,130,36,101,53,56,138,59,60,147,107,111,66,152],"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":37,"max\u3068\u7570\u306a\u3063\u305f\u65b9\u5411\u306b\u3042\u308b\u30ce\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f\u53d6\u308a\u51fa\u3057\u307e\u305b\u3093":126,word1:[58,88,147,122],word2:[58,88,147,122],"\u57f7\u7b46\u4e2d\u3067\u3059":59,your_github_account:98,grn_obj_with_posit:100,"\u5358\u7d14\u306b\u691c\u7d22\u3059\u308b\u3068":115,local:[122,123,109,7,44,98],"\u3092\u4f7f\u3063\u3066":56,"150x100":28,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":116,grn_ctx_use:14,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":116,subrecord:58,grn_cursor_prefix:126,"\u30c7\u30fc\u30bf\u306e\u30ed\u30fc\u30c9\u306e\u969b\u306b\u30de\u30a4\u30af\u30ed\u79d2\u3092\u5358\u4f4d\u3068\u3059\u308b\u6574\u6570\u5024\u306b\u5909\u63db\u5f8c":149,"\u3042\u308b\u8a9e\u53e5\u304c\u4ed8\u4e0e\u3055\u308c\u3066\u3044\u308b\u52d5\u753b\u306e\u4e00\u89a7\u3092\u53d6\u5f97\u3059\u308b":36,candidate2:125,candidate1:125,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":121,view:[43,129,58],"x86\u30d0\u30a4\u30ca\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059":123,knowledg:109,"1073741824\u306e\u6574\u6570\u3067":86,"\u66f4\u65b0\u3057\u305f\u30ab\u30e9\u30e0\u306e\u5024\u3092\u8fd4\u5374\u3057\u307e\u3059":[118,71],"\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":77,"\u30ab\u30e9\u30e0\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"10t22":101,"\u3092\u6307\u5b9a\u3057\u305ftable\u306b\u3064\u3044\u3066\u306f":126,index_tag:36,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":121,entranc:3,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":128,dll:[22,121,58],"v1\u306e\u5024\u306e\u4e2d\u306b":52,"twitter\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":103,"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":142,job:121,"\u5c0f\u6570\u3092\u4f7f\u3044\u307e\u3059":37,homebrew:[43,123,112],"twitter\u3067\u3084\u308a\u3068\u308a\u3092\u5b8c\u7d50\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":103,addit:[43,106,69,35,136,109,12,110,124],"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":[145,77],april:123,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u6642\u70b9\u3067\u306fconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u542b\u307e\u308c\u3066\u304a\u3089\u305a":123,"twitter\u306e\u3088\u3046\u306a\u77ed\u3044\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u6295\u7a3f\u3059\u308b\u30d6\u30ed\u30b0\u3067\u3059":149,grn_logger_info:58,"delete\u304c\u5e38\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":127,respect:[11,58],rpm:[22,106,136,123,58],"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":22,"query_expander\u30d1\u30e9\u30e1\u30fc\u30bf\u306b":72,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"535\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":37,mike:138,"128423343x502929252":149,"\u3042\u308c\u3053\u308c\u60c5\u5831\u63d0\u4f9b\u3092\u8981\u6c42\u3059\u308b\u3068":103,"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[28,142],roonga:9,"\u30c6\u30fc\u30d6\u30ebentry\u306b":55,cursor:[22,90],"\u691c\u7d22\u7d50\u679c\u306b\u306f":56,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":86,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u9069\u5408\u7387\u306e\u4f4e\u3044\u5834\u5408\u304c\u591a\u3044\u306e\u3067":53,customiz:26,"groonga\u3067\u4e88\u3081\u5b9a\u7fa9\u6e08\u307f\u306e\u578b\u304b":37,"\u3072\u308d\u3086\u304d":115,gothic:17,"\u7ffb\u8a33\u307e\u3067\u5b8c\u4e86\u3057\u3066\u3044\u308b\u72b6\u614b\u3067":123,avg:145,"\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":127,grn_expr_append_op:[52,64],"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":121,"\u6ce8\u610f":92,"\u5024\u304c\u5b58\u5728\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":127,difficult:109,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u524d\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":116,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[53,116],"\u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u30b3\u30e1\u30f3\u30c8\u691c\u7d22\u3057\u305f\u7d50\u679c":149,"0x10":140,"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":142,english:[0,88,21,58,22,98],uzulla:22,"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u305f\u6642\u523b\u306etvsec\u5024\u3092\u8fd4\u3057\u307e\u3059":62,"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":123,half:152,users_nam:94,"\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":118,euc_jp:44,"key\u306b\u306f":92,"\u672a\u5b9f\u88c5\u3067\u3059":118,amd64:123,"\u56fd\u540d\u3092\u4e3b\u30ad\u30fc\u3068\u3059\u308bsitecountry\u30c6\u30fc\u30d6\u30eb\u3068\u3057\u307e\u3059":107,book:122,"\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":130,"\u30ab\u30e9\u30e0\u578b1":88,"\u307e\u305f\u306f":121,table_hash_hei:49,"table\u306fcolumn\u3068\u306f\u5225\u306b":92,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u6307\u5b9a\u3057\u307e\u3059":102,"offset\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9id\u3092\u958b\u59cb\u4f4d\u7f6e\u3068\u3057\u3066":60,know:114,press:98,"\u95be\u5024\u3092\u3042\u3052\u308b":[43,82],"\u30ab\u30e9\u30e0\u578bn":88,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f10\u3067\u3059":88,earch:69,"\u3067\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":22,"grntest\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":121,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u53d6\u5f97":108,no_child_process:140,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,"export":22,"tokenbigram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":53,lead:[88,3,26],grn_obj_get_nhook:74,leak:[22,127,58],grn_address_is_in_us:2,time_stamp:120,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u306a\u308a\u307e\u3059":100,"title\u30ab\u30e9\u30e0\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7528\u306bindex_title\u30ab\u30e9\u30e0":59,acronym:140,tanab:58,rare:[43,112],"\u305d\u308c\u305e\u308c":144,kanako:58,disabl:[88,147,127,120,7,58,22,44],"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":67,own:[11,58,122,109],grn_operation_timeout:2,"\u6570\u5b57":121,grn_ii:[43,24,35],"\u4f8b":[43,1,60,123],grn_id:[33,99,100,16,14,92,126,60,64],automat:[3,147,75,7,8,122,98],automak:127,iexplor:81,grn_expr_append_const_str:64,grn_default_query_logger_get_path:58,"145508000x":57,transfer:[43,114,140,129,109],grn_command_version_min:95,appl:152,"var":[114,52,76,77,7,44,41],"\u30ad\u30fc\u304c":77,"\u305d\u306e\u307e\u307emake\u30b3\u30de\u30f3\u30c9\u306b\u3066\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":123,"\u4ee5\u5916\u306e\u5834\u5408\u306f":[108,118,88,71],"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":52,"\u73fe\u5728":20,"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":77,"\u521d\u306e\u66f8\u304d\u8fbc\u307f":149,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u5b9f\u884c\u3059\u308b":123,palallel:123,made:[22,3,58],whether:[88,57,147,148,11,125,94,2,7,131,58,60],troubl:98,record:[50,43,90,35,109,38,46,92,138,58,22,64],below:[46,83,147],"\u306e\u6570\u304c\u51fa\u529b\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u78ba\u8a8d\u3067\u304d\u307e\u3059":149,"expr\u306a\u3069\u306f\u89e3\u653e\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":60,"\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":[62,34,71,132,5,76,54,55,104,6,128,113,130,118,20,84,30,108,87],"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":95,ff76:152,"\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":33,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u305f\u306e\u3067":123,makecach:[58,106],"fork\u3059\u308b\u70b9\u304c\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u3068\u7570\u306a\u308b":77,"\u6700\u5f8c\u306bgrntest\u306b\u3088\u308b\u5b9f\u884c\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u307e\u3068\u3081\u3066\u8868\u793a\u3055\u308c\u307e\u3059":123,other:[109,43,67,112,98],bool:[11,58,37,147,115],"command_version\u3092\u8fd4\u3057\u307e\u3059":14,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":77,grn_table_delete_by_id:92,"obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":60,"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":88,"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":10,debian:[43,112],"object\u306e\u66f4\u65b0\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":74,"\u4fdd\u5b58\u3057\u305f\u7d4c\u7def\u5ea6\u3092\u7528\u3044\u3066\u7d5e\u8fbc\u3084\u30bd\u30fc\u30c8\u304c\u3067\u304d\u307e\u3059":56,emerg:[5,120,6,7],allow_leading_not:88},objtypes:{"0":"std:option","1":"c:function","2":"c:type","3":"c:macro","4":"c:member"},objnames:{"0":["std","option","option"],"1":["c","function","C function"],"2":["c","type","C type"],"3":["c","macro","C macro"],"4":["c","member","C member"]},filenames:["contribution/report","news/0.x","reference/command/return_code","tutorial/introduction","reference/output","reference/commands/log_level","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/command/command_version","tutorial/data","install/ubuntu","contribution/documentation","reference/api/grn_ctx","reference/api/grn_cache","reference/api/grn_ii","contribution/development/document","spec","install/solaris","reference/commands/log_reopen","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/functions/geo_in_rectangle","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","tutorial/network","reference/api/grn_info","reference/commands/table_remove","reference","tutorial/index","reference/types","geolocation_search","suggest/completion","reference/executables","reference/api/grn_proc","server/http/comparison","index","install/others","reference/cast","reference/commands/load","reference/commands/column_rename","reference/api/grn_match_escalation","reference/commands/table_create","limitations","reference/functions/rand","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/functions/geo_distance","news","tutorial/match_columns","reference/api/grn_obj","development/travis-ci","reference/commands/status","reference/api/grn_db","reference/api/grn_expr","contribution/documentation/c-api","suggest/suggestion","contribution","install/mac_os_x","reference/commands/tokenize","suggest/tutorial","reference/commands_not_implemented/set","tutorial/query_expansion","server/gqtp","reference/api/grn_hook","reference/tables","reference/commands/column_list","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","news/senna","install/windows","troubleshooting","contribution/development/repository","reference/commands/table_list","reference/api/grn_search","reference/pseudo_column","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/api/grn_geo","reference/functions/edit_distance","reference/api/grn_table","reference/indexing","reference/functions/query","reference/api/grn_command_version","reference/commands/cache_limit","reference/api/grn_user_data","contribution/documentation/i18n","reference/api/grn_index_cursor","reference/api/grn_column","suggest/correction","reference/api/grn_encoding","contribution/development/cooperation","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/commands_not_implemented/get","characteristic","reference/commands/normalize","reference/command/output_format","install","reference/commands/shutdown","server/package","tutorial/patricia_trie","spec/search","news/1.1.x","reference/commands_not_implemented/add","reference/commands/ruby_eval","reference/log","reference/executables/grntest","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","reference/api/grn_table_cursor","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","contribution/development/com","development","install/fedora","reference/api/grn_type","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","reference/functions/geo_in_circle","reference/query_expanders/tsv","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","reference/functions/sub_filter","tutorial/micro_blog","reference/executables/groonga-suggest-create-dataset","suggest","reference/normalizers","server/http"],titles:["13.1. How to report a bug","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","8.3.3. Return code","4.1. Basic operations","8.2. Output","8.3.16. log_level","8.3.17. log_put","8.1.4. groonga-httpd","8.3.21. register","5.1. Introduction","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","4.3. Various data types","2.4. Ubuntu","13.3. How to contribute in documentation topics","8.14.4. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","8.14.1. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_cache</span></tt>","8.14.10. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_ii</span></tt>","13.2.4. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. Specification","2.7. Oracle Solaris","8.3.18. log_reopen","3. Community","Release 1.2.9 - 2011/12/29","8.8. Query expanders","8.14. API","8.3. Command","8.11.9. snippet_html","7. Server","8.11.4. geo_in_rectangle","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. defrag","8.7. Tokenizers","4.2. Remote access","8.14.12. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_info</span></tt>","8.3.29. table_remove","8. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","8.4. \u30c7\u30fc\u30bf\u578b","6. Geolocation Search","5.3. Completion","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.14.15. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_proc</span></tt>","7.3.1. Comparison","groonga documentation","2.8. Others","Cast","8.3.15. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">load</span></tt>","8.3.10. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">column_rename</span></tt>","8.14.13. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_match_escalation</span></tt>","8.3.27. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">table_create</span></tt>","10. Limitations","8.11.8. rand","13.2.5. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","11.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","8.3.9. column_remove","8.3.7. column_create","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.11.2. geo_distance","News","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","8.14.14. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_obj</span></tt>","12.1. Travis CI","8.3.25. status","8.14.5. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_db</span></tt>","8.14.7. grn_expr","13.3.1. C API","5.5. Suggestion","13. How to contribute to groonga","2.2. Mac OS X","8.3.30. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">tokenize</span></tt>","5.2. Tutorial","set","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.14.9. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_hook</span></tt>","8.5. Tables","8.3.8. column_list","8.1.3. groonga command","7.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","News in Senna period","2.1. Windows","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","13.2.1. Repository","8.3.28. table_list","8.14.16. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_search</span></tt>","8.9. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.23. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">select</span></tt>","8.11.5. html_untag","8.14.8. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_geo</span></tt>","8.11.1. edit_distance","8.14.17. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_table</span></tt>","8.12. Indexing","8.11.7. query","8.14.3. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_command_version</span></tt>","8.3.4. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">cache_limit</span></tt>","8.14.20. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_user_data</span></tt>","13.3.2. I18N","8.14.11. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_index_cursor</span></tt>","8.14.2. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_column</span></tt>","5.4. Correction","8.14.6. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_encoding</span></tt>","13.2.3. \u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd","8.3.5. check","8.3.31. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">truncate</span></tt>","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","get","1. Characteristics of groonga","8.3.19. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">normalize</span></tt>","8.3.2. Output format","2. Install","8.3.24. shutdown","7.1. Server packages","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","add","8.3.22. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">ruby_eval</span></tt>","8.13. Log","8.1.2. grntest","8.10.2. Script syntax","13.2.7. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.26. suggest","8.14.18. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_table_cursor</span></tt>","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.3.11. define_selector","4. Tutorial","8.3.14. dump","8.10. grn_expr","8.3.20. quit","8.11. Function","13.2.2. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","12. Development","2.6. Fedora","8.14.19. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_type</span></tt>","8.3.13. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">delete</span></tt>","13.2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.3.2. groonga","8.11.3. geo_in_circle","8.8.1. QueryExpanderTSV","13.2.8. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.6. now","8.10.1. Query syntax","8.11.10. sub_filter","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","8.1.6. groonga-suggest-create-dataset","5. Suggest","8.6. Normalizers","7.3. HTTP"],objects:{"":{"--cache-limit":[77,0,1,"cmdoption--cache-limit"],grn_get_default_match_escalation_threshold:[48,1,1,""],grn_db_create:[63,1,1,""],grn_obj_get_hook:[74,1,1,""],grn_table_cursor_close:[126,1,1,""],"-P":[145,0,1,"cmdoption-P"],grn_table_cursor_set_value:[126,1,1,""],"-e":[77,0,1,"cmdoption-e"],"-d":[77,0,1,"cmdoption-d"],"-a":[77,0,1,"cmdoption-a"],"-c":[77,0,1,"cmdoption-c"],grn_obj_set_info:[33,1,1,""],"-m":[145,0,1,"cmdoption-m"],"-l":[77,0,1,"cmdoption-l"],"-n":[77,0,1,"cmdoption-n"],"-i":[77,0,1,"cmdoption-i"],"-h":[77,0,1,"cmdoption-h"],grn_db:[63,2,1,""],"-t":[77,0,1,"cmdoption-t"],grn_command_version:[95,2,1,""],grn_obj_set_element_info:[33,1,1,""],"-p":[77,0,1,"cmdoption-p"],"-s":[77,0,1,"cmdoption-s"],grn_ctx_set_match_escalation_threshold:[48,1,1,""],grn_ctx_at:[14,1,1,""],"--bind-address":[77,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[95,3,1,""],"--config-path":[77,0,1,"cmdoption--config-path"],grn_table_size:[92,1,1,""],"--query-log-path":[77,0,1,"cmdoption--query-log-path"],grn_ctx_use:[14,1,1,""],grn_obj_defrag:[60,1,1,""],grn_obj_rename:[60,1,1,""],grn_table_cursor_open:[126,1,1,""],grn_get_default_encoding:[102,1,1,""],GRN_OBJ_LOCK:[60,3,1,""],grn_ii_buffer_append:[16,1,1,""],grn_obj_column:[60,1,1,""],grn_geo_estimate_in_rectangle:[90,1,1,""],grn_table_sort:[92,1,1,""],grn_obj_unlink:[60,1,1,""],grn_table_lcp_search:[92,1,1,""],grn_obj_set_value:[60,1,1,""],grn_encoding:[102,2,1,""],grn_proc_create:[41,1,1,""],"--ftp":[121,0,1,"cmdoption--ftp"],"--dir":[121,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[60,3,1,""],grn_table_group_result:[92,2,1,""],grn_expr_close:[64,1,1,""],grn_obj_path:[60,1,1,""],grn_cache_get_max_n_entries:[15,1,1,""],grn_obj_db:[63,1,1,""],grn_geo_cursor_next:[90,1,1,""],GRN_OBJ_APPEND:[60,3,1,""],grn_column_create:[100,1,1,""],grn_table_create:[92,1,1,""],grn_table_cursor_get_value:[126,1,1,""],grn_obj_get_nhooks:[74,1,1,""],grn_table_update:[92,1,1,""],grn_obj_is_builtin:[60,1,1,""],grn_table_columns:[92,1,1,""],"--pid-path":[77,0,1,"cmdoption--pid-path"],grn_ctx_set_finalizer:[14,1,1,""],grn_cache:[15,2,1,""],grn_table_delete_by_id:[92,1,1,""],grn_ii_buffer:[16,2,1,""],grn_table_cursor_next:[126,1,1,""],grn_cache_current_set:[15,1,1,""],grn_obj_lock:[60,1,1,""],"--log-path":[77,0,1,"cmdoption--log-path"],"--log-output-dir":[121,0,1,"cmdoption--log-output-dir"],GRN_OBJ_COMPARE:[60,3,1,""],grn_expr_append_const:[64,1,1,""],grn_obj_clear_lock:[60,1,1,""],grn_obj_set_finalizer:[41,1,1,""],grn_expr_alloc:[64,1,1,""],grn_expr_compile:[64,1,1,""],grn_user_data:[97,2,1,""],grn_table_get:[92,1,1,""],grn_ctx_fin:[14,1,1,""],grn_geo_cursor_open_in_rectangle:[90,1,1,""],grn_ctx_init:[14,1,1,""],grn_ii_buffer_close:[16,1,1,""],GRN_OBJ_DECR:[60,3,1,""],grn_obj_reinit:[60,1,1,""],grn_table_group_flags:[92,2,1,""],grn_obj_check:[60,1,1,""],grn_table_at:[92,1,1,""],grn_table_difference:[92,1,1,""],grn_cache_close:[15,1,1,""],grn_obj_close:[60,1,1,""],grn_table_truncate:[92,1,1,""],grn_obj_get_value:[60,1,1,""],grn_cache_open:[15,1,1,""],grn_ctx_get_match_escalation_threshold:[48,1,1,""],grn_obj_delete_hook:[74,1,1,""],grn_obj_expire:[60,1,1,""],grn_ii:[16,2,1,""],GRN_OBJ_GET:[60,3,1,""],grn_obj_is_locked:[60,1,1,""],grn_expr_exec:[64,1,1,""],grn_ctx:[14,2,1,""],grn_table_rename:[92,1,1,""],GRN_COMMAND_VERSION_MAX:[95,3,1,""],grn_index_cursor_next:[99,1,1,""],grn_obj_get_element_info:[33,1,1,""],grn_search_optarg:[85,2,1,""],grn_expr_append_const_str:[64,1,1,""],grn_obj_add_hook:[74,1,1,""],GRN_COMMAND_VERSION_MIN:[95,3,1,""],grn_index_cursor_open:[99,1,1,""],grn_proc_func:[41,2,1,""],grn_db_create_optarg:[63,2,1,""],grn_column_table:[100,1,1,""],grn_table_add:[92,1,1,""],grn_obj_unlock:[60,1,1,""],grn_cache_set_max_n_entries:[15,1,1,""],grn_proc_type:[41,2,1,""],grn_proc_get_info:[41,1,1,""],GRN_OBJ_INCR:[60,3,1,""],grn_table_cursor_get_key:[126,1,1,""],grn_obj_get_values:[60,1,1,""],grn_column_rename:[100,1,1,""],GRN_OBJ_UNLOCK:[60,3,1,""],grn_obj_get_info:[33,1,1,""],grn_ctx_db:[14,1,1,""],"--protocol":[77,0,1,"cmdoption--protocol"],grn_table_cursor:[126,2,1,""],grn_ctx_get:[14,1,1,""],grn_expr_get_var_by_offset:[64,1,1,""],grn_db_open:[63,1,1,""],grn_column_index:[100,1,1,""],grn_table_sort_key:[92,2,1,""],grn_column_name:[100,1,1,""],"--groonga":[121,0,1,"cmdoption--groonga"],grn_table_setoperation:[92,1,1,""],GRN_OBJ_SET:[60,3,1,""],"--document-root":[77,0,1,"cmdoption--document-root"],grn_info_type:[33,2,1,""],grn_obj:[60,2,1,""],grn_obj_remove:[60,1,1,""],grn_obj_user_data:[97,1,1,""],grn_type_create:[137,1,1,""],grn_expr_append_const_int:[64,1,1,""],grn_expr_syntax_escape_query:[64,1,1,""],grn_geo_select_in_rectangle:[90,1,1,""],grn_expr_create:[64,1,1,""],grn_hook_entry:[74,2,1,""],grn_ii_buffer_commit:[16,1,1,""],grn_obj_search:[85,1,1,""],grn_table_update_by_id:[92,1,1,""],grn_expr_append_op:[64,1,1,""],grn_geo_point:[90,2,1,""],grn_table_cursor_table:[126,1,1,""],grn_table_delete:[92,1,1,""],grn_ctx_close:[14,1,1,""],grn_ctx_open:[14,1,1,""],grn_column_index_update:[100,1,1,""],grn_obj_delete_by_id:[60,1,1,""],grn_ctx_get_command_version:[14,1,1,""],"--default-match-escalation-threshold":[77,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[126,1,1,""],grn_obj_path_by_id:[60,1,1,""],grn_encoding_to_string:[102,1,1,""],grn_builtin_type:[137,2,1,""],grn_table_get_key:[92,1,1,""],GRN_OBJ_PREPEND:[60,3,1,""],grn_set_default_match_escalation_threshold:[48,1,1,""],grn_obj_id:[60,1,1,""],grn_cache_current_get:[15,1,1,""],grn_expr_syntax_escape:[64,1,1,""],grn_get_default_command_version:[95,1,1,""],grn_expr_add_var:[64,1,1,""],grn_encoding_parse:[102,1,1,""],grn_ctx_set_command_version:[14,1,1,""],grn_table_sort_flags:[92,2,1,""],grn_obj_get_range:[60,1,1,""],grn_set_default_encoding:[102,1,1,""],grn_set_default_command_version:[95,1,1,""],grn_ii_buffer_open:[16,1,1,""],grn_table_group:[92,1,1,""],grn_obj_name:[60,1,1,""],grn_db_touch:[63,1,1,""]},grn_db_create_optarg:{n_builtin_type_names:[63,4,1,""],builtin_type_names:[63,4,1,""]}},titleterms:{"6\u30ea\u30ea\u30fc\u30b9":[1,127],code:2,senna:80,"\u6539\u826f":[22,1,127,117],"\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u751f\u6210\u3057\u305f\u3044":123,queri:[88,147,109,94,7,120,23,32],localstatedir:44,"grntest\u5b9f\u884c\u7d50\u679c":121,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u306b\u6307\u5b9a\u3067\u304d\u306a\u3044\u578b":37,"rst2pdf\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":17,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":123,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":123,value_typ:49,"\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9":77,depend:44,ruby_script:119,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":123,"\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0":123,drilldown_offset:88,send:[32,98],column_cr:55,table_list:84,downtim:42,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[82,121],query_str:94,"\u524d\u63d0\u6761\u4ef6":123,grn_command_vers:95,sourc:[136,106,12,124,81,44,68],string:[11,69,110,122],groonga:[43,114,80,123,150,109,134,77,78,7,141,29,67,98,32],"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":123,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":123,offlin:93,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22":115,facebook:21,"\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":149,"\u30b5\u30f3\u30d7\u30eb":[145,121],greater_equ:52,brows:7,"grntest\u547d\u4ee4":121,administr:[7,32],"\u578b\u306b\u95a2\u3059\u308b\u5236\u9650\u4e8b\u9805":37,sub_filt:148,gnu:124,list:[0,2,21],prefix:[52,147,39,44,42,122],query_flag:88,drilldown_output_column:88,refer:[33,60,99,63,11,16,102,126,92,14,15,74,95,90,137,48,85,64,41,97,100],"\u30aa\u30d7\u30b7\u30e7\u30f3":[145,77,121],direct:7,sign:122,aggreg:109,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":116,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":116,index:[50,3,109,93,59,49],xor:122,access:[32,42],delet:138,version:42,"new":[58,80,98],grn_info:33,full:[109,3,147],gener:98,learn:[39,101,9,66],"\u30e6\u30fc\u30b6\u30fc\u306e\u304a\u6c17\u306b\u5165\u308a\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22":149,bodi:111,solari:19,ubuntu:12,path:[44,42],valu:[69,148,125,110,26,46,94,47,57,96,8,119,89,105,138,49],"\u95a2\u4fc2\u5f0f":52,table_hash_kei:75,search:[88,3,147,101,109,38,66,39,59,122],"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":123,shift:122,blogroonga:123,memcach:32,precis:12,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":123,chang:80,"\u9759\u7684\u89e3\u6790":144,"windows\u5411\u3051\u306e\u5834\u5408":123,match_column:[94,88],"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d":36,modul:7,"debian\u7cfb\u306e\u5834\u5408":123,api:[65,24],grn_db:63,instal:[143,44,81,112],total:88,define_selector:128,select:88,httpd:[114,7,78],"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":134,from:[136,106,12,124,81,44,68],zip:81,commun:21,query_expand:[94,88],regist:8,upgrad:42,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":53,column_remov:54,call:122,"\u30c6\u30b9\u30c8\u65b9\u6cd5":144,key_typ:49,scope:148,"\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":40,query_expans:88,"\u30d6\u30ed\u30b0":123,sort:3,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210":17,relat:[59,88,7],flag:[69,140,49],cach:[88,7],"\u4f7f\u3044\u65b9":121,work:[39,101,98,66],tag:49,clearlock:87,"\u7279\u6b8a\u547d\u4ee4":121,control:122,grn_column:100,geo_in_rectangl:28,"geopoint\u3067\u30e6\u30fc\u30b6\u30fc\u691c\u7d22":149,process:120,lock:109,topic:13,sphere:57,liter:[33,69,74,16,119,85,41,15,88,90,122,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u306f\u304a\u3055\u3089\u3044\u3057\u3066\u304a\u304f":103,onlin:93,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":144,phrase:147,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":123,unsign:122,"\u7406\u7531":103,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22":115,multipl:122,secur:32,"\u540d\u524d":[34,71,5,37,77,6,118,84,86,87,91,128,121,130,20,132,76,51,54,55,104,142,145,62,146,108,28,29,30,113],pseudo_column:86,divis:122,how:[0,101,93,32,66,39,67,13,98],"\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":59,simpl:88,"\u30b3\u30de\u30f3\u30c9":[29,77],message_pack_install_prefix:44,max:96,clone:98,geoloc:38,mac:68,date:11,log_level:5,quetzal:12,data:[11,122,147,49],table_dat_kei:75,"\u66f8\u5f0f":[34,71,5,76,77,6,84,118,121,87,91,128,130,20,132,51,54,55,104,142,145,62,146,108,28,29,30,113],geo_dist:57,read:109,grn_cach:15,explicit:147,issu:[0,32],callback:52,combin:147,normalizernfkc51:152,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":123,origin:122,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":103,help:44,hypertext:32,"3\u30ea\u30ea\u30fc\u30b9":127,grntest:121,gqtp:[114,140,32,73],paramet:[88,57,148,110,46,94,47,69,96,119,89,105,138,49],"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":123,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":123,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":123,group:[147,122],thank:[22,58],grn_table_select:52,fix:[22,80,58],"\u5b9f\u9a13\u7684":22,platform:44,window:81,requir:[88,57,110,94,47,69,89,105],"users\u30c6\u30fc\u30d6\u30eb":149,persist:75,tsv:[111,143],mail:[0,21],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":144,"\u4f8b\u3048\u3070redmin":103,grn_hook:74,html_untag:89,"return":[69,94,125,110,26,46,57,47,2,96,148,8,119,89,105,138,49],greater:[52,147,122],worker_process:7,sid:124,rectangl:57,"8\u30ea\u30ea\u30fc\u30b9":127,lzo:44,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":144,"\u8fd4\u5024":[34,5,76,6,84,87,88,91,128,130,20,132,51,54,55,104,142,62,146,28,29,30,113],now:146,introduct:9,term:122,name:[125,150,49],edit:98,revers:7,grn_ctx:14,authent:42,token:[109,69,31],mode:52,updat:[109,123,98],grn_encod:102,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":144,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5":10,"0\u30ea\u30ea\u30fc\u30b9":[22,127,117],normalizerauto:152,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":35,todo:[94,26],"http\u30b5\u30fc\u30d0\u30fc":29,"\u3053\u3061\u3089\u304b\u3089\u60c5\u5831\u3092\u63d0\u4f9b\u3059\u308b":103,develop:135,your:98,db_api:52,vector:11,"release\u306e\u5b9f\u884c":123,"log_reopen\u3092\u7528\u3044\u305f\u30ed\u30b0\u306e\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":20,"\u30af\u30a8\u30ea\u62e1\u5f35":72,correct:[9,101],red:123,"1\u30ea\u30ea\u30fc\u30b9":[22,127],shut:7,proxi:7,advanc:88,free:109,grn_user_data:97,substitution_t:94,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":123,releas:[22,58],ringtail:12,grn_match_escal:48,success:111,filter:88,synopsti:150,assign:[147,122],oper:[3,122],rand:51,rang:[3,49],groonga_log_path:7,suffix:[52,147,122],"7\u30ea\u30ea\u30fc\u30b9":[1,127],"\u8aac\u660e":[34,71,5,37,77,6,118,84,86,87,91,128,121,130,20,132,76,51,54,55,104,142,145,62,146,108,28,29,30,113],arrai:122,number:[88,44],edit_dist:91,groonga_database_auto_cr:7,size:140,script:122,"\u4fee\u6b63":[22,1,127,117],messag:44,termin:32,store:[109,49],option:[57,125,69,150,94],travi:61,tool:[44,7,32],specifi:[57,3],"\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u4f4d\u7f6e\u3065\u3051":10,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":52,than:[147,122],not_equ:52,remot:32,"grntest\u306e\u6e96\u5099":123,grn_table_cursor:126,"sphinx\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":17,exampl:[33,74,16,85,41,90,125,95,14,15,92,126,97,99,100,137,102,48,140,60,61,63,150,64],"\u6295\u7a3f\u6642\u9593\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":149,column_list:76,grn_expr:[52,64,131],pre:[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],ruby_ev:119,"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u691c\u7d22":149,tabl:[50,88,3,75,149,59,49],"null":122,packag:[114,44],bitwis:122,engin:109,built:152,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":52,also:[111,88,69,148,75,131,110,26,150,46,94,2,140,125,119,96,152,143,138,49],point2:57,client:32,build:[136,106,12,124,81,44,68],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":144,normal:[69,110,152,49],"\u30d0\u30fc\u30b8\u30e7\u30f30":1,"\u30d0\u30fc\u30b8\u30e7\u30f31":[127,117],object:122,oracl:19,"twitter\u3067\u306e\u3084\u308a\u3068\u308a\u306f\u3067\u304d\u308b\u3060\u3051\u4ed6\u306e\u5834\u6240":103,"\u7d44\u8fbc\u578b":37,default_token:49,"class":[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":123,groonga_log_level:7,geoindex:149,table_pat_kei:75,request:[7,98],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":107,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":52,"\u30c6\u30fc\u30d6\u30eb\u306e\u4f5c\u6210":149,latest:123,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":116,"\u539f\u56e0":53,lexicon:[3,49],cache_limit:96,text:[109,3,147],grn_index_cursor:99,syntax:[88,69,147,148,110,26,46,94,47,57,96,8,119,89,105,122,138,49],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":123,threshold:44,"comments\u30c6\u30fc\u30d6\u30eb":149,xml:111,"files\u306e\u5b9f\u884c":123,latitud:[11,109],explicitli:57,locat:[109,57,143],ellipsoid:57,grnslap:145,configur:[44,7,42,61],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":53,contribut:[67,13],variou:11,get:[108,3],express:147,stop:114,wheezi:124,report:0,geo:[109,122],restart:114,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":10,query_typ:140,"\u3078\u3068\u8a98\u5c0e\u3057\u306a\u3044":103,patch:98,munin:44,"\u95a2\u9023\u9805\u76ee":[71,5,108,6,128,20,118,87],contain:52,table_cr:49,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":144,summari:[33,2,74,75,69,7,8,119,85,41,15,88,89,90,92,95,14,46,94,47,16,48,97,49,99,100,137,102,126,57,96,105,60,143,63,148,110,26,111,138,152],"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":123,set:[71,7],modulo:122,dump:130,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210":149,see:[111,88,69,148,75,131,110,26,150,46,94,2,140,125,119,96,152,143,138,49],result:3,arg:52,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":144,statu:[62,140,150],"javascript\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u306e\u7d5e\u8fbc":56,databas:[3,42],column_renam:47,less_equ:52,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":123,numer:11,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u8ffd\u52a0":123,"\u5bfe\u7b56\u65b9\u6cd52":53,"\u5bfe\u7b56\u65b9\u6cd51":53,"com\u3078\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767b\u9332":123,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":121,homebrew:68,addit:[152,122],instant:109,plugin:44,equal:[52,147,122],facet:88,tutori:[70,129],logic:[147,122],improv:[22,80,58],"po\u306e\u5b9f\u884c":123,load:[46,3],among:59,defrag:30,point:122,overview:[11,109],period:80,header:[111,140],shutdown:113,"\u6e96\u5099":72,grn_proc:41,quit:132,"\u5236\u9650\u4e8b\u9805":121,invert:109,freecod:123,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":144,json:[46,111,125],"geopoint\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":149,basic:[3,122],grn_type:137,"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":144,log_put:6,"2\u30ea\u30ea\u30fc\u30b9":127,"\u30d3\u30eb\u30c9\u3092\u4e26\u5217\u5316\u3057\u305f\u3044":123,"\u30ab\u30e9\u30e0\u3054\u3068\u306b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308b\u5834\u5408":59,i18n:98,"\u30c7\u30fc\u30bf\u306e\u30ed\u30fc\u30c9":149,"case":111,multi:42,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":123,zlib:44,cast:45,"\u691c\u7d22":[149,116,72],error:111,pack:44,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":144,"\u6982\u8981":10,"\u30d3\u30eb\u30c9\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":123,"\u5f15\u6570":[34,71,5,76,77,6,84,118,121,87,91,128,130,20,132,51,54,55,104,142,145,62,108,28,30,113],filter_str:148,cento:106,synopsi:[125,7],"version\u30d1\u30e9\u30e1\u30fc\u30bf":10,fedora:136,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u7528\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u3092\u77e5\u308a\u305f\u3044":123,"\u691c\u7d22\u306e\u6319\u52d5":116,perform:[7,42],suggest:[125,151,9,150,66],make:[44,123],"\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30e6\u30fc\u30b6\u30fc\u691c\u7d22":149,"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":144,binari:32,html:[89,98],"geopoint\u3068\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":149,output_column:88,document:[43,13],messagepack:111,complet:[39,9],proxy_cach:7,"bigram\u30c6\u30fc\u30d6\u30eb":149,"json\u5f62\u5f0f":[62,34,5,76,54,55,104,6,128,20,84,30,87],nest:59,column_nam:47,temporari:75,"\u30bf\u30b0\u691c\u7d22":36,drilldown_limit:88,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":134,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":123,expand:23,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u540d\u3092\u6307\u5b9a\u3057\u305f\u5168\u6587\u691c\u7d22":59,desctipion:150,sortbi:88,page:88,without:42,command:[10,3,4,77,25,32,42],gzip:42,left:122,"pdf\u306e\u4f5c\u6210":17,construct:93,protocol:[32,140],less:[52,147,122],"\u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831":79,"5\u30ea\u30ea\u30fc\u30b9":127,languag:98,approximate_typ:57,point1:57,"\u30bd\u30fc\u30c8":56,"twitter\u7de8":103,add:[118,98],macport:68,geo_in_circl:142,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":123,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":123,match:[44,147,122],table_nam:[47,105],format:[111,3,125,46,120,143],"hashtags\u30c6\u30fc\u30d6\u30eb":149,nginx:7,"\u95be\u5024\u3092\u3042\u3052\u308b":53,characterist:[75,109],daemon:32,specif:[7,18],"\u4f4d\u7f6e\u60c5\u5831\u3092\u7528\u3044\u305f\u7d5e\u8fbc":56,docutil:[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],"match_columns\u30d1\u30e9\u30e1\u30fc\u30bf":59,integ:122,server:[109,114,32,27],"boolean":[11,122],cascad:138,output:[111,88,3,4,98],snippet_html:26,right:122,old:58,twitter:21,linux:124,log_reopen:20,sampl:[147,122],"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":144,librari:[109,44],"4\u30ea\u30ea\u30fc\u30b9":127,confirm:98,table_no_kei:75,tracker:0,exit:150,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u91cd\u307f":59,condit:[88,147],"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":139,core:42,run:32,"\u5168\u6587\u691c\u7d22":56,compress:42,view:3,usag:[88,69,4,96,148,110,26,46,94,47,57,7,8,119,89,105,143,138,49],"\u30d3\u30eb\u30c9\u6642\u306etip":123,"\u7591\u4f3c\u30ab\u30e9\u30e0":86,squeez:124,repositori:[83,98],offset:88,match_escalation_threshold:88,post:42,subtract:122,"html\u306e\u4f5c\u6210":17,comparison:[122,42],rare:12,column:[50,57,3,147,109,59],http:[114,153,4,42,32],quantal:12,truncat:105,"x\u306e\u304a\u77e5\u3089\u305b":[1,127,117],"scorer\u3092\u5229\u7528\u3057\u305f\u30bd\u30fc\u30c8":56,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":144,"\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22":115,grn_ii:16,"\u4f8b":[34,71,5,76,77,6,118,87,91,128,130,20,132,51,53,54,55,104,142,62,146,108,28,30,113],"float":122,encod:44,dataset:150,down:7,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":116,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":52,storag:109,groonga_query_log_path:7,"\u30e6\u30fc\u30b6\u30fcid\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":149,span:[33,69,74,16,119,85,41,15,88,90,95,14,46,92,48,97,49,99,100,137,102,126,138,96,47,105,60,63,110],log:[120,44,42],transfer:32,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":121,support:38,"\u5909\u66f4":127,submit:0,custom:42,avail:7,start:114,arithmet:122,"\u306e\u66f4\u65b0":123,sharabl:109,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":10,"grntest\u306e\u5b9f\u884c\u65b9\u6cd5":123,"function":[133,122],pangolin:12,"\u7279\u5b9a\u306e\u74b0\u5883\u5411\u3051\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044":123,"\u691c\u7d22\u4f8b4":52,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":52,"\u691c\u7d22\u4f8b2":52,"\u691c\u7d22\u4f8b1":52,translat:98,drilldown_sortbi:88,line:4,bug:0,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":123,pull:98,"default":[44,10],type:11,record:[75,88,3],limit:[50,75,88,143],lynx:12,similar:[52,122,101],grn_tabl:92,"\u611f\u8b1d":[22,1,127,117],featur:38,creat:[3,150,49],flow:98,grn_obj:60,groonga_databas:7,"homebrew\u306e\u66f4\u65b0":123,jessi:124,file:[143,150,42,98],check:104,"\u5bfe\u5fdc":103,extract:122,grn_search:85,other:44,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092\u5bfe\u8c61\u3068\u3057\u305f\u5168\u6587\u691c\u7d22":59,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":37,"\u30c7\u30fc\u30bf\u578b":37,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":149,lucid:12,grn_geo:90,"hat\u7cfb\u306e\u5834\u5408":123,scorer:88,cooccurr:[39,101,66],drilldown:88,debian:124,longitud:[11,109],groonga_base_path:7,"\u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a":56,escal:44,"\u691c\u7d22\u4f8b3":52,descript:125,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u4ed8\u304d\u30b8\u30aa\u30b5\u30fc\u30c1":36,table_remov:34,queryexpandertsv:143,time:[11,122],escap:147,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":123,cpu:42}})
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7. Server &mdash; groonga v3.0.5 documentation</title>
10
+ <title>7. Server &mdash; groonga v3.0.8 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.5 documentation" href="index.html" />
28
+ <link rel="top" title="groonga v3.0.8 documentation" href="index.html" />
29
29
  <link rel="next" title="7.1. Server packages" href="server/package.html" />
30
30
  <link rel="prev" title="6. Geolocation Search" href="geolocation_search.html" />
31
31
  </head>
@@ -59,7 +59,7 @@
59
59
  <li class="right" >
60
60
  <a href="geolocation_search.html" title="6. Geolocation Search"
61
61
  accesskey="P">previous</a> |</li>
62
- <li><a href="index.html">groonga v3.0.5 documentation</a> &raquo;</li>
62
+ <li><a href="index.html">groonga v3.0.8 documentation</a> &raquo;</li>
63
63
  </ul>
64
64
  </div>
65
65
 
@@ -135,7 +135,7 @@
135
135
  <li class="right" >
136
136
  <a href="geolocation_search.html" title="6. Geolocation Search"
137
137
  >previous</a> |</li>
138
- <li><a href="index.html">groonga v3.0.5 documentation</a> &raquo;</li>
138
+ <li><a href="index.html">groonga v3.0.8 documentation</a> &raquo;</li>
139
139
  </ul>
140
140
  </div>
141
141
  <div class="footer">
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.2. GQTP &mdash; groonga v3.0.5 documentation</title>
10
+ <title>7.2. GQTP &mdash; groonga v3.0.8 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.5 documentation" href="../index.html" />
28
+ <link rel="top" title="groonga v3.0.8 documentation" href="../index.html" />
29
29
  <link rel="up" title="7. Server" href="../server.html" />
30
30
  <link rel="next" title="7.3. HTTP" href="http.html" />
31
31
  <link rel="prev" title="7.1. Server packages" href="package.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="package.html" title="7.1. Server packages"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
63
+ <li><a href="../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
64
64
  <li><a href="../server.html" accesskey="U">7. Server</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
@@ -122,7 +122,7 @@
122
122
  <li class="right" >
123
123
  <a href="package.html" title="7.1. Server packages"
124
124
  >previous</a> |</li>
125
- <li><a href="../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
125
+ <li><a href="../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
126
126
  <li><a href="../server.html" >7. Server</a> &raquo;</li>
127
127
  </ul>
128
128
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3. HTTP &mdash; groonga v3.0.5 documentation</title>
10
+ <title>7.3. HTTP &mdash; groonga v3.0.8 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.5 documentation" href="../index.html" />
28
+ <link rel="top" title="groonga v3.0.8 documentation" href="../index.html" />
29
29
  <link rel="up" title="7. Server" href="../server.html" />
30
30
  <link rel="next" title="7.3.1. Comparison" href="http/comparison.html" />
31
31
  <link rel="prev" title="7.2. GQTP" href="gqtp.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="gqtp.html" title="7.2. GQTP"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
63
+ <li><a href="../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
64
64
  <li><a href="../server.html" accesskey="U">7. Server</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
@@ -155,7 +155,7 @@ implementation. It is also fast and has many HTTP features.</p>
155
155
  <li class="right" >
156
156
  <a href="gqtp.html" title="7.2. GQTP"
157
157
  >previous</a> |</li>
158
- <li><a href="../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
158
+ <li><a href="../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
159
159
  <li><a href="../server.html" >7. Server</a> &raquo;</li>
160
160
  </ul>
161
161
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3.1. Comparison &mdash; groonga v3.0.5 documentation</title>
10
+ <title>7.3.1. Comparison &mdash; groonga v3.0.8 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.5 documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.8 documentation" href="../../index.html" />
29
29
  <link rel="up" title="7.3. HTTP" href="../http.html" />
30
30
  <link rel="next" title="7.3.2. groonga" href="groonga.html" />
31
31
  <link rel="prev" title="7.3. HTTP" href="../http.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="../http.html" title="7.3. HTTP"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
64
64
  <li><a href="../../server.html" >7. Server</a> &raquo;</li>
65
65
  <li><a href="../http.html" accesskey="U">7.3. HTTP</a> &raquo;</li>
66
66
  </ul>
@@ -449,7 +449,7 @@ following rules to use loading by POST.</p>
449
449
  <li class="right" >
450
450
  <a href="../http.html" title="7.3. HTTP"
451
451
  >previous</a> |</li>
452
- <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
452
+ <li><a href="../../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
453
453
  <li><a href="../../server.html" >7. Server</a> &raquo;</li>
454
454
  <li><a href="../http.html" >7.3. HTTP</a> &raquo;</li>
455
455
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3.3. groonga-httpd &mdash; groonga v3.0.5 documentation</title>
10
+ <title>7.3.3. groonga-httpd &mdash; groonga v3.0.8 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.5 documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.8 documentation" href="../../index.html" />
29
29
  <link rel="up" title="7.3. HTTP" href="../http.html" />
30
30
  <link rel="next" title="8. リファレンスマニュアル" href="../../reference.html" />
31
31
  <link rel="prev" title="7.3.2. groonga" href="groonga.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="groonga.html" title="7.3.2. groonga"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
64
64
  <li><a href="../../server.html" >7. Server</a> &raquo;</li>
65
65
  <li><a href="../http.html" accesskey="U">7.3. HTTP</a> &raquo;</li>
66
66
  </ul>
@@ -122,7 +122,7 @@
122
122
  <li class="right" >
123
123
  <a href="groonga.html" title="7.3.2. groonga"
124
124
  >previous</a> |</li>
125
- <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
125
+ <li><a href="../../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
126
126
  <li><a href="../../server.html" >7. Server</a> &raquo;</li>
127
127
  <li><a href="../http.html" >7.3. HTTP</a> &raquo;</li>
128
128
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3.2. groonga &mdash; groonga v3.0.5 documentation</title>
10
+ <title>7.3.2. groonga &mdash; groonga v3.0.8 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.5 documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.8 documentation" href="../../index.html" />
29
29
  <link rel="up" title="7.3. HTTP" href="../http.html" />
30
30
  <link rel="next" title="7.3.3. groonga-httpd" href="groonga-httpd.html" />
31
31
  <link rel="prev" title="7.3.1. Comparison" href="comparison.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="comparison.html" title="7.3.1. Comparison"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
64
64
  <li><a href="../../server.html" >7. Server</a> &raquo;</li>
65
65
  <li><a href="../http.html" accesskey="U">7.3. HTTP</a> &raquo;</li>
66
66
  </ul>
@@ -122,7 +122,7 @@
122
122
  <li class="right" >
123
123
  <a href="comparison.html" title="7.3.1. Comparison"
124
124
  >previous</a> |</li>
125
- <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
125
+ <li><a href="../../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
126
126
  <li><a href="../../server.html" >7. Server</a> &raquo;</li>
127
127
  <li><a href="../http.html" >7.3. HTTP</a> &raquo;</li>
128
128
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.1. Server packages &mdash; groonga v3.0.5 documentation</title>
10
+ <title>7.1. Server packages &mdash; groonga v3.0.8 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.5 documentation" href="../index.html" />
28
+ <link rel="top" title="groonga v3.0.8 documentation" href="../index.html" />
29
29
  <link rel="up" title="7. Server" href="../server.html" />
30
30
  <link rel="next" title="7.2. GQTP" href="gqtp.html" />
31
31
  <link rel="prev" title="7. Server" href="../server.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="../server.html" title="7. Server"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
63
+ <li><a href="../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
64
64
  <li><a href="../server.html" accesskey="U">7. Server</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
@@ -79,11 +79,25 @@ additional preconfigured packages.</p>
79
79
  <ul class="simple">
80
80
  <li><tt class="docutils literal"><span class="pre">groonga-httpd</span></tt> (nginx and HTTP protocol based server package)</li>
81
81
  <li><tt class="docutils literal"><span class="pre">groonga-server-http</span></tt> (simple HTTP protocol based server package)</li>
82
- <li><tt class="docutils literal"><span class="pre">groonga-server-gqtp</span></tt> (GQTP protocol based server package)</li>
82
+ <li><tt class="docutils literal"><span class="pre">groonga-server-gqtp</span></tt> (<a class="reference internal" href="../spec/gqtp.html"><em>GQTP</em></a> protocol based server package)</li>
83
83
  </ul>
84
- <p>Note that there is a conflict between <tt class="docutils literal"><span class="pre">groonga-httpd</span></tt> and <tt class="docutils literal"><span class="pre">groonga-server-http</span></tt>
84
+ <p>There is the reason why groonga supports not only GQTP but also two HTTP server
85
+ packages. <a class="reference internal" href="../spec/gqtp.html"><em>GQTP</em></a> - Groonga Query Transfer Protocol is desined to reduce overheads
86
+ and improve performance. But, GQTP is less support of client library than HTTP protocol does.
87
+ As HTTP is matured protocol, you can take advantage of existing tool and there are many client
88
+ library (See <a class="reference external" href="http://groonga.org/related-projects.html">related projects</a> for details).
89
+ If you use <tt class="docutils literal"><span class="pre">groonga-httpd</span></tt> package, you can also take benefits of nginx functionality.</p>
90
+ <p>We recommend to use <tt class="docutils literal"><span class="pre">groonga-server-http</span></tt> at first, then if you want to use more
91
+ fullfilling functionality, use <tt class="docutils literal"><span class="pre">groonga-httpd</span></tt> package. If you have performance issues which
92
+ is derived from protocol overheads, consider to use <tt class="docutils literal"><span class="pre">groonga-server-gqtp</span></tt>.</p>
93
+ <blockquote>
94
+ <div><div class="admonition note">
95
+ <p class="first admonition-title">Note</p>
96
+ <p class="last">There is a conflict between <tt class="docutils literal"><span class="pre">groonga-httpd</span></tt> and <tt class="docutils literal"><span class="pre">groonga-server-http</span></tt>
85
97
  package because of port number.
86
98
  See <a class="reference internal" href="http/comparison.html"><em>Comparison</em></a> if you want to know which package meets your demands.</p>
99
+ </div>
100
+ </div></blockquote>
87
101
  <div class="section" id="groonga-httpd">
88
102
  <h2>7.1.1. groonga-httpd<a class="headerlink" href="#groonga-httpd" title="Permalink to this headline">¶</a></h2>
89
103
  <p><tt class="docutils literal"><span class="pre">groonga-httpd</span></tt> is a nginx and HTTP protocol based server package.</p>
@@ -223,7 +237,7 @@ See <a class="reference internal" href="http/comparison.html"><em>Comparison</em
223
237
  </div>
224
238
  <div class="section" id="groonga-server-gqtp">
225
239
  <h2>7.1.3. groonga-server-gqtp<a class="headerlink" href="#groonga-server-gqtp" title="Permalink to this headline">¶</a></h2>
226
- <p><tt class="docutils literal"><span class="pre">groonga-server-gqtp</span></tt> is a GQTP protocol based server package.</p>
240
+ <p><tt class="docutils literal"><span class="pre">groonga-server-gqtp</span></tt> is a <a class="reference internal" href="../spec/gqtp.html"><em>GQTP</em></a> protocol based server package.</p>
227
241
  <table border="1" class="docutils">
228
242
  <colgroup>
229
243
  <col width="34%" />
@@ -364,7 +378,7 @@ See <a class="reference internal" href="http/comparison.html"><em>Comparison</em
364
378
  <li class="right" >
365
379
  <a href="../server.html" title="7. Server"
366
380
  >previous</a> |</li>
367
- <li><a href="../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
381
+ <li><a href="../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
368
382
  <li><a href="../server.html" >7. Server</a> &raquo;</li>
369
383
  </ul>
370
384
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>9. Specification &mdash; groonga v3.0.5 documentation</title>
10
+ <title>9. Specification &mdash; groonga v3.0.8 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '3.0.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,9 +25,9 @@
25
25
  <script type="text/javascript" src="_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.5 documentation" href="index.html" />
28
+ <link rel="top" title="groonga v3.0.8 documentation" href="index.html" />
29
29
  <link rel="next" title="9.1. GQTP" href="spec/gqtp.html" />
30
- <link rel="prev" title="8.14.2. grn_expr" href="reference/api/grn_expr.html" />
30
+ <link rel="prev" title="8.14.20. grn_user_data" href="reference/api/grn_user_data.html" />
31
31
  </head>
32
32
  <body>
33
33
  <div class="header">
@@ -57,9 +57,9 @@
57
57
  <a href="spec/gqtp.html" title="9.1. GQTP"
58
58
  accesskey="N">next</a> |</li>
59
59
  <li class="right" >
60
- <a href="reference/api/grn_expr.html" title="8.14.2. grn_expr"
60
+ <a href="reference/api/grn_user_data.html" title="8.14.20. grn_user_data"
61
61
  accesskey="P">previous</a> |</li>
62
- <li><a href="index.html">groonga v3.0.5 documentation</a> &raquo;</li>
62
+ <li><a href="index.html">groonga v3.0.8 documentation</a> &raquo;</li>
63
63
  </ul>
64
64
  </div>
65
65
 
@@ -85,8 +85,8 @@
85
85
  <div class="sphinxsidebar">
86
86
  <div class="sphinxsidebarwrapper">
87
87
  <h4>Previous topic</h4>
88
- <p class="topless"><a href="reference/api/grn_expr.html"
89
- title="previous chapter">8.14.2. grn_expr</a></p>
88
+ <p class="topless"><a href="reference/api/grn_user_data.html"
89
+ title="previous chapter">8.14.20. <tt class="docutils literal docutils literal docutils literal docutils literal"><span class="pre">grn_user_data</span></tt></a></p>
90
90
  <h4>Next topic</h4>
91
91
  <p class="topless"><a href="spec/gqtp.html"
92
92
  title="next chapter">9.1. GQTP</a></p>
@@ -122,9 +122,9 @@
122
122
  <a href="spec/gqtp.html" title="9.1. GQTP"
123
123
  >next</a> |</li>
124
124
  <li class="right" >
125
- <a href="reference/api/grn_expr.html" title="8.14.2. grn_expr"
125
+ <a href="reference/api/grn_user_data.html" title="8.14.20. grn_user_data"
126
126
  >previous</a> |</li>
127
- <li><a href="index.html">groonga v3.0.5 documentation</a> &raquo;</li>
127
+ <li><a href="index.html">groonga v3.0.8 documentation</a> &raquo;</li>
128
128
  </ul>
129
129
  </div>
130
130
  <div class="footer">