rroonga 4.0.5-x64-mingw32 → 4.0.6-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (545) hide show
  1. checksums.yaml +5 -13
  2. data/.yardopts +1 -1
  3. data/benchmark/common.rb +4 -4
  4. data/benchmark/create-wikipedia-database.rb +5 -5
  5. data/benchmark/read-write-many-small-items.rb +8 -8
  6. data/benchmark/repeat-load.rb +4 -4
  7. data/benchmark/select.rb +9 -9
  8. data/benchmark/write-many-small-items.rb +8 -8
  9. data/doc/images/sample-schema.png +0 -0
  10. data/doc/text/install.textile +2 -2
  11. data/doc/text/news.textile +41 -0
  12. data/doc/text/tutorial.textile +4 -4
  13. data/example/bookmark.rb +6 -7
  14. data/example/index-html.rb +6 -6
  15. data/ext/groonga/extconf.rb +23 -1
  16. data/ext/groonga/rb-grn-column.c +3 -2
  17. data/ext/groonga/rb-grn-context.c +20 -3
  18. data/ext/groonga/rb-grn-double-array-trie.c +11 -2
  19. data/ext/groonga/rb-grn-exception.c +28 -10
  20. data/ext/groonga/rb-grn-expression.c +78 -0
  21. data/ext/groonga/rb-grn-hash.c +10 -0
  22. data/ext/groonga/rb-grn-logger.c +7 -3
  23. data/ext/groonga/rb-grn-object.c +3 -2
  24. data/ext/groonga/rb-grn-patricia-trie.c +23 -20
  25. data/ext/groonga/rb-grn-table-key-support.c +92 -1
  26. data/ext/groonga/rb-grn-table.c +60 -17
  27. data/ext/groonga/rb-grn-utils.c +51 -2
  28. data/ext/groonga/rb-grn-variable-size-column.c +11 -7
  29. data/ext/groonga/rb-grn.h +11 -1
  30. data/lib/1.9/groonga.so +0 -0
  31. data/lib/2.0/groonga.so +0 -0
  32. data/lib/2.1/groonga.so +0 -0
  33. data/lib/groonga/dumper.rb +23 -1
  34. data/lib/groonga/patricia-trie.rb +1 -1
  35. data/lib/groonga/schema.rb +190 -205
  36. data/misc/grnop2ruby.rb +1 -1
  37. data/rroonga-build.rb +3 -3
  38. data/rroonga.gemspec +1 -0
  39. data/test/groonga-test-utils.rb +2 -2
  40. data/test/test-column.rb +19 -0
  41. data/test/test-context.rb +5 -1
  42. data/test/test-double-array-trie.rb +19 -0
  43. data/test/test-exception.rb +7 -2
  44. data/test/test-expression.rb +19 -0
  45. data/test/test-fix-size-column.rb +49 -36
  46. data/test/test-hash.rb +22 -0
  47. data/test/test-patricia-trie.rb +26 -7
  48. data/test/test-schema-dumper.rb +65 -1
  49. data/test/test-schema.rb +13 -2
  50. data/test/test-variable-size-column.rb +6 -5
  51. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  52. data/vendor/local/bin/groonga.exe +0 -0
  53. data/vendor/local/bin/libgroonga-0.dll +0 -0
  54. data/vendor/local/bin/libmecab-1.dll +0 -0
  55. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  56. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  57. data/vendor/local/bin/libonig-5.dll +0 -0
  58. data/vendor/local/bin/mecab-config +0 -0
  59. data/vendor/local/bin/mecab.exe +0 -0
  60. data/vendor/local/bin/onig-config +0 -0
  61. data/vendor/local/include/groonga/groonga.h +21 -6
  62. data/vendor/local/include/groonga/groonga/token_filter.h +71 -0
  63. data/vendor/local/include/groonga/groonga/tokenizer.h +33 -1
  64. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  65. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  66. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  67. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +2 -2
  68. data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
  69. data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
  70. data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
  71. data/vendor/local/lib/groonga/plugins/ruby/eval.la +1 -1
  72. data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
  73. data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
  74. data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
  75. data/vendor/local/lib/groonga/plugins/ruby/load.la +1 -1
  76. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  77. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  78. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  79. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
  80. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  81. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  82. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  83. data/vendor/local/lib/groonga/plugins/table/table.la +2 -2
  84. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  85. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  86. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  87. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +41 -0
  88. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  89. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  90. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  91. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
  92. data/vendor/local/lib/groonga/scripts/ruby/context/rc.rb +1 -1
  93. data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +7 -2
  94. data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +2 -1
  95. data/vendor/local/lib/libgroonga.a +0 -0
  96. data/vendor/local/lib/libgroonga.dll.a +0 -0
  97. data/vendor/local/lib/libgroonga.la +2 -2
  98. data/vendor/local/lib/libmecab.a +0 -0
  99. data/vendor/local/lib/libmecab.dll.a +0 -0
  100. data/vendor/local/lib/libmecab.la +1 -1
  101. data/vendor/local/lib/libmsgpack.a +0 -0
  102. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  103. data/vendor/local/lib/libmsgpack.la +1 -1
  104. data/vendor/local/lib/libmsgpackc.a +0 -0
  105. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  106. data/vendor/local/lib/libmsgpackc.la +1 -1
  107. data/vendor/local/lib/libonig.a +0 -0
  108. data/vendor/local/lib/libonig.dll.a +0 -0
  109. data/vendor/local/lib/libonig.la +0 -0
  110. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  111. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  112. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  113. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  114. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  115. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  116. data/vendor/local/sbin/groonga-httpd-restart +0 -0
  117. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  118. data/vendor/local/share/doc/groonga/en/html/_sources/client.txt +19 -0
  119. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +1 -1
  120. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +1 -1
  121. data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +1 -1
  122. data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +1 -2
  123. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  124. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  125. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  126. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  127. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +6 -6
  128. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  129. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
  130. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  131. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +68 -5
  132. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +1 -1
  133. data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +1 -1
  134. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -0
  135. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +23 -0
  136. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +46 -1
  137. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt +2 -2
  138. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +15 -0
  139. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +23 -0
  140. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +3 -3
  141. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +1 -1
  142. data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt +14 -0
  143. data/vendor/local/share/doc/groonga/en/html/_sources/{geolocation_search.txt → reference/operations/geolocation_search.txt} +0 -0
  144. data/vendor/local/share/doc/groonga/{ja/html/_sources → en/html/_sources/reference}/suggest.txt +0 -1
  145. data/vendor/local/share/doc/groonga/{ja/html/_sources → en/html/_sources/reference}/suggest/completion.txt +6 -6
  146. data/vendor/local/share/doc/groonga/{ja/html/_sources → en/html/_sources/reference}/suggest/correction.txt +1 -1
  147. data/vendor/local/share/doc/groonga/en/html/_sources/{suggest → reference/suggest}/introduction.txt +0 -0
  148. data/vendor/local/share/doc/groonga/{ja/html/_sources → en/html/_sources/reference}/suggest/suggestion.txt +1 -1
  149. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +9404 -2
  150. data/vendor/local/share/doc/groonga/en/html/_static/pygments.css +1 -0
  151. data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +1415 -31
  152. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/client.html +134 -0
  154. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/contribution.html +86 -86
  156. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +24 -24
  157. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +22 -22
  158. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +40 -40
  159. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +66 -66
  160. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +105 -105
  161. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +20 -20
  162. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +42 -42
  163. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +20 -20
  164. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +19 -19
  165. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +42 -42
  166. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +28 -28
  167. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +22 -22
  168. data/vendor/local/share/doc/groonga/en/html/development.html +17 -17
  169. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +23 -23
  170. data/vendor/local/share/doc/groonga/en/html/genindex.html +23 -7
  171. data/vendor/local/share/doc/groonga/en/html/index.html +215 -230
  172. data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  174. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  175. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
  176. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  177. data/vendor/local/share/doc/groonga/en/html/install/others.html +11 -11
  178. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  179. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
  180. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  181. data/vendor/local/share/doc/groonga/en/html/limitations.html +21 -21
  182. data/vendor/local/share/doc/groonga/en/html/news.html +129 -59
  183. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  186. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +6 -6
  187. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +6 -6
  190. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  192. data/vendor/local/share/doc/groonga/en/html/reference.html +154 -135
  193. data/vendor/local/share/doc/groonga/en/html/reference/api.html +40 -39
  194. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +24 -24
  195. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +26 -26
  196. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +26 -26
  197. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +27 -27
  198. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +74 -27
  199. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +26 -26
  200. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +26 -26
  201. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +79 -24
  202. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +26 -26
  203. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +26 -26
  204. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +26 -26
  205. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +26 -26
  206. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +26 -26
  207. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +26 -26
  208. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +26 -26
  209. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +26 -26
  210. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +26 -26
  211. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +26 -26
  212. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +26 -26
  213. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +26 -26
  214. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +26 -26
  215. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +24 -24
  216. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  217. data/vendor/local/share/doc/groonga/en/html/reference/column.html +17 -17
  218. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
  219. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/reference/command.html +52 -51
  221. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +30 -30
  222. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +38 -38
  223. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +26 -26
  224. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +34 -34
  225. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +30 -30
  226. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +32 -32
  227. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +30 -30
  228. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +36 -36
  229. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +30 -30
  230. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +38 -38
  231. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +32 -32
  232. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +30 -30
  233. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +34 -34
  234. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +30 -30
  235. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +34 -34
  236. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +32 -32
  237. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +32 -32
  238. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +34 -34
  239. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +42 -42
  240. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +30 -30
  241. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +30 -30
  242. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +28 -28
  243. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +34 -34
  244. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +34 -34
  245. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +98 -98
  246. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +30 -30
  247. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +30 -30
  248. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +34 -34
  249. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +62 -52
  250. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +30 -30
  251. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +31 -31
  252. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +55 -47
  253. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +30 -30
  254. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +34 -34
  255. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +25 -25
  256. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +32 -32
  257. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +48 -48
  258. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +68 -68
  259. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +30 -30
  260. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +39 -39
  261. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +50 -50
  262. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +38 -38
  263. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +36 -36
  264. data/vendor/local/share/doc/groonga/en/html/reference/function.html +30 -30
  265. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +40 -40
  266. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +32 -32
  267. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +50 -50
  268. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +32 -32
  269. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +32 -32
  270. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +44 -44
  271. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +34 -34
  272. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +34 -34
  273. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +30 -30
  274. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +46 -46
  275. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +32 -32
  276. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +32 -32
  277. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +37 -37
  278. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +23 -23
  279. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +62 -62
  280. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +140 -140
  281. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +25 -25
  282. data/vendor/local/share/doc/groonga/en/html/reference/log.html +26 -26
  283. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +30 -30
  284. data/vendor/local/share/doc/groonga/en/html/{suggest/tutorial.html → reference/operations.html} +31 -23
  285. data/vendor/local/share/doc/groonga/en/html/{geolocation_search.html → reference/operations/geolocation_search.html} +39 -34
  286. data/vendor/local/share/doc/groonga/en/html/reference/output.html +24 -24
  287. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +19 -19
  288. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +36 -36
  289. data/vendor/local/share/doc/groonga/en/html/{suggest.html → reference/suggest.html} +50 -48
  290. data/vendor/local/share/doc/groonga/en/html/{suggest → reference/suggest}/completion.html +51 -49
  291. data/vendor/local/share/doc/groonga/en/html/{suggest → reference/suggest}/correction.html +46 -44
  292. data/vendor/local/share/doc/groonga/en/html/{suggest → reference/suggest}/introduction.html +43 -41
  293. data/vendor/local/share/doc/groonga/en/html/{suggest → reference/suggest}/suggestion.html +46 -44
  294. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +42 -42
  295. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +18 -18
  296. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +38 -38
  297. data/vendor/local/share/doc/groonga/en/html/reference/types.html +30 -30
  298. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  299. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  300. data/vendor/local/share/doc/groonga/en/html/server.html +24 -24
  301. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +17 -17
  302. data/vendor/local/share/doc/groonga/en/html/server/http.html +32 -32
  303. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +44 -44
  304. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +20 -20
  305. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +19 -19
  306. data/vendor/local/share/doc/groonga/en/html/server/package.html +42 -42
  307. data/vendor/local/share/doc/groonga/en/html/spec.html +16 -16
  308. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +36 -36
  309. data/vendor/local/share/doc/groonga/en/html/spec/search.html +28 -28
  310. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +22 -22
  311. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
  312. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -22
  313. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  314. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  315. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  316. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  317. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  318. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  319. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  320. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  321. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  322. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  323. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +10 -10
  324. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  325. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  326. data/vendor/local/share/doc/groonga/ja/html/_sources/client.txt +19 -0
  327. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +1 -1
  328. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +1 -1
  329. data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +1 -1
  330. data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +1 -2
  331. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  332. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  333. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  334. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  335. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +6 -6
  336. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  337. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
  338. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  339. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +68 -5
  340. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +1 -1
  341. data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +1 -1
  342. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -0
  343. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +23 -0
  344. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +46 -1
  345. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt +2 -2
  346. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +15 -0
  347. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +23 -0
  348. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +3 -3
  349. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +1 -1
  350. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt +14 -0
  351. data/vendor/local/share/doc/groonga/ja/html/_sources/{geolocation_search.txt → reference/operations/geolocation_search.txt} +0 -0
  352. data/vendor/local/share/doc/groonga/{en/html/_sources → ja/html/_sources/reference}/suggest.txt +0 -1
  353. data/vendor/local/share/doc/groonga/{en/html/_sources → ja/html/_sources/reference}/suggest/completion.txt +6 -6
  354. data/vendor/local/share/doc/groonga/{en/html/_sources → ja/html/_sources/reference}/suggest/correction.txt +1 -1
  355. data/vendor/local/share/doc/groonga/ja/html/_sources/{suggest → reference/suggest}/introduction.txt +0 -0
  356. data/vendor/local/share/doc/groonga/{en/html/_sources → ja/html/_sources/reference}/suggest/suggestion.txt +1 -1
  357. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +9404 -2
  358. data/vendor/local/share/doc/groonga/ja/html/_static/pygments.css +1 -0
  359. data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +1415 -31
  360. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/client.html +132 -0
  362. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  363. data/vendor/local/share/doc/groonga/ja/html/contribution.html +86 -86
  364. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +24 -24
  365. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +22 -22
  366. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +40 -40
  367. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +66 -66
  368. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +109 -109
  369. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +20 -20
  370. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +42 -42
  371. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +20 -20
  372. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +19 -19
  373. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +43 -43
  374. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +28 -28
  375. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +22 -22
  376. data/vendor/local/share/doc/groonga/ja/html/development.html +17 -17
  377. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +23 -23
  378. data/vendor/local/share/doc/groonga/ja/html/genindex.html +27 -11
  379. data/vendor/local/share/doc/groonga/ja/html/index.html +215 -230
  380. data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
  381. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +14 -14
  382. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
  383. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +10 -10
  384. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  385. data/vendor/local/share/doc/groonga/ja/html/install/others.html +13 -13
  386. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  387. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +9 -9
  388. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
  389. data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -21
  390. data/vendor/local/share/doc/groonga/ja/html/news.html +131 -63
  391. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  392. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  393. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  394. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +7 -7
  395. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
  396. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +5 -5
  397. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +6 -6
  398. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  399. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  400. data/vendor/local/share/doc/groonga/ja/html/reference.html +154 -135
  401. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +40 -39
  402. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +24 -24
  403. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +27 -27
  404. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +26 -26
  405. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +27 -27
  406. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +74 -27
  407. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +26 -26
  408. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +26 -26
  409. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +79 -24
  410. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +26 -26
  411. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +26 -26
  412. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +26 -26
  413. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +26 -26
  414. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +26 -26
  415. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +26 -26
  416. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +27 -27
  417. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +26 -26
  418. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +26 -26
  419. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +26 -26
  420. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +26 -26
  421. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +26 -26
  422. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +26 -26
  423. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +24 -24
  424. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  425. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +17 -17
  426. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
  427. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
  428. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +52 -51
  429. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +30 -30
  430. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +38 -38
  431. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +26 -26
  432. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +34 -34
  433. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +30 -30
  434. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +32 -32
  435. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +30 -30
  436. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +36 -36
  437. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +30 -30
  438. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +38 -38
  439. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +32 -32
  440. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +30 -30
  441. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +34 -34
  442. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +30 -30
  443. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +34 -34
  444. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +32 -32
  445. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +32 -32
  446. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +34 -34
  447. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +42 -42
  448. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +30 -30
  449. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +30 -30
  450. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +29 -29
  451. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +34 -34
  452. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +34 -34
  453. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +98 -98
  454. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +30 -30
  455. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +30 -30
  456. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +35 -35
  457. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +62 -53
  458. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +30 -30
  459. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +31 -31
  460. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +54 -47
  461. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +30 -30
  462. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +34 -34
  463. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +25 -25
  464. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +32 -32
  465. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +48 -48
  466. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +68 -68
  467. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +30 -30
  468. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +39 -39
  469. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +50 -50
  470. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +38 -38
  471. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +36 -36
  472. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +30 -30
  473. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +40 -40
  474. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +32 -32
  475. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +54 -54
  476. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +32 -32
  477. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +32 -32
  478. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +44 -44
  479. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +34 -34
  480. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +34 -34
  481. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +30 -30
  482. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +46 -46
  483. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +32 -32
  484. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +32 -32
  485. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +37 -37
  486. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +23 -23
  487. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +64 -64
  488. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +143 -143
  489. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +25 -25
  490. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +26 -26
  491. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +31 -31
  492. data/vendor/local/share/doc/groonga/ja/html/{suggest/tutorial.html → reference/operations.html} +31 -23
  493. data/vendor/local/share/doc/groonga/ja/html/{geolocation_search.html → reference/operations/geolocation_search.html} +40 -35
  494. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +24 -24
  495. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +19 -19
  496. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +36 -36
  497. data/vendor/local/share/doc/groonga/ja/html/{suggest.html → reference/suggest.html} +51 -49
  498. data/vendor/local/share/doc/groonga/ja/html/{suggest → reference/suggest}/completion.html +52 -50
  499. data/vendor/local/share/doc/groonga/ja/html/{suggest → reference/suggest}/correction.html +48 -47
  500. data/vendor/local/share/doc/groonga/ja/html/{suggest → reference/suggest}/introduction.html +44 -42
  501. data/vendor/local/share/doc/groonga/ja/html/{suggest → reference/suggest}/suggestion.html +48 -47
  502. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +42 -42
  503. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +18 -18
  504. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +38 -38
  505. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +30 -30
  506. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  507. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  508. data/vendor/local/share/doc/groonga/ja/html/server.html +24 -24
  509. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +17 -17
  510. data/vendor/local/share/doc/groonga/ja/html/server/http.html +33 -33
  511. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +44 -44
  512. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +20 -20
  513. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +19 -19
  514. data/vendor/local/share/doc/groonga/ja/html/server/package.html +43 -43
  515. data/vendor/local/share/doc/groonga/ja/html/spec.html +16 -16
  516. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +36 -36
  517. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +28 -28
  518. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +22 -22
  519. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
  520. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -22
  521. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  522. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
  523. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  524. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  525. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -6
  526. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  527. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -6
  528. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  529. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -6
  530. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  531. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +10 -10
  532. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  533. data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
  534. data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
  535. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
  536. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
  537. data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
  538. data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
  539. data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
  540. data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
  541. data/vendor/local/share/man/ja/man1/groonga.1 +4911 -4427
  542. data/vendor/local/share/man/man1/groonga.1 +9023 -8517
  543. metadata +117 -109
  544. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt +0 -8
  545. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt +0 -8
@@ -1 +1 @@
1
- Search.setIndex({envversion:42,terms:{localstatedir:[],four:[122,83,3,132],"\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":134,profil:162,"\u811a\u6ce8":[29,39,155,62],"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":150,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bshutdown\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":125,your_db:23,column_cr:[],"\u65e5\u672c\u4eba":43,"\u4ee5\u4e0a\u3067\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u306f\u7d42\u4e86\u3067\u3059":134,no_such_device_or_address:153,thread_tabl:150,command_vers:[65,3,4,145,27,41,70,97,8,30,91],"key\u304c\u8fd1\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408":137,"takashi\u3055\u3093\u304c\u5831\u544a":23,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22":128,"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":138,"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":96,"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":86,grn_plugin_win32_base_dir:34,drilldown_output_column:[],asami:113,"\u697d\u3057\u3044billiard":[61,129],accuml:113,"groonga_clone_dir\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":134,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3051\u308c\u306a\u308a\u307e\u305b\u3093":100,grn_oper:[100,94,72,48,108],grn_column_name_nsubrecs_len:108,"\u30a2\u30fc\u30ab\u30a4\u30d6\u7b49\u304cpackag":134,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":150,"\u5909\u66f4\u5f8c\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":15,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":31,"\u95a2\u6570\u304a\u3088\u3073\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5909\u6570":45,grn_socket_is_already_shutdown:2,"max\u3067\u4e0e\u3048\u3089\u308c\u308b\u30dd\u30a4\u30f3\u30bf\u304c\u6307\u3059\u5024\u306f":137,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":86,grn_table_cursor_next:[137,138],here:[34,2,127,83,84,40,41,132,78,90,8,9,131,43,165,115,46,16,96,11,133,73,136,13,50,102,51,111,149,55,56,59,42,109,145,161,64,97,153,85,67,156,69,166,160,117,118,32,120,27,163,151,75,124,106,72,104],onga:27,china:[11,117],grn_enc_utf8:[137,110],ful:78,"\u4e0e\u3048":61,latitude_in_msec:133,"homebrew\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":23,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":121,"\u7a7a\u767d\u3084":86,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":86,match_column:[],"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":150,engi:[43,136],"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":157,"\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":23,substr:[160,133],unix:165,txt:[74,106],unit:[11,133,26,27,151,153],music:[38,132],until:[34,101,50,17,124,66,106],"\u30d6\u30ed\u30b0":[],grn_op_push:60,relax:124,relat:[],error_messag:122,notic:[5,7,8],"\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":134,hold:[12,88],"cutter\u306b\u542b\u307e\u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059":134,"byte\u9577":[100,68,108],"\u3092\u30b3\u30d4\u30fc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":141,"akio\u3055\u3093\u304c\u5831\u544a":138,"\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":68,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u306b\u5229\u7528\u3059\u308b\u5834\u5408\u306b\u306f":112,grn_obj_reinit:68,cirit:8,digit:[132,109,56],"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":150,want:[126,78,3,80,131,8,92,43,165,147,96,11,74,13,50,59,109,148,161,153,67,156,116,160,117,118,120,135,75,77],"\u3053\u308c\u3089\u306e\u5f62\u5f0f\u3067\u306f":30,"key\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u3059\u3067\u306btable\u306b\u5b58\u5728\u3059\u308b\u306a\u3089\u3070":100,"\u30b3\u30de\u30f3\u30c9\u306f":30,type1:136,type2:136,"groonga_github_com_path\u306bgroonga":134,grn_filename_too_long:2,"obj\u306eid\u3092\u8fd4\u3057\u307e\u3059":68,grn_read_only_file_system:2,travel:162,grn_geo_point:48,grn_input_output_error:2,yum:[6,147,116,134,111],"name\u304c\u30ab\u30e9\u30e0\u540d\u306e\u5834\u5408":68,message_pack_install_prefix:[],groonga_clone_dir:134,moritar:67,wrong:[109,113,6,66,23,10],"\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":71,"\u63d0\u6848\u3092\u884c\u3046":138,"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":130,wing:[6,113],"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":150,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u8fd4\u3057\u307e\u3059":110,"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d\u3092\u3057\u307e\u3059":[],vari:[34,57],"drilldown\u51e6\u7406\u306e\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":96,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":[],"\u306f\u7121\u8996\u3055\u308c\u307e\u3059":[137,100],"\u6708":[],hidden:119,fin:45,"\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":60,rectangl:[],"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":134,dcmake_install_prefix:90,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":138,timeout:[68,17,113],debug:[5,132,7,8,78],"obj\u3092lock\u3057\u307e\u3059":68,last_modifi:162,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u304c":61,"akio\u3055\u3093\u304c\u63d0\u6848":138,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":150,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":138,grn_table_s:[100,60],grooon:118,"\u30e6\u30fc\u30b6\u30fc\u540d":[],moritapo:38,gregex:113,lexicon_t:150,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":150,input_typ:50,"\u3068blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306eurl\u304c\u633f\u5165\u3055\u308c\u307e\u3059":134,"\u79d2":68,"\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":134,ringtail:113,"\u307e\u308d\u3086\u304d":128,libedit:[6,23,165,147,66],"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u7d4c\u5ea6":39,atv:[64,3,117],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":89,resource_busi:153,"\u3053\u308c\u307e\u3067\u5b66\u3093\u3060groonga\u306e\u6a5f\u80fd\u3092\u7528\u3044\u3066":[],"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":65,mingw:134,"\u305d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":137,"build\u3067\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u884c\u3044\u307e\u3059":134,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":86,"locale\u4ee5\u4e0b\u306b\u66f4\u65b0\u3057\u305f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3059":134,"\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":[],"\u304a\u3070\u305f\u3055\u3093":1,"\u3067\u306f\u964d\u9806\u3067\u30bd\u30fc\u30c8\u3055\u308c\u307e\u3059":100,master:[106,8,69],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u3092\u8d77\u70b9\u3068\u3057\u305f\u79d2\u6570\u3092\u5c0f\u6570\u3067\u8fd4\u3057\u307e\u3059":96,"1\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":137,listen:[6,8,46,91],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[29,155],kinjir:38,"\u50242":[30,86],"\u50241":[30,86],tree:66,second:[96,11,3,160,12,162,84,122,64,132,67,46,133],project:[0,126,133,134,119,92,76,69],"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u53d6\u5f97\u3057\u307e\u3059":100,"benchmark\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":150,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":86,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":150,boston:162,"db_api\u306f":60,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":52,"\u3050\u308b\u3093\u304c\u6b21\u90ce":38,incompat:[6,113],"\u3053\u306e\u30dc\u30bf\u30f3\u3092\u7d4c\u7531\u3059\u308b\u5834\u5408":134,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":61,"0\u306e\u79d2\u8868\u8a18":61,"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":134,simplifi:113,port_numb:91,"10041\u756a":86,object:[],microsecond:[12,132],letter:166,"\u3053\u306e\u4f8b\u306e\u3088\u3046\u306b1\u3064\u306egroonga":150,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u9577\u3055":53,"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":150,camp:162,incompatible_file_format:153,index_blog:67,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806\u306e\u524d\u63d0\u6761\u4ef6\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":134,expornenti:133,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":129,"\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,"\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":68,daemoinz:6,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":86,grnslap:[],"\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":86,restaur:119,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u307e\u308a":65,"2byte":[2,153],grn_obj_set_element_info:35,"hook\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059":82,"\u306f\u306a\u304f":1,calro:85,source_file_nam:122,createrepo:134,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":39,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[],maverick:23,"\u6587\u5b57\u5217":[],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":139,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":61,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u3084":39,"\u7bc4\u56f2\u3092\u5e83\u304f\u6307\u5b9a\u3057\u305f\u305f\u3081":[],unexpectedli:113,etim:158,"\u4efb\u610f\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5c5e\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u3067\u3059":39,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210":[],"description\u306b":129,result:[],respons:[16,2,118,119,113,6,153,23,66,46],fail:[34,16,3,160,113,6,17,9,23,66,56],"\u306f\u7279\u6b8a\u306a\u30a2\u30af\u30bb\u30b5\u3067":68,best:119,"get\u30e1\u30bd\u30c3\u30c9\u306e\u307f\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059":30,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":60,wikipedia:39,figur:40,score:[],"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":65,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":150,extend:[67,80],shidara:23,extens:4,"\u304c1\u3064":[],pat_kei:83,accident:113,grn_plugin_realloc:34,column_scalar:[80,84,41,96,11,133,101,102,51,141,38,61,145,63,161,97,85,67,160,117,162,27,151,124],logic:[],countri:[151,91,117],login:124,kazuhiko:[6,66],"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":129,"2nd":96,"\u95a2\u6570":157,grn_table_cursor_get_valu:137,assum:[45,15],summar:117,grn_search_optarg:94,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u3044\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":128,"\u306e\u307b\u304b\u306b":39,"\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":65,"takashi\u3055\u3093":23,salamand:[66,13,113],res_column:150,"\u30ab\u30f3\u30de":141,worker:[8,113],"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":60,dave:85,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":61,grn_table_delet:100,"localstatedir\u3092\u4f7f\u7528":138,"\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":60,"offset\u756a\u76ee\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,sen_index_norm:36,"\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":155,"\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":65,cache_hit_r:[91,70,3,4,8],arg_list_too_long:153,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u5185\u90e8\u3067\u30a2\u30ed\u30b1\u30fc\u30c8\u3055\u308c":70,grn_resource_busi:2,simil:133,split:[23,133,83],"ddl\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":61,"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d\u3092\u4f7f\u3044\u307e\u3059":[],documents_content_index:[102,27],"\u8907\u6570\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u3058\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092\u540c\u6642\u306b\u5b9f\u884c\u3057\u307e\u3059":150,refin:[119,113],"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u3066\u304b\u3089\u7d4c\u904e\u3057\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":70,tune:[],"\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":134,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[61,129],"time\u578b\u3067\u3059":[],"\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":60,out_gqtp:150,users_memo:102,gzip:[],unchang:34,sleepi:101,old_release_d:134,easi:[119,156,91,46,142],"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":150,had:106,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":[],hat:165,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":60,"\u305f\u3081\u306e\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u304c\u3042\u308b\u306e\u3067":134,koji:6,"\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":61,command_nam:91,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":150,"\u3042\u3089\u304b\u3058\u3081packages\u30e6\u30fc\u30b6\u3067packag":134,measur:[23,119],specif:[],"filter\u306e\u4e21\u65b9\u3092\u4f7f\u7528\u3057\u305f\u5834\u5408":[],"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":86,"\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":63,filename_too_long:153,"\u30d4\u30ea\u30aa\u30c9":63,sebastian:66,underli:119,grn_obj_table_hash_kei:[137,100],right:[],"\u5358\u8a9e":[],groogna:[6,99,96,90,160],kouhei:113,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":52,bottom:48,"\u69cb\u9020\u4f53\u306f\u89e3\u653e\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":107,"146566000x":[162,11],"gz\u306a\u3069\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u4f7f\u7528\u3057\u307e\u3059":134,ichii:23,condit:[],yoku:[66,113],"benchmark\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":150,grn_builtin_typ:[53,68],grn_cursor_descend:137,grn_log_path:6,"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":108,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":121,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":39,nginxhttpstubstatusmodul:66,"\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":54,"\u30ad\u30e3\u30c3\u30b7\u30e5\u5bb9\u91cf\u306f\u6709\u9650\u3067\u3059":96,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":60,"\u4e3b\u30ad\u30fc\u306e\u578b\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":39,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":60,suffici:34,support:[],"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":58,offgao:[],avail:[],width:[23,166],joseph:128,call:[],inv_res_column:150,"\u3086\u304d\u3072\u308d":128,"\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:107,"135960000x":11,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u6587\u5b57\u5217\u306e\u5168suffix\u304c\u81ea\u52d5\u7684\u306b\u767b\u9332\u3055\u308c\u307e\u3059":100,"\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":65,replied_us:162,"\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":112,later:[97,3,145,113,41,6,161,66,23,166],"\u65b0\u3057\u3044key\u3068\u305d\u306ebyte\u9577\u3092dest_key\u3068dest_key_size\u306b\u6307\u5b9a\u3057\u307e\u3059":100,"http\u3067\u901a\u4fe1\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059":30,exist:[50,126,3,133,12,85,113,6,64,91,111,66,67,55,8],"object\u578b\u306fv1":39,column_name1:50,column_name2:50,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":93,grn_search:[],role:[102,119],notif:[132,113],intend:[6,161,67,160],moero:38,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":134,intens:8,"\u306exml\u51fa\u529b\u306e\u30bf\u30b0\u540d\u3092\u3088\u308a\u9069\u5207\u306a\u540d\u524d\u306b\u5909\u66f4":138,"\u8ee2\u7f6e\u7d22\u5f15\u306bsection":108,grn_ii_buffer_open:18,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":94,exce:[6,113],time:[],push:106,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":93,chain:161,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[159,29,98,155,58],grn_obj_get_hook:82,netbsd:113,millisecond:[12,118,64,17,133],decid:156,thread_title_column:150,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0":138,decim:[12,133],"\u305d\u306e\u4e3b\u30ad\u30fc\u304c\u7f6e\u63db\u524d\u306e\u6587\u5b57\u5217\u3068\u306a\u308a":[],downtim:[],"257662232kbyte":150,score_adjust_express:96,lru:104,exact:[70,83,96,60,56],"\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":54,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":157,grn_plugin_mutex_lock:34,prevent:113,"\u8ad6\u7406\u548c":60,grn_table_group_result:100,index_point:38,sign:[],"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":158,"\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":65,grn_broken_pip:2,takashi:151,"\u4e00\u6642\u7684\u304b\u6c38\u7d9a\u7684\u304b\u3092\u6c17\u306b\u3057\u306a\u304f\u3066\u3088\u3044":68,current:[50,3,71,162,40,15,16,51,8,23,104,106,56],"\u3053\u308c\u306b\u3088\u308a":134,boost:43,"encoding\u306e\u5024\u304c":23,"\u5909\u66f4\u5f8c\u306eobj\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"0\u4ee5\u4e0a4":39,address:[6,23,86,91,118],"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":60,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":[],throughput:[23,46],"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":[],commonli:119,ipa:147,pentium:150,prefer:118,"\u3092\u6307\u5b9a\u3057\u307e\u3059":[35,71,53,86,100,68,150,108],mitani:66,instal:[],"\u65e2\u5b58\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":100,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":86,value2:[50,133],value1:[50,8,133],"\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":[],peopl:119,"benchmark\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e11\u7a2e\u985e\u3067\u3059":150,enhanc:36,visual:[122,119,113,6,90,66,23],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u304b\u3089\u306e\u7d4c\u904e\u79d2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":39,"\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":137,"windows\u7cfb":134,genki:113,"\u30ab\u30e9\u30e0\u306e\u578b\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u53c2\u7167\u30ad\u30fc\u3068\u306a\u308a\u307e\u3059":39,improper_link:153,recycl:66,"\u6e96\u5099\u3057\u305fsynonym\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u3066\u307f\u307e\u3057\u3087\u3046":[],index_titl:67,"\u306b\u3064\u3044\u3066\u306f\u7121\u8996\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059":137,"\u6b8b\u308a\u306e\u4e00\u3064\u306f":65,chroot:134,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":150,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":157,"\u3064\u3065\u3044\u3066":[],"grnslap\u306f":158,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":150,date:[],"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":86,data:[],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092lzo\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":108,stdin:99,cannot:[],int64:[66,39,113],grn_plugin_charlen:34,i686:150,grn_ja_skip_same_value_put:113,"\u30e6\u30fc\u30b6\u540d":150,"tid\u306bnull\u4ee5\u5916\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":107,implemnt:167,"\u3057\u308a\u3054\u307f\u3057\u3066\u3057\u307e\u3046\u304b\u3082\u77e5\u308c\u307e\u305b\u3093":112,instantli:[119,27],grn_obj_init:68,"\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":[],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u306a\u3069\u3067\u79fb\u52d5\u3059\u308b":21,"\u30de\u30a4\u30af\u30ed\u79d2\u6570\u306e\u5024\u304c\u683c\u7d0d\u3055\u308c\u307e\u3059":[],"\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":134,"groonga_clone_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":134,revers:[],separ:[50,96,78,3,4,117,136,84,120,6,153,133,156,160],"_dataset":[55,163],operation_not_permit:153,"name\u306f\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u306e\u5834\u5408":68,"\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":134,compil:[23,165,113,66],"offset\u756a\u76ee\u304b\u3089\u9806\u306bres\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3057\u307e\u3059":100,grn_obj_path:[68,113],gtar:20,"\u30bf\u30b0\u3092\u6253\u3064\u524d\u306bmake":134,blt:141,internet:[119,142],formula:[148,11],"\u6700\u5f8c\u306e":150,million:57,"\u6700\u5f8c\u306b":61,mime:46,"\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":54,"table\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u7279\u5b9a\u306e\u6761\u4ef6\u3067\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u307e\u3059":100,"byte":[34,108,53,27,15,6,100,153,113,23,68,72,45],dest_key_s:100,"\u5bfe\u8c61id\u3092\u6307\u5b9a\u3057\u307e\u3059":35,grn_op_adjust:[94,60],brasil:11,"select\u3084load\u306a\u3069\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u8868\u3057\u307e\u3059":65,"1\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u672b\u5c3e\u306b\u633f\u5165\u3055\u308c\u307e\u3059":82,oper:[],grn_logger_reopen:6,onc:[96,117,162,6,23,67,166],beijin:11,"\u6587\u5b57\u5217\u578b\u306e\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0\u3067\u3082\u53ef\u80fd\u3067\u3042\u308a":[],reopen:23,"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":61,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":23,"\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":61,open:[],grn_obj_get_element_info:35,convens:6,convent:6,"\u81ea\u5df1\u7d39\u4ecb\u6587":[],return_cod:[122,132],"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":61,citi:[11,40,162],groonga1:65,fullfil:126,"6\u306e\u3068\u304d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f4\u65b0\u3057\u3066pull":134,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f":137,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308btable\u306e\u30ab\u30e9\u30e0\u3092\u8fd4\u3057\u307e\u3059":68,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057":150,"\u683c\u7d0d\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"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":[],grn_stack_over_flow:2,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067\u30b3\u30de\u30f3\u30c9\u3092\u6307\u5b9a\u3057\u307e\u3059":30,set_port:150,grn_obj_get_info:35,fumiyasu:23,"\u307e\u305fgroonga":150,column_list:[],"\u90fd":[61,129],sai:[3,133],san:11,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":159,"\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":29,argument:[34,11,3,133,161,145,27,41,15,6,102,97,91,113,66,23,67],sae:[136,109],"\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9":[],"jsonp\u304c\u52d5\u4f5c\u3057\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":23,drilldown_limit:[],uuuuuu:133,note:[34,3,6,8,131,46,147,96,97,133,12,56,59,148,113,151,23,117,118,119,124,91],"groonga_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":134,take:[126,42,3,84,51,149,115],"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":52,"\u30cb\u30db\u30f3\u30b8\u30f3":43,noth:[43,165,8,10],grn1:67,"\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":31,grn3:67,grn2:67,buffer:[18,113,114,67,68,72],compress:[],"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":93,"\u3092\u6307\u5b9a\u3059\u308b\u3068id\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,"127972422x503117107":[],"\u51e6\u7406\u306b\u304b\u304b\u3063\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":96,"\u30b5\u30fc\u30d0":86,max_valu:124,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":62,do_gqpt:150,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":155,"\u4ef6\u6570":96,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":150,grn_lzo_error:2,"obj\u306f":68,xml:[],slow:[83,8],"db\u3092\u64cd\u4f5c\u3057\u306a\u3044\u72b6\u614b":15,too_many_link:153,normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:166,"\u5024\u306furl\u30a8\u30f3\u30b3\u30fc\u30c9\u304c\u5fc5\u8981\u3067\u3059":30,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":150,concaten:67,clang:[6,66,113,157],"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":60,grn_ii_buffer_clos:18,requir:[],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":96,aptitud:157,washida:113,where:[12,2,165],"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":137,"\u7a7a\u767d":86,"namebuf\u306e\u30b5\u30a4\u30ba":[68,108],ohzeki:66,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":15,"\u30b3\u30ed\u30f3":63,mani:[106,96,3,117,73,12,83,27,163,113,126,8,124,119,23,76,165,167,10,46,56],"\u30ed\u30b0\u51fa\u529b":7,"\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":114,"\u5bfe\u8c61column\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":138,"\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":65,"config\u30d5\u30a1\u30a4\u30eb\u306e\u4e2d\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059":65,"\u3067\u6271\u3063\u305f\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3082\u884c\u3044\u307e\u3059":[],"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":35,"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":82,better:[119,67,96],"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":134,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":35,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":86,score_adjust_expression2:96,score_adjust_expression1:96,parser:160,resolut:[],hashtag:[],former:[166,156],"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":86,"\u8fd4\u4fe1\u5143\u306e\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9":[],ctrl:[3,91],ivh:[147,116],html_untag:[],set_host:150,"table2\u306f\u7834\u58ca\u3055\u308c\u307e\u305b\u3093":100,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[29,155],ascii:[160,133],hash_tag:162,binari:[],"\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":61,grn_proc_creat:45,"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":134,utf8:[110,165,86],"\u90fd\u6c11":[61,129],grn_operation_not_support:2,"146710080x":162,"768\u4ee5\u4e0a32":39,"\u5358\u72ec\u306e\u5024":108,wiedenroth:66,"path\u306e\u4e2d\u304b\u3089groonga\u30b3\u30de\u30f3\u30c9\u3092\u63a2\u3057\u307e\u3059":150,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":158,grn_hook_select:82,"\u6771\u4eac\u90fd":[61,129],rest:[34,156],"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":150,"\u30cb\u30db\u30f3":43,"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":134,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066table\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":100,haystack:60,ruby1:134,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3068\u540c\u7b49\u3067\u3059":150,"4096byte":[57,83],around:[40,27],"10043\u756a":86,"\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":129,"\u795e\u5948\u5ddd\u770c":[],res1:100,bookmark_index:73,world:[39,64,113],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":65,intel:150,"\u305d\u308c\u305e\u308c\u30ec\u30b3\u30fc\u30c9id":68,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":65,integ:[],"\u30c6\u30fc\u30d6\u30ebterm\u306b":63,yyyi:[132,133],"\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":71,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":114,"\u65b0\u305f\u306adb\u3092\u4f5c\u6210\u3057\u307e\u3059":71,"\u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u30e6\u30fc\u30b6\u30fc\u691c\u7d22\u3057\u305f\u7d50\u679c":[],grn_obj_is_builtin:[23,68],"\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":134,edict2grn:66,definit:[96,11,160,161,145,27,41,6,102,97,85,151,133],"\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":45,"sh\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":134,exit:[],ddl:150,refer:[],power:96,"\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":61,"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":39,"\u30d3\u30eb\u30c9\u6642\u306etip":[],grn_get_default_command_vers:103,starttim:[91,70,3,4,8],"2\u4ef6\u3068\u3082":[],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":86,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":129,normalzer_list:42,neighbor:119,"\u3092false\u306b\u8a2d\u5b9a\u3057\u307e\u3059":134,"flags\u306b\u306f":100,match_escalation_threshold:[],cflag:[20,134],"\u306b\u3042\u308b":68,agaist:6,charli:162,hex:[38,133],"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":65,grn_proc_func:[34,45,15],"\u6771\u4eac\u90fd\u6e0b\u8c37\u533a":[],"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":86,bundl:[6,66,106,113,102],htpasswd:[8,46],no_kei:83,"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":86,categor:[96,78],pull:[],"\u5358\u4e00\u306e\u5024\u304c\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":63,"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":60,grn_ctx_get:[108,15],preconfigur:[135,116,13,126,147],reqular:118,gone:38,type_of_the_column:161,uid:134,"\u5bfe\u8c61obj\u3092\u6307\u5b9a\u3057\u307e\u3059":35,"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":86,certain:64,"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":138,grn_id_nil:[137,100],googl:[96,10,160],grn_select:96,grn_ctx_open:[23,15],shimomura:6,"\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":134,"\u4e00\u65b9":61,item_dataset:[163,75],"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":60,vocabulari:3,geodet:[39,64],"debug\u3092\u8ffd\u52a0":138,nagano:66,queryexpandertsv:[],"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":134,cpu:[],senna:[],grn_type:[],illustr:117,pluggabl:119,"\u521d\u671f\u5316\u3059\u308b":15,scr:150,"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":134,grn_obj_set_info:35,too_small_offset:153,tail:[153,134],kosuk:113,webclip:97,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],introduc:[66,76,8],candid:[118,43,136],too_many_open_fil:153,"4\u30ea\u30ea\u30fc\u30b9":[],colleagu:76,"yum\u306e\u5834\u5408":134,adjust:[],small:[160,83,113,162,56,133],"flags\u306b":[100,108],"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":107,past:6,"\u3067\u7d44\u307f\u5408\u308f\u305b\u305f\u30b7\u30f3\u30dc\u30eb\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":63,pass:[11,3,160,134,102,8,23,99,91],grn_no_such_device_or_address:2,"\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":134,section:[34,44,78,18,84,90,8,131,43,165,115,147,96,11,73,164,13,50,51,104,120,56,146,59,108,109,20,113,153,67,156,69,116,162,160,117,144,25,26,135,123,75,124,76,106,77],"log_put\u306f":7,"debian\u7cfb":134,"files\u306e\u5b9f\u884c":[],delet:[],"\u4e2d\u91ce\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4\u306a\u3046\u306a\u3046":[],"\u307e\u305agroonga\u306e\u30bd\u30fc\u30b9\u3092\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u3068\u5c55\u958b\u3057\u307e\u3059":134,coremodul:8,contrast:[102,3,8,119],"\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082":129,hash:[],"base_version\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067\u30b3\u30df\u30c3\u30c8\u3057\u3066\u304a\u304d\u307e\u3059":134,table_renam:99,jennif:128,sender:[118,55],"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":60,"\u3067\u306fgroonga\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5185\u90e8\u3067":15,social:38,action:113,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u624b\u7d9a\u304d":82,via:[6,106,2,75],"\u6b21\u306bgroonga\u306etest":134,no_such_process:153,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":129,"\u4f5c\u6210\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":71,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":58,"\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":134,define_selector:[],select:[],"log\u3068\u3044\u3046\u5f62\u5f0f\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u4f5c\u3089\u308c\u307e\u3059":150,"comments\u30c6\u30fc\u30d6\u30eb\u306elast_modified\u30ab\u30e9\u30e0\u306f":[],mecab:[147,116,36,134,119,13,113,6,135,66,23,165,77],mori:141,morn:101,mecab_new2:6,"lucid\u304b\u3089":138,more:[34,126,3,128,83,84,6,8,127,165,10,46,96,133,73,12,136,15,101,102,55,56,57,109,113,161,153,66,156,160,119,27,162,124],yokoyama:[66,113],"\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":60,uint8:[39,138,84,113],"\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":134,function_nam:122,nomal:[6,96,8],cach:[],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":60,uint64:[39,113],"\u305d\u308c\u3092\u5143\u306b\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":134,endpoint:[118,55],"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":65,learn:[],"\u3092\u30af\u30ea\u30c3\u30af\u3057":134,"benchmark\u304c\u52d5\u4f5c\u3057":150,prompt:[6,90,3,4],scan:[157,145,160,41,133],accept:[11,3,80,118,119,85,6,64,91,66,23,67,162,46],"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":23,groonga_cache_limit:[],exmapl:[160,133],"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":150,"search\u3092\u884c\u3044":[137,100],"select\u30b3\u30de\u30f3\u30c9":1,"\u5b9f\u884c\u4f8b":[65,157],simpl:[],isn:[84,6,8,131,43,165,10,96,136,50,56,59,109,113,153,66,156,116,160,27,122,104],"\u691c\u7d22\u6642\u306b\u306foriginal\u30ab\u30e9\u30e0\u304c":128,referenc:[6,151,113,117,56],grn_obj_get_rang:68,"\u8ddd\u96e2\u306e\u8a08\u7b97\u306b\u306f\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u3092\u7528\u3044\u307e\u3059":155,conditin:160,"\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":15,github:[0,63,134,106,113,6,66,92,23,165,69],m64:20,tokenbigram:[78,3,80,83,86,41,93,96,133,101,102,149,56,109,61,145,161,67,160,162,27,124,32],"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c3\u30c1\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":1,open_tag1:145,grn_obj_key_int:53,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":114,sysctl:[148,124,77],broadwai:[],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":134,i386:[23,116,134],"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":[70,86],"\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":139,dest_kei:100,"\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":100,"\u8f9e\u66f8\u691c\u7d22\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":138,sauci:[66,13,113],html:[],creat:[],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":86,"\u30ab\u30e9\u30e0obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":108,"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8\u3092\u3057\u305f\u308a\u3057\u3066\u3044\u307e\u3059":112,"drilldown_limit\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":96,inada:113,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092":134,"\u65e5":[],authent:[],"1\u3088\u308a\u5c0f\u3055\u3044\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":137,"x\u3067\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u7ba1\u7406\u65b9\u6cd5\u3068\u3057\u3066":134,found:[96,48,113,6,100,90,165,10],"object\u306e\u53c2\u7167\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":82,with_posit:[101,96,3,80,161,61,162,84,27,41,63,102,124,67,133,145,160],procedur:[6,113],realli:[133,96,80,160],ftp:150,"x86\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bx64":134,ftb:36,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":86,grn_column_index_upd:108,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":15,grn_user_data:[],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u304b\u3089\u306e\u7d4c\u904e\u6642\u9593\u3092":39,grn_table_hash_kei:[100,48],"value\u3092\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":68,clumn:124,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":150,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":62,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":129,"\u5b9f\u969b\u306b\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3057\u3087\u3046":[],"\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":65,major:123,"\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u306e\u4e21\u65b9\u304c\u53ef\u80fd\u3068\u306a\u308a\u307e\u3059":128,n_result:100,number:[],"\u5bfe\u8c61table\u3092\u6307\u5b9a\u3057\u307e\u3059":[137,100,68,108],"\u3042\u308b\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306e\u3064\u3044\u3066\u3044\u308b\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":[],"dragonfly\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":138,file_corrupt:153,"org\u304c\u30db\u30b9\u30c8\u3092":134,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3057\u307e\u3059":108,relationship:[],"rpm\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":134,dpkg:134,"txt\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":134,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":138,"javascript\u3067\u5b9f\u88c5\u3055\u308c\u305f\u7ba1\u7406\u30c4\u30fc\u30eb\u304c\u6a19\u6e96\u3067\u4ed8\u5c5e\u3057\u3066\u3044\u307e\u3059":30,"\u307e\u305f\u540c\u6642\u306b":150,"\u691c\u7d22\u51e6\u7406\u306e\u5b9f\u884c\u4e2d\u306b\u9069\u6642\u547c\u3073\u51fa\u3055\u308c":82,reus:83,grn_ctx_set_match_escalation_threshold:54,arrang:3,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":130,comput:[34,133,109,6,75,43,124],toybox:12,grn_hook_entri:82,"\u95a2\u6570\u306e\u8ffd\u52a0":1,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":121,gted:106,"\u8fd4\u4fe1\u5148\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u89a7":[],"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":86,"\u53cd\u6620\u3055\u308c\u308b\u307e\u3067\u3057\u3070\u3089\u304f\u6642\u9593\u304c\u304b\u304b\u308a\u307e\u3059":134,documenataion:122,self:150,also:[],"keybuf\u306e\u30b5\u30a4\u30ba":100,"\u8a18\u53f7":[61,86],"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b\u6607\u964d\u9806\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":96,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u304b\u8abf\u3079\u307e\u3059":68,lexcon:3,"\u81ea\u5df1\u7d39\u4ecb\u6587\u3092\u5bfe\u8c61\u306b\u691c\u7d22\u3092\u3057\u307e\u3059":[],plai:[119,80],"\u305d\u3053\u3067\u3042\u3089\u304b\u3058\u3081\u7528\u610f\u3057\u3066\u304a\u3044\u305f":134,table_pat_kei:[],cover:[119,27],"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":150,umemoto:23,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u578b\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":96,ext:78,"\u65b0\u3057\u304f\u958b\u767a\u306b\u52a0\u308f\u308b\u4eba\u3068\u3082\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":112,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":[100,68,108],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":141,microsoft:90,"\u3057\u304b\u3057":[61,39,129],"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u5834\u5408":129,cache_limit:[],xcode:77,session:[118,153],"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":150,"6\u3067\u3082\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":138,columnn:6,"hat\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":134,solut:[],"\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":96,factor:[66,96],"\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":61,"org\u304c\u30db\u30b9\u30c8\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":134,"\u8907\u6570\u30ab\u30e9\u30e0\u3092\u5bfe\u8c61\u3068\u3057\u305f\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":[],"\u826f\u3044\u306e\u304b":112,"8\u307e\u3067\u306e\u6570\u5024\u304c\u6307\u5b9a\u53ef\u80fd\u3067":86,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":1,grn_table_cr:100,"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":128,column1:[6,96,60,113,133],"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":60,column2:[6,96,60,113,133],set:[],"647\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[150,86],showen:2,startup:6,touch:124,see:[],"\u306e2\u5358\u8a9e\u6271\u3044":129,sec:17,sea:[43,78],juman:147,speed:[23,10,83],"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u8868\u793a":70,"\u30c6\u30b9\u30c8\u7528\u30c7\u30fc\u30bf\u3092\u30ed\u30fc\u30c9\u3057\u307e\u3059":[],mutex:[34,113],"chroot\u74b0\u5883\u306e":134,"takahiro\u3055\u3093":138,javascript:[],"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":93,"version\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8ffd\u52a0":138,bodi:[],last:[6,78,15],"min\u306f\u7121\u8996\u3055\u308c\u307e\u3059":137,"\u7d9a\u3044\u3066":61,whole:113,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":150,load:[],"256kib":124,"\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,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":137,"5367431640625e":4,devic:119,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":61,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":52,"grn_expr\u306b\u3088\u3063\u3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":60,nonexist:96,"null\u306f\u4e0b\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":137,shinya:6,func:[34,45,15],"users\u30c6\u30fc\u30d6\u30eb\u306efollower\u30ab\u30e9\u30e0\u3068favorites\u30ab\u30e9\u30e0":[],"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":[],oldvalu:108,"\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":63,error:[],rep_gqpt:150,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":158,"benchmark\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":150,user_data:[34,45],grn_table_at:[138,100,68,99],needleess:6,"\u3067\u89e3\u653e\u3057\u305f\u5f8c\u306b":15,n_builtin_type_nam:71,nanosecond:[122,132],x64:[90,134],grn_result_too_larg:2,shorter:101,"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":158,"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":157,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":107,"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":65,alert:[5,66,7,8,132],"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":129,grn_db_create_optarg:71,stack:113,recent:104,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":52,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":114,person:[],"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":114,do_gqtp:150,construct:[],"\u3067\u691c\u7d22\u3057\u305f\u5834\u5408\u3068\u540c\u4e00\u306e\u7d50\u679c\u3092\u8fd4\u3059\u3053\u3068\u306b\u3088\u3063\u3066":[],mysql:[147,96,36,73,119,145,13,120,27,41,135,116,166,156,10],"\u5b9f\u884c\u3059\u308b\u6f14\u7b97\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u3053\u3053\u3067\u306f\u6587\u66f8\u30c6\u30fc\u30d6\u30eb\u3068\u547c\u3073\u307e\u3059":[],"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306f":[],parenth:50,grn_tokenizer_error:2,input:[122,3,109,75,113,50,91,23,43,10],format:[],"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":39,"\u5f15\u6570\u540d":[30,86],"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":61,"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u5171\u901a\u3068\u306a\u308a\u307e\u3059":39,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":86,encount:[147,116,13,135,90,123],"max\u3068max_size\u304c\u6307\u5b9a\u3055\u308c":137,sampl:[],"hook\u56fa\u6709\u60c5\u5831\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f":82,"\u691c\u7d22\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":94,"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":15,"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":60,"56058502197266e":4,machin:66,"aramaki\u3055\u3093":138,"ongaeshi\u3055\u3093\u304c\u5831\u544a":138,wget:[147,116,20,13,135,165],"gqtp\u306e\u5834\u5408":86,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":100,grn_expr_pars:72,grn_cursor_lt:137,"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":61,"\u6587\u5b57\u5217\u578b":[],"\u884c\u3059\u308b":134,repair:99,"\u5f15\u6570\u3068\u3057\u3066":60,"64bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":39,pcre:[6,8],span:[145,97,27,41],"\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059":100,line_numb:122,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":[],submit:[],custom:[],suit:[119,27],"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":1,link:[160,117,12,6,91,66,133],line:[],int8:[12,39,138,113],"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":150,"entry_body\u3092\u4f5c\u6210\u3057\u307e\u3059":63,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u3059\u308b\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":134,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":65,element1:[133,73],element2:[133,73],element3:73,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u5b9f\u884c\u4f8b\u306fzsh":134,msg_id:134,"char":[34,71,53,110,15,100,68,72,45,108],sholud:165,taro:38,invalid:[34,96,118,110,113,6,66,23,56],"grn_op_and\u306f":60,"\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u3067":[],"obj\u304c\u73fe\u5728lock\u3055\u308c\u3066\u3044\u308c\u30700\u4ee5\u5916\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":68,lucid:[138,113,134],"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":45,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":129,wrongli:23,ago:43,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306b\u7f6e\u63db\u3055\u308c\u3066\u304b\u3089\u691c\u7d22\u3055\u308c\u308b\u305f\u3081":[],algorithm:[23,11,104],"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":157,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":157,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":134,fresh:101,hello:[101,133],code:[],partial:[43,60,10,153],"\u7a7a\u306e\u5834\u5408":[31,95],send:[],table_list:[],"\u30ab\u30e9\u30e0\u540d1":96,sent:46,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":150,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u3092\u524a\u9664\u3057\u307e\u3059":82,"\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":100,"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":94,tri:[162,17],"\u30ab\u30e9\u30e0\u540dn":96,"\u306e\u5834\u5408\u306f":112,"try":[76,67,167,17,162],"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u6642\u304b\u3089\u306e\u5909\u66f4\u70b9\u3092":134,"fedora\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332":138,"\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":143,video:38,odd:133,"1\u5358\u8a9e\u6271\u3044":129,rurema:66,cenos6:6,let:[],ubuntu:[],layout:134,nterm:114,thatn:96,"\u5b9f\u51e6\u7406\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":45,greas:12,ctx:[34,35,48,107,71,68,82,18,15,16,137,100,60,53,54,94,72,45,105,108],"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":65,"\u306b\u3064\u3044\u3066\u306f\u5f8c\u8ff0":137,menu:90,"cursor\u306e\u5bfe\u8c61\u7bc4\u56f2\u306e\u672b\u5c3e\u306b\u9054\u3059\u308b\u3068":137,"6\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":134,location_str:162,"200byte":27,firefox:106,"\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":134,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],"\u691c\u7d22\u6761\u4ef6\u306b\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":96,zip:[],rid_min:107,doubl:[50,96,78,3,160,83,120,113,6,66,23,133,56],upgrad:[],next:[38,48,3,119,66,45],doubt:117,"http\u306e\u5834\u5408":86,"\u30af\u30a8\u30ea\u62e1\u5f35\u6a5f\u80fd\u3092\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u306f":[],"\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u6709\u52b9\u3067\u3059":96,comparison:[],"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],socket_is_already_connect:153,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":60,"\u30b5\u30fc\u30d0\u3092\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308b\u5834\u5408\u3082\u3053\u306e\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5229\u7528\u3055\u308c\u307e\u3059":150,drill:162,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":138,process:[],"\u691c\u7d22\u5bfe\u8c61\u6587\u66f8\u306f\u8907\u6570\u306e\u8a9e\u5f59\u306b\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":129,high:[119,96,142,73],"\u304a\u6c17\u306b\u5165\u308a\u306e\u30b3\u30e1\u30f3\u30c8\u4e00\u89a7":[],"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":100,"column\u306e\u5024\u304c":60,"128515259x503187188":[38,64],defalt:138,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":60,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u306e\u969b\u306b\u6587\u5b57\u5217\u304b\u3089\u30ad\u30e3\u30b9\u30c8\u3055\u308c":[],"\u30b3\u30e1\u30f3\u30c8id":[],"\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":134,surfac:40,"\u3067groonga\u306e\u7f72\u540d\u7528\u306e\u9375\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":134,alloc:[],essenti:[135,13,8],"index\u3067\u5b9f\u884c\u3057\u305f\u3044\u64cd\u4f5c\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"\u30d9\u30af\u30bf\u306e\u5024\u3092\u51fa\u529b\u3059\u308b\u3068\u304d\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":138,seriou:6,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egroonga":150,element:[122,2,3,73,12,27,113,6,66],issu:[],"\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":134,allow:[3,119,27,6,135,91,55],posted_bi:162,"centos\u306e\u5834\u5408":134,"\u30a8\u30ed\u3044\u304a\u3063\u3055\u3093":[],movi:38,move:[6,74,90,23],sen_sel_term_extract:36,comma:[12,50,3,133,117],"\u529b":[7,125],yamaguchi:23,perfect:119,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":114,hobbi:132,"2\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":[],"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":60,"\u5de6\u4e0a":1,"\u5de6\u4e0b":1,grn_hook:[],murakami:[66,113],python:[134,111],kisk:6,billiard:[61,129],lzo:[],highlight_ful:[],"\u3053\u308c\u306b\u5bfe\u3057\u3066":129,"\u691c\u7d22key\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"lucid\u4ee5\u964d\u306e\u95a2\u9023\u3059\u308b":134,grn_file_too_larg:2,bump:[66,113],meta:[6,84],"static":[23,3],grn_too_many_symbolic_link:2,variabl:[34,133,20,99,84,113,6,12,153,23,66,156],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[70,89,5,62,63,114,7,139,141,143,21,93,31,125,95],"status\u306e\u51fa\u529b\u7d50\u679c\u306b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0":138,builtin_type_nam:71,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":35,"\u30e6\u30fc\u30b6\u30fcid":[],"com\u3067\u3082\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767a\u4fe1\u3057\u3066\u3044\u307e\u3059":134,"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":157,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":134,could:[6,12],mxcl:134,outsid:66,"\u5bfe\u8c61ctx\u3092\u6307\u5b9a\u3057\u307e\u3059":15,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u3092\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":157,softwar:[],"\u5206":[],"\u5f15\u6570\u540d1":[30,86],"\u5f15\u6570\u540d2":[30,86],owner:[8,113],index_messag:67,"table\u306ekey\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":100,expnas:156,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":114,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":114,"\u30cb\u30db\u30f3\u30b4":43,licens:[6,66,36,134],system:[96,160,20,119,39,13,27,113,101,12,64,8,124,23,165,133],"\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":65,hash_kei:83,grn_table_get_kei:100,termin:[],articles2:67,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":52,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u304b\u3051\u3089\u308c\u305f":95,itagaki:138,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":61,grn_end_of_data:2,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":121,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":98,"org\u3078\u3068\u53cd\u6620\u3057\u307e\u3059":134,"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":155,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,"db\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306fnull\u3092\u8fd4\u3057\u307e\u3059":15,"drilldown_output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":96,"\u30e6\u30fc\u30b6\u30fc\u5225":[],"\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":134,"groonga\u3092\u4f7f\u3063\u3066\u304f\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066":112,satoshi:66,"grntest\u3067\u7d50\u679c\u306e\u6bd4\u8f03\u304c\u5e38\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":138,"geopoint\u306e\u30ad\u30e3\u30b9\u30c8\u306b\u5bfe\u5fdc":138,highlight_html:[],subject:113,thesauru:96,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":45,oracl:[],"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":121,segment:[6,66,114],"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":150,latin1:[6,165],"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u304d\u5834\u6240\u3092\u5909\u66f4":138,grn_cursor_by_kei:137,"\u3067\u3059\u306d":112,brew:[77,111],grn_column_name_score_len:108,fact:[38,96],"\u62e1\u5f35\u5b50\u306f":150,dbm:[119,27],"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306es":[100,68,108],"\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":71,bring:3,"\u7279\u5b9a\u306e\u30ea\u30ea\u30fc\u30b9":134,nois:109,freq2:75,freq1:75,should:[34,50,96,166,160,73,156,13,116,6,135,109,90,153,123,111,147,69,72,56],jan:162,"\u691c\u7d22\u7d50\u679c\u3092\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3068\u30e6\u30fc\u30b6\u30fc\u3067\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3057":[],articles_cont:67,"\u30b3\u30e1\u30f3\u30c8\u884c":150,"\u6a19\u6e96\u5165\u529b":[70,89,62,63,114,139,141,143,31],"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":65,jiro:38,db1:46,db2:46,"\u3092\u6307\u5b9a\u3059\u308b\u3068min\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":137,grn_column_t:108,"1\u304b\u3089\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3044\u3046\u6982\u5ff5\u304c\u5c0e\u5165\u3055\u308c\u307e\u3059":65,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":86,"hat\u7cfb":134,candidate_1:118,grn_geo_cursor_next:48,candidate_2:118,"\u4e16\u754c\u6e2c\u5730\u7cfb":39,host_name_or_ip_address:91,"\u99c4\u76ee\u306a\u4f8b":112,grn_obj_lock:68,"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":134,"\u3066\u3057\u307e\u3044\u307e\u3059":112,candidate_n:118,memri:124,encodiong:133,grn_plugin_expr_var_init:[34,66],max_command_vers:[91,70,3,4,8],grn_obj_user_data:105,"ueno\u3055\u3093\u304c\u5831\u544a":130,tld:117,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":[53,100,94],"\u5b58\u5728\u3057\u306a\u3044\u30a2\u30c9\u30ec\u30b9\u3078\u30a2\u30af\u30bb\u30b9\u3057":100,"\u3053\u3053\u3067\u306f\u7f6e\u63db\u30c6\u30fc\u30d6\u30eb\u3068\u547c\u3073\u307e\u3059":[],grn_type_cr:53,"\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":[],zenigata:38,"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":129,grn_ii_buff:18,"\u7d42\u4e86\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":45,quotat:[78,120],"\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":138,"\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":138,"key\u306e\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067":137,"\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":61,grn_obj_unlock:68,grn_cache_clos:16,"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":93,"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":[],spain:11,"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":138,"\u304c\u305d\u308c\u305e\u308c2\u4ef6\u305a\u3064\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":[],"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":150,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bstatus\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":70,"benchmark\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":150,"\u306etable\u3092\u6307\u5b9a\u3057\u307e\u3059":100,cve:66,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":52,"expr\u306e\u307f\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059":45,site:[38,3,117,12,64,91,141,142,66,67],archiv:[],"\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":[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":138,"count\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u305f\u306a\u3089\u3070":70,"\u306eflags\u3068\u540c\u69d8\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":137,myisam:119,output_column:[],"\u30ad\u30fc\u30ef\u30fc\u30c9":130,expans:[],"mroonga\u5411\u3051\u306b\u7528\u610f\u3057\u305f\u5185\u90e8api\u3067\u3059":68,"dist\u3067\u751f\u6210\u3057\u305ftar":134,grn_obj_get_valu:[23,68],php:[6,66,134],expand:[],off:[23,8,66],dinam:142,"\u7d9a\u3044\u3066\u30a8\u30e9\u30fc\u5185\u5bb9\u3092\u793a\u3059":96,exampl:[],command:[],ecmascript:[6,96,142,113,133],cutter_check_leak:157,value_2:[3,91],web:[38,96,160,109,136,8,75,165],jinja:111,uncontinu:6,end_of_data:153,geo_in_circl:[],"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":30,broken_pip:153,"185428000x":11,dest:[12,158,86],five:[122,3,85],"\u5bfe\u8c61\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":107,"\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":138,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":114,"\u3053\u306e\u3088\u3046\u306bn":61,"\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":128,rep_gqtp:150,resiz:34,grn_plugin_regist:[34,130],interact:[3,91],"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":61,daylight:66,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":100,avoid:[],hash_index:162,"min\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":137,"output_type\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066":30,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u76f4\u4e0b\u306b":23,"\u5fa9\u53f7\u3057\u305f\u9375\u30d5\u30a1\u30a4\u30eb":134,iwai:[6,99,113],"\u30c6\u30fc\u30d6\u30eb\u306e\u524a\u9664":89,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":61,"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":68,event_queri:[109,136,163,75,43,55],merg:[6,119,106],"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":86,"\u305d\u306e\u4ed6\u306e\u74b0\u5883\u3067\u306f\u9069\u5b9c\u8aad\u307f\u66ff\u3048\u3066\u4e0b\u3055\u3044":134,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":39,"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":21,"com\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":134,"function":[],cutter_debug:157,"\u307e\u3060\u89e3\u653e\u3055\u308c\u3066\u306a\u3044\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af\u306e\u6570\u3092\u793a\u3057\u307e\u3059":70,"\u691c\u7d22\u4f8b4":[],"\u691c\u7d22\u4f8b3":[],"\u691c\u7d22\u4f8b2":[],"\u691c\u7d22\u4f8b1":[],sigstop:113,"config\u304c\u306a\u3044\u5834\u5408\u306flibedit\u3092\u691c\u51fa\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u305f":138,count:[38,96,162,119],grn_table_cursor_delet:137,gunyara:[],"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u306f":39,otherwis:[34,63,3,133,161,16,102,51,151,85,115,68,69],problem:[16,160,12,113,6,8,124,23,133],yuki:23,"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":134,bigram:[],"int":[34,16,48,107,4,82,18,15,6,137,100,17,108,53,54,68,72,45,71],updated_at:61,jessi:[],redcloth:134,againt:96,inc:66,grn_obj_key_norm:100,"init\u76f4\u5f8c\u306e\u72b6\u614b":15,varieti:38,"table\u306ecolumn":100,"edge\u306equeue\u306benqueue\u3055\u308c\u308b":121,repeat:[119,106],"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":60,grn_geo:[],"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":114,"string\u306b":60,document_version_ful:134,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":86,rule:[66,78,46],dbmss:119,"scr\u3067\u3059":150,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":129,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":86,"754\u5f62\u5f0f\u306e\u500d\u7cbe\u5ea6\u6d6e\u52d5\u5c0f\u6570\u70b9\u6570\u3067\u3042\u308a":39,lgpl:36,"const":[34,71,53,110,99,15,100,137,68,72,45,108],"\u6bb5\u843d\u60c5\u5831":108,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b":100,spec:[6,23,113],"\u524d\u63d0\u6761\u4ef6":[],secsion:122,editrc:23,"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":137,"status\u30b3\u30de\u30f3\u30c9":1,"\u30d2\u30c3\u30c8\u3057\u305f\u4ef6\u6570":96,grn_cache_set_max_n_entri:16,"debian\u30d1\u30c3\u30b1\u30fc\u30b8\u3092cdbs\u30d9\u30fc\u30b9\u304b\u3089debhelper\u30d9\u30fc\u30b9\u3078\u79fb\u884c":23,upload:134,msyql:73,unmanag:114,"\u691c\u7d22\u5bfe\u8c61\u306eobject\u3092\u6307\u5b9a\u3057\u307e\u3059":94,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u3055\u3089\u306b\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b\u3068":65,"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":100,entries_local_nam:141,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":68,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b":134,"\u306e\u3082\u306e\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":[],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u306e\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3057\u3087\u3046":[],"\u53d6\u5f97\u3057\u305f\u3044\u30ab\u30e9\u30e0\u540d\u306eprefix\u3092\u6307\u5b9a\u3057\u307e\u3059":100,zunda:23,"\u547c\u51fa\u5074\u3067\u6e96\u5099":35,"groonga_github_com_path\u3068\u3057\u3066\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f":134,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":86,"\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":86,"\u7de8\u96c6\u8ddd\u96e2":1,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":[],"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066column\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":108,"obj\u3092unlock\u3057\u307e\u3059":68,aki:66,"benchmark\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":150,"\u9759\u7684\u89e3\u6790":[],"\u3092\u8ffd\u52a0":[23,138],"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":23,total:[],"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":86,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":139,column_remov:[],"\u305d\u308c\u3067\u306f\u5b9f\u969b\u306b":[],kytea:[6,66,78,113,165],"\u73fe\u5728\u5730":[],"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":150,word:[96,162,127,160,109,119,142,88,6,161,75,43,156,10,133],work:[],"\u3042\u308a\u304c\u3068\u3046":[],era:119,"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":86,"16gb":148,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":150,geo_in_rectangl:[],indic:[11,78,3,113,132],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":150,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":39,basebal:[38,67],"\u5909\u66f4\u5f8c\u306ekey\u306e\u9577\u3055":100,"\u4f5c\u6210\u3059\u308btable\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u540d\u524d":[],"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":134,length:[6,34,12],pseudo_column:[],"\u4e21\u65b9\u306e\u6761\u4ef6\u306b\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":[],"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":93,recogn:119,"builtin_type_names\u306b\u306f":71,after:[3,83,41,6,90,91,66,165,48,133,12,17,111,106,38,145,113,23,118,124,166,8],"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u3044\u307e\u3059":129,lat:150,"\u5168\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":137,grn_is_a_directori:2,averag:66,"535\u30d0\u30a4\u30c8\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u8868\u3057\u307e\u3059":39,n_queri:[91,70,3,4,8],"\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u63d0\u4f9b\u3059\u308bubuntu\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092hardi":138,"128484216x502919856":[],confiugr:124,opaqu:[16,153],localnam:141,grn_fals:68,too_large_offset:153,"groonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3059\u308b\u6642\u306b":30,wgs84geopoint:[38,48,117,12,162,39,64,11,91,23],order:[96,3,160,117,119,40,113,6,64,153],"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":61,offici:[23,116,147,134,102],"\u3092\u4f7f\u3063\u3066\u89e3\u653e\u3057\u307e\u3059":107,"3\u30ea\u30ea\u30fc\u30b9":[],grn_default_query_logger_set_path:6,flexibl:[102,142,119],"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":60,"po\u30d5\u30a1\u30a4\u30eb\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":134,grn_network_is_down:2,grn_unknown_error:2,grn_obj_column_scalar:108,them:[147,63,96,11,3,160,73,135,74,106,13,116,50,12,64,17,124,122,165,91],thei:[78,4,83,41,132,8,9,43,165,10,46,50,96,133,73,101,142,109,20,145,161,156,160,120,27,75,124],"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":52,fragment:31,comment_index:162,"break":[6,23],"\u6570\u304c\u5927\u304d\u3044\u307b\u3069\u591a\u304f\u306e\u30ed\u30b0\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":86,jinja2:[134,111],deatil:96,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":150,"\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":60,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":129,grn_improper_link:2,"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":[],ruby_load:[],serach:109,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":157,"\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":54,"\u304c\u30c6\u30fc\u30d6\u30eb\u5358\u4f4d\u306e\u30c0\u30f3\u30d7\u306b\u5bfe\u5fdc":138,network:[6,38,153,46],morpholog:[119,165,133],"offset\u306b\u5bfe\u5fdc\u3059\u308bhook\u306e\u76f4\u524d\u306b\u65b0\u305f\u306ahook\u3092\u633f\u5165\u3057\u307e\u3059":82,palal:134,"\u4ed5\u69d8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":65,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":139,standard:[50,39,3,8,91],vector_column:[43,113],sequence_dataset:163,"\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":96,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":121,"\u8fd4\u4fe1\u5148\u60c5\u5831\u306a\u3069":[],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u3084\u5b9f\u884c\u901f\u5ea6\u6e2c\u5b9a\u304c\u53ef\u80fd\u3067\u3059":150,"\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19":[],regress:113,grn_qlog_path:6,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":150,"akio\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":138,"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":157,independ:119,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[29,155],"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":134,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u52a0\u7b97\u3057\u307e\u3059":68,grn_proc_set_selector:66,john:[151,128],"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf\u3084\u30d1\u30c3\u30b1\u30fc\u30b8":134,latitude_in_degreexlongitude_in_degre:133,"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":98,target:[78,3,41,6,90,66,165,46,50,96,48,73,12,16,102,111,56,145,23,67,68,160,27,72],provid:[3,4,167,83,84,6,8,43,10,46,147,11,13,15,102,44,109,156,69,116,117,118,119,25,135,75,166,91],minut:[133,109,162,64,43,132],"\u30ea\u30ea\u30fc\u30b9\u306e\u969b\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u3066":134,"\u958b\u3053\u3046\u3068\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":71,"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":[],latter:[166,156],indexbuf:108,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":52,"\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":112,"\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":[],usernam:[38,90],"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":157,"http\u30ea\u30af\u30a8\u30b9\u30c8\u306b\u6307\u5b9a\u3055\u308c\u305furi\u306b\u5bfe\u5fdc\u3059\u308b":30,"128551935x502796434":[],"128551935x502796433":[],gronnga:10,excut:113,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u3092\u3057\u305f\u308a":112,"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":114,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u306a\u3044\u306e\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":129,protocol:[],"column\u306f":108,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":61,latenc:150,"\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":134,"\u3055\u3089\u306b":[],"groonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306ffreecod":134,liblzo2:[135,13],keyword2:[6,145],keyword1:[6,145],grn_obj_key_with_si:100,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831":[],optimum:8,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":[],awar:34,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5185\u306e\u3059\u3079\u3066\u306e\u30c7\u30fc\u30bf\u3092\u51fa\u529b":141,suffixsearchterm:[160,133],"\u518d\u73fe\u624b\u9806\u3092ml\u304bredmine\u306b\u5831\u544a\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":112,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":1,"table\u304c":100,accord:[12,11],hai:60,res_tabl:150,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":129,"b\u306f\u5fc5\u305aa\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":100,address_is_in_us:153,howev:119,"\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":141,grn_obj_check:68,"\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":93,com:[96,3,134,117,12,64,91,92,106,46,69],"\u30ed\u30b0\u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":21,"jekyll\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3089":134,"\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066\u4e92\u63db\u6027\u304c\u4fdd\u8a3c\u3055\u308c\u307e\u3059":65,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":150,"user_data\u3092\u30ad\u30fc\u3068\u3057\u3066":45,"\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":134,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":138,"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":1,modifi:[148,165,91,80],"source\u4ee5\u4e0b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0":134,uint16:[39,113],snippet3:27,enginen:43,"benchmark\u304c\u5229\u7528\u3059\u308bgroonga":150,"\u30b3\u30de\u30f3\u30c9\u306bquery_expander\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066":[],"\u305d\u306erecord\u306eid\u3092\u8fd4\u3057\u307e\u3059":100,"\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":[],inhibit:99,grn_ctx_db:15,gnu:[],zlib:[],sourceforg:[134,22],grn_obj_prepend:68,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":114,aio:113,"\u5165\u529b":[5,21,95,93],cond:113,conf:[148,126,8,124],"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":114,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":157,grn_cach:[],perform:[],"\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":39,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":54,warri:123,descend:[136,96],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u305f":138,"\u3068\u3044\u3046\u6587\u5b57\u5217\u3067\u691c\u7d22\u3057\u305f\u5834\u5408\u306b":[],"\u6771\u4eac":[61,129],unsupported_command_vers:153,"\u69cb\u9020\u4f53\u306b\u95a2\u3057\u3066\u306f":15,hana:38,hang:113,hand:[161,12,119,102,8,67],"\u5b9f\u884c\u9806\u4f4d\u3092\u6307\u5b9a\u3057\u307e\u3059":82,blog_bodi:61,o_binari:6,client:[],thi:[34,44,78,3,4,120,84,41,6,90,8,66,131,43,165,115,46,80,50,96,11,133,73,12,164,13,16,102,51,104,111,144,145,56,146,59,109,20,148,132,113,147,63,161,64,153,85,23,67,68,156,69,116,162,160,117,118,119,25,26,27,163,122,135,123,75,124,76,77,91],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3078\u306e\u30ea\u30f3\u30af":134,"_score":[38,96,11,3,108,73,61,136,75,113,6,102,64,109,52,43,23,67,162,133],no_such_devic:153,"table_list\u306f":93,"\u691c\u7d22\u7d50\u679c\u306b\u3088\u3063\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":129,kanagawa:[],"\u30e6\u30fc\u30b6\u30fc\u306e\u81ea\u5df1\u7d39\u4ecb":[],grn_default_logger_set_path:6,"configure\u306e\u6700\u5f8c\u306b\u691c\u51fa\u3057\u305fmecab\u306e\u60c5\u5831\u3082\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":138,"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":[],"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":[],"\u8ad6\u7406\u7a4d":60,grn_ctx_per_db:[23,15],"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308btable\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u306ebase_version\u306e\u66f4\u65b0":134,scan_build:157,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":93,"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":134,night:[101,80],grn_column_name_id_len:108,grn_plugin_command_cr:[34,66],"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u306e\u5834\u5408\u306f\u6700\u5927\u9577":53,"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":[],normallexicon:166,"\u65e2\u5b58\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":21,tokenbigramsplitsymbolalphadigit:[61,102,149,32,109],grn_obj_renam:68,tasuku:36,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":129,"\u30b3\u30e1\u30f3\u30c8\u306e\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306e\u4e00\u89a7":[],shift_ji:165,grn_inappropriate_i_o_control_oper:2,repositori:[],post:[],"benchmark\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":150,obj:[35,68,71,82,114,94,72,45,105,108],comment2:67,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":158,zxvf:134,"\u3068\u306a\u308a":61,"\u3059\u308b\u3068\u5927\u4e08\u592b\u3067\u3059":112,"float":[],bound:66,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":129,grn_ctx:[],"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"ctx\u306e\u7ba1\u7406\u3059\u308b\u30e1\u30e2\u30ea\u3092\u89e3\u653e\u3057":15,coverag:157,accordingli:8,wai:[0,162,4,117,73,119,113,76,6,102,8,142,66,67,55,80],"hiroshi\u3055\u3093":138,conbin:[96,142],"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":29,"newvalue\u306e\u5024\u304b\u3089\u5f97\u3089\u308c\u308b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308bcolumn\u306e\u5024\u306e\u4e2d\u306e":108,event_dataset:[55,163],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u7ba1\u7406\u30e1\u30cb\u30e5\u30fc\u304b\u3089":134,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":61,"true":[1,89,3,80,5,84,41,7,9,131,115,95,101,96,11,133,73,12,50,102,51,139,21,56,38,59,145,62,113,63,161,64,97,85,67,155,128,160,117,162,27,29,151,166],"\u65b0\u305f\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":86,"\u4e00\u822c\u7684\u306b\u306f":68,maximum:[57,96,3,133,12,148,153,85],inaccur:6,creteria:3,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":1,emit:6,mte:36,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u964d\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[70,89,5,62,63,114,7,139,141,143,21,93,31,125,95],fedoraproject:116,score1:60,score2:60,resource_deadlock_avoid:153,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":150,"\u8a9e":114,"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":86,test:[147,116,3,134,12,162,13,150,6,135,90,8,123,67,157,91],freecod:[],"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":138,"\u6027\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":63,"\u30c6\u30fc\u30d6\u30eb\u306e\u4f5c\u6210":[],insensit:96,scorer:[],outdat:66,tajima:6,"\u3067\u89e3\u653e\u3067\u304d\u307e\u3059":15,"\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":[],masaharu:[6,99,113],"\u3069\u3046\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u306e\u304c":112,global:[],"s3ki\u3055\u3093":138,"\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306b\u3053\u3046\u3059\u308b\u3068\u3044\u3044":112,"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":60,hubeni:11,value_typ:[],"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":150,graph:119,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u8a2d\u5b9a":5,tracker:[],takiuchi:113,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":86,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":60,"\u5143\u306e\u30ec\u30b3\u30fc\u30c9\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3059original\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u3066":128,"\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":35,"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":141,"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":1,"\u30ab\u30e9\u30e0\u540d\u306f":63,administr:[],"\u306a\u3069\u3092\u8fd4\u3057\u307e\u3059":68,grn_obj_unlink:68,"\u3068\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059":134,"4gbyte":57,upper:[23,3,56],version:[],"\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":65,akihabara:64,"groonga\u3084mysql\u306erpm":134,cost:101,admin_html:[23,86],"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":60,"object\u306b\u767b\u9332\u3067\u304d\u308b\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u8fd4\u3057\u307e\u3059":105,appear:[96,78,3,160,119,27,2,156,133],"\u7def\u5ea6\u306f":39,"\u53cc\u65b9\u306b\u3068\u3063\u3066\u5b09\u3057\u304f\u306a\u3044\u72b6\u614b\u306b\u306a\u3063":112,"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":134,gener:[],satisfi:[50,113],minagawa:[66,113],"\u4e00\u884c\u306b\u8907\u6570\u306egroonga":150,redmin:66,table_hash_kei:[],trial:119,"\u305d\u306e\u969b":134,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":86,behav:[118,11],"\u305d\u306e\u6642\u70b9\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u307e\u3059":65,"\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":155,"\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":137,"\u3092\u8a66\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":112,"\u691c\u7d22\u7d50\u679c":96,"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":157,output_typ:[30,4],freq0:75,mobil:119,"bsd\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":138,httpd:[],"\u30b0\u30eb\u30fc\u30d7\u5316\u306e\u30ad\u30fc\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":96,grn_dat:23,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u5834\u5408\u306b\u9650\u3063\u3066\u30ed\u30c3\u30af\u3057\u307e\u3059":68,"648\u4ee5\u4e0a2":39,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[],key_typ:[],furigana:136,"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":134,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":61,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":157,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057":68,daiki:[6,23,138,130],prepar:[],grn_table_sort_kei:100,grn_illegal_byte_sequ:2,can:[34,0,126,2,3,4,83,84,40,86,104,41,88,6,78,90,91,9,131,43,66,165,162,10,46,128,50,96,11,133,73,12,136,13,15,16,102,51,17,111,144,145,56,38,59,109,148,132,142,99,113,147,101,63,161,64,97,153,85,23,67,156,69,116,166,160,117,106,119,25,120,27,122,135,75,124,77,72,8],clearlock:[],"\u30ed\u30b0\u306b\u306f\u6b8b\u308b":23,"res\u306btable1\u3042\u308b\u3044\u306ftable2\u305d\u306e\u3082\u306e\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3092\u9664\u3051\u3070":100,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6607\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,topic:[],"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":86,occur:[63,48,80,136,122,113,15,6,51,124,66,165,156],multipl:[],mpaa:85,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":1,uptim:[91,70,3,4,8],write:[96,162,160,99,86,88,111,67,165,32,133],grn_table_select:[],familiar:117,flanc:11,grn_cursor_ascend:137,"\u5b9f\u969b\u306b\u306f":96,product:8,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":114,southern:6,uint:6,"\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":60,"rb\u3092\u8ffd\u52a0":138,grn_too_many_open_files_in_system:2,favorit:[],grn_plugin_log:34,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":114,approv:66,increas:[96,78,73,119,149,11,42,131,124],tagger:119,still:[74,51,167,113,106],ieee:39,dynam:[99,119,3,8],window:[],"\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":60,non:[122,96,133,113,6,160],loaded_valu:59,recal:[119,142],rake:134,col2:68,col3:68,col1:68,"table\u306e\u5168\u3066\u306ecolumn\u3082\u540c\u6642\u306b\u540d\u524d\u304c\u5909\u66f4\u3055\u308c\u307e\u3059":100,"geopoint\u578b\u3067\u3059":[],"type\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":35,half:166,alisa:102,now:[],discuss:[0,22],nor:96,introduct:[],drop:[6,23,113,66],"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":93,"\uff4d\uff59\uff53\uff51\uff4c":[145,41],januari:[118,133],grn_encod:[],domain:[],replai:8,"\u52d5\u4f5c\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057":134,"takahiro\u3055\u3093\u304c\u5831\u544a":138,significantli:119,year:[132,162,133,85],grn_socket_is_not_connect:2,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u8a2d\u5b9a\u30da\u30fc\u30b8":134,shown:3,"buf_size\u306b\u6307\u5b9a\u3055\u308c\u305f\u500b\u6570\u3092\u4e0a\u9650\u3068\u3057\u3066indexbuf\u306b\u8fd4\u3057\u307e\u3059":108,space:[34,96,78,3,160,73,119,120,113,50,75,23],acccess:126,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":150,"\u307e\u305f\u901a\u5e38\u306f":39,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30ed\u30fc\u30ab\u30eb\u306bweb\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":134,"\u305d\u308c\u4ee5\u5916\u3092\u6307\u5b9a\u3059\u308b\u3068true\u306b\u306a\u308a\u307e\u3059":39,"ctx\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":15,"table\u306b\u65b0\u305f\u306a\u30ab\u30e9\u30e0\u3092\u5b9a\u7fa9\u3057\u307e\u3059":108,grn_db_kei:99,care:[43,84,160,96,106],"release\u30b3\u30de\u30f3\u30c9\u3067\u306f":134,couldn:6,arnaud:23,"175904000x8464000":11,british:80,grn_ctx_get_match_escalation_threshold:54,directli:162,with_check:[66,120],rins:134,yourself:123,column_n:161,size:[],silent:69,bookmark:73,"path\u306b\u306fcutter\u306e\u30bd\u30fc\u30b9\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":134,friend:[38,76],column_3:161,column_2:161,column_1:161,kenichi:[23,138],"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":65,"\u6307\u5b9a\u3057\u305f\u5024\u306f":[],"\u4e8c":43,"\u30b3\u30de\u30f3\u30c9\u3067\u5024\u3092\u683c\u7d0d\u3059\u308b\u3068\u304d\u306f":39,"\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":60,"\u53d6\u5f97\u3067\u304d\u305f\u4ef6\u6570\u304c\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3055\u308c\u307e\u3059":68,than:[],"\u305d\u308c\u305e\u308c\u3092\u5358\u4f4d\u3068\u3057\u305f\u8a9e\u5f59\u8868\u306b\u7d22\u5f15\u3092\u7ba1\u7406\u3057\u307e\u3059":129,"key\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":137,"\u5dee\u5206\u3092":150,"32bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":39,"\u30ad\u30fc\u30ef\u30fc\u30c9\u3068geopoint\u306e\u4e21\u65b9\u3092\u6761\u4ef6\u306b\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3059":[],"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":45,browser:[165,91,106],analysi:[119,165,133],grn_obj_compress_lzo:108,"\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],your_new_db:23,"txt\u306e\u5185\u5bb9":134,"obj\u306e\u578b\u3092\u5909\u66f4\u3057\u307e\u3059":68,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":93,"\u3059\u308b\u3068":157,begin:158,"6813819x139":[12,64],"\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":86,price:12,"\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":[],renam:[3,83,113,6,51,23],"macports\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":23,"\u3068\u308a\u3068\u3093":[160,133],"6909211x139":64,"\u5229\u7528\u8005\u306f\u56f0\u3063\u305f\u307e\u307e\u3068\u306a\u308b\u306e\u3067":112,column_renam:[],"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":114,"prefix\u304cmin_size\u30d0\u30a4\u30c8\u4ee5\u4e0a\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,"\u3053\u306e\u3068\u304d":129,concurr:132,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[],"table\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":100,pakcag:147,onli:[34,126,2,3,83,40,41,6,78,90,8,131,115,46,50,96,97,133,12,136,13,16,102,111,56,147,145,101,161,64,151,104,85,67,156,69,116,166,160,119,27,135,123,106],"\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":61,"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":60,"\u3050\u308b\u3093\u304c":[160,133],"\u8a18\u53f7\u3067\u30c8\u30fc\u30af\u30f3\u3092\u533a\u5207\u308btokenbigramsplitsymbol\u3092\u4f7f\u7528":138,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_level\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":5,overwritten:64,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":86,"128mb":6,allow_pragma:96,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":65,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":155,error_loc:122,"configure\u306e":23,ggdb3:134,sport:38,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":52,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":1,n_like:[122,124,96,160,133],"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":114,between:[],"import":[16,96,78,160,134,73,119,26,113,15,6,8,165,23,88,156,46,56],"\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":134,pthread_:113,"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":61,"db\u306e\u5185\u5bb9\u306e\u6700\u7d42\u66f4\u65b0\u6642\u523b\u3092\u73fe\u5728\u6642\u523b\u306b\u3057\u307e\u3059":71,instroduc:113,nearbi:119,"\u305f\u3068\u3048\u3070":129,tutori:[],grn_encoding_pars:110,"time\u578b\u306b\u3064\u3044\u3066\u306f":[],"\u4ee5\u4e0b\u306e\u3088\u3046\u306bdocument_version\u3084document_version_full\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u307e\u3059":134,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":134,grn_too_many_link:2,exploit:119,"debian\u7cfb\u3082\u3057\u304f\u306fr":134,invers:66,"\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[35,68],"\u30e6\u30fc\u30b6\u30fc\u306e\u540d\u524d\u3084\u81ea\u5df1\u7d39\u4ecb\u6587":[],"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":158,emphas:97,rubi:[59,36,73,119,145,41,6,142,131,66,69],"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":86,"\u5024\u304c\u56fa\u5b9a\u9577\u3067\u3042\u308b\u30ab\u30e9\u30e0\u306e\u307f\u304cobj\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":68,"edge\u306fctx\u3092\u542b\u3080":121,"\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":15,"\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":15,grn_resource_temporarily_unavail:2,"flags\u306e\u5024\u306b\u4ee5\u4e0b\u306e\u5024\u3092\u52a0\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":63,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d":15,nnede:124,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_create\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":63,develop:[],etc:[126,3,134,12,148,6,135,8,124,76,156,46],media:66,gentlemen:[],epoch:[12,162],document:[],do_loc:150,finish:132,"\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":134,someon:162,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":114,eito:113,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":60,repoforg:[6,116],theater:80,grn_permission_deni:2,"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":61,"key_type\u306bt":100,"_post":134,"\u306e\u4ed5\u69d8\u3092\u8ffd\u52a0":138,grn_column_name_scor:108,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":86,"8bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":39,isssu:113,mmap:[],"wheezy\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8ffd\u52a0":23,"groonga\u306a\u3046":[],"\u30ad\u30fc":86,grn_plugin_proc_get_var:[34,66],real:[119,27,124],swig:36,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":150,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":86,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u3068\u306f":[],"\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":96,invalid_argu:153,benefit:126,cascad:[],output:[],unsplit:[96,60],"key\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u3057\u3044record\u3092table\u306b\u8ffd\u52a0\u3057":100,index_friend:38,"\u51e6\u7406\u6642\u9593":96,"146249000x":162,ff9e:166,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[89,5,62,7,139,21,95],"\u30d9\u30af\u30bf\u306e\u5024\u3092":138,"615\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,grn_no_such_file_or_directori:2,tomoatsu:[6,138],unicod:166,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":150,grn_bad_file_descriptor:2,src:[12,135],central:162,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":86,degre:[12,23,64,133,73],backup:141,processor:[147,135,116,13,119],"\u53f3\u4e0b":1,"\u53f3\u4e0a":1,"\u305d\u306e\u305f\u3081":[128,134,61,129,150,141],insuffici:12,your:[],"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":158,log:[],area:119,aren:[96,160,83,40,27,6,8,124,66,46,56],start:[],"\u7a7a\u6587\u5b57\u5217\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3059\u308b\u3068false\u306b\u306a\u308a":39,lot:113,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":150,submiss:[43,136,109,75],"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":155,ealier:6,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c":96,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u30921\u884c\u306b1\u3064\u305a\u3064\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":150,"2\u884c\u76ee":150,grn_not_socket:2,"default":[],"\u6a19\u6e96\u5165":[7,125],"\u3068\u5171\u306b":108,invalid_seek:153,multibyt:23,pseudo:[50,96,160,117,113,6,64,66,133],"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":98,value_1:[3,91],prepend:[133,8,160],valid:[3,12,83,75,113,6,66,23],"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u9577\u3055\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"hook\u56fa\u6709\u60c5\u5831\u683c\u7d0d\u30d0\u30c3\u30d5\u30a1\u3092\u6307\u5b9a\u3057\u307e\u3059":82,grn_obj_add_hook:82,you:[34,0,126,2,3,4,104,83,84,40,86,144,41,6,131,78,90,91,9,92,43,66,165,145,46,80,50,96,11,133,135,74,136,13,15,16,102,51,17,111,128,120,55,56,146,38,59,153,147,148,118,142,99,113,63,161,64,97,162,22,85,23,67,156,69,116,166,160,117,106,119,73,26,27,163,122,12,151,123,75,124,76,77,8],string2:98,string1:98,poor:156,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092key\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":137,"delete\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u305f\u3053\u3068\u306e\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u306f":68,grn_object_corrupt:2,"\u8a72\u5f53\u3059\u308b\u7bc4\u56f2\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":137,reduc:[126,80,109,83,113,6,119,46],"n_builtin_type_names\u306b\u306f":71,naoya:[66,113],"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":114,"\u3092\u683c\u7d0d\u3057\u307e\u3059":108,drilldown_offset:[],month:[38,162,133,132],"2\u3064\u76ee\u306e\u65b9\u6cd5\u306f":[],"4byte":153,"users\u30c6\u30fc\u30d6\u30eb\u306efollower\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],articl:67,"body\u3092\u4f5c\u6210\u3057\u307e\u3059":63,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":150,zlib_error:153,mechan:[6,8,46],"\u3067\u6271\u3063\u305f":[],"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":65,veri:[50,96,160,38,83,122,27,41,6,119,43,145,46,133],"\u66f4\u65b0\u5f8c\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"index\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":108,patsuffix:128,query_flag:[],masafumi:[66,113],"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":60,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":114,"\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":35,tokenkytea:6,groonga_dir:134,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":129,"benchmark\u7528\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u5206\u3067\u4f5c\u6210\u3059\u308b\u3053\u3068\u3082\u65e2\u5b58\u306e\u3082\u306e\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":150,"\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":134,"\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ad\u30fc\u3092\u691c\u7d22\u3057":100,learner:[],"\u95a2\u6570\u306f":[29,98,60,155,58],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":114,naoina:[6,113],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":150,too_many_symbolic_link:153,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":158,snippet1:27,"min_size\u30d0\u30a4\u30c8\u672a\u6e80\u306e\u30d3\u30c3\u30c8\u306b\u5bfe\u3059\u308b\u30ce\u30fc\u30c9\u3067":137,snippet2:27,ultra:38,"\u305d\u306e\u5185\u5bb9\u3092data\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8fd4\u3057\u307e\u3059":82,amount:6,"\u3092\u6307\u5b9a\u3059\u308b\u3068max\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":137,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":157,score_1:118,score_2:118,hoge:[86,98],famili:[78,133],"1024r":134,"\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":134,"\u30c8\u30e2\u3061\u3083\u3093":38,"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306f":68,"am\u30d5\u30a1\u30a4\u30eb\u3078\u3068\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059":134,bash:165,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":129,fulltext:[147,96,40,160,102,83,145,13,25,41,27,135,78,133,67,166,116,126,56],"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":1,groonga_vers:23,score_n:118,cutter_dir:134,histori:23,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":139,"grn_rc\u306b\u5bfe\u5fdc\u3059\u308b\u6570\u5024\u304c\u8fd4\u3055\u308c\u307e\u3059":96,"\u65e2\u5b58\u306edb\u3092\u958b\u304d\u307e\u3059":71,"\u3059\u3063\u3071\u3044\u30d6\u30c9\u30a6\u3068\u7518\u3044\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":[],grn_db_int:68,phrase:[],string:[],"expr\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059":105,anoth:[6,156,96,72,119],spreadsheet:156,snippet:[6,36,27,113],grn_expr_syntax_escap:72,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":134,"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":108,"\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068dist":134,"\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":86,"\u4ed6\u306e\u30e2\u30fc\u30c9\u3067\u8d77\u52d5\u3057\u305fgroonga\u3068\u540c\u3058\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":30,allow_column:[96,160],"\u5143\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u307f\u691c\u7d22\u3059\u308b\u305f\u3081\u306b":128,grn_table_group:100,egg:67,narwhal:23,logrot:6,"\u306b\u3066\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30ea\u30ea\u30fc\u30b9\u6848\u5185\u3092\u4f5c\u6210\u3057\u307e\u3059":134,help:[],grn_proc_funct:34,soon:[40,27,46],"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":158,paramet:[],"\u304a\u304b\u3057\u306a\u7d50\u679c\u3092\u8fd4\u3059\u554f\u984c\u3092\u4fee\u6b63":138,systemd:6,"\u6b63\u5e38\u306b\u30d3\u30eb\u30c9\u304c\u7d42\u4e86\u3059\u308b\u3068":134,"\u5024\u306e\u7bc4\u56f2\u306f1":52,shimada:6,comments_cont:67,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":61,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":60,"\u7279\u6b8a\u547d\u4ee4\u306f\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4efb\u610f\u306e\u5834\u6240\u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,range_error:153,"null\u306f\u4e0a\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":137,"proc\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":100,"\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u3067\u5024\u304c\u8fd4\u5374\u3055\u308c\u307e\u3059":96,iff:3,"build\u30b3\u30de\u30f3\u30c9\u4ee5\u5916\u3067\u3082":134,fulli:[6,8],yito:[6,113],"\u4e3b\u30ad\u30fc\u306e\u578b\u3068\u30ab\u30e9\u30e0\u306e\u578b\u306b\u306f":39,"\u307e\u305a\u306f":[],heavi:96,grn_column_nam:108,"\u30b9\u30ec\u30c3\u30c9\u6570":150,"\u30d5\u30a1\u30a4\u30eb":134,todo:[],event:46,"\u3080\u308b\u3093\u304c":[160,133],"http\u30b5\u30fc\u30d0\u30fc":[],"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306frpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":134,proxy_pass:8,publish:[66,134],"\u691c\u7d22\u5bfe\u8c61\u306e":61,trusti:[66,13],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408\u306f":63,"shutdown\u306f":125,textil:134,"1\u30ea\u30ea\u30fc\u30b9":[],"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":65,pub:[116,134],asc:134,reason:[96,117,148,126,6,43,165,46,56],base:[126,78,41,6,91,43,165,147,48,133,13,55,106,109,145,113,116,162,160,118,119,27,135,75,167,8],grn_ctx_fin:[6,15],put:[66,160,124,106],"groonga\u53ca\u3073groonga":150,rect:[6,11,155],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":150,due:[119,27],assign:[],"\u4fee\u6b63":[],"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u305b\u3093":65,placehold:113,miss:[6,23,156,113,66],"table\u5185\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30bd\u30fc\u30c8\u3057":100,conditional_probability_threshold:[23,136],station:[162,64,40],zeromq:165,schema:[96,11,160,109,145,27,41,101,102,97,163,161,85,124,67,151,133],"file\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8":138,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":129,"max\u3068common":137,grep:[135,116,13,147],jqueri:66,"\u4efb\u610f\u306edb\u540d":150,str:72,"grntest\u3067\u306fgroonga\u30b3\u30de\u30f3\u30c9\u3092\u660e\u793a\u7684\u306b\u3057\u3066\u3044\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":134,"\u5bfe\u8c61\u306ecolumn\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"\u3092\u7528\u3044\u308b\u3079\u304d\u3067\u3059":68,"windows\u5411\u3051":134,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":60,"null":[],"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":100,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":114,lib:[126,138,8,113,9],"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":134,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":96,elapsed_tim:[122,132],"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":155,"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":157,"\u66f4\u65b0\u3055\u308c\u308b\u305f\u3073\u306b1\u305a\u3064\u5927\u304d\u304f\u306a\u308a\u307e\u3059":65,grn_snip:[6,66],tokenbigramsplitsymbol:[61,149,32],"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":157,grn_proc_get_typ:66,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":100,clear:[6,23,68,134,66],grn_too_many_open_fil:2,clean:[157,134],newvalu:108,weight_in_weight_vector:73,latest:[],grn_ctx_t:2,northern:6,"\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":134,wanab:113,yml:69,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":65,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":138,grn_connection_refus:2,max_siz:137,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":157,"\u3082\u3057\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u4e2d\u8eab\u306b\u95a2\u308f\u3089\u305a\u52d5\u4f5c\u3092\u7d9a\u3051\u3066\u3057\u307e\u3044":150,grn_get_default_encod:110,grn_obj_compress_zlib:108,remot:[],"\u68ee\u7530":38,"\u82b1\u5b50":38,grn_hook_get:82,doc_bodi:80,"\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":134,grn_obj_is_lock:68,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":61,close:[50,83,145],"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":63,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":150,"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":157,isob:113,numer:[],no_locks_avail:153,both:[3,83,90,43,46,147,96,133,73,13,101,127,63,64,153,116,160,119,27,122,135,123,162],grn_range_error:2,geopoint:[],"\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,86],condition2:133,condition1:133,"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":138,"127975798x502919856":[],"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306fkey\u9577\u3092\u8fd4\u3057\u307e\u3059":100,"000x":106,too_small_limit:153,header:[],"\u623b\u308a\u5024\u3067\u3042\u308b":107,linux:[],tokenbigramignoreblanksplitsymbol:[61,149,32],"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":150,stamp:[132,43,109,75],"\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":60,"null\u306a\u3089temporari":71,"\u8ee2\u7f6e\u7d22\u5f15\u306bweight\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":108,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":95,"\u30ed\u30c3\u30af\u3092\u518d\u5e30\u7684\u306b\u89e3\u9664\u3057\u307e\u3059":95,grn_table_sort_desc:100,combind:160,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[29,155],grn_table_cursor_get_kei:137,coordin:[12,11],"\u30c7\u30fc\u30bf\u306e\u30ed\u30fc\u30c9":[],unpatch:36,look:2,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":155,"while":[101,78,119,113,6,51],"\u691c\u7d22":[],"\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":86,grn_zlib_error:2,grn_column_name_value_len:108,loop:[6,66],pack:[],"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":150,readi:[96,133,6,111,165,160],readm:[113,134],fedora:[],belong:[127,117],"xml\u304c\u6307\u5b9a\u53ef\u80fd\u3067\u3059":30,"\u51e6\u7406\u958b\u59cb\u6642\u9593":96,grand:162,octal:133,"\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":68,src_kei:100,imagin:[96,117],optim:66,grn_set_default_match_escalation_threshold:54,temporari:[],user:[],"takuto\u3055\u3093\u304c\u5831\u544a":138,"\u306e\u30ab\u30e9\u30e0":[31,95],"\u306b\u6e21\u3055\u308c\u305fuser_data\u3092\u6307\u5b9a\u3057\u307e\u3059":45,"\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":86,input_output_error:153,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":158,"\u4e0a\u4f4dlimit\u500b\u306e\u8981\u7d20\u3092result\u306b\u683c\u7d0d\u3057\u307e\u3059":100,"null\u306a\u3089\u7121\u540dtable\u3068\u306a\u308a\u307e\u3059":100,"koi8r\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":86,nise_nab:66,"\u30af\u30a8\u30ea\u306e":61,recurs:[96,156,8],"56880000x":11,"\u3088\u3046\u3053\u305d":[],nginx:[],"\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f0\u3092\u8fd4\u3057\u307e\u3059":100,"\u3084\u308a\u3068\u308a\u3092\u8003\u3048\u306a\u304f\u3066\u826f\u3044\u3067\u3059\u304c":112,address_is_not_avail:153,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":114,grn_table_sort:100,signal:66,resolv:[6,23,31,73],elaps:[133,118,122,132,23,4],"32bit":113,popular:[96,73],"\u30c7\u30d5\u30a9\u30eb\u30c8":60,"sigsegv\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":100,creation:[23,3,113],some:[57,122,78,160,163,73,119,132,113,22,6,102,147,144,17,124,66,165,72,106],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":31,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":150,"\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,7],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,"output_type\u3068\u3044\u3046\u5f15\u6570\u540d\u3092\u7528\u3044\u3066output_type\u3092\u6307\u5b9a\u3057\u307e\u3059":30,entry_bodi:63,run:[],step:[3,12,90,75,165,106],"1\u3064\u76ee\u306e\u65b9\u6cd5\u306f":[],"\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":[],"\u3082\u3057test":150,"\u89e3\u653e\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":15,"\u305d\u3053\u3067":61,grn_no_memory_avail:2,idf:66,"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":107,block:[12,8,113,56],libzmq:[135,13],grn_no_space_left_on_devic:2,"93933868408203e":4,grn_expr_append_obj:[60,72],within:[43,64,162,109],"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":134,grn_obj_key_uint:53,"\u3068\u3057\u3066\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u3082\u306e\u3068\u3057\u3066\u8aac\u660e\u3057\u307e\u3059":134,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":61,nokubi:66,patprefix:128,"\u5b58\u5728\u3059\u308c\u3070\u6307\u5b9a\u3055\u308c\u305fid\u3092":100,properli:[6,91,160],"\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":23,pangolin:[6,13,134],tokenbigramignoreblanksplitalpha:32,hereaft:119,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u306e\u9375\u304c\u5fc5\u8981\u3067\u3059":134,newer:[66,111],info:[5,7,8],utc:[122,133],"0xc7":153,utf:[36,4,118,113,166,6,165,133],"\u540c\u4e00\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308b\u306a\u3089":65,"column_create\u306f":63,munin:[],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":60,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":150,"\u3044\u304d\u306a\u308aredmine\u3067\u30d0\u30b0\u5831\u544a\u3092\u304a\u9858\u3044\u3059\u308b\u3068":112,"files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":134,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u5909\u66f4\u3057\u307e\u3059":110,grn_cas_error:2,doesn:[34,78,80,83,84,40,6,8,43,165,46,96,133,101,51,17,56,109,113,85,66,156,160,27,122,124,166,167],repres:[38,80,12,86,142,72,133],"homebrew\u306e\u66f4\u65b0":[],before_instal:69,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb":134,"\u3067\u9023\u7d50\u3057\u305f\u6587\u5b57\u5217\u3067\u3059":68,pronounc:142,titl:[38,96,3,160,117,98,12,113,161,91,134,67,133],accross:6,grn_ctx_close:[23,66,15],orangain:113,sigcont:113,"\u7d22\u5f15\u304c\u4e0d\u6b63\u306b\u5927\u304d\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":138,draw:38,"groonga\u5358\u4f53\u3067test":150,"\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":138,"\u30ab\u30e9\u30e0\u540d\u7b49\u3092":68,"\u8907\u6570\u4eba\u306b\u3088\u308b\u30b5\u30dd\u30fc\u30c8\u3092groonga\u3067\u884c\u3046\u5834\u5408\u306b":112,eval:131,"architectures\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":134,kawaji:6,"0\u4ee5\u4e0a65":39,"\u51fa\u529b\u3092\u884c\u3046\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":96,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c":65,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":[157,134],"\u691c\u7d22id\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"146741340x":162,ruby_script:131,friendli:6,nippon:43,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":150,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":129,"\u5185\u90e8\u7684\u306a\u5909\u66f4":134,button:[6,113,106],hemispher:6,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":86,"\u4e00\u5de5\u592b\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":128,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":23,"max\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":137,download:[147,116,134,20,13,135,90,165,77],grn_obj_decr:68,onigmo:66,experiment:[16,59,145,120,27,41,113,6,66,131,23,99,167],"\u975e\u4e92\u63db\u306a\u5909\u66f4\u304c\u542b\u307e\u308c\u308b\u306e\u3067\u3042\u308c\u3070":134,"\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":71,becom:[12,11,36,119],accessor:100,convert:[12,83,2,162,166],convers:[23,8],blogroonga:[],"\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":[],"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":150,chang:[],"\u8868\u8a18\u306e\u63fa\u308c\u3092\u5438\u53ce\u3057\u3066\u691c\u7d22\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f":[],"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":52,danger:[51,46],grn_plugin_mutex_clos:34,"boolean":[],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":95,query_expand:[],"drilldown\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024\u306e\u7570\u306a\u308a\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":96,query_expans:[],"\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":[89,62],soundkitchen:[6,23],grn_column_renam:108,about:[],"23t02":133,"groonga\u3092\u5e83\u304f\u901a\u77e5\u3057\u307e\u3059":134,"\u30b3\u30de\u30f3\u30c9\u306e\u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":138,"\u5b58\u5728\u3057\u306a\u3051\u308c\u3070":100,"shibuya\u3055\u3093":138,retriev:[119,96],"\u3042\u3068\u306f\u30d6\u30e9\u30a6\u30b6\u306b\u3066http":134,min_siz:137,meet:[66,64,126,162],mitsuhiro:138,control:[],"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":155,"clone\u6e08\u307f\u306egroonga\u306eweb\u30b5\u30a4\u30c8\u306e\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30bd\u30fc\u30b9":134,sudo:[147,116,134,20,148,13,126,6,135,91,111,124,165,157,77],directory_not_empti:153,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":63,tokendelimit:[149,78,32,75],"\u6df1\u523b":61,lifecycl:69,narg:72,"op\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u53ef\u80fd\u306a\u3082\u306e\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":108,"function\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bgrntest\u306e\u30bd\u30fc\u30b9\u3092\u5c55\u958b\u3057\u307e\u3059":134,int16:[39,138,113],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6b63\u898f\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u304ckey\u3068\u306a\u308a\u307e\u3059":100,decrib:8,"\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":134,"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":129,rakutan:67,otehr:56,normalizernfkc51:[],"\u304c2\u4ef6":[],"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":86,"namebuf\u306b\u8a72\u5f53\u3059\u308b\u540d\u524d\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":[68,108],"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":60,"\u30de\u30af\u30ed\u306a\u3069\u3067\u521d\u671f\u5316\u6e08\u307f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":68,sysconfig:126,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":138,"\u3053\u306e\u5834\u5408":137,"\u547c\u51fa\u5074\u3067\u6e96\u5099\u3059\u308b":[100,68,108],grn_plugin_proc_alloc:34,read_only_file_system:153,grn_ctx_set_command_vers:15,"shorttext\u578b\u306e\u5024\u3092\u683c\u7d0d\u3059\u308b\u30ab\u30e9\u30e0":63,handl:[2,12,83,113,124,8,148,66],auto:[6,136],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":31,succeeded_or_not:[51,151,115],"\u30e6\u30fc\u30b6\u3078\u5f71\u97ff\u3059\u308b\u3088\u3046\u306a\u5909\u66f4":134,parameter1:8,"\u4ee5\u964d\u306e\u8aac\u660e\u3067\u306f":134,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":150,column_information1:84,column_information2:84,"\u6295\u7a3f\u8005\u306e\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":[],"\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":61,"\u578b\u306e\u5024\u3092\u76f4\u611f\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u306e\u3067":128,"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":70,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":150,chunk:[148,124,114],"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":157,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u305f\u3081\u306e\u30c6\u30fc\u30d6\u30eb\u3067\u3059":[],"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":150,special:[106,96,2,3,160,145,27,41,113,122,78,91,165,72,17],groo:[118,96],"\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":96,suitabl:[101,83,56],haneda:[],grn_geo_estimate_in_rectangl:[23,48],new_vers:134,"quit\u306f":143,"\u3092\u6307\u5b9a\u3059\u308b\u3068":[137,108],manipul:142,grn_match_escal:[],"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":150,latitude_in_msecxlongitude_in_msec:133,keep:[57,101,73,15,16,23],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3055\u308c\u306a\u3044":138,geometri:23,largetext:83,"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":157,grn_cursor_by_id:137,"scorer\u306f":96,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":139,buf_siz:[100,68,108],"groonga\u30b3\u30de\u30f3\u30c9\u306b":138,mkdir:141,attach:[166,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":134,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[61,30,39,150],"final":[34,96,8,73],travi:[],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u7d42\u3048\u305f\u3089":134,exactli:148,"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":1,"20km":162,"groonga\u306f":157,sequence_queri:163,extrct:133,"yes\u3092\u6307\u5b9a\u3059\u308b\u3068chroot\u74b0\u5883\u3067\u4e26\u5217\u306b\u30d3\u30eb\u30c9\u3092":134,concatin:[6,118,113],msec:[23,17],tabl:[],"null\u306a\u3089\u81ea\u52d5\u7684\u306b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":[100,108],border:[6,78,85],fluent:92,grn_obj_search:94,"0x08":153,"0x04":153,"grntest\u304cmlock\u306e\u60c5\u5831\u51fa\u529b\u306b\u5bfe\u5fdc":138,"0x01":153,"0x02":153,"\u30ed\u30b0\u3092":134,ifexist:50,singl:[78,3,73,120,113,50],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u95a2\u3059\u308b\u52d5\u4f5c\u3092\u8a2d\u5b9a\u3057\u307e\u3059":96,"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":155,"\u3067\u306f\u307e\u3068\u3081\u3066\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u307e\u3059":134,"\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3057\u307e\u3059":68,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":61,kazuhiro:113,"\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":30,url:[23,141,46],uri:8,grn_table_upd:100,"\u4e3b\u30ad\u30fc\u306e\u578b\u306b\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":39,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f":[],fontain:23,"null\u4ee5\u5916\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408":100,"\u3067\u751f\u6210\u3057\u305fcursor\u3092\u89e3\u653e\u3057\u307e\u3059":137,grn_index_cursor:[],"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":158,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":107,ssssss:132,object_corrupt:153,"146867000x":162,"\u30d3\u30eb\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":134,launchpad:[66,13],"\u30b5\u30fc\u30d0\u304c\u81ea\u52d5\u7684\u306b\u306f\u8d77\u52d5\u3055\u308c\u306a\u3044\u306e\u3082\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u5834\u5408\u3068\u540c\u69d8\u3067\u3059":150,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[93,86],"\u3053\u308c\u3067":134,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":61,"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":65,"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":96,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u672b\u5c3e\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":68,enabl:[],"grntest\u3068\u3044\u3046\u540d\u524d\u3067grntest\u306e\u30bd\u30fc\u30b9\u3092\u914d\u7f6e\u3057\u307e\u3059":134,"masahiro\u3055\u3093":138,gram:[119,78,3,133],"output_columns\u304b\u3089_value\u3092\u524a\u9664":138,contain:[],kawada:66,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u306710":61,orphan:113,"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":60,latin:86,statu:[],correctli:[6,3],wibowo:113,tend:67,written:[162,111,9],benchmark:[],grn_retry_max:2,all_record:6,kei:[],grn_no_child_process:2,"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":114,"\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":107,eclips:106,"\u3053\u308c\u3082":[],"\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":61,admin:[6,23,138,113,66],jersei:162,"\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":138,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":139,"po\u306e\u5b9f\u884c":[],"\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":112,cutter_source_path:134,"\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":141,"obj\u306b\u5c5e\u3059\u308bobject\u3082\u518d\u5e30\u7684\u306b\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059":68,"\u5185\u8a33\u306f":61,"\u304c\u3042\u308a\u307e\u3059":[30,134],quit:[],addition:64,quiz:38,"\u305d\u306e\u305f\u3081\u306b\u306f\u307e\u305a\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":134,treat:[96,78,133,109,40,113,6,43],"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[89,5,62,7,139,21,95],downcas:166,"\u65e5\u672c":43,"\u6709\u52b9\u306a\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u591a\u304f\u30d2\u30c3\u30c8\u3059\u308b\u305f\u3081\u306b":96,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":93,"sort\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":100,delimit:[12,119,78,113,75],drildown:[],"12gb":148,glossari:69,"\u5bfe\u8c61table2\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u306e\u5909\u66f4\u3042\u308a":23,longitude_in_msec:133,"proc\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":45,demo:38,"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":61,welcom:[96,160,74,162,22,133,76,106],grn_table_cursor_t:137,"\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":61,"\u30ab\u30e9\u30e0\u306e\u578b\u306b\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":39,speaker:22,"\u6642\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":138,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":139,crch:78,entry_selector:139,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":61,nsubrecs_column:108,http:[],"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":134,"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":61,effect:[6,50,162],"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":86,rpmforg:116,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":[],well:[119,113,27,91,165,8],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":143,operation_would_block:153,undefin:12,"\u4ee5\u4e0b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":68,lcov:157,distanc:[11,133,119,40,6,64],koi8r:[6,165],remove_blank:120,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u30af\u30ea\u30a2\u3057\u307e\u3059":68,"\u306e\u30b3\u30e1\u30f3\u30c81\u4ef6\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":[],"log_reopen\u306f":21,jeff:128,bc009774:134,patricia:[],"po\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a\u66f4\u65b0\u3057\u305f\u5404\u7a2e":134,grn_ctx_get_command_vers:15,"text\u578b\u3068longtext\u578b\u306b\u3064\u3044\u3066\u306f":39,"\u3067\u533a\u5207\u308a\u307e\u3059":86,logger:6,"obj\u3092\u5bfe\u8c61\u3068\u3057\u3066query\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057":94,int32:[3,39,6,43,96,11,133,73,136,102,51,38,109,61,113,64,85,66,67,160,117,162,75],ryoji:66,pikonyan:38,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":52,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":150,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":114,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":150,dat_kei:83,tomita:138,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":158,grn_file_corrupt:2,necessari:[23,3],"\u4e0b\u8a18":137,page:[],"\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":138,lager:113,use_offline_index:99,assgin:133,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[158,86],"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":100,out_http:150,home:[165,134],tatsuya:6,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092source\u5f15\u6570\u306b\u6307\u5b9a\u3057\u307e\u3059":63,index_column:66,nihon:43,estim:[148,48],prefectur:[],grn_obj_key_float:53,grn_obj_remov:[23,68],"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":129,"10t13":[43,109,75],win64:90,"\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:[],"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":114,offset:[],"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":134,"blog_body\u7d22\u5f15":61,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":150,"\u8a2d\u5b9a\u5024\u3092\u8868\u793a\u3059\u308b":1,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u914d\u5217\u3067\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":[],empti:[96,160,84,113,66,23],f10399c0:134,groonga_query_log_path:[],"\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":86,museum:162,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":150,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":86,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":60,suzuki:6,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":157,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":129,gronga:[156,10],overflow:[12,23,113,66],ear:78,quetzal:6,"\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":60,redistribut:66,limit:[],"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":114,"\u611f\u8b1d":[],"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":129,evalu:[131,161,113,133],"\u521d\u671f\u5316\u3055\u308c\u305f":15,"aramaki\u3055\u3093\u304c\u5831\u544a":138,eric:85,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u8fd4\u3057\u307e\u3059":68,blog1:67,blog2:67,new_valu:96,futur:[59,11,73,120,113,153,131,23,46],halfwidth:166,"max\u304cnull\u306e\u5834\u5408\u306b\u306f":137,"\u7518\u6817\u3080\u3044\u3061\u3083\u3044\u307e\u3057\u305f\u7684\u306a\u611f\u3058\u3067":[],"\u9593\u9055\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":23,sphinx:[74,66,106,14,111],katagiri:113,table_remov:[],"\u3068\u540c\u3058\u610f\u5473":86,max_concurr:158,"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":159,"\u30e6\u30fc\u30b6\u30fc\u306f\u305d\u306e\u3076\u3093\u78ba\u8a8d\u3059\u308b\u4f5c\u696d\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":112,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":[],whose:[3,133],"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3057\u305f\u5404\u30ec\u30b3\u30fc\u30c9\u3092\u51fa\u529b\u3057\u305f\u306e\u3061\u306b":96,accur:[119,27],"files\u3092\u5b9f\u884c\u3059\u308b\u3068\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u304c\u5404\u7a2e":134,"0x20":160,escaped_queri:72,kentaro:113,utf8mb4_general_ci:166,swap:124,"\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":29,"void":[34,71,110,100,137,103,17,54,68,99],voic:166,is_anim:12,affect:[6,66,113],"\u306f\u7121\u52b9\u3067\u3042\u308a":137,"\u5168\u6587\u691c\u7d22\u6642\u306b\u524a\u9664\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u8fd4\u308b\u554f\u984c\u3092\u4fee\u6b63":138,demerit:83,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":86,correct:[],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":155,vector:[],"\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":134,"10m":8,batch:6,"10z":133,"\u30b0\u30eb\u30fc\u30d7\u5316":52,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":150,even:[63,116,133,147,119,13,113,6,135,90,123,43,67],"\u3064\u307e\u308atest":134,neg:[34,96,2,15,6,17,45],spokesman:76,"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":134,"\u3050\u308b\u3093\u304c\u592a\u90ce":38,"new":[],net:[38,3,134,117,12,22,64,91],ever:113,metadata:[6,131,59,162],"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":157,"\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9\u3084\u6295\u7a3f\u65e5\u6642":[],behavior:[6,66,85,102],never:[136,165],"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":150,met:161,"\u3053\u306e\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8\u3067\u306f":86,grn_log_level:34,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u30ea\u30ea\u30fc\u30b9\u5c02\u7528\u306e\u74b0\u5883\u4e0b":134,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":68,jame:128,sji:[165,36,86],serch:[136,109],"\u691c\u7d22\u7d50\u679c\u3092\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u6b8b\u3057\u307e\u305b\u3093":96,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":158,grn_expr_exec:72,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3067\u304d\u308b\u74b0\u5883\u3067\u3042\u308c\u3070groonga\u30b3\u30de\u30f3\u30c9\u306e\u77e5\u8b58\u304c\u306a\u304f\u3066\u3082groonga\u306e\u52d5\u4f5c\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059":150,"\u826f\u3044\u4f8b":112,"754\u5f62\u5f0f\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":39,"\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":61,mysqlgenerallexicon:166,"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":61,overhead:[66,126],typo:[109,113,6,66,43,23,156],recommend:[147,96,3,160,126,13,116,122,135,90,91,123,124,66,46,133],"\u4f7f\u7528\u3092\u7d42\u4e86\u3057\u307e\u3059":15,type:[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u8fd4\u3057\u307e\u3059":103,under:[118,165,8,46,55],"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059":68,warp:66,warn:[96,5,113,6,7,8,132,66,99],"\u4ee5\u4e0b":150,"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":61,setup:[106,113,69],"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":155,akio:[6,23,113],root:[30,86,8,113,91],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":86,give:[102,119],"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":60,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":54,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,max_tp:158,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":[],unsign:[],log_level:[],quot:[78,3,160,120,113,50],"128544408x502801502":[],updag:6,config:[1,86,6,90,23,165],grn_arg_list_too_long:2,sitedomain:[91,117],"\u30b9\u30fc\u30d7":129,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":60,permission_deni:153,third:[12,84,96,133],grn_text_printf:66,"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":61,romaji:43,"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":112,"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":134,"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3059\u308b":71,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":62,privileg:[91,113],copyright:66,"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":155,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":98,"\u73fe\u5728\u5b9f\u884c\u4e2d\u306e":45,"\u304c3\u4ef6\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":[],persist:[],"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":137,anim:38,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":138,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":155,leaner:[66,55],"\u30ea\u30ea\u30fc\u30b9\u306e\u305f\u3073\u306bformula\u306e\u5185\u5bb9\u3092\u66f4\u65b0\u3059\u308b\u4f5c\u696d\u3092\u5b9f\u65bd\u3057\u307e\u3059":134,grn_exec_format_error:2,conflict:126,cache_previ:16,side:[6,119],mean:[34,2,3,84,40,6,78,8,132,43,165,96,48,133,73,12,136,17,148,113,161,64,156,160,117,124,166,72],"command_version\u3092\u5909\u66f4\u3057\u307e\u3059":15,enorm:38,blog_comment_index:161,grn_obj_compar:68,extract:[],"hiroshi\u3055\u3093\u304c\u5831\u544a":138,content:[34,38,96,97,153,160,161,124,84,27,113,101,102,8,66,122,23,67,162,46,133],rewrit:36,"cursor\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":137,ncpu:77,lzo_error:153,"\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":138,"\u5b9f\u4f53\u3092\u78ba\u4fdd\u3057\u307e\u3059":15,iso:133,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u306f\u7279\u6b8a\u30b3\u30de\u30f3\u30c9\u3092\u57cb\u3081\u8fbc\u3080\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059":150,wgs84geoppoint:48,cpuinfo:[135,116,13,147],grn_snip_clos:66,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":61,hook:69,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":150,"tomita\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":138,sometim:66,"\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":129,grn_cache_get_max_n_entri:16,iptabl:[91,46],"\u5358\u4f4d":[53,155],"push\u3057\u3066groonga":134,"80ghz":150,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":86,"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":96,conveni:[119,23,165,167,43],keyword:[],older:162,grn_expr_get_var_by_offset:72,modern:162,mind:57,mine:119,"\u304c\u304a\u304c\u304a":[],"\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":23,"makefile\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306bconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059":134,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":141,regular:[12,118,3,8],tradit:119,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":150,don:[3,4,84,8,23,165,46,16,96,133,73,56,15,50,106,153,66,156,160,123,75,166,91],doc:[80,134,74,111,113,6,8,23,66,99,106],"\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":61,doe:[96,3,160,73,12,119,113,6,161,8,136,126,133],logyyyymmddhhmmss:118,grn_not_enough_spac:2,dot:6,"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":39,"\u3068\u8a18\u8ff0\u3057\u3066\u6307\u5b9a\u3057\u307e\u3059":[],"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u3092\u304a\u3055\u3089\u3044\u3057":112,keybuf:100,"\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u51fa\u529b\u5148\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,syntax:[],"\u65e5\u672c\u8a9e":43,yoji:23,acquir:17,explain:[12,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":86,"\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":114,folder:90,cosmo0920:[66,113],"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u4ef6\u9032\u3081\u3066\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":137,stop:[],grn_plugin_fin:34,"blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306b\u306f":134,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":65,attr_setpshar:113,bar:56,reload:156,bad:[66,113,119],"comments\u30c6\u30fc\u30d6\u30eb\u306elocation\u30ab\u30e9\u30e0\u306f":[],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":62,veres:46,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":150,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":39,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":150,old_releas:134,"\u5b9f\u884c\u3067\u304d\u307e\u3059":134,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,item_:136,brazil:117,"095\u30d0\u30a4\u30c8\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u8868\u3057\u307e\u3059":39,grn_function_not_impl:2,simplest:[119,165],illegal_byte_sequ:153,attribut:[78,97,42,120,149],nfkc51lexicon:166,threasd:86,"100x150":29,"\u534a\u5f84":155,str_ptr:34,"takuto\u3055\u3093":138,replied_to:162,key_length:153,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":61,string_liter:66,"\u6539\u884c\u6587\u5b57\u306f":86,against:[],"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":157,"\u95a2\u6570\u304c\u5f15\u6570\u3092":1,grn_queri:6,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":86,"twitter\u7de8":[],grn_op_cal:60,grn_expr_var:[34,45],grn_obj_clos:[66,60,107,68,15],three:[147,96,11,3,142,117,73,12,145,13,113,122,135,51,109,43,67,116,126],"\u3059\u3067\u306bgroonga\u306eformula\u306f\u53d6\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u306e\u3067":134,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":65,"1285858800\u306f2010":61,interest:[76,3],basic:[],"\u6642":[],"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092\u6307\u5b9a\u3057\u307e\u3059":134,suppress:[6,66,99],"2\u30ea\u30ea\u30fc\u30b9":[],"\u73fe\u5728\u57f7\u7b46\u4e2d\u3067\u3059":[],servic:[126,109,119,113,6,124,66,69],"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnul\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3059\u308b":71,calcul:[11,118,162,40,113,6,64,131,66],"codes\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":134,"\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059":[],seven:3,datail:96,theatr:80,"key\u3092\u8fd4\u3057\u307e\u3059":68,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":86,"\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u3068\u306f":68,"\u691c\u7d22\u306e\u6319\u52d5":[],receiv:[118,119,153,15,8,55,106],make:[],column_list_head:84,"_kei":[3,80,84,6,8,43,115,46,128,96,11,133,73,12,136,50,51,52,141,38,108,109,113,161,64,97,85,66,67,68,160,117,162,122,151,75,124,166,91],zlib1g:[135,13],"\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":60,"8byte":153,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":60,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30b9\u30ab\u30e9\u5024":108,inherit:113,"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":60,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":63,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":86,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":158,left:[],identifi:151,just:[],sigusr1:23,"\u6771\u4eac\u90fd\u6c11":[61,129],human:[84,56],"\u73fe\u5728\u306f":[158,150],yamamoto:66,yet:[59,133,119,40,96,113,131,23,46],languag:[],defrag:[],macport:[],"worker\u306f":121,save:[118,148,67,134,66],"\u7d4c\u5ea6":[],applic:[146,119,27,8,23,156,46],"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":129,"\u3053\u306e\u4f5c\u696d\u306f\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3054\u3068\u306b\u884c\u3044\u307e\u3059":134,"groonga\u958b\u767a\u5408\u5bbf\u306e\u305f\u3081\u7fbd\u7530\u7a7a\u6e2f\u306b\u6765\u307e\u3057\u305f":[],"deb\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":134,nomral:[96,160],daemon:[],vdw:[64,3,117],manual:[],grn_obj_expir:68,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":95,mrubi:[131,66,59,113],unnecessari:124,cxxflag:[20,134],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":139,intern:[12,27,113,16,66,99],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":93,"\u5bfe\u8c61table1\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"groonga\u30bf\u30b0\u306e\u4ed8\u3044\u3066\u3044\u308b2\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":[],"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":129,"\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":129,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u306f":128,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":60,localhost:[158,4,134,118,150,86,91,46,8],new_release_d:134,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":7,grn_cursor_gt:137,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":157,promot:113,"\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":134,"\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":65,postgresql:[119,27],"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767b\u9332\u3057\u307e\u3059":134,"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":134,"\u3092\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b":[],update_buffer_s:18,"\u30c6\u30b9\u30c8\u306f":157,grn_ctx_recv:66,commit:106,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[158,86],meerkat:23,"\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\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":54,sphr:[11,155],down:[],"grn_cursor_prefix\u304c\u52d5\u4f5c\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":138,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":150,homepag:150,"\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":[],editor:106,fraction:[12,119,162],storategi:96,fork:106,infom:15,tokenbigramignoreblanksplitsymbolalphadigit:[61,149],form:[96,3,160,118,162,113,8,142,23,166,91],forc:6,grn_obj_db:71,"4e86e700":148,"txt\u306b\u307e\u3068\u3081\u307e\u3059":134,"\u6771\u4eac\u90fd\u4e2d\u91ce\u533a":[],grroonga:10,"\u5426\u5b9a":60,auth_basic_user_fil:[8,46],"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":141,"\u4f4d\u7f6e\u60c5\u5831\u306e\u3042\u308b\u3059\u3079\u3066\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":[],unrel:23,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7570\u306a\u308c\u3070":65,classif:117,featur:[],kwic:27,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":58,grn_obj:[],"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306aproc":45,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":52,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":29,"\u65b0\u3057\u3044value\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":137,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":86,tokenbigramignoreblank:[61,149,32],excel:156,"defrag\u306f":31,matur:126,escaped_charact:72,faction:162,why:[96,113,126],fsf:6,data_set_nam:136,"scr\u306e\u4e2d\u8eab\u304c":150,vmstat:148,ignor:[96,78,71,83,120,113,6,151,23,156,160],reply_to:67,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":52,n_entri:104,"152489000x":162,skip:[66,3,113],segv:113,"\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":31,depend:[],"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":137,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":157,"\u30ab\u30e9\u30e0\u306e\u5c5e\u6027\u3092\u8868\u3059\u4ee5\u4e0b\u306e\u6570\u5024\u304b":63,marku:6,"\u30ec\u30b3\u30fc\u30c9\u3092key\u5024\u306e\u6607\u964d\u9806\u3067\u53d6\u308a\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":137,must:[34,3,84,91,43,165,46,16,96,48,133,12,136,50,51,55,56,148,127,161,97,153,66,160,118,151,75,124,72],query_str:[],"\u540c\u6642\u306b\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d":23,"0mq":113,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u306f":39,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":134,grn_obj_set_fin:45,"\u5b9a\u7fa9\u6e08\u307f\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":63,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u767b\u9332\u3057\u3066\u3044\u307e\u3059":134,form_1:3,iter:133,dic:147,item:[96,109,136,126,141,75,43,46,56],round:23,dir:150,"table\u306bid\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3057":100,"\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u958b\u767a\u304c\u59cb\u307e\u308a\u307e\u3059":134,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":138,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":150,"\u30ed\u30b0\u30ec\u30d9\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":86,"\u30b3\u30e1\u30f3\u30c8\u306e\u6295\u7a3f\u6642\u9593\u3067\u691c\u7d22\u3092\u3057\u307e\u3059":[],"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":58,deriv:[126,55],"\u53d6\u308a\u5f97\u308b\u5024\u306ftrue\u3068false\u3067\u3059":39,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":129,wait:[34,17],box:96,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":52,"\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":65,grn_true:68,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\u306a\u308b\u305f\u3081":141,raccoon:38,bob:[96,160,162,102,51,8,85,115,46],modul:[],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":114,result_too_larg:153,univers:13,perl:8,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":150,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066\u306f":63,black:[40,166],grn_proc_typ:45,"\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fee\u6b63":[23,138],"\u5f15\u6570\u306b\u306f\u305d\u308c\u305e\u308c\u540d\u524d\u304c\u3042\u308a\u307e\u3059":30,ooo:83,apper:96,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":60,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":62,grn_plugin_proc_get_var_by_offset:[34,66],commands_column_list:84,tokyo:[64,11],"\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":134,uniqu:118,"\u30d2\u30c3\u30c8\u6570":96,ull:78,"256kb":148,predict:[83,56],"\u306e\u914d\u5217\u3068\u305d\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":45,"\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":112,libmemcach:157,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u4f7f\u3044\u65b9\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":86,grn_no_buff:2,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":129,normalizs:56,map:[132,23,148,124,43],"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":150,max:[],mac:[],grn_obj_append:68,assigend:160,mai:[146,83,84,6,8,23,131,165,46,136,16,51,56,57,38,59,113,66,67,156,119,120,122,124],underscor:56,grn_expr_alloc_const:66,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":39,table_dat_kei:[],"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":129,"\u30b9\u30b3\u30a2\u5024_score\u3082\u51fa\u3057\u3066\u307f\u307e\u3057\u3087\u3046":[],"suggest\u306ehttp\u30b5\u30fc\u30d0\u306blimit\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":23,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":158,"protocol\u30aa\u30d7\u30b7\u30e7\u30f3\u306bhttp\u3092\u6307\u5b9a\u3059\u308b\u3068":30,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306e":138,talk:[113,22,134],"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":61,pointer:34,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":60,entiti:119,group:[],monitor:[135,116,13,113,147],hiragana:[43,160,133],polici:113,"\u5b9f\u9a13\u7684":[],main:135,resource_temporarily_unavail:153,initi:[6,23,34,118,15],lunch:119,"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":134,"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":134,"\u5fa9\u53f7\u3057\u305f\u9375":134,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u6e1b\u7b97\u3057\u307e\u3059":68,massachusett:162,collaps:6,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":150,"\u3053\u306e\u7d50\u679c\u306f":150,gzip_typ: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":138,continu:[78,109,86,113,6,66,69],ensur:109,unlock:34,nroonga:[102,67,69],"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":157,"3rd":[96,113],compress_lzo:63,"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":65,tablenam:65,"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":134,uint32:[3,80,39,6,91,93,115,128,96,133,73,101,51,84,56,38,61,113,161,64,151,85,67,160,117,122,124,166],"\u624b\u7d9a\u304d":45,earlier:[23,166],"\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":21,"\u3092db\u306b\u5b9a\u7fa9\u3057\u307e\u3059":53,debootstrap:134,org:[38,116,165,3,117,73,135,20,106,13,150,12,64,97,90,8,141,134,147,77,91],prefix_search:[23,136],"128487316x502920929":[38,64],grn_table_renam:100,"\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":61,"\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":112,"marverick\u306b\u5909\u66f4":138,frequenc:[66,136,88],"grn_op_adjust\u306f":60,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":93,"\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":[],"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u51fa\u529b\u3057\u307e\u3059":30,"\u95be\u5024\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":129,first:[34,126,3,80,84,41,90,8,165,46,96,133,12,15,106,38,145,113,23,67,156,160,118,162,27,122,56],"295\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,"grntest\u306e\u6b63\u5e38\u7d42\u4e86\u3092\u78ba\u8a8d\u3059\u308b":134,kernel:[6,124],key_norm:[101,96,166,3,80,61,162,160,27,6,102,124,67,133,56],fast:[38,96,78,3,160,167,83,127,40,27,41,50,11,97,119,122,67,133,145,46,56],crit:[5,7],grn_geo_cursor_open_in_rectangl:48,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":61,adjac:160,"tomotaka_ito\u3055\u3093\u304c\u5831\u544a":23,memo:102,key_siz:100,broadcast:162,"value\u304c\u5c5e\u3059\u308b\u578b":93,"\u5909\u66f4\u5f8c\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":100,proxy_cache_valid:8,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":39,longitudexlatitud:113,"\u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831":[],yoshioka:6,libgroonga:[146,3],grn_db_touch:[138,71],were:[11,3],zsh:165,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":1,dash:165,grn_invalid_format:2,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":129,katakana:[43,166,136],squar:11,timeuot:17,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":150,"256gbyte":57,normal:[],track:[],beta:36,pair:[109,12,75,43,156,10],"\u304c2\u3064\u306b":[],"143660000x419009000":11,synonym:[96,156,80],"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":86,"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[31,95],"\u539f\u56e0":[],shop:[101,129],lexicon:[],"\u691c\u7d22key\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u3092\u516c\u958b":138,show:[1,2,3,4,40,41,6,91,23,165,96,11,133,12,50,102,38,145,113,161,64,97,153,85,66,160,117,119,120,27,122,151,162],"\u62c5\u5f53\u8005":134,threshold:[],"\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":60,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":60,"key\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u30c6\u30fc\u30d6\u30eb\u540d":[93,31,95],"\u6587\u5b57\u5217\u3067\u65e5\u6642\u3068\u6642\u523b\u3092\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3067\u3059":[],"\u3053\u3053\u3067\u306f\u7c21\u5358\u306b\u8aac\u660e\u3059\u308b\u306e\u3067":61,over:[148,145,113,6,91,119],variou:[],get:[],"\u3092\u8a08\u7b97\u3059\u308b":1,wheezi:[],"libedit\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u9055\u3046\u554f\u984c\u306e\u4fee\u6b63":138,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_host\u304c\u512a\u5148\u3055\u308c\u307e\u3059":150,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u306710\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u6642\u306b\u5b9f\u884c\u3059\u308b":150,tokyogeopoint:[48,39,29,64,11,23,155],median:66,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":1,summari:[],wiki:8,"table\u306e\u5168\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u62ec\u3057\u3066\u524a\u9664\u3057\u307e\u3059":100,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":61,"lenny\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664":23,"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u3044\u305a\u308c\u3082\u4f55\u3089\u304b\u306e\u578b\u306b\u5c5e\u3057\u307e\u3059":39,sear:43,enci:150,masahiro:[66,138,113],japan:[64,151,91,117],infinit:[6,23,66,56],enumer:3,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":150,"\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":100,label:113,enough:[119,148,67,66],across:11,parent:8,unknown_error:153,column_vector:[38,96,73,12,162,84,113,63,161,151,66],"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":21,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":[30,86],"\u5bfe\u7b56\u65b9\u6cd52":[],"\u5bfe\u7b56\u65b9\u6cd51":[],recrod:96,"\u3088\u3063\u3066":39,"\u5206\u5272":129,grn_expr_clos:72,nogpgcheck:6,"\u3060\u3068\u539f\u56e0\u306f":112,grn_cache_open:16,among:[],grn_obj_delete_hook:82,"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":150,"groonga\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u3046\u30d7\u30ed\u30c8\u30b3\u30eb\u3068\u3057\u3066":150,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":129,inappropriate_i_o_control_oper:153,grn_proc:[],"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":134,gnupg2:134,mark:[162,166,99,56],"1\u3068\u3044\u3046\u6271\u3044\u306b\u306a\u308a\u307e\u3059":65,"\u7279\u5b9a\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u6e96\u5099\u3057\u305f\u5185\u90e8api\u3067\u3059":18,grn_too_small_offset:2,grn_init:[6,132],senboku:113,i18n:[],those:[96,11,3,4,20,83,142,160,27,119,12,166,75,133,165,99,10,46,106],sound:[166,109],hdd:150,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":60,"8\u306b\u5bfe\u5fdc":138,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":86,advantag:[119,126,27],"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408":150,brasillia:11,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":150,"1\u3068command":65,pat:[6,99],"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],same:[122,96,3,160,73,12,109,113,15,50,102,64,17,9,133,67,166,72,46,8],speech:119,pai:96,"\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":129,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":134,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":134,grn_command_version_st:103,grn_table_dat_kei:100,"64bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":39,montywi:99,"\u305d\u3057\u3066":[],grn_address_is_not_avail:2,macro:[23,113,66],markup:74,"drilldown\u7d50\u679c":96,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":15,argument2:133,"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":134,argument1:133,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":68,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":158,document_vers:134,execut:[],"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":86,"\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":[],monei:38,mcdonald:40,"cursor\u306e\u7bc4\u56f2\u5185\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3057\u307e\u3059":107,"root\u306b\u5909\u66f4":138,enable_tokenized_delimit:78,"db\u306eid\u306b\u5bfe\u5fdc\u3059\u308bpath\u3092\u8fd4\u3057\u307e\u3059":68,"\u697d\u3057":[61,129],value_column:108,"\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306e\u691c\u7d22\u306b\u6210\u529f\u3057":100,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0\u3067\u3059":[],either:[0,96,133,113,85,67,160],"\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":86,rinse_1:134,quantal:[6,134],"\u3069\u3061\u3089\u306e\u30af\u30a8\u30ea\u6587\u5b57\u5217\u3082":[],operation_not_support:153,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9\u3078\u306e\u30ea\u30f3\u30af":134,ascend:[64,40,3,96,117],testdb:[150,55],"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":100,confirm:[],table_no_kei:[],valuebuf:35,str_length:34,"\u30cb\u30c3\u30dd\u30f3":43,event_typ:163,broken:[6,23,113],regexp:66,"128452975x503157902":[12,38,64,91],"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":86,"_set_valu":99,"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u6295\u7a3f\u3057\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":[],"x\u306e\u304a\u77e5\u3089\u305b":[],"\u524a\u9664\u3092\u7e70\u308a\u8fd4\u3059\u3068\u30c7\u30fc\u30bf\u304c\u58ca\u308c":138,"textile\u30d5\u30a1\u30a4\u30eb\u306epublish":134,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u5f8c\u8ff0\u3059\u308b\u30b3\u30de\u30f3\u30c9":134,"\u683c\u7d0d\u3059\u308b\u30c7\u30fc\u30bf\u306e\u578b\u3092\u533a\u5225\u3057\u307e\u3059":39,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u5f15\u6570\u306e\u5185\u5bb9\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059":137,strip:97,"tomita\u3055\u3093\u304c\u5831\u544a":138,yyi:106,drilldown:[],grn_ctx_batch_mod:66,complianc:8,"\u5358\u8a9e\u306e\u91cd\u8981\u5ea6\u306a\u3069\u3092\u4fdd\u6301\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],"\u3082\u3057\u6307\u5b9a\u3055\u308c\u305fdb\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070\u81ea\u52d5\u7684\u306bdb\u3092\u4f5c\u6210\u3057\u307e\u3059\u304c":150,"\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":30,"\u5024\u306e\u914d\u5217\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":68,"\u4f5c\u6210\u3059\u308b\u30ab\u30e9\u30e0\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"repositories\u914d\u4e0b\u306brpm\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":134,arugment1:133,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egroonga":150,hsiomaneki:[],possibl:23,"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":134,embed:[119,156,8,41,27],"1_all":134,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":139,file:[],logo:6,fill:[118,133],again:[101,66,8,17],field:84,location_in_groonga:122,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":150,architectur:[119,134],"\u30ab\u30e9\u30e0\u306e\u8ffd\u52a0":63,sequenc:[160,109,136,113,132,153,75,43,23,133],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":137,"6gib":124,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":[],"\u65e2\u5b58record\u3060\u3063\u305f\u6642\u306b\u306f0\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":100,escal:[],unload:6,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":39,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u4e0d\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3059\u5834\u5408\u304c\u3042\u308a\u307e\u3059":70,"x\u3067\u306frealloc":138,descript:[42,153,160,118,162,84,129,120,113,6,78,8,66,149,43,133,56],escap:[],"shutdown\u3067\u7d42\u4e86\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":138,represent:[110,106,72,73],forget:73,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u6a5f\u80fd\u3092\u8ffd\u52a0":1,interpret:[99,160],suno:66,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":[],file_too_larg:153,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":82,libmsgpack:[135,13],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":[],"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":134,"\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":96,objnam:[31,95],grn_op_and:[94,60],grn_op_or:[94,60],"geopoint\u578b\u306e\u30ab\u30e9\u30e0\u3067\u691c\u7d22\u3092\u3057\u307e\u3059":[],fals:[1,160,134,161,12,39,113,63,102,51,151,85,66,115,133,145,128],"\u3053\u3053\u3067\u3082":61,offlin:[],util:8,"select\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":138,"\u500b\u3005\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":65,sub_filt:[],hottolink:36,grn_hook_set:82,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":114,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":86,puropos:78,"\u305d\u308c\u3092\u65e7ji":137,zero:[96,127,73,12,153,166,156],further:12,"\u3053\u3053\u3067\u306f":61,aba:[64,3,117],"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":96,grn_info_typ:35,"\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":112,fffe:78,tokenbigramignoreblanksplitalphadigit:32,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u5225\u306e\u30ab\u30a6\u30f3\u30c8\u3092\u51fa\u3057\u307e\u3059":[],"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":114,"public":[66,134],"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":86,"\u6e96\u5099":[],valu:[],grn_table_setoper:100,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":21,narrow:[],"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":86,"\u95a2\u4fc2\u5f0f\u306f":60,commands_table_cr:93,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":137,"groonga\u306epackag":134,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":155,establish:[3,91],distinct:[57,118],"distributions\u306e\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":134,regist:[],libev:[165,135,13,99],groonga_path:150,"check\u30b3\u30de\u30f3\u30c9\u306f":114,"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":1,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":86,"\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093":63,"max_size\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059":137,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":157,jsonp:118,desin:126,"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":138,none:[96,78,120,153,86,163,8,67,165,56],"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":158,hour:[132,162,17,133],dev:[134,13,113,22,6,135,66,23,157],grn_set_default_encod:110,"\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:[132,113],paragraph:3,"\u30b5\u30b8\u30a7\u30b9\u30c8\u6a5f\u80fd\u7528\u306e\u5b66\u7fd2\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u8ffd\u52a0":138,deb:[134,13,113,6,135,66,23],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":61,"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":134,share:[16,38,119,86,113,22,6,8,23,67,165,17],shard:83,"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":60,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304c\u56fa\u5b9a\u9577\u578b\u306e\u5834\u5408":137,minimum:[34,147,116,133,13,135],"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":60,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":[],strlen:34,"\u307e\u305f\u305d\u308c\u3089\u306eid\u3092":108,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":129,secur:[],"\u691c\u7d22\u7d50\u679c1":96,"13\u7528rpm\u306e\u63d0\u4f9b":138,needl:60,grn_command_vers:[],number2:133,number1:133,mariadb:[66,113],associ:[34,38,96,3,12,50,151,23],"\u7ffb\u8a33\u7d50\u679c\u3092html\u3067\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b":134,spheric:11,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":143,"\u3053\u306e\u578b\u3067\u306e\u5024\u306e\u6307\u5b9a\u306f":[],hypertext:[],no_buff:153,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":61,through:[119,8],"debian\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":134,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":[],"\u4ee5\u4e0b\u306e\u4f8b\u3067\u306f":[],"\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":52,"limit\u4ef6\u306e\u307f\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,"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":100,good:[96,78,160,119,101,133,67,165,106],timestamp:162,"tokenmecab\u3067\u306f":61,"\u7ffb\u8a33\u6e08\u307fpo\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":134,grn_get_lock_timeout:17,grn_obj_vector:68,"_valu":[52,108,113],rank:3,"db\u3068\u306a\u308a\u307e\u3059":71,comamnd:46,micro:[],name_2:[3,91],name_1:[3,91],hard:124,idea:96,"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":137,connect:[6,3,91],rlimit_nofil:[132,113],"127678039x502643091":[],"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":134,flower:12,"\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":[],"\u3053\u308c\u3092\u56de\u907f\u3059\u308b\u306b\u306f":134,"release\u306e\u5b9f\u884c":[],print:91,name_s:[34,108,53,15,100,68,72,45],definion:133,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":60,entries_content_index:[124,96,160,133],"975mbyte":150,tahr:[66,13],"\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":134,grntest:[6,23,138,134,92],"tokenmecab\u306e\u5834\u5408":61,tritonn:[96,160,133],"res\u306b\u683c\u7d0d\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":100,suggest_prepar:[43,136,109,75],"\u306e\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067":112,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":86,"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":86,done:[16,96,8,17],stack_over_flow:153,"\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":39,stabl:[136,65],"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":134,"indexbuf\u306e\u30b5\u30a4\u30ba":108,"com\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":134,"5th":96,least:[160,148,6,161,104,124],"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":141,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":61,"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":100,"\u524d\u8ff0\u306e\u4f8b\u3092\u4f7f\u3063\u3066\u5177\u4f53\u4f8b\u3092\u793a\u3057\u307e\u3059":61,"libedit\u5bfe\u5fdc":1,grn_plugin_get_suffix:23,"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":60,pari:11,selector:6,part:[3,12,119,27,122,162,165],pars:[66,110,72,142],"\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u52b9\u3067\u3059":100,"\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":134,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":60,"\u7279\u6b8a\u306a\u5f15\u6570\u3067\u3042\u308b":30,"\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":112,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":150,"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":129,"\u30c6\u30fc\u30d6\u30eb":95,"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":60,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":61,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":[96,141],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":62,built:[],build:[],tool:[],distribut:[147,116,134,13,6,135,90,123,66,165],"\u30d0\u30fc\u30b8\u30e7\u30f30":[],"\u30d0\u30fc\u30b8\u30e7\u30f31":[],previou:[117,12,113,6,66,67],chart:23,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":58,most:[96,48,3,73,12,26,15,46],"db\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3084\u30ab\u30e9\u30e0\u306a\u3069\u3092\u524a\u9664\u3057\u307e\u3059":68,"\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":[],grn_incompatible_file_format:2,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":[],groonga_log_level:[],mainlin:66,cas_error:153,roughli:12,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":129,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":[],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":157,carefulli:73,"bom\u4ed8\u304dutf":138,find:[166,3,109,100,145,75,27,41,119,136,51,90,111,43,76,165,106],grn_no_such_process:2,grn_index_cursor_open:107,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092":71,grn_logger:6,"http\u3092\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305fgroonga\u30b5\u30fc\u30d0\u306b\u5bfe\u3057\u3066\u3082":30,unus:66,express:[],"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":158,commands_column_renam:51,"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":[],restart:[],"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":150,"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":61,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":150,map_hugetlb:23,common:[96,160,83,13,6,100,142,137,23,67,133,56],table_cr:[],grn_api:72,"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":100,grn_interrupted_function_cal:2,"status\u30b3\u30de\u30f3\u30c9\u306f":70,lion:6,"\u521d\u671f\u5024\u306f10\u3067\u3059":158,reserv:63,blog_cont:161,"00\u4ee5\u524d\u306b\u66f8\u304b\u308c\u305f\u30b3\u30e1\u30f3\u30c85\u4ef6\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":[],"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":150,"\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":96,gemfil:6,"benchmark\u304bgroonga\u306b\u3042\u308a\u307e\u3059":150,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":157,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":139,network_is_down:153,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":61,point:[],hideki:[66,113],shutdown:[],"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":61,weight_in_match_column:73,ran:43,secret:134,indexblog1:67,"\u4ee5\u4e0b\u3067":61,gat:[64,3,117],understand:[96,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":65,bill:[61,129],"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30af\u30a8\u30ea\u306e\u5834\u5408\u306f":129,opear:133,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":114,anonym:83,gb87d9f8:4,everyon:91,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":60,manner:[96,3],"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":150,"\u6c11":129,itself:[160,78,156,113,73],cento:[],"\u65b0\u305f\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3059\u308b\u6642\u306e\u307f\u6709\u52b9\u3067\u3059":86,"\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":134,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":129,"\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":96,"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":60,res2:100,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":61,inv_thread_column:150,"\u4e3b\u306b\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u4f7f\u3046\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":141,keyr:[6,135],"\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b":21,"\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":61,task:[6,119],sortbi:[],entri:[89,82,41,95,16,96,133,50,139,141,145,62,113,63,161,151,104,67,160,162,124,31],parenthes:3,"ctx\u304c\u64cd\u4f5c\u5bfe\u8c61\u3068\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":15,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":150,spend:[160,133],"build\u3092\u7528\u3044\u3066":157,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":58,shape:40,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":150,"\u3053\u306e\u64cd\u4f5c\u306f":100,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":141,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":60,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f":134,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u3084\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306f":30,bin:[165,90],key_column:108,big:8,"\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":138,tokendelimitnul:[149,32],"\u6c38\u7d9a\u7684\u306a":68,bit:[147,116,160,135,20,13,150,12,90,123,133,69],"\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":39,semi:[23,56],groogna_default_command_vers:46,followe:162,often:85,grn_ctx_set_fin:15,back:8,grn_plugin_init:34,evaluated_valu:131,"table\u306esrc_key\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":100,scale:[119,46],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":150,per:[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":96,newark:162,substitut:[102,96,106,160,69],larg:[160,12,83,6,119,124,133,46,56],"\u304c\u8fd4\u3055\u308c\u307e\u3059":68,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":95,reproduc:113,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":1,"\u305d\u308c\u3067\u306f":[],s10:66,"\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":60,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":114,"groonga_suggest_create_dataset\u5909\u6570\u3092\u8ffd\u52a0":130,grn_default_logger_get_path:6,grn_expr_compil:72,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":95,manag:[165,83,27,15,119,91,111,69,156,46,8],"\u3068\u5165\u529b\u3057\u3066\u3082":[],nsi:134,"\u6a19\u6e96":[5,21,95,93],pair_dataset:[163,75],"647\u30d0\u30a4\u30c8\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u8868\u3057\u307e\u3059":39,includ:[59,78,3,133,74,84,96,120,27,113,122,51,85,9,131,66,156,116,46],"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":29,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":157,str_size:72,translat:[],"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":[],"\u3092\u524d\u63d0\u3068\u3057\u3066\u8aac\u660e\u3057\u3066\u3044\u308b\u305f\u3081":134,default_command_vers:[91,70,3,4,8],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u306e\u9577\u3055":100,remaind:133,grn_tabl:[],constant:66,"\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u89a7":[],no_space_left_on_devic:153,curl:[165,4,118,6,8,77,46,69],"\u30b3\u30e1\u30f3\u30c8\u3092\u66f8\u3044\u305f\u30e6\u30fc\u30b6\u30fc":[],"\u305d\u308c\u305e\u308c\u306b\u3064\u3044\u3066\u7d50\u679c\u30ec\u30b3\u30fc\u30c9\u3092\u51fa\u529b\u3057\u307e\u3059":96,cmake:[6,165,90,113],"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":60,grn_no_locks_avail:2,"\u3042\u308b\u7bc4\u56f2\u5185\u3067\u66f8\u304b\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":[],"\u30c7\u30fc\u30bf\u578b":[],libwinpthread:66,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":134,"\u30b7\u30a7\u30eb\u4e0a":150,"output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":96,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":150,"\u3053\u306e\u4f5c\u696d\u306f":134,"tokenbigram\u306a\u3069":61,ellip:[11,155],"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":1,getaddrinfo:6,jason:128,"\u5f62\u5f0f1":[30,86],"\u5f62\u5f0f2":[30,86],"\u308d\u3086\u304d":128,"\u4e21\u65b9\u306e\u6761\u4ef6\u3092\u6e80\u305f\u3059\u30b3\u30e1\u30f3\u30c8\u304c1\u4ef6\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":[],"name\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093":108,"\u3057\u3066\u304a\u304f\u3079\u304d\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u793a\u3057\u307e\u3059":134,"sh\u304c\u30bf\u30b0\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":134,grn_db:[],becam:66,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":70,fatal:66,db_path:[91,30,3,4,8],comment_cont:161,"rinse\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u53e4\u3044\u3068cento":134,"8bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":39,"807\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,geograph:[12,11],"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":7,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":39,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[31,95],"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":86,"sign\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":134,"0x0":[12,39,99],object1:133,object2:133,leakag:80,carlo:[51,115],append:[6,72],"\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":129,"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":65,access:[],"32gib":124,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":158,interrupted_function_cal:153,"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":68,"\u4e0a\u91ce\u4e43\u6bc5\u3055\u3093":138,vertic:56,sinc:[101,11,108,147,12,162,86,6,132,122,133,56],"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":114,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":159,"\u3053\u306e\u30ab\u30e9\u30e0\u306f":[],grn_resource_deadlock_avoid:[2,68],grn_too_large_offset:2,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":86,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":[],groonga_github_com_path:134,"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":134,ii_buff:18,"x\u3067\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u62e1\u5f35\u5b50\u306e\u691c\u51fa\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":138,"\u3053\u308c\u306b\u3088\u308aclone\u3057\u3066\u304a\u3044\u305fgroonga":134,name2:133,name1:133,account:[66,22],"146607190x":162,"\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":65,alic:[96,160,162,102,51,8,85,115,46],obvious:12,"\u305d\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3057\u307e\u3059":134,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":129,fetch:[67,75],abcd:120,tab:[156,4,153],commnad:[65,90],"\u5909\u6570\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":45,"\u6295\u7a3f\u5834\u6240":[],onlin:[],users_loc:162,grn_ii_buffer_commit:18,gcc:[147,116,20,113,6,23,165],groonga_n_record:113,afr:[64,3,117],"\u30b3\u30de\u30f3\u30c9":[],"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":63,inst:113,physic:114,"search\u3092\u884c\u3046\u5834\u5408\u306b\u306f":137,bind:[146,36,145,86,41,6,142,23,69],correspond:[166,109,136,75,43,68,10],"\u8a72\u5f53\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u4e00\u5f0f\u3092\u524a\u9664\u3057\u307e\u3059":68,grn_geo_select_in_circl:23,"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":138,"learner\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":138,hiroshi:23,replies2:67,"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":134,"\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":134,meter:[64,11],report:[],effici:[119,67,73],"keybuf\u306b\u8a72\u5f53\u3059\u308bkey\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":100,"\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":15,"\u3067\u793a\u3055\u308c\u305f\u60c5\u5831\u306e\u914d\u5217\u3092\u51fa\u529b\u3057\u307e\u3059":93,"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":155,euc:[86,113],"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":150,"db\u306b\u5bfe\u3057\u3066\u540d\u524d\u3092\u3042\u308a\u306etable\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u306f":100,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":60,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":86,nvar:45,spell:[156,80],dai:[101,132,133,162],dat:[6,99,113],mention:161,rubygem:6,"8\u30ea\u30ea\u30fc\u30b9":[],"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":93,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":150,"\u306b\u540c\u3058\u4f4d\u7f6e\u3092\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":23,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u4e00\u90e8\u3092\u5dee\u3057\u66ff\u3048\u305f\u3044\u5834\u5408":134,grn_table_lcp_search:100,"tomotaka_ito\u3055\u3093":23,"\u3069\u3046\u3057\u3066\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":61,column_index:[38,96,3,80,73,61,162,84,27,41,101,63,102,161,85,124,67,133,145,160],"\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":31,"\u306e\u66f4\u65b0":[],normalizerauto:[],"\u3067\u3042\u308c\u3070":150,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u53d6\u5f97\u3057\u307e\u3059":68,"\u3053\u306e\u4f5c\u696d\u306fblogroonga\u306e\u82f1\u8a9e\u7248":134,stub:66,rel:[23,96],"\u30ab\u30ec\u30fc":129,red:[],"\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":61,frank:85,standalon:55,test_loc:150,releas:[],"\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":86,groonga_log_path:[],"\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u6570\u5024\u3078\u306e\u30ad\u30e3\u30b9\u30c8\u51e6\u7406\u3092\u5f37\u5316":138,"\u767b\u9332\u3057\u3066\u307f\u307e\u3057\u305f\u3088\u30fc":[],tokenizer_error:153,natti:[23,134],messag:[],"\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":61,monkei:12,"windows\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":134,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":150,"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":1,alloc_count:[91,70,3,4,8],"\u6295\u7a3f\u8005\u306f":[],ipad:147,"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":86,structur:[119,83,38,122,66],charact:[34,78,3,160,109,156,132,86,27,41,113,6,119,166,120,66,23,133,72,145,56],"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":60,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":114,have:[126,2,3,167,84,40,8,127,165,46,50,96,133,74,136,101,106,109,156,166,160,119,122,12,75,124,56,91],"\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":86,min:[],"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":150,"\u578b\u306e\u30ab\u30e9\u30e0\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":108,"lc_messages\u4ee5\u4e0b\u306e\u5404\u7a2e":134,mix:[136,73],builtin:11,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066obj\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":68,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":129,gurun:142,bottom_right:[23,29],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":31,"\u6e2c\u5730\u7cfb":39,"takahiro\u3055\u3093\u304c\u63d0\u6848":138,mail_column:150,"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":60,"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":157,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":129,"\u30671\u4ef6\u30d2\u30c3\u30c8\u3057":61,"\u51e6\u7406\u3092\u958b\u59cb\u3057\u305f\u6642\u9593\u306b\u3064\u3044\u3066":96,"grn_bool\u578b\u3092\u8ffd\u52a0":138,"\u30c4\u30a4\u30fc\u30c8\u5185\u5bb9\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":134,elfr:6,grn_plugin_malloc:34,grn_ii_buffer_append:18,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":61,"\u3082\u691c\u7d22\u6761\u4ef6\u306b\u52a0\u3048\u307e\u3059":128,escaped_str:72,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":71,integr:[6,12,113,69],"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":134,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":134,with_weight:[63,66,84,73],"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":61,pattern:[122,119,133],"\u304c\u66f8\u304d\u8fbc\u3093\u30604\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":[],"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":157,progress:132,superior:[119,27],"benchmark\u306e\u52d5\u4f5c\u65b9\u6cd5":150,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atyp":53,plugin:[],shorttext:[3,80,83,39,86,41,91,43,93,115,128,96,48,133,73,12,136,101,102,51,141,84,56,38,109,61,145,150,63,161,64,11,85,67,97,160,117,162,27,122,151,75,124,166],"\u3069\u3061\u3089\u3067\u521d\u671f\u5316\u3055\u308c\u305f":15,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":114,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u5909\u66f4\u3057\u307e\u3059":103,equat:11,"\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":129,comment:[],grn_update_not_allow:2,"obj\u306b\u5bfe\u3057\u3066hook\u3092\u8ffd\u52a0\u3057\u307e\u3059":82,log_repoen:6,test_str:157,"hook\u306e\u5b9f\u884c\u9806\u4f4d":82,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":86,json:[],grn_obj_table_no_kei:[137,100],grn_table_group_flag:100,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":157,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":86,"\u4f8b\u3048\u3070":[128,61,150,129,86,68],bulk:72,multi:[],"\u771f\u507d\u5024\u3092\u8868\u3057\u307e\u3059":39,plain:97,defin:[3,133,163,101,153,156],buildabl:23,replies_cont:67,ill:129,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":139,"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":157,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":[],almost:[23,124,148],caplit:[66,113],grn_plugin_mutex_open:34,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":150,"groonga\u3092\u7c21\u5358\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b":134,too_many_open_files_in_system:153,japanes:[0,160,119,22,6,66,43,133,106],"pc\u306bgroonga":130,auth_bas:[8,46],optarg:[94,71],hostnam:[150,86,6,8,30,91],"\u884c":157,column_nam:50,grn_column_name_key_len:108,document_index:[145,41],francisco:11,"\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":134,center:[119,155],builder:18,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":7,choos:[12,50,8,66],error_cod:34,update_not_allow:153,"1byte":153,usual:[12,67,55,15],unari:113,"\u4eca\u5ea6\u306f":[],"5\u30ea\u30ea\u30fc\u30b9":[],"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":157,takayuki:23,gmo:66,"30ac":166,lake:40,add:[],"4000\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u5185\u5bb9\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":134,grn_ctx_at:[6,15],match:[],"\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":114,grn_obj_table_pat_kei:[137,100],"\u3067\u306f\u306a\u304ffree":138,grn_obj_path_by_id:[68,99],"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3057\u307e\u3059":71,"obj\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":68,substit:96,"\u8ffd\u52a0\u306e\u5c5e":63,qwik:141,insert:[6,3,27],like:[],success:[],grn_obj_id:68,"obj\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066":68,"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":39,"\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":138,"com\u304cedge\u3092\u4f5c\u308b":121,socket_is_already_shutdown:153,soft:124,snippet_html:[],normalizer_list:[],"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":141,"\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":60,specfi:48,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":71,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":141,proper:[122,162],grn_column_cr:108,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":150,tmp:[3,134,118,136,84,86,113,51,91,93,156,46],"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":150,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":86,"\u5f62\u5f0f":30,"\u500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":61,"\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":61,"repositories\u914d\u4e0b\u306b":134,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":61,host:[23,150,91,69],although:8,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":134,"\u30c0\u30e1\u30fc\u30b8":61,sbin:77,actual:[12,3,8,113],socket:6,"\u306b\u3088\u3063\u3066\u89e3\u653e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":15,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9acolumn\u3068\u306a\u308a\u307e\u3059":108,"benchmark\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":150,"mooz\u3055\u3093\u304c\u4fee\u6b63":23,statement:133,"\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":[],tomo:38,discard:113,syntax_error:153,"\u51fa\u529b\u3059\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":96,"\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":60,dataset:[],"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":61,"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":134,"\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":134,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":61,conbind:160,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679cn":96,daijiro:[],rch:78,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":65,"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":52,glib:113,unexpect:[6,66],"\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":[],"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":39,"\u5b9a\u7fa9\u6e08\u307f\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":108,uninstal:6,bug:[],grn_obj_set:68,binlib:134,"point\u578b\u306e\u5024":[29,155],tokenmecab:[6,61,149],"\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":139,epel:[6,116],"shimada\u3055\u3093":138,colum:[124,67],dure:[6,3],pid:[23,1,165,86],saer:[136,109],grn_too_small_limit:2,implement:[59,36,133,83,96,6,11,8,66,131,23,167,106],pip:111,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305ftable\u306a\u3089":100,probabl:136,"\u305f\u3060\u3057":[137,30,129,52,86],detail:[34,126,78,3,84,6,8,9,132,165,147,96,73,12,13,102,106,150,113,64,66,116,117,119,135,124,76,56],virtual:113,comment_nam:161,grn_expr_create_for_queri:60,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057":150,is_a_directori:153,"\u5bfe\u8c61cursor\u3092\u6307\u5b9a\u3057\u307e\u3059":[137,107],grn_obj_flag:[34,53,100,72,108],"\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":60,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u306e\u505c\u6b62":125,"drilldown_offset\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":96,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":60,"\u306e\u30ab\u30e9\u30e0\u306e\u5024\u304c\u7f6e\u63db\u5f8c\u306e\u6587\u5b57\u5217\u3068\u306a\u308a\u307e\u3059":[],"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":61,"\u6539\u826f":[],"\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":134,tweet:[101,22],"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":65,concret:[38,67,117],"\u554f\u984c\u306fgroonga":150,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u3067":137,everi:117,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":[],"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":86,"24byte":153,grn_encoding_to_str:110,not_a_directori:153,x86_64:[116,134],properti:[132,13],naiv:117,not_enough_spac:153,direct:[],"section\u756a\u53f7\u3092\u683c\u7d0d\u3059\u308bint\u9577\u30d0\u30c3\u30d5\u30a1":108,aim:113,hide:113,introspect:6,"\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":63,kun:[],"obj\u306e\u5360\u6709\u3059\u308bdb\u30d5\u30a1\u30a4\u30eb\u9818\u57df\u306e\u3046\u3061":68,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":60,"82pre":36,"\u3067_value\u3092\u6307\u5b9a\u3059\u308b\u3068\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":23,"\u7fbd\u7530":[],grn_tokenizer_query_open:6,studio:[6,90,113],path:[],"\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":138,httprewritemodul:8,"\u95a2\u4fc2\u5f0f":[],"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":129,functin:133,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":100,precis:[122,3,134,119,13,6,43],"\u306e3\u30d5\u30e9\u30b0\u306f":137,"\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,orilldown:117,portabl:[23,8,113],"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":60,"\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":68,describ:[34,0,78,3,120,84,40,90,131,43,165,115,147,96,97,133,73,164,13,50,51,104,111,144,56,146,59,109,20,44,161,153,67,156,69,116,166,160,162,25,26,122,135,123,75,124,76,106,77],noarch:[147,116],"groonga\u306e\u7d44\u8fbc\u578b\u304b":63,namebuf:[68,108],autogen:[6,134,106],"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":39,"msg\u306fcom\u306b\u3088\u3063\u3066":121,chracter:[166,27,56],"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":60,"grn_op_but\u306f":60,grn_obj_with_sect:108,join:22,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":129,"\u4f5c\u6210\u3059\u308btable\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":155,overrid:165,enourm:75,end:[158,133,11,4,160],eng:[43,136],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],env:156,rroonga:[161,145,113,41,16,102,142,66,67,69],"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":150,grn_set_default_command_vers:103,befor:[96,3,73,12,99,109,6,8,9,43,165,156,10,104],"2\u306e\u4e8c\u3064\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059":65,parallel:119,exclud:[6,50,85,113,66],environ:[116,99,113,90,8,123,23,165,156,69],enter:[3,91,113],composit:166,"\u30b3\u30de\u30f3\u30c9\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059":30,"\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":134,becaus:[126,3,4,83,6,8,9,43,10,46,80,147,96,133,12,101,102,51,56,38,109,63,161,153,85,66,67,156,160,118,119,27,122,75,124,166,167],london:11,"\u3053\u306e\u9805\u76ee\u306b\u3064\u3044\u3066\u306f":[],gqtp:[],"\u304bwgs84geopoint":[29,155],digest:46,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":107,"\u8aac\u660e":[],"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":65,"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":138,oneir:[23,113,134],"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":60,choic:119,grn_pat_at:138,each:[],searc:43,"0\u30ea\u30ea\u30fc\u30b9":[],"key\u304cmin\u3068\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,"groonga\u306e\u30ab\u30e9\u30e0\u306f":39,goo:[160,133],msgpack:[4,46,153],"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":65,newli:[16,101,27,119],"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":98,got:113,"\u7ba1\u7406\u30c4\u30fc\u30eb\u3092\u5229\u7528\u3067\u304d\u307e\u3059":30,"\u69cb\u9020\u4f53\u306e\u914d\u5217":45,"offset\u306f":100,"\u30d1\u30b9\u914d\u4e0b\u306b\u7f6e\u304b\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u51fa\u529b\u3057\u307e\u3059":30,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":114,filter:[],"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":134,"16gib":124,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":150,score_column:108,onto:124,rand:[],rang:[],"\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":137,edit_dist:[],restrict:[6,91,46,113],alreadi:[34,101,78,3,50,17,124,67,165,55],"\u7121\u540dobject\u306a\u30890\u3092\u8fd4\u3057\u307e\u3059":68,primari:[],"\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":112,"\u540d\u524d\u4ed8\u304d\u306eobject\u3067\u3042\u308a":68,top:[48,117],mercuri:[134,111],too:[12,133,67,113,73],tom:102,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[],"\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":134,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"path\u3092":138,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":114,tood:34,consol:8,"groonga\u3067\u306f":[],"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":93,user_ag:85,wareohji:6,grn_obj_set_valu:[137,68],ga54c5f8:150,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5165\u529b\u5024\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":23,"\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":134,expr:72,nakano:[],obata:[23,138,113],"\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":60,"\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":[],thu:[160,119,163,88,64,67,55,80],rab:[64,3,117],indexblog2:67,"column_list\u30b3\u30de\u30f3\u30c9":1,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":93,ram:150,raw:[113,69],shell:[165,160],"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":61,with_sect:[63,66,67,84,162],unresolv:23,"\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":129,hanako:151,bad_file_descriptor:153,contact:106,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":134,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[100,108],fuzzi:56,"\u4ee5\u5916\u306b":[],though:[6,43,67,113,119],"\u3044\u307e\u3059":112,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":150,bsd:[23,165],"\u304c\u6307\u5b9a\u3055\u308c\u305ftable\u3067\u306f":100,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":60,"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":134,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":150,mininum:126,flow:[],abbrev:11,radix:133,"0\u30d9\u30fc\u30b9\u3067":[137,100],abl:27,random:64,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":65,pkg:[116,20,138,6,23,165],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":141,"\u3067\u4f5c\u6210\u3057\u305f":15,"\u3082\u3057\u304f\u306f":[137,39,100],absolut:9,top_left_point:48,configur:[],"yes\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068":134,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":68,"\u3092\u6e96\u5099\u3057\u307e\u3059":[],"\u542b\u3081\u308b\u3082\u306e":134,item_queri:[43,136,109,163,75],watch:134,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":86,"\u30a6\u30a7\u30a4\u30c8\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":63,normalized_text:120,"\u6771\u4eac\u90fd\u306b\u4f4f\u3093\u3067\u3044\u308b":[],"\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":70,method:[3,8,113],twice:[96,160],hendro:113,"\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":65,"debug\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3057\u305f\u3068\u304d\u306b\u7d42\u4e86\u6642\u306b\u672a\u958b\u653e\u306e\u30e1\u30e2\u30ea\u304c":138,"\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":158,"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":96,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":54,"\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":128,"org\u306bssh\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":134,nul:[34,23],"\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":128,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":137,grn_plugin_error:34,databas:[],"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":150,"\u65b0\u3057\u3044\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":68,algolithm:142,"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":96,approach:11,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":86,"\u683c\u7d0d\u3055\u308c\u307e\u3059":[],weak:[119,27],grn_invalid_argu:[137,100,2,68],fault:6,"4gib":[83,153],"key\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":137,"\u79d2\u5358\u4f4d\u3088\u308a\u8a73\u7d30\u306a\u65e5\u6642\u3092\u6307\u5b9a\u3059\u308b\u306b\u306f":39,"\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":[],"\u3053\u306e\u4f8b\u3067\u306f":[],"_score\u306e\u5024\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":[],"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":134,grn_table_pat_kei:100,trust:134,id_column:108,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":86,evalud:131,been:[51,134],"\u3072\u308d\u3042\u304d":128,accumul:96,geo_distance2:[23,11],geo_distance3:[23,11],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":134,quickli:101,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":143,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528":1,xxx:[86,113,133],"767\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,"column\u306b\u5f35\u3089\u308c\u3066\u3044\u308bindex\u306e\u3046\u3061":108,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgroonga":150,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":1,"\u6295\u7a3f\u65e5\u6642":[],tasukuchan:[],"grn_op_or\u306f":60,need:[78,3,4,83,41,6,90,8,9,43,66,165,46,80,96,133,73,15,16,111,56,109,20,148,64,153,23,67,156,69,116,166,160,118,119,120,27,122,75,124,106],suggest:[],airport:[],"\u3092grn_cursor_column_index\u5bfe\u5fdc\u306b\u3057\u305f":138,complex:[6,96,113,133],unix_time_when_command_is_start:122,"groonga\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":23,niku:66,"\u4f5c\u6210\u3059\u308bproc\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":45,complet:[],"\u683c\u7d0d\u3057\u305f\u30ab\u30e9\u30e0id\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":100,sen_index_delimit:36,"44001770019531e":4,"\u30b3\u30de\u30f3\u30c9\u540d":[30,86],quotient:133,"groonga\u306b\u306fhtml":30,"\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":134,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":138,"\u5024":86,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":121,grn_column_name_valu:108,"command_version\u306f\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u6307\u5b9a\u3057\u307e\u3059":30,ceekz:113,"\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":137,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":60,"column\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":108,"mooz\u3055\u3093":23,unstabl:[99,134],poedit:106,el5:116,escaps:[145,27,41],"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":29,log_reopen:[],grn_plugin_mutex_unlock:34,"\u7d44\u8fbc\u95a2\u6570\u306f":[159,29,98,155,58],"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":138,"\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":134,line_cont:122,grn_op_but:60,core:[],"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":60,surround:[6,145,27,41],dinner:119,ppa:[],"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e":35,"\u578b":53,encod:[],two:[0,126,78,3,84,40,8,132,46,96,11,15,102,55,56,38,109,113,63,161,64,66,67,160,117,162,120,27,122,75,166,72,167],"sigint\u3067\u306e\u4e2d\u65ad\u306b\u5bfe\u5fdc":23,"name\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":15,"16bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":39,version4:65,git:[92,134,106],version1:65,version2:65,version3:65,"\u30d0\u30fc\u30b8\u30e7\u30f3":134,"256gib":57,head:[158,96,8,153],medium:[147,116,162,13,135,90,123],"\u65e5\u6642\u3092\u8868\u3059\u578b\u3067\u3042\u308a":39,removep:68,drilldown_sortbi:[],"max\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":137,deafult:23,autoconf:23,grn_expr_syntax_escape_queri:72,trie:[],decrypt:134,bad_address:153,check:[],ongaeshi:[6,113],"clearlock\u306f":95,successfulli:[34,3],"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":114,"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":60,"\u63a5\u7d9a\u5148\u30b5\u30fc\u30d0\u304c\u4f7f\u7528\u4e2d\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":150,when:[3,6,8,9,43,66,165,96,11,73,136,50,102,111,56,38,113,63,161,97,23,160,118,119,122,162,76,166,91],groonga_dist:6,"key_with_sis\u30d5\u30e9\u30b0\u3092\u4ed8\u4e0e\u3059\u308b\u3068":128,tid:107,saerch:[136,109],node:[6,116,69],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":139,grn_op_and_not:94,"\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":86,sql:117,faster:[23,165,113],top_left:[23,29],"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":52,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":129,backward:[6,46],grn_obj_table_dat_kei:23,"6\u30ea\u30ea\u30fc\u30b9":[],"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":96,focus:3,llt:78,ngx_http_proxy_modul:8,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":155,row:[119,27],"\u540c\u4e00\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b9a\u7fa9\u6e08\u307f\u306e\u30e6\u30fc\u30b6\u5b9a\u7fa9\u578b":63,"commit\u3067\u691c\u7d22\u3057\u306a\u304c\u3089":134,readabl:[66,99],"\u554f\u984c\u3042\u308a":23,jumand:147,sourc:[],"\u306b\u8a2d\u5b9a\u3059\u308b":134,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":150,"\u304b\u3089\u53d6\u5f97\u3067\u304d\u308b\u305d\u308c\u305e\u308c\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":107,"6elz":66,"\u3092\u8fd4\u3057\u307e\u3059":[82,137,100,68],"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":52,level:[34,117,5,86,113,6,7,8,132,66,55,153],brother:160,"section\u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3057\u307e\u3059":108,slower:[11,117],"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":114,"\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3059\u308b\u578b":39,port:[126,36,4,118,150,86,113,91,66,30,77,46,8],repli:[162,67],"sh\u306e\u307f\u306a\u3089\u305a":157,ken:38,grn_expr_append_const:[60,72],"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":158,"\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3057\u307e\u3059":70,connection_refus:153,"po\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":134,"\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":68,grn_not_a_directori:2,"grntest\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":134,normalizeauto:145,"\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":96,"\u306b\u3088\u3063\u3066\u9759\u7684\u30da\u30fc\u30b8\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3068":30,"1st":[96,85],grn_table_cursor_clos:137,"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":98,"\u3092\u542b\u3080\u540d\u524d\u306e\u30ab\u30e9\u30e0\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":63,"\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":65,grn_obj_clear_lock:[23,68],file_exist:153,memori:[],todai:119,"\u3053\u308c\u306f":61,criteria:3,capit:3,target_charact:72,"\u521d\u671f\u5316\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":45,"\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3068":138,proxy_cache_path:8,entries_key_index:[124,96,160,133],lc_messag:106,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":155,purpos:[102,3,91,113,73],backslash:[72,113,160],critic:[6,34,165,132],"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22":[],satoh:23,alwai:[153,160,119,84,122,136,8,124,43,133],grn_table_update_by_id:100,"users\u30c6\u30fc\u30d6\u30eb\u306efavorites\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],shibuya:[],grn_plugin_isspac:34,"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":129,"\u305d\u3057\u3066comments\u30c6\u30fc\u30d6\u30eb\u306ereplied_users\u30ab\u30e9\u30e0\u306f":[],clone:[],"4th":96,"0\u4ee5\u4e0a18":39,key_with_si:[128,133,160,56],"\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":138,ueno:[6,23],inform:[],combin:[],"\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u4e00\u89a7\u306a\u3069":[],"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":61,midnight:133,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,mainli:[66,162],"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u5b9f\u884c\u306e\u4e2d\u65ad\u3092\u6307\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":82,normalizermysqlunicodeci:166,platform:[],meridian:11,cutter:[157,134],"\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":29,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9":134,"\u6b21\u306b":60,"\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":[139,86],"output_type\u306b\u306fjson":30,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u89e3\u653e\u3057\u307e\u3059":68,term:[],name:[],"\u65e5\u3005":112,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":86,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304cshorttext\u578b\u3067\u3042\u308b\u5834\u5408":137,"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":65,"\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":60,no_memory_avail:153,"\u3053\u306e\u578b\u3067\u306e\u5024\u3092\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u306f2\u3064\u3042\u308a\u307e\u3059":[],grn_itoh:23,grn_bool:68,"\u3059\u308b\u3068\u304d\u306b\u30ad\u30e3\u30b9\u30c8\u306b\u5931\u6557\u3057\u305f\u3089":138,end_tagn:145,"base_version\u306ftar":134,"groonga_clone_dir\u306b\u3066autogen":134,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":15,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":63,"\u30af\u30a8\u30ea\u62e1\u5f35":[],compress_zlib:63,migrat:[66,96,160,133],"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":60,ruby19:[6,134],"ctx\u304c\u73fe\u5728\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308bdb\u3092\u8fd4\u3057\u307e\u3059":15,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10043\u756a":86,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":150,"xxxxx\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":134,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":96,"\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19\u306e\u305f\u3081":[],turn:8,place:[162,165,22],sho:[66,113],"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":93,origin:[],"\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":61,redhat:[23,165],"\u6e96\u5099\u3057\u305f\u7f6e\u63db\u30c6\u30fc\u30d6\u30eb\u3092\u4f7f\u3063\u3066\u307f\u307e\u3057\u3087\u3046":[],arrai:[],string_siz:72,given:[6,38,113,102],"\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":134,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u306etypo\u3092\u4fee\u6b63":23,domain_error:153,circl:[119,40],"32bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":39,white:[3,160],"\u623b\u308a\u5024\u3067\u3042\u308bgrn_index_cursor\u306f":107,grn_table_add:100,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":100,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":157,copi:[6,34,51],specifi:[],"\u30d1\u30a4\u30d7":63,"\u521d\u671f\u5316\u6e08\u307f\u306e":71,enclos:[50,3],pragma:96,serv:[12,66,134],wide:[23,165,3,119],"\u4e00\u6642\u7684\u306aobject\u3067\u3042\u308bobj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":68,"\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":138,grn_table_cursor:[],"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":52,"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":134,posix:133,posit:[34,96,2,3,73,84,48,78,66],grn_column_index:108,seri:3,"808\u4ee5\u4e0a9":39,local_nam:141,ann:134,"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":[],ani:[59,78,160,161,119,145,96,120,27,41,50,102,8,136,131,165,156,116,46],grn_unsupported_command_vers:2,grn_obj_set_mask:68,n_kei:100,operation_timeout:153,moreov:64,"\u691c\u7d22\u7d50\u679cn":96,"\u306b\u306a\u308a\u307e\u3059":15,sure:3,multipli:133,"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":23,"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":157,"apt\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":134,geoindex:[],time_column:150,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":60,"com\u306f1\u30b9\u30ec\u30c3\u30c9":121,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":86,grn_table_cursor_set_valu:137,permiss:165,sitecountri:[91,117],explicitli:[],"groonga\u306f\u57fa\u672c\u7684\u306b\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":[61,129],state:[6,11,153,151],analyz:[6,23,8,119],grn_obj_column_vector:108,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[],"\u3092\u6307\u5b9a\u3057":[137,31,95],"45ea3034":132,ssh:134,takatsugu:66,"\u8a73\u7d30\u306f":[61,30,157],reveal:119,"\u542b\u3081\u306a\u3044\u3082\u306e":134,grn_geo_select_in_rectangl:[23,48],"shibuya\u3055\u3093\u304c\u5831\u544a":138,"\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":134,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5408\u6027\u3092\u691c\u67fb\u3057\u307e\u3059":68,"\u5bfe\u5fdc\u3059\u308bid\u3092\u8fd4\u3057\u307e\u3059":100,"ongaeshi\u3055\u3093":138,"\u30d6\u30fc\u30ea\u30a2\u30f3\u578b\u3084\u30d6\u30fc\u30eb\u578b\u306a\u3069\u3068\u547c\u3070\u308c\u308b\u578b\u3067\u3042\u308a":39,"\u8b66\u544a\u3092\u9664\u53bb":138,detect:[6,23,78,8,165],"groonga\u3092\u4f7f\u3063\u3066\u3082\u3089\u3048\u308b\u3088\u3046\u306btwitter\u306e\u30a2\u30ab\u30a6\u30f3\u30c8groonga\u3092\u53d6\u5f97\u3057\u3066":112,"\u3053\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u308b\u3053\u3068\u3067":[],"\u5909\u6570\u540d\u306e\u5909\u66f4\u3084\u3089\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":134,grn_query_expander_tsv_synonyms_fil:156,grn_db_register_by_nam:130,"59\u74b0\u5883\u306b\u304a\u3044\u3066":23,"\u30d2\u30c3\u30c8\u3057\u305f\u30b3\u30e1\u30f3\u30c8\u304b\u3089\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3055\u308c\u305f\u7d50\u679c\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":[],come:[162,40],"\u63a5\u7d9a\u3059\u308bgroonga":150,region:[64,40],quiet:153,reference_vector_column:113,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306e\u7d50\u679c\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":[],"\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":61,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u7bc4\u56f2\u306e\u958b\u59cb\u4f4d\u7f6e\u3068\u306a\u308b\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\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":52,color:166,whombx:113,period:[],pole:11,"\u4e0d\u6b63\u306a\u95a2\u6570\u547c\u3073\u51fa\u3057\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3088\u3046\u306b\u3057\u305f":138,"obj\u306e\u5360\u6709\u3059\u308b\u30e1\u30e2\u30ea\u306e\u3046\u3061":68,"ueno\u3055\u3093":[138,130],lexicon2:67,item_exampl:43,log_put:[],"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb\u3067\u306f":134,frequency_threshold:[23,109,75,136,43],"shorttext\u578b\u30ab\u30e9\u30e0\u3078\u30c7\u30fc\u30bf\u8ffd\u52a0":138,"s3ki\u3055\u3093\u304c\u5831\u544a":138,"\u65b0\u3057\u3044\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[68,108],"\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":[],not_socket:153,grn_command_version_max:103,"case":[],"\u3042\u308a\u307e\u305b\u3093":[21,70,143,125,93],cast:[],"\u3068\u3044\u3046\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u8a18\u8ff0\u3059\u308b\u3053\u3068\u3067":[],grn_db_open:71,out_loc:150,favorited_bi:162,grn_expr_alloc:72,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":60,"define_selector\u306f":139,"\u5185\u90e8\u5229\u7528\u306e\u305f\u3081\u306e\u30e1\u30f3\u30d0\u3067\u3059":100,query_s:72,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":134,saerc:[136,109],"4\u884c\u76ee":150,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092zlib\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":108,author:8,alphabet:[109,78,56],users_index:162,grn_get_default_match_escalation_threshold:54,"\u304c1\u3064\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":[],"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":60,grn_cursor_rk:137,expresss:142,messagepack:[],status:[2,153],nest:[],"com\u306edoc":134,"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":86,"\u6587\u5b57\u5217\u304c\u8fd4\u3055\u308c\u307e\u3059":96,"_nsubrec":[38,96,108,117,162,52],"suggest\u30b3\u30de\u30f3\u30c9\u306bthreshold\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":23,immedi:[119,8],"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3089":137,sed:[6,23],overcommit_memori:[],without:[],model:153,"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":138,"\u3067\u78ba\u4fdd\u3057\u305f":15,"groonga\u3092build\u3059\u308b\u969b\u306b":70,"\u306e\u307f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059":137,"\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":[],rose:12,except:[147,59,78,160,73,83,40,27,124,6,8,66,131,23,96,56],blog:[],vulner:66,hino:113,hyphen:[3,56],grn_obj_nam:68,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":86,grn_table_cursor_open:[137,138],"\u30e6\u30fc\u30b6\u304c":[],realtim:[136,75],with_typ:120,madrid:11,grn_rc:[34,35,48,108,68,82,18,110,100,15,16,137,103,17,54,94,72,45],rsync:134,grn_cache_current_set:16,freed:[16,66],garbag:[23,113,114,66],inspect:[66,113],tokenbigramsplitsymbolalpha:[61,149,96,78,32],"\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[68,108],"obj\u306e\u5c5e\u3059\u308bdb\u3092\u8fd4\u3057\u307e\u3059":71,"\u53f3\u8fba\u304c\u5f0f\u306e\u6f14\u7b97\u4ee3\u5165\u6f14\u7b97\u5b50\u3092\u30b5\u30dd\u30fc\u30c8":138,"\u8a9e\u5f59\u3054\u3068\u306b\u8907\u6570\u306e\u60c5\u5831\u3092\u4fdd\u6301\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],"version\u306b\u6307\u5b9a\u3057\u305f\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":65,"dist\u3092\u884c\u3046\u3068version\u304c\u53e4\u3044\u307e\u307e\u306b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":134,tokentrigram:[149,78,32],consid:[38,126,80,67,46,56],"\u7f6e\u63db\u30c6\u30fc\u30d6\u30eb\u3067\u306f":[],libmecab:[135,13,134],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":114,rescord:142,strict:66,interfac:[6,118,3,4],chracterist:83,regard:[113,160],grn_obj_key_var_s:53,untag:97,longer:[36,15],notat:[6,113,133],"\u4e00\u6642object\u306a\u3089null\u3092\u8fd4\u3057\u307e\u3059":68,"\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":65,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":86,"\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":[],grn_expr_creat:72,"yum\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":134,"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":138,strongli:[147,116,13,135,90,123],"a\u3092\u6307\u5b9a\u3057\u3066tabl":100,user_column:150,grn_index_cursor_next:[107,113],gettext:106,orient:[12,119,27],remove_tokenized_delimit:120,"\u30b5\u30fc\u30d0\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u5229\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":150,allow_upd:[96,160],comments_loc:162,hmm:162,directori:[34,118,113,6,8,66,23,165,156,55,106],potenti:113,"\u30c7\u30fc\u30e2\u30f3":86,"id\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":15,all:[78,3,80,83,84,6,8,9,131,43,66,165,162,46,101,96,48,133,73,50,51,142,56,59,153,85,23,115,166,160,119,132,75,124,106,104],grn_table_column:100,dist:134,"ctx_new\u3068\u3044\u3046queue\u306b":121,scalar:[84,127,73],follow:[],disk:[67,56],ptr:[34,138],"groonga\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3059\u308b\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":138,init:[6,66,165,45,113],program:[118,84,113,6,8,55],"\u95be\u5024\u3092\u8d8a\u3048\u308b":61,neglig:66,liter:[],"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":61,libgcc_s_sjlj:66,rand_max:58,systemctl:126,failur:[6,66,17,134],"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":52,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":137,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":86,longtext:[39,48],"distributions\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":134,"\u304a\u3088\u3073":134,"\u5e74":[],"help\u3067\u51fa\u529b\u3055\u308c\u308b":23,yappo:[66,36,113],tex:78,rate:[113,85],design:[6,12,96],sug:10,what:[136,72,80,161],sub:[119,134],sum:96,"\u66f4\u65b0\u524d\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":108,themselv:[156,106],noraml:78,bottom_right_point:48,behaviour:113,solari:[],n_var:34,grn_ctx_init:[23,15],serihiro:6,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":21,memcach:[],"16bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":39,matsuu:138,grn_bad_address:2,gtihub:23,"\u3068\u3044\u3046\u4e8b\u67c4\u3092\u307e\u3068\u3081\u307e\u3057\u305f":112,"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":61,tokenunigram:[149,32],"\u30ea\u30ea\u30fc\u30b9\u65e5":134,deprec:[96,65,86,113,6,11,66,23,56],ocelot:[23,113],suddenli:113,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":[23,138],"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":134,"\u4ee5\u964d\u3092\u7121\u8996":138,"netbsd\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":138,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[],"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":39,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":139,grn_syntax_error:2,src_key_siz:100,flag:[],"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":94,known:[3,133,119,27,113,91,165],"\u51e6\u7406\u306e\u5b9f\u884c\u72b6\u6cc1\u3092\u8abf\u3079\u305f\u308a":82,"2\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3059":39,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":86,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":95,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":150,omit:[96,78,3,4,83,9,122,11,43,23],"\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":139,cours:117,newlin:[23,99],divid:[12,119,133],rather:[101,84,96,73],rep_loc:150,divis:[],cmp0014:66,"\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":[],resourc:[101,66],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[31,95],"\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":155,overcommit:124,"\u8ee2\u7f6e\u7d22\u5f15\u306b\u51fa\u73fe\u4f4d\u7f6e\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":108,"\u6307\u5b9a\u3059\u308b":71,resours:16,"request\u3092\u9001\u308a\u307e\u3059":134,"short":[8,73],geo_dist:[],caus:[160,12,113,6,66,23,133,56],"\u305d\u308c\u304c\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u3063\u305f\u5834\u5408\u306f":68,mailarch:134,yahppo:113,grn_table_trunc:[23,100],logal:69,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9atable\u3068\u306a\u308a\u307e\u3059":100,"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":138,style:66,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059":15,"7\u30ea\u30ea\u30fc\u30b9":[],soccer:38,"return":[],normalzi:145,grn_table_sort_asc:100,grn_ctx_use_ql:66,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":108,refresh:38,innodb:119,"\u63a5\u7d9a\u3057\u3066\u3044\u308bgroonga\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":125,"table_remove\u306f\u30c6\u30fc\u30d6\u30eb\u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":89,friendship:38,truncat:[],"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":134,grn_text_vprintf:66,weight:[],needless:[6,99,113],yoshida:113,expect:[12,66],"b\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408":100,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30c3\u30af\u3057\u307e\u3059":68,"\u7def\u5ea6":[],socket_is_not_connect:153,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":[100,68],footnot:[11,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":155,"windows\u3067\u306fmingw\u3067\u3082pthread\u3092\u4f7f\u308f\u306a\u3044\u3088\u3046\u306b\u3057\u305f":23,advanc:[],differ:[0,96,11,4,118,12,160,6,102,64,66,67,133,46,56],content_type_len:6,thread:[34,118,119,86,113,15,132,46],"\u306exml\u51fa\u529b\u5bfe\u5fdc":138,"\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":60,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8fd4\u3057\u307e\u3059":100,grn_selector_func:66,"apt\u306e\u5834\u5408":134,feel:66,groonga_database_auto_cr:[],blank:166,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":150,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":129,gpl:36,"\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":138,script:[],goronga:90,"po\u3092\u5b9f\u884c\u3059\u308b\u3068":134,gpg:134,exclude_t:113,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":157,"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":129,"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":129,option:[],"\u3067\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":134,"\u8a2d\u5b9a\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":35,"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":134,"\u540d\u524d\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[68,108],kind:[119,64,3,80,117],similar_search:[6,136],remov:[20,113,6,12,151,8,9,23,66,68,99],rep_http:150,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":150,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":157,grn_post:[48,107],ruby_ev:[],expir:[8,104],"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":150,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":39,grn_directory_not_empti:2,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u7528\u30aa\u30d7\u30b7\u30e7\u30f3":138,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":86,"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":159,"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":61,park:162,function_not_impl:153,"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":52,reach:124,"\u30e1\u30fc\u30c8\u30eb":155,grn_obj_incr:68,latitude_in_degre:133,"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":100,grn_column_name_kei:108,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3067\u304d\u307e\u3059":61,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[89,5,62,7,139,21,95],penalti:113,firewood:[6,113],"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":15,underflow:12,grn_plugin_fre:34,hit:[96,113,142],"\u5b9f\u6570\u3092\u8868\u3057\u307e\u3059":39,pair_queri:[43,136,109,163,75],"\u65b0\u305f\u306brecord\u304c\u8ffd\u52a0\u3055\u308c\u305f\u6642\u306b\u306f1\u304c":100,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":86,longest:[23,100,133],"\u5f62\u5f0f1\u3068\u5f62\u5f0f2\u306f\u6df7\u5728\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":30,"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":61,grn_column_name_nsubrec:108,grn_obj_persist:[100,108],"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":129,grn_success:[34,96,2,15,16,17,132,72],"\u6570\u5024":129,"\u30b3\u30df\u30c3\u30c8":134,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":[],art:[162,133],dump:[],highight_ful:145,arc:78,tobbi:102,grn_obj_with_weight:108,"\u4e00\u3064\u306etable\u306b\u540c\u4e00\u306ename\u306ecolumn\u3092\u8907\u6570\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":108,grn_table_differ:100,"\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":138,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":[],korea:117,"\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":61,succeed:[2,3,63,151,115,165],"com\u3078\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767b\u9332":[],"columns\u3067\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":138,solv:12,solr:133,socket_not_initi:153,grn_table_get:[100,99],threashold:[61,138],"\u4ee5\u4e0b\u306e\u578b\u304c\u7d44\u8fbc\u578b\u3068\u3057\u3066\u3042\u3089\u304b\u3058\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":39,context:[27,16,161,8,23,68],"1x139":12,"column\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":108,grn_table_sort_flag:100,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":86,grn_no_such_devic:2,"\u5f53\u8a72\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306bdefault":65,additional_configure_opt:113,"\u5f93\u3063\u3066":96,"hook\u56fa\u6709\u60c5\u5831\u3092\u6307\u5b9a\u3057\u307e\u3059":82,"\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":134,"\u305d\u306e\u30ab\u30e9\u30e0\u306f":39,"\u8aa4\u5dee\u306f\u5c0f\u3055\u3044\u3067\u3059":155,conifugr:69,grn_file_exist:2,beforehand:147,close_tag1:145,demand:126,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":150,packag:[],"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":150,nakai:113,abov:[3,80,6,90,8,43,165,96,97,56,102,106,109,161,64,85,67,156,69,117,118,162,75,166],kana:[43,136,109,163,75],input_file_nam:122,xvzf:[147,116,20,13,135,165,77],"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":61,"benchmark\u7d42\u4e86\u5f8c\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u51fa\u529b\u5148\u306f\u306f\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059":150,"old_release_date\u306b\u524d\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092":134,rid:18,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":150,minim:[8,85],grn_obj_column:68,"\u5065\u4f5c":38,"\u306e\u4e00\u884c\u3042\u305f\u308a\u306e\u6700\u5927\u30d0\u30a4\u30c8\u6570\u306e\u5236\u9650\u3092\u64a4\u5ec3":138,"\u4e00\u3064\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u306e\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":39,higher:[136,96],"\u975e\u4e92\u63db":23,x86:[23,90],"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":114,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057":150,"\u3067\u6271\u3063\u3066\u3044\u307e\u3059":[],"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":129,lower:[96,78,3,56],"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":150,searchabl:101,"key\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":100,propos:[96,10],"\u3042\u308b\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u542b\u3080\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":[],table_:[83,56],"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":58,"3\u884c\u76ee":150,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":60,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":139,"\u7d4c\u904e\u3057\u3066\u3082lock\u3092\u53d6\u5f97\u3067\u304d\u306a\u3044\u5834\u5408\u306f":68,grn_plugin_get_system_plugins_dir:23,table2:100,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":60,gem1:134,table1:100,docutil:[134,111],retry_max:153,"git\u3067\u306e\u30b3\u30df\u30c3\u30c8\u6642\u30cf\u30c3\u30b7\u30e5\u306e\u4e00\u90e8\u304c\u4f7f\u308f\u308c\u308b\u305f\u3081\u3067\u3059":134,collect:[122,119,162],"multithread\u74b0\u5883\u3067\u306f\u4ed6\u306ethread\u306e\u30a2\u30af\u30bb\u30b9\u306b\u3088\u3063\u3066":100,"\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":134,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":60,"\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":65,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059":65,invalid_format:153,"log\u3067\u3059":86,"\u5bfe\u8c61object\u3092\u6307\u5b9a\u3057\u307e\u3059":[35,71,82,68,45,105,108],blog_titl:3,retri:17,"groonga\u306e\u30d1\u30b9\u6307\u5b9a":134,leftmost:133,proc:[34,147,96,82,13,113,135,116,45,105],form_2:3,"\u7591\u4f3c\u30ab\u30e9\u30e0":[],squeez:[113,134],maximium:96,"min\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":137,brooklyn:162,"null\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":15,dialog:113,"groonga\u6c4e\u7528\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb\u3067\u3059":150,grn_cache_current_get:16,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u518d\u8aad\u307f\u8fbc\u307f":21,"\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":157,shimoda:138,"\u56de\u907f\u65b9\u6cd5\u7b49\u306e\u6848\u5185\u3092\u8f09\u305b\u308b\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":134,question:67,live:[162,56],"long":[54,18,113,56],"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":52,arithmet:[],"query\u3068":[],"benchmark\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":150,grn_proc_get_info:45,"users\u30c6\u30fc\u30d6\u30eb\u306elocation\u30ab\u30e9\u30e0\u3068":[],wno:23,"436218z":133,"\u554f\u984c\u3092\u4fee\u6b63":138,aramaki:23,consist:[153,3,160,75],"benchmark\u306f":150,caller:45,"\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":96,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":86,test_text_otoj:157,highlight:[145,41],radious_or_point:155,"\u3059\u308b\u3068groonga":134,horikoshi:23,unauthent:[6,135],grn_expr_append_const_int:72,"\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":129,grn_socket_not_initi:2,"\u540c\u3058\u3067\u3059":150,"man\u3092\u8ffd\u52a0":1,"filter\u5185\u3067\u306e\u6570\u5024\u6bd4\u8f03\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8":138,weight3:73,weight2:[6,96,73],weight1:[6,96,73],comments2:67,grn:[8,141],gro:[118,27],"\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":129,nice:101,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u3068set_port\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":150,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u6587\u66f8\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":[],grn_expr_add_var:72,"\u540c\u6642\u306b":121,"\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":134,konishi:113,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":89,"dataset\u306e\u30d1\u30b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b":130,"gz\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":134,lear:75,escape_charact:72,"\u7e70\u308a\u8fd4\u3057\u6570":150,"\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4e88\u7d04\u6e08\u307f\u3067\u3042\u308a":63,mainstream:119,w64:134,"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":60,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9\u3068\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":[],"grn_expr\u306f":60,relev:[119,3],ranguba:73,"\u578b\u306b\u95a2\u3059\u308b\u5236\u9650\u4e8b\u9805":[],"\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":134,nfkc:166,pleas:[0,3,22,66,76,165,106],smaller:[11,73,119,101,132,56],"\u3053\u308c\u306b\u3088\u308a\u904e\u53bb\u306b\u30ea\u30ea\u30fc\u30b9\u3057\u305f\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":134,compat:[147,116,13,120,135,8,166,46],compar:[6,119,96,27,160],grn_plugin_mutex:34,jekyl:134,grn_info:[],"314e":133,"\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":150,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":39,larger:[96,73,83,27,153,75,124,55],"_name":56,mitsuo:113,"\u8907\u6570\u306e\u5f15\u6570\u3092\u3068\u308a\u307e\u3059":30,typic:96,appli:[],approxim:[6,23,11],motoi:113,apt:[134,13,6,135,111,69],api:[],from:[],"\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":61,usa:117,"\u8a9e\u5f59\u306e\u51fa\u73fe\u6570\u3084\u691c\u7d22\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9\u306e\u30d5\u30e9\u30b0":[],few:[46,167],usr:[86,8,9,165,157,77],sort:[],grn_db_creat:71,"\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":139,tokenbigramignoreblanksplitsymbolalpha:[61,149],"\u6642\u9593\u306e\u89e3\u50cf\u5ea6\u3092\u30ca\u30ce\u79d2\u306b\u5909\u66f4":138,"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":112,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":52,annot:113,"\u624b\u7d9a\u304d\u3092\u6307\u5b9a\u3057\u307e\u3059":82,"\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":157,"res2\u306b\u683c\u7d0d\u3057\u307e\u3059":100,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u5148\u982d\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":68,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":39,grn_column:[],tar:[147,116,134,20,13,135,165,77],tag:[],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":138,"\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":134,grn_set_lock_timeout:17,"0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u5148\u982d\u306b\u633f\u5165\u3055\u308c\u307e\u3059":82,"\u30de\u30a4\u30af\u30ed\u79d2\u5358\u4f4d\u306764bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u306b\u3088\u308a\u8868\u73fe\u3057\u307e\u3059":39,six:[132,3],"\u30e6\u30fc\u30b6\u30fc\u306e\u73fe\u5728\u5730":[],"100x100":155,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":93,sid:[],instead:[80,83,40,86,41,6,90,91,23,165,147,96,11,133,142,56,145,113,66,69,160,27,123,166,8],grn_obj_defrag:68,"\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":134,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u4f5c\u696d\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3092\u5bfe\u8c61\u306b\u884c\u3044\u307e\u3059":134,"load\u30b3\u30de\u30f3\u30c9":1,attent:96,"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":60,"uint16\u306e\u7b49\u5024\u6bd4\u8f03\u306bc\u8a00\u8a9e\u306e\u6bd4\u8f03\u6f14\u7b97\u5b50\u3092\u4f7f\u7528":138,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":158,light:51,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":93,"1\u884c\u76ee":150,freebsd:[],"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":157,"\u4eac\u90fd":[61,129],location_in_input:122,ouput:113,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":150,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":[],"log_level\u306f":5,condtion:160,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":86,"homebrew\u3078pul":134,bye:[96,160,133],"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":86,crash:[6,23,51,113,66],"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u65b0\u3057\u304f\u306a\u3063\u305f\u3068\u3057\u3066\u3082":65,"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":134,keys_zon:8,"\u6bb5\u843d\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":63,devel:[147,116],shinjyuku:64,successor:133,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":157,edit:[],grn_socket_is_already_connect:2,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":150,"\u306b\u3066\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059":134,our:[22,106],grn_obj_column_index:[107,108],"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":150,"gz\u306eversion\u304a\u3088\u3073vers":134,out:[147,116,161,13,135,90,123,92,66,67],longitude_in_degre:133,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":138,"\u4ee5\u4e0b\u306e\u57fa\u6e96\u3092\u76ee\u5b89\u3068\u3057\u3066\u5909\u66f4\u70b9\u3092\u8ffd\u8a18\u3057\u3066\u3044\u304d\u307e\u3059":134,dcb314:66,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":121,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":61,grn_ctx_send:16,"\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":134,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":61,"0\u4ee5\u4e0a255\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,york:[162,11],dictionari:[6,138,166,113,147],"128\u4ee5\u4e0a127\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,lte:78,"\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":134,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":68,tokenizer_list:[],"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":138,"\u4f5c\u6210\u3059\u308btype\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"request\u3092\u9001\u308a\u307e\u3057\u305f":134,tetsuharu:66,prioriti:[43,119],"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u5b9a\u7fa9\u3092\u6307\u5b9a\u3057\u307e\u3059":45,grn_obj_get:68,unknown:[110,99],"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":52,"akio\u3055\u3093":138,grn_dat_repair:99,"\u30b0\u30cb\u30e3\u30e9\u304f\u3093":[],"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":31,"\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":63,"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":137,"benchmark\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":150,"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":138,"\u3092\u4f5c\u6210\u3057\u307e\u3059":63,emac:106,no_such_file_or_directori:153,exec_format_error:153,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":112,"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":39,"4097byte":83,"\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":86,"shimada\u3055\u3093\u304c\u5831\u544a":138,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308baccessor\u3092\u8fd4\u3057\u307e\u3059":68,which:[34,126,78,3,80,86,6,91,131,43,128,147,96,11,133,12,102,55,38,59,113,161,64,97,66,67,160,117,118,119,120,151,162],grn_obj_delete_by_id:[23,68],"\u30db\u30b9\u30c8\u540d\u3068":150,who:[],"\u7d44\u8fbc\u578b":[],default_token:[],"class":[145,97,27,41],"org\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":134,determin:[96,3,142],"_id":[3,80,91,43,115,128,96,133,73,136,101,51,52,141,38,108,109,61,64,151,85,67,68,160,117,122,75,166],"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":137,word1:[6,96,160,133],word2:[6,96,160,133],your_github_account:106,practic:[12,66,119],grn_obj_with_posit:108,"\u5358\u7d14\u306b\u691c\u7d22\u3059\u308b\u3068":128,local:[133,134,119,8,111,165,106],"150x100":29,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":129,grn_ctx_use:15,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":129,subrecord:113,grn_cursor_prefix:137,"\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":[],candidate2:136,candidate1:136,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":150,view:[],"x86\u30d0\u30a4\u30ca\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059":134,knowledg:119,"1073741824\u306e\u6574\u6570\u3067":52,displai:6,"\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":86,"\u30ab\u30e9\u30e0\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"10t22":109,"\u3092\u6307\u5b9a\u3057\u305ftable\u306b\u3064\u3044\u3066\u306f":137,index_tag:38,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":150,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":139,dll:[6,23,34,66],"v1\u306e\u5024\u306e\u4e2d\u306b":60,"twitter\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":112,yaman:[66,113],"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":155,elimin:113,job:150,"\u5c0f\u6570\u3092\u4f7f\u3044\u307e\u3059":39,homebrew:[],"twitter\u3067\u3084\u308a\u3068\u308a\u3092\u5b8c\u7d50\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":112,addit:[],"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":158,april:134,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[29,100,155],"twitter\u306e\u3088\u3046\u306a\u77ed\u3044\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u6295\u7a3f\u3059\u308b\u30d6\u30ed\u30b0\u3067\u3059":[],grn_logger_info:6,"delete\u304c\u5e38\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":138,respect:[6,12,64,162],rpm:[147,116,134,113,6,66,23,99],"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":23,"query_expander\u30d1\u30e9\u30e1\u30fc\u30bf\u306b":[],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"535\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,mike:151,"\u30b3\u30e1\u30f3\u30c8\u306b\u95a2\u3059\u308b\u5185\u5bb9\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3067\u3059":[],"128423343x502929252":[],"\u3042\u308c\u3053\u308c\u60c5\u5831\u63d0\u4f9b\u3092\u8981\u6c42\u3059\u308b\u3068":112,"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[29,155],roonga:10,"\u30c6\u30fc\u30d6\u30ebentry\u306b":63,"21th":113,cursor:[23,48],"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":52,"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":61,customiz:27,"groonga\u3067\u4e88\u3081\u5b9a\u7fa9\u6e08\u307f\u306e\u578b\u304b":39,"\u3072\u308d\u3086\u304d":128,"\u7ffb\u8a33\u307e\u3067\u5b8c\u4e86\u3057\u3066\u3044\u308b\u72b6\u614b\u3067":134,avg:158,"\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":138,grn_expr_append_op:[60,72],"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":150,"\u6ce8\u610f":100,"\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":138,difficult:119,grn_column_name_id:108,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[61,129],"\u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u30b3\u30e1\u30f3\u30c8\u691c\u7d22\u3057\u305f\u7d50\u679c":[],"0x10":153,"\u3053\u3046\u3059\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u63d0\u6848\u3092\u3067\u304d\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":112,english:[0,96,111,113,22,23,43,66,106],uzulla:23,"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u305f\u6642\u523b\u306etvsec\u5024\u3092\u8fd4\u3057\u307e\u3059":70,"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":134,do_http:150,normalizermysqlgeneralci:166,users_nam:102,obtain:34,"\u3082\u3057groonga":150,euc_jp:165,"key\u306b\u306f":100,amd64:134,book:133,"\u30ab\u30e9\u30e0\u578b1":96,"\u307e\u305f\u306f":150,"table\u306fcolumn\u3068\u306f\u5225\u306b":100,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u6307\u5b9a\u3057\u307e\u3059":110,"offset\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9id\u3092\u958b\u59cb\u4f4d\u7f6e\u3068\u3057\u3066":68,know:[38,126,117,162],press:106,"\u95be\u5024\u3092\u3042\u3052\u308b":[],"\u30ab\u30e9\u30e0\u578bn":96,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f10\u3067\u3059":96,earch:78,incres:66,"\u3067\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":23,exceed:148,no_child_process:153,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,"export":[23,113,66],"tokenbigram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":61,column_inform:84,lead:[96,3,27],grn_obj_get_nhook:82,leak:[63,138,113,6,66,23,165],"10043\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":86,grn_address_is_in_us:2,time_stamp:132,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u306a\u308a\u307e\u3059":108,investig:[148,113,117],acronym:153,tanab:113,rare:113,"\u305d\u308c\u305e\u308c":157,kanako:113,disabl:[63,96,138,160,118,132,111,113,6,8,43,23,66,165,99],"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":[],own:[6,12,133,119],grn_operation_timeout:2,"\u6570\u5b57":150,grn_ii:[],"\u4f8b":[],grn_id:[34,35,107,108,18,15,100,137,68,72],automat:[38,3,160,83,9,8,111,133,106],automak:138,grn_expr_append_const_str:72,grn_default_query_logger_get_path:6,"145508000x":11,transfer:[],grn_command_version_min:103,appl:166,replac:[66,55,163,80],"var":[34,126,60,84,86,8,165,45],"\u30ad\u30fc\u304c":86,"\u305d\u306e\u307e\u307emake\u30b3\u30de\u30f3\u30c9\u306b\u3066\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":134,"\u4ee5\u5916\u306e\u5834\u5408\u306f":96,"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":60,"\u73fe\u5728":21,"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":86,"\u521d\u306e\u66f8\u304d\u8fbc\u307f":[],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u5b9f\u884c\u3059\u308b":134,palallel:134,made:[6,23,3],whether:[96,2,160,161,12,148,142,6,102,11,8,85,136,66,68],troubl:106,record:[],below:[50,92,51,160],"\u306e\u6570\u304c\u51fa\u529b\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u78ba\u8a8d\u3067\u304d\u307e\u3059":[],"expr\u306a\u3069\u306f\u89e3\u653e\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":68,"\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":[70,89,5,62,63,114,7,139,141,143,21,93,31,125,95],"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":103,ff76:166,"\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":35,"\u3067\u306f\u6607\u9806":100,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u305f\u306e\u3067":134,makecach:[6,116],"fork\u3059\u308b\u70b9\u304c\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u3068\u7570\u306a\u308b":86,"\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":134,other:[],bool:[12,39,128,113,160],"command_version\u3092\u8fd4\u3057\u307e\u3059":15,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":86,grn_table_delete_by_id:100,"obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":68,"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":96,"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":65,debian:[],"object\u306e\u66f4\u65b0\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":82,"\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":[],emerg:[5,132,7,8],allow_leading_not:96},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","news/2.x","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/functions/geo_distance","tutorial/data","install/ubuntu","contribution/documentation","reference/api/grn_ctx","reference/api/grn_cache","reference/api/global_configurations","reference/api/grn_ii","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","troubleshooting","reference/api/plugin","reference/api/grn_info","news/senna","reference","tutorial/index","reference/types","geolocation_search","reference/functions/highlight_html","reference/commands/normalizer_list","suggest/completion","reference/executables","reference/api/grn_proc","server/http/comparison","index","reference/api/grn_geo","reference/cast","reference/commands/load","reference/commands/column_rename","reference/columns/pseudo","reference/api/grn_type","reference/api/grn_match_escalation","reference/executables/groonga-suggest-learner","reference/commands/table_create","limitations","reference/functions/rand","reference/commands/ruby_load","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","reference/api/grn_obj","development/travis-ci","reference/commands/status","reference/api/grn_db","reference/api/grn_expr","reference/columns/vector","contribution/documentation/c-api","suggest/suggestion","contribution","install/mac_os_x","reference/commands/tokenize","suggest/tutorial","tutorial/query_expansion","server/gqtp","reference/api/grn_hook","reference/tables","reference/commands/column_list","reference/functions/between","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","reference/commands/table_remove","install/windows","tutorial/network","contribution/development/repository","reference/commands/table_list","reference/api/grn_search","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/functions/edit_distance","news/1.3.x","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/documentation/introduction","contribution/development/cooperation","news/3.x","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/executables/groonga-suggest-httpd","characteristic","reference/commands/normalize","contribution/development/com","reference/command/output_format","install","reference/tuning","reference/commands/shutdown","server/package","reference/column","tutorial/patricia_trie","spec/search","news/1.1.x","reference/commands/ruby_eval","reference/log","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","reference/functions/highlight_full","development","install/fedora","troubleshooting/mmap_cannot_allocate_memory","reference/commands/tokenizer_list","reference/executables/groonga-benchmark","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","install/others","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. <tt class=\"docutils literal\"><span class=\"pre\">log_level</span></tt>","Release 2.1.2 - 2013/01/29","8.3.17. <tt class=\"docutils literal\"><span class=\"pre\">log_put</span></tt>","8.1.4. groonga-httpd","8.3.22. <tt class=\"docutils literal\"><span class=\"pre\">register</span></tt>","5.1. Introduction","8.11.3. geo_distance","4.3. Various data types","2.4. Ubuntu","13.2. How to contribute in documentation topics","8.15.5. <tt class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","8.15.2. <tt class=\"docutils literal\"><span class=\"pre\">grn_cache</span></tt>","8.15.1. Global configurations","8.15.11. <tt class=\"docutils literal\"><span class=\"pre\">grn_ii</span></tt>","9. Specification","2.7. Oracle Solaris","8.3.18. <tt class=\"docutils literal\"><span class=\"pre\">log_reopen</span></tt>","3. Community","Release 1.2.9 - 2011/12/29","8.9. Query expanders","8.15. API","8.3. Command","8.11.12. snippet_html","7. Server","8.11.5. geo_in_rectangle","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. <tt class=\"docutils literal\"><span class=\"pre\">defrag</span></tt>","8.8. Tokenizers","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","8.15.22. Plugin","8.15.13. <tt class=\"docutils literal\"><span class=\"pre\">grn_info</span></tt>","News in Senna period","8. Reference manual","4.6. Tag search and reverse resolution of reference relationships","8.4. \u30c7\u30fc\u30bf\u578b","6. Geolocation Search","8.11.7. highlight_html","8.3.20. <tt class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></tt>","5.3. Completion","8.1. Executables","8.15.16. <tt class=\"docutils literal\"><span class=\"pre\">grn_proc</span></tt>","7.3.1. Comparison","Groonga documentation","8.15.9. <tt class=\"docutils literal\"><span class=\"pre\">grn_geo</span></tt>","Cast","8.3.15. <tt class=\"docutils literal\"><span class=\"pre\">load</span></tt>","8.3.10. <tt class=\"docutils literal\"><span class=\"pre\">column_rename</span></tt>","\u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.15.20. <tt class=\"docutils literal\"><span class=\"pre\">grn_type</span></tt>","8.15.14. <tt class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></tt>","8.1.8. groonga-suggest-learner","8.3.29. <tt class=\"docutils literal\"><span class=\"pre\">table_create</span></tt>","10. Limitations","8.11.11. rand","8.3.24. <tt class=\"docutils literal\"><span class=\"pre\">ruby_load</span></tt>","13.3.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. <tt class=\"docutils literal\"><span class=\"pre\">column_remove</span></tt>","8.3.7. <tt class=\"docutils literal\"><span class=\"pre\">column_create</span></tt>","4.4. Various search conditions","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","News","4.7. match_columns parameter","8.15.15. <tt class=\"docutils literal\"><span class=\"pre\">grn_obj</span></tt>","12.1. Travis CI","8.3.27. <tt class=\"docutils literal\"><span class=\"pre\">status</span></tt>","8.15.6. <tt class=\"docutils literal\"><span class=\"pre\">grn_db</span></tt>","8.15.8. grn_expr","Vector column","13.2.3. C API","5.5. Suggestion","13. How to contribute to groonga","2.2. Mac OS X","8.3.32. <tt class=\"docutils literal\"><span class=\"pre\">tokenize</span></tt>","5.2. Tutorial","4.11. Query expansion","7.2. GQTP","8.15.10. <tt class=\"docutils literal\"><span class=\"pre\">grn_hook</span></tt>","8.5. Tables","8.3.8. <tt class=\"docutils literal\"><span class=\"pre\">column_list</span></tt>","8.11.1. between","8.1.2. groonga command","7.3.3. groonga-httpd","4.9. Additional information about lexicon for full text search","8.3.31. <tt class=\"docutils literal\"><span class=\"pre\">table_remove</span></tt>","2.1. Windows","4.2. Remote access","13.3.1. Repository","8.3.30. <tt class=\"docutils literal\"><span class=\"pre\">table_list</span></tt>","8.15.17. <tt class=\"docutils literal\"><span class=\"pre\">grn_search</span></tt>","8.3.6. <tt class=\"docutils literal\"><span class=\"pre\">clearlock</span></tt>","8.3.25. <tt class=\"docutils literal\"><span class=\"pre\">select</span></tt>","8.11.8. html_untag","8.11.2. edit_distance","Release 1.3.0 - 2012/01/29","8.15.18. <tt class=\"docutils literal\"><span class=\"pre\">grn_table</span></tt>","8.12. Indexing","8.11.10. query","8.15.4. <tt class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></tt>","8.3.4. <tt class=\"docutils literal\"><span class=\"pre\">cache_limit</span></tt>","8.15.21. <tt class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></tt>","13.2.2. I18N","8.15.12. <tt class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></tt>","8.15.3. <tt class=\"docutils literal\"><span class=\"pre\">grn_column</span></tt>","5.4. Correction","8.15.7. <tt class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></tt>","13.2.1. Introduction","13.3.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","Release 3.1.2 - 2014/01/29","8.3.5. <tt class=\"docutils literal\"><span class=\"pre\">check</span></tt>","8.3.34. <tt class=\"docutils literal\"><span class=\"pre\">truncate</span></tt>","2.5. CentOS","4.5. Drilldown","8.1.7. groonga-suggest-httpd","1. Characteristics of Groonga","8.3.19. <tt class=\"docutils literal\"><span class=\"pre\">normalize</span></tt>","13.3.2. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","8.3.2. Output format","2. Install","8.14. Tuning","8.3.26. <tt class=\"docutils literal\"><span class=\"pre\">shutdown</span></tt>","7.1. Server packages","8.6. Column","4.8. Prefix search with patricia trie","9.2. \u691c\u7d22","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","8.3.23. <tt class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></tt>","8.13. Log","8.10.2. Script syntax","13.3.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.28. <tt class=\"docutils literal\"><span class=\"pre\">suggest</span></tt>","8.15.19. <tt class=\"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. <tt class=\"docutils literal\"><span class=\"pre\">define_selector</span></tt>","4. Tutorial","8.3.14. <tt class=\"docutils literal\"><span class=\"pre\">dump</span></tt>","8.10. grn_expr","8.3.21. <tt class=\"docutils literal\"><span class=\"pre\">quit</span></tt>","8.11. Function","8.11.6. highlight_full","12. Development","2.6. Fedora","11.2. How to avoid mmap Cannot allocate memory error","8.3.33. <tt class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></tt>","8.1.3. groonga-benchmark","8.3.13. <tt class=\"docutils literal\"><span class=\"pre\">delete</span></tt>","13.3. Groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.3.2. groonga","8.11.4. geo_in_circle","8.9.1. QueryExpanderTSV","13.3.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.9. now","8.10.1. Query syntax","8.11.13. sub_filter","4.10. Let's create micro-blog","8.1.6. groonga-suggest-create-dataset","5. Suggest","2.8. Others","8.7. Normalizers","7.3. HTTP"],objects:{"":{grn_ctx_get_match_escalation_threshold:[54,1,1,"c.grn_ctx_get_match_escalation_threshold"],"--cache-limit":[86,0,1,"cmdoption--cache-limit"],grn_obj_reinit:[68,1,1,"c.grn_obj_reinit"],grn_get_default_match_escalation_threshold:[54,1,1,"c.grn_get_default_match_escalation_threshold"],grn_db_create:[71,1,1,"c.grn_db_create"],grn_plugin_charlen:[34,1,1,"c.grn_plugin_charlen"],grn_obj_get_hook:[82,1,1,"c.grn_obj_get_hook"],grn_obj_expire:[68,1,1,"c.grn_obj_expire"],grn_table_cursor_close:[137,1,1,"c.grn_table_cursor_close"],"-P":[158,0,1,"cmdoption-P"],grn_table_cursor_set_value:[137,1,1,"c.grn_table_cursor_set_value"],grn_expr_syntax_escape:[72,1,1,"c.grn_expr_syntax_escape"],"-e":[86,0,1,"cmdoption-e"],"-d":[55,0,1,"cmdoption-d"],"-a":[86,0,1,"cmdoption-a"],"-c":[86,0,1,"cmdoption-c"],grn_obj_set_info:[35,1,1,"c.grn_obj_set_info"],"-m":[158,0,1,"cmdoption-m"],"-l":[55,0,1,"cmdoption-l"],"--disable-max-fd-check":[118,0,1,"cmdoption--disable-max-fd-check"],"-i":[150,0,1,"cmdoption-i"],"-h":[86,0,1,"cmdoption-h"],grn_db:[71,2,1,"c.grn_db"],"-t":[118,0,1,"cmdoption-t"],grn_command_version:[103,2,1,"c.grn_command_version"],grn_obj_set_element_info:[35,1,1,"c.grn_obj_set_element_info"],"-p":[118,0,1,"cmdoption-p"],"-s":[55,0,1,"cmdoption-s"],"-r":[55,0,1,"cmdoption-r"],grn_plugin_proc_get_var:[34,1,1,"c.grn_plugin_proc_get_var"],grn_ctx_at:[15,1,1,"c.grn_ctx_at"],"--bind-address":[86,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[103,3,1,"c.GRN_COMMAND_VERSION_STABLE"],"--config-path":[86,0,1,"cmdoption--config-path"],grn_table_size:[100,1,1,"c.grn_table_size"],"--query-log-path":[86,0,1,"cmdoption--query-log-path"],grn_ctx_use:[15,1,1,"c.grn_ctx_use"],grn_obj_defrag:[68,1,1,"c.grn_obj_defrag"],db:[150,0,1,"cmdoption-arg-db"],grn_get_lock_timeout:[17,1,1,"c.grn_get_lock_timeout"],grn_table_cursor_open:[137,1,1,"c.grn_table_cursor_open"],grn_get_default_encoding:[110,1,1,"c.grn_get_default_encoding"],GRN_OBJ_LOCK:[68,3,1,"c.GRN_OBJ_LOCK"],grn_ii_buffer_append:[18,1,1,"c.grn_ii_buffer_append"],grn_obj_column:[68,1,1,"c.grn_obj_column"],grn_geo_estimate_in_rectangle:[48,1,1,"c.grn_geo_estimate_in_rectangle"],grn_table_sort:[100,1,1,"c.grn_table_sort"],GRN_COLUMN_NAME_SCORE:[108,3,1,"c.GRN_COLUMN_NAME_SCORE"],grn_obj_unlink:[68,1,1,"c.grn_obj_unlink"],grn_obj_id:[68,1,1,"c.grn_obj_id"],grn_obj_set_value:[68,1,1,"c.grn_obj_set_value"],grn_plugin_win32_base_dir:[34,1,1,"c.grn_plugin_win32_base_dir"],grn_encoding:[110,2,1,"c.grn_encoding"],grn_proc_create:[45,1,1,"c.grn_proc_create"],GRN_PLUGIN_FREE:[34,3,1,"c.GRN_PLUGIN_FREE"],GRN_COLUMN_NAME_VALUE:[108,3,1,"c.GRN_COLUMN_NAME_VALUE"],"--ftp":[150,0,1,"cmdoption--ftp"],"--dir":[150,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[68,3,1,"c.GRN_OBJ_SET_MASK"],grn_table_group_result:[100,2,1,"c.grn_table_group_result"],grn_expr_close:[72,1,1,"c.grn_expr_close"],grn_obj_path:[68,1,1,"c.grn_obj_path"],grn_cache_get_max_n_entries:[16,1,1,"c.grn_cache_get_max_n_entries"],grn_obj_db:[71,1,1,"c.grn_obj_db"],grn_geo_cursor_next:[48,1,1,"c.grn_geo_cursor_next"],GRN_OBJ_APPEND:[68,3,1,"c.GRN_OBJ_APPEND"],grn_table_lcp_search:[100,1,1,"c.grn_table_lcp_search"],grn_table_create:[100,1,1,"c.grn_table_create"],grn_table_cursor_get_value:[137,1,1,"c.grn_table_cursor_get_value"],"--address":[86,0,1,"cmdoption--address"],"--daemon":[55,0,1,"cmdoption--daemon"],grn_obj_is_builtin:[68,1,1,"c.grn_obj_is_builtin"],grn_table_columns:[100,1,1,"c.grn_table_columns"],"--pid-path":[86,0,1,"cmdoption--pid-path"],"--encoding":[86,0,1,"cmdoption--encoding"],grn_ctx_set_finalizer:[15,1,1,"c.grn_ctx_set_finalizer"],grn_cache:[16,2,1,"c.grn_cache"],grn_table_delete_by_id:[100,1,1,"c.grn_table_delete_by_id"],grn_plugin_mutex:[34,2,1,"c.grn_plugin_mutex"],grn_ii_buffer:[18,2,1,"c.grn_ii_buffer"],"--host":[150,0,1,"cmdoption--host"],grn_obj_set_finalizer:[45,1,1,"c.grn_obj_set_finalizer"],grn_cache_current_set:[16,1,1,"c.grn_cache_current_set"],grn_obj_user_data:[105,1,1,"c.grn_obj_user_data"],grn_obj_lock:[68,1,1,"c.grn_obj_lock"],"--log-path":[55,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[108,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],"--log-output-dir":[150,0,1,"cmdoption--log-output-dir"],GRN_OBJ_COMPARE:[68,3,1,"c.GRN_OBJ_COMPARE"],grn_expr_append_const:[72,1,1,"c.grn_expr_append_const"],grn_plugin_mutex_lock:[34,1,1,"c.grn_plugin_mutex_lock"],grn_obj_clear_lock:[68,1,1,"c.grn_obj_clear_lock"],grn_table_cursor_next:[137,1,1,"c.grn_table_cursor_next"],grn_expr_alloc:[72,1,1,"c.grn_expr_alloc"],grn_expr_compile:[72,1,1,"c.grn_expr_compile"],grn_user_data:[105,2,1,"c.grn_user_data"],grn_obj_get_range:[68,1,1,"c.grn_obj_get_range"],grn_table_get:[100,1,1,"c.grn_table_get"],grn_ctx_fin:[15,1,1,"c.grn_ctx_fin"],grn_geo_cursor_open_in_rectangle:[48,1,1,"c.grn_geo_cursor_open_in_rectangle"],"--max-threads":[86,0,1,"cmdoption--max-threads"],grn_ctx_init:[15,1,1,"c.grn_ctx_init"],grn_ii_buffer_close:[18,1,1,"c.grn_ii_buffer_close"],GRN_OBJ_DECR:[68,3,1,"c.GRN_OBJ_DECR"],GRN_PLUGIN_REGISTER:[34,1,1,"c.GRN_PLUGIN_REGISTER"],grn_table_sort_key:[100,2,1,"c.grn_table_sort_key"],grn_obj_rename:[68,1,1,"c.grn_obj_rename"],grn_table_group_flags:[100,2,1,"c.grn_table_group_flags"],grn_obj_check:[68,1,1,"c.grn_obj_check"],grn_table_at:[100,1,1,"c.grn_table_at"],grn_column_name:[108,1,1,"c.grn_column_name"],grn_table_difference:[100,1,1,"c.grn_table_difference"],"--n-lines-per-log-file":[118,0,1,"cmdoption--n-lines-per-log-file"],GRN_PLUGIN_INIT:[34,1,1,"c.GRN_PLUGIN_INIT"],grn_cache_close:[16,1,1,"c.grn_cache_close"],grn_obj_close:[68,1,1,"c.grn_obj_close"],GRN_COLUMN_NAME_ID_LEN:[108,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],grn_table_truncate:[100,1,1,"c.grn_table_truncate"],grn_obj_get_value:[68,1,1,"c.grn_obj_get_value"],grn_cache_open:[16,1,1,"c.grn_cache_open"],"--server-id":[86,0,1,"cmdoption--server-id"],grn_obj_delete_hook:[82,1,1,"c.grn_obj_delete_hook"],"-n":[86,0,1,"cmdoption-n"],"--port":[118,0,1,"cmdoption--port"],grn_ii:[18,2,1,"c.grn_ii"],"--log-base-path":[55,0,1,"cmdoption--log-base-path"],grn_obj_is_locked:[68,1,1,"c.grn_obj_is_locked"],grn_expr_exec:[72,1,1,"c.grn_expr_exec"],grn_plugin_proc_alloc:[34,1,1,"c.grn_plugin_proc_alloc"],"--log-level":[55,0,1,"cmdoption--log-level"],grn_table_rename:[100,1,1,"c.grn_table_rename"],GRN_COLUMN_NAME_NSUBRECS:[108,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],grn_plugin_mutex_unlock:[34,1,1,"c.grn_plugin_mutex_unlock"],GRN_COMMAND_VERSION_MAX:[103,3,1,"c.GRN_COMMAND_VERSION_MAX"],grn_plugin_expr_var_init:[34,1,1,"c.grn_plugin_expr_var_init"],grn_obj_get_element_info:[35,1,1,"c.grn_obj_get_element_info"],grn_search_optarg:[94,2,1,"c.grn_search_optarg"],grn_expr_append_const_str:[72,1,1,"c.grn_expr_append_const_str"],script:[150,0,1,"cmdoption-arg-script"],GRN_PLUGIN_ERROR:[34,3,1,"c.GRN_PLUGIN_ERROR"],GRN_COMMAND_VERSION_MIN:[103,3,1,"c.GRN_COMMAND_VERSION_MIN"],grn_expr_get_var_by_offset:[72,1,1,"c.grn_expr_get_var_by_offset"],GRN_PLUGIN_MALLOC:[34,3,1,"c.GRN_PLUGIN_MALLOC"],grn_obj_add_hook:[82,1,1,"c.grn_obj_add_hook"],GRN_PLUGIN_LOG:[34,3,1,"c.GRN_PLUGIN_LOG"],grn_index_cursor_open:[107,1,1,"c.grn_index_cursor_open"],grn_proc_func:[45,2,1,"c.grn_proc_func"],grn_db_create_optarg:[71,2,1,"c.grn_db_create_optarg"],grn_column_table:[108,1,1,"c.grn_column_table"],grn_table_add:[100,1,1,"c.grn_table_add"],grn_obj_unlock:[68,1,1,"c.grn_obj_unlock"],grn_cache_set_max_n_entries:[16,1,1,"c.grn_cache_set_max_n_entries"],grn_proc_type:[45,2,1,"c.grn_proc_type"],grn_proc_get_info:[45,1,1,"c.grn_proc_get_info"],GRN_OBJ_INCR:[68,3,1,"c.GRN_OBJ_INCR"],grn_ctx_close:[15,1,1,"c.grn_ctx_close"],grn_ctx:[15,2,1,"c.grn_ctx"],GRN_COLUMN_NAME_KEY:[108,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_SCORE_LEN:[108,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE_LEN:[108,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],grn_table_cursor_get_key:[137,1,1,"c.grn_table_cursor_get_key"],grn_obj_get_values:[68,1,1,"c.grn_obj_get_values"],grn_column_rename:[108,1,1,"c.grn_column_rename"],GRN_OBJ_UNLOCK:[68,3,1,"c.GRN_OBJ_UNLOCK"],grn_obj_get_info:[35,1,1,"c.grn_obj_get_info"],grn_ctx_db:[15,1,1,"c.grn_ctx_db"],"--protocol":[150,0,1,"cmdoption--protocol"],GRN_PLUGIN_REALLOC:[34,3,1,"c.GRN_PLUGIN_REALLOC"],grn_table_cursor:[137,2,1,"c.grn_table_cursor"],grn_ctx_get:[15,1,1,"c.grn_ctx_get"],grn_ctx_set_match_escalation_threshold:[54,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_db_open:[71,1,1,"c.grn_db_open"],grn_column_index:[108,1,1,"c.grn_column_index"],"--n-threads":[118,0,1,"cmdoption--n-threads"],"--help":[86,0,1,"cmdoption--help"],"--groonga":[150,0,1,"cmdoption--groonga"],grn_table_setoperation:[100,1,1,"c.grn_table_setoperation"],GRN_COLUMN_NAME_ID:[108,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_OBJ_SET:[68,3,1,"c.GRN_OBJ_SET"],"--document-root":[86,0,1,"cmdoption--document-root"],grn_info_type:[35,2,1,"c.grn_info_type"],grn_obj:[68,2,1,"c.grn_obj"],grn_obj_remove:[68,1,1,"c.grn_obj_remove"],grn_plugin_mutex_open:[34,1,1,"c.grn_plugin_mutex_open"],GRN_OBJ_GET:[68,3,1,"c.GRN_OBJ_GET"],grn_expr_append_const_int:[72,1,1,"c.grn_expr_append_const_int"],grn_expr_syntax_escape_query:[72,1,1,"c.grn_expr_syntax_escape_query"],grn_ii_buffer_open:[18,1,1,"c.grn_ii_buffer_open"],grn_geo_select_in_rectangle:[48,1,1,"c.grn_geo_select_in_rectangle"],grn_set_lock_timeout:[17,1,1,"c.grn_set_lock_timeout"],grn_ii_buffer_commit:[18,1,1,"c.grn_ii_buffer_commit"],grn_obj_search:[94,1,1,"c.grn_obj_search"],"--send-endpoint":[55,0,1,"cmdoption--send-endpoint"],grn_table_update_by_id:[100,1,1,"c.grn_table_update_by_id"],grn_hook_entry:[82,2,1,"c.grn_hook_entry"],grn_expr_append_op:[72,1,1,"c.grn_expr_append_op"],grn_geo_point:[48,2,1,"c.grn_geo_point"],grn_table_cursor_table:[137,1,1,"c.grn_table_cursor_table"],grn_index_cursor_next:[107,1,1,"c.grn_index_cursor_next"],grn_table_delete:[100,1,1,"c.grn_table_delete"],dest:[86,0,1,"cmdoption-arg-dest"],grn_ctx_open:[15,1,1,"c.grn_ctx_open"],grn_plugin_isspace:[34,1,1,"c.grn_plugin_isspace"],grn_column_index_update:[108,1,1,"c.grn_column_index_update"],grn_obj_delete_by_id:[68,1,1,"c.grn_obj_delete_by_id"],grn_ctx_get_command_version:[15,1,1,"c.grn_ctx_get_command_version"],"--default-match-escalation-threshold":[86,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[137,1,1,"c.grn_table_cursor_delete"],grn_type_create:[53,1,1,"c.grn_type_create"],grn_obj_path_by_id:[68,1,1,"c.grn_obj_path_by_id"],grn_plugin_command_create:[34,1,1,"c.grn_plugin_command_create"],grn_builtin_type:[53,2,1,"c.grn_builtin_type"],grn_table_get_key:[100,1,1,"c.grn_table_get_key"],GRN_OBJ_PREPEND:[68,3,1,"c.GRN_OBJ_PREPEND"],grn_set_default_match_escalation_threshold:[54,1,1,"c.grn_set_default_match_escalation_threshold"],grn_cache_current_get:[16,1,1,"c.grn_cache_current_get"],grn_expr_create:[72,1,1,"c.grn_expr_create"],grn_get_default_command_version:[103,1,1,"c.grn_get_default_command_version"],grn_expr_add_var:[72,1,1,"c.grn_expr_add_var"],grn_encoding_parse:[110,1,1,"c.grn_encoding_parse"],grn_column_create:[108,1,1,"c.grn_column_create"],grn_ctx_set_command_version:[15,1,1,"c.grn_ctx_set_command_version"],grn_table_sort_flags:[100,2,1,"c.grn_table_sort_flags"],grn_obj_get_nhooks:[82,1,1,"c.grn_obj_get_nhooks"],grn_set_default_encoding:[110,1,1,"c.grn_set_default_encoding"],grn_set_default_command_version:[103,1,1,"c.grn_set_default_command_version"],grn_plugin_proc_get_var_by_offset:[34,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_encoding_to_string:[110,1,1,"c.grn_encoding_to_string"],"--receive-endpoint":[55,0,1,"cmdoption--receive-endpoint"],GRN_COLUMN_NAME_NSUBRECS_LEN:[108,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],grn_table_group:[100,1,1,"c.grn_table_group"],GRN_PLUGIN_FIN:[34,1,1,"c.GRN_PLUGIN_FIN"],command:[86,0,1,"cmdoption-arg-command"],grn_obj_name:[68,1,1,"c.grn_obj_name"],grn_plugin_mutex_close:[34,1,1,"c.grn_plugin_mutex_close"],grn_db_touch:[71,1,1,"c.grn_db_touch"],grn_table_update:[100,1,1,"c.grn_table_update"]},grn_db_create_optarg:{n_builtin_type_names:[71,4,1,"c.grn_db_create_optarg.n_builtin_type_names"],builtin_type_names:[71,4,1,"c.grn_db_create_optarg.builtin_type_names"]}},titleterms:{"6\u30ea\u30ea\u30fc\u30b9":[1,138],code:2,senna:36,"\u6539\u826f":[23,1,138,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":134,queri:[96,80,119,160,102,8,132,24,91],global:17,localstatedir:165,"4\u30ea\u30ea\u30fc\u30b9":138,prefix:[60,160,133,43,165,46,128],"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":134,follow:162,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":134,cache_limit:104,value_typ:56,"\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9":86,depend:[165,111],grn_type:53,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":134,"\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0":134,drilldown_offset:96,send:[91,106],column_cr:63,column_or_valu:85,table_list:93,downtim:46,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[150,33],query_str:102,"\u524d\u63d0\u6761\u4ef6":134,grn_command_vers:103,sourc:[147,116,13,135,90,165,77],string:[12,78,120,133],groonga:[47,126,36,134,163,118,119,121,86,87,8,154,30,76,106,55,150,91],"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":134,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":134,offlin:101,facebook:22,"\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":[],"\u30b5\u30f3\u30d7\u30eb":[158,150],greater_equ:60,brows:8,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u306b\u6307\u5b9a\u3067\u304d\u306a\u3044\u578b":39,administr:[8,91],"\u578b\u306b\u95a2\u3059\u308b\u5236\u9650\u4e8b\u9805":39,sub_filt:161,gnu:135,list:[0,2,22],vector:[12,73],drilldown_output_column:96,refer:[34,35,37,82,18,94,45,48,73,12,103,15,16,100,17,54,105,38,107,108,53,110,137,68,71,72],"\u30aa\u30d7\u30b7\u30e7\u30f3":[158,150,86],direct:8,sign:133,aggreg:119,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":129,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":129,index:[57,38,3,119,101,67,56],xor:133,learner:55,"files\u306e\u5b9f\u884c":134,delet:151,version:46,"new":[66,36,106],grn_info:35,full:[3,160,119,88,64,67],hash:162,gener:[106,111],learn:[109,118,55,75,43,10],"\u30e6\u30fc\u30b6\u30fc\u306e\u304a\u6c17\u306b\u5165\u308a\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22":[],bodi:122,let:162,solari:20,ubuntu:13,path:[59,165,46],valu:[78,5,84,41,7,89,9,131,93,95,11,136,50,102,51,139,141,21,143,56,59,42,145,149,62,63,114,97,104,85,115,70,161,118,162,120,27,151,31,125],"\u95a2\u4fc2\u5f0f":60,table_hash_kei:83,search:[38,96,162,3,80,73,119,40,88,64,109,75,128,43,67,133,160],"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":134,shift:133,blogroonga:134,memcach:91,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":134,chang:36,narrow:64,"\u9759\u7684\u89e3\u6790":157,"windows\u5411\u3051\u306e\u5834\u5408":134,match_column:[102,67,96],appli:73,modul:8,phrase:160,"debian\u7cfb\u306e\u5834\u5408":134,api:[74,25],grn_db:71,instal:[156,165,90,123,111],total:96,define_selector:139,select:96,httpd:[118,126,8,87,55],"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":121,from:[147,116,13,135,90,165,55,77],zip:90,commun:22,query_expand:[102,96],regist:9,upgrad:46,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":61,column_remov:62,call:133,"\u30c6\u30b9\u30c8\u65b9\u6cd5":157,key_typ:56,scope:161,"\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":[],query_expans:96,"\u30d6\u30ed\u30b0":134,sort:[64,3,117],relat:[67,96,8,55],benchmark:150,flag:[78,120,153,56],cach:[96,8],"\u4f7f\u3044\u65b9":150,prepar:80,work:[43,109,106,75],tag:[38,162,56],clearlock:95,"\u7279\u6b8a\u547d\u4ee4":150,control:133,grn_column:108,geo_in_rectangl:29,"geopoint\u3067\u30e6\u30fc\u30b6\u30fc\u691c\u7d22":[],process:[124,132],lock:119,topic:14,sphere:11,liter:133,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u306f\u304a\u3055\u3089\u3044\u3057\u3066\u304a\u304f":112,groonga_cache_limit:8,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":157,onlin:101,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":134,unsign:133,"\u7406\u7531":112,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22":128,multipl:[67,133,117],secur:91,"\u540d\u524d":[158,58,159,98,150,39,86,29,52,30,155],pseudo_column:52,divis:133,how:[0,73,148,109,101,91,75,43,76,14,106],open_tagn:145,sid:[],simpl:96,"\u30b3\u30de\u30f3\u30c9":[30,86],message_pack_install_prefix:165,max:[124,104,85],clone:106,geoloc:[162,40],mac:77,date:12,log_level:5,data:[160,12,162,8,75,43,133,55,56],table_dat_kei:83,alloc:148,"\u66f8\u5f0f":[158,58,159,98,150,86,29,30,155],geo_dist:11,read:[43,119],grn_cach:16,explicit:160,issu:[0,91],callback:60,combin:160,normalizernfkc51:166,freebsd:124,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":134,origin:133,adjust:96,"\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":112,help:165,rand:58,hypertext:91,"3\u30ea\u30ea\u30fc\u30b9":138,gqtp:[126,153,91,81],paramet:[78,5,84,41,7,89,131,93,115,95,96,11,136,50,102,51,139,141,21,143,55,56,59,145,62,63,114,97,104,85,67,70,161,118,120,151,124,31,125],"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":134,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":134,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":134,group:[160,133],thank:[6,23,99,113,66],grn_table_select:60,fix:[6,23,36,113,66],"\u5b9f\u9a13\u7684":23,platform:165,window:90,requir:[96,11,118,84,120,102,51,78,97,115],"users\u30c6\u30fc\u30d6\u30eb":[],persist:83,tsv:[122,156],mail:[0,22],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":157,"\u4f8b\u3048\u3070redmin":112,grn_hook:82,html_untag:97,"return":[78,5,84,41,2,89,9,131,93,95,11,136,50,102,51,139,141,21,143,151,56,59,42,145,149,62,63,114,97,104,85,115,70,161,118,120,27,7,31,125],greater:[60,160,133],worker_process:8,rectangl:11,"8\u30ea\u30ea\u30fc\u30b9":138,lzo:165,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":157,"\u8fd4\u5024":[58,96,159,98,29,30,155],now:159,highlight_ful:145,introduct:[10,111],term:133,name:[51,67,163,56],edit:106,revers:[38,8],grn_ctx:15,authent:46,kern:124,micro:162,token:[119,78,32],mode:[78,60],each:67,ruby_load:59,updat:[119,43,106,134,111],"benchmark\u5b9f\u884c\u7d50\u679c":150,grn_encod:110,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":157,domain:117,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5":65,weight:[67,73],"0\u30ea\u30ea\u30fc\u30b9":[23,138,130],normalizerauto:166,proxy_cach:8,todo:[102,27],"http\u30b5\u30fc\u30d0\u30fc":30,"\u3053\u3061\u3089\u304b\u3089\u60c5\u5831\u3092\u63d0\u4f9b\u3059\u308b":112,develop:146,your:106,db_api:60,query_flag:96,"release\u306e\u5b9f\u884c":134,normalizer_nam:145,"\u30af\u30a8\u30ea\u62e1\u5f35":[],correct:[10,109],red:134,nofil:124,"1\u30ea\u30ea\u30fc\u30b9":[23,138],shut:8,proxi:8,advanc:96,free:119,grn_user_data:105,substitution_t:102,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":134,releas:[6,23,99,113,66],database_path:[118,55],grn_match_escal:54,launch:118,success:122,filter:96,synopsti:163,assign:[160,133],oper:[3,133],softwar:111,rang:[3,56],groonga_log_path:8,suffix:[60,160,133],"7\u30ea\u30ea\u30fc\u30b9":[1,138],"\u8aac\u660e":[158,58,159,98,150,39,86,29,52,30,155],arrai:133,number:[124,96,165],edit_dist:98,groonga_database_auto_cr:8,modulo:133,open:124,primari:128,size:153,script:[131,133],"\u4fee\u6b63":[23,1,138,130],messag:165,expand:24,termin:91,store:[119,56],option:[11,118,120,163,102,78,55],relationship:38,travi:69,tool:[165,8,91],specifi:[11,3],"\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u4f4d\u7f6e\u3065\u3051":65,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":60,than:[160,133],not_equ:60,keyword:162,remot:91,"grntest\u306e\u6e96\u5099":134,grn_table_cursor:137,exampl:[35,82,18,94,45,48,103,15,16,100,53,137,105,107,108,148,110,54,153,68,69,71,163,72],"\u6295\u7a3f\u6642\u9593\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":[],column_list:84,grn_expr:[60,72,142],latitud:[12,119],favorit:162,ruby_ev:131,"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u691c\u7d22":[],tabl:[57,96,3,83,84,51,162,67,55,56],"null":133,packag:[165,126,13],bitwis:133,drilldown_limit:96,built:166,min:85,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":60,also:[78,5,83,84,41,2,131,95,96,136,50,102,139,142,21,56,59,42,145,149,161,151,153,156,120,27,163,122,7,166,104],point2:11,client:91,build:[147,116,13,135,90,165,77],highlight_html:41,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":157,mroonga:119,normal:[73,78,120,166,56],"\u30d0\u30fc\u30b8\u30e7\u30f30":1,"\u30d0\u30fc\u30b8\u30e7\u30f31":[138,130],object:133,oracl:20,"twitter\u3067\u306e\u3084\u308a\u3068\u308a\u306f\u3067\u304d\u308b\u3060\u3051\u4ed6\u306e\u5834\u6240":112,"\u7d44\u8fbc\u578b":39,default_token:56,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":134,groonga_log_level:8,geoindex:162,table_pat_kei:83,request:[118,8,106],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":60,"\u30c6\u30fc\u30d6\u30eb\u306e\u4f5c\u6210":[],latest:134,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":129,"\u539f\u56e0":61,lexicon:[88,3,56],keywordn:145,text:[3,160,119,88,64,67],grn_index_cursor:107,syntax:[78,5,84,41,7,89,9,131,93,95,96,11,133,136,50,102,51,139,141,21,143,56,59,42,145,149,62,63,114,64,97,104,85,115,70,160,161,120,27,151,31,125],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":134,threshold:165,"comments\u30c6\u30fc\u30d6\u30eb":[],xml:122,access:[91,46],explicitli:11,locat:[38,64,11,156,119],execut:44,ellipsoid:11,grnslap:158,configur:[17,8,111,165,46,69],solut:148,max_bord:85,use_html_escap:145,"benchmark\u547d\u4ee4":150,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":61,contribut:[76,14],variou:[12,64],get:[118,3],express:160,stop:126,cannot:148,wheezi:135,report:0,geo:[38,133,119],restart:126,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":65,enabl:111,query_typ:153,"\u3078\u3068\u8a98\u5c0e\u3057\u306a\u3044":112,patch:106,munin:165,"log_reopen\u3092\u7528\u3044\u305f\u30ed\u30b0\u306e\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":21,contain:60,table_cr:56,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":157,summari:[34,35,2,5,83,84,41,78,89,8,9,131,93,94,145,45,137,95,16,96,48,73,136,100,103,15,50,82,51,139,17,141,18,54,143,55,105,56,59,42,107,108,53,110,149,62,63,21,11,104,151,85,115,68,156,102,70,166,71,114,118,97,120,27,122,7,161,124,31,125],"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":134,set:[118,8],max_map_count:124,dump:141,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210":[],see:[78,5,83,84,41,2,131,95,96,136,50,102,139,142,21,56,59,42,145,149,161,151,153,156,120,27,163,122,7,166,104],result:[3,117],arg:60,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":157,statu:[70,153,163],databas:[3,46],column_renam:51,less_equ:60,score:96,between:85,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":134,kei:128,numer:12,javascript:64,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u8ffd\u52a0":134,"\u5bfe\u7b56\u65b9\u6cd52":61,"\u5bfe\u7b56\u65b9\u6cd51":61,"com\u3078\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767b\u9332":134,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":150,homebrew:77,addit:[166,133,88],instant:119,plugin:[34,165],geopoint:162,equal:[60,160,133],against:67,facet:96,tutori:[79,140],logic:[160,133],improv:[36,113,6,66,23,99],"po\u306e\u5b9f\u884c":134,load:[50,162,3,8,73],among:67,defrag:31,"twitter\u7de8":112,overview:[12,119],period:36,header:[122,153],close_tagn:145,shutdown:125,"\u6e96\u5099":[],grn_proc:45,quit:143,"\u5236\u9650\u4e8b\u9805":150,invert:119,freecod:134,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":157,json:[50,122],"geopoint\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":[],basic:[3,133],"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":157,log_put:7,resolut:38,"2\u30ea\u30ea\u30fc\u30b9":138,"\u30d3\u30eb\u30c9\u3092\u4e26\u5217\u5316\u3057\u305f\u3044":134,hashtag:162,i18n:106,"\u30c7\u30fc\u30bf\u306e\u30ed\u30fc\u30c9":[],"case":122,drildown:117,multi:46,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":134,zlib:165,cast:49,"\u691c\u7d22":129,error:[122,148],pack:165,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":157,"\u6982\u8981":65,"\u30d3\u30eb\u30c9\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":134,"\u5f15\u6570":[158,58,98,86,150,29,155],filter_str:161,archiv:13,cento:116,synopsi:[118,8,55],"version\u30d1\u30e9\u30e1\u30fc\u30bf":65,fedora:147,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u7528\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u3092\u77e5\u308a\u305f\u3044":134,"\u691c\u7d22\u306e\u6319\u52d5":129,perform:[8,46],suggest:[164,118,136,163,55,75,10],make:[165,134],"\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30e6\u30fc\u30b6\u30fc\u691c\u7d22":[],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":157,binari:91,html:[97,106,111],"geopoint\u3068\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":[],output_column:96,document:[47,14,111],messagepack:122,complet:[43,10],http:[126,167,4,46,91],"bigram\u30c6\u30fc\u30d6\u30eb":[],expans:80,nest:67,temporari:83,user:162,engin:119,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":121,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":134,tune:124,desctipion:163,sortbi:96,overcommit_memori:124,person:13,without:46,command:[65,3,4,118,86,26,91,46],gzip:46,left:133,comment:162,construct:101,protocol:[91,153],just:73,less:[60,160,133],"\u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831":[],min_bord:85,"5\u30ea\u30ea\u30fc\u30b9":138,languag:106,approximate_typ:11,point1:11,mmap:148,point:133,patricia:128,blog:162,add:106,macport:77,geo_in_circl:155,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":134,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":134,match:[165,160,133],table_nam:115,format:[50,156,122,3,132],"hashtags\u30c6\u30fc\u30d6\u30eb":[],nginx:8,"\u95be\u5024\u3092\u3042\u3052\u308b":61,characterist:[83,119],daemon:91,like:64,specif:[162,67,8,19],maxfileperproc:124,manual:37,integ:133,server:[119,126,91,28],"boolean":[12,133],cascad:151,output:[122,96,3,4,106],page:96,normalizer_list:42,old:66,twitter:22,linux:[135,124],log_reopen:21,sampl:[160,133],"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":157,librari:[119,165],confirm:106,table_no_kei:83,per:124,tracker:0,exit:163,condit:[64,96,160],"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":152,core:46,who:162,run:[91,111],compress:46,view:3,usag:[78,4,5,84,41,7,89,8,9,131,93,95,96,11,73,136,50,102,51,139,141,21,143,55,56,59,42,145,149,62,63,114,97,104,85,115,156,70,161,118,120,27,151,124,31,125],tokenizer_list:149,"\u30d3\u30eb\u30c9\u6642\u306etip":134,"\u7591\u4f3c\u30ab\u30e9\u30e0":52,repositori:[92,106],offset:96,post:[162,8,46],subtract:133,comparison:[133,46],about:88,column:[57,11,3,160,117,73,119,145,41,127,67],memori:[148,124],snippet_html:27,truncat:115,"x\u306e\u304a\u77e5\u3089\u305b":[1,138,130],"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":157,ppa:13,match_escalation_threshold:96,grn_ii:18,"\u4f8b":[58,159,98,61,86,29,155],"float":133,encod:165,dataset:163,down:[64,8],"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":129,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":60,storag:119,groonga_query_log_path:8,"\u30e6\u30fc\u30b6\u30fcid\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":[],log:[132,165,55,46],transfer:91,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":150,support:40,"\u5909\u66f4":138,submit:0,custom:46,avail:8,start:126,arithmet:133,"\u306e\u66f4\u65b0":134,sharabl:119,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":65,"grntest\u306e\u5b9f\u884c\u65b9\u6cd5":134,"function":[144,133],"\u7279\u5b9a\u306e\u74b0\u5883\u5411\u3051\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044":134,"\u691c\u7d22\u4f8b4":60,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":60,"\u691c\u7d22\u4f8b2":60,"\u691c\u7d22\u4f8b1":60,translat:106,drilldown_sortbi:96,line:[118,4],bug:0,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":134,pull:106,new_nam:51,type:[12,162],record:[83,96,3],limit:[57,96,117,73,83,156],inform:[64,88],similar:[60,133,109],grn_tabl:100,"\u611f\u8b1d":[23,1,138,130],featur:40,bigram:162,creat:[3,73,162,163,67,56],trie:128,flow:106,grn_obj:68,groonga_databas:8,"homebrew\u306e\u66f4\u65b0":134,jessi:[],right:133,file:[163,124,156,55,46,106],check:114,"\u5bfe\u5fdc":112,extract:[133,75],grn_search:94,"default":[165,65],other:165,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":39,"\u30c7\u30fc\u30bf\u578b":39,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":[],grn_geo:48,"hat\u7cfb\u306e\u5834\u5408":134,scorer:[64,96],cooccurr:[43,109,75],drilldown:[96,117],debian:135,longitud:[12,119],groonga_base_path:8,escal:165,"\u691c\u7d22\u4f8b3":60,cpu:46,table_remov:89,queryexpandertsv:156,time:[12,162,133],escap:160,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":134,avoid:148}})
1
+ Search.setIndex({envversion:42,terms:{localstatedir:[],four:[122,82,3,132],"\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":134,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":14,"\u811a\u6ce8":[29,39,157,63],"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":151,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bshutdown\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":125,your_db:23,column_cr:[],"\u65e5\u672c\u4eba":159,"\u4ee5\u4e0a\u3067\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u306f\u7d42\u4e86\u3067\u3059":134,no_such_device_or_address:155,thread_tabl:151,command_vers:[10,3,4,145,27,41,71,96,8,30,90],"key\u304c\u8fd1\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408":137,"takashi\u3055\u3093\u304c\u5831\u544a":23,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22":128,"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":138,"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":95,"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":85,grn_plugin_win32_base_dir:34,drilldown_output_column:[],asami:112,"\u697d\u3057\u3044billiard":[62,129],accuml:112,"groonga_clone_dir\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":134,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3051\u308c\u306a\u308a\u307e\u305b\u3093":100,grn_oper:[100,49,73,108,97],grn_column_name_nsubrecs_len:108,"\u30a2\u30fc\u30ab\u30a4\u30d6\u7b49\u304cpackag":134,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":151,"\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":31,"\u95a2\u6570\u304a\u3088\u3073\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5909\u6570":46,grn_socket_is_already_shutdown:2,"max\u3067\u4e0e\u3048\u3089\u308c\u308b\u30dd\u30a4\u30f3\u30bf\u304c\u6307\u3059\u5024\u306f":137,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":85,grn_table_cursor_next:[137,138],here:[34,80,2,127,82,83,60,41,42,40,78,89,8,9,131,132,93,114,47,15,95,66,133,74,136,12,51,102,52,16,110,150,56,57,147,43,145,164,65,153,155,84,68,96,158,159,70,170,163,117,118,32,120,27,167,169,124,106,73,104],onga:27,china:[66,117],grn_enc_utf8:[137,109],ful:78,"\u4e0e\u3048":62,latitude_in_msec:133,"homebrew\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":23,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":121,"\u7a7a\u767d\u3084":85,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":85,match_column:[],"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":151,engi:[136,159],"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":160,"\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":23,substr:[163,133],unix:169,txt:[75,106],unit:[66,133,26,27,153,155],music:[38,132],until:[34,101,51,17,124,67,106],"\u30d6\u30ed\u30b0":[],grn_op_push:61,relax:124,relat:[],error_messag:122,notic:[5,7,8],"\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":134,hold:[11,87],"cutter\u306b\u542b\u307e\u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059":134,"byte\u9577":[100,69,108],"\u3092\u30b3\u30d4\u30fc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":141,"akio\u3055\u3093\u304c\u5831\u544a":138,"\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":69,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u306b\u5229\u7528\u3059\u308b\u5834\u5408\u306b\u306f":111,grn_obj_reinit:69,cirit:8,digit:[132,16,57],"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":151,want:[126,78,3,79,40,42,131,8,91,169,148,95,66,75,12,51,16,60,149,164,155,68,158,159,116,163,117,118,120,135,77],"\u3053\u308c\u3089\u306e\u5f62\u5f0f\u3067\u306f":30,"key\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u3059\u3067\u306btable\u306b\u5b58\u5728\u3059\u308b\u306a\u3089\u3070":100,"\u30b3\u30de\u30f3\u30c9\u306f":30,type1:136,type2:136,"groonga_github_com_path\u306bgroonga":134,grn_filename_too_long:2,"obj\u306eid\u3092\u8fd4\u3057\u307e\u3059":69,grn_read_only_file_system:2,travel:165,grn_geo_point:97,grn_input_output_error:2,yum:[6,148,116,134,110],"name\u304c\u30ab\u30e9\u30e0\u540d\u306e\u5834\u5408":69,message_pack_install_prefix:[],groonga_clone_dir:134,moritar:68,wrong:[112,6,152,16,67,23],"\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":72,"\u63d0\u6848\u3092\u884c\u3046":138,"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":130,wing:[6,112],"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u8fd4\u3057\u307e\u3059":109,vari:[34,58],"drilldown\u51e6\u7406\u306e\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":95,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":[],"\u306f\u7121\u8996\u3055\u308c\u307e\u3059":[137,100],hidden:119,fin:46,"\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":61,rectangl:[],stop_word:[147,40],"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":134,dcmake_install_prefix:89,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":138,timeout:[69,17,112],debug:[5,132,7,8,78],"obj\u3092lock\u3057\u307e\u3059":69,last_modifi:165,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u304c":62,"akio\u3055\u3093\u304c\u63d0\u6848":138,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":151,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":138,grn_table_s:[100,61],grooon:118,moritapo:38,gregex:112,lexicon_t:151,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":151,input_typ:51,"\u3068blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306eurl\u304c\u633f\u5165\u3055\u308c\u307e\u3059":134,"\u79d2":69,"\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":134,ringtail:112,"\u307e\u308d\u3086\u304d":128,libedit:[6,23,169,148],"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u7d4c\u5ea6":39,atv:[65,3,117],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":88,resource_busi:155,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":10,mingw:134,"\u305d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":137,"build\u3067\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u884c\u3044\u307e\u3059":134,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":85,"locale\u4ee5\u4e0b\u306b\u66f4\u65b0\u3057\u305f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3059":134,"\u304a\u3070\u305f\u3055\u3093":1,"\u3067\u306f\u964d\u9806\u3067\u30bd\u30fc\u30c8\u3055\u308c\u307e\u3059":100,master:[106,8,70],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u3092\u8d77\u70b9\u3068\u3057\u305f\u79d2\u6570\u3092\u5c0f\u6570\u3067\u8fd4\u3057\u307e\u3059":95,"1\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":137,listen:[6,8,47,90],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[29,157],kinjir:38,"\u50242":[30,85],"\u50241":[30,85],tree:67,second:[95,66,3,163,11,165,83,122,65,132,68,47,133],project:[0,126,133,134,119,91,67,76,70],"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u53d6\u5f97\u3057\u307e\u3059":100,"benchmark\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":151,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":85,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":151,boston:165,"db_api\u306f":61,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":53,"\u3050\u308b\u3093\u304c\u6b21\u90ce":38,incompat:[6,112],"\u3053\u306e\u30dc\u30bf\u30f3\u3092\u7d4c\u7531\u3059\u308b\u5834\u5408":134,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":62,"0\u306e\u79d2\u8868\u8a18":62,"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":134,simplifi:112,port_numb:90,"10041\u756a":85,object:[],microsecond:[11,132],letter:170,"\u3053\u306e\u4f8b\u306e\u3088\u3046\u306b1\u3064\u306egroonga":151,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u9577\u3055":54,"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":151,camp:165,incompatible_file_format:155,index_blog:68,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806\u306e\u524d\u63d0\u6761\u4ef6\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":134,expornenti:133,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":129,"\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,"\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":69,daemoinz:6,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":85,grnslap:[],"\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":85,restaur:119,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u307e\u308a":10,"2byte":[2,155],grn_obj_set_element_info:35,"hook\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059":81,"\u306f\u306a\u304f":1,serv:[11,67,134],source_file_nam:122,createrepo:134,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":39,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[],maverick:23,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":139,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":62,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u3084":39,unexpectedli:112,etim:161,"\u4efb\u610f\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5c5e\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u3067\u3059":39,"description\u306b":129,result:[],respons:[15,2,118,119,112,6,155,23,67,47],fail:[34,15,3,163,112,6,17,9,23,67,57],"\u306f\u7279\u6b8a\u306a\u30a2\u30af\u30bb\u30b5\u3067":69,best:119,"get\u30e1\u30bd\u30c3\u30c9\u306e\u307f\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059":30,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":61,wikipedia:39,figur:80,score:[],"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":151,extend:[68,79],shidara:23,extens:4,pat_kei:82,accident:112,grn_plugin_realloc:34,column_scalar:[79,83,40,41,96,95,66,133,101,102,52,141,38,147,62,145,64,164,153,84,68,163,117,165,27,124],logic:[],countri:[153,90,117],login:124,kazuhiko:[6,67],"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":129,"2nd":95,"\u95a2\u6570":160,grn_table_cursor_get_valu:137,assum:[46,14],summar:117,grn_search_optarg:49,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u3044\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":128,"\u306e\u307b\u304b\u306b":39,"\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":23,salamand:[67,12,112],res_column:151,"\u30ab\u30f3\u30de":141,worker:[8,112],"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":61,dave:84,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":62,grn_table_delet:100,"localstatedir\u3092\u4f7f\u7528":138,"\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":61,"offset\u756a\u76ee\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,sen_index_norm:36,"\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":157,"\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:[90,71,3,4,8],arg_list_too_long:155,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u5185\u90e8\u3067\u30a2\u30ed\u30b1\u30fc\u30c8\u3055\u308c":71,grn_resource_busi:2,simil:133,split:[23,133,82],"ddl\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":62,documents_content_index:[102,27],"\u8907\u6570\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u3058\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092\u540c\u6642\u306b\u5b9f\u884c\u3057\u307e\u3059":151,refin:[119,112],"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u3066\u304b\u3089\u7d4c\u904e\u3057\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":71,tune:[],"\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":134,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[62,129],"\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":61,out_gqtp:151,users_memo:102,gzip:[],unchang:34,sleepi:101,old_release_d:134,easi:[119,158,90,47,142],"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":151,had:106,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":[],hat:169,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":61,"\u305f\u3081\u306e\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u304c\u3042\u308b\u306e\u3067":134,koji:6,"\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":62,command_nam:90,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":151,"\u3042\u3089\u304b\u3058\u3081packages\u30e6\u30fc\u30b6\u3067packag":134,measur:[23,119],specif:[],"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":85,"\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":64,filename_too_long:155,"\u30d4\u30ea\u30aa\u30c9":64,sebastian:67,underli:119,grn_obj_table_hash_kei:[137,100],right:[],groogna:[6,99,95,89,163],kouhei:112,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":53,bottom:97,"\u69cb\u9020\u4f53\u306f\u89e3\u653e\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":107,"146566000x":[165,66],"gz\u306a\u3069\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u4f7f\u7528\u3057\u307e\u3059":134,ichii:23,condit:[],yoku:[67,112],"benchmark\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":151,grn_builtin_typ:[54,69],grn_cursor_descend:137,grn_log_path:6,"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":108,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":121,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":39,nginxhttpstubstatusmodul:67,"\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":55,"\u30ad\u30e3\u30c3\u30b7\u30e5\u5bb9\u91cf\u306f\u6709\u9650\u3067\u3059":95,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":61,"\u4e3b\u30ad\u30fc\u306e\u578b\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":39,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":61,suffici:34,support:[],"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":59,avail:[],width:[23,170],joseph:128,overhead:[67,126],inv_res_column:151,"\u3086\u304d\u3072\u308d":128,"\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:107,"135960000x":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u6587\u5b57\u5217\u306e\u5168suffix\u304c\u81ea\u52d5\u7684\u306b\u767b\u9332\u3055\u308c\u307e\u3059":100,"\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:165,"\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":111,later:[96,3,145,112,41,6,164,67,23,170],"\u65b0\u3057\u3044key\u3068\u305d\u306ebyte\u9577\u3092dest_key\u3068dest_key_size\u306b\u6307\u5b9a\u3057\u307e\u3059":100,"http\u3067\u901a\u4fe1\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059":30,exist:[51,126,3,133,11,84,112,6,65,168,90,110,67,68,56,8],"object\u578b\u306fv1":39,column_name1:51,column_name2:51,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":92,grn_search:[],role:[102,119],notif:[132,112],intend:[6,67,68,163,164],moero:38,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":134,grn_ptr_value_at:73,intens:8,"\u306exml\u51fa\u529b\u306e\u30bf\u30b0\u540d\u3092\u3088\u308a\u9069\u5207\u306a\u540d\u524d\u306b\u5909\u66f4":138,"\u8ee2\u7f6e\u7d22\u5f15\u306bsection":108,grn_ii_buffer_open:18,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":49,exce:[6,112],time:[],push:106,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":92,chain:164,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[162,29,98,157,59],grn_obj_get_hook:81,netbsd:112,millisecond:[11,118,65,17,133],decid:158,thread_title_column:151,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0":138,decim:[11,133],downtim:[],"257662232kbyte":151,score_adjust_express:95,lru:104,exact:[71,82,95,61,57],"\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":55,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":160,grn_plugin_mutex_lock:34,prevent:112,"\u8ad6\u7406\u548c":61,grn_table_group_result:100,index_point:38,sign:[],"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":161,"\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:153,"\u4e00\u6642\u7684\u304b\u6c38\u7d9a\u7684\u304b\u3092\u6c17\u306b\u3057\u306a\u304f\u3066\u3088\u3044":69,current:[51,3,72,80,106,165,14,15,52,8,23,104,93,57],"\u3053\u308c\u306b\u3088\u308a":134,boost:159,"encoding\u306e\u5024\u304c":23,"\u5909\u66f4\u5f8c\u306eobj\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"0\u4ee5\u4e0a4":39,address:[6,23,85,90,118],"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":61,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":[],throughput:[23,47],"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":[],commonli:119,ipa:148,pentium:151,prefer:118,"\u3092\u6307\u5b9a\u3057\u307e\u3059":[35,72,54,85,100,69,151,108],"debian\u30d1\u30c3\u30b1\u30fc\u30b8\u3092cdbs\u30d9\u30fc\u30b9\u304b\u3089debhelper\u30d9\u30fc\u30b9\u3078\u79fb\u884c":23,instal:[],"\u65e2\u5b58\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":100,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":85,value2:[51,133],value1:[51,8,133],peopl:119,"benchmark\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e11\u7a2e\u985e\u3067\u3059":151,enhanc:36,visual:[122,119,112,6,89,67,23],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u304b\u3089\u306e\u7d4c\u904e\u79d2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":39,"\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":137,"windows\u7cfb":134,genki:112,"\u30ab\u30e9\u30e0\u306e\u578b\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u53c2\u7167\u30ad\u30fc\u3068\u306a\u308a\u307e\u3059":39,improper_link:155,recycl:67,"takahiro\u3055\u3093":138,index_titl:68,"\u306b\u3064\u3044\u3066\u306f\u7121\u8996\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059":137,"\u6b8b\u308a\u306e\u4e00\u3064\u306f":10,chroot:134,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":151,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":160,"\u578b\u306e\u5024\u3092\u76f4\u611f\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u306e\u3067":128,"grnslap\u306f":161,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":151,date:[],data:[],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092lzo\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":108,stdin:99,cannot:[],int64:[67,39,112],grn_plugin_charlen:34,i686:151,grn_ja_skip_same_value_put:112,"\u30e6\u30fc\u30b6\u540d":151,"tid\u306bnull\u4ee5\u5916\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":107,implemnt:171,"\u3057\u308a\u3054\u307f\u3057\u3066\u3057\u307e\u3046\u304b\u3082\u77e5\u308c\u307e\u305b\u3093":111,instantli:[119,27],grn_obj_init:69,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u306a\u3069\u3067\u79fb\u52d5\u3059\u308b":21,"\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":134,"groonga_clone_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":134,revers:[],separ:[51,95,78,3,4,117,136,83,120,40,6,155,133,93,158,163],"_dataset":[56,167],operation_not_permit:155,"name\u306f\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u306e\u5834\u5408":69,"\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":134,compil:[23,169,112,67],"offset\u756a\u76ee\u304b\u3089\u9806\u306bres\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3057\u307e\u3059":100,grn_obj_path:[69,112],gtar:20,"\u30bf\u30b0\u3092\u6253\u3064\u524d\u306bmake":134,blt:141,internet:[119,142],formula:[149,66],"\u6700\u5f8c\u306e":151,million:58,"\u6700\u5f8c\u306b":62,mime:47,"\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":55,"table\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u7279\u5b9a\u306e\u6761\u4ef6\u3067\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u307e\u3059":100,"byte":[34,108,54,27,14,6,100,155,112,23,69,73,46],dest_key_s:100,"\u5bfe\u8c61id\u3092\u6307\u5b9a\u3057\u307e\u3059":35,grn_op_adjust:[49,61],brasil:66,"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":81,oper:[],grn_logger_reopen:6,onc:[95,117,165,6,23,68,170],beijin:66,reopen:23,"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":62,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":23,"\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":62,open:[],grn_obj_get_element_info:35,convens:6,convent:6,return_cod:[122,132],"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":62,citi:[80,66,165],groonga1:10,fullfil:126,"6\u306e\u3068\u304d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f4\u65b0\u3057\u3066pull":134,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f":137,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308btable\u306e\u30ab\u30e9\u30e0\u3092\u8fd4\u3057\u307e\u3059":69,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057":151,"\u683c\u7d0d\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":69,grn_stack_over_flow:2,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067\u30b3\u30de\u30f3\u30c9\u3092\u6307\u5b9a\u3057\u307e\u3059":30,set_port:151,grn_obj_get_info:35,fumiyasu:23,grn_ctx_set_output_typ:14,"\u307e\u305fgroonga":151,column_list:[],"\u90fd":[62,129],sai:[3,133],san:66,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":162,"\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":29,argument:[34,66,3,133,164,145,27,41,14,6,102,96,90,112,67,23,68],sae:[136,16],"jsonp\u304c\u52d5\u4f5c\u3057\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":23,drilldown_limit:[],uuuuuu:133,note:[34,3,6,8,131,47,148,95,96,133,11,57,60,149,112,153,23,117,118,119,124,90],"groonga_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":134,take:[126,43,3,83,52,150,114],"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":53,"\u30cb\u30db\u30f3\u30b8\u30f3":159,noth:[169,152,93,8,159],grn1:68,"\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":31,grn3:68,grn2:68,buffer:[18,112,113,68,69,73],compress:[],"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":92,"\u3092\u6307\u5b9a\u3059\u308b\u3068id\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,"\u51e6\u7406\u306b\u304b\u304b\u3063\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":95,"\u30b5\u30fc\u30d0":85,max_valu:124,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":63,do_gqpt:151,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":157,"\u4ef6\u6570":95,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":151,grn_lzo_error:2,"obj\u306f":69,xml:[],slow:[82,8],"db\u3092\u64cd\u4f5c\u3057\u306a\u3044\u72b6\u614b":14,too_many_link:155,normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:170,"\u5024\u306furl\u30a8\u30f3\u30b3\u30fc\u30c9\u304c\u5fc5\u8981\u3067\u3059":30,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":151,clang:[6,67,112,160],"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":61,grn_ii_buffer_clos:18,requir:[],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":95,aptitud:160,washida:112,where:[11,2,169],"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":137,"\u7a7a\u767d":85,"namebuf\u306e\u30b5\u30a4\u30ba":[69,108],ohzeki:67,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":14,"\u30b3\u30ed\u30f3":64,mani:[106,95,3,117,74,11,82,152,27,167,112,126,8,124,119,23,76,169,171,47,57],"\u30ed\u30b0\u51fa\u529b":7,"\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":113,"\u5bfe\u8c61column\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":138,"\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,"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":35,"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":81,better:[67,68,95,119],"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":134,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":35,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":85,score_adjust_expression2:95,score_adjust_expression1:95,parser:163,resolut:[],former:[170,158],"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":85,ctrl:[3,90],ivh:[148,116],html_untag:[],set_host:151,"table2\u306f\u7834\u58ca\u3055\u308c\u307e\u305b\u3093":100,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[29,157],ascii:[163,133],hash_tag:165,binari:[],grn_proc_creat:46,"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":134,utf8:[109,169,85],"\u90fd\u6c11":[62,129],grn_operation_not_support:2,"146710080x":165,"768\u4ee5\u4e0a32":39,"\u5358\u72ec\u306e\u5024":108,wiedenroth:67,"path\u306e\u4e2d\u304b\u3089groonga\u30b3\u30de\u30f3\u30c9\u3092\u63a2\u3057\u307e\u3059":151,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":161,grn_hook_select:81,"\u6771\u4eac\u90fd":[62,129],rest:[34,158],"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":151,"\u30cb\u30db\u30f3":159,"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":134,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066table\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":100,haystack:61,ruby1:134,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3068\u540c\u7b49\u3067\u3059":151,"4096byte":[58,82],around:[80,27],"10043\u756a":85,"\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":129,res1:100,bookmark_index:74,world:[39,65,112],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":10,intel:151,"\u305d\u308c\u305e\u308c\u30ec\u30b3\u30fc\u30c9id":69,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":10,integ:[],"\u30c6\u30fc\u30d6\u30ebterm\u306b":64,yyyi:[132,133],"\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":72,"\u3092\u524d\u63d0\u3068\u3057\u3066\u8aac\u660e\u3057\u3066\u3044\u308b\u305f\u3081":134,"\u65b0\u305f\u306adb\u3092\u4f5c\u6210\u3057\u307e\u3059":72,grn_obj_is_builtin:[23,69],"\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":134,edict2grn:67,definit:[95,66,163,164,145,27,41,6,102,153,84,96,133],"\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":46,"sh\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":134,exit:[],ddl:151,refer:[],power:95,"\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":62,"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":39,"\u30d3\u30eb\u30c9\u6642\u306etip":[],grn_get_default_command_vers:103,starttim:[90,71,3,4,8],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":85,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":129,normalzer_list:43,neighbor:119,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\u3092false\u306b\u8a2d\u5b9a\u3057\u307e\u3059":134,"flags\u306b\u306f":100,match_escalation_threshold:[],cflag:[20,134],"\u306b\u3042\u308b":69,agaist:6,charli:165,hex:[38,133],"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":10,grn_proc_func:[34,46,14],"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":85,bundl:[6,67,106,112,102],htpasswd:[8,47],no_kei:82,"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":85,categor:[95,78,40],pull:[],"\u5358\u4e00\u306e\u5024\u304c\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":64,"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":61,grn_ctx_get:[108,14],preconfigur:[135,116,12,126,148],reqular:118,gone:38,type_of_the_column:164,uid:134,"\u5bfe\u8c61obj\u3092\u6307\u5b9a\u3057\u307e\u3059":35,"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":85,certain:65,"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":138,grn_id_nil:[137,100,73],googl:[152,95,163],grn_select:95,grn_ctx_open:[23,14],shimomura:6,"\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":134,"\u4e00\u65b9":62,item_dataset:[167,42],"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":61,vocabulari:3,geodet:[39,65],"debug\u3092\u8ffd\u52a0":138,nagano:67,queryexpandertsv:[],"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":134,cpu:[],senna:[],grn_type:[],illustr:117,pluggabl:119,"\u521d\u671f\u5316\u3059\u308b":14,scr:151,"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":134,grn_obj_set_info:35,too_small_offset:155,tail:[155,134],kosuk:112,webclip:96,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],introduc:[67,76,8],candid:[118,136,159],too_many_open_fil:155,"4\u30ea\u30ea\u30fc\u30b9":[],colleagu:76,"yum\u306e\u5834\u5408":134,adjust:[],small:[163,82,112,165,57,133],"flags\u306b":[100,108],"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":107,past:6,"\u3067\u7d44\u307f\u5408\u308f\u305b\u305f\u30b7\u30f3\u30dc\u30eb\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":64,pass:[66,3,163,134,102,8,23,99,90],grn_no_such_device_or_address:2,"\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":134,section:[34,45,78,18,83,40,42,89,8,131,169,114,44,148,95,66,74,12,51,52,16,104,120,57,146,60,108,20,112,155,166,67,68,158,159,70,116,163,117,144,25,26,135,123,165,124,76,106,77],"log_put\u306f":7,"debian\u7cfb":134,"files\u306e\u5b9f\u884c":[],delet:[],"\u307e\u305agroonga\u306e\u30bd\u30fc\u30b9\u3092\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u3068\u5c55\u958b\u3057\u307e\u3059":134,coremodul:8,contrast:[102,3,8,119],"\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082":129,hash:[],"base_version\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067\u30b3\u30df\u30c3\u30c8\u3057\u3066\u304a\u304d\u307e\u3059":134,table_renam:99,jennif:128,sender:[118,56],out_loc:151,"\u3067\u306fgroonga\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5185\u90e8\u3067":14,social:38,action:112,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u624b\u7d9a\u304d":81,via:[6,106,2,42],"\u6b21\u306bgroonga\u306etest":134,no_such_process:155,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":129,"\u4f5c\u6210\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":72,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":59,"\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":134,define_selector:[],select:[],"log\u3068\u3044\u3046\u5f62\u5f0f\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u4f5c\u3089\u308c\u307e\u3059":151,mecab:[148,116,36,134,119,12,112,6,135,67,23,169,77],mori:141,morn:101,mecab_new2:6,"lucid\u304b\u3089":138,more:[34,126,3,128,82,83,6,8,127,169,47,95,133,74,11,136,14,101,102,16,56,57,58,147,112,152,155,67,158,163,164,119,27,165,124],yokoyama:[67,112],"\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":61,uint8:[39,138,83,112],"\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":134,function_nam:122,nomal:[6,95,8],cach:[],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":61,uint64:[39,112],"\u305d\u308c\u3092\u5143\u306b\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":134,endpoint:[118,56],"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":10,learn:[],"\u3092\u30af\u30ea\u30c3\u30af\u3057":134,"benchmark\u304c\u52d5\u4f5c\u3057":151,prompt:[6,89,3,4],scan:[160,145,163,41,133],accept:[66,3,79,118,119,84,6,65,90,67,23,68,165,47],"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":23,groonga_cache_limit:[],exmapl:[163,133],"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":151,"search\u3092\u884c\u3044":[137,100],"select\u30b3\u30de\u30f3\u30c9":1,"\u5b9f\u884c\u4f8b":[10,160],simpl:[],isn:[83,6,8,131,169,95,136,14,51,16,57,60,112,152,155,67,158,159,116,163,27,122,104],"\u691c\u7d22\u6642\u306b\u306foriginal\u30ab\u30e9\u30e0\u304c":128,referenc:[6,153,112,117,57],grn_obj_get_rang:69,"\u8ddd\u96e2\u306e\u8a08\u7b97\u306b\u306f\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u3092\u7528\u3044\u307e\u3059":157,conditin:163,"\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,64,134,106,112,6,67,91,23,169,70],m64:20,tokenbigram:[78,3,79,82,85,40,41,92,95,133,101,102,16,150,57,147,62,145,164,68,163,165,27,124,32],"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c3\u30c1\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":1,open_tag1:145,grn_obj_key_int:54,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":113,sysctl:[149,124,77],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":134,i386:[23,116,134],"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":[71,85],"\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":139,dest_kei:100,"\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":100,"\u8f9e\u66f8\u691c\u7d22\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":138,sauci:[67,12,112],html:[],creat:[],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":85,grn_bulk:73,"\u30ab\u30e9\u30e0obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":108,"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8\u3092\u3057\u305f\u308a\u3057\u3066\u3044\u307e\u3059":111,"drilldown_limit\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":95,inada:112,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092":134,authent:[],"1\u3088\u308a\u5c0f\u3055\u3044\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":137,"x\u3067\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u7ba1\u7406\u65b9\u6cd5\u3068\u3057\u3066":134,found:[95,97,112,6,152,100,89,169],"object\u306e\u53c2\u7167\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":81,with_posit:[101,147,3,79,164,62,165,83,95,27,41,64,102,124,68,133,145,163],procedur:[6,112],realli:[133,95,79,163],ftp:151,"x86\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bx64":134,ftb:36,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":85,grn_column_index_upd:108,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":14,grn_user_data:[],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u304b\u3089\u306e\u7d4c\u904e\u6642\u9593\u3092":39,grn_table_hash_kei:[100,97],"value\u3092\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":69,clumn:124,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":151,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":63,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":129,"\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:123,"\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u306e\u4e21\u65b9\u304c\u53ef\u80fd\u3068\u306a\u308a\u307e\u3059":128,n_result:100,number:[],"\u5bfe\u8c61table\u3092\u6307\u5b9a\u3057\u307e\u3059":[137,100,69,108],"dragonfly\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":138,file_corrupt:155,"org\u304c\u30db\u30b9\u30c8\u3092":134,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3057\u307e\u3059":108,relationship:[],"rpm\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":134,dpkg:134,"txt\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":134,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":138,"javascript\u3067\u5b9f\u88c5\u3055\u308c\u305f\u7ba1\u7406\u30c4\u30fc\u30eb\u304c\u6a19\u6e96\u3067\u4ed8\u5c5e\u3057\u3066\u3044\u307e\u3059":30,"\u307e\u305f\u540c\u6642\u306b":151,"\u691c\u7d22\u51e6\u7406\u306e\u5b9f\u884c\u4e2d\u306b\u9069\u6642\u547c\u3073\u51fa\u3055\u308c":81,reus:82,grn_ctx_set_match_escalation_threshold:55,arrang:3,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":130,comput:[34,133,42,6,16,124,159],toybox:11,grn_hook_entri:81,"\u95a2\u6570\u306e\u8ffd\u52a0":1,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":121,gted:106,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":85,"\u53cd\u6620\u3055\u308c\u308b\u307e\u3067\u3057\u3070\u3089\u304f\u6642\u9593\u304c\u304b\u304b\u308a\u307e\u3059":134,documenataion:122,self:151,also:[],"keybuf\u306e\u30b5\u30a4\u30ba":100,"\u8a18\u53f7":[62,85],"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b\u6607\u964d\u9806\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":95,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u304b\u8abf\u3079\u307e\u3059":69,lexcon:3,brooklyn:165,"\u305d\u3053\u3067\u3042\u3089\u304b\u3058\u3081\u7528\u610f\u3057\u3066\u304a\u3044\u305f":134,table_pat_kei:[],cover:[119,27],"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":151,umemoto:23,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u578b\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":95,ext:78,"\u65b0\u3057\u304f\u958b\u767a\u306b\u52a0\u308f\u308b\u4eba\u3068\u3082\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":111,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":[100,69,108],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":141,microsoft:89,"\u3057\u304b\u3057":[62,39,129],"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u5834\u5408":129,cache_limit:[],xcode:77,session:[118,155],"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":151,"6\u3067\u3082\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":138,columnn:6,"hat\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":134,solut:[],"\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":95,factor:[67,95],"\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":62,"org\u304c\u30db\u30b9\u30c8\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":134,"\u826f\u3044\u306e\u304b":111,"8\u307e\u3067\u306e\u6570\u5024\u304c\u6307\u5b9a\u53ef\u80fd\u3067":85,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":1,grn_table_cr:100,"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":128,column1:[6,95,61,112,133],"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":61,column2:[6,95,61,112,133],set:[],tetsuharu:67,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[151,85],showen:2,startup:6,touch:124,see:[],"\u306e2\u5358\u8a9e\u6271\u3044":129,sec:17,sea:[78,159],juman:148,speed:[23,152,82],"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u8868\u793a":71,mutex:[34,112],"chroot\u74b0\u5883\u306e":134,javascript:[],"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":92,"version\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8ffd\u52a0":138,bodi:[],last:[6,78,14],"min\u306f\u7121\u8996\u3055\u308c\u307e\u3059":137,"\u7d9a\u3044\u3066":62,whole:112,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":151,load:[],"256kib":124,"\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,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":137,"5367431640625e":4,devic:119,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":62,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":53,"grn_expr\u306b\u3088\u3063\u3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":61,nonexist:95,"null\u306f\u4e0b\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":137,shinya:6,func:[34,46,14],"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":[],oldvalu:108,"\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":64,error:[],rep_gqpt:151,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":161,"benchmark\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":151,user_data:[34,46],grn_table_at:[138,100,69,99],needleess:6,"\u3067\u89e3\u653e\u3057\u305f\u5f8c\u306b":14,n_builtin_type_nam:72,nanosecond:[122,132],x64:[89,134],grn_result_too_larg:2,shorter:101,"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":161,"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":160,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":107,"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,67,7,8,132],"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":129,grn_db_create_optarg:72,stack:112,recent:104,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":53,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":113,person:[],"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":113,do_gqtp:151,construct:[],mysql:[148,95,36,74,119,145,12,120,27,41,135,152,170,158,116],"\u5b9f\u884c\u3059\u308b\u6f14\u7b97\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":100,parenth:51,grn_tokenizer_error:2,input:[122,3,112,42,51,152,16,90,23,93,159],format:[],"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":39,"\u5f15\u6570\u540d":[30,85],"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":62,"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u5171\u901a\u3068\u306a\u308a\u307e\u3059":39,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":85,encount:[148,116,12,135,89,123],"max\u3068max_size\u304c\u6307\u5b9a\u3055\u308c":137,sampl:[],"hook\u56fa\u6709\u60c5\u5831\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f":81,"\u691c\u7d22\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"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":61,"56058502197266e":4,machin:67,keyword_cont:73,"aramaki\u3055\u3093":138,"ongaeshi\u3055\u3093\u304c\u5831\u544a":138,wget:[148,116,20,12,135,169],"gqtp\u306e\u5834\u5408":85,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":100,grn_expr_pars:73,grn_cursor_lt:137,"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":62,"\u884c\u3059\u308b":134,repair:99,"\u5f15\u6570\u3068\u3057\u3066":61,"64bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":39,"2\u884c\u76ee":151,pcre:[6,8],span:[145,96,27,41],"\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059":100,line_numb:122,submit:[],custom:[],suit:[119,27],"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":1,link:[163,117,11,6,90,67,133],line:[],int8:[11,67,39,138,112],"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":151,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u3059\u308b\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":134,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":10,element1:[133,74],element2:[133,74],element3:74,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u5b9f\u884c\u4f8b\u306fzsh":134,msg_id:134,"char":[34,72,54,109,14,100,67,69,73,46,108],sholud:169,taro:38,invalid:[34,95,118,109,112,6,67,23,57],"grn_op_and\u306f":61,"obj\u304c\u73fe\u5728lock\u3055\u308c\u3066\u3044\u308c\u30700\u4ee5\u5916\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":69,lucid:[138,112,134],"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":46,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":129,wrongli:23,ago:159,algorithm:[23,66,104],"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":160,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":160,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":134,fresh:101,hello:[101,147,133,40],code:[],partial:[152,61,155,159],"\u7a7a\u306e\u5834\u5408":[31,94],send:[],table_list:[],"\u30ab\u30e9\u30e0\u540d1":95,sent:47,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":151,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u3092\u524a\u9664\u3057\u307e\u3059":81,"\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":100,"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":49,tri:[165,17],"\u30ab\u30e9\u30e0\u540dn":95,"\u306e\u5834\u5408\u306f":111,"try":[76,68,171,17,165],"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u6642\u304b\u3089\u306e\u5909\u66f4\u70b9\u3092":134,"fedora\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332":138,"\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":143,video:38,odd:133,"1\u5358\u8a9e\u6271\u3044":129,rurema:67,cenos6:6,let:[],ubuntu:[],layout:134,nterm:113,thatn:95,"\u5b9f\u51e6\u7406\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":46,greas:11,ctx:[34,35,61,107,72,69,81,18,14,15,137,100,97,54,55,49,73,46,105,108],"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":137,menu:89,"cursor\u306e\u5bfe\u8c61\u7bc4\u56f2\u306e\u672b\u5c3e\u306b\u9054\u3059\u308b\u3068":137,"6\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":134,location_str:165,"200byte":27,firefox:106,"\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":134,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],"\u691c\u7d22\u6761\u4ef6\u306b\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":95,zip:[],rid_min:107,doubl:[51,95,78,3,163,82,120,112,6,67,23,133,57],upgrad:[],next:[38,97,3,119,67,46],doubt:117,"http\u306e\u5834\u5408":85,"\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u6709\u52b9\u3067\u3059":95,comparison:[],socket_is_already_connect:155,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":61,"\u30b5\u30fc\u30d0\u3092\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308b\u5834\u5408\u3082\u3053\u306e\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5229\u7528\u3055\u308c\u307e\u3059":151,drill:165,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":138,process:[],"\u691c\u7d22\u5bfe\u8c61\u6587\u66f8\u306f\u8907\u6570\u306e\u8a9e\u5f59\u306b\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":129,high:[119,95,142,74],"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":100,"column\u306e\u5024\u304c":61,"128515259x503187188":[38,65],defalt:138,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":61,"\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":134,surfac:80,"\u3067groonga\u306e\u7f72\u540d\u7528\u306e\u9375\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":134,alloc:[],essenti:[135,12,8],"index\u3067\u5b9f\u884c\u3057\u305f\u3044\u64cd\u4f5c\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"\u30d9\u30af\u30bf\u306e\u5024\u3092\u51fa\u529b\u3059\u308b\u3068\u304d\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":138,seriou:6,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egroonga":151,element:[122,2,3,74,11,27,112,6,67],issu:[],"\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":134,allow:[3,119,27,6,135,90,56],posted_bi:165,"centos\u306e\u5834\u5408":134,movi:38,move:[6,75,89,23],lz4:67,sen_sel_term_extract:36,comma:[11,51,3,133,117],"\u529b":[7,125],yamaguchi:23,perfect:119,mitsuo:112,hobbi:132,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":61,"\u5de6\u4e0a":1,"\u5de6\u4e0b":1,grn_hook:[],murakami:[67,112],python:[134,110],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306e":138,billiard:[62,129],lzo:[],highlight_ful:[],"\u3053\u308c\u306b\u5bfe\u3057\u3066":129,"\u691c\u7d22key\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"lucid\u4ee5\u964d\u306e\u95a2\u9023\u3059\u308b":134,grn_file_too_larg:2,bump:[67,112],meta:[6,83],"static":[23,3],grn_too_many_symbolic_link:2,variabl:[34,133,20,99,83,112,6,11,155,23,67,158],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[71,88,5,63,64,113,7,139,141,143,21,92,31,125,94],"status\u306e\u51fa\u529b\u7d50\u679c\u306b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0":138,builtin_type_nam:72,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":[],ngx_http_proxy_modul:8,"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":160,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":134,could:[6,11],mxcl:134,outsid:67,"\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":160,softwar:[],"\u5f15\u6570\u540d1":[30,85],"\u5f15\u6570\u540d2":[30,85],owner:[8,112],index_messag:68,"table\u306ekey\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":100,expnas:158,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":113,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":113,"\u30cb\u30db\u30f3\u30b4":159,licens:[6,67,36,134],system:[95,163,20,119,39,12,27,112,101,11,65,8,124,23,169,133],"\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:82,grn_table_get_kei:100,termin:[],articles2:68,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":53,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u304b\u3051\u3089\u308c\u305f":94,itagaki:138,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":62,grn_end_of_data:2,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":121,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":98,"org\u3078\u3068\u53cd\u6620\u3057\u307e\u3059":134,"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":157,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,"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":95,"\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":134,"groonga\u3092\u4f7f\u3063\u3066\u304f\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066":111,satoshi:67,"grntest\u3067\u7d50\u679c\u306e\u6bd4\u8f03\u304c\u5e38\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":138,"geopoint\u306e\u30ad\u30e3\u30b9\u30c8\u306b\u5bfe\u5fdc":138,highlight_html:[],subject:112,thesauru:95,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":46,oracl:[],"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":121,segment:[6,67,113],"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":151,latin1:[6,169],"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u304d\u5834\u6240\u3092\u5909\u66f4":138,grn_cursor_by_kei:137,"\u3067\u3059\u306d":111,brew:[77,110],grn_column_name_score_len:108,fact:[38,95],"\u62e1\u5f35\u5b50\u306f":151,dbm:[119,27],"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306es":[100,69,108],"\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":72,bring:3,"\u7279\u5b9a\u306e\u30ea\u30ea\u30fc\u30b9":134,nois:16,freq2:42,freq1:42,should:[34,51,95,170,163,74,158,12,116,6,135,16,89,155,123,110,148,70,73,57],jan:165,articles_cont:68,"\u30b3\u30e1\u30f3\u30c8\u884c":151,"\u6a19\u6e96\u5165\u529b":[71,88,63,64,113,139,141,143,31],"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":10,jiro:38,db1:47,db2:47,"\u3092\u6307\u5b9a\u3059\u308b\u3068min\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":137,grn_column_t:108,"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":85,"hat\u7cfb":134,candidate_1:118,grn_geo_cursor_next:97,candidate_2:118,"\u4e16\u754c\u6e2c\u5730\u7cfb":39,host_name_or_ip_address:90,"\u99c4\u76ee\u306a\u4f8b":111,grn_obj_lock:69,"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":134,"\u3066\u3057\u307e\u3044\u307e\u3059":111,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":113,memri:124,encodiong:133,grn_plugin_expr_var_init:[34,67],max_command_vers:[90,71,3,4,8],grn_obj_user_data:105,"ueno\u3055\u3093\u304c\u5831\u544a":130,tld:117,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":[54,100,49],"\u5b58\u5728\u3057\u306a\u3044\u30a2\u30c9\u30ec\u30b9\u3078\u30a2\u30af\u30bb\u30b9\u3057":100,grn_type_cr:54,zenigata:38,"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":129,grn_ii_buff:18,"\u7d42\u4e86\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":46,quotat:[78,120],"\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":138,"\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":138,immedi:[119,8],"\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":62,grn_obj_unlock:69,grn_cache_clos:15,"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":92,spain:66,"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":138,tokenkytea:6,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":151,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bstatus\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":71,"benchmark\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":151,"\u306etable\u3092\u6307\u5b9a\u3057\u307e\u3059":100,cve:67,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":53,"expr\u306e\u307f\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059":46,site:[38,3,117,11,65,90,141,142,67,68],archiv:[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":138,"count\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u305f\u306a\u3089\u3070":71,"\u306eflags\u3068\u540c\u69d8\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":137,output_column:[],"\u30ad\u30fc\u30ef\u30fc\u30c9":130,spell:[158,79],expans:[],"mroonga\u5411\u3051\u306b\u7528\u610f\u3057\u305f\u5185\u90e8api\u3067\u3059":69,"dist\u3067\u751f\u6210\u3057\u305ftar":134,grn_obj_get_valu:[23,69],php:[6,67,134],expand:[],off:[23,8,67],dinam:142,"\u7d9a\u3044\u3066\u30a8\u30e9\u30fc\u5185\u5bb9\u3092\u793a\u3059":95,exampl:[],command:[],ecmascript:[6,95,142,112,133],cutter_check_leak:160,value_2:[3,90],web:[38,95,163,136,42,16,8,169],jinja:110,uncontinu:6,end_of_data:155,geo_in_circl:[],"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":30,broken_pip:155,"185428000x":66,dest:[11,161,85],five:[122,3,84],"\u5bfe\u8c61\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":107,"\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":138,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":113,"\u3053\u306e\u3088\u3046\u306bn":62,"\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":128,rep_gqtp:151,resiz:34,grn_plugin_regist:[34,130],interact:[3,90],"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":85,daylight:67,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":100,avoid:[],hash_index:165,"min\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":137,"output_type\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066":30,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u76f4\u4e0b\u306b":23,"\u5fa9\u53f7\u3057\u305f\u9375\u30d5\u30a1\u30a4\u30eb":134,iwai:[6,99,112],"\u30c6\u30fc\u30d6\u30eb\u306e\u524a\u9664":88,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":62,"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":69,event_queri:[136,167,56,16,42,159],merg:[6,119,106],"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":85,"\u305d\u306e\u4ed6\u306e\u74b0\u5883\u3067\u306f\u9069\u5b9c\u8aad\u307f\u66ff\u3048\u3066\u4e0b\u3055\u3044":134,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":39,"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":21,"com\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":134,"function":[],cutter_debug:160,"\u307e\u3060\u89e3\u653e\u3055\u308c\u3066\u306a\u3044\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af\u306e\u6570\u3092\u793a\u3057\u307e\u3059":71,"\u691c\u7d22\u4f8b4":[],"\u691c\u7d22\u4f8b3":[],"\u691c\u7d22\u4f8b2":[],"\u691c\u7d22\u4f8b1":[],sigstop:112,"config\u304c\u306a\u3044\u5834\u5408\u306flibedit\u3092\u691c\u51fa\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u305f":138,count:[38,95,165,119],grn_table_cursor_delet:137,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u306f":39,otherwis:[34,64,3,133,164,15,102,52,153,84,114,69,70],problem:[15,163,11,112,6,8,124,23,133],yuki:23,"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":134,bigram:[],"int":[34,15,97,107,4,81,18,14,6,137,100,17,108,54,55,69,73,46,72],updated_at:62,jessi:[67,112],redcloth:134,againt:95,inc:67,grn_obj_key_norm:100,"init\u76f4\u5f8c\u306e\u72b6\u614b":14,varieti:38,"table\u306ecolumn":100,"edge\u306equeue\u306benqueue\u3055\u308c\u308b":121,repeat:[119,106],"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":61,"class":[145,96,27,41],grn_geo:[],"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":113,"string\u306b":61,document_version_ful:134,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":85,rule:[67,78,47],dbmss:119,"scr\u3067\u3059":151,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":129,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":85,"754\u5f62\u5f0f\u306e\u500d\u7cbe\u5ea6\u6d6e\u52d5\u5c0f\u6570\u70b9\u6570\u3067\u3042\u308a":39,lgpl:36,"const":[34,72,54,109,99,14,100,137,69,73,46,108],"\u6bb5\u843d\u60c5\u5831":108,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b":100,spec:[6,23,112],"\u524d\u63d0\u6761\u4ef6":[],secsion:122,editrc:23,"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":137,"status\u30b3\u30de\u30f3\u30c9":1,"\u30d2\u30c3\u30c8\u3057\u305f\u4ef6\u6570":95,grn_cache_set_max_n_entri:15,upload:134,msyql:74,unmanag:113,"\u691c\u7d22\u5bfe\u8c61\u306eobject\u3092\u6307\u5b9a\u3057\u307e\u3059":49,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\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":100,entries_local_nam:141,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":69,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b":134,"\u53d6\u5f97\u3057\u305f\u3044\u30ab\u30e9\u30e0\u540d\u306eprefix\u3092\u6307\u5b9a\u3057\u307e\u3059":100,zunda:23,"\u547c\u51fa\u5074\u3067\u6e96\u5099":35,"groonga_github_com_path\u3068\u3057\u3066\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f":134,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":85,"\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":85,"\u7de8\u96c6\u8ddd\u96e2":1,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066column\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":108,"obj\u3092unlock\u3057\u307e\u3059":69,aki:67,"benchmark\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":151,"\u9759\u7684\u89e3\u6790":[],"\u3092\u8ffd\u52a0":[23,138],"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":23,total:[],"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":85,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":139,column_remov:[],kytea:[6,78,112,169],"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":151,word:[147,165,127,163,164,119,95,87,6,152,16,142,67,42,158,159,133],work:[],era:119,"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":85,"16gb":149,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":151,geo_in_rectangl:[],indic:[66,78,3,112,132],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":151,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":39,basebal:[38,68],"\u5909\u66f4\u5f8c\u306ekey\u306e\u9577\u3055":100,"\u4f5c\u6210\u3059\u308btable\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u540d\u524d":[],"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":134,length:[6,34,11],pseudo_column:[],"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":92,recogn:119,"builtin_type_names\u306b\u306f":72,after:[3,82,41,6,89,90,67,169,97,133,11,17,110,106,38,147,145,112,23,118,124,170,8],"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u3044\u307e\u3059":129,lat:151,"\u5168\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":137,grn_is_a_directori:2,averag:67,"535\u30d0\u30a4\u30c8\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u8868\u3057\u307e\u3059":39,n_queri:[90,71,3,4,8],"\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u63d0\u4f9b\u3059\u308bubuntu\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092hardi":138,confiugr:124,opaqu:[15,155],localnam:141,grn_fals:69,too_large_offset:155,"groonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3059\u308b\u6642\u306b":30,wgs84geopoint:[38,66,117,11,165,39,65,97,90,23],order:[80,95,3,163,117,119,112,6,65,155],"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":62,offici:[23,116,148,134,102],"\u3092\u4f7f\u3063\u3066\u89e3\u653e\u3057\u307e\u3059":107,"3\u30ea\u30ea\u30fc\u30b9":[],grn_default_query_logger_set_path:6,flexibl:[102,142,119],"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":61,"po\u30d5\u30a1\u30a4\u30eb\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":134,grn_network_is_down:2,grn_unknown_error:2,grn_obj_column_scalar:108,them:[148,64,95,66,3,163,74,135,75,106,12,116,51,11,65,17,124,122,169,73,90],thei:[78,4,82,41,42,8,9,132,169,47,51,95,133,74,101,16,142,20,145,152,158,159,163,164,120,27,124],"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":53,fragment:31,comment_index:165,"break":[6,23],"\u6570\u304c\u5927\u304d\u3044\u307b\u3069\u591a\u304f\u306e\u30ed\u30b0\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":85,jinja2:[134,110],deatil:95,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":151,"\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":61,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":129,grn_improper_link:2,"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":[],ruby_load:[],serach:16,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":160,"\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":55,"\u304c\u30c6\u30fc\u30d6\u30eb\u5358\u4f4d\u306e\u30c0\u30f3\u30d7\u306b\u5bfe\u5fdc":138,network:[6,38,155,47],morpholog:[119,169,133],"offset\u306b\u5bfe\u5fdc\u3059\u308bhook\u306e\u76f4\u524d\u306b\u65b0\u305f\u306ahook\u3092\u633f\u5165\u3057\u307e\u3059":81,palal:134,"\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":139,standard:[51,39,3,8,90],vector_column:[112,159],sequence_dataset:167,"\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":95,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":121,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u3084\u5b9f\u884c\u901f\u5ea6\u6e2c\u5b9a\u304c\u53ef\u80fd\u3067\u3059":151,regress:112,grn_qlog_path:6,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":151,"akio\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":138,"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":160,independ:119,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[29,157],"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":134,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u52a0\u7b97\u3057\u307e\u3059":69,power8:67,grn_proc_set_selector:67,john:[153,128],"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf\u3084\u30d1\u30c3\u30b1\u30fc\u30b8":134,latitude_in_degreexlongitude_in_degre:133,"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":98,target:[78,3,41,6,89,67,169,47,51,95,97,74,11,15,102,110,57,145,23,68,69,163,27,73],provid:[3,4,171,82,83,42,6,8,47,148,66,12,14,102,16,45,152,67,158,159,70,116,117,118,119,25,135,168,170,90],minut:[133,165,65,16,132,159],"\u30ea\u30ea\u30fc\u30b9\u306e\u969b\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u3066":134,grn_text_valu:73,"\u958b\u3053\u3046\u3068\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":72,"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":[],latter:[170,158],indexbuf:108,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":53,"\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":111,usernam:[38,89],"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":160,"http\u30ea\u30af\u30a8\u30b9\u30c8\u306b\u6307\u5b9a\u3055\u308c\u305furi\u306b\u5bfe\u5fdc\u3059\u308b":30,gronnga:152,excut:112,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u3092\u3057\u305f\u308a":111,"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":113,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u306a\u3044\u306e\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":129,protocol:[],"column\u306f":108,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":62,latenc:151,"\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":134,"groonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306ffreecod":134,liblzo2:[135,12],keyword2:[6,145],keyword1:[6,145],grn_obj_key_with_si:100,optimum:8,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":[],awar:34,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5185\u306e\u3059\u3079\u3066\u306e\u30c7\u30fc\u30bf\u3092\u51fa\u529b":141,suffixsearchterm:[163,133],"\u518d\u73fe\u624b\u9806\u3092ml\u304bredmine\u306b\u5831\u544a\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":111,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":1,"table\u304c":100,accord:[11,66],hai:61,res_tabl:151,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":129,"b\u306f\u5fc5\u305aa\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":100,address_is_in_us:155,howev:119,"\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":141,grn_obj_check:69,grn_ptr_init:73,"\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":92,com:[95,3,134,117,11,65,90,91,106,47,70],"\u30ed\u30b0\u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":21,"jekyll\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3089":134,"\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":151,"user_data\u3092\u30ad\u30fc\u3068\u3057\u3066":46,"\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":134,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":138,"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":1,modifi:[149,169,90,79],"source\u4ee5\u4e0b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0":134,uint16:[39,112],snippet3:27,enginen:159,"benchmark\u304c\u5229\u7528\u3059\u308bgroonga":151,"\u305d\u306erecord\u306eid\u3092\u8fd4\u3057\u307e\u3059":100,inhibit:99,grn_ctx_db:14,gnu:[],zlib:[],sourceforg:[134,22],grn_obj_prepend:69,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":113,aio:112,"\u5165\u529b":[5,21,94,92],cond:112,conf:[149,126,8,124],"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":113,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":160,grn_cach:[],perform:[],"\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":39,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":55,warri:123,descend:[136,95],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u305f":138,"\u6771\u4eac":[62,129],unsupported_command_vers:155,"\u69cb\u9020\u4f53\u306b\u95a2\u3057\u3066\u306f":14,hana:38,hang:112,hand:[164,11,119,102,8,68],"\u5b9f\u884c\u9806\u4f4d\u3092\u6307\u5b9a\u3057\u307e\u3059":81,blog_bodi:62,o_binari:6,client:[],thi:[34,45,78,3,4,120,83,40,41,42,6,89,44,67,131,132,93,114,47,79,51,95,66,133,74,11,12,14,15,102,52,16,104,110,144,57,146,60,148,20,149,145,112,64,164,65,90,155,166,84,23,68,69,158,159,70,116,163,117,118,119,25,26,27,167,122,135,123,165,169,124,76,77,8],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3078\u306e\u30ea\u30f3\u30af":134,"_score":[38,95,66,3,108,74,62,136,112,42,6,102,65,16,53,165,23,68,159,133],no_such_devic:155,"table_list\u306f":92,"\u691c\u7d22\u7d50\u679c\u306b\u3088\u3063\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":129,grn_default_logger_set_path:6,"configure\u306e\u6700\u5f8c\u306b\u691c\u51fa\u3057\u305fmecab\u306e\u60c5\u5831\u3082\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":138,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":[],"\u8ad6\u7406\u7a4d":61,grn_ctx_per_db:[23,14],"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308btable\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u306ebase_version\u306e\u66f4\u65b0":134,scan_build:160,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":92,"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":134,night:[101,79],grn_column_name_id_len:108,grn_plugin_command_cr:[34,67],"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u306e\u5834\u5408\u306f\u6700\u5927\u9577":54,normallexicon:170,"\u65e2\u5b58\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":21,tokenbigramsplitsymbolalphadigit:[62,102,16,32,150],grn_obj_renam:69,tasuku:36,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":129,grn_text_len:73,grn_pvector:73,shift_ji:169,grn_inappropriate_i_o_control_oper:2,repositori:[],post:[],"benchmark\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":151,obj:[35,69,72,81,113,49,73,46,105,108],comment2:68,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":161,zxvf:134,"\u3068\u306a\u308a":62,"\u3059\u308b\u3068\u5927\u4e08\u592b\u3067\u3059":111,"float":[],bound:67,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":129,grn_ctx:[],"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"ctx\u306e\u7ba1\u7406\u3059\u308b\u30e1\u30e2\u30ea\u3092\u89e3\u653e\u3057":14,coverag:160,accordingli:8,wai:[0,165,4,117,74,119,112,76,6,102,8,142,67,68,56,79],"hiroshi\u3055\u3093":138,conbin:[95,142],"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":29,"newvalue\u306e\u5024\u304b\u3089\u5f97\u3089\u308c\u308b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308bcolumn\u306e\u5024\u306e\u4e2d\u306e":108,event_dataset:[56,167],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u7ba1\u7406\u30e1\u30cb\u30e5\u30fc\u304b\u3089":134,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":62,"true":[1,88,3,79,5,83,60,41,40,7,9,131,96,114,94,101,95,66,133,74,11,51,102,52,139,21,57,38,147,145,63,112,64,164,65,153,84,67,68,157,128,163,117,165,27,29,170],"\u65b0\u305f\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":85,"\u4e00\u822c\u7684\u306b\u306f":69,maximum:[58,95,3,133,11,149,155,84],inaccur:6,creteria:3,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":1,emit:6,mte:36,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u964d\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[71,88,5,63,64,113,7,139,141,143,21,92,31,125,94],fedoraproject:116,score1:61,score2:61,resource_deadlock_avoid:155,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":151,"\u8a9e":113,"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":85,test:[148,116,3,134,11,165,12,151,6,135,89,8,123,68,160,90],freecod:[],"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":138,"\u6027\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":64,insensit:95,scorer:[],outdat:67,tajima:6,"\u3067\u89e3\u653e\u3067\u304d\u307e\u3059":14,masaharu:[6,99,112],"\u3069\u3046\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u306e\u304c":111,global:[],"s3ki\u3055\u3093":138,"\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306b\u3053\u3046\u3059\u308b\u3068\u3044\u3044":111,"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":61,hubeni:66,value_typ:[],"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":151,graph:119,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u8a2d\u5b9a":5,tracker:[],takiuchi:112,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":85,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":61,"\u5143\u306e\u30ec\u30b3\u30fc\u30c9\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3059original\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u3066":128,"\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":35,octob:67,"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":141,"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":1,"\u30ab\u30e9\u30e0\u540d\u306f":64,administr:[],"\u306a\u3069\u3092\u8fd4\u3057\u307e\u3059":69,mitani:67,grn_obj_unlink:69,"\u3068\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059":134,"4gbyte":58,upper:[23,3,57],version:[],"\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,akihabara:65,"groonga\u3084mysql\u306erpm":134,cost:101,admin_html:[23,85],"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":61,"object\u306b\u767b\u9332\u3067\u304d\u308b\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u8fd4\u3057\u307e\u3059":105,appear:[95,78,3,163,119,27,2,158,133],"\u7def\u5ea6\u306f":39,"\u53cc\u65b9\u306b\u3068\u3063\u3066\u5b09\u3057\u304f\u306a\u3044\u72b6\u614b\u306b\u306a\u3063":111,"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":134,gener:[],satisfi:[51,112],minagawa:[67,112],"\u4e00\u884c\u306b\u8907\u6570\u306egroonga":151,redmin:67,table_hash_kei:[],trial:119,"\u305d\u306e\u969b":134,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":85,behav:[118,66],"\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":157,"\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":137,"\u3092\u8a66\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":111,"\u691c\u7d22\u7d50\u679c":95,"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":160,output_typ:[30,4],freq0:42,mobil:119,"bsd\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":138,httpd:[],"\u30b0\u30eb\u30fc\u30d7\u5316\u306e\u30ad\u30fc\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":95,grn_dat:23,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u5834\u5408\u306b\u9650\u3063\u3066\u30ed\u30c3\u30af\u3057\u307e\u3059":69,"648\u4ee5\u4e0a2":39,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[],key_typ:[],furigana:136,"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":134,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":62,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":160,"\u30c4\u30a4\u30fc\u30c8\u5185\u5bb9\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":134,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057":69,daiki:[6,23,138,130],nfkc:170,grn_table_sort_kei:100,grn_illegal_byte_sequ:2,can:[34,0,126,2,3,4,104,80,82,83,85,60,41,42,6,78,89,90,9,131,132,67,93,47,128,51,95,66,133,74,11,136,12,14,15,102,52,16,17,110,144,57,38,147,148,149,145,142,99,112,101,64,152,65,96,155,84,23,68,87,158,159,70,116,170,163,117,164,106,119,25,120,27,40,122,135,168,165,169,124,77,73,8],clearlock:[],"\u30ed\u30b0\u306b\u306f\u6b8b\u308b":23,"res\u306btable1\u3042\u308b\u3044\u306ftable2\u305d\u306e\u3082\u306e\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3092\u9664\u3051\u3070":100,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6607\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,topic:[],"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":85,occur:[64,97,79,136,122,112,14,6,52,124,67,169,158],multipl:[],mpaa:84,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":1,uptim:[90,71,3,4,8],write:[95,165,163,99,85,87,110,68,169,32,133],grn_table_select:[],familiar:117,flanc:66,grn_cursor_ascend:137,"\u5b9f\u969b\u306b\u306f":95,product:8,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":113,southern:6,uint:6,"\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":61,"rb\u3092\u8ffd\u52a0":138,grn_too_many_open_files_in_system:2,favorit:[],grn_plugin_log:34,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":113,approv:67,increas:[95,78,74,119,150,66,43,131,124],tagger:119,still:[75,52,171,112,106],ieee:39,dynam:[99,119,3,8],window:[],"\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":61,non:[122,95,133,112,6,163],loaded_valu:60,recal:[119,142],rake:134,col2:69,col3:69,col1:69,"table\u306e\u5168\u3066\u306ecolumn\u3082\u540c\u6642\u306b\u540d\u524d\u304c\u5909\u66f4\u3055\u308c\u307e\u3059":100,"type\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":35,half:170,alisa:102,now:[],discuss:[0,22],nor:95,introduct:[],drop:[6,23,112,67],"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":92,"\uff4d\uff59\uff53\uff51\uff4c":[145,41],januari:[118,133],grn_encod:[],domain:[],replai:8,"\u52d5\u4f5c\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057":134,"takahiro\u3055\u3093\u304c\u5831\u544a":138,significantli:119,year:[132,165,133,84],grn_socket_is_not_connect:2,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u8a2d\u5b9a\u30da\u30fc\u30b8":134,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":157,space:[34,95,78,3,163,74,119,120,112,42,51,23],acccess:126,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":151,"\u307e\u305f\u901a\u5e38\u306f":39,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30ed\u30fc\u30ab\u30eb\u306bweb\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":134,"\u305d\u308c\u4ee5\u5916\u3092\u6307\u5b9a\u3059\u308b\u3068true\u306b\u306a\u308a\u307e\u3059":39,"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":108,grn_db_kei:99,care:[83,163,95,159,106],"release\u30b3\u30de\u30f3\u30c9\u3067\u306f":134,couldn:6,arnaud:23,"175904000x8464000":66,british:79,grn_ctx_get_match_escalation_threshold:55,directli:165,with_check:[67,120],rins:134,yourself:123,column_n:164,size:[],silent:70,bookmark:74,"path\u306b\u306fcutter\u306e\u30bd\u30fc\u30b9\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":134,friend:[38,76],column_3:164,column_2:164,column_1:164,kenichi:[23,138],"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":10,"\u4e8c":159,"\u30b3\u30de\u30f3\u30c9\u3067\u5024\u3092\u683c\u7d0d\u3059\u308b\u3068\u304d\u306f":39,"\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":61,"\u53d6\u5f97\u3067\u304d\u305f\u4ef6\u6570\u304c\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3055\u308c\u307e\u3059":69,than:[],n_keyword:73,"\u305d\u308c\u305e\u308c\u3092\u5358\u4f4d\u3068\u3057\u305f\u8a9e\u5f59\u8868\u306b\u7d22\u5f15\u3092\u7ba1\u7406\u3057\u307e\u3059":129,"key\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":137,"\u5dee\u5206\u3092":151,"32bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":39,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":46,browser:[169,90,106],analysi:[119,169,133],grn_obj_compress_lzo:108,your_new_db:23,"txt\u306e\u5185\u5bb9":134,"obj\u306e\u578b\u3092\u5909\u66f4\u3057\u307e\u3059":69,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":92,"\u3059\u308b\u3068":160,begin:161,"6813819x139":[11,65],"\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":85,price:11,renam:[3,82,112,6,52,23],"macports\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":23,"\u3068\u308a\u3068\u3093":[163,133],"6909211x139":65,"\u5229\u7528\u8005\u306f\u56f0\u3063\u305f\u307e\u307e\u3068\u306a\u308b\u306e\u3067":111,column_renam:[],"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":113,"prefix\u304cmin_size\u30d0\u30a4\u30c8\u4ee5\u4e0a\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,"\u3053\u306e\u3068\u304d":129,concurr:132,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[],"table\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":100,pakcag:148,onli:[34,80,126,2,3,82,41,6,78,89,8,131,93,114,47,51,95,96,133,11,136,12,15,102,110,57,148,145,101,164,65,153,104,84,68,158,70,116,170,163,119,27,135,123,106],"\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":62,"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":61,"\u3050\u308b\u3093\u304c":[163,133],"\u8a18\u53f7\u3067\u30c8\u30fc\u30af\u30f3\u3092\u533a\u5207\u308btokenbigramsplitsymbol\u3092\u4f7f\u7528":138,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_level\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":5,overwritten:65,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":85,"128mb":6,allow_pragma:95,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":10,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":157,error_loc:122,"configure\u306e":23,ggdb3:134,sport:38,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":53,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":1,n_like:[122,124,95,163,133],"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":113,between:[],"import":[15,95,78,163,134,74,119,26,112,14,6,8,169,23,87,158,47,57],"\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":134,pthread_:112,"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":62,"db\u306e\u5185\u5bb9\u306e\u6700\u7d42\u66f4\u65b0\u6642\u523b\u3092\u73fe\u5728\u6642\u523b\u306b\u3057\u307e\u3059":72,instroduc:112,nearbi:119,"\u305f\u3068\u3048\u3070":129,tutori:[],grn_encoding_pars:109,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bdocument_version\u3084document_version_full\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u307e\u3059":134,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":134,grn_too_many_link:2,exploit:119,"debian\u7cfb\u3082\u3057\u304f\u306fr":134,invers:67,"\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[35,69],"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":161,emphas:96,rubi:[60,36,74,119,145,41,6,142,131,67,70],"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":113,"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":85,"\u5024\u304c\u56fa\u5b9a\u9577\u3067\u3042\u308b\u30ab\u30e9\u30e0\u306e\u307f\u304cobj\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":69,"edge\u306fctx\u3092\u542b\u3080":121,"\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":64,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d":14,nnede:124,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_create\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":64,develop:[],etc:[126,3,134,11,149,6,135,8,124,76,158,47],media:67,epoch:[11,165],document:[],do_loc:151,finish:132,"\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":134,someon:165,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":113,eito:112,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":61,repoforg:[6,116],theater:79,grn_permission_deni:2,"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":62,"key_type\u306bt":100,"_post":134,"\u306e\u4ed5\u69d8\u3092\u8ffd\u52a0":138,grn_column_name_scor:108,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":85,"8bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":39,isssu:112,mmap:[],"wheezy\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8ffd\u52a0":23,"\u30ad\u30fc":85,grn_plugin_proc_get_var:[34,67],real:[119,27,124],swig:36,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":151,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":85,"\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":95,invalid_argu:155,benefit:126,cascad:[],output:[],unsplit:[95,61],"key\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u3057\u3044record\u3092table\u306b\u8ffd\u52a0\u3057":100,index_friend:38,"\u51e6\u7406\u6642\u9593":95,"146249000x":165,ff9e:170,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[88,5,63,7,139,21,94],name2:133,"\u30d9\u30af\u30bf\u306e\u5024\u3092":138,"615\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,grn_no_such_file_or_directori:2,tomoatsu:[6,138],unicod:170,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":151,grn_bad_file_descriptor:2,src:[11,135],central:165,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":85,degre:[11,23,65,133,74],backup:141,processor:[148,135,116,12,119],"\u53f3\u4e0b":1,"\u53f3\u4e0a":1,"\u305d\u306e\u305f\u3081":[128,134,62,129,151,141],insuffici:11,your:[],"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":161,"com\u3067\u3082\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767a\u4fe1\u3057\u3066\u3044\u307e\u3059":134,area:119,aren:[80,95,163,82,27,6,8,124,67,47,57],start:[],"\u7a7a\u6587\u5b57\u5217\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3059\u308b\u3068false\u306b\u306a\u308a":39,lot:112,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":151,submiss:[136,16,159,42],"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":157,ealier:6,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c":95,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u30921\u884c\u306b1\u3064\u305a\u3064\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":151,"key\u306e\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067":137,grn_not_socket:2,"default":[],"\u6a19\u6e96\u5165":[7,125],"\u3068\u5171\u306b":108,invalid_seek:155,multibyt:23,pseudo:[51,95,163,117,112,6,65,67,133],"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":98,value_1:[3,90],prepend:[133,8,163],valid:[3,11,82,112,42,6,67,23],"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u9577\u3055\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"hook\u56fa\u6709\u60c5\u5831\u683c\u7d0d\u30d0\u30c3\u30d5\u30a1\u3092\u6307\u5b9a\u3057\u307e\u3059":81,grn_obj_add_hook:81,you:[2,3,4,6,78,8,9,66,75,12,14,15,17,110,164,23,26,27,73,34,80,11,40,41,42,47,148,169,51,52,56,57,38,60,64,65,67,68,70,135,76,155,0,79,82,83,85,22,89,90,91,93,95,96,74,158,77,102,106,145,112,116,117,118,119,120,122,123,124,126,128,131,133,136,142,144,146,147,149,153,104,84,99,159,163,165,167,168,170],string2:98,string1:98,poor:158,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092key\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":137,"delete\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u305f\u3053\u3068\u306e\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u306f":69,grn_object_corrupt:2,"\u8a72\u5f53\u3059\u308b\u7bc4\u56f2\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":137,reduc:[126,79,82,112,6,16,119,47],"n_builtin_type_names\u306b\u306f":72,naoya:[67,112],"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":113,"\u3092\u683c\u7d0d\u3057\u307e\u3059":108,drilldown_offset:[],month:[38,165,133,132],"4byte":155,articl:68,"body\u3092\u4f5c\u6210\u3057\u307e\u3059":64,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":151,zlib_error:155,mechan:[6,8,47],"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":10,veri:[51,95,163,38,82,145,27,41,6,119,122,159,47,133],"\u66f4\u65b0\u5f8c\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"index\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":108,patsuffix:128,query_flag:[],masafumi:[67,112],"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":61,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":113,"\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":35,groonga_dir:134,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":129,"benchmark\u7528\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u5206\u3067\u4f5c\u6210\u3059\u308b\u3053\u3068\u3082\u65e2\u5b58\u306e\u3082\u306e\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":151,"\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":134,"\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ad\u30fc\u3092\u691c\u7d22\u3057":100,learner:[],"\u95a2\u6570\u306f":[29,98,61,157,59],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":113,naoina:[6,112],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":151,too_many_symbolic_link:155,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":161,snippet1:27,"min_size\u30d0\u30a4\u30c8\u672a\u6e80\u306e\u30d3\u30c3\u30c8\u306b\u5bfe\u3059\u308b\u30ce\u30fc\u30c9\u3067":137,snippet2:27,ultra:38,"\u305d\u306e\u5185\u5bb9\u3092data\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8fd4\u3057\u307e\u3059":81,amount:6,"\u3092\u6307\u5b9a\u3059\u308b\u3068max\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":137,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":160,score_1:118,score_2:118,hoge:[85,98],famili:[78,133],"1024r":134,"\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":134,"\u30c8\u30e2\u3061\u3083\u3093":38,"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306f":69,"am\u30d5\u30a1\u30a4\u30eb\u3078\u3068\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059":134,bash:169,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":129,fulltext:[148,80,95,78,163,102,82,145,12,25,41,27,135,133,68,170,116,126,57],"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":1,groonga_vers:23,score_n:118,cutter_dir:134,histori:23,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":139,"grn_rc\u306b\u5bfe\u5fdc\u3059\u308b\u6570\u5024\u304c\u8fd4\u3055\u308c\u307e\u3059":95,"\u65e2\u5b58\u306edb\u3092\u958b\u304d\u307e\u3059":72,grn_db_int:69,phrase:[],string:[],"expr\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059":105,anoth:[6,158,95,73,119],spreadsheet:158,snippet:[6,36,27,112],grn_expr_syntax_escap:73,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":134,"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":108,"\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068dist":134,"\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":85,unlink:73,"\u4ed6\u306e\u30e2\u30fc\u30c9\u3067\u8d77\u52d5\u3057\u305fgroonga\u3068\u540c\u3058\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":30,allow_column:[95,163],"\u5143\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u307f\u691c\u7d22\u3059\u308b\u305f\u3081\u306b":128,grn_table_group:100,egg:68,narwhal:23,logrot:6,"\u306b\u3066\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30ea\u30ea\u30fc\u30b9\u6848\u5185\u3092\u4f5c\u6210\u3057\u307e\u3059":134,help:[],grn_proc_funct:34,soon:[80,27,47],"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":161,paramet:[],"\u304a\u304b\u3057\u306a\u7d50\u679c\u3092\u8fd4\u3059\u554f\u984c\u3092\u4fee\u6b63":138,systemd:6,"\u6b63\u5e38\u306b\u30d3\u30eb\u30c9\u304c\u7d42\u4e86\u3059\u308b\u3068":134,"\u5024\u306e\u7bc4\u56f2\u306f1":53,shimada:6,comments_cont:68,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":62,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":61,"\u7279\u6b8a\u547d\u4ee4\u306f\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4efb\u610f\u306e\u5834\u6240\u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":151,range_error:155,"null\u306f\u4e0a\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":137,"proc\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":100,"\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u3067\u5024\u304c\u8fd4\u5374\u3055\u308c\u307e\u3059":95,iff:3,"build\u30b3\u30de\u30f3\u30c9\u4ee5\u5916\u3067\u3082":134,fulli:[6,8],yito:[6,112],"\u4e3b\u30ad\u30fc\u306e\u578b\u3068\u30ab\u30e9\u30e0\u306e\u578b\u306b\u306f":39,heavi:95,grn_column_nam:108,"\u30b9\u30ec\u30c3\u30c9\u6570":151,"\u30d5\u30a1\u30a4\u30eb":134,todo:[],event:47,"\u3080\u308b\u3093\u304c":[163,133],"http\u30b5\u30fc\u30d0\u30fc":[],"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306frpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":134,proxy_pass:8,publish:[67,134],"\u691c\u7d22\u5bfe\u8c61\u306e":62,trusti:[67,12],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408\u306f":64,"shutdown\u306f":125,textil:134,"1\u30ea\u30ea\u30fc\u30b9":[],"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:[116,134],asc:134,reason:[95,117,149,126,6,169,159,47,57],base:[126,78,41,42,6,90,169,148,97,133,12,16,56,106,145,112,159,116,163,118,119,27,135,165,171,8],grn_ctx_fin:[6,14],put:[67,163,124,106],"groonga\u53ca\u3073groonga":151,rect:[6,66,157],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":151,due:[119,27],assign:[],"\u4fee\u6b63":[],"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u305b\u3093":10,placehold:112,miss:[6,23,158,112,67],"table\u5185\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30bd\u30fc\u30c8\u3057":100,conditional_probability_threshold:[23,136],station:[80,65,165],zeromq:169,schema:[95,66,163,102,145,27,41,101,16,153,167,164,84,124,68,96,133],"file\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8":138,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":129,"max\u3068common":137,grep:[135,116,12,148],jqueri:67,"\u4efb\u610f\u306edb\u540d":151,str:73,"grntest\u3067\u306fgroonga\u30b3\u30de\u30f3\u30c9\u3092\u660e\u793a\u7684\u306b\u3057\u3066\u3044\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":134,"\u5bfe\u8c61\u306ecolumn\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"\u3092\u7528\u3044\u308b\u3079\u304d\u3067\u3059":69,"windows\u5411\u3051":134,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":61,"null":[],"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":100,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":113,lib:[126,138,8,112,9],"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":134,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":95,elapsed_tim:[122,132],"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":157,"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":160,"\u66f4\u65b0\u3055\u308c\u308b\u305f\u3073\u306b1\u305a\u3064\u5927\u304d\u304f\u306a\u308a\u307e\u3059":10,grn_snip:[6,67],tokenbigramsplitsymbol:[62,150,32],"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":160,grn_proc_get_typ:67,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":100,clear:[6,23,69,134,67],grn_too_many_open_fil:2,clean:[160,134],newvalu:108,weight_in_weight_vector:74,latest:[],grn_ctx_t:2,copyright:67,"\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":134,wanab:112,yml:70,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":10,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":138,grn_connection_refus:2,max_siz:137,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":160,"\u3082\u3057\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u4e2d\u8eab\u306b\u95a2\u308f\u3089\u305a\u52d5\u4f5c\u3092\u7d9a\u3051\u3066\u3057\u307e\u3044":151,grn_get_default_encod:109,grn_obj_compress_zlib:108,remot:[],"\u68ee\u7530":38,"\u82b1\u5b50":38,grn_hook_get:81,doc_bodi:79,"\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":134,grn_obj_is_lock:69,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":62,close:[51,82,145],"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":64,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":151,"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":160,isob:112,numer:[],no_locks_avail:155,both:[3,82,89,127,47,148,95,133,74,12,101,64,65,155,159,116,163,119,27,122,135,123,165],grn_range_error:2,geopoint:[],"\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,85],condition2:133,condition1:133,"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":138,jeff:128,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306fkey\u9577\u3092\u8fd4\u3057\u307e\u3059":100,"000x":106,too_small_limit:155,header:[],"\u623b\u308a\u5024\u3067\u3042\u308b":107,linux:[],tokenbigramignoreblanksplitsymbol:[62,150,32],"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":151,stamp:[132,16,159,42],"\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":61,"null\u306a\u3089temporari":72,"\u8ee2\u7f6e\u7d22\u5f15\u306bweight\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":108,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":94,"\u30ed\u30c3\u30af\u3092\u518d\u5e30\u7684\u306b\u89e3\u9664\u3057\u307e\u3059":94,grn_table_sort_desc:100,combind:163,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[29,157],grn_table_cursor_get_kei:137,coordin:[11,66],unpatch:36,look:2,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":157,"while":[101,78,119,112,6,52],"\u691c\u7d22":[],"\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":85,grn_zlib_error:2,grn_column_name_value_len:108,loop:[6,67],pack:[],"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":151,readi:[95,133,6,110,169,163],readm:[112,134],fedora:[],belong:[127,117],"xml\u304c\u6307\u5b9a\u53ef\u80fd\u3067\u3059":30,"\u51e6\u7406\u958b\u59cb\u6642\u9593":95,grand:165,octal:133,"\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":69,src_kei:100,imagin:[95,117],optim:67,grn_set_default_match_escalation_threshold:55,temporari:[],user:[],"takuto\u3055\u3093\u304c\u5831\u544a":138,"\u306e\u30ab\u30e9\u30e0":[31,94],"\u306b\u6e21\u3055\u308c\u305fuser_data\u3092\u6307\u5b9a\u3057\u307e\u3059":46,older:165,input_output_error:155,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":161,"\u4e0a\u4f4dlimit\u500b\u306e\u8981\u7d20\u3092result\u306b\u683c\u7d0d\u3057\u307e\u3059":100,"null\u306a\u3089\u7121\u540dtable\u3068\u306a\u308a\u307e\u3059":100,"koi8r\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":85,nise_nab:67,"\u30af\u30a8\u30ea\u306e":62,recurs:[91,95,158,8,134],"56880000x":66,nginx:[],"\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f0\u3092\u8fd4\u3057\u307e\u3059":100,"\u3084\u308a\u3068\u308a\u3092\u8003\u3048\u306a\u304f\u3066\u826f\u3044\u3067\u3059\u304c":111,address_is_not_avail:155,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":113,grn_table_sort:100,signal:67,resolv:[6,23,31,74],elaps:[133,118,122,132,23,4],"32bit":112,popular:[95,74],"\u30c7\u30d5\u30a9\u30eb\u30c8":61,"sigsegv\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":100,creation:[23,3,112],some:[78,22,6,132,169,148,74,102,17,144,106,58,147,112,67,163,119,167,122,168,124,57,73],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":31,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":151,"\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,7],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,"output_type\u3068\u3044\u3046\u5f15\u6570\u540d\u3092\u7528\u3044\u3066output_type\u3092\u6307\u5b9a\u3057\u307e\u3059":30,entry_bodi:64,run:[],stem:[67,147],step:[3,11,42,89,169,106],"\u3082\u3057test":151,"\u89e3\u653e\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":14,"\u305d\u3053\u3067":62,grn_no_memory_avail:2,idf:67,"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":107,block:[11,8,112,57],libzmq:[135,12],grn_no_space_left_on_devic:2,"93933868408203e":4,grn_expr_append_obj:[61,73],within:[165,65,16,159],"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":134,grn_obj_key_uint:54,"\u3068\u3057\u3066\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u3082\u306e\u3068\u3057\u3066\u8aac\u660e\u3057\u307e\u3059":134,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":62,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":151,patprefix:128,"\u5b58\u5728\u3059\u308c\u3070\u6307\u5b9a\u3055\u308c\u305fid\u3092":100,properli:[6,90,163],"\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":23,pangolin:[6,12,134],tokenbigramignoreblanksplitalpha:32,hereaft:119,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u306e\u9375\u304c\u5fc5\u8981\u3067\u3059":134,newer:[67,110],info:[5,7,8],utc:[122,133],"0xc7":155,utf:[36,4,118,112,170,6,169,133],"\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":64,munin:[],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":61,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":151,"\u3044\u304d\u306a\u308aredmine\u3067\u30d0\u30b0\u5831\u544a\u3092\u304a\u9858\u3044\u3059\u308b\u3068":111,"files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":134,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u5909\u66f4\u3057\u307e\u3059":109,grn_cas_error:2,doesn:[34,80,78,79,82,83,6,8,169,47,95,133,101,52,16,17,57,147,112,84,67,158,159,163,27,122,124,170,171],repres:[38,79,11,85,142,73,133],"homebrew\u306e\u66f4\u65b0":[],before_instal:70,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb":134,"\u3067\u9023\u7d50\u3057\u305f\u6587\u5b57\u5217\u3067\u3059":69,pronounc:142,titl:[38,95,3,163,117,98,11,112,164,90,134,68,133],grn_obj_fin:73,accross:6,grn_ctx_close:[23,67,14],orangain:112,sigcont:112,"\u7d22\u5f15\u304c\u4e0d\u6b63\u306b\u5927\u304d\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":138,draw:38,"groonga\u5358\u4f53\u3067test":151,"\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":138,"\u30ab\u30e9\u30e0\u540d\u7b49\u3092":69,"\u8907\u6570\u4eba\u306b\u3088\u308b\u30b5\u30dd\u30fc\u30c8\u3092groonga\u3067\u884c\u3046\u5834\u5408\u306b":111,eval:131,"architectures\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":134,kawaji:6,"0\u4ee5\u4e0a65":39,"\u51fa\u529b\u3092\u884c\u3046\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":95,"\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":[160,134],"\u691c\u7d22id\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"146741340x":165,ruby_script:131,friendli:6,nippon:159,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":151,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":129,"\u5185\u90e8\u7684\u306a\u5909\u66f4":134,button:[6,112,106],hemispher:6,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":85,"\u4e00\u5de5\u592b\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":128,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":23,"max\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":137,download:[148,116,134,20,12,135,89,169,77],grn_obj_decr:69,onigmo:67,experiment:[15,60,145,120,27,41,112,6,67,131,23,99,171],"\u975e\u4e92\u63db\u306a\u5909\u66f4\u304c\u542b\u307e\u308c\u308b\u306e\u3067\u3042\u308c\u3070":134,"\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":72,becom:[11,66,36,119],accessor:100,convert:[2,11,82,165,67,170],convers:[23,8],blogroonga:[],"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":151,chang:[],"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":53,danger:[52,47],grn_plugin_mutex_clos:34,"boolean":[],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":94,query_expand:[],"drilldown\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024\u306e\u7570\u306a\u308a\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":95,query_expans:[],"\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":[88,63],soundkitchen:[6,23],grn_column_renam:108,about:[],"23t02":133,"groonga\u3092\u5e83\u304f\u901a\u77e5\u3057\u307e\u3059":134,"\u30b3\u30de\u30f3\u30c9\u306e\u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":138,"\u5b58\u5728\u3057\u306a\u3051\u308c\u3070":100,"shibuya\u3055\u3093":138,retriev:[119,95],"\u3042\u3068\u306f\u30d6\u30e9\u30a6\u30b6\u306b\u3066http":134,min_siz:137,meet:[67,65,126,165],mitsuhiro:138,control:[],"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":157,"clone\u6e08\u307f\u306egroonga\u306eweb\u30b5\u30a4\u30c8\u306e\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30bd\u30fc\u30b9":134,sudo:[148,116,134,20,149,12,126,6,135,90,110,124,169,160,77],directory_not_empti:155,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":64,tokendelimit:[150,78,32,42],"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":138,lifecycl:70,narg:73,"\u6a19\u6e96":[5,21,94,92],"function\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bgrntest\u306e\u30bd\u30fc\u30b9\u3092\u5c55\u958b\u3057\u307e\u3059":134,int16:[39,138,112],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6b63\u898f\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u304ckey\u3068\u306a\u308a\u307e\u3059":100,decrib:8,"\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":134,"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":129,rakutan:68,otehr:57,normalizernfkc51:[],table_token:[],kisk:6,"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":85,"namebuf\u306b\u8a72\u5f53\u3059\u308b\u540d\u524d\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":[69,108],"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":61,"\u30de\u30af\u30ed\u306a\u3069\u3067\u521d\u671f\u5316\u6e08\u307f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":69,sysconfig:126,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":138,"\u3053\u306e\u5834\u5408":137,"\u547c\u51fa\u5074\u3067\u6e96\u5099\u3059\u308b":[100,69,108],grn_plugin_proc_alloc:34,read_only_file_system:155,grn_ctx_set_command_vers:14,"shorttext\u578b\u306e\u5024\u3092\u683c\u7d0d\u3059\u308b\u30ab\u30e9\u30e0":64,handl:[2,11,82,112,124,8,149,67],auto:[6,136],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":31,succeeded_or_not:[52,153,114],"\u30e6\u30fc\u30b6\u3078\u5f71\u97ff\u3059\u308b\u3088\u3046\u306a\u5909\u66f4":134,parameter1:8,"\u4ee5\u964d\u306e\u8aac\u660e\u3067\u306f":134,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":151,column_information1:83,column_information2:83,"\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":62,"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":71,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":151,chunk:[149,124,113],"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":160,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":151,special:[106,95,2,3,163,145,27,41,112,122,78,90,169,73,17],groo:[118,95],"\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":95,suitabl:[101,82,57],grn_geo_estimate_in_rectangl:[23,97],new_vers:134,"quit\u306f":143,"\u3092\u6307\u5b9a\u3059\u308b\u3068":[137,108],manipul:142,grn_match_escal:[],"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":151,latitude_in_msecxlongitude_in_msec:133,keep:[58,101,74,14,15,23],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3055\u308c\u306a\u3044":138,geometri:23,largetext:82,"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":160,grn_cursor_by_id:137,"scorer\u306f":95,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":139,buf_siz:[100,69,108],"groonga\u30b3\u30de\u30f3\u30c9\u306b":138,mkdir:141,attach:[147,170,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":134,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[62,30,39,151],"final":[34,95,8,74],travi:[],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u7d42\u3048\u305f\u3089":134,exactli:149,"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":1,"20km":165,"groonga\u306f":160,sequence_queri:167,extrct:133,"yes\u3092\u6307\u5b9a\u3059\u308b\u3068chroot\u74b0\u5883\u3067\u4e26\u5217\u306b\u30d3\u30eb\u30c9\u3092":134,concatin:[6,118,112],msec:[23,17],tabl:[],"null\u306a\u3089\u81ea\u52d5\u7684\u306b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":[100,108],border:[6,78,84],fluent:91,grn_obj_search:49,"0x08":155,"0x04":155,"grntest\u304cmlock\u306e\u60c5\u5831\u51fa\u529b\u306b\u5bfe\u5fdc":138,"0x01":155,"0x02":155,"\u30ed\u30b0\u3092":134,ifexist:51,singl:[78,3,74,120,112,51],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u95a2\u3059\u308b\u52d5\u4f5c\u3092\u8a2d\u5b9a\u3057\u307e\u3059":95,"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":157,"\u3067\u306f\u307e\u3068\u3081\u3066\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u307e\u3059":134,"\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3057\u307e\u3059":69,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":62,kazuhiro:112,"\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":30,url:[23,141,47,67],uri:8,grn_table_upd:100,"\u4e3b\u30ad\u30fc\u306e\u578b\u306b\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":39,fontain:23,"null\u4ee5\u5916\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408":100,"\u3067\u751f\u6210\u3057\u305fcursor\u3092\u89e3\u653e\u3057\u307e\u3059":137,grn_index_cursor:[],"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":161,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":107,ssssss:132,object_corrupt:155,"146867000x":165,"\u30d3\u30eb\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":134,launchpad:[67,12],"\u30b5\u30fc\u30d0\u304c\u81ea\u52d5\u7684\u306b\u306f\u8d77\u52d5\u3055\u308c\u306a\u3044\u306e\u3082\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u5834\u5408\u3068\u540c\u69d8\u3067\u3059":151,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[92,85],"\u3053\u308c\u3067":134,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":62,"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":10,"drilldown\u6761\u4ef6\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024\u6bce\u306b\u3068\u308a\u307e\u3068\u3081\u3089\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":95,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u672b\u5c3e\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":69,enabl:[],"grntest\u3068\u3044\u3046\u540d\u524d\u3067grntest\u306e\u30bd\u30fc\u30b9\u3092\u914d\u7f6e\u3057\u307e\u3059":134,"masahiro\u3055\u3093":138,gram:[119,78,3,133],"output_columns\u304b\u3089_value\u3092\u524a\u9664":138,contain:[],sho:[67,112],"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u306710":62,orphan:112,"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":61,latin:85,statu:[],correctli:[6,3],wibowo:112,tend:68,written:[165,110,9],benchmark:[],grn_retry_max:2,all_record:6,kei:[],grn_no_child_process:2,"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":113,"\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":107,eclips:106,"\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":62,admin:[6,23,138,112,67],jersei:165,"\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":138,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":139,"po\u306e\u5b9f\u884c":[],"\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":111,cutter_source_path:134,"\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":141,"obj\u306b\u5c5e\u3059\u308bobject\u3082\u518d\u5e30\u7684\u306b\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059":69,"\u5185\u8a33\u306f":62,"\u304c\u3042\u308a\u307e\u3059":[30,134],quit:[],addition:65,quiz:38,"\u305d\u306e\u305f\u3081\u306b\u306f\u307e\u305a\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":134,treat:[80,95,78,133,112,6,16,67,159],"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[88,5,63,7,139,21,94],downcas:170,"\u65e5\u672c":159,"\u6709\u52b9\u306a\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u591a\u304f\u30d2\u30c3\u30c8\u3059\u308b\u305f\u3081\u306b":95,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":92,"sort\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":100,delimit:[11,119,78,112,42],drildown:[],"12gb":149,glossari:70,"\u5bfe\u8c61table2\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u306e\u5909\u66f4\u3042\u308a":23,longitude_in_msec:133,"proc\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":46,demo:38,"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":62,welcom:[95,163,75,165,22,133,76,106],grn_table_cursor_t:137,"\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":62,"\u30ab\u30e9\u30e0\u306e\u578b\u306b\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":39,speaker:22,"\u6642\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":138,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":139,crch:78,entry_selector:139,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":62,nsubrecs_column:108,http:[],"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":134,"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":62,effect:[6,51,165],"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":85,rpmforg:116,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":[],well:[119,112,27,90,169,8],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":143,operation_would_block:155,undefin:11,"\u4ee5\u4e0b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":69,lcov:160,distanc:[80,66,133,119,6,65],koi8r:[6,169],remove_blank:120,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u30af\u30ea\u30a2\u3057\u307e\u3059":69,"log_reopen\u306f":21,bc009774:134,patricia:[],"po\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a\u66f4\u65b0\u3057\u305f\u5404\u7a2e":134,grn_ctx_get_command_vers:14,"text\u578b\u3068longtext\u578b\u306b\u3064\u3044\u3066\u306f":39,"\u3067\u533a\u5207\u308a\u307e\u3059":85,logger:6,"obj\u3092\u5bfe\u8c61\u3068\u3057\u3066query\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057":49,int32:[3,39,42,6,95,66,133,74,136,102,52,16,38,62,112,65,84,67,68,159,163,117,165],ryoji:67,pikonyan:38,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":53,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":151,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":113,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":151,dat_kei:82,tomita:138,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":161,grn_file_corrupt:2,necessari:[23,3],"\u4e0b\u8a18":137,page:[],"\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":138,lager:112,use_offline_index:99,assgin:133,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[161,85],"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":100,out_http:151,home:[169,134],tatsuya:6,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092source\u5f15\u6570\u306b\u6307\u5b9a\u3057\u307e\u3059":64,index_column:67,nihon:159,estim:[149,97],grn_obj_key_float:54,grn_obj_remov:[23,69],"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":129,"10t13":[16,159,42],win64:89,"\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:[],"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":113,offset:[],"blog_body\u7d22\u5f15":62,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":151,"\u8a2d\u5b9a\u5024\u3092\u8868\u793a\u3059\u308b":1,empti:[95,163,83,112,67,23],groonga_query_log_path:[],"\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":85,museum:165,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":151,"\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":134,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":85,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":61,suzuki:6,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":160,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":129,gronga:[152,158],overflow:[11,23,112,67],ear:78,quetzal:6,"\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":61,displai:6,limit:[],"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":113,"\u611f\u8b1d":[],"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":129,evalu:[131,164,112,133],"\u521d\u671f\u5316\u3055\u308c\u305f":14,"aramaki\u3055\u3093\u304c\u5831\u544a":138,eric:84,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u8fd4\u3057\u307e\u3059":69,blog1:68,blog2:68,new_valu:95,futur:[60,66,74,120,112,155,131,23,47],halfwidth:170,"max\u304cnull\u306e\u5834\u5408\u306b\u306f":137,"\u9593\u9055\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":23,sphinx:[75,67,106,13,110],katagiri:112,table_remov:[],"\u3068\u540c\u3058\u610f\u5473":85,max_concurr:161,"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":162,"\u30e6\u30fc\u30b6\u30fc\u306f\u305d\u306e\u3076\u3093\u78ba\u8a8d\u3059\u308b\u4f5c\u696d\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":111,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":[],whose:[3,133],"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3057\u305f\u5404\u30ec\u30b3\u30fc\u30c9\u3092\u51fa\u529b\u3057\u305f\u306e\u3061\u306b":95,accur:[119,27],"files\u3092\u5b9f\u884c\u3059\u308b\u3068\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u304c\u5404\u7a2e":134,"0x20":163,escaped_queri:73,kentaro:112,utf8mb4_general_ci:170,swap:124,"\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":29,"void":[34,72,109,100,137,103,17,55,69,99],voic:170,is_anim:11,affect:[6,67,112],"\u306f\u7121\u52b9\u3067\u3042\u308a":137,"\u5168\u6587\u691c\u7d22\u6642\u306b\u524a\u9664\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u8fd4\u308b\u554f\u984c\u3092\u4fee\u6b63":138,demerit:82,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":85,correct:[],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":157,vector:[],"\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":134,"10m":8,batch:6,"10z":133,"\u30b0\u30eb\u30fc\u30d7\u5316":53,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":151,even:[64,116,133,148,119,12,112,6,135,89,123,68,159],"\u3064\u307e\u308atest":134,neg:[34,95,2,14,6,17,46],spokesman:76,"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":134,"\u3050\u308b\u3093\u304c\u592a\u90ce":38,"new":[],net:[38,3,134,117,11,22,65,90],ever:112,metadata:[6,131,60,165],"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":160,behavior:[6,67,84,102],never:[136,169],"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":151,met:164,"\u3053\u306e\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8\u3067\u306f":85,grn_log_level:34,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u30ea\u30ea\u30fc\u30b9\u5c02\u7528\u306e\u74b0\u5883\u4e0b":134,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":69,jame:128,sji:[169,36,85],serch:[136,16],"\u691c\u7d22\u7d50\u679c\u3092\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u6b8b\u3057\u307e\u305b\u3093":95,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":161,grn_expr_exec:[73,14],"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3067\u304d\u308b\u74b0\u5883\u3067\u3042\u308c\u3070groonga\u30b3\u30de\u30f3\u30c9\u306e\u77e5\u8b58\u304c\u306a\u304f\u3066\u3082groonga\u306e\u52d5\u4f5c\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059":151,"\u826f\u3044\u4f8b":111,"754\u5f62\u5f0f\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":39,"\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":62,mysqlgenerallexicon:170,"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":62,call:[],typo:[112,6,16,67,23,158,159],recommend:[148,95,3,163,126,12,116,122,135,89,90,123,124,67,47,133],"\u4f7f\u7528\u3092\u7d42\u4e86\u3057\u307e\u3059":14,type:[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u8fd4\u3057\u307e\u3059":103,under:[118,8,67,169,56,47],"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059":69,warp:67,warn:[95,5,112,6,7,8,132,67,99],"\u4ee5\u4e0b":151,"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":62,setup:[106,112,70],"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":157,akio:[6,23,112],root:[30,85,8,112,90],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":85,give:[102,119],"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":61,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":55,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,max_tp:161,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":[],unsign:[],log_level:[],quot:[78,3,163,120,112,51],updag:6,config:[1,85,6,89,23,169],grn_arg_list_too_long:2,sitedomain:[90,117],"\u30b9\u30fc\u30d7":129,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":61,permission_deni:155,third:[11,83,95,133],grn_text_printf:67,"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":62,romaji:159,"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":111,"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":134,"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3059\u308b":72,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":63,privileg:[90,112],"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":157,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":98,"\u73fe\u5728\u5b9f\u884c\u4e2d\u306e":46,persist:[],"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":137,anim:38,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":138,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":157,leaner:[67,56],"\u30ea\u30ea\u30fc\u30b9\u306e\u305f\u3073\u306bformula\u306e\u5185\u5bb9\u3092\u66f4\u65b0\u3059\u308b\u4f5c\u696d\u3092\u5b9f\u65bd\u3057\u307e\u3059":134,grn_exec_format_error:2,conflict:126,cache_previ:15,side:[6,119],mean:[34,80,2,3,83,6,78,8,132,169,95,93,133,74,11,136,17,149,112,164,65,97,158,159,163,117,124,170,73],"command_version\u3092\u5909\u66f4\u3057\u307e\u3059":14,enorm:38,blog_comment_index:164,grn_obj_compar:69,extract:[],"hiroshi\u3055\u3093\u304c\u5831\u544a":138,content:[34,83,8,23,47,95,96,133,101,102,38,147,112,164,155,67,68,163,165,27,122,124],rewrit:36,"cursor\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":137,ncpu:77,lzo_error:155,"\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":138,"\u5b9f\u4f53\u3092\u78ba\u4fdd\u3057\u307e\u3059":14,iso:133,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u306f\u7279\u6b8a\u30b3\u30de\u30f3\u30c9\u3092\u57cb\u3081\u8fbc\u3080\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059":151,wgs84geoppoint:97,cpuinfo:[135,116,12,148],grn_snip_clos:67,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":62,hook:70,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":151,"tomita\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":138,sometim:67,"\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":129,grn_cache_get_max_n_entri:15,iptabl:[90,47],"\u5358\u4f4d":[54,157],"push\u3057\u3066groonga":134,"80ghz":151,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":85,"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":95,conveni:[119,168,23,169,159,171],keyword:[],"\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":85,grn_expr_get_var_by_offset:73,modern:165,mind:58,mine:119,"\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":23,"makefile\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306bconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059":134,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":141,regular:[11,118,3,8],tradit:119,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":151,don:[3,4,83,42,8,23,93,47,15,95,169,133,74,14,51,106,155,67,158,170,163,123,57,73,90],doc:[79,134,75,110,112,6,8,23,67,99,106],"\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":62,doe:[95,3,163,74,11,119,112,6,164,8,136,126,133],logyyyymmddhhmmss:118,grn_not_enough_spac:2,dot:6,"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":39,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u3092\u304a\u3055\u3089\u3044\u3057":111,keybuf:100,"\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u51fa\u529b\u5148\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":151,syntax:[],"\u65e5\u672c\u8a9e":159,yoji:23,acquir:17,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":85,"\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":113,folder:89,cosmo0920:[67,112],"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u4ef6\u9032\u3081\u3066\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":137,stop:[],grn_plugin_fin:34,"blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306b\u306f":134,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":10,attr_setpshar:112,bar:57,reload:158,bad:[67,112,119],"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":35,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":63,veres:47,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":151,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":39,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":151,old_releas:134,"\u5b9f\u884c\u3067\u304d\u307e\u3059":134,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,item_:136,brazil:117,"095\u30d0\u30a4\u30c8\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u8868\u3057\u307e\u3059":39,grn_function_not_impl:2,simplest:[119,169],illegal_byte_sequ:155,attribut:[78,96,43,120,150],nfkc51lexicon:170,threasd:85,"100x150":29,"\u534a\u5f84":157,str_ptr:34,"takuto\u3055\u3093":138,replied_to:165,key_length:155,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":62,string_liter:67,"\u6539\u884c\u6587\u5b57\u306f":85,against:[],"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":160,"\u95a2\u6570\u304c\u5f15\u6570\u3092":1,grn_queri:6,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":85,"twitter\u7de8":[],grn_op_cal:61,grn_expr_var:[34,46],grn_obj_clos:[67,61,107,69,14],three:[148,95,66,3,117,74,11,145,12,112,159,122,135,52,16,142,68,116,126],"\u3059\u3067\u306bgroonga\u306eformula\u306f\u53d6\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u306e\u3067":134,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":10,"1285858800\u306f2010":62,interest:[76,3],basic:[],"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092\u6307\u5b9a\u3057\u307e\u3059":134,suppress:[6,67,99],"2\u30ea\u30ea\u30fc\u30b9":[],servic:[126,119,112,6,16,124,67,70],"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnul\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3059\u308b":72,calcul:[80,66,118,165,112,6,65,131,67],"codes\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":134,seven:3,datail:95,theatr:79,"key\u3092\u8fd4\u3057\u307e\u3059":69,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":85,"\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u3068\u306f":69,"\u691c\u7d22\u306e\u6319\u52d5":[],receiv:[118,119,155,14,8,56,106],make:[],column_list_head:83,"_kei":[3,79,83,40,42,6,8,96,114,47,128,95,66,133,74,11,136,51,52,16,53,141,38,147,108,112,164,65,153,84,67,68,69,159,163,117,165,122,124,170,90],zlib1g:[135,12],"\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":61,"8byte":155,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":61,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30b9\u30ab\u30e9\u5024":108,inherit:112,"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":61,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":64,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":85,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":161,left:[],identifi:153,just:[],sigusr1:23,"\u6771\u4eac\u90fd\u6c11":[62,129],human:[83,57],"\u73fe\u5728\u306f":[161,151],yamamoto:67,yet:[80,60,133,119,95,112,131,23,47],languag:[],defrag:[],macport:[],"worker\u306f":121,save:[118,149,68,134,67],applic:[146,119,27,8,23,158,47],"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":129,"\u3053\u306e\u4f5c\u696d\u306f\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3054\u3068\u306b\u884c\u3044\u307e\u3059":134,"deb\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":134,nomral:[95,163],daemon:[],vdw:[65,3,117],manual:[],grn_obj_expir:69,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":94,mrubi:[131,67,60,112],unnecessari:124,cxxflag:[20,134],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":139,intern:[11,27,14,15,112,67,93,99],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":92,"\u5bfe\u8c61table1\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":129,"\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":129,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u306f":128,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":61,localhost:[161,4,134,118,151,85,90,47,8],new_release_d:134,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":7,grn_cursor_gt:137,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":160,promot:112,"\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":134,"\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:[119,27],"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767b\u9332\u3057\u307e\u3059":134,"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":134,update_buffer_s:18,"\u30c6\u30b9\u30c8\u306f":160,grn_ctx_recv:67,commit:[67,106],"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[161,85],meerkat:23,"\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\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":55,sphr:[66,157],down:[],"grn_cursor_prefix\u304c\u52d5\u4f5c\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":138,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":151,homepag:151,editor:106,fraction:[11,119,165],storategi:95,fork:106,grn_content_tsv:93,infom:14,tokenbigramignoreblanksplitsymbolalphadigit:[62,150],form:[95,3,163,118,165,112,8,142,23,170,90],forc:6,grn_obj_db:72,"4e86e700":149,"txt\u306b\u307e\u3068\u3081\u307e\u3059":134,grroonga:152,"\u5426\u5b9a":61,auth_basic_user_fil:[8,47],"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":141,unrel:23,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7570\u306a\u308c\u3070":10,classif:117,featur:[],kwic:27,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":59,grn_obj:[],"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306aproc":46,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":53,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":29,"\u65b0\u3057\u3044value\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":137,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":85,tokenbigramignoreblank:[62,150,32],excel:158,"defrag\u306f":31,matur:[126,168],escaped_charact:73,faction:165,fsf:6,data_set_nam:136,"scr\u306e\u4e2d\u8eab\u304c":151,vmstat:149,ignor:[95,78,72,82,120,112,6,153,23,158,163],reply_to:68,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":53,n_entri:104,"152489000x":165,skip:[67,3,112],segv:112,"\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":31,depend:[],"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":137,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":160,"\u30ab\u30e9\u30e0\u306e\u5c5e\u6027\u3092\u8868\u3059\u4ee5\u4e0b\u306e\u6570\u5024\u304b":64,marku:6,"\u30ec\u30b3\u30fc\u30c9\u3092key\u5024\u306e\u6607\u964d\u9806\u3067\u53d6\u308a\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":137,must:[34,3,83,42,90,127,97,169,47,15,95,96,133,11,136,51,52,56,57,149,164,153,155,67,159,163,118,124,73],query_str:[],"\u540c\u6642\u306b\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d":23,"0mq":112,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u306f":39,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":134,grn_obj_set_fin:46,"\u5b9a\u7fa9\u6e08\u307f\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":64,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u767b\u9332\u3057\u3066\u3044\u307e\u3059":134,form_1:3,iter:133,dic:148,item:[126,136,95,42,16,141,159,47,57],round:23,dir:151,"table\u306bid\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3057":100,"\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u958b\u767a\u304c\u59cb\u307e\u308a\u307e\u3059":134,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":138,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":151,"\u30ed\u30b0\u30ec\u30d9\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":85,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":59,deriv:[126,56],"\u53d6\u308a\u5f97\u308b\u5024\u306ftrue\u3068false\u3067\u3059":39,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":129,wait:[34,17],box:95,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":53,"\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:69,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\u306a\u308b\u305f\u3081":141,raccoon:38,bob:[95,163,165,102,52,8,84,114,47],grn_content_json:93,modul:[],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":113,result_too_larg:155,univers:12,perl:8,nokubi:67,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066\u306f":64,black:[80,170],grn_proc_typ:46,"\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fee\u6b63":[23,138],"\u5f15\u6570\u306b\u306f\u305d\u308c\u305e\u308c\u540d\u524d\u304c\u3042\u308a\u307e\u3059":30,ooo:82,apper:95,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":61,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":63,grn_plugin_proc_get_var_by_offset:[34,67],commands_column_list:83,tokyo:[65,66],"\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":134,uniqu:118,"\u30d2\u30c3\u30c8\u6570":95,ull:78,"256kb":149,predict:[82,57],"\u306e\u914d\u5217\u3068\u305d\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":46,"\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":111,libmemcach:160,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u4f7f\u3044\u65b9\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":85,grn_no_buff:2,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":129,normalizs:57,map:[132,23,159,124,149],"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":151,max:[],mac:[],grn_obj_append:69,assigend:163,mai:[146,82,83,6,8,23,131,169,47,136,15,52,57,58,38,60,112,67,68,158,119,120,122,124],underscor:57,grn_expr_alloc_const:[],"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":39,table_dat_kei:[],grn_expr_get_keyword:73,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":129,"suggest\u306ehttp\u30b5\u30fc\u30d0\u306blimit\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":23,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":161,"protocol\u30aa\u30d7\u30b7\u30e7\u30f3\u306bhttp\u3092\u6307\u5b9a\u3059\u308b\u3068":30,talk:[112,22,134],"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":62,pointer:34,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":61,entiti:119,group:[],monitor:[135,116,12,112,148],polici:112,"\u5b9f\u9a13\u7684":[],main:135,env:158,initi:[6,23,34,118,14],lunch:119,"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":134,"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":134,"\u5fa9\u53f7\u3057\u305f\u9375":134,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u6e1b\u7b97\u3057\u307e\u3059":69,massachusett:165,"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":134,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":151,"\u3053\u306e\u7d50\u679c\u306f":151,gzip_typ:47,"\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u521d\u671f\u5316\u95a2\u6570\u304c\u8907\u6570\u56de\u547c\u3070\u308c\u308b\u554f\u984c\u3092\u4fee\u6b63":138,continu:[78,85,112,6,16,67,70],ensur:16,unlock:34,nroonga:[102,68,70],"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":160,"3rd":[95,112],compress_lzo:64,"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":10,tablenam:10,"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":134,uint32:[3,79,39,6,90,92,114,128,95,133,74,101,52,83,57,38,147,62,112,164,65,153,84,68,163,117,122,124,170],"\u624b\u7d9a\u304d":46,earlier:[23,170],"\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":21,"\u3092db\u306b\u5b9a\u7fa9\u3057\u307e\u3059":54,debootstrap:134,org:[3,89,8,169,148,96,134,74,11,12,141,106,38,20,151,65,90,67,116,117,135,77],prefix_search:[23,136],"128487316x502920929":[38,65],grn_table_renam:100,"\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":62,"\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":111,"marverick\u306b\u5909\u66f4":138,frequenc:[67,136,87],"grn_op_adjust\u306f":61,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":92,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u51fa\u529b\u3057\u307e\u3059":30,"\u95be\u5024\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":129,first:[34,126,3,79,83,41,89,8,169,47,95,133,11,14,106,38,145,112,23,68,158,163,118,165,27,122,57],"295\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,"grntest\u306e\u6b63\u5e38\u7d42\u4e86\u3092\u78ba\u8a8d\u3059\u308b":134,kernel:[6,124],key_norm:[101,95,170,3,79,62,165,163,27,6,102,124,68,133,57],fast:[38,95,78,3,163,80,82,127,27,41,51,66,96,119,122,68,133,171,145,47,57],crit:[5,7],grn_geo_cursor_open_in_rectangl:97,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":62,adjac:163,"tomotaka_ito\u3055\u3093\u304c\u5831\u544a":23,memo:[102,147],key_siz:100,broadcast:165,"value\u304c\u5c5e\u3059\u308b\u578b":92,"\u5909\u66f4\u5f8c\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":100,proxy_cache_valid:8,askmonti:67,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":39,longitudexlatitud:112,yoshioka:6,libgroonga:[146,3],grn_db_touch:[138,72],were:[66,3],zsh:169,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":1,dash:169,grn_invalid_format:2,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":129,katakana:[136,170,159],squar:66,timeuot:17,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":151,"256gbyte":58,normal:[],beta:36,pair:[11,42,152,16,158,159],"143660000x419009000":66,synonym:[95,158,79],"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":85,"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[31,94],"\u539f\u56e0":[],shop:[101,129],lexicon:[],"\u691c\u7d22key\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u3092\u516c\u958b":138,show:[80,1,2,3,4,41,6,90,23,96,93,95,66,133,11,51,102,38,145,112,164,65,153,155,84,67,163,117,119,120,27,122,165,169],"\u62c5\u5f53\u8005":134,threshold:[],"\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":61,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":61,"key\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u30c6\u30fc\u30d6\u30eb\u540d":[92,31,94],"\u3053\u3053\u3067\u306f\u7c21\u5358\u306b\u8aac\u660e\u3059\u308b\u306e\u3067":62,"\u30b3\u30de\u30f3\u30c9\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059":30,variou:[],get:[],"\u3092\u8a08\u7b97\u3059\u308b":1,wheezi:[],"libedit\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u9055\u3046\u554f\u984c\u306e\u4fee\u6b63":138,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_host\u304c\u512a\u5148\u3055\u308c\u307e\u3059":151,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u306710\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u6642\u306b\u5b9f\u884c\u3059\u308b":151,tokyogeopoint:[66,39,29,65,97,23,157],median:67,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":1,summari:[],wiki:8,"table\u306e\u5168\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u62ec\u3057\u3066\u524a\u9664\u3057\u307e\u3059":100,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":62,"lenny\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664":23,"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u3044\u305a\u308c\u3082\u4f55\u3089\u304b\u306e\u578b\u306b\u5c5e\u3057\u307e\u3059":39,sear:159,enci:151,masahiro:[67,138,112],japan:[65,153,90,117],infinit:[6,23,67,57],enumer:3,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":151,"\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":100,label:112,enough:[119,149,68,67],across:66,parent:8,unknown_error:155,column_vector:[38,95,74,11,165,83,112,64,164,153,67],"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":21,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":[30,85],"\u5bfe\u7b56\u65b9\u6cd52":[],"\u5bfe\u7b56\u65b9\u6cd51":[],recrod:95,"\u3088\u3063\u3066":39,"\u5206\u5272":129,grn_expr_clos:73,nogpgcheck:6,"\u3060\u3068\u539f\u56e0\u306f":111,grn_cache_open:15,among:[],grn_obj_delete_hook:81,"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":151,"groonga\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u3046\u30d7\u30ed\u30c8\u30b3\u30eb\u3068\u3057\u3066":151,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":129,inappropriate_i_o_control_oper:155,grn_proc:[],"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":134,gnupg2:134,mark:[165,147,170,99,57],"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":18,grn_too_small_offset:2,grn_init:[6,132],senboku:112,i18n:[],those:[95,66,3,4,152,20,82,142,163,27,42,11,170,119,133,169,99,47,106],sound:[16,170],hdd:151,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":61,"8\u306b\u5bfe\u5fdc":138,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":85,advantag:[119,126,27],"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408":151,brasillia:66,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":151,"1\u3068command":10,pat:[6,99],candidate_n:118,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],same:[122,95,3,163,74,11,112,14,51,102,65,16,17,9,133,68,170,73,47,8],speech:119,pai:95,"\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":129,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":134,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":134,grn_command_version_st:103,grn_table_dat_kei:100,"64bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":39,montywi:99,grn_address_is_not_avail:2,macro:[23,112,67],markup:75,"drilldown\u7d50\u679c":95,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":14,argument2:133,"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":134,argument1:133,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":69,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":161,document_vers:134,execut:[],"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":85,monei:38,mcdonald:80,"cursor\u306e\u7bc4\u56f2\u5185\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3057\u307e\u3059":107,"root\u306b\u5909\u66f4":138,enable_tokenized_delimit:78,"db\u306eid\u306b\u5bfe\u5fdc\u3059\u308bpath\u3092\u8fd4\u3057\u307e\u3059":69,"\u697d\u3057":[62,129],value_column:108,"\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306e\u691c\u7d22\u306b\u6210\u529f\u3057":100,evaluated_valu:131,either:[0,95,133,112,84,68,163],"\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":85,rinse_1:134,quantal:[6,134],operation_not_support:155,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9\u3078\u306e\u30ea\u30f3\u30af":134,ascend:[80,65,3,95,117],testdb:[151,56],"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":100,confirm:[],table_no_kei:[],valuebuf:35,str_length:34,"\u30cb\u30c3\u30dd\u30f3":159,event_typ:167,broken:[6,23,112],regexp:67,"128452975x503157902":[11,38,65,90],"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":85,"_set_valu":99,"x\u306e\u304a\u77e5\u3089\u305b":[],"\u524a\u9664\u3092\u7e70\u308a\u8fd4\u3059\u3068\u30c7\u30fc\u30bf\u304c\u58ca\u308c":138,"textile\u30d5\u30a1\u30a4\u30eb\u306epublish":134,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u5f8c\u8ff0\u3059\u308b\u30b3\u30de\u30f3\u30c9":134,"\u683c\u7d0d\u3059\u308b\u30c7\u30fc\u30bf\u306e\u578b\u3092\u533a\u5225\u3057\u307e\u3059":39,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u5f15\u6570\u306e\u5185\u5bb9\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059":137,strip:96,"tomita\u3055\u3093\u304c\u5831\u544a":138,yyi:106,drilldown:[],grn_ctx_batch_mod:67,complianc:8,"\u3082\u3057\u6307\u5b9a\u3055\u308c\u305fdb\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070\u81ea\u52d5\u7684\u306bdb\u3092\u4f5c\u6210\u3057\u307e\u3059\u304c":151,"\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":30,"\u5024\u306e\u914d\u5217\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":69,"\u4f5c\u6210\u3059\u308b\u30ab\u30e9\u30e0\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"repositories\u914d\u4e0b\u306brpm\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":134,arugment1:133,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egroonga":151,possibl:23,"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":134,embed:[119,158,8,41,27],"1_all":134,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":139,file:[],logo:6,fill:[118,133],again:[101,67,8,17],field:83,location_in_groonga:122,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":151,architectur:[119,134],"\u30ab\u30e9\u30e0\u306e\u8ffd\u52a0":64,sequenc:[163,136,112,42,16,155,132,23,159,133],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":137,"6gib":124,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":[],"\u65e2\u5b58record\u3060\u3063\u305f\u6642\u306b\u306f0\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":100,escal:[],unload:6,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":39,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u4e0d\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3059\u5834\u5408\u304c\u3042\u308a\u307e\u3059":71,"x\u3067\u306frealloc":138,descript:[43,155,163,118,165,83,129,120,112,6,78,8,150,67,133,159,57],escap:[],"shutdown\u3067\u7d42\u4e86\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":138,represent:[109,106,73,74],forget:74,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u6a5f\u80fd\u3092\u8ffd\u52a0":1,interpret:[99,163],suno:67,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":[],file_too_larg:155,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":81,libmsgpack:[135,12],"rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":134,"\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":95,objnam:[31,94],grn_op_and:[49,61],grn_op_or:[49,61],fals:[1,163,134,164,11,39,112,64,102,52,153,84,67,114,133,145,128],"\u3053\u3053\u3067\u3082":62,offlin:[],util:8,"select\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":138,"\u500b\u3005\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":10,sub_filt:[],hottolink:36,grn_hook_set:81,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":113,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":85,puropos:78,"\u305d\u308c\u3092\u65e7ji":137,zero:[147,127,74,11,95,155,170,158],further:11,"\u3053\u3053\u3067\u306f":62,aba:[65,3,117],"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":95,grn_info_typ:35,"\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":111,fffe:78,tokenbigramignoreblanksplitalphadigit:32,"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":113,"public":[67,134],"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":85,grn_table_pat_kei:100,valu:[],grn_table_setoper:100,"op\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u53ef\u80fd\u306a\u3082\u306e\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":108,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":21,narrow:[],"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":85,"\u95a2\u4fc2\u5f0f\u306f":61,commands_table_cr:92,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":137,"groonga\u306epackag":134,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":157,establish:[3,90],distinct:[58,118],"distributions\u306e\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":134,regist:[],libev:[169,135,12,99],groonga_path:151,"check\u30b3\u30de\u30f3\u30c9\u306f":113,"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":1,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":85,"\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093":64,"max_size\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059":137,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":160,jsonp:118,desin:126,"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":138,none:[95,78,120,155,85,40,167,8,68,169,57],"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":161,hour:[132,165,17,133],dev:[134,12,112,22,6,135,67,23,160],grn_set_default_encod:109,"\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:[132,112],paragraph:3,"\u30b5\u30b8\u30a7\u30b9\u30c8\u6a5f\u80fd\u7528\u306e\u5b66\u7fd2\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u8ffd\u52a0":138,deb:[134,12,112,6,135,67,23],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":62,"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":134,share:[15,38,119,85,112,22,6,8,23,68,169,17],shard:82,"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":61,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304c\u56fa\u5b9a\u9577\u578b\u306e\u5834\u5408":137,minimum:[34,148,116,133,12,135],"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":61,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":[],strlen:34,"\u307e\u305f\u305d\u308c\u3089\u306eid\u3092":108,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":129,secur:[],"\u691c\u7d22\u7d50\u679c1":95,"13\u7528rpm\u306e\u63d0\u4f9b":138,needl:61,grn_command_vers:[],number2:133,number1:133,mariadb:[67,112],associ:[34,38,95,3,11,51,153,23],"\u7ffb\u8a33\u7d50\u679c\u3092html\u3067\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b":134,spheric:66,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":143,hypertext:[],no_buff:155,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":62,through:[119,8],"debian\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":134,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":[],"\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":69,"\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":53,"limit\u4ef6\u306e\u307f\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,"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":100,good:[147,78,163,119,95,101,40,133,68,169,106],timestamp:165,"tokenmecab\u3067\u306f":62,"\u7ffb\u8a33\u6e08\u307fpo\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":134,grn_get_lock_timeout:17,grn_obj_vector:[69,73],"_valu":[53,108,112],rank:3,"db\u3068\u306a\u308a\u307e\u3059":72,comamnd:47,micro:[],name_2:[3,90],name_1:[3,90],hard:124,idea:95,"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":137,connect:[6,168,3,90],rlimit_nofil:[132,112],"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":134,flower:11,"\u3053\u308c\u3092\u56de\u907f\u3059\u308b\u306b\u306f":134,"release\u306e\u5b9f\u884c":[],print:90,name_s:[34,108,54,14,100,69,73,46],definion:133,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":61,entries_content_index:[124,95,163,133],"975mbyte":151,tahr:[67,12],"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u3084\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u7f72\u540d\u3059\u308b\u9375\u306b\u5909\u66f4\u304c\u3042\u3063\u305f\u5834\u5408\u306a\u3069\u306b\u884c\u3044\u307e\u3059":134,grntest:[6,23,138,134,91],"tokenmecab\u306e\u5834\u5408":62,tritonn:[95,163,133],"res\u306b\u683c\u7d0d\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":100,suggest_prepar:[136,16,159,42],"\u306e\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067":111,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":85,"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":85,done:[15,95,8,17],stack_over_flow:155,"\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":39,stabl:[136,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":134,"indexbuf\u306e\u30b5\u30a4\u30ba":108,"com\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":134,"5th":95,least:[163,149,6,164,104,124],"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":141,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":62,"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":100,"\u524d\u8ff0\u306e\u4f8b\u3092\u4f7f\u3063\u3066\u5177\u4f53\u4f8b\u3092\u793a\u3057\u307e\u3059":62,"libedit\u5bfe\u5fdc":1,grn_plugin_get_suffix:23,"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":61,pari:66,selector:6,part:[3,11,119,27,122,165,169],pars:[67,109,73,142],"\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u52b9\u3067\u3059":100,"\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":134,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":61,"\u7279\u6b8a\u306a\u5f15\u6570\u3067\u3042\u308b":30,"\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":111,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":151,"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":129,"\u30c6\u30fc\u30d6\u30eb":94,"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":61,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":62,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":[95,141],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":63,built:[],build:[],"git\u3067\u306e\u30b3\u30df\u30c3\u30c8\u6642\u30cf\u30c3\u30b7\u30e5\u306e\u4e00\u90e8\u304c\u4f7f\u308f\u308c\u308b\u305f\u3081\u3067\u3059":134,distribut:[148,116,134,12,6,135,89,123,67,169],"\u30d0\u30fc\u30b8\u30e7\u30f30":[],"\u30d0\u30fc\u30b8\u30e7\u30f31":[],previou:[117,11,112,6,67,68],chart:23,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":59,most:[95,97,3,74,11,26,14,47],"db\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3084\u30ab\u30e9\u30e0\u306a\u3069\u3092\u524a\u9664\u3057\u307e\u3059":69,grn_cache_current_get:15,grn_incompatible_file_format:2,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":[],groonga_log_level:[],mainlin:67,cas_error:155,roughli:11,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":129,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":[],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":160,carefulli:74,"bom\u4ed8\u304dutf":138,find:[147,170,3,119,145,100,27,41,42,136,52,16,89,110,76,169,159,106],grn_no_such_process:2,grn_index_cursor_open:107,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092":72,grn_logger:6,"http\u3092\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305fgroonga\u30b5\u30fc\u30d0\u306b\u5bfe\u3057\u3066\u3082":30,unus:67,express:[],"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":161,commands_column_renam:52,restart:[],"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":151,"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":62,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":151,map_hugetlb:23,common:[95,163,82,12,6,100,142,137,23,68,133,57],table_cr:[],grn_api:73,"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":100,grn_interrupted_function_cal:2,"status\u30b3\u30de\u30f3\u30c9\u306f":71,lion:6,"\u521d\u671f\u5024\u306f10\u3067\u3059":161,reserv:64,blog_cont:164,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":151,"\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":95,gemfil:6,"benchmark\u304bgroonga\u306b\u3042\u308a\u307e\u3059":151,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":160,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":139,network_is_down:155,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":62,is_stop_word:[67,147,40],point:[],hideki:[67,112],shutdown:[],"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":62,weight_in_match_column:74,ran:159,secret:134,indexblog1:68,"\u4ee5\u4e0b\u3067":62,gat:[65,3,117],understand:[95,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:[62,129],"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30af\u30a8\u30ea\u306e\u5834\u5408\u306f":129,opear:133,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":113,anonym:82,gb87d9f8:4,everyon:90,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":61,manner:[95,3],"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":151,"\u6c11":129,itself:[163,78,158,112,74],cento:[],"\u65b0\u305f\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3059\u308b\u6642\u306e\u307f\u6709\u52b9\u3067\u3059":85,"\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":134,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":129,"\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":95,"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":61,res2:100,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":62,inv_thread_column:151,"\u4e3b\u306b\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u4f7f\u3046\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":141,keyr:[6,135],"\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b":21,"\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":62,task:[6,119],sortbi:[],entri:[88,81,41,94,15,95,133,51,139,141,145,63,112,64,164,153,104,68,163,165,124,31],parenthes:3,"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":151,spend:[163,133],"build\u3092\u7528\u3044\u3066":160,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":59,shape:80,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":151,"\u3053\u306e\u64cd\u4f5c\u306f":100,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":141,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":61,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f":134,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u3084\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306f":30,bin:[169,89],key_column:108,big:[67,8],"\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":138,tokendelimitnul:[150,32],"\u6c38\u7d9a\u7684\u306a":69,bit:[148,116,163,135,20,12,151,11,89,123,133,70],"\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":39,semi:[23,57],groogna_default_command_vers:47,in_valu:67,followe:165,often:84,grn_ctx_set_fin:14,back:8,grn_plugin_init:34,sizeof:73,"table\u306esrc_key\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":100,scale:[119,47],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":151,per:[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":95,newark:165,substitut:[102,95,106,163,70],larg:[163,11,82,6,119,124,133,47,57],"\u304c\u8fd4\u3055\u308c\u307e\u3059":69,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":94,reproduc:112,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":1,s10:67,"\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":61,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":113,"groonga_suggest_create_dataset\u5909\u6570\u3092\u8ffd\u52a0":130,grn_default_logger_get_path:6,grn_expr_compil:73,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":94,manag:[169,82,27,14,119,90,110,70,158,47,8],nsi:134,pair_dataset:[167,42],"647\u30d0\u30a4\u30c8\u4ee5\u4e0b\u306e\u6587\u5b57\u5217\u3092\u8868\u3057\u307e\u3059":39,includ:[60,78,3,133,75,83,95,120,27,112,122,52,84,9,131,67,158,116,47],"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":29,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":160,str_size:73,translat:[],"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":[],concaten:68,default_command_vers:[90,71,3,4,8],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u306e\u9577\u3055":100,remaind:133,grn_tabl:[],constant:[],no_space_left_on_devic:155,curl:[169,4,118,6,8,77,47,70],"\u305d\u308c\u305e\u308c\u306b\u3064\u3044\u3066\u7d50\u679c\u30ec\u30b3\u30fc\u30c9\u3092\u51fa\u529b\u3057\u307e\u3059":95,cmake:[6,169,89,112],"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":61,grn_content_msgpack:93,grn_no_locks_avail:2,"\u30c7\u30fc\u30bf\u578b":[],libwinpthread:67,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":134,"\u30b7\u30a7\u30eb\u4e0a":151,"output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":95,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":151,"\u3053\u306e\u4f5c\u696d\u306f":134,"tokenbigram\u306a\u3069":62,ellip:[66,157],grn_bulk_vsiz:73,"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":1,getaddrinfo:6,jason:128,"\u5f62\u5f0f1":[30,85],"\u5f62\u5f0f2":[30,85],"\u308d\u3086\u304d":128,"name\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093":108,"\u3057\u3066\u304a\u304f\u3079\u304d\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u793a\u3057\u307e\u3059":134,"sh\u304c\u30bf\u30b0\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":134,grn_db:[],becam:67,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":71,fatal:67,db_path:[90,30,3,4,8],comment_cont:164,"rinse\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u53e4\u3044\u3068cento":134,"8bit\u7b26\u53f7\u306a\u3057\u6574\u6570\u3067\u3042\u308a":39,"807\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,geograph:[11,66],"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":7,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":39,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[31,94],"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":85,"sign\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":134,"0x0":[11,39,99],object1:133,object2:133,leakag:79,carlo:[52,114],append:[6,73],"\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":129,"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,access:[],"32gib":124,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":161,interrupted_function_cal:155,"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":69,"\u4e0a\u91ce\u4e43\u6bc5\u3055\u3093":138,vertic:57,sinc:[101,66,108,148,11,165,85,6,132,122,133,57],"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":113,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":162,grn_resource_deadlock_avoid:[2,69],grn_too_large_offset:2,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":85,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":[],groonga_github_com_path:134,"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":134,ii_buff:18,"x\u3067\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u62e1\u5f35\u5b50\u306e\u691c\u51fa\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":138,"\u3053\u308c\u306b\u3088\u308aclone\u3057\u3066\u304a\u3044\u305fgroonga":134,grn_content_typ:[],name1:133,account:[67,22],"146607190x":165,"\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:[95,163,165,102,52,8,84,114,47],obvious:11,"\u305d\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3057\u307e\u3059":134,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":129,fetch:[68,42],abcd:120,tab:[93,158,4,155],commnad:[10,89],"\u5909\u6570\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":46,onlin:[],users_loc:165,grn_ii_buffer_commit:18,gcc:[148,116,20,112,6,23,169],groonga_n_record:112,afr:[65,3,117],"\u30b3\u30de\u30f3\u30c9":[],"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":64,inst:112,physic:113,"search\u3092\u884c\u3046\u5834\u5408\u306b\u306f":137,bind:[146,36,145,85,41,6,142,23,70],correspond:[69,136,42,152,16,170,159],"\u8a72\u5f53\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u4e00\u5f0f\u3092\u524a\u9664\u3057\u307e\u3059":69,grn_geo_select_in_circl:23,"\u6df1\u523b":62,"learner\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":138,hiroshi:[23,67],replies2:68,"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":134,"\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":134,meter:[65,66],report:[],effici:[119,68,74],"keybuf\u306b\u8a72\u5f53\u3059\u308bkey\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":100,"\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":92,"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":157,euc:[85,112],"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":151,"db\u306b\u5bfe\u3057\u3066\u540d\u524d\u3092\u3042\u308a\u306etable\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u306f":100,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":61,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":85,nvar:46,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":100,dai:[101,132,133,165],dat:[6,99,112],mention:164,rubygem:6,"8\u30ea\u30ea\u30fc\u30b9":[],"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":92,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":151,"\u306b\u540c\u3058\u4f4d\u7f6e\u3092\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":23,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u4e00\u90e8\u3092\u5dee\u3057\u66ff\u3048\u305f\u3044\u5834\u5408":134,grn_table_lcp_search:100,"tomotaka_ito\u3055\u3093":23,"\u3069\u3046\u3057\u3066\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":62,column_index:[38,147,3,79,74,62,165,83,95,27,41,101,64,102,164,84,124,68,133,145,163],"\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":31,"\u306e\u66f4\u65b0":[],normalizerauto:[],"\u3067\u3042\u308c\u3070":151,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u53d6\u5f97\u3057\u307e\u3059":69,"\u3053\u306e\u4f5c\u696d\u306fblogroonga\u306e\u82f1\u8a9e\u7248":134,stub:67,rel:[23,95],"\u30ab\u30ec\u30fc":129,red:[],clarifi: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":62,frank:84,standalon:56,test_loc:151,releas:[],"\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":85,groonga_log_path:[],"\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u6570\u5024\u3078\u306e\u30ad\u30e3\u30b9\u30c8\u51e6\u7406\u3092\u5f37\u5316":138,tokenizer_error:155,natti:[23,134],messag:[],"\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":62,monkei:11,"windows\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":134,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":151,"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":1,alloc_count:[90,71,3,4,8],ipad:148,"groonga\u30b3\u30de\u30f3\u30c9\u3092\u901a\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u547d\u4ee4\u3092\u30b3\u30de\u30f3\u30c9\u3068\u547c\u3073\u307e\u3059":85,structur:[119,82,38,122,67],charact:[34,170,78,3,163,158,119,85,27,41,112,6,16,132,120,67,23,133,73,145,57],"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":61,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":113,have:[80,126,2,3,171,83,42,8,127,169,47,51,95,93,133,75,136,101,16,106,147,158,170,163,119,122,11,124,57,90],"\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":85,min:[],"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":151,"\u578b\u306e\u30ab\u30e9\u30e0\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":108,"lc_messages\u4ee5\u4e0b\u306e\u5404\u7a2e":134,mix:[136,74],builtin:66,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066obj\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":69,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":129,gurun:142,bottom_right:[23,29],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":31,"\u6e2c\u5730\u7cfb":39,"takahiro\u3055\u3093\u304c\u63d0\u6848":138,mail_column:151,"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":61,"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":160,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":129,"\u30671\u4ef6\u30d2\u30c3\u30c8\u3057":62,"\u51e6\u7406\u3092\u958b\u59cb\u3057\u305f\u6642\u9593\u306b\u3064\u3044\u3066":95,"grn_bool\u578b\u3092\u8ffd\u52a0":138,"\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4e88\u7d04\u6e08\u307f\u3067\u3042\u308a":64,elfr:6,grn_plugin_malloc:34,grn_ii_buffer_append:18,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":62,"\u3082\u691c\u7d22\u6761\u4ef6\u306b\u52a0\u3048\u307e\u3059":128,escaped_str:73,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":72,integr:[6,11,112,70],"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":134,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":134,with_weight:[64,67,83,74],"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":62,pattern:[122,119,133],"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":160,progress:132,superior:[119,27],"benchmark\u306e\u52d5\u4f5c\u65b9\u6cd5":151,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atyp":54,plugin:[],shorttext:[3,79,82,39,85,40,41,42,90,92,97,114,128,95,66,133,74,11,136,101,102,52,16,141,83,57,38,147,62,145,151,64,164,65,153,84,68,96,159,163,117,165,27,122,124,170],"\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":113,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u5909\u66f4\u3057\u307e\u3059":103,equat:66,"\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":129,comment:[],grn_update_not_allow:2,"obj\u306b\u5bfe\u3057\u3066hook\u3092\u8ffd\u52a0\u3057\u307e\u3059":81,log_repoen:6,test_str:160,"hook\u306e\u5b9f\u884c\u9806\u4f4d":81,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":85,json:[],grn_obj_table_no_kei:[137,100],grn_table_group_flag:100,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":160,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":85,"\u4f8b\u3048\u3070":[128,62,151,129,85,69],bulk:73,multi:[],"\u771f\u507d\u5024\u3092\u8868\u3057\u307e\u3059":39,plain:96,defin:[3,133,167,101,155,158],buildabl:23,replies_cont:68,ill:129,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":139,"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":160,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":[],almost:[23,124,149],caplit:[67,112],grn_plugin_mutex_open:34,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":151,"groonga\u3092\u7c21\u5358\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b":134,too_many_open_files_in_system:155,japanes:[0,163,119,22,6,67,133,159,106],"pc\u306bgroonga":130,auth_bas:[8,47],optarg:[49,72],hostnam:[151,85,6,8,30,90],"\u6bb5\u843d\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":64,column_nam:51,grn_column_name_key_len:108,document_index:[145,41],francisco:66,"\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":134,center:[119,157],builder:18,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":7,choos:[11,51,8,67],error_cod:34,update_not_allow:155,"1byte":155,usual:[11,68,56,14],unari:112,"5\u30ea\u30ea\u30fc\u30b9":[],"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":160,takayuki:23,gmo:67,"30ac":170,lake:80,add:[],successor:133,grn_ctx_at:[6,14],match:[],"\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":113,grn_obj_table_pat_kei:[137,100],"\u3067\u306f\u306a\u304ffree":138,grn_obj_path_by_id:[69,99],"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3057\u307e\u3059":72,"obj\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":69,substit:95,"\u8ffd\u52a0\u306e\u5c5e":64,qwik:141,insert:[6,3,27],like:[],success:[],grn_obj_id:69,"obj\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066":69,"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":39,"\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":138,"com\u304cedge\u3092\u4f5c\u308b":121,socket_is_already_shutdown:155,soft:124,snippet_html:[],normalizer_list:[],"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":141,"\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":61,specfi:97,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":72,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":141,proper:[122,165],grn_column_cr:108,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":151,tmp:[3,134,118,136,83,85,112,52,90,92,158,47],"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":151,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":85,"\u5f62\u5f0f":30,"\u500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":62,"\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":62,"repositories\u914d\u4e0b\u306b":134,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":62,host:[23,151,90,70],although:8,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092chroot\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":134,"\u30c0\u30e1\u30fc\u30b8":62,sbin:77,actual:[11,67,3,8,112],socket:6,"\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":108,"benchmark\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":151,"mooz\u3055\u3093\u304c\u4fee\u6b63":23,statement:133,"\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":[],tomo:38,discard:112,syntax_error:155,"\u51fa\u529b\u3059\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":95,"\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":61,dataset:[],"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":62,"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":134,"\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":134,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":62,conbind:163,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679cn":95,rch:78,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":10,hatak:67,"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":53,glib:112,unexpect:[6,67],"\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":[],"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":39,"\u5b9a\u7fa9\u6e08\u307f\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":108,uninstal:6,bug:[],grn_obj_set:69,binlib:134,"point\u578b\u306e\u5024":[29,157],tokenmecab:[6,62,150],"\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":139,epel:[6,116],"shimada\u3055\u3093":138,colum:[124,68],dure:[6,3],pid:[23,1,169,85],saer:[136,16],grn_too_small_limit:2,implement:[60,36,133,82,95,6,66,8,67,131,23,171,106],pip:110,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305ftable\u306a\u3089":100,probabl:136,"\u305f\u3060\u3057":[137,30,129,53,85],detail:[34,126,78,3,83,6,8,9,132,169,148,95,74,11,12,102,106,40,151,112,65,67,116,117,119,135,168,124,76,57],virtual:112,comment_nam:164,grn_expr_create_for_queri:61,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057":151,is_a_directori:155,log:[],"\u5bfe\u8c61cursor\u3092\u6307\u5b9a\u3057\u307e\u3059":[137,107],grn_obj_flag:[34,54,100,73,108],"\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":61,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u306e\u505c\u6b62":125,sergei:67,"drilldown_offset\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":95,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":61,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":62,"\u6539\u826f":[],"\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":134,tweet:[101,22],"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":10,concret:[38,68,117],"\u554f\u984c\u306fgroonga":151,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u3067":137,everi:117,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":[],"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":85,"24byte":155,grn_encoding_to_str:109,not_a_directori:155,x86_64:[116,134],properti:[132,12],naiv:117,not_enough_spac:155,direct:[],"section\u756a\u53f7\u3092\u683c\u7d0d\u3059\u308bint\u9577\u30d0\u30c3\u30d5\u30a1":108,aim:112,hide:112,introspect:6,"\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"obj\u306e\u5360\u6709\u3059\u308bdb\u30d5\u30a1\u30a4\u30eb\u9818\u57df\u306e\u3046\u3061":69,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":61,"82pre":36,"\u3067_value\u3092\u6307\u5b9a\u3059\u308b\u3068\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":23,grn_tokenizer_query_open:6,studio:[6,89,112],path:[],"\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":138,httprewritemodul:8,"\u95a2\u4fc2\u5f0f":[],functin:133,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":100,precis:[122,3,134,119,12,6,159],"\u306e3\u30d5\u30e9\u30b0\u306f":137,"\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,orilldown:117,portabl:[23,8,112],"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":61,"\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":69,describ:[34,0,78,3,80,120,83,40,42,89,44,131,169,114,148,95,96,133,74,12,51,52,16,104,110,144,57,146,60,20,45,166,164,155,68,158,159,70,116,170,163,165,25,26,122,135,123,124,76,106,77],noarch:[148,116],"groonga\u306e\u7d44\u8fbc\u578b\u304b":64,namebuf:[69,108],autogen:[6,134,106],"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":39,"msg\u306fcom\u306b\u3088\u3063\u3066":121,chracter:[170,27,57],"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":61,"grn_op_but\u306f":61,grn_obj_with_sect:108,join:22,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":129,"\u4f5c\u6210\u3059\u308btable\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":157,overrid:169,enourm:42,end:[161,133,66,4,163],eng:[136,159],hiragana:[159,163,133],resource_temporarily_unavail:155,rroonga:[164,145,112,41,15,102,142,67,68,70],grn_content_non:93,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":151,grn_set_default_command_vers:103,befor:[95,3,74,11,99,6,152,16,8,9,169,158,159,104],"2\u306e\u4e8c\u3064\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059":10,parallel:119,exclud:[6,51,84,112,67],environ:[116,99,112,89,8,123,67,23,169,158,70],enter:[3,90,112],composit:170,over:[149,145,112,6,90,119],"\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":134,becaus:[126,3,4,82,42,6,8,9,47,79,148,95,133,11,101,102,52,16,57,38,147,64,152,155,84,67,68,158,159,163,164,118,119,27,122,124,170,171],london:66,gqtp:[],"\u304bwgs84geopoint":[29,157],digest:47,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":107,tokenizer_list:[],"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":10,"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":138,oneir:[23,112,134],"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":61,choic:119,grn_pat_at:138,each:[],searc:159,"0\u30ea\u30ea\u30fc\u30b9":[],"key\u304cmin\u3068\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,"groonga\u306e\u30ab\u30e9\u30e0\u306f":39,goo:[163,133],msgpack:[4,47,155],"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":10,newli:[15,101,27,119],"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":98,got:112,"\u7ba1\u7406\u30c4\u30fc\u30eb\u3092\u5229\u7528\u3067\u304d\u307e\u3059":30,"\u69cb\u9020\u4f53\u306e\u914d\u5217":46,"offset\u306f":100,"\u30d1\u30b9\u914d\u4e0b\u306b\u7f6e\u304b\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u51fa\u529b\u3057\u307e\u3059":30,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":113,filter:[],"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":134,"16gib":124,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":151,score_column:108,onto:124,rand:[],rang:[],"\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":137,edit_dist:[],restrict:[6,90,47,112],alreadi:[34,101,78,3,51,17,124,68,169,56],"\u7121\u540dobject\u306a\u30890\u3092\u8fd4\u3057\u307e\u3059":69,primari:[],"\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":111,"\u540d\u524d\u4ed8\u304d\u306eobject\u3067\u3042\u308a":69,top:[97,117],mercuri:[134,110],too:[11,133,68,112,74],tom:102,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[],"\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":134,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"path\u3092":138,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":113,tood:34,consol:8,tool:[],"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":92,user_ag:84,wareohji:6,grn_obj_set_valu:[137,69],ga54c5f8:151,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5165\u529b\u5024\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":23,"\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":134,expr:73,obata:[23,138,112],"\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":61,thu:[163,119,167,87,65,68,56,79],rab:[65,3,117],indexblog2:68,"column_list\u30b3\u30de\u30f3\u30c9":1,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":92,ram:151,raw:[112,70],"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":62,with_sect:[64,67,68,83,165],unresolv:23,"\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":129,hanako:153,bad_file_descriptor:155,contact:106,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":134,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[100,108],fuzzi:57,though:[6,119,68,112,159],"\u3044\u307e\u3059":111,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":151,bsd:[23,169],"\u304c\u6307\u5b9a\u3055\u308c\u305ftable\u3067\u306f":100,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":61,"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":134,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":151,mininum:126,flow:[],abbrev:66,radix:133,"0\u30d9\u30fc\u30b9\u3067":[137,100],abl:27,random:65,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":10,pkg:[116,20,138,6,23,169],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":141,"\u3067\u4f5c\u6210\u3057\u305f":14,"\u3082\u3057\u304f\u306f":[137,39,100],absolut:9,top_left_point:97,configur:[],"yes\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068":134,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":69,"\u542b\u3081\u308b\u3082\u306e":134,item_queri:[136,16,159,167,42],watch:134,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":85,"\u30a6\u30a7\u30a4\u30c8\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":64,normalized_text:120,reconstruct:67,"\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":71,method:[3,8,112],twice:[95,163],hendro:112,"\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":138,"\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":161,"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":95,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":55,"\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":128,"org\u306bssh\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":134,nul:[34,23],"\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":128,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":137,grn_plugin_error:34,databas:[],"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":151,"\u65b0\u3057\u3044\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":69,algolithm:142,"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":95,approach:66,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":85,weak:[119,27],grn_invalid_argu:[137,100,2,69],fault:6,"4gib":[82,155],"key\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":137,"\u79d2\u5358\u4f4d\u3088\u308a\u8a73\u7d30\u306a\u65e5\u6642\u3092\u6307\u5b9a\u3059\u308b\u306b\u306f":39,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":134,trust:134,id_column:108,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":85,evalud:131,been:[52,134],"\u3072\u308d\u3042\u304d":128,accumul:95,geo_distance2:[23,66],geo_distance3:[23,66],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":134,quickli:101,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":143,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528":1,xxx:[67,85,112,133],"767\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,"column\u306b\u5f35\u3089\u308c\u3066\u3044\u308bindex\u306e\u3046\u3061":108,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgroonga":151,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":1,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":129,"grn_op_or\u306f":61,need:[78,3,4,82,41,42,6,89,8,9,67,93,47,79,95,169,133,74,14,15,16,110,57,20,149,65,155,23,68,158,159,70,116,170,163,118,119,120,27,122,124,106,73],suggest:[],"\u3092grn_cursor_column_index\u5bfe\u5fdc\u306b\u3057\u305f":138,complex:[6,95,112,133],unix_time_when_command_is_start:122,"groonga\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":23,niku:67,"\u4f5c\u6210\u3059\u308bproc\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":46,complet:[],"\u683c\u7d0d\u3057\u305f\u30ab\u30e9\u30e0id\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":100,sen_index_delimit:36,"44001770019531e":4,"\u30b3\u30de\u30f3\u30c9\u540d":[30,85],quotient:133,"groonga\u306b\u306fhtml":30,"\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":134,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":138,"\u5024":85,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":121,grn_column_name_valu:108,"command_version\u306f\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u6307\u5b9a\u3057\u307e\u3059":30,ceekz:112,"\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":137,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":61,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":29,"mooz\u3055\u3093":23,unstabl:[99,134],poedit:106,el5:116,escaps:[145,27,41],"column\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":108,log_reopen:[],grn_plugin_mutex_unlock:34,"\u7d44\u8fbc\u95a2\u6570\u306f":[162,29,98,157,59],"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":138,"\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":134,line_cont:122,grn_op_but:61,core:[],"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":61,surround:[6,145,27,41],dinner:119,ppa:[],"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e":35,"\u578b":54,encod:[],two:[0,80,126,78,3,83,42,8,132,47,95,66,14,102,16,56,57,38,112,64,164,65,67,68,163,117,165,120,27,122,170,73,171],"sigint\u3067\u306e\u4e2d\u65ad\u306b\u5bfe\u5fdc":23,"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":39,version4:10,git:[91,134,106],version1:10,version2:10,version3:10,"\u30d0\u30fc\u30b8\u30e7\u30f3":134,"256gib":58,head:[161,95,8,155],medium:[148,116,165,12,135,89,123],"\u65e5\u6642\u3092\u8868\u3059\u578b\u3067\u3042\u308a":39,removep:69,drilldown_sortbi:[],"org\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":134,deafult:23,autoconf:23,grn_expr_syntax_escape_queri:73,trie:[],decrypt:134,bad_address:155,check:[],ongaeshi:[6,112],"clearlock\u306f":94,successfulli:[34,3],"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":113,"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":61,"\u63a5\u7d9a\u5148\u30b5\u30fc\u30d0\u304c\u4f7f\u7528\u4e2d\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":151,when:[3,6,8,9,67,169,95,66,74,136,51,102,110,57,38,112,64,164,96,23,159,163,118,119,122,165,76,170,90],groonga_dist:6,"key_with_sis\u30d5\u30e9\u30b0\u3092\u4ed8\u4e0e\u3059\u308b\u3068":128,tid:107,saerch:[136,16],node:[6,116,70],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":139,grn_op_and_not:49,"\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":85,sql:117,faster:[23,169,112],top_left:[23,29],"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":53,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":129,backward:[6,47],grn_obj_table_dat_kei:23,"6\u30ea\u30ea\u30fc\u30b9":[],"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":95,focus:3,llt:78,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":157,row:[119,27],"\u540c\u4e00\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b9a\u7fa9\u6e08\u307f\u306e\u30e6\u30fc\u30b6\u5b9a\u7fa9\u578b":64,"commit\u3067\u691c\u7d22\u3057\u306a\u304c\u3089":134,readabl:[67,99],"\u554f\u984c\u3042\u308a":23,jumand:148,sourc:[],"\u306b\u8a2d\u5b9a\u3059\u308b":134,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":151,"\u304b\u3089\u53d6\u5f97\u3067\u304d\u308b\u305d\u308c\u305e\u308c\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":107,"6elz":67,"\u3092\u8fd4\u3057\u307e\u3059":[81,137,100,69],"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":53,level:[34,117,5,85,112,6,7,8,132,67,56,155],brother:163,"section\u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3057\u307e\u3059":108,slower:[66,117],"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":113,"\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3059\u308b\u578b":39,port:[126,36,4,118,151,85,112,90,67,30,77,47,8],repli:[165,68],"sh\u306e\u307f\u306a\u3089\u305a":160,ken:38,grn_expr_append_const:[61,73],"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":161,"\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3057\u307e\u3059":71,connection_refus:155,"po\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":134,"\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":69,grn_not_a_directori:2,"grntest\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":134,normalizeauto:145,"\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":95,"\u306b\u3088\u3063\u3066\u9759\u7684\u30da\u30fc\u30b8\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3068":30,"1st":[95,84],grn_table_cursor_clos:137,"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":98,"\u3092\u542b\u3080\u540d\u524d\u306e\u30ab\u30e9\u30e0\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":64,"\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:[23,69],file_exist:155,memori:[],todai:119,"\u3053\u308c\u306f":62,criteria:3,capit:3,target_charact:73,"\u521d\u671f\u5316\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":46,"\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3068":138,proxy_cache_path:8,entries_key_index:[124,95,163,133],lc_messag:106,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":157,purpos:[102,3,90,112,74],collaps:6,backslash:[73,112,163],critic:[6,34,169,132],"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22":[],satoh:23,alwai:[155,163,119,83,122,8,136,124,159,133],grn_table_update_by_id:100,grn_plugin_isspac:34,"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":129,clone:[],"4th":95,"0\u4ee5\u4e0a18":39,key_with_si:[128,133,163,57],"\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":138,ueno:[6,23],inform:[],combin:[],"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":62,midnight:133,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":151,mainli:[67,165],"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u5b9f\u884c\u306e\u4e2d\u65ad\u3092\u6307\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":81,normalizermysqlunicodeci:170,platform:[],meridian:66,cutter:[160,134],"\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":29,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9":134,"\u6b21\u306b":61,"\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":[139,85],"output_type\u306b\u306fjson":30,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u89e3\u653e\u3057\u307e\u3059":69,term:[],name:[],"\u65e5\u3005":111,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":85,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304cshorttext\u578b\u3067\u3042\u308b\u5834\u5408":137,"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":61,no_memory_avail:155,grn_itoh:23,grn_bool:69,"\u3059\u308b\u3068\u304d\u306b\u30ad\u30e3\u30b9\u30c8\u306b\u5931\u6557\u3057\u305f\u3089":138,end_tagn:145,"base_version\u306ftar":134,"groonga_clone_dir\u306b\u3066autogen":134,profil:165,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":64,compress_zlib:64,migrat:[67,95,163,133],"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":61,ruby19:[6,134],"ctx\u304c\u73fe\u5728\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308bdb\u3092\u8fd4\u3057\u307e\u3059":14,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10043\u756a":85,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":151,"xxxxx\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":134,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":95,turn:8,place:[165,169,22],kawada:67,"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":92,origin:[],"\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":62,redhat:[23,169],arrai:[],string_siz:73,given:[6,38,112,102],"\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":134,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u306etypo\u3092\u4fee\u6b63":23,domain_error:155,circl:[80,119],"32bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":39,white:[3,163],"\u623b\u308a\u5024\u3067\u3042\u308bgrn_index_cursor\u306f":107,grn_table_add:100,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":160,copi:[6,34,52],specifi:[],"\u30d1\u30a4\u30d7":64,"\u521d\u671f\u5316\u6e08\u307f\u306e":72,enclos:[51,3],pragma:95,calro:84,wide:[23,169,3,119],"\u4e00\u6642\u7684\u306aobject\u3067\u3042\u308bobj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":69,"\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":138,grn_table_cursor:[],"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":53,"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":134,posix:133,posit:[34,95,2,3,97,74,83,40,78,67],grn_column_index:108,seri:3,"808\u4ee5\u4e0a9":39,local_nam:141,ann:134,ani:[60,78,163,164,119,145,95,120,27,41,51,102,8,136,131,169,158,116,47,40],grn_unsupported_command_vers:2,grn_obj_set_mask:69,n_kei:100,operation_timeout:155,moreov:65,"\u691c\u7d22\u7d50\u679cn":95,"\u306b\u306a\u308a\u307e\u3059":14,sure:3,multipli:133,"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":23,"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":160,"apt\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":134,geoindex:[],time_column:151,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":61,"com\u306f1\u30b9\u30ec\u30c3\u30c9":121,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":85,grn_table_cursor_set_valu:137,permiss:169,sitecountri:[90,117],explicitli:[],"groonga\u306f\u57fa\u672c\u7684\u306b\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":[62,129],state:[6,66,155,153],analyz:[6,23,8,119],grn_obj_column_vector:108,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[],"\u3092\u6307\u5b9a\u3057":[137,31,94],"45ea3034":132,ssh:134,takatsugu:67,"\u8a73\u7d30\u306f":[62,30,160],pipermail:67,reveal:119,"\u542b\u3081\u306a\u3044\u3082\u306e":134,tokenfilterstopword:[],grn_geo_select_in_rectangl:[23,97],"shibuya\u3055\u3093\u304c\u5831\u544a":138,"\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":134,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5408\u6027\u3092\u691c\u67fb\u3057\u307e\u3059":69,"\u5bfe\u5fdc\u3059\u308bid\u3092\u8fd4\u3057\u307e\u3059":100,"ongaeshi\u3055\u3093":138,"\u30d6\u30fc\u30ea\u30a2\u30f3\u578b\u3084\u30d6\u30fc\u30eb\u578b\u306a\u3069\u3068\u547c\u3070\u308c\u308b\u578b\u3067\u3042\u308a":39,"\u8b66\u544a\u3092\u9664\u53bb":138,detect:[6,23,78,8,169],"groonga\u3092\u4f7f\u3063\u3066\u3082\u3089\u3048\u308b\u3088\u3046\u306btwitter\u306e\u30a2\u30ab\u30a6\u30f3\u30c8groonga\u3092\u53d6\u5f97\u3057\u3066":111,"\u5909\u6570\u540d\u306e\u5909\u66f4\u3084\u3089\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":134,grn_query_expander_tsv_synonyms_fil:158,grn_db_register_by_nam:130,"59\u74b0\u5883\u306b\u304a\u3044\u3066":23,come:[80,165],"\u63a5\u7d9a\u3059\u308bgroonga":151,region:[80,65],quiet:155,reference_vector_column:112,"\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":62,"\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":62,"\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":53,color:170,whombx:112,period:[],pole:66,"\u4e0d\u6b63\u306a\u95a2\u6570\u547c\u3073\u51fa\u3057\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3088\u3046\u306b\u3057\u305f":138,"obj\u306e\u5360\u6709\u3059\u308b\u30e1\u30e2\u30ea\u306e\u3046\u3061":69,"ueno\u3055\u3093":[138,130],lexicon2:68,item_exampl:159,log_put:[],"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb\u3067\u306f":134,frequency_threshold:[23,136,16,159,42],"shorttext\u578b\u30ab\u30e9\u30e0\u3078\u30c7\u30fc\u30bf\u8ffd\u52a0":138,"s3ki\u3055\u3093\u304c\u5831\u544a":138,"\u65b0\u3057\u3044\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[69,108],not_socket:155,grn_command_version_max:103,"case":[],"\u3042\u308a\u307e\u305b\u3093":[21,71,143,125,92],cast:[],grn_db_open:72,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":61,favorited_bi:165,grn_expr_alloc:73,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":61,"define_selector\u306f":139,"\u5185\u90e8\u5229\u7528\u306e\u305f\u3081\u306e\u30e1\u30f3\u30d0\u3067\u3059":100,query_s:73,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":134,saerc:[136,16],"4\u884c\u76ee":151,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092zlib\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":108,author:8,alphabet:[78,16,57],users_index:165,grn_get_default_match_escalation_threshold:55,"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":61,grn_cursor_rk:137,expresss:142,messagepack:[],status:[2,155],nest:[],"com\u306edoc":134,"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":85,"\u6587\u5b57\u5217\u304c\u8fd4\u3055\u308c\u307e\u3059":95,"_nsubrec":[38,95,108,117,165,53],"suggest\u30b3\u30de\u30f3\u30c9\u306bthreshold\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":23,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3089":137,sed:[6,23],overcommit_memori:[],without:[],model:155,"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":138,"\u3067\u78ba\u4fdd\u3057\u305f":14,"groonga\u3092build\u3059\u308b\u969b\u306b":71,"\u306e\u307f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059":137,rose:11,except:[148,80,60,78,163,74,82,95,27,124,6,8,67,131,23,57],blog:[],vulner:67,hino:112,grn_logger_info:6,grn_obj_nam:69,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":85,grn_table_cursor_open:[137,138],realtim:[136,42],with_typ:120,madrid:66,grn_rc:[34,35,69,108,81,18,109,100,14,15,137,103,97,17,55,49,73,46],rsync:134,grn_cache_current_set:15,freed:[15,67],garbag:[23,112,113,67],inspect:[67,112],tokenbigramsplitsymbolalpha:[62,150,95,78,32],"\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[69,108],"obj\u306e\u5c5e\u3059\u308bdb\u3092\u8fd4\u3057\u307e\u3059":72,"\u53f3\u8fba\u304c\u5f0f\u306e\u6f14\u7b97\u4ee3\u5165\u6f14\u7b97\u5b50\u3092\u30b5\u30dd\u30fc\u30c8":138,"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":134,tokentrigram:[150,78,32],consid:[38,126,79,68,47,57],libmecab:[135,12,134],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":113,rescord:142,strict:67,interfac:[6,118,3,4],chracterist:82,regard:[112,163],grn_obj_key_var_s:54,untag:96,longer:[36,14],notat:[6,112,133],"\u4e00\u6642object\u306a\u3089null\u3092\u8fd4\u3057\u307e\u3059":69,"\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":85,grn_expr_creat:73,"yum\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":134,"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":138,strongli:[148,116,12,135,89,123],"a\u3092\u6307\u5b9a\u3057\u3066tabl":100,user_column:151,grn_db_text:73,grn_index_cursor_next:[107,112],gettext:106,orient:[11,119,27],remove_tokenized_delimit:120,"\u30b5\u30fc\u30d0\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u5229\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":151,allow_upd:[95,163],comments_loc:165,hmm:165,directori:[34,118,112,6,8,67,23,169,158,56,106],potenti:112,"\u30c7\u30fc\u30e2\u30f3":85,"id\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":14,all:[78,3,79,82,83,60,42,6,8,9,131,132,67,169,47,51,95,97,133,74,101,52,142,106,147,40,155,84,23,114,159,170,163,119,165,124,57,104],grn_table_column:100,dist:134,"ctx_new\u3068\u3044\u3046queue\u306b":121,scalar:[83,127,74],follow:[],disk:[68,57],ptr:[34,138],"groonga\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3059\u308b\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":138,init:[6,67,169,46,112],program:[118,83,112,6,168,8,56],"\u95be\u5024\u3092\u8d8a\u3048\u308b":62,neglig:67,liter:[],"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":62,libgcc_s_sjlj:67,rand_max:59,systemctl:126,failur:[6,67,17,134],"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":53,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":137,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":85,longtext:[39,97],"distributions\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":134,"\u304a\u3088\u3073":134,"help\u3067\u51fa\u529b\u3055\u308c\u308b":23,yappo:[67,36,112],tex:78,rate:[112,84],design:[6,11,95],sug:152,what:[136,73,79,164],sub:[119,134],sum:95,"\u66f4\u65b0\u524d\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":108,libstemm:67,themselv:[158,106],noraml:78,bottom_right_point:97,behaviour:112,solari:[],n_var:34,grn_ctx_init:[23,14],serihiro:6,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":21,memcach:[],"16bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u3042\u308a":39,matsuu:138,grn_bad_address:2,grn_ctx_get_output_typ:14,gtihub:23,"\u3068\u3044\u3046\u4e8b\u67c4\u3092\u307e\u3068\u3081\u307e\u3057\u305f":111,"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":62,tokenunigram:[150,32],"\u30ea\u30ea\u30fc\u30b9\u65e5":134,deprec:[95,10,85,112,6,66,67,23,57],ocelot:[23,112],suddenli:112,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":[23,138],"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":134,"\u4ee5\u964d\u3092\u7121\u8996":138,"netbsd\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":138,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[],"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":39,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":139,grn_syntax_error:2,src_key_siz:100,flag:[],"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":49,known:[3,133,119,27,112,90,169],"\u51e6\u7406\u306e\u5b9f\u884c\u72b6\u6cc1\u3092\u8abf\u3079\u305f\u308a":81,"2\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3059":39,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":85,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":94,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":151,omit:[95,78,3,4,82,122,66,9,23,159],"\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":139,cours:117,newlin:[23,99],divid:[11,119,133],rather:[101,83,95,74],rep_loc:151,divis:[],cmp0014:67,resourc:[101,67],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[31,94],"buf_size\u306b\u6307\u5b9a\u3055\u308c\u305f\u500b\u6570\u3092\u4e0a\u9650\u3068\u3057\u3066indexbuf\u306b\u8fd4\u3057\u307e\u3059":108,overcommit:124,"\u8ee2\u7f6e\u7d22\u5f15\u306b\u51fa\u73fe\u4f4d\u7f6e\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":108,"\u6307\u5b9a\u3059\u308b":72,resours:15,"request\u3092\u9001\u308a\u307e\u3059":134,"short":[8,74],geo_dist:[],caus:[163,11,112,6,67,23,133,57],"\u305d\u308c\u304c\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u3063\u305f\u5834\u5408\u306f":69,mailarch:134,yahppo:112,grn_table_trunc:[23,100],logal:70,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9atable\u3068\u306a\u308a\u307e\u3059":100,"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":138,style:67,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059":14,"7\u30ea\u30ea\u30fc\u30b9":[],soccer:38,"return":[],normalzi:145,grn_table_sort_asc:100,grn_ctx_use_ql:67,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":108,refresh:38,innodb:119,"\u63a5\u7d9a\u3057\u3066\u3044\u308bgroonga\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":125,"table_remove\u306f\u30c6\u30fc\u30d6\u30eb\u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":88,friendship:38,truncat:[],"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":134,grn_text_vprintf:67,weight:[],needless:[6,99,112],yoshida:112,expect:[11,67],"b\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408":100,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30c3\u30af\u3057\u307e\u3059":69,socket_is_not_connect:155,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":[100,69],footnot:[66,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":157,"windows\u3067\u306fmingw\u3067\u3082pthread\u3092\u4f7f\u308f\u306a\u3044\u3088\u3046\u306b\u3057\u305f":23,advanc:[],differ:[0,95,66,4,118,11,163,6,102,65,67,68,133,47,57],content_type_len:6,thread:[34,118,119,85,112,14,132,47],"\u306exml\u51fa\u529b\u5bfe\u5fdc":138,"\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":61,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8fd4\u3057\u307e\u3059":100,grn_selector_func:67,"apt\u306e\u5834\u5408":134,feel:67,groonga_database_auto_cr:[],blank:170,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":151,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":129,gpl:36,"\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":138,script:[],goronga:89,"po\u3092\u5b9f\u884c\u3059\u308b\u3068":134,gpg:134,exclude_t:112,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":160,"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":129,"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":129,option:[],"\u3067\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":134,"\u8a2d\u5b9a\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":35,"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":134,"\u540d\u524d\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[69,108],kind:[119,65,3,79,117],similar_search:[6,136],remov:[147,20,112,6,11,153,8,9,23,67,69,99,40],rep_http:151,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":151,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":160,grn_post:[97,107],ruby_ev:[],expir:[8,104],"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":151,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":39,grn_directory_not_empti:2,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u7528\u30aa\u30d7\u30b7\u30e7\u30f3":138,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":85,"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":162,"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":62,park:165,function_not_impl:155,"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":53,reach:124,keyword_s:73,"\u30e1\u30fc\u30c8\u30eb":157,grn_obj_incr:69,latitude_in_degre:133,"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":100,grn_column_name_kei:108,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":157,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3067\u304d\u307e\u3059":62,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[88,5,63,7,139,21,94],penalti:112,firewood:[6,112],"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":14,underflow:11,grn_plugin_fre:34,hit:[95,112,142],"\u5b9f\u6570\u3092\u8868\u3057\u307e\u3059":39,pair_queri:[136,16,159,167,42],"\u65b0\u305f\u306brecord\u304c\u8ffd\u52a0\u3055\u308c\u305f\u6642\u306b\u306f1\u304c":100,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":85,longest:[23,100,133],"\u5f62\u5f0f1\u3068\u5f62\u5f0f2\u306f\u6df7\u5728\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":30,"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":62,grn_column_name_nsubrec:108,grn_obj_persist:[100,108],"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":129,grn_success:[34,95,2,14,15,17,132,73],"\u6570\u5024":129,"\u30b3\u30df\u30c3\u30c8":134,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":[],art:[165,133],dump:[],highight_ful:145,arc:78,tobbi:102,grn_obj_with_weight:108,"\u4e00\u3064\u306etable\u306b\u540c\u4e00\u306ename\u306ecolumn\u3092\u8907\u6570\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":108,grn_table_differ:100,"\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":138,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":[],korea:117,"\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":62,succeed:[2,3,64,153,114,169],"com\u3078\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767b\u9332":[],"columns\u3067\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":138,solv:11,solr:133,socket_not_initi:155,grn_table_get:[100,99],threashold:[62,138],"\u4ee5\u4e0b\u306e\u578b\u304c\u7d44\u8fbc\u578b\u3068\u3057\u3066\u3042\u3089\u304b\u3058\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":39,context:[27,14,15,164,8,23,69,73],"1x139":11,"column\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":108,grn_table_sort_flag:100,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":85,grn_no_such_devic:2,"\u5f53\u8a72\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306bdefault":10,additional_configure_opt:112,"\u5f93\u3063\u3066":95,"hook\u56fa\u6709\u60c5\u5831\u3092\u6307\u5b9a\u3057\u307e\u3059":81,f10399c0:134,"\u305d\u306e\u30ab\u30e9\u30e0\u306f":39,"\u8aa4\u5dee\u306f\u5c0f\u3055\u3044\u3067\u3059":157,conifugr:70,grn_file_exist:2,beforehand:148,close_tag1:145,demand:126,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":151,packag:[],"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":151,nakai:112,abov:[3,79,42,6,89,8,169,95,96,57,102,16,106,164,65,84,68,158,159,70,117,118,165,170],kana:[136,16,159,167,42],input_file_nam:122,xvzf:[148,116,20,12,135,169,77],"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":62,"benchmark\u7d42\u4e86\u5f8c\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u51fa\u529b\u5148\u306f\u306f\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059":151,"old_release_date\u306b\u524d\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092":134,rid:18,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":151,minim:[8,84],grn_obj_column:69,"\u5065\u4f5c":38,"\u306e\u4e00\u884c\u3042\u305f\u308a\u306e\u6700\u5927\u30d0\u30a4\u30c8\u6570\u306e\u5236\u9650\u3092\u64a4\u5ec3":138,"\u4e00\u3064\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u306e\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":39,higher:[136,95],"\u975e\u4e92\u63db":23,x86:[23,89],"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":113,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057":151,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":129,lower:[95,78,3,57],"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":151,searchabl:101,"key\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":100,propos:[152,95],table_:[82,57],"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":59,"3\u884c\u76ee":151,northern:6,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":61,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":139,"\u7d4c\u904e\u3057\u3066\u3082lock\u3092\u53d6\u5f97\u3067\u304d\u306a\u3044\u5834\u5408\u306f":69,grn_plugin_get_system_plugins_dir:23,table2:100,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":61,gem1:134,table1:100,docutil:[134,110],retry_max:155,collect:[122,119,165],"multithread\u74b0\u5883\u3067\u306f\u4ed6\u306ethread\u306e\u30a2\u30af\u30bb\u30b9\u306b\u3088\u3063\u3066":100,"\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":134,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":61,"\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:155,"log\u3067\u3059":85,"\u5bfe\u8c61object\u3092\u6307\u5b9a\u3057\u307e\u3059":[35,72,81,69,46,105,108],blog_titl:3,retri:17,"groonga\u306e\u30d1\u30b9\u6307\u5b9a":134,leftmost:133,proc:[34,148,95,81,12,112,135,116,46,105],form_2:3,"\u7591\u4f3c\u30ab\u30e9\u30e0":[],squeez:[112,134],maximium:95,"min\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":137,plai:[119,79],"null\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":14,dialog:112,"groonga\u6c4e\u7528\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb\u3067\u3059":151,myisam:119,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":137,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u518d\u8aad\u307f\u8fbc\u307f":21,"\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":160,shimoda:138,"\u56de\u907f\u65b9\u6cd5\u7b49\u306e\u6848\u5185\u3092\u8f09\u305b\u308b\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":134,question:68,live:[165,57],"long":[55,18,112,57],"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":53,arithmet:[],"benchmark\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":151,grn_proc_get_info:46,wno:23,"436218z":133,"\u554f\u984c\u3092\u4fee\u6b63":138,aramaki:23,consist:[155,3,163,42],"benchmark\u306f":151,caller:46,"\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":95,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":85,test_text_otoj:160,highlight:[145,41],radious_or_point:157,vojtovich:67,"\u3059\u308b\u3068groonga":134,horikoshi:23,unauthent:[6,135],grn_expr_append_const_int:73,"\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":129,grn_socket_not_initi:2,"\u540c\u3058\u3067\u3059":151,"man\u3092\u8ffd\u52a0":1,"filter\u5185\u3067\u306e\u6570\u5024\u6bd4\u8f03\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8":138,weight3:74,weight2:[6,95,74],weight1:[6,95,74],comments2:68,grn:[8,141],gro:[118,27],"\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":129,nice:101,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u3068set_port\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":151,grn_expr_add_var:73,"\u540c\u6642\u306b":121,"\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":134,konishi:112,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":88,"dataset\u306e\u30d1\u30b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b":130,"gz\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":134,lear:42,escape_charact:73,"\u7e70\u308a\u8fd4\u3057\u6570":151,mainstream:119,w64:134,"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":61,"grn_expr\u306f":61,relev:[119,3],ranguba:[67,74],"\u578b\u306b\u95a2\u3059\u308b\u5236\u9650\u4e8b\u9805":[],"\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":134,prepar:[],pleas:[0,3,22,67,76,169,106],smaller:[66,74,119,101,132,57],"\u3053\u308c\u306b\u3088\u308a\u904e\u53bb\u306b\u30ea\u30ea\u30fc\u30b9\u3057\u305f\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":134,compat:[148,116,12,120,135,8,170,47],compar:[6,119,95,27,163],grn_plugin_mutex:34,jekyl:134,grn_info:[],"314e":133,"\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":151,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":39,larger:[95,74,82,27,42,155,124,56],"_name":57,"\u8907\u6570\u306e\u5f15\u6570\u3092\u3068\u308a\u307e\u3059":30,typic:95,appli:[],approxim:[6,23,66],motoi:112,apt:[134,12,6,135,110,70],api:[],from:[],"\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":62,usa:117,few:[47,171],usr:[85,8,9,169,160,77],sort:[],grn_db_creat:72,"\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":139,tokenbigramignoreblanksplitsymbolalpha:[62,150],memos_cont:147,"\u6642\u9593\u306e\u89e3\u50cf\u5ea6\u3092\u30ca\u30ce\u79d2\u306b\u5909\u66f4":138,"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":111,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":53,annot:112,"\u624b\u7d9a\u304d\u3092\u6307\u5b9a\u3057\u307e\u3059":81,"\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":160,endian:67,"res2\u306b\u683c\u7d0d\u3057\u307e\u3059":100,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u5148\u982d\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":69,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":39,grn_column:[],tar:[148,116,134,20,12,135,169,77],tag:[],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":138,"\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":134,grn_set_lock_timeout:17,"0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u5148\u982d\u306b\u633f\u5165\u3055\u308c\u307e\u3059":81,"\u30de\u30a4\u30af\u30ed\u79d2\u5358\u4f4d\u306764bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u306b\u3088\u308a\u8868\u73fe\u3057\u307e\u3059":39,six:[132,3],"100x100":157,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":92,sid:[23,113,67],instead:[80,79,82,85,41,6,89,90,23,169,148,95,66,133,142,57,145,112,67,70,163,27,123,170,8],grn_obj_defrag:69,"\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":134,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u4f5c\u696d\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3092\u5bfe\u8c61\u306b\u884c\u3044\u307e\u3059":134,"load\u30b3\u30de\u30f3\u30c9":1,attent:95,"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":61,"uint16\u306e\u7b49\u5024\u6bd4\u8f03\u306bc\u8a00\u8a9e\u306e\u6bd4\u8f03\u6f14\u7b97\u5b50\u3092\u4f7f\u7528":138,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":161,light:52,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":92,"1\u884c\u76ee":151,freebsd:[],"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":160,"\u4eac\u90fd":[62,129],location_in_input:122,ouput:112,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":151,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":[],"log_level\u306f":5,condtion:163,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":85,"homebrew\u3078pul":134,bye:[40,133,147,95,163],"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":85,crash:[6,23,52,112,67],"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":134,keys_zon:8,"\u884c":160,devel:[148,116],shinjyuku:65,"4000\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u5185\u5bb9\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":134,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":160,edit:[],grn_socket_is_already_connect:2,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":151,"\u306b\u3066\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0\u3057\u307e\u3059":134,our:[22,106],grn_obj_column_index:[107,108],"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":151,"gz\u306eversion\u304a\u3088\u3073vers":134,out:[148,116,164,12,135,89,123,91,67,68],longitude_in_degre:133,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":138,"\u4ee5\u4e0b\u306e\u57fa\u6e96\u3092\u76ee\u5b89\u3068\u3057\u3066\u5909\u66f4\u70b9\u3092\u8ffd\u8a18\u3057\u3066\u3044\u304d\u307e\u3059":134,dcb314:67,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":121,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":62,grn_ctx_send:[15,93,14],"\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":134,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":62,"0\u4ee5\u4e0a255\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,york:[165,66],dictionari:[6,138,170,112,148],"128\u4ee5\u4e0a127\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,lte:78,"\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":134,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":69,"\u8aac\u660e":[],"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":138,"\u4f5c\u6210\u3059\u308btype\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"request\u3092\u9001\u308a\u307e\u3057\u305f":134,"647\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,prioriti:[119,159],"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u5b9a\u7fa9\u3092\u6307\u5b9a\u3057\u307e\u3059":46,grn_obj_get:69,unknown:[109,99],"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":53,"akio\u3055\u3093":138,grn_dat_repair:99,shell:[169,163],"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":31,"\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":64,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":137,"benchmark\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":151,"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":138,"\u3092\u4f5c\u6210\u3057\u307e\u3059":64,emac:106,no_such_file_or_directori:155,exec_format_error:155,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":111,"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":39,"4097byte":82,"\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":85,"shimada\u3055\u3093\u304c\u5831\u544a":138,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308baccessor\u3092\u8fd4\u3057\u307e\u3059":69,which:[34,126,78,3,79,85,40,6,90,131,96,128,148,95,66,133,11,102,56,38,60,112,164,65,153,67,68,159,163,117,118,119,120,168,165],grn_obj_delete_by_id:[23,69],"\u30db\u30b9\u30c8\u540d\u3068":151,who:[],"\u7d44\u8fbc\u578b":[],default_token:[],why:[95,112,126],"max\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":137,determin:[95,3,142],"_id":[3,79,42,90,114,128,95,133,74,136,101,52,16,53,141,38,147,108,62,65,153,84,67,68,69,159,163,117,122,170],someth:67,"max\u3068\u7570\u306a\u3063\u305f\u65b9\u5411\u306b\u3042\u308b\u30ce\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f\u53d6\u308a\u51fa\u3057\u307e\u305b\u3093":137,word1:[6,95,163,133],word2:[6,95,163,133],your_github_account:106,practic:[11,67,119],grn_obj_with_posit:108,"\u5358\u7d14\u306b\u691c\u7d22\u3059\u308b\u3068":128,local:[133,134,119,8,110,169,106],"150x100":29,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":129,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":129,subrecord:112,grn_cursor_prefix:137,candidate2:136,candidate1:136,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":151,view:[],"x86\u30d0\u30a4\u30ca\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059":134,knowledg:119,"1073741824\u306e\u6574\u6570\u3067":53,"\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":85,"\u30ab\u30e9\u30e0\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"10t22":16,"\u3092\u6307\u5b9a\u3057\u305ftable\u306b\u3064\u3044\u3066\u306f":137,index_tag:38,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":151,token_flt:67,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":139,dll:[6,23,34,67],"v1\u306e\u5024\u306e\u4e2d\u306b":61,"twitter\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":111,yaman:[67,112],"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":157,elimin:112,job:151,"\u5c0f\u6570\u3092\u4f7f\u3044\u307e\u3059":39,homebrew:[],"twitter\u3067\u3084\u308a\u3068\u308a\u3092\u5b8c\u7d50\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":111,addit:[],"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":161,april:134,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[29,100,157],hyphen:[3,57],"delete\u304c\u5e38\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":138,respect:[6,11,65,165],rpm:[148,116,134,112,6,67,23,99],"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":23,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"535\u4ee5\u4e0b\u306e\u6574\u6570\u3092\u8868\u3057\u307e\u3059":39,mike:153,"\u3042\u308c\u3053\u308c\u60c5\u5831\u63d0\u4f9b\u3092\u8981\u6c42\u3059\u308b\u3068":111,"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[29,157],roonga:152,"\u30c6\u30fc\u30d6\u30ebentry\u306b":64,"21th":112,cursor:[23,97],"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":53,"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":62,customiz:27,"groonga\u3067\u4e88\u3081\u5b9a\u7fa9\u6e08\u307f\u306e\u578b\u304b":39,"\u3072\u308d\u3086\u304d":128,"\u7ffb\u8a33\u307e\u3067\u5b8c\u4e86\u3057\u3066\u3044\u308b\u72b6\u614b\u3067":134,avg:161,"\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":138,grn_expr_append_op:[61,73],"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":151,"\u6ce8\u610f":100,"\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":138,difficult:119,"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":62,grn_column_name_id:108,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[62,129],"0x10":155,"\u3053\u3046\u3059\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u63d0\u6848\u3092\u3067\u304d\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":111,english:[0,95,110,112,22,67,23,159,106],grn_content_xml:93,uzulla:23,"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u305f\u6642\u523b\u306etvsec\u5024\u3092\u8fd4\u3057\u307e\u3059":71,"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":134,do_http:151,normalizermysqlgeneralci:170,users_nam:102,obtain:34,"\u3082\u3057groonga":151,euc_jp:169,"key\u306b\u306f":100,amd64:134,book:133,"\u30ab\u30e9\u30e0\u578b1":95,"\u307e\u305f\u306f":151,"table\u306fcolumn\u3068\u306f\u5225\u306b":100,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u6307\u5b9a\u3057\u307e\u3059":109,"offset\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9id\u3092\u958b\u59cb\u4f4d\u7f6e\u3068\u3057\u3066":69,know:[38,126,117,165],press:106,"\u95be\u5024\u3092\u3042\u3052\u308b":[],"\u30ab\u30e9\u30e0\u578bn":95,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f10\u3067\u3059":95,earch:78,incres:67,"\u3067\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":23,exceed:149,no_child_process:155,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":1,"export":[23,112,67],"tokenbigram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":62,column_inform:83,lead:[95,3,27],grn_obj_get_nhook:81,leak:[64,138,112,6,67,23,169],"10043\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":85,grn_address_is_in_us:2,time_stamp:132,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u306a\u308a\u307e\u3059":108,investig:[149,112,117],acronym:155,tanab:112,rare:112,"\u305d\u308c\u305e\u308c":160,kanako:112,disabl:[64,95,138,163,118,132,110,112,6,8,67,23,169,99,159],"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":[],own:[6,11,73,133,119],grn_operation_timeout:2,"\u6570\u5b57":151,grn_ii:[],"\u4f8b":[],grn_id:[34,35,107,108,18,14,100,137,69,73],automat:[38,3,163,82,9,8,110,133,106],automak:138,grn_expr_append_const_str:73,grn_default_query_logger_get_path:6,"145508000x":66,transfer:[],grn_command_version_min:103,appl:170,replac:[67,56,167,79],"var":[34,126,61,83,85,8,169,46],"\u30ad\u30fc\u304c":85,"\u305d\u306e\u307e\u307emake\u30b3\u30de\u30f3\u30c9\u306b\u3066\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":134,"\u4ee5\u5916\u306e\u5834\u5408\u306f":95,"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":61,"\u73fe\u5728":21,"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":85,"entry_body\u3092\u4f5c\u6210\u3057\u307e\u3059":64,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u5b9f\u884c\u3059\u308b":134,palallel:134,made:[6,23,3],whether:[95,2,163,164,11,149,142,6,102,66,8,84,136,67,69],troubl:106,record:[],below:[51,91,52,163],"expr\u306a\u3069\u306f\u89e3\u653e\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":69,"\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":[71,88,5,63,64,113,7,139,141,143,21,92,31,125,94],"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":103,ff76:170,"\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":35,"\u3067\u306f\u6607\u9806":100,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u305f\u306e\u3067":134,makecach:[6,116],"fork\u3059\u308b\u70b9\u304c\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u3068\u7570\u306a\u308b":85,"\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":134,other:[],bool:[147,163,11,39,112,40,128],"command_version\u3092\u8fd4\u3057\u307e\u3059":14,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":85,grn_table_delete_by_id:100,"obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":69,"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":95,"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":10,debian:[],"object\u306e\u66f4\u65b0\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":81,emerg:[5,132,7,8],allow_leading_not:95},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","news/2.x","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","reference/command/command_version","tutorial/data","install/ubuntu","contribution/documentation","reference/api/grn_ctx","reference/api/grn_cache","reference/suggest/correction","reference/api/global_configurations","reference/api/grn_ii","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","troubleshooting","reference/api/plugin","reference/api/grn_info","news/senna","reference","tutorial/index","reference/types","reference/commands/table_tokenize","reference/functions/highlight_html","reference/suggest/suggestion","reference/commands/normalizer_list","reference/suggest","reference/executables","reference/api/grn_proc","server/http/comparison","index","reference/api/grn_search","reference/cast","reference/commands/load","reference/commands/column_rename","reference/columns/pseudo","reference/api/grn_type","reference/api/grn_match_escalation","reference/executables/groonga-suggest-learner","reference/commands/table_create","limitations","reference/functions/rand","reference/commands/ruby_load","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","reference/columns/vector","contribution/documentation/c-api","contribution","install/mac_os_x","reference/commands/tokenize","tutorial/query_expansion","reference/operations/geolocation_search","reference/api/grn_hook","reference/tables","reference/commands/column_list","reference/functions/between","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","reference/commands/table_remove","install/windows","tutorial/network","contribution/development/repository","reference/commands/table_list","reference/api/grn_content_type","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/api/grn_geo","reference/functions/edit_distance","news/1.3.x","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","reference/api/grn_encoding","contribution/documentation/introduction","contribution/development/cooperation","news/3.x","reference/commands/check","reference/commands/truncate","server/gqtp","install/centos","tutorial/drilldown","reference/executables/groonga-suggest-httpd","characteristic","reference/commands/normalize","contribution/development/com","reference/command/output_format","install","reference/tuning","reference/commands/shutdown","server/package","reference/column","tutorial/patricia_trie","spec/search","news/1.1.x","reference/commands/ruby_eval","reference/log","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","reference/functions/highlight_full","development","reference/token_filters","install/fedora","troubleshooting/mmap_cannot_allocate_memory","reference/commands/tokenizer_list","reference/executables/groonga-benchmark","reference/suggest/introduction","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","reference/functions/geo_in_circle","reference/query_expanders/tsv","reference/suggest/completion","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","reference/functions/sub_filter","tutorial/micro_blog","reference/operations","reference/executables/groonga-suggest-create-dataset","client","install/others","reference/normalizers","server/http"],titles:["12.1. How to report a bug","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","7.3.3. Return code","4.1. Basic operations","7.2. Output","7.3.16. <tt class=\"docutils literal\"><span class=\"pre\">log_level</span></tt>","Release 2.1.2 - 2013/01/29","7.3.17. <tt class=\"docutils literal\"><span class=\"pre\">log_put</span></tt>","7.1.4. groonga-httpd","7.3.22. <tt class=\"docutils literal\"><span class=\"pre\">register</span></tt>","7.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","4.3. Various data types","2.4. Ubuntu","12.2. How to contribute in documentation topics","7.18.6. <tt class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","7.18.2. <tt class=\"docutils literal\"><span class=\"pre\">grn_cache</span></tt>","7.14.3. Correction","7.18.1. Global configurations","7.18.12. <tt class=\"docutils literal\"><span class=\"pre\">grn_ii</span></tt>","8. Specification","2.7. Oracle Solaris","7.3.18. <tt class=\"docutils literal\"><span class=\"pre\">log_reopen</span></tt>","3. Community","Release 1.2.9 - 2011/12/29","7.10. Query expanders","7.18. API","7.3. Command","7.12.12. snippet_html","5. Server","7.12.5. geo_in_rectangle","7.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","7.3.12. <tt class=\"docutils literal\"><span class=\"pre\">defrag</span></tt>","7.8. Tokenizers","10. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","7.18.23. Plugin","7.18.14. <tt class=\"docutils literal\"><span class=\"pre\">grn_info</span></tt>","News in Senna period","7. Reference manual","4.6. Tag search and reverse resolution of reference relationships","7.4. \u30c7\u30fc\u30bf\u578b","7.3.32. <tt class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></tt>","7.12.7. highlight_html","7.14.4. Suggestion","7.3.20. <tt class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></tt>","7.14. Suggest","7.1. Executables","7.18.17. <tt class=\"docutils literal\"><span class=\"pre\">grn_proc</span></tt>","5.3.1. Comparison","Groonga documentation","7.18.18. <tt class=\"docutils literal\"><span class=\"pre\">grn_search</span></tt>","Cast","7.3.15. <tt class=\"docutils literal\"><span class=\"pre\">load</span></tt>","7.3.10. <tt class=\"docutils literal\"><span class=\"pre\">column_rename</span></tt>","\u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","7.18.21. <tt class=\"docutils literal\"><span class=\"pre\">grn_type</span></tt>","7.18.15. <tt class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></tt>","7.1.8. groonga-suggest-learner","7.3.29. <tt class=\"docutils literal\"><span class=\"pre\">table_create</span></tt>","9. Limitations","7.12.11. rand","7.3.24. <tt class=\"docutils literal\"><span class=\"pre\">ruby_load</span></tt>","12.3.4. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","10.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","7.3.9. <tt class=\"docutils literal\"><span class=\"pre\">column_remove</span></tt>","7.3.7. <tt class=\"docutils literal\"><span class=\"pre\">column_create</span></tt>","4.4. Various search conditions","7.12.3. geo_distance","News","4.7. match_columns parameter","7.18.16. <tt class=\"docutils literal\"><span class=\"pre\">grn_obj</span></tt>","11.1. Travis CI","7.3.27. <tt class=\"docutils literal\"><span class=\"pre\">status</span></tt>","7.18.7. <tt class=\"docutils literal\"><span class=\"pre\">grn_db</span></tt>","7.18.9. grn_expr","Vector column","12.2.3. C API","12. How to contribute to groonga","2.2. Mac OS X","7.3.33. <tt class=\"docutils literal\"><span class=\"pre\">tokenize</span></tt>","4.11. Query expansion","7.13.1. Geolocation Search","7.18.11. <tt class=\"docutils literal\"><span class=\"pre\">grn_hook</span></tt>","7.5. Tables","7.3.8. <tt class=\"docutils literal\"><span class=\"pre\">column_list</span></tt>","7.12.1. between","7.1.2. groonga command","5.3.3. groonga-httpd","4.9. Additional information about lexicon for full text search","7.3.31. <tt class=\"docutils literal\"><span class=\"pre\">table_remove</span></tt>","2.1. Windows","4.2. Remote access","12.3.1. Repository","7.3.30. <tt class=\"docutils literal\"><span class=\"pre\">table_list</span></tt>","7.18.5. <tt class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></tt>","7.3.6. <tt class=\"docutils literal\"><span class=\"pre\">clearlock</span></tt>","7.3.25. <tt class=\"docutils literal\"><span class=\"pre\">select</span></tt>","7.12.8. html_untag","7.18.10. <tt class=\"docutils literal\"><span class=\"pre\">grn_geo</span></tt>","7.12.2. edit_distance","Release 1.3.0 - 2012/01/29","7.18.19. <tt class=\"docutils literal\"><span class=\"pre\">grn_table</span></tt>","7.15. Indexing","7.12.10. query","7.18.4. <tt class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></tt>","7.3.4. <tt class=\"docutils literal\"><span class=\"pre\">cache_limit</span></tt>","7.18.22. <tt class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></tt>","12.2.2. I18N","7.18.13. <tt class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></tt>","7.18.3. <tt class=\"docutils literal\"><span class=\"pre\">grn_column</span></tt>","7.18.8. <tt class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></tt>","12.2.1. Introduction","12.3.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","Release 3.1.2 - 2014/01/29","7.3.5. <tt class=\"docutils literal\"><span class=\"pre\">check</span></tt>","7.3.35. <tt class=\"docutils literal\"><span class=\"pre\">truncate</span></tt>","5.2. GQTP","2.5. CentOS","4.5. Drilldown","7.1.7. groonga-suggest-httpd","1. Characteristics of Groonga","7.3.19. <tt class=\"docutils literal\"><span class=\"pre\">normalize</span></tt>","12.3.2. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","7.3.2. Output format","2. Install","7.17. Tuning","7.3.26. <tt class=\"docutils literal\"><span class=\"pre\">shutdown</span></tt>","5.1. Server packages","7.6. Column","4.8. Prefix search with patricia trie","8.2. \u691c\u7d22","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","7.3.23. <tt class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></tt>","7.16. Log","7.11.2. Script syntax","12.3.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","7.3.28. <tt class=\"docutils literal\"><span class=\"pre\">suggest</span></tt>","7.18.20. <tt class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></tt>","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","7.3.11. <tt class=\"docutils literal\"><span class=\"pre\">define_selector</span></tt>","4. Tutorial","7.3.14. <tt class=\"docutils literal\"><span class=\"pre\">dump</span></tt>","7.11. grn_expr","7.3.21. <tt class=\"docutils literal\"><span class=\"pre\">quit</span></tt>","7.12. Function","7.12.6. highlight_full","11. Development","7.9. Token filters","2.6. Fedora","10.2. How to avoid mmap Cannot allocate memory error","7.3.34. <tt class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></tt>","7.1.3. groonga-benchmark","7.14.1. Introduction","7.3.13. <tt class=\"docutils literal\"><span class=\"pre\">delete</span></tt>","12.3. Groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","8.1. GQTP","5.3.2. groonga","7.12.4. geo_in_circle","7.10.1. QueryExpanderTSV","7.14.2. Completion","12.3.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","7.1.1. grnslap","7.12.9. now","7.11.1. Query syntax","7.12.13. sub_filter","4.10. Let's create micro-blog","7.13. Operations","7.1.6. groonga-suggest-create-dataset","6. Client","2.8. Others","7.7. Normalizers","5.3. HTTP"],objects:{"":{grn_ctx_get_match_escalation_threshold:[55,1,1,"c.grn_ctx_get_match_escalation_threshold"],"--cache-limit":[85,0,1,"cmdoption--cache-limit"],grn_obj_reinit:[69,1,1,"c.grn_obj_reinit"],grn_get_default_match_escalation_threshold:[55,1,1,"c.grn_get_default_match_escalation_threshold"],grn_db_create:[72,1,1,"c.grn_db_create"],grn_plugin_charlen:[34,1,1,"c.grn_plugin_charlen"],grn_obj_get_hook:[81,1,1,"c.grn_obj_get_hook"],grn_obj_expire:[69,1,1,"c.grn_obj_expire"],grn_table_cursor_close:[137,1,1,"c.grn_table_cursor_close"],"-P":[161,0,1,"cmdoption-P"],grn_table_cursor_set_value:[137,1,1,"c.grn_table_cursor_set_value"],grn_expr_syntax_escape:[73,1,1,"c.grn_expr_syntax_escape"],"-e":[85,0,1,"cmdoption-e"],"-d":[56,0,1,"cmdoption-d"],"-a":[85,0,1,"cmdoption-a"],"-c":[85,0,1,"cmdoption-c"],grn_obj_set_info:[35,1,1,"c.grn_obj_set_info"],"-m":[161,0,1,"cmdoption-m"],"-l":[56,0,1,"cmdoption-l"],"--disable-max-fd-check":[118,0,1,"cmdoption--disable-max-fd-check"],"-i":[151,0,1,"cmdoption-i"],"-h":[85,0,1,"cmdoption-h"],grn_db:[72,2,1,"c.grn_db"],"-t":[118,0,1,"cmdoption-t"],grn_command_version:[103,2,1,"c.grn_command_version"],grn_obj_set_element_info:[35,1,1,"c.grn_obj_set_element_info"],"-p":[118,0,1,"cmdoption-p"],"-s":[56,0,1,"cmdoption-s"],"-r":[56,0,1,"cmdoption-r"],grn_plugin_proc_get_var:[34,1,1,"c.grn_plugin_proc_get_var"],grn_ctx_at:[14,1,1,"c.grn_ctx_at"],"--bind-address":[85,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[103,3,1,"c.GRN_COMMAND_VERSION_STABLE"],"--config-path":[85,0,1,"cmdoption--config-path"],grn_table_size:[100,1,1,"c.grn_table_size"],"--query-log-path":[85,0,1,"cmdoption--query-log-path"],grn_ctx_use:[14,1,1,"c.grn_ctx_use"],grn_obj_defrag:[69,1,1,"c.grn_obj_defrag"],db:[151,0,1,"cmdoption-arg-db"],grn_get_lock_timeout:[17,1,1,"c.grn_get_lock_timeout"],grn_table_cursor_open:[137,1,1,"c.grn_table_cursor_open"],grn_get_default_encoding:[109,1,1,"c.grn_get_default_encoding"],GRN_OBJ_LOCK:[69,3,1,"c.GRN_OBJ_LOCK"],grn_ii_buffer_append:[18,1,1,"c.grn_ii_buffer_append"],grn_obj_column:[69,1,1,"c.grn_obj_column"],grn_geo_estimate_in_rectangle:[97,1,1,"c.grn_geo_estimate_in_rectangle"],grn_table_sort:[100,1,1,"c.grn_table_sort"],GRN_COLUMN_NAME_SCORE:[108,3,1,"c.GRN_COLUMN_NAME_SCORE"],grn_obj_unlink:[69,1,1,"c.grn_obj_unlink"],grn_obj_id:[69,1,1,"c.grn_obj_id"],grn_obj_set_value:[69,1,1,"c.grn_obj_set_value"],grn_plugin_win32_base_dir:[34,1,1,"c.grn_plugin_win32_base_dir"],grn_encoding:[109,2,1,"c.grn_encoding"],grn_proc_create:[46,1,1,"c.grn_proc_create"],GRN_PLUGIN_FREE:[34,3,1,"c.GRN_PLUGIN_FREE"],GRN_COLUMN_NAME_VALUE:[108,3,1,"c.GRN_COLUMN_NAME_VALUE"],"--log-base-path":[56,0,1,"cmdoption--log-base-path"],"--dir":[151,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[69,3,1,"c.GRN_OBJ_SET_MASK"],grn_table_group_result:[100,2,1,"c.grn_table_group_result"],grn_expr_close:[73,1,1,"c.grn_expr_close"],grn_obj_path:[69,1,1,"c.grn_obj_path"],grn_cache_get_max_n_entries:[15,1,1,"c.grn_cache_get_max_n_entries"],grn_obj_db:[72,1,1,"c.grn_obj_db"],grn_geo_cursor_next:[97,1,1,"c.grn_geo_cursor_next"],GRN_OBJ_APPEND:[69,3,1,"c.GRN_OBJ_APPEND"],grn_table_lcp_search:[100,1,1,"c.grn_table_lcp_search"],grn_table_create:[100,1,1,"c.grn_table_create"],grn_table_cursor_get_value:[137,1,1,"c.grn_table_cursor_get_value"],"--address":[85,0,1,"cmdoption--address"],"--daemon":[56,0,1,"cmdoption--daemon"],grn_obj_is_builtin:[69,1,1,"c.grn_obj_is_builtin"],grn_table_columns:[100,1,1,"c.grn_table_columns"],grn_ctx_set_output_type:[14,1,1,"c.grn_ctx_set_output_type"],"--pid-path":[85,0,1,"cmdoption--pid-path"],"--encoding":[85,0,1,"cmdoption--encoding"],grn_ctx_set_finalizer:[14,1,1,"c.grn_ctx_set_finalizer"],grn_cache:[15,2,1,"c.grn_cache"],grn_table_delete_by_id:[100,1,1,"c.grn_table_delete_by_id"],grn_content_type:[93,2,1,"c.grn_content_type"],grn_plugin_mutex:[34,2,1,"c.grn_plugin_mutex"],grn_expr_get_keywords:[73,1,1,"c.grn_expr_get_keywords"],grn_ii_buffer:[18,2,1,"c.grn_ii_buffer"],"--host":[151,0,1,"cmdoption--host"],grn_ctx_get_output_type:[14,1,1,"c.grn_ctx_get_output_type"],grn_obj_set_finalizer:[46,1,1,"c.grn_obj_set_finalizer"],grn_cache_current_set:[15,1,1,"c.grn_cache_current_set"],grn_obj_user_data:[105,1,1,"c.grn_obj_user_data"],grn_obj_lock:[69,1,1,"c.grn_obj_lock"],"--log-path":[56,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[108,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],"--log-output-dir":[151,0,1,"cmdoption--log-output-dir"],GRN_OBJ_COMPARE:[69,3,1,"c.GRN_OBJ_COMPARE"],grn_expr_append_const:[73,1,1,"c.grn_expr_append_const"],grn_plugin_mutex_lock:[34,1,1,"c.grn_plugin_mutex_lock"],grn_obj_clear_lock:[69,1,1,"c.grn_obj_clear_lock"],grn_table_cursor_next:[137,1,1,"c.grn_table_cursor_next"],grn_expr_alloc:[73,1,1,"c.grn_expr_alloc"],grn_expr_compile:[73,1,1,"c.grn_expr_compile"],grn_user_data:[105,2,1,"c.grn_user_data"],grn_obj_get_range:[69,1,1,"c.grn_obj_get_range"],grn_table_get:[100,1,1,"c.grn_table_get"],grn_ctx_fin:[14,1,1,"c.grn_ctx_fin"],grn_geo_cursor_open_in_rectangle:[97,1,1,"c.grn_geo_cursor_open_in_rectangle"],"--max-threads":[85,0,1,"cmdoption--max-threads"],grn_ctx_init:[14,1,1,"c.grn_ctx_init"],grn_ii_buffer_close:[18,1,1,"c.grn_ii_buffer_close"],GRN_OBJ_DECR:[69,3,1,"c.GRN_OBJ_DECR"],GRN_PLUGIN_REGISTER:[34,1,1,"c.GRN_PLUGIN_REGISTER"],grn_table_sort_key:[100,2,1,"c.grn_table_sort_key"],grn_obj_rename:[69,1,1,"c.grn_obj_rename"],grn_table_group_flags:[100,2,1,"c.grn_table_group_flags"],grn_obj_check:[69,1,1,"c.grn_obj_check"],grn_table_at:[100,1,1,"c.grn_table_at"],grn_column_name:[108,1,1,"c.grn_column_name"],grn_table_difference:[100,1,1,"c.grn_table_difference"],"--n-lines-per-log-file":[118,0,1,"cmdoption--n-lines-per-log-file"],GRN_PLUGIN_INIT:[34,1,1,"c.GRN_PLUGIN_INIT"],grn_cache_close:[15,1,1,"c.grn_cache_close"],grn_obj_close:[69,1,1,"c.grn_obj_close"],GRN_COLUMN_NAME_ID_LEN:[108,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],grn_table_truncate:[100,1,1,"c.grn_table_truncate"],grn_obj_get_value:[69,1,1,"c.grn_obj_get_value"],grn_cache_open:[15,1,1,"c.grn_cache_open"],"--server-id":[85,0,1,"cmdoption--server-id"],grn_obj_delete_hook:[81,1,1,"c.grn_obj_delete_hook"],"-n":[85,0,1,"cmdoption-n"],"--port":[118,0,1,"cmdoption--port"],grn_ii:[18,2,1,"c.grn_ii"],"--ftp":[151,0,1,"cmdoption--ftp"],grn_obj_is_locked:[69,1,1,"c.grn_obj_is_locked"],grn_expr_exec:[73,1,1,"c.grn_expr_exec"],grn_plugin_proc_alloc:[34,1,1,"c.grn_plugin_proc_alloc"],"--log-level":[56,0,1,"cmdoption--log-level"],grn_table_rename:[100,1,1,"c.grn_table_rename"],GRN_COLUMN_NAME_NSUBRECS:[108,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],grn_plugin_mutex_unlock:[34,1,1,"c.grn_plugin_mutex_unlock"],GRN_COMMAND_VERSION_MAX:[103,3,1,"c.GRN_COMMAND_VERSION_MAX"],grn_plugin_expr_var_init:[34,1,1,"c.grn_plugin_expr_var_init"],grn_obj_get_element_info:[35,1,1,"c.grn_obj_get_element_info"],grn_search_optarg:[49,2,1,"c.grn_search_optarg"],grn_expr_append_const_str:[73,1,1,"c.grn_expr_append_const_str"],script:[151,0,1,"cmdoption-arg-script"],GRN_PLUGIN_ERROR:[34,3,1,"c.GRN_PLUGIN_ERROR"],GRN_COMMAND_VERSION_MIN:[103,3,1,"c.GRN_COMMAND_VERSION_MIN"],grn_expr_get_var_by_offset:[73,1,1,"c.grn_expr_get_var_by_offset"],GRN_PLUGIN_MALLOC:[34,3,1,"c.GRN_PLUGIN_MALLOC"],grn_obj_add_hook:[81,1,1,"c.grn_obj_add_hook"],GRN_PLUGIN_LOG:[34,3,1,"c.GRN_PLUGIN_LOG"],grn_index_cursor_open:[107,1,1,"c.grn_index_cursor_open"],grn_proc_func:[46,2,1,"c.grn_proc_func"],grn_db_create_optarg:[72,2,1,"c.grn_db_create_optarg"],grn_column_table:[108,1,1,"c.grn_column_table"],grn_table_add:[100,1,1,"c.grn_table_add"],grn_obj_unlock:[69,1,1,"c.grn_obj_unlock"],grn_cache_set_max_n_entries:[15,1,1,"c.grn_cache_set_max_n_entries"],grn_proc_type:[46,2,1,"c.grn_proc_type"],grn_proc_get_info:[46,1,1,"c.grn_proc_get_info"],GRN_OBJ_INCR:[69,3,1,"c.GRN_OBJ_INCR"],grn_ctx_close:[14,1,1,"c.grn_ctx_close"],grn_ctx:[14,2,1,"c.grn_ctx"],GRN_COLUMN_NAME_KEY:[108,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_SCORE_LEN:[108,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE_LEN:[108,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],grn_table_cursor_get_key:[137,1,1,"c.grn_table_cursor_get_key"],grn_obj_get_values:[69,1,1,"c.grn_obj_get_values"],grn_column_rename:[108,1,1,"c.grn_column_rename"],GRN_OBJ_UNLOCK:[69,3,1,"c.GRN_OBJ_UNLOCK"],grn_obj_get_info:[35,1,1,"c.grn_obj_get_info"],grn_ctx_db:[14,1,1,"c.grn_ctx_db"],"--protocol":[151,0,1,"cmdoption--protocol"],GRN_PLUGIN_REALLOC:[34,3,1,"c.GRN_PLUGIN_REALLOC"],grn_table_cursor:[137,2,1,"c.grn_table_cursor"],grn_ctx_get:[14,1,1,"c.grn_ctx_get"],grn_ctx_set_match_escalation_threshold:[55,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_db_open:[72,1,1,"c.grn_db_open"],grn_column_index:[108,1,1,"c.grn_column_index"],"--n-threads":[118,0,1,"cmdoption--n-threads"],"--help":[85,0,1,"cmdoption--help"],"--groonga":[151,0,1,"cmdoption--groonga"],grn_table_setoperation:[100,1,1,"c.grn_table_setoperation"],GRN_COLUMN_NAME_ID:[108,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_OBJ_SET:[69,3,1,"c.GRN_OBJ_SET"],"--document-root":[85,0,1,"cmdoption--document-root"],grn_info_type:[35,2,1,"c.grn_info_type"],grn_obj:[69,2,1,"c.grn_obj"],grn_obj_remove:[69,1,1,"c.grn_obj_remove"],grn_plugin_mutex_open:[34,1,1,"c.grn_plugin_mutex_open"],GRN_OBJ_GET:[69,3,1,"c.GRN_OBJ_GET"],grn_expr_append_const_int:[73,1,1,"c.grn_expr_append_const_int"],grn_expr_syntax_escape_query:[73,1,1,"c.grn_expr_syntax_escape_query"],grn_ii_buffer_open:[18,1,1,"c.grn_ii_buffer_open"],grn_geo_select_in_rectangle:[97,1,1,"c.grn_geo_select_in_rectangle"],grn_set_lock_timeout:[17,1,1,"c.grn_set_lock_timeout"],grn_ii_buffer_commit:[18,1,1,"c.grn_ii_buffer_commit"],grn_obj_search:[49,1,1,"c.grn_obj_search"],"--send-endpoint":[56,0,1,"cmdoption--send-endpoint"],grn_table_update_by_id:[100,1,1,"c.grn_table_update_by_id"],grn_hook_entry:[81,2,1,"c.grn_hook_entry"],grn_expr_append_op:[73,1,1,"c.grn_expr_append_op"],grn_geo_point:[97,2,1,"c.grn_geo_point"],grn_table_cursor_table:[137,1,1,"c.grn_table_cursor_table"],grn_index_cursor_next:[107,1,1,"c.grn_index_cursor_next"],grn_table_delete:[100,1,1,"c.grn_table_delete"],dest:[85,0,1,"cmdoption-arg-dest"],grn_ctx_open:[14,1,1,"c.grn_ctx_open"],grn_plugin_isspace:[34,1,1,"c.grn_plugin_isspace"],grn_column_index_update:[108,1,1,"c.grn_column_index_update"],grn_obj_delete_by_id:[69,1,1,"c.grn_obj_delete_by_id"],grn_ctx_get_command_version:[14,1,1,"c.grn_ctx_get_command_version"],"--default-match-escalation-threshold":[85,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[137,1,1,"c.grn_table_cursor_delete"],grn_type_create:[54,1,1,"c.grn_type_create"],grn_obj_path_by_id:[69,1,1,"c.grn_obj_path_by_id"],grn_plugin_command_create:[34,1,1,"c.grn_plugin_command_create"],grn_builtin_type:[54,2,1,"c.grn_builtin_type"],grn_table_get_key:[100,1,1,"c.grn_table_get_key"],GRN_OBJ_PREPEND:[69,3,1,"c.GRN_OBJ_PREPEND"],grn_set_default_match_escalation_threshold:[55,1,1,"c.grn_set_default_match_escalation_threshold"],grn_cache_current_get:[15,1,1,"c.grn_cache_current_get"],grn_expr_create:[73,1,1,"c.grn_expr_create"],grn_get_default_command_version:[103,1,1,"c.grn_get_default_command_version"],grn_expr_add_var:[73,1,1,"c.grn_expr_add_var"],grn_encoding_parse:[109,1,1,"c.grn_encoding_parse"],grn_column_create:[108,1,1,"c.grn_column_create"],grn_ctx_set_command_version:[14,1,1,"c.grn_ctx_set_command_version"],grn_table_sort_flags:[100,2,1,"c.grn_table_sort_flags"],grn_obj_get_nhooks:[81,1,1,"c.grn_obj_get_nhooks"],grn_set_default_encoding:[109,1,1,"c.grn_set_default_encoding"],grn_set_default_command_version:[103,1,1,"c.grn_set_default_command_version"],grn_plugin_proc_get_var_by_offset:[34,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_encoding_to_string:[109,1,1,"c.grn_encoding_to_string"],"--receive-endpoint":[56,0,1,"cmdoption--receive-endpoint"],GRN_COLUMN_NAME_NSUBRECS_LEN:[108,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],grn_table_group:[100,1,1,"c.grn_table_group"],GRN_PLUGIN_FIN:[34,1,1,"c.GRN_PLUGIN_FIN"],command:[85,0,1,"cmdoption-arg-command"],grn_obj_name:[69,1,1,"c.grn_obj_name"],grn_plugin_mutex_close:[34,1,1,"c.grn_plugin_mutex_close"],grn_db_touch:[72,1,1,"c.grn_db_touch"],grn_table_update:[100,1,1,"c.grn_table_update"]},grn_db_create_optarg:{n_builtin_type_names:[72,4,1,"c.grn_db_create_optarg.n_builtin_type_names"],builtin_type_names:[72,4,1,"c.grn_db_create_optarg.builtin_type_names"]}},titleterms:{"6\u30ea\u30ea\u30fc\u30b9":[1,138],code:2,senna:36,"\u6539\u826f":[23,1,138,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":134,queri:[95,79,119,163,102,8,132,24,90],global:17,localstatedir:169,"4\u30ea\u30ea\u30fc\u30b9":138,prefix:[61,133,128,169,159,47,163],"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":134,follow:165,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":134,cache_limit:104,value_typ:57,"\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9":85,depend:[169,110],grn_type:54,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":134,"\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0":134,drilldown_offset:95,send:[90,106],column_cr:64,column_or_valu:84,table_list:92,downtim:47,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[151,33],query_str:102,"\u524d\u63d0\u6761\u4ef6":134,grn_command_vers:103,sourc:[148,116,12,135,89,169,77],string:[11,40,78,120,133],groonga:[48,126,36,134,167,118,119,121,85,86,8,156,30,76,106,56,151,90],"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":134,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":134,offlin:101,facebook:22,"\u30b5\u30f3\u30d7\u30eb":[161,151],greater_equ:61,brows:8,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u306b\u6307\u5b9a\u3067\u304d\u306a\u3044\u578b":39,administr:[8,90],"\u578b\u306b\u95a2\u3059\u308b\u5236\u9650\u4e8b\u9805":39,sub_filt:164,gnu:135,list:[0,2,22],vector:[11,74],drilldown_output_column:95,"\u30aa\u30d7\u30b7\u30e7\u30f3":[161,151,85],direct:8,sign:133,aggreg:119,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":129,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":129,index:[58,38,3,119,101,68,57],xor:133,learner:56,"files\u306e\u5b9f\u884c":134,delet:153,version:47,"new":[67,36,106],grn_info:35,full:[3,163,119,87,65,68],hash:165,gener:[106,110],learn:[118,56,152,16,42,159],bodi:122,let:165,solari:20,ubuntu:12,path:[60,169,47],valu:[78,5,83,40,41,7,88,9,131,92,94,66,136,51,102,52,139,141,21,143,57,60,43,145,150,63,64,113,153,104,84,114,71,164,118,165,120,27,96,31,125],"\u95a2\u4fc2\u5f0f":61,table_hash_kei:82,search:[38,95,3,79,80,119,74,42,65,16,165,128,133,68,87,159,163],"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":134,shift:133,blogroonga:134,memcach:90,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":134,chang:36,narrow:65,"\u9759\u7684\u89e3\u6790":160,"windows\u5411\u3051\u306e\u5834\u5408":134,match_column:[102,68,95],appli:74,modul:8,phrase:163,"debian\u7cfb\u306e\u5834\u5408":134,api:[75,25],grn_db:72,instal:[158,169,89,123,110],total:95,define_selector:139,select:95,httpd:[118,126,8,86,56],"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":121,from:[148,116,12,135,89,169,56,77],zip:89,commun:22,query_expand:[102,95],regist:9,upgrad:47,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":62,column_remov:63,call:133,"\u30c6\u30b9\u30c8\u65b9\u6cd5":160,key_typ:57,scope:164,query_expans:95,"\u30d6\u30ed\u30b0":134,sort:[65,3,117],token_filt:[78,57],relat:[68,95,8,56],benchmark:151,flag:[40,78,120,155,57],grn_content_typ:93,cach:[95,8],"\u4f7f\u3044\u65b9":151,prepar:79,work:[106,16,159,42],tag:[38,165,57],clearlock:94,"\u7279\u6b8a\u547d\u4ee4":151,control:133,grn_column:108,geo_in_rectangl:29,process:[124,132],lock:119,topic:13,sphere:66,liter:133,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u306f\u304a\u3055\u3089\u3044\u3057\u3066\u304a\u304f":111,groonga_cache_limit:8,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":160,onlin:101,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":134,unsign:133,"\u7406\u7531":111,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22":128,multipl:[68,133,117],secur:90,"\u540d\u524d":[161,59,162,98,151,39,85,29,53,30,157],pseudo_column:53,divis:133,how:[0,74,149,42,101,16,90,76,13,159,106],open_tagn:145,simpl:95,"\u30b3\u30de\u30f3\u30c9":[30,85],message_pack_install_prefix:169,max:[124,104,84],clone:106,geoloc:[80,165],mac:77,date:11,log_level:5,data:[163,11,165,159,42,8,133,56,57],table_dat_kei:82,alloc:149,"\u66f8\u5f0f":[161,59,162,98,151,85,29,30,157],geo_dist:66,grn_cach:15,favorit:165,issu:[0,90],callback:61,combin:163,normalizernfkc51:170,freebsd:124,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":134,table_token:40,origin:133,adjust:95,"\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":111,help:169,rand:59,hypertext:90,"3\u30ea\u30ea\u30fc\u30b9":138,gqtp:[126,155,90,115],paramet:[78,5,83,40,41,7,88,96,131,92,114,94,95,66,136,51,102,52,139,141,21,143,56,57,60,145,63,64,113,153,104,84,68,71,164,118,120,124,31,125],"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":134,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":134,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":134,group:[163,133],thank:[6,23,99,112,67],grn_table_select:61,fix:[6,23,36,112,67],"\u5b9f\u9a13\u7684":23,platform:169,window:89,requir:[95,66,118,83,120,40,102,52,78,96,114],persist:82,tsv:[122,158],mail:[0,22],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":160,"\u4f8b\u3048\u3070redmin":111,grn_hook:81,html_untag:96,"return":[78,5,83,40,41,2,88,9,131,92,94,66,136,51,102,52,139,141,21,143,57,60,43,145,150,63,64,113,153,104,84,114,71,164,118,120,27,7,96,31,125],greater:[61,163,133],worker_process:8,rectangl:66,"8\u30ea\u30ea\u30fc\u30b9":138,lzo:169,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":160,"\u8fd4\u5024":[59,95,162,98,29,30,157],now:162,highlight_ful:145,introduct:[152,110],term:133,name:[52,68,167,57],edit:106,revers:[38,8],grn_ctx:14,authent:47,kern:124,micro:165,token:[119,147,78,32],"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":154,each:68,ruby_load:60,updat:[119,106,159,134,110],"benchmark\u5b9f\u884c\u7d50\u679c":151,grn_encod:109,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":160,domain:117,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5":10,weight:[68,74],"0\u30ea\u30ea\u30fc\u30b9":[23,138,130],normalizerauto:170,proxy_cach:8,todo:[102,27],"http\u30b5\u30fc\u30d0\u30fc":30,"\u3053\u3061\u3089\u304b\u3089\u60c5\u5831\u3092\u63d0\u4f9b\u3059\u308b":111,develop:146,your:106,db_api:61,query_flag:95,"release\u306e\u5b9f\u884c":134,normalizer_nam:145,correct:[152,16],red:134,nofil:124,"1\u30ea\u30ea\u30fc\u30b9":[23,138],shut:8,proxi:8,advanc:95,free:119,grn_user_data:105,substitution_t:102,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":134,releas:[6,23,99,112,67],database_path:[118,56],grn_match_escal:55,launch:118,success:122,filter:[147,95],synopsti:167,assign:[163,133],oper:[166,3,133],softwar:110,rang:[3,57],groonga_log_path:8,suffix:[61,163,133],"7\u30ea\u30ea\u30fc\u30b9":[1,138],"\u8aac\u660e":[161,59,162,98,151,39,85,29,53,30,157],arrai:133,number:[124,95,169],edit_dist:98,groonga_database_auto_cr:8,modulo:133,open:124,primari:128,size:155,script:[131,133],"\u4fee\u6b63":[23,1,138,130],messag:169,expand:24,termin:90,store:[119,57],option:[40,66,118,120,167,102,78,56],relationship:38,travi:70,tool:[169,8,90],specifi:[66,3],"\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u4f4d\u7f6e\u3065\u3051":10,tokenfilterstem:147,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":61,than:[163,133],not_equ:61,keyword:165,remot:90,"grntest\u306e\u6e96\u5099":134,grn_table_cursor:137,exampl:[35,81,18,49,46,97,103,14,15,100,54,137,105,107,108,149,109,55,155,69,70,72,167,73],column_list:83,grn_expr:[61,73,142],latitud:[11,119],explicit:163,ruby_ev:131,tabl:[58,95,3,82,83,40,52,165,68,56,57],"null":133,packag:[169,126,12],bitwis:133,drilldown_limit:95,built:170,min:84,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":61,also:[78,5,82,83,60,41,40,2,131,94,95,136,51,102,139,142,21,57,147,43,145,150,164,153,155,158,120,27,167,122,7,170,104],point2:66,client:[168,90],build:[148,116,12,135,89,169,77],highlight_html:41,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":160,mroonga:119,normal:[74,78,120,170,57],"\u30d0\u30fc\u30b8\u30e7\u30f30":1,"\u30d0\u30fc\u30b8\u30e7\u30f31":[138,130],object:133,oracl:20,"twitter\u3067\u306e\u3084\u308a\u3068\u308a\u306f\u3067\u304d\u308b\u3060\u3051\u4ed6\u306e\u5834\u6240":111,"\u7d44\u8fbc\u578b":39,default_token:57,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":134,groonga_log_level:8,geoindex:165,table_pat_kei:82,request:[118,8,106],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":61,latest:134,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":129,"\u539f\u56e0":62,lexicon:[87,3,57],keywordn:145,text:[3,163,119,87,65,68],grn_index_cursor:107,syntax:[78,5,83,40,41,7,88,9,131,92,94,95,66,133,136,51,102,52,139,141,21,143,57,60,43,145,150,63,64,113,65,153,104,84,114,71,163,164,120,27,96,31,125],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":134,threshold:169,xml:122,access:[90,47],explicitli:66,locat:[38,65,66,158,119],just:74,ellipsoid:66,grnslap:161,configur:[17,8,110,169,47,70],solut:149,max_bord:84,use_html_escap:145,"benchmark\u547d\u4ee4":151,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":62,contribut:[76,13],variou:[11,65],get:[118,3],express:163,stop:126,cannot:149,wheezi:135,report:0,geo:[38,133,119],restart:126,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":10,enabl:110,query_typ:155,"\u3078\u3068\u8a98\u5c0e\u3057\u306a\u3044":111,patch:106,munin:169,tokenfilterstopword:147,"log_reopen\u3092\u7528\u3044\u305f\u30ed\u30b0\u306e\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":21,contain:61,table_cr:57,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":160,summari:[34,35,2,5,82,83,60,41,40,78,88,8,9,131,92,93,145,46,137,94,15,95,49,97,74,136,100,103,14,51,81,52,139,17,141,18,55,143,56,153,57,147,43,107,108,54,109,150,63,64,21,66,104,84,114,69,158,102,71,170,72,113,118,96,120,27,122,7,164,105,124,31,125],"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":134,set:[118,8],max_map_count:124,dump:141,see:[78,5,82,83,60,41,40,2,131,94,95,136,51,102,139,142,21,57,147,43,145,150,164,153,155,158,120,27,167,122,7,170,104],result:[3,117],arg:61,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":160,statu:[71,155,167],databas:[3,47],column_renam:52,less_equ:61,score:95,between:84,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":134,kei:128,numer:11,javascript:65,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u65b0\u898f\u30d0\u30fc\u30b8\u30e7\u30f3\u8ffd\u52a0":134,"\u5bfe\u7b56\u65b9\u6cd52":62,"\u5bfe\u7b56\u65b9\u6cd51":62,"com\u3078\u30ea\u30ea\u30fc\u30b9\u60c5\u5831\u3092\u767b\u9332":134,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":151,homebrew:77,addit:[170,133,87],instant:119,plugin:[34,169],geopoint:165,equal:[61,163,133],against:68,facet:95,tutori:140,logic:[163,133],improv:[36,112,6,67,23,99],"po\u306e\u5b9f\u884c":134,load:[51,165,3,8,74],among:68,defrag:31,"twitter\u7de8":111,overview:[11,119],period:36,header:[122,155],close_tagn:145,shutdown:125,linux:[135,124],grn_proc:46,quit:143,"\u5236\u9650\u4e8b\u9805":151,invert:119,freecod:134,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":160,json:[51,122],basic:[3,133],"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":160,log_put:7,resolut:38,"2\u30ea\u30ea\u30fc\u30b9":138,"\u30d3\u30eb\u30c9\u3092\u4e26\u5217\u5316\u3057\u305f\u3044":134,hashtag:165,i18n:106,"case":122,drildown:117,multi:47,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":134,zlib:169,cast:50,"\u691c\u7d22":129,error:[122,149],pack:169,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":160,"\u6982\u8981":10,"\u30d3\u30eb\u30c9\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":134,"\u5f15\u6570":[161,59,98,85,151,29,157],filter_str:164,archiv:12,cento:116,synopsi:[118,8,56],"version\u30d1\u30e9\u30e1\u30fc\u30bf":10,fedora:148,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u7528\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u3092\u77e5\u308a\u305f\u3044":134,"\u691c\u7d22\u306e\u6319\u52d5":129,perform:[8,47],suggest:[118,136,167,42,152,44,56],make:[169,134],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":160,binari:90,html:[96,106,110],output_column:95,document:[48,13,110],messagepack:122,complet:[152,159],http:[126,171,4,47,90],expans:79,nest:68,temporari:82,user:165,engin:119,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":121,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":134,tune:124,desctipion:167,sortbi:95,overcommit_memori:124,person:12,without:47,command:[10,3,4,118,85,26,90,47],gzip:47,left:133,comment:165,construct:101,protocol:[90,155],execut:45,less:[61,163,133],min_bord:84,"5\u30ea\u30ea\u30fc\u30b9":138,languag:106,approximate_typ:66,point1:66,mmap:149,point:133,patricia:128,blog:165,add:106,macport:77,geo_in_circl:157,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":134,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":134,match:[169,163,133],table_nam:114,format:[51,158,122,3,132],read:[119,159],nginx:8,"\u95be\u5024\u3092\u3042\u3052\u308b":62,characterist:[82,119],daemon:90,like:65,specif:[165,68,8,19],maxfileperproc:124,manual:37,integ:133,server:[119,126,90,28],"boolean":[11,133],cascad:153,output:[122,95,3,4,106],page:95,normalizer_list:43,old:67,twitter:22,log_reopen:21,sampl:[163,133],"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":160,librari:[119,169],confirm:106,table_no_kei:82,per:124,tracker:0,exit:167,condit:[65,95,163],refer:[34,35,37,81,18,93,46,49,74,11,103,14,15,100,17,55,105,38,107,108,54,109,137,97,69,72,73],core:47,who:165,run:[90,110],compress:47,view:3,usag:[78,4,5,83,40,41,7,88,8,9,131,92,94,95,66,74,136,51,102,52,139,141,21,143,56,57,60,43,145,150,63,64,113,153,104,84,114,96,158,71,164,118,120,27,124,31,125],tokenizer_list:150,"\u30d3\u30eb\u30c9\u6642\u306etip":134,"\u7591\u4f3c\u30ab\u30e9\u30e0":53,repositori:[91,106],offset:95,post:[165,8,47],subtract:133,comparison:[133,47],about:87,column:[58,66,3,163,117,74,119,145,41,127,68],memori:[149,124],snippet_html:27,truncat:114,"x\u306e\u304a\u77e5\u3089\u305b":[1,138,130],"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":160,ppa:12,match_escalation_threshold:95,grn_ii:18,"\u4f8b":[59,162,98,62,85,29,157],"float":133,encod:169,dataset:167,down:[65,8],"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":129,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":61,storag:119,groonga_query_log_path:8,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":39,log:[132,169,56,47],transfer:90,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":151,support:80,"\u5909\u66f4":138,submit:0,custom:47,avail:[147,8],start:126,arithmet:133,"\u306e\u66f4\u65b0":134,sharabl:119,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":10,"grntest\u306e\u5b9f\u884c\u65b9\u6cd5":134,"function":[144,133],"\u7279\u5b9a\u306e\u74b0\u5883\u5411\u3051\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044":134,"\u691c\u7d22\u4f8b4":61,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":61,"\u691c\u7d22\u4f8b2":61,"\u691c\u7d22\u4f8b1":61,translat:106,drilldown_sortbi:95,line:[118,4],bug:0,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":134,pull:106,new_nam:52,type:[11,165],record:[82,95,3],limit:[58,95,117,74,82,158],inform:[65,87],similar:[16,133,61],grn_tabl:100,"\u611f\u8b1d":[23,1,138,130],featur:80,bigram:165,creat:[3,74,165,167,68,57],trie:128,flow:106,grn_obj:69,groonga_databas:8,mode:[40,78,61],"homebrew\u306e\u66f4\u65b0":134,right:133,file:[167,124,158,56,47,106],check:113,"\u5bfe\u5fdc":111,extract:[133,42],grn_search:49,"default":[169,10],other:169,"\u30c7\u30fc\u30bf\u578b":39,grn_geo:97,"hat\u7cfb\u306e\u5834\u5408":134,scorer:[65,95],cooccurr:[16,159,42],drilldown:[95,117],debian:135,longitud:[11,119],groonga_base_path:8,escal:169,"\u691c\u7d22\u4f8b3":61,cpu:47,table_remov:88,queryexpandertsv:158,time:[11,165,133],escap:163,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":134,avoid:149}})
@@ -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 v4.0.5-143-g3391c1d documentation</title>
10
+ <title>5. Server &mdash; Groonga v4.0.6-211-g8c0bb0b 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: '4.0.5-143-g3391c1d',
18
+ VERSION: '4.0.6-211-g8c0bb0b',
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 v4.0.5-143-g3391c1d documentation" href="index.html" />
29
- <link rel="next" title="7.1. Server packages" href="server/package.html" />
30
- <link rel="prev" title="6. Geolocation Search" href="geolocation_search.html" />
28
+ <link rel="top" title="Groonga v4.0.6-211-g8c0bb0b documentation" href="index.html" />
29
+ <link rel="next" title="5.1. Server packages" href="server/package.html" />
30
+ <link rel="prev" title="4.11. Query expansion" href="tutorial/query_expansion.html" />
31
31
  </head>
32
32
  <body>
33
33
  <div class="header">
@@ -54,12 +54,12 @@
54
54
  <a href="genindex.html" title="General Index"
55
55
  accesskey="I">index</a></li>
56
56
  <li class="right" >
57
- <a href="server/package.html" title="7.1. Server packages"
57
+ <a href="server/package.html" title="5.1. Server packages"
58
58
  accesskey="N">next</a> |</li>
59
59
  <li class="right" >
60
- <a href="geolocation_search.html" title="6. Geolocation Search"
60
+ <a href="tutorial/query_expansion.html" title="4.11. Query expansion"
61
61
  accesskey="P">previous</a> |</li>
62
- <li><a href="index.html">Groonga v4.0.5-143-g3391c1d documentation</a> &raquo;</li>
62
+ <li><a href="index.html">Groonga v4.0.6-211-g8c0bb0b documentation</a> &raquo;</li>
63
63
  </ul>
64
64
  </div>
65
65
 
@@ -69,20 +69,20 @@
69
69
  <div class="body">
70
70
 
71
71
  <div class="section" id="server">
72
- <h1>7. Server<a class="headerlink" href="#server" title="Permalink to this headline">¶</a></h1>
72
+ <h1>5. Server<a class="headerlink" href="#server" title="Permalink to this headline">¶</a></h1>
73
73
  <div class="toctree-wrapper compound">
74
74
  <ul>
75
- <li class="toctree-l1"><a class="reference internal" href="server/package.html">7.1. Server packages</a><ul>
76
- <li class="toctree-l2"><a class="reference internal" href="server/package.html#groonga-httpd">7.1.1. groonga-httpd</a></li>
77
- <li class="toctree-l2"><a class="reference internal" href="server/package.html#groonga-server-http">7.1.2. groonga-server-http</a></li>
78
- <li class="toctree-l2"><a class="reference internal" href="server/package.html#groonga-server-gqtp">7.1.3. groonga-server-gqtp</a></li>
75
+ <li class="toctree-l1"><a class="reference internal" href="server/package.html">5.1. Server packages</a><ul>
76
+ <li class="toctree-l2"><a class="reference internal" href="server/package.html#groonga-httpd">5.1.1. groonga-httpd</a></li>
77
+ <li class="toctree-l2"><a class="reference internal" href="server/package.html#groonga-server-http">5.1.2. groonga-server-http</a></li>
78
+ <li class="toctree-l2"><a class="reference internal" href="server/package.html#groonga-server-gqtp">5.1.3. groonga-server-gqtp</a></li>
79
79
  </ul>
80
80
  </li>
81
- <li class="toctree-l1"><a class="reference internal" href="server/gqtp.html">7.2. GQTP</a></li>
82
- <li class="toctree-l1"><a class="reference internal" href="server/http.html">7.3. HTTP</a><ul>
83
- <li class="toctree-l2"><a class="reference internal" href="server/http/comparison.html">7.3.1. Comparison</a></li>
84
- <li class="toctree-l2"><a class="reference internal" href="server/http/groonga.html">7.3.2. groonga</a></li>
85
- <li class="toctree-l2"><a class="reference internal" href="server/http/groonga-httpd.html">7.3.3. groonga-httpd</a></li>
81
+ <li class="toctree-l1"><a class="reference internal" href="server/gqtp.html">5.2. GQTP</a></li>
82
+ <li class="toctree-l1"><a class="reference internal" href="server/http.html">5.3. HTTP</a><ul>
83
+ <li class="toctree-l2"><a class="reference internal" href="server/http/comparison.html">5.3.1. Comparison</a></li>
84
+ <li class="toctree-l2"><a class="reference internal" href="server/http/groonga.html">5.3.2. groonga</a></li>
85
+ <li class="toctree-l2"><a class="reference internal" href="server/http/groonga-httpd.html">5.3.3. groonga-httpd</a></li>
86
86
  </ul>
87
87
  </li>
88
88
  </ul>
@@ -96,11 +96,11 @@
96
96
  <div class="sphinxsidebar">
97
97
  <div class="sphinxsidebarwrapper">
98
98
  <h4>Previous topic</h4>
99
- <p class="topless"><a href="geolocation_search.html"
100
- title="previous chapter">6. Geolocation Search</a></p>
99
+ <p class="topless"><a href="tutorial/query_expansion.html"
100
+ title="previous chapter">4.11. Query expansion</a></p>
101
101
  <h4>Next topic</h4>
102
102
  <p class="topless"><a href="server/package.html"
103
- title="next chapter">7.1. Server packages</a></p>
103
+ title="next chapter">5.1. Server packages</a></p>
104
104
  <h3>This Page</h3>
105
105
  <ul class="this-page-menu">
106
106
  <li><a href="_sources/server.txt"
@@ -130,12 +130,12 @@
130
130
  <a href="genindex.html" title="General Index"
131
131
  >index</a></li>
132
132
  <li class="right" >
133
- <a href="server/package.html" title="7.1. Server packages"
133
+ <a href="server/package.html" title="5.1. Server packages"
134
134
  >next</a> |</li>
135
135
  <li class="right" >
136
- <a href="geolocation_search.html" title="6. Geolocation Search"
136
+ <a href="tutorial/query_expansion.html" title="4.11. Query expansion"
137
137
  >previous</a> |</li>
138
- <li><a href="index.html">Groonga v4.0.5-143-g3391c1d documentation</a> &raquo;</li>
138
+ <li><a href="index.html">Groonga v4.0.6-211-g8c0bb0b 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 v4.0.5-143-g3391c1d documentation</title>
10
+ <title>5.2. GQTP &mdash; Groonga v4.0.6-211-g8c0bb0b 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: '4.0.5-143-g3391c1d',
18
+ VERSION: '4.0.6-211-g8c0bb0b',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,10 +25,10 @@
25
25
  <script type="text/javascript" src="../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v4.0.5-143-g3391c1d documentation" href="../index.html" />
29
- <link rel="up" title="7. Server" href="../server.html" />
30
- <link rel="next" title="7.3. HTTP" href="http.html" />
31
- <link rel="prev" title="7.1. Server packages" href="package.html" />
28
+ <link rel="top" title="Groonga v4.0.6-211-g8c0bb0b documentation" href="../index.html" />
29
+ <link rel="up" title="5. Server" href="../server.html" />
30
+ <link rel="next" title="5.3. HTTP" href="http.html" />
31
+ <link rel="prev" title="5.1. Server packages" href="package.html" />
32
32
  </head>
33
33
  <body>
34
34
  <div class="header">
@@ -55,13 +55,13 @@
55
55
  <a href="../genindex.html" title="General Index"
56
56
  accesskey="I">index</a></li>
57
57
  <li class="right" >
58
- <a href="http.html" title="7.3. HTTP"
58
+ <a href="http.html" title="5.3. HTTP"
59
59
  accesskey="N">next</a> |</li>
60
60
  <li class="right" >
61
- <a href="package.html" title="7.1. Server packages"
61
+ <a href="package.html" title="5.1. Server packages"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> &raquo;</li>
64
- <li><a href="../server.html" accesskey="U">7. Server</a> &raquo;</li>
63
+ <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0b documentation</a> &raquo;</li>
64
+ <li><a href="../server.html" accesskey="U">5. Server</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
67
67
 
@@ -71,7 +71,7 @@
71
71
  <div class="body">
72
72
 
73
73
  <div class="section" id="gqtp">
74
- <h1>7.2. GQTP<a class="headerlink" href="#gqtp" title="Permalink to this headline">¶</a></h1>
74
+ <h1>5.2. GQTP<a class="headerlink" href="#gqtp" title="Permalink to this headline">¶</a></h1>
75
75
  <p>TODO</p>
76
76
  <p>See <a class="reference internal" href="../reference/executables/groonga.html"><em>groonga command</em></a>.</p>
77
77
  </div>
@@ -84,10 +84,10 @@
84
84
  <div class="sphinxsidebarwrapper">
85
85
  <h4>Previous topic</h4>
86
86
  <p class="topless"><a href="package.html"
87
- title="previous chapter">7.1. Server packages</a></p>
87
+ title="previous chapter">5.1. Server packages</a></p>
88
88
  <h4>Next topic</h4>
89
89
  <p class="topless"><a href="http.html"
90
- title="next chapter">7.3. HTTP</a></p>
90
+ title="next chapter">5.3. HTTP</a></p>
91
91
  <h3>This Page</h3>
92
92
  <ul class="this-page-menu">
93
93
  <li><a href="../_sources/server/gqtp.txt"
@@ -117,13 +117,13 @@
117
117
  <a href="../genindex.html" title="General Index"
118
118
  >index</a></li>
119
119
  <li class="right" >
120
- <a href="http.html" title="7.3. HTTP"
120
+ <a href="http.html" title="5.3. HTTP"
121
121
  >next</a> |</li>
122
122
  <li class="right" >
123
- <a href="package.html" title="7.1. Server packages"
123
+ <a href="package.html" title="5.1. Server packages"
124
124
  >previous</a> |</li>
125
- <li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> &raquo;</li>
126
- <li><a href="../server.html" >7. Server</a> &raquo;</li>
125
+ <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0b documentation</a> &raquo;</li>
126
+ <li><a href="../server.html" >5. Server</a> &raquo;</li>
127
127
  </ul>
128
128
  </div>
129
129
  <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.3. HTTP &mdash; Groonga v4.0.5-143-g3391c1d documentation</title>
10
+ <title>5.3. HTTP &mdash; Groonga v4.0.6-211-g8c0bb0b 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: '4.0.5-143-g3391c1d',
18
+ VERSION: '4.0.6-211-g8c0bb0b',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,10 +25,10 @@
25
25
  <script type="text/javascript" src="../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v4.0.5-143-g3391c1d documentation" href="../index.html" />
29
- <link rel="up" title="7. Server" href="../server.html" />
30
- <link rel="next" title="7.3.1. Comparison" href="http/comparison.html" />
31
- <link rel="prev" title="7.2. GQTP" href="gqtp.html" />
28
+ <link rel="top" title="Groonga v4.0.6-211-g8c0bb0b documentation" href="../index.html" />
29
+ <link rel="up" title="5. Server" href="../server.html" />
30
+ <link rel="next" title="5.3.1. Comparison" href="http/comparison.html" />
31
+ <link rel="prev" title="5.2. GQTP" href="gqtp.html" />
32
32
  </head>
33
33
  <body>
34
34
  <div class="header">
@@ -55,13 +55,13 @@
55
55
  <a href="../genindex.html" title="General Index"
56
56
  accesskey="I">index</a></li>
57
57
  <li class="right" >
58
- <a href="http/comparison.html" title="7.3.1. Comparison"
58
+ <a href="http/comparison.html" title="5.3.1. Comparison"
59
59
  accesskey="N">next</a> |</li>
60
60
  <li class="right" >
61
- <a href="gqtp.html" title="7.2. GQTP"
61
+ <a href="gqtp.html" title="5.2. GQTP"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> &raquo;</li>
64
- <li><a href="../server.html" accesskey="U">7. Server</a> &raquo;</li>
63
+ <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0b documentation</a> &raquo;</li>
64
+ <li><a href="../server.html" accesskey="U">5. Server</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
67
67
 
@@ -71,7 +71,7 @@
71
71
  <div class="body">
72
72
 
73
73
  <div class="section" id="http">
74
- <h1>7.3. HTTP<a class="headerlink" href="#http" title="Permalink to this headline">¶</a></h1>
74
+ <h1>5.3. HTTP<a class="headerlink" href="#http" title="Permalink to this headline">¶</a></h1>
75
75
  <p>Groonga provides two HTTP server implementations.</p>
76
76
  <ul class="simple">
77
77
  <li><a class="reference internal" href="http/groonga.html"><em>groonga</em></a></li>
@@ -88,23 +88,23 @@ implementation. It is also fast and has many HTTP features.</p>
88
88
  </div>
89
89
  <div class="toctree-wrapper compound">
90
90
  <ul>
91
- <li class="toctree-l1"><a class="reference internal" href="http/comparison.html">7.3.1. Comparison</a><ul>
92
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#performance">7.3.1.1. Performance</a></li>
93
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#using-multi-cpu-cores">7.3.1.2. Using multi CPU cores</a></li>
94
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#configuration-file">7.3.1.3. Configuration file</a></li>
95
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#custom-prefix-path">7.3.1.4. Custom prefix path</a></li>
96
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#custom-command-version">7.3.1.5. Custom command version</a></li>
97
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#multi-databases">7.3.1.6. Multi databases</a></li>
98
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#authentication">7.3.1.7. Authentication</a></li>
99
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#gzip-compression">7.3.1.8. Gzip compression</a></li>
100
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#post">7.3.1.9. POST</a></li>
101
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#https">7.3.1.10. HTTPS</a></li>
102
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#access-log">7.3.1.11. Access log</a></li>
103
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#upgrading-without-downtime">7.3.1.12. Upgrading without downtime</a></li>
91
+ <li class="toctree-l1"><a class="reference internal" href="http/comparison.html">5.3.1. Comparison</a><ul>
92
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#performance">5.3.1.1. Performance</a></li>
93
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#using-multi-cpu-cores">5.3.1.2. Using multi CPU cores</a></li>
94
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#configuration-file">5.3.1.3. Configuration file</a></li>
95
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#custom-prefix-path">5.3.1.4. Custom prefix path</a></li>
96
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#custom-command-version">5.3.1.5. Custom command version</a></li>
97
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#multi-databases">5.3.1.6. Multi databases</a></li>
98
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#authentication">5.3.1.7. Authentication</a></li>
99
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#gzip-compression">5.3.1.8. Gzip compression</a></li>
100
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#post">5.3.1.9. POST</a></li>
101
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#https">5.3.1.10. HTTPS</a></li>
102
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#access-log">5.3.1.11. Access log</a></li>
103
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#upgrading-without-downtime">5.3.1.12. Upgrading without downtime</a></li>
104
104
  </ul>
105
105
  </li>
106
- <li class="toctree-l1"><a class="reference internal" href="http/groonga.html">7.3.2. groonga</a></li>
107
- <li class="toctree-l1"><a class="reference internal" href="http/groonga-httpd.html">7.3.3. groonga-httpd</a></li>
106
+ <li class="toctree-l1"><a class="reference internal" href="http/groonga.html">5.3.2. groonga</a></li>
107
+ <li class="toctree-l1"><a class="reference internal" href="http/groonga-httpd.html">5.3.3. groonga-httpd</a></li>
108
108
  </ul>
109
109
  </div>
110
110
  </div>
@@ -117,10 +117,10 @@ implementation. It is also fast and has many HTTP features.</p>
117
117
  <div class="sphinxsidebarwrapper">
118
118
  <h4>Previous topic</h4>
119
119
  <p class="topless"><a href="gqtp.html"
120
- title="previous chapter">7.2. GQTP</a></p>
120
+ title="previous chapter">5.2. GQTP</a></p>
121
121
  <h4>Next topic</h4>
122
122
  <p class="topless"><a href="http/comparison.html"
123
- title="next chapter">7.3.1. Comparison</a></p>
123
+ title="next chapter">5.3.1. Comparison</a></p>
124
124
  <h3>This Page</h3>
125
125
  <ul class="this-page-menu">
126
126
  <li><a href="../_sources/server/http.txt"
@@ -150,13 +150,13 @@ implementation. It is also fast and has many HTTP features.</p>
150
150
  <a href="../genindex.html" title="General Index"
151
151
  >index</a></li>
152
152
  <li class="right" >
153
- <a href="http/comparison.html" title="7.3.1. Comparison"
153
+ <a href="http/comparison.html" title="5.3.1. Comparison"
154
154
  >next</a> |</li>
155
155
  <li class="right" >
156
- <a href="gqtp.html" title="7.2. GQTP"
156
+ <a href="gqtp.html" title="5.2. GQTP"
157
157
  >previous</a> |</li>
158
- <li><a href="../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> &raquo;</li>
159
- <li><a href="../server.html" >7. Server</a> &raquo;</li>
158
+ <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0b documentation</a> &raquo;</li>
159
+ <li><a href="../server.html" >5. Server</a> &raquo;</li>
160
160
  </ul>
161
161
  </div>
162
162
  <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.3.1. Comparison &mdash; Groonga v4.0.5-143-g3391c1d documentation</title>
10
+ <title>5.3.1. Comparison &mdash; Groonga v4.0.6-211-g8c0bb0b 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: '4.0.5-143-g3391c1d',
18
+ VERSION: '4.0.6-211-g8c0bb0b',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,10 +25,10 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v4.0.5-143-g3391c1d documentation" href="../../index.html" />
29
- <link rel="up" title="7.3. HTTP" href="../http.html" />
30
- <link rel="next" title="7.3.2. groonga" href="groonga.html" />
31
- <link rel="prev" title="7.3. HTTP" href="../http.html" />
28
+ <link rel="top" title="Groonga v4.0.6-211-g8c0bb0b documentation" href="../../index.html" />
29
+ <link rel="up" title="5.3. HTTP" href="../http.html" />
30
+ <link rel="next" title="5.3.2. groonga" href="groonga.html" />
31
+ <link rel="prev" title="5.3. HTTP" href="../http.html" />
32
32
  </head>
33
33
  <body>
34
34
  <div class="header">
@@ -55,14 +55,14 @@
55
55
  <a href="../../genindex.html" title="General Index"
56
56
  accesskey="I">index</a></li>
57
57
  <li class="right" >
58
- <a href="groonga.html" title="7.3.2. groonga"
58
+ <a href="groonga.html" title="5.3.2. groonga"
59
59
  accesskey="N">next</a> |</li>
60
60
  <li class="right" >
61
- <a href="../http.html" title="7.3. HTTP"
61
+ <a href="../http.html" title="5.3. HTTP"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> &raquo;</li>
64
- <li><a href="../../server.html" >7. Server</a> &raquo;</li>
65
- <li><a href="../http.html" accesskey="U">7.3. HTTP</a> &raquo;</li>
63
+ <li><a href="../../index.html">Groonga v4.0.6-211-g8c0bb0b documentation</a> &raquo;</li>
64
+ <li><a href="../../server.html" >5. Server</a> &raquo;</li>
65
+ <li><a href="../http.html" accesskey="U">5.3. HTTP</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
68
68
 
@@ -72,7 +72,7 @@
72
72
  <div class="body">
73
73
 
74
74
  <div class="section" id="comparison">
75
- <h1>7.3.1. Comparison<a class="headerlink" href="#comparison" title="Permalink to this headline">¶</a></h1>
75
+ <h1>5.3.1. Comparison<a class="headerlink" href="#comparison" title="Permalink to this headline">¶</a></h1>
76
76
  <p>There are many differences between <a class="reference internal" href="groonga.html"><em>groonga</em></a> and
77
77
  <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a>. Here is a comparison table.</p>
78
78
  <table border="1" class="docutils">
@@ -139,12 +139,12 @@
139
139
  </tbody>
140
140
  </table>
141
141
  <div class="section" id="performance">
142
- <h2>7.3.1.1. Performance<a class="headerlink" href="#performance" title="Permalink to this headline">¶</a></h2>
142
+ <h2>5.3.1.1. Performance<a class="headerlink" href="#performance" title="Permalink to this headline">¶</a></h2>
143
143
  <p>Both <a class="reference internal" href="groonga.html"><em>groonga</em></a> and <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> are very fast. They can
144
144
  work with the same throughput.</p>
145
145
  </div>
146
146
  <div class="section" id="using-multi-cpu-cores">
147
- <h2>7.3.1.2. Using multi CPU cores<a class="headerlink" href="#using-multi-cpu-cores" title="Permalink to this headline">¶</a></h2>
147
+ <h2>5.3.1.2. Using multi CPU cores<a class="headerlink" href="#using-multi-cpu-cores" title="Permalink to this headline">¶</a></h2>
148
148
  <p>Groonga scales on multi CPU cores. <a class="reference internal" href="groonga.html"><em>groonga</em></a> scales by multi
149
149
  threading. <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> scales by multi processes.</p>
150
150
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> uses the same number of threads as CPU cores by
@@ -162,7 +162,7 @@ http {
162
162
  </div>
163
163
  </div>
164
164
  <div class="section" id="configuration-file">
165
- <h2>7.3.1.3. Configuration file<a class="headerlink" href="#configuration-file" title="Permalink to this headline">¶</a></h2>
165
+ <h2>5.3.1.3. Configuration file<a class="headerlink" href="#configuration-file" title="Permalink to this headline">¶</a></h2>
166
166
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> can work without configuration file. All configuration
167
167
  items such as port number and the max number of threads can be
168
168
  specified by command line. Configuration file is also used to specify
@@ -193,7 +193,7 @@ http {
193
193
  </div>
194
194
  </div>
195
195
  <div class="section" id="custom-prefix-path">
196
- <h2>7.3.1.4. Custom prefix path<a class="headerlink" href="#custom-prefix-path" title="Permalink to this headline">¶</a></h2>
196
+ <h2>5.3.1.4. Custom prefix path<a class="headerlink" href="#custom-prefix-path" title="Permalink to this headline">¶</a></h2>
197
197
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> accepts a path that starts with <tt class="docutils literal"><span class="pre">/d/</span></tt> as command URL
198
198
  such as <tt class="docutils literal"><span class="pre">http://localhost:10041/d/status</span></tt>. You cannot change the
199
199
  prefix path <tt class="docutils literal"><span class="pre">/d/</span></tt>.</p>
@@ -217,7 +217,7 @@ http {
217
217
  </div>
218
218
  </div>
219
219
  <div class="section" id="custom-command-version">
220
- <h2>7.3.1.5. Custom command version<a class="headerlink" href="#custom-command-version" title="Permalink to this headline">¶</a></h2>
220
+ <h2>5.3.1.5. Custom command version<a class="headerlink" href="#custom-command-version" title="Permalink to this headline">¶</a></h2>
221
221
  <p>Groonga has <a class="reference internal" href="../../reference/command/command_version.html"><em>コマンドバージョン</em></a> mechanism. It is for
222
222
  upgrading groonga commands with backward compatibility.</p>
223
223
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> can change the default command veresion by
@@ -256,7 +256,7 @@ http {
256
256
  </div>
257
257
  </div>
258
258
  <div class="section" id="multi-databases">
259
- <h2>7.3.1.6. Multi databases<a class="headerlink" href="#multi-databases" title="Permalink to this headline">¶</a></h2>
259
+ <h2>5.3.1.6. Multi databases<a class="headerlink" href="#multi-databases" title="Permalink to this headline">¶</a></h2>
260
260
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> can use only one database in a process.</p>
261
261
  <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> can use one or more databases in a process. Here
262
262
  is a sample configuration to provide <tt class="docutils literal"><span class="pre">/tmp/db1</span></tt> database under
@@ -283,7 +283,7 @@ http {
283
283
  </div>
284
284
  </div>
285
285
  <div class="section" id="authentication">
286
- <h2>7.3.1.7. Authentication<a class="headerlink" href="#authentication" title="Permalink to this headline">¶</a></h2>
286
+ <h2>5.3.1.7. Authentication<a class="headerlink" href="#authentication" title="Permalink to this headline">¶</a></h2>
287
287
  <p>HTTP supports authentications such as basic authentication and digest
288
288
  authentication. It can be used for restricting use of danger command such
289
289
  as <a class="reference internal" href="../../reference/commands/shutdown.html"><em>shutdown</em></a>.</p>
@@ -317,7 +317,7 @@ http {
317
317
  </div>
318
318
  </div>
319
319
  <div class="section" id="gzip-compression">
320
- <h2>7.3.1.8. Gzip compression<a class="headerlink" href="#gzip-compression" title="Permalink to this headline">¶</a></h2>
320
+ <h2>5.3.1.8. Gzip compression<a class="headerlink" href="#gzip-compression" title="Permalink to this headline">¶</a></h2>
321
321
  <p>HTTP supports response compression by gzip with <tt class="docutils literal"><span class="pre">Content-Encoding:</span>
322
322
  <span class="pre">gzip</span></tt> response header. It can reduce network flow. It is useful
323
323
  for large search response.</p>
@@ -356,7 +356,7 @@ formats in the future. The second, all requests for the <cite>location</cite> ar
356
356
  processed by groonga. You don't need to consider about other modules.</p>
357
357
  </div>
358
358
  <div class="section" id="post">
359
- <h2>7.3.1.9. POST<a class="headerlink" href="#post" title="Permalink to this headline">¶</a></h2>
359
+ <h2>5.3.1.9. POST<a class="headerlink" href="#post" title="Permalink to this headline">¶</a></h2>
360
360
  <p>You can load your data by POST JSON data. You need follow the
361
361
  following rules to use loading by POST.</p>
362
362
  <ul class="simple">
@@ -371,15 +371,15 @@ following rules to use loading by POST.</p>
371
371
  </div>
372
372
  </div>
373
373
  <div class="section" id="https">
374
- <h2>7.3.1.10. HTTPS<a class="headerlink" href="#https" title="Permalink to this headline">¶</a></h2>
374
+ <h2>5.3.1.10. HTTPS<a class="headerlink" href="#https" title="Permalink to this headline">¶</a></h2>
375
375
  <p>TODO</p>
376
376
  </div>
377
377
  <div class="section" id="access-log">
378
- <h2>7.3.1.11. Access log<a class="headerlink" href="#access-log" title="Permalink to this headline">¶</a></h2>
378
+ <h2>5.3.1.11. Access log<a class="headerlink" href="#access-log" title="Permalink to this headline">¶</a></h2>
379
379
  <p>TODO</p>
380
380
  </div>
381
381
  <div class="section" id="upgrading-without-downtime">
382
- <h2>7.3.1.12. Upgrading without downtime<a class="headerlink" href="#upgrading-without-downtime" title="Permalink to this headline">¶</a></h2>
382
+ <h2>5.3.1.12. Upgrading without downtime<a class="headerlink" href="#upgrading-without-downtime" title="Permalink to this headline">¶</a></h2>
383
383
  <p>TODO</p>
384
384
  </div>
385
385
  </div>
@@ -392,29 +392,29 @@ following rules to use loading by POST.</p>
392
392
  <div class="sphinxsidebarwrapper">
393
393
  <h3><a href="../../index.html">Table Of Contents</a></h3>
394
394
  <ul>
395
- <li><a class="reference internal" href="#">7.3.1. Comparison</a><ul>
396
- <li><a class="reference internal" href="#performance">7.3.1.1. Performance</a></li>
397
- <li><a class="reference internal" href="#using-multi-cpu-cores">7.3.1.2. Using multi CPU cores</a></li>
398
- <li><a class="reference internal" href="#configuration-file">7.3.1.3. Configuration file</a></li>
399
- <li><a class="reference internal" href="#custom-prefix-path">7.3.1.4. Custom prefix path</a></li>
400
- <li><a class="reference internal" href="#custom-command-version">7.3.1.5. Custom command version</a></li>
401
- <li><a class="reference internal" href="#multi-databases">7.3.1.6. Multi databases</a></li>
402
- <li><a class="reference internal" href="#authentication">7.3.1.7. Authentication</a></li>
403
- <li><a class="reference internal" href="#gzip-compression">7.3.1.8. Gzip compression</a></li>
404
- <li><a class="reference internal" href="#post">7.3.1.9. POST</a></li>
405
- <li><a class="reference internal" href="#https">7.3.1.10. HTTPS</a></li>
406
- <li><a class="reference internal" href="#access-log">7.3.1.11. Access log</a></li>
407
- <li><a class="reference internal" href="#upgrading-without-downtime">7.3.1.12. Upgrading without downtime</a></li>
395
+ <li><a class="reference internal" href="#">5.3.1. Comparison</a><ul>
396
+ <li><a class="reference internal" href="#performance">5.3.1.1. Performance</a></li>
397
+ <li><a class="reference internal" href="#using-multi-cpu-cores">5.3.1.2. Using multi CPU cores</a></li>
398
+ <li><a class="reference internal" href="#configuration-file">5.3.1.3. Configuration file</a></li>
399
+ <li><a class="reference internal" href="#custom-prefix-path">5.3.1.4. Custom prefix path</a></li>
400
+ <li><a class="reference internal" href="#custom-command-version">5.3.1.5. Custom command version</a></li>
401
+ <li><a class="reference internal" href="#multi-databases">5.3.1.6. Multi databases</a></li>
402
+ <li><a class="reference internal" href="#authentication">5.3.1.7. Authentication</a></li>
403
+ <li><a class="reference internal" href="#gzip-compression">5.3.1.8. Gzip compression</a></li>
404
+ <li><a class="reference internal" href="#post">5.3.1.9. POST</a></li>
405
+ <li><a class="reference internal" href="#https">5.3.1.10. HTTPS</a></li>
406
+ <li><a class="reference internal" href="#access-log">5.3.1.11. Access log</a></li>
407
+ <li><a class="reference internal" href="#upgrading-without-downtime">5.3.1.12. Upgrading without downtime</a></li>
408
408
  </ul>
409
409
  </li>
410
410
  </ul>
411
411
 
412
412
  <h4>Previous topic</h4>
413
413
  <p class="topless"><a href="../http.html"
414
- title="previous chapter">7.3. HTTP</a></p>
414
+ title="previous chapter">5.3. HTTP</a></p>
415
415
  <h4>Next topic</h4>
416
416
  <p class="topless"><a href="groonga.html"
417
- title="next chapter">7.3.2. groonga</a></p>
417
+ title="next chapter">5.3.2. groonga</a></p>
418
418
  <h3>This Page</h3>
419
419
  <ul class="this-page-menu">
420
420
  <li><a href="../../_sources/server/http/comparison.txt"
@@ -444,14 +444,14 @@ following rules to use loading by POST.</p>
444
444
  <a href="../../genindex.html" title="General Index"
445
445
  >index</a></li>
446
446
  <li class="right" >
447
- <a href="groonga.html" title="7.3.2. groonga"
447
+ <a href="groonga.html" title="5.3.2. groonga"
448
448
  >next</a> |</li>
449
449
  <li class="right" >
450
- <a href="../http.html" title="7.3. HTTP"
450
+ <a href="../http.html" title="5.3. HTTP"
451
451
  >previous</a> |</li>
452
- <li><a href="../../index.html">Groonga v4.0.5-143-g3391c1d documentation</a> &raquo;</li>
453
- <li><a href="../../server.html" >7. Server</a> &raquo;</li>
454
- <li><a href="../http.html" >7.3. HTTP</a> &raquo;</li>
452
+ <li><a href="../../index.html">Groonga v4.0.6-211-g8c0bb0b documentation</a> &raquo;</li>
453
+ <li><a href="../../server.html" >5. Server</a> &raquo;</li>
454
+ <li><a href="../http.html" >5.3. HTTP</a> &raquo;</li>
455
455
  </ul>
456
456
  </div>
457
457
  <div class="footer">