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:{clumns:124,"\u51fa\u6765":[38,67,78],"\u300calice":162,localstatedir:[138,165],"\u3082\u3089\u3063":3,four:[132,3],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[30,86],"\u811a\u6ce8":[11,3,39,62,29,155],"\u3082\u3089\u3048":112,"\u65e5\u672c\u4eba":43,"\u79d2\u60c5":23,"_column":[],"\u7b2c\u4e8c":[],"\u6b63\u5e38":[150,134],"\u30d5\u30c3\u30af":69,internally:[],"\u5b9a\u5024":6,"/projects":134,"&q":118,"&s":118,"\u7b2c\u4e00":[],"\u3044\u304f\u3064\u304b":[147,96,78,134,120,113,22,102,60,52,165,144,157,167],"\u89e3\u9664":[1,68,86,95],second:132,"\u4f5c\u3089\u308c":[66,150],"\u4e8b\u524d":[59,134,61,131,166,10],"\u30de\u30af\u30ed":[23,68,113],"\u30b7\u30f3\u30dc\u30eb":63,"\u5f15\u3044":133,increasing:124,error:[34,48,5,113,122,7,8,132,66],here:[34,118,111,163,124,132,8,75,43,55],onga:27,"&!":133,china:117,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":143,"&&":[61,161,96,128,133],"\u4e0e\u3048":[50,60,3,61,110,86,113,6,91,137],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[6,23,113],"\u4e2d\u8eab":[66,3,153,150],"_output":[],"\u30c8\u30fc\u30af\u30f3":[78,133,109,83,75,129,113,138,66,23,166,56],"\u7ffb\u8a33":[],"\u300c\"":86,"\u300c#":138,"\u300c,":141,"9e":166,"9f":4,unix:[122,165],txt:[74,106],"\u5ea6\u6d6e":39,"\u5bfe\u7167":102,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[],"_check":[66,68,157],"\u89e3\u6c7a\u7b56":112,"\u975e\u63a8":[11,113,6,66,23,56],music:[38,132],tokenize:[],"_flags":[],"[pkg":[6,23],until:[34,124,17],"\u30d6\u30ed\u30b0":[],"\u30df\u30ea":[12,23,39,64,133],"\u6709\u529b":136,"\u7f6e\u304f\u4f8b":165,"[os":66,"\u4e0b\u304c\u308a":61,karmic:157,"\u300cv":134,"(pos":[29,155],"_command":[],"\u7518\u6817":[],"\u6709\u52b9":[78,84,86,91,23,165,96,134,12,13,50,100,56,108,150,113,66,68,99,160,116,71,119,27,8],locked:34,"\u4e8c\u91cd":[66,113,160],"\u30e1\u30fc\u30eb":[0,106],"/functions":157,example:[38,96,3,117,12,118,64,8,124,43,91],"/blog":134,"\u6a2a\u5c71":[66,113],want:118,"*cache":16,"<groonga":150,travel:162,feature:[43,8,106],how:[],typed:[],types:[43,136,109,120,75],"\u63fa\u308c":80,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":113,"_resource":[2,68],"\u5b09\u3057\u304f":112,"\u901a\u5e38":[122,96,78,3,160,12,39,15,6,52,8,66,166,156,84],keeps:73,"\u500b\u5b9a":121,wing:[6,113],"\u3042\u305f\u308a":[23,138],vars:[34,45],"\uff11\u5bfe":121,"\u30d1\u30c8\u30ea\u30b7\u30a2":[],"/new":134,"\u6e1b\u7b97":[],"_ptr":34,"\u8fd4\u3063":[160,133],"_{":113,"-code":[66,134],"\u8fd4\u3057":[34,78,3,80,82,84,41,60,131,43,10,46,96,11,133,98,136,100,103,15,16,102,51,17,54,145,105,58,59,42,107,108,109,110,149,113,155,63,137,64,97,104,85,66,115,68,70,71,161,162,27,29,151,75,159],fix:[51,36,84],"\u8fd4\u3055":[50,96,65,136,110,6,114,68],"_s":66,"_desc":100,"_o":[2,153],"_n":[16,118,113],"_i":[2,153],fin:45,"_a":[2,153],"\uff08tokenmecab":61,"\u3046\u3063\u304b\u308a":113,"\u30d7\u30ed\u30c8\u30b3\u30eb":[],"-daemon":[118,55],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":11,"\u516c\u8f14":113,"\u3082\u3063\u3068\u3082":157,"\u30af\u30a8\u30ea\u30da\u30a2":10,"\u8a8d\u8a3c":[],"_select":[],represents:[],"(point":[29,11,155],"_deadlock":[2,153,68],timeout:[68,17],debug:[5,132,7,8],"_$":[136,56],"_\"":23,"@do":66,rd:[61,129],re:124,rf:[116,8],"post\u30e1\u30bd\u30c3\u30c9":113,moritapo:38,rc:[78,132,2],rm:8,ro:78,gregex:113,rk:[],"\uff01\uff09":[43,109],"\uff01\uff08":106,"\u3042\u305f\u3044":104,"\u5909\u5316":119,"\u5168\u90e8":153,".msgpack":4,"/limits":124,ringtail:[66,113],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[84,73],"\u307e\u308d\u3086\u304d":128,"\u771f\u507d":[12,133,39,113,160],libedit:[147,1,138,6,66,23,165],"\u5f31\u70b9":119,"\u8fd4\u308a":[64,96,117],"\u8fd4\u308b":138,"\u7d99\u627f":113,"\"localhost":91,"_locks":[2,153],"\u25a1\u25a1":112,"\u300cnew":162,"\uff08age":56,":bob":162,"2\u5104":[],mingw:[23,134],"nginx\u3089\u3057\u3044":66,"\u6607\u964d":[137,96],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[86,78,3,113,120],service:[124,126,109],"\u4f7f\u308f":[2,80,83,78,8,66,43,96,134,16,142,56,38,113,153,85,23,156,69,160,117,166,72],"\u533a\u5207\u3089":23,"\u533a\u5207\u308a":[158,50,96,78,3,4,117,12,119,39,86,6,136,141,75,133,160],"\u533a\u5207\u308b":[138,156],master:8,listed:[],"\u610f\u8b58":56,"\u8a8d\u8b58":112,"_db\u30d5\u30e9\u30b0":23,"'column":6,"{table":[102,96],"\u306e\u3059\u3079\u3066":46,"(comments":161,"-common":[6,13],project:133,"_update":[160,96,2,100,108],"*namebuf":[68,108],boston:162,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[],"\u4f7f\u3048\u308b":[160,86,113,6,66,23,165,69],"\u304b\u3069\u3046":[2,161,61,102,85,165],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[],"-port":[118,150,86],"\u300csubmit":134,"/max":66,object:[34,68,133,82,39,6,100,153,94,45,105],"\u7d22\u7528":[],"\"black":166,microsecond:132,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":114,letter:166,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":46,"\u533a\u5207\u3063":[96,78,120,153],"\u4f7f\u3063":[0,126,2,3,80,39,129,41,6,78,90,8,165,10,46,128,147,96,133,134,73,12,99,13,15,102,142,56,146,38,59,60,107,109,61,112,113,63,114,64,153,66,104,156,69,116,166,160,117,106,162,120,27,122,135,123,76,77,91],released:[36,134],camp:162,"\u4f7f\u3048":[96,78,160,117,167,85,113,63,8,133,142,23,56,144,69],"\u4f7f\u3046":[],"\u4f7f\u3044":[],"\u66f8\u304d\u8fbc\u307f":165,"\u66f8\u304d\u8fbc\u307e":21,unmanaged:114,"\u304by":113,"\u30d0\u30a4\u30ca\u30ea\u30fc":122,layout:134,".fedoraproject":116,"2byte":153,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":83,createrepo:134,"\u79d8\u5bc6":134,"\u30a2\u30d4\u30fc\u30eb":134,"_age":85,"\u91cd\u307f":[],tips:[],"\u30c8\u30d4\u30c3\u30af":134,"\u91cd\u3044":[119,96],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[],"\u958b\u3053":71,"\u5b9f\u9a13":[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":66,"\u91cd\u304f":61,patch:36,release:[90,134],unpatched:36,"\u69cb\u9020":[38,60,119,15,122,100,83],"\u5e83\u304f":134,"[linux":6,result:[60,4,27,100,11,153,43,67,55],fail:[],"<port":[150,86],"\u5206\u304b\u3061":119,wikipedia:39,score:[38,96,60,3,108,73,61,136,109,64,113,102,51,11,75,43,67,133,162,115,118],"\u611f\u3058":112,shidara:23,"\u554f\u3044\u5408\u308f":60,"\u539f\u99c5":64,country:[151,91,117],"\u66f8\u304d\u8fbc\u3093":[],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":166,"\u66f8\u304d\u8fbc\u3080":150,"\u540c\u69d8":[96,60,134,12,40,150,64,91,137],and:[34,96,36,118,100,75,27,163,113,132,102,64,48,8,124,111,43,67,68,55,17],"\u5931\u6557":[34,16,3,160,134,138,63,113,6,51,151,17,9,23,66,115,56],"\u95a2\u6570":[],diff:150,"\u5404\u7a2e":134,"\u6d88\u53bb":113,"\uff08node":69,"\u5360\u6709":68,")senna":156,correction:109,"\u30ab\u30f3\u30de":[96,3,133,117,50,141],worker:[],dave:85,"\u305f\u307e\u307e":46,"=query":118,"-message":[],"/function":134,"_sel":36,"\u3069\u3093":93,"#set":150,"\u3069\u308c":[122,84,96,46,56],"_set":[16,35,82,110,15,6,137,103,17,54,66,68,99,45],"\"sound":109,"\u65ad\u7247":27,"\u4ee3\u8868":119,"\u79d2\u6570":[122,96,133,12,162,39,70],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":113,reports:34,"_false":68,"\u3069\u306e":[96,78,117,109,40,11,165,155],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":23,"1\u4ef6":[61,162],"_rectangle":[],"\u3069\u3053":[23,165,66],"\u3002db":[23,60,3,91,15],"\u30df\u30ea\u79d2":39,"\u7121\u8996":[96,78,160,61,83,138,86,113,6,100,151,120,141,66,137,23,156],"\u5fdc\u7528":119,"\u3069\u3046":[1,89,71,117,5,112,62,96,6,61,7,139,8,21,95],"\u30e2\u30fc\u30c9":[78,3,60,91,66,30],"\"blt":141,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[78,109,61,129,137,56],"_skip":113,"_element":35,"\u30c4\u30fc\u30eb":[],"_result":[100,2],sleepy:101,normalzer:42,"\u4e00\u6c17":134,"\u5317\u4eac":11,"\u300ccharlie":162,has:[34,36,134,163,100,48,132,124],hat:[],"*vars":[34,45],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":6,"\u7c21\u7565":113,"\"content":[96,160,133],"\u9001\u308b":[0,153,46,106],"\u9001\u308a":[153,134],"\u30d0\u30a4\u30ca\u30ea":[90,134],"_broken":2,"\u8d8a\u3048":61,unique:118,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":40,">command":4,"_error":[34,2,153],"_ascending":137,alice:[96,160,162,102,51,8,85,115,46],"-unauthenticated":[6,135],"\u30d4\u30ea\u30aa\u30c9":[63,67],"\u30cf\u30a4\u30d5\u30f3":[3,56],sebastian:66,right:48,old:[],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[86,78,3,120],truncated:113,begin:158,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":6,"\u5358\u8a9e":[],"/ngx":8,"\uff08score":96,groogna:[99,46],"\u9001\u3063":[74,0,76,106],"for":[34,36,132,133,118,163,39,27,22,124,6,11,48,8,75,43,68,162,55,17],bottom:[23,48,29],quetzal:6,".asc":134,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":113,ichii:23,yoku:[66,113],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":68,"\u5206\u985e":[12,117],standalone:55,"\u3067\u3082\u3046":[],"\"starttime":4,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\u306a\u3055\u3093":76,"\u65e2\u5b9a\u5024":126,"\u305b\u3044":113,"_size":[34,60,108,18,15,100,53,137,68,72,45],".am\u30d5\u30a1\u30a4\u30eb":134,"\u89e3\u91c8":[138,60,160,141],waits:[34,17],"_range":[2,68],support:36,offgao:[],"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":85,joseph:128,"\u305b\u306a":[160,133],"\u5c71\u672c":66,"\u3086\u304d\u3072\u308d":128,thesaurus:96,"\u3044\u3046":96,"/tsv":[156,9],"\u5fa9\u65e7":99,"\u8981\u7d20":[50,2,3,73,84,150,27,113,6,100,60,122],"\u30d0\u30f3\u30c9\u30eb":[66,113],"\u3002sortby":96,"\u306e\u304b":[162,129],"\u9006\u5f15":38,"_sequence":[2,153],"\u306e\u3044":[65,5,119,39,86,50,11,100,7,153,60],"_records":[6,113],"''":160,exist:[],"'\"":[6,113],"'.":[68,106],"'-":[86,113],"',":[66,68,163,75],"')":[158,96,160,86,50,66],"'(":[86,160],"\u306e\u306b":[],"\u306e\u3061":96,relax:124,"\u306e\u3067":[126,3,129,6,90,8,66,131,46,96,11,134,12,102,106,59,61,148,112,113,161,85,23,67,156,119,27,122,162,30,56],"*nvars":45,"\u3001_":3,"\u306e\u307f":[],"'t":[43,75,8,124,17],"'s":[101,96,160,50,161,132,122,133,106],moero:38,"\u3089\u308c\u308b":[60,108,119,129,113,6,137],"\u88dc\u3046":119,"'a":161,"\u305b\u308b":[126,60,119,145,41,102,30,157,56],"'n":86,"'m":[101,162,67],"-latest":[],"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":[],"-tar":20,"\u305b\u308c":119,"\u6bb5\u843d":[63,84,108],"_count":[],"'\\":160,"\u5165\u529b\u30df\u30b9":109,time:[162,109,61,136,132,75,150,113,124,6,12,43,23,159,118],push:[134,106],"\u304a\u3053\u306a\u3063":3,":/":[3,4,86,90,8,92,165,46,147,97,134,73,12,13,16,141,106,38,20,64,91,69,158,116,117,118,135,30,77],":(":[],"\u53cd\u6620":[119,60,134,124],"\u7b26\u53f7":[],":$":[133,160,128],"\u6d41\u308c":[],"-prefix":[],":#":66,"\u5c0f\u897f":113,":=":[96,160],":>":[96,160],"\u3002rroonga":142,"::":[2,4],"-search":66,millisecond:17,"\u3042\u307e\u308a":[67,112,100],"\u7aef\u672b":119,"_builtin":[23,68,71,53],"\u6700\u7d42":[96,71,73],dragonfly:138,"\u500b\u5225":134,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":6,"-root":[30,138,86],":c":[72,71,108,15],lru:104,"\u7d20\u6734":117,exact:60,"\u3002travis":69,minute:132,".body":[31,80,95],"\u30b9\u30af\u30ea\u30d7\u30c8":[],"{language":106,"\u6e08\u307f":[147,50,116,78,108,134,109,112,39,13,63,113,6,135,43,23,156,10,126],"-base":[118,55],":@":[38,96,3,160,12,162,102,91],":\\":90,":^":[160,128],":[":150,":public":134,"\u4e00\u6b69":3,"\u7d50\u3073\u3064\u3044":121,"\u305f\u3055\u3093":[23,1,113],"\u7d50\u3073\u3064\u304f":121,sign:134,"\u5316\u4f5c":134,makecache:[6,116],"\u4e8c\u9805":133,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":66,".ncpu":77,"\u7d4c\u904e":[122,65,133,12,162,39,70,17,23,68],"\u30bf\u30d6":[156,4,153],takashi:[23,151],"\u540d\u7b49":68,"\u4e3b\u8981":123,current:[],"'='":86,"\u76ee\u5b89":134,"\u63a8\u9032":113,"\u30bf\u30b0":[],"gmo\u30e1\u30c7\u30a3\u30a2":66,"\u6d41\u3057":134,address:[6,23,153,118],"\u30a2\u30ab\u30a6\u30f3\u30c8":[66,134,22],"\u4e3b\u30ad\u30fc":[],"\u4e00\u62ec":[],queue:121,"\u8b66\u544a":[96,65,138,113,6,66,99],"\u3002offset":82,"\u5ea6\u6570":[12,23,64,133],ipa:147,pentium:150,prefer:118,"\u6587\u5b57\u5217":[],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[60,86],bookmarks:73,"\u4e88\u3081":[39,86],"{\"_":[38,96,133,12,64,85,160],"|table":56,"\u30d5\u30a9\u30ed\u30fc":[],"/header":20,"\u3060\u3063":[6,61,96,65,100],"``":[1,108,138,15,16,72],"\u5168\u4e16\u754c":113,"\u3060\u3068":112,visual:[6,23,90,113,66],"\u30ec\u30d3\u30e5\u30fc":134,"_gt":137,"\u3002obj":68,"-aki":66,"_alloc":[34,66,72],values:[50,68],"\u3060\u3057":[23,150],"\u5024\u8a18":133,following:[34,108,118,163,132,111,124,55],"_limits":[],locks:[34,27],logrotate:6,allowed:55,"\u5897\u3084\u3059":[96,157,73],"\u6a19\u6e96":[1,89,3,5,86,7,8,93,95,65,50,139,141,21,143,62,63,114,66,99,158,70,30,31,125,91],chroot:134,"\u30d2\u30e5\u30d9\u30cb":[11,155],parameter:[118,124,100,48,45],applications:27,date:150,such:[118,27,163,6,75,43,55,106],data:[],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[],"/dictionary":138,ss:[132,133],"/javascript":23,st:[78,133],sh:[134,69],so:[43,100,68,124,111],sa:[136,109],se:[43,78],"\u540c\u3058\u6570":[86,8,46],"[yum":6,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":66,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":141,"\u30a2\u30c9\u30ec\u30b9":[23,100,86,91,150],"*query":[94,72],jis:137,"\u540c\u671f":[150,134],instantly:27,"\u4f7f\u308f\u305a":102,records:[132,48,75],"\u8d85\u3048\u308b":[6,12,148,137,83],matched:[118,48],config:[1,65,90],"\u7570\u5e38":[114,150],"_dat":[],"_dataset":[130,55,163,75],"\u3084\u308b":[],"\u5927\u95a2":66,"\u4e26\u3073":[129,133],"\u4e26\u3079":[],"-terminated":[34,45],gtar:20,"\uff1f\u300d":117,indexblog:67,"\u30d8\u30c3\u30c0\u30fc":[],"-offset":96,fu:78,"\u8a73\u7d30":[126,78,3,39,6,8,9,94,147,96,165,73,13,102,54,84,106,61,150,113,64,66,157,116,117,122,135,30,56],"\"search":[43,109,160,75],"\"type":136,formula:134,"\u6700\u5c0f\u9650":8,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":83,mime:46,"byte":[108,150,27,6,100,153,68],"\u7d20\u65b9":119,"\u30d9\u30af\u30bf\u30fc":[],"\u4e00\u610f":[63,86,52],one:[34,124,27,55],submit:[118,43,136,109,75],"*expr":72,open:[],city:[162,11],"\u5bfe\u7b56":[],"\"sphr":155,"=encoding":[],"\u884c\u756a":[122,23],"\u8fd4\u4fe1\u5143":162,"\u8fd4\u4fe1\u5148":162,"\u306b\u5bfe\u8c61":23,translate:[106,111],"\u540c\u6642":[96,65,119,121,150,64,15,100,137],fumiyasu:23,"\u4e16\u754c":[11,12,39,29,64,155],argument:133,sae:[136,109],say:133,"/span":[145,27,41],"/ubuntu":[6,126],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":113,"\u30ea\u30b9\u30c8":[50,96,156,3,160,134,38,32,40,86,166,6,92,93,133,72,106],uuuuuu:133,"\u5ea6\u5408\u3044":61,note:[34,118,124],"\u30cb\u30db\u30f3\u30b8\u30f3":43,"[[\"":114,"\u5fdc\u7b54":[119,113],buffer:[114,68],"\u5148\u982d":[82,96,68,3,8],compress:63,"\u30b9\u30da\u30fc\u30b9":[23,96,113],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[],"\u672b\u5c3e":[82,137,68],"\u9589\u3058":[23,83],"\u4ef6\u6570":[96,3,61,129,50,100,52,68],"\u5217\u6307\u5411":[119,86],"_cursor":[],xml:[],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:166,"\u5927\u4e8b":[156,160],"\u4e00\u6642":[],"\u3068\u3057\u307e\u305b":17,"_defrag":68,"\uff08tokenbigram":61,resource:153,".php":134,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[],"\u76f4\u63a5":[162,141],"\u8868\u3057":[65,3,39,40,122,2,52,60],"\u7a7a\u767d":[78,3,160,61,119,86,50,75,120],"\u7528\u79d8":[],"\u898f\u5247":6,".content":[96,133,101,161,124,67,160],"\u306b\u3068\u3063\u3066":[78,112],sites:141,"*column":108,"\u5927\u4e08":0,"\u4f9d\u5b58":[],jobs:150,"\u4e0a\u554f":126,"\u5e73\u5747":66,"@tomotaka":23,many:[124,163,73],"\u8fd4\u3059":[1,89,5,86,6,7,46,95,133,136,15,139,21,108,150,62,113,70,64,153,85,23,159,138,31,72],"\u30b3\u30ed\u30f3":63,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":[],"_otoj":157,expression:[118,124,59,96],")offset":[137,100],"-mecab":[147,116,13,113,6,135,66,77],"_t":2,"\u5404\u7d22":3,"(xxx":113,"\u3002http":113,"\u542b\u3080\u5024":[86,3],"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":66,"\u5468\u4e0a":155,"_synonyms":156,"*added":100,"\u898b\u4ed8":113,"'ja":106,enable:[],readings:43,"\u6607\u9806":[96,3,117,64,100,137,68],"\u5b9f\u884c":[],"\u8fbc\u307f":[21,156],"-bye":[96,160,133],"\u304a\u3051\u308b":[57,38,3,160,12,119,39,113,6],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":127,"\u7406\u89e3":[96,3],"?table":[8,46,91],ctrl:91,"\u4e0d\u5909":52,ivh:[147,116],"@lists":[134,22],".md":134,pthread:[23,113],"\u3002squeeze":157,ascii:[160,133],"\u633f\u5165":[3,134,82,86,27,6],binary:[119,39,4],hostname:[30,86,8],"_filter":[],"<path":[86,55],"_setoperation":100,"\u3002\u3057\u304b\u3057":[96,11,73,119,39,109,101,51,123,23,166,46],"\u5206\u5c90":157,"_at":[61,138,15,6,100,68,99],"error\u30bf\u30b0":6,allocation:[],"\u8ab2\u984c":[],cmake:[6,165,90,113],"\u5b9f\u88c5":[59,11,96,6,8,30,131,23,66,167,46,106],"_date":134,tracking:[],takahiro:138,customized:132,"\u5217\u8868":39,wiedenroth:66,"\u6b53\u8fce":76,"_normalize":[101,96,36,3,80,61,162,160,27,166,6,102,100,124,67,133,56],"\u53d6\u308a\u51fa\u3055":12,"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":66,"\u53d6\u308a\u51fa\u3059":[12,137,60,107,138],"_retry":2,"\u56db\u89d2":[],"(x":66,"\u6771\u4eac\u90fd":[61,129],"[token":113,"\"utf":110,"(r":150,rest:34,gdb:157,"(a":69,"_pack":[],"\u3046\u3061\u3044":86,"([":58,"(_":[43,136,109,133,75],"\u30d1\u30e9\u30e1\u30fc\u30bf":[],"\u3042\u3052\u308b":[],haystack:60,dcmake:90,"\u6c4e\u7528":[150,86,8],"\u639b\u3051":133,"(>":60,"(<":60,"(=":[2,133,60],res2:100,"\u91cd\u307f\u3064\u304d":66,"((":[96,73],"()":[],"(.":[67,134],"(-":133,"(\"":[11,3,110,86,27,41,113,6,102,145],"(!":60,"('":[63,96,3,160,86,50,52],intel:150,"_but":60,"\u95a2\u308f\u3089":150,"\u4ed5\u7d44":[46,106],conditional:136,yyyy:[132,133],";b":[145,41],".load":150,ddl:61,lucid:[138,113,134],"/httpd":[126,8],"\u8a18\u4e8b":[101,67,134],"\u5168\u6587\u691c\u7d22":[],"_printf":66,";/":[145,41],"package":[],"\u5ec3\u6b62":65,favorite:106,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[23,46],"\u304b\u3048\u308b":161,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[166,120],"\u30ec\u30d9\u30eb":[5,6,7,86,66],"\u7b97\u51fa":[6,96],"\u306b\u3042\u308a":[120,56],"\u6df7\u305c\u308b":73,"\u7403\u9762":[11,155],"_prefix":[],"<encoding":86,"\u30e9\u30f3\u30ad\u30f3\u30b0":3,emacs:106,recommends:124,"\u30aa\u30fc\u30d7\u30f3":[6,16,113,23],complete:[118,43,99,10,136],"/pull":134,clones:111,"_empty":[2,153],"with":[],"_load":[],"_types":[120,46],pull:[],"\u697d\u3057\u3044":[61,129],reqular:118,"\u304a\u77e5\u3089":[],gone:38,ac:166,uid:134,"| y":113,"\u30ec\u30b9\u30c8\u30e9\u30f3":119,am:[27,41],an:[34,124,100,48,8],"| n":133,as:[34,78,118,27,163,124,6,8,111,43,55,106],ar:[61,78,129],at:[36,162,111,48,124,132],"| c":133,"| _":64,"\u3002messagepack":[122,165],shimomura:6,"\u4e00\u65b9":[3,160,102,12,119,27,41,61,161,67,133],"\u30c7\u30d0\u30c3\u30b0":[114,78,8],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[6,150,90],"\u9806\u4f4d":82,"\u304c\u3068\u3046":[],queryexpandertsv:[],"_such":[2,153],original:[128,141],"\u5897\u5206":96,"\u6587\u6cd5":[],senna:[],"\u4ed8\u968f":[89,62],"\u30c7\u30fc\u30bf\u30d9\u30fc":23,"\u5408\u8a08":[57,96,61,83,150,114,148],"\u6e80\u3055":113,"-talk":[113,22,134],"\u548c\u5e83":113,"\u901a\u4fe1":[],to:[],tail:[153,134],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],homepage:150,tc:[137,107],returned:[34,48],"/other":8,"\u30ab\u30c6\u30b4\u30ea":[96,78],"/rurema":66,"\u3002column":[60,3,108],condition:133,"(popular":96,large:124,adjust:96,"\u5909\u308f\u308b":[61,145,27,41],"\u5909\u308f\u308a":[114,64,129,104],"\u4e0d\u5b8c\u5168":23,"\u300c\u6771\u4eac\u90fd":61,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[66,78,120,113],"&gt":[145,27,41],"\u5927\u5225":12,pass:8,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":6,"\u7701\u7565":[],"\u7d22\u6642":138,"\u5897\u52a0":[96,113],"\u3067\u306b":[61,101,9],section:[34,18,108],"\u30ea\u30c6\u30e9\u30eb":[],"\u5927\u5207":119,"\u6700\u65b0":[23,134,22,104],"\u3002timeout":68,"_modified":162,method:8,contrast:8,full:[78,27,134],hash:[83,162],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":78,"\u30ce\u30a4\u30ba":[61,109],sender:[118,55],"\u975e\u516c\u958b":134,"_compare":68,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":96,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":6,"\u306b\u3059\u308b":46,via:75,followee:162,tokenizer:[],"\u30ce\u30fc\u30c9":[6,137],"\u7121\u540d":[100,68],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[],follower:162,"\u3067\u3059":[2,3,4,6,78,8,9,10,65,74,13,15,16,17,18,20,161,23,26,27,30,32,12,39,40,41,42,43,45,46,147,50,51,52,149,55,56,57,59,60,61,63,64,11,66,67,68,69,72,135,75,76,104,0,80,83,84,86,88,90,91,93,165,96,97,73,101,102,100,105,106,108,109,145,112,113,114,115,116,117,118,119,120,122,124,126,127,129,131,133,134,136,141,142,148,150,151,153,85,155,156,157,158,160,162,166,167],select:[],"\u3002\u3002":40,mecab:[147,1,36,134,119,13,113,6,135,138,23,165,116,77],"\u7406\u95a2":45,"\u4e0a\u8a18url":134,more:[34,124,153,27,55],"\u30c6\u30ad\u30b9\u30c8":[78,134,73,150,145,138,120,27,41,113,6,97,166,106,72,56],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":38,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[127,73],"\u518d\u5229":[83,96,52,66],"_argument":[137,100,2,153,68],"_messages":[134,106],endpoint:[118,55],"_adjust":[96,94,60],learn:[118,55],"\u6bd4\u8f03":[],scan:157,"_descending":137,accept:138,states:151,gronoga:8,information:132,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":23,"\u3002lzo":63,"\u300ccommand":30,"=dat":99,"\u52d5\u7684":[],"\u5b9f\u884c\u4f8b":[],"\u5019\u88dc":[43,136,10,109],"\u306b\u3059\u3050":101,"\u30fb\u81ea\u5df1\u7d39":162,"\u8aad\u307f\u51fa\u3057":119,github:[0,63,134,106,113,6,66,92,23,165,69],tokenbigram:[78,3,80,83,129,86,41,93,96,133,101,102,149,56,109,61,145,161,67,160,162,27,124,32],register:[],"\u6e0b\u8c37":[],replied:162,"\u666e\u53ca":119,sysctl:[148,124],"\u52d5\u753b":38,"\u8f09\u305b\u308b":134,replies:67,installer:134,its:[34,43,132],saucy:[66,13,113],".rpm":[147,116],confiugration:124,"\u63a5\u7d9a":[],"[tokenizer":[6,113],"_weight":[63,66,84,108,73],salamander:[66,13,113],"_ci":166,"\u6271\u3044":[12,43,65,129,167],"\u6271\u3046":[2,133,61,148,113,22,119,99],"\u6271\u3048":[88,15],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":6,"\u5c0f\u306a\u308a":[],always:124,messagepack:[],"\u6271\u3063":[162,1,113],"\u30ad\u30e3\u30b9\u30c8":[160,162,138,113,6,99],"[doc":[6,23,99,113,66],found:[100,48],".offset":100,"\u534a\u89d2":[137,166,3],"\u540c\u7fa9":156,"\u9ad8\u901f":[38,1,60,3,160,167,83,127,40,86,113,11,133,119,23,155,46,56],operation:[48,153],"\u6271\u308f":[96,78,160,12,40,150,113,15,6,61,66,166],really:[96,160,133],"\u524d\u8005":[64,166,156],"_entries":[16,104],"/raw":69,"\u30de\u30eb\u30c1\u30b3\u30a2":119,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/rab":[64,3,117],ftb:36,"/etc":[126,134,148,6,135,8,124,156],"\u6975\u4ed8":[11,155],"_hit":[91,70,3,4,8],"\u3053\u3053\u3067":134,"\u30a6\u30a7\u30a4\u30c8":63,pairs:43,"_user":[],"\u3002\u3069\u308c":118,"-keyring":[6,135],number:[],"_pipe":[2,153],"\u3059\u3079\u304d":60,"\u7d42\u308f\u308b":[101,160,133],"\u30b3\u30d4\u30fc":[108,134,82,100,6,51,141,68],"|enable":78,needed:[8,111],introduction:[],"\u30ab\u30b9\u30b1\u30fc\u30c9":[],"\u3057\u304b\u3082":167,">\u3001":139,"_stack":2,"\u642d\u8f09":119,dpkg:134,"\u5b66\u7fd2":[],"\u56de\u547c":138,"\u62bd\u8c61":16,listen:[6,86,8,46],"\u60f3\u5b9a":[70,38,141,114],"\u5b9f\u969b":[57,38,96,61,113,67],toybox:12,"_nofile":[132,113],"\u52d5\u74b0":158,"*data":82,"\u66f8\u304d\u63db\u3048":[134,69],gted:106,qps:[158,150],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[138,86],self:150,"_lock":[34,23,68,17],also:[96,133,118,27,43,160],internal:66,"\"theatre":80,"\u8a18\u53f7":[61,86,129,3,138],play:80,"\uff08todo":133,brooklyn:162,"\u306e\u3069\u3061\u3089":[96,133],"\u3060\u3055\u3044":[0,126,3,6,8,92,165,46,96,133,134,73,13,106,20,153,66,156,157,69,166,160,117,119,122,123,76,56,91],"\u5b57\u5217":[23,39,66,160,56],exe:[90,134],"_uint":53,cover:27,umemoto:23,arted:133,ext:78,"\u6d3b\u304b\u3059":96,"<limit":86,"_processes":[],microsoft:90,"\u3057\u304b\u3057":[96,133,61,129,67,156,46,106],"/command":[8,91],xcode:77,session:118,"-memory":138,"\u6570\u3048":117,"\u77e9\u5f62":[29,64,119],"\u5143\u6c17":113,columnn:6,"\u9577\u578b":[137,84],"\u6642\u306b":23,failed:17,"\u51e6\u7406":[1,2,82,120,129,41,6,78,8,46,96,133,52,106,60,150,113,64,153,66,160,119,138,26,27],factor:[66,96],"\u5225\u9014":[39,68],"\u30bf\u30fc\u30b2\u30c3\u30c8":6,columns:[50,96,127,138,163,6,124],"]]]":[61,136,139,133],"\u5fc5\u305a":[96,65,127,100,153,56],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":46,"\u3082\u3057\u3054":6,"_point":[38,48,155],"\u30ed\u30b0\u30ec\u30d9\u30eb":[86,8],"-github":134,bytes:[34,57,45],"\u6c7a\u3081":56,"\u7528\u610f":[96,60,134,109,150,11,75,165,43,68,10],"\u3082\u3057\u304f":[147,160,134,12,148,39,27,41,113,6,100,91,85,137,133,67,145,8],set:[43,68,150,124],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[63,1,138,113,6,66,23,165,157],see:[34,124,111],sed:[6,23],sec:17,"\u547c\u3073\u5143":15,sea:[43,78],sen:36,"\u8a00\u8a9e":[],juman:147,currently:[8,71],mutex:[34,113],"\u65e5\u4ed8":[119,11,134],"\u3068\u3068\u3082\u306b":12,"\u3082\u3057\u308c":156,available:[34,36],"<span":[145,27,41],"\u7a7a\u6e2f":[],"\u304c\u3064\u3044":[6,83,96,138,73],javascript:[],"\uff09\uff08":56,"\u3082\u304d\u3061\u3093":8,"interface":118,"\u500b\u4eba":165,"\u6790\u5668":119,"_already":[2,153],"\u77e5\u308c":[131,120,59,112,67],last:[6,162],"\u4e00\u8cab\u6027":112,"\u77e5\u308b":117,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[119,150,142],"\u578b\u5909":23,connection:153,rose:12,"<#{":132,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":113,load:[],");":[16,60,72,108],"):":[126,134],"@ceekz":113,"-adjuster":[96,73],except:124,"))":[96,156,133],"\u30ca\u30ce":[122,138],")-":134,"),":[63,113],").":[118,27,134],"_exec":[2,72],")\"":[97,160,27,113,80],".htpasswd":[8,46],")'":[38,162,160,109,136,145,27,41,161,64,75,43,133],"[rpm":[6,23,99,113,66],tablename:65,"\u7c21\u6613":[126,11],"\u63a2\u3057":[119,150],"\u30d1\u30e9\u30e1\u30bf":[34,35,48,107,71,68,82,53,110,100,15,16,137,103,17,54,94,72,45,105,108],shinya:6,func:[34,45,15],"\u3067\u307e\u3068\u3081":156,handling:124,")]":113,"-api":74,"\u3067\u306a\u3051\u308c":133,"\u5236\u9650":[],"\\(":160,"-apt":13,formats:132,"\u30b0\u30cb\u30e3\u30e9":[],"_nromalize":166,"\u632f\u821e\u3044":[6,66,85,113,102],"\u63a1\u7528":[61,119,91],"<=":[133,162,8,113],binding:[145,36,41],"\u5316\u524d":52,"</":[145,97,4,41,27],"<-":46,"\u8a00\u3044":[161,127],"\u4e00\u7fa4":60,">\n<":4,swig:36,"\u56de\u52d5":150,alert:[5,66,7,8,132],levels:8,ifexists:50,stack:[113,153],"\u7121\u99c4":119,"\u8981\u6c42":[112,3,113,161],"-path":[],"_file":[2,122,8,156,46,153],"/senna":141,mysql:[147,96,36,134,73,119,145,13,120,27,41,135,156,116],"\u5316\u51e6":[23,52],"\u30bd\u30fc\u30c8":[],"3\u4ef6":[],"_files":[2,153],location:[],input:[50,43,122,153],emergency:[132,8],format:[34,36,4,118,132,106],"\u30cf\u30c3\u30b7\u30e5":[6,70,134,114],"\u30bd\u30fc\u30b9":[],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":134,"\u540c\u7b49":[129,150],"continue":66,"_nabe":66,"\u4ed5\u65b9":[],"\u30d6\u30ed\u30c3\u30af":[119,8,113],"_flow":[2,153],"_bool":[138,68],"\u30af\u30ed\u30fc\u30f3":165,"\u65e2\u77e5":165,"-mruby":66,bi:[61,129],"\u4e0a\u4f4d":[61,100],wget:[147,116,20,13,135,165],by:[],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[66,126],"\"yu":141,"\u3068\u308f\u304b\u308b":134,garbage:[114,113],into:[118,75],"\u3088\u308a":[39,129,6,43,165,96,11,133,73,12,101,137,56,60,61,150,113,23,67,155,156,160,117,162,138,123],"|key":[96,3,80,61,162,160,27,101,102,128,124,67,133,56],"\u30d5\u30a9\u30ed\u30ef\u30fc":134,pcre:6,span:[145,97,27,41],"\u56fd\u969b":106,"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],"\u5074\u9762":119,"\u6574\u3063":157,opens:[124,48],"\"keyword":96,link:[12,91,117],line:[122,8,69],"\uff08ci":69,posted:162,"\u8868\u3059":[58,60,38,12,40,63,11,78],"\u3088\u30fc":[],up:4,".am":111,ul:78,"\u5206\u89e3":60,"\u3054\u307f":[112,113],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[],parses:[],"char":[34,71,53,110,15,100,68,72,45,108],"\u3054\u3068":[],"\u3075\u308a":136,"\u304b\u307e\u3044":3,parsed:[],defines:163,codes:134,taro:38,">uptime":4,logyyyymmddhhmmss:118,"=null":[96,78,104,56],invalid:[34,118,96,153],"\u8868\u308f":68,"\u898b\u4ed8\u3051":113,"\u7acb\u3061":122,elements:73,".dump":23,"\u53f3\u8fba":[23,138],"(nginx":126,"\u6307\u5b9a":[],"\u4e00\u7dd2":[1,11,3,73,61,96,6,126,56],"\u3088\u304f":[96,85,73],"\u3088\u3046":[],"\u3088\u3044":[96,160,117,67,68,46,106],"\u3088\u3073":60,age:[84,96,85],"/wgs":64,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":113,oracle:[],"\u3088\u3063":64,"\u8a66\u884c":119,hello:[101,133],code:[122,132,4,106],partial:60,"\u3067\u307f":119,",\"title":3,results:[6,118,100,27],existing:[55,111],"/sysctl":[148,124,77],"\u3067\u3064":[],"\u843d\u3061":[138,113],"\u3067\u306f":[66,15],"\u3067\u306e":[122,27],"-lzo":[],"/json":[23,8,46],"\u3067\u3069":136,"\u3067\u3057":[20,12,133,66],"\u8a2d\u5b9a\u6e08\u307f":126,"\u306a\u304a\u3053\u306e":150,":..":96,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[23,138],"\u3067\u3044":[12,162,96,133],"\u30ea\u30af\u30a8\u30b9\u30c8uri":8,"\u3067\u304f":[96,73,123,76,156,69],"\u3067\u304d":[],"{user":124,"\u7279\u306b":[60,134],"[snippet":[66,27],"'now":162,"\u8ca2\u732e":113,"\u3002time":[],"\u983b\u5ea6":136,"\u6368\u3066":23,".clean":134,"\u5f15\u304d\u7d9a\u304d":113,"try":[162,17],"\u6b8b\u308b":23,">rroonga":[145,41],"(wgs":64,o0:134,"\u30aa\u30d7\u30b7\u30e7\u30f3":[],"_posting":[48,107],"\u4e00\u81f4\u3057":[96,129],video:38,".xml":4,index:[38,48,107,108,134,18,84,27,36,124,66,67,133,160],directive:8,"_operator":[100,94,72,48,108],"\u306e\u3067\u3057\u3087":96,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":90,"\u30ef\u30fc\u30ab":8,"\u5224\u65ad":[71,133],drill:[],"\u5fc3\u304c":157,respectively:[],nargs:72,"\u516c\u958b":[23,138,113,134,66],"?parameter":8,let:101,ubuntu:[],ctx:[34,71,121,15,16,100,68,72,45,108],"\u73fe\u308c":78,"\u3067\u3082":[0,2,3,83,129,41,6,90,8,43,165,147,96,134,13,102,56,61,150,113,63,161,64,153,23,67,157,116,119,27,135,123,106,91],grnslap:[],buffered:18,"\u8d85\u904e":[148,113],firefox:106,"\u767a\u4fe1":134,"\u30c7\u30b6\u30a4\u30f3":6,"\u9014\u4e2d":[134,109,86,6,153,43],"\u3046\u3048":[6,23],"\u4ee5\u964d":[97,134,145,40,86,113,41,138,91,66,23,166,157,106],"\u3059\u304f":161,zip:[],illegal:153,"\"sea":43,"\u3044\u304f\u3064":76,next:[48,45],"\u3046\u3061":[65,108,40,6,114,100,60,85,137,23,68],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":67,"\u30af\u30a9\u30fc\u30c8":[78,120,160],"\u3059\u308b":[],"\u7d4c\u7def\u5ea6":[],"\u3059\u308c":[3,160,117,119,145,85,150,100,9,133],src:100,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[],occurred:[124,48],"-leaner":55,central:162,"\u3059\u3093":[],"_escape":[],"\uff08groonga":119,"\u4f7f\u3044\u65b9":[],"this":[34,96,3,80,12,132,160,27,163,124,6,118,91,133,111,43,68,46,8],"\u6b8b\u308a":[96,65,156,56],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":6,"\u6e21\u3055":[6,11,60,45,113],"\u6e21\u3057":[50,60,3,91,160],"\u6e21\u3059":[99,3],"\u5171\u306b":[68,108],"\u6b8b\u3063":[138,113],edict:66,"\u3002\u3064\u307e\u308a":[96,160,3,17,80],"\u306f\u6708":133,process:[],lock:[68,17],"_estimate":[23,48],"\u7d30\u5206":12,"\u3059\u3050":[119,46],"\u6301\u3061":[96,78,127,84,86,60,8],"\u6301\u3063":[96,42,160,73,119,84,109,112,6,78,149,166,120,133],"\u6301\u3064":[38,96,42,3,133,117,109,12,119,84,40,86,50,161,100,11,52,149,23,166,121],"\u6301\u3066":84,"-enable":[76,138,111],"\u3059\u3067":[101,51,78,129,134],"\u3059\u3079":[96,65,141,83,153,150,78,8,60,23,43,66,162,115,46,95],"\u6b8b\u3057":96,defalt:138,"\u9664\u7b97":[],"-gqtp":[],"\u3044\u304f\u3089":119,"_')":[63,52],"\u4e26\u3073\u9806":64,">starttime":4,tomotaka:23,"\u8a2d\u5b9a":[],alloc:[91,70,3,4,8],"\u4f53\u8fd1":155,"\u578b\u540d":84,element:[133,73],"\u9078\u629e":[96,11,134,119,66,72],allow:[6,135,96,160],":\\\"":50,tokentrigram:[149,78,32],"[httpd":[6,66,113],"\u8abf\u3079":[82,29,68,117,155],"\u30ab\u30d0\u30fc":157,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":73,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":158,yamaguchi:23,"\u3092\u3064\u3051":[96,160],"\u6539\u884c":[99,23,86],"_unavailable":[2,153],"\u6587\u66f8":[],"=platform":[],total:[114,150,124],hobby:132,"\u5de6\u4e0a":[29,1],"\u5de6\u4e0b":1,"[space":160,python:[134,111],billiard:[61,129],lzo:[6,23,165,108,153],"\u4e00\u6642\u7d50\u679c":6,"_per":[23,15],"_implemented":[2,153],"/master":[106,69],"\u7121\u9650":[6,66,138],".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":69,libmecab:[135,13,134],"-patch":106,"\u753b\u9762":[66,1,134],frequency:[43,109,75,136,66],"\u30b3\u30e1\u30f3\u30c8id":162,"-fd":[118,23],"\u3002\u7701\u7565\u53ef\u80fd":145,"\u4ed5\u69d8":[],"\"\uff08":43,"\"\uff09":[12,43,1,64],"_friends":38,"\u30bb\u30b0\u30e1\u30f3\u30c8":[66,31,68,114],"3ki":138,"\u591a\u304f":[96,3,12,86,27,61,8,23,167,126,56],"\uff08\u300c":[61,166],owner:8,"\u5897\u5927":11,"\u5bb9\u91cf":[114,96],"\u30cb\u30db\u30f3\u30b4":43,behaves:118,system:[96,160,20,39,27,124,133],"-keys":134,"\u30b9\u30da\u30eb":156,"\"weight":12,"\u304b\u3061":[96,129],"\u304b\u3064":[137,96,129,113,133],"_logger":6,"\u304b\u3069":[96,160,61,148,85,29,64,8,136,66,155],"\u756a\u76ee":[96,78,3,160,12,84,120,113,100,137,133],"\u8ffd\u8de1":[],itagaki:138,"\u500d\u7cbe":39,"\u6253\u3061\u5207\u308a":113,"\u304b\u3051":[113,95],"\u9650\u6587":[23,56],"_results":100,"\u304b\u305a":[6,66],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,"false":[89,128,5,39,7,95,133,134,12,102,51,139,21,145,62,113,63,161,151,85,66,115,160,138],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"2grn":66,"*s":66,"_charlen":34,"\u304b\u3082":[59,42,112,120,122,149,51,131,67],documents:[102,27],"\u304b\u3089":[],"\u3044b":[61,129],tokendelimitnull:[149,32,130],"_const":[66,60,72],"\u3069\u3061\u3089":[0,126,3,120,15,127,67,10,46],"*init":45,"\u6a5f\u80fd":[],"\u3089\u308c":[16,96,78,3,80,83,84,138,112,113,15,6,119,60,93,23,67,151,95],"\u4e2d\u9593":[60,129],"\u3064\u3076\u3084\u304d":101,"_suffix":23,segment:114,"\u6e80\u305f":[161,64,60],"*\"":[66,67,96,130],latin1:6,"\u5168\u89d2":[137,23,166,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":86,"\u3067\u3059\u306d":112,"\u5408\u81f4":[64,3],"mo\u30d5\u30a1\u30a4\u30eb":106,"(arugment":133,"*res":[100,94,48],"\u30ea\u30af\u30a8\u30b9\u30c8":[89,5,7,8,93,46,95,96,139,141,21,143,62,113,70,114,153,66,158,63,26,30,31,125],brew:[77,111],".gz":[147,116,134,20,13,77,135,165,106],"=r":6,"_initialized":[2,153],"_literal":66,"=g":118,"'localhost":[158,86],"=c":90,"=i":134,"=\\":[145,97,27,41],should:[34,111],terminal:162,"\u8d70\u3063":51,"\u30ea\u30ea\u30fc\u30b9":[],"\u5316\u5bfe":106,handle:124,means:[34,96,48,132,8,124,43],"==":133,"=$":[165,134,106],"='":97,"\"ellip":155,"=\"":[96,4,134,20,145,27,41],db1:46,"=/":[156,165,86,157,134],db2:46,"=)":60,"/html":[23,106,46,111],">cache":4,"\u307b\u3068\u3093\u3069":15,"_search":[],nise:66,"\u64cd\u4f5c":[],travis:[],"\u7cfb\u5ea7":[29,155],"/doc":134,"\u3002debian":157,"\u306b\u3064\u3044\u3066":[0,44,78,3,5,120,39,129,86,104,88,6,2,89,60,9,131,43,66,165,162,46,95,147,96,65,134,98,12,136,13,50,102,51,139,17,141,149,21,143,135,144,84,151,56,146,58,59,42,107,109,20,148,137,62,113,155,63,114,64,11,153,23,115,68,156,69,70,116,159,160,117,161,119,73,26,29,7,93,75,124,76,31,125,77],"\u8ffd\u8a18":[6,134],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":112,"_connected":[2,153],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":113,"/var":[126,165,86,8],configuration:[124,8,113],"2\u4ef6":[],"/status":[158,91,4,46,8],webclips:97,valgrind:157,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[160,83,138,113,23,133,56],etc:[124,8,46],tld:117,":\u5206":162,ci:[],ch:78,"\u533a\u5225":[39,96,128],allocates:34,cd:[106,116,134,147,20,13,135,90,165,77],"\u7d99\u7d9a":[6,86,69],"\u591a\u69d8":119,zenigata:38,"\u66ff\u3048\u308b":3,allocated:34,"\u306b\u3044\u304f\u3064\u304b":113,"\u304a\u3055\u3089\u3044\u3057":112,"_itoh":23,"_vesion":97,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":6,"[plugin":66,adjuster:[],"@yappo":[66,113],"\u58ca\u308c":[6,23,138,114],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,"\u3068\u3064\u3044":64,"\u4fdd\u6301":[16,12,88,162,15],"\u518d\u5e30":[96,60,89,8,68,156,95],"\u30c7\u30a3\u30b9\u30af":[1,67],"\u6b20\u843d":113,tokenkytea:6,ultra:38,"\u307f\u305f\u3059":162,"0x":[12,39,99,160,153],"\u58ca\u3059":6,site:[38,3,117,12,64,91],"\u4e00\u62ec\u3057":100,"_versions":134,"\u305d\u308c\u304b\u3089":[96,73],"\u5ea7\u6a19\u5024":[],"\u4f75\u305b":3,"\u3002\"":[117,109,61,162,113,91,66],"\u3002#":[23,138,162],"\u3002-":[82,30,165,137],"\u3002.":106,"\u3002(":[147,126,60,134,150,86,50,151,17,137,67,45],"\u3002)":[137,67,151,150],"\u300cbilliard":129,"\u3002:":[3,129,86,8,43,93,10,46,96,65,134,136,150,50,139,141,149,106,42,109,61,148,112,63,114,124,23,157,75,30,56,72],"\u982d\u6587":153,"\u518d\u5ea6":[66,60,17],"\"roonga":10,v1:60,v2:60,architectures:134,".group":161,php:6,"\u3002[":[6,66,3,113],"_lzo":[63,2,108],off:[66,8],"\u3002c":[74,119,2],"\u3002n":[61,78,120],"\u4e00\u77ed":119,command:[],ecmascript:[6,96,142,113,133],"\u81ea\u7531":[119,60,52,153],"\u5149\u7537":113,"\u9806\u5e8f":[61,93,96,3],web:[1,160,134,109,136,96,75,165],jinja:111,"\u6b63\u898f\u5316":[6,120,27],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":6,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":86,"_filename":2,dest:[158,100,86],"|http":150,five:3,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[23,56,113,133,83],tvsec:70,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[],"\u5947\u6570":133,string2:98,"\u672c\u8cea":150,become:36,"*target":72,"\"rect":[6,155],"\u904b\u55b6":134,"/source":[106,116,134,135,74,13,20,90,111,147,165,77],"\u5727\u7e2e":[],"\u63db\u3048":[137,68,80],nneded:124,"\u30dc\u30bf\u30f3":[6,113,134,106],"\u53d6\u308a\u9664\u3044":100,"_group":100,"\u53d6\u308a\u9664\u304d":[97,60],"(debian":126,iwai:[6,99],"\u5206z":39,"_queries":[91,70,3,4,8],software:13,suited:27,"\u7d42\u4e86\u30bf\u30b0":145,"\u7d42\u3048":134,"(get":158,terminated:[],"\u300cusers":162,"\u9805\u76ee":[1,96,88,70,114,126,46,56],"-node":116,"_remove":[],"_started":122,"\u89a7\u4e0b":157,"function":[34,36,118,122,153,144],"\u300cpopular":96,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[96,65,148,150,21,165],"-dd":[132,133],sigstop:113,"-point":39,be:[34,48,118,111,132,100,75,124,68,55],count:[],compute:124,"\u65b9\u5f0f":[86,67,3,119],"\u4e00\u756a":[96,165,46,73],official:134,"\u3002iptables":91,problem:124,yuki:23,bigram:[],"int":[34,3,4,38,82,18,39,6,43,45,96,48,133,73,12,136,100,15,16,102,51,17,54,58,107,108,109,61,53,113,137,64,11,85,66,67,68,160,71,117,162,138,75,72],inv:150,"\u4e2d\u91ce":[],"\u69d8\u3005":[],"*proc":82,"\uff08not":142,redcloth:134,"%post":6,compared:27,"\u7570\u306a\u308b":[],variety:38,"/message":134,"/default":[6,126],details:[34,124,132],"'user":102,"\u4eba\u3068":112,"/sources":135,"_query":[],"+ff":166,searches:[],eof:86,"_hugetlb":23,"-threshold":[],searched:48,rep:150,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":[],"*string":72,saves:118,all:[96,48,160,134,132,6,75,124,133,80],"\u3070\u308c\u308b":138,relationships:[],lgpl:36,"const":[34,71,53,110,99,15,100,137,68,72,45,108],"/travis":69,spec:[6,138,113,134],"\u30e9\u30a4\u30bb\u30f3\u30b9":[6,66],"\u304b\u305a\u3072\u3053\u3055\u3093":6,"\u4e0b\u66f8\u304d":40,editrc:23,"\u3002tokendelimit":75,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":134,"\u4f8b\u3068\u3068\u3082":11,".en":134,"\u932f\u8aa4":119,upload:134,msyql:73,"[macports":23,starttime:[91,70,3,4,8],"\u7c21\u5358":[],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":138,"\u69cb\u9020\u4f53":[66,107,45,15],"\u304c\u3072\u3068\u3064":156,"/branches":157,"\u65e5\u672c\u6e2c":11,incompatible:153,"\u9006\u6587\u66f8\u51fa":66,"\u7bc4\u56f2\u5916":66,above:[118,43,75],"\u4e8c\u3064":[65,78,161,150,129,120,15,102,11,60],"\u578b\u3068\u3057\u3066":39,"\u30a8\u30f3\u30b3\u30fc\u30c9":[30,166,138],"\u30af\u30a8\u30ea\u30ed\u30b0":[6,23,109,75,43],obtained:34,"\u540c\u3058\u4f8b":67,"-admin":6,"\u30d0\u30c3\u30d5\u30a1":[35,108,82,113,6,114,100,67,68,72],"-h":[86,8,46],"_table":[],negative:[34,45],program:[118,55],kytea:[6,66,78,113,165],"\u304b\u304b\u308b":[101,100,3],"\u9df2\u7530\u57fa":113,aware:34,"_register":[34,130],"\u3064\u3065\u3044":162,"\u62bc\u3057":3,word:[6,43,96,160,133],work:132,"\u62bc\u3059":[3,106],"\u30a2\u30fc\u30ab\u30a4\u30d6":[90,134,106],"\u5316\u6642":23,"\u540c\u68b1":[6,138,106],indicates:132,"\u73fe\u983b":66,"\u5bfe\u51e6":66,"\u30b9\u30ad\u30e3\u30f3":[145,41],provide:118,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":134,length:34,"\"apple":166,"-lines":[118,23],"\u306e\u3046\u3061":[84,160],"/security":124,"_plugins":23,"\u306b\u5bfe\u3057\u7570":102,after:[118,124,48,111],"|with":[101,96,3,80,73,61,162,84,120,27,41,63,102,161,124,66,67,133,145,160],"\u76f4\u4e0b":23,lat:150,"_title":[150,67,3],".description":162,"*func":[45,15],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":138,"@naoina":[6,113],"\u30d9\u30fc\u30b7\u30c3\u30af":46,"\u306e\u3069\u3061\u3089\u304b":[96,85,160,133],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[],"\u5bfe\u8c61id":35,".conf":[148,126,8,124],japan:[151,91,117],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":156,"\"say":133,"/windows":[90,134],"\u4e0b\u9650":[137,107],then:[34,43,8,118],them:124,"\u8f9e\u691c":[23,133,83],they:[124,132],"\u5168\u3066":[96,133,39,101,100,8,142,67,106],"\u697d\u3057":[61,129],"\u56de\u6570":6,"-send":[118,55],"\u7a81\u7136":113,"\u5316\u65b9":[166,120],carlos:[51,115],serach:109,"/null":1,"_options":113,logs:[118,93,132,55,56],"<endpoint":55,patsuffix:128,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":6,"+ y":39,"+a":160,network:153,"_directory":[2,153],".deb":134,"\u3068\u3059\u3079\u3066":[6,96],"-rsync":134,wgs:[38,48,117,12,162,39,29,64,11,91,23,155],"\u6210\u308a":[96,160,153],"\u90e8\u5206":[],"\u77ed\u3044":[162,138],"+ \"":6,"_tp":158,"\u77ed\u304f":[101,119],standard:39,"_to":[162,67,110],"\u30eb\u30fc\u30eb":[66,78,138,46],"\u30eb\u30fc\u30d7":[6,66,138],created:[34,118,162],"++":[147,116,134,119,66,23,165,99],"+-":[72,8],creates:[34,124,163,132],"\"ni":43,"\"no":6,"\u6709\u7121":[12,145],"\u30eb\u30fc\u30c8":23,"\u59a5\u5f53":83,"\u8aad\u307f\u8fbc\u3093":[59,91],"><":[72,4],">=":[113,133],">>":[113,133],"_next":[137,138,48,107,113],">.":[145,41],">\"":[96,97,145,113],"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":16,"\u3082\u3089\u3048\u308b":112,"\u30b5\u30dd\u30fc\u30c8":[1,78,4,83,39,40,126,6,8,23,131,165,46,65,133,134,12,99,13,101,102,137,56,59,150,112,113,66,67,156,69,160,117,119,138,27,166,91],"\u540c\u4e00":[],"\u898b\u306a\u3057":137,john:[151,128],"/lc":[134,106],"\u63a2\u7d22":119,">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[100,68,71,108],"\u3069\u3061\u3089\u304b":[133,27,41,160],"\"unknown":110,target:[90,48,72,68,111],"\u3002value":[68,52],"\u57fa\u76e4":15,":byte":53,"\u30d6\u30fc\u30eb":[12,39],contents:34,latency:150,dbms:27,"\u5f8c\u8005":[64,166,156],",\\\"":50,"\u8ff0\u3079":3,indexbuf:108,"_distance":[],what:[],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[118,113,106],gzip:[],"\u5408\u308f\u305b":[6,108,133],gronnga:10,"\u3002host":91,"-strings":99,"/releases":134,"\u767a\u751f":[63,1,165,134,61,119,122,113,15,6,100,66,68,56],"\u8003\u3048":[3,160,117,119,112,46],"\u5270\u4f59":[],"\u65e2\u5b9a":6,"_input":[122,2],"\u771f\u306a\u3089":133,"*section":108,rectangle:[],"-frequency":23,"\"items":141,"do":[66,150],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":138,"\u3082\u3057x":113,"\u3055\u3089\u306b":[38,65,3,73,83,119,10],de:106,"\u8ab0\u304b":76,"[libedit":23,"\u8ab0\u304c":162,runs:55,"\u81ea\u4f53":160,"\u5341\u4e00":[],"\u4e0b\u90e8":134,"_compress":108,depends:36,"\u67d4\u8edf":[102,142,119],"\u5bfe\u8c61obj":35,"\u3002json":50,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":60,terms:[96,3,160,114,61,145,86,27,41,102,124,133],"\u3044\u305a\u308c":[39,65,52],"\uff12\u3064":64,packages:[106,116,134,147,20,13,135,90,165,77],"_tables":113,"\u69cb\u3044":[43,27,41,106],ill:129,"\u3082\u3046\u307e\u304f":165,"\u4e00\u4ef6":[],"\u4e09\u7a2e":[],requests:[118,132],com:[121,117],col:68,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":69,"\u6709\u76ca":119,calros:85,"\u30d1\u30fc\u30b5\u30fc":160,daijiro:[],")\u300d":86,snippet3:27,enginen:43,"'needle":60,"\u3082\u3057\u3053\u306e":148,"\u65b0\u305f":[82,100,60,71,108],applied:[124,36],"-secret":134,"\u904e\u7a0b":52,gnu:[],zlib:[63,138,108,13,113,6,135,153,23,165],"_message":[122,67],"_only":[2,153],aio:113,"\u5165\u529b":[1,89,3,5,86,91,43,93,10,95,136,50,139,141,21,143,109,150,62,113,63,114,23,99,158,70,122,75,31],"_close":[34,60,107,18,15,16,66,137,23,68,72],"[solaris":6,cond:113,conf:148,"\u56fa\u5b9a\u9577":138,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":60,"\u9069\u3057":[101,119,56],"-dataset":[],"\u4e0d\u5177\u5408":[6,66,76,113],"\u6771\u4eac":[61,64,11,129],"-packages":134,hana:38,"\u76ee\u7684":[165,78,113],"\u57fa\u70b9":96,"\u72b6\u614b":[158,70,116,138,3,134,114,61,112,13,86,15,6,135,119,147],client:8,the:[],"_shutdowned":[2,153],"\u30de\u30c3\u30d4\u30f3\u30b0":148,"\u826f\u4e8c":66,solaris:[],"_score":[96,108,136,113,6,64,52,162,23,133],"\u8db3\u3057":133,repoforge:[6,116],thanks:162,"\u3068\u306a\u3063":113,adding:111,kanagawa:[],"=sjis":165,"\u7027\u5185":113,"\u7528\u3044\u308b":[38,3,12,119,88,64,91,68],"\u6307\u6a19":68,"\u3002mruby":66,jekyll:134,"\u885d\u7a81":126,"\u30ed\u30c3\u30af":[1,86,113,6,17,23,68,95],"\u307e\u3068\u3081\u308b":8,"_expr":[],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[165,122,65,150],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":[],"\u307e\u3068\u3081\u3066":[12,119,96,134,117],"\u3057\u304d\u308c":6,tokenbigramsplitsymbolalphadigit:[61,102,149,32,109],comments:[],"_arg":2,tasuku:36,"\u5358\u7d14":[60,128,155],".sourceforge":[134,22],"_compile":72,"-threads":[118,86],repository:111,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":[],"\u8db3\u308a":[23,156],"\u30b5\u30fc\u30d3\u30b9":[6,66,119,113,69],substitution:102,"\u7a32\u7530":113,post:[],properties:132,obj:[35,68,71,82,114,94,72,45,105,108],"*ic":107,accepts:118,"*ii":18,"\u6709\u7528":[3,83,84,122,8,66,46],"\"text":23,"\u5224\u5b9a":64,zxvf:134,"\u3068\u306a\u308a":[160,46,27,41,91],".h":[74,34],"**":[108,7,137,68,45,71],"float":[6,12,11,4],"_offline":99,"\u6700\u521d":[96,3,160,12,145,112,27,41,15,122,118,85,23,67,133,156,126,56],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[96,73],"\u6e80\u3059":113,"_socket":[2,153],"\u5927\u6587":96,"\u5b89\u5168":91,way:55,cdbs:23,"cpu\u30b3\u30a2":[],"_body":[61,63,80],"\u6027\u80fd":[],encoded:118,"true":[1,89,3,80,5,39,41,7,9,131,115,95,101,96,11,133,73,12,50,102,51,139,21,84,56,38,59,145,62,113,63,161,64,97,85,67,155,128,160,117,162,27,29,151,166],"\u30e1\u30c3\u30bb\u30fc\u30b8":[66,65,162],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[96,78,3,109,61,129,166,75,23,165],mte:36,"\u6587\u5b57":[1,78,3,80,39,129,86,41,6,7,66,43,96,11,133,98,12,15,50,100,137,56,38,60,109,145,113,155,64,23,67,68,156,160,71,117,119,73,120,27,29,162,166,72],"\u7d44\u307f\u8fbc\u3080":[119,60,8],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[17,113],score1:60,score2:60,"\u3059\u3063\u3071\u3044":[],distributions:134,"\u3054\u89a7\u304f":[3,157],physical:114,test:[3,134,12,162,150,91,67,157],"\u5c5e\u6027":[78,120,130,63,42,93,149,97],"\u305f\u3081\u3057":64,truncate:[],welcome:[162,96,160,133],update:[],"\u547d\u4ee4":[],"[gqtp":113,scorer:[],tajima:6,kawada:66,"5km":[],masaharu:[6,99],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":23,global:[],"/debian":135,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":153,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[],"<threshold":86,"\u901a\u77e5":134,"(ptr":138,"_denied":[2,153],"\u307e\u3067\u3057\u3070\u3089\u304f":134,"\u8a2d\u6a02":23,"\u5f53\u3066\u308b":12,entries:[96,160,145,41,141,124,133],"/http":[126,8],"\u72b6\u6cc1":[61,82,119],"\u3068\u3057\u3066":[],"\u4e0d\u6574\u5408":1,localhost:[158,4,134,118,150,86,8,23,46],"(database":148,"4gbyte":57,initializes:34,initialized:34,"\u3002cursor":137,"[munin":[6,23,113,66],"\u30c8\u30e2":38,shared:17,supporting:8,"dat\u30ad\u30fc":113,"[deb":[6,23,113,66],"\u6e2c\u4f4d":119,"\u30b5\u30d6\u30bf\u30b9\u30af":134,"\u96c6\u5408":[6,100,142,127,73],appears:27,change:[6,8,46,111],"/usr":[165,86],"\u30ec\u30dd\u30fc\u30c8":165,liblzo:[135,13],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[61,96,142],"\u305d\u306e\u969b":134,usually:55,".spec":23,".exe":90,"\u305d\u306e\u307e\u307e":134,"\u6700\u5c0f":[147,116,13,126,135,85],"-cutter":134,"'haystack":60,"\u7d71\u5408":[6,119,113],httpd:[6,66,99,113,134],"\u6307\u6570":133,live:[],https:[],selects:48,"/copyright":66,"enter\u30ad\u30fc":113,"\u6d41\u91cf":46,"_plugin":[34,23,130,66],cas:153,"\u884c\u308f":[158,38,96,150],nfkc:166,can:[34,75,27,124,132,8,111,43,106,17],clearlock:[],",\"http":12,"_stable":103,"_stamp":132,"\u884c\u3063":[157,66,64,134,117],"\u5b89\u5fc3":112,"-com":134,",'":[12,39],"\u884c\u3044":[158,38,60,3,134,61,150,129,86,102,100,162,137,67,68],",\"":[38,4,162,114,141,67],",.":134,mpaa:85,"\u884c\u3048":[102,3,160,157],write:[99,96,32,111],"^commit":134,"\u8fd1\u508d":[],"_zone":8,"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":113,"\u5316\u6e08":[68,71],uint:[138,3,80,39,6,91,93,115,128,96,133,98,101,51,84,56,38,61,113,161,64,151,85,67,160,117,73,122,124,166],",_":[38,96,3,133,117,73,136,102,64,162],"\u3057\u306a\u3051\u308c":160,"\u5207\u308a":[23,113,134,143],"\u8fd4\u3059\u304b":136,ghz:150,"\u5404\u56fd":134,"\u30b2\u30c3\u30c8":22,automatically:111,",{":[150,4],"\u304b\u308f\u308a":[61,147],"\u5357\u534a":6,"\u82f1\u8a9e":[0,23,106,134,66],"=-":165,"\u5bfe\u8c61ctx":15,ieee:39,"_account":106,":ss":[132,133],"_tsv":156,"\u30bd\u30d5\u30c8":156,"-libedit":138,"=(":134,"\u3002gdb":157,"\u78ba\u5b9a":136,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":165,"\u4f5c\u7528":6,"\u542b\u3081\u308b":[96,78,3,160,134,99,120,66,23,156],rake:134,"\"version":4,"\"ruby":73,"\"vector":113,alisa:102,now:[],"\u3086\u304d":128,"_lcp":100,january:118,"[normalizer":66,"\uff4d\uff59\uff53\uff51\uff4c":[145,41],"\u8aad\u307f\u8fbc\u3081\u308b":141,el:116,domain:[],en:[43,78,136],ea:[132,78],"\u30e9\u30d9\u30eb":113,kana:[43,136,109,163,75],ex:78,year:132,"\u70b9\u6570":[],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":134,opened:[124,132],space:[34,160,73],"\u518d\u69cb":23,increase:124,"\u3065\u3051":[],"/files":[134,111],shows:[],"\u5230\u9054":57,args:86,"\u5d8b\u7530":6,"-rroonga":16,"/pub":116,"\u7d50\u5408\u5f0f":[],arnaud:23,"[windows":[6,23,113,66],british:80,"\u3078\u306e":[12,165,15],"_block":[2,153],omitted:4,variables:34,"\u305f\u3069\u308b":38,"_process":[2,153],message:[34,132,67,7],xt:78,size:[],"\u901f\u3044":83,checked:134,silent:69,bookmark:73,"_obj":[],"\uff08,":3,"\uff08-":[96,3],".git":[92,134,106],"\u30bd\u30b1\u30c3\u30c8":[63,89,5,62,6,114,7,139,141,143,21,93,31,70,125,95],"\u3044\u308c":[6,12,68],"\u3044\u308b":[],that:[34,96,48,118,132,27,6,100,8,124,43,45,17],kenichi:[23,138],localnames:141,"=path":[],libevent:[165,135,13],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":104,"\uff08@":[23,138],x6:134,than:[132,124,73,75],"\u30d5\u30a9\u30fc\u30e0":[96,142,113,160],"*next":45,"\"\u4e8c":[],"[index":66,"/gat":[64,3,117],accesses:124,"_basic":[8,46],"\u5404\u547d":150,browser:106,"\u3044\u304f":[],"(scope":161,"\u3044\u304d":[112,3,134],remained:132,"\u3059\u308b\u304b":117,"\u3044\u3044":[126,112,22],"-zlib":[],"\u30b3\u30f3\u30d1\u30a4\u30eb":[99,113],"\u30b3\u30f3\u30d1\u30a4\u30e9":[23,66],"_circle":[],engin:[43,136],"\u591a\u5f69":119,"=none":[78,120],"\u3044\u3064":43,"*buffer":68,"\u3044\u307e":59,"\u9806\u6b21":[158,86,3,91],":doc":72,"|suggest":136,price:12,"\u5c0e\u5165":[66,65,157],"_section":[108,162,84,63,66,67],"\u79fb\u52d5":[134,74,6,90,21,23],"\u672a\u4f7f\u7528":153,"\u3068\u308a\u3068\u3093":[160,133],"-yyy":106,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[],"\u305f\u3069\u3063":162,"\u3057\u3044":[61,129],"\u3057\u304f":113,"\u975e\u4e92":[6,113],"\u65b0\u5bbf\u99c5":64,"\u3057\u304b":[96,160,12,8,133,67,106,46,56],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[],oldvalue:108,"\u3057\u3066":[38,96,138,3,134,117,61,13,112,113,6,100,8,157,106],"\u6700\u5927":[57,16,1,138,133,58,83,96,86,27,113,6,153,85,148,150,23,66,53,46,104],"\u30bf\u30a4\u30c8\u30eb":[38,96,133,12,67,160],title:[38,3,134,117,12,113,161,91,67],only:[34,8,111],"\u3057\u307e":112,"-server":[],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":8,cannot:[],"\u5f8c\u8ff0":[137,161,60,134],"1\u6708":[12,162,39,96,133],"\u7528\u5909":66,"/gqtp":[126,113],"\u62c5\u5f53\u8005":134,"\u8b70\u8ad6":0,elfring:6,"\u840e\u7e2e":112,"*'":96,"\u300cbob":162,"({":118,"\u4e21\u65b9":[96,162,160,73,83,101,119,43,133,128],"(scan":157,"\u8a18\u6cd5":[67,133],"\u70b9\u4ee5\u4e0b":12,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":113,"_mode":66,"\u5dee\u96c6\u5408":133,between:[],"import":134,"\u5426\u304b":85,notice:[5,7,8],unlocks:34,"\u3057\u308c":[122,149,51,42],"\u3057\u308a":112,tokenbigrma:78,"\u3057\u3088":[35,60,12,101,113,15,50,11,17,23],"\u672a\u8a2d":6,article:67,"\u6a5f\u68b0":66,"\u3079\u30fc\u30b9":66,"\u8d77\u3053\u3063":51,"\u975e\u4f9d":116,"-groonga":[92,162,150,134],"-time":27,"\u5c55\u958b\u5f8c":96,learning:[],"\u8868\u8a18":[11,80,134,73,12,39,113,6,64,23,133,106],"\u8d70\u3089":51,"\u578b\u60c5":6,"\u3002callback":60,"\u8868\u8a08":156,"'>":97,"';":86,"=yes":[157,96,99,113,134],ruby:[],"\u5438\u53ce":3,these:27,"\u4f55\u3089\u304b":39,"\u30b7\u30b0\u30ca\u30eb":[23,66],geodetic:39,"\u5f8c\u65b9\u4e00\u81f4":[],"\u4f7f\u7528\u4f8b":11,"/packages":134,shorttext:[3,80,83,39,86,41,91,93,43,115,128,96,48,133,73,12,136,101,102,51,141,137,84,56,38,109,61,145,150,63,161,64,11,85,23,67,97,160,117,162,138,27,122,151,75,124,166],"[grntest":23,"\u3002\u300c":[38,96,78,160,120,133,67,56],"\u3002\u300d":61,"\u5fc5\u8981":[],", {":[8,46],"\u5c65\u6b74":134,"\u8f9e\u66f8":[147,1,61,138,113,6],develop:65,gentlemen:[],"-dir":150,"\u6fc1\u70b9":166,document:[133,134,145,138,86,27,41,30],"\u3002\u3044":60,favorited:162,"\u5b89\u5b9a":[114,65,99,119],"_space":[2,153],initialization:118,".po\u30d5\u30a1\u30a4\u30eb":[],", \"":[67,145,73],favorites:162,"\u3042\u306a\u305f":[134,22],eito:113,"\u3002\u3059":[101,150],theater:80,"\u8d77\u3053\u308a":80,"\u628a\u63e1":112,"\u3059\u3079\u3066":[96,65,3,133,117,73,84,138,150,100,6,51,78,8,85,23,165],"[output":99,"\u3002ecmascript":96,"\u6bd4\u3079":101,touch:124,"\u30ab\u30e9\u30e0":[],speed:10,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":70,"\u3002api":[145,27,41,142],"\u4f4e\u304f":61,mmap:[],"_extract":36,"\u4f4e\u3044":[61,96],"\u30ad\u30fc":[57,96,166,3,108,73,83,39,160,86,113,6,100,138,52,66,133,99,45,151,56],real:[124,27],"\u542b\u3081":[96,156,160,134,85],"\u542b\u3080":[158,63,96,60,3,160,73,136,121,129,113,6,162,66,67,133],"\u8a00\u3046":[43,73],"\u4e38\u62ec":3,read:[27,153],"\u8a00\u3048":[61,160],"\u5c55\u958b\u7528":23,amd:134,"\u542b\u3093":[96,60,160,109,12,162,27,122,66,10,133],"_hook":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[6,153,86,8,91],"\u6df7\u5728":30,"=site":91,output:[],"\u5c5e\u3059\u308b":[137,93,39,68,108],unsplit:60,"\u30c4\u30ea\u30fc":66,"\u30b7\u30b9\u30c6\u30e0":[],"\u5de6\u53f3":3,"id\u9806":137,"\u30ec\u30b9\u30dd\u30f3\u30b9":[16,2,113,6,153,23,66,46],unlocked:34,"\u30de\u30b7\u30f3":86,"\u542b\u307f":[122,137],"\u542b\u307e":[3,84,129,6,9,131,93,46,96,133,134,50,102,56,59,60,85,66,156,116,160,162,27,122,75],"\u5206\u3051":[],tomoatsu:138,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":8,".posted":162,"-static":23,rdbms:119,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":150,"\u578b\u6307":6,"\u306f\u305d\u306e":15,backup:141,processor:[135,116,13,147],"/admin":[23,86],"\u30aa\u30d5\u30bb\u30c3\u30c8":[6,136,96],"\u53f3\u4e0b":[29,1],"\u53f3\u4e0a":1,"=title":91,operator:48,your:[106,23,69,124,111],"_example":43,log:[],prepare:8,aren:124,assumed:45,rpmforge:116,rlimit:[132,113],"\u77e5\u8b58":150,cflags:[20,134],"\u306b\u3064\u3076\u3084\u3051":112,"d\u30ad\u30fc":3,"/query":[72,9],",\"links":12,"default":[],"\u30b3\u30b9\u30c8":[101,100],"[benchmark":66,"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":113,"\u30d5\u30a1\u30a4\u30eb":[],describe:34,"\u5bfe\u5fdc":[],"\u95a2\u4fc2":[],"\u56db\u89d2\u5f62":40,storage:[145,41],"\u691c\u67fb":68,"_code":[34,122,132],valid:75,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[91,46],you:[34,118,111,163,124,8,75,43,55,106],"\u4f4f\u3093":162,string1:98,massachusetts:162,coverage:157,"[fedora":[6,66],gemfile:6,"\u4e94\u5165":23,bulk:72,"\u5b9a\u7fa9":[89,3,82,39,86,41,6,93,45,96,11,133,101,102,100,52,139,60,108,53,145,62,63,161,97,153,85,66,67,156,160,27,151],"\u8a66\u3057":112,"\u8a66\u3059":167,"\u3002\u00d7":112,cores:118,"\u524d\u8ff0":[61,166,8,56],"\u5343\u4e07":[],month:[38,132],"\u308f\u304b\u3061":129,"\u3002name":[100,108,15],"4byte":153,"\u57fa\u6570":133,longitudexlatitude:113,"-e":86,"-d":[118,55,86,8,91],"-g":90,"\u4e16\u4ee3":65,"-a":[6,86,160],"_rk":137,"-c":[147,116,86,91],"-m":158,"-l":[118,132,86,55],"-n":[118,23,3,86],"-i":[150,86],"_rc":[34,35,96,48,108,68,82,18,110,100,15,16,137,103,17,54,94,72,45],"-j":165,"-t":[118,86],"-w":134,"-p":[118,150,86,91,158],"-s":[118,86,91,55],"\u304b\u304b\u308a":[101,160,134,133],"-x":[113,134],"-z":118,"-conditional":23,very:[122,96,160,145,27,41,50,43,133],"\u4ed5\u7d44\u307f":[6,8],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[23,46],"\u76f4\u5f8c":15,":\"":[72,3],"_github":[134,106],"\u6b8a\u547d":150,normalizers:[42,166],"\u9df2\u7530":113,"--":[34,35,1,78,80,82,86,41,6,90,8,66,94,45,96,48,133,134,73,100,15,16,102,103,17,54,145,105,38,107,108,61,53,110,150,113,137,64,97,23,68,156,71,117,162,138,27,130,75,30,72],"-(":[133,134],"-+":8,"\u3057\u307e\u3057\u3087":[80,73],"->":138,"/work":134,"\u518d\u73fe":[61,112,113,142],netbsd:[138,113],"\u975e\u5206":96,"\u53ef\u8aad":66,"[admin":[6,23,113],"@s":138,naoina:[6,113],"-jinja":[134,111],"\u6e2c\u5730":[11,12,39,29,64,155],learned:55,"\"yyyy":133,"\u9ad8\u3044":[96,3,136,114,8,119],"/ja":[16,134,106],"\u304b\u304b\u3063":[122,96],"\u306b\u95a2\u3059\u308b":[],"\u30aa\u30b9\u30b9\u30e1":[147,116,13,135,90,123],"@'":3,"_dist":6,"\u30ec\u30b3\u30fc\u30c9r":60,daemonize:118,"\u308f\u304b\u308b":66,"\u308f\u304b\u308a":[138,117],"\u30b0\u30ed\u30fc\u30d0\u30eb":[6,17],"\u3068\u305d\u306e":65,"\u8ad6\u7406":[],hoge:98,"\u30de\u30c3\u30c1":[],"9\u3064":3,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":6,normallexicon:166,chunks:148,"=groo":118,bash:165,"\u6c7a\u307e\u308b":3,"\u6c7a\u307e\u308a":156,"@yito":[6,113],fulltext:[145,78,27,41],".comment":[162,67],"-tokenizer":[147,116,13,113,6,135],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[],"\u30af\u30ea\u30c3\u30af":134,"\u5fa9\u53f7":134,vm:[],"\u3002eclipse":106,"[load":6,"/homebrew":134,"-databases":[3,118,84,51,91,93],nine:3,"\u9664\u53bb":[138,97,113],exclude:[6,66,113,85],string:[],"_batch":66,"-address":[6,23,86],snippet:[],"\u3042\u3089\u304b\u3058\u3081":[147,39,134],"[table":113,"_likes":[122,124,96,160,133],tried:162,"[dat":[6,99],derived:55,"\u7686\u5ddd":66,"\u901f\u304f":[38,165,56],fa:78,tries:17,"\u3002'":[68,160],fd:118,"\u6642\u9593":[],"\u4e0b\u3055\u3044":[147,116,78,134,84,13,113,6,135,100,90,123],"\u56fd\u3054":117,documentation:[124,69,111],"\u4e00\u5bfe":12,narwhal:23,uninstall:6,"\u5909\u63db":[2,83,39,8,162,137,23,166],help:[23,157,106],"\u592b\u5fc5":128,"-wno":23,"\u5dee\u3057":134,"/lzo":[23,138,113],"\u30aa\u30d7\u30b8\u30a7\u30af\u30c8":66,systemd:6,"\u306f\u3044\u304f\u3064\u304b":[57,122,17,46,160],"_rename":[],"\u30ab\u30fc\u30bd\u30eb":[137,23,138,107],shimada:138,systems:27,"\u57fa\u672c":[],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[86,113,160],"\u4e09\u8c37\u3055\u3093":66,"-test":[157,134],"\u5e03\u6559":76,"\u30ad\u30fc\u30ef\u30fc\u30c9":[],"\u597d\u304d":106,resizes:34,yito:[6,113],"\u306a\u306a\u3069":[160,133],"\u9032\u3093":119,"\u30b5\u30a4\u30ba":[35,83,6,90,66,147,12,13,100,137,56,57,108,148,113,114,153,23,68,116,119,27,135,123],"_vprintf":66,"=grooon":118,"\"sequence":[43,136,109,75],"\u9032\u3081":[],todo:[],event:[109,136,163,75,43,55],"_position":[101,96,3,80,161,61,162,84,160,27,41,63,102,124,67,133,145,108],"\u52a0\u3048\u308b":[63,23],"<ip":[150,86],trusty:[66,13],since:132,"\u300cgrand":162,issue:0,"/mailarchive":134,"\u9045\u304f":[155,117],"\u9ad8\u304f":[61,73],"\u9045\u3044":[83,11],"\u3002mysql":[147,135,116,13,166],pub:134,"\u3042\u308f\u305b\u308b":6,reason:43,base:[34,8,134],put:160,loads:[8,55],rect:11,"\u5931\u52b9":[8,104],"\u30b5\u30a4\u30c8":[12,38,134,142],"\u5024\u3068":[12,96,160],encoding:[34,110,4],"/data":69,"\u8ad6\u7406\u548c":[],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":126,"\u52a0\u308f\u308b":112,"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":72,"\u3002_":[52,3],"\u5024\u304b":11,station:[],"\u53d7\u3051\u308b":[66,126],zeromq:165,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":16,schema:163,"\u3002make":150,"\u3002null":[100,71,15],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":23,translation:106,"\u5024\u3054":117,jquery:[66,138],grep:[135,116,13,147],"\u3002xml":122,"_probability":[23,136],str:[34,72],builder:18,"\u5206\u3051\u308b":[12,134],"\u547c\u51fa":[35,100,68,108],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":46,"null":[],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[138,113,9],"_incr":68,"\u79d2\u5358":[12,39],"\u5024\u3068\u3057\u3066":[148,11,86,162],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":8,tokenbigramsplitsymbol:[61,149,138,32],".repoforge":116,"'hay":60,"/dev":134,clear:[66,68],"\uff08and":142,"\u6697\u53f7":134,"\u4ecb\u3057":[119,91],clean:157,latest:111,"\u6574\u5408":[1,68],"\u4e8c\u70b9\u9593":[],"\u62e1\u5f35\u578b":12,"\u59cb\u3081":106,parameters:[118,124],"\u5225\u3005":117,"_byte":[2,153],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":157,"\u4eca\u5f8c":[21,23,131,78],httprewritemodule:8,".nginx":8,"*index":[48,107],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[86,113],"\u89e6\u308c":3,"\u52a0\u7b97":[],"\u68ee\u7530":38,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u82b1\u5b50":38,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":31,"(argument":133,locale:106,"_enough":[2,153],":groonga":[96,13,160,134],"_would":[2,153],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":60,"\u7d39\u4ecb":[162,76,96,134],"\u4e00\u5ea6":[101,117,6,17,9,23,67,166,156,8],"\u5909\u6570":[34,133,134,20,99,113,130,6,23,66,156,45,157],"-level":[66,86,55],"\u624b\u9593":112,"\u306f\u3061\u3087\u3046":133,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[146,142,69],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":16,delimit:113,oneiric:[23,113,134],geopoint:[],"\u5f71\u97ff":[6,66,113,134],"\u767a\u63ee":119,jeff:128,"\u4e00\u5f0f":68,linux:[],"\u4e0d\u80fd":150,tokenbigramignoreblanksplitsymbol:[61,149,32],"\"web":[109,75],"\u306e\u3069\u308c":[118,43],"\u4e8b\u67c4":112,stamp:132,describes:[122,111],collected:[],"\u5b9a\u6570":66,lives:[],"/db":[136,126,8,141,55],"/dd":133,"\u56de\u7279":150,"\u7a3c\u52d5":70,"\u6a29\u9650":[165,91,113],"\u30a8\u30b9\u30b1\u30fc\u30d7":[],"\u6307\u793a":[82,43,3,91],"\u505c\u6b62":[51,65,86,113,125],"\u4eca\u5ea6":[],"_zlib":[63,2,108],"!(n":133,reads:55,ready:111,"\u898b\u3064\u3051":[6,43,1,112],fedora:[],checking:118,"_keys":100,"geopoint\u9593":23,"-jp":113,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[165,134],composition:166,used:[71,118,162,104,132,55],temporary:71,uses:[132,124,55,111],user:[],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[96,78,160,117,120,139,86,27,113,6,166,124,66,165,56],database:[],"-filter":[128,73,162,27,41,6,102,161,23,144,133],"\u30ef\u30a4\u30c9":23,"\u51fa\u529b":[],"\u9806\u756a":[107,160,61,86,137,3],"\u30b0\u30e9\u30d5":119,"_path":[],"\u30d0\u30a4\u30b0\u30e9\u30e0":61,"\u4e8c\u756a\u76ee":133,"\u8fd1\u4f3c":[6,23,11,155],"\u56de\u6307\u5b9a":160,"\"tritonn":96,"\u307e\u3057":[38,96,11,160,117,109,61,162,112,113,166,6,8,133,66,23,106,134,56],"\"uptime":4,"-gram":[78,3,133,61,119,129],"\u3064\u3051\u308b":[66,96,112,128,73],"...":[35,79,4,82,18,6,8,66,93,94,45,101,96,48,133,136,137,100,15,16,103,17,141,54,145,105,107,108,53,110,150,113,114,23,68,160,71,161,118,162,49,30,72],"\u9759\u7684":[],nginx:[],"_com":134,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":153,"'..":113,"\uff09\u307e\u305f":[78,120,160,133],popular:96,"\u518d\u751f":8,"\u4f5c\u696d":[],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,78,3,4,39,129,86,6,91,23,165,46,101,96,65,133,73,12,136,15,50,102,103,139,17,21,56,60,61,110,150,113,54,11,66,155,99,158,160,117,138,8],"\u5927\u304d\u306a":[46,56],some:[124,163,132],"\u96a3\u63a5":[119,160],"~number":133,"\u5927\u304d\u304f":[12,138,65,141,155],"\u5927\u304d\u3044":[96,60,160,83,86,23],"\u3061\u3083\u3093":38,"\u30af\u30a8\u30ea\u30fc":[],"\u5927\u304d\u3055":83,".sh":[6,106,157,134,69],run:[],"\u4ed8\u304d":[],processing:132,"\u81ea\u5df1":162,"\u4ed8\u3044":166,"\u5f37\u5236":[6,1,68],"\u898f\u683c":137,"\u4ed8\u3051":[3,12,145,41,6,151,91,85,67,46],"\u30ab\u30a6\u30f3\u30c8":[162,113],"\"mori":141,"\u4f3c\u305f":166,"_read":2,ids:[48,73],"\u5916\u90e8":121,"\u5185\u5bb9":[35,126,3,82,84,6,91,43,93,96,133,134,12,137,106,150,112,67,160,158,71,162,27,122,75,124],idf:66,"\"serach":109,block:12,libzmq:[135,13],"\u3067\u3069\u3053":2,within:[],"\u30ad\u30e3\u30c3\u30b7\u30e5":[],".column":113,".(":134,".)":[124,133,113,132],".-":106,"..":[34,50,96,3,160,73,136,84,86,113,6,102,141,8,133,30,106,114,46,56],"./":[165,106],"\u5316\u6f0f\u308c":6,"\u3067\u3082\u3063\u3068\u3082":26,".\"":[38,96,3,80,12,145,27,41,101,102,91,133],"\u5909\u66f4":[],".'":[6,63,113],".:":[118,55],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":162,patprefix:128,"\u652f\u63f4":10,"\u30da\u30fc\u30b9\u30c8":6,"[groonga":[6,23,134,66],pangolin:[6,13,134],registered:[34,43,27],tokenbigramignoreblanksplitalpha:32,".]":[93,136,133,114,73],newer:111,"._":[96,160,117,12,113,68,133],"\u3002\u30bf\u30b0":[38,41,73],info:[5,7,8],".i":116,utf:[36,4,118,110,138,86,113,166,6,165,133],".n":[124,96,133,71,160],".o":38,munin:[147,1,13,116,6,135,23,165],"\u306b\u5bfe\u3057":[1,3,80,82,129,6,9,96,133,134,73,136,100,38,60,113,63,161,64,67,68,158,70,160,117,119,30],".c":[96,36],".d":[148,124,135],"_max":[58,2,107,16,103,153],".x":116,windows:[],".}":[114,133,73],"\u66ff\u3048":[],"\u6b63\u898f":[78,3,133,99,145,120,41,6,100,66,166,156,56],"\u5099\u8003":113,doesn:[124,8],"\u3002gnr":142,"#{l":132,"\u306b\u3068\u3063":112,"_columns":[],"\u958b\u3044":[166,138,113,23,31,95],"_float":53,"\u958b\u304f":[6,16,166,23],"\u958b\u304d":[16,71],"_rate":[91,70,3,4,8],application:[8,46],"\u958b\u3051":6,"'\u3002":86,"\u56db\u3064":129,sigcont:113,"\u6642\u4ee5\u5916":138,"\u843d\u3061\u308b":[23,138,113],"\u767a\u884c":91,draw:38,"_realloc":34,"_len":[6,108],"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[],"(title":[113,98],"\u306a\u304c\u308b":6,"\u4e00\u5de5":128,required:[118,8,46],"\"suggest":10,"\u5f37\u5316":[23,138,66],requires:[43,111],kawaji:6,"_pat":[],gt:[145,41],"\u30d6\u30e9\u30b8\u30eb":11,gr:[96,78],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":96,gb:[148,4],ga:[78,150,166],go:101,"\u30dc\u30c7\u30a3":[56,153,9],gi:78,"\u500b\u6240":66,".ssssss":132,nippon:43,"_unknown":2,"\u300cgroonga":[66,142],"po\u30d5\u30a1\u30a4\u30eb":106,"/..":[8,134],"\u4e0d\u8db3":[147,116,13,135,90,123,66],"\u9632\u304e":113,"\u304a\u3053":[12,119],"\u3060\u3044":23,mercurial:[134,111],".mo\u30d5\u30a1\u30a4\u30eb":106,configurations:[],"/bin":165,"\u5341\u5206":[61,35,148],"/sbin":77,"\u8ca0\u6570":[6,17],download:[116,134],onigmo:66,"-known":27,"/introduction":[3,91],opaque:153,".tsv":[156,4],"\u542b\u307e\u308c":[96,119,129,27,113,122,85,9,56],"\u983b\u7e41":[100,165],"\u4fdd\u5b58":[],"\u7b49\u5024":138,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[66,78],"\u578b\u7528":72,"\u62e1\u5f35\u5b50":[138,150,4,9],"- \"":66,"\u3002max":137,accessor:[100,68],".weight":113,blogroonga:[],"\u300d\uff08":[129,141],"_child":[2,153],"\u306e\u3042\u3068":6,"\u5177\u4f53":[61,67,117],"\u8fd1\u304f":[119,40,133],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[146,18,119],"\u540c\u3058\u578b":73,"\u898b\u3064\u304b\u3089":100,"\u898b\u3064\u304b\u308a":96,"\u898b\u3064\u304b\u308b":6,"\u898b\u3064\u304b\u308c":112,"\u8d85\u3048":[61,96,113],win:90,"\u5171\u901a":[133,83,39,112,23,67],"boolean":36,"\u7d5e\u308a\u8fbc\u3080":10,"\u3092\u304a\u3053":162,"\u624b\u9806":[],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":[119,113],"_no":[],"\u81ea\u5206":[150,112,8,123,106],milliseconds:118,soundkitchen:[6,23],cosmo:[66,113],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[148,96,73],started:[122,132,96,160,133],"\u5f15\u304d\u8d77\u3053\u3059":[6,113],"\u6cbf\u3046":66,"\u5371\u967a":[51,134,46],"\u53d7\u3051\u4ed8\u3051":[6,138],mitsuhiro:138,"\u7de8\u96c6":[],links:[12,91,117],escapes:[],sudo:[147,116,134,20,148,13,126,6,135,91,111,124,165,157,77],escaped:72,objname:[31,95],"\u30b7\u30e3\u30fc\u30d7":56,tokendelimit:[149,78,32,75],"\u6df1\u523b":[6,61],"_repair":99,"\u512a\u5148":[119,150],"*valuebuf":35,"\"sphere":155,"\u9577\u4ee5\u4e0a":[100,68],spelling:80,".entries":124,"\u7d5e\u308a\u8fbc\u307f":[119,3],"\u66f8\u5f0f":[],rakutan:67,"\u81ea\u52d5":[38,3,108,134,83,160,150,6,100,52,8,9,128,23,133,106],"\u898b\u3064\u304b\u3063":[96,10],"_characters":72,":tasukuchan":[],"\u4e00\u500b":60,"\u30c7\u30d5\u30e9\u30b0":23,"!\"":[38,96,78,3,160,12,162,101,6,8,122,67,133,46,91],"-mysql":[147,116,13,120,135,166],"\u88dc\u8db3":8,geoppoint:48,"_match":[],auto:136,"\u629c\u304d\u51fa\u3059":119,"_seek":[2,153],takayuki:23,"\u306b\u304f\u308b":61,"\u5f15\u8a9e":3,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":112,"'query":6,"\u65e2\u5b58":[126,3,71,134,12,119,150,6,100,91,21],chunk:[114,124],"\u751f\u6210":[],special:96,"\u3050\u308b\u3093":[38,160,133],"-match":[],"\u306b\u304f\u3044":119,may:124,haneda:[],"_default":[6,54,103,110,46],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[23,113],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":106,"_script":131,"_proxy":8,"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":162,"\u307f\u3066":64,deprecated:[96,65],times:17,"-localstatedir":[],"\u307f\u304c":60,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":14,"_proc":[],"\u8aa4\u5dee":[23,11,155],largetext:83,"<max":86,unsupported:153,improving:124,"\u305e\u308c":[96,60,107,133,134,75],"\u5185\u8fd1\u304f":133,management:[27,69],"\u305d\u3053":[12,61,134],mkdir:141,"\u6700\u4e2d":119,"\u52d5\u5c0f":39,"\u304a\u304b\u3057\u304f":138,"_bad":2,"-doc":99,"\u306f\u3058\u3081":[],configure:[],"_utf":[137,110],travi:113,",..":[50,93,96],"_vector":[38,96,108,73,12,162,84,113,63,161,151,66,68],"*min":137,updating:17,"\u3092\u3054":157,"_recv":66,"-log":[],arc:78,"_expander":[],"\u8a72\u5f53":[108,145,27,41,16,100,85,137,66,67,68],unchanged:34,"\u5f97\u308b":8,"\u56fd\u969b\u5316":[],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":134,variable:34,"\u4fee\u6b63\u4e2d":109,"\u30de\u30a4\u30af\u30ed":[12,162,39,133],need:[118,124,111],"\u3068\u307f":[30,96,113],nsis:134,"\u6f14\u7b97":[133,138,113,6,100,142,66,165],"-db":99,"\u3092\u308a":8,"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":165,"\u7570\u306a\u3063":137,"_lt":137,":func":[16,72,71,15],url:[141,23,91,134,30],uri:[30,8],"\u6982\u5ff5":65,databases:[],"\u57fa\u6e96":[12,119,3,134],"_temporarily":[2,153],"\u5fc5\u9808":[],"\u3084\u3089":134,"\u3084\u3081":[23,113,66],"\u3002\u2193":86,ssssss:132,"\u53cb\u4eba":38,"\u6e2c\u5b9a":150,"|persistent":[93,51,84],based:[145,48,27,41],launchpad:[66,13],"\u3068\u3066":[83,96,46,119],"\u65e5\u6642":[],"\u4e0d\u6b63\u78ba":[6,70],"\\groonga":90,"\u5358\u306b":[59,113],"\u4e0d\u8981":[6,119,113,15],sha:134,"\u79d2\u3088\u308a":130,processed:132,"\u3050\u308b":[142,160,133],"_parse":[110,72],"_setpshared":113,sho:113,"\u7a7a\u6587":[66,39,160],computed:34,latin:[6,165,86],"\u63a5\u7d9a\u5148":158,".list":135,"2\u3064\u3081":[67,160,46],"|ga":96,"\u975e\u5e38":[6,46],"\u7ba1\u7406":[],wibowo:113,written:111,ken:38,"\u3084\u304c":65,"\u304c\u304a\u304c":[],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":6,"\u3053\u308c\u3089":[3,4,83,6,8,9,165,10,46,147,96,11,133,73,13,61,52,142,38,20,113,116,160,117,162,120,135,75,30,76,166],key:[],"\u3084\u3057":96,limits:124,admin:[66,138],"\u682a\u5f0f":66,"\u96e3\u3057\u3044":119,jersey:162,"\u304a\u3089":134,"\u4eca\u56de":[6,3,27,133],"\u4f5c\u6210":[],"_add":[82,100,72],"\u30af\u30ea\u30a2":[6,23,68],quit:[],"\u91cd\u8907":100,"\u30b9\u30ab\u30e9":108,quiz:38,"\u547d\u540d":6,compatibility:166,"\u306b\u3088\u3063":[89,3,5,129,86,7,91,93,95,96,65,73,12,100,15,16,51,139,141,142,21,143,38,60,121,62,113,63,114,68,158,70,119,30,31,72,125],"\u6b21\u671f":134,username:[38,90],"\u65e5\u672c":[160,134,39,29,64,66,43,155,133],corresponding:68,"\u4ef6\u542b":162,"\u7d44\u307f\u5408\u308f":[119,96,60,85,56],"\u7a2e\u985e":[],"_binary":6,"\u4ee3\u308a":[6,11,160],glossary:69,"\u3076\u3093":112,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[96,78,161,99,102,90,8,23,156,56],demo:38,"\u3060\u304b\u3089":96,"/_":134,"\u76f4\u524d":82,"\u9818\u57df":[165,100,6,64,66,68],"/o":56,"_system":[23,2,153],"\u91cd\u8981":[101,96,78,134,73,157,112,26,15,16,8,119,165,88,46,56],"\u614e\u91cd":157,"/f":134,"/d":[66,8,46],"/c":[74,119],"\u91cd\u8996":[61,101],"-essential":[135,13],"/x":46,"-learner":[],"\u8aa4\u5b57":[6,23,138,156,113],crch:78,"(mroonga":156,http:[],"\u306b\u3088\u308a":[57,96,11,3,128,134,114,12,119,39,113,6,61,8,66,67,46,91],"\u306b\u3088\u308b":[],"\u305f\u3070\u304b\u308a":101,"/.":23,"/*":[74,148,126,8,106],"/(":134,"/'":66,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":6,"/$":106,well:27,"/\"":[38,3,117,73,12,64,91,141],"/?":118,"/;":8,"\u3042\u304d":128,accurate:27,"\u904b\u7528":119,sources:[84,111],"\u3042\u3063":[50,96,65,108,134,38,136,150,113,6,100,52,147,68,46,106],"-ruby":[6,134],"/kytea":78,logged:132,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":153,"\u30fb\u5186":119,"\u6790\u7cfb":133,"\u756a\u53f7":[158,96,108,126,150,86,113,52,91,66,46],"_mask":68,"\uff08or":142,".jp":[96,36,134,22,141],pikonyan:38,tomita:138,"\u78ba\u4fdd":[35,148,72,15],"\u6587\u5b57\u6570":[27,133],"\u5ea6\u5206":39,"/key":68,"\u4e0b\u8a18":[65,70,114,51,60,137],"-plugins":[],"\u3002optarg":71,home:[165,134],"'config":86,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":6,"\u5411\u3051":[],"_permission":2,"\u304f\u308c\u308b":[74,119,106],nihon:43,"\u5411\u3044":[122,83,96],"\u3093\u304c":[160,133],"_number":[122,91],"\u3057\u3064\u3064":157,"\u3042\u308c":[101,133,134,61,150,16,85,56],"\u3042\u308a":[],"\u3042\u308b":[],offset:[],"\u304b\u3051\u308b":[112,8],described:[],"\u9055\u3063":43,".hash":162,"-source":134,"\u6f0f\u308c":[6,119,80,134,142],"\u306a\u3084\u308a\u304b\u305f":80,compatible:8,"\u9055\u3044":[96,11,3,160,12,64,67,46,56],"\u9055\u3046":138,"\u500b\u6570":[6,108],"<log":86,"_nhooks":82,additional:113,"\u8907\u6570":[],museum:162,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[],"\u30ed\u30b4":6,"\u30ed\u30b0":[],"\u5c55\u958b":[],"\u7279\u6b8a":[],"\u3059\u3053\u308c\u3089":96,hw:77,"\ufffetext":78,hh:[132,133],"\u540c\u3058\u5024":[3,8],ear:78,"/reference":72,"*var":34,truncation:23,"\u3068\u3053\u306e":43,"=submit":118,limit:[],"\u5b9f\u4f8b":[],"\u3068\u3053\u308d":[59,133,74,63,9,131,99,106],"{\"":[59,160,73,136,145,109,150,41,101,102,75,131,43,67,114,133],"\u79d2\u5f62":39,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[6,153],eric:85,functions:[34,66,36],"\u3002video":38,halfwidth:166,"\u6163\u7fd2":6,"_many":[2,153],"_auto":[],"\u65b0\u3057\u3044":[],"\u2026\uff09":109,"\u65b0\u3057\u304f":[96,65,3,112,101,142,56],friends:38,sphinx:[74,66,106,14,111],using:[],katagiri:113,persistent:[84,100,71],"{\\":50,validation:[],"\u305a\u308c":[63,65,5,119,39,86,11,50,12,100,7,153,60],".status":150,"=redhat":165,"\u5927\u62b5":8,"\u3002scan":157,"\u30ab\u30e9\u30e0n":161,calculate:118,segments:114,"\u592a\u90ce":38,swap:124,updated:[61,36,106],"void":[34,71,110,100,137,103,17,54,68,99],"/grn":72,updates:[27,111],"\u3066\u307f\u307e\u3057\u3087":64,"\u53c2\u7167\u5143":12,"\u30df\u30b9":43,"\u53c2\u7167\u5148":113,"=pat":99,vector:[6,43,113,73],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":6,"\u898b\u7a4d\u308b":148,japanese:[43,22],"\u9006\u9806":3,"\u3002grn":[60,142],implemented:36,even:43,"\u50be\u5411":67,"\u6210\u529f":[],"new":[],net:117,maverick:23,metadata:6,"\u306f\u3044\u3051":[68,151],"\u5fdc\u3058":[35,150,119],"<directory":55,"\u4e2d\u4e95":113,"\u305a\u306b":73,"\u305a\u3064":[150,67,86],":port":[30,86,8],"\u5411\u4e0a":[23,126,8,46,142],serch:[136,109],"\u3080\u308b":[160,133],concurrently:132,"\u826f\u3044\u4f8b":112,mysqlgenerallexicon:166,"\u9023\u7d9a":[78,109,61,129,113,68],call:[],typo:[23,66],"\u3082\u3057\u4e00\u3064":[],type:[],"-properties":13,"\u3002zlib":63,posting:48,"\u62ec\u5f27":50,warp:66,language:106,"\u4ee5\u4e0b":[],"\u4ee5\u4e0a":[],"_comment":161,"\u305f\u304b":[23,96,109],"_left":[23,153,2,48,29],"-ipadic":147,akio:[6,138],root:[8,113,91],"\u306b\u95a2\u3057":[60,150,113,15],"\u304c\u3063":[],"\u80a5\u5927":66,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,31],"\u63a8\u5968":[122,96,65,6,91,123,66],"\u5408\u5bbf":[],normalizernfkc:[],"\u4f55\u500b":96,"\u6301\u3064\u3059\u3079":96,"_memo":102,"\u304c\u3059":100,"\uff08document":66,"\u9023\u7d61":106,sitedomain:[91,117],"\u30b9\u30fc\u30d7":129,"/result":99,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":67,"\u3002tsv":[122,156],"_indexer":99,"_win":34,"\u9069\u5408":[61,3],"\u30a4\u30f3\u30dd\u30fc\u30c8":[],"\u9023\u7d50":[6,67,68,113],operations:[],"\u643a\u5e2f":119,"_ja":113,"\u5358\u4e00":63,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":134,"\u3002google":160,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":138,"_jp":165,"_small":[2,153],"\u6d6e\u52d5":[],before:69,"\u7e26\u68d2":56,"=allow":96,"\u6574\u6570":[],weakness:27,grand:[],"\u300coutput":30,"\u30b9\u30c6\u30fc\u30bf\u30b9":[2,113,153],"\u691c\u8a0e":[61,126],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":8,"-pack":[],"\u691c\u8a3c":[158,66],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[],"'or":6,"\u975e\u4e92\u63db":23,"'article":67,"\u30d1\u30b9":[158,138,3,71,134,150,84,9,86,130,91,30,23,66,165,55,46,8],"\u7c21\u6613http":[135,116,13,147],extract:[],"\u30ed\u30b0\u30d1\u30b9":138,realtime:[136,75],"/bc":134,content:[101,96,97,160,161,122,27,113,6,102,8,124,23,67,46,133],"\u6570\u3048\u308b":117,grease:12,"/\uff09":138,"\u8996\u899a":119,"\u30d1\u30ea":11,"\u63a5\u8fd1":60,messages:113,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":138,iso:133,isn:[],hook:82,"1\u884c":150,"\u7531\u6765":142,"\u30e1\u30e2\u30ea\u30fc":56,"\u5358\u4f4d":[11,3,133,119,39,129,26,27,122,138,153,53,23,155,162],"_clear":[23,68],tokens:78,"[http":[6,66,113],"\u5358\u4f53":[119,150],"\u5f79\u5272":[102,3],nsubrecs:[38,96,108,117,162],distance:11,keyword:[],".json":[4,8],enabled:132,"\u524d\u4ed8\u304d":68,gnupg:134,enables:8,modern:162,"\u30a8\u30e9\u30fc":[],"\u7e4b\u3052\u308b":112,"\u958b\u3051\u308b":6,estimated:48,"_cas":2,"\u308f\u3051":[12,43,96,78,133],specfied:48,"\u30b1\u30fc\u30b9":[96,117,61,64,16,51,8,66,56],"\u3002\u30df\u30ea":12,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":69,regular:[118,8],"\u3002munin":[135,116,13,147],don:[8,75],radious:155,doc:[74,106,80,134,111],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":134,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[43,109,130,75],"\u56fa\u5b9a":[3,84,153,137,68,56],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":153,keybuf:100,sigsegv:100,"\u6210\u308a\u7acb\u3063":60,syntax:153,"\u65e5\u672c\u8a9e":[0,160,61,119,6,43,133,106],"\u8ffd\u52a0":[],zunda:23,"\"\u308d\u3086\u304d":128,yoji:23,"_address":[2,91,153],"_http":[150,8],"\u5f0f\u8868":72,"\u72ec\u81ea":[],"\\\"a":161,stop:[6,126,8],"_limit":[],"/grntest":134,"\\\"}":50,gbyte:57,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[],"_index":[],bad:[66,113,153],"\u623b\u308a":[6,68],"*name":[34,108,53,110,15,100,68,72,45],"\u524d\u56de":134,",\"location":[38,64],"\u63db\u3048\u308b":[127,134],reference:[113,73],"\u591a\u3044":[61,160,133],"\u623b\u3063":8,".kentaro":113,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,"\u30aa\u30fc\u30ca\u30fc":113,"\u4e88\u7d04":63,subject:113,brazil:117,"\u672a\u958b\u653e":138,"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":73,inappropriate:153,sigint:23,filename:153,"\u7bc4\u56f2":[],"+fffe":78,threasd:86,"_geo":[],"\u3092\u901a\u3057":[86,3],"_get":[34,16,108,35,82,99,110,100,15,6,137,103,17,66,54,23,68,72,45],"]\u3002":66,"\u534a\u5f84":155,"_operation":[2,153],"_level":[],"\u73fe\u308c\u308b":61,against:[],"\u3044\u3044\u306d":[96,160,133],"0e":150,"\u8a9e\u5f59":[],"_reinit":68,"\u62bd\u51fa":[],"\u3068\u3044\u3063":[147,96,11,160,73,83,113,6,64,142,46,133],"_too":[2,153],loaded:59,"\u3068\u3044\u3051":[43,96,56,153,148],three:[12,3],"\u3068\u3044\u3046":[78,3,4,83,39,129,41,6,8,9,131,43,66,165,46,96,65,133,134,73,12,136,102,142,56,38,109,61,150,121,112,113,114,64,11,23,67,156,157,166,160,117,161,119,120,27,162,30,106,91],"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":117,"\u7528\u3044":[],digits:132,"-help":[],"\u7591\u4f3c":[],multithread:100,"-scorer":144,"_log":[],"\u554f\u984c":[16,1,3,160,134,12,148,138,63,113,130,15,6,114,8,133,66,23,165,150,106],logaling:69,"\u6700\u3082":[114,96,15],seven:3,ip:[118,150,91],is:[34,78,3,4,41,6,91,132,43,45,46,80,96,48,133,73,12,102,100,17,111,55,106,108,145,97,153,67,160,71,118,27,163,75,124,8],"\u6069\u6075":126,it:[34,38,96,48,71,118,160,132,101,50,100,124,111,122,133,55,108],"\"application":23,im:43,il:[61,129],io:36,"in":[],ia:[61,129],ic:107,id:[35,3,80,83,84,86,132,91,43,93,115,128,96,48,133,73,12,136,100,15,101,51,52,141,137,38,107,108,109,61,114,64,151,85,66,67,68,160,117,118,119,138,122,75,166],"if":[34,48,133,73,118,163,55,132,100,60,8,124,43,68,45,17],"\u305d\u3093\u306a":[165,56],make:[],"\u306b\u3088\u3063\u3066":[65,3,12,119,113,15,61,52,157],"\u5f15\u7528":[86,113],kib:124,"8byte":153,"\u3055\u307e\u3056\u307e\u306a":[],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[63,52,56],left:48,protocol:[],just:[71,118,162,163,101,132,68],"@groonga":[134,22],"||":[6,67,60,113,133],"=add":78,yes:[158,136,157],"\u5f8c\u65b9":[],"-with":[],"\u89e3\u50cf":138,candidate:[118,136],defrag:[],character:[34,132],"\u306f\u3059\u3079\u3066":[59,78,3,133,96,50,8,142,131,124,104,166,56],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":99,save:[118,134],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[],"\"http":73,"|>":132,"|<":132,"|:":132,"\u5cf6\u7530":6,daemon:55,"\u6539\u540d":[6,23],mruby:[131,66,59,113],unnecessary:124,"\u52b9\u7387":67,"*oldvalue":108,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[],centos:[],"_db":[],"\u7570\u306a\u308a":[96,160],"\u3067\u3044\u3046":[166,117],"\u4f7f\u7528":[],raltime:75,"\u964d\u9806":[137,136,96,3,100],"\u5bc6\u9375":[],"\u5c11\u3057":165,notification:132,tracker:0,"\u5c11\u304f":148,"\u7a0b\u5ea6":[23,3,113],"\u53c2\u8003":[],debhelper:23,"\u5b8c\u5168":[],"\u304c\u308f\u304b\u308a":[162,97],"\u304c\u308f\u304b\u308b":11,postgresql:[119,27],"/munin":165,"\u30c1\u30a7\u30c3\u30af":[158,138,150,113,6,114,85,66,23],"*optarg":[94,71],commit:106,meerkat:23,sphr:11,down:[],"\u305d\u3061\u3089":165,"\uff08\u307e\u3082":46,editor:106,"\u6291\u3048":61,fork:[86,106],tokenbigramignoreblanksplitsymbolalphadigit:[61,149],form:[118,166,3,160],"\u3059\u304e\u308b":73,"[dump":[6,113],".ne":36,"_animal":12,"\u5165\u308c":[61,38,162],"\u5165\u308b":93,"\u5165\u308a":[],grroonga:10,"\u5426\u5b9a":[],lenny:23,"delete":[],"_location":[122,162],"\u6c7a\u3081\u308b":[96,60],kwic:27,"\u5165\u3063":[38,3,122,113,6,153,43,67,157],"sort\u30ad\u30fc":1,floating:39,"\u73fe\u5728\u5730":162,"\u30a8\u30c7\u30a3\u30bf":106,tokenbigramignoreblank:[61,149,32],excel:156,"\u3002\u307e\u305a":61,"\u914d\u5217":[],"\u3002\u307e\u305f":[158,65,3,133,109,12,119,39,86,64,60,91,30,156,150],"\u304f\u308c":112,"\u30cf\u30a4\u30e9\u30a4\u30c8":[145,41],"\u300d:":166,".service":6,fsf:6,macports:[],pseudo:[],"\u6539\u5584":[6,23,1,113,66],"_offset":[],vmstat:148,"\u9069\u5207":[78,3,119,138,150,56],"\u81ea\u52d5\u7684":150,segv:[1,113],"\u7279\u6027":83,manager:[8,46],"\u7fa9\u8a9e":156,"\u795e\u5948\u5ddd":[],"\u3068\u3059\u3050":101,"\u524a\u9664":[],kinjirou:38,"\u30bb\u30c3\u30b7\u30e7\u30f3":[143,86,153],"0mq":113,"-efficient":73,"\u8a2d\u8a08":[96,126],"\u4e0a\u91ce":138,"[php":[6,66],"\u30b5\u30f3\u30d7\u30eb":[],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":109,proc:[34,147,96,82,13,116,135,100,45,105],"\"mysql":[10,73],"-escalation":[],item:[43,136,109,163,75],"\u672a\u6e80":[137,160],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":114,"_entry":82,"-deb":134,"\u4ed8\u4e0e":[],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[6,113],"\u629c\u3051":[23,113],"\u5076\u6570":133,"\u63db\u6642":23,"\uff08normalization":166,"-dev":[134,13,113,22,6,135,66,23,157],"\"xxx":113,">alloc":4,".so":9,"\u4f8b\u3068\u3057\u3066":12,softwares:[],"-mode":106,shift:165,"\u3068\u3059\u308c":119,"_version":[],"[suggest":[6,99,113],bom:138,suggestion:[118,163],raccoon:38,bob:[96,160,162,102,51,8,85,115,46],useful:[67,108],"\u30dd\u30a4\u30f3\u30bf":[15,100,137,68,45,105],"\u5fd8\u308c":[23,73],"\u3002table":[100,151,105],"-leak":138,"\u521d\u671f":[71,119,138,6,23,68],"\u4e21\u8005":64,"-check":[118,23,138],"ci\u4e00\u822c":69,"-libevent":99,"\u5e74\u9f62":[119,56],"_min":[103,107],ooo:83,"-each":23,"\"color":166,"\u305d\u3053\u306b":93,"/nfs":165,mbytes:150,"\u8fd1\u3055":133,tokyo:[],"\u30b8\u30aa\u30b5\u30fc\u30c1":[],"\u30dd\u30a4\u30f3\u30c8":[156,73],"\u8fd1\u3044":[137,158],ull:78,"*tc":[137,107],"-directory":6,"\u30fb\u30b5\u30fc\u30d0":3,sample:[118,150,55],normalize:[],"\u3002\u30ed\u30b0":[8,56],"\u30d0\u30a4\u30c8":[2,108,83,39,138,27,15,6,113,137,23],"/cpuinfo":[135,116,13,147],"\u8a9e\u53e5":[38,113],"_current":16,map:[132,23,124],groo:96,"\u518d\u8aad":[21,156],max:[],mac:[],man:[1,85],".garbage":113,fluent:92,"\u540d\u524d":[],"_values":[23,68],"\u5e02\u5185":40,pointed:34,"_init":[34,132,15,6,66,23,68],pointer:34,"/fedora":[6,147,138,134],group:[100,117],"\u8a08\u6e2c":[23,1,157],tweets:101,mail:150,main:135,"\u91cd\u306a\u3063":113,"\u5b9f\u4f53":15,repositories:134,"_timeout":[2,17,153],ggdb:134,unlock:68,nroonga:[102,67,69],libgcc:66,"\u624b\u6bb5":[60,72],summary:150,"\u6240\u5c5e":51,"\u7a7a\u304d":[148,114],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],".flags":100,correct:[118,136,109],"\u624b\u7d9a\u304d":[82,45],"|allow":[96,160],"\u30ab\u30e9\u30e0id":100,"_content":[96,160,161,27,122,102,124,67,133],"\u3002min":137,debootstrap:134,"_string":[],org:[91,117],advance:43,"\u4e8b\u9805":[],rewrited:36,"\u6b21\u90ce":38,"\u304c\u3042\u308a":[0,96,11,156,134],"] [":150,first:[34,162,96,160,133],wiki:8,"\u30dd\u30fc\u30c8":[158,126,4,150,86,113,91,46],"\u7db2\u7f85":8,"long":[54,18],"\u81ea\u5df1\u7d39":162,crit:[5,7],"\u9078\u3073":10,"\u9078\u3076":[119,8],"1g":[135,13],"\u30bd\u30fc\u30c8\u30ad\u30fc":[136,1,100,96],"\u30d8\u30eb\u30d7":157,"_preparer":[43,136,109,75],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":119,memo:102,"\u62e1\u5f35":[],"\u5c0f\u3055\u304f":[101,83,11,46,155],"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":65,"11":[96,78,133,73,61,102,124],"10":[150,3],"(grn":72,yoshioka:6,libgroonga:146,"\u5229\u7528\u4f8b":119,zsh:[165,134],dash:165,voiced:166,katakana:[43,166],".uuuuuu":133,"-receive":[118,55],speakers:22,"_open":[34,16,2,107,71,18,138,15,6,48,153,137,23],"\u914d\u5e03":[147,116,13,6,135,90,123,66],"_network":2,"\u6700\u7d42\u66f4":71,timeuot:17,">#{":132,"_enc":[137,110],performance:[118,124,27],"\u5f79\u7acb\u3061":113,theatre:80,beta:36,pair:[43,136,109,163,75],synonym:[96,80],"_sort":100,fills:118,"\u4f1a\u793e":66,"|ng":96,"\u539f\u56e0":[],precise:[6,13,134],lexicon:[161,150,101,102,93,67,166,56],show:1,"-po":[],"\u6700\u5927\u5024":6,"\u30dc\u30c3\u30af\u30b9":96,threshold:[54,23,31,68],"\u77ed\u6642\u9593":119,"-plugin":92,"\u306a\u3093":65,"\u306a\u308c":65,black:166,"\u306a\u3089":[86,6,8,43,147,96,65,133,73,13,15,100,143,56,60,108,109,148,150,113,70,97,67,68,157,69,116,71,160,135,151,166],"\u306a\u308a":[2,3,4,39,86,6,8,9,43,66,95,50,96,65,133,134,73,12,136,15,16,100,52,104,128,56,38,108,109,61,150,127,112,113,155,101,63,64,11,153,23,67,68,156,69,166,71,117,119,160,27,122,162,30,31,72,91],"\u306a\u308b":[1,3,39,86,6,90,8,165,95,147,96,155,133,134,29,12,13,15,101,102,141,56,106,60,61,150,112,113,63,151,85,66,68,116,71,117,119,138,27,130,135,123,75,31],"_module":8,wheezy:[],get:[],"\u96c6\u3081":117,"\u51fa\u305b\u308b":119,geo:[],gem:134,"\u3002utf":[166,113],tokyogeopoint:[48,39,29,64,23,155],restarted:124,"\u5bfe\u8c61table1":100,morning:101,executes:118,"\u5468\u8fba":[6,27],kernel:124,caller:45,"\u8907\u96d1":[6,96,60,113,133],sear:43,masahiro:138,ency:150,"\u884c\u306a\u308f":6,"-threashold":[61,138],"\u53ca\u3073":150,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":46,reading:[],checks:[66,120],"\u6700\u5c0f\u5024":[66,133],"-blog":162,"\u3088\u3063\u3066":[78,127,39,40,88,64],"\u306a\u3069":[78,3,83,39,40,41,88,6,131,91,92,43,165,46,96,65,133,134,12,101,142,21,106,146,59,60,109,61,150,145,129,114,23,68,156,160,162,71,119,27,75],"\u306a\u306b":43,je:128,"\u306a\u3067":43,ja:[134,106],"\u306a\u3063":[126,78,3,6,91,23,165,46,96,65,134,73,12,61,112,113,114,66,67,99,157,160,119,138,122,162],"\u306a\u305c":[96,166,160,109,43,56,133],"\u5206\u5272":[3,133,119,129,83,23],"\u306a\u3059":29,"\u306a\u3055":[30,96,58],"\u306a\u3057":[],"\u306a\u3052":[],nogpgcheck:6,"_allowed":[2,153],"\u306a\u304e":161,"\u306a\u304f":[1,3,80,83,84,40,126,6,8,9,66,165,46,96,133,134,12,15,142,56,150,112,113,161,85,23,67,68,69,160,117,119,138,27,76],"\u4f8b\u5916":[131,66,59,147],"\u306a\u304a":[129,134],"\u306a\u304b":112,"\u306a\u3044":[],"\u306a\u3046":[],"*bsd":[23,138],"_invalid":[137,100,2,68],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":129,"\u4e0d\u9069\u5207":6,"\u5f15\u304d\u51fa\u3059":119,"}/":[106,165,9],"}.":[102,96],"})":118,".select":150,tuning:[],"\u524d\u5f8c":[86,3],"\u9ed2\u3044\u70b9":40,mark:166,"*max":137,shopping:101,"\u62e1\u5927":112,"}}":73,"}|":132,senboku:113,"}e":133,"_avoided":[2,153,68],"\u6240\u5b9a":[61,129],sound:[166,109],"_information":84,"\u30bb\u30df\u30b3\u30ed\u30f3":150,"\u30af\u30a8\u30ea\u30fcapi":[2,26],"}]":[12,131,59,150,4],hdd:150,"_corrupt":[2,153],"\"mroonga":[161,96,133,73],characteristics:27,"\u8af8\u6761":57,"\u578bn":96,"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":113,"|')":63,"\uff01\u3057":22,"-document":[],"\u3002\u5024":85,different:118,pat:[137,83],"\u91cf\u8a08":1,same:[17,113,73],arguments:34,"=squeeze":134,"\u3002\u3044\u307e":99,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[],"< y":113,"\u8a00\u53ca":[161,162],"\uff01\u300d":[96,160,133],"\u7b49\u4fa1":[],"< n":133,"\u672c\u5f53":[43,80],montywi:99,"\u305d\u3057\u3066":[96,78,117,12,119,27,162,43,67],markus:6,markup:74,"\u30d3\u30e5\u30fc":6,"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[65,134],"(cmp":66,"[number":50,"(precise":134,money:38,"\u5927\u898f\u6a21":119,"\u3002\u3059\u3079\u3066":[51,157,106],"\u518d\u8d77":[124,126,156],".dll":34,"\u8fd4\u5024":[],"\u30c0\u30a4\u30a2\u30ed\u30b0":113,"\u3002none":86,"/false":[12,1],"\u4e2d\u592e\u5024":66,"\u5ea7\u6a19":[11,133,162,40,29,23,155],"\u56f0\u96e3":[6,119],"_syntax":[2,72],"\u9069\u5b9c":134,"'ve":162,"\u9650\u308a":[60,61,129,50,52,68],"\u9650\u3089":112,quantal:[6,134],specifies:118,"\u9650\u3063":68,testdb:[150,55],specified:[34,48,45],generates:163,"\u99c4\u76ee":112,ellip:11,"/database":[8,46],": n":158,"\u65b0\u5bbf":64,critical:[34,132],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[],valuebuf:35,"\u306b\u3064\u3051":133,"\u30cb\u30c3\u30dd\u30f3":43,"\u306f\u3044":12,broken:153,"\u306f\u305a":[6,150],"\u307e\u3064\u308f":113,"\u306f\u3069":[96,56],"\u306f\u3068":83,"\u306f\u307f":76,"@soundkitchen":[6,23],"\u3082\u3061\u308d\u3093":[150,117],"\"\u30df\u30ea":133,".patch":106,"_reopen":[],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":86,"\u8abf\u6574":[61,148,96,142],"\u3002\u3059\u3050":8,"_cache":[],"\u4f55\u5ea6":113,"\u7279\u6709":[],"-login":124,"/ '":68,"\u306a\u304c\u3089":[96,78,3,134,119,6],"\u3002command":65,"\u63d0\u6848":[],"\u3082\u3046":[101,98,12,6,8,67],"\u8a18\u8f09":[6,134],"\u3002cpu\u30b3\u30a2":46,"\u3082\u3057":[122,96,11,160,161,150,113,16,102,2,8,85,165,66,69,156,46,56],"\u7834\u58ca":100,"\u516c\u958b\u9375":134,hsiomaneki:[],"\u3082\u3059":9,"\u3082\u3064":[151,117],"\u30c7\u30d7\u30ed\u30a4":8,"\u3082\u306e":[3,86,6,90,8,96,65,134,12,16,100,137,106,58,60,109,150,113,11,153,67,155,158,166,72],"|on":96,"|oo":96,"$prefix":23,"\u3002drilldown":96,"\u5883\u754c":[6,11],"\u3082\u308c":[],general:166,file:[1,118,138,8,111,124,153],allocating:[],"*obj":[35,68,71,82,94,72,45,105,108],subrecord:113,again:[8,17],"\u53d6\u308c\u308b":50,"\uff08true":12,"\u5b50\u5348\u7dda":11,"\u4e0e\u3048\u308b":[50,158,64,65,86],"\u5b57\u5c0f":96,"\u3002pcre":8,"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":73,"\u8a18\u8ff0":[60,3,86,150,162,67,72],"\u4e00\u6642\u7684":[148,68],"\u4e0a\u9650":[],important:[],"6gib":124,starting:34,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[6,23,66],expressions:8,nested:113,libmsgpack:[135,13],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":[],"\u30d3\u30eb\u30c8\u30a4\u30f3":113,"_difference":100,"/lib":[126,8,9],"-alloc":70,"\u8aad\u3081":6,"\u8aad\u3080":59,"\u5dee\u5206":150,"\u8aad\u3093":[76,69],"\u4f4e\u4e0b":113,")mroonga":156,hottolink:36,"\u30e1\u30cb\u30e5\u30fc":134,"\u306f\u3053\u306e":[148,96,161],sigusr:23,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":73,"\u30d6\u30c9\u30a6":[],"\u30d6\u30e9\u30a6\u30b6":[165,91,134,106],"\u304c\u3053\u306e":160,titles:[160,133],plugins:124,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":157,"\u5225\u9014deb":134,"@orangain":113,tokenbigramignoreblanksplitalphadigit:32,"_append":[18,60,72,68],"\u30e1\u30bf\u30c7\u30fc\u30bf":[131,59,84],"\u8aad\u307f":[43,1,142,134,119],"\u5909\u66f4\u5f8c":[110,100,15,103,54,68],"\u307e\u3057\u3087":[38,96,11,3],"\u30c6\u30b9\u30c8":[],threads:[118,132],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":86,"\u6e96\u5099":[],"\u6d3b\u7528":126,"\u5931\u308f":6,search:[],airport:[],published:134,"\u300c\u5024":56,aptitude:157,"\u672a\u77e5":99,".synonym":96,"\u78ba\u7387":136,distinct:118,"\u5ca9\u4e95":[6,113],"\u5317\u534a\u7403":6,"\u958b\u653e":15,"_gqtp":150,"\u3053\u3068":[],"\u3053\u306e":[34,164,2,3,4,104,83,84,129,86,144,41,88,6,78,90,8,66,131,43,165,115,46,80,50,96,11,133,134,73,12,99,13,100,16,61,51,17,137,120,56,146,38,59,60,153,109,20,145,150,113,147,101,63,161,64,102,22,85,23,67,155,156,69,116,162,160,117,119,25,26,27,122,135,123,75,124,76,106,72,77],jsonp:[118,23],"[element":[133,73],"\u4e00\u756a\u5de6":133,"[example":66,none:[96,78,120,163,8,67,165,153],hour:[132,17],"\u3053\u3053":[96,3,160,134,12,136,122,61,64,162,166,156,133],dev:[135,13],"\u6c17\u8efd":[66,112],"\u3053\u3046":112,"\u4e2d\u5fc3":155,share:165,"\u96c5\u5e83":66,minimum:34,":value":[96,160],strlen:34,needs:124,maps:124,"\u3053\u308c":[78,80,83,129,41,6,8,9,43,66,165,162,10,46,101,96,11,133,134,73,74,16,56,60,109,61,148,113,63,161,64,153,85,23,67,156,166,160,117,119,27,12,75,106,104],"\u3053\u3080":59,"*value":[137,35,100,68,18],"\u591a\u3059\u304e":138,"/afr":[64,3,117],"\u666e\u901a":[112,133],mariadb:[66,113],response:118,"[debian":[],"\u3066\u304d":2,"\u3066\u304f":157,"\u30c4\u30a4\u30fc\u30c8":[],"\u547c\u3073":[96,60,73,12,150,86,27],"\u547c\u3070":[3,133,39,51,15,100,113,45],"\u3002ftp":150,"`hostname":86,"\u5217\u578b":[12,160,117],"\u3002\u4f8b":68,finalizes:34,through:8,"\u975e\u308f":129,"\u518d\u914d":66,"\u308c\u308b":[3,82,83,39,40,86,6,66,131,43,165,45,101,96,65,134,73,12,136,137,15,16,51,52,21,56,59,60,109,61,150,121,129,113,114,64,11,153,85,23,157,166,161,119,120,27,75,106,72,104],"\u6955\u5186":[11,155],good:[101,96,160,133],"\u516c\u5f0f":[23,116,147,102],"\u3079\u3066":[96,8,117],"\u9664\u304f":6,"\u5316\u95a2":138,"\u4f1d\u7d71":119,"\u3079\u304f":3,"\u9577\u91ce":66,"\u9664\u3044":[150,27],"-encoding":[],micro:162,token:150,learing:75,"\u52b9\u679c":162,"\u9664\u3051":100,"\u767b\u9332":[],another:[],hard:124,flower:12,"\u30d5\u30e9\u30f3\u30b9":11,"\"gr":56,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":157,"\u8ddd\u96e2":[1,11,133,98,119,40,6,64,155],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":90,"\uff08\u79d2":68,"\u3068\u3082\u3063\u3068":165,"\u89b3\u70b9":148,"\u547c\u3093":[66,129,117],tahr:[66,13],"\u4e09\u8c37":66,tritonn:[96,160,133],"\u308c\u305a":65,"\u306b\u3082":[96,129],"\u306b\u3088":6,done:17,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[162,11],".blog":61,"_data":[],koi:[6,165,86],"\u306b\u5bfe\u5fdc\u4ed8\u3051":43,least:124,"\u516c\u5e73":113,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":46,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[30,86,8],"/archive":134,"*results":100,selector:139,"\u308c\u307e\u305b":[65,145,86,114,100,67,165,156],"\u6574\u7406":[6,113],"},":[38,96,78,3,80,73,162,149,150,101,102,51,11,42,128,97,67,133,115,160],"\u4e71\u6570":[58,64],"_tag":145,"\u8a18\u9332":[6,119,52,9],"\"requires":6,"\u4e0a\u8a18":[57,106,96,165,3,117,109,61,85,150,6,102,64,97,91,161,75,69,156,56],ages:[93,85,56],"\u30b9\u30ab\u30e9\u30fc":73,".key":100,built:68,"/lists":134,"-limit":[1,86,96,113],"\u307e\u3068\u3081":[],build:[134,13,113,70,135,90,111,69],"_available":[2,153],"\u53d6\u308a\u51fa\u3057":[137,107,3],eggs:67,most:48,"~*":72,"\u306b\u3057":[133,96,113,160],myisam:119,"\u5e73\u884c":134,"-protocol":[150,86,91],"\u306b\u3059":61,kb:148,ka:166,"\u306b\u3066":[6,11,113,134],"_put":[],wareohji:6,"\u306b\u3069":60,ko:36,km:162,"\"theater":80,"\u7528\u8a9e\u96c6":114,"\u4e0a\u66f8\u304d":[64,134],mlock:138,"\u30ad\u30fc\u30b5\u30a4\u30ba":83,"(drilldown":52,"\u30d1\u30c3\u30c1":[],"\u5927\u8cb4":6,relation:68,nterms:114,find:111,depended:[],"_int":[53,68,72],"\u30a2\u30ca\u30a6\u30f3\u30b9":134,permission:153,express:[6,90,113],"\u601d\u3044":106,"\u601d\u3046":[67,117],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":[],"\u62c5\u5f53":134,"\u9593\u9055\u3063":[109,113,6,66,23,10],"\"popular":96,"\u300chsiomaneki":[],"_and":[94,60],"\uff08byte":[68,108],common:[137,23,100,133],"\u601d\u3063":74,"/log":[118,126,165,86,8],"_sjlj":66,lion:6,tokenizers:[],"\u76f8\u624b":112,"[backslash":160,please:106,"\u30e2\u30b8\u30e5\u30fc\u30eb":[],"(news":134,"\u5024\u57df":127,".log":[126,65,86,150,8,165],"\u30cb\u30db\u30f3":43,readme:[113,134],"\u8a9e\u4ee5":133,"\u8868\u73fe":[],responses:[],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":6,"\u66f8\u3051\u308b":[6,113],reverse:[8,134],"\u6570\u70b9":39,"-file":[118,23,122,86],"\u5b9f\u51e6":[60,45],"\u6642\u70b9":[16,65,134,110,15,6,17],point:[],"\u3059\u304e\u307e\u305b":38,"\u306f\u3058\u307e\u308a":65,shutdown:[],"\u6253\u3064\u524d":134,"\"gronga":10,"_connection":2,create:[34,43],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[16,161],"\u53ce\u96c6":[122,119],"_when":122,"\u30a2\u30ed\u30b1\u30fc\u30c8":[70,66],bill:[61,129],replaced:[55,163],ful:78,"\u307b\u3057\u304f":96,engi:[43,136],larger:[124,55,75],"\u5f15\u6570":[],"^ \"":133,itself:73,rubygems:6,"\u95be\u5024":[],"-key":[99,134],"\u7d42\u7aef":[6,72,71,15],emphasize:97,")groonga":156,"\u56fd\u540d":117,development:162,"-chroot":134,"\uff08perl":8,keys:[100,8],"-existence":113,aggregate:27,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":134,"\u5834\u6240":[],"\u53cc\u65b9":112,"\"\u3001":[43,117],"\"\u3002":66,"\u30b9\u30bf\u30a4\u30eb":86,"\u5409\u7530":113,"\u7d44\u307f\u5408\u308f\u305b":[60,3,134,61,119,63],flags:[],sortby:[],convenient:43,entry:[63,89,82,62,50,151,139,31,95],"\u3064\u307e\u308a":[96,78,134],sunos:66,"\u3002dump":141,"\u547c\u3073\u51fa\u3059":[58,155,98,29,142,159],"\u3001\u00d7":112,"\u5024\u306a\u3089":113,"\"value":96,"\u547c\u3073\u51fa\u3055":[82,96,15],"\u547c\u3073\u51fa\u3057":[],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":150,"\u306f\u3069\u3061\u3089":46,source:[38,3,134,162,84,63,51,122,67],realloc:138,"5\u3064":85,bin:90,manage:111,"\u968e\u5c64":60,bit:[147,116,20,39,13,150,113,135,90,123,69],"\u5f53\u3066":[83,78,93,15],"\u30d7\u30e9\u30b0\u30a4\u30f3":[147,1,166,102,119,13,59,130,113,6,135,138,9,131,23,66,165,156,116,106],"\u5927\u4e08\u592b":[165,112],"\u8aa4\u308a":[6,66,113],"\u5354\u529b":[],"\u3057\u307e\u3063":66,"\u4e0a\u8ff0":156,"*keys":100,"-command":[],"_over":[2,153],"\u4ee5\u5916":[83,39,40,23,96,134,73,15,16,100,56,60,107,53,150,113,70,66,68,160,71,119,138,72],google:[96,10],"\u5168suffix":100,"\u8aa4\u3063":[6,113,134],examples:138,"\u3001[":3,server:[38,118,6,8,66,46],"\u3002set":150,"\u66f8\u304b":[6,162],"\u3001c":3,"\u66f8\u304f":[67,160],"\u8a73\u3057\u304f":[12,119,3],"\u66f8\u304d":[],"\u66f8\u3044":[162,160,133],newark:162,"\u3092\u3064\u3051\u308b":133,"\u30d3\u30eb\u30c9":[],"\u5024\u306a\u3057":99,"/cutter":134,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":6,"_checks":120,cxxflags:[20,134],"\u3001#":162,"\u3001\"":[97,3,80,109,162,39,75,113,6,161,43,23,10],"\u3001$":134,"\u3001'":[160,12,39,86,102,66,110,133],"\u3001(":[137,39,150,100,85],nginxhttpstubstatusmodule:66,"\u3001-":[30,39,138,150],"\u3001/":[3,91],"\u3001.":[157,106],"\u5730\u5f62":[11,155],"\u3001:":[16,150,15],"(fedora":126,"\u3084\u3059\u3044\u304b":156,"\u3001>":62,"\u5730\u70b9":[64,11],"\u7a4d\u307f\u91cd\u306a\u3063":113,"/yum":134,"\u9010\u6b21":119,suffixsearchterms:[160,133],"\u6295\u5165":[61,1],"_fin":[6,34,15],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":165,"\u51fa\u3059":162,"\u51fa\u3055":113,"\u51fa\u3057":162,"_full":[],"-type":[109,8,75,43,23,46],"\u7b97\u8853":[],"-binary":[8,46],"/epel":116,"\u56de\u907f":[],"\u52d5\u304d":[96,46],"\u52d5\u304f":[6,23,165,167],"\u52d5\u304b":113,"*keybuf":100,curl:[165,4,118,6,8,77,46,69],sourceforge:134,"\u90fd\u6c11":[61,129],"\u6570\u73e0":161,functionality:118,"\u5207\u308a\u6368\u3066":12,libwinpthread:66,"\u30c7\u30fc\u30bf":[],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":150,"\u53d6\u5f97":[],confirm:106,"\u3068\u307f\u306a\u3057":160,"_nil":[137,100,138],failures:134,"\u7d50\u5408":[60,160,142],rinse:134,getaddrinfo:6,jason:128,wanabe:113,"/cache":8,"\u57cb\u3081\u8fbc\u3080":150,query:[],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":6,"(backslash":[],"/\u65e5":162,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[133,67,96,160],"-release":[],"\u3042\u3089\u308f\u3057":80,"\u4f59\u308a":133,putting:124,"_database":[],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":6,"-build":157,uubntu:157,"\u512a\u308c":119,".output":30,"\u76f4\u611f":128,"\u9665\u3063":6,"_header":84,"\u9023\u643a":119,"_thread":150,"= n":133,access:124,"\u5f35\u308c\u308b":113,"\u4e2d\u56fd":11,"\u3002\u30ad\u30fc":96,"= y":113,"\u826f\u304f":67,"\u826f\u3044":[67,112],nonexistent:96,"\u30ef\u30fc\u30ab\u30fc":8,"\u632f\u821e":11,"0xc":153,"\u306b\u5bfe\u5fdc":[35,96,68,108,82,53,86,166,15,6,100,30,21,23,50,99,45],"= \"":[96,133],"/tmp":[156,46],";\"":6,"\u57cb\u3081\u8fbc\u307e":134,"\u57cb\u3081\u8fbc\u307f":[27,41],named:43,"\u3002adjuster":66,"/to":[8,46],"\u30ed\u30f3\u30c9\u30f3":11,"ci\u4e0a":69,"\u7518\u3044":[],"(ctx":[16,60,108],"\u53d7\u4ed8":[80,113],"\u5b8c\u4e86":[96,134,106],"'mroonga":[102,67],"\u30d5\u30ec\u30fc\u30ba":[],".pid":86,"\u5f35\u3063":[96,113],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[],"\u4e2d\u7a0b\u5ea6":[147,116,13,135,90,123],normalizer:[],"_previous":16,"[header":[122,59,78,120,63,149,51,42,104,9,131,115,151,56],normalized:120,"\u305d\u308c\u3089":[158,96,108,63,17,156,46],">max":4,"\u96c6\u307e\u3063":117,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":113,"_malloc":34,"\u8d77\u52d5":[],twiter:6,iptables:46,"\"correction":10,"\u30af\u30e9\u30c3\u30b7\u30e5":[138,113,6,51,66,23],"{prefix":[165,9],"/linux":[],"-za":118,"\u6295\u7a3f\u5834\u6240":162,gcc:[147,116,20,113,6,23,165],dd:[132,133],"\u30b3\u30de\u30f3\u30c9":[],"\u5186\u6ed1":134,"\u5f35\u3089":[6,12,108,113],"\u5f35\u308b":[160,133],"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6":66,".textile":134,"\u30b5\u30fc\u30d0\u30fcid":23,bind:23,lines:[118,157,111],"/repositories":134,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":138,"\u7d9a\u304d":50,"\u306e\u3088\u3046":[96,160,84,113,16,51,142,66,133],"(cutter":157,"\u7d9a\u3044":[61,96],hiroshi:[23,138],jiro:38,"\u3002int":113,"\u7d9a\u3051":150,lf:158,"\u6d88\u8cbb":101,lc:106,ll:[61,78,129],euc:[165,86,113],li:[61,129],lt:[145,78,27,41],ls:134,"_gqpt":150,"\u9589\u3058\u308b":[23,1,83],"\u306f\u3069\u3061\u3089\u304b":[160,133],"\u8a71\u3057":76,"\u3067\u3057\u3087":[146,117,119,101,51,165],dat:83,"\uff08world":39,"\u30c7\u30a3\u30b9\u30afi":56,day:[101,132],"\u30e6\u30fc\u30b6":[63,96,60,3,134,109,39,150,6,75,43,10],"\u4e00\u3064":[89,5,39,129,7,93,95,65,98,12,15,16,100,139,141,21,143,58,108,62,63,114,11,155,70,159,161,119,29,97,31,125],"\u70b9\u9593":[11,40],"_persistent":[100,108],"\u5217\u5f0f":72,"& y":113,"& x":66,normalizerauto:[],"\u74b0\u5883":[],"\u5217\u5f15":60,"& b":133,"\u3042\u308c\u3053\u308c":112,"\u5f85\u3061\u53d7\u3051\u308b":91,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[102,97,161],"\u5fc3\u914d":123,res:[100,94,150,48],"& _":64,docutils:111,"\u30ab\u30ec\u30fc":129,red:[],"_end":2,"/\u6708":162,frank:85,"\u73fe\u72b6":65,"\u4ed8\u5c5e":[30,8],"/aba":[64,3,117],"& (":133,"\u76ee\u8996":122,"\u30d6\u30e9\u30b8\u30ea\u30a2":11,"*top":48,"_long":[2,153],"\u91ce\u9996":66,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":119,hex:38,reaches:124,"\u30d9\u30af\u30bf":[6,138,1,68,113],"\u7d44\u307f\u8fbc\u307f":[],monkey:12,"\u305d\u306e\u3088\u3046":151,"\u6c38\u7d9a":[],"\u8aad\u307f\u8fbc\u3080":[1,59],natty:[23,134],completed:43,acquire:17,documentations:144,"\u3068\u3088\u3044":165,"\u53d6\u308a\u5f97\u308b":39,"\u305b\u3044\u305c\u3044":56,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[],"\u5229\u70b9":119,"\u30da\u30fc\u30b8":[47,96,3,134,86,113,22,6,30,106],"\u81f3\u308b":12,have:[101,124],"=users":[8,46],"\"co":10,min:[],"_control":[2,153],"\u914d\u4e0b":[30,134],"_func":[34,66,45,15],"\u8aad\u307f\u8fbc\u307f":[59,3,113,9,23,156],"\uff08gnu":165,"/commands":[66,51,84,93],"_character":72,eight:3,"\uff09\u3001":[83,129],"\u306a\u3082\u306e":[126,108,134],"\uff09\u3002":61,"\u6e2c\u5730\u7cfb":39,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[6,109,56],request:[],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[122,1,65,138,113,6,66,23,99],"\uff08least":104,"\u7d44\u307f\u8fbc\u3093":119,normally:124,text:[122,96,48,4,83,39,150,27,6,102,78,141,124,67,133,46,160],"\u8d8a\u3048\u308b":61,supported:[36,8],"\u5ea6\u3068":23,conifugration:69,"\u610f\u5473":[96,60,3,160,117,73,156,84,86,113,64,136,43,165,72,150,133],"\u5b66\u3093":162,"*table":[137,100,68,108],"get\u30e1\u30bd\u30c3\u30c9":30,"[mruby":66,"\u65b9\u6cd5":[],")\u3059\u3079\u3066":85,"\u5c11\u306a\u304f":[133,119,112,27,101,160],"\u5c11\u306a\u3044":[96,160,101,142,156,133],"[column":66,"\u7e70\u308a\u8fd4\u3059":138,"_prepend":68,"\u306e\u307f\u3057\u304b":10,"_eval":[],"\u7e70\u308a\u8fd4\u3057":[150,133,106],"\u5272\u308a":[78,133,12,83,15,93],calling:34,fixed:6,"_busy":[2,153],"\u5236\u5fa1":[],"\u3002blogs":61,we:[],"\u4ee3\u5165":[],enhanced:36,wc:[135,116,13,147],xxxxx:134,"\u985e\u4f3c":[],"{name":133,"(string":98,"\u30c7\u30e1\u30ea\u30c3\u30c8":83,progress:132,"\u6751\u4e0a":[66,113],"_incompatible":2,"\u5b66\u3073":[96,11,117],"\u7dad\u6301":[119,46],"\u9577\u3059\u304e\u308b":113,"\u5168\u4ef6":[137,160,133],"\u518d\u8d77\u52d5":[],plugin:[],"-suggest":[],"_expression":96,".org":[3,90,8,165,147,97,134,73,12,13,16,141,106,38,20,150,64,91,116,117,135,77],"\u88dc\u6b63":[],"\u5171\u901a\u63a5":83,otherwise:[34,68],comment:[161,67,162],"\"fulltext":78,"\u304a\u304d\u307e\u3057\u3087":12,"-history":23,"\u4ee5\u524d":[61,162,113,6,12,66,23,166],"\u30ab\u30b9\u30bf\u30e0":8,"\u91cd\u307f\u4ed8\u3051":[61,96],"\u30e1\u30e2\u30ea":[],"\u5c0f\u6570\u70b9":12,json:[],"\u91cd\u307f\u4ed8\u304d":[],copied:34,define:[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":23,"\u306a\u306b\u5bfe\u3057":[160,133],finished:132,"_domain":2,"=..":134,"\u5168\u4f53":[],value:[],"\u540c\u3058":[],almost:124,"\u6307\u91dd":[],"(cve":66,"\u30bf\u30a4\u30df\u30f3\u30b0":[6,3],".db":[86,3,91,113],pkgs:116,"-endpoint":[118,55],optarg:[94,71],"\u67af\u308c":126,receiver:[118,55],":!":160,"[apt":6,"\u672c\u4f53":76,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":134,center:155,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":113,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":134,"\u304a\u3063\u3055\u3093":[],"\u4e00\u81f4\u7528":128,position:[34,48,78],"*result":100,"1byte":153,"\"ellipsoid":155,"\u8868\u793a":[],"-platform":[],"<level":55,"x\u30df\u30ea":[39,133],"\u5229\u7528":[],stored:[55,75],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":83,":<":[96,160],"\u958b\u59cb":[96,11,145,150,113,70,51,66,23,68,157],"_true":68,"\u3055\u3093":[117,138,27,130,113,6,66,23,99,10,46,106],add:[96,78,13,6,111,66,144,106],"\u3002gqtp":[158,2,91,153],"\u3055\u3089":67,match:[],tests:134,"|none":96,"\u5730\u57df":119,elapsed:[118,122,4,132],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":61,like:[8,108],success:153,"_leak":157,"_decr":68,"\u7f6e\u63db":[],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":46,works:[34,132],soft:124,"\u63d0\u6848\u7528":118,"\u4e0d\u6b63":[1,138,113,66,23,157,56],"((x":39,"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":113,"\u8ca0\u8377":[138,8],"\u7121\u52b9":[96,160,110,113,6,100,8,137,66,165,99],"\u610f\u56f3":[160,161,113,6,102,66,67],tmp:[3,134,118,136,84,86,113,51,91,93,156,46],"_optarg":[94,71],sjis:[165,36,86],"\u30b5\u30de\u30ea":113,"\u5f62\u5f0f":[],",\"domain":117,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":133,"\u30d0\u30b0":[23,112,113],"\u3046\u307e\u304f":[],dcb:66,host:[150,91],"\u6319\u52d5":[],"\u30c0\u30e1\u30fc\u30b8":61,about:[34,122,132,16,111,124,144,69],actual:8,socket:153,"\u3055\u305b":112,"\u4ee5\u5185":[43,64,162,133,109],"\u3055\u304d":12,"_time":[122,132],tomo:38,"\u3055\u3044":[126,78,3,128,81,83,39,22,6,2,90,91,9,131,165,46,147,96,11,133,73,12,136,13,61,51,17,54,84,56,106,59,42,20,148,149,150,113,63,161,64,97,104,66,115,157,116,160,117,119,120,102,135,151,162,30,77,8],introduced:8,"\u524d\u65b9\u4e00\u81f4":[],"!!":[50,38,8,162],"\u6307\u3059\u5024":137,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":134,"!)":8,dataset:[118,43,55,163],"_object":2,"\u30ec\u30fc\u30bf":6,"\u95b2\u89a7":91,rch:78,">default":4,"\u901f\u5ea6":[23,38,150,113,83],"\u7591\u554f":67,glib:113,"_inappropriate":2,"\u3002post":46,but:[118,124,55],"\u3068\u3068":[74,106],"\u3068\u3069":164,"\u3068\u306e":133,"\u3068\u3063":8,"\u30fb\u5168":139,buf:[100,68,108],bug:[6,36],"\u5730\u56f3":119,"\u3068\u3057":[158,38,59,60,133,109,12,150,39,86,113,15,101,11,8,75,43,67,156,10],"\u3068\u3048":[65,119,110,129,27,41,64,165,72],binlib:134,"\u3068\u304d":[1,78,3,39,129,86,6,8,9,43,66,165,162,45,46,147,96,11,133,134,73,12,136,13,15,102,100,142,137,10,56,38,60,107,109,121,112,113,63,153,23,156,116,166,160,117,119,138,27,122,135,75,77,91],"-disable":[118,23,138,66],"!\\":133,epel:[6,116],colum:124,pid:[1,165,86],"\u8a08\u7b97":[1,11,133,98,119,39,40,113,6,64,109,66,131,43,155,75],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[138,165,134],"-config":[1,138,86,6,23,165],saer:[136,109],"\u4f7f\u3044\u5206\u3051":[61,129],pip:111,"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":134,"\u305f\u3060\u3057":[1,160,129,86,113,63,52,30,137,23,133],"\u305f\u3060\u3051":6,"\u6291\u5236":[6,66,113],detail:150,"\u3068\u308b":68,"\u4fc2\u6570":[96,60],"\ufffecrch":78,"\u3068\u3082":[96,133,148,150,27,161,64,160],appends:[],"_vars":34,"/sysconfig":126,"\u306e\u3044\u305a\u308c":[84,80],"\u307b\u3069":[126,3,12,136,86,56],resolution:[],cpu:[118,119,150,8,165,46],"\u5909\u3048\u308b":[61,96],"\u307b\u3046":66,"\u307b\u304b":[12,119],"-r":[118,55],"4e":148,"|ro":96,"(shorttext":[],"\u3002groonga":[3,4,83,6,90,8,43,165,147,96,65,133,13,127,150,113,63,66,67,70,116,160,119,135,76,91],"\u6e1b\u3089":[6,83,80,109],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":137,tweet:101,"\"ab":10,under:[118,8,55],"-ci\u4e0a":113,"/acccess":126,"/plugins":[138,165,113,9],resourses:[],"\u5b9f\u6570":39,"\u6761\u4ef6\u5f0f":[],"\u6700\u9577":[23,150,133],"_snip":[6,66],"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":136,"-repository":[6,13,134],estimates:48,"/mm":133,"_nsubrecs":[52,108,117],"\u7b87\u6240":[122,27,134,113],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[23,113,66],"\u4e00\u8a9e":61,"\u5b9f\u65bd":134,"\u81f4\u547d":6,"-rpm":134,"\u7d44\u8fbc":[58,89,98,5,39,62,155,159,63,29,7,139,125,141,143,21,93,31,70,114,95],"\u683c\u7d0d":[],"\u7fbd\u7530":[],"\u53cd\u8ee2":133,"\u30e2\u30cb\u30bf\u30fc":[135,116,13,147],"\u9069\u7528":[],"\u3002output":141,studio:[6,90,113],represented:[],path:[],"\u95a2\u4fc2\u5f0f":[],".ddl":150,"_key":[],"\u79cb\u8449":64,changed:[36,8],"\u5f62\u614b":[119,165,133],"\u58ca\u308c\u308b":[6,23,1,138,113],"\u63a8\u79fb":65,"\u3082\u3063\u3068":96,"-ci":113,"\u8fd4\u5374":[93,96,3],"\u8aad\u307f\u3084\u3059\u3044":99,"\u30bd\u30fc\u30b9\u30ab\u30e9\u30e0":[66,84],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":113,noarch:[147,116],m6:20,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":107,namebuf:[68,108],autogen:[6,134,106],"\u30a2\u30e1\u30ea\u30ab":11,"_jis":165,"-bind":[6,23,86],must:[34,48,118,75,124,55],me:32,te:78,"\u7f6e\u304d\u63db\u3048":[66,86,160,106],mb:6,mm:[132,133],ml:112,"\"blank":166,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":150,mv:21,install:[],my:[96,160,133],"/xml":46,"\"s":[43,136,78,109],end:[158,145,4,153],eng:[43,136],"\u3002html":145,"\u3002functions":157,"\u30d7\u30ed\u30bb\u30b9":[158,70,65,3,119,86,113,6,114,51,8,9,150,143,46],env:156,"\u3067\u3082\u3063\u3068":126,rroonga:[161,113,16,102,142,66,67,69],"\u30b4\u30df":[23,138,114],"\u7d42\u4e86":[],description:[162,129],"-devel":[147,116],"\u305d\u306e\u5f8c":133,".tar":106,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[],"-files":[],"\u5c0f\u3055\u3044":[96,60,160,83,130,137,155,56],"\u5272\u308a\u5f53\u3066":[16,138],"\u4e88\u5b9a":[59,65,73,74,27,11,131,23,46],executed:91,"\u7acb\u3061\u4e0a\u3052":150,"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":66,"\u305f\u304f":[126,117,113,27,23,10,46,106],"\u5bfe\u8c61table2":100,synonyms:156,"\u300c\u697d\u3057\u3044":129,"@packages":134,gqtp:[],"\u305f\u3073":[64,65,150,134],"\u305f\u3060":[147,73],"\u8fd4\u308a\u5024":[66,113],"\u4e00\u884c":[150,138,86],"\u3072\u308d":128,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":113,"\u3072\u3089":[43,160,133],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":104,"\u3054\u3089\u3093\u304f":92,"2\u3064":[0,96,3,160,117,98,162,84,113,63,102,126,161,75,66,67,167,46,56],each:[109,118,136,75,8,132,43],searc:43,signing:134,"\u53d6\u308a\u8fbc\u307f":23,"\u3002\uff08":[96,129,160,75,83,39,40,27,41,15,114,109,138,142,133,43,137,23,106,69],"\u3002\uff09":[106,1,129,160,109,83,40,27,41,138,133,75,137,23,69,96,56],"(byte":[100,108],"\u6e96\u62e0":[8,113],goo:[160,133],msgpack:[4,153],"\u30da\u30a2":[80,109,12,75,43,156,10],newly:27,"\u4f59\u8a08":112,"\"(":[80,113],free:[114,138,132],"\u305f\u308a":[126,82,83,39,142,112,119,66,76,56],"\u305f\u3089":[96,133,134,161,138,112,126,102,85,66,43,165,46,106],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":51,freq:75,"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":16,"\u305f\u3081":[],"\u53e4\u304f":66,freecode:[],"\u53e4\u3044":[6,162,51,166,134],"_locked":68,filter:[],onto:124,rand:[],already:[34,124,17,55],"\u53ef\u5909":[23,84,31,153],"\u897f\u66a6":133,top:[23,48,29],"\u771f\u507d\u5024":[],".groonga":[106,116,134,147,20,13,150,135,90,165,77],too:[67,153],tom:102,tood:34,"_pragma":96,tool:[69,111],serve:134,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":114,".com":[],prefecture:[],"\u6d0b\u723e":23,"\"good":[96,133],"_untag":[],expr:[68,72,45,105],nakano:[],"*cursor":48,obata:138,"_isspace":34,"\u8d64\u9053":11,ram:150,"\u6709\u3057":84,"\u5834\u5408":[],"\u5f93\u3063":[96,100,137,30,94,46],"\u4e00\u89a7":[],"_source":134,hanako:151,"\u591a\u9762":119,"> y":113,"\u5f93\u3046":138,"/share":[23,86],though:43,"\u3044\u307e\u305b":[96,78,160,83,40,113,122,8,136,133,167,156,116,46,56],bsd:165,"\u3072\u3068\u3064":[6,160,98],"\u30b5\u30b8\u30a7\u30b9\u30c8":[],"\u30ed\u30fc\u30de":43,"\u30ed\u30fc\u30c9":[],"\u30ec\u30b3\u30fc\u30c9":[],marverick:138,"\u307f\u306a\u3055":60,pkg:[20,138,165],"\u5ea6\u8868":138,"\u5c0f\u6570":[],"\u6c42\u307e\u308a":119,"\u3002hook":82,"\u306b\u3064\u3076\u3084\u3051\u308b":112,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":60,"\u59cb\u307e\u3063":[122,10],"_valid":8,fontaine:23,"*fin":45,"\u3064\u3064":[61,102],watch:134,"\u306f\u307e\u3068\u3081\u3066":134,"\u3064\u304d":[59,97,73,96,63,104,131,156],"\u3064\u304b":130,"\u3064\u3044":162,"\u7d50\u679c":[],hendro:113,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[],"-per":[118,23],"_with":[128,129,100,108,133,56,160],"\u3064\u3051":[96,11],nul:[34,23,71],"-commnad":65,ciritical:8,"\u5bfe\u8c61cursor":[137,107],"_for":60,"\u4e8c\u3064\u76ee":[],"\u30d7\u30ed\u30b0\u30e9\u30e0":[6,84,76,138,8],"\u5bbf\u99c5":[],"\u56db\u6368":23,"\u30d7\u30ed\u30bb\u30b9id":91,"\u30b5\u30fc\u30d0\u30fc":[],"\u59cb\u307e\u308a":134,"\u59cb\u307e\u308b":[96,160,150,63,100,52,66,43,156,10,46,133],news:[],"\u82e6\u624b":119,"\u3068\u3057\u307e\u3057\u3087":[67,80],"\u30e9\u30f3\u30c0\u30e0":64,"4gib":[83,153],"\u65b9\u5411":137,"\u591a\u91cd":158,"\u5f8c\u304b\u3089":141,"\u7d4c\u7def":[12,39,64],trust:134,"\uff13\u3064":39,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":150,"\u7b49\u3057\u3044":[96,60,160,68,133],"\u7b49\u3057\u304f":[60,160,133],"&lt":[145,27,41],been:134,"\u30a8\u30e9\u30fc\u30ed\u30b0":126,"_blog":67,"\u8d77\u6e90":12,"/shutdown":[8,46],tokenmecab:[6,61,129,149],"\u5217\u60c5":78,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[],msec:17,xxx:[86,113,133],"_not":[96,2,51,151,153,115,94],"\u6700\u9069":8,"\u7528\u9014":[147,96,73,83,13,113,122,135,90,123,119,116,126],"\u6728\u4e0a":137,tasukuchan:[],"*ctx":[34,35,48,107,71,68,82,18,15,16,137,100,53,54,94,72,45,105,108],"\"e":[43,78,136],"\"a":[66,78,161],"\"b":161,"\"c":161,"\"n":[122,96,3,160,70,8,133,91],"\"h":78,"\"i":[122,96,133,162,101,67,160],"\"k":38,"\"t":78,"\u5c1a\u4e5f":113,"\u81ea\u8eab":[6,23,78,86,156],"\"}":[38,166,160,117,109,12,136,101,50,102,64,151,8,161,75,43,67,133,46,128],"\"x":113,"\"@":162,"\u691c\u7d22\u4f8b":[],suggest:[],"\u30bf\u30fc\u30df\u30ca\u30eb":8,niku:66,"\"\\":72,"\"]":[38,96,3,133,73,61,162,84,86,27,141,43],"\"_":[3,80,84,8,43,115,46,128,50,96,11,133,73,12,136,101,102,51,141,38,109,61,113,161,64,97,85,67,160,117,162,122,151,75,166,91],"\"[":6,"\"'":[96,160,73,61,129,113,6,66,133],"\"\"":[161,39,99],"\"#":23,"\",":[78,3,80,84,86,41,91,43,93,115,128,101,96,11,133,73,12,136,50,102,51,141,38,109,61,145,150,113,70,114,64,97,85,67,160,117,161,162,27,122,151,75,166,8],"\"-":[23,11],"\".":[43,133,117],"\"/":[84,51,86,64,93],"\u4e8c\u756a":[],"\")":[38,11,133,98,110,102,113,6,29,64,85],"\"*":6,characters:[],"\"<":[145,113,41],"\">":[145,4,41,27],"\"?":4,"\":":[78,3,4,41,91,131,43,115,46,80,101,96,11,133,73,12,136,50,102,51,128,38,59,42,109,145,149,150,70,114,64,97,85,67,160,117,161,162,120,151,75,166,8],"\";":[150,8,46],"\u78ef\u90e8":113,charlie:162,"/run":[86,134],"\u3084\u3059\u304f":138,"\u3084\u3059\u3044":[1,96,27,41,142],"\u5bfe\u8c61table":[137,100,68,108],"_tags":[38,162],"_ctx":[],"\u4ecb\u6587":162,"_buffer":[18,2,153],".scr":150,"*bottom":48,"_selector":[],"5f":150,"(init":15,ceekz:113,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[160,133],advanced:36,"\u542b\u3080\u5168\u3066":51,"\u5c0f\u6587\u5b57":[137,78,3,166,56],poedit:106,"\u6b63\u3057\u304f":[6,43,160,113,66],"\"engine":[43,109,75],"\u6b63\u3057\u3044":[156,10,109],"\u7d20\u89e3":[119,165,133],"\u307e\u308f\u308a":76,successfully:34,"_str":[162,72],"\u3080\u3044\u3061\u3083\u3044":[],jennifer:128,escape:72,"\u73fe\u4ee3":119,tutorial:34,".zip":106,"\u6765\u307e\u3057":[],"_right":[23,48,29],".github":[134,106],allocate:[],core:150,deleted:68,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":6,night:[101,80],"\u3001\u300c":[38,1,117,61,129,86,96,64,43],"\u6d88\u3048":83,":type":[72,15],limitation:124,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[6,3],ppa:[],"\u3002ascii":[160,133],"\u3092\u3054\u89a7\u304f":119,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":93,two:[132,8,55],"[@":[6,23,113,66],git:[92,134,106],"[{":[8,46],"[a":118,gib:[57,124],"[test":6,"\u3084\u307e\u306d":[66,113],"[n":113,head:[158,153],removep:68,"\u6253\u3064":134,"\u57f7\u7b46":[67,40,88],"\u9032\u6570":[114,133],"[:":91,"[#":[6,23,99,66],"[\"":[38,96,133,73,12,136,84,27,61,162,43,114],autoconf:23,"\u5185\u8a33":61,"[,":155,"\u6dfb\u4ed8":6,"\u8abf\u3079\u308b":[29,155,113,148],decrypt:134,"(match":102,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[],check:[],ongaeshi:[6,138,113],"\u305f\u304b\u3063":[80,109],no:[1,36,83,96,113,48,153,136,124],"/mxcl":134,when:[118,111],ne:78,ng:78,ny:162,setting:124,"\u5217\u6319":3,"\u6ce8\u8a18":113,tid:107,saerch:[136,109],"\u4e09\u756a\u76ee":133,"\u5024\u3054\u3068":117,"=number":[],"_touch":[138,71],"_unlock":[34,68],sql:117,longer:36,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":114,"\u672c\u756a":134,"_memory":[],"\u4e00\u8cab":[],varying:34,",\"tags":38,"\u30d0\u30c3\u30d5\u30a1id":114,"\u30d2\u30c3\u30c8":[96,60,128,61,162,129,113,101,43],row:27,"_same":113,"\u4e00\u822c":[96,3,160,119,16,142,68],environment:69,"}attr":113,"*tid":107,advantage:27,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[160,133],enqueue:121,"6elz":66,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":31,"\u3053\u305d":[],level:[34,5,86,7,8,132,55,153],"\u8208\u5473":119,brother:160,"/db2":46,"/db1":46,"\u6d88\u305b":8,"\u6f14\u7b97\u5b50":[],"\u79d2\u8868":[12,61,64,133],"\u6c42\u3081\u308b":[119,11,117,155],"\u5024\u6bce":[96,117],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":134,"_truncate":[23,100],"/load":[59,8,46],"\u56f0\u3063":112,".builtin":71,reply:67,"3\u3064":[147,96,3,117,12,145,13,27,113,122,135,51,157,142,67,116,126],"\u751f\u3058":[89,5,62,7,139,21,95],baseball:[38,67],"\u9ad8\u6a5f":[119,126,60],"=groonga":[118,8],deb:[6,135,13,134],"\u6b63\u78ba":[12,70,3],"\u63d0\u4f9b":[],"_success":[34,96,2,15,16,17,132,72],"\uff08ruby":69,"_info":[],"\u9006\u306b":[38,162],"\u30ea\u30f3\u30af":[160,134,12,113,6,92,66,133],"_delete":[82,23,100,68,137],"\u307f\u307e\u3057\u3087":[38,3,80,117,12,162,64,67],"\uff08messagepack":165,handled:8,"-src":135,sports:38,"\"name":102,"\u76f8\u5fdc":100,memory:[],msg:121,outputs:[132,55],"_concurrency":158,"\u30bb\u30c3\u30c8":[60,129,100,137,68,95],"\u3044\u308f\u3086\u308b":38,"*dest":100,"_asc":100,".txt":134,"\u672a\u4f7f":66,memry:124,"\uff11\u3064":[84,121],"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[158,126,8,113],"/setup":69,"_sis":[128,129,160,100,56,133],"-docutils":[134,111],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[],":clear":134,shibuya:138,"\u76f8\u5f53":[122,64,3,117],"\u5f15\u304d\u8d77\u3059":[6,113],clone:[],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":69,representations:[],"\u6b20\u70b9":119,succeeded:[63,51,151,115],"_ql":66,"\u8efd\u3044":51,"\u30b0\u30eb\u30fc\u30d7":[],representation:[],"\u3002tag":38,"_res":150,"/srpm":134,"_descriptor":[2,153],"\u542b\u307e\u308c\u308b":[60,3,134,12,119,145,86,41,61],normalizermysqlunicodeci:166,".yml":69,"\u56f2\u307e":[27,41],"\u56f2\u307f":[145,86,27,41],"[[":[128,86,41,43,131,93,115,96,11,133,73,12,101,102,51,38,59,61,145,151,67,160,118,162,27],"\u30d9\u30fc\u30b9\u30d1\u30b9":8,"_pass":8,"\u56de\u7e70\u308a":150,cutter:[],"\u6ce8\u76ee":[96,117],"\u3059\u306a\u308f\u3061":12,term:[63,114,80],name:[],"\u500b\u3005":[61,65,60],"\u65e5\u3005":112,"\u30b7\u30a7\u30a2":22,"\u534a\u7121":[23,56],"\u5bfe\u8c61column":108,"\u53d6\u308b":153,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":113,"\u30cd\u30b9\u30c8":[6,67,113],"\u30d1\u30fc\u30b9":[23,110,72,142],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":62,"\u6642\u4ee3":119,"\u3042\u3044\u307e\u3044":56,"-default":[],candidate2:136,"\u914d\u7f6e":[3,134],"\u56f2\u3080":[3,27,113],"\u3002key":[100,129,3],"\u30b3\u30fc\u30c9":[78,113,106],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":160,"\u4e92\u63db":[147,116,65,133,134,13,120,135,30,166,46],turn:8,"\"element":73,"\u30db\u30b9\u30c8":[158,134,86,150,6,91,23],yum:[6,147,116,134,111],"\u5b8c\u7d50":112,"-normalizer":[147,116,13,120,6,135,166],"\u304a\u9858\u3044":[150,112],origin:106,fetched:75,redhat:[23,165],"-version":[],"\u3002geopoint":162,"\u30b7\u30f3\u30d7\u30eb":[167,117,142],"_function":[34,2,153],array:114,"\u7d5e\u8fbc":[],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[11,104,142],returns:[34,118,100,48,108],kbytes:150,"\u30d1\u30a4\u30d7":63,"\u30a8\u30f3\u30c8\u30ea":[96,133,160,16,161,108],specify:[118,106,8,163,55],"-httpd":[],"(tab":156,"< t1":60,"\u3080\u308b\u3093":[160,133],posix:133,pre:36,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":57,"_local":[150,141],ann:134,"_groonga":122,enourmous:75,"\u53b3\u5bc6":43,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[],takuto:138,"_permitted":[2,153],"\u30d5\u30e9\u30b0":[1,78,3,128,5,84,88,6,7,89,23,95,96,133,73,12,137,15,139,21,56,62,63,114,153,66,99,160,120,166],animation:38,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[54,96,165,86],multiple:[118,43],"_suggest":130,"_down":[2,153],"_interrupted":2,"\u81a8\u5927":119,"\uff09:":[147,59,129,20,13,116,135,131,77],"\u4e2d\u65ad":[6,23,82],geoindex:[],"8mb":166,"\u5c06\u6765":[59,11,73,120,113,149,42,153,131,46],"\u4e00\u81f4":[],"\u547c\u3076":[6,157,142],"\u5ea6y":39,sitecountry:[91,117],"\u540c\u3058\u91cd\u307f":102,"\u88dc\u5b8c":[],"\u3002weight":12,"\u30d1\u30c3\u30b1\u30fc\u30b8":[],"\u5024\u3088\u308a":[96,60],"\u7530\u8fba":113,"\u985e\u7fa9":96,explicitly:[43,111],"[2":86,"\u5f53\u8a72":[65,68],ssh:134,"\"null":6,"_port":150,":')":63,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":129,mapped:124,ignored:[6,71],"\u30b9\u30b3\u30a2\u30fc":[],".co":[96,36],"#'":86,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[162,1,56],broadway:[],"<gqtp":150,"\"#\"":150,"(..":113,"#{":132,cities:11,come:162,"\u30af\u30ea\u30fc\u30f3":134,quiet:153,"\u30ec\u30b3\u30fc\u30c9id":[],"\u4e00\u822c\u7684":119,color:166,whombx:113,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":6,period:[],"\u6a19\u8a18":66,"\u76f8\u5bfe":[23,96,134],"_clone":134,raring:[66,113],"#proxy":8,"\u5f8c\u4e8c":[],"*db":[68,71,15],"\u6709\u9650":96,"(age":85,"\u4ee3\u308f\u308a":[166,160,145,86,27,41,90,91,165,8,56],engine:[78,109,136,145,27,41,75,43,10],"/vdw":[64,3,117],"_tokenizer":[],"_value":[],"_tokenized":[78,120],"case":[34,124,55],"\u25cb\u25cb":112,"\u30ed\u30ae\u30f3\u30b0":15,shops:129,"\u975e\u63a8\u5968":6,"\u53d7\u3051":[11,3,80,153,113,6,8,85,66,121,46,91],"\u305f\u3068\u3048":61,saerc:[136,109],"\u559c\u3073":[74,106],archive:[],html:[],"\u5831\u4ee5":78,events:46,"\uff08romaji":43,status:[],"0\u30d9\u30fc\u30b9":96,downloads:90,"[\u8a9e":114,"\u7d4c\u7531":[63,89,143,134,5,150,138,62,6,114,7,139,141,93,21,66,31,70,125,95],without:[43,75,8,27],"[geo":[23,113],"\u30d1\u30bf\u30fc\u30f3":[122,133],"/unit":157,"\u4f5c\u6210\u6e08":86,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],unicode:166,"\u3088\u304b\u3063":61,"\u53ef\u5426":3,"\u3002\u3056\u3063\u304f\u308a":73,blog:[61,161,67,3],"\\'":[86,160],"\\%":90,"\\\"":[97,145,129,27,41,50,161],"\u9577\u65b9\u5f62":23,hino:113,"\u63a2\u3059":67,"\u3002point":[29,155],"/base":134,"\\\\":[161,145,160],")..":134,"\u3079\u304d":[84,68,153,134,166],"\u3068\u304a\u308a":[57,64,150,117],"*mutex":34,"_send":16,"-mm":[132,133],"_host":150,"\u985e\u7d39":61,"\"groonga":[96,133,73,27,161,10,56],frees:34,automake:138,"\u9234\u6728":6,"@uzulla":23,"_unlink":68,mooz:23,"\u4e09\u3064":[11,129],freed:[],"/eval":131,"\uff08personal":[],"\u30b9\u30da\u30a4\u30f3":11,tokenbigramsplitsymbolalpha:[96,78,61,129,149,32],oo:[83,78],on:[34,36,118,145,27,41,100,48,8,78,68,46,106],ok:151,of:[],"_escalation":[],"\u30e6\u30fc\u30b6\u30fc":[],"\u8a2d\u5b9a\u5024":[148,1],os:[],or:[34,96,48,80,118,100,102,64,153,132,124,156,160],op:[100,94,72,48,108],"_leading":96,"\u5c11\u306a\u3051\u308c":56,"\u5f0f\u5168":[160,133],"\u884c\u76ee":[122,150,134],"\u30c1\u30e3\u30f3\u30af":114,"\u30a8\u30ed":[],"{path":165,"\u8a55\u4fa1":[131,161,60,113,133],there:[43,160,124,73],"\u53d7\u3051\u53d6\u308a":[60,3,8],strict:66,"\u300ccomments":162,"/modules":[138,8],"\u901a\u308a":[78,84,40,41,93,165,96,11,133,134,136,13,102,56,61,145,161,97,85,67,155,69,160,120,27,151,75],"*escaped":72,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":166,"(location":[38,64,11,162],datasets:163,"\u69cb\u7bc9":[],"\u4f5c\u3063":[117,61,100,8,137,23,166],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[],":macro":108,"/hostname":[150,86],"\u30de\u30fc\u30b8":[6,106],"\u65b9\u5f62":[11,155],"\u5927\u6587\u5b57":[3,56],"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":113,"\u4f5c\u308a":[43,67,109,56],"\u4f5c\u308b":[38,80,109,162,121,73,142,56,106],"\u8ab2\u7a0b":113,gettext:106,"\u3066\u3057\u307e\u3044":112,"\uff08proc":82,"_type":[],ftp:150,"\u53d7\u3051\u53d6\u3063":119,"\u3002ctrl\u30ad\u30fc":3,"/mysql":166,"\u30ea\u30bd\u30fc\u30b9":[16,66,101],calls:[],":mm":[132,133],gunyara:[],"\u30ab\u30d0\u30ec\u30c3\u30b8":[],"\u6c17\u306b":[84,68,106],"/select":[8,91],directory:[34,118,55,153],"4\u3064":[83,27],"\u30c7\u30fc\u30e2\u30f3":[],migrated:[96,160,133],"\u306a\u3051\u308c":[35,2,127,84,86,6,8,165,50,96,97,133,73,12,51,15,16,100,56,108,150,63,161,85,68,156,69,160,72],dist:134,executing:118,scalar:73,"\u6761\u4ef6":[],ptr:34,"\u8fd1\u3044\u9806":40,jessie:[],"\u30d3\u30c3\u30c8":[],"\u5b58\u5426":68,"/locale":[106,134,111],"/scalar":127,init:[6,66,165,45],"\u304a\u5f85\u3061":22,"\u5b9f\u7528":66,".name":[114,162,161],"[travis":113,"\u95a2\u9023":[],"=message":[],"-word":96,systemctl:126,"***":7,llt:78,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[23,134],"\u8a9e\u7248":134,longtext:[39,48],list:[134,55,163,111],"_html":[],"\u304a\u3088\u3073":[3,134,12,119,86,6,165,45],"\u4f4e\u6e1b":[126,138],"\u6d69\u4e8c":6,"<protocol":86,"\u89aa\u5207":138,yappo:[66,36,113],"\u884c\u3048\u308b":[6,38],"/news":134,tex:78,"/centos":[116,126,134],"_scalar":[80,84,41,96,11,133,101,102,51,141,38,108,61,145,63,161,97,85,67,160,117,162,27,151,124],will:[34,124,68],"(packages":134,sub:[],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[],version:[36,3,4,134,150,15,70,103,91,23,8],memcached:[],tags:[38,84,73,93,56],"\u88dc\u5b8c\u8a9e":43,"#worker":8,serihiro:6,"\u6163\u308c":117,allows:27,matsuu:138,options:[],gtihub:23,tokenunigram:[149,32],ocelot:[23,113],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":134,"\u300c\u697d\u3057":129,"/atv":[64,3,117],"\u69cb\u6587":[],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[70,125],"\u7a4d\u7b97":[96,60],"_expire":68,thus:[55,163],flag:[],"_blank":120,"\u3002git":134,"\u30d7\u30ed\u30f3\u30d7\u30c8":4,"\u524d\u63d0":[],"_supported":[2,153],"\u89e3\u6790":[],"\u79fb\u884c":[23,65],"_encoding":[],"\u306e\u306b\u5bfe\u3057":15,"=table":56,"\u671f\u5316":[6,15],"\u30ea\u30cd\u30fc\u30e0":23,"\u958b\u767a":[],"\u7406\u7531":[],">\u529b":7,"&..":91,overcommit:124,disable:[118,23,8],"_text":[66,120,157],"\u30ea\u30dd\u30b8\u30c8\u30ea":[],"-max":[118,23,86],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":157,"-munin":[],"-http":[],specifying:34,"\"book":133,":\u79d2":162,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":134,"\u9ad8\u307e\u3063":119,disables:[8,111],disabled:[43,132],"\u623b\u308a\u5024":[],"\"is":12,"\u30bf\u30a4\u30d7":[82,23,150,46],"_link":[2,153],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":105,soccer:38,"\u30d6\u30fc\u30ea\u30a2\u30f3":39,"_large":[2,153],"return":[122,132],"\u52d5\u4f5c":[],"\u6d45\u898b":113,"\u5897\u3048":[131,67,78,73],"\u8a71\u984c":22,"-encodiong":133,innodb:119,"\u51fa\u6765\u308b":162,"-create":[],"\u5897\u3084":73,weight:[6,12,96,108,73],generation:111,"_release":134,"/en":[8,134,111],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":13,"\u6c42\u3081":[119,98],"_new":[6,23,121],"/managers":[8,46],"\u3072\u3053\u3055\u3093":[6,66],generate:[34,111],thread:[34,132,100,150,121],"_ito":23,"_hash":[],"\u30c9\u30e1\u30a4\u30f3":[66,117],"\u5927\u304d":[73,83,6,114,8,56],"\u5f62\u72b6":40,"${":[102,96,133,124,106],"\u30bb\u30af\u30b7\u30e7\u30f3":[78,120,84,90,8,131,43,165,147,96,11,73,164,13,50,51,104,144,56,146,59,108,109,20,153,115,156,69,116,160,117,26,122,135,123,75,124,76,106,77],gpl:36,passes:134,"\u5b58\u5728":[1,3,129,126,6,91,96,68,15,100,52,141,137,148,150,113,64,85,66,67,155,117,119,138,122,29,8],script:[],gpg:134,"\u3050\u3088\u3046":11,"\u60c5\u5831\u540d":93,passed:134,store:48,gps:119,"\u8a9e\u691c":96,option:[118,132,55,111],"$(":[147,135,116,13,77],"/synonyms":156,"\u4fbf\u5229":[96,78,160,73,12,119,120,122,142,43,165],"\u6271\u3048\u308b":[148,113,66],"\u540d\u4e00":[],"\u898b\u308b":2,"\u306e\u304b\u308f\u308a":66,"/groonga":[126,3,84,86,6,90,8,9,92,93,165,147,134,74,13,51,106,20,113,91,23,156,69,116,118,138,135,124,77],"-working":6,"-get":[6,135,13,134,111],",[\"":61,"7e":150,"\u898b\u3066":[122,96,8],"\u307e\u307e":[65,134,117,12,112,113],"\u898b\u3064":[6,136,138],"/#":16,"\u540dn":[93,96],"\u307e\u3060":[59,65,133,136,96,27,70,153,113,131,23],"\u307e\u3067":[57,50,60,3,128,117,83,85,86,113,101,16,17,134,66,67,162,150,106],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,65,74,13,14,15,16,17,20,21,23,25,26,27,29,30,31,72,34,35,89,58,39,40,41,42,43,44,45,46,147,165,50,51,52,53,54,55,56,57,38,59,60,61,62,63,64,11,66,67,68,69,70,71,98,135,75,76,77,78,80,167,82,83,84,86,22,88,90,91,92,93,94,95,96,97,73,100,101,102,103,104,105,106,107,108,109,110,112,113,114,115,116,117,118,119,120,122,123,124,125,126,127,128,129,131,133,134,136,137,139,141,142,143,144,145,146,148,149,150,151,153,85,155,156,157,158,159,160,161,162,164,166,12],"\u307e\u305a":[3,80,117,61,162,129,150,90,8,134,133,67,165,106],"\u307e\u305b":[34,35,126,2,3,80,83,39,40,86,104,41,6,78,91,9,131,43,66,165,129,10,46,50,96,11,133,134,73,12,136,150,100,15,16,102,51,52,17,21,143,120,84,56,59,42,107,108,109,61,148,127,149,112,113,101,63,137,151,153,85,23,67,68,156,70,166,160,117,161,119,93,27,122,106,72,125,8],"_list":[],"\u307e\u305f":[],"\u3058\u304d":27,port:[118,150,91,77],centos6:6,"\u7279\u5b9a":[],superior:27,"[pat":6,"\u9069\u6642":82,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":67,"\u66f8\u304d\u5f8c":129,added:[100,36,48],"\u3093\u3057\u304d":142,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":60,"\u30d5\u30a3\u30eb\u30bf":6,exec:153,customize:[43,8],park:[],"\u30e1\u30fc\u30c8\u30eb":[11,155],"\u89e3\u653e":[70,107,15,16,137,66,68],"\u73fe\u5b9f":117,"\u307e\u307e\u3067":61,"\u3002id":15,"-oriented":27,"\u9577\u3055":[108,12,53,150,6,100,137,68],orangain:113,"\u624b\u52d5":8,"&query":91,".rb":[66,59,138],"\u304a\u3051":96,"_users":162,"\u304a\u304d":[119,134],"\u304a\u304b":165,"\u304a\u3044":[3,108,134,12,119,113,100,52,23,68,157,106],"\u59cb\u70b9":3,"_call":[2,153,60],"_format":[2,153],firewood:[6,113],"\u304a\u3070":[23,1,113],concatinated:118,"-ftp":150,"\u4f4e\u6a5f":60,"\u3042\u304f":16,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[],"\u629c\u3051\u308b":3,"\u671b\u307e\u3057\u3044":[119,112,134],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":8,longest:100,"\u304a\u3070\u305f":[23,113],"\u305d\u308c":[126,3,80,39,129,90,147,96,97,133,134,12,137,84,106,60,107,61,53,70,67,68,160,117,138,75,56],"\u306b\u304a\u3044":[12,65,134],"\u4fdd\u8a3c":[114,65],"\u6570\u5024":[],"(content":[97,27],"\u30b3\u30df\u30c3\u30c8":134,"\u305d\u3057":[],"\u76ee\u4ee5\u964d":96,art:162,tobby:102,dump:[],"]]":[96,118,136,86,50,151,139,150],"][":[160,113,6,66,23,99],"\u305d\u3046":[85,112,133,69],are:[34,96,48,73,118,124,75,27,163,113,132,17,111,43,55,106],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[150,134,106],"_mutex":34,"]}":[12,114,161],"\u30b9\u30b3\u30a2":[96,60,73,61,136,6,118,64,52],"]x":162,"\u5897\u3048\u308b":[149,42],"/non":113,"\u305d\u306e":[],korea:117,recently:104,creating:124,"\u5927\u91cf":[83,38,60,3,56],"\u304a\u3088":17,"\u898b\u3064\u3051\u308b":[43,51,166,8],"\u304a\u308a":[66,64],solr:133,"\u672a\u521d":6,"\u30c6\u30fc\u30d6\u30eb":[],license:[36,134],"\u8a02\u6b63":156,"]'":[8,46],context:[68,8,27],"]\"":[6,162,113],"],":[78,3,80,84,86,41,91,43,93,115,128,101,96,11,133,73,12,136,50,102,51,141,149,38,42,109,61,145,150,70,114,64,97,85,67,160,117,161,118,162,120,27,122,151,75,166],"]/":91,"])":[58,145,155,17],finds:100,minagawa:113,"\u691c\u7d22id":100,"\u3042\u3068":[134,106],improper:153,"\u30b3\u30de\u30f3\u30c9url":46,"'alice":160,"\u7d76\u5bfe":9,":#{":132,"\u8003\u616e":[61,80],"\u5f0f\u3068\u3057\u3066":72,due:27,pg:85,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":8,po:[],kiske:6,"\u3057\u3084\u3059\u304f":6,"\u6574\u5217":[119,3],"(html":97,"#groonga\u30bf\u30b0":[],"\u8a00\u8a9e\u540d":106,"\u30d9\u30fc\u30b9":[126,78,160,167,119,138,6,100,137,23,133,106],"\u30d8\u30c3\u30c0":[66,113],"\u79d2\u9593":23,"\u5730\u7cfb":11,evaluated:131,"(body":[145,41],"\"sug":10,xvzf:[147,116,20,13,135,165,77],"\u5404\u8a9e":114,"\u6027\u5225":119,"_expansion":[],rid:[18,107],"\u30ed\u30fc\u30ab\u30eb":[133,134],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[],"\u6210\u679c":[],"*type":108,"/ppa":13,"\u5065\u4f5c":38,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[],"/hoge":86,"\u64ec\u4f3c":[96,160,133],"\u672c\u6765":[],abcde:120,edge:121,nanoseconds:132,"\\bin":90,"\"alice":160,"\u6b8b\u5ff5":12,"\u9006\u5f15\u304d":[],"\u3067\u304d\u308b":[],tables:[124,141,163,75],"\u4e92\u63db\u6027":134,"\u3067\u304d\u308c":[],"\u3002keys":100,"\u64a4\u5ec3":[66,138,86],"\u5024\u7528":23,"\u304f\u3060":[126,78,3,128,81,83,39,22,6,2,90,91,9,131,165,46,147,96,11,133,73,12,136,13,61,51,17,54,84,56,106,59,42,20,148,149,150,113,63,161,64,97,104,66,115,116,160,117,119,120,102,135,151,162,30,77,8],boost:43,"_finalizer":[45,15],"@wareohji":6,unstable:134,"\u6642\u523b":[122,71,109,162,150,70,159],".title":12,"\u7f6e\u304b":[30,165,156,8],"\u7f6e\u304d":[137,138,68,80,134],"\u7f6e\u304f":165,"\u7f6e\u3044":[66,134],"\u5404\u8981":73,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,166,133,110,86,15,165,72],retry:153,"\u69cb\u6210":[147,116,60,3,134,13,126,135],"\u304f\u3093":[],"-drilldown":117,"(\u300c":134,"_improper":2,"{type":118,"\u9577\u751f\u304d":56,"\u5b9f\u73fe":[],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[17,113],"\"service":109,range:[93,51,84,153],"lzo\u3044":63,"\u672c\u6587":[67,97],"\u5831\u544a":[],"\u524d\u65b9":[],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":134,shimoda:138,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[66,86,8],"\u7a2e\u5225":120,fast:[122,96,78,160,145,27,41,50,97,67,133],"/hosts":134,"_links":[2,153],"html\u30bf\u30b0":97,files:[],"-query":[126,3,160,162,145,86,27,41,113,6,102,8,132,23,156,128],"-host":150,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":56,aramaki:[23,138],"_op":[94,72,60],"_or":[],"\u306b\u3064":6,"_of":[2,153],highlight:[],"_on":[2,153],called:34,"\u63a5\u982d":[23,133,83],associated:34,horikoshi:23,"\u679c\u305f":3,warning:[5,132,7,8],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":73,"\u306b\u5bfe\u3059\u308b":[],grouped:[],tatsuya:6,grn:[],gro:27,newvalue:108,nice:101,users:[],"\u5c5e\u3057":[39,127,117],"\u305f\u3076\u3093":165,generated:[34,163,111],drilldown:[],"\u982d\u8f9e":83,"\u300d\u3001":[38,162],"'grn":110,"\u300d\u3002":142,"\u300d\u300c":[],"\u570f\u5185":162,"\u8868\u3059\u578b":39,"-deafult":23,"\u8aad\u307f\u53d6\u308a":[50,51,86],"-package":[],"\u30b3\u30a2":[165,8,46],"-benchmark":[],"-count":70,once:[],"\u30a4\u30f3\u30c7\u30c3\u30af":67,"\u958b\u304f\u969b":6,"\u5272\u308a\u5f53\u3066\u308b":[12,83,3],issues:66,"\u30b9\u30ad\u30c3\u30d7":[66,113],"\u8a9e\u6271":129,"_by":[34,162,99,130,100,66,137,23,68,72],"\u30cb\u30e5\u30fc\u30b9":101,stable:65,include:[74,66,85],"\u7e70\u308a\u8fd4\u3057\u6570":150,"=gr":118,"\u30de\u30c9\u30ea\u30fc\u30c9":11,"\"saerch":109,"\u30d7\u30e9\u30b0\u30de":96,"\u306a\u3068\u304d":119,"*user":[34,45],"\u3002run":157,"\u3067\u5024":[86,3],ranguba:[16,73],"\"complete":10,"-in":[68,134],"-id":[6,86],"_dir":[34,23,134],"|correct":136,"_use":[66,2,153,15],".po":[],smaller:[132,73],".pc":[23,130],"-line":69,"\u3053\u3046\u3059\u308c":112,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[66,67,84,113],"\u3002buf":108,etime:158,"\u30a8\u30f3\u30b8\u30f3":[12,38,96,86,119],"{time":132,"-exact":70,"\u521d\u56de":106,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":40,"\u5341\u5206\u6c17":96,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[83,3,8],"\u4e0a\u3052\u308b":61,"/coremodule":8,"_name":[],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":86,"\u30c8\u30e9\u30a4":[23,56,160,133,83],"\u300coffgao":[],">version":4,"\u5206\u6790":119,apple:166,apt:[134,13,6,135,111,69],"*str":[34,72],expect:66,hardy:138,api:[],apply:[],"_commit":18,"\u5207\u308b":[66,8],"\u5148\u60c5":162,"\u9001\u4fe1":[],use:[],from:[],"\u3057\u307e\u3057":113,usa:117,"\u3057\u307e\u305b":[96,61,112,8,43,165],"\u3057\u307e\u3059":[96,133,162,129,116,10,160],"\u3057\u307e\u3046":[134,119,138,112,113,6,66,23],usr:[86,8,9,165,157,77],"\u3057\u307e\u3044":[12,61,150,128,109],"\u4efb\u610f":[3,134,86,39,150,119],start:[101,118,126],sort:100,"_names":71,tokenbigramignoreblanksplitsymbolalpha:[61,149],"?msg":134,"[args":86,"/index":[127,86,134,106],"-html":[6,138],dropped:[],"\u30b7\u30fc\u30b1\u30f3\u30b9":[43,109,75],tar:[147,116,134,20,13,135,165,77],"_install":[],tag:[38,134],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":66,"/rpmforge":116,sis:23,united:151,satoh:23,"\u30c0\u30d6\u30eb":[160,83,6,23,133,56],six:[132,3],"\u30d5\u30a3\u30fc\u30eb\u30c9":84,sid:[],instead:[96,86],"_create":[],"\u884c\u3046":[158,38,96,11,128,134,162,129,112,126,6,102,64,138,137,66,67,157],"\"rectangle":[6,11,155],"\u30a2\u30af\u30bb\u30b5":68,"_configure":113,"\u30a2\u30af\u30bb\u30b9":[158,138,134,12,100,86,17,113,6,51,91,30,23,66,106,8],"\u3042\u308b\u3044":[147,65,108,119,153,160,133,155,29,100,60,8,66,94,56],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":113,"$home":134,interrupted:153,"-msgpack":46,"[github":66,freebsd:[],"\u4eac\u90fd":[61,129],"#groonga":[162,156],"\u300cbill":129,"\u5bfe\u8a71":[3,91],"%'":66,"\u7279\u5225":[78,160,2,17,43,165,72],"\u30c0\u30f3\u30d7":[6,138,113],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":134,"/apt":[135,134],"/api":46,restart:126,"\u3057\u3046\u308b":66,"\u30b9\u30ad\u30fc\u30de":[96,11,160,161,145,27,41,101,102,97,141,85,124,67,151,133],"\u53c2\u52a0":[76,22],successor:133,articles:67,"_free":34,edit:[],".net":[38,3,134,117,12,22,64,91],"%\\":90,nfs:165,"-kun":[],"\u6df7\u305c":[12,136],".overcommit":[],",\"link":12,"\u5c3a\u5ea6":119,related:124,"\u89e3\u6c7a":[6,23,112,114,148],"\u3002redmine":[],remove:[68,120],inverted:27,out:150,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":162,supports:[34,36,55],dictionary:166,"\u30ec\u30a4\u30e4":60,york:[162,11],"8r":[6,165,86],lts:[13,134,69],"\u4e00\u90e8":[6,62,3,10,134],"\u8ca0\u62c5":112,lte:78,auth:[8,46],"\u304a\u3059\u3059\u3081\u3057":[126,160,134,133],"\u8aac\u660e":[],"1\u305a":[65,52],"\"tags":73,"\u53d6\u308a\u8fbc\u307e":134,"\u7f72\u540d":[],"_symbolic":[2,153],"\u8d77\u70b9":96,utc:133,"\u78ba\u8a8d":[],"_qlog":6,unknown:153,"\u304a\u304b\u3057":138,makefile:134,",[":61,priority:43,their:124,"1\u3064":[78,127,83,84,41,8,9,131,115,46,96,133,73,136,10,102,56,57,38,59,150,112,113,161,153,23,67,160,162,27,104],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":86,developer:162,"_debug":157,"\u7279\u5316":[133,106],"\u30d5\u30a9\u30eb\u30c0\u30fc":90,"-jumandic":147,"\u64a4\u53bb":23,"\u8a9e\u610f":[],"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[1,31,113,68,73],"_unsupported":2,"\u51fa\u73fe":[119,84,136,108,88],".grn":[8,141],"\u9001\u308a\u65b9":[],"\u884c\u6307\u5411":119,"\u30ab\u30bf\u30ab\u30ca":[137,43,166,136],ueno:[6,138,130],"\u76ee\u304f\u3089\u3044":56,"_expanders":[156,9],"=complete":118,which:[34,43,55,118],"\u4eee\u60f3":[64,113,117],"\u901f\u3084\u304b":65,".travis":69,"\u7d44\u8fbc\u578b":[],"class":[145,97,27,41],"_build":157,"\u73fe\u5728":[88,158,159,3,71,134,119,40,150,15,16,51,104,162,21,107,68,45,56],"_delimited":36,"/docs":8,"_is":[122,23,2,153,68],gronga:[156,10],"_ip":91,"_in":[],"_ii":[],"-output":[96,97,145,150,27,41,113,6],"_id":[34,35,96,3,108,134,18,99,100,15,137,64,52,107,23,68,72,133],"_delimiter":[78,120],"\u6307\u3057":12,"\u5bfe\u8c61object":[35,71,82,68,45,105,108],"\u5c02\u7528":[],",\n#":[38,96,78,3,160,73,12,162,102,64,91,133],"\u5bfe\u8c61":[78,3,129,41,89,127,165,46,95,96,65,134,94,136,15,50,102,100,139,141,137,121,56,38,60,107,108,61,145,62,63,151,23,67,68,99,157,158,160,106,119,27,162,31,72],"\u3044\u308d\u3044\u308d":[],cache:[],"\u30b7\u30a7\u30eb":[165,150,160],daiki:[6,138,130],candidates:43,"*newvalue":108,"\u6848\u5185":[112,134],local:141,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":165,"\u6295\u7a3f":[],"\u4ed8\u3051\u308b":[121,166,3,80],"!condition":133,"\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb":66,nvars:45,",\n{":[166,160,117,73,136,109,102,8,161,75,43,67,133,128],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[96,8],words:133,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u3070\u3044\u3051":[35,96,165,127,108,73,156,84,160,100,69,6,161,51,8,133,68,72,56],"(column":[145,27,41,85],",\n[":[27,141],",\n]":[61,161,64,128],"\u4e00\u4ef6\u9032\u3081":137,candidate1:136,queries:[150,27],view:118,"\u304b\u304e\u308a":150,"=fedora":134,"\uff08\u578b":53,"\u884c\u6570":23,acquires:17,"\"table":86,dll:[6,23,66],"\u30ea\u30c8\u30e9\u30a4":17,"\u4e43\u6bc5":138,job:150,homebrew:[],"\u3084\u305d\u306e":151,april:134,"/local":[165,8,134],"\u672a\u5bfe":6,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[6,30,138,86],"_var":[34,66,72,45,53],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[165,90],table:[],"\u671f\u5f85":119,rpm:[147,116,134,138,113,6,66,23],"\u304a\u3059\u3059\u3081":46,"\u30b5\u30d6\u30bb\u30c3\u30c8":[39,100],"=gro":118,"\u9bae\u5ea6":101,"_refused":[2,153],"\u78ba\u5b9f":109,porting:36,"\u521d\u671f\u5024":158,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":6,mike:151,sufficient:34,"-cache":[86,113],hmm:162,"\u5024\u578b":12,"\u672a\u5b9a":12,"\u4f4f\u6240":6,cursor:[137,48,107],"\u793a\u3059":[122,96,2,160,102,12,145,27,41,50,29,11,161,97,133,85,151,93,155,46,128],"\u793a\u3055":93,"\u793a\u3057":[2,3,40,117,61,25,120,70,11,91,134,67],"\u3072\u308d\u3086\u304d":128,"-debug":138,"*src":100,avg:158,"\u8fd4\u4fe1":[162,67,112],uptime:[1,3,4,70,91,8],"\u5185\u90e8":[70,134,12,18,27,15,16,100,66,68,99],"\u578b\u304b":39,"\uff08longest":[23,133],"\u6ce8\u610f":[96,97,3,160,117,73,12,150,113,61,100,8,134,128,23,133,46,56],gets:34,"\u691c\u7d22key":100,"\u6587\u8108":161,"\u5168\u6587\u691c":[],"\uff01\"":[],english:[43,96,22,111],uzulla:23,"\uff01:":165,"@kiske":6,normalizermysqlgeneralci:166,"\u521d\u671f\u5316":[6,45,15],tcp:86,")=":148,"_device":[2,153],"(windows":150,"\u5236\u7d04":57,"(name":34,unsigned:[34,108,18,16,100,53,137,68,72,45],"\u627f\u8a8d":66,book:133,"\u9ad8\u7cbe":119,moritars:67,qwik:141,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[23,165,157,123,106],execute:[118,55,75],"\u300c\uff76":166,"'pid":86,know:[],"\u30b9\u30ec\u30c3\u30c9":[119,121,150,15,86,46],"\u307e\u305f\u3044":[6,11],earch:78,";rroonga":[145,41],james:128,"_threshold":[],"\u307e\u305f\u3050":[],"\u306a\u304b\u3063":[96,65,3,133,102,5,86,139,62,6,61,7,89,161,85,21,66,150,95],"_push":60,because:[4,118,124,8,75,43],sequence:[109,136,75,163,43,132],searching:[],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[96,88],platforms:34,"\u30b3\u30e1\u30f3\u30c8":[],"_sortby":[],"_exists":[2,153],"\u306e\u307b\u304b":[12,39],"\u96e2\u308c":64,"\u2192id":83,"\u7d44\u5408":102,"enum":71,"\u7acb\u3061\u4e0a\u304c\u3063":150,"*path":[100,71,108],"\u518d\u691c":142,"\u306e\u3044\u305a\u308c\u304b":[29,100,94,155,53],"\u305d\u308c\u305e\u308c":[78,3,4,83,129,86,165,96,133,134,12,102,100,56,60,61,64,153,66,67,68,157,117,122,30],"\u5358\u72ec":[150,108],column:[],universe:13,"\u30fbor":64,".html":[86,8,134,106],"$groonga":134,"\u6570\u5b57":[61,109,150,56],"_length":[34,153],"\u5b9f\u7a3c":158,transfer:[119,126,153],"\u3002mroonga":[119,68],"*key":100,"var":[34,60,84,86,8,165],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":69,"\u30d5\u30a3\u30eb\u30bf\u30fc":161,palalles:134,"-pid":[23,86],"\u30b9\u30cb\u30da\u30c3\u30c8":[27,113],"_term":36,"\u6700\u5f8c":[78,133,134,12,138,150,15,6,61,8],"\u7834\u68c4":[45,15],squeeze:[113,134],palallel:134,"\u30e1\u30f3\u30d0":100,"\u56fa\u6709":[82,73],whether:68,record:[11,3,73,12,100,48,91],"\u30ed\u30b0\u30a4\u30f3":134,"\u4e00\u9577":119,"\u6c7a\u5b9a":96,blogs:61,"\u305d\u308c\u3086\u3048":[12,160],"\u7a4d\u7528":96,"8bit":39,"\u7acb\u5834":76,"\"se":43,"@github":134,"\u52a0\u3048":[12,60,128,69],other:[34,17,55],bool:[160,12,39,113,29,155,128],"-analyzer":[6,23],"\u306f\u307e\u305a":134,".gpg":134,"-sortby":113,".location":162,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":[66,138],debian:[],"\u9054\u3059\u308b":137,emerg:[5,7],"\u5909\u66f4\u70b9":[],"\u306f\u307e\u3060":[51,46,167]},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 \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","macro","C \u306e\u30de\u30af\u30ed"],"4":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"]},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. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","8.3.3. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","8.2. \u51fa\u529b","8.3.16. <tt class=\"docutils literal\"><span class=\"pre\">log_level</span></tt>","2.1.2\u30ea\u30ea\u30fc\u30b9 - 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. \u306f\u3058\u3081\u306b","8.11.3. geo_distance","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","13.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","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. \u5168\u4f53\u8a2d\u5b9a","8.15.11. <tt class=\"docutils literal\"><span class=\"pre\">grn_ii</span></tt>","9. \u4ed5\u69d8","2.7. Oracle Solaris","8.3.18. <tt class=\"docutils literal\"><span class=\"pre\">log_reopen</span></tt>","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","8.9. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","8.15. API","8.3. \u30b3\u30de\u30f3\u30c9","8.11.12. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","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. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","8.11.7. highlight_html","8.3.20. <tt class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></tt>","5.3. \u88dc\u5b8c","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.15.16. <tt class=\"docutils literal\"><span class=\"pre\">grn_proc</span></tt>","7.3.1. \u6bd4\u8f03","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","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. \u5236\u9650\u4e8b\u9805","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. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","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","\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","13.2.3. C API","5.5. \u63d0\u6848","13. Groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","8.3.32. <tt class=\"docutils literal\"><span class=\"pre\">tokenize</span></tt>","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.15.10. <tt class=\"docutils literal\"><span class=\"pre\">grn_hook</span></tt>","8.5. \u30c6\u30fc\u30d6\u30eb","8.3.8. <tt class=\"docutils literal\"><span class=\"pre\">column_list</span></tt>","8.11.1. between","8.1.2. groonga\u30b3\u30de\u30f3\u30c9","7.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u7528\u306e\u8a9e\u5f59\u8868\u306e\u4f5c\u6210","8.3.31. <tt class=\"docutils literal\"><span class=\"pre\">table_remove</span></tt>","2.1. Windows","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","13.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","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","1.3.0\u30ea\u30ea\u30fc\u30b9 - 2012/01/29","8.15.18. <tt class=\"docutils literal\"><span class=\"pre\">grn_table</span></tt>","8.12. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","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. \u56fd\u969b\u5316","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. \u88dc\u6b63","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","3.1.2\u30ea\u30ea\u30fc\u30b9 - 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. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","8.1.7. groonga-suggest-httpd","1. Groonga\u306e\u7279\u5fb4","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. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.14. Tuning","8.3.26. <tt class=\"docutils literal\"><span class=\"pre\">shutdown</span></tt>","7.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","8.6. \u30ab\u30e9\u30e0","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","8.3.23. <tt class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></tt>","8.13. Log","8.10.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","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. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","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. \u95a2\u6570","8.11.6. highlight_full","12. \u958b\u767a","2.6. Fedora","11.2. mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","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. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","8.11.13. sub_filter","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","8.1.6. groonga-suggest-create-dataset","5. \u30b5\u30b8\u30a7\u30b9\u30c8","2.8. \u305d\u306e\u4ed6","8.7. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","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:{"_pat":83,"\u53c2\u7167\u578b":73,senna:36,"\u6539\u826f":[1,36,138,113,130,6,66,23,99],"\u7b26\u53f7":133,"\u6d41\u308c":106,"-prefix":165,prefix:60,per:124,"\u6761\u4ef6":[64,97,96,134,160],query:[102,96,153,132],"-lzo":165,"=number":165,keywordn:145,jessie:[],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":91,"\u30d3\u30c3\u30c8":133,"\u7279\u5fb4":[83,119],ruby:[131,59],"-release":134,"\u901a\u4fe1":121,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[118,4],to:[118,43,75],"_column":[52,108],"\u524a\u9664":151,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":157,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[150,33],string:[78,120],groonga:[47,126,36,134,163,118,119,121,86,87,60,152,8,154,30,76,106,55,150,91],"\u95a2\u9023":[67,96,8,14,55],"=message":165,"\u304a\u6c17":162,"\u8a9e\u5f59":[3,88],facebook:22,"\u30b5\u30f3\u30d7\u30eb":[158,150],"_database":8,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[156,157,123],"\u52d5\u4f5c":[43,109,157,134,75],"\u30b9\u30af\u30ea\u30d7\u30c8":[133,134],"_or":85,"\u3068\u3057\u3066":39,"\u3065\u3051":65,gnu:135,"-escalation":165,"\u6761\u4ef6\u5f0f":160,"\u7c21\u5358":96,"\u30aa\u30d7\u30b7\u30e7\u30f3":[158,150,86,163],".po":106,"\u8ad6\u7406\u548c":160,"\u4ed8\u4e0e":67,"\u771f\u507d\u5024":[12,133],"-benchmark":150,"\u6f14\u7b97\u5b50":133,"_cursor":[137,107],"_remove":[89,62],"\u7701\u7565":[118,11,78,120,102],sub:161,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":134,"\u53c2\u8003":[78,5,83,84,41,2,131,95,96,136,50,102,139,142,21,56,59,42,145,149,161,151,104,156,120,27,163,122,7,166],"\u30ea\u30c6\u30e9\u30eb":133,"\u6210\u529f":122,"new":51,tips:134,"\u683c\u7d0d":39,memcached:91,body:122,xml:122,"\u6587\u6cd5":64,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":160,"\u30c6\u30b9\u30c8":157,"\u30bf\u30b0":38,"\u9069\u7528":73,"\u3042\u308a":[160,133],ubuntu:13,"\u6e96\u5099":[80,134],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":46,softwares:111,"\u95a2\u4fc2\u5f0f":60,search:[],"\u4e26\u5217":134,"_key":83,"\u63d0\u4f9b":112,"\u4e3b\u30ad\u30fc":[39,128],blogroonga:134,"_version":[103,65],"_name":[51,145,115],"_output":96,"\u5165\u6f14":133,"_info":35,changes:36,options:[118,55],"\u7ffb\u8a33":[134,106],"\u30af\u30a8\u30ea":[119,60,80],"\u30de\u30c3\u30c1":133,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":8,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[76,14],"\u6587\u5b57\u5217":[12,133],api:[74,25],"_table":[137,100,60],select:96,"\u6982\u8981":[34,35,2,5,83,84,41,78,89,8,9,131,93,94,145,45,137,95,16,96,65,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,48,104,151,85,115,68,156,102,70,166,71,114,118,119,97,120,27,11,122,7,161,124,31,125],"\u9001\u4fe1":91,use:145,"\u69cb\u6587":[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,97,104,85,115,70,160,161,120,27,151,31,125],"\u624b\u9806":134,zip:90,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":60,"\u30d5\u30ec\u30fc\u30ba":160,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":119,"_no":83,https:46,tokenize:78,scope:161,"_flags":96,"\u3066\u308b":162,"\u60c5\u5831":[134,119,40,112,64,152,162,157],"\u30d6\u30ed\u30b0":134,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":24,"\u3059\u308b":[0,134,117,73,61,148,109,112,118,8,75,43,67,55,157],normalizer:[78,145,42,120,56],"\u7d4c\u7def\u5ea6":12,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":133,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":134,"\u5f15\u6570":[78,5,84,86,41,7,89,131,93,95,96,11,98,136,50,102,51,139,141,21,143,55,56,58,59,150,145,62,63,114,97,104,85,115,155,158,70,161,118,120,29,151,124,31,125],"\u3053\u3068":134,"_base":8,"_command":103,homebrew:[134,77],"_escape":145,"\u4ee5\u4e0b":160,"\u4ee5\u4e0a":[160,133],"\u30b8\u30aa\u30b5\u30fc\u30c1":38,"\u8d77\u52d5":[126,91],"\u3060\u3051":[112,73],"\u524d\u63d0":134,install:[165,111],clearlock:95,"\u89e3\u6790":157,"\u7de8\u96c6":106,"\u6bd4\u8f03":[133,46],"_encoding":110,"\u304c\u3063":67,process:[124,132],"in":36,"_install":165,"/linux":135,"\u660e\u793a":134,"\u3053\u3061\u3089":112,"\u958b\u767a":[146,152,112],old:66,"\u548c\u4ee3":133,normalize:120,"\u7406\u7531":112,sphere:11,"\u540d\u524d":[158,58,159,98,150,39,86,163,29,52,30,155],"\u691c\u51fa":157,normalizernfkc:166,snippet:27,how:[43,75],"\u548c\u6f14":133,sid:[],"\u52d5\u7684":101,"\u5b9f\u884c\u4f8b":[35,48,107,71,68,82,18,110,100,15,16,137,103,53,54,94,72,45,105,108],"\u8fd1\u508d":133,"\u30b3\u30de\u30f3\u30c9":[26,3,91,86,30],"_create":[63,8,56],"-gqtp":126,"\u7d42\u4e86":[126,8,91],"_hash":83,max:[124,104,85],clone:106,"\u4e57\u7b97":133,mac:77,callback:60,offset:96,"\u6642\u9593":[162,133],"\u7f72\u540d":134,data:[43,75,8,55],"\u30da\u30fc\u30b8\u30f3\u30b0":96,"\u8a2d\u5b9a":[134,118,17,8,46,69],"-munin":165,"\u4e00\u81f4rk":43,"-http":126,register:9,"-files":134,"\u7d22\u5f15":119,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":90,"\u30b0\u30eb\u30fc\u30d7":[160,133],freebsd:124,"\u30a4\u30f3\u30dd\u30fc\u30c8":134,"\u8ee2\u7f6e":119,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[79,140],"\u30c4\u30a4\u30fc\u30c8":112,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[47,14,134],rand:58,grntest:134,"\u30d1\u30c8\u30ea\u30b7\u30a2":128,"\u623b\u308a\u5024":[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,120,27,151,31,125],"\u305f\u3044":134,gqtp:[121,126,153,91,81],"\u6d6e\u52d5":133,"_api":60,"_reopen":21,"_match":54,"_rename":51,"\u6587\u66f8":133,"=platform":165,"\u63a5\u7d9a":91,tsv:[122,156],"\u4ee5\u4e0b\u6f14":133,cutter:[157,134],"\u57fa\u672c":[3,133],greater:60,"\u30d7\u30ed\u30c8\u30b3\u30eb":[91,153],number:124,"\u9664\u7b97":133,not:60,"\u8a8d\u8a3c":46,"\u8fd4\u5024":[58,96,159,98,29,30,155],now:159,"\u5c0f\u306a\u308a":[160,133],"\u90e8\u5206\u4e00\u81f4":[],"_select":60,"-pack":165,name:[51,56],edit:98,"-encoding":165,"\u66f4\u65b0":[119,134,106],kern:124,mode:[78,60],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,".overcommit":124,".max":124,"-create":163,"\u4e26\u3079":3,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":83,normalizerauto:166,"\u751f\u6210":[106,134,111],"\u74b0\u5883":[157,134],"\u5b9f\u4f8b":60,"\u9032\u3081":112,"\u8a98\u5c0e":112,"\u30d8\u30c3\u30c0\u30fc":153,todo:[102,27],"\u9001\u308a\u65b9":[0,106],"-match":165,"\u30ab\u30d0\u30ec\u30c3\u30b8":157,"\u7def\u5ea6":119,"-default":165,"\u90e8\u5206":129,red:134,rk:43,"\u6307\u5b9a":[11,3,160,134,39,65,67],nofile:124,"\u30e6\u30fc\u30b6\u30fcid":162,proxy:8,"_string":[102,161],"\u305f\u3081":[96,60,112],"\u7d50\u5408\u5f0f":160,"\u4ed5\u69d8":19,"\u4e8b\u9805":[57,39,150],launch:118,freecode:134,filter:[161,96],"\u53ef\u80fd":[11,118,119,120,102,78,8],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":119,"_proc":45,"_user":105,"\u30d9\u30af\u30bf\u30fc":39,"\u3078\u3068":112,"\u6e1b\u7b97":133,suffix:60,"\u8aac\u660e":[158,58,159,98,150,39,86,29,52,30,155],"-version":65,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":21,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":162,"\u7d44\u307f\u8fbc\u307f":[166,86],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":134,open:[124,145],size:153,"\u78ba\u8a8d":[134,106],"\u7d5e\u8fbc":64,dump:141,script:131,introduction:111,"\u30ab\u30b9\u30b1\u30fc\u30c9":151,"\u4fee\u6b63":[1,36,138,113,130,6,66,23],"\u5bfe\u7b56":[61,148],"\u6c38\u7d9a":83,"_obj":68,"\u30ea\u30dd\u30b8\u30c8\u30ea":[92,106],"=encoding":165,"\u306f\u3058\u3081":10,tokenizer:[149,78],configure:[165,134,111],releases:66,desctipion:163,"\u8ffd\u8de1":0,".com":134,"\u66f8\u5f0f":[158,58,159,3,98,118,150,86,29,8,30,155,55],"\u5b66\u7fd2":[118,43,109,10,75],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":56,"-httpd":[118,126,8,87,55],keyword:[],"_index":107,"_untag":97,"-log":165,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":37,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[12,73],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":8,"\u30c6\u30fc\u30d6\u30eb":[57,3,12,83,39,102,162,67,55,56],"_expander":[102,96],"\u3044\u304f":112,hashtags:162,"\u30a8\u30e9\u30fc":[122,148],"-zlib":165,"\u56fd\u969b\u5316":106,"\u5834\u5408":[122,67,134],"null":133,"_circle":155,"\u3044\u308b":40,"\u7279\u6b8a":150,"\u4e00\u89a7":[162,2,24],"_list":[149,93,84,42],min:85,"\u304b\u3089":[147,116,13,112,135,90,165,77],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":56,"-with":165,archive:13,"\u7279\u5b9a":[157,134],"\u307e\u3068\u3081":134,"_distance":[11,98],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":157,mroonga:119,libmemcached:157,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":73,who:[],"\u7d22\u7528":[3,88],"\u7528\u79d8":134,"\u30c4\u30fc\u30eb":[165,8,91],"\u7d44\u8fbc\u578b":39,"\u30b5\u30b8\u30a7\u30b9\u30c8":164,synopstis:163,"_put":7,windows:[90,134],geoindex:162,request:[118,106],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":117,"_in":[29,155],"_ii":18,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":134,"\u30b5\u30fc\u30d0":[119,91],"\u30ed\u30fc\u30c9":[162,3,73],"_processes":8,"=path":165,"\u3084\u308a":112,"\u5fc5\u9808":[96,11,118,84,120,102,51,78,115],"\u30ec\u30b3\u30fc\u30c9":[96,3],"-po":134,"\u5270\u4f59":133,"\u30d5\u30a1\u30bb\u30c3\u30c8":96,"\u30d1\u30c3\u30c1":106,"\u304a\u304f":112,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":134,"\u8ffd\u52a0":[166,134,106],solaris:20,"\u88dc\u5b8c":[43,10],"\u3044\u308d\u3044\u308d":12,"\u5c0f\u6570":133,"\u30d1\u30c3\u30b1\u30fc\u30b8":134,depended:111,ellipsoid:11,"\u4e0d\u7b49\u4fa1":[160,133],grnslap:158,cache:[96,104],"\u9ad8\u5ea6":96,"\u65e5\u6642":12,"_equal":60,"\u65b9\u6cd5":[65,134,73,61,148,109,101,75,43,76,14,157,106],"\u30ea\u30ea\u30fc\u30b9":[1,134,138,113,130,6,66,23,99],rectangle:11,"\u4e00\u6642":83,"\u6295\u7a3f":162,"-server":126,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":46,wheezy:135,get:118,db:60,clang:157,"_html":[145,27,41],"_limit":[96,8,104],cannot:148,"\u7b97\u5b50":133,"_eval":131,"\u91cd\u307f":[67,73],geo:[29,11,155],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[65,46],"\u305d\u306e":165,"\u5171\u8d77":[43,109,75],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":121,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":61,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"_search":94,"\u7d50\u679c":[61,150,3,117],"\u52a0\u7b97":133,"\u6570\u5024":12,contain:60,"\u64cd\u4f5c":3,"\u3084\u308b":134,"\u69cb\u7bc9":[101,157],"\u5236\u5fa1":133,"\u30b9\u30b3\u30a2\u30fc":96,"\u4ee3\u5165":133,travis:69,tokenizers:32,arg:60,close:145,news:36,"\u8a00\u8a9e":106,"\u65b0\u898f":134,"\u6a5f\u80fd":40,"\u30ab\u30e9\u30e0":[57,11,3,117,52,127,67],"\u985e\u4f3c":[133,109],"\u7ba1\u7406":[8,91],"\u5c02\u7528":91,"\u30e2\u30b8\u30e5\u30fc\u30eb":8,"_pack":165,between:85,reading:43,"\u7bc4\u56f2":[3,56],"\u4f4d\u7f6e":[11,162,40,64,65,119],"\u8868\u73fe":60,"_geo":48,javascript:64,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":119,"\u904e\u53bb":112,key:56,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":150,"\u5373\u6642":119,"\u30b7\u30d5\u30c8":133,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[160,133],"_level":[5,8],"\u6392\u4ed6":133,"\u518d\u8d77\u52d5":126,"\u77e5\u308a":134,"-suggest":[118,55,163],"\u306a\u3057":[133,46],equal:60,"-document":111,"\u30b5\u30fc\u30d0\u30fc":[30,126,28],"\u88dc\u6b63":[10,109],"\u30d1\u30e9\u30e1\u30fc\u30bf":[67,65],"\u306a\u3044":[39,112],"\u975e\u308f\u304b\u3061":129,load:50,geolocation:[],ci:69,"\u4f5c\u6210":[162,88,3,134,56],point:11,period:36,"\u62bd\u51fa":133,header:122,"\u7f6e\u63db":102,"\u95a2\u6570":[144,133,157],"\u6574\u6570":133,shutdown:125,path:59,table:[96,89,83,84,51,93,115,56],quit:143,"\u53c2\u7167":[12,38,153,119],tuning:124,"\u30e1\u30e2\u30ea":124,json:[50,122],"\u91cd\u307f\u4ed8\u304d":73,"\u306b\u95a2\u3059\u308b":39,po:134,"\u7528\u3044":[21,64],define:139,"(geopoint":162,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[132,156],"-help":165,"_tokenizer":56,"\u7591\u4f3c":52,"_value":85,"\u5b9f\u884c":[44,60,134,150,8,157],"\u7a2e\u985e":12,"_log":8,"-message":165,"\u5dee\u6f14":133,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,22],"\u5168\u4f53":17,plugin:34,"\u30a8\u30b9\u30b1\u30fc\u30d7":160,value:56,"\u5236\u9650":[57,117,73,83,39,150,156],cast:49,near:60,"\u306e\u306b":61,"\u691c\u7d22":[38,96,129,3,80,73,61,119,40,160,64,109,75,128,43,67,133,162,56],"\u5f8c\u65b9\u4e00\u81f4":[],"\u30e9\u30a4\u30d6\u30e9\u30ea":[119,165],"\u540c\u3058":61,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":22,geopoint:162,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":166,"\u6307\u91dd":112,"\u5fc5\u8981":97,vm:124,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":134,"_expansion":96,"\u53d6\u5f97":[3,134],"\u30ec\u30b3\u30fc\u30c9id":83,"\u95be\u5024":61,".maxfileperproc":124,"\u8a9e\u5f59\u8868":56,"\u5ea7\u6a19\u5024":133,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":134,fedora:147,"\u4f7f\u3044\u65b9":[78,4,5,120,84,41,7,89,8,9,131,43,95,101,96,11,73,136,50,102,51,139,141,21,143,55,56,59,42,109,150,145,149,62,63,114,97,104,85,115,156,70,161,118,93,27,151,75,31,125],"_rectangle":29,suggest:136,make:[165,134],"\u4f8b\u3048":112,"\u6210\u679c":106,"-dataset":163,"\u7a4d\u6f14":133,"_filter":161,html:[97,106,111],"-learner":55,messagepack:122,"\u30ad\u30fc\u30ef\u30fc\u30c9":[61,162],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":134,http:[30,126,167,4,91],".po\u30d5\u30a1\u30a4\u30eb":106,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":8,"\u306b\u3088\u308b":[67,128,117],user:[],"\u8ab2\u984c":0,"\u30b9\u30c8\u30ec\u30fc\u30b8":119,"_data":105,"\u5834\u6240":[112,156],"\u5168\u6587\u691c":[3,88],"\u95a2\u4fc2":[38,96,165],database:[118,55],"\u307e\u305f":67,"\u3055\u307e\u3056\u307e\u306a":64,"()":60,flags:[78,120,153,56],sortby:96,"\u51fa\u529b":[122,96,3,4,106],gzip:46,the:[66,124],lcov:157,"-localstatedir":165,"_path":[118,8,55],"\u8868\u793a":3,"-platform":165,protocol:153,"-path":165,less:60,"(v":60,"_tagn":145,"\u5229\u7528":[64,8],"_ctx":15,"\u5171\u6709":119,"\u9006\u5f15\u304d":38,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":91,"\u547c\u3073\u51fa\u3057":133,"\u5f8c\u65b9":[133,160,128],"\u3067\u304d\u308b":[60,112],loading:8,"\u8ad6\u7406":[160,133],mmap:148,"\u30bd\u30fc\u30c8":[64,117],defrag:31,"_selector":139,"\u660e\u793a\u7684":11,"\u62e1\u5f35":80,"\u4e00\u81f4":[43,129,160,133,128],match:[102,67,96],hat:134,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":46,"\u7d4c\u5ea6":119,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":119,"\u8ad6\u7406\u7a4d":160,enable:111,"\u9759\u7684":[101,157],"\u4fdd\u5b58":[12,56],nginx:8,"_hook":82,using:[],"\u30bd\u30fc\u30b9":[147,116,13,135,90,165,77],"\u7a4d\u4ee3":133,linux:124,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":91,"\u5354\u529b":112,follows:[],"\u691c\u7d22\u4f8b":60,specific:[],"-command":65,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,46],"_expr":[60,72,142],adjuster:96,"_threshold":96,"\u4f5c\u696d":134,"\u307e\u305f\u3050":67,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":91,"\u4ed5\u65b9":106,learning:[55,75],centos:116,"_db":71,"-plugins":165,"\u30b7\u30b9\u30c6\u30e0":[0,162],"\u5358\u8a9e":133,"_dat":83,"\u4f7f\u7528":124,"\u5727\u7e2e":46,"\u30b3\u30e1\u30f3\u30c8":162,"_sortby":96,"\u5411\u3051":[152,134],"\u5bc6\u9375":134,"\u66f8\u304d":129,"\u5f62\u5f0f":[50,122],comments:162,exit:163,allocate:148,"\u30af\u30a8\u30ea\u30fc":[8,24,160],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":126,"\u30d3\u30eb\u30c9":[147,116,134,13,135,90,165,77],"\u5206\u3051":129,run:111,"\u5168\u6587\u691c\u7d22":160,"\u4ed8\u304d":[38,133],"\u3046\u307e\u304f":112,"\u4e0a\u9650":57,"\u4f9d\u5b58":165,"\u5b8c\u5168":129,"\u3042\u308b":162,"\uff08personal":13,"\u5927\u306a\u308a":[160,133],output:96,"\u96c6\u8a08":119,from:55,post:[8,46],"_auto":8,"\u6319\u52d5":129,by:8,"\u5b9f\u73fe":60,"_border":85,"package":13,column:[145,62,41,63,51,85,84],of:124,"_escalation":[54,96],"\u30e6\u30fc\u30b6\u30fc":[162,112],location:11,"_columns":[102,67,96],os:77,"\u524d\u65b9\u4e00\u81f4":[],ppa:13,scorer:[64,96],"\u767b\u9332":[0,134],"\u5b9f\u9a13":23,domain:117,"\u30ad\u30e3\u30c3\u30b7\u30e5":[96,8],"\u30d5\u30a1\u30a4\u30eb":[44,60,134,111,156,46,106],"_cache":[16,8],"\u5831\u544a":0,"\u524d\u65b9":[43,133,160,128],"\u7279\u6709":8,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":157,log:[5,21,7,55,132],"\u8907\u6570":[67,117,46],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":150,"_prefix":165,"\u5909\u66f4":[61,138,46],"\u30d0\u30fc\u30b8\u30e7\u30f3":[138,1,65,130,134],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":67,redmine:112,"\u30ed\u30b0":21,"\u5c55\u958b":24,"\u7b49\u4fa1":[160,133],"\u63d0\u6848":[118,10,75],"cpu\u30b3\u30a2":46,twitter:[112,134,22],"\u30d5\u30a9\u30ed\u30fc":162,files:[124,55,163],"_full":145,"\u6027\u80fd":[8,46],memory:148,"\u72ec\u81ea":133,"\u7b97\u8853":133,"with":111,"_load":59,pull:106,"\u5165\u308a":162,"default":[65,56],type:[],"\u5426\u5b9a":[160,133],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":134,limit:96,"\u66ff\u3048":3,"\u304a\u3055\u3089\u3044":112,highlight:[145,41],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[34,35,82,18,94,45,48,103,15,16,100,17,137,105,107,108,53,110,54,68,71,72],"\u304a\u77e5\u3089":[66,1,138,130],similar:60,"delete":151,"\u611f\u8b1d":[1,138,113,130,6,66,23,99],bigram:162,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":134,approximate:11,command:65,"\u69d8\u3005":157,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":162,"\u3067\u304d":39,"\u56de\u907f":148,"\u3054\u3068":67,"\u70b9\u6570":133,check:114,"\u306b\u5bfe\u3059\u308b":67,"\u5bfe\u5fdc":[40,112,46],"\u7570\u306a\u308b":61,"\u4ee3\u5165\u5f0f":160,extract:75,"\u3068\u308a":112,"\u914d\u5217":133,"\u3042\u3052\u308b":61,"\u306e\u307f":[157,134],grn:[35,82,18,94,45,48,103,15,16,100,142,137,105,60,107,108,53,110,54,68,71,72],queryexpandertsv:156,"\u5168\u6587":[61,119,64,3,67],"_type":[53,11,153,56],users:162,truncate:115,"\u30c7\u30fc\u30bf":[12,162,39,3,56],worker:8,"-package":165,"\u30c7\u30d0\u30c3\u30ac":157,update:[43,134,111],"_query":8,"\u547d\u4ee4":150,"\u65b0\u3057\u3044":106,"_map":124,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":46,"\u4f7f\u3046":[11,8],drilldown:96,"-latest":134,"\u3088\u3046":[43,109,75],debian:[135,134],"\u4f5c\u308a\u65b9":73,"_count":124,"\u4f7f\u3044":129,macports:77,"-threshold":165,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[57,38,67,101],pseudo:52,"_offset":96,status:[70,153,163],"_memory":124,"\u5909\u66f4\u70b9":134,oracle:20,"\u539f\u56e0":61,"\u30c7\u30fc\u30e2\u30f3":91}})
1
+ Search.setIndex({envversion:42,terms:{clumns:124,"\u30fbor":65,"\u51fa\u6765":[38,68,78],"\u300calice":165,localstatedir:[138,169],"\u3082\u3089\u3063":3,four:[132,3],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[30,85],"\u811a\u6ce8":[66,3,39,63,29,157],"\u3082\u3089\u3048":111,"\u65e5\u672c\u4eba":159,"\u79d2\u60c5":23,"_column":[],"\u7b2c\u4e8c":[],"\u6b63\u5e38":[151,134],"\u5c02\u7528":[],"\u30d5\u30c3\u30af":70,internally:[93,14],"\u5b9a\u5024":6,"/projects":134,"&q":118,"&s":118,"\u7b2c\u4e00":[],"\u3044\u304f\u3064\u304b":[148,95,78,134,120,112,22,168,40,102,61,53,169,144,160,171],"\u89e3\u9664":[1,69,85,94],second:132,"\u4f5c\u3089\u308c":[67,151],"\u4e8b\u524d":[60,134,62,152,131,170],"\u30de\u30af\u30ed":[23,69,112],"\u30b7\u30f3\u30dc\u30eb":64,"\u5f15\u3044":133,increasing:124,formats:132,here:[34,118,159,167,42,132,8,110,124,73,56],onga:27,"&!":133,china:117,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":143,"&&":[62,164,95,128,133],"\u4e0e\u3048":[51,61,3,62,109,85,112,6,90,137],"\u4e2d\u8eab":[67,3,155,151],"_output":[],"\u307b\u3057\u304f":95,"\u7ffb\u8a33":[],"\u300c\"":85,"\u300c#":138,"\u300c,":141,"9e":170,"9f":4,unix:[122,169],txt:[75,106],"\u5ea6\u6d6e":39,"\u5bfe\u7167":102,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[],"_check":[67,69,160],"\u89e3\u6c7a\u7b56":111,"\u975e\u63a8":[66,112,6,67,23,57],music:[38,132],tokenize:[],"_flags":[],"[pkg":[6,23],until:[34,124,17],"\u30d6\u30ed\u30b0":[],swap:124,"\u6709\u529b":136,"\u7f6e\u304f\u4f8b":169,"[os":67,"\u4e0b\u304c\u308a":62,"\u5f15\u6570":[],"\u300cv":134,"(pos":[29,157],"_command":[],"\u6709\u52b9":[78,83,85,90,23,169,95,134,11,12,51,100,57,108,151,112,67,69,99,163,116,72,119,27,8],locked:34,"\u4e8c\u91cd":[67,112,163],"\u30e1\u30fc\u30eb":[0,106],"/functions":160,example:[38,95,3,117,11,118,65,8,124,73,159,90],"/blog":134,"\u6a2a\u5c71":[67,112],want:118,"*cache":15,"<groonga":151,travel:165,feature:[67,159,8,106],how:[],types:[136,16,120,159,42],"\u63fa\u308c":79,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":112,"_resource":[2,69],"\u5b09\u3057\u304f":111,"\u901a\u5e38":[122,95,78,3,163,11,39,14,6,53,8,67,170,158,83],"\u5148\u982d":[81,95,69,3,8],"\u500b\u5b9a":121,wing:[6,112],"\u3042\u305f\u308a":[23,138],vars:[34,46],"\uff11\u5bfe":121,"\u30d1\u30c8\u30ea\u30b7\u30a2":[],"/new":134,"\u3078\u306e":[11,169,14],">\n<":4,"\u8fd4\u3063":[163,133],"_{":112,"-code":[67,134],"\u8fd4\u3057":[34,78,3,79,81,83,40,41,42,61,131,96,47,95,66,133,98,136,100,103,14,15,102,52,16,17,164,55,145,105,59,60,43,107,108,109,150,112,157,64,137,65,153,104,84,67,114,69,159,71,72,152,165,27,29,162],fix:[52,36,83],"\u8fd4\u3055":[51,95,10,136,109,6,113,69],"_s":67,"_desc":100,"_o":[2,155],"_n":[15,118,112],"_i":[2,155],fin:46,"_a":[2,155],"\uff08tokenmecab":62,"\u3046\u3063\u304b\u308a":112,"\u30d7\u30ed\u30c8\u30b3\u30eb":[],"-daemon":[118,56],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":66,"\u516c\u8f14":112,"\u3082\u3063\u3068\u3082":160,"\u30af\u30a8\u30ea\u30da\u30a2":152,"\u8a8d\u8a3c":[],"_select":[],"(point":[29,66,157],"_deadlock":[2,155,69],timeout:[69,17],debug:[5,132,7,8],"_$":[136,57],"_\"":23,"@do":67,"*keywords":73,rd:[62,129],re:124,rf:[116,8],"post\u30e1\u30bd\u30c3\u30c9":112,moritapo:38,rc:[78,132,2],rm:8,ro:78,gregex:112,rk:[],"\uff01\uff09":[16,159],"\uff01\uff08":106,"\u3042\u305f\u3044":104,"\u5909\u5316":119,"\u5168\u90e8":155,".msgpack":4,"/limits":124,ringtail:[67,112],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[83,74],"\u307e\u308d\u3086\u304d":128,"\u771f\u507d":[11,133,39,112,163],libedit:[148,1,138,6,23,169],"\u5f31\u70b9":119,"\u8fd4\u308a":[65,95,117],"\u8fd4\u308b":138,"\u7d99\u627f":112,"\"localhost":90,"_locks":[2,155],"\u25a1\u25a1":111,"\u300cnew":165,"\uff08age":57,":bob":165,"2\u5104":[],mingw:[23,134],"nginx\u3089\u3057\u3044":67,"\u6607\u964d":[137,95],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[85,78,3,112,120],service:[124,126,16],"\u4f7f\u308f":[2,79,82,78,8,23,95,134,15,142,57,38,112,155,84,67,158,159,70,163,117,170,73],needed:[110,8,14],"\u533a\u5207\u308a":[161,51,95,78,3,4,117,11,119,39,85,42,6,141,136,133,163],"\u533a\u5207\u308b":[138,158],master:8,"\u610f\u8b58":57,"\u8a8d\u8b58":111,"_db\u30d5\u30e9\u30b0":23,"'column":6,"{table":[102,95],"\u306e\u3059\u3079\u3066":47,"(comments":164,"-common":[6,12],project:[67,133],"_update":[163,95,2,100,108],"\u9006\u9806":3,boston:165,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[],"\u4f7f\u3048\u308b":[163,85,112,6,67,23,169,70],"\u304b\u3069\u3046":[2,164,62,102,84,169],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[],"-port":[118,151,85],"\u300csubmit":134,"/max":67,object:[34,69,133,81,39,14,6,100,155,49,46,105],"\u7d22\u7528":[],"\"black":170,microsecond:132,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":113,letter:170,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":47,"\u533a\u5207\u3063":[40,95,78,120,155],"\u4f7f\u3063":[0,126,78,3,79,39,129,41,6,2,89,8,169,47,128,148,95,133,134,74,11,99,12,14,102,16,142,57,146,38,60,61,107,62,111,112,64,113,65,155,67,104,158,70,116,170,163,117,152,106,165,120,27,122,135,123,76,77,90],released:[36,134],camp:165,"\u4f7f\u3048":[95,78,163,117,171,84,112,64,8,133,142,23,57,144,70],"\u4f7f\u3046":[],"\u4f7f\u3044":[],"\u66f8\u304d\u8fbc\u307f":169,"\u66f8\u304d\u8fbc\u307e":21,unmanaged:113,"\u304by":112,"\u30d0\u30a4\u30ca\u30ea\u30fc":122,layout:134,grnslap:[],cpu:[118,119,151,8,169,47],"2byte":155,"-enable":[76,138,110],createrepo:134,"\u79d8\u5bc6":134,"\u30a2\u30d4\u30fc\u30eb":134,"_age":84,"\u91cd\u307f":[],net:117,"\u30c8\u30d4\u30c3\u30af":134,"\u91cd\u3044":[119,95],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[],"\u958b\u3053":72,"\u5b9f\u9a13":[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":67,"\u91cd\u304f":62,patch:[67,36],release:[],unpatched:36,"\u69cb\u9020":[38,61,119,14,122,100,82],"\u5e83\u304f":134,"[linux":6,clarified:67,"\u8ca0\u62c5":111,result:[61,4,27,159,100,66,155,67,68,56],"<port":[151,85],"_basic":[8,47],"\u5206\u304b\u3061":119,wikipedia:39,score:[38,95,61,3,108,74,62,136,159,65,42,66,52,16,112,165,133,68,114,102,118],"-stem":[],"\u611f\u3058":111,shidara:23,"\u539f\u99c5":65,country:[153,90,117],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":170,"\u66f8\u304d\u8fbc\u3080":151,"\u540c\u69d8":[80,95,61,134,11,151,65,90,137],pre:36,"\u5931\u6557":[34,15,3,163,134,138,64,112,6,52,153,17,9,23,67,114,57],"/bundled":67,"\u95a2\u6570":[],diff:151,"\u5404\u7a2e":134,"\u6d88\u53bb":112,"\uff08node":70,"\u5360\u6709":69,"\u3044\u3046":95,correction:16,"\u30ab\u30f3\u30de":[95,3,133,117,51,141],worker:[],dave:84,"\u305f\u307e\u307e":47,"=query":118,"-message":[],"/function":[67,134],"_sel":36,"\u3069\u3093":92,"#set":151,"\u3069\u308c":[122,83,95,47,57],"_set":[15,35,81,109,14,6,137,103,17,55,67,69,99,46],"\u30d0\u30c3\u30d5\u30a1":[35,108,81,112,6,113,100,68,69,73],"\u65ad\u7247":27,"\u4ee3\u8868":119,"\u79d2\u6570":[122,95,133,11,165,39,71],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":112,reports:[34,67],"_false":69,"\u540c\u68b1":[6,138,106],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":23,"1\u4ef6":[62,165],"_rectangle":[],"\u3069\u3053":[23,169,67],format:[34,36,4,118,132,93,106],"\u30df\u30ea\u79d2":39,"\u7121\u8996":[95,78,163,62,82,138,85,112,6,100,153,120,141,67,137,23,158],"\u5fdc\u7528":119,"\u3069\u3046":[1,88,72,117,5,111,63,95,6,62,7,139,8,21,94],"\u30e2\u30fc\u30c9":[78,3,61,90,67,30],"\"blt":141,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[78,62,129,16,137,57],"_skip":112,"_element":35,gzip:[],"_result":[100,2],sleepy:101,normalzer:43,"\u4e00\u6c17":134,"\u5317\u4eac":66,"\u300ccharlie":165,has:[34,36,134,167,100,97,132,124],hat:[],"*vars":[34,46],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":6,"\u7c21\u7565":112,"\"content":[133,147,95,163],"\u9001\u308b":[0,155,47,106],"\u9001\u308a":[155,134],"\u30d0\u30a4\u30ca\u30ea":[89,134],"_broken":2,"\u8d8a\u3048":62,unique:118,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":80,">command":4,"_error":[34,2,155],"_ascending":137,alice:[95,163,165,102,52,8,84,114,47],"-unauthenticated":[6,135],"\u30d4\u30ea\u30aa\u30c9":[64,68],"\u30cf\u30a4\u30d5\u30f3":[3,57],sebastian:67,right:97,old:[],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[85,78,3,120],truncated:112,"|suggest":136,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":6,"\u5358\u8a9e":[],"/ngx":8,"\uff08score":95,groogna:[99,47],"\u9001\u3063":[75,0,76,106],"for":[34,36,39,22,42,6,8,132,93,66,133,17,56,97,67,69,159,118,165,27,167,124,73],bottom:[23,97,29],quetzal:6,".asc":134,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":112,ichii:23,yoku:[67,112],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":69,"\u5206\u985e":[11,117],standalone:56,"\"starttime":4,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\u306a\u3055\u3093":76,"\u65e2\u5b9a\u5024":126,"\u305b\u3044":112,"_size":[34,61,108,18,14,100,54,137,69,73,46],".am\u30d5\u30a1\u30a4\u30eb":134,"\u89e3\u91c8":[138,61,163,141],waits:[34,17],"_range":[2,69],support:[67,36],"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":84,joseph:128,"\u305b\u306a":[163,133],"\u5c71\u672c":67,"\u3086\u304d\u3072\u308d":128,thesaurus:95,"/tsv":[158,9],"\u5fa9\u65e7":99,"\u8981\u7d20":[51,2,3,74,83,151,27,112,6,100,61,122],"\u30d0\u30f3\u30c9\u30eb":[67,112],"\u3002sortby":95,"\u306e\u304b":[165,129],"\u9006\u5f15":38,"_sequence":[2,155],"\u306e\u3044":[10,5,119,39,85,51,66,100,7,155,61],"_records":[6,112],"''":163,"'\"":[6,112],"'.":[69,106],"'-":[85,112],"',":[67,69,167,42],sizeof:73,"')":[161,95,163,85,51,67],"'(":[85,163],"\u306e\u306b":[],"\u306e\u3061":95,relax:124,"\u306e\u3067":[126,3,129,6,89,8,67,131,47,95,66,134,11,102,106,60,62,149,111,112,164,84,23,68,158,119,27,122,168,165,30,57],"*nvars":46,"\u3001_":3,"\u306e\u307f":[],"'t":[42,17,124,14,93,73,159,8],"'s":[101,95,163,51,164,132,122,133,106],moero:38,"\u3089\u308c\u308b":[61,108,119,129,112,6,137],"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":151,"'a":164,"\u305b\u308b":[126,61,119,145,41,102,30,160,57],"'n":85,"'m":[101,165,147,68],"-latest":[],"-tar":20,"\u305b\u308c":119,"\u6bb5\u843d":[64,83,108],"_count":[],"'\\":163,"\u5165\u529b\u30df\u30b9":16,time:[165,118,62,136,132,151,112,42,6,11,16,124,23,162,159],push:[134,106],"\u304a\u3053\u306a\u3063":3,":/":[3,4,85,89,8,91,169,47,148,96,134,74,11,12,15,141,106,38,20,65,90,67,70,161,116,117,118,135,30,77],"\u53cd\u6620":[119,61,134,124],"\u7b26\u53f7":[],":$":[133,163,128],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":134,"-prefix":[],":#":67,"\u5c0f\u897f":112,":=":[95,163],":>":[95,163],"\u3002rroonga":142,"::":[2,4],"-search":67,millisecond:17,"\u3042\u307e\u308a":[68,111,100],"\u7aef\u672b":119,"_builtin":[23,69,72,54],"\u6700\u7d42":[95,72,74],dragonfly:138,"\u500b\u5225":134,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":6,"-root":[30,138,85],":c":[73,72,108,14],lru:104,"\u7d20\u6734":117,exact:61,"\u3002travis":70,minute:132,".body":[31,79,94],"\u30b9\u30af\u30ea\u30d7\u30c8":[],"{language":106,"\u6e08\u307f":[51,116,78,108,134,148,111,39,12,64,112,6,135,16,152,23,158,159,126],"-base":[118,56],":@":[38,95,3,163,11,165,102,90],":\\":89,":^":[163,128],":[":151,":public":134,"\u4e00\u6b69":3,"\u7d50\u3073\u3064\u3044":121,"\u305f\u3055\u3093":[23,1,112],"\u7d50\u3073\u3064\u304f":121,sign:134,"\u5316\u4f5c":134,makecache:[6,116],"\u4e8c\u9805":133,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":67,".ncpu":77,"\u7d4c\u904e":[122,10,133,11,165,39,71,17,23,69],"\u30bf\u30d6":[158,4,155],takashi:[23,153],"\u540d\u7b49":69,"-ipadic":148,current:14,"'='":85,"\u76ee\u5b89":134,"\u63a8\u9032":112,"\u30bf\u30b0":[],"gmo\u30e1\u30c7\u30a3\u30a2":67,"\u6d41\u3057":134,address:[6,23,155,118],"\u30a2\u30ab\u30a6\u30f3\u30c8":[67,134,22],"\u4e3b\u30ad\u30fc":[],"\u4e00\u62ec":[],queue:121,"\u8b66\u544a":[95,10,138,112,6,67,99],"\u3002offset":81,"\u5ea6\u6570":[11,23,65,133],ipa:148,pentium:151,prefer:118,"\u6587\u5b57\u5217":[],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":6,bookmarks:74,"\u4e88\u3081":[39,85],"{\"_":[38,95,133,11,65,84,163],"|table":57,"\u30d5\u30a9\u30ed\u30fc":[],"/header":20,"\u3060\u3063":[6,62,95,10,100],"``":[1,108,138,14,15,73],"\u5168\u4e16\u754c":112,"\u3060\u3068":111,visual:[6,23,89,112,67],"\u30ec\u30d3\u30e5\u30fc":134,"_gt":137,"\u3002obj":69,"-aki":67,"_alloc":[34,73],values:[51,93,69],"\u3060\u3057":[23,151],"\u5024\u8a18":133,following:[34,108,118,167,132,110,124,56],locks:[34,27],logrotate:6,allowed:56,"\u5897\u3084\u3059":[95,160,74],"\u6a19\u6e96":[1,88,3,5,85,7,8,92,94,10,51,139,141,21,143,63,64,113,67,99,161,71,30,31,125,90],chroot:134,"\u30d2\u30e5\u30d9\u30cb":[66,157],parameter:[118,124,100,97,46],applications:27,date:151,such:[118,159,27,167,42,6,56,106],data:[],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[],"/dictionary":138,ss:[132,133],"/javascript":23,st:[78,133],sh:[134,70],so:[124,100,69,159,110],sa:[136,16],se:[78,159],"\u540c\u3058\u6570":[85,8,47],"[yum":6,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":67,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":141,"\u30a2\u30c9\u30ec\u30b9":[23,100,85,90,151],"*query":[49,73],jis:137,"\u540c\u671f":[151,134],instantly:27,"\u4f7f\u308f\u305a":102,records:[132,67,97,42],"\u8d85\u3048\u308b":[6,11,149,137,82],matched:[118,97],"_memo":102,"\u7570\u5e38":[113,151],"_dat":[],"_dataset":[130,56,167,42],"\u3084\u308b":[],suffixsearchterms:[163,133],"\u4e26\u3073":[129,133],"\u4e26\u3079":[],"-terminated":[34,46],gtar:20,"\uff1f\u300d":117,indexblog:68,"\u30d8\u30c3\u30c0\u30fc":[],"-offset":95,container:73,"_msgpack":93,".status":151,"\"search":[159,16,163,42],"\"type":136,formula:134,"\u6700\u5c0f\u9650":8,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":82,mime:47,"byte":[108,151,27,6,100,155,69],"\u7d20\u65b9":119,"\u30d9\u30af\u30bf\u30fc":[],"\u4e00\u610f":[64,85,53],one:[34,124,27,56],"\u56fd\u969b":106,"*expr":73,city:[165,66],"\u5bfe\u7b56":[],"\"sphr":157,"=encoding":[],"\u884c\u756a":[122,23],"\u8fd4\u4fe1\u5143":165,"\u8fd4\u4fe1\u5148":165,"\u306b\u5bfe\u8c61":23,"\u51fa\u3057":165,"\u540c\u6642":[95,10,119,121,151,65,14,100,137],fumiyasu:23,"\u4e16\u754c":[66,11,39,29,65,157],argument:133,"-scorer":144,say:133,"/span":[145,27,41],"/ubuntu":[6,126],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":112,"\u30ea\u30b9\u30c8":[51,147,158,3,163,134,38,32,85,95,170,6,91,80,92,133,73,106],uuuuuu:133,"\u5ea6\u5408\u3044":62,note:[34,118,124],"\u30cb\u30db\u30f3\u30b8\u30f3":159,"[[\"":113,"\u5fdc\u7b54":[119,112],buffer:[113,69],keeps:74,debhelper:23,"\u30b9\u30da\u30fc\u30b9":[23,95,112],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[],"\u672b\u5c3e":[81,137,69],"\u9589\u3058":[23,82],"\u4ef6\u6570":[95,3,62,129,51,100,53,69],"\u5217\u6307\u5411":[119,85],"_cursor":[],xml:[],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:170,"\u5927\u4e8b":[158,163],"-directory":6,"\u3068\u3057\u307e\u305b":17,"_defrag":69,"\uff08tokenbigram":62,resource:155,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[],"\u76f4\u63a5":[165,141],"\u8868\u3057":[80,10,3,39,122,2,53,61],"\u7a7a\u767d":[78,3,163,62,119,85,42,51,120],"\u7528\u79d8":[],"\u898f\u5247":6,".content":[95,133,101,164,124,68,163],"\u306b\u3068\u3063\u3066":[78,111],sites:141,"*column":108,"\u5927\u4e08":0,jobs:151,"\u4e0a\u554f":126,"\u5e73\u5747":67,"@tomotaka":23,many:[124,167,74],"\u8fd4\u3059":[1,88,5,85,6,7,47,94,133,136,14,139,21,108,151,63,112,71,65,155,84,23,162,138,31,73],"\u30b3\u30ed\u30f3":64,"_otoj":160,expression:[118,124,60,73,95],")offset":[137,100],"-mecab":[148,116,12,112,6,135,67,77],"_t":2,"\u5404\u7d22":3,"(xxx":112,"\u3002http":112,"\u542b\u3080\u5024":[85,3],"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":67,"\u5468\u4e0a":157,"_synonyms":158,"*added":100,"\u898b\u4ed8":112,"'ja":106,enable:[],readings:159,"\u6607\u9806":[95,3,117,65,100,137,69],"\u5b9f\u884c":[],"\u8fbc\u307f":[21,158],"-bye":[40,133,147,95,163],"\u304a\u3051\u308b":[58,38,3,163,11,119,39,112,6],executes:118,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":127,"\u7406\u89e3":[95,3],"?table":[8,47,90],ctrl:90,"\u4e0d\u5909":53,ivh:[148,116],"@lists":[134,22],".md":134,pthread:[23,112],"\u3002squeeze":160,ascii:[163,133],"\u304b\u307e\u3044":3,binary:[67,39,4,119],hostname:[30,85,8],"/pipermail":67,"_filter":[],"<path":[85,56],"_setoperation":100,"\u3002\u3057\u304b\u3057":[95,66,74,119,39,101,52,16,123,23,170,47],"_at":[62,99,138,14,6,100,69,73],"error\u30bf\u30b0":6,"\u8ab2\u984c":[],"\u90fd\u6c11":[62,129],"\u5b9f\u88c5":[60,66,95,6,8,30,131,23,67,171,47,106],"_date":134,takahiro:138,customized:132,".key":100,wiedenroth:67,"\u6b53\u8fce":76,"_normalize":[101,95,36,3,79,62,165,163,27,170,6,102,100,124,68,133,57],"\u53d6\u308a\u51fa\u3055":11,"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":67,"\u53d6\u308a\u51fa\u3059":[11,137,61,107,138],"_retry":2,"\u56db\u89d2":[],"(x":67,"\u6771\u4eac\u90fd":[62,129],"[token":112,"\"utf":109,"(r":151,rest:34,gdb:160,"(a":70,"_pack":[],"\u3046\u3061\u3044":85,"([":59,"(_":[136,159,16,133,42],"\u30d1\u30e9\u30e1\u30fc\u30bf":[],"\u3042\u3052\u308b":[],haystack:61,dcmake:89,"\u6c4e\u7528":[151,85,8],"\u639b\u3051":133,"(>":61,"(<":61,"(=":[2,133,61],res2:100,"\u91cd\u307f\u3064\u304d":67,"((":[95,74],"()":[],"(.":[68,134],"(-":133,"(\"":[66,3,109,85,27,41,112,6,102,145],"(!":61,"(&":73,"('":[64,95,3,163,85,51,53],intel:151,"_but":61,"\u95a2\u308f\u3089":151,"\u4ed5\u7d44":[47,106],conditional:136,yyyy:[132,133],";b":[145,41],".load":151,ddl:62,"(nginx":126,"/httpd":[126,8],"\u8a18\u4e8b":[101,68,134],"\u5168\u6587\u691c\u7d22":[],"_printf":67,";/":[145,41],"package":[],"\u5ec3\u6b62":10,favorite:106,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[23,47],"\u304b\u3048\u308b":164,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[170,120],"'or":6,"\u7b97\u51fa":[6,95],"\u306b\u3042\u308a":[120,57],"\u6df7\u305c\u308b":74,"\u7403\u9762":[66,157],"_prefix":[],"\u8868\u8a08":158,"\u30e9\u30f3\u30ad\u30f3\u30b0":3,emacs:106,recommends:[67,124],"\u30aa\u30fc\u30d7\u30f3":[6,15,112,23],complete:[118,136,99,159,152],"/pull":134,clones:110,"_empty":[2,155],"with":[],"_load":[],"_types":[120,47],pull:[],october:67,"\u697d\u3057\u3044":[62,129],reqular:118,"\u304a\u77e5\u3089":[],gone:38,ac:170,uid:134,"| y":112,"\u30ec\u30b9\u30c8\u30e9\u30f3":119,am:[27,41],an:[34,97,100,8,124,67,73],"| n":133,as:[34,78,118,159,27,167,124,6,8,110,67,56,106],ar:[62,78,129],at:[36,165,110,97,124,132],"| c":133,"| _":65,"\u3002messagepack":[122,169],shimomura:6,"_bool":[138,69],"\u4e00\u65b9":[3,163,102,11,119,27,41,62,164,68,133],"\u30c7\u30d0\u30c3\u30b0":[113,78,8],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[6,151,89],"\u9806\u4f4d":81,queryexpandertsv:[],"_such":[2,155],original:[93,128,141],"\u5897\u5206":95,"\u6587\u6cd5":[],senna:[],"\u4ed8\u968f":[88,63],"\u30c7\u30fc\u30bf\u30d9\u30fc":23,"\u5408\u8a08":[58,95,62,82,151,113,149],"\u6e80\u3055":112,"-talk":[112,22,134],"\u548c\u5e83":112,"\u901a\u4fe1":[],to:[],tail:[155,134],te:78,homepage:151,tc:[137,107],returned:[34,97],"/other":8,"\u30ab\u30c6\u30b4\u30ea":[95,78,40],"/rurema":67,"\u3002column":[61,3,108],condition:133,"(popular":95,large:124,adjust:95,"\u5909\u308f\u308b":[62,145,27,41],"\u5909\u308f\u308a":[113,65,129,104],"\u4f55\u3089\u304b":39,"\u300c\u6771\u4eac\u90fd":62,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[67,78,120,112],"&gt":[145,27,41],"\u5927\u5225":11,pass:8,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":6,"\u7701\u7565":[],"\u7d22\u6642":138,"\u5897\u52a0":[95,112],"\u3067\u306b":[62,101,9],section:[34,67,108,18],"\u30ea\u30c6\u30e9\u30eb":[],"\u5927\u5207":119,"\u6700\u65b0":[23,134,22,104],"\u3002timeout":69,"_modified":165,method:8,contrast:8,full:[78,27,134],hash:[82,165],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":[40,78],provides:67,"\u30ce\u30a4\u30ba":[62,16],sender:[118,56],"\u975e\u516c\u958b":134,"_compare":69,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":95,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":6,"\u306b\u3059\u308b":47,via:42,followee:165,tokenizer:[],"\u30ce\u30fc\u30c9":[6,137],"\u7121\u540d":[100,69],"(init":14,follower:165,"\u3067\u3059":[2,3,4,6,78,8,9,10,75,12,14,15,16,17,18,20,164,23,26,27,30,32,80,11,39,40,41,42,43,46,47,148,169,51,52,53,150,56,57,58,60,61,62,64,65,66,67,68,69,70,73,135,76,104,0,79,82,83,85,87,89,90,92,93,95,96,74,101,102,100,105,106,108,145,111,112,113,114,116,117,118,119,120,122,124,126,127,129,131,133,134,136,141,142,147,149,151,152,153,155,84,157,158,159,160,161,163,165,170,171],select:[],"[grntest":23,mecab:[148,1,36,134,119,12,112,6,135,138,23,169,116,77],"\u7406\u95a2":46,"\u4e0a\u8a18url":134,more:[34,124,155,27,56],"\u30c6\u30ad\u30b9\u30c8":[40,78,134,74,151,145,138,120,27,41,112,6,96,170,106,73,57],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":38,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[127,74],"\u518d\u5229":[82,95,53,67],"_argument":[137,100,2,155,69],"_messages":[134,106],endpoint:[118,56],"_adjust":[95,49,61],learn:[118,56],"\u6bd4\u8f03":[],scan:160,"_descending":137,accept:138,states:153,gronoga:8,information:132,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":23,"\u3002lzo":64,"\u300ccommand":30,"=dat":99,"\u52d5\u7684":[],"\u5b9f\u884c\u4f8b":[],intended:67,"\u5019\u88dc":[136,16,159,152],"\u306b\u3059\u3050":101,"\u30fb\u81ea\u5df1\u7d39":165,"\u559c\u3073":[75,106],github:[0,64,134,106,112,6,67,91,23,169,70],tokenbigram:[78,3,79,82,129,85,40,41,92,95,133,101,102,16,150,57,147,62,145,164,68,163,165,27,124,32],register:[],replied:165,"\u666e\u53ca":119,sysctl:[149,124],"\u52d5\u753b":38,"\u8f09\u305b\u308b":134,".co":[95,36],installer:134,its:[34,132,73,159],saucy:[67,12,112],".rpm":[148,116],confiugration:124,"\u63a5\u7d9a":[],"[tokenizer":[6,112],"_weight":[64,67,83,108,74],salamander:[67,12,112],"_ci":170,"\u6271\u3044":[11,10,129,159,171],"\u6271\u3046":[2,133,62,149,112,22,119,99],"\u6271\u3048":[87,14],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":6,"\u5c0f\u306a\u308a":[],always:124,messagepack:[],"\u6271\u3063":[165,1,112],"\u30ad\u30e3\u30b9\u30c8":[163,165,138,112,6,99],"[doc":[6,23,99,112,67],found:[100,97],".offset":100,"\u534a\u89d2":[137,170,3],"\u540c\u7fa9":158,"\u9ad8\u901f":[38,1,61,3,163,80,82,127,85,112,66,133,119,23,157,171,47,57],operation:[67,97,155],"\u6271\u308f":[80,95,78,163,11,151,112,14,6,62,67,170],really:[95,163,133],"\u524d\u8005":[65,170,158],"_entries":[15,104],"/raw":70,"\u30de\u30eb\u30c1\u30b3\u30a2":119,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/rab":[65,3,117],ftb:36,occurs:67,"/etc":[126,134,149,6,135,8,124,158],"\u6975\u4ed8":[66,157],"_hit":[90,71,3,4,8],"\u3053\u3053\u3067":134,"\u30a6\u30a7\u30a4\u30c8":64,pairs:159,"_user":[],"\u3002\u3069\u308c":118,"-keyring":[6,135],number:[],"_pipe":[2,155],"\u3059\u3079\u304d":61,"\u7d42\u308f\u308b":[101,163,133],"\u30b3\u30d4\u30fc":[108,134,81,100,6,52,141,69],"|enable":78,"\u533a\u5207\u3089":23,introduction:[],"\u30ab\u30b9\u30b1\u30fc\u30c9":[],"\u3057\u304b\u3082":171,">\u3001":139,"_stack":2,"\u642d\u8f09":119,dpkg:134,"\u5b66\u7fd2":[],"\u56de\u547c":138,video:38,listen:[6,85,8,47],"\u60f3\u5b9a":[71,38,141,113],"\u5b9f\u969b":[58,38,95,62,112,68],toybox:11,"\u52d5\u74b0":161,"*data":81,"\u66f8\u304d\u63db\u3048":[134,70],gted:106,qps:[161,151],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[138,85],self:151,"_lock":[34,23,69,17],also:[95,133,118,27,159,163],internal:67,"\"theatre":79,"\u8a18\u53f7":[62,85,129,3,138],play:79,"\uff08todo":133,brooklyn:165,"\u306e\u3069\u3061\u3089":[95,133],"\u3060\u3055\u3044":[0,126,3,6,8,91,169,47,95,133,134,74,12,106,20,155,67,158,160,70,170,163,117,119,122,123,76,57,90],tokens:78,exe:[89,134],"_uint":54,cover:27,umemoto:23,arted:133,ext:78,"\u6d3b\u304b\u3059":95,"_vsize":73,"<limit":85,"_processes":[],microsoft:89,"\u3057\u304b\u3057":[95,133,62,129,68,158,47,106],"/command":[8,90],xcode:77,session:118,"-memory":138,"\u6570\u3048":117,"\u77e9\u5f62":[29,65,119],"\u5143\u6c17":112,columnn:6,"\u9577\u578b":[137,83],"\u6642\u306b":23,failed:17,"\u51e6\u7406":[1,2,81,120,129,40,41,6,78,8,47,95,133,53,106,147,61,151,112,65,155,67,163,119,138,26,27,57],factor:[67,95],"\u5225\u9014":[39,69],"\u30bf\u30fc\u30b2\u30c3\u30c8":6,columns:[51,95,127,138,167,6,124],"]]]":[62,136,139,133],"\u5fc5\u305a":[95,10,127,100,155,57],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":47,"\u3082\u3057\u3054":6,"_point":[38,157,97],"\u30ed\u30b0\u30ec\u30d9\u30eb":[85,8],"-github":134,bytes:[34,58,46],"\u6c7a\u3081":57,"\u7528\u610f":[95,66,134,69,151,42,152,16,61,169,159],"\u3082\u3057\u304f":[148,163,134,11,149,39,27,41,112,6,100,90,84,137,133,68,145,8],set:[124,69,151,159],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[64,1,138,112,6,67,23,169,160],see:[34,67,124,110],sed:[6,23],sec:17,"\u547c\u3073\u5143":14,sea:[78,159],sen:36,"\u8a00\u8a9e":[],juman:148,currently:[93,8,72],mutex:[34,112],"\u65e5\u4ed8":[119,66,134],"\u3068\u3068\u3082\u306b":11,"\u3082\u3057\u308c":158,available:[34,36],"<span":[145,27,41],"\u304c\u3064\u3044":[6,82,95,138,74],javascript:[],"\uff09\uff08":57,"\u3082\u304d\u3061\u3093":8,"interface":118,"\u500b\u4eba":169,"\u6790\u5668":119,"_already":[2,155],"\u77e5\u308c":[131,120,60,111,68],last:[6,165],"\u4e00\u8cab\u6027":111,"\u77e5\u308b":117,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[119,151,142],"\u578b\u5909":23,connection:155,rose:11,"<#{":132,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":112,load:[],");":[15,61,73,108],"):":[126,134],"@ceekz":112,"-adjuster":[95,74],"\u3002\u3056\u3063\u304f\u308a":74,"))":[95,158,133],"\u30ca\u30ce":[122,138],")-":134,"),":[64,112],").":[118,27,134],"_exec":[2,73,14],")\"":[96,163,27,112,79],".htpasswd":[8,47],")'":[38,163,136,145,27,41,42,164,65,16,165,159,133],"[rpm":[6,23,99,112,67],tablename:10,"\u7c21\u6613":[126,66],"\\%":89,"\u30d1\u30e9\u30e1\u30bf":[34,35,69,107,72,81,54,109,100,14,15,137,103,97,17,55,49,73,46,105,108],shinya:6,func:[34,46,14],"\u30ad\u30fc":[58,95,170,3,108,74,82,39,163,85,112,138,6,100,153,53,67,133,99,46,57],"\u3067\u307e\u3068\u3081":158,handling:124,")]":112,"-api":75,"\u3067\u306a\u3051\u308c":133,"\u5236\u9650":[],"\\(":163,"-apt":12,error:[34,97,5,112,122,7,8,132,67],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[6,23,112],"_nromalize":170,"\u632f\u821e\u3044":[6,67,84,112,102],"\u63a1\u7528":[62,119,90],"<=":[133,165,8,112],binding:[145,36,41],"\u5316\u524d":53,"</":[145,96,4,41,27],"<-":47,"\u4e38\u62ec":3,"\u4e00\u7fa4":61,"_ptr":[34,73],"\u8a00\u3048":[62,163],"\u56de\u52d5":151,alert:[5,67,7,8,132],levels:8,ifexists:51,stack:[112,155],"\u7121\u99c4":119,"\u8981\u6c42":[111,3,112,164],"-path":[],"_file":[2,122,8,158,47,155],"/senna":141,mysql:[148,95,36,134,74,119,145,12,120,27,41,135,158,116],"\u5316\u51e6":[23,53],"\u30bd\u30fc\u30c8":[],"_files":[2,155],location:[],input:[51,122,93,155,159],emergency:[132,8],"\u3002db":[23,61,3,90,14],"\u30cf\u30c3\u30b7\u30e5":[6,71,134,113],"\u30bd\u30fc\u30b9":[],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":134,"\u540c\u7b49":[129,151],"continue":67,"\u308f\u3051":[95,78,133,11,40,159],"\u4ed5\u65b9":[],specfied:97,"_flow":[2,155],"\u6ce8\u8a18":112,"\u30af\u30ed\u30fc\u30f3":169,"\u65e2\u77e5":169,varying:34,"-mruby":67,"\u4f9d\u5b58":[],"\u4e0a\u4f4d":[62,100],wget:[148,116,20,12,135,169],by:[],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[67,126],"\"yu":141,"\u3068\u308f\u304b\u308b":134,garbage:[113,112],into:[118,42],"\u3088\u308a":[39,129,6,169,95,66,133,74,11,101,137,57,61,62,151,112,23,68,157,158,159,163,117,165,138,123],"|key":[95,3,79,62,165,163,27,101,102,128,124,68,133,57],"\u30d5\u30a9\u30ed\u30ef\u30fc":134,pcre:6,span:[145,96,27,41],submit:[118,136,16,159,42],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],"\u5074\u9762":119,"\u6574\u3063":160,opens:[124,97],"\"keyword":95,link:[11,67,90,117],line:[122,70,8,14],"\uff08ci":70,posted:165,"\u8868\u3059":[59,78,38,11,64,66,61,80],".php":134,up:4,".am":110,ul:78,"\u5206\u89e3":61,"\u3054\u307f":[111,112],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[],"char":[34,72,54,109,14,100,67,69,73,46,108],"\u3054\u3068":[],"\u3075\u308a":136,"\u633f\u5165":[3,134,81,85,27,6],defines:167,codes:134,taro:38,">uptime":4,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":134,"=null":[95,78,104,57],invalid:[34,118,95,155],"\u8868\u308f":69,"\u898b\u4ed8\u3051":112,"\u7acb\u3061":122,elements:74,".dump":23,"\u53f3\u8fba":[23,138],lucid:[138,112,134],"\u6307\u5b9a":[],"\u4e00\u7dd2":[1,66,3,74,62,95,6,126,57],"\u3088\u304f":[95,84,74],"\u3088\u3046":[],"\u3088\u3044":[95,163,117,68,69,47,106],"\u3088\u3073":61,age:[83,95,84],"/wgs":65,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":112,oracle:[],"\u3088\u3063":65,"\u8a66\u884c":119,hello:[101,147,133,40],code:[122,132,73,4,106],partial:61,"\u3067\u307f":119,",\"title":3,results:[6,67,100,27,118],existing:[67,56,110],"/sysctl":[149,124,77],"\u843d\u3061":[138,112],"\u3067\u306f":[67,14],"\u3067\u306e":[122,27],"-lzo":[],"/json":[23,8,47],"\u3067\u3069":136,"\u3067\u3057":[20,11,133,67],"\u8a2d\u5b9a\u6e08\u307f":126,sigsegv:100,":..":95,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[23,138],"\u3067\u3044":[11,165,95,133],"\u30ea\u30af\u30a8\u30b9\u30c8uri":8,"\u3067\u304f":[95,74,123,76,158,70],"\u3067\u304d":[],"{user":124,"\u7279\u306b":[61,134],"[snippet":[67,27],"\uff08groonga":119,"'now":165,"\u8ca2\u732e":112,"\u983b\u5ea6":136,"\u6368\u3066":23,".clean":134,"\u5f15\u304d\u7d9a\u304d":112,"try":[165,17],"this":[34,3,79,6,8,132,93,47,95,133,11,14,110,67,69,159,163,118,27,167,124,90],">rroonga":[145,41],"(wgs":65,"\u30aa\u30d7\u30b7\u30e7\u30f3":[],"_posting":[97,107],"\u4e00\u81f4\u3057":[95,129],"\u62bd\u8c61":15,licenses:67,".xml":4,index:[38,36,107,108,134,18,83,27,97,124,67,68,133,163],directive:8,"_operator":[100,49,73,108,97],"\u306e\u3067\u3057\u3087":95,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":89,"\u30ef\u30fc\u30ab":8,"\u5224\u65ad":[72,133],"\u5fc3\u304c":160,nargs:73,"\u516c\u958b":[23,138,112,134,67],"?parameter":8,let:101,ubuntu:[],ctx:[34,72,121,14,15,100,69,73,46,108],"\u73fe\u308c":78,"\u3067\u3082":[0,2,3,82,129,41,6,89,8,169,148,95,134,12,102,106,62,151,112,64,164,65,155,23,68,159,160,116,119,27,135,123,57,90],".fedoraproject":116,buffered:18,"\u8d85\u904e":[149,112],firefox:106,"\u767a\u4fe1":134,"\u30c7\u30b6\u30a4\u30f3":6,"\u9014\u4e2d":[134,85,6,16,155,159],"\u3046\u3048":[6,23],"\u4ee5\u964d":[80,96,134,145,138,85,112,41,90,67,23,170,160,106],"\u3059\u304f":164,zip:[],illegal:155,"\"sea":159,"\u3044\u304f\u3064":76,next:[97,46],"\u3046\u3061":[80,10,108,6,113,100,61,84,137,23,69],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":68,"=complete":118,"\u30af\u30a9\u30fc\u30c8":[78,120,163],"\u3059\u308b":[],"\u7d4c\u7def\u5ea6":[],"\u3059\u308c":[3,163,117,119,145,84,151,100,9,133],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[],occurred:[124,97],"-leaner":56,central:165,"_escape":[],reconstructed:67,"\u4f7f\u3044\u65b9":[],"\u6b8b\u308b":23,"\u6b8b\u308a":[95,10,158,57],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":6,"\u6e21\u3055":[6,66,61,46,112],"\u6e21\u3057":[51,61,3,90,163],"\u6e21\u3059":[99,3],"\u5171\u306b":[69,108],"\u6b8b\u3063":[138,112],"\\\"a":164,"\u3002\u3064\u307e\u308a":[95,163,3,17,79],"\u306f\u6708":133,process:[],lock:[69,17],"_estimate":[23,97],"\u7d30\u5206":11,"\u3059\u3050":[119,47],"\u6301\u3061":[95,78,127,83,85,61,8],"\u6301\u3063":[95,78,163,74,119,83,111,6,16,43,150,170,120,133],"\u6301\u3064":[38,95,43,3,133,117,80,11,119,83,85,51,66,100,16,53,164,150,23,170,121],"\u6301\u3066":[147,83],"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":82,"\u3059\u3067":[101,52,78,129,134],"\u3059\u3079":[95,78,141,82,155,151,10,8,61,67,23,114,165,159,47,94],"\u6b8b\u3057":95,defalt:138,"\u9664\u7b97":[],"-gqtp":[],"\u3044\u304f\u3089":119,"_')":[64,53],"\u4e26\u3073\u9806":65,">starttime":4,tomotaka:23,"\u8a2d\u5b9a":[],alloc:[90,71,3,4,8],"\u4f53\u8fd1":157,"\u578b\u540d":83,element:[133,74],"\u9078\u629e":[95,66,134,119,67,73],allow:[6,135,95,163],":\\\"":51,tokentrigram:[150,78,32],"[httpd":[6,67,112],"\u8abf\u3079":[81,29,69,117,157],"\u30ab\u30d0\u30fc":160,lz4:67,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":74,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":161,yamaguchi:23,"\u3092\u3064\u3051":[95,163],"\u6539\u884c":[99,23,85],"_unavailable":[2,155],"\u6587\u66f8":[],"=platform":[],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,hobby:132,"\u5de6\u4e0a":[29,1],"\u5de6\u4e0b":1,"[space":163,murakami:67,python:[134,110],billiard:[62,129],lzo:[108,6,155,67,23,169],"\u4e00\u6642\u7d50\u679c":6,"\u53f3\u4e0b":[29,1],"_implemented":[2,155],"/master":[106,70],"\u7121\u9650":[6,67,138],"_none":93,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":70,"-patch":106,"\u753b\u9762":[67,1,134],frequency:[67,136,16,159,42],"\u30b3\u30e1\u30f3\u30c8id":165,"-fd":[118,23],"\u3002\u7701\u7565\u53ef\u80fd":145,"\u4ed5\u69d8":[],"\"\uff08":159,"\"\uff09":[11,1,65,159],"_friends":38,length:34,"3ki":138,owned:73,"\u591a\u304f":[95,3,11,85,27,62,8,23,171,126,57],"\uff08\u300c":[62,170],owner:8,"\u5897\u5927":66,"\u5bb9\u91cf":[113,95],"\u30cb\u30db\u30f3\u30b4":159,behaves:118,system:[95,163,20,39,27,124,133],"-keys":134,"\u30b9\u30da\u30eb":158,"\"weight":11,"\u304b\u3061":[95,129],"\u304b\u3064":[137,95,129,112,133],"_logger":6,"\u304b\u3069":[95,163,62,149,84,29,65,8,136,67,157],"\u756a\u76ee":[95,78,3,163,11,83,120,112,100,137,133],"\u8ffd\u8de1":[],"-time":27,"\u500d\u7cbe":39,"\u6253\u3061\u5207\u308a":112,"\u304b\u3051":[112,94],"\u3002json":51,"_results":100,"\u304b\u305a":[6,67],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,"false":[88,128,5,39,7,94,133,134,11,102,52,139,21,145,63,112,64,164,153,84,67,114,163,138],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"2grn":67,"*s":67,"_charlen":34,"\u304b\u3082":[60,43,111,120,122,150,52,131,68],documents:[102,27],"\u304b\u3089":[],"\u3044b":[62,129],tokendelimitnull:[150,32,130],"_const":[61,73],"\u3069\u3061\u3089":[0,126,3,120,14,152,127,68,47],"*init":46,"\u672a\u958b\u653e":138,"*/":73,"\u3089\u308c":[15,95,78,3,79,82,83,138,111,112,14,6,119,61,92,23,68,153,94],"**":[108,7,137,69,46,72],"\u3064\u3076\u3084\u304d":101,"*'":95,segment:113,"\u6e80\u305f":[164,65,61],"*\"":[67,68,95,130],latin1:6,"\u5168\u89d2":[137,23,170,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":85,"\u3067\u3059\u306d":111,"\u5408\u81f4":[65,3],"mo\u30d5\u30a1\u30a4\u30eb":106,"(arugment":133,"*res":[100,49,97],"\u30ea\u30af\u30a8\u30b9\u30c8":[88,5,7,8,92,47,94,95,139,141,21,143,63,112,71,113,155,67,161,64,26,30,31,125],brew:[77,110],".gz":[148,116,134,20,12,77,135,169,106],"=r":6,"_initialized":[2,155],"_literal":67,"=g":118,"'localhost":[161,85],"=c":89,"=i":134,"=\\":[145,96,27,41],should:[34,110],terminal:165,"\u8d70\u3063":52,"\u30ea\u30ea\u30fc\u30b9":[],"\u5316\u5bfe":106,handle:[67,124],means:[34,95,97,8,132,124,93,159],"==":133,"=$":[169,134,106],"='":96,"\"ellip":157,"=\"":[95,4,134,20,145,27,41],"=-":169,"=/":[158,169,85,160,134],db2:47,"=)":61,"=(":134,">cache":4,"\u307b\u3068\u3093\u3069":14,"_search":[],nise:67,"\u64cd\u4f5c":[],travis:[],"\u7cfb\u5ea7":[29,157],"/doc":134,"\u3002debian":160,"\u306b\u3064\u3044\u3066":[78,3,5,6,2,9,10,11,12,16,17,20,21,23,26,29,7,31,88,39,42,43,47,148,51,52,150,57,45,59,60,61,63,64,65,66,67,69,70,71,74,135,76,155,0,83,85,87,92,169,94,95,98,77,102,107,112,113,114,116,117,119,120,124,125,129,131,134,136,137,139,141,143,144,146,40,149,153,104,157,158,159,163,164,165,162],"\u8ffd\u8a18":[6,134],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":111,"_connected":[2,155],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":112,"/var":[126,169,85,8],"\u8d70\u3089":52,"/status":[161,90,4,47,8],webclips:96,valgrind:160,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[163,82,138,112,23,133,57],etc:[124,8,47],tld:117,":\u5206":165,ci:[],ch:78,"\u533a\u5225":[39,95,128],allocates:34,"\u6df7\u5728":30,"\u7d99\u7d9a":[6,85,70],"\u591a\u69d8":119,zenigata:38,"\u66ff\u3048\u308b":3,allocated:34,"\u306b\u3044\u304f\u3064\u304b":112,"\u304a\u3055\u3089\u3044\u3057":111,"_itoh":23,"_vesion":96,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":6,"[plugin":67,adjuster:[],"@yappo":[67,112],"\u58ca\u308c":[6,23,138,113],"\u3002\u00d7":111,"\u4fdd\u6301":[15,11,87,165,14],"\u524d\u8ff0":[62,170,8,57],"\u30c7\u30a3\u30b9\u30af":[1,68],"\u6b20\u843d":112,tokenkytea:6,ultra:38,"\u307f\u305f\u3059":165,"\u73fe\u308c\u308b":62,"\u58ca\u3059":6,vm:[],"\u4e00\u62ec\u3057":100,"_versions":134,"\u305d\u308c\u304b\u3089":[95,74],"\u3002'":[69,163],"\u4f75\u305b":3,"\u3002\"":[117,62,165,112,16,90,67],"\u3002#":[23,138,165],"\u3002-":[81,30,169,137],"\u3002.":106,"\u3002(":[148,126,61,134,151,85,51,153,17,137,68,46],"\u3002)":[137,68,153,151],"\u300cbilliard":129,"\u30ad\u30fc\u30ef\u30fc\u30c9":[],"_vprintf":67,"\u518d\u5ea6":[67,61,17],"\"roonga":152,v1:61,v2:61,architectures:134,".group":164,"\u3002_":[53,3],"\u3002[":[6,67,3,112],"_lzo":[64,2,108],off:[67,8],"\u3002c":[75,119,2],"\u3002n":[62,78,120],"\u4e00\u77ed":119,command:[],ecmascript:[6,95,142,112,133],"\u81ea\u7531":[119,61,53,155],"\u5149\u7537":112,"\u9806\u5e8f":[62,92,95,3],web:[1,163,134,136,95,42,16,169],jinja:110,"\u6b63\u898f\u5316":[6,120,27],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":6,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":85,"_filename":2,checking:118,"|http":151,five:3,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[23,57,112,133,82],tvsec:71,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[],"\u5947\u6570":133,"\u4f4f\u3093":165,"\u672c\u8cea":151,become:36,"*target":73,"\"rect":[6,157],"\u904b\u55b6":134,"/source":[106,116,134,135,75,12,20,89,110,148,169,77],"#{l":132,"\u63db\u3048":[137,69,79],nneded:124,"\u30dc\u30bf\u30f3":[6,112,134,106],"\u53d6\u308a\u9664\u3044":100,"_group":100,"\u53d6\u308a\u9664\u304d":[96,61],"(debian":126,iwai:[6,99],"\u5206z":39,"_queries":[90,71,3,4,8],software:12,coverage:160,"\u7d42\u4e86\u30bf\u30b0":145,"\u7d42\u3048":134,"(get":161,"\u300cusers":165,"\u9805\u76ee":[1,95,87,71,113,126,47,57],"-node":116,"_remove":[],"_started":122,"\u89a7\u4e0b":160,"function":[34,36,118,14,122,155,144],"\u300cpopular":95,"-db":99,"\u7570\u306a\u3063":137,sigstop:112,"-point":39,be:[34,97,118,42,132,100,124,110,67,69,73,56],compute:124,"\u4e00\u756a":[95,169,47,74],"\u7a7a\u6587":[67,39,163],"\u3002iptables":90,problem:124,yuki:23,bigram:[],"int":[34,3,4,38,81,18,39,42,6,46,95,66,133,74,11,136,100,14,15,102,52,16,17,55,59,107,108,62,54,112,137,65,97,84,67,68,69,159,163,72,117,165,138,73],inv:151,"\u69d8\u3005":[],"*proc":81,"\uff08not":142,"_system":[23,2,155],"%post":6,compared:27,"\u7570\u306a\u308b":[],"\u7570\u306a\u308a":[95,163],"\u5f85\u3061\u53d7\u3051\u308b":90,"/default":[6,126],details:[34,124,132],"'user":102,"\u4eba\u3068":111,"/sources":135,"_query":[],"+ff":170,eof:85,"_hugetlb":23,"\u30c7\u30fc\u30e2\u30f3":[],searched:97,"& _":65,"*string":73,saves:118,all:[95,97,163,134,42,6,132,124,133,79],"\u3070\u308c\u308b":138,lgpl:36,"const":[34,72,54,109,99,14,100,137,69,73,46,108],"/travis":70,spec:[6,138,112,134],"\u30e9\u30a4\u30bb\u30f3\u30b9":6,"\u304b\u305a\u3072\u3053\u3055\u3093":6,"\u4e0b\u66f8\u304d":80,editrc:23,"\u3002tokendelimit":42,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":134,"\u4f8b\u3068\u3068\u3082":66,".en":134,"\u932f\u8aa4":119,upload:134,msyql:74,"[macports":23,starttime:[90,71,3,4,8],"\u7c21\u5358":[],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":138,"\u69cb\u9020\u4f53":[67,107,46,14],"\u304c\u3072\u3068\u3064":158,"/branches":160,"\u65e5\u672c\u6e2c":66,incompatible:155,"\u9006\u6587\u66f8\u51fa":67,"\u7bc4\u56f2\u5916":67,above:[118,159,42],"\u4e8c\u3064":[10,40,78,164,151,129,120,14,102,66,61],"\u578b\u3068\u3057\u3066":39,"\u30a8\u30f3\u30b3\u30fc\u30c9":[30,170,138],"\u30af\u30a8\u30ea\u30ed\u30b0":[6,23,16,159,42],obtained:34,"\u540c\u3058\u4f8b":68,"-admin":6,"\"sound":16,"-h":[85,8,47],"_table":[],negative:[34,46],"\u304a\u5f85\u3061":22,kytea:[6,78,112,169],bundled:67,separated:93,"\u304b\u304b\u308b":[101,100,3],"\u9df2\u7530\u57fa":112,aware:34,"_register":[34,130],"\u3064\u3065\u3044":165,"\u62bc\u3057":3,word:[95,163,6,67,159,133],work:132,"\u62bc\u3059":[3,106],"\u30a2\u30fc\u30ab\u30a4\u30d6":[89,134,106],"\u5316\u6642":23,"\u3069\u306e":[80,95,78,117,157,16,66,169],indicates:132,"\u73fe\u983b":67,"\u5bfe\u51e6":67,"\u30b9\u30ad\u30e3\u30f3":[145,41],provide:118,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":134,"\u30bb\u30b0\u30e1\u30f3\u30c8":[67,31,69,113],"\"apple":170,"/commits":67,"-lines":[118,23],"\u306e\u3046\u3061":[83,163],"/security":124,"_plugins":23,"\u306b\u5bfe\u3057\u7570":102,after:[118,124,97,110],"|with":[101,147,3,79,74,62,165,83,95,120,27,41,64,102,164,124,67,68,133,145,163],"\u76f4\u4e0b":23,lat:151,"_title":[151,68,3],".description":165,"*func":[46,14],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":138,"@naoina":[6,112],"\u30d9\u30fc\u30b7\u30c3\u30af":47,"\u306e\u3069\u3061\u3089\u304b":[95,84,163,133],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[],"\u5bfe\u8c61id":35,".conf":[149,126,8,124],japan:[153,90,117],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":158,"\"say":133,"/windows":[89,134],"\u4e0b\u9650":[137,107],then:[34,118,8,159],them:[124,73],"\u8f9e\u691c":[23,133,82],they:[124,132],"\u5168\u3066":[95,133,39,101,100,8,142,68,106],"\u697d\u3057":[62,129],"\u56de\u6570":6,"-send":[118,56],"\u7a81\u7136":112,"\u5316\u65b9":[170,120],carlos:[52,114],serach:16,"/null":1,"_options":112,logs:[118,92,132,56,57],"<endpoint":56,patsuffix:128,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":6,"+ y":39,"+a":163,network:155,"_directory":[2,155],".deb":134,"\u3068\u3059\u3079\u3066":[6,95],"-rsync":134,wgs:[38,66,117,11,165,39,29,65,97,90,23,157],"\u6210\u308a":[95,163,155],"\u90e8\u5206":[],"\u77ed\u3044":[165,138],"+ \"":6,"_tp":161,"\u77ed\u304f":[101,119],standard:39,"_to":[165,68,109],"\u30eb\u30fc\u30eb":[67,78,138,47],hatake:67,"\u30eb\u30fc\u30d7":[6,67,138],created:[34,118,165],"++":[148,116,134,119,99,67,23,169,73],"+-":[73,8],creates:[34,124,73,167,132],"\"ni":159,"\"no":6,"\u6709\u7121":[11,145],"\u30eb\u30fc\u30c8":23,"\u59a5\u5f53":82,"\u8aad\u307f\u8fbc\u3093":[60,90],"><":[73,4],">=":[112,133],">>":[112,133],"_next":[137,97,138,107,112],">.":[145,41],">\"":[95,96,145,112],"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,"\u3082\u3089\u3048\u308b":111,"\u30b5\u30dd\u30fc\u30c8":[80,1,78,4,82,39,126,6,8,23,131,169,47,10,133,134,11,99,12,101,102,137,57,60,151,111,112,67,68,158,70,163,117,119,138,27,168,170,90],"\u540c\u4e00":[],"\u898b\u306a\u3057":137,john:[153,128],"/lc":[134,106],"\u63a2\u7d22":119,">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[100,69,72,108],"\u3069\u3061\u3089\u304b":[133,27,41,163],"\"unknown":109,target:[89,69,73,97,110],bi:[62,129],"\u3002value":[69,53],"\u57fa\u76e4":14,":byte":54,"\u30d6\u30fc\u30eb":[11,39],contents:34,latency:151,dbms:27,"\u5f8c\u8005":[65,170,158],",\\\"":51,"\u8ff0\u3079":3,indexbuf:108,"_distance":[],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[118,112,106],"\u30c4\u30fc\u30eb":[],"\u5408\u308f\u305b":[6,108,133],gronnga:152,"\u3002host":90,"-strings":99,"/releases":134,"\u767a\u751f":[64,1,169,134,62,119,122,112,14,6,100,67,69,57],"\u8003\u3048":[3,163,117,119,111,47],"\u5270\u4f59":[],keywords:73,"\u65e2\u5b9a":6,"_input":[122,2],"\u771f\u306a\u3089":133,"*section":108,rectangle:[],"-frequency":23,"\"items":141,"do":[67,151],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":138,"\u3082\u3057x":112,"\u3055\u3089\u306b":[38,10,3,74,119,152,82],de:106,"\u8ab0\u304b":76,"[libedit":23,"\u8ab0\u304c":165,runs:56,"\u3042\u308c\u3053\u308c":111,"\u5341\u4e00":[],"\u4e0b\u90e8":134,"_compress":108,depends:36,"\u67d4\u8edf":[102,142,119],"\u5bfe\u8c61obj":35,"\u9650\u6587":[23,57],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":61,terms:[147,3,163,113,62,145,95,85,27,41,40,102,124,133],"\u3044\u305a\u308c":[39,10,53],"\uff12\u3064":65,packages:[106,116,134,148,20,12,135,89,169,77],"_tables":112,"\u69cb\u3044":[159,27,41,106],ill:129,"\u3082\u3046\u307e\u304f":169,"\u4e00\u4ef6":[],"\u4e09\u7a2e":[],requests:[118,132],com:[121,117],col:69,"\u88dc\u5b8c\u8a9e":159,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":70,"\u6709\u76ca":119,calros:84,"\u30d1\u30fc\u30b5\u30fc":163,"\u95b2\u89a7":90,")\u300d":85,snippet3:27,enginen:159,"'needle":61,"\u3082\u3057\u3053\u306e":149,"\u65b0\u305f":[81,100,61,72,108],applied:[124,36],"-secret":134,"\u904e\u7a0b":53,gnu:[],zlib:[64,138,108,12,112,6,135,155,67,23,169],"_message":[122,68],"_only":[2,155],aio:112,"\u5165\u529b":[1,88,3,5,85,42,90,92,94,136,51,16,139,141,21,143,151,63,112,64,113,23,99,159,161,71,152,122,31],"\"http":74,"[solaris":6,cond:112,conf:149,"\u56fa\u5b9a\u9577":138,"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":67,"\u9069\u3057":[101,119,57],"-dataset":[],"\u4e0d\u5177\u5408":[6,67,76,112],"\u6771\u4eac":[62,65,66,129],"-packages":134,hana:38,"\u76ee\u7684":[169,78,112],"\u57fa\u70b9":95,"\u72b6\u614b":[161,71,116,138,3,134,113,62,111,12,85,14,6,135,119,148],client:[67,8],the:[],"_shutdowned":[2,155],"\u30de\u30c3\u30d4\u30f3\u30b0":149,"\u826f\u4e8c":67,solaris:[],"_score":[95,108,136,112,6,65,53,165,23,133],"\u8db3\u3057":133,repoforge:[6,116],thanks:165,"\u3068\u306a\u3063":112,adding:110,"=sjis":169,"\u7027\u5185":112,"\u7528\u3044\u308b":[38,3,11,119,87,65,90,69],"\u6307\u6a19":69,"\u3002mruby":[],jekyll:134,"\u885d\u7a81":126,"\u30ed\u30c3\u30af":[1,85,112,6,17,23,69,94],"\u307e\u3068\u3081\u308b":8,"_expr":[],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[169,122,10,151],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[],"\u307e\u3068\u3081\u3066":[11,119,95,134,117],"\u3057\u304d\u308c":6,tokenbigramsplitsymbolalphadigit:[62,102,16,32,150],comments:[],"_arg":2,tasuku:36,"\u5358\u7d14":[61,128,157],".sourceforge":[134,22],"_compile":73,"-threads":[118,85],repository:110,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":[],"\u8db3\u308a":[23,158],"\u30b5\u30fc\u30d3\u30b9":[6,67,119,112,70],substitution:102,"\u7a32\u7530":112,post:[],properties:132,obj:[35,69,72,81,113,49,73,46,105,108],"*ic":107,accepts:118,"*ii":18,"\u6709\u7528":[3,82,83,122,8,67,47],"\"text":23,"\u5224\u5b9a":65,zxvf:134,"\u3068\u306a\u308a":[163,47,27,41,90],".h":[75,34],"\u4e2d\u9593":[61,129],"float":[6,11,66,4],"_offline":99,"\u6700\u521d":[95,3,163,11,145,111,27,41,14,122,118,84,23,68,133,158,126,57],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[95,74],"\u6e80\u3059":112,compression:67,"_socket":[2,155],"\u5927\u6587":95,"\u5b89\u5168":90,way:56,cdbs:23,"cpu\u30b3\u30a2":[],"_body":[62,64,79],"\u6027\u80fd":[],encoded:118,"true":[1,88,3,79,5,39,60,41,40,7,9,131,96,114,94,101,95,66,133,74,11,51,102,52,139,21,83,57,38,147,145,63,112,64,164,65,153,84,67,68,157,128,163,117,165,27,29,170],"\u30e1\u30c3\u30bb\u30fc\u30b8":[67,10,165],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[147,78,3,62,129,95,42,40,16,170,23,169,57],mte:36,"\u6587\u5b57":[1,78,3,79,39,129,85,41,6,7,23,95,66,133,98,11,14,51,100,16,137,57,38,40,61,145,112,157,65,67,68,69,158,159,163,72,117,119,74,120,27,29,165,170,73],"\u7d44\u307f\u8fbc\u3080":[119,61,8],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[17,112],score1:61,score2:61,distributions:134,"\u3054\u89a7\u304f":[3,160],physical:113,test:[3,134,11,165,151,90,68,160],"\u5c5e\u6027":[78,120,130,64,43,92,150,96],"\u305f\u3081\u3057":65,"/index":[127,85,134,106],truncate:[],welcome:[165,95,163,133],update:[],"\u547d\u4ee4":[],"[gqtp":112,"\u964d\u9806":[137,136,95,3,100],scorer:[],tajima:6,masaharu:[6,99],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":23,"/debian":135,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":155,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[],"<threshold":85,"\u901a\u77e5":134,"(ptr":138,"_denied":[2,155],"\u307e\u3067\u3057\u3070\u3089\u304f":134,"\u8a2d\u6a02":23,"\u5f53\u3066\u308b":11,entries:[95,163,145,41,141,124,133],"/http":[126,8],"\u72b6\u6cc1":[62,81,119],"\u3068\u3057\u3066":[],"\u4e0d\u6574\u5408":1,"\u5c11\u304f":149,"(database":149,"4gbyte":58,initializes:34,initialized:34,"\u3002cursor":137,"[munin":[6,23,112,67],"\u30c8\u30e2":38,shared:17,supporting:8,"dat\u30ad\u30fc":112,"[deb":[6,23,112,67],"\u6e2c\u4f4d":119,"\u30b5\u30d6\u30bf\u30b9\u30af":134,"\u96c6\u5408":[6,100,142,127,74],appears:27,change:[6,8,47,110],"/usr":[169,85],"\u30ec\u30dd\u30fc\u30c8":169,liblzo:[135,12],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[62,95,142],"\u305d\u306e\u969b":134,usually:56,".spec":23,".exe":89,"\u305d\u306e\u307e\u307e":134,"\u6700\u5c0f":[148,116,12,126,135,84],"-cutter":134,"'haystack":61,"\u7d71\u5408":[6,119,112],httpd:[6,67,99,112,134],"\u6307\u6570":133,https:[],selects:97,"/copyright":67,"enter\u30ad\u30fc":112,"\u6d41\u91cf":47,"_plugin":[34,23,130,67],cas:155,"\u884c\u308f":[161,38,95,151],nfkc:170,can:[34,106,27,42,132,8,110,124,93,159,17],clearlock:[],",\"http":11,"_stable":103,"_stamp":132,"\u884c\u3063":[160,67,65,134,117],"\u5b89\u5fc3":111,"-com":134,",'":[11,39],"\u884c\u3044":[161,38,61,3,134,62,151,129,85,102,100,165,137,68,69],",\"":[38,4,165,113,141,68],",.":134,mpaa:84,"\u884c\u3048":[102,3,163,160],write:[99,95,32,110],"^commit":134,"\u8fd1\u508d":[],"_zone":8,"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":112,"\u5316\u6e08":[69,72],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":147,uint:[138,3,79,39,6,90,92,114,128,95,133,98,101,52,83,57,38,147,62,112,164,65,153,84,68,163,117,74,122,124,170],",_":[38,95,3,133,117,74,136,102,65,165],"\u3057\u306a\u3051\u308c":163,"\u5207\u308a":[23,112,134,143],"\u8fd4\u3059\u304b":136,ghz:151,"\u5404\u56fd":134,"\u30b2\u30c3\u30c8":22,meerkat:23,",{":[151,4],"\u304b\u308f\u308a":[62,148],"\u5357\u534a":6,"\u82f1\u8a9e":[0,23,106,134,67],db1:47,"\u5bfe\u8c61ctx":14,ieee:39,"_account":106,":ss":[132,133],"_tsv":[93,158],"\u30bd\u30d5\u30c8":158,"-libedit":138,"/html":[23,106,47,110],"\u3002gdb":160,"\u78ba\u5b9a":136,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":169,"\u4f5c\u7528":6,"\u542b\u3081\u308b":[95,78,3,163,134,99,120,67,23,158],rake:134,"\"version":4,"\"ruby":74,"\"vector":112,alisa:102,now:[],"\u3086\u304d":128,"_lcp":100,january:118,"[normalizer":67,"\uff4d\uff59\uff53\uff51\uff4c":[145,41],"\u8aad\u307f\u8fbc\u3081\u308b":141,el:116,domain:[],en:[136,78,159],ea:[132,78],"\u30e9\u30d9\u30eb":112,kana:[136,16,159,167,42],ex:78,year:132,"\u70b9\u6570":[],fu:78,opened:[124,132],space:[34,163,74],"\u518d\u69cb":23,increase:124,"\u3065\u3051":[],"/files":[134,110],shows:93,"\u5230\u9054":58,args:85,"\u5d8b\u7530":6,"-rroonga":15,"/pub":116,"\u7d50\u5408\u5f0f":[],arnaud:23,"[windows":[6,23,112,67],british:79,"\u6e1b\u7b97":[],"_block":[2,155],omitted:4,variables:34,"\u305f\u3069\u308b":38,"_process":[2,155],message:[34,132,68,7],xt:78,size:[],"\u4e0b\u3055\u3044":[148,116,78,134,83,12,112,6,135,100,168,89,123],checked:134,silent:70,bookmark:74,"_obj":[],"\uff08,":3,"\uff08-":[95,3],".git":[91,134,106],"\u30bd\u30b1\u30c3\u30c8":[64,88,5,63,6,113,7,139,141,143,21,92,31,71,125,94],"\u3044\u308c":[6,11,69],"\u3044\u308b":[],that:[34,95,97,118,132,27,159,6,100,8,124,67,93,73,46,17],kenichi:[23,138],localnames:141,"=path":[],libevent:[169,135,12],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":104,"\uff08@":[23,138],x6:134,than:[132,67,74,124,42],"\u30d5\u30a9\u30fc\u30e0":[95,142,112,163],"*next":46,"\"\u4e8c":[],"[index":67,"/gat":[65,3,117],accesses:124,"[patch":67,"\u5404\u547d":151,browser:106,"\u3044\u304f":[],"(scope":164,"\u3044\u304d":[111,3,134],remained:132,"\u3059\u308b\u304b":117,"\u3044\u3044":[126,111,22],"-zlib":[],"\u30b3\u30f3\u30d1\u30a4\u30eb":[99,112],"\u30b3\u30f3\u30d1\u30a4\u30e9":[23,67],"_circle":[],engin:[136,159],"\u591a\u5f69":119,"=none":[40,78,120],"\u3044\u3064":159,"*buffer":69,"\u3044\u307e":60,"\u9806\u6b21":[161,85,3,90],":doc":73,begin:161,price:11,"\u5c0e\u5165":[67,10,160],"_section":[108,165,83,64,67,68],"\u79fb\u52d5":[134,75,6,89,21,23],"\u672a\u4f7f\u7528":155,"\u3068\u308a\u3068\u3093":[163,133],"-yyy":106,":\u79d2":165,"\u305f\u3069\u3063":165,"\u3057\u3044":[62,129],"\u3057\u304f":112,"\u975e\u4e92":[6,112],"\u65b0\u5bbf\u99c5":65,"\u3057\u304b":[95,163,11,8,133,68,106,47,57],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[],oldvalue:108,"\u3057\u3066":[38,95,138,3,134,117,62,12,111,112,6,100,8,160,106],"\u6700\u5927":[58,15,1,138,133,59,82,95,85,27,112,6,155,84,149,151,23,67,54,47,104],"\u30bf\u30a4\u30c8\u30eb":[38,95,133,11,68,163],title:[38,3,134,117,11,112,164,90,68],only:[34,93,8,110],"\u3057\u307e":111,"-server":[],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":8,cannot:[],"\u5f8c\u8ff0":[137,164,61,134],"1\u6708":[11,165,39,95,133],"\u7528\u5909":67,"/gqtp":[126,112],"\u62c5\u5f53\u8005":134,"\u8b70\u8ad6":0,"\u623b\u308a\u5024":[],"\u840e\u7e2e":111,"\u300cbob":165,"({":118,"\u4e21\u65b9":[95,165,163,74,82,101,119,133,159,128],"(scan":160,"\u8a18\u6cd5":[68,133],"\u70b9\u4ee5\u4e0b":11,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":112,"_mode":67,"\u5dee\u96c6\u5408":133,between:[],"import":134,"\u5426\u304b":84,notice:[5,7,8],unlocks:34,"\u3057\u308c":[122,150,52,43],"\u3057\u308a":111,tokenbigrma:78,"\u3057\u3088":[35,61,11,101,112,14,51,66,17,23],"\u672a\u8a2d":6,article:68,"\u6a5f\u68b0":67,"\u3079\u30fc\u30b9":67,"\u8d77\u3053\u3063":52,"\u975e\u4f9d":116,"-groonga":[91,165,151,134],"\u5c55\u958b\u5f8c":95,learning:[],"\u8868\u8a18":[66,79,134,74,11,39,112,6,65,23,133,106],configuration:[124,8,112],"\u578b\u60c5":6,"\u3002callback":61,"<encoding":85,"'>":96,"';":85,"=yes":[160,95,99,112,134],ruby:[],"\u5438\u53ce":3,developing:147,these:27,"\u4e0d\u5b8c\u5168":23,"\u30b7\u30b0\u30ca\u30eb":[23,67],geodetic:39,"\u5f8c\u65b9\u4e00\u81f4":[],"\u4f7f\u7528\u4f8b":66,"/packages":134,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,137,83,57,38,147,62,145,151,64,164,65,153,84,23,68,96,159,163,117,165,138,27,122,124,170],"\u3002\u3002":80,"\u3002\u300c":[38,95,78,163,120,40,133,68,57],"\u3002\u300d":62,"\u5fc5\u8981":[],", {":[8,47],"\u5c65\u6b74":134,"\u8f9e\u66f8":[148,1,62,138,112,6],develop:[147,10],"-dir":151,"\u6fc1\u70b9":170,document:[133,134,145,138,85,27,41,30],"\u3002\u3044":61,favorited:165,"\u5b89\u5b9a":[113,10,99,119],"_space":[2,155],initialization:118,".po\u30d5\u30a1\u30a4\u30eb":[],", \"":[68,145,74],favorites:165,"\u3042\u306a\u305f":[134,22],eito:112,"\u3002\u3059":[101,151],theater:79,"\u8d77\u3053\u308a":79,"\u628a\u63e1":111,"\u3059\u3079\u3066":[147,10,3,133,117,74,83,100,151,95,6,52,78,8,84,23,169,138,40],"[output":99,"\u3002ecmascript":95,"\u6bd4\u3079":101,touch:124,"\u30ab\u30e9\u30e0":[],speed:152,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":71,"\u3002api":[145,27,41,142],"\u4f4e\u304f":62,mmap:[],"_extract":36,"\u4f4e\u3044":[62,95],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":147,real:[124,27],"\u542b\u3081":[95,158,163,134,84],"\u542b\u3080":[161,64,95,61,3,163,74,136,121,129,112,6,165,67,68,133],"\u8a00\u3046":[159,74],"\u8a00\u3044":[164,127],read:[27,155],swig:36,"\u5c55\u958b\u7528":23,amd:134,"\u542b\u3093":[95,61,163,11,165,27,122,152,16,67,133],"_hook":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[],cd:[106,116,134,148,20,12,135,89,169,77],"=site":90,output:[],"\u5c5e\u3059\u308b":[137,92,39,69,108],unsplit:61,"\u30c4\u30ea\u30fc":67,"\u30b7\u30b9\u30c6\u30e0":[],"\u5de6\u53f3":3,"id\u9806":137,"\u30ec\u30b9\u30dd\u30f3\u30b9":[15,2,112,6,155,23,67,47],unlocked:34,"\u30de\u30b7\u30f3":85,"\u542b\u307f":[122,137],"\u542b\u307e":[3,83,129,42,6,9,131,92,47,95,133,134,51,102,57,60,61,84,67,158,116,163,165,27,122],"\u5206\u3051":[],tomoatsu:138,".posted":165,"-static":23,rdbms:119,src:100,"\u578b\u6307":6,"\u306f\u305d\u306e":14,backup:141,processor:[135,116,12,148],"/admin":[23,85],"\u30aa\u30d5\u30bb\u30c3\u30c8":[6,136,95],"_per":[23,14],"\u53f3\u4e0a":1,"=title":90,operator:97,your:[106,23,70,124,110],"_example":159,log:[],prepare:8,aren:124,assumed:46,rpmforge:116,rlimit:[132,112],"\u77e5\u8b58":151,cflags:[20,134],"\u306b\u3064\u3076\u3084\u3051":111,"d\u30ad\u30fc":3,"/query":[73,9],",\"links":11,"default":[],"\u30b3\u30b9\u30c8":[101,100],"[benchmark":67,"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":112,"\u30d5\u30a1\u30a4\u30eb":[],describe:34,"\u5bfe\u5fdc":[],"\u95a2\u4fc2":[],"\u56db\u89d2\u5f62":80,storage:[145,41],"\u691c\u67fb":69,"_code":[34,122,132],valid:42,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[90,47],you:[34,93,118,124,159,167,42,8,110,67,14,73,56,106],string2:98,string1:98,massachusetts:165,suited:27,"[fedora":[6,67],gemfile:6,"\u4e94\u5165":23,building:93,bulk:73,"\u5b9a\u7fa9":[88,3,81,39,85,41,6,92,46,95,66,133,101,102,100,53,139,61,108,54,145,63,64,164,153,155,84,67,68,158,163,27,96],"\u8a66\u3057":111,"\u8a66\u3059":171,"\u3068\u3064\u3044":65,cores:118,naoya:67,"\u518d\u5e30":[95,61,88,8,69,158,94],"\u5343\u4e07":[],month:[38,132],"\u308f\u304b\u3061":129,"\u3002name":[100,108,14],"4byte":155,"\u57fa\u6570":133,longitudexlatitude:112,"-e":85,"-d":[118,56,85,8,90],"-g":89,"\u4e16\u4ee3":10,"-a":[6,85,163],"_rk":137,"-c":[148,116,85,90],"-m":161,"-l":[118,132,85,56],"-n":[118,23,3,85],"-i":[151,85],"_rc":[34,35,95,69,108,81,18,109,100,14,15,137,103,97,17,55,49,73,46],"-j":169,"-t":[118,85],"_bulk":73,"-p":[118,151,85,90,161],"-s":[118,85,90,56],"\u304b\u304b\u308a":[101,163,134,133],"-x":[112,134],"-z":118,"-conditional":23,very:[122,95,163,145,27,41,51,159,133],"\u4ed5\u7d44\u307f":[6,8],"\u6d41\u308c":[],"\u76f4\u5f8c":14,":\"":[73,3],"_github":[134,106],"\u6b8a\u547d":151,normalizers:[43,170],"\u9df2\u7530":112,"-\"":40,"--":[34,35,1,78,79,81,85,40,41,42,6,89,8,67,49,46,95,96,133,134,74,100,14,15,102,103,17,55,145,105,38,147,107,108,62,54,109,151,112,137,65,97,23,69,158,72,117,165,138,27,130,30,73],"-(":[133,134],"-+":8,"\u3057\u307e\u3057\u3087":[79,74],"->":138,"/work":134,"\u518d\u73fe":[62,111,112,142],netbsd:[138,112],"\u975e\u5206":95,"\u53ef\u8aad":67,"@s":138,naoina:[6,112],"-jinja":[134,110],"\u6e2c\u5730":[66,11,39,29,65,157],learned:56,"\"yyyy":133,pub:134,"/ja":[15,134,106],"\u304b\u304b\u3063":[122,95],"\u306b\u95a2\u3059\u308b":[],"\u30aa\u30b9\u30b9\u30e1":[148,116,12,135,89,123],"@'":3,"_dist":6,"\u30ec\u30b3\u30fc\u30c9r":61,daemonize:118,"\u308f\u304b\u308b":67,"\u308f\u304b\u308a":[138,117],"\u30b0\u30ed\u30fc\u30d0\u30eb":[6,17],"\u3068\u305d\u306e":10,"\u8ad6\u7406":[],hoge:98,"\u30de\u30c3\u30c1":[],"9\u3064":3,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":6,normallexicon:170,chunks:149,bash:169,"\u6c7a\u307e\u308b":3,"\u6c7a\u307e\u308a":158,",[":62,"@yito":[6,112],fulltext:[145,78,27,41],".comment":[165,68],"-tokenizer":[148,116,12,112,6,135],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[],"\u30af\u30ea\u30c3\u30af":134,"\u5fa9\u53f7":134,site:[38,3,117,11,65,90],"\u3002eclipse":106,"[load":[6,67],"/homebrew":134,"-databases":[3,118,83,52,90,92],nine:3,"\u9664\u53bb":[40,138,147,96,112],exclude:[6,67,112,84],"0mq":112,"_batch":67,"-address":[6,23,85],snippet:[],"\u3042\u3089\u304b\u3058\u3081":[148,39,134],"[table":112,"_likes":[122,124,95,163,133],tried:165,"\u51fa\u73fe":[119,83,136,108,87],"[dat":[6,99],derived:56,"\u7686\u5ddd":67,"\u901f\u304f":[38,169,57],fa:78,tries:17,"\u5ea7\u6a19\u5024":[],fd:118,"\u6642\u9593":[],unlink:73,"\u56fd\u3054":117,documentation:[67,70,124,110],"\u4e00\u5bfe":11,narwhal:23,uninstall:6,"\u5909\u63db":[2,82,39,8,165,137,23,170],help:[23,160,106],"\u592b\u5fc5":128,"-wno":23,"\u5dee\u3057":134,"/lzo":[23,138,112,67],"\u30aa\u30d7\u30b8\u30a7\u30af\u30c8":[],systemd:6,"\u306f\u3044\u304f\u3064\u304b":[58,122,17,47,163],"_rename":[],"\u30ab\u30fc\u30bd\u30eb":[137,23,138,107],shimada:138,systems:27,"\u57fa\u672c":[],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[85,112,163],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":16,"-test":[160,134],"\u5f62\u72b6":80,"\u3002:":[3,129,85,42,8,92,47,95,10,134,136,151,51,16,139,141,150,106,43,62,149,111,64,113,30,23,159,160,152,124,57,73],"\u597d\u304d":106,resizes:34,yito:[6,112],"\u30bb\u30af\u30b7\u30e7\u30f3":[78,120,83,40,42,89,8,131,169,44,148,95,66,74,12,51,52,16,104,144,57,146,60,108,20,166,155,114,158,159,70,116,163,117,26,122,135,123,124,76,106,77],"\u9032\u3093":119,"\u30b5\u30a4\u30ba":[35,82,6,89,67,148,11,12,100,137,57,58,108,149,112,113,155,23,69,116,119,27,135,123],"\u982d\u6587":155,"=grooon":118,"\"sequence":[136,16,159,42],"\u9032\u3081":[],todo:[],event:[136,167,56,16,42,159],"_position":[101,147,3,79,164,62,165,83,95,163,27,41,64,102,124,68,133,145,108],"\u52a0\u3048\u308b":[64,23],"<ip":[151,85],trusty:[67,12],since:132,"\u300cgrand":165,issue:[0,67],"/mailarchive":134,"\u9045\u304f":[157,117],"\u9ad8\u304f":[62,74],"\u9045\u3044":[82,66],"\u3002mysql":[148,135,116,12,170],"\u9ad8\u3044":[95,3,136,113,8,119],"\u3042\u308f\u305b\u308b":6,reason:159,base:[34,8,134],put:163,loads:[8,56],rect:66,"\u5931\u52b9":[8,104],"_flters":67,"\u30b5\u30a4\u30c8":[11,38,134,142],"\u5024\u3068":[11,95,163],encoding:[34,67,109,4],"/data":70,"\u8ad6\u7406\u548c":[],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":[126,168],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[6,112],"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":73,php:6,"\u5024\u304b":66,":value":[95,163],"\u53d7\u3051\u308b":[67,126],zeromq:169,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,schema:167,"\u3002make":151,"\u3002null":[100,72,14],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":23,translation:106,"\u5024\u3054":117,jquery:[67,138],grep:[135,116,12,148],"\u3002xml":122,"_probability":[23,136],str:[34,73],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":134,"\u5206\u3051\u308b":[11,134],"\u547c\u51fa":[35,100,69,108],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":47,"null":[],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[138,112,9],"_incr":69,"\u79d2\u5358":[11,39],"\u5024\u3068\u3057\u3066":[149,66,85,165],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":8,sets:14,tokenbigramsplitsymbol:[62,150,138,32],".repoforge":116,"'hay":61,"/dev":134,clear:[67,69],"\uff08and":142,"\u6697\u53f7":134,"\u4ecb\u3057":[119,90],clean:160,latest:110,"\u6574\u5408":[1,69],"\u4e8c\u70b9\u9593":[],"\u62e1\u5f35\u578b":11,"\u59cb\u3081":106,parameters:[118,124],"\u5225\u3005":117,"<level":56,"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":160,"\u4eca\u5f8c":[21,23,131,78],combinations:67,httprewritemodule:8,".nginx":8,"*index":[97,107],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[85,112],"\u89e6\u308c":3,"\u52a0\u7b97":[],"\u68ee\u7530":38,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u82b1\u5b50":38,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":31,"(argument":133,locale:106,"_enough":[2,155],":groonga":[95,12,163,134],"_would":[2,155],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":61,"\u7d39\u4ecb":[165,76,95,134],"_lt":137,"\u5909\u6570":[34,133,134,20,99,112,130,6,23,67,158,46,160],"-level":[67,85,56],"\u624b\u9593":111,"\u306f\u3061\u3087\u3046":133,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[146,142,70],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":15,delimit:112,oneiric:[23,112,134],geopoint:[],"\u5f71\u97ff":[6,67,112,134],"\u767a\u63ee":119,jeff:128,"\u4e00\u5f0f":69,"-plugins":[],"\u4e0d\u80fd":151,tokenbigramignoreblanksplitsymbol:[62,150,32],"\"web":[16,42],"\u306e\u3069\u308c":[118,159],"\u4e8b\u67c4":111,stamp:132,describes:[122,110],"\u5b9a\u6570":[],empty:67,"/db":[136,126,8,141,56],"/dd":133,"\u56de\u7279":151,"\u7a3c\u52d5":71,"\u6a29\u9650":[169,90,112],"\u30a8\u30b9\u30b1\u30fc\u30d7":[],"\u6307\u793a":[81,3,90,159],"\u505c\u6b62":[52,10,85,112,125],"_zlib":[64,2,108],"!(n":133,reads:56,ready:110,"\u898b\u3064\u3051":[6,1,111,159],fedora:[],dest:[161,100,85],"_keys":100,"geopoint\u9593":23,"-jp":112,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[169,134],composition:170,used:[72,118,165,14,104,132,67,93,56],temporary:72,uses:[132,124,93,56,110],user:[38,164,118,151,27,41,102,8,84,124,46],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[147,78,163,117,120,40,95,85,27,112,6,170,124,67,139,169,57],database:[],"-filter":[128,74,165,27,41,6,102,164,67,23,144,133],"\u30ef\u30a4\u30c9":23,"\u30b1\u30fc\u30b9":[95,117,62,65,15,52,8,67,57],"\u9806\u756a":[107,163,62,85,137,3],"\u30b0\u30e9\u30d5":119,"_path":[],"\u30d0\u30a4\u30b0\u30e9\u30e0":62,"\u4e8c\u756a\u76ee":133,"\u8fd1\u4f3c":[6,23,66,157],"\u56de\u6307\u5b9a":163,"\"tritonn":95,"\"uptime":4,"-gram":[78,3,133,62,119,129],"\u3064\u3051\u308b":[67,95,111,128,74],"...":[35,4,81,18,6,8,67,92,49,46,101,95,97,133,136,137,100,14,15,103,17,141,55,145,105,107,108,54,109,151,112,113,23,69,163,72,164,118,165,50,30,73],"\u9759\u7684":[],nginx:[],"_com":134,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":155,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":68,"\uff09\u307e\u305f":[78,120,163,133],popular:95,"\u518d\u751f":8,"\u4f5c\u696d":[],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,78,3,4,39,129,85,6,90,23,169,47,101,95,10,133,74,11,136,14,51,102,103,139,17,21,57,61,62,109,151,112,55,66,67,157,99,161,163,117,138,8],"\u5927\u304d\u306a":[47,57],some:[124,167,132],"\u96a3\u63a5":[119,163],"~number":133,"\u5927\u304d\u304f":[11,138,10,141,157],"\u5927\u304d\u3044":[95,61,163,82,85,23],"\u3061\u3083\u3093":38,"\u30af\u30a8\u30ea\u30fc":[],"\u5927\u304d\u3055":82,".sh":[6,106,160,134,70],run:[],".so":9,processing:132,"\u81ea\u5df1":165,"\u4ed8\u3044":170,"\u5f37\u5236":[6,1,69],"\u898f\u683c":137,"\u4ed8\u3051":[3,11,145,41,6,153,90,84,68,47],"\u30ab\u30a6\u30f3\u30c8":[165,112],"\u305d\u3053\u306b":92,"\u4f3c\u305f":170,"_read":2,ids:[97,74],"\u5916\u90e8":121,"\u5185\u5bb9":[35,126,3,81,83,42,6,90,92,95,133,134,11,137,106,151,111,68,159,163,161,72,165,27,122,124],idf:67,".garbage":112,block:11,libzmq:[135,12],"\u3067\u3069\u3053":2,"\u30ad\u30e3\u30c3\u30b7\u30e5":[],".column":112,".(":134,".)":[124,133,112,132],".-":106,"..":[34,51,95,3,163,74,136,83,85,112,6,102,141,8,133,30,106,113,47,57],"./":[169,106],"\u5316\u6f0f\u308c":6,"\u3067\u3082\u3063\u3068\u3082":26,".\"":[38,95,3,79,11,145,27,41,101,102,90,133],"\u5909\u66f4":[],".'":[6,64,112],".:":[118,56],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":165,patprefix:128,"\u652f\u63f4":152,"\u30da\u30fc\u30b9\u30c8":6,"[groonga":[6,23,134,67],pangolin:[6,12,134],registered:[34,27,159],tokenbigramignoreblanksplitalpha:32,".]":[92,136,133,113,74],newer:110,"._":[95,163,117,11,112,69,133],"\u3002\u30bf\u30b0":[38,41,74],"_module":8,".i":116,utf:[36,4,118,109,138,85,112,170,6,169,133],".n":[124,95,133,72,163],restarted:124,munin:[148,1,12,116,6,135,23,169],"\u306b\u5bfe\u3057":[1,3,79,81,129,6,9,95,133,134,74,136,100,38,61,112,64,164,65,68,69,161,71,163,117,119,30],".c":[95,36],".d":[149,124,135],"_max":[59,2,107,15,103,155],".x":116,"\u307e\u307e\u3067":62,".}":[113,133,74],"\u66ff\u3048":[],"\u5099\u8003":112,doesn:[124,8],"\u3002gnr":142,"\u5727\u7e2e":[],"\u306b\u3068\u3063":111,"_columns":[],"\u958b\u3044":[170,138,112,23,31,94],"_float":54,"\u958b\u304f":[6,15,170,23],"\u958b\u304d":[15,72],"_rate":[90,71,3,4,8],application:[8,47],"\u958b\u3051":6,"'\u3002":85,"\u56db\u3064":129,sigcont:112,"\u6642\u4ee5\u5916":138,"\u843d\u3061\u308b":[23,138,112],"\u767a\u884c":90,draw:38,": n":161,"_len":[6,73,108],".patch":106,"(title":[112,98],"\u306a\u304c\u308b":6,"\u4e00\u5de5":128,required:[118,8,47],"\"suggest":152,"\u5b50\u5348\u7dda":66,requires:[159,110],kawaji:6,"_pat":[],gt:[145,41],"\u30d6\u30e9\u30b8\u30eb":66,gr:[95,78],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":95,gb:[149,4],ga:[78,151,170],go:101,"\u30dc\u30c7\u30a3":[57,155,9],gi:78,"\u500b\u6240":67,".ssssss":132,nippon:159,"_unknown":2,"\u300cgroonga":[67,142],mbytes:151,"/..":[8,134],"\u4e0d\u8db3":[148,116,12,135,89,123,67],"\u9632\u304e":112,"_users":165,"\u3060\u3044":23,mercurial:[134,110],".mo\u30d5\u30a1\u30a4\u30eb":106,"/bin":169,"\u5341\u5206":[62,35,149],"/sbin":77,"\u8ca0\u6570":[6,17],download:[116,134],onigmo:67,"-known":27,"/introduction":[3,90],opaque:155,".tsv":[158,4],"\u30dd\u30a4\u30f3\u30c8":[158,74],"\u983b\u7e41":[100,169],"\u4fdd\u5b58":[],"\u7b49\u5024":138,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[67,78],"\u578b\u7528":73,"\u62e1\u5f35\u5b50":[138,151,4,9],"- \"":67,"\u3002max":137,accessor:[100,69],".weight":112,blogroonga:[],"\u300d\uff08":[129,141],"_child":[2,155],"\u306e\u3042\u3068":6,"\u5177\u4f53":[62,68,117],"\u8fd1\u304f":[80,133,119],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[146,18,119],"\u540c\u3058\u578b":74,"\u898b\u3064\u304b\u3089":100,"\u898b\u3064\u304b\u308a":95,"\u898b\u3064\u304b\u308b":6,"\u898b\u3064\u304b\u308c":111,"\u8d85\u3048":[62,95,112],realloc:138,manage:110,"boolean":36,"\u7d5e\u308a\u8fbc\u3080":152,"\u3092\u304a\u3053":165,"\u624b\u9806":[],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":[119,112],"_no":[],"\u81ea\u5206":[151,111,8,123,106],milliseconds:118,soundkitchen:[6,23],cosmo:[67,112],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[149,95,74],started:[122,132,95,163,133],"\u5f15\u304d\u8d77\u3053\u3059":[6,112],"\u6cbf\u3046":67,"\u5371\u967a":[52,134,47],"\u53d7\u3051\u4ed8\u3051":[6,138],mitsuhiro:138,"\u7de8\u96c6":[],links:[11,90,117],sudo:[148,116,134,20,149,12,126,6,135,90,110,124,169,160,77],escaped:73,objname:[31,94],"\u30b7\u30e3\u30fc\u30d7":57,tokendelimit:[150,78,32,42],"\u6df1\u523b":[6,62],"_repair":99,"\u512a\u5148":[119,151],"*valuebuf":35,"\u5fc3\u914d":123,"\u9577\u4ee5\u4e0a":[100,69],spelling:79,".entries":124,"\u7d5e\u308a\u8fbc\u307f":[119,3],"\u66f8\u5f0f":[],rakutan:68,"\u81ea\u52d5":[38,3,108,134,82,163,151,6,100,53,8,9,128,23,133,106],"\u898b\u3064\u304b\u3063":[152,95],"_characters":73,"get\u30e1\u30bd\u30c3\u30c9":30,"\u30c7\u30d5\u30e9\u30b0":23,"!\"":[38,95,78,3,163,11,165,101,6,8,122,68,133,47,90],converting:67,"-mysql":[148,116,12,120,135,170],"\u88dc\u8db3":8,geoppoint:97,"_match":[],auto:136,"\u629c\u304d\u51fa\u3059":119,"_seek":[2,155],takayuki:23,"\u306b\u304f\u308b":62,"\u5f15\u8a9e":3,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":111,"'query":6,"\u65e2\u5b58":[126,3,72,134,11,119,151,6,100,168,90,21],chunk:[113,124],"\u751f\u6210":[],variety:38,special:95,"\u3050\u308b\u3093":[38,163,133],"-match":[],"\u306b\u304f\u3044":119,may:[67,124],"_default":[6,55,103,109,47],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[23,112],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":106,"_script":131,"_proxy":8,"\u307f\u3066":65,deprecated:[95,10],times:17,"-localstatedir":[],"\u307f\u304c":61,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":13,"_proc":[],"\u8aa4\u5dee":[23,66,157],largetext:82,"<max":85,unsupported:155,improving:124,"\u305e\u308c":[95,61,107,133,134,42],"\u5185\u8fd1\u304f":133,management:[27,70],dump:[],mkdir:141,"\u6700\u4e2d":119,"\u52d5\u5c0f":39,".groonga":[106,116,134,148,20,12,151,135,89,169,77],"_bad":2,"-doc":99,"\u306f\u3058\u3081":[],configure:[],"_utf":[137,109],travi:112,lists:67,",..":[51,92,95],"_vector":[38,95,108,74,11,165,83,112,64,164,153,67,69,73],"*min":137,updating:17,"\u3092\u3054":160,"_recv":67,"-log":[],"\u305d\u3046":[84,111,133,70],"_expander":[],"\u8a72\u5f53":[108,145,27,41,15,100,84,137,67,68,69],unchanged:34,"\u5f97\u308b":8,"\u56fd\u969b\u5316":[],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":134,variable:34,"*ctx":[34,35,69,107,72,81,18,14,15,137,100,97,54,55,49,73,46,105,108],"\u30de\u30a4\u30af\u30ed":[11,165,39,133],need:[118,110,124,67,93,73],"\u3068\u307f":[30,95,112],nsis:134,"\u6f14\u7b97":[133,138,112,6,100,142,67,169],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[95,10,149,151,21,169],"\u3092\u308a":8,"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":169,"[power8":67,"-dd":[132,133],"\u4e00\u5ea6":[101,117,6,17,9,23,68,170,158,8],":func":[15,73,72,14],url:[134,30,90,141,67,23],uri:[30,8],"\u6982\u5ff5":10,"\u57fa\u6e96":[11,119,3,134],"_temporarily":[2,155],"\u5fc5\u9808":[],"\u3084\u3089":134,"\u3084\u3081":[23,112,67],"\u3002\u2193":85,ssssss:132,"\u53cb\u4eba":38,"\u6e2c\u5b9a":151,"|persistent":[92,52,83],based:[145,97,27,41],launchpad:[67,12],"\u3068\u3066":[82,95,47,119],"\u65e5\u6642":[],"\u4e0d\u6b63\u78ba":[6,71],"\\groonga":89,"\u5358\u306b":[60,112],"\u4e0d\u8981":[6,119,112,14],sha:134,"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0":168,"\u79d2\u3088\u308a":130,processed:132,"\u3050\u308b":[142,163,133],"_parse":[109,73],"_setpshared":112,kawada:67,official:134,computed:34,korea:117,"\u63a5\u7d9a\u5148":161,".list":135,"_groonga":122,"|ga":95,"\u975e\u5e38":[6,47],"_word":[67,147,40],"\u7ba1\u7406":[],wibowo:112,written:110,ken:38,"\u3084\u304c":10,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":6,"\u3053\u308c\u3089":[3,4,82,42,6,8,9,169,47,148,95,66,133,74,12,62,53,142,38,20,112,152,116,163,117,165,120,135,30,76,170],key:[],"\u3084\u3057":95,limits:124,admin:[67,138],"\u682a\u5f0f":67,"\u96e3\u3057\u3044":119,jersey:165,"\u898b\u3064\u3051\u308b":[52,170,8,159],"\u4eca\u56de":[6,3,27,133],"\u4f5c\u6210":[],"_add":[81,100,73],"\u30af\u30ea\u30a2":[6,23,69],quit:[],"\u91cd\u8907":100,"\u30b9\u30ab\u30e9":108,quiz:38,"\u547d\u540d":6,"\u306b\u3088\u3063":[88,3,5,129,85,7,90,92,94,95,10,74,11,100,14,15,52,139,141,142,21,143,38,61,121,63,112,64,113,69,161,71,119,30,31,73,125],"\u6b21\u671f":134,":macro":108,"\u65e5\u672c":[163,134,39,29,65,67,157,159,133],corresponding:69,"\u4ef6\u542b":165,tweets:101,"\u7a2e\u985e":[],"_binary":6,"\u4ee3\u308a":[6,66,163],glossary:70,"\u3076\u3093":111,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[95,78,164,99,102,89,8,23,158,57],demo:38,"\u3060\u304b\u3089":95,"/_":134,"\u76f4\u524d":81,"\u9818\u57df":[169,100,6,65,67,69],"/o":57,redcloth:134,"\u91cd\u8981":[101,95,78,134,74,160,111,26,14,15,8,119,169,87,47,57],"\u614e\u91cd":160,"/f":134,"/d":[67,8,47],"/c":[75,119],"\u91cd\u8996":[62,101],"-essential":[135,12],"/x":47,"-learner":[],"\u8aa4\u5b57":[6,23,138,158,112],crch:78,"(mroonga":158,http:[],"\u306b\u3088\u308a":[58,95,66,3,128,134,113,11,119,39,112,6,62,8,67,68,47,90],"\u306b\u3088\u308b":[],"\u305f\u3070\u304b\u308a":101,"/.":23,"/*":[75,149,126,8,106],"/(":134,"/'":67,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":6,"/$":106,well:27,"/\"":[38,3,117,74,11,65,90,141],"/?":118,"/;":8,"\u3042\u304d":128,accurate:27,"\u3042\u304f":15,sources:[83,110],"\u3042\u3063":[51,95,10,108,134,38,136,151,112,6,100,53,148,69,47,106],"-ruby":[6,134],"/kytea":78,logged:132,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":155,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":99,"\u6790\u7cfb":133,"\u756a\u53f7":[161,95,108,126,151,85,112,53,90,67,47],"_mask":69,"\uff08or":142,".jp":[95,36,134,22,141],pikonyan:38,tomita:138,"\u78ba\u4fdd":[35,149,73,14],"\u6587\u5b57\u6570":[27,133],"(\u300c":134,"/key":69,"\u4e0b\u8a18":[10,71,113,52,61,137],linux:[],library:[67,93],"\u3002optarg":72,home:[169,134],"'config":85,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":6,"\u5411\u3051":[],"_permission":2,"\u304f\u308c\u308b":[75,119,106],nihon:159,"\u5411\u3044":[122,82,95],"\u3093\u304c":[163,133],"_number":[122,90],"\u3057\u3064\u3064":160,"\u3042\u308c":[101,133,134,62,151,15,84,57],"\u3042\u308a":[],"\u3042\u308b":[],offset:[],"\u304b\u3051\u308b":[111,8],"\u9055\u3063":159,".hash":165,"-source":134,"\u6f0f\u308c":[6,119,79,134,142],"\u306a\u3084\u308a\u304b\u305f":79,compatible:8,"\u9055\u3044":[95,66,3,163,11,65,68,47,57],"\u9055\u3046":138,"\u500b\u6570":[6,108],"<log":85,"_nhooks":81,additional:112,"\u8907\u6570":[],museum:165,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[],"\u30ed\u30b4":6,"\u30ed\u30b0":[],"\u5c55\u958b":[],"\u7279\u6b8a":[],"\u3059\u3053\u308c\u3089":95,hw:77,"\ufffetext":78,hh:[132,133],"\u540c\u3058\u5024":[3,8],ear:78,"/reference":[67,73],"*var":34,truncation:23,"\u3068\u3053\u306e":159,"=submit":118,limit:[],libgcc:67,"\u3068\u3053\u308d":[60,133,75,64,9,131,99,106],"{\"":[147,163,74,136,145,151,60,41,42,101,102,16,131,68,159,113,133],"\u79d2\u5f62":39,eric:84,functions:[34,67,36],"\u3002video":38,halfwidth:170,"\u6163\u7fd2":6,"_many":[2,155],"\u4eee\u60f3":[65,112,117],"_auto":[],"\u65b0\u3057\u3044":[],"\u2026\uff09":16,"\u65b0\u3057\u304f":[95,10,3,111,101,142,57],friends:38,sphinx:[75,67,106,13,110],using:[93,68,36,42],katagiri:112,persistent:[83,100,72],"{\\":51,"\u305a\u308c":[64,10,5,119,39,85,66,51,11,100,7,155,61],"\u8a73\u7d30":[126,78,3,39,6,8,9,49,148,95,169,74,12,102,55,83,106,40,62,151,112,65,67,160,116,117,122,135,168,30,57],"=redhat":169,"\u5927\u62b5":8,"\u3002scan":160,"\u30ab\u30e9\u30e0n":164,calculate:118,segments:113,"\u592a\u90ce":38,"\u30df\u30ea":[11,23,39,65,133],updated:[62,67,36,106],"void":[34,72,109,100,137,103,17,55,69,99],"/grn":73,updates:[27,110],"\u3066\u307f\u307e\u3057\u3087":65,"\u53c2\u7167\u5143":11,"\u30df\u30b9":159,"\u53c2\u7167\u5148":112,"=pat":99,vector:[6,67,159,112,74],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":6,"\u898b\u7a4d\u308b":149,japanese:[159,22],"*namebuf":[69,108],"\u3002grn":[61,142],implemented:36,even:159,"\u62e1\u5927":111,"\u50be\u5411":68,"\u6210\u529f":[],"new":[],tips:[],maverick:23,metadata:6,"\u306f\u3044\u3051":[69,153],"\u5fdc\u3058":[35,151,119],"<directory":56,"\u4e2d\u4e95":112,"\u305a\u306b":74,"\u305a\u3064":[151,68,85],":port":[30,85,8],"\u5411\u4e0a":[23,126,8,47,142],serch:[136,16],"\u3080\u308b":[163,133],xvzf:[148,116,20,12,135,169,77],itagaki:138,"\u826f\u3044\u4f8b":111,mysqlgenerallexicon:170,"\u9023\u7d9a":[78,62,129,112,16,69],".yml":70,typo:[23,67],"\u3082\u3057\u4e00\u3064":[],type:[35,3,128,83,42,93,46,97,11,136,52,14,100,16,57,38,108,54,151,64,65,67,68,159,117,118,165,120],"-properties":12,"\u3002zlib":64,posting:97,advance:159,warp:67,language:106,"\u4ee5\u4e0b":[],"\u4ee5\u4e0a":[],"_comment":164,"_left":[23,97,2,155,29],"\u4e3b\u8981":123,akio:[6,138],root:[8,112,90],"\u306b\u95a2\u3057":[61,151,112,14],"\u304c\u3063":[],"\u80a5\u5927":67,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,31],"\u63a8\u5968":[122,95,10,6,90,123,67],normalizernfkc:[],"_xml":93,"\u4f55\u500b":95,"\u6301\u3064\u3059\u3079":95,config:[1,10,89],"\u304c\u3059":100,"\uff08document":67,"\u9023\u7d61":106,sitedomain:[90,117],"\u30b9\u30fc\u30d7":129,"/result":99,"\u30fb\u5186":119,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":68,"\u3002tsv":[122,158],"_indexer":99,"_win":34,"\u9069\u5408":[62,3],"\u30a4\u30f3\u30dd\u30fc\u30c8":[],"\u9023\u7d50":[6,68,69,112],"\u5206\u5c90":160,"\u643a\u5e2f":119,"_ja":112,"\u5358\u4e00":64,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":134,"/acccess":126,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":138,"_jp":169,"_small":[2,155],"\u6d6e\u52d5":[],before:70,"\u7e26\u68d2":57,"=allow":95,"\u6574\u6570":[],better:67,weakness:27,"\u300coutput":30,"\u30b9\u30c6\u30fc\u30bf\u30b9":[2,112,155],"\u691c\u8a0e":[62,126],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":8,"-pack":[],"\u691c\u8a3c":[161,67],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[],"\u30ec\u30d9\u30eb":[5,6,7,85,67],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[],"'article":68,"\u30d1\u30b9":[161,138,3,72,134,151,83,9,85,130,90,30,23,67,169,56,47,8],"_stop":[67,147,40],"\u7c21\u6613http":[135,116,12,148],extract:[],"\u30ed\u30b0\u30d1\u30b9":138,realtime:[136,42],"/bc":134,content:[101,147,96,163,164,122,95,27,112,6,102,8,124,23,68,47,133],"\u6570\u3048\u308b":117,grease:11,"/\uff09":138,"\u8996\u899a":119,"\u30d1\u30ea":66,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":136,messages:112,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":138,iso:133,isn:14,hook:81,"1\u884c":151,"\u7531\u6765":142,"\u30e1\u30e2\u30ea\u30fc":57,outputting:93,"_keywords":73,"\u5358\u4f4d":[66,3,133,119,39,129,26,27,122,138,155,54,23,157,165],"_clear":[23,69],"\u5b57\u5217":[23,39,67,163,57],"/mm":133,"\u5358\u4f53":[119,151],"\u5f79\u5272":[102,3],nsubrecs:[38,95,108,117,165],distance:66,keyword:[95,163,145,27,41,112,6,73],".json":[4,8],enabled:132,"\u524d\u4ed8\u304d":69,gnupg:134,enables:8,modern:165,"\u30a8\u30e9\u30fc":[],"\u7e4b\u3052\u308b":111,"\u958b\u3051\u308b":6,estimated:97,"_cas":2,"_nabe":67,"\u30d6\u30ed\u30c3\u30af":[119,8,112],"\"service":16,"\u51fa\u529b":[],"\u3002\u30df\u30ea":11,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":70,regular:[118,8],"\u3002munin":[135,116,12,148],don:[93,73,8,42],radious:157,doc:[75,106,79,134,110],logyyyymmddhhmmss:118,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[16,159,130,42],"\u56fa\u5b9a":[3,83,155,137,69,57],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":155,keybuf:100,"\u306a\u304a\u3053\u306e":151,"\u6210\u308a\u7acb\u3063":61,syntax:155,"\u65e5\u672c\u8a9e":[0,163,62,119,6,133,159,106],"\u8ffd\u52a0":[],zunda:23,"\"\u308d\u3086\u304d":128,yoji:23,"_address":[2,90,155],"_http":[151,8],"\u5f0f\u8868":73,"\u72ec\u81ea":[],edict:67,stop:[6,67,126,8],"_limit":[],"/grntest":134,"\\\"}":51,gbyte:58,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[],"(grn":73,bad:[67,112,155],"\u623b\u308a":[6,69],"*name":[34,108,54,109,14,100,69,73,46],"\u524d\u56de":134,",\"location":[38,65],"\u63db\u3048\u308b":[127,134],reference:[112,74],"\u591a\u3044":[62,163,133],"\u623b\u3063":8,".kentaro":112,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":129,"\u30aa\u30fc\u30ca\u30fc":112,"\u4e88\u7d04":64,subject:112,brazil:117,"\u6a5f\u80fd":[],"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":74,inappropriate:155,sigint:23,filename:155,"\u7bc4\u56f2":[],"+fffe":78,threasd:85,"_geo":[],"\u3092\u901a\u3057":[85,3],"_get":[34,15,108,35,81,99,109,100,14,6,137,103,17,67,55,23,69,73,46],"]\u3002":67,"\u534a\u5f84":157,"_operation":[2,155],"_level":[],"0x":[11,39,99,163,155],"\u3044\u3044\u306d":[95,163,133],"0e":151,"\u8a9e\u5f59":[],"_reinit":69,"\u62bd\u51fa":[],"\u3068\u3044\u3063":[148,95,66,163,74,82,112,6,65,142,47,133],"_too":[2,155],loaded:60,"\u3068\u3044\u3051":[149,95,159,155,57],three:[11,3],"\u3068\u3044\u3046":[78,3,4,82,39,129,41,6,8,9,131,67,169,47,95,10,133,134,74,11,136,102,16,142,57,38,147,62,151,121,111,112,113,65,66,23,68,158,159,160,170,163,117,164,119,120,27,165,30,106,90],"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":117,"\u7528\u3044":[],digits:132,"-help":[],"\u7591\u4f3c":[],multithread:100,sae:[136,16],"_log":[],"\u53d6\u5f97":[],"\u554f\u984c":[15,1,3,163,134,11,149,138,64,112,130,14,6,113,8,133,67,23,169,151,106],logaling:70,"\u6700\u3082":[113,95,14],seven:3,ip:[118,151,90],is:[34,78,3,4,40,41,42,6,90,132,93,46,47,79,95,96,133,74,11,14,102,100,17,110,56,106,147,108,145,97,155,67,68,159,163,72,118,27,167,124,73,8],"\u6069\u6075":126,it:[34,38,95,97,72,118,101,122,163,132,14,51,100,124,133,110,67,93,73,56,108],"\"application":23,im:159,il:[62,129],io:36,"in":[],ia:[62,129],ic:107,id:[35,3,79,82,83,85,42,90,132,92,114,128,95,97,133,74,11,136,100,14,101,52,16,53,141,137,38,147,107,108,62,113,65,153,84,67,68,69,159,163,117,118,119,138,122,170],"if":[34,56,61,133,69,74,118,159,167,14,132,100,97,17,124,67,93,46,8],"\u305d\u3093\u306a":[169,57],make:[],"\u306b\u3088\u3063\u3066":[10,3,11,119,112,14,62,53,160],"\u5f15\u7528":[85,112],kib:124,"8byte":155,"\u3055\u307e\u3056\u307e\u306a":[],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[64,53,57],left:97,protocol:[],just:[72,118,165,167,101,132,69],"@groonga":[134,22],"||":[6,68,61,112,133],"=add":78,yes:[161,136,160],"\u5f8c\u65b9":[],"-with":[],"\u89e3\u50cf":138,candidate:[118,136],defrag:[],character:[34,132],"\u306f\u3059\u3079\u3066":[60,78,3,133,40,95,51,8,142,131,124,104,170,57],save:[118,134],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[],"_close":[34,61,107,18,14,15,67,137,23,69,73],"|>":132,"|<":132,"|:":132,"\u5cf6\u7530":6,daemon:56,"\u6539\u540d":[6,23],mruby:[131,67,60,112],unnecessary:124,"\u52b9\u7387":68,"*oldvalue":108,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[],centos:[],"_db":[],"\u3067\u3044\u3046":[170,117],"\u4f7f\u7528":[],raltime:42,total:[113,151,124],"\u5bc6\u9375":[],"\u5c11\u3057":169,notification:132,tracker:0,localhost:[161,4,134,118,151,85,8,23,47],"\u7a0b\u5ea6":[23,3,112],"\u53c2\u8003":[],compress:64,"\u5b8c\u5168":[],"\u304c\u308f\u304b\u308a":[165,96],"\u304c\u308f\u304b\u308b":66,postgresql:[119,27],"\u30bd\u30fc\u30b9\u30ab\u30e9\u30e0":[67,83],"\u30c1\u30a7\u30c3\u30af":[161,138,151,112,6,113,84,67,23],"*optarg":[49,72],commit:106,automatically:110,sphr:66,"\u305d\u3061\u3089":169,"\uff08\u307e\u3082":47,editor:106,"\u6291\u3048":62,fork:[85,106],tokenbigramignoreblanksplitsymbolalphadigit:[62,150],form:[118,170,3,163],"\u3059\u304e\u308b":74,"\u7f6e\u3044":[67,134],".ne":36,"_animal":11,failure:67,"\u5165\u308c":[62,38,165],"\u5165\u308b":92,"\u5165\u308a":[],grroonga:152,"\u5426\u5b9a":[],lenny:23,"delete":[],"_location":[122,165],"\u6c7a\u3081\u308b":[95,61],kwic:27,"\u5165\u3063":[38,3,112,6,155,122,68,159,160],"sort\u30ad\u30fc":1,floating:39,"\u73fe\u5728\u5730":165,"\u30a8\u30c7\u30a3\u30bf":106,tokenbigramignoreblank:[62,150,32],excel:158,"\u3002\u307e\u305a":62,"\u914d\u5217":[],"\u3002\u307e\u305f":[161,10,3,133,11,119,39,85,65,16,90,61,30,158,151],retry:155,"\u30cf\u30a4\u30e9\u30a4\u30c8":[145,41],"\u300d:":170,".service":6,fsf:6,macports:[],pseudo:[],"\u6539\u5584":[6,23,1,112,67],"_offset":[],vmstat:149,"\u9069\u5207":[78,3,119,138,151,57],"\u81ea\u52d5\u7684":151,segv:[1,112],"\u7279\u6027":82,manager:[8,47],"\u7fa9\u8a9e":158,"\u3068\u3059\u3050":101,"\u524a\u9664":[],kinjirou:38,"\u30bb\u30c3\u30b7\u30e7\u30f3":[143,85,155],string:[],"-efficient":74,"\u8a2d\u8a08":[95,126],"\u4e0a\u91ce":138,"[php":[6,67],"\u30b5\u30f3\u30d7\u30eb":[],"\u4e09\u8c37\u3055\u3093":67,"\"mysql":[152,74],"-escalation":[],item:[136,16,159,167,42],"\u672a\u6e80":[137,163],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":113,"_entry":81,"-deb":134,"\u4ed8\u4e0e":[],"\u52a0\u308f\u308b":111,"\u629c\u3051":[23,112],"\u5076\u6570":133,"\u63db\u6642":23,"\uff08normalization":170,"-dev":[134,12,112,22,6,135,67,23,160],"\"xxx":112,">alloc":4,"\u4ed8\u304d":[],"\u4f8b\u3068\u3057\u3066":11,softwares:[],"-mode":106,shift:169,"\u3068\u3059\u308c":119,"_version":[],"[suggest":[6,99,112],bom:138,suggestion:[118,167],raccoon:38,bob:[95,163,165,102,52,8,84,114,47],useful:[68,108],"\u30dd\u30a4\u30f3\u30bf":[14,100,137,69,46,105],"\u5fd8\u308c":[23,74],"\u3002table":[100,153,105],"-leak":138,"\u521d\u671f":[72,119,138,6,23,69],"\u4e21\u8005":65,"-check":[118,23,138],"ci\u4e00\u822c":70,"-libevent":99,"\u5e74\u9f62":[119,57],"_min":[103,107],ooo:82,"-each":23,"\"color":170,"\"mori":141,"/nfs":169,"po\u30d5\u30a1\u30a4\u30eb":106,"\u8fd1\u3055":133,"\u30b8\u30aa\u30b5\u30fc\u30c1":[],"\u542b\u307e\u308c":[95,119,129,27,112,122,84,9,57],"\u8fd1\u3044":[137,161],ull:78,"*tc":[137,107],"\u4e00\u6642":[],"\u30fb\u30b5\u30fc\u30d0":3,sample:[118,151,56],normalize:[],"\u3002\u30ed\u30b0":[8,57],"\u30d0\u30a4\u30c8":[2,108,82,39,138,27,14,6,112,137,23],"/cpuinfo":[135,116,12,148],"\u8a9e\u53e5":[38,112],"_current":15,map:[132,23,124],groo:95,"\u518d\u8aad":[21,158],max:[],mac:[],man:[1,84],"\"serach":16,fluent:91,"\u540d\u524d":[],"_values":[23,69,67],"\u5e02\u5185":80,pointed:34,"_init":[34,132,14,6,67,23,69,73],pointer:34,"/fedora":[6,148,138,134],group:[100,117],"\u8a08\u6e2c":[23,1,160],"\u7d44\u307f\u5408\u308f":[119,95,61,84,57],mail:151,main:135,"\u30b9\u30c6\u30df\u30f3\u30b0":147,"\u91cd\u306a\u3063":112,"\u5b9f\u4f53":14,repositories:134,"_timeout":[2,17,155],ggdb:134,unlock:69,nroonga:[102,68,70],"\u5b9f\u4f8b":[],"\u624b\u6bb5":[61,73],morning:101,"\u6240\u5c5e":52,"\u7a7a\u304d":[149,113],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],".flags":100,correct:[118,136,16],"\u624b\u7d9a\u304d":[81,46],"|allow":[95,163],"\u30ab\u30e9\u30e0id":100,"_content":[],"\u3002min":137,debootstrap:134,"_string":[],org:[90,117],"\u62ec\u5f27":51,"\"hello":[147,40],"\u4e8b\u9805":[],rewrited:36,"\u6b21\u90ce":38,"\u304c\u3042\u308a":[0,147,66,134,95,158],"] [":151,first:[34,165,95,163,133],"\u5468\u8fba":[6,27],"\u30dd\u30fc\u30c8":[161,126,4,151,85,112,90,47],"\u7db2\u7f85":8,fast:[122,95,78,163,145,27,41,51,96,68,133],"\u81ea\u5df1\u7d39":165,crit:[5,7],"\u9078\u3073":152,"\u9078\u3076":[119,8],"1g":[135,12],"\u30bd\u30fc\u30c8\u30ad\u30fc":[136,1,100,95],"\u30d8\u30eb\u30d7":160,"_preparer":[136,16,159,42],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":119,memo:102,"\u62e1\u5f35":[],"\u305d\u306e\u5f8c":133,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":10,"11":[95,78,133,74,62,102,124],"10":[151,3],"_index":[],yoshioka:6,libgroonga:146,"\u5229\u7528\u4f8b":119,zsh:[169,134],dash:169,voiced:170,katakana:[170,159],".uuuuuu":133,"-receive":[118,56],speakers:22,"_open":[34,15,2,107,72,18,138,14,6,97,155,137,23],"\u914d\u5e03":[148,116,12,6,135,89,123,67],"_network":2,"\u6700\u7d42\u66f4":72,timeuot:17,">#{":132,"_enc":[137,109],performance:[118,67,27,124],"\u5f79\u7acb\u3061":112,theatre:79,beta:36,pair:[136,16,159,167,42],synonym:[95,79],"_sort":100,fills:118,"\u4f1a\u793e":67,"|ng":95,"\u539f\u56e0":[],precise:[6,12,134],lexicon:[164,151,101,102,92,68,170,57],show:1,"-po":[],"\u6700\u5927\u5024":6,"\u30dc\u30c3\u30af\u30b9":95,threshold:[55,23,31,69],"\u77ed\u6642\u9593":119,"-plugin":91,"\u306a\u3093":10,"\u306a\u308c":10,black:170,"\u306a\u3089":[85,6,8,96,148,95,10,133,74,12,14,100,16,143,57,147,61,108,149,151,112,71,153,68,69,159,160,70,116,72,163,135,170],"\u306a\u308a":[2,3,4,39,85,6,8,9,127,67,94,51,95,10,133,134,74,11,136,14,15,100,16,53,104,128,57,38,147,108,62,151,111,112,157,101,64,65,66,155,23,68,69,158,159,70,170,72,117,119,163,27,122,165,30,31,73,90],"\u306a\u308b":[1,3,39,85,42,6,89,8,169,94,148,95,157,133,134,29,11,12,14,101,102,141,57,106,61,62,151,111,112,64,153,84,67,69,116,72,117,119,138,27,130,135,123,31],info:[5,7,8],wheezy:[],get:[],"\u96c6\u3081":117,"\u51fa\u305b\u308b":119,geo:[],gem:134,"\u3002utf":[170,112],tokyogeopoint:[97,39,29,65,23,157],".o":38,synonyms:158,summary:151,"\u305f\u304b":[23,95,16],wiki:8,kernel:124,"\u8907\u96d1":[6,95,61,112,133],sear:159,masahiro:138,ency:151,"\u884c\u306a\u308f":6,"-threashold":[62,138],"\u53ca\u3073":151,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":47,reading:[],checks:[67,120],"\u6700\u5c0f\u5024":[67,133],"-blog":165,"\u3088\u3063\u3066":[80,78,127,39,87,65],"\u306a\u3069":[80,78,3,82,39,129,41,87,6,131,90,91,169,47,95,10,133,69,11,101,16,134,21,106,146,60,61,62,145,142,151,113,23,42,158,159,163,72,119,27,165],"\u306a\u306b":159,je:128,"\u306a\u3067":159,ja:[134,106],"\u306a\u3063":[126,78,3,6,90,23,169,47,95,10,134,74,11,62,111,112,113,67,68,99,160,163,119,138,122,165],"\u306a\u305c":[147,170,163,95,16,57,159,133],"\u5206\u5272":[3,133,119,129,82,23],"\u306a\u3059":29,"\u306a\u3055":[30,95,59],"\u306a\u3057":[],nogpgcheck:6,"_allowed":[2,155],"\u306a\u304e":164,"\u306a\u304f":[80,1,3,79,82,83,126,6,8,9,67,169,47,95,133,134,11,14,142,57,151,111,112,164,84,23,68,69,70,163,117,119,138,27,76],"\u4f8b\u5916":[131,67,60,148],"\u306a\u304a":[129,134],"\u306a\u304b":111,"\u306a\u3044":[],"*bsd":[23,138],"(cmp":67,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":129,"\u4e0d\u9069\u5207":6,"\u5f15\u304d\u51fa\u3059":119,"}/":[106,169,9],"}.":[102,95],"})":118,".select":151,tuning:[],"\u524d\u5f8c":[85,3],"\u9ed2\u3044\u70b9":80,mark:170,"*max":137,shopping:101,"[admin":[6,23,112],"}}":74,"}|":132,senboku:112,"}e":133,"_avoided":[2,155,69],"\u6240\u5b9a":[62,147,129,57],sound:[16,170],"_information":83,"\u30bb\u30df\u30b3\u30ed\u30f3":151,"\u30af\u30a8\u30ea\u30fcapi":[2,26],"}]":[11,131,60,151,4],hdd:151,"_corrupt":[2,155],"\"mroonga":[164,95,133,74],"\u6587\u66f8\u5185":147,characteristics:27,"\u8af8\u6761":58,"\u578bn":95,"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":112,"|')":64,"\uff01\u3057":22,"-document":[],"\u3002\u5024":84,different:118,pat:[137,82],"\u91cf\u8a08":1,same:[17,112,74],arguments:34,"=squeeze":134,"\u3002\u3044\u307e":99,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[],"< y":112,"\u8a00\u53ca":[164,165],"\uff01\u300d":[95,163,133],leaks:67,"\u7b49\u4fa1":[],"< n":133,"\u672c\u5f53":[79,159],montywi:99,"\u305d\u3057\u3066":[95,78,117,11,119,27,165,68,159],markus:6,markup:75,"\u30d3\u30e5\u30fc":6,"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[10,134],"_invalid":[137,100,2,69],"\u5927\u8cb4":6,"(precise":134,money:38,"\u5927\u898f\u6a21":119,"\u3002\u3059\u3079\u3066":[52,160,106],"\u518d\u8d77":[124,126,158],".dll":34,"\u8fd4\u5024":[],"\u30c0\u30a4\u30a2\u30ed\u30b0":112,"\u3002none":85,"/false":[11,1],"\u4e2d\u592e\u5024":67,"\u5ea7\u6a19":[80,66,133,165,29,23,157],"\u56f0\u96e3":[6,119],"_syntax":[2,73],"\u9069\u5b9c":134,"'ve":165,"\u9650\u308a":[61,62,129,51,53,69],"\u9650\u3089":111,quantal:[6,134],specifies:118,"\u9650\u3063":69,testdb:[151,56],specified:[34,97,46],users:[],"\u99c4\u76ee":111,ellip:66,"/database":[8,47],"_realloc":34,"\u65b0\u5bbf":65,critical:[34,132],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[],valuebuf:35,"\u306b\u3064\u3051":133,"\u30cb\u30c3\u30dd\u30f3":159,"\u306f\u3044":11,broken:155,"\u306f\u305a":[6,151],"\u307e\u3064\u308f":112,"\u306f\u3069":[95,57],"\u306f\u3068":82,generated:[34,167,110],"\u306f\u307f":76,"@soundkitchen":[6,23],"\u3082\u3061\u308d\u3093":[151,117],"\"\u30df\u30ea":133,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[],"_reopen":[],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":85,"\u8abf\u6574":[62,149,95,142],"\u3002\u3059\u3050":8,"_cache":[],"\u4f55\u5ea6":112,"\u7279\u6709":[],"-login":124,"/ '":69,"\u306a\u304c\u3089":[95,78,3,134,119,6],"\u3002command":10,"\u63d0\u6848":[],"\u3082\u3046":[101,98,11,6,8,68],"\u8a18\u8f09":[6,134],"\u3002cpu\u30b3\u30a2":47,"\u3082\u3057":[122,95,66,163,164,151,112,15,102,2,8,84,169,67,70,158,47,57],"\u7834\u58ca":100,"\u516c\u958b\u9375":134,"\u3082\u3059":9,"\u3082\u3064":[153,117],"\u30c7\u30d7\u30ed\u30a4":8,"\u3082\u306e":[3,85,6,89,8,95,10,134,11,15,100,16,137,106,59,61,151,112,66,155,68,157,161,170,73],"|on":95,"|oo":95,"$prefix":23,"\u3002drilldown":95,"\u5883\u754c":[6,66],general:170,file:[1,118,138,8,110,124,155],"*obj":[35,69,72,81,49,73,46,105,108],again:[8,17],"\u53d6\u308c\u308b":51,"\uff08true":11,"\u5f37\u5316":[23,138,67],"\u4e0e\u3048\u308b":[51,161,65,10,85],"\u5b57\u5c0f":95,"\u3002pcre":8,"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":74,"\u8a18\u8ff0":[61,3,85,151,165,68,73],"\u4e00\u6642\u7684":[149,69],"\u4e0a\u9650":[],"6gib":124,starting:34,sergey:67,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[6,23,67],expressions:8,nested:112,libmsgpack:[135,12],"\u30d3\u30eb\u30c8\u30a4\u30f3":112,"_difference":100,"/lib":[126,8,9],"-alloc":71,"\u8aad\u3081":6,"\u8aad\u3080":60,"\u5dee\u5206":151,"\u8aad\u3093":[76,70],"\u4f4e\u4e0b":112,")mroonga":158,hottolink:36,"\u30e1\u30cb\u30e5\u30fc":134,"\u306f\u3053\u306e":[149,95,164],sigusr:23,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":74,"\u771f\u507d\u5024":[],"\u304c\u3053\u306e":163,titles:[163,133],plugins:124,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":160,"\u5225\u9014deb":134,"@orangain":112,tokenbigramignoreblanksplitalphadigit:32,"_append":[18,61,73,69],"\u30e1\u30bf\u30c7\u30fc\u30bf":[131,60,83],"\u8aad\u307f":[119,1,159,134,142],"\u5909\u66f4\u5f8c":[109,100,14,103,55,69],"\u307e\u3057\u3087":[38,95,66,3],"\u30c6\u30b9\u30c8":[],threads:[118,132],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":85,"\u6e96\u5099":[],"\u6d3b\u7528":126,"\u5931\u308f":6,search:[78,163,136,145,27,41,42,6,152,100,16,67,137,23,158,159,133],published:134,"\u300c\u5024":57,aptitude:160,"\u672a\u77e5":99,memos:147,".synonym":95,"\u78ba\u7387":136,distinct:118,"\u5ca9\u4e95":[6,112],"\u5317\u534a\u7403":6,"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,"_gqtp":151,"\u3053\u3068":[],"\u3053\u306e":[34,2,3,4,104,82,83,129,85,144,41,42,6,78,89,44,67,131,169,114,47,79,51,95,66,133,134,74,11,99,12,100,15,62,52,16,17,137,120,57,146,38,60,61,155,148,20,145,151,112,157,101,64,164,65,102,22,166,84,23,68,87,158,159,70,116,163,117,106,119,25,26,27,40,122,135,123,165,124,76,77,73,8],jsonp:[118,23],"[element":[133,74],"\u4e00\u756a\u5de6":133,"[example":67,none:[95,78,120,40,167,8,68,169,155],hour:[132,17],"\u3053\u3053":[95,3,163,134,11,136,122,62,65,165,170,158,133],dev:[135,12],deb:[6,135,12,134],"\u3053\u3046":111,"\u4e2d\u5fc3":157,share:169,"\u96c5\u5e83":67,minimum:34,strlen:34,needs:124,maps:124,"\u3053\u308c":[78,79,82,129,41,42,6,8,9,67,169,47,101,95,66,133,134,74,75,15,16,57,61,62,149,112,64,152,65,155,84,23,68,158,159,170,163,117,164,119,27,11,165,106,104],"\u3053\u3080":60,"*value":[137,35,100,69,18],"\u591a\u3059\u304e":138,"/afr":[65,3,117],"\u666e\u901a":[111,133],mariadb:[67,112],response:118,"\u3066\u304d":2,"\u3066\u304f":160,"\u30c4\u30a4\u30fc\u30c8":[],"\u547c\u3073":[95,61,74,11,151,85,27],"\u547c\u3070":[3,133,39,52,14,100,112,46],"\u3002ftp":151,"`hostname":85,"\u5217\u578b":[11,163,117],"\u3002\u4f8b":69,finalizes:34,through:8,filters:[],"\u975e\u308f":129,"\u308c\u308b":[80,3,81,82,39,129,85,42,6,67,131,169,46,101,95,10,134,74,11,136,137,14,15,52,16,53,21,57,60,61,62,121,151,112,113,65,66,155,84,23,159,160,170,164,119,120,27,106,73,104],"\u6955\u5186":[66,157],good:[147,133,95,40,101,163],"\u516c\u5f0f":[23,116,148,102],"\u3079\u3066":[95,8,117],"\u9664\u304f":6,"\u5316\u95a2":138,"\u4f1d\u7d71":119,"\u3079\u304f":3,"\u9577\u91ce":67,"\u9664\u3044":[151,27],"-encoding":[],micro:165,token:[],learing:42,"\u52b9\u679c":165,"\u9664\u3051":100,"\u767b\u9332":[],hard:124,flower:11,"\u30d5\u30e9\u30f3\u30b9":66,"\"gr":57,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":160,"\u8ddd\u96e2":[80,1,66,133,98,119,6,65,157],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":89,"\uff08\u79d2":69,"\u3068\u3082\u3063\u3068":169,"\u89b3\u70b9":149,"\u547c\u3093":[67,129,117],tahr:[67,12],"\u4e09\u8c37":67,tritonn:[95,163,133],"\u308c\u305a":10,"\u306b\u3082":[95,129],"\u306b\u3088":6,done:17,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[165,66],".blog":62,"_data":[],koi:[6,169,85],"\u306b\u5bfe\u5fdc\u4ed8\u3051":159,least:124,"\u516c\u5e73":112,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":47,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[30,85,8],"/archive":134,"*results":100,selector:139,"\u308c\u307e\u305b":[10,145,85,113,100,68,169,158],"\u6574\u7406":[6,112],"},":[38,95,78,3,79,74,165,150,151,40,101,102,52,66,43,128,96,68,133,114,163],"\u4e71\u6570":[59,65],"_tag":145,"\u8a18\u9332":[6,119,53,9],"\"requires":6,"\u4e0a\u8a18":[58,106,95,169,3,117,164,62,151,42,6,102,65,16,90,84,96,70,158,57],ages:[92,84,57],"\u30b9\u30ab\u30e9\u30fc":74,"\u51fa\u6765\u308b":165,"\u5217\u8868":39,built:69,"/lists":134,"-limit":[1,85,95,112],extracted:73,"\u307e\u3068\u3081":[],build:[134,12,112,71,135,89,110,67,70],"_available":[2,155],"\u53d6\u308a\u51fa\u3057":[137,107,3],eggs:68,most:97,"~*":73,"\u306b\u3057":[133,95,112,163],myisam:119,"\u5e73\u884c":134,"-protocol":[151,85,90],"\u306b\u3059":62,kb:149,ka:170,"\u306b\u3066":[6,66,112,134],"_put":[],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":113,"\u306b\u3069":61,ko:36,km:165,"\"theater":79,"\u7528\u8a9e\u96c6":113,"\u4e0a\u66f8\u304d":[65,134],mlock:138,"\u30ad\u30fc\u30b5\u30a4\u30ba":82,"(drilldown":53,"\u30d1\u30c3\u30c1":[],"[number":51,relation:69,nterms:113,find:110,depended:[],"_int":[54,69,73],"\u30a2\u30ca\u30a6\u30f3\u30b9":134,permission:155,express:[6,89,112],"\u601d\u3044":106,"\u601d\u3046":[68,117],"\u62c5\u5f53":134,"\u9593\u9055\u3063":[112,6,152,16,67,23],"\"popular":95,"_and":[49,61],"\uff08byte":[69,108],common:[137,23,100,133],"\u601d\u3063":75,"/log":[118,126,169,85,8],"_sjlj":67,lion:6,tokenizers:[],"\u76f8\u624b":111,"[backslash":163,please:106,"\u30e2\u30b8\u30e5\u30fc\u30eb":[],"(news":134,"\u5024\u57df":127,".log":[126,10,85,151,8,169],"\u30cb\u30db\u30f3":159,readme:[112,134],"\u8a9e\u4ee5":133,"\u8868\u73fe":[],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":6,"\u66f8\u3051\u308b":[6,112],reverse:[8,134],"\u6570\u70b9":39,"-file":[118,23,122,85],"\u5b9f\u51e6":[61,46],"\u6642\u70b9":[15,10,134,109,14,6,17],point:[],"\u3059\u304e\u307e\u305b":38,"\u306f\u3058\u307e\u308a":10,shutdown:[],"\u6253\u3064\u524d":134,"\"gronga":152,"_connection":2,create:[34,159],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[15,164],"\u53ce\u96c6":[122,119],"_when":122,"\u30a2\u30ed\u30b1\u30fc\u30c8":71,bill:[62,129],replaced:[56,167],ful:78,"\u30c8\u30fc\u30af\u30f3":[147,78,133,82,129,112,42,40,16,67,23,170,138,57],engi:[136,159],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[82,3,8],karmic:160,"^ \"":133,itself:74,rubygems:6,"\u95be\u5024":[],"-key":[99,134],"\u7d42\u7aef":[6,73,72,14],emphasize:96,")groonga":158,"\u56fd\u540d":117,development:165,"-chroot":134,"\uff08perl":8,keys:[100,8],"-existence":112,aggregate:27,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":134,"\u5834\u6240":[],"\u53cc\u65b9":111,"\"\u3001":[159,117],"\"\u3002":67,"\u30b9\u30bf\u30a4\u30eb":85,"\u5409\u7530":112,"\u7d44\u307f\u5408\u308f\u305b":[61,3,134,62,119,64],flags:[],sortby:[],convenient:159,entry:[64,88,81,63,51,153,139,31,94],"\u3064\u307e\u308a":[95,78,134],sunos:67,"\u3002dump":141,"\u547c\u3073\u51fa\u3059":[59,157,98,29,142,162],"\u3001\u00d7":111,"\u5024\u306a\u3089":112,"\"value":95,"\u547c\u3073\u51fa\u3055":[81,95,14],"\u547c\u3073\u51fa\u3057":[],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":151,"\u306f\u3069\u3061\u3089":47,source:[38,3,134,165,83,64,52,122,68],win:89,"5\u3064":84,bin:89,"\u5171\u901a":[133,82,39,111,23,68],big:67,"\u968e\u5c64":61,bit:[148,116,20,39,12,151,112,135,89,123,70],"\u5f53\u3066":[82,78,92,14],"\u30d7\u30e9\u30b0\u30a4\u30f3":[148,1,170,102,119,12,147,130,112,6,135,131,138,9,60,23,67,169,158,116,106],"\u5927\u4e08\u592b":[169,111],"\u8aa4\u308a":[6,67,112],"\u5354\u529b":[],"\u3057\u307e\u3063":67,"\u4e0a\u8ff0":158,api:[],"-command":[],"_over":[2,155],"\u4ee5\u5916":[80,82,39,23,95,134,74,14,15,100,57,61,107,54,151,112,71,67,69,163,72,119,138,73],google:[152,95],"\u5168suffix":100,"\u8aa4\u3063":[6,112,134],examples:138,"\u3001[":3,server:[38,118,6,8,67,47],"\u3002set":151,"\u66f8\u304b":[6,165],"\u3001c":3,"\u66f8\u304f":[68,163],"\u8a73\u3057\u304f":[11,119,3],"\u66f8\u304d":[],"\u66f8\u3044":[165,163,133],newark:165,"\u3092\u3064\u3051\u308b":133,"\u30d3\u30eb\u30c9":[],"\u5024\u306a\u3057":99,"/cutter":134,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[61,85],"_checks":120,cxxflags:[20,134],"\u3001#":165,"\u3001\"":[96,3,79,164,165,39,112,42,6,152,16,23,159],"\u3001$":134,"\u3001'":[163,11,39,85,102,67,109,133],"\u3001(":[137,39,151,100,84],nginxhttpstubstatusmodule:67,"\u3001-":[30,39,138,151],"\u3001/":[3,90],"\u3001.":[160,106],"\u5730\u5f62":[66,157],"\u3001:":[15,151,14],"(fedora":126,"\u3084\u3059\u3044\u304b":158,"\u3001>":63,"\u3057\u307e\u3059":[95,133,165,129,116,152,163],"\u7a4d\u307f\u91cd\u306a\u3063":112,"/yum":134,"\u9010\u6b21":119,"\u5927\u95a2":67,"\u6295\u5165":[62,1],"_fin":[6,34,73,14],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":169,"\u51fa\u3059":165,"\u51fa\u3055":112,translate:[106,110],"_full":[],"-type":[42,16,8,23,159,47],"\u7b97\u8853":[],"-binary":[8,47],"/epel":116,"\u56de\u907f":[],"\u52d5\u304d":[95,47],"\u52d5\u304f":[6,23,169,171],"\u52d5\u304b":112,"*keybuf":100,curl:[169,4,118,6,8,77,47,70],sourceforge:134,cmake:[6,169,89,112],"\u6570\u73e0":164,functionality:118,"\u5207\u308a\u6368\u3066":11,libwinpthread:67,"\u30c7\u30fc\u30bf":[],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":151,"\u6b63\u898f":[40,78,3,133,99,145,120,41,6,100,67,170,158,57],confirm:106,"\u3068\u307f\u306a\u3057":163,"2\u3064\u3081":[68,163,47],"_nil":[137,100,138,73],failures:134,"\u7d50\u5408":[61,163,142],rinse:134,getaddrinfo:6,jason:128,wanabe:112,"/cache":8,"\u57cb\u3081\u8fbc\u3080":151,query:[],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":6,"_debug":160,"/\u65e5":165,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[133,68,95,163],"-release":[],"\u3042\u3089\u308f\u3057":79,"\u4f59\u308a":133,putting:124,"_database":[],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":6,"-build":160,uubntu:160,"\u512a\u308c":119,".output":30,"\u76f4\u611f":128,"\u9665\u3063":6,"_header":83,"\u9023\u643a":119,"_thread":151,"= n":133,access:124,"\u5f35\u308c\u308b":112,"\u4e2d\u56fd":66,"\u3002\u30ad\u30fc":95,"= y":112,"\u826f\u304f":68,"\u826f\u3044":[68,111],nonexistent:95,"\u30ef\u30fc\u30ab\u30fc":8,"\u632f\u821e":66,"0xc":155,"\u306b\u5bfe\u5fdc":[35,95,69,108,81,54,85,170,14,6,100,30,21,23,51,99,46],"= \"":[67,95,133],"/tmp":[158,47],";\"":6,"\u57cb\u3081\u8fbc\u307e":134,"\u57cb\u3081\u8fbc\u307f":[27,41],named:159,"\u3002adjuster":67,"/to":[8,47],"\u30ed\u30f3\u30c9\u30f3":66,"ci\u4e0a":70,"(ctx":[15,61,73,108],"\u53d7\u4ed8":[79,112],"\u5b8c\u4e86":[95,134,106],"'mroonga":[102,68],"\u30d5\u30ec\u30fc\u30ba":[],".pid":85,"\u5f35\u3063":[95,112],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[],"\u4e2d\u7a0b\u5ea6":[148,116,12,135,89,123],normalizer:[],"_previous":15,"[header":[122,60,78,120,64,150,52,43,104,9,131,114,153,57],normalized:120,"\u305d\u308c\u3089":[161,95,108,64,17,158,47],">max":4,"\u96c6\u307e\u3063":117,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":112,"_malloc":34,"\u8d77\u52d5":[],twiter:6,iptables:47,"\"correction":152,"\u30af\u30e9\u30c3\u30b7\u30e5":[138,112,6,52,67,23],"{prefix":[169,9],"/linux":[],"-za":118,"\u6295\u7a3f\u5834\u6240":165,gcc:[148,116,20,112,6,23,169],dd:[132,133],"\u30b3\u30de\u30f3\u30c9":[],"\u5186\u6ed1":134,"\u5f35\u3089":[6,11,108,112],"\u5f35\u308b":[163,133],"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6":67,".textile":134,"\u30b5\u30fc\u30d0\u30fcid":23,bind:23,lines:[118,160,110],"/repositories":134,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":138,"\u7d9a\u304d":51,"\u306e\u3088\u3046":[95,163,83,112,15,52,142,67,133],"(cutter":160,"\u7d9a\u3044":[62,95],hiroshi:[23,138,67],jiro:38,"\u3002int":112,"\u7d9a\u3051":151,lf:161,"\u6d88\u8cbb":101,lc:106,ll:[62,78,129],euc:[169,85,112],li:[62,129],lt:[145,78,27,41],ls:134,"_gqpt":151,"\u9589\u3058\u308b":[23,1,82],"\u306f\u3069\u3061\u3089\u304b":[163,133],"\u8a71\u3057":76,"\u3067\u3057\u3087":[146,117,119,101,52,169],dat:82,"\uff08world":39,"\u30c7\u30a3\u30b9\u30afi":57,day:[101,132],"\u30e6\u30fc\u30b6":[64,95,61,3,134,39,151,42,6,152,16,159],"\u4e00\u3064":[88,5,39,129,7,92,94,10,98,11,14,15,100,139,141,21,143,59,108,63,64,113,66,157,71,162,164,119,29,96,31,125],"\u70b9\u9593":[80,66],"_persistent":[100,108],"\u5217\u5f0f":73,"& y":112,"& x":67,normalizerauto:[],"\u74b0\u5883":[],"\u5217\u5f15":61,"& b":133,"\u81ea\u4f53":163,"/message":134,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[102,96,164],"\u88dc\u3046":119,"\"sphere":157,res:[100,49,151,97],rep:151,docutils:110,"\u30ab\u30ec\u30fc":129,red:[],"_end":2,"/\u6708":165,frank:84,"\u73fe\u72b6":10,"\u4ed8\u5c5e":[30,8],"/aba":[65,3,117],"& (":133,"\u76ee\u8996":122,"\u30d6\u30e9\u30b8\u30ea\u30a2":66,"*top":97,"_long":[2,155],"\u91ce\u9996":67,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":119,hex:38,reaches:124,"\u30d9\u30af\u30bf":[6,138,1,69,112],"\u7d44\u307f\u8fbc\u307f":[],monkey:11,"\u305d\u306e\u3088\u3046":153,"\u6c38\u7d9a":[],"\u8aad\u307f\u8fbc\u3080":[1,60],natty:[23,134],completed:159,acquire:17,documentations:144,"\u3068\u3088\u3044":169,"\u53d6\u308a\u5f97\u308b":39,"\u305b\u3044\u305c\u3044":57,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[],"\u5229\u70b9":119,interrupted:155,"\u81f3\u308b":11,have:[101,124,93],"=users":[8,47],"\"co":152,min:[],"_control":[2,155],"\u914d\u4e0b":[30,134],"_func":[34,67,46,14],"\u8aad\u307f\u8fbc\u307f":[60,3,112,9,23,158],"\uff08gnu":169,"/commands":[67,52,83,92],"_character":73,eight:3,"\uff09\u3001":[82,129],"\u306a\u3082\u306e":[126,108,134],"\uff09\u3002":62,"\u6e2c\u5730\u7cfb":39,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[6,16,57],request:[],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[122,1,10,138,112,6,67,23,99],"\uff08least":104,"\u7d44\u307f\u8fbc\u3093":119,normally:[124,93,14],text:[122,95,78,4,82,39,151,27,6,102,97,141,124,67,68,133,47,163],"\u8d8a\u3048\u308b":62,supported:[67,36,8],"\u5ea6\u3068":23,conifugration:70,"\u610f\u5473":[95,61,3,163,117,74,158,83,85,112,65,136,169,73,159,151,133],"\u5b66\u3093":165,"*table":[137,100,69,108],"\u4e00\u500b":61,"[mruby":67,"\u65b9\u6cd5":[],")\u3059\u3079\u3066":84,"\u5c11\u306a\u304f":[133,119,111,27,101,163],"\u5c11\u306a\u3044":[95,163,101,142,158,133],"[column":67,"\u7e70\u308a\u8fd4\u3059":138,"_prepend":69,"\u306e\u307f\u3057\u304b":152,"_eval":[],"\u7e70\u308a\u8fd4\u3057":[151,133,106],"\u5272\u308a":[78,133,11,82,14,92],calling:34,fixed:[6,67],"_busy":[2,155],"\u5236\u5fa1":[],"\u3002blogs":62,we:67,"\u4ee3\u5165":[],enhanced:36,wc:[135,116,12,148],xxxxx:134,"\u985e\u4f3c":[],"{name":133,"(string":98,"\u30c7\u30e1\u30ea\u30c3\u30c8":82,progress:132,"\u6751\u4e0a":[67,112],"_incompatible":2,"\u5b66\u3073":[95,66,117],"\u7dad\u6301":[119,47],"\u9577\u3059\u304e\u308b":112,sho:112,"\u5168\u4ef6":[137,163,133],"\u518d\u8d77\u52d5":[],plugin:[],"-suggest":[],"_expression":95,".org":[3,89,8,169,148,96,134,74,11,12,15,141,106,38,20,151,65,90,67,116,117,135,77],"\u88dc\u6b63":[],"\u5171\u901a\u63a5":82,otherwise:[34,69],comment:[164,68,165],"\"fulltext":78,"\u304a\u304d\u307e\u3057\u3087":11,"-history":23,"\u4ee5\u524d":[62,165,112,6,11,67,23,170],"\u30ab\u30b9\u30bf\u30e0":8,"\u91cd\u307f\u4ed8\u3051":[62,95],"\u30e1\u30e2\u30ea":[],"\u5c0f\u6570\u70b9":11,json:[],"\u91cd\u307f\u4ed8\u304d":[],copied:34,"\u901f\u3044":82,define:[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":23,"\u306a\u306b\u5bfe\u3057":[163,133],finished:132,"_domain":2,"=..":134,"\u5168\u4f53":[],value:[],"\u540c\u3058":[],almost:124,"\u6307\u91dd":[],"(cve":67,"\u30bf\u30a4\u30df\u30f3\u30b0":[6,3],".db":[85,3,90,112],"\u6c42\u3081\u308b":[119,66,117,157],pkgs:116,"-endpoint":[118,56],optarg:[49,72],"\u67af\u308c":[126,168],receiver:[118,56],":!":163,"[apt":6,"\u672c\u4f53":76,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":134,center:157,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":112,builder:18,"\u4e00\u81f4\u7528":128,position:[34,40,78,97],"*result":100,"1byte":155,"\"ellipsoid":157,"\u8868\u793a":[],"-platform":[],stores:73,"_byte":[2,155],"x\u30df\u30ea":[39,133],"\u5229\u7528":[],stored:[56,42],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":82,":<":[95,163],"\u958b\u59cb":[95,66,145,151,112,71,52,67,23,69,160],"_true":69,"\u3055\u3093":[117,138,27,130,112,6,152,67,23,99,47,106],add:[95,78,12,6,110,67,144,106],"\u3002gqtp":[161,2,90,155],"\u3055\u3089":68,match:[],tests:134,"|none":95,"\u5730\u57df":119,elapsed:[118,122,4,132],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":62,like:[8,108],success:155,"_leak":160,"_decr":69,"\u7f6e\u63db":[],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":47,works:[34,132],soft:124,"\u63d0\u6848\u7528":118,"\u4e0d\u6b63":[1,138,112,67,23,160,57],"((x":39,"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":112,"\u8ca0\u8377":[138,8],"\u7121\u52b9":[95,163,109,112,6,100,8,137,169,99],"\u610f\u56f3":[163,164,112,6,102,67,68],tmp:[3,134,118,136,83,85,112,52,90,92,158,47],"_optarg":[49,72],sjis:[169,36,85],"\u30b5\u30de\u30ea":112,"\u5f62\u5f0f":[],",\"domain":117,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":133,"\u30d0\u30b0":[23,111,112],"\u3046\u307e\u304f":[],dcb:67,host:[151,90],"\u6319\u52d5":[],"\u30c0\u30e1\u30fc\u30b8":62,about:[34,122,132,124,15,110,67,144,70],actual:[67,8],socket:155,"\u3055\u305b":111,"\u4ee5\u5185":[165,65,16,133,159],introduces:67,"\u3055\u304d":11,"_time":[122,132],tomo:38,"\u3055\u3044":[126,78,3,128,115,82,39,40,22,6,2,89,90,9,131,96,169,47,148,95,66,133,74,11,136,12,62,52,17,55,83,57,106,60,43,20,149,150,151,112,64,164,65,153,104,67,114,160,116,163,117,119,120,102,135,165,30,77,8],introduced:8,"\u524d\u65b9\u4e00\u81f4":[],"!!":[51,38,8,165],"\u6307\u3059\u5024":137,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":134,"!)":8,dataset:[118,56,167,159],"_object":2,"\u30ec\u30fc\u30bf":6,rch:78,">default":4,"\u901f\u5ea6":[23,38,151,112,82],"\u7591\u554f":68,glib:112,"_inappropriate":2,"\u3002post":47,but:[118,124,56],"\u3068\u3068":[75,106],"\u3068\u3069":44,"\u3068\u306e":133,"\u3068\u3063":8,"\u30fb\u5168":139,buf:[100,69,108],bug:[6,67,36],"\u5730\u56f3":119,"-w":134,"\u3068\u3057":[161,38,60,61,133,152,11,151,39,85,112,42,101,66,16,8,68,14,158,159],"\u3068\u3048":[10,119,109,129,27,41,65,169,73],binlib:134,"\u3068\u304d":[1,78,3,39,129,85,42,6,8,9,67,169,46,47,148,95,66,133,134,74,11,136,12,14,102,100,16,142,137,57,38,61,107,121,111,112,64,152,155,23,158,159,116,170,163,117,119,138,27,122,135,165,77,90],"-disable":[118,23,138,67],"!\\":133,epel:[6,116],colum:124,pid:[1,169,85],"\u8a08\u7b97":[80,1,66,133,98,119,39,112,42,6,65,16,131,67,157,159],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[138,169,134],"-config":[1,138,85,6,23,169],saer:[136,16],"\u4f7f\u3044\u5206\u3051":[62,129],pip:110,"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":134,"\u305f\u3060\u3057":[1,163,129,85,112,64,53,30,137,23,133],"\u305f\u3060\u3051":6,"\u6291\u5236":[6,67,112],detail:151,"\u3068\u308b":69,"\u4fc2\u6570":[95,61],"\ufffecrch":78,"\u306b\u3064":6,"\u3068\u3082":[95,133,149,151,27,164,65,163],"_vars":34,"/sysconfig":126,"\u306e\u3044\u305a\u308c":[83,79],"\u307b\u3069":[126,3,11,136,85,57],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[6,155],"\u5909\u3048\u308b":[62,95],"\u307b\u3046":67,"\u307b\u304b":[11,119],"-r":[118,56],"4e":149,"|ro":95,"\u3002groonga":[3,4,82,6,89,8,127,169,148,95,10,133,12,151,112,64,67,68,159,71,116,163,119,135,76,90],"\u6e1b\u3089":[6,82,16,79],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":137,tweet:101,"\"ab":152,under:[118,67,8,56],"-ci\u4e0a":112,"\u3002google":163,"/plugins":[138,169,112,9],"\u5b9f\u6570":39,"\u6761\u4ef6\u5f0f":[],"\u6700\u9577":[23,151,133],"_snip":[6,67],"\u63a5\u8fd1":61,"-repository":[6,12,134],estimates:97,"[http":[6,67,112],"\u7b87\u6240":[122,27,134,112],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[23,112,67],"\u4e00\u8a9e":62,"\u5b9f\u65bd":134,"\u81f4\u547d":6,"-rpm":134,"\u7d44\u8fbc":[59,88,98,5,39,63,157,162,64,29,7,139,125,141,143,21,92,31,71,113,94],"\u683c\u7d0d":[],"\u53cd\u8ee2":133,"\u30e2\u30cb\u30bf\u30fc":[135,116,12,148],"\u9069\u7528":[],"\u3002output":141,studio:[6,89,112],path:[],"\u95a2\u4fc2\u5f0f":[],".ddl":151,"_key":[],"\u79cb\u8449":65,changed:[36,8],"\u5f62\u614b":[119,169,133],"\u58ca\u308c\u308b":[6,23,1,138,112],"\u63a8\u79fb":10,"\u3082\u3063\u3068":95,"-ci":112,"\u8fd4\u5374":[92,95,3],"\u8aad\u307f\u3084\u3059\u3044":99,"/munin":169,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":112,noarch:[148,116],m6:20,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":107,namebuf:[69,108],autogen:[6,134,106],"\u30a2\u30e1\u30ea\u30ab":66,"_jis":169,"-bind":[6,23,85],must:[34,97,118,42,124,73,56],me:32,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],"\u7f6e\u304d\u63db\u3048":[67,85,163,106],mb:6,mm:[132,133],ml:111,"\"blank":170,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":151,mv:21,install:[],my:[95,163,133],"/xml":47,"\"s":[78,136,16,159],end:[161,145,4,155],eng:[136,159],"\u3002html":145,"\u3002functions":160,"\u30d7\u30ed\u30bb\u30b9":[161,71,10,3,119,85,112,6,113,52,8,9,151,143,47],env:158,"\u3067\u3082\u3063\u3068":126,rroonga:[164,112,15,102,142,67,68,70],"\u30b4\u30df":[23,138,113],"\u7d42\u4e86":[],description:[165,129],"-devel":[148,116],"\u5c0f\u3055\u304f":[101,82,66,47,157],".tar":106,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[],"-files":[],"\u5c0f\u3055\u3044":[95,61,163,82,130,137,157,57],"\u5272\u308a\u5f53\u3066":[15,138],"\u4e88\u5b9a":[60,10,74,75,27,66,131,23,47],executed:90,"\u7acb\u3061\u4e0a\u3052":151,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":61,"\u305f\u304f":[126,117,112,27,152,23,47,106],"\u5bfe\u8c61table2":100,"\u5bfe\u8c61table1":100,"\u300c\u697d\u3057\u3044":129,"@packages":134,gqtp:[],"\u305f\u3073":[65,10,151,134],"\u305f\u3060":[148,74],"\u8fd4\u308a\u5024":[67,112],"\u4e00\u884c":[151,138,85],"\u3072\u308d":128,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":112,"\u3072\u3089":[159,163,133],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":104,"\u3054\u3089\u3093\u304f":91,"2\u3064":[0,95,3,163,117,98,165,83,112,42,64,102,126,164,67,68,171,47,57],each:[118,136,42,16,8,132,73,159],searc:159,signing:134,"\u3002\uff08":[80,95,138,163,106,82,39,129,27,41,14,113,16,133,142,137,23,42,159,70],"\u3002\uff09":[80,1,129,163,106,82,95,27,41,42,16,133,137,23,70,138,57],"(byte":[100,108],"\u6e96\u62e0":[8,112],goo:[163,133],msgpack:[4,155],"\u30da\u30a2":[79,11,42,152,16,158,159],newly:27,"\u4f59\u8a08":111,"\"(":[79,112],free:[113,138,132],"\u305f\u308a":[126,81,82,39,142,111,119,67,76,57],"\u305f\u3089":[95,133,134,164,138,111,126,102,84,67,169,159,47,106],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":52,freq:42,"\u958b\u653e":14,"\u305f\u3081":[],"\u53e4\u304f":67,freecode:[],"\u53e4\u3044":[6,165,52,170,134],"_locked":69,filter:[],unknown:155,onto:124,rand:[],already:[34,124,17,56],"\u53ef\u5909":[23,83,31,155],"\u897f\u66a6":133,top:[23,97,29],"\u30d6\u30e9\u30a6\u30b6":[169,90,134,106],"\u304a\u304b\u3057\u304f":138,too:[68,155],tom:102,tood:34,"_pragma":95,tool:[70,110],serve:134,wareohji:6,".com":[],"\u6d0b\u723e":23,"\"good":[95,133],"_untag":[],expr:[69,73,46,105],"*cursor":97,obata:138,"_isspace":34,"\u8d64\u9053":66,ram:151,"\u6709\u3057":83,"\u5834\u5408":[],"\u5f93\u3063":[95,100,137,30,49,47],"\u4e00\u89a7":[],"_source":134,hanako:153,"\u591a\u9762":119,"> y":112,"/stop":[147,40],"\u5f93\u3046":138,"/share":[23,85],though:159,"\u3044\u307e\u305b":[80,95,78,163,82,112,122,8,136,133,171,158,116,47,57],bsd:169,"\u3072\u3068\u3064":[6,163,98],"\u30b5\u30b8\u30a7\u30b9\u30c8":[],treats:67,"\u30ed\u30fc\u30de":159,"\u30ed\u30fc\u30c9":[],"\u30ec\u30b3\u30fc\u30c9":[],marverick:138,"\u307f\u306a\u3055":61,pkg:[20,138,169],"\u5ea6\u8868":138,"\u5c0f\u6570":[],"\u6c42\u307e\u308a":119,"\u3002hook":81,"\u306b\u3064\u3076\u3084\u3051\u308b":111,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":61,"\u59cb\u307e\u3063":[122,152],"_valid":8,fontaine:23,"*fin":46,"\u3064\u3064":[62,102],watch:134,"\u306f\u307e\u3068\u3081\u3066":134,"\u3064\u304d":[60,96,74,95,64,104,131,158],"\u3064\u304b":130,"\u3064\u3044":165,"\u7d50\u679c":[],hendro:112,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[],"-per":[118,23],"_with":[128,129,100,108,133,57,163],"\u3064\u3051":[95,66],nul:[34,23,72],"-commnad":10,ciritical:8,"\u5bfe\u8c61cursor":[137,107],"_for":61,"\u4e8c\u3064\u76ee":[],"\u30d7\u30ed\u30b0\u30e9\u30e0":[6,83,76,138,8],"\u56db\u6368":23,"\u30d7\u30ed\u30bb\u30b9id":90,"\u30b5\u30fc\u30d0\u30fc":[],"\u59cb\u307e\u308a":134,"\u59cb\u307e\u308b":[95,163,151,64,152,100,53,67,158,159,47,133],news:[],"\u884c\u6307\u5411":119,"\u3068\u3057\u307e\u3057\u3087":[68,79],extracts:73,"\u30e9\u30f3\u30c0\u30e0":65,"4gib":[82,155],"\u65b9\u5411":137,"\u591a\u91cd":161,"\u5f8c\u304b\u3089":141,"\u7d4c\u7def":[11,39,65],trust:134,"\uff13\u3064":39,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":151,"\u7b49\u3057\u3044":[95,61,163,69,133],"\u7b49\u3057\u304f":[61,163,133],"&lt":[145,27,41],been:134,"\u30a8\u30e9\u30fc\u30ed\u30b0":126,"_blog":68,"\u8d77\u6e90":11,"/shutdown":[8,47],tokenmecab:[6,62,129,150],"\u5217\u60c5":78,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[],msec:17,xxx:[85,112,133],"_not":[95,2,52,153,155,114,49],"\u6700\u9069":8,"\u7528\u9014":[148,95,74,82,12,112,122,135,89,123,119,116,126],"\u6728\u4e0a":137,"\u4fee\u6b63\u4e2d":16,"\"e":[136,78,159],"\"a":[67,78,164],"\"b":164,"\"c":164,"\"n":[122,95,3,163,71,8,133,90],"\"h":78,"\"i":[122,147,163,165,95,101,68,133],"\"k":38,"\"t":78,"\u5c1a\u4e5f":112,"\u81ea\u8eab":[6,23,78,85,158],"\"}":[38,147,163,117,164,11,101,42,51,102,65,16,8,153,136,133,68,170,159,47,128],"\"x":112,"\"@":165,"\u691c\u7d22\u4f8b":[],suggest:[],"\u30bf\u30fc\u30df\u30ca\u30eb":8,niku:67,"\"\\":73,"\"]":[38,95,3,133,74,62,165,83,85,27,141,159],"\"_":[3,79,83,40,42,8,96,114,47,128,51,95,66,133,74,11,136,101,102,52,16,141,38,147,62,112,164,65,153,84,68,159,163,117,165,122,170,90],"\"[":6,"\"'":[95,163,74,62,129,112,6,67,133],"\"\"":[164,39,99],"\"#":23,"\",":[78,3,79,83,85,40,41,42,90,92,114,128,101,95,66,133,74,11,136,51,102,52,16,141,38,147,62,145,151,112,71,113,65,153,84,68,159,163,117,164,165,27,122,96,170,8],"\"-":[23,66],"\".":[133,117,159],"\"/":[83,52,85,65,92],"\u4e8c\u756a":[],"\")":[38,66,133,98,109,102,112,6,29,65,84,67],"\"*":6,"\"<":[145,112,41],"\">":[145,4,41,27],"\"?":4,"\":":[78,3,4,60,41,42,40,90,131,96,114,47,79,101,95,66,133,74,11,136,51,102,52,16,128,38,147,43,145,150,151,71,113,65,153,84,68,159,163,117,164,165,120,170,8],"\";":[151,8,47],"\u78ef\u90e8":112,charlie:165,"/run":[85,134],"\u3084\u3059\u304f":138,"\u3084\u3059\u3044":[1,95,27,41,142],"\u5bfe\u8c61table":[137,100,69,108],"_tags":[38,165],"_ctx":[],"\u4ecb\u6587":165,"_buffer":[18,2,155],".scr":151,"*bottom":97,"_selector":[],"5f":151,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[],ceekz:112,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[163,133],advanced:36,"\u542b\u3080\u5168\u3066":52,"\u5c0f\u6587\u5b57":[137,78,3,170,57],poedit:106,"\u6b63\u3057\u304f":[6,67,159,112,163],"\"engine":[16,159,42],"\u6b63\u3057\u3044":[152,16,158],"\u7d20\u89e3":[119,169,133],"\u307e\u308f\u308a":76,successfully:34,"_str":[165,73],jennifer:128,escape:73,"\u73fe\u4ee3":119,tutorial:34,".zip":106,"_right":[23,97,29],".github":[134,106],allocate:[],core:151,deleted:69,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":6,night:[101,79],"\u3001\u300c":[38,1,117,62,129,85,95,65,159],"\u6d88\u3048":82,":type":[73,14],limitation:124,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[6,3],ppa:[],"\u3002ascii":[163,133],"\u3092\u3054\u89a7\u304f":119,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":92,two:[132,8,56],"[@":[6,23,112,67],git:[91,134,106],"[{":[8,47],"[a":118,gib:[58,124],"[test":6,"\u3084\u307e\u306d":[67,112],"[n":112,head:[161,155],removep:69,")senna":158,"\u6253\u3064":134,"\u57f7\u7b46":[80,68,87],"\u9032\u6570":[113,133],"[:":90,"[#":[6,23,99,67],"[\"":[38,95,133,74,11,136,83,27,62,165,159,113],autoconf:23,"\u5185\u8a33":62,"[,":157,"/docs":8,"\u8abf\u3079\u308b":[29,157,112,149],decrypt:134,"(match":102,"_ip":90,check:[],ongaeshi:[6,138,112],"\u305f\u304b\u3063":[16,79],no:[1,36,82,95,112,97,155,136,124],"/mxcl":134,when:[118,67,110],ne:78,ng:78,ny:165,setting:124,"\u5217\u6319":3,tid:107,saerch:[136,16],"\u4e09\u756a\u76ee":133,"\u5024\u3054\u3068":117,"=number":[],"_touch":[138,72],"_unlock":[34,69],sql:117,longer:36,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":113,"\u672c\u756a":134,"_memory":[],"\u4e00\u8cab":[],"[travis":112,",\"tags":38,"\u30d0\u30c3\u30d5\u30a1id":113,"\u30d2\u30c3\u30c8":[95,61,128,62,165,129,112,101,159],row:27,"_same":112,"\u4e00\u822c":[95,3,163,119,15,142,69],environment:[67,70],"}attr":112,"*tid":107,advantage:27,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[163,133],"=get":40,enqueue:121,"6elz":67,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":31,level:[34,5,85,7,8,132,56,155],"\u8208\u5473":119,brother:163,"/db2":47,"/db1":47,"\u6d88\u305b":8,"\u6f14\u7b97\u5b50":[],"\u79d2\u8868":[11,62,65,133],port:[118,151,90,77],"\u5024\u6bce":[95,117],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":134,"\u3044\u308d\u3044\u308d":[],"/load":[60,8,47],"\u56f0\u3063":111,".builtin":72,reply:68,"3\u3064":[148,95,3,117,11,145,12,27,112,122,135,52,160,142,68,116,126],"\u751f\u3058":[88,5,63,7,139,21,94],baseball:[38,68],"\u9ad8\u6a5f":[119,126,61],"=groonga":[118,8],"\u6c17\u8efd":[67,111],"\u6b63\u78ba":[11,71,3],"\u63d0\u4f9b":[],"_success":[34,95,2,14,15,17,132,73],"\uff08ruby":70,"_info":[],"\u9006\u306b":[38,165],"\u30ea\u30f3\u30af":[163,134,11,112,6,91,67,133],"_delete":[81,23,100,69,137],"\u307f\u307e\u3057\u3087":[38,3,79,117,11,165,65,68],"\uff08messagepack":169,handled:8,"-src":135,sports:38,"\"name":102,"\u76f8\u5fdc":100,memory:[],msg:121,outputs:[132,56],"_concurrency":161,"\u30bb\u30c3\u30c8":[40,61,129,100,137,69,94],"\u3044\u308f\u3086\u308b":38,"*dest":100,"_asc":100,".txt":134,"/in":67,"\u672a\u4f7f":67,memry:124,"\uff11\u3064":[83,121],"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[161,126,8,112],"/setup":70,"_sis":[128,129,163,100,57,133],"-docutils":[134,110],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[],":clear":134,shibuya:138,"\u76f8\u5f53":[122,65,3,117],"\u5f15\u304d\u8d77\u3059":[6,112],clone:[],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[23,47],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":70,"\u7f72\u540d":[],"\u6b20\u70b9":119,succeeded:[64,52,153,114],"_ql":67,"\u8efd\u3044":52,"\u30b0\u30eb\u30fc\u30d7":[],subrecord:112,"\u3002tag":38,"_res":151,"/srpm":134,"_descriptor":[2,155],"\u542b\u307e\u308c\u308b":[61,3,134,11,119,145,85,41,62],normalizermysqlunicodeci:170,"\u56f2\u307e":[27,41],"\u56f2\u307f":[145,85,27,41],"[[":[128,85,147,41,40,131,92,114,95,66,133,74,11,101,102,52,38,60,62,145,153,68,159,163,118,165,27],"\u30d9\u30fc\u30b9\u30d1\u30b9":8,"_pass":8,"\u56de\u7e70\u308a":151,cutter:[],"\u6ce8\u76ee":[95,117],"\u3059\u306a\u308f\u3061":11,term:[64,113,79],name:[],"\u500b\u3005":[62,10,61],"\u65e5\u3005":111,"\u534a\u7121":[23,57],"\u5bfe\u8c61column":108,"\u53d6\u308b":155,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":112,"\u30cd\u30b9\u30c8":[6,68,112],"\u30d1\u30fc\u30b9":[23,109,73,142],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":63,"\u6642\u4ee3":119,"\u3042\u3044\u307e\u3044":57,libstemmer:67,"-default":[],"\u4e00\u4ef6\u9032\u3081":137,"\u914d\u7f6e":[3,134],"\u56f2\u3080":[3,27,112],"\u3002key":[100,129,3],"\u30b3\u30fc\u30c9":[78,112,106],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":163,"\u4e92\u63db":[148,116,10,133,134,12,120,135,30,170,47],turn:8,"\"element":74,"\u30db\u30b9\u30c8":[161,134,85,151,6,90,23],yum:[6,148,116,134,110],"\u5b8c\u7d50":111,"-normalizer":[148,116,12,120,6,135,170],"\u304a\u9858\u3044":[151,111],origin:106,fetched:42,redhat:[23,169],"-version":[],"\u3002geopoint":165,"\u30b7\u30f3\u30d7\u30eb":[171,117,142],"_function":[34,2,155],array:113,"\u7d5e\u8fbc":[],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[66,104,142],returns:[34,97,108,118,100,67],kbytes:151,"\u30d1\u30a4\u30d7":64,"\u30a8\u30f3\u30c8\u30ea":[95,133,163,15,164,108],specify:[118,106,8,167,56],"-httpd":[],"(tab":158,"< t1":61,"\u3080\u308b\u3093":[163,133],posix:133,and:[34,36,40,42,8,132,93,95,97,102,100,17,110,56,147,112,65,67,68,69,159,118,27,167,124,73],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":58,"_local":[151,141],ann:134,enourmous:42,"\u53b3\u5bc6":159,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[],takuto:138,"_permitted":[2,155],"\u30d5\u30e9\u30b0":[1,78,3,128,5,83,87,6,7,88,23,94,95,133,74,11,137,14,139,21,57,63,64,113,155,67,99,163,120,170],animation:38,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[55,95,169,85],multiple:[118,159],"_suggest":130,"_down":[2,155],"_interrupted":2,"\u81a8\u5927":119,"\uff09:":[148,60,129,20,12,116,135,131,77],"\u4e2d\u65ad":[6,23,81],geoindex:[],"8mb":170,"\u5c06\u6765":[60,66,74,120,112,150,43,155,131,47],"\u4e00\u81f4":[],"\u547c\u3076":[6,160,142],"\u5ea6y":39,sitecountry:[90,117],"\u540c\u3058\u91cd\u307f":102,"\u88dc\u5b8c":[],"\u3002weight":11,"\u30d1\u30c3\u30b1\u30fc\u30b8":[],"\u5024\u3088\u308a":[95,61],"\u7530\u8fba":112,"_json":93,"\u985e\u7fa9":95,explicitly:[159,110],"[2":85,"\u5f53\u8a72":[10,69],ssh:134,"\"null":6,"_port":151,":')":64,tokenfilterstopword:[],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":129,mapped:124,ignored:[6,72],"\u30b9\u30b3\u30a2\u30fc":[],replies:68,"#'":85,"_suffix":23,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[165,1,57],fails:67,"<gqtp":151,"\"#\"":151,"(..":112,"_tokenize":[],"#{":132,cities:66,come:165,"\u30af\u30ea\u30fc\u30f3":134,quiet:155,"\u30ec\u30b3\u30fc\u30c9id":[],"\u4e00\u822c\u7684":119,color:170,whombx:112,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":6,period:[],"\u6a19\u8a18":67,"\u76f8\u5bfe":[23,95,134],"_clone":134,raring:[67,112],"#proxy":8,"\u5f8c\u4e8c":[],"*db":[69,72,14],"\u6709\u9650":95,"\u4ee3\u308f\u308a":[170,163,145,85,27,41,89,90,169,8,57],engine:[78,136,145,27,41,42,152,16,159],"/vdw":[65,3,117],"_tokenizer":[],"_value":[],"_tokenized":[78,120],"case":[34,124,56],"\u25cb\u25cb":111,"\u30ed\u30ae\u30f3\u30b0":14,shops:129,"\u975e\u63a8\u5968":6,"\u53d7\u3051":[66,3,79,155,112,6,8,84,67,121,47,90],"\u305f\u3068\u3048":62,saerc:[136,16],"\u8aad\u307f\u51fa\u3057":119,archive:[],html:[],"\u5831\u4ee5":78,events:47,"\uff08romaji":159,status:[],"0\u30d9\u30fc\u30b9":95,downloads:89,"[\u8a9e":113,"\u7d4c\u7531":[64,88,143,134,5,151,138,63,6,113,7,139,141,92,21,67,31,71,125,94],without:[159,42,8,27],"[geo":[23,112],"\u30d1\u30bf\u30fc\u30f3":[122,133],"/unit":160,"\u4f5c\u6210\u6e08":85,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],unicode:170,"\u3088\u304b\u3063":62,"\u53ef\u5426":3,except:124,blog:[62,164,68,3],"\\'":[85,163],"\u63a2\u3057":[119,151],"\\\"":[96,145,129,27,41,51,164],"\u9577\u65b9\u5f62":23,hino:112,"\u63a2\u3059":68,"\u3002point":[29,157],"/base":134,"\\\\":[164,145,163],")..":134,"\u3079\u304d":[83,69,155,134,170],"\u3068\u304a\u308a":[58,65,151,117],"*mutex":34,"_send":[15,93,14],"-mm":[132,133],"_host":151,"\u985e\u7d39":62,"\"groonga":[95,133,74,27,152,164,57],frees:34,automake:138,"\u9234\u6728":6,"@uzulla":23,"_unlink":69,mooz:23,"\u4e09\u3064":[66,129],o0:134,"/eval":131,"\uff08personal":[],"\u30b9\u30da\u30a4\u30f3":66,tokenbigramsplitsymbolalpha:[95,78,62,129,150,32],oo:[82,78],on:[34,36,97,69,118,145,27,41,100,78,8,67,93,47,106],ok:153,of:[],"_escalation":[],"\u30e6\u30fc\u30b6\u30fc":[],"\u8a2d\u5b9a\u5024":[149,1],os:[],or:[34,95,97,79,118,100,132,102,65,155,124,67,93,158,163],op:[100,49,73,108,97],"_leading":95,"\u5c11\u306a\u3051\u308c":57,"\u5f0f\u5168":[163,133],"\u884c\u76ee":[122,151,134],"\u30c1\u30e3\u30f3\u30af":113,libmecab:[135,12,134],"{path":169,"\u8a55\u4fa1":[131,164,61,112,133],there:[124,159,163,74],"\u53d7\u3051\u53d6\u308a":[61,3,8],strict:67,"\u300ccomments":165,"/modules":[138,8],"\u901a\u308a":[80,78,83,41,42,92,169,95,66,133,134,136,12,102,93,57,62,145,164,96,84,68,157,70,163,120,27,153],"*escaped":73,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":170,"(location":[38,65,66,165],datasets:167,"\u69cb\u7bc9":[],"\u4f5c\u3063":[117,62,100,8,137,23,170],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[],username:[38,89],"/hostname":[151,85],"\u30de\u30fc\u30b8":[6,106],"\u65b9\u5f62":[66,157],mike:153,"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":112,"\u4f5c\u308a":[68,16,159,57],"\u4f5c\u308b":[38,79,74,165,121,16,142,57,106],"\u8ab2\u7a0b":112,gettext:106,"\u3066\u3057\u307e\u3044":111,"\uff08proc":81,"_type":[],ftp:151,included:67,"\u53d7\u3051\u53d6\u3063":119,"\u3002ctrl\u30ad\u30fc":3,"/mysql":170,"\u30ea\u30bd\u30fc\u30b9":[15,67,101],"\u65b9\u5f0f":[85,68,3,119],":mm":[132,133],"\u30ab\u30d0\u30ec\u30c3\u30b8":[],"\u6c17\u306b":[83,69,106],"/select":[8,90],directory:[34,118,56,155],"4\u3064":[82,27],"-threshold":[],migrated:[95,163,133],"\u306a\u3051\u308c":[35,2,127,83,85,6,8,169,51,95,96,133,74,11,52,14,15,100,57,108,151,64,164,84,69,158,70,163,73],dist:134,executing:[118,14],scalar:74,"\u6761\u4ef6":[],ptr:34,"\u8fd1\u3044\u9806":80,jessie:[67,112],"\u30d3\u30c3\u30c8":[],"\u5b58\u5426":69,"/locale":[106,134,110],"/scalar":127,init:[6,67,169,46],program:[118,56],"\u5b9f\u7528":67,".name":[113,165,164],"\u95a2\u9023":[],"=message":[],"-word":95,systemctl:126,"***":7,llt:78,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[23,134],"\u8a9e\u7248":134,longtext:[39,97],list:[134,56,167,110],"_html":[],"\u304a\u3088\u3073":[3,134,11,119,85,6,169,46],"\u4f4e\u6e1b":[126,138],"\u6d69\u4e8c":6,"<protocol":85,"\u89aa\u5207":138,yappo:[67,36,112],"\u884c\u3048\u308b":[6,38],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":[],"/news":134,tex:78,"/centos":[116,126,134],"_scalar":[79,83,40,41,96,95,66,133,101,102,52,141,38,147,108,62,145,64,164,153,84,68,163,117,165,27,124],cursor:[137,97,107],"(packages":134,sub:[],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[],version:[36,3,4,134,151,14,71,103,90,67,23,8],memcached:[],tags:[38,83,74,92,57],compressed:67,"#worker":8,serihiro:6,"\u6163\u308c":117,allows:27,matsuu:138,options:[],gtihub:23,tokenunigram:[150,32],ocelot:[23,112],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":134,"\u300c\u697d\u3057":129,"/atv":[65,3,117],"\u69cb\u6587":[],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[71,125],"\u7a4d\u7b97":[95,61],"_expire":69,"\u3072\u308d\u3086\u304d":128,"_blank":120,"\u3002git":134,"\u30d7\u30ed\u30f3\u30d7\u30c8":4,"\u524d\u63d0":[],"_supported":[2,155],"\u89e3\u6790":[],"\u79fb\u884c":[23,10],"_encoding":[],"\u306e\u306b\u5bfe\u3057":14,"=table":57,"\u671f\u5316":[6,14],"\u30ea\u30cd\u30fc\u30e0":23,"\u958b\u767a":[],"\u7406\u7531":[],">\u529b":7,recursive:[91,134],stemming:67,"&..":90,overcommit:124,disable:[118,23,8],"_text":[67,73,120,160],"\u30ea\u30dd\u30b8\u30c8\u30ea":[],"-max":[118,23,85],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":160,"-munin":[],"-http":[],specifying:[34,67],"\"book":133,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[],"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":134,"\u9ad8\u307e\u3063":119,disables:[8,110],developed:147,disabled:[132,159],elfring:6,"\"is":11,"\u30bf\u30a4\u30d7":[81,23,151,47],"_link":[2,155],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":105,soccer:38,"\u30d6\u30fc\u30ea\u30a2\u30f3":39,"_large":[2,155],"return":[122,67,132],"\u52d5\u4f5c":[],"\u6d45\u898b":112,"\u5897\u3048":[131,68,78,74],"\u8a71\u984c":22,"-encodiong":133,innodb:119,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":8,"-create":[],"\u5897\u3084":74,weight:[95,108,74,11,6,67],generation:110,"_release":134,"/en":[8,134,110],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":12,"\u6c42\u3081":[119,98],"_new":[6,23,121],"/managers":[8,47],"\u3072\u3053\u3055\u3093":[6,67],generate:[34,110],thread:[34,132,100,151,121],"_ito":23,"_hash":[],"\u30c9\u30e1\u30a4\u30f3":[67,117],"\u5927\u304d":[74,82,6,113,8,57],"\u5e03\u6559":76,"${":[102,95,133,124,106],"\u306a\u306a\u3069":[163,133],gpl:36,passes:134,"\u5b58\u5728":[1,3,129,126,6,90,95,69,14,100,53,141,137,149,151,112,65,84,67,68,157,117,119,138,122,29,8],script:[],gpg:134,"\u3050\u3088\u3046":66,"\u60c5\u5831\u540d":92,passed:134,store:[97,73],gps:119,"\u8a9e\u691c":95,option:[118,132,56,110],"$(":[148,135,116,12,77],"/synonyms":158,"\u4fbf\u5229":[95,78,163,74,11,119,120,122,168,142,169,159],"\u6271\u3048\u308b":[149,112,67],"\u540d\u4e00":[],"\u898b\u308b":2,"\u306e\u304b\u308f\u308a":67,"/groonga":[126,3,83,85,6,89,8,9,91,92,169,148,134,75,12,52,106,20,112,90,23,158,70,116,118,138,135,124,77],"-working":6,"-get":[6,135,12,134,110],",[\"":62,"7e":151,"\u898b\u3066":[122,95,8],"\u307e\u307e":[10,134,117,11,111,112],"\u898b\u3064":[6,136,138],"/#":15,"\u540dn":[92,95],"\u307e\u3060":[60,10,133,136,95,27,71,155,112,131,23],"\u307e\u3067":[58,51,61,3,128,117,82,84,85,112,101,15,17,134,67,68,165,151,106],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,75,12,13,14,15,16,17,20,21,23,25,26,27,29,30,31,73,34,35,88,59,39,40,41,42,43,44,45,46,47,148,169,51,52,53,54,55,56,57,58,38,60,61,62,63,64,65,66,67,68,69,70,71,72,98,135,76,77,78,79,80,81,82,83,85,22,87,89,90,91,92,49,94,95,96,74,100,103,101,102,11,104,105,106,107,108,109,111,112,113,114,116,117,118,119,120,122,123,124,125,126,127,128,129,131,133,134,136,137,139,141,142,143,144,145,146,147,149,150,151,152,153,155,84,157,158,159,160,161,162,163,164,165,166,168,170,171],"\u307e\u305a":[3,79,117,62,165,129,151,89,8,134,133,68,169,106],"\u307e\u305b":[34,35,126,2,3,79,104,80,82,39,129,85,60,41,6,78,90,9,131,92,67,169,47,51,95,66,133,134,74,11,136,151,100,14,15,102,52,16,53,17,164,21,143,83,57,147,43,107,108,62,149,127,150,111,112,101,64,137,153,155,84,23,68,69,158,159,71,170,163,117,152,119,120,27,122,106,73,125,8],"_list":[],"\u307e\u305f":[],"\u3058\u304d":27,"\u307e\u3057":[38,95,66,163,117,62,165,111,112,170,6,16,8,133,67,23,106,134,57],centos6:6,"\u7279\u5b9a":[],superior:27,"[pat":6,"\u9069\u6642":81,"'..":112,"\u66f8\u304d\u5f8c":129,added:[67,100,36,97],"\u3093\u3057\u304d":142,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":61,"\u30d5\u30a3\u30eb\u30bf":6,exec:155,customize:[8,159],"\u30e1\u30fc\u30c8\u30eb":[66,157],"\u89e3\u653e":[71,107,14,15,137,67,69],nothing:93,"\u73fe\u5b9f":117,windows:[],"\u3002id":14,"-oriented":27,"\u9577\u3055":[108,11,54,151,6,100,137,69],orangain:112,"\u624b\u52d5":8,"&query":90,".rb":[67,60,138],"\u304a\u3051":95,"\u304a\u3053":[11,119],"\u304a\u304d":[119,134],"\u304a\u304b":169,"\u304a\u3044":[3,108,134,11,119,112,100,53,23,69,160,106],"\u59cb\u70b9":3,"_call":[2,155,61],"_format":[2,155],firewood:[6,112],"\u304a\u3070":[23,1,112],concatinated:118,"-ftp":151,"\u4f4e\u6a5f":61,"\u904b\u7528":119,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[],"\u629c\u3051\u308b":3,"\u671b\u307e\u3057\u3044":[119,111,134],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":8,longest:100,"\u304a\u3070\u305f":[23,112],"\u305d\u308c":[126,3,79,39,129,42,89,148,95,96,133,134,11,137,83,106,61,107,62,54,71,68,69,163,117,138,57],"\u306b\u304a\u3044":[11,10,134],"\u4fdd\u8a3c":[113,10],"\u6570\u5024":[],"(content":[96,27],"\u30b3\u30df\u30c3\u30c8":134,"\u76ee\u4ee5\u964d":95,art:165,tobby:102,"\u305d\u3053":[11,62,134],"]]":[95,118,136,85,51,153,139,151],"][":[163,112,6,67,23,99],arc:78,are:[34,95,97,74,118,124,159,27,167,42,132,17,112,110,67,73,56,106],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[151,134,106],"_mutex":34,"]}":[11,113,164],"\u30b9\u30b3\u30a2":[95,61,74,62,136,6,118,65,53],"]x":165,"\u5897\u3048\u308b":[150,43],libraries:67,"/non":112,"\u305d\u306e":[],latin:[6,169,85],recently:104,creating:124,"\u5927\u91cf":[82,38,61,3,57],"\u304a\u3088":17,"\u304a\u3089":134,"\u304a\u308a":[67,65],solr:133,"\u672a\u521d":6,"\u30c6\u30fc\u30d6\u30eb":[],license:[36,134],"\u8a02\u6b63":158,"]'":[8,47],context:[73,69,27,8,14],"]\"":[6,165,112],"],":[78,3,79,83,85,40,41,42,90,92,114,128,101,95,66,133,74,11,136,51,102,52,16,141,150,38,147,43,62,145,151,71,113,65,153,84,68,159,163,117,164,118,165,120,27,122,96,170],"]/":90,"])":[59,145,157,17],finds:100,minagawa:112,"\u691c\u7d22id":100,"\u3042\u3068":[134,106],improper:155,"\u30b3\u30de\u30f3\u30c9url":47,"'alice":163,"\u7d76\u5bfe":9,":#{":132,"\u8003\u616e":[62,79],"\u5f0f\u3068\u3057\u3066":73,due:27,pg:84,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":8,po:[],kiske:6,"\u3057\u3084\u3059\u304f":6,"\u6574\u5217":[119,3],"(html":96,"\u8a00\u8a9e\u540d":106,"\u30d9\u30fc\u30b9":[126,78,163,171,119,138,6,100,137,23,133,106],"\u30d8\u30c3\u30c0":[67,112],"\u79d2\u9593":23,"\u5730\u7cfb":66,evaluated:131,"(body":[145,41],"\"sug":152,concurrently:132,"\u5404\u8a9e":113,"\u6027\u5225":119,"_expansion":[],rid:[18,107],"\u30ed\u30fc\u30ab\u30eb":[133,134],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[],"\u6210\u679c":[],"*type":108,"/ppa":12,"\u5065\u4f5c":38,"\u975e\u4e92\u63db":23,"/hoge":85,"\u64ec\u4f3c":[95,163,133],abcde:120,edge:121,nanoseconds:132,"\\bin":89,"\"alice":163,"\u6b8b\u5ff5":11,"\u9006\u5f15\u304d":[],"\u3067\u304d\u308b":[],tables:[124,141,167,42],"\u4e92\u63db\u6027":134,"\u3002keys":100,"\u64a4\u5ec3":[67,138,85],"\u5024\u7528":23,"\u304f\u3060":[126,78,3,128,115,82,39,40,22,6,2,89,90,9,131,96,169,47,148,95,66,133,74,11,136,12,62,52,17,55,83,57,106,60,43,20,149,150,151,112,64,164,65,153,104,67,114,116,163,117,119,120,102,135,165,30,77,8],boost:159,"_finalizer":[46,14],"@wareohji":6,unstable:134,"\u6642\u523b":[122,72,165,151,71,16,162],".title":11,"\u7f6e\u304b":[30,169,158,8],"\u7f6e\u304d":[137,138,69,79,134],"\u7f6e\u304f":169,"[dump":[6,67,112],"\u5404\u8981":74,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,170,133,109,85,14,169,73],"\u304f\u308c":111,"\u69cb\u6210":[148,116,61,3,134,12,126,135],proc:[34,148,95,81,12,116,135,100,46,105],"-drilldown":117,"\u5ea6\u5206":39,"_improper":2,"{type":118,"\u9577\u751f\u304d":57,"\u5b9f\u73fe":[],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[17,112],"=groo":118,range:[92,52,83,155],"\u306a\u304b\u3063":[95,10,3,133,102,5,85,139,63,6,62,7,88,164,84,21,67,151,94],"\u672c\u6587":[68,96],"\u5831\u544a":[],"\u524d\u65b9":[],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":134,shimoda:138,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[67,85,8],"\u7a2e\u5225":120,"long":[55,18],"-stop":[],"/hosts":134,"_links":[2,155],"html\u30bf\u30b0":96,files:[],"-query":[126,3,163,165,145,85,27,41,112,6,102,8,132,23,158,128],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[147,95,87],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":57,aramaki:[23,138],"_op":[49,73,61],"_or":[],caller:46,"_of":[2,155],highlight:[],"_on":[2,155],called:34,"\u63a5\u982d":[23,133,82],associated:34,horikoshi:23,"\u679c\u305f":3,warning:[5,132,7,8],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":74,"\u306b\u5bfe\u3059\u308b":[],grouped:67,tatsuya:6,grn:[],gro:27,newvalue:108,nice:101,generates:167,"\u5c5e\u3057":[39,127,117],"\u305f\u3076\u3093":169,develops:147,drilldown:[],"\u982d\u8f9e":82,"\u300d\u3001":[38,165],"'grn":109,"\u300d\u3002":142,"\u570f\u5185":165,"\u8868\u3059\u578b":39,"-deafult":23,"\u8aad\u307f\u53d6\u308a":[51,52,85],"-package":[],"\u30b3\u30a2":[169,8,47],"-benchmark":[],"-count":71,"\u30a4\u30f3\u30c7\u30c3\u30af":68,"\u958b\u304f\u969b":6,"\u5272\u308a\u5f53\u3066\u308b":[11,82,3],issues:67,"\u30b9\u30ad\u30c3\u30d7":[67,112],"_pvector":73,"\u8a9e\u6271":129,"_by":[34,165,99,130,100,67,137,23,69,73],"\u30cb\u30e5\u30fc\u30b9":101,stable:10,include:[75,67,84],"\u7e70\u308a\u8fd4\u3057\u6570":151,"=gr":118,"\u30de\u30c9\u30ea\u30fc\u30c9":66,"\"saerch":16,"\u30d7\u30e9\u30b0\u30de":95,"\u306a\u3068\u304d":119,"*user":[34,46],"\u3002run":160,"\u3067\u5024":[85,3],ranguba:[15,67,74],"\"complete":152,"-in":[69,134],"-id":[6,85],"_dir":[34,23,134],"|correct":136,"_use":[67,2,155,14],".po":[],smaller:[132,74],".pc":[23,130],"-line":70,"\u3053\u3046\u3059\u308c":111,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[67,68,83,112],"\u3002buf":108,etime:161,"\u30a8\u30f3\u30b8\u30f3":[11,38,95,85,119],"{time":132,"-exact":71,"\u521d\u56de":106,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":80,"\u5341\u5206\u6c17":95,larger:[124,56,42],"\u4e0a\u3052\u308b":62,"/coremodule":8,"_name":[],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":85,"\u30c8\u30e9\u30a4":[23,57,163,133,82],">version":4,"\u5206\u6790":119,apple:170,apt:[134,12,6,135,110,70],"*str":[34,73],expect:67,hardy:138,"*keys":100,"_commit":18,"\u5148\u60c5":165,"\u9001\u4fe1":[],use:[],from:[],"\u3057\u307e\u3057":112,usa:117,"\u3057\u307e\u305b":[95,62,111,8,169,159],"\u5730\u70b9":[65,66],"\u3057\u307e\u3046":[134,119,138,111,112,6,67,23],usr:[85,8,9,169,160,77],"\u3057\u307e\u3044":[11,62,16,151,128],"\u4efb\u610f":[3,134,85,39,151,119],start:[101,118,126],sort:100,"(keyword":73,"_names":72,tokenbigramignoreblanksplitsymbolalpha:[62,150],"?msg":134,"[args":85,endian:67,"-html":[6,138],dropped:67,"\u30b7\u30fc\u30b1\u30f3\u30b9":[16,159,42],tar:[148,116,134,20,12,135,169,77],"_install":[],tag:[38,134],something:67,tab:93,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":67,"/rpmforge":116,sis:23,united:153,satoh:23,"\u30c0\u30d6\u30eb":[163,82,6,23,133,57],six:[132,3],"\u30d5\u30a3\u30fc\u30eb\u30c9":83,sid:[23,113,67],instead:[67,95,85],"_create":[],"\u884c\u3046":[161,38,147,66,128,134,165,129,111,95,6,102,65,138,160,137,67,68,126,57],"\"rectangle":[6,66,157],"\u30a2\u30af\u30bb\u30b5":69,"_configure":112,"\u30a2\u30af\u30bb\u30b9":[161,138,134,11,100,85,17,112,6,52,90,30,23,67,106,8],"\u3042\u308b\u3044":[148,10,108,119,155,163,133,157,29,100,61,8,67,49,57],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":112,"$home":134,"\u30da\u30fc\u30b8":[48,95,3,134,85,112,22,6,30,106],"-msgpack":47,"[github":67,freebsd:[],"\u4eac\u90fd":[62,129],"#groonga":[165,158],"\u300cbill":129,"/stem":147,"\u5bfe\u8a71":[3,90],"%'":67,"\u7279\u5225":[78,163,2,17,169,73,159],"\u30c0\u30f3\u30d7":[6,138,112],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":134,"/apt":[135,134],"/api":47,restart:126,inspecting:67,bye:40,"\u3057\u3046\u308b":67,"\u30b9\u30ad\u30fc\u30de":[95,66,163,164,145,27,41,101,102,153,96,141,84,124,68,133],"\u53c2\u52a0":[76,22],successor:133,articles:68,"_free":34,edit:[],".net":[38,3,134,117,11,22,65,90],"%\\":89,nfs:169,"\u6df7\u305c":[11,136],".overcommit":[],",\"link":11,"\u5c3a\u5ea6":119,related:124,"\u89e3\u6c7a":[6,23,111,113,149],remove:[69,120],out:151,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":165,supports:[34,67,36,56],dictionary:170,"\u30ec\u30a4\u30e4":61,york:[165,66],"8r":[6,169,85],lts:[12,134,70],"\u4e00\u90e8":[6,63,3,134,152],"_nsubrecs":[53,108,117],lte:78,auth:[8,47],"\u304a\u3059\u3059\u3081\u3057":[126,163,134,133],"\u8aac\u660e":[],"1\u305a":[10,53],"\"tags":74,"\u53d6\u308a\u8fbc\u307e":134,"\u53d6\u308a\u8fbc\u307f":23,"_symbolic":[2,155],"\u8d77\u70b9":95,utc:133,"\u78ba\u8a8d":[],"_qlog":6,"\u5207\u308b":[67,8],"\u304a\u304b\u3057":138,makefile:134,compatibility:170,priority:159,their:124,"1\u3064":[78,127,82,83,41,8,9,131,114,47,95,133,74,136,102,57,58,38,60,151,111,112,152,155,23,68,163,164,165,27,104],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":85,developer:165,"\u7279\u5316":[133,106],"\u30d5\u30a9\u30eb\u30c0\u30fc":89,"-jumandic":148,"\u64a4\u53bb":23,"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[1,31,112,69,74],"_unsupported":2,"\u554f\u3044\u5408\u308f":61,".grn":[8,141],"\u9001\u308a\u65b9":[],"\u82e6\u624b":119,"\u30ab\u30bf\u30ab\u30ca":[137,136,170,159],ueno:[6,138,130],"\u76ee\u304f\u3089\u3044":57,"_expanders":[158,9],"(age":84,which:[34,67,159,56,118],inverted:[67,27],"\u901f\u3084\u304b":10,".travis":70,"\u7d44\u8fbc\u578b":[],"class":[145,96,27,41],"_build":160,"_term":36,"_delimited":36,"\u6dfb\u4ed8":6,"_is":[122,23,2,155,69],gronga:[152,158],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[],"_in":[],"_ii":[],"-output":[95,96,145,151,27,41,112,6],"_id":[34,35,95,3,108,134,18,99,100,14,137,65,53,67,107,23,69,73,133],"_delimiter":[78,120],"\u6307\u3057":11,"\u5bfe\u8c61object":[35,72,81,69,46,105,108],"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":165,",\n#":[38,95,78,3,163,74,11,165,40,102,65,90,133],"\u5bfe\u8c61":[78,3,129,41,88,127,49,47,94,95,10,134,136,14,51,102,100,139,141,137,121,57,38,61,107,108,62,145,63,64,153,23,68,69,99,160,161,163,106,119,27,165,169,31,73],"_truncate":[23,100],cache:[],"\u30b7\u30a7\u30eb":[169,151,163],daiki:[6,138,130],candidates:159,"*newvalue":108,palallel:134,local:141,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":169,"\u6295\u7a3f":[],"\u4ed8\u3051\u308b":[121,147,170,3,79],"!condition":133,"!xxx":67,"\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb":67,nvars:46,",\n{":[147,163,117,74,136,42,102,16,8,164,133,68,170,159,128],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[95,8],words:[67,133],"\u30b7\u30a7\u30a2":22,"\u3070\u3044\u3051":[35,95,169,127,108,74,158,83,163,100,70,6,164,52,8,133,69,73,57],"(column":[67,145,27,41,84],",\n[":[27,141],",\n]":[62,164,65,128],candidate2:136,candidate1:136,queries:[151,27],view:118,"\u304b\u304e\u308a":151,"=fedora":134,"\uff08\u578b":54,"\u884c\u6570":23,acquires:17,"\"table":85,dll:[6,23,67],"\u30ea\u30c8\u30e9\u30a4":17,".askmonty":67,"\u4e43\u6bc5":138,job:151,homebrew:[],"\u3084\u305d\u306e":153,april:134,"/local":[169,8,134],"\u672a\u5bfe":6,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[6,30,138,85],"_var":[34,67,73,46,54],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[169,89],table:[],"\u671f\u5f85":119,rpm:[148,116,134,138,112,6,67,23],"\u304a\u3059\u3059\u3081":47,"\u30b5\u30d6\u30bb\u30c3\u30c8":[39,100],"=gro":118,"\u9bae\u5ea6":101,"_refused":[2,155],"\u78ba\u5b9f":16,porting:36,"\u521d\u671f\u5024":161,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":6,"\u5927\u6587\u5b57":[3,57],sufficient:34,"-cache":[85,112],hmm:165,"\u5024\u578b":11,"\u672a\u5b9a":11,"\u4f4f\u6240":6,will:[34,124,69],"\u793a\u3059":[122,95,2,163,102,11,145,164,27,41,51,29,66,133,96,153,84,92,157,47,128],"\u793a\u3055":92,"\u793a\u3057":[80,66,3,134,117,62,25,120,71,2,90,68],thus:[56,167],"-debug":138,"*src":100,avg:161,"\u8fd4\u4fe1":[165,68,111],uptime:[1,3,4,71,90,8],"\u5185\u90e8":[71,134,11,18,27,14,15,100,67,69,99],"\u578b\u304b":39,"\uff08longest":[23,133],"\u6ce8\u610f":[95,96,3,163,117,74,11,151,112,62,100,8,134,128,23,133,47,57],gets:[34,14],"\u691c\u7d22key":100,"\u6587\u8108":164,"\u5168\u6587\u691c":[],english:[95,159,22,110],uzulla:23,"\uff01:":169,"@kiske":6,normalizermysqlgeneralci:170,"\u521d\u671f\u5316":[6,46,14],tcp:85,")=":149,"_device":[2,155],"(windows":151,"\u5236\u7d04":58,"(name":34,unsigned:[34,108,18,15,100,54,137,67,69,73,46],"\u627f\u8a8d":67,other:[34,17,56],"\u9ad8\u7cbe":119,moritars:68,qwik:141,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[23,169,160,123,106],execute:[118,56,42],"\u300c\uff76":170,"'pid":85,"\u30b9\u30ec\u30c3\u30c9":[119,121,151,14,85,47],"\u307e\u305f\u3044":[6,66],earch:78,";rroonga":[145,41],james:128,"_threshold":[],"\u307e\u305f\u3050":[],"lzo\u3044":64,"_push":61,because:[4,118,42,8,124,67,159],sequence:[136,167,42,16,132,159],"-host":151,platforms:34,vojtovich:67,"\u30b3\u30e1\u30f3\u30c8":[],"_sortby":[],"_exists":[2,155],"\u306e\u307b\u304b":[11,39],"\u96e2\u308c":65,leak:67,"\u2192id":82,"\u7d44\u5408":102,"enum":72,"\u7acb\u3061\u4e0a\u304c\u3063":151,"*path":[100,72,108],"\u518d\u691c":142,"\u306e\u3044\u305a\u308c\u304b":[29,100,49,157,54],"\u305d\u308c\u305e\u308c":[78,3,4,82,129,85,169,95,133,134,11,102,100,57,61,62,65,155,67,68,69,160,117,122,30],"\u5358\u72ec":[151,108],column:[],universe:12,"_nofile":[132,112],".html":[85,8,134,106],"$groonga":134,"\u6570\u5b57":[62,16,151,57],"_length":[34,155],"\u5b9f\u7a3c":161,transfer:[119,126,155],debian:[],"*key":100,"var":[34,61,83,85,8,169],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":70,"\u30d5\u30a3\u30eb\u30bf\u30fc":164,palalles:134,"-pid":[23,85],"\u30b9\u30cb\u30da\u30c3\u30c8":[27,112],"\u73fe\u5728":[87,80,162,3,72,134,119,151,14,15,161,52,104,165,21,107,69,46,57],"\u6700\u5f8c":[78,133,134,11,138,151,14,6,62,8],"\u7834\u68c4":[46,14],squeeze:[112,134],"\u6848\u5185":[111,134],"\u30e1\u30f3\u30d0":100,"\u56fa\u6709":[81,74],whether:69,record:[66,3,74,11,100,97,90,67],"\u30ed\u30b0\u30a4\u30f3":134,"\u4e00\u9577":119,"\u6c7a\u5b9a":95,blogs:62,"\u305d\u308c\u3086\u3048":[11,163],"\u7a4d\u7528":95,"8bit":39,"\u7acb\u5834":76,"\"se":159,"@github":134,"\u52a0\u3048":[11,61,128,70],book:133,bool:[147,163,11,39,112,40,29,157,128],"-analyzer":[6,23],"\u306f\u307e\u305a":134,".gpg":134,"-sortby":112,".location":165,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":138,"\u3002mroonga":[119,69],"\u9054\u3059\u308b":137,emerg:[5,7],"\u5909\u66f4\u70b9":[],"\u306f\u307e\u3060":[52,47,171]},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 \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","macro","C \u306e\u30de\u30af\u30ed"],"4":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"]},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. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","7.3.3. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","7.2. \u51fa\u529b","7.3.16. <tt class=\"docutils literal\"><span class=\"pre\">log_level</span></tt>","2.1.2\u30ea\u30ea\u30fc\u30b9 - 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. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","12.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","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. \u88dc\u6b63","7.18.1. \u5168\u4f53\u8a2d\u5b9a","7.18.12. <tt class=\"docutils literal\"><span class=\"pre\">grn_ii</span></tt>","8. \u4ed5\u69d8","2.7. Oracle Solaris","7.3.18. <tt class=\"docutils literal\"><span class=\"pre\">log_reopen</span></tt>","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","7.10. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","7.18. API","7.3. \u30b3\u30de\u30f3\u30c9","7.12.12. snippet_html","5. \u30b5\u30fc\u30d0\u30fc","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. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","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. \u63d0\u6848","7.3.20. <tt class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></tt>","7.14. \u30b5\u30b8\u30a7\u30b9\u30c8","7.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","7.18.17. <tt class=\"docutils literal\"><span class=\"pre\">grn_proc</span></tt>","5.3.1. \u6bd4\u8f03","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","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. \u5236\u9650\u4e8b\u9805","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. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6","7.12.3. geo_distance","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","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","\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","12.2.3. C API","12. Groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","7.3.33. <tt class=\"docutils literal\"><span class=\"pre\">tokenize</span></tt>","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.13.1. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","7.18.11. <tt class=\"docutils literal\"><span class=\"pre\">grn_hook</span></tt>","7.5. \u30c6\u30fc\u30d6\u30eb","7.3.8. <tt class=\"docutils literal\"><span class=\"pre\">column_list</span></tt>","7.12.1. between","7.1.2. groonga\u30b3\u30de\u30f3\u30c9","5.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u7528\u306e\u8a9e\u5f59\u8868\u306e\u4f5c\u6210","7.3.31. <tt class=\"docutils literal\"><span class=\"pre\">table_remove</span></tt>","2.1. Windows","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","12.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","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","1.3.0\u30ea\u30ea\u30fc\u30b9 - 2012/01/29","7.18.19. <tt class=\"docutils literal\"><span class=\"pre\">grn_table</span></tt>","7.15. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","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. \u56fd\u969b\u5316","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","3.1.2\u30ea\u30ea\u30fc\u30b9 - 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. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","7.1.7. groonga-suggest-httpd","1. Groonga\u306e\u7279\u5fb4","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. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","7.17. Tuning","7.3.26. <tt class=\"docutils literal\"><span class=\"pre\">shutdown</span></tt>","5.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","7.6. \u30ab\u30e9\u30e0","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","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. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","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. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","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. \u95a2\u6570","7.12.6. highlight_full","11. \u958b\u767a","7.9. Token filters","2.6. Fedora","10.2. mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","7.3.34. <tt class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></tt>","7.1.3. groonga-benchmark","7.14.1. \u306f\u3058\u3081\u306b","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. \u88dc\u5b8c","12.3.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","7.1.1. grnslap","7.12.9. now","7.11.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","7.12.13. sub_filter","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","7.13. \u64cd\u4f5c\u65b9\u6cd5","7.1.6. groonga-suggest-create-dataset","6. \u30af\u30e9\u30a4\u30a2\u30f3\u30c8","2.8. \u305d\u306e\u4ed6","7.7. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","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:{"_pat":82,"\u5f62\u5f0f":[51,122],senna:36,"\u6539\u826f":[1,36,138,112,130,6,67,23,99],"\u7b26\u53f7":133,"\u6d41\u308c":106,"-prefix":169,prefix:61,comments:165,"\u6761\u4ef6":[65,96,95,134,163],query:[102,95,155,132],"-lzo":169,"\u5fc5\u9808":[95,66,118,83,120,40,102,52,78,114],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":90,"_filters":[78,57],"\u30d3\u30c3\u30c8":133,"\u5dee\u6f14":133,"-release":134,"\u901a\u4fe1":121,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[118,4],to:[118,159,42],"_column":[53,108],snippet:27,"\u524a\u9664":153,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":160,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[151,33],string:[40,78,120],groonga:[48,126,36,134,167,118,119,121,85,86,61,154,8,156,30,76,106,56,151,90],"\u95a2\u9023":[68,95,8,13,56],"=message":169,"\u304a\u6c17":165,"\u5165\u308a":165,facebook:22,"\u30b5\u30f3\u30d7\u30eb":[161,151],"_database":8,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[158,160,123],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":68,"\u52d5\u4f5c":[160,16,159,134,42],"\u30b9\u30af\u30ea\u30d7\u30c8":[133,134],"\u3068\u3057\u3066":39,"\u3065\u3051":10,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,22],"-escalation":169,"\u6761\u4ef6\u5f0f":163,"\u7c21\u5358":95,path:60,"\u30aa\u30d7\u30b7\u30e7\u30f3":[161,151,85,167],".po":106,"\u8ad6\u7406\u548c":163,"\u4ed8\u4e0e":68,"\u771f\u507d\u5024":[11,133],"-benchmark":151,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":147,"\u6f14\u7b97\u5b50":133,"\u88dc\u5b8c":[152,159],"\u7701\u7565":[40,66,118,120,102,78],sub:164,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":134,"\u4ed8\u304d":[38,133],"\u30ea\u30c6\u30e9\u30eb":133,"\u6210\u529f":122,"new":52,tips:134,"\u683c\u7d0d":39,memcached:90,body:122,"\u30d1\u30c3\u30b1\u30fc\u30b8":134,"\u6587\u6cd5":65,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":163,"\u30c6\u30b9\u30c8":160,"\u30bf\u30b0":38,"\u9069\u7528":74,"\u5b8c\u5168":129,ubuntu:12,"\u6e96\u5099":[79,134],"\u3042\u308b":165,softwares:110,"\u95a2\u4fc2\u5f0f":61,mmap:149,"\u4e26\u5217":134,"_key":82,"\u63d0\u4f9b":111,"\u4e3b\u30ad\u30fc":[39,128],blogroonga:134,"_version":[103,10],"_name":[52,145,114],"_output":95,"\u5165\u6f14":133,"_info":35,changes:36,options:[118,56],"\u7ffb\u8a33":[134,106],"\u30af\u30a8\u30ea":[119,61,79],"\u30de\u30c3\u30c1":133,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":8,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[76,13],"\u6587\u5b57\u5217":[11,133],api:[75,25],"_table":[137,100,61],select:95,"\u9001\u4fe1":90,use:145,"\u69cb\u6587":[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,153,104,84,114,71,163,164,120,27,96,31,125],"\u624b\u9806":134,zip:89,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":61,"\u30d5\u30ec\u30fc\u30ba":163,"_no":82,https:47,tokenize:78,scope:164,"_flags":95,"\u3066\u308b":165,"\u60c5\u5831":[80,134,119,111,65,154,165,160],"\u30d6\u30ed\u30b0":134,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":24,"\u3059\u308b":[0,134,117,74,62,149,159,111,42,118,16,8,68,56,160],normalizer:[78,145,43,120,57],"\u7d4c\u7def\u5ea6":11,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":133,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":134,vm:124,"\u3053\u3068":134,"_base":8,"_command":103,"_escape":145,"\u4ee5\u4e0b":163,"\u4ee5\u4e0a":[163,133],"\u30b8\u30aa\u30b5\u30fc\u30c1":38,"\u8d77\u52d5":[126,90],"\u3060\u3051":[111,74],"\u524d\u63d0":134,install:[169,110],clearlock:94,"\u89e3\u6790":160,"\u7de8\u96c6":106,"\u6bd4\u8f03":[133,47],"_encoding":109,"\u304c\u3063":68,process:[124,132],"\u53d6\u5f97":[3,134],"_install":169,"/linux":135,"\u660e\u793a":134,"\u958b\u767a":[146,154,111],"\u548c\u4ee3":133,normalize:120,"\u7406\u7531":111,"\u8fd4\u5024":[59,95,162,98,29,30,157],sphere:66,"\u540d\u524d":[161,59,162,98,151,39,85,167,29,53,30,157],"\u691c\u51fa":160,normalizernfkc:170,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":89,how:[159,42],"\u548c\u6f14":133,"\u9664\u7b97":133,"\u5b9f\u884c\u4f8b":[35,69,107,72,81,18,109,100,14,15,137,103,97,54,55,49,73,46,105,108],"\u8fd1\u508d":133,"\u30b3\u30de\u30f3\u30c9":[26,3,90,85,30],"_create":[64,8,57],"-gqtp":126,"\u7d42\u4e86":[126,8,90],"_proc":46,max:[124,104,84],clone:106,"\u4e57\u7b97":133,mac:77,callback:61,offset:95,"\u6642\u9593":[165,133],"\u7f72\u540d":134,data:[56,159,8,42],"\u30ea\u30dd\u30b8\u30c8\u30ea":[91,106],"\u8a2d\u5b9a":[134,118,17,8,47,70],"-munin":169,"\u66f8\u5f0f":[161,59,162,3,98,118,151,85,29,8,30,157,56],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[11,74],register:9,"-files":134,"\u7d22\u5f15":119,"\u30b0\u30eb\u30fc\u30d7":[163,133],freebsd:124,"\u30a4\u30f3\u30dd\u30fc\u30c8":134,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":140,"\u30c4\u30a4\u30fc\u30c8":111,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[48,13,134],rand:59,grntest:134,"\u30d1\u30c8\u30ea\u30b7\u30a2":128,"\u623b\u308a\u5024":[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,120,27,96,31,125],"\u305f\u3044":134,gqtp:[121,126,155,90,115],"\u6d6e\u52d5":133,"_api":61,"_match":55,"_rename":52,"\u6587\u66f8":[16,133],"=platform":169,"\u63a5\u7d9a":90,tsv:[122,158],"\u4ee5\u4e0b\u6f14":133,"\u8a98\u5c0e":111,cutter:[160,134],"\u57fa\u672c":[3,133],greater:61,"\u30d7\u30ed\u30c8\u30b3\u30eb":[90,155],number:124,"\u52d5\u7684":101,not:61,"\u8a8d\u8a3c":47,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":90,now:162,"\u5c0f\u306a\u308a":[163,133],"\u90e8\u5206\u4e00\u81f4":[],"_select":61,"-pack":169,name:[52,57],edit:98,"-encoding":169,"\u66f4\u65b0":[119,134,106],kern:124,token:[147,78,57],mode:[40,78,61],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,".overcommit":124,status:[71,155,167],"-create":167,"\u4e26\u3079":3,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":82,normalizerauto:170,"\u751f\u6210":[106,134,110],"\u74b0\u5883":[160,134],"\u5b9f\u4f8b":61,"\u9032\u3081":111,"_cache":[15,8],http:[30,126,171,4,90],"\u5373\u6642":119,"\u30d8\u30c3\u30c0\u30fc":155,todo:[102,27],"\u9001\u308a\u65b9":[0,106],"-match":169,"\u30ab\u30d0\u30ec\u30c3\u30b8":160,"\u7def\u5ea6":119,"-default":169,"\u5bfe\u5fdc":[80,111,47],"\u90e8\u5206":129,red:134,rk:159,"_content":93,nofile:124,"\u30e6\u30fc\u30b6\u30fcid":165,proxy:8,"_string":[102,164],"\u305f\u3081":[95,61,111],"\u7d50\u5408\u5f0f":163,"\u4ed5\u69d8":19,"\u4e8b\u9805":[58,39,151],launch:118,freecode:134,filter:[164,95],"\u53ef\u80fd":[147,66,118,119,120,40,102,78,8],"\u306b\u3088\u308b":[68,128,117],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":119,"_hash":82,"_user":105,"\u30d9\u30af\u30bf\u30fc":39,"\u3078\u3068":111,"\u6e1b\u7b97":133,suffix:61,"\u8aac\u660e":[161,59,162,98,151,39,85,29,53,30,157],"-version":10,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":21,"\u5909\u66f4":[62,138,47],"\u7d44\u307f\u8fbc\u307f":[170,85],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":134,open:[124,145],size:155,"\u78ba\u8a8d":[134,106],"\u7d5e\u8fbc":65,"\u30b9\u30b3\u30a2\u30fc":95,script:131,introduction:110,"\u30ab\u30b9\u30b1\u30fc\u30c9":153,"\u4fee\u6b63":[1,36,138,112,130,6,67,23],"\u5bfe\u7b56":[62,149],"\u6c38\u7d9a":82,"_obj":69,"\u30da\u30fc\u30b8\u30f3\u30b0":95,"=encoding":169,"\u306f\u3058\u3081":152,configure:[169,134,110],releases:67,update:[159,134,110],"\u5168\u6587\u691c":[3,87],"\u8ffd\u8de1":0,".com":134,"\u4e00\u81f4rk":159,"\u5b66\u7fd2":[118,152,16,159,42],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":57,"-httpd":[118,126,8,86,56],"_index":107,"_untag":96,"-log":169,"\u66ff\u3048":3,"-http":126,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":8,"\u30c6\u30fc\u30d6\u30eb":[58,3,11,82,39,102,165,68,56,57],"_expander":[102,95],"\u3044\u304f":111,hashtags:165,"\u30a8\u30e9\u30fc":[122,149],"-zlib":169,"\u56fd\u969b\u5316":106,"\u5834\u5408":[122,68,134],"null":133,"_circle":157,"\u3044\u308b":80,"\u7279\u6b8a":151,"\u4e00\u89a7":[165,2,24],"_list":[150,92,83,43],min:84,check:113,"\u304b\u3089":[148,116,12,111,135,89,169,77],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":57,"-with":169,"\u7279\u5b9a":[160,134],"\u307e\u3068\u3081":134,"-dataset":167,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":170,"_distance":[66,98],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":160,mroonga:119,libmemcached:160,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":74,"\u7d22\u7528":[3,87],"\u6a5f\u80fd":80,gzip:47,"\u7d44\u8fbc\u578b":39,"\u30b5\u30b8\u30a7\u30b9\u30c8":44,synopstis:167,"_put":7,windows:[89,134],geoindex:165,request:[118,106],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":117,"_in":[29,157],"_ii":18,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":134,"\u30b5\u30fc\u30d0":[119,90],"\u30ed\u30fc\u30c9":[165,3,74],"_processes":8,tokenfilterstem:147,"\u3084\u308a":111,keywordn:145,"\u30ec\u30b3\u30fc\u30c9":[95,3],"-po":134,"\u5270\u4f59":133,"\u30d5\u30a1\u30bb\u30c3\u30c8":95,"\u30d1\u30c3\u30c1":106,"\u304a\u304f":111,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":134,"\u8ffd\u52a0":[170,134,106],protocol:155,"_cursor":[137,107],"\u3044\u308d\u3044\u308d":11,"\u5c0f\u6570":133,xml:122,depended:110,ellipsoid:66,"\u4e0d\u7b49\u4fa1":[163,133],grnslap:161,cache:[95,104],"\u9ad8\u5ea6":95,"\u65e5\u6642":11,"-plugins":169,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":134,"_equal":61,"\u65b9\u6cd5":[10,134,74,62,149,166,42,101,16,76,13,159,160,106],"\u30ea\u30ea\u30fc\u30b9":[1,134,138,112,130,6,67,23,99],rectangle:66,"\u4e00\u6642":82,"\u6295\u7a3f":165,"-server":126,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":47,wheezy:135,get:118,db:61,clang:160,"_html":[145,27,41],"_limit":[95,8,104],cannot:149,"\u7b97\u5b50":133,"_eval":131,"\u91cd\u307f":[68,74],geo:[29,66,157],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[10,47],reading:159,"\u5171\u8d77":[16,159,42],"\u5229\u7528":[65,147,8],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":62,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"_search":49,"\u7d50\u679c":[62,151,3,117],tokenfilterstopword:147,"\u52a0\u7b97":133,"\u6570\u5024":11,contain:61,release:67,"\u64cd\u4f5c":[166,3],"\u3084\u308b":134,"\u5426\u5b9a":[163,133],"\u5236\u5fa1":133,filters:147,dump:141,"\u4ee3\u5165":133,travis:70,tokenizers:32,domain:117,arg:61,close:145,"\u8a00\u8a9e":106,"\u65b0\u898f":134,"\u7528\u79d8":134,"\u9006\u5f15\u304d":38,"\u985e\u4f3c":[16,133],"\u7ba1\u7406":[8,90],"\u5c02\u7528":90,"\u30e2\u30b8\u30e5\u30fc\u30eb":8,"_tokenize":40,between:84,"\u305d\u306e":169,"\u7bc4\u56f2":[3,57],javascript:65,"\u8868\u73fe":61,"_geo":97,"\u4f4d\u7f6e":[80,66,119,65,10,165],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":119,"\u904e\u53bb":111,key:57,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":151,homebrew:[134,77],users:165,"\u30b7\u30d5\u30c8":133,"\u306b\u5bfe\u3059\u308b":68,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[163,133],"_level":[5,8],"\u6392\u4ed6":133,"\u518d\u8d77\u52d5":126,"\u77e5\u308a":134,"-suggest":[118,56,167],"\u306a\u3057":[133,47],equal:61,"-document":110,"\u30b5\u30fc\u30d0\u30fc":[30,126,28],"\u88dc\u6b63":[152,16],"\u8ad6\u7406":[163,133],"\u306a\u3044":[39,111],"\u975e\u308f\u304b\u3061":129,"delete":153,load:51,"\u8a9e\u5f59":[3,87],ci:70,"\u4f5c\u6210":[165,87,3,134,57],point:66,period:36,"\u62bd\u51fa":133,header:122,"\u7f6e\u63db":102,"\u95a2\u6570":[144,133,160],"\u6574\u6570":133,shutdown:125,news:36,table:[95,88,82,83,40,52,92,114,57],quit:143,tuning:124,"\u30e1\u30e2\u30ea":124,"\u767b\u9332":[0,134],json:[51,122],"\u91cd\u307f\u4ed8\u304d":74,"\u306b\u95a2\u3059\u308b":39,po:134,"\u7528\u3044":[21,65],define:139,"(geopoint":165,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[132,158],"-help":169,"_tokenizer":57,"\u7591\u4f3c":53,"_value":84,"\u5b9f\u884c":[45,61,134,151,8,160],"\u7a2e\u985e":11,"_log":8,"-message":169,ruby:[131,60],gnu:135,"\u5168\u4f53":17,plugin:34,"\u30a8\u30b9\u30b1\u30fc\u30d7":163,value:57,"\u5236\u9650":[58,117,74,82,39,151,158],cast:50,near:61,"\u691c\u7d22":[38,95,129,3,79,80,62,119,74,42,163,65,16,165,128,133,68,159,57],"\u5f8c\u65b9\u4e00\u81f4":[],"\u30e9\u30a4\u30d6\u30e9\u30ea":[119,169],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":47,"\u540c\u3058":62,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":22,geopoint:165,"\u6982\u8981":[34,35,2,5,82,83,60,41,40,78,88,8,9,131,92,93,145,46,137,94,51,95,10,97,74,49,136,100,103,14,15,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,119,96,120,27,122,7,164,105,124,31,125],"\u6307\u91dd":111,"\u5fc5\u8981":96,"\u5f15\u6570":[78,5,83,85,40,41,7,88,96,131,92,94,95,66,98,136,51,102,52,139,141,21,143,56,57,59,60,151,145,63,64,113,153,104,84,114,157,161,71,164,118,120,29,124,31,125],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":134,"_expansion":95,"in":36,"\u30ec\u30b3\u30fc\u30c9id":82,"\u95be\u5024":62,".maxfileperproc":124,"\u8a9e\u5f59\u8868":57,"\u5ea7\u6a19\u5024":133,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":134,fedora:148,"\u4f7f\u3044\u65b9":[78,4,5,83,40,41,42,7,88,8,9,131,92,94,101,95,66,74,136,51,102,52,16,139,141,21,143,56,57,60,43,151,145,150,63,64,113,153,104,84,114,158,159,71,164,118,120,27,96,31,125],"_rectangle":29,suggest:136,make:[169,134],"\u4f8b\u3048":111,"\u6210\u679c":106,archive:12,"\u7a4d\u6f14":133,"_filter":164,html:[96,106,110],"-learner":56,messagepack:122,"\u30ad\u30fc\u30ef\u30fc\u30c9":[62,165],".max":124,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":37,".po\u30d5\u30a1\u30a4\u30eb":106,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":8,"\u306e\u306b":62,"\u8ab2\u984c":0,"\u30b9\u30c8\u30ec\u30fc\u30b8":119,"_data":105,"\u5834\u6240":[111,158],desctipion:167,"\u7570\u306a\u308b":62,"\u3067\u304d":39,database:[118,56],"\u307e\u305f":68,"\u3055\u307e\u3056\u307e\u306a":65,"_hook":81,flags:[40,78,120,155,57],sortby:95,"\u51fa\u529b":[122,95,3,4,106],"\u30c4\u30fc\u30eb":[169,8,90],the:[67,124],lcov:160,"-localstatedir":169,"_path":[118,8,56],"\u8868\u793a":3,"-platform":169,solaris:20,"-path":169,less:61,"(v":61,"_tagn":145,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":121,"_ctx":14,"\u5171\u6709":119,"\u30ab\u30e9\u30e0":[58,66,3,117,53,127,68],"_pack":169,"\u547c\u3073\u51fa\u3057":133,"\u5f8c\u65b9":[133,163,128],"\u3067\u304d\u308b":[61,111],loading:8,tokenizer:[150,78],"\u30d1\u30e9\u30e1\u30fc\u30bf":[68,10],"\u30bd\u30fc\u30c8":[65,117],defrag:31,"_selector":139,"\u660e\u793a\u7684":66,"\u62e1\u5f35":79,"\u4e00\u81f4":[133,159,129,163,128],hat:134,match:[102,68,95],"\u7d4c\u5ea6":119,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":119,"\u8ad6\u7406\u7a4d":163,"\u9759\u7684":[101,160],"\u4fdd\u5b58":[11,57],nginx:8,"()":61,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":168,"\u30bd\u30fc\u30b9":[148,116,12,135,89,169,77],"\u7a4d\u4ee3":133,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":90,"\u5354\u529b":111,"\u691c\u7d22\u4f8b":61,"\u5168\u6587":[62,119,65,3,68],"-command":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,47],"_expr":[61,73,142],adjuster:95,"_threshold":95,"\u4f5c\u696d":134,"\u307e\u305f\u3050":68,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":90,old:67,learning:[56,42],centos:116,"_db":72,linux:124,"\u30b7\u30b9\u30c6\u30e0":[0,165],"\u5358\u8a9e":133,"_dat":82,"\u4f7f\u7528":124,"\u5727\u7e2e":47,"\u30b3\u30e1\u30f3\u30c8":165,"_sortby":95,"\u5411\u3051":[154,134],"\u5bc6\u9375":134,"\u66f8\u304d":129,"\u53c2\u7167\u578b":74,per:124,exit:167,allocate:149,"\u30af\u30a8\u30ea\u30fc":[8,24,163],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":126,"\u30d3\u30eb\u30c9":[148,116,134,12,135,89,169,77],"\u5206\u3051":129,run:110,"\u5168\u6587\u691c\u7d22":163,"\u53c2\u8003":[78,5,82,83,60,41,40,2,131,94,95,136,51,102,139,142,21,57,147,43,145,150,164,153,104,158,120,27,167,122,7,170],"\u3046\u307e\u304f":111,"\u30c7\u30d0\u30c3\u30ac":160,"\u4f9d\u5b58":169,"\u3042\u308a":[163,133],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":47,"\uff08personal":12,"\u5927\u306a\u308a":[163,133],output:95,"\u96c6\u8a08":119,from:56,post:[8,47],"_query":8,"\u6319\u52d5":129,by:8,"\u5b9f\u73fe":61,"_border":84,"package":12,column:[145,63,41,64,52,84,83],of:124,"_escalation":[55,95],"\u30e6\u30fc\u30b6\u30fc":[165,111],location:66,os:77,"\u524d\u65b9\u4e00\u81f4":[],ppa:12,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":47,"_reopen":21,"\u5b9f\u9a13":23,"\u3053\u3061\u3089":111,"\u30ad\u30e3\u30c3\u30b7\u30e5":[95,8],"\u4ed5\u65b9":106,"\u5831\u544a":0,"\u524d\u65b9":[133,159,163,128],"\u7279\u6709":8,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":160,log:[5,21,7,56,132],"\u8907\u6570":[68,117,47],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":151,"_prefix":169,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":165,"\u30d0\u30fc\u30b8\u30e7\u30f3":[138,1,10,130,134],"_remove":[88,63],redmine:111,"\u30ed\u30b0":21,"\u5c55\u958b":24,"\u7b49\u4fa1":[163,133],"\u63d0\u6848":[118,152,42],"cpu\u30b3\u30a2":47,twitter:[111,134,22],"\u30d5\u30a9\u30ed\u30fc":165,files:[124,56,167],"_full":145,"\u6027\u80fd":[8,47],memory:149,"\u72ec\u81ea":133,"\u7b97\u8853":133,"with":110,"_load":60,pull:106,"_or":84,"default":[10,57],"\u69cb\u7bc9":[101,160],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":134,limit:95,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":119,"\u304a\u3055\u3089\u3044":111,highlight:[145,41],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[34,35,81,18,93,46,49,103,14,15,100,17,137,105,107,108,54,109,55,97,69,72,73],"\u304a\u77e5\u3089":[67,1,138,130],similar:61,"\u30d5\u30a1\u30a4\u30eb":[45,61,134,110,158,47,106],"\u611f\u8b1d":[1,138,112,130,6,67,23,99],bigram:165,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":134,approximate:66,command:10,"\u69d8\u3005":160,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":165,enable:110,"\u56de\u907f":149,"\u3054\u3068":68,"\u70b9\u6570":133,"\u7279\u5fb4":[82,119],"\u53c2\u7167":[11,38,155,119],"_columns":[102,68,95],"\u95a2\u4fc2":[38,95,169],"\u4ee3\u5165\u5f0f":163,extract:42,"\u3068\u308a":111,"\u914d\u5217":133,"\u3042\u3052\u308b":62,"\u306e\u307f":[160,134],grn:[35,81,18,93,46,49,103,14,15,100,142,137,105,61,107,108,54,109,55,97,69,72,73],"\u8ee2\u7f6e":119,"_type":[66,54,93,155,57],"=number":169,truncate:114,"\u30c7\u30fc\u30bf":[11,165,39,3,57],worker:8,"\u5909\u66f4\u70b9":134,"\u4e0a\u9650":58,"\u6307\u5b9a":[66,3,163,134,39,10,68],"_auto":8,"\u547d\u4ee4":151,"\u65b0\u3057\u3044":106,"_map":124,scorer:[65,95],"\u4f7f\u3046":[66,8],"=path":169,drilldown:95,"-latest":134,"\u3088\u3046":[16,159,42],debian:[135,134],"\u4f5c\u308a\u65b9":74,"_count":124,"\u4f7f\u3044":129,macports:77,"\u30c7\u30fc\u30e2\u30f3":90,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[58,38,68,101],pseudo:53,"_offset":95,queryexpandertsv:158,"_memory":124,"-package":169,oracle:20,"\u539f\u56e0":62,"-threshold":169}})
@@ -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. サーバー &mdash; Groonga v4.0.5-143-g3391c1dドキュメント</title>
10
+ <title>5. サーバー &mdash; Groonga v4.0.6-211-g8c0bb0bドキュメント</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
@@ -26,9 +26,9 @@
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="index.html" />
30
- <link rel="next" title="7.1. サーバーパッケージ" href="server/package.html" />
31
- <link rel="prev" title="6. 位置情報検索" href="geolocation_search.html" />
29
+ <link rel="top" title="Groonga v4.0.6-211-g8c0bb0bドキュメント" href="index.html" />
30
+ <link rel="next" title="5.1. サーバーパッケージ" href="server/package.html" />
31
+ <link rel="prev" title="4.11. クエリ拡張" href="tutorial/query_expansion.html" />
32
32
  </head>
33
33
  <body>
34
34
  <div class="header">
@@ -55,12 +55,12 @@
55
55
  <a href="genindex.html" title="総合索引"
56
56
  accesskey="I">索引</a></li>
57
57
  <li class="right" >
58
- <a href="server/package.html" title="7.1. サーバーパッケージ"
58
+ <a href="server/package.html" title="5.1. サーバーパッケージ"
59
59
  accesskey="N">次へ</a> |</li>
60
60
  <li class="right" >
61
- <a href="geolocation_search.html" title="6. 位置情報検索"
61
+ <a href="tutorial/query_expansion.html" title="4.11. クエリ拡張"
62
62
  accesskey="P">前へ</a> |</li>
63
- <li><a href="index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
@@ -70,20 +70,20 @@
70
70
  <div class="body">
71
71
 
72
72
  <div class="section" id="server">
73
- <h1>7. サーバー<a class="headerlink" href="#server" title="このヘッドラインへのパーマリンク">¶</a></h1>
73
+ <h1>5. サーバー<a class="headerlink" href="#server" title="このヘッドラインへのパーマリンク">¶</a></h1>
74
74
  <div class="toctree-wrapper compound">
75
75
  <ul>
76
- <li class="toctree-l1"><a class="reference internal" href="server/package.html">7.1. サーバーパッケージ</a><ul>
77
- <li class="toctree-l2"><a class="reference internal" href="server/package.html#groonga-httpd">7.1.1. groonga-httpd</a></li>
78
- <li class="toctree-l2"><a class="reference internal" href="server/package.html#groonga-server-http">7.1.2. groonga-server-http</a></li>
79
- <li class="toctree-l2"><a class="reference internal" href="server/package.html#groonga-server-gqtp">7.1.3. groonga-server-gqtp</a></li>
76
+ <li class="toctree-l1"><a class="reference internal" href="server/package.html">5.1. サーバーパッケージ</a><ul>
77
+ <li class="toctree-l2"><a class="reference internal" href="server/package.html#groonga-httpd">5.1.1. groonga-httpd</a></li>
78
+ <li class="toctree-l2"><a class="reference internal" href="server/package.html#groonga-server-http">5.1.2. groonga-server-http</a></li>
79
+ <li class="toctree-l2"><a class="reference internal" href="server/package.html#groonga-server-gqtp">5.1.3. groonga-server-gqtp</a></li>
80
80
  </ul>
81
81
  </li>
82
- <li class="toctree-l1"><a class="reference internal" href="server/gqtp.html">7.2. GQTP</a></li>
83
- <li class="toctree-l1"><a class="reference internal" href="server/http.html">7.3. HTTP</a><ul>
84
- <li class="toctree-l2"><a class="reference internal" href="server/http/comparison.html">7.3.1. 比較</a></li>
85
- <li class="toctree-l2"><a class="reference internal" href="server/http/groonga.html">7.3.2. groonga</a></li>
86
- <li class="toctree-l2"><a class="reference internal" href="server/http/groonga-httpd.html">7.3.3. groonga-httpd</a></li>
82
+ <li class="toctree-l1"><a class="reference internal" href="server/gqtp.html">5.2. GQTP</a></li>
83
+ <li class="toctree-l1"><a class="reference internal" href="server/http.html">5.3. HTTP</a><ul>
84
+ <li class="toctree-l2"><a class="reference internal" href="server/http/comparison.html">5.3.1. 比較</a></li>
85
+ <li class="toctree-l2"><a class="reference internal" href="server/http/groonga.html">5.3.2. groonga</a></li>
86
+ <li class="toctree-l2"><a class="reference internal" href="server/http/groonga-httpd.html">5.3.3. groonga-httpd</a></li>
87
87
  </ul>
88
88
  </li>
89
89
  </ul>
@@ -97,11 +97,11 @@
97
97
  <div class="sphinxsidebar">
98
98
  <div class="sphinxsidebarwrapper">
99
99
  <h4>前のトピックへ</h4>
100
- <p class="topless"><a href="geolocation_search.html"
101
- title="前の章へ">6. 位置情報検索</a></p>
100
+ <p class="topless"><a href="tutorial/query_expansion.html"
101
+ title="前の章へ">4.11. クエリ拡張</a></p>
102
102
  <h4>次のトピックへ</h4>
103
103
  <p class="topless"><a href="server/package.html"
104
- title="次の章へ">7.1. サーバーパッケージ</a></p>
104
+ title="次の章へ">5.1. サーバーパッケージ</a></p>
105
105
  <h3>このページ</h3>
106
106
  <ul class="this-page-menu">
107
107
  <li><a href="_sources/server.txt"
@@ -131,12 +131,12 @@
131
131
  <a href="genindex.html" title="総合索引"
132
132
  >索引</a></li>
133
133
  <li class="right" >
134
- <a href="server/package.html" title="7.1. サーバーパッケージ"
134
+ <a href="server/package.html" title="5.1. サーバーパッケージ"
135
135
  >次へ</a> |</li>
136
136
  <li class="right" >
137
- <a href="geolocation_search.html" title="6. 位置情報検索"
137
+ <a href="tutorial/query_expansion.html" title="4.11. クエリ拡張"
138
138
  >前へ</a> |</li>
139
- <li><a href="index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
139
+ <li><a href="index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> &raquo;</li>
140
140
  </ul>
141
141
  </div>
142
142
  <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ドキュメント</title>
10
+ <title>5.2. GQTP &mdash; Groonga v4.0.6-211-g8c0bb0bドキュメント</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
@@ -26,10 +26,10 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../index.html" />
30
- <link rel="up" title="7. サーバー" href="../server.html" />
31
- <link rel="next" title="7.3. HTTP" href="http.html" />
32
- <link rel="prev" title="7.1. サーバーパッケージ" href="package.html" />
29
+ <link rel="top" title="Groonga v4.0.6-211-g8c0bb0bドキュメント" href="../index.html" />
30
+ <link rel="up" title="5. サーバー" href="../server.html" />
31
+ <link rel="next" title="5.3. HTTP" href="http.html" />
32
+ <link rel="prev" title="5.1. サーバーパッケージ" href="package.html" />
33
33
  </head>
34
34
  <body>
35
35
  <div class="header">
@@ -56,13 +56,13 @@
56
56
  <a href="../genindex.html" title="総合索引"
57
57
  accesskey="I">索引</a></li>
58
58
  <li class="right" >
59
- <a href="http.html" title="7.3. HTTP"
59
+ <a href="http.html" title="5.3. HTTP"
60
60
  accesskey="N">次へ</a> |</li>
61
61
  <li class="right" >
62
- <a href="package.html" title="7.1. サーバーパッケージ"
62
+ <a href="package.html" title="5.1. サーバーパッケージ"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
65
- <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> &raquo;</li>
65
+ <li><a href="../server.html" accesskey="U">5. サーバー</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="gqtp">
75
- <h1>7.2. GQTP<a class="headerlink" href="#gqtp" title="このヘッドラインへのパーマリンク">¶</a></h1>
75
+ <h1>5.2. GQTP<a class="headerlink" href="#gqtp" title="このヘッドラインへのパーマリンク">¶</a></h1>
76
76
  <p>TODO</p>
77
77
  <p><a class="reference internal" href="../reference/executables/groonga.html"><em>groongaコマンド</em></a> を参照してください。</p>
78
78
  </div>
@@ -85,10 +85,10 @@
85
85
  <div class="sphinxsidebarwrapper">
86
86
  <h4>前のトピックへ</h4>
87
87
  <p class="topless"><a href="package.html"
88
- title="前の章へ">7.1. サーバーパッケージ</a></p>
88
+ title="前の章へ">5.1. サーバーパッケージ</a></p>
89
89
  <h4>次のトピックへ</h4>
90
90
  <p class="topless"><a href="http.html"
91
- title="次の章へ">7.3. HTTP</a></p>
91
+ title="次の章へ">5.3. HTTP</a></p>
92
92
  <h3>このページ</h3>
93
93
  <ul class="this-page-menu">
94
94
  <li><a href="../_sources/server/gqtp.txt"
@@ -118,13 +118,13 @@
118
118
  <a href="../genindex.html" title="総合索引"
119
119
  >索引</a></li>
120
120
  <li class="right" >
121
- <a href="http.html" title="7.3. HTTP"
121
+ <a href="http.html" title="5.3. HTTP"
122
122
  >次へ</a> |</li>
123
123
  <li class="right" >
124
- <a href="package.html" title="7.1. サーバーパッケージ"
124
+ <a href="package.html" title="5.1. サーバーパッケージ"
125
125
  >前へ</a> |</li>
126
- <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
127
- <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
126
+ <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> &raquo;</li>
127
+ <li><a href="../server.html" >5. サーバー</a> &raquo;</li>
128
128
  </ul>
129
129
  </div>
130
130
  <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ドキュメント</title>
10
+ <title>5.3. HTTP &mdash; Groonga v4.0.6-211-g8c0bb0bドキュメント</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
@@ -26,10 +26,10 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../index.html" />
30
- <link rel="up" title="7. サーバー" href="../server.html" />
31
- <link rel="next" title="7.3.1. 比較" href="http/comparison.html" />
32
- <link rel="prev" title="7.2. GQTP" href="gqtp.html" />
29
+ <link rel="top" title="Groonga v4.0.6-211-g8c0bb0bドキュメント" href="../index.html" />
30
+ <link rel="up" title="5. サーバー" href="../server.html" />
31
+ <link rel="next" title="5.3.1. 比較" href="http/comparison.html" />
32
+ <link rel="prev" title="5.2. GQTP" href="gqtp.html" />
33
33
  </head>
34
34
  <body>
35
35
  <div class="header">
@@ -56,13 +56,13 @@
56
56
  <a href="../genindex.html" title="総合索引"
57
57
  accesskey="I">索引</a></li>
58
58
  <li class="right" >
59
- <a href="http/comparison.html" title="7.3.1. 比較"
59
+ <a href="http/comparison.html" title="5.3.1. 比較"
60
60
  accesskey="N">次へ</a> |</li>
61
61
  <li class="right" >
62
- <a href="gqtp.html" title="7.2. GQTP"
62
+ <a href="gqtp.html" title="5.2. GQTP"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
65
- <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> &raquo;</li>
65
+ <li><a href="../server.html" accesskey="U">5. サーバー</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="http">
75
- <h1>7.3. HTTP<a class="headerlink" href="#http" title="このヘッドラインへのパーマリンク">¶</a></h1>
75
+ <h1>5.3. HTTP<a class="headerlink" href="#http" title="このヘッドラインへのパーマリンク">¶</a></h1>
76
76
  <p>Groongaは2つのHTTPサーバー実装を提供しています。</p>
77
77
  <ul class="simple">
78
78
  <li><a class="reference internal" href="http/groonga.html"><em>groonga</em></a></li>
@@ -81,28 +81,28 @@
81
81
  <p><a class="reference internal" href="http/groonga.html"><em>groonga</em></a> はシンプルな実装です。高速に動作しますがHTTPの機能の多くは実装されていません。 <a class="reference internal" href="http/groonga.html"><em>groonga</em></a> はコマンドラインをいくつか指定するだけで動くのでgroongaを簡単に試すことができます。</p>
82
82
  <p><a class="reference internal" href="http/groonga-httpd.html"><em>groonga-httpd</em></a> は <a class="reference external" href="http://nginx.org/">nginx</a> をベースにした実装です。 <a class="reference internal" href="http/groonga-httpd.html"><em>groonga-httpd</em></a> も高速に動作し、しかも多くのHTTPの機能を使えます。</p>
83
83
  <div class="admonition note">
84
- <p class="first admonition-title">ノート</p>
84
+ <p class="first admonition-title">注釈</p>
85
85
  <p class="last"><a class="reference internal" href="http/groonga-httpd.html"><em>groonga-httpd</em></a> はまだ実験的な扱いです。</p>
86
86
  </div>
87
87
  <div class="toctree-wrapper compound">
88
88
  <ul>
89
- <li class="toctree-l1"><a class="reference internal" href="http/comparison.html">7.3.1. 比較</a><ul>
90
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#performance">7.3.1.1. 性能</a></li>
91
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#using-multi-cpu-cores">7.3.1.2. 複数CPUコア対応</a></li>
92
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#configuration-file">7.3.1.3. 設定ファイル</a></li>
93
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#custom-prefix-path">7.3.1.4. プレフィックスパスの変更</a></li>
94
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#custom-command-version">7.3.1.5. コマンドバージョンの変更</a></li>
95
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#multi-databases">7.3.1.6. 複数データベース</a></li>
96
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#authentication">7.3.1.7. 認証</a></li>
97
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#gzip-compression">7.3.1.8. gzip圧縮</a></li>
98
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#post">7.3.1.9. POST</a></li>
99
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#https">7.3.1.10. HTTPS</a></li>
100
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#access-log">7.3.1.11. アクセスログ</a></li>
101
- <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#upgrading-without-downtime">7.3.1.12. ダウンタイムなしでのアップグレード</a></li>
89
+ <li class="toctree-l1"><a class="reference internal" href="http/comparison.html">5.3.1. 比較</a><ul>
90
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#performance">5.3.1.1. 性能</a></li>
91
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#using-multi-cpu-cores">5.3.1.2. 複数CPUコア対応</a></li>
92
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#configuration-file">5.3.1.3. 設定ファイル</a></li>
93
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#custom-prefix-path">5.3.1.4. プレフィックスパスの変更</a></li>
94
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#custom-command-version">5.3.1.5. コマンドバージョンの変更</a></li>
95
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#multi-databases">5.3.1.6. 複数データベース</a></li>
96
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#authentication">5.3.1.7. 認証</a></li>
97
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#gzip-compression">5.3.1.8. gzip圧縮</a></li>
98
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#post">5.3.1.9. POST</a></li>
99
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#https">5.3.1.10. HTTPS</a></li>
100
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#access-log">5.3.1.11. アクセスログ</a></li>
101
+ <li class="toctree-l2"><a class="reference internal" href="http/comparison.html#upgrading-without-downtime">5.3.1.12. ダウンタイムなしでのアップグレード</a></li>
102
102
  </ul>
103
103
  </li>
104
- <li class="toctree-l1"><a class="reference internal" href="http/groonga.html">7.3.2. groonga</a></li>
105
- <li class="toctree-l1"><a class="reference internal" href="http/groonga-httpd.html">7.3.3. groonga-httpd</a></li>
104
+ <li class="toctree-l1"><a class="reference internal" href="http/groonga.html">5.3.2. groonga</a></li>
105
+ <li class="toctree-l1"><a class="reference internal" href="http/groonga-httpd.html">5.3.3. groonga-httpd</a></li>
106
106
  </ul>
107
107
  </div>
108
108
  </div>
@@ -115,10 +115,10 @@
115
115
  <div class="sphinxsidebarwrapper">
116
116
  <h4>前のトピックへ</h4>
117
117
  <p class="topless"><a href="gqtp.html"
118
- title="前の章へ">7.2. GQTP</a></p>
118
+ title="前の章へ">5.2. GQTP</a></p>
119
119
  <h4>次のトピックへ</h4>
120
120
  <p class="topless"><a href="http/comparison.html"
121
- title="次の章へ">7.3.1. 比較</a></p>
121
+ title="次の章へ">5.3.1. 比較</a></p>
122
122
  <h3>このページ</h3>
123
123
  <ul class="this-page-menu">
124
124
  <li><a href="../_sources/server/http.txt"
@@ -148,13 +148,13 @@
148
148
  <a href="../genindex.html" title="総合索引"
149
149
  >索引</a></li>
150
150
  <li class="right" >
151
- <a href="http/comparison.html" title="7.3.1. 比較"
151
+ <a href="http/comparison.html" title="5.3.1. 比較"
152
152
  >次へ</a> |</li>
153
153
  <li class="right" >
154
- <a href="gqtp.html" title="7.2. GQTP"
154
+ <a href="gqtp.html" title="5.2. GQTP"
155
155
  >前へ</a> |</li>
156
- <li><a href="../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
157
- <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
156
+ <li><a href="../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> &raquo;</li>
157
+ <li><a href="../server.html" >5. サーバー</a> &raquo;</li>
158
158
  </ul>
159
159
  </div>
160
160
  <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. 比較 &mdash; Groonga v4.0.5-143-g3391c1dドキュメント</title>
10
+ <title>5.3.1. 比較 &mdash; Groonga v4.0.6-211-g8c0bb0bドキュメント</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
@@ -26,10 +26,10 @@
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.5-143-g3391c1dドキュメント" href="../../index.html" />
30
- <link rel="up" title="7.3. HTTP" href="../http.html" />
31
- <link rel="next" title="7.3.2. groonga" href="groonga.html" />
32
- <link rel="prev" title="7.3. HTTP" href="../http.html" />
29
+ <link rel="top" title="Groonga v4.0.6-211-g8c0bb0bドキュメント" href="../../index.html" />
30
+ <link rel="up" title="5.3. HTTP" href="../http.html" />
31
+ <link rel="next" title="5.3.2. groonga" href="groonga.html" />
32
+ <link rel="prev" title="5.3. HTTP" href="../http.html" />
33
33
  </head>
34
34
  <body>
35
35
  <div class="header">
@@ -56,14 +56,14 @@
56
56
  <a href="../../genindex.html" title="総合索引"
57
57
  accesskey="I">索引</a></li>
58
58
  <li class="right" >
59
- <a href="groonga.html" title="7.3.2. groonga"
59
+ <a href="groonga.html" title="5.3.2. groonga"
60
60
  accesskey="N">次へ</a> |</li>
61
61
  <li class="right" >
62
- <a href="../http.html" title="7.3. HTTP"
62
+ <a href="../http.html" title="5.3. HTTP"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
65
- <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
66
- <li><a href="../http.html" accesskey="U">7.3. HTTP</a> &raquo;</li>
64
+ <li><a href="../../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> &raquo;</li>
65
+ <li><a href="../../server.html" >5. サーバー</a> &raquo;</li>
66
+ <li><a href="../http.html" accesskey="U">5.3. HTTP</a> &raquo;</li>
67
67
  </ul>
68
68
  </div>
69
69
 
@@ -73,7 +73,7 @@
73
73
  <div class="body">
74
74
 
75
75
  <div class="section" id="comparison">
76
- <h1>7.3.1. 比較<a class="headerlink" href="#comparison" title="このヘッドラインへのパーマリンク">¶</a></h1>
76
+ <h1>5.3.1. 比較<a class="headerlink" href="#comparison" title="このヘッドラインへのパーマリンク">¶</a></h1>
77
77
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> と <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> にはたくさんの違いがあります。以下はそれらの違いを示す比較表です。</p>
78
78
  <table border="1" class="docutils">
79
79
  <colgroup>
@@ -173,11 +173,11 @@
173
173
  </tbody>
174
174
  </table>
175
175
  <div class="section" id="performance">
176
- <h2>7.3.1.1. 性能<a class="headerlink" href="#performance" title="このヘッドラインへのパーマリンク">¶</a></h2>
176
+ <h2>5.3.1.1. 性能<a class="headerlink" href="#performance" title="このヘッドラインへのパーマリンク">¶</a></h2>
177
177
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> と <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はどちらも非常に高速です。どちらも同じスループットで動きます。</p>
178
178
  </div>
179
179
  <div class="section" id="using-multi-cpu-cores">
180
- <h2>7.3.1.2. 複数CPUコア対応<a class="headerlink" href="#using-multi-cpu-cores" title="このヘッドラインへのパーマリンク">¶</a></h2>
180
+ <h2>5.3.1.2. 複数CPUコア対応<a class="headerlink" href="#using-multi-cpu-cores" title="このヘッドラインへのパーマリンク">¶</a></h2>
181
181
  <p>Groongaは複数のCPUコアを使って性能を向上できます。 <a class="reference internal" href="groonga.html"><em>groonga</em></a> はマルチスレッドを使って性能を向上させます。 <a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はマルチプロセスを使って性能を向上させます。</p>
182
182
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> はデフォルトでCPUコアと同じ数のスレッドを使います。もし、CPUコアが8個あった場合は、デフォルトで8個のスレッドを使います。</p>
183
183
  <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はデフォルトで1つのプロセスを使います。複数のCPUコアを使う場合は <a class="reference external" href="http://nginx.org/en/docs/ngx_core_module.html#worker_processes">worker_processes</a> ディレクティブを設定する必要があります。CPUコアが8個ある場合は、以下のように設定ファイルに <tt class="docutils literal"><span class="pre">worker_processes</span> <span class="pre">8</span></tt> と指定します。:</p>
@@ -190,7 +190,7 @@ http {
190
190
  </div>
191
191
  </div>
192
192
  <div class="section" id="configuration-file">
193
- <h2>7.3.1.3. 設定ファイル<a class="headerlink" href="#configuration-file" title="このヘッドラインへのパーマリンク">¶</a></h2>
193
+ <h2>5.3.1.3. 設定ファイル<a class="headerlink" href="#configuration-file" title="このヘッドラインへのパーマリンク">¶</a></h2>
194
194
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> は設定ファイルがなくても動きます。ポート番号や最大スレッド数などといった設定項目はすべてコマンドラインから指定できます。設定ファイルを使っても設定項目を指定することができます。</p>
195
195
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> はいくつかのオプションを指定するだけで実行できるので、非常に簡単にgroonga用のHTTPサーバーを起動することができます。以下は <a class="reference internal" href="groonga.html"><em>groonga</em></a> でHTTPサーバーを起動する一番簡単なコマンドラインです。:</p>
196
196
  <div class="highlight-none"><div class="highlight"><pre>% groonga --protocol http -d /PATH/TO/DATABASE
@@ -214,7 +214,7 @@ http {
214
214
  </div>
215
215
  </div>
216
216
  <div class="section" id="custom-prefix-path">
217
- <h2>7.3.1.4. プレフィックスパスの変更<a class="headerlink" href="#custom-prefix-path" title="このヘッドラインへのパーマリンク">¶</a></h2>
217
+ <h2>5.3.1.4. プレフィックスパスの変更<a class="headerlink" href="#custom-prefix-path" title="このヘッドラインへのパーマリンク">¶</a></h2>
218
218
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> は <tt class="docutils literal"><span class="pre">/d/</span></tt> から始まるパスをコマンドURLとして受け付けます。例えば、 <tt class="docutils literal"><span class="pre">http://localhost:10041/d/status</span></tt> となります。この <tt class="docutils literal"><span class="pre">/d/</span></tt> というプレフィックスパスを変更することはできません。</p>
219
219
  <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はプレフィックスパスを変更することができます。例えば、 <tt class="docutils literal"><span class="pre">http://localhost:10041/api/status</span></tt> というコマンドURLを使うことができます。以下は <tt class="docutils literal"><span class="pre">/api/</span></tt> をプレフィックスパスとして使う設定例です。:</p>
220
220
  <div class="highlight-none"><div class="highlight"><pre>events {
@@ -234,7 +234,7 @@ http {
234
234
  </div>
235
235
  </div>
236
236
  <div class="section" id="custom-command-version">
237
- <h2>7.3.1.5. コマンドバージョンの変更<a class="headerlink" href="#custom-command-version" title="このヘッドラインへのパーマリンク">¶</a></h2>
237
+ <h2>5.3.1.5. コマンドバージョンの変更<a class="headerlink" href="#custom-command-version" title="このヘッドラインへのパーマリンク">¶</a></h2>
238
238
  <p>Groongaには <a class="reference internal" href="../../reference/command/command_version.html"><em>コマンドバージョン</em></a> という仕組みがあります。これは後方互換性を維持したままgroongaコマンドをアップグレードするための仕組みです。</p>
239
239
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> は <tt class="docutils literal"><span class="pre">--default-command-version</span></tt> オプションでデフォルトのコマンドバージョンを変更できます。以下はデフォルトのコマンドバージョンとしてコマンドバージョン2を使うコマンドライン例です。:</p>
240
240
  <div class="highlight-none"><div class="highlight"><pre>% groonga --protocol http --default-command-version 2 -d /PATH/TO/DATABASE
@@ -265,7 +265,7 @@ http {
265
265
  </div>
266
266
  </div>
267
267
  <div class="section" id="multi-databases">
268
- <h2>7.3.1.6. 複数データベース<a class="headerlink" href="#multi-databases" title="このヘッドラインへのパーマリンク">¶</a></h2>
268
+ <h2>5.3.1.6. 複数データベース<a class="headerlink" href="#multi-databases" title="このヘッドラインへのパーマリンク">¶</a></h2>
269
269
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> は1つのプロセスで1つのデータベースしか使うことができません。</p>
270
270
  <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> は同一プロセス内で複数のデータベースを使うことができます。以下は <tt class="docutils literal"><span class="pre">/tmp/db1</span></tt> にあるデータベースを <tt class="docutils literal"><span class="pre">/db1/</span></tt> 以下で、 <tt class="docutils literal"><span class="pre">/tmp/db2</span></tt> にあるデータベースを <tt class="docutils literal"><span class="pre">/db2/</span></tt> 以下で提供する設定例です。:</p>
271
271
  <div class="highlight-none"><div class="highlight"><pre>events {
@@ -290,7 +290,7 @@ http {
290
290
  </div>
291
291
  </div>
292
292
  <div class="section" id="authentication">
293
- <h2>7.3.1.7. 認証<a class="headerlink" href="#authentication" title="このヘッドラインへのパーマリンク">¶</a></h2>
293
+ <h2>5.3.1.7. 認証<a class="headerlink" href="#authentication" title="このヘッドラインへのパーマリンク">¶</a></h2>
294
294
  <p>HTTPではベーシック認証やダイジェスト認証などの認証方法をサポートしています。認証することにより <a class="reference internal" href="../../reference/commands/shutdown.html"><em>shutdown</em></a> などのように危険なコマンドの実行を制限することができます。</p>
295
295
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> では認証できません。危険なコマンドの使用を制限するためには、iptablesやリバースプロキシなど他のツールを使う必要があります。</p>
296
296
  <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はベーシック認証をサポートしています。以下は <a class="reference internal" href="../../reference/commands/shutdown.html"><em>shutdown</em></a> コマンドの使用を制限する設定例です。:</p>
@@ -318,7 +318,7 @@ http {
318
318
  </div>
319
319
  </div>
320
320
  <div class="section" id="gzip-compression">
321
- <h2>7.3.1.8. gzip圧縮<a class="headerlink" href="#gzip-compression" title="このヘッドラインへのパーマリンク">¶</a></h2>
321
+ <h2>5.3.1.8. gzip圧縮<a class="headerlink" href="#gzip-compression" title="このヘッドラインへのパーマリンク">¶</a></h2>
322
322
  <p>HTTPは <tt class="docutils literal"><span class="pre">Content-Encoding:</span> <span class="pre">gzip</span></tt> レスポンスヘッダーを付けてgzipでレスポンスを圧縮する機能をサポートしています。これはネットワーク流量を小さくすることができます。大きな検索結果を返すときに有用です。</p>
323
323
  <p><a class="reference internal" href="groonga.html"><em>groonga</em></a> は圧縮をサポートしていません。圧縮をサポートするためには、リバースプロキシを使う必要があります。</p>
324
324
  <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> はgzip圧縮をサポートしています。以下はレスポンスをgzipで圧縮する設定例です。:</p>
@@ -344,7 +344,7 @@ http {
344
344
  <p><a class="reference internal" href="groonga-httpd.html"><em>groonga-httpd</em></a> のレスポンスデータをgzip圧縮するには、明示的に <cite>gzip_types *</cite> または <cite>gzip_types application/json text/xml application/x-msgpack</cite> と指定する必要があります。 <cite>gzip_types *</cite> の方がおすすめです。理由は2つあります。1つは、groongaが、将来、他のフォーマットもサポートする可能性もあるからという理由です。2つめは、この <cite>location</cite> のすべてのリクエストはgroongaが処理するので、他のモジュールのことについて考えなくてもよいからという理由です。</p>
345
345
  </div>
346
346
  <div class="section" id="post">
347
- <h2>7.3.1.9. POST<a class="headerlink" href="#post" title="このヘッドラインへのパーマリンク">¶</a></h2>
347
+ <h2>5.3.1.9. POST<a class="headerlink" href="#post" title="このヘッドラインへのパーマリンク">¶</a></h2>
348
348
  <p>JSONデータをPOSTすることでデータをロードすることができます。POSTでロードする場合は以下のルールに従ってください。</p>
349
349
  <ul class="simple">
350
350
  <li><p class="first"><cite>Content-Type</cite> ヘッダーの値を <cite>application/json</cite> にする。</p>
@@ -360,15 +360,15 @@ http {
360
360
  </div>
361
361
  </div>
362
362
  <div class="section" id="https">
363
- <h2>7.3.1.10. HTTPS<a class="headerlink" href="#https" title="このヘッドラインへのパーマリンク">¶</a></h2>
363
+ <h2>5.3.1.10. HTTPS<a class="headerlink" href="#https" title="このヘッドラインへのパーマリンク">¶</a></h2>
364
364
  <p>TODO</p>
365
365
  </div>
366
366
  <div class="section" id="access-log">
367
- <h2>7.3.1.11. アクセスログ<a class="headerlink" href="#access-log" title="このヘッドラインへのパーマリンク">¶</a></h2>
367
+ <h2>5.3.1.11. アクセスログ<a class="headerlink" href="#access-log" title="このヘッドラインへのパーマリンク">¶</a></h2>
368
368
  <p>TODO</p>
369
369
  </div>
370
370
  <div class="section" id="upgrading-without-downtime">
371
- <h2>7.3.1.12. ダウンタイムなしでのアップグレード<a class="headerlink" href="#upgrading-without-downtime" title="このヘッドラインへのパーマリンク">¶</a></h2>
371
+ <h2>5.3.1.12. ダウンタイムなしでのアップグレード<a class="headerlink" href="#upgrading-without-downtime" title="このヘッドラインへのパーマリンク">¶</a></h2>
372
372
  <p>TODO</p>
373
373
  </div>
374
374
  </div>
@@ -381,29 +381,29 @@ http {
381
381
  <div class="sphinxsidebarwrapper">
382
382
  <h3><a href="../../index.html">目次</a></h3>
383
383
  <ul>
384
- <li><a class="reference internal" href="#">7.3.1. 比較</a><ul>
385
- <li><a class="reference internal" href="#performance">7.3.1.1. 性能</a></li>
386
- <li><a class="reference internal" href="#using-multi-cpu-cores">7.3.1.2. 複数CPUコア対応</a></li>
387
- <li><a class="reference internal" href="#configuration-file">7.3.1.3. 設定ファイル</a></li>
388
- <li><a class="reference internal" href="#custom-prefix-path">7.3.1.4. プレフィックスパスの変更</a></li>
389
- <li><a class="reference internal" href="#custom-command-version">7.3.1.5. コマンドバージョンの変更</a></li>
390
- <li><a class="reference internal" href="#multi-databases">7.3.1.6. 複数データベース</a></li>
391
- <li><a class="reference internal" href="#authentication">7.3.1.7. 認証</a></li>
392
- <li><a class="reference internal" href="#gzip-compression">7.3.1.8. gzip圧縮</a></li>
393
- <li><a class="reference internal" href="#post">7.3.1.9. POST</a></li>
394
- <li><a class="reference internal" href="#https">7.3.1.10. HTTPS</a></li>
395
- <li><a class="reference internal" href="#access-log">7.3.1.11. アクセスログ</a></li>
396
- <li><a class="reference internal" href="#upgrading-without-downtime">7.3.1.12. ダウンタイムなしでのアップグレード</a></li>
384
+ <li><a class="reference internal" href="#">5.3.1. 比較</a><ul>
385
+ <li><a class="reference internal" href="#performance">5.3.1.1. 性能</a></li>
386
+ <li><a class="reference internal" href="#using-multi-cpu-cores">5.3.1.2. 複数CPUコア対応</a></li>
387
+ <li><a class="reference internal" href="#configuration-file">5.3.1.3. 設定ファイル</a></li>
388
+ <li><a class="reference internal" href="#custom-prefix-path">5.3.1.4. プレフィックスパスの変更</a></li>
389
+ <li><a class="reference internal" href="#custom-command-version">5.3.1.5. コマンドバージョンの変更</a></li>
390
+ <li><a class="reference internal" href="#multi-databases">5.3.1.6. 複数データベース</a></li>
391
+ <li><a class="reference internal" href="#authentication">5.3.1.7. 認証</a></li>
392
+ <li><a class="reference internal" href="#gzip-compression">5.3.1.8. gzip圧縮</a></li>
393
+ <li><a class="reference internal" href="#post">5.3.1.9. POST</a></li>
394
+ <li><a class="reference internal" href="#https">5.3.1.10. HTTPS</a></li>
395
+ <li><a class="reference internal" href="#access-log">5.3.1.11. アクセスログ</a></li>
396
+ <li><a class="reference internal" href="#upgrading-without-downtime">5.3.1.12. ダウンタイムなしでのアップグレード</a></li>
397
397
  </ul>
398
398
  </li>
399
399
  </ul>
400
400
 
401
401
  <h4>前のトピックへ</h4>
402
402
  <p class="topless"><a href="../http.html"
403
- title="前の章へ">7.3. HTTP</a></p>
403
+ title="前の章へ">5.3. HTTP</a></p>
404
404
  <h4>次のトピックへ</h4>
405
405
  <p class="topless"><a href="groonga.html"
406
- title="次の章へ">7.3.2. groonga</a></p>
406
+ title="次の章へ">5.3.2. groonga</a></p>
407
407
  <h3>このページ</h3>
408
408
  <ul class="this-page-menu">
409
409
  <li><a href="../../_sources/server/http/comparison.txt"
@@ -433,14 +433,14 @@ http {
433
433
  <a href="../../genindex.html" title="総合索引"
434
434
  >索引</a></li>
435
435
  <li class="right" >
436
- <a href="groonga.html" title="7.3.2. groonga"
436
+ <a href="groonga.html" title="5.3.2. groonga"
437
437
  >次へ</a> |</li>
438
438
  <li class="right" >
439
- <a href="../http.html" title="7.3. HTTP"
439
+ <a href="../http.html" title="5.3. HTTP"
440
440
  >前へ</a> |</li>
441
- <li><a href="../../index.html">Groonga v4.0.5-143-g3391c1dドキュメント</a> &raquo;</li>
442
- <li><a href="../../server.html" >7. サーバー</a> &raquo;</li>
443
- <li><a href="../http.html" >7.3. HTTP</a> &raquo;</li>
441
+ <li><a href="../../index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> &raquo;</li>
442
+ <li><a href="../../server.html" >5. サーバー</a> &raquo;</li>
443
+ <li><a href="../http.html" >5.3. HTTP</a> &raquo;</li>
444
444
  </ul>
445
445
  </div>
446
446
  <div class="footer">