rroonga 4.0.1-x64-mingw32 → 4.0.2-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (477) hide show
  1. checksums.yaml +4 -4
  2. data/doc/text/news.textile +25 -0
  3. data/ext/groonga/extconf.rb +2 -0
  4. data/ext/groonga/rb-grn-index-column.c +91 -0
  5. data/ext/groonga/rb-grn-object.c +3 -9
  6. data/ext/groonga/rb-grn-table.c +18 -24
  7. data/ext/groonga/rb-grn.h +1 -1
  8. data/lib/1.9/groonga.so +0 -0
  9. data/lib/2.0/groonga.so +0 -0
  10. data/lib/2.1/groonga.so +0 -0
  11. data/lib/groonga/dumper.rb +1 -1
  12. data/lib/groonga/patricia-trie.rb +4 -1
  13. data/lib/groonga/schema.rb +10 -4
  14. data/rroonga-build.rb +1 -1
  15. data/test/test-context.rb +8 -8
  16. data/test/test-database-dumper.rb +6 -6
  17. data/test/test-index-column.rb +9 -4
  18. data/test/test-schema-dumper.rb +6 -6
  19. data/test/test-schema.rb +32 -3
  20. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  21. data/vendor/local/bin/groonga.exe +0 -0
  22. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  23. data/vendor/local/bin/libgroonga-0.dll +0 -0
  24. data/vendor/local/bin/libmecab-1.dll +0 -0
  25. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  26. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  27. data/vendor/local/bin/libstdc++-6.dll +0 -0
  28. data/vendor/local/bin/mecab-config +2 -2
  29. data/vendor/local/bin/mecab.exe +0 -0
  30. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  31. data/vendor/local/include/groonga/groonga.h +2 -1
  32. data/vendor/local/include/groonga/groonga/plugin.h +19 -1
  33. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  34. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  35. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  36. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  37. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  38. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  39. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  40. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  41. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  42. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  43. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  44. data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
  45. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  47. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  48. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  49. data/vendor/local/lib/libgroonga.a +0 -0
  50. data/vendor/local/lib/libgroonga.dll.a +0 -0
  51. data/vendor/local/lib/libgroonga.la +3 -3
  52. data/vendor/local/lib/libmecab.a +0 -0
  53. data/vendor/local/lib/libmecab.dll.a +0 -0
  54. data/vendor/local/lib/libmecab.la +1 -1
  55. data/vendor/local/lib/libmsgpack.a +0 -0
  56. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  57. data/vendor/local/lib/libmsgpack.la +2 -2
  58. data/vendor/local/lib/libmsgpackc.a +0 -0
  59. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  60. data/vendor/local/lib/libmsgpackc.la +2 -2
  61. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  62. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  63. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  64. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  65. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  66. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  67. data/vendor/local/sbin/groonga-httpd-restart +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  69. data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +2 -2
  70. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +1 -1
  71. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt +3 -1
  72. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +75 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +1 -1
  74. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +3 -3
  75. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +7 -7
  76. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +22 -22
  77. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +10 -11
  79. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +10 -10
  80. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +4 -4
  81. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +17 -149
  82. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  83. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +73 -2
  84. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +26 -0
  86. data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +1 -0
  87. data/vendor/local/share/doc/groonga/en/html/_sources/reference/{pseudo_column.txt → columns/pseudo.txt} +0 -0
  88. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +165 -67
  89. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt +65 -0
  90. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -2
  91. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt +65 -0
  92. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +28 -10
  93. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +38 -5
  94. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +8 -5
  95. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt +17 -0
  96. data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -9
  97. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  98. data/vendor/local/share/doc/groonga/en/html/contribution.html +61 -60
  99. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +15 -16
  100. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +8 -8
  101. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +13 -13
  102. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +65 -65
  103. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +102 -102
  104. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +12 -12
  105. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +40 -40
  106. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +12 -11
  107. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +16 -16
  108. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +15 -15
  109. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +202 -0
  110. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -6
  113. data/vendor/local/share/doc/groonga/en/html/genindex.html +53 -19
  114. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  115. data/vendor/local/share/doc/groonga/en/html/index.html +83 -87
  116. data/vendor/local/share/doc/groonga/en/html/install.html +10 -13
  117. data/vendor/local/share/doc/groonga/en/html/install/centos.html +12 -12
  118. data/vendor/local/share/doc/groonga/en/html/install/debian.html +27 -27
  119. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +10 -10
  120. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +15 -15
  121. data/vendor/local/share/doc/groonga/en/html/install/others.html +15 -15
  122. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -9
  123. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +30 -151
  124. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  125. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/news.html +286 -209
  127. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  128. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  129. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  130. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  131. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  132. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  133. data/vendor/local/share/doc/groonga/en/html/reference.html +72 -74
  134. data/vendor/local/share/doc/groonga/en/html/reference/api.html +36 -35
  135. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +22 -22
  136. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +24 -24
  137. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +29 -29
  138. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +24 -24
  139. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +24 -24
  140. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +24 -24
  141. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +24 -24
  142. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +22 -22
  143. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +24 -24
  144. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +24 -24
  145. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +24 -24
  146. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +24 -24
  147. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +24 -24
  148. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +24 -24
  149. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +25 -25
  150. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +24 -24
  151. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -24
  152. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +24 -24
  153. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +24 -24
  154. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +24 -24
  155. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +25 -25
  156. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +166 -0
  157. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  158. data/vendor/local/share/doc/groonga/en/html/reference/column.html +6 -5
  159. data/vendor/local/share/doc/groonga/en/html/reference/{pseudo_column.html → columns/pseudo.html} +25 -48
  160. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/reference/command.html +21 -19
  162. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  168. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +6 -6
  169. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +284 -85
  170. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
  171. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +10 -10
  181. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +221 -0
  182. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +28 -28
  183. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +23 -23
  184. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +29 -29
  185. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +29 -29
  186. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +155 -95
  187. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
  188. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +29 -29
  189. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
  190. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
  191. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
  192. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +29 -29
  193. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +40 -40
  194. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +254 -0
  195. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +26 -26
  196. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +6 -6
  199. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +43 -18
  203. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +48 -11
  204. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/function.html +25 -25
  206. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +38 -38
  207. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +30 -30
  208. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +48 -48
  209. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -30
  210. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +30 -30
  211. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +32 -32
  212. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +28 -28
  213. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +44 -44
  214. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +30 -30
  215. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +30 -30
  216. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +34 -34
  217. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +20 -20
  218. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +67 -65
  219. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +138 -138
  220. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
  221. data/vendor/local/share/doc/groonga/en/html/reference/log.html +24 -24
  222. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  225. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +10 -10
  226. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  227. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +35 -35
  229. data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
  230. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  232. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  238. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  239. data/vendor/local/share/doc/groonga/en/html/spec.html +10 -10
  240. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/suggest.html +6 -5
  243. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  244. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  246. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +19 -5
  247. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  248. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  251. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  252. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  253. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  254. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  255. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +6 -6
  256. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  257. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  258. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  259. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  260. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  261. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  262. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  263. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  264. data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +2 -2
  265. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +1 -1
  266. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt +3 -1
  267. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +75 -0
  268. data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +1 -1
  269. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +3 -3
  270. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +7 -7
  271. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +22 -22
  272. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +10 -11
  274. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +10 -10
  275. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +4 -4
  276. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +17 -149
  277. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  278. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +73 -2
  279. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +5 -5
  280. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +26 -0
  281. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +1 -0
  282. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{pseudo_column.txt → columns/pseudo.txt} +0 -0
  283. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +165 -67
  284. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt +65 -0
  285. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -2
  286. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt +65 -0
  287. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +28 -10
  288. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +38 -5
  289. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +8 -5
  290. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt +17 -0
  291. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +10 -10
  292. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/contribution.html +61 -60
  294. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +15 -16
  295. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +8 -8
  296. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +13 -13
  297. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +65 -65
  298. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +102 -102
  299. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +12 -12
  300. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +40 -40
  301. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +12 -11
  302. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +16 -16
  303. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +15 -15
  304. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +203 -0
  305. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  306. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  307. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
  308. data/vendor/local/share/doc/groonga/ja/html/genindex.html +53 -19
  309. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  310. data/vendor/local/share/doc/groonga/ja/html/index.html +83 -87
  311. data/vendor/local/share/doc/groonga/ja/html/install.html +7 -10
  312. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +10 -10
  313. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +26 -26
  314. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
  315. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +12 -9
  316. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  317. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  318. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +27 -137
  319. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
  320. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  321. data/vendor/local/share/doc/groonga/ja/html/news.html +292 -210
  322. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  323. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  324. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  325. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  326. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  327. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  328. data/vendor/local/share/doc/groonga/ja/html/reference.html +72 -74
  329. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +36 -35
  330. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +22 -22
  331. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +24 -24
  332. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +29 -29
  333. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +24 -24
  334. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +24 -24
  335. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +24 -24
  336. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +24 -24
  337. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +22 -22
  338. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +24 -24
  339. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +24 -24
  340. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +24 -24
  341. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +24 -24
  342. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +24 -24
  343. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +24 -24
  344. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +24 -24
  345. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +24 -24
  346. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +24 -24
  347. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +24 -24
  348. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +24 -24
  349. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +24 -24
  350. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +25 -25
  351. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +167 -0
  352. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  353. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +6 -5
  354. data/vendor/local/share/doc/groonga/ja/html/reference/{pseudo_column.html → columns/pseudo.html} +26 -49
  355. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
  356. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +21 -19
  357. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  358. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  359. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  360. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  362. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  363. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +6 -6
  364. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +296 -85
  365. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
  366. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +11 -10
  367. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  368. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  369. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  370. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  371. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  372. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
  373. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  374. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  375. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +10 -10
  376. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +225 -0
  377. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +28 -28
  378. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +23 -23
  379. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +29 -29
  380. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +29 -29
  381. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +156 -100
  382. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +27 -27
  383. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +29 -29
  384. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +31 -31
  385. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +47 -47
  386. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +27 -27
  387. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +29 -29
  388. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +40 -40
  389. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +258 -0
  390. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
  391. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  392. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  393. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
  394. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +6 -11
  395. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  396. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  397. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +55 -27
  398. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +48 -11
  399. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  400. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +25 -25
  401. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +38 -38
  402. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +30 -30
  403. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +48 -48
  404. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -30
  405. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +30 -30
  406. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +32 -32
  407. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +28 -28
  408. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +44 -44
  409. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +30 -30
  410. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +30 -30
  411. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +34 -34
  412. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +20 -20
  413. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +62 -61
  414. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +138 -138
  415. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
  416. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +24 -24
  417. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
  418. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  419. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  420. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +10 -10
  421. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  422. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  423. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +35 -35
  424. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -9
  425. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  426. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  427. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  428. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  429. data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
  430. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +7 -7
  431. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  432. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  433. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  434. data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
  435. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  436. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  437. data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -5
  438. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  439. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  440. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  441. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +19 -5
  442. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  443. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  444. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  445. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  446. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  447. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
  448. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  449. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  450. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  451. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  452. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  453. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  454. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  455. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  456. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  457. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  458. data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
  459. data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
  460. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
  461. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
  462. data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
  463. data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
  464. data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
  465. data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
  466. data/vendor/local/share/groonga/html/admin/index.html +0 -1
  467. data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +10 -8
  468. data/vendor/local/share/man/ja/man1/groonga.1 +1032 -585
  469. data/vendor/local/share/man/man1/groonga.1 +1051 -607
  470. data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
  471. data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
  472. metadata +289 -278
  473. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +0 -43
  474. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +0 -184
  475. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt +0 -43
  476. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +0 -184
  477. data/vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js +0 -31
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.8. Tokenizers &mdash; Groonga v4.0.1ドキュメント</title>
10
+ <title>8.8. Tokenizers &mdash; Groonga v4.0.1-127-g9422d50ドキュメント</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.1',
18
+ VERSION: '4.0.1-127-g9422d50',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.1ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.9. クエリー展開オブジェクト一覧" href="query_expanders.html" />
32
32
  <link rel="prev" title="8.7. ノーマライザー" href="normalizers.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="normalizers.html" title="8.7. ノーマライザー"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -139,7 +139,7 @@
139
139
  <li class="right" >
140
140
  <a href="normalizers.html" title="8.7. ノーマライザー"
141
141
  >前へ</a> |</li>
142
- <li><a href="../index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
142
+ <li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
143
143
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
144
144
  </ul>
145
145
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.15. Tuning &mdash; Groonga v4.0.1ドキュメント</title>
10
+ <title>8.14. Tuning &mdash; Groonga v4.0.1-127-g9422d50ドキュメント</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.1',
18
+ VERSION: '4.0.1-127-g9422d50',
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.1ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
- <link rel="next" title="8.16. API" href="api.html" />
32
- <link rel="prev" title="8.14. Log" href="log.html" />
31
+ <link rel="next" title="8.15. API" href="api.html" />
32
+ <link rel="prev" title="8.13. Log" href="log.html" />
33
33
  </head>
34
34
  <body role="document">
35
35
  <div class="header">
@@ -56,12 +56,12 @@
56
56
  <a href="../genindex.html" title="総合索引"
57
57
  accesskey="I">索引</a></li>
58
58
  <li class="right" >
59
- <a href="api.html" title="8.16. API"
59
+ <a href="api.html" title="8.15. API"
60
60
  accesskey="N">次へ</a> |</li>
61
61
  <li class="right" >
62
- <a href="log.html" title="8.14. Log"
62
+ <a href="log.html" title="8.13. Log"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -72,17 +72,17 @@
72
72
  <div class="body" role="main">
73
73
 
74
74
  <div class="section" id="tuning">
75
- <h1>8.15. Tuning<a class="headerlink" href="#tuning" title="このヘッドラインへのパーマリンク">¶</a></h1>
75
+ <h1>8.14. Tuning<a class="headerlink" href="#tuning" title="このヘッドラインへのパーマリンク">¶</a></h1>
76
76
  <div class="section" id="summary">
77
- <h2>8.15.1. 概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
77
+ <h2>8.14.1. 概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
78
78
  <p>There are some tuning parameters for improving Groonga performance or
79
79
  handling a large database.</p>
80
80
  </div>
81
81
  <div class="section" id="parameters">
82
- <h2>8.15.2. 引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
82
+ <h2>8.14.2. 引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
83
83
  <p>このセクションではすべての引数について説明します。</p>
84
84
  <div class="section" id="the-max-number-of-open-files-per-process">
85
- <span id="tuning-max-n-open-files"></span><h3>8.15.2.1. The max number of open files per process<a class="headerlink" href="#the-max-number-of-open-files-per-process" title="このヘッドラインへのパーマリンク">¶</a></h3>
85
+ <span id="tuning-max-n-open-files"></span><h3>8.14.2.1. The max number of open files per process<a class="headerlink" href="#the-max-number-of-open-files-per-process" title="このヘッドラインへのパーマリンク">¶</a></h3>
86
86
  <p>This parameter is for handling a large database.</p>
87
87
  <p>Groonga creates one or more files per table and colum. If your
88
88
  database has many tables and columns, groonga process needs to open
@@ -117,7 +117,7 @@ column_create Terms entries_content_index COLUMN_INDEX|WITH_POSITION Entries con
117
117
  </div>
118
118
  </div>
119
119
  <div class="section" id="memory-usage">
120
- <span id="tuning-memory-usage"></span><h3>8.15.2.2. メモリ使用量<a class="headerlink" href="#memory-usage" title="このヘッドラインへのパーマリンク">¶</a></h3>
120
+ <span id="tuning-memory-usage"></span><h3>8.14.2.2. メモリ使用量<a class="headerlink" href="#memory-usage" title="このヘッドラインへのパーマリンク">¶</a></h3>
121
121
  <p>This parameter is for handling a large database.</p>
122
122
  <p>Groonga maps database files onto memory and accesses to them. Groonga
123
123
  doesn't maps unnecessary files onto memory until they are nneded.</p>
@@ -130,10 +130,10 @@ be occurred. It is an example case that you dump your database.</p>
130
130
  </div>
131
131
  </div>
132
132
  <div class="section" id="linux">
133
- <span id="tuning-linux"></span><h2>8.15.3. Linux<a class="headerlink" href="#linux" title="このヘッドラインへのパーマリンク">¶</a></h2>
133
+ <span id="tuning-linux"></span><h2>8.14.3. Linux<a class="headerlink" href="#linux" title="このヘッドラインへのパーマリンク">¶</a></h2>
134
134
  <p>このセクションではLinux上で引数をカスタマイズする方法について説明します。</p>
135
135
  <div class="section" id="nofile">
136
- <span id="tuning-linux-nofile"></span><h3>8.15.3.1. nofile<a class="headerlink" href="#nofile" title="このヘッドラインへのパーマリンク">¶</a></h3>
136
+ <span id="tuning-linux-nofile"></span><h3>8.14.3.1. nofile<a class="headerlink" href="#nofile" title="このヘッドラインへのパーマリンク">¶</a></h3>
137
137
  <p>You can relax the <a class="reference internal" href="#tuning-max-n-open-files"><em>The max number of open files per process</em></a> parameter by creating
138
138
  a configuration file <tt class="docutils literal"><span class="pre">/etc/security/limits.d/groonga.conf</span></tt> that has
139
139
  the following content:</p>
@@ -152,7 +152,7 @@ groonga hard nofile 10000
152
152
  or re-login as your groonga user.</p>
153
153
  </div>
154
154
  <div class="section" id="vm-overcommit-memory">
155
- <span id="tuning-linux-overcommit-memory"></span><h3>8.15.3.2. vm.overcommit_memory<a class="headerlink" href="#vm-overcommit-memory" title="このヘッドラインへのパーマリンク">¶</a></h3>
155
+ <span id="tuning-linux-overcommit-memory"></span><h3>8.14.3.2. vm.overcommit_memory<a class="headerlink" href="#vm-overcommit-memory" title="このヘッドラインへのパーマリンク">¶</a></h3>
156
156
  <p>This is <a class="reference internal" href="#tuning-memory-usage"><em>メモリ使用量</em></a> related parameter. You can handle a
157
157
  database that is larger than your memory and swap by setting
158
158
  <tt class="docutils literal"><span class="pre">vm.overcommit_memory</span></tt> kernel parameter to 1. 1 means that Groonga
@@ -172,7 +172,7 @@ about <tt class="docutils literal"><span class="pre">vm.overcommit_memory</span>
172
172
  </div>
173
173
  </div>
174
174
  <div class="section" id="vm-max-map-count">
175
- <span id="tuning-linux-max-map-count"></span><h3>8.15.3.3. vm.max_map_count<a class="headerlink" href="#vm-max-map-count" title="このヘッドラインへのパーマリンク">¶</a></h3>
175
+ <span id="tuning-linux-max-map-count"></span><h3>8.14.3.3. vm.max_map_count<a class="headerlink" href="#vm-max-map-count" title="このヘッドラインへのパーマリンク">¶</a></h3>
176
176
  <p>This is <a class="reference internal" href="#tuning-memory-usage"><em>メモリ使用量</em></a> related parameter. You can handle a
177
177
  16GiB or more larger size database by increasing <tt class="docutils literal"><span class="pre">vm.max_map_count</span></tt>
178
178
  kernel parameter. The parameter limits the max number of memory maps.</p>
@@ -200,10 +200,10 @@ vm.max_map_count = 131072
200
200
  </div>
201
201
  </div>
202
202
  <div class="section" id="freebsd">
203
- <h2>8.15.4. FreeBSD<a class="headerlink" href="#freebsd" title="このヘッドラインへのパーマリンク">¶</a></h2>
203
+ <h2>8.14.4. FreeBSD<a class="headerlink" href="#freebsd" title="このヘッドラインへのパーマリンク">¶</a></h2>
204
204
  <p>このセクションではFreeBSD上で引数をカスタマイズする方法を説明します。</p>
205
205
  <div class="section" id="kern-maxfileperproc">
206
- <span id="tuning-freebsd-maxfilesperproc"></span><h3>8.15.4.1. kern.maxfileperproc<a class="headerlink" href="#kern-maxfileperproc" title="このヘッドラインへのパーマリンク">¶</a></h3>
206
+ <span id="tuning-freebsd-maxfilesperproc"></span><h3>8.14.4.1. kern.maxfileperproc<a class="headerlink" href="#kern-maxfileperproc" title="このヘッドラインへのパーマリンク">¶</a></h3>
207
207
  <p>TODO</p>
208
208
  </div>
209
209
  </div>
@@ -217,21 +217,21 @@ vm.max_map_count = 131072
217
217
  <div class="sphinxsidebarwrapper">
218
218
  <h3><a href="../index.html">目次</a></h3>
219
219
  <ul>
220
- <li><a class="reference internal" href="#">8.15. Tuning</a><ul>
221
- <li><a class="reference internal" href="#summary">8.15.1. 概要</a></li>
222
- <li><a class="reference internal" href="#parameters">8.15.2. 引数</a><ul>
223
- <li><a class="reference internal" href="#the-max-number-of-open-files-per-process">8.15.2.1. The max number of open files per process</a></li>
224
- <li><a class="reference internal" href="#memory-usage">8.15.2.2. メモリ使用量</a></li>
220
+ <li><a class="reference internal" href="#">8.14. Tuning</a><ul>
221
+ <li><a class="reference internal" href="#summary">8.14.1. 概要</a></li>
222
+ <li><a class="reference internal" href="#parameters">8.14.2. 引数</a><ul>
223
+ <li><a class="reference internal" href="#the-max-number-of-open-files-per-process">8.14.2.1. The max number of open files per process</a></li>
224
+ <li><a class="reference internal" href="#memory-usage">8.14.2.2. メモリ使用量</a></li>
225
225
  </ul>
226
226
  </li>
227
- <li><a class="reference internal" href="#linux">8.15.3. Linux</a><ul>
228
- <li><a class="reference internal" href="#nofile">8.15.3.1. nofile</a></li>
229
- <li><a class="reference internal" href="#vm-overcommit-memory">8.15.3.2. vm.overcommit_memory</a></li>
230
- <li><a class="reference internal" href="#vm-max-map-count">8.15.3.3. vm.max_map_count</a></li>
227
+ <li><a class="reference internal" href="#linux">8.14.3. Linux</a><ul>
228
+ <li><a class="reference internal" href="#nofile">8.14.3.1. nofile</a></li>
229
+ <li><a class="reference internal" href="#vm-overcommit-memory">8.14.3.2. vm.overcommit_memory</a></li>
230
+ <li><a class="reference internal" href="#vm-max-map-count">8.14.3.3. vm.max_map_count</a></li>
231
231
  </ul>
232
232
  </li>
233
- <li><a class="reference internal" href="#freebsd">8.15.4. FreeBSD</a><ul>
234
- <li><a class="reference internal" href="#kern-maxfileperproc">8.15.4.1. kern.maxfileperproc</a></li>
233
+ <li><a class="reference internal" href="#freebsd">8.14.4. FreeBSD</a><ul>
234
+ <li><a class="reference internal" href="#kern-maxfileperproc">8.14.4.1. kern.maxfileperproc</a></li>
235
235
  </ul>
236
236
  </li>
237
237
  </ul>
@@ -240,10 +240,10 @@ vm.max_map_count = 131072
240
240
 
241
241
  <h4>前のトピックへ</h4>
242
242
  <p class="topless"><a href="log.html"
243
- title="前の章へ">8.14. Log</a></p>
243
+ title="前の章へ">8.13. Log</a></p>
244
244
  <h4>次のトピックへ</h4>
245
245
  <p class="topless"><a href="api.html"
246
- title="次の章へ">8.16. API</a></p>
246
+ title="次の章へ">8.15. API</a></p>
247
247
  <div role="note" aria-label="source link">
248
248
  <h3>このページ</h3>
249
249
  <ul class="this-page-menu">
@@ -275,12 +275,12 @@ vm.max_map_count = 131072
275
275
  <a href="../genindex.html" title="総合索引"
276
276
  >索引</a></li>
277
277
  <li class="right" >
278
- <a href="api.html" title="8.16. API"
278
+ <a href="api.html" title="8.15. API"
279
279
  >次へ</a> |</li>
280
280
  <li class="right" >
281
- <a href="log.html" title="8.14. Log"
281
+ <a href="log.html" title="8.13. Log"
282
282
  >前へ</a> |</li>
283
- <li><a href="../index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
283
+ <li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
284
284
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
285
285
  </ul>
286
286
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.4. データ型 &mdash; Groonga v4.0.1ドキュメント</title>
10
+ <title>8.4. データ型 &mdash; Groonga v4.0.1-127-g9422d50ドキュメント</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.1',
18
+ VERSION: '4.0.1-127-g9422d50',
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.1ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
31
31
  <link rel="next" title="8.5. テーブル" href="tables.html" />
32
- <link rel="prev" title="8.3.32. truncate" href="commands/truncate.html" />
32
+ <link rel="prev" title="8.3.34. truncate" href="commands/truncate.html" />
33
33
  </head>
34
34
  <body role="document">
35
35
  <div class="header">
@@ -59,9 +59,9 @@
59
59
  <a href="tables.html" title="8.5. テーブル"
60
60
  accesskey="N">次へ</a> |</li>
61
61
  <li class="right" >
62
- <a href="commands/truncate.html" title="8.3.32. truncate"
62
+ <a href="commands/truncate.html" title="8.3.34. truncate"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -196,7 +196,7 @@
196
196
 
197
197
  <h4>前のトピックへ</h4>
198
198
  <p class="topless"><a href="commands/truncate.html"
199
- title="前の章へ">8.3.32. <tt class="docutils literal"><span class="pre">truncate</span></tt></a></p>
199
+ title="前の章へ">8.3.34. <tt class="docutils literal"><span class="pre">truncate</span></tt></a></p>
200
200
  <h4>次のトピックへ</h4>
201
201
  <p class="topless"><a href="tables.html"
202
202
  title="次の章へ">8.5. テーブル</a></p>
@@ -234,9 +234,9 @@
234
234
  <a href="tables.html" title="8.5. テーブル"
235
235
  >次へ</a> |</li>
236
236
  <li class="right" >
237
- <a href="commands/truncate.html" title="8.3.32. truncate"
237
+ <a href="commands/truncate.html" title="8.3.34. truncate"
238
238
  >前へ</a> |</li>
239
- <li><a href="../index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
239
+ <li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
240
240
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
241
241
  </ul>
242
242
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>検索 &mdash; Groonga v4.0.1ドキュメント</title>
10
+ <title>検索 &mdash; Groonga v4.0.1-127-g9422d50ドキュメント</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.1',
18
+ VERSION: '4.0.1-127-g9422d50',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -27,7 +27,7 @@
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <script type="text/javascript" src="_static/searchtools.js"></script>
29
29
  <link rel="shortcut icon" href="_static/favicon.ico"/>
30
- <link rel="top" title="Groonga v4.0.1ドキュメント" href="index.html" />
30
+ <link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="index.html" />
31
31
  <script type="text/javascript">
32
32
  jQuery(function() { Search.loadIndex("searchindex.js"); });
33
33
  </script>
@@ -60,7 +60,7 @@
60
60
  <li class="right" style="margin-right: 10px">
61
61
  <a href="genindex.html" title="総合索引"
62
62
  accesskey="I">索引</a></li>
63
- <li><a href="index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
@@ -104,7 +104,7 @@
104
104
  <li class="right" style="margin-right: 10px">
105
105
  <a href="genindex.html" title="総合索引"
106
106
  >索引</a></li>
107
- <li><a href="index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
107
+ <li><a href="index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
108
108
  </ul>
109
109
  </div>
110
110
  <div class="footer" role="contentinfo">
@@ -1 +1 @@
1
- Search.setIndex({envversion:42,terms:{clumns:118,"\u30fbor":60,"\u51fa\u6765":[37,63,74],"\u7b2c\u4e8c":61,localstatedir:[132,45],"\u3082\u3089\u3063":3,four:[126,3],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[30,82],"\u811a\u6ce8":[61,3,38,58,29,148],"\u3082\u3089\u3048":108,"\u65e5\u672c\u4eba":40,"\u79d2\u60c5":23,"_column":[],"\u6b63\u5e38":[143,128],"\u30d5\u30c3\u30af":65,internally:15,"\u5b9a\u5024":62,"/projects":128,"\u7b2c\u4e00":3,"\u3044\u304f\u3064\u304b":[141,93,74,128,115,22,99,56,150,62,45,138,91,159],"\u89e3\u9664":[1,64,82,92],second:126,"\u4f5c\u3089\u308c":143,"\u4e8b\u524d":[55,128,57,125,158,9],"\u30ad\u30e3\u30b7\u30e5":15,"\u30de\u30af\u30ed":[23,64,62],"\u30b7\u30f3\u30dc\u30eb":59,"\u5f15\u3044":127,increasing:118,error:[116,95,5,15,6,7,126,62],here:[156,118,7,40,126,68],onga:27,"&!":127,china:112,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":137,"&&":[57,154,93,122,127],"\u4e0e\u3048":[56,3,57,82,47,87,131,62],"\u30b0\u30cb\u30e3\u30e9":155,"\u4e2d\u8eab":[62,3,146,143],"_output":[],"\u307b\u3057\u304f":93,"\u7ffb\u8a33":[],"\u300c\"":82,"\u300c#":[155,132],classification:112,"\u300c,":135,"9e":158,"9f":4,unix:[116,45],txt:[70,103],"\u5ea6\u6d6e":38,"\u5bfe\u7167":99,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[],"_check":[62,64,150],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\u975e\u63a8":[23,62,61,52],music:[37,126],tokenize:[],"_flags":[],"[pkg":[23,62],until:[118,16],"\u30d6\u30ed\u30b0":[],swap:118,"\u6709\u529b":130,"\u7f6e\u304f\u4f8b":45,"\u4e0b\u304c\u308a":57,"\u5f15\u6570":[],"\u300cv":128,"(pos":[29,148],"_command":[],"\u7518\u6817":155,"\u6709\u52b9":[74,82,87,23,45,93,128,11,12,47,97,52,105,143,62,64,153,111,67,114,27,7],"\u4e00\u6b69":[],"\u30e1\u30fc\u30eb":[0,103],"/functions":150,example:[37,93,3,112,11,107,113,60,7,118,40,68,87],"/blog":128,"\u6a2a\u5c71":62,"*cache":15,"<groonga":143,travel:155,feature:[40,103,7,112,99],how:[],typed:68,types:[40,130,106,115,71],"\u63fa\u308c":76,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":62,"_resource":[2,64],"\u5b09\u3057\u304f":108,"\u901a\u5e38":[93,74,3,153,11,38,14,116,7,62,158,149,91],keeps:[15,69],"\u500b\u5b9a":139,wing:62,"\u3042\u305f\u308a":[23,132],vars:42,"\uff11\u5bfe":139,"\u30d1\u30c8\u30ea\u30b7\u30a2":[],"/new":128,"\u3078\u306e":[11,45],"\u8fd4\u3063":[155,153,127],"_{":62,"-code":128,"\u8fd4\u3057":[74,3,78,125,40,9,43,93,61,127,96,130,97,14,100,16,50,102,54,55,56,104,105,106,107,148,59,131,144,101,81,62,110,64,66,67,154,27,29,71,94,152],fix:[48,85],"\u78ba\u7387":130,"\u5404\u7d22":3,"_desc":97,"_o":[2,146],"_n":[15,62,113],"_i":[2,146],fin:42,"_a":[2,146],"\uff08tokenmecab":57,"\u3046\u3063\u304b\u308a":62,"\u30d7\u30ed\u30c8\u30b3\u30eb":[],"-daemon":[113,51],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":61,"\u516c\u8f14":62,"\u3082\u3063\u3068\u3082":150,"\u30af\u30a8\u30ea\u30da\u30a2":9,"\u8a8d\u8a3c":[],"_select":[],represents:68,"(point":[29,61,148],"_deadlock":[2,146,64],timeout:[64,16],debug:[5,126,6,7],"_$":[130,52],"_\"":23,"\u306b\u3042\u308a":[115,52],rd:[57,123],re:118,rf:[111,7],"post\u30e1\u30bd\u30c3\u30c9":62,moritapo:37,rc:[74,126,2],rm:7,ro:74,gregex:62,rk:[],"\uff01\uff09":[40,106],"\uff01\uff08":103,"\u3042\u305f\u3044":101,"\u5909\u5316":114,"\u5168\u90e8":146,".msgpack":4,"/limits":118,ringtail:[],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":69,"\u307e\u308d\u3086\u304d":122,"\u771f\u507d":[11,62,38,153,127],libedit:[141,1,132,62,23,45],"\u5f31\u70b9":114,"\u8fd4\u308a":[60,93,112],"\u8fd4\u308b":132,"\u7d99\u627f":62,"\"localhost":87,"_locks":[2,146],"\u25a1\u25a1":108,"\uff08age":52,"2\u5104":53,"\u304a\u3055\u307e\u308b":60,mingw:[23,128],"\u6607\u964d":[131,93],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[62,74,3,115,82],service:[118,120,106],"\u4f7f\u308f":[93,2,153,112,79,146,136,158,15,74,7,23,40,62,65,149,128,52],needed:[7,14],"\u533a\u5207\u308a":[151,93,74,3,4,112,11,114,38,82,47,130,135,71,62,127,153],"\u533a\u5207\u308b":[132,149],master:7,"\u610f\u8b58":52,"\u8a8d\u8b58":108,listen:[62,82,7,43],".git":[88,128,103],"{table":[99,93],"\u306e\u3059\u3079\u3066":43,"(comments":154,"-common":62,project:127,"_update":[153,93,2,97,105],"\u9006\u9806":3,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[],"\u4f7f\u3048\u308b":[153,82,62,23,45,65],"\u304b\u3069\u3046":[57,154,2,81,45],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[],"-port":[113,143,82],"\u300csubmit":128,"/max":62,object:[64,127,78,38,97,15,48,146,62,90,42,102],"\u7d22\u7528":[],"\"black":158,microsecond:126,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":109,letter:158,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":43,"\u533a\u5207\u3063":[93,74,115,146],"\u4f7f\u3063":[0,120,2,3,76,38,123,74,86,7,45,9,43,122,141,93,127,128,69,11,12,99,136,52,140,37,55,56,104,106,57,108,59,109,60,146,62,101,149,65,111,158,153,112,103,115,27,116,129,117,72,73,87],released:[85,128],"\u4f7f\u3048":[93,74,153,112,159,136,127,59,7,81,62,23,65,138,52],"\u4f7f\u3046":[],"\u4f7f\u3044":[],"\u66f8\u304d\u8fbc\u307f":[155,45],"\u66f8\u304d\u8fbc\u307e":21,unmanaged:109,"\uff08@":[23,132],"\u30d0\u30a4\u30ca\u30ea\u30fc":116,layout:128,grnslap:[],"2byte":146,"-enable":132,createrepo:128,"\u79d8\u5bc6":128,"\u30a2\u30d4\u30fc\u30eb":128,"_age":81,"\u91cd\u307f":[],net:112,"\u30c8\u30d4\u30c3\u30af":128,"\u91cd\u3044":[114,93],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[],"\u958b\u3053":67,"\u5b9f\u9a13":[],"\u91cd\u304f":57,patch:85,release:[86,128],unpatched:85,"\u69cb\u9020":[37,56,114,14,116,97,79],"\u5e83\u304f":[155,128],"[linux":62,"\u8ca0\u62c5":108,result:[56,4,112,27,97,61,146,40,63],fail:16,"<port":[143,82],"\u5206\u304b\u3061":114,wikipedia:38,score:[37,93,56,3,105,69,57,130,106,71,60,99,48,61,62,40,63,127,155,110,113],"\u611f\u3058":[155,108],shidara:23,"\u539f\u99c5":60,country:[144,87,112],"\u66f8\u304d\u8fbc\u3093":155,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":158,"\u66f8\u304d\u8fbc\u3080":143,"\u540c\u69d8":[37,93,56,128,11,39,143,60,87,131],pre:85,"\u5931\u6557":[3,153,128,132,59,144,16,8,23,62,110,52],"\u95a2\u6570":[],diff:143,"\u5404\u7a2e":128,"\u6d88\u53bb":62,"\uff08node":65,"\u5360\u6709":64,"\u3044\u3046":93,correction:106,"\u30ab\u30f3\u30de":[93,3,127,112,47,135],worker:[],dave:81,"\u305f\u307e\u307e":43,"-message":[],"/function":128,"_sel":85,"\u3069\u3093":[89,80],"#set":143,"\u3069\u308c":[116,93,43,52],"_set":[34,78,107,14,15,131,100,16,50,62,64,42],"\u30d0\u30c3\u30d5\u30a1":[34,105,78,109,97,62,63,64],"\u65ad\u7247":27,"\u4ee3\u8868":114,"\u79d2\u6570":[116,93,127,11,155,38,66],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":62,"_false":64,"\u540c\u68b1":[62,132,103],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":23,"1\u4ef6":[57,155],"_rectangle":[],"\u3069\u3053":[23,45,62],"\u3002db":[23,56,3,87,14],"\u53b3\u5bc6":40,"\u30df\u30ea\u79d2":[38,60],"\u7121\u8996":[93,74,153,149,57,79,132,82,97,144,135,23,131,62,115],"\u3002rst":18,"\u5fdc\u7528":114,"\u3069\u3046":[1,35,67,5,108,58,93,57,6,133,7,21,62,92],"\u30e2\u30fc\u30c9":[30,56,3,87],"\"blt":135,tune:93,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[74,106,57,123,131,52],"_skip":62,"_element":34,gzip:[],"_result":[97,2],sleepy:98,"\u4e00\u6c17":128,previous:112,"\u5317\u4eac":61,easy:18,has:[93,85,128,112,97,156,14,48,95,16,126,118,7],hat:[],"*vars":42,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":62,"\u7c21\u7565":62,"\"content":[93,153,127],"\u9001\u308b":[0,146,43,103],"\u9001\u308a":[146,128],"\u30d0\u30a4\u30ca\u30ea":[86,128],"_broken":2,"\u8d8a\u3048":57,unique:113,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":39,">command":4,"_error":[2,146],"_ascending":131,alice:[93,153,99,48,7,81,110,43],"-unauthenticated":[62,12,129],"\u30d4\u30ea\u30aa\u30c9":[59,63],sebastian:62,right:95,old:[],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[82,74,3,115],truncated:62,"|suggest":130,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":62,"\u5358\u8a9e":[],"/ngx":7,"\uff08score":93,groogna:[62,43],"\u9001\u3063":[70,0,72,103],"for":[],bottom:[23,95,29],quetzal:[],".asc":128,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":62,ichii:23,yoku:62,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":64,"\u5206\u985e":11,"\u3067\u3082\u3046":0,"\"starttime":4,"\u89e3\u6c7a\u7b56":108,"\u306a\u3055\u3093":72,"\u65e2\u5b9a\u5024":120,"\u305b\u3044":62,"_size":[56,105,17,14,97,49,131,64,68,42],".am\u30d5\u30a1\u30a4\u30eb":128,"\u89e3\u91c8":[132,56,153,135],waits:16,"_range":[2,64],support:[85,7],offgao:155,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":81,"\u305b\u306a":[153,127],"\u5c71\u672c":62,"\u3086\u304d\u3072\u308d":122,thesaurus:93,"/tsv":[149,8],"\u5fa9\u65e7":62,"\u8981\u7d20":[116,2,3,69,143,27,47,97,56,62],"\u30d0\u30f3\u30c9\u30eb":62,"\u3002sortby":93,"\u306e\u304b":[155,123],"\u9006\u5f15":37,"_sequence":[2,146],"\u306e\u3044":[10,5,114,38,82,97,47,61,60,6,146,56],"_records":62,"''":[12,153],"'\"":62,"'.":[113,64,103],"'-":[62,82],"',":[113,64,156],"')":[47,151,93,82,153],"'(":[82,153],"\u306e\u306b":[],"\u306e\u3061":93,relax:118,"\u306e\u3067":[120,3,123,86,7,62,125,43,93,61,128,11,99,103,55,57,142,108,154,81,23,63,149,114,27,116,30,52],"*nvars":42,"\u3001_":[155,60,3],"\u306e\u307f":[],"'t":[14,15,48,16,118,40,7],"'s":[98,93,153,112,47,154,126,116,127,103],moero:37,"\u3089\u308c\u308b":[56,105,114,123,131,62],"\u88dc\u3046":114,"'a":154,"\u305b\u308b":[120,56,114,99,30,150,52],"'n":82,"'m":[98,63],"-latest":[],"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":76,"-tar":20,"\u305b\u308c":114,"\u6bb5\u843d":[59,105],"_count":[],"'\\":153,"\u5165\u529b\u30df\u30b9":106,time:[155,106,11,130,71,143,118,126,57,62,40,23,152,113],push:[128,103],"\u304a\u3053\u306a\u3063":3,":/":[3,4,82,86,7,88,45,43,141,94,128,69,11,12,135,18,103,37,20,60,87,65,151,111,112,129,30,73],"\u53cd\u6620":[114,56,128,118],"\u7b26\u53f7":[],":$":[127,153,122],"\u6d41\u308c":[],"-prefix":[],"\u5c0f\u897f":62,":=":[93,153],":>":[93,153],"\u3002rroonga":136,"::":[2,4],netbsd:[62,132],millisecond:16,"\u3042\u307e\u308a":[63,108,97],"\u7aef\u672b":114,"_builtin":[23,64,67,49],"\u6700\u7d42":[93,67,69],dragonfly:132,"\u500b\u5225":128,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":62,"-root":[30,132,82],lru:101,exact:56,"\u3002travis":65,minute:126,".body":[80,31,76,92],"\u30b9\u30af\u30ea\u30d7\u30c8":[],"{language":103,"\u6e08\u307f":[141,59,111,74,105,128,106,38,12,108,120,47,129,40,23,62,149,9],"-base":113,":@":[37,93,3,153,11,155,99,87],":\\":86,":^":[153,122],":[":143,":public":128,"\u4e8c\u91cd":[62,153],"\u7d50\u3073\u3064\u3044":139,"\u305f\u3055\u3093":[23,1,62],"\u7d50\u3073\u3064\u304f":139,sign:128,"\u5316\u4f5c":128,makecache:[62,111],"\u4e8c\u9805":127,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":62,".ncpu":73,"\u7d4c\u904e":[116,10,127,11,155,38,66,16,23,64],"\u30bf\u30d6":[149,4,146],takashi:[23,144],"\u540d\u7b49":64,"-ipadic":[141,111],current:[15,48],"'='":82,"\u76ee\u5b89":128,"\u63a8\u9032":62,"\u30bf\u30b0":[],"\u6d41\u3057":128,address:[113,23,146,62],"\u30a2\u30ab\u30a6\u30f3\u30c8":[128,22],"\u4e3b\u30ad\u30fc":[],"\u4e00\u62ec":97,queue:139,"\u8b66\u544a":[62,93,10,132],"\u3002offset":78,"\u5ea6\u6570":[11,23,60,127],ipa:[18,111,141],pentium:143,prefer:113,"\u6587\u5b57\u5217":[],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":62,bookmarks:69,"\u4e88\u3081":[38,82],"{\"_":[37,93,127,11,60,81,153],"|table":52,"\u30d5\u30a9\u30ed\u30fc":[],"/header":20,"\u3060\u3063":[57,62,93,10,97],"``":[1,132],"\u5168\u4e16\u754c":62,"\u3060\u3068":108,visual:[23,86,62],"\u30ec\u30d3\u30e5\u30fc":128,"_gt":131,"\u3002obj":64,"\u3060\u3044":23,"_alloc":68,values:[47,48,64],"\u3060\u3057":[23,143],"\u5024\u8a18":127,following:[105,113,156,48,126,118],"_limits":112,locks:27,logrotate:62,"\u5897\u3084\u3059":[93,150,69],"\u6a19\u6e96":[1,35,3,5,80,82,6,7,89,92,10,47,133,135,21,137,58,59,109,62,151,66,30,31,119,87],chroot:128,"\u30d2\u30e5\u30d9\u30cb":[61,148],parameter:[95,113,99,97,118,42],applications:27,date:143,such:[112,27,156,62,40,103],data:[],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[],"/dictionary":132,ss:[126,127],"/javascript":23,st:[74,127],sh:[128,65],so:[40,97,64,118],sa:[130,106],se:[40,74],"\u540c\u3058\u6570":[82,7,43],"[yum":62,course:112,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":135,"\u30a2\u30c9\u30ec\u30b9":[23,97,82,87,143],"*query":[90,68],jis:131,"\u540c\u671f":[143,128],instantly:27,"\u4f7f\u308f\u305a":99,records:[93,95,112,99,126,68],"\u8d85\u3048\u308b":[11,79,62,131,142],matched:[113,99,95],"_memo":99,"\u7570\u5e38":[109,143],"_dat":[],"_dataset":[124,156],"\u3084\u308b":[],"\u4e26\u3073":[123,127],"\u4e26\u3079":[],"-terminated":[42,14],gtar:20,indexblog:63,"\u30d8\u30c3\u30c0\u30fc":[],"-offset":93,".status":143,"\"search":[40,106,153,71],"\"type":130,formula:128,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":79,mime:43,"byte":[105,143,27,97,146,62,64,68],"\u7d20\u65b9":114,"\u30d9\u30af\u30bf\u30fc":[],"\u4e00\u610f":[59,82,91],one:[15,99,27,118],"\u56fd\u969b":103,"*expr":68,open:[],city:61,"\u5bfe\u7b56":[],"\"sphr":148,"=encoding":[],"\u884c\u756a":[116,23],"\u8fd4\u4fe1\u5143":155,"\u8fd4\u4fe1\u5148":155,"\u306b\u5bfe\u8c61":23,"\u51fa\u3057":155,"\u540c\u6642":[93,10,114,139,143,60,97,131],fumiyasu:23,"\u4e16\u754c":[61,11,38,29,60,148],argument:127,"-scorer":138,say:127,"/span":27,"/ubuntu":[62,120,12],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":62,"\u30ea\u30b9\u30c8":[37,93,158,3,153,128,149,80,39,82,47,89,88,62,127,32,103],uuuuuu:127,"\u5ea6\u5408\u3044":57,note:[113,118],"\u30cb\u30db\u30f3\u30b8\u30f3":40,"[[\"":109,"\u5fdc\u7b54":[62,114],buffer:[109,64,68],"\u5148\u982d":[78,93,64,3,7],debhelper:23,"\u30b9\u30da\u30fc\u30b9":[23,93,62],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[],"\u672b\u5c3e":[78,131,64],operations:[48,68],"\u4ef6\u6570":[93,3,57,123,47,97,64,91],"\u5217\u6307\u5411":[114,82],"_cursor":[],xml:[],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:158,"\u5927\u4e8b":[149,153],"-directory":62,"\u3068\u3057\u307e\u305b":16,"_defrag":64,"\uff08tokenbigram":57,resource:146,"\u3088\u30fc":155,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[],"\u76f4\u63a5":[155,135],"\u8868\u3057":[10,3,38,39,116,2,56,91],"\u7a7a\u767d":[74,3,153,57,114,82,47,71,115],"\u7528\u79d8":[],"\u898f\u5247":62,".content":[93,127,98,154,118,63,153],"\u306b\u3068\u3063\u3066":[74,108],sites:135,"*column":105,"\u5927\u4e08":0,jobs:143,"\u4e0a\u554f":120,"@tomotaka":23,many:[118,156,112,69],"\u8fd4\u3059":[1,35,76,5,82,6,23,43,92,127,130,14,133,21,143,58,66,60,146,81,62,152,132,31],"\u30b3\u30ed\u30f3":59,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":76,"_otoj":150,expression:[113,118,55,68,93],")offset":[131,97],"-mecab":[141,62,111,12,129],"_t":2,"_syntax":[2,68],"(xxx":62,"\u3002http":62,"\u542b\u3080\u5024":[82,3],"\u5468\u4e0a":148,"_synonyms":149,"*added":97,"\u898b\u4ed8":62,"'ja":103,enable:[74,128,132,66,7,62],readings:40,"\u6607\u9806":[93,3,112,60,97,131,64],"\u5b9f\u884c":[],"-bye":[93,153,127],"\u304a\u3051\u308b":[53,37,3,153,11,114,38,62],executes:113,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":121,"\u7406\u89e3":[93,3],"\u3002filter":60,"?table":[7,43,87],ctrl:87,"\u4e0d\u5909":91,ivh:[141,111],"@lists":[128,22],".md":128,pthread:[23,62],"\u3002squeeze":150,ascii:[153,127],"\u304b\u307e\u3044":3,binary:[114,38,4],hostname:[30,82,7],"_filter":[],"<path":82,"_setoperation":97,"\u3002\u3057\u304b\u3057":[93,61,69,114,38,106,98,117,23,158,43],"_at":[57,132,14,97,62,64],"error\u30bf\u30b0":62,allocation:15,"\u8ab2\u984c":[],"\u90fd\u6c11":[57,123],"\u5b9f\u88c5":[55,61,93,7,30,125,23,62,159,43,103],"_date":128,tracking:0,takahiro:132,customized:126,".key":97,wiedenroth:62,"\u6b53\u8fce":72,"_normalize":[93,85,3,76,57,155,153,27,158,98,99,97,118,62,63,127,52],"\u53d6\u308a\u51fa\u3055":11,"\u53d6\u308a\u51fa\u3059":[11,131,56,104,132],"_retry":2,"\u56db\u89d2":39,"\u6771\u4eac\u90fd":[57,155,123],"[token":62,"(r":143,gdb:150,"(a":65,"_pack":[],"\u30cb\u30db\u30f3":40,"([":54,"(_":[40,130,106,127,71],"\u30d1\u30e9\u30e1\u30fc\u30bf":[],"\u3042\u3052\u308b":[],haystack:56,dcmake:86,"\u6c4e\u7528":[143,82,7],"\u639b\u3051":127,"(>":56,"(<":56,"(=":[2,127,56],res2:97,"\u91cd\u307f\u3064\u304d":62,"((":[93,69],"()":[],"(.":[63,128],"(-":127,"(\"":[61,3,107,82,27,99,62],"(!":56,"('":[59,93,3,153,82,47,91],intel:143,"_but":56,"\u95a2\u308f\u3089":143,"\u4f4e\u901f":112,"\u4ed5\u7d44":[43,103],grouping:112,conditional:130,yyyy:[126,127],"_supported":[2,146],".load":143,"\u30d5\u30a9\u30f3\u30c8":18,ddl:57,"(nginx":120,"/httpd":[120,7],"\u8a18\u4e8b":[98,63,128],"\u5168\u6587\u691c\u7d22":[],";\"":62,"package":128,"\u5ec3\u6b62":10,favorite:103,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[23,43],"\u304b\u3048\u308b":154,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[158,115],"'or":62,"\u7b97\u51fa":[62,93],"\u6df7\u305c\u308b":69,"\u7403\u9762":[61,148],"_prefix":[],"\u8868\u8a08":149,"\u30e9\u30f3\u30ad\u30f3\u30b0":3,emacs:103,recommends:118,"\u30aa\u30fc\u30d7\u30f3":[23,62],complete:[113,40,130,9,62],"/pull":128,"_empty":[2,146],"with":[95,3,105,112,69,57,126,81,115,27,14,59,109,7,62,23,45,128,65],"_load":[],"_types":[115,43],pull:[],"\u697d\u3057\u3044":[57,123],reqular:113,"\u304a\u77e5\u3089":[],gone:37,ac:158,uid:128,"| y":62,"\u30ec\u30b9\u30c8\u30e9\u30f3":114,am:27,an:[95,115,97,15,48,7,118,68],"| n":127,as:[74,112,113,27,156,118,99,48,7,62,40,103],ar:[57,74,123],at:[118,85,95,112,126],"| c":127,"| _":60,"\u3002messagepack":[116,45],shimomura:62,"\u4e00\u65b9":[3,153,99,11,114,27,57,154,63,127],"\u30c7\u30d0\u30c3\u30b0":[109,74,7],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[62,86,143],"\u9806\u4f4d":78,"\u304c\u3068\u3046":155,queryexpandertsv:[],"_such":[2,146],original:[122,135],"\u5897\u5206":93,"\u6587\u6cd5":[],senna:[],"\u4ed8\u968f":[35,58],"\u30c7\u30fc\u30bf\u30d9\u30fc":23,"\u5408\u8a08":[53,93,57,79,143,109,142],"\u6e80\u3055":62,"-talk":[62,128,22],"\u548c\u5e83":62,"\u901a\u4fe1":[],to:[],tail:[146,128],te:74,homepage:143,tc:[131,104],returned:[15,107,95],"/other":7,"\u30ab\u30c6\u30b4\u30ea":[93,74],"\u3002column":[56,3,105],condition:[68,127],"(popular":93,large:118,adjust:93,"\u5909\u308f\u308b":[57,27],"\u5909\u308f\u308a":[109,60,123,101],"\u4f55\u3089\u304b":38,"\u300c\u6771\u4eac\u90fd":57,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[62,74,115],"&gt":27,"\u6e80\u3059":62,"\u5927\u5225":11,pass:7,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":62,"\u7701\u7565":[],"\u7d22\u6642":132,"\u5897\u52a0":62,"\u3067\u306b":[57,98,8],section:[17,105],"\u30ea\u30c6\u30e9\u30eb":[],"\u5927\u5207":114,"\u6700\u65b0":[18,101,128,22,23],"\u3002timeout":64,"_modified":155,method:7,contrast:7,full:[74,7,128,27],hash:[79,155],"\u30ce\u30a4\u30ba":[57,106],sender:[113,51],"\u975e\u516c\u958b":128,"_compare":64,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":93,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":62,"\u306b\u3059\u308b":43,followee:155,tokenizer:[],"\u30ce\u30fc\u30c9":[131,62],"-release":[],"(init":14,follower:155,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[23,132],select:[],"[grntest":23,mecab:[141,1,85,128,114,12,111,129,132,62,23,45],"\u7406\u95a2":42,"\u4e0a\u8a18url":128,more:[99,146,27,118],"\u30c6\u30ad\u30b9\u30c8":[74,128,69,143,132,115,27,158,94,62,52,103],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":37,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[121,69],"\u518d\u5229":[79,93,91,62],"_argument":[131,97,2,146,64],"_messages":[128,103],endpoint:[113,51],"_adjust":[93,90,56],"\u6bd4\u8f03":[],scan:150,"_descending":131,accept:132,states:144,gronoga:7,information:[15,126],"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":23,"\u3002lzo":59,"\u300ccommand":30,"=dat":62,"\u52d5\u7684":[],"\u5b9f\u884c\u4f8b":[],"\u5019\u88dc":[40,130,9,106],"\u306b\u3059\u3050":98,"\u30fb\u81ea\u5df1\u7d39":155,"\u559c\u3073":[70,103],github:[0,128,59,23,62,88,18,45,103],tokenbigram:[93,74,3,76,106,57,79,153,82,27,123,98,99,155,154,118,89,63,127,32,52],register:[],"\u6e0b\u8c37":155,replied:155,"\u666e\u53ca":114,sysctl:[142,118],"\u52d5\u753b":37,"\u8f09\u305b\u308b":128,".co":[93,85],installer:128,its:[0,40,68,126],saucy:[],".rpm":[141,111],confiugration:118,"\u63a5\u7d9a":[],"[tokenizer":62,"_weight":[59,62,105,69],salamander:[],"_ci":158,"\u6271\u3044":[10,11,123,16,40,159],"\u6271\u3046":[2,127,57,142,22,114,62],"\u6271\u3048":[84,14],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":62,"\u5c0f\u306a\u308a":[],always:118,messagepack:[],"\u6271\u3063":[62,1,155],"\u30ad\u30e3\u30b9\u30c8":[62,132,153,155],"[doc":[23,62],found:[97,95],".offset":97,"\u534a\u89d2":[131,158,3],"\u540c\u7fa9":149,"\u9ad8\u901f":[37,1,56,3,153,159,79,121,39,82,127,114,61,62,23,148,43,52],operation:[48,95,146],"\u6271\u308f":[93,74,153,11,39,143,57,62,158],really:[93,153,127],"\u524d\u8005":[60,158,149],ftp:143,"/usr":[45,82],"\u30de\u30eb\u30c1\u30b3\u30a2":114,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/rab":[60,3,112],ftb:85,"/etc":[120,128,142,12,129,7,62,118,149],"\u6975\u4ed8":[61,148],"_hit":[87,66,3,4,7],imagine:112,"\u3053\u3053\u3067":128,"\u30a6\u30a7\u30a4\u30c8":59,pairs:40,"_user":[],"-keyring":[62,12,129],number:[],"_pipe":[2,146],"\u3059\u3079\u304d":56,"\u7d42\u308f\u308b":[98,153,127],"\u30b3\u30d4\u30fc":[105,128,78,97,135,62,64],"|enable":74,"\u533a\u5207\u3089":23,"\u30c9\u30e1\u30a4\u30f3":[62,112],"\u3057\u304b\u3082":159,"_stack":2,relationship:48,"\u642d\u8f09":114,dpkg:128,"\u5b66\u7fd2":[],"\u56de\u547c":132,"_db\u30d5\u30e9\u30b0":23,"\u60f3\u5b9a":[66,37,135,109],"\u5b9f\u969b":[53,37,93,76,57,155,80,62,63],toybox:11,"\u52d5\u74b0":151,"*data":78,"\u66f8\u304d\u63db\u3048":[128,65],gted:103,qps:[151,143],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[132,82],self:143,"_lock":[23,64,16],also:[93,153,113,27,14,7,40,127],without:[40,7,27],mroonga:[93,94,153,69,114,99,154,62,63,149,127],"\u8a18\u53f7":[57,82,123,3,132],"\uff08todo":127,"\u306e\u3069\u3061\u3089":[93,127],"\u3060\u3055\u3044":[0,120,3,7,88,45,43,93,127,128,69,12,103,20,146,62,149,150,65,158,153,114,116,117,72,52,87],tokens:74,exe:[86,128],"_uint":49,cover:27,umemoto:23,arted:127,ext:74,"\u6d3b\u304b\u3059":93,"<limit":82,"_processes":[],microsoft:86,"\u3057\u304b\u3057":[93,127,57,123,63,149,43,103],"/command":[7,87],xcode:73,session:113,"-memory":132,"\u77e9\u5f62":[29,60,114],"\u5143\u6c17":62,columnn:62,"\u9577\u578b":131,"\u6642\u306b":23,failed:[15,16],"\u51e6\u7406":[1,2,78,115,123,74,7,91,93,127,43,103,56,143,60,146,62,153,114,132,26,27],factor:[62,93],"\u5225\u9014":[38,64,112],"\u30bf\u30fc\u30b2\u30c3\u30c8":62,columns:[93,121,132,156,47,118,62],"]]]":[57,130,133,127],"\u5fc5\u305a":[93,10,121,97,146,52],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":43,"\u3082\u3057\u3054":62,"_point":[37,148,95],"\u30ed\u30b0\u30ec\u30d9\u30eb":[82,7],"-github":128,bytes:[53,42,14],"\u6c7a\u3081":52,"\u7528\u610f":[93,56,128,106,143,61,71,45,40,64,9],"\u3082\u3057\u304f":[141,111,153,128,11,142,38,27,97,87,81,131,62,63,127,7],set:[113,40,64,143,118],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[1,132,59,62,23,45,150],see:[118,93],sed:[23,12,62],sec:16,"\u547c\u3073\u5143":14,sea:[40,74],sen:85,"\u8a00\u8a9e":[],juman:[141,111],currently:[7,67],mutex:62,"\u65e5\u4ed8":[114,61,128],"\u3068\u3068\u3082\u306b":11,"\u3082\u3057\u308c":149,available:[85,7],"<span":27,"\u7a7a\u6e2f":155,"\u304c\u3064\u3044":[79,93,69,132,62],javascript:[],"\uff09\uff08":52,"\u3082\u304d\u3061\u3093":7,"interface":113,"\u500b\u4eba":45,"\u6790\u5668":114,"_already":[2,146],"\u77e5\u308c":[125,115,55,108,63],last:[62,155],"\u4e00\u8cab\u6027":[],"\u77e5\u308b":112,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[114,143,136],"\u578b\u5909":23,connection:146,rose:11,pdf:[],"<#{":126,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":62,load:[],");":[15,56,68,105],"):":[120,128],"@ceekz":62,"-adjuster":[93,69],"\u3002\u3056\u3063\u304f\u308a":69,"))":[93,149,127],"\u30ca\u30ce":[116,132],")-":128,"),":[59,62],").":[113,27,128],"_exec":[2,68],")\"":[62,94,153,27,76],".htpasswd":[7,43],")'":[37,155,153,106,130,27,154,60,71,40,127],"[rpm":[23,62],tablename:10,"\u7c21\u6613":[120,61],"\\%":86,"\u30d1\u30e9\u30e1\u30bf":[34,64,104,67,78,49,107,97,14,15,131,100,95,16,50,90,68,42,102,105],shinya:62,func:[42,14],"\u3067\u307e\u3068\u3081":149,handling:118,")]":62,"-api":70,"\u3067\u306a\u3051\u308c":127,"\u5236\u9650":[],"\\(":153,formats:126,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[23,62],"_nromalize":158,"\u632f\u821e\u3044":[62,81,99],"\u63a1\u7528":[57,114,87],"<=":[62,155,7,127],binding:85,"\u5316\u524d":91,"</":[94,4,27],"<-":43,"\u4e38\u62ec":3,"\u4e00\u7fa4":56,">\n<":4,"\u8a00\u3048":[57,153],"\u56de\u52d5":143,alert:[5,62,6,7,126],levels:7,ifexists:47,stack:[62,146],"\u7121\u99c4":114,"\u8981\u6c42":[108,62,3,154],"-path":[],"_file":[2,116,7,149,43,146],"/senna":135,mysql:[141,93,85,128,69,114,12,115,27,129,149,111],"\u5316\u51e6":[23,91],"\u30bd\u30fc\u30c8":[],"3\u4ef6":155,"_files":[2,146],location:[],input:[47,40,116,146],emergency:[126,7],format:[113,126,85,4,103],"\u30cf\u30c3\u30b7\u30e5":[66,62,128,109],"\u30bd\u30fc\u30b9":[],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":128,"\u540c\u7b49":[123,143],"\u308f\u3051":[11,40,93,74,127],"\u4ed5\u65b9":[],specfied:95,"_flow":[2,146],"_bool":[132,64],"\u30af\u30ed\u30fc\u30f3":45,"\u65e2\u77e5":45,"\u7f72\u540d":[],"\u4f9d\u5b58":[],"\u4e0a\u4f4d":[57,97],wget:[141,111,20,12,129,45],by:[],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":120,"\"yu":135,"\u3068\u308f\u304b\u308b":128,garbage:[62,109],into:15,"\u3088\u308a":[76,38,123,62,40,45,93,61,127,69,11,98,131,52,56,57,143,23,63,148,149,153,155,132,117],"|key":[93,3,76,57,155,153,27,98,99,122,118,63,127,52],"\u30d5\u30a9\u30ed\u30ef\u30fc":128,pcre:62,span:[94,27],submit:[113,40,130,106,71],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],"\u5074\u9762":114,"\u6574\u3063":150,opens:[118,95],"\"keyword":93,link:[11,87,112],line:[],"\uff08ci":65,posted:155,"\u8868\u3059":[54,56,37,11,39,59,61,74],".php":128,up:[113,4],ul:74,"\u5206\u89e3":56,"\u3054\u307f":[62,108],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":[],parses:[107,68],"char":[67,49,107,14,97,64,68,42,105],"\u3054\u3068":[],"\u3075\u308a":130,"\u633f\u5165":[3,128,78,82,27,62],parsed:68,defines:156,codes:128,taro:37,">uptime":4,"=null":[93,74,101,52],invalid:[113,93,107,146],"\u8868\u308f":64,"\u898b\u4ed8\u3051":62,"\u7acb\u3061":116,elements:69,".dump":23,provided:7,lucid:[62,132,128],"\u6307\u5b9a":[],"\u4e00\u7dd2":[1,61,3,69,57,93,62,120,52],"\u3088\u304f":[93,69],"\u3088\u3046":[],"\u3088\u3044":[93,153,63,64,43,103],"\u3088\u3073":56,age:[93,81],"/wgs":60,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":62,oracle:[],"\u3088\u3063":60,"\u8a66\u884c":114,hello:[98,127],code:[116,126,4,103],partial:56,"\u3067\u307f":114,",\"title":3,results:[113,62,97,27,112],"/sysctl":[142,118,73],"\u3067\u3064":76,"\u843d\u3061":[62,132],"\u3067\u306f":62,"\u3067\u306e":[116,27],"-lzo":[],"/json":[23,7,43],"\u3067\u3069":130,"\u3067\u3057":[20,11,127],"\u8a2d\u5b9a\u6e08\u307f":120,sigsegv:97,":..":93,"\u3067\u3059":[2,3,4,74,7,8,9,10,70,12,14,15,16,17,20,154,23,26,27,30,32,11,38,39,40,42,43,141,47,48,51,52,53,55,56,57,59,60,61,62,63,64,65,129,71,72,101,0,76,79,80,82,84,86,87,89,45,91,93,94,69,98,99,97,102,103,105,106,108,109,110,111,112,113,114,115,116,118,120,121,123,125,127,128,130,135,136,142,143,144,146,81,148,149,150,151,153,155,158,159],"\u3067\u3044":[11,93,127],"\u30ea\u30af\u30a8\u30b9\u30c8uri":7,"\u3067\u304f":[93,69,117,72,149,65],"\u3067\u304d":[],"{user":118,"\u7279\u306b":[56,128],provides:[99,112],"\u8fbc\u307f":[21,149],"\u8ca2\u732e":62,"\u3002time":155,"\u983b\u5ea6":130,"\u6368\u3066":23,".clean":128,"\u5f15\u304d\u7d9a\u304d":62,"try":16,"this":[93,3,153,112,11,27,156,118,126,113,87,127,62,40,64,51,43,7],"(wgs":60,o0:128,"\u30aa\u30d7\u30b7\u30e7\u30f3":[],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":62,"\u4e00\u81f4\u3057":[],video:37,".xml":4,index:[37,85,104,105,128,17,27,95,118,62,63,127,153],directive:7,"_operator":[97,90,68,105,95],"\u306e\u3067\u3057\u3087":93,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":86,"\u30ef\u30fc\u30ab":7,"\u5224\u65ad":[67,127],"\u5fc3\u304c":150,nargs:68,"\u516c\u958b":[23,132,128,62],"?parameter":7,let:98,ubuntu:[],ctx:[67,139,14,15,97,64,68,42,105],"\u73fe\u308c":74,"\u3067\u3082":[0,2,3,79,123,86,7,62,40,45,141,93,128,12,103,57,143,59,154,60,87,146,23,63,150,111,114,27,129,117,52,73],".fedoraproject":111,buffered:17,"\u8d85\u904e":[142,62],firefox:103,"\u767a\u4fe1":128,"\u30c7\u30b6\u30a4\u30f3":62,"\u9014\u4e2d":[128,106,82,146,62,40],"\u3046\u3048":[23,62],"\u4ee5\u964d":[94,128,39,82,132,87,62,23,158,150,103],"\u3002\u3064\u307e\u308a":[93,3,16,153],zip:[],illegal:146,"\"sea":40,"\u3044\u304f\u3064":72,next:[95,42],"\u3046\u3061":[10,105,39,109,97,56,81,62,131,23,64],doubt:112,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":63,"\u30af\u30a9\u30fc\u30c8":[74,115,153],"\u3059\u308b":[],"\u7d4c\u7def\u5ea6":[],"\u3059\u308c":[3,127,114,81,143,97,8,153],src:97,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":[],occurred:[118,48,95],"\u3059\u3093":155,"_escape":68,"\uff08groonga":114,"\u4f7f\u3044\u65b9":[],"\u6b8b\u308b":23,"\u6b8b\u308a":[93,10,149,52],"_posting":[95,104],"\u6e21\u3055":[61,56,42,62],"\u6e21\u3057":[47,56,3,87,153],"\u6e21\u3059":[62,3],"\u5171\u306b":[64,105],"\u6b8b\u3063":[62,132],"\u3059\u304f":154,"\u306f\u6708":127,process:[],lock:[64,16],"_estimate":[23,95],"\u7d30\u5206":11,"\u3059\u3050":[114,43],"\u6301\u3061":[121,74,82,56],"\u6301\u3063":[93,74,153,106,114,69,108,62,158,115,127],"\u6301\u3064":[37,93,61,3,127,112,106,11,114,139,39,82,47,154,97,23,158,91],"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":79,"\u3059\u3067":[98,74,123,128],"\u3059\u3079":[93,10,135,79,146,143,74,7,56,23,40,110,155,43,92],"\u6b8b\u3057":93,defalt:132,"\u9664\u7b97":[],"-gqtp":[],"\u3044\u304f\u3089":114,"_')":[59,91],"\u4e26\u3073\u9806":60,">starttime":4,tomotaka:23,"\u8a2d\u5b9a":[],alloc:[87,66,3,4,7],"\u4f53\u8fd1":148,element:[127,69],"\u9078\u629e":[114,93,61,128],allow:[62,93,12,153,129],":\\\"":47,tokentrigram:[74,32],"[httpd":62,"\u8abf\u3079":[78,29,64,112,148],"\u30ab\u30d0\u30fc":150,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":69,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":151,yamaguchi:23,"\u3092\u3064\u3051":[93,153],"\u6539\u884c":[23,80,82,62],"_unavailable":[2,146],"\u6587\u66f8":[],"=platform":[],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,hobby:126,"\u5de6\u4e0a":[29,1],"\u5de6\u4e0b":1,"[space":153,python:[18,128],billiard:[57,123],lzo:[23,146,45,105,62],"\u4e00\u6642\u7d50\u679c":[],"\u53f3\u4e0b":[29,1],"_implemented":[2,146],"/master":[18,103,65],"\u7121\u9650":[62,132],"_none":80,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":65,"\u30a8\u30ed":155,"-patch":103,"\u753b\u9762":[1,128],frequency:[40,130,106,71],"\u30b3\u30e1\u30f3\u30c8id":155,"-fd":[113,23],"\u4ed5\u69d8":[],"\"\uff08":40,"\"\uff09":[11,40,1,60],"_friends":37,"\u30bb\u30b0\u30e1\u30f3\u30c8":[109,31,64],"3ki":132,"\u591a\u304f":[93,3,11,82,27,57,7,23,159,120,52],"\uff08\u300c":[57,158],owner:7,"\u5897\u5927":61,"\u5bb9\u91cf":[109,93],"\u30cb\u30db\u30f3\u30b4":40,behaves:113,system:[0,93,153,20,38,27,118,127],"-keys":128,"\u30b9\u30da\u30eb":149,"\"weight":11,"\u304b\u3061":[93,123],"\u304b\u3064":[131,62,93,123,127],"_logger":62,"\u304b\u3069":[93,153,57,142,81,29,60,7,130,148],"\u756a\u76ee":[93,74,3,153,11,97,131,62,127],"\u8ffd\u8de1":[],"-time":27,"\u500d\u7cbe":38,"\u6253\u3061\u5207\u308a":62,"\u304b\u3051":[62,92],"\u3002json":47,"_results":97,"\u304b\u305a":62,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":123,"false":[35,122,5,38,6,92,127,128,11,99,48,133,21,58,59,154,144,81,62,110,153,132],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u304b\u3082":[55,108,115,116,125,63],documents:[99,27],"\u304b\u3089":[],"\u3044b":[57,123],tokendelimitnull:[32,124],"_const":[56,68],"\u3069\u3061\u3089":[0,120,3,76,115,14,121,63,9,43],"*init":42,"\u672a\u958b\u653e":132,"\u3089\u308c":[93,74,3,79,80,132,89,114,60,56,62,108,23,63,144,92],"**":[105,6,131,64,42,67],"\u3064\u3076\u3084\u304d":98,"*'":93,segment:109,"\u6e80\u305f":[154,60,56,155],"*\"":[63,93,124],latin1:62,"\u5168\u89d2":[131,23,158,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":82,"\u3067\u3059\u306d":108,"\u5408\u81f4":3,"mo\u30d5\u30a1\u30a4\u30eb":103,"(arugment":127,"*res":[97,90,95],"\u30ea\u30af\u30a8\u30b9\u30c8":[35,5,80,6,7,89,43,92,93,133,135,21,137,58,66,109,146,62,151,59,26,30,31,119],brew:73,".gz":[141,111,128,20,12,73,129,45,103],"=r":62,"_initialized":[2,146],"_literal":62,"'localhost":[151,82],"=c":86,"=i":128,"=\\":[94,27],should:68,"\u30ea\u30ea\u30fc\u30b9":[],"\u5316\u5bfe":103,handle:118,means:[93,95,118,7,40,126,68],"==":127,familiar:112,"=$":[45,128,103],"='":94,"\"ellip":148,"=\"":[20,93,4,128,27],db1:43,"=/":[149,45,82,150,128],db2:43,"=)":56,"=(":128,">cache":4,"\u307b\u3068\u3093\u3069":14,"_search":[],nise:62,"\u64cd\u4f5c":[],travis:[],"\u7cfb\u5ea7":[29,148],"/doc":[18,128],"\u3002debian":150,"\u306b\u3064\u3044\u3066":[0,41,74,3,5,115,38,123,82,101,84,6,35,8,125,40,62,45,43,92,141,93,10,128,96,11,130,12,47,99,48,133,16,135,21,137,129,138,80,52,140,54,55,56,104,106,20,142,58,148,2,109,131,61,146,23,110,64,149,65,59,111,155,153,154,114,69,26,152,29,144,89,71,118,72,31,66,119,73],"\u8ffd\u8a18":[62,128],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":108,"_connected":[2,146],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":62,"/var":[120,45,82,7],configuration:[62,7,118],"2\u4ef6":155,"/status":[151,87,4,43,7],webclips:94,valgrind:150,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[153,79,132,23,62,127,52],etc:[142,12,7,43,118],tld:112,":\u5206":155,ci:[],ch:74,"\u533a\u5225":[38,93,122],"\u6df7\u5728":30,"\u7d99\u7d9a":[62,82,65],"\u591a\u69d8":114,zenigata:37,"\u66ff\u3048\u308b":3,allocated:[15,14],cp:12,"\u306b\u3044\u304f\u3064\u304b":62,"\u304a\u3055\u3089\u3044\u3057":108,"_itoh":23,"_vesion":94,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":62,adjuster:[],"@yappo":62,"\u58ca\u308c":[23,132,109,62],"\u3002\u00d7":108,"\u4fdd\u6301":[11,155,84,14],"\u524d\u8ff0":[57,158,7,52],"\u30c7\u30a3\u30b9\u30af":[1,63],"\u6b20\u843d":62,tokenkytea:62,ultra:37,"\u73fe\u308c\u308b":57,"\u58ca\u3059":62,vm:[],"\u4e00\u62ec\u3057":[],"_versions":128,"\u305d\u308c\u304b\u3089":[93,69],"\u3002'":[64,153],"\u4f75\u305b":3,"\u3002\"":[112,106,57,155,87,62],"\u3002#":[23,132],"\u3002-":[78,30,45,131,155],"\u3002.":103,"\u3002(":[141,111,56,128,143,82,120,47,144,16,131,18,63,42],"\u3002)":[131,63,144,143],"\u300cbilliard":123,"\u30ad\u30fc\u30ef\u30fc\u30c9":[],"\u982d\u6587":146,"\u518d\u5ea6":[56,16],"\"roonga":9,v1:56,v2:56,architectures:128,".group":154,"\u3002_":[3,91],"\u3002[":[62,3],"_lzo":[59,2,105],off:[62,7],"\u3002c":[70,114,2],"\u3002n":[57,74],"\u4e00\u77ed":114,command:[],ecmascript:[62,93,127,136],"\u81ea\u7531":[114,56,146,91],"\u5149\u7537":62,"\u9806\u5e8f":[57,89,80,3,93],web:[1,153,128,106,130,93,71,45],"\u6b63\u898f\u5316":[62,115,27],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":62,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":82,"_filename":2,checking:[113,81],"|http":143,five:3,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[79,62,52,127,23],tvsec:66,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[],"\u5947\u6570":127,"\u4f4f\u3093":155,"\u672c\u8cea":143,become:85,"*target":68,"\"rect":[62,148],"\u904b\u55b6":128,"/source":[103,111,128,141,70,12,129,86,20,18,45,73],"#{l":126,"\u63db\u3048":[131,64],nneded:118,"\u30dc\u30bf\u30f3":[62,128,103],"\u53d6\u308a\u9664\u3044":97,"_group":97,"\u53d6\u308a\u9664\u304d":[94,56],"(debian":120,iwai:62,"\u5206z":38,"_queries":[87,66,3,4,7],suited:27,"\u7d42\u3048":128,"(get":151,terminated:68,"\u300cusers":155,"\u9805\u76ee":[],"-node":111,"_remove":[],"_started":116,"\u89a7\u4e0b":150,"function":[85,113,116,99,146,138],"\u300cpopular":93,"-db":62,"\u7570\u306a\u3063":131,sigstop:62,"-point":38,be:[95,113,97,15,48,126,118,64,68],compute:118,calls:14,"\u4e00\u756a":[93,45,127,43,69],"\u7a7a\u6587":[38,153],"\u3002iptables":87,problem:[15,118],yuki:23,bigram:[],"int":[3,4,37,78,17,38,40,42,93,61,127,69,11,130,97,14,15,99,48,16,50,54,104,105,106,57,49,131,60,95,81,62,63,64,153,67,112,155,132,71,68],inv:143,"\u4e2d\u91ce":155,"\u69d8\u3005":[],"*proc":78,"\uff08not":136,"_system":[23,2,146],"%post":62,compared:27,"\u7570\u306a\u308b":[],"\u7570\u306a\u308a":[93,153],"\u5f85\u3061\u53d7\u3051\u308b":87,"/default":[62,120],details:[118,93,126],"'user":99,"\u4eba\u3068":108,"/sources":[129,12],"_query":[],"+ff":158,eof:82,"_hugetlb":23,"\u30c7\u30fc\u30e2\u30f3":[],searched:95,"& _":60,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":155,"*string":68,saves:113,all:[93,95,153,128,126,48,7,118,62,127],"\u3070\u308c\u308b":132,lgpl:85,"const":[67,49,107,14,97,131,62,64,68,42,105],"/travis":65,spec:[62,132,128],"\u30e9\u30a4\u30bb\u30f3\u30b9":62,"\u304b\u305a\u3072\u3053\u3055\u3093":62,"\u4e0b\u66f8\u304d":39,editrc:23,"\u3002tokendelimit":71,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":128,"\u4f8b\u3068\u3068\u3082":61,".en":128,"\u932f\u8aa4":114,upload:128,msyql:69,"[macports":23,starttime:[87,66,3,4,7],"\u7c21\u5358":[],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":132,"\u69cb\u9020\u4f53":[62,104,42,14],"\u304c\u3072\u3068\u3064":149,"/branches":150,"\u65e5\u672c\u6e2c":61,incompatible:146,zunda:23,above:[113,40],"\u4e8c\u3064":[10,74,154,143,123,115,14,99,61],"\u578b\u3068\u3057\u3066":38,"\u30a8\u30f3\u30b3\u30fc\u30c9":[30,132,158],"\u30af\u30a8\u30ea\u30ed\u30b0":[23,62,71,106,40],"-admin":62,"\"sound":106,"-h":[82,7,43],"_table":[],negative:[42,14],"\u304a\u5f85\u3061":22,kytea:[45,62,74],"\u304b\u304b\u308b":[98,97,3],"\u9df2\u7530\u57fa":62,"_register":124,"\u3064\u3065\u3044":155,"\u62bc\u3057":3,word:[40,93,127,153,62],work:126,"\u62bc\u3059":[3,103],"\u30a2\u30fc\u30ab\u30a4\u30d6":[86,128,103],"\u5316\u6642":23,"\u3069\u306e":[93,74,106,39,61,45,148],indicates:126,provide:113,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":128,"\"apple":158,"-lines":[113,23],"\u306e\u3046\u3061":153,"/security":118,"_plugins":23,"\u306b\u5bfe\u3057\u7570":99,after:[113,118,95],"|with":[98,93,3,76,69,57,155,115,27,59,99,154,118,62,63,127,153],"\u76f4\u4e0b":23,lat:143,"_title":[143,63,3],".description":155,"*func":[42,14],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":132,"@naoina":62,"\u30d9\u30fc\u30b7\u30c3\u30af":43,"\u306e\u3069\u3061\u3089\u304b":[93,81,153,127],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[],"\u5bfe\u8c61id":34,".conf":[142,120,7,118],japan:[144,87,112],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":149,"\"say":127,"/windows":[86,128],"\u4e0b\u9650":[131,104],then:[113,40,7,112],them:[118,16],"\u8f9e\u691c":[79,127,23],they:[118,126],"\u5168\u3066":[93,127,38,98,97,7,136,63,103],"\u697d\u3057":[57,123],"\u56de\u6570":62,"-send":[113,51],reasonable:112,"\u7a81\u7136":62,"\u5316\u65b9":[158,115],carlos:[48,110],serach:106,"/null":1,logs:[113,89,126,52],patsuffix:122,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":62,"+ y":38,"+a":153,network:146,"_directory":[2,146],".deb":128,"\u3068\u3059\u3079\u3066":[62,93],"-rsync":128,wgs:[37,61,112,11,155,38,29,60,95,87,23,148],"\u6210\u308a":[93,153,146],"\u90e8\u5206":[],"\u77ed\u3044":[155,132],"+ \"":62,"_tp":151,"\u77ed\u304f":[98,114],standard:38,"_to":[155,63,107],"\u30eb\u30fc\u30eb":[132,43],"\u30eb\u30fc\u30d7":[62,132],created:[15,113],"++":[141,111,128,114,62,23,45],"+-":[68,7],creates:[118,156,126],"\"ni":40,"\"no":62,"\u6709\u7121":11,"\u30eb\u30fc\u30c8":23,"\u59a5\u5f53":79,"\u8aad\u307f\u8fbc\u3093":[55,87],"><":[68,4],">=":[62,127],">>":[62,127],"_next":[131,62,132,104,95],another:68,">\"":[62,93,94],illustrate:112,"\u3082\u3089\u3048\u308b":108,"\u30b5\u30dd\u30fc\u30c8":[1,74,4,79,38,39,120,7,23,125,45,43,10,127,128,11,98,99,131,52,55,143,108,62,149,65,153,112,114,132,27,158,87],"\u540c\u4e00":[93,10,76,123,143,59,91,131,62,63,43,105],"/tree":18,"\u898b\u306a\u3057":131,john:144,"/lc":[128,103],"\u63a2\u7d22":114,">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[97,64,67,105],"\u3069\u3061\u3089\u304b":[127,27,153],"\"unknown":107,target:[15,86,64,68,95],bi:[57,123],"\u3002value":[64,91],"\u57fa\u76e4":14,":byte":49,"\u30d6\u30fc\u30eb":[11,38],latency:143,dbms:27,"\u5f8c\u8005":[60,158,149],",\\\"":47,"\u8ff0\u3079":3,indexbuf:105,"_distance":[],"(packages":128,"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[62,103],"\u30c4\u30fc\u30eb":[],"\u5408\u308f\u305b":[62,105,127],gronnga:9,"\u3002host":87,"-strings":62,"/releases":128,"\u767a\u751f":[116,1,45,128,57,114,14,59,97,62,64,52],"\u8003\u3048":[108,3,153,43,114],"\u5270\u4f59":[],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":103,"_input":[116,2],"\u771f\u306a\u3089":127,version:[85,3,4,128,143,14,66,100,87,23,7],rectangle:[],"-frequency":23,"\"items":135,"do":[143,68,112],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":132,"\u3082\u3057x":62,"\u3055\u3089\u306b":[37,10,3,69,79,114,155,9],de:103,"\u8ab0\u304b":72,"[libedit":23,"\u8ab0\u304c":155,runs:48,"\u3042\u308c\u3053\u308c":108,"\u5341\u4e00":123,"\u4e0b\u90e8":128,"_compress":105,depends:[113,85],"\u67d4\u8edf":[99,136,114],"\u5bfe\u8c61obj":34,"\u9650\u6587":[23,52],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":56,wc:[129,111,12,141],"\u3044\u305a\u308c":[38,10,91],"\uff12\u3064":60,packages:[103,111,128,141,20,12,129,86,45,73],"_tables":62,"\u69cb\u3044":[40,27,103],ill:123,"\u3082\u3046\u307e\u304f":45,"\u4e00\u4ef6":131,"\u4e09\u7a2e":87,requests:126,com:[139,112],col:64,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":65,"\u6709\u76ca":114,calros:81,"\u30d1\u30fc\u30b5\u30fc":153,"\u95b2\u89a7":[18,87],")\u300d":82,"\u304b\u304b\u3063":[116,93],enginen:40,"'needle":56,"\u3082\u3057\u3053\u306e":142,"\u65b0\u305f":[78,97,56,67,105],applied:[118,85],"-secret":128,"\u904e\u7a0b":91,gnu:[],zlib:[132,105,12,59,129,146,62,23,45],"_message":[116,63],"_only":[2,146],aio:62,"\u5165\u529b":[1,35,3,76,5,80,82,6,87,40,89,62,9,92,130,47,133,135,21,137,106,143,58,59,109,23,151,66,116,71,31,119],"\"http":69,"[solaris":62,cond:62,conf:142,"\u56fa\u5b9a\u9577":132,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":56,"\u9069\u3057":[98,114,52],"-dataset":[],"\u4e0d\u5177\u5408":[62,72],"\u6771\u4eac":[57,155,60,61,123],"-packages":128,hana:37,"\u76ee\u7684":[45,62,74],"\u57fa\u70b9":93,"\u72b6\u614b":[151,141,111,132,3,128,109,57,108,12,82,14,66,129,114,62],client:7,the:[],"_shutdowned":[2,146],"\u30de\u30c3\u30d4\u30f3\u30b0":142,"\u826f\u4e8c":62,solaris:[],"_score":[93,155,105,130,60,62,23,91,127],"\u8db3\u3057":127,repoforge:[62,111],"\u3068\u306a\u3063":62,"=sjis":45,"\u7027\u5185":62,belongs:112,"\u7528\u3044\u308b":[37,3,11,114,84,60,87,64],"\u6307\u6a19":64,jekyll:128,"\u885d\u7a81":120,"\u30ed\u30c3\u30af":[1,82,16,62,23,64,92],"\u307e\u3068\u3081\u308b":7,"_expr":[],response:[15,113],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[45,116,10,143],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":155,"\u307e\u3068\u3081\u3066":[11,114,93,128,112],"\u3057\u304d\u308c":62,tokenbigramsplitsymbolalphadigit:[57,99,32,106],comments:[],"_arg":2,tasuku:85,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":128,".sourceforge":[128,22],"_compile":68,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":[],"\u8db3\u308a":[23,149],"\u30b5\u30fc\u30d3\u30b9":[114,62,65],substitution:99,"\u69cb\u6587":[],post:[],properties:126,obj:[34,64,67,78,109,90,68,42,102,105],"*ic":104,accepts:113,"*ii":17,"\u6709\u7528":[116,79,3,7,43],"\"text":23,"\u5224\u5b9a":60,zxvf:128,"\u3068\u306a\u308a":[153,27,43,87],".h":70,"\u4e2d\u9593":[56,123],"float":[11,62,61,4],"_offline":62,"\u6700\u521d":[93,3,153,11,108,27,14,116,81,23,63,127,149,120,52],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[93,69],"_suffix":23,"_socket":[2,146],"\u5927\u6587":93,"\u5b89\u5168":87,way:112,cdbs:23,"cpu\u30b3\u30a2":[],"_body":[57,59,76],"\u6027\u80fd":[],encoded:113,"true":[1,35,3,76,5,38,6,8,125,94,110,92,98,93,61,127,69,11,47,99,48,133,21,52,37,55,58,59,154,60,144,81,62,63,148,122,153,112,155,27,29,158],"\u30e1\u30c3\u30bb\u30fc\u30b8":[62,10,155],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[93,74,3,106,57,123,158,71,23,45],mte:85,"\u6587\u5b57":[1,74,3,76,38,123,82,6,62,40,93,61,127,96,11,47,97,131,52,37,56,106,148,60,23,63,64,149,153,67,112,114,69,115,27,29,155,158,68],"\u7d44\u307f\u8fbc\u3080":[114,56],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[62,16],score1:56,score2:56,"\u3059\u3063\u3071\u3044":76,distributions:128,"\u3054\u89a7\u304f":[3,150],physical:109,"\u968f\u6642":18,test:[3,128,11,80,143,87,63,150],"\u5c5e\u6027":[74,80,115,124,59,94,89],"\u305f\u3081\u3057":60,truncate:[],welcome:[93,153,127],update:[],"\u547d\u4ee4":[],"[gqtp":62,"\u964d\u9806":[131,130,93,3,97],scorer:[],scores:93,tajima:62,"5km":155,masaharu:62,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":23,global:[15,16],"/debian":129,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":146,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[],"<threshold":82,"\u901a\u77e5":128,"(ptr":132,"_denied":[2,146],"\u307e\u3067\u3057\u3070\u3089\u304f":128,"\u8a2d\u6a02":23,"\u5f53\u3066\u308b":11,entries:[93,153,15,135,118,127],"/http":[120,7],"\u72b6\u6cc1":[57,78,114],"\u3068\u3057\u3066":[],"\u4e0d\u6574\u5408":1,"\u5c11\u304f":142,"(database":142,"4gbyte":53,initialized:14,"\u3002cursor":131,"[munin":[23,62],"\u30c8\u30e2":37,shared:[15,16],supporting:7,"dat\u30ad\u30fc":62,"[deb":[23,62],"\u6e2c\u4f4d":114,"\u30b5\u30d6\u30bf\u30b9\u30af":128,"\u96c6\u5408":[62,97,136,121,69],appears:27,change:[15,62,93,7,43],"\u30ec\u30dd\u30fc\u30c8":45,liblzo:[129,12],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[57,93,136],"\u305d\u306e\u969b":128,".spec":23,".exe":86,"\u305d\u306e\u307e\u307e":128,"\u6700\u5c0f":[141,111,12,120,129,81],"-cutter":128,"'haystack":56,"\u7d71\u5408":[62,114],httpd:[62,128],"\u6307\u6570":127,https:[],selects:95,"enter\u30ad\u30fc":62,"\u6d41\u91cf":43,"_plugin":[23,124],cas:146,"\u884c\u308f":[151,37,93,143],nfkc:158,can:[93,112,126,27,15,99,48,7,118,40,103,68,16],clearlock:[],",\"http":11,"_stable":100,"_stamp":126,"\u884c\u3063":[150,62,60,128,112],"\u5b89\u5fc3":108,"-com":128,",'":[11,38],"\u884c\u3044":[151,37,56,3,128,112,57,143,123,82,99,97,155,131,63,64],",\"":[37,4,155,109,135,63],",.":128,mpaa:81,"\u884c\u3048":[99,3,153,150],write:[62,93,32],"^commit":128,"\u8fd1\u508d":[],"_zone":7,"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":62,"\u5316\u6e08":[64,67],uint:[132,3,76,38,87,89,110,122,93,127,96,98,48,80,52,37,57,154,60,144,81,62,63,153,112,69,116,118,158],",_":[37,93,3,127,112,69,130,99,60,155],"\u3057\u306a\u3051\u308c":153,"?\"":112,"\u8fd4\u3059\u304b":130,ghz:143,"\u5404\u56fd":128,"\u30b2\u30c3\u30c8":22,",{":[143,4],"\u304b\u308f\u308a":[57,141],"\u5357\u534a":62,"\u82f1\u8a9e":[0,23,128,103],"=-":45,"\u5bfe\u8c61ctx":14,ieee:38,"_account":103,":ss":[126,127],"_tsv":149,"\u30bd\u30d5\u30c8":149,"-libedit":132,"/html":[23,43,103],"\u3002gdb":150,"\u78ba\u5b9a":130,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":45,"\u4f5c\u7528":62,"\u542b\u3081\u308b":[93,74,3,153,128,115,62,23,149],rake:128,"\"version":4,"\"ruby":69,"\"vector":62,alisa:99,now:[],"\u3086\u304d":122,"_lcp":97,january:113,"[normalizer":62,"\u8aad\u307f\u8fbc\u3081\u308b":135,el:111,domain:[],en:[40,74,130],ea:[126,74],"\u30e9\u30d9\u30eb":62,kana:[40,130,106,156,71],ex:74,year:126,"\u70b9\u6570":[],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":128,opened:[118,126],space:[153,69],"\u518d\u69cb":23,increase:[118,93],"\u3065\u3051":[],"/files":128,shows:115,"\u5230\u9054":53,args:82,"\u5d8b\u7530":62,"/pub":111,"\u7d50\u5408\u5f0f":[],arnaud:23,"[windows":[23,62],"\u6e1b\u7b97":[],"_block":[2,146],omitted:4,"\u305f\u3069\u308b":37,"_process":[2,146],message:[126,63,6],xt:74,size:[],"\u4e0b\u3055\u3044":[141,111,74,128,12,129,97,86,117,62,73],checked:128,bookmark:69,"_obj":[],"\uff08,":3,"\uff08-":[93,3],"'column":62,"\u30bd\u30b1\u30c3\u30c8":[66,35,137,5,80,58,59,109,6,133,135,89,21,62,31,119,92],"\u3044\u308c":[11,62,64],"\u3044\u308b":[],that:[93,95,112,113,118,126,97,27,14,15,48,16,62,40,68,42,7],kenichi:[23,132],localnames:135,"=path":[],libevent:[45,129,12],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":101,"\u304by":62,x6:128,than:[126,118,69],"\u30d5\u30a9\u30fc\u30e0":[62,93,153,136],"*next":42,"\"\u4e8c":40,"/gat":[60,3,112],accesses:[118,48],"_basic":[7,43],"\u5404\u547d":143,browser:103,"\u3044\u304f":[],"(scope":154,"\u3044\u304d":[108,3,128],remained:126,")senna":149,"\u3044\u3044":[120,108,22],"-zlib":[],"\u30b3\u30f3\u30d1\u30a4\u30eb":62,"\u30b3\u30f3\u30d1\u30a4\u30e9":23,"_circle":[],engin:[40,130],"\u591a\u5f69":114,"=none":[74,115],"\u3044\u3064":40,"*buffer":64,"\u3044\u307e":55,"\u9806\u6b21":[151,82,3,87],begin:151,price:11,"\u5c0e\u5165":[18,10,150,62],"_section":[59,62,63,105,155],"\u79fb\u52d5":[128,70,86,62,21,23],"\u672a\u4f7f\u7528":146,"\u3068\u308a\u3068\u3093":[153,127],"-yyy":103,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[],"\u3057\u3044":[57,123],"\u3057\u304f":62,"\u975e\u4e92":62,"\u65b0\u5bbf\u99c5":60,"\u3057\u304b":[93,153,11,127,63,52,43,103],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":[],oldvalue:105,"\u3057\u3066":[0,37,93,132,3,128,57,155,12,108,97,7,62,18,150,103],"\u6700\u5927":[53,54,1,132,127,79,93,82,27,15,146,81,142,143,23,62,49,43,101],"\u30bf\u30a4\u30c8\u30eb":[37,93,127,11,63,153],title:[37,3,128,112,11,154,87,62,63],only:[15,7],"\u3057\u307e":108,"-server":[],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":7,cannot:[],"\u5f8c\u8ff0":[131,154,56,128],"1\u6708":[11,155,38,93,127],"/gqtp":[62,120],"\u62c5\u5f53\u8005":128,"\u8b70\u8ad6":0,elfring:62,"\u840e\u7e2e":108,"({":113,"\u4e21\u65b9":[93,155,153,69,79,98,114,40,127,122],"(scan":150,"\u8a18\u6cd5":[63,127],"\u70b9\u4ee5\u4e0b":11,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":62,"\u5dee\u96c6\u5408":127,between:[],"import":128,"\u5426\u304b":81,notice:[5,6,7],"\u3057\u308c":116,"\u3057\u308a":108,tokenbigrma:74,"\u3057\u3088":[34,56,11,98,14,47,61,16,62,23],"\u672a\u8a2d":62,article:63,"\u3079\u30fc\u30b9":62,"\u975e\u4f9d":111,"-groonga":[88,143,128],"\u5c55\u958b\u5f8c":93,"\u8868\u8a18":[61,76,128,69,11,38,60,62,23,127,103],"\u578b\u60c5":62,"\u3002callback":56,"<encoding":82,"'>":94,"';":82,"=yes":[62,93,150,128],ruby:[],"\u5438\u53ce":[3,76],these:27,"\u4e0d\u5b8c\u5168":23,"\u30b7\u30b0\u30ca\u30eb":23,geodetic:38,"\u5f8c\u65b9\u4e00\u81f4":62,"\u4f7f\u7528\u4f8b":61,"/packages":128,shorttext:[3,76,79,38,82,87,40,89,95,110,122,93,61,127,69,11,130,98,99,48,135,131,80,52,37,106,57,143,59,154,60,144,81,23,63,94,153,112,155,132,27,116,71,118,158],"\u3002\u3002":39,"\u3002\u300c":[37,93,74,153,115,127,63,52],"\u3002\u300d":57,"\u5fc5\u8981":[],", {":[7,43],"\u5c65\u6b74":128,"\u8f9e\u66f8":[141,1,57,132,111,62],develop:10,"-dir":143,"\u6fc1\u70b9":158,document:[127,128,132,82,27,30],"\u3002\u3044":56,favorited:155,"\u5b89\u5b9a":[114,62,10,109],"_space":[2,146],initialization:113,".po\u30d5\u30a1\u30a4\u30eb":[],", \"":[63,69],favorites:155,"\u3042\u306a\u305f":[128,22],eito:62,"\u3002\u3059":[98,143],"\u628a\u63e1":108,"\u3059\u3079\u3066":[93,74,3,127,69,132,143,97,10,7,81,62,23,45],"[output":62,"\u3002ecmascript":93,"\u6bd4\u3079":[98,112],"'groonga":[129,111,12,141],touch:118,"\u30ab\u30e9\u30e0":[],speed:9,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":66,"\u3002api":[27,136],"\u4f4e\u304f":57,mmap:[],"_extract":85,"\u4f4e\u3044":[57,93],"\u30ad\u30fc":[53,93,132,3,105,69,79,38,153,82,158,97,144,62,127,42,91,52],real:[118,27],"\u542b\u3081":[93,149,153,128,81],"\u542b\u3080":[151,93,56,3,153,69,130,139,123,59,155,62,63,127],"\u8a00\u3046":[40,69],"\u8a00\u3044":[154,121],read:[48,27,146],swig:85,"\u5c55\u958b\u7528":23,amd:128,"\u542b\u3093":[93,56,153,106,11,27,116,62,9,127],"_hook":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[62,146,82,7,87],cd:[103,111,128,141,20,12,129,86,45,73],"=site":87,output:[],"\u5c5e\u3059\u308b":[131,89,38,64,105],unsplit:56,"\u3002sphinx":18,"\u30b7\u30b9\u30c6\u30e0":[],"\u5de6\u53f3":3,"id\u9806":131,"\u30ec\u30b9\u30dd\u30f3\u30b9":[23,2,146,43,62],"\u30de\u30b7\u30f3":82,"\u542b\u307f":[116,131],"\u542b\u307e":[3,80,123,8,125,89,43,93,127,128,47,99,52,55,56,81,62,149,111,153,27,116,71],"\u5206\u3051":[],tomoatsu:132,".posted":155,"-static":23,rdbms:114,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":143,"\u578b\u6307":62,backup:135,processor:[129,111,12,141],"/admin":[23,82],"\u30aa\u30d5\u30bb\u30c3\u30c8":[62,93,130],"_per":[23,14],"\u53f3\u4e0a":1,"=title":87,operator:95,"\u53f3\u8fba":[23,132],your:[23,103,118,65],log:[],prepare:7,aren:118,assumed:[42,14],rpmforge:111,rlimit:[62,126],"\u77e5\u8b58":143,cflags:[20,128],"\u306b\u3064\u3076\u3084\u3051":108,"d\u30ad\u30fc":3,"/query":8,",\"links":11,embedded:7,"\u30b3\u30b9\u30c8":[98,97],"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":62,"\u9032\u3081":[],"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":130,"\u5bfe\u5fdc":[],"\u95a2\u4fc2":[],"\u56db\u89d2\u5f62":[],"\u691c\u67fb":64,"_code":[116,126],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[87,43],you:[93,112,113,156,14,15,99,48,16,118,40,103,7],string2:96,string1:96,coverage:150,"[fedora":62,gemfile:62,"\u4e94\u5165":23,bulk:68,"\u5b9a\u7fa9":[35,3,78,80,82,89,42,91,93,61,127,98,99,97,133,38,56,105,49,58,59,154,144,146,81,62,63,149,153,27,94],"\u8a66\u3057":108,"\u8a66\u3059":159,"\u3068\u3064\u3044":60,"\u518d\u5e30":[93,56,35,7,64,149,92],"\u5343\u4e07":53,month:[37,126],"\u308f\u304b\u3061":123,"\u3002name":[97,105,14],"4byte":146,"\u57fa\u6570":127,longitudexlatitude:62,"-e":[12,82],"-d":[113,51,82,7,87],"-g":86,"\u4e16\u4ee3":10,"-a":[62,82,153],"_rk":131,"-c":[141,111,82,87],"-m":151,"-l":[113,126,82],"-n":[113,23,3,82],"-i":[143,82],"_rc":[34,93,64,105,78,17,107,97,14,15,131,100,95,16,50,90,68,42],"-j":45,"-t":[113,82],"-w":128,"-p":[113,143,82,87,151],"-s":[113,82,87,51],"\u304b\u304b\u308a":[98,153,128,127],"-x":[62,128],"-z":113,"-conditional":23,very:[116,93,153,27,47,40,127],"\u4ed5\u7d44\u307f":[62,7],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[23,43],"\u76f4\u5f8c":14,":\"":[68,3],"_github":[128,103],"\u6b8a\u547d":143,normalizers:158,"\u9df2\u7530":62,"--":[34,1,76,78,82,86,7,62,90,42,93,94,127,128,69,97,14,15,99,100,16,50,102,37,104,105,57,49,107,143,131,60,95,23,64,149,67,112,155,132,27,124,30,68],"-(":[127,128],"-+":7,"\u3057\u307e\u3057\u3087":[60,69],"->":132,"/work":128,"\u518d\u73fe":[57,62,108,136],"\u975e\u5206":93,"@s":132,naoina:62,"-jinja":128,"\u6e2c\u5730":[61,11,38,29,60,148],learned:112,"\"yyyy":127,"\u9ad8\u3044":[93,3,130,109,7,114],"/ja":[128,103],snippet3:27,"\u306b\u95a2\u3059\u308b":[],"\u30aa\u30b9\u30b9\u30e1":[141,111,12,129,86,117,73],"@'":3,"_dist":62,"\u30ec\u30b3\u30fc\u30c9r":56,daemonize:[113,51],"\u308f\u304b\u308b":62,"\u308f\u304b\u308a":[132,112],"\u30b0\u30ed\u30fc\u30d0\u30eb":62,"\u3068\u305d\u306e":10,"\u8ad6\u7406":[],hoge:96,"\u30de\u30c3\u30c1":[],"9\u3064":3,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":62,normallexicon:158,chunks:142,bash:45,"\u6c7a\u307e\u308b":3,"\u6c7a\u307e\u308a":149,",[":57,"@yito":62,fulltext:[74,27],".comment":[155,63],"-tokenizer":[141,62,111,12,129],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[],"\u30af\u30ea\u30c3\u30af":128,"\u5fa9\u53f7":128,site:[37,3,112,11,60,87],"\u3002eclipse":103,"[load":62,"/homebrew":128,"-databases":[89,48,3,87],nine:3,"\u9664\u53bb":[62,94,132],exclude:[62,81],"0mq":62,"-address":[23,82,62],snippet:[],"\u3042\u3089\u304b\u3058\u3081":[141,38,128],"[table":62,"_likes":[116,118,93,153,127],fu:74,"\u51fa\u73fe":[114,130,105,84],"[dat":62,"\u901f\u304f":[37,45,52],fa:74,tries:16,"\u5ea7\u6a19\u5024":[],fd:113,"\u6642\u9593":[],"\u901f\u3044":79,documentation:[118,65],"\u4e00\u5bfe":11,narwhal:23,uninstall:62,"\u5909\u63db":[2,79,38,7,155,131,23,158],help:[23,150],"\u592b\u5fc5":122,"-wno":23,"\u5dee\u3057":128,"/lzo":[23,132,62],systemd:62,"\u306f\u3044\u304f\u3064\u304b":[53,116,16,43,153],"_rename":[],"\u30ab\u30fc\u30bd\u30eb":[131,23,132,104],shimada:132,systems:27,"\u57fa\u672c":[],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[62,82,153],"-test":[150,128],"\u5e03\u6559":72,"\u3002:":[3,80,123,82,7,40,89,9,43,93,10,128,130,143,47,133,135,18,103,106,57,142,108,59,109,118,23,150,71,30,52],"\u597d\u304d":103,yito:62,"\u306a\u306a\u3069":[153,127],"\u9032\u3093":114,"\u30b5\u30a4\u30ba":[34,79,86,62,141,11,12,97,131,52,53,105,142,109,146,23,64,111,114,27,129,117,73],"\"sequence":[40,130,106,71],"\u30d5\u30a1\u30a4\u30eb":[],todo:[],event:[40,130,106,156,71],"_position":[98,93,3,76,154,57,155,153,27,59,99,118,63,127,105],"\u52a0\u3048\u308b":[59,23],"<ip":[143,82],since:[126,105],issue:0,"/mailarchive":128,"\u9045\u304f":148,"\u9ad8\u304f":[57,69],"\u9045\u3044":[79,61],"\u3002mysql":[129,111,12,158,141],pub:128,"\u3042\u308f\u305b\u308b":62,reason:40,base:[7,128],put:153,loads:7,rect:61,"\u5931\u52b9":[7,101],"\u30b5\u30a4\u30c8":[11,37,128,136],"\u5024\u3068":[11,93,153],encoding:[107,68,4],"/data":65,"\u8ad6\u7406\u548c":[],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":[],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":120,"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":62,php:62,"\u5024\u304b":61,":value":[93,153],"\u53d7\u3051\u308b":[62,120],zeromq:45,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":15,schema:156,"\u3002make":143,"\u3002null":[97,67,14],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":23,translation:103,jquery:132,grep:[129,111,12,141],"\u3002xml":116,"_probability":[23,130],str:68,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":128,"\u5206\u3051\u308b":[11,128],"\u547c\u51fa":[34,97,64,105],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":43,"null":[],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[62,132,8],"_incr":64,"\u79d2\u5358":[11,38],"\u5024\u3068\u3057\u3066":[142,61,82],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":7,tokenbigramsplitsymbol:[57,132,32],".repoforge":111,"'hay":56,"/dev":128,clear:64,"\uff08and":136,"\u6697\u53f7":128,"\u4ecb\u3057":[114,87],clean:150,"\u6574\u5408":[1,64],"\u4e8c\u70b9\u9593":61,"\u62e1\u5f35\u578b":11,"\u59cb\u3081":103,parameters:[],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":150,"\u4eca\u5f8c":[21,23,125,74],httprewritemodule:7,".nginx":7,"*index":[95,104],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[62,82],"\u89e6\u308c":3,"\u52a0\u7b97":[],"\u68ee\u7530":37,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u82b1\u5b50":37,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":31,"(argument":127,locale:103,"_enough":[2,146],":groonga":[93,153,128],"_would":[2,146],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":56,"\u7d39\u4ecb":[37,72,93,128,155],"_lt":131,"\u5909\u6570":[127,128,20,124,62,23,149,42,150],"-level":82,"|persistent":[89,48,80],"\u306f\u3061\u3087\u3046":127,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[140,136,65],delimit:62,oneiric:[23,128,62],geopoint:[],"\u5f71\u97ff":[62,128],"\u767a\u63ee":114,"\u4e00\u5f0f":64,likes:112,"-plugins":[],"\u4e0d\u80fd":143,tokenbigramignoreblanksplitsymbol:[57,32],"\"web":[106,71],"\u306e\u3069\u308c":40,"\u4e8b\u67c4":108,stamp:126,describes:116,"/db":[130,120,7,135],"/dd":127,"\u56de\u7279":143,"\u7a3c\u52d5":66,"\u6a29\u9650":[62,45,87],"\u30a8\u30b9\u30b1\u30fc\u30d7":[],"\u6307\u793a":[78,40,3,87],"while":48,"\u505c\u6b62":[62,10,82,119],"\u4eca\u5ea6":155,"_zlib":[59,2,105],"!(n":127,"\u898b\u3064\u3051":[40,1,108,62],increased:93,fedora:[],port:[113,143,87,73],dest:[151,97,82],"_keys":97,"[suggest":62,"-jp":62,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[18,45,128],composition:158,used:[67,113,101,81,126,68],temporary:67,uses:[15,118,126],user:[37,154,113,143,27,99,7,81,118,42],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[93,74,153,112,115,82,27,158,133,118,62,45,52],database:[],"-filter":[122,69,27,99,154,62,23,138,127],"\u30ef\u30a4\u30c9":23,"\u30b1\u30fc\u30b9":[57,93,7,52],"\u9806\u756a":[104,153,57,82,131,3],"\u30b0\u30e9\u30d5":114,"_path":[],"\u30d0\u30a4\u30b0\u30e9\u30e0":57,"\u4e8c\u756a\u76ee":127,"\u8fd1\u4f3c":[23,61,148,62],"\u56de\u6307\u5b9a":153,"\"tritonn":93,"\"uptime":4,"-gram":[74,3,127,57,114,123],"\u3064\u3051\u308b":[93,108,122,69],"...":[34,75,4,78,17,80,7,62,89,90,42,98,93,95,127,130,131,97,14,15,100,16,135,50,102,104,105,49,107,143,109,23,64,153,67,154,113,46,30,68],"-untrusted":129,"\u9759\u7684":[],nginx:[],"_com":128,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":146,"'..":62,"\uff09\u307e\u305f":[74,115,153,127],popular:93,"\u518d\u751f":7,"\u4f5c\u696d":[],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,3,4,38,123,82,87,23,45,43,98,93,10,127,69,11,130,14,47,99,100,133,16,21,52,56,57,107,143,50,61,62,148,151,153,112,132,7],"\u5927\u304d\u306a":[43,52],some:[118,68,156,126],"\u96a3\u63a5":[114,153],"~number":127,"\u5927\u304d\u304f":[11,132,10,135,148],"\u5927\u304d\u3044":[93,56,153,79,82,23],"\u3061\u3083\u3093":37,"\u30af\u30a8\u30ea\u30fc":[],minimal:7,".sh":[62,103,150,128,65],run:[150,118,48,7,128],".so":8,processing:126,"\u81ea\u5df1":155,"\u4ed8\u3044":[155,158],"\u5f37\u5236":[62,1,64],"\u898f\u683c":131,"\u4ed8\u3051":[3,11,144,87,81,62,63,43],"\u30ab\u30a6\u30f3\u30c8":[62,155],"\"mori":135,"\u4f3c\u305f":[60,158],"_read":2,ids:[95,69],"\u5916\u90e8":139,"\u5185\u5bb9":[34,120,3,78,80,87,40,89,93,127,128,11,131,103,143,108,62,63,153,151,67,155,27,116,71,118],".garbage":62,block:11,libzmq:[129,12],"\u3067\u3069\u3053":2,"\u30ad\u30e3\u30c3\u30b7\u30e5":[],".column":62,".(":128,".)":[126,62,127,118],".-":103,"..":[93,3,153,69,130,82,127,47,99,7,135,62,30,103,109,43,52],"./":[45,103],"\u5316\u6f0f\u308c":62,"\u3067\u3082\u3063\u3068\u3082":26,".\"":[37,93,3,127,11,27,98,99,87],"\u5909\u66f4":[],".'":[59,62],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":155,patprefix:122,"\u652f\u63f4":9,"\u30da\u30fc\u30b9\u30c8":62,"[groonga":[23,128,62],pangolin:[],registered:[40,27],tokenbigramignoreblanksplitalpha:32,".]":[127,69,130,80,109,89],"._":[93,153,112,11,62,64,127],"\u3002\u30bf\u30b0":[37,69],"_module":7,utc:127,utf:[85,4,113,107,132,82,158,62,45,127],".n":[118,93,127,67,153],".o":37,munin:[141,1,12,111,129,62,23,45],"\u306b\u5bfe\u3057":[1,3,78,123,8,93,127,128,69,130,97,37,56,66,154,60,62,63,64,151,59,153,112,114,30],".c":[93,85],".d":[142,12,118,129],"_max":[54,2,104,15,100,146],".x":111,"\u307e\u307e\u3067":57,".}":[109,127,69],"\u66ff\u3048":[],"\u5099\u8003":62,doesn:[118,48,7,16],"\u3002gnr":136,"\u5727\u7e2e":[],"\u306b\u3068\u3063":108,"_columns":[],"\u958b\u3044":[158,132,62,23,31,92],"_float":49,"\u958b\u304f":[23,158,62],"\u958b\u304d":67,"_rate":[87,66,3,4,7],application:[7,43],"\u958b\u3051":62,"'\u3002":82,"\u56db\u3064":123,sigcont:62,"\u6642\u4ee5\u5916":132,"\u843d\u3061\u308b":[23,132,62],"\u767a\u884c":87,draw:37,": n":151,"_len":[62,105],"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[],"(title":[62,96],"\u306a\u304c\u308b":62,"\u4e00\u5de5":122,required:[],"\"suggest":9,"\u5b50\u5348\u7dda":61,requires:40,kawaji:62,"_pat":[],"\u30d6\u30e9\u30b8\u30eb":61,gr:[93,74],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":93,gb:[142,4],ga:[74,143,158],go:98,"\u30dc\u30c7\u30a3":[52,146,8],gi:74,".ssssss":126,nippon:40,"_unknown":2,"\u300cgroonga":136,mbytes:143,"/..":[7,128],"\u4e0d\u8db3":[141,111,12,129,86,117,73],"\u9632\u304e":62,"\u304a\u3053":[11,114],mercurial:128,".mo\u30d5\u30a1\u30a4\u30eb":103,configurations:16,"/bin":45,"\u5341\u5206":[57,34,142,93,8],"/sbin":73,"\u8ca0\u6570":[62,16],download:[111,128],"-known":27,"/introduction":[3,87],opaque:[15,146],".tsv":[149,4],"\u30dd\u30a4\u30f3\u30c8":[149,69],"\u983b\u7e41":[97,45],"\u4fdd\u5b58":[],"\u7b49\u5024":132,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":74,"\u62e1\u5f35\u5b50":[132,143,4,8],"\u3002max":131,accessor:[97,64],".weight":62,blogroonga:[],"\u300d\uff08":[123,135],"_child":[2,146],"\u306e\u3042\u3068":62,"\u5177\u4f53":[57,63,112],"\u8fd1\u304f":[114,39,127],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[140,17,114],"\u540c\u3058\u578b":69,"\u898b\u3064\u304b\u3089":97,"\u898b\u3064\u304b\u308a":93,"\u898b\u3064\u304b\u308b":62,"\u898b\u3064\u304b\u308c":108,"\u8d85\u3048":[57,62,93],realloc:132,"\u5171\u901a":[127,79,38,108,23,63],"boolean":85,"\u7d5e\u308a\u8fbc\u3080":9,"\u624b\u9806":[],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":[62,114],"_no":[],"\u81ea\u5206":[143,108,7,117,103],milliseconds:113,soundkitchen:[23,62],cosmo:62,"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[142,69],started:[116,126,93,153,127],"\u5f15\u304d\u8d77\u3053\u3059":62,"\u5371\u967a":[128,43],"\u53d7\u3051\u4ed8\u3051":[62,132],mitsuhiro:132,"\u7de8\u96c6":[],links:[11,87,112],escapes:68,sudo:[141,111,128,20,142,12,120,129,87,118,62,45,150,73],">max":4,objname:[31,92],"\u30b7\u30e3\u30fc\u30d7":52,tokendelimit:[74,32,71],"\u6df1\u523b":[57,62],"_repair":62,"\u512a\u5148":[114,143],"*valuebuf":34,"\u5fc3\u914d":117,"\u9577\u4ee5\u4e0a":[97,64],".entries":118,"\u7d5e\u308a\u8fbc\u307f":[114,3],"\u66f8\u5f0f":[],rakutan:63,"\u81ea\u52d5":[37,3,105,128,79,8,143,153,97,7,23,122,62,127,91,103],"\u898b\u3064\u304b\u3063":[93,9],"_characters":68,":tasukuchan":155,"get\u30e1\u30bd\u30c3\u30c9":30,"\u30c7\u30d5\u30e9\u30b0":23,"!\"":[37,93,74,3,153,11,155,116,98,7,62,63,127,43,87],including:48,"-mysql":[141,111,12,115,129,158],"\u88dc\u8db3":7,geoppoint:95,"_match":[],auto:130,"\u629c\u304d\u51fa\u3059":114,"_seek":[2,146],takayuki:23,"\u306b\u304f\u308b":57,"\u5f15\u8a9e":3,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":108,"'query":62,"\u65e2\u5b58":[120,3,67,128,11,114,143,97,87,21,62],chunk:[109,118],"\u751f\u6210":[],variety:37,special:93,"\u3050\u308b\u3093":[37,153,127],"-match":[],"\u306b\u304f\u3044":114,may:[118,48],"_default":[50,62,100,107,43],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[23,62],"\u65e2\u5b9a":62,"_script":125,"_proxy":7,deprecated:[93,10],times:16,"-localstatedir":[],"\u307f\u304c":56,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":13,"_proc":[],"\u8aa4\u5dee":[23,61,148],largetext:79,"<max":82,unsupported:146,improving:118,"\u305e\u308c":[56,104,127,128,71],"\u5185\u8fd1\u304f":127,management:[27,65],"\u305d\u3053":[11,57,128],mkdir:135,"\u6700\u4e2d":114,"\u52d5\u5c0f":38,"\u304a\u304b\u3057\u304f":132,"_bad":2,"-doc":62,"\u306f\u3058\u3081":[],configure:[],"_utf":[131,107],travi:62,",..":[47,89,80,93],"_vector":[37,93,105,69,11,155,59,154,144,62,64],"*min":131,updating:16,"\u3092\u3054":150,"-log":[],"\u305d\u3046":[81,108,127,65],"_expander":[],"\u8a72\u5f53":[105,27,97,81,131,62,63,64],"-threads":[113,82],"\u56fd\u969b\u5316":[],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":128,"*ctx":[34,64,104,67,78,17,14,15,131,97,95,49,50,90,68,42,102,105],"\u30de\u30a4\u30af\u30ed":[11,155,38,127],need:[15,113,118,14],"\u3068\u307f":[30,93,62],nsis:128,"\u6f14\u7b97":[127,132,97,136,62,45],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[93,10,142,143,21,45],"\u3092\u308a":7,"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":45,"-dd":[126,127],"\u4e00\u5ea6":[112,8,98,16,62,23,63,158,149,7],url:[135,23,87,128,30],uri:[30,7],"/ipaexgothic":18,"\u6982\u5ff5":10,databases:15,"\u57fa\u6e96":[11,114,3,128],"_temporarily":[2,146],"\u5fc5\u9808":[],"\u3084\u3089":128,"\u3084\u3081":[23,62],"\u3002\u2193":82,ssssss:126,"\u53cb\u4eba":37,"\u6e2c\u5b9a":143,"-compliance":7,"\u624b\u9593":108,based:[95,27],"\u3068\u3066":[79,93,43,114],"\u65e5\u6642":[],"\u4e0d\u6b63\u78ba":[66,62],"\\groonga":86,"\u5358\u306b":[62,55],"\u4e0d\u8981":[62,114],sha:128,"\u79d2\u3088\u308a":124,processed:126,"\u3050\u308b":[136,153,127],"_parse":[107,68],"_setpshared":62,sho:62,official:128,korea:112,"\u63a5\u7d9a\u5148":151,".list":[129,12],"2\u3064\u3081":[63,153,43],"|ga":93,"\u975e\u5e38":[62,43],"\u7ba1\u7406":[],wibowo:62,ken:37,"\u3084\u304c":10,"\u304c\u304a\u304c":155,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":62,"\u3053\u308c\u3089":[3,4,79,7,8,45,9,91,141,93,61,127,69,12,57,43,136,20,62,111,153,112,155,115,129,71,30,72,158],key:[],"\u3084\u3057":93,limits:118,admin:132,"\u96e3\u3057\u3044":114,"\u898b\u3064\u3051\u308b":[40,158,7],"\u4eca\u56de":[62,3,27,127],"\u4f5c\u6210":[],"_add":[78,97,68],"\u30af\u30ea\u30a2":[23,64,62],quit:[],"\u91cd\u8907":97,"\u30b9\u30ab\u30e9":[80,105],quiz:37,"\u547d\u540d":62,"\u306b\u3088\u3063":[35,3,76,5,80,123,82,6,87,89,92,93,10,69,11,14,97,133,135,136,21,137,37,56,139,58,66,109,62,64,151,59,114,30,31,119],"\u6b21\u671f":128,username:[37,86],"\u65e5\u672c":[153,128,38,29,60,40,148,127],corresponding:64,tweets:98,"\u7a2e\u985e":[],"_binary":62,"\u4ee3\u308a":[62,61,153],glossary:65,"\u3076\u3093":108,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[93,74,154,99,86,7,62,23,149,52],demo:37,"\u3060\u304b\u3089":93,"/_":128,"\u76f4\u524d":78,"\u9818\u57df":[45,62,60,64,97],"/o":52,redcloth:128,"\u91cd\u8981":[93,74,128,69,150,108,26,14,98,7,114,45,84,43,52],"\u614e\u91cd":150,"/f":128,"/d":[7,43],"/c":[70,114],"\u91cd\u8996":[57,98],"-essential":[129,12],"/x":43,"-learner":[],"\u8aa4\u5b57":[23,132,149,62],crch:74,"(mroonga":149,http:[],"\u306b\u3088\u308a":[53,93,61,3,122,128,109,11,114,38,57,60,7,62,63,43,87],"_ito":23,"\u305f\u3070\u304b\u308a":98,"/.":23,"\u540d\u4e00":89,"/(":128,"/groonga":[120,3,82,86,7,8,88,89,62,45,141,128,70,12,48,18,103,20,87,23,149,65,111,132,129,118,73],"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":62,"/$":103,well:27,"/\"":[37,3,112,69,11,60,87,135],"/;":7,"\u3042\u304d":122,accurate:27,"\u904b\u7528":114,"\u3042\u3063":[37,93,10,105,128,141,130,143,47,97,91,62,64,43,103],"-ruby":[62,128],"/kytea":74,logged:126,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":146,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":62,"\u6790\u7cfb":127,"\u756a\u53f7":[151,93,105,143,82,120,43,87,62,91],"_mask":64,"\uff08or":136,".jp":[93,85,128,22,135],pikonyan:37,tomita:132,"\u78ba\u4fdd":[34,142,14],"\u6587\u5b57\u6570":[27,127],"\u5ea6\u5206":38,"/key":64,"\u4e0b\u8a18":[66,109,131,10,56],linux:[],"\u3002optarg":67,home:[45,128],"'config":82,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":62,"\u5411\u3051":[],"_permission":2,"\u304f\u308c\u308b":[70,114,103],nihon:40,"\u5411\u3044":[116,79,93],"\u3093\u304c":[153,127],"_number":[116,87],"\u3057\u3064\u3064":150,"\u3042\u308c":[127,128,57,143,98,81,52],"\u3042\u308a":[],"\u3042\u308b":[],offset:[],"\u304b\u3051\u308b":[108,7],"\u9055\u3063":40,".hash":155,"-source":128,"\u6f0f\u308c":[62,136,128,114],compatible:7,"\u9055\u3044":[93,61,3,153,11,63,43,52],"\u9055\u3046":132,"\u500b\u6570":[62,105],"<log":82,"_nhooks":78,additional:62,"_nsubrecs":[112,105,91],"\u30ed\u30b4":62,"\u30ed\u30b0":[],"\u5c55\u958b":[],"\u7279\u6b8a":[],"\u3059\u3053\u308c\u3089":93,hw:73,"\ufffetext":74,hh:[126,127],"\u540c\u3058\u5024":[3,7],ear:74,truncation:23,"\u3068\u3053\u306e":40,limit:[],"\u3068\u3053\u308d":[55,127,70,155,59,8,125,62,103],"{\"":[55,153,69,130,106,143,98,99,71,125,40,63,109,127],"\u79d2\u5f62":38,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[62,146],eric:81,functions:[99,85,7],"\u3002video":37,halfwidth:158,"\u6163\u7fd2":62,"_many":[2,146],"_auto":[],"\u65b0\u3057\u3044":[],"\u2026\uff09":106,"\u65b0\u3057\u304f":[93,10,3,108,98,136,52],friends:37,sphinx:[],using:[63,85,7],katagiri:62,persistent:[97,67],"{\\":47,"\u305a\u308c":[59,10,5,114,38,82,97,61,47,11,60,6,146,56],"\u8a73\u7d30":[120,74,3,38,7,8,90,141,93,45,69,12,99,50,103,57,143,62,150,111,112,116,129,30,52],"(shorttext":76,"=redhat":45,"\u5927\u62b5":7,"\u3002scan":150,"\u30ab\u30e9\u30e0n":154,calculate:113,segments:109,"\u592a\u90ce":37,"\u30df\u30ea":[11,23,38,60,127],updated:[57,85,103],"void":[67,107,97,131,100,16,50,62,64],updates:27,"\u3066\u307f\u307e\u3057\u3087":60,"\u53c2\u7167\u5143":11,"\u30df\u30b9":40,"\u53c2\u7167\u5148":62,"=pat":62,solution:112,vector:[40,69,62],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":62,"\u898b\u7a4d\u308b":142,japanese:[40,22],"*namebuf":[64,105],"\u3002grn":[56,136],implemented:85,even:40,"\u62e1\u5927":108,"\u50be\u5411":63,"\u6210\u529f":[],"new":[],tips:[],maverick:23,metadata:62,"\u306f\u3044\u3051":[64,144],"\u5fdc\u3058":[34,143,114],"\u9234\u6728":62,"\u4e2d\u4e95":62,"\u305a\u306b":69,"\u305a\u3064":[143,63,82,155],":port":[30,82,7],"\u5411\u4e0a":[23,120,7,43,136],serch:[130,106],"\u3080\u308b":[153,127],xvzf:[141,111,20,12,129,45,73],itagaki:132,"\u826f\u3044\u4f8b":108,mysqlgenerallexicon:158,"\u9023\u7d9a":[74,106,57,123,62,64],call:14,typo:23,type:[34,3,122,80,40,42,95,11,130,48,97,52,37,105,106,49,143,59,60,63,112,113,155,115,71],"\u3002zlib":59,posting:95,advance:40,language:103,"\u4ee5\u4e0b":[],"\u4ee5\u4e0a":[],"_comment":154,"_left":[23,95,2,146,29],"\u4e3b\u8981":117,akio:[62,132],root:[62,7,87],"\u306b\u95a2\u3057":[62,56,143,14],"\u80a5\u5927":62,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,31],"\u63a8\u5968":[93,10,116,87,117,62],"\u5408\u5bbf":155,"\u4f55\u500b":93,config:[1,10,86],"\u304c\u3059":97,"\u9023\u7d61":103,sitedomain:[87,112],"\u30b9\u30fc\u30d7":123,"/result":62,"\u30fb\u5186":114,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":63,summarize:112,"\u3002tsv":[116,149],"_indexer":62,"_options":62,"\u9069\u5408":[57,3],"\u30a4\u30f3\u30dd\u30fc\u30c8":[],"\u9023\u7d50":[62,63,64],"\u5206\u5c90":150,"\u643a\u5e2f":114,"_ja":62,"\u5358\u4e00":59,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":128,"/acccess":120,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":132,"_jp":45,"_small":[2,146],"\u6d6e\u52d5":[],before:65,"\u7e26\u68d2":52,"=allow":93,"\u6574\u6570":[],combination:81,weakness:27,"\u300coutput":30,"\u30b9\u30c6\u30fc\u30bf\u30b9":[62,2,146],"\u691c\u8a0e":[57,120],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":7,"-pack":[],"\u691c\u8a3c":151,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[],"\u30ec\u30d9\u30eb":[5,62,6,82],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[],"'article":63,"\u30d1\u30b9":[151,132,3,67,128,143,8,82,124,87,30,23,62,45,51,43,7],"\u7c21\u6613http":[129,111,12,141],extract:126,"\u30ed\u30b0\u30d1\u30b9":132,realtime:[130,71],"/bc":128,content:[116,93,94,153,154,27,118,98,99,7,62,23,63,43,127],grease:11,"/\uff09":132,"\u8996\u899a":114,"\u30d1\u30ea":61,starts:48,messages:62,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":132,iso:127,features:7,hook:78,"1\u884c":143,"-th":115,"\u7531\u6765":136,"\u30e1\u30e2\u30ea\u30fc":52,"\u5358\u4f4d":[61,3,127,114,38,123,26,27,116,132,146,49,23,148,155],"_clear":[23,64],"\u5b57\u5217":[23,38,153,52],"/mm":127,"\u5358\u4f53":[114,143],"\u5f79\u5272":[99,3],nsubrecs:[37,105,112,155],distance:61,keyword:[62,93,27,153],".json":[4,7],enabled:126,"\u524d\u4ed8\u304d":64,gnupg:128,enables:[7,112],"\u30a8\u30e9\u30fc":[],"\u7e4b\u3052\u308b":108,"\u958b\u3051\u308b":62,estimated:95,"_cas":2,"_nabe":62,"\u30d6\u30ed\u30c3\u30af":[62,7,114],"\u51fa\u529b":[],"\u3002\u30df\u30ea":11,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":65,regular:[113,7],"\u3002munin":[129,111,12,141],don:[15,7,14],radious:148,doc:[70,76,128,103],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":128,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[40,106,124,71],"\u56fa\u5b9a":[131,64,3,146,52],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":146,keybuf:97,"\u306a\u304a\u3053\u306e":143,"\u6210\u308a\u7acb\u3063":56,syntax:146,"\u65e5\u672c\u8a9e":[0,153,57,114,62,40,127,103],"\u8ffd\u52a0":[],"\"\u308d\u3086\u304d":122,yoji:23,"_address":[2,87,146],"_http":7,"\u72ec\u81ea":[],"\\\"a":154,stop:[62,48,7,120],"_limit":[],"/grntest":128,"\\\"}":47,gbyte:53,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[],"(grn":68,bad:[62,146],"\u623b\u308a":[62,64],"*name":[105,49,107,14,97,64,68,42],"\u524d\u56de":128,",\"location":[37,60],"\u63db\u3048\u308b":[121,128],reference:[11,62,69],"\u591a\u3044":[57,153,127],"\u623b\u3063":7,".kentaro":62,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":123,"\u30aa\u30fc\u30ca\u30fc":62,"\u4e88\u7d04":59,subject:62,brazil:112,"\u6a5f\u80fd":[],"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":69,inappropriate:146,sigint:23,filename:146,"\u7bc4\u56f2":[],"+fffe":74,threasd:82,"_geo":[],"\u3092\u901a\u3057":[82,3],"_get":[34,105,78,107,97,14,15,131,100,16,62,50,23,64,68,42],"\u534a\u5f84":148,"\u3092\u901a\u3058":60,"_operation":[2,146],"_level":[],"0x":[11,62,38,153,146],against:68,"\u3044\u3044\u306d":[93,153,127],"0e":143,"\u8a9e\u5f59":[],"_reinit":64,"\u62bd\u51fa":[],"\u3068\u3044\u3063":[141,93,61,153,69,79,60,136,62,43,127],"_too":[2,146],loaded:55,"\u3068\u3044\u3051":[40,93,52,146,142],three:[11,3],"\u3068\u3044\u3046":[74,3,4,79,38,123,7,8,125,40,62,45,43,76,93,10,127,128,69,11,130,99,136,18,52,37,106,57,143,139,108,109,60,61,23,63,149,150,158,153,112,154,114,115,27,155,30,103,87],"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":112,"\u7528\u3044":[],digits:126,"-help":[],"\u7591\u4f3c":[],multithread:97,sae:[130,106],"_log":[],"\u53d6\u5f97":[],"\u554f\u984c":[1,3,153,128,11,142,132,143,127,124,14,59,109,7,62,23,45,103],logaling:65,"\u6700\u3082":[109,93,14],seven:3,ip:[113,143,87],is:[74,3,4,87,126,40,42,43,93,94,127,69,11,48,14,15,99,97,16,103,105,107,95,146,81,62,63,153,67,112,113,27,156,118,68,7],"\u6069\u6075":120,it:[7,126,98,93,95,127,48,14,47,99,97,16,37,105,15,81,153,67,112,113,116,118,68],"\"application":23,im:40,il:[57,123],io:85,"in":[],ia:[57,123],ic:104,id:[34,3,76,79,80,82,126,87,40,89,110,91,122,93,95,127,69,11,130,97,14,98,48,135,131,37,104,105,106,57,109,60,144,81,63,64,153,112,113,114,132,116,71,158],"if":[56,127,112,69,113,126,97,156,14,15,99,48,95,16,118,40,64,42,7],"\u305d\u3093\u306a":[45,52],make:[],"\u306b\u3088\u3063\u3066":[10,3,11,114,57,150,62,91],"\u5f15\u7528":[62,82],kib:118,"8byte":146,"\u3055\u307e\u3056\u307e\u306a":[],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[59,91,52],left:95,protocol:[],just:[98,67,156,15,48,126,64],"@groonga":[128,22],"||":[62,63,56,127],yes:[151,130,150],"\u5f8c\u65b9":[],"-with":[],"\u89e3\u50cf":132,candidate:[113,130],defrag:[],character:[115,68,126],"\u306f\u3059\u3079\u3066":[55,74,3,127,93,47,7,136,125,118,101,158,52],save:128,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[],"_close":[56,104,17,14,15,62,131,23,64,68],"|>":126,"|<":126,"|:":126,"\u5cf6\u7530":62,"|'":113,"\u6539\u540d":[23,62],mruby:[125,62,55],unnecessary:118,"\u52b9\u7387":63,"*oldvalue":105,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[],centos:[],"_db":[],"\u3067\u3044\u3046":158,"\u4f7f\u7528":[],raltime:71,total:[109,143,118],"\u5bc6\u9375":[],"\u5c11\u3057":45,notification:126,tracker:0,localhost:[151,4,128,143,82,7,23,43],"\u7a0b\u5ea6":[23,3,62],"\u53c2\u8003":[],compress:59,"\u5b8c\u5168":[],"\u304c\u308f\u304b\u308a":[155,94],"\u304c\u308f\u304b\u308b":61,postgresql:[114,27],"\u30c1\u30a7\u30c3\u30af":[151,132,143,109,81,23,62],"*optarg":[90,67],commit:103,meerkat:23,sphr:61,"\u305d\u3061\u3089":45,"\uff08\u307e\u3082":43,editor:103,"\u6291\u3048":57,fork:[82,103],tokenbigramignoreblanksplitsymbolalphadigit:57,form:[113,158,3,153],"\u3059\u304e\u308b":69,"\u7f6e\u3044":128,".ne":85,"_animal":11,"\u5165\u308c":[57,37,155],"\u5165\u308b":[89,80],"\u5165\u308a":[],grroonga:9,"\u5426\u5b9a":[],lenny:23,"delete":[],"_location":[116,155],"\u6c7a\u3081\u308b":[93,56],kwic:27,"\u5165\u3063":[37,3,116,146,62,40,63,150],"sort\u30ad\u30fc":1,floating:38,"\u73fe\u5728\u5730":155,"\u30a8\u30c7\u30a3\u30bf":103,tokenbigramignoreblank:[57,32],excel:149,"\u3002\u307e\u305a":57,"\u914d\u5217":[],"\u3002\u307e\u305f":[151,10,3,122,106,11,114,38,82,60,56,87,30,149,143,127],"\u304f\u308c":108,"_example":40,"\u300d:":158,".service":62,fsf:62,macports:[],pseudo:[],"\u6539\u5584":[23,1,62],"_offset":[],vmstat:142,"\u9069\u5207":[74,3,114,132,143,52],"\u81ea\u52d5\u7684":143,"\u9589\u3058":[79,23],segv:[62,1],"\u7279\u6027":79,manager:[7,43],"\u7fa9\u8a9e":149,"\u795e\u5948\u5ddd":155,"\u3068\u3059\u3050":98,"\u524a\u9664":[],kinjirou:37,"\u30bb\u30c3\u30b7\u30e7\u30f3":[137,82,146],string:[],"-efficient":69,"\u8a2d\u8a08":[93,120],"\u4e0a\u91ce":132,"[php":62,"\u30b5\u30f3\u30d7\u30eb":[],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":106,"\u304f\u3093":155,"\"mysql":[9,69],"-escalation":[],item:[40,130,106,156,71],"\u5927\u304d\u3055":79,"\u672a\u6e80":[131,153],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":109,"_entry":78,"-deb":128,"\u4ed8\u4e0e":[],"\u52a0\u308f\u308b":108,"\u629c\u3051":[23,62],"\u5076\u6570":127,"\u63db\u6642":23,"\uff08normalization":158,"-dev":[128,12,22,129,62,23,150],"\"xxx":62,">alloc":4,"\u4ed8\u304d":[],"\u4f8b\u3068\u3057\u3066":11,"\u540d\u4e00\u89a7":80,"-mode":103,shift:45,"\u3068\u3059\u308c":114,"_version":[],"geopoint\u9593":23,bom:132,suggestion:[],raccoon:37,bob:[93,153,99,48,7,81,110,43],useful:[63,93,105],"\u30dd\u30a4\u30f3\u30bf":[14,97,131,64,42,102],"\u5fd8\u308c":[23,69],"\u3002table":[97,144,102],"-leak":132,"\u521d\u671f":[67,114,132,62,23,64],"/main":12,"\u4e21\u8005":60,"-check":[113,23,132],"ci\u4e00\u822c":[],"-libevent":62,"\u5e74\u9f62":[114,52],"_min":[100,104],ooo:79,"-each":23,"\"color":158,"\u305d\u3053\u306b":[89,80],"/nfs":45,"po\u30d5\u30a1\u30a4\u30eb":103,"\u8fd1\u3055":127,"\u30b8\u30aa\u30b5\u30fc\u30c1":[],"\u542b\u307e\u308c":[93,114,123,27,116,81,8,62,52],"\u8fd1\u3044":[131,151],ull:74,"*tc":[131,104],"\u4e00\u6642":[],"\u30fb\u30b5\u30fc\u30d0":3,sample:143,normalize:[],"\u3002\u30ed\u30b0":[7,52],"\u30d0\u30a4\u30c8":[2,79,38,132,27,23,131,62],"/cpuinfo":[129,111,12,141],"\u8a9e\u53e5":[62,37],"_current":15,map:[126,23,118],groo:93,"\u518d\u8aad":[21,149],max:[],mac:[],man:[1,81],"\"serach":106,fluent:88,"\u540d\u524d":[],"_values":[23,64],"\u5e02\u5185":39,"_init":[126,23,62,64,14],"/fedora":[62,132,128,141],group:[97,112],"\u8a08\u6e2c":[23,1,150],"\u7d44\u307f\u5408\u308f":[114,93,56,52],mail:143,main:129,"\u91cd\u306a\u3063":62,"\u5b9f\u4f53":14,repositories:128,"_timeout":[2,16,146],ggdb:128,unlock:64,nroonga:[99,63,65],"\u5b9f\u4f8b":[],"\u624b\u6bb5":56,morning:98,"\u7a7a\u304d":[142,109],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[],".flags":97,correct:[113,130,106],"\u624b\u7d9a\u304d":[78,42],"|allow":[93,153],"\u30ab\u30e9\u30e0id":97,"_content":[93,153,154,27,116,99,118,63,127],"8\u3064":143,"\u3002min":131,debootstrap:128,"_string":[],org:[87,112],"\u62ec\u5f27":47,"\u4e8b\u9805":[],rewrited:85,"\u6b21\u90ce":37,"\u304c\u3042\u308a":[0,93,61,149,128],"] [":143,first:[113,93,153,127],"\u5468\u8fba":[62,27],"\u30dd\u30fc\u30c8":[151,120,4,143,82,87,62,43],"\u7db2\u7f85":7,fast:[116,93,74,153,27,47,94,63,127],"\u81ea\u5df1\u7d39":155,crit:[5,6],"\u9078\u3073":9,"\u9078\u3076":[114,7],"1g":[129,12],"\u30bd\u30fc\u30c8\u30ad\u30fc":[130,1,97,93],"\u30d8\u30eb\u30d7":150,"_preparer":[40,130,106,71],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":114,memo:99,"\u62e1\u5f35":[],"\u305d\u306e\u5f8c":127,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":10,"11":[93,127,69,57,99,118],"10":[143,3],"_index":[],yoshioka:62,libgroonga:140,"\u5229\u7528\u4f8b":114,zsh:[45,128],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[30,82,7],dash:45,voiced:158,katakana:[40,158],".uuuuuu":127,"-receive":[113,51],speakers:22,"_open":[2,104,67,17,132,14,15,95,146,62,131,23],"\u914d\u5e03":[141,111,12,129,86,117,62,18,73],"_network":2,"\u6700\u7d42\u66f4":67,timeuot:16,">#{":126,"_enc":[131,107],performance:[118,27],"\u5f79\u7acb\u3061":62,beta:85,pair:[40,130,106,156,71],synonym:[93,76],"_sort":97,fills:113,"|ng":93,"\u539f\u56e0":[],precise:[],lexicon:[154,143,98,99,89,63,158,52],show:1,"-po":[],"\u6700\u5927\u5024":62,"\u30dc\u30c3\u30af\u30b9":93,threshold:[50,23,31,64],"\u77ed\u6642\u9593":114,"-plugin":88,"\u306a\u3093":10,"\u306a\u308c":10,"\u305f\u3057":37,black:158,"\u306a\u3089":[82,7,40,141,93,10,127,69,12,97,18,52,56,105,106,142,143,66,144,137,62,63,64,150,65,111,67,153,129,94,158],"\u306a\u308a":[2,3,4,38,82,7,8,40,62,91,76,98,93,10,127,128,69,11,130,14,47,97,101,122,18,92,52,37,105,106,57,143,121,108,148,59,60,61,146,23,63,64,149,65,158,67,114,153,27,116,155,30,31,87],"\u306a\u308b":[1,3,76,38,82,86,7,45,92,141,93,148,127,128,29,11,12,14,98,99,135,52,103,56,57,143,108,59,144,81,62,64,111,67,114,132,27,124,129,117,71,31,73],info:[5,6,7],wheezy:[],get:[],"-setuptools":18,"\u51fa\u305b\u308b":114,geo:[],gem:128,"\u3002utf":[62,158],tokyogeopoint:[95,38,29,60,23,148],restarted:118,synonyms:149,summary:143,"\u305f\u304b":[23,93,106],wiki:7,kernel:118,"\u8907\u96d1":[62,93,56,127],sear:40,masahiro:132,ency:143,"\u884c\u306a\u308f":62,"-threashold":[57,132],"\u53ca\u3073":143,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":43,reading:[],checks:[62,115],"\u6700\u5c0f\u5024":[62,127],"\u3088\u3063\u3066":[74,121,38,39,84,60],"\u306a\u3069":[74,3,79,38,39,84,125,87,62,88,40,45,43,93,10,127,128,11,98,136,21,103,140,55,56,106,57,143,123,109,23,64,149,153,155,67,114,27,71],"\u306a\u306b":40,"\u306a\u3067":40,ja:[128,103],"\u306a\u3063":[120,74,3,87,23,45,43,93,10,128,69,11,57,108,109,62,63,150,153,114,132,116,155],"\u306a\u305c":[93,158,153,106,40,52,127],"\u5206\u5272":[3,127,114,123,79,23],"\u306a\u3059":29,"\u306a\u3055":[30,93,54],"\u306a\u3057":[],"\u306a\u3052":76,nogpgcheck:62,"_allowed":[2,146],"\u306a\u304e":154,"\u306a\u304f":[1,3,76,79,39,120,7,8,62,45,43,93,127,128,11,136,52,143,108,154,81,23,63,64,65,153,114,132,27,72],"\u4f8b\u5916":[125,141,55],"\u306a\u304a":[123,128],"\u306a\u304b":108,"\u306a\u3044":[],"\u306a\u3046":155,"*bsd":[23,132],"_invalid":[131,97,2,64],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":123,"}'":113,"\u4e0d\u9069\u5207":62,"\u5f15\u304d\u51fa\u3059":114,"}/":[103,45,8],"}.":[99,93],"})":113,".select":143,tuning:[],"\u524d\u5f8c":[82,3],"\u9ed2\u3044\u70b9":39,mark:158,"*max":131,shopping:98,"[admin":[23,62],"}}":69,"}|":126,senboku:62,"}e":127,"_avoided":[2,146,64],"\u6240\u5b9a":[57,123],sound:[158,106],"\u30bb\u30df\u30b3\u30ed\u30f3":143,"\u30af\u30a8\u30ea\u30fcapi":[2,26],"}]":[11,125,55,143,4],hdd:143,"_corrupt":[2,146],"\"mroonga":[154,93,127,69],characteristics:27,"\u8af8\u6761":53,"\u578bn":93,"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":62,"|')":59,"\uff01\u3057":22,"-document":[82,128],"\u3002\u5024":81,different:113,pat:[131,79],"\u91cf\u8a08":1,same:[93,69,7,62,68,16],"=squeeze":128,"\u3002\u3044\u307e":62,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[],"< y":62,"\u8a00\u53ca":154,"\uff01\u300d":[93,153,127],"\u7b49\u4fa1":[],"< n":127,running:48,"\u672c\u5f53":40,montywi:62,"\u305d\u3057\u3066":[93,74,112,11,114,27,155,40,63],markus:62,markup:70,"\u30d3\u30e5\u30fc":62,"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[10,128],"\u5927\u8cb4":62,"(precise":128,money:37,"\u5927\u898f\u6a21":114,"\u3002\u3059\u3079\u3066":[48,150,103],"\u518d\u8d77":[118,120,149],".dll":143,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":62,"\u30c0\u30a4\u30a2\u30ed\u30b0":62,"\u3002none":82,"/false":[11,1],"\u5ea7\u6a19":[61,127,155,39,29,23,148],"\u56f0\u96e3":[62,114],"\u9069\u5b9c":[76,128],server:[113,62,7,43,37],"\u9650\u308a":[56,57,123,47,64,91],"\u9650\u3089":108,quantal:[],specifies:[113,48],"\u9650\u3063":64,testdb:143,specified:[95,42,81,14],users:[],"\u99c4\u76ee":108,ellip:61,"/database":[7,43],"\u65b0\u5bbf":60,critical:126,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[],valuebuf:34,"\u306b\u3064\u3051":127,"\u30cb\u30c3\u30dd\u30f3":40,"\u306f\u3044":11,broken:146,"\u306f\u305a":[62,143],"\u307e\u3064\u308f":62,"\u306f\u3069":[93,52],"\u306f\u3068":79,"\u306f\u307f":72,"@soundkitchen":[23,62],"\u3082\u3061\u308d\u3093":143,"\"\u30df\u30ea":127,".patch":103,"_reopen":[],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":82,"\u8abf\u6574":[57,142,93,136],"\u3002\u3059\u3050":7,"_cache":[],"\u4f55\u5ea6":62,"\u7279\u6709":[],"-login":118,"/ '":64,"\u306a\u304c\u3089":[93,74,3,128,114,62],"\u3002command":10,"\u63d0\u6848":[],"\u3082\u3046":[96,11,98,7,62,63],"\u8a18\u8f09":[62,128],"\u3002cpu\u30b3\u30a2":43,"\u3082\u3057":[93,61,153,143,116,154,2,7,81,45,62,65,149,43,52],"\u7834\u58ca":97,"\u516c\u958b\u9375":128,hsiomaneki:155,"\u3082\u3059":8,"\u3082\u3064":[144,112],"\u30c7\u30d7\u30ed\u30a4":7,"\u3082\u306e":[3,76,82,86,7,93,10,128,11,97,131,103,54,56,106,143,61,146,62,63,148,151,155,158],"|on":93,"|oo":93,"$prefix":23,"\u3002drilldown":93,"\u5883\u754c":[62,61],"\u3082\u308c":76,general:[15,158],file:[1,113,132,7,118,146],allocating:68,"*obj":[34,64,67,78,90,68,42,102,105],again:[7,16],"\u53d6\u308c\u308b":47,"\uff08true":11,"\u5f37\u5316":[23,132],"\u4e0e\u3048\u308b":[47,151,60,10,82],"\u5b57\u5c0f":93,"\u3002pcre":7,"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":69,"\u8a18\u8ff0":[56,3,76,143,82,155,63],"\u4e00\u6642\u7684":64,"\u4e0a\u9650":[],important:15,"6gib":118,"\u30ce\u30fc":74,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[23,62],expressions:7,nested:62,libmsgpack:[129,12],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":76,"\u30d3\u30eb\u30c8\u30a4\u30f3":62,"_difference":97,"/lib":[120,7,8],"-alloc":66,"\u8aad\u3081":62,"\u8aad\u3080":55,"\u5dee\u5206":143,"\u8aad\u3093":[72,65],"\u4f4e\u4e0b":62,")mroonga":149,hottolink:85,"\u30e1\u30cb\u30e5\u30fc":128,"\u306f\u3053\u306e":[142,93,154],sigusr:23,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":69,"\u30d6\u30c9\u30a6":76,"\u771f\u507d\u5024":[],"\u304c\u3053\u306e":153,titles:[153,127],plugins:118,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":150,"\u5225\u9014deb":128,"@orangain":62,tokenbigramignoreblanksplitalphadigit:32,"_append":[17,56,68,64],"\u30e1\u30bf\u30c7\u30fc\u30bf":[125,55],"\u8aad\u307f":[40,1,136,128,114],"\u5909\u66f4\u5f8c":[107,97,14,100,50,64],"\u307e\u3057\u3087":[37,93,61,3],"\u30c6\u30b9\u30c8":[],threads:[113,126],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":82,"\u6e96\u5099":[],"\u6d3b\u7528":120,"\u5931\u308f":62,search:[93,74,153,112,106,130,71,27,97,149,23,131,40,62,68,9,127],"-localestatedir":45,published:128,"\u300c\u5024":52,aptitude:[18,150,129],"\u672a\u77e5":62,".synonym":93,"\u8a08\u753b":141,distinct:113,"\u5ca9\u4e95":62,"\u5317\u534a\u7403":62,"_gqtp":143,"\u3053\u3068":[],"\u3053\u306e":[141,2,3,4,79,123,82,138,22,84,74,86,7,62,125,40,45,110,43,76,15,93,61,127,128,69,11,157,12,97,47,57,48,101,131,18,115,52,140,37,55,56,106,20,143,98,59,154,60,99,146,81,23,63,148,149,65,111,155,153,112,114,25,26,27,116,129,117,71,118,72,103,73],jsonp:[113,23],"[element":[127,69],"\u4e00\u756a\u5de6":[],none:[93,74,115,156,7,63,45,146],hour:[126,16],"\u3053\u3053":[93,3,76,128,11,130,116,57,60,155,127,158,149,153],dev:[129,12],deb:[62,12,128,129],"\u3053\u3046":108,"\u4e2d\u5fc3":148,share:45,"\u96c5\u5e83":62,needs:118,maps:118,"\u3053\u308c":[74,79,123,7,8,40,62,45,155,9,43,93,61,127,128,69,70,98,52,56,106,57,142,59,154,60,146,81,23,63,149,158,153,112,114,27,11,71,103,101],"\u3053\u3080":55,"*value":[131,34,97,64,17],"\u591a\u3059\u304e":132,"/afr":[60,3,112],"\u666e\u901a":[108,127],mariadb:62,"\u30cf\u30a4\u30d5\u30f3":[3,52],"\u3066\u304d":2,"\u3066\u304f":150,"\u30c4\u30a4\u30fc\u30c8":[],"\u547c\u3073":[93,56,76,69,11,143,82,27],"\u547c\u3070":[3,127,38,14,97,62,42],"\u3002ftp":143,"`hostname":82,"\u5217\u578b":[11,76,112,153],"\u3002\u4f8b":64,through:7,"\u975e\u308f":123,"\u308c\u308b":[3,76,78,79,38,39,82,62,125,40,45,42,91,98,93,10,128,69,11,130,131,14,15,21,52,55,56,106,57,143,139,123,109,60,61,146,81,23,150,158,154,114,115,27,71,103,101],"\u6955\u5186":[61,148],good:[98,93,153,127],"\u516c\u5f0f":[23,111,141,99],"\u3079\u3066":[93,7],"\u9664\u304f":62,"\u5316\u95a2":132,"\u4f1d\u7d71":114,"\u3079\u304f":3,"\u9577\u91ce":62,"\u9664\u3044":[143,27],"-encoding":[],token:143,"\u52b9\u679c":155,"\u9664\u3051":97,"\u767b\u9332":[],hard:118,flower:11,"\u30d5\u30e9\u30f3\u30b9":61,"\"gr":52,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":150,"\u8ddd\u96e2":[1,61,127,96,114,39,60,62,148],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":86,"\uff08\u79d2":64,"\u3068\u3082\u3063\u3068":45,"\u89b3\u70b9":142,"\u547c\u3093":123,tritonn:[93,153,127],"\u308c\u305a":10,"\u306b\u3082":[93,123],"\u306b\u3088":62,done:[15,16],"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":61,".blog":57,"_data":[],koi:[62,45,82],"\u306b\u5bfe\u5fdc\u4ed8\u3051":40,least:118,"\u516c\u5e73":62,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":43,"-get":[62,12,128,129],"/archive":128,"*results":97,selector:133,"\u308c\u307e\u305b":[10,82,109,97,63,45,149],"\u6574\u7406":62,"},":[37,93,61,3,76,69,155,143,98,99,48,74,122,94,63,127,110,153],"\u4e71\u6570":[54,60],"\u5927\u91cf":[79,37,56,3,52],"\"requires":62,"\u4e0a\u8a18":[53,103,93,45,3,112,106,57,81,143,99,60,94,87,154,71,62,65,149,52],ages:[89,81,52],"\u30b9\u30ab\u30e9\u30fc":69,"\u51fa\u6765\u308b":155,"\u5217\u8868":38,built:[64,7],"/lists":128,"-limit":[62,1,82,93],"\u307e\u3068\u3081":[],build:[128,12,66,129,86,62,65],"_available":[2,146],"\u53d6\u308a\u51fa\u3057":[131,104,3],eggs:63,most:95,"~*":68,"\u306b\u3057":[62,93,153,127],myisam:114,"\u5e73\u884c":128,"-protocol":[143,82,87],"\u306b\u3059":57,kb:142,ka:158,"\u306b\u3066":[62,61,128],"_put":[],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":109,"\u306b\u3069":56,ko:85,"\u7528\u8a9e\u96c6":109,"\u4e0a\u66f8\u304d":[60,128],mlock:132,"\u30ad\u30fc\u30b5\u30a4\u30ba":79,"(drilldown":91,"\u30d1\u30c3\u30c1":[],"[number":47,relation:64,nterms:109,find:48,"_int":[49,64,68],"\u30a2\u30ca\u30a6\u30f3\u30b9":128,permission:146,express:[62,86],"\u601d\u3044":103,"\u601d\u3046":63,"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":76,"\u62c5\u5f53":128,"\u9593\u9055\u3063":[23,106,9,62],"\"popular":93,"\u300chsiomaneki":155,"_and":[90,56],"\uff08byte":[64,105],common:[131,23,97,127],"\u601d\u3063":70,"/log":[120,45,82,7],lion:62,tokenizers:[],"\u76f8\u624b":108,"[backslash":153,"\u5c02\u7528":[],"\u30e2\u30b8\u30e5\u30fc\u30eb":[],"(news":128,"\u5024\u57df":121,".log":[120,10,82,143,7,45],"\u3046\u3061\u3044":82,readme:[62,128],"\u8a9e\u4ee5":127,"\u8868\u73fe":[],responses:15,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":62,"\u66f8\u3051\u308b":62,reverse:[7,128],"\u6570\u70b9":38,"-file":[113,23,116,82],"\u5b9f\u51e6":[56,42],"\u6642\u70b9":[10,128,107,14,15,16,62],point:[],simple:112,"\u3059\u304e\u307e\u305b":37,"\u306f\u3058\u307e\u308a":10,shutdown:[],"\u6253\u3064\u524d":128,"\"gronga":9,"_connection":2,create:[15,40],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[15,154],"\u53ce\u96c6":[116,114],"_when":116,"\u30a2\u30ed\u30b1\u30fc\u30c8":66,bill:[57,123],replaced:156,ful:74,"\u30c8\u30fc\u30af\u30f3":[74,127,106,79,123,132,23,71,62,158,52],engi:[40,130],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[79,3,7],karmic:150,"^ \"":127,itself:69,rubygems:62,"\u95be\u5024":[],"-key":[62,128],"\u7d42\u7aef":[62,67],emphasize:94,")groonga":149,"\u56fd\u540d":112,"-chroot":128,"\uff08perl":7,keys:[97,7],"-existence":62,aggregate:27,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":128,"\u5834\u6240":[],"\u53cc\u65b9":108,"\"\u3001":[40,112],"\u30b9\u30bf\u30a4\u30eb":82,"\u5409\u7530":62,"\u7d44\u307f\u5408\u308f\u305b":[56,3,128,57,114,59],flags:[],sortby:[],convenient:40,entry:[59,35,78,80,58,47,144,133,31,92],"\u3064\u307e\u308a":[93,74,128],sunos:62,"\u3002dump":135,"\u547c\u3073\u51fa\u3059":[54,148,96,29,136,152],"\u3001\u00d7":108,"\u5024\u306a\u3089":62,"\"value":93,"\u547c\u3073\u51fa\u3055":[78,93],"\u547c\u3073\u51fa\u3057":[],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":143,"\u306f\u3069\u3061\u3089":43,source:[37,3,128,155,80,59,48,116,63],win:86,"5\u3064":81,bin:86,"\u968e\u5c64":56,bit:[141,111,20,38,12,143,129,86,117,62,73,65],"\u5f53\u3066":[79,80,74,89],"\u30d7\u30e9\u30b0\u30a4\u30f3":[141,1,132,99,114,12,55,124,158,129,125,62,8,23,45,149,111,103],"\u5927\u4e08\u592b":[0,45,108],"\u8aa4\u308a":62,"\u5354\u529b":[],"\u4e0a\u8ff0":149,api:[],"-command":[],"_over":[2,146],"\u4ee5\u5916":[76,79,38,39,23,93,128,69,14,15,97,52,56,104,49,143,66,62,64,67,114,132,68],google:[93,9],often:81,"\u5168suffix":97,"\u8aa4\u3063":[62,128],examples:132,"\u3001[":3,"\u3002set":143,"\u66f8\u304b":[62,155],"\u3001c":3,"\u66f8\u304f":[63,153],"\u8a73\u3057\u304f":[11,114,3],"\u66f8\u304d":[],"\u66f8\u3044":[155,153,127],"\u3092\u3064\u3051\u308b":127,"\u30d3\u30eb\u30c9":[],"\u5024\u306a\u3057":62,"/cutter":128,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[56,82],"_checks":115,cxxflags:[20,128],"\u3001\"":[94,3,76,106,155,38,71,154,62,40,23,9],"\u3001$":128,"\u3001'":[76,11,38,82,99,60,62,127,153],"\u3001&":60,"\u3001(":[131,38,143,97,81],nginxhttpstubstatusmodule:62,"\u3001-":[30,38,132,143],"\u3001/":[3,87],"\u3001.":[150,103],"\u5730\u5f62":[61,148],"\u3001:":143,"(fedora":120,"\u3084\u3059\u3044\u304b":149,"\u3057\u307e\u3059":[93,127,155,123,111,9,153],"\u7a4d\u307f\u91cd\u306a\u3063":62,"/yum":128,"\u9010\u6b21":114,suffixsearchterms:[153,127],"\u6295\u5165":[57,1],"_fin":[62,14],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":45,"\u51fa\u3059":155,"\u51fa\u3055":62,translate:103,"_full":128,"-type":[106,7,71,40,23,43],"\u7b97\u8853":[],"-binary":[7,43],"/epel":111,"\u56de\u907f":[],"\u52d5\u304d":[93,43],"\u52d5\u304f":[23,45,159,62],"\u52d5\u304b":62,"*keybuf":97,curl:[45,4,7,62,73,43,65],sourceforge:128,cmake:[62,45,86],"\u6570\u73e0":154,functionality:[113,112],"\u5207\u308a\u6368\u3066":11,"\u30c7\u30fc\u30bf":[],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":143,"\u6b63\u898f":[74,3,127,115,97,62,158,149,52],confirm:103,"\u3068\u307f\u306a\u3057":153,"_nil":[131,97,132],failures:128,"\u7d50\u5408":[56,153,136],rinse:128,getaddrinfo:62,wanabe:62,"/cache":7,"\u57cb\u3081\u8fbc\u3080":143,query:[],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":62,"(backslash":68,"/\u65e5":155,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[93,153,127],"\u7121\u540d":[97,64],"\u4f59\u308a":127,"\u5f97\u308b":7,putting:118,"_database":[],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":62,"-build":150,uubntu:150,"\u512a\u308c":114,".output":30,"\u76f4\u611f":122,"\u9665\u3063":62,"\u9023\u643a":114,"_thread":143,"= n":127,access:[118,16],"\u5f35\u308c\u308b":62,"\u4e2d\u56fd":61,"\u3002\u30ad\u30fc":93,"= y":62,"\u826f\u304f":63,"\u826f\u3044":[63,108],nonexistent:93,"\u30ef\u30fc\u30ab\u30fc":7,"\u632f\u821e":61,"0xc":146,"\u306b\u5bfe\u5fdc":[34,93,158,105,78,49,82,14,47,97,30,21,23,62,64,42],"= \"":[93,127],"/tmp":[149,43],"\u57cb\u3081\u8fbc\u307e":128,"\u57cb\u3081\u8fbc\u307f":27,named:40,"\u3002adjuster":62,"/to":[7,43],"\u30ed\u30f3\u30c9\u30f3":61,"ci\u4e0a":65,"\u7518\u3044":76,"(ctx":[15,56,105],"\u53d7\u4ed8":62,"\u5b8c\u4e86":[93,128,103],"'mroonga":[99,63],"\u3002\u30ce\u30fc":74,"\u30d5\u30ec\u30fc\u30ba":[],".pid":82,"\u5f35\u3063":[62,93],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[],"\u4e2d\u7a0b\u5ea6":[141,111,12,129,86,117,73],"_previous":15,"[header":[116,55,74,115,59,48,144,101,8,125,110,52],normalized:115,"\u305d\u308c\u3089":[151,93,105,59,149,43],escaped:68,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":62,"\u8d77\u52d5":[],twiter:62,iptables:43,"\"correction":9,"\u30af\u30e9\u30c3\u30b7\u30e5":[23,132,62],"{prefix":[45,8],"/linux":[],"-za":113,"\u6295\u7a3f\u5834\u6240":155,gcc:[141,111,20,62,23,45],dd:[126,127],"\u30b3\u30de\u30f3\u30c9":[],"\u5186\u6ed1":128,"/universe":12,"\u5f35\u3089":[11,62,105],"\u5f35\u308b":[153,127],".textile":128,"\u30b5\u30fc\u30d0\u30fcid":23,bind:23,lines:[113,150],"/repositories":128,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":132,"\u7d9a\u304d":47,"\u306e\u3088\u3046":[62,93,136,153,127],"(cutter":150,"\u7d9a\u3044":[57,93],hiroshi:[23,132],jiro:37,"\u3002int":62,"\u7d9a\u3051":143,lf:151,"\u6d88\u8cbb":98,lc:103,ll:[57,74,123],euc:[62,45,82],li:[57,123],lt:[74,27],ls:128,"_gqpt":143,"\u9589\u3058\u308b":[79,1,23],"\u306f\u3069\u3061\u3089\u304b":[153,127],"\u8a71\u3057":72,"\u3067\u3057\u3087":[98,114,45,140],dat:79,"\uff08world":38,"\u30c7\u30a3\u30b9\u30afi":52,day:[98,126],"\u30e6\u30fc\u30b6":[93,56,3,76,128,106,38,71,143,59,62,40,9],"\u4e00\u3064":[35,5,38,123,6,89,92,10,96,11,14,97,133,135,21,137,80,54,105,58,59,109,61,148,66,152,154,114,29,94,31,119],"\u70b9\u9593":[60,39],"_persistent":[97,105],"\u5217\u5f0f":68,"& y":62,normalizerauto:[],"\u74b0\u5883":[],"\u5217\u5f15":56,"& b":127,"\u81ea\u4f53":153,"/message":128,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[99,94,154],"\"sphere":148,res:[97,90,143,95],rep:143,"\u30ab\u30ec\u30fc":123,red:[],"_end":2,"/\u6708":155,frank:81,"\u73fe\u72b6":10,"\u4ed8\u5c5e":[30,7],"/aba":[60,3,112],"& (":127,"\u76ee\u8996":116,"\u30d6\u30e9\u30b8\u30ea\u30a2":61,"*top":95,"_long":[2,146],"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":114,hex:37,reaches:118,"\u30d9\u30af\u30bf":[62,1,64,80,132],"\u7d44\u307f\u8fbc\u307f":[],monkey:11,"\u305d\u306e\u3088\u3046":144,"\u6c38\u7d9a":[],"\u8aad\u307f\u8fbc\u3080":[1,55],natty:[23,128],completed:40,acquire:16,documentations:138,"\u3068\u3088\u3044":45,"\u53d6\u308a\u5f97\u308b":38,"\u305b\u3044\u305c\u3044":52,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[],"\u5229\u70b9":114,interrupted:146,"\u81f3\u308b":11,have:[98,118],"=users":[7,43],"\"co":9,min:[],"_control":[2,146],"\u914d\u4e0b":[30,128],"_func":[42,14],"\u8aad\u307f\u8fbc\u307f":[55,3,8,62,23,149],"\uff08gnu":45,"/commands":[11,89,48],"_character":68,eight:3,"\uff09\u3001":[79,123],"\u306a\u3082\u306e":[120,105,128],"\uff09\u3002":[57,155],"'complete":113,"\u6e2c\u5730\u7cfb":38,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[62,106,52],request:[],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[1,10,132,116,62,23],"\uff08least":101,"\u7d44\u307f\u8fbc\u3093":114,normally:118,text:[93,74,4,79,38,115,27,116,99,95,135,118,143,62,63,127,68,43,153],"\u8d8a\u3048\u308b":57,supported:[85,7],"\u5ea6\u3068":23,conifugration:65,"\u610f\u5473":[93,56,3,153,112,69,130,82,60,62,40,45,149,143,127],"\u5b66\u3093":155,"*table":[131,97,64,105],"\u4e00\u500b":56,"\u65b9\u6cd5":[],")\u3059\u3079\u3066":81,"\u5c11\u306a\u304f":[127,114,108,27,98,153],"\u5c11\u306a\u3044":[93,153,98,136,149,127],"[column":62,"\u7e70\u308a\u8fd4\u3059":132,"_prepend":64,"\u306e\u307f\u3057\u304b":9,"_eval":[],"\u7e70\u308a\u8fd4\u3057":[143,127,103],"\u5272\u308a":[74,127,11,79,80,89],fixed:62,"_busy":[2,146],"\u5236\u5fa1":[],exists:81,"\u3002blogs":57,"\u4ee3\u5165":[],enhanced:85,terms:[93,3,153,109,57,82,27,99,118,127],xxxxx:128,"\u985e\u4f3c":[],"{name":127,"(string":96,"\u30c7\u30e1\u30ea\u30c3\u30c8":79,progress:126,"\u6751\u4e0a":62,"_incompatible":2,"\u5b66\u3073":[93,61],"\u7dad\u6301":[114,43],"\u9577\u3059\u304e\u308b":62,"\u5168\u4ef6":[131,153,127],"\u518d\u8d77\u52d5":[],plugin:23,"-suggest":[],"_expression":93,".org":[37,111,45,3,112,69,129,20,103,12,143,11,60,94,86,7,135,128,141,73,87],"\u88dc\u6b63":[],"\u5171\u901a\u63a5":79,otherwise:[15,99,48,64],comment:[154,63,155],"\"fulltext":74,"\u304a\u304d\u307e\u3057\u3087":11,"-history":23,"\u4ee5\u524d":[11,155,57,62,23,158],"\u30ab\u30b9\u30bf\u30e0":7,"\u91cd\u307f\u4ed8\u3051":[57,93],"\u30e1\u30e2\u30ea":[],"\u5c0f\u6570\u70b9":11,json:[],"\u91cd\u307f\u4ed8\u304d":[],define:[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":23,"\u306a\u306b\u5bfe\u3057":[153,127],finished:126,"_domain":2,"=..":128,"\u5168\u4f53":[],value:[],"\u540c\u3058":[],almost:118,"\u6307\u91dd":[],"\u30bf\u30a4\u30df\u30f3\u30b0":[62,3],".db":[62,80,3,87,82],pkgs:111,"-endpoint":[113,51],optarg:[90,67],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[93,7],"\u67af\u308c":120,receiver:[113,51],":!":153,"[apt":62,"\u672c\u4f53":72,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":128,center:148,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":62,builder:17,"\u304a\u3063\u3055\u3093":155,"\u4e00\u81f4\u7528":[],position:[74,95],"*result":97,"1byte":146,"\"ellipsoid":148,"\u8868\u793a":[],"-platform":[],"_byte":[2,146],"x\u30df\u30ea":[38,127],"\u5229\u7528":[],stored:15,"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":79,":<":[93,153],"\u958b\u59cb":[93,61,143,66,62,23,64,150],"_true":64,"\u3055\u3093":[132,27,124,62,23,9,43,103],add:[62,93,138,103],"\u3002gqtp":[151,2,87,146],"\u3055\u3089":63,match:[],tests:128,"|none":93,"\u5730\u57df":114,elapsed:[113,116,4,126],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":57,like:[48,7,105],success:[15,48,146],"_leak":150,"_decr":64,"\u7f6e\u63db":[],"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":43,works:126,soft:118,"\u4e0d\u6b63":[1,132,62,23,150,52],"((x":38,"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":62,"\u8ca0\u8377":[132,7],"\u7121\u52b9":[93,153,97,7,131,62,45],"\u610f\u56f3":[62,63,153,154,99],tmp:[3,128,130,82,48,87,89,62,149,43],"_optarg":[90,67],sjis:[45,85,82],"\u30b5\u30de\u30ea":62,"\u5f62\u5f0f":[],",\"domain":112,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":127,"\u30d0\u30b0":[23,108,62],"\u3046\u307e\u304f":[],dcb:62,host:[143,87],although:7,"\u6319\u52d5":[],"\u30c0\u30e1\u30fc\u30b8":57,about:[116,118,138,126,65],actual:7,socket:146,"\u3055\u305b":108,"\u4ee5\u5185":[40,60,155,127,106],"\u3055\u304d":11,"_time":[116,126],tomo:37,"\u3055\u3044":[120,2,3,122,77,79,38,22,74,86,87,8,125,94,45,43,141,93,61,127,69,11,130,12,57,48,16,50,52,103,55,20,142,143,59,154,144,101,62,110,150,111,153,114,115,99,129,30,73,7],introduced:7,"\u524d\u65b9\u4e00\u81f4":[62,1,130],"!!":[47,37,7,155],"\u6307\u3059\u5024":131,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":128,"!)":7,dataset:[113,40,156],"_object":2,"\u30ec\u30fc\u30bf":62,daijiro:155,rch:74,">default":4,"\u901f\u5ea6":[79,62,37,143,23],"\u7591\u554f":63,glib:62,"_inappropriate":2,"\u3002post":43,but:[113,118,48,112],"\u3068\u3068":[70,103],"\u3068\u3069":157,"\u3068\u306e":127,"\u3068\u3063":7,"\u30fb\u5168":133,buf:[97,64,105],bug:[62,85],"\u5730\u56f3":114,dangerous:48,"\u3068\u3057":[151,37,55,56,127,106,11,143,38,71,82,14,98,61,7,62,40,63,149,9],"\u3068\u3048":[10,76,114,123,27,60,45],binlib:128,"\u3068\u304d":[1,74,3,38,123,82,7,8,40,62,45,42,43,141,93,61,127,128,69,11,130,12,14,99,97,136,131,9,80,52,37,56,104,106,139,108,59,146,23,149,111,155,153,114,132,27,116,129,71,158,87],"-disable":[113,23,132],"!\\":127,epel:[62,111],colum:118,pid:[1,45,82],"\u8a08\u7b97":[1,61,127,96,114,38,39,60,106,62,125,40,148,71],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[132,45,128],"-config":[1,132,82,62,23,45],saer:[130,106],"\u4f7f\u3044\u5206\u3051":[57,123],"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":128,"\u305f\u3060\u3057":[1,123,153,30,82,59,62,131,23,91,127],"\u305f\u3060\u3051":62,"\u6291\u5236":62,detail:143,"\u3068\u308b":64,"\u4fc2\u6570":[93,56],"\ufffecrch":74,"\u306b\u3064":62,"\u3068\u3082":[93,127,142,143,27,154,60,155,153],appends:68,"/sysconfig":120,"\u307b\u307c":63,"\u307b\u3069":[120,3,11,130,82,52],cpu:[114,45,143,7,43],"\u5909\u3048\u308b":57,"\u307b\u304b":[11,114],"-r":[113,51],"4e":142,"|ro":93,limited:7,"\u3002groonga":[3,4,79,86,7,40,121,45,141,93,10,127,12,143,66,62,63,59,111,153,114,129,72,87],"\u6e1b\u3089":[79,106,62],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":131,tweet:98,"\"ab":9,under:7,"-ci\u4e0a":62,every:112,"\u3002google":153,"/plugins":[62,45,132,8],resourses:15,"\u5b9f\u6570":38,"\u6761\u4ef6\u5f0f":[],"\u6700\u9577":[23,143,127],"_snip":62,"\u63a5\u8fd1":56,"-repository":[62,128],estimates:95,"[http":62,"\u7b87\u6240":[116,62,27,128],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[23,62],"\u4e00\u8a9e":57,"\u5b9f\u65bd":128,"\u81f4\u547d":62,"-rpm":128,"\u7d44\u8fbc":[35,5,38,6,89,92,96,133,135,21,137,80,54,58,59,109,148,66,31,29,152,119],"\u683c\u7d0d":[],"\u7fbd\u7530":155,"\u53cd\u8ee2":127,"\u30e2\u30cb\u30bf\u30fc":[129,111,12,141],"\u9069\u7528":[],"\u3002output":135,studio:[62,86],represented:68,path:[],"\u95a2\u4fc2\u5f0f":[],".ddl":143,"_key":[],"\u79cb\u8449":60,changed:[85,7],"\u5f62\u614b":[114,45,127],"\u58ca\u308c\u308b":[23,1,132,62],"\u63a8\u79fb":10,"\u3082\u3063\u3068":93,"-ci":62,"\u8fd4\u5374":[89,80,3,93],"\u8aad\u307f\u3084\u3059\u3044":62,"/munin":45,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":62,noarch:[141,111],m6:20,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":104,namebuf:[64,105],autogen:[62,128,103],naive:112,"\u30a2\u30e1\u30ea\u30ab":61,"_jis":45,"-bind":[23,82,62],must:[95,113,15,48,118,68],me:32,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],"\u7f6e\u304d\u63db\u3048":[62,82,153,103],mb:62,mm:[126,127],ml:108,"\"blank":158,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":143,mv:21,install:[],my:[93,153,127],"/xml":43,"\"s":[40,130,74,106],end:[151,4,146],eng:[40,130],"\u3002functions":150,"\u30d7\u30ed\u30bb\u30b9":[151,10,3,114,82,66,109,137,7,8,143,62,43],env:149,"\u3067\u3082\u3063\u3068":120,rroonga:[154,15,99,136,62,63,65],"\u30b4\u30df":[23,132,109],"\u7d42\u4e86":[],description:[155,123],"-devel":[141,111],"\u5c0f\u3055\u304f":[98,79,61,43,148],".tar":103,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[],"-files":[],"\u5c0f\u3055\u3044":[93,56,153,79,124,131,148,52],"\u5272\u308a\u5f53\u3066":132,"\u4e88\u5b9a":[55,10,69,70,27,61,125,23,43],executed:87,"\u7acb\u3061\u4e0a\u3052":143,"\u305f\u304f":[120,27,62,23,9,43,103],"\u5bfe\u8c61table2":97,"\u5bfe\u8c61table1":97,"\u300c\u697d\u3057\u3044":123,"@packages":128,"\u305f\u3044":[],gqtp:[],"\u305f\u3073":[60,10,143,128],"\u305f\u3060":[141,69],"\u8fd4\u308a\u5024":62,"\u4e00\u884c":[143,132,82],"\u3072\u308d":122,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[],"\u3072\u3089":[40,153,127],"\"_":[3,76,7,40,110,43,122,47,93,61,127,69,11,130,98,99,48,135,37,106,57,154,60,144,81,62,63,153,112,155,116,71,94,158,87],"\u3054\u3089\u3093\u304f":88,"2\u3064":[0,93,3,153,112,96,155,120,59,99,154,71,62,63,159,43,52],each:[93,106,130,71,7,40,126],searc:40,signing:128,"\u3002\uff08":[93,123,153,71,79,38,39,27,14,109,106,132,136,127,40,131,23,103,65],"\u3002\uff09":[103,1,123,153,106,79,39,27,132,127,71,131,23,65,93,52],"(byte":[97,105],"\u6e96\u62e0":62,goo:[153,127],msgpack:[4,146],"\u30da\u30a2":[106,11,71,40,149,9],newly:[15,27],"\u4f59\u8a08":108,"\"(":62,free:[15,109,132,126],"\u305f\u308a":[120,78,79,38,136,108,114,72,52],"\u305f\u3089":[93,127,128,132,108,120,154,81,62,40,45,43,103],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":80,"\u305f\u3081":[],freecode:[],"\u53e4\u3044":[62,158,128],"_locked":64,filter:[],onto:118,rand:[],already:[118,16],"\u53ef\u5909":[23,31,146],"\u897f\u66a6":127,top:[23,95,29],"\u30d6\u30e9\u30a6\u30b6":[45,87,128,103],".groonga":[103,111,128,141,20,12,143,129,86,45,73],too:[63,146],tom:99,"|compress":80,"_pragma":93,tool:65,serve:128,wareohji:62,".com":[],"\u6d0b\u723e":23,"\"good":[93,127],"_untag":[],expr:[64,68,42,102],"*cursor":95,obata:132,"\u8d64\u9053":61,ram:143,raw:65,"\u5834\u5408":[],"\u5f93\u3063":[93,97,131,30,90,43],"\u4e00\u89a7":[],"_source":128,hanako:144,"\u591a\u9762":114,"> y":62,"\u5f93\u3046":132,"/share":[23,82],though:40,"\u3044\u307e\u305b":[93,74,153,159,79,39,111,116,7,130,62,127,149,43,52],bsd:45,"\u3072\u3068\u3064":[62,153,96],"\u30b5\u30b8\u30a7\u30b9\u30c8":[],"\u30ed\u30fc\u30de":40,"\u30ed\u30fc\u30c9":[],"\u30ec\u30b3\u30fc\u30c9":[],marverick:132,"\u307f\u306a\u3055":56,pkg:[20,132,45],"\u5ea6\u8868":132,"\u5c0f\u6570":[],"\u6c42\u307e\u308a":114,"\u3002hook":78,"\u306b\u3064\u3076\u3084\u3051\u308b":108,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":56,"\u59cb\u307e\u3063":[116,9],"_valid":7,fontaine:23,"*fin":42,"\u3064\u3064":[57,99],watch:128,"\u306f\u307e\u3068\u3081\u3066":128,"\u3064\u304d":[55,94,69,93,59,101,125,149],"\u3064\u304b":124,"\u3064\u3044":155,"\u7d50\u679c":[],hendro:62,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[],"-per":[113,23],"_with":[122,123,97,105,127,52,153],"\u3064\u3051":[93,61],nul:[23,67],"-commnad":10,ciritical:7,"\u5bfe\u8c61cursor":[131,104],"_for":56,"\u4e8c\u3064\u76ee":56,"\u30d7\u30ed\u30b0\u30e9\u30e0":[62,72,132],"\u5bbf\u99c5":155,"\u56db\u6368":23,"\u30d7\u30ed\u30bb\u30b9id":87,"\u30b5\u30fc\u30d0\u30fc":[],"\u59cb\u307e\u308a":128,"\u59cb\u307e\u308b":[93,153,143,59,97,43,40,149,9,91,127],news:[],"\u884c\u6307\u5411":114,"\u3068\u3057\u307e\u3057\u3087":63,"\u30e9\u30f3\u30c0\u30e0":60,"4gib":[79,146],"\u65b9\u5411":131,"\u591a\u91cd":151,"\u5f8c\u304b\u3089":135,"\u7d4c\u7def":[11,38,60],trust:128,"\uff13\u3064":38,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":143,"\u7b49\u3057\u3044":[93,56,153,64,127],"\u7b49\u3057\u304f":[56,153,127],"&lt":27,been:[48,128],"\u3072\u308d\u3042\u304d":122,"\u30a8\u30e9\u30fc\u30ed\u30b0":120,"_blog":63,"\u8d77\u6e90":11,"/shutdown":[7,43],tokenmecab:[57,62,123],"\u5217\u60c5":74,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[],msec:16,xxx:[62,82,127],"_not":[93,2,48,144,146,110,90],"\u6700\u9069":7,"\u7528\u9014":[141,93,69,79,12,111,116,129,86,117,114,62,120,73],"\u6728\u4e0a":131,tasukuchan:155,"\u4fee\u6b63\u4e2d":106,"\"e":[40,74,130],"\"a":[154,74],"\"b":154,"\"c":154,"\"n":[116,93,3,153,66,7,127,87],"\"h":74,"\"i":[116,93,127,98,63,153],"\"k":37,"\"t":74,"\u5c1a\u4e5f":62,"\u81ea\u8eab":[23,74,82,149,62],"\"}":[37,158,76,112,106,11,130,98,47,99,60,144,7,154,71,122,40,63,127,43,153],"\"x":62,"\"@":155,"\u691c\u7d22\u4f8b":[],suggest:[],"\u30bf\u30fc\u30df\u30ca\u30eb":7,"\"]":[37,93,3,127,69,57,155,80,82,27,135,40],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":101,"\"[":62,"\"'":[93,153,69,57,107,123,62,127],"\"\"":[62,38,154],"\"#":23,"\",":[3,76,80,82,87,40,89,110,122,98,93,61,127,69,11,130,47,99,48,135,37,106,57,143,66,109,60,144,81,62,63,153,112,154,155,27,116,71,94,158,7],"\"-":[23,61],"\".":[40,127,112],"\"/":[89,48,82,60],"\u4e8c\u756a":93,"\")":[37,61,127,96,107,99,29,60,81,62],"\"*":62,characters:68,"\"<":62,"\">":[4,27],"\"?":4,"\":":[74,3,4,87,125,40,110,43,76,47,93,61,127,69,11,130,98,99,48,122,37,55,106,143,66,109,60,144,81,63,153,112,154,155,115,71,94,158,7],"\";":[143,7,43],"\u78ef\u90e8":62,"/run":[82,128],"\u3084\u3059\u304f":132,"\u3084\u3059\u3044":[1,93,27,136],"\u5bfe\u8c61table":[131,97,64,105],"_tags":[37,155],"_ctx":[],"\u4ecb\u6587":155,"_buffer":[17,2,146],".scr":143,"*bottom":95,"_selector":[],"5f":143,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":123,ceekz:62,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[153,127],advanced:85,"\u4eee\u60f3":[62,60,112],"\u5c0f\u6587\u5b57":[131,74,3,158,52],specific:[112,81],renamed:48,poedit:103,"\u6b63\u3057\u304f":[40,153,62],"\"engine":[40,106,71],"\u6b63\u3057\u3044":[149,9,106],"\u7d20\u89e3":[114,45,127],"\u307e\u308f\u308a":72,"_str":[155,68],"\u3080\u3044\u3061\u3083\u3044":155,escape:68,"\u73fe\u4ee3":114,"\u5217\u6319":3,".zip":103,"\u6765\u307e\u3057":155,"_right":[23,95,29],".github":[128,65],allocate:[],core:143,deleted:64,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":62,night:98,"\u3001\u300c":[37,1,57,155,123,82,93,40],"\u6d88\u3048":79,limitation:118,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[62,3],"\u3002ascii":[153,127],"\u3092\u3054\u89a7\u304f":114,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":89,"[]":80,two:[126,68,7],"[@":[23,62],git:[88,128,103],"[{":[7,43],gib:[53,118],"[test":62,"\u3084\u307e\u306d":62,"[n":62,head:[151,146],removep:64,"\u6253\u3064":128,"[2":82,"\u9032\u6570":[109,127],"[:":87,"[#":[23,62],"[\"":[37,93,127,69,11,130,80,27,57,155,40,109],autoconf:23,"\u5185\u8a33":57,"[,":148,"/docs":7,"\u8abf\u3079\u308b":[29,62,148,142],decrypt:128,"(match":99,"_ip":87,check:[],ongaeshi:[62,132],"\u305f\u304b\u3063":106,no:[1,85,79,93,14,130,95,146,118,62],"/mxcl":128,when:113,ne:74,ng:74,setting:118,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":128,"\u6ce8\u8a18":62,tid:104,saerch:[130,106],"\u4e09\u756a\u76ee":127,"=number":[],"_touch":[132,67],"_unlock":64,sql:112,longer:[85,14],"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":109,"\u672c\u756a":128,"_memory":[],"\u4e00\u8cab":108,"[travis":62,",\"tags":37,"\u30d0\u30c3\u30d5\u30a1id":109,"\u30d2\u30c3\u30c8":[93,56,76,57,155,123,98,62,40,122],row:27,"_same":62,"\u4e00\u822c":[93,3,153,114,136,64,65],environment:65,"}attr":62,"*tid":104,advantage:27,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[153,127],enqueue:139,"\u3053\u305d":155,level:[5,82,6,7,126,146],"\u8208\u5473":114,brother:153,standards:7,"/db2":43,"/db1":43,"\u6d88\u305b":7,"\u6f14\u7b97\u5b50":[],"\u79d2\u8868":[11,57,60,127],"\u6c42\u3081\u308b":[114,61,148],"\u5024\u6bce":93,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":128,"\u3044\u308d\u3044\u308d":[],"/load":[55,7,43],"\u56f0\u3063":108,".builtin":67,reply:63,"3\u3064":[141,93,3,112,11,12,27,116,129,48,150,136,62,63,111,120],"\u751f\u3058":[35,5,58,6,133,21,92],baseball:[37,63],"\u9ad8\u6a5f":[114,120,56],"=groonga":7,"\u6c17\u8efd":108,"\u6b63\u78ba":[11,66,3],"\u63d0\u4f9b":[],"_success":[93,2,14,15,16,126,68],"\uff08ruby":65,"_info":[],"\u9006\u306b":37,"\u30ea\u30f3\u30af":[153,128,11,88,62,127],"_delete":[78,23,97,64,131],"\u307f\u307e\u3057\u3087":[37,3,76,112,11,155,60,63],"\u8fd4\u3055":[93,10,130,47,109,62,64],"\uff08messagepack":45,handled:7,"-src":[129,12],sports:37,"\"name":99,"\u76f8\u5fdc":97,memory:[],msg:139,outputs:126,"_concurrency":151,"\u30bb\u30c3\u30c8":[56,123,97,131,64,92],"\u3044\u308f\u3086\u308b":37,"*dest":97,"_asc":97,".txt":128,memry:118,"\uff11\u3064":139,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[151,62,120,7],"/setup":65,"_sis":[122,123,153,97,52,127],"-docutils":128,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[],":clear":128,shibuya:132,"\u76f8\u5f53":[116,60,3],"\u5f15\u304d\u8d77\u3059":62,clone:[],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":65,crashed:48,representations:68,"\u6b20\u70b9":114,succeeded:[59,48,144,110],ueno:[62,132,124],"\u30b0\u30eb\u30fc\u30d7":[],representation:[107,68],"\u3002tag":37,"_res":143,"/srpm":128,"_descriptor":[2,146],"\u542b\u307e\u308c\u308b":[56,3,128,11,114,82,57],normalizermysqlunicodeci:158,".yml":65,"\u56f2\u307e":27,"\u56f2\u307f":[82,27],"[[":[122,80,82,40,125,89,110,93,61,127,69,11,98,99,48,37,55,57,144,63,153,113,155,27],"\u30d9\u30fc\u30b9\u30d1\u30b9":7,"_pass":7,"\u56de\u7e70\u308a":143,cutter:[],"\u6ce8\u76ee":93,"\u3059\u306a\u308f\u3061":11,term:[59,109,76],name:[],"\u500b\u3005":[57,10,56],"\u65e5\u3005":108,"\u534a\u7121":[23,52],"\u5bfe\u8c61column":105,"\u53d6\u308b":146,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":62,"\u30cd\u30b9\u30c8":[62,63],"\u30d1\u30fc\u30b9":[23,136],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":58,"\u6642\u4ee3":114,"\u3042\u3044\u307e\u3044":52,"-default":[],"\u4e00\u4ef6\u9032\u3081":[],"\u914d\u7f6e":[3,128],"\u56f2\u3080":[62,3,27],"\u3002key":[97,123,3],"\u30b3\u30fc\u30c9":[62,74,103],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":153,"\u4e92\u63db":[141,111,10,127,128,12,115,129,30,158,43],turn:7,"\"element":69,"\u30db\u30b9\u30c8":[151,128,82,143,87,62,23],yum:[62,111,128,141],"\u5b8c\u7d50":108,"-normalizer":[141,111,12,115,129,62,158],"\u304a\u9858\u3044":[143,108],origin:103,redhat:[23,45],"-version":[],"\u30b7\u30f3\u30d7\u30eb":[159,136],"_function":[2,146],array:[109,115],"\u7d5e\u8fbc":[],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[61,101,136],returns:[95,105,113,107,99,97],kbytes:143,"\u30d1\u30a4\u30d7":59,"\u30a8\u30f3\u30c8\u30ea":[93,127,153,15,154,105],copy:48,specify:[113,156,99,7,51,103],"-httpd":[],"(tab":149,"< t1":56,"\u3080\u308b\u3093":[153,127],posix:127,and:[85,7,40,126,93,95,48,14,15,99,97,16,107,60,62,63,64,112,113,27,156,118,68],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":53,"_local":[143,135],prm:111,ann:128,"_groonga":116,any:99,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[],takuto:132,"_permitted":[2,146],"\u30d5\u30e9\u30b0":[1,74,3,122,5,84,6,35,23,92,93,127,69,11,131,133,21,52,58,59,109,146,62,153,115,158],animation:37,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[50,93,45,82],multiple:[15,40,113,99],"_suggest":124,"_down":[2,146],"_interrupted":2,"\u81a8\u5927":114,"\uff09:":[141,55,123,20,12,111,129,125,73],"\u4e2d\u65ad":[78,23,62],geoindex:[],"8mb":158,"\u5c06\u6765":[141,55,61,69,115,146,125,62,43],"\u4e00\u81f4":[],"\u547c\u3076":[62,150,136],"\u5ea6y":38,sitecountry:[87,112],"\u540c\u3058\u91cd\u307f":99,"\u88dc\u5b8c":[],"\u3002weight":11,"\u30d1\u30c3\u30b1\u30fc\u30b8":[],"\u5024\u3088\u308a":[93,56],"\u7530\u8fba":62,"\u985e\u7fa9":93,explicitly:40,"\u57f7\u7b46":[63,39,84],"\u5f53\u8a72":[10,64],ssh:128,"\"null":62,"_port":143,":')":59,mapped:118,ignored:[62,67],"\u30b9\u30b3\u30a2\u30fc":[],replies:63,"#'":82,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[155,1,52],"<gqtp":143,"\"#\"":143,"(..":62,"#{":126,cities:61,"\u30af\u30ea\u30fc\u30f3":128,quiet:146,"\u30ec\u30b3\u30fc\u30c9id":[],"\u4e00\u822c\u7684":[],color:158,whombx:62,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":62,period:[],"\u76f8\u5bfe":[23,93,128],"_clone":128,raring:[],"#proxy":7,"\u5f8c\u4e8c":10,"*db":[64,67,14],"\u6709\u9650":93,"\u4ee3\u308f\u308a":[158,153,82,27,86,87,45,7,52],engine:[74,106,130,27,71,40,9],"/vdw":[60,3,112],"_tokenizer":[],"_value":[],"_tokenized":[74,115],"case":[15,118,48,112],"\u25cb\u25cb":108,"\u30ed\u30ae\u30f3\u30b0":14,shops:123,"\u975e\u63a8\u5968":62,"\u53d7\u3051":[61,3,146,7,81,62,139,43,87],"\u305f\u3068\u3048":57,saerc:[130,106],"\u8aad\u307f\u51fa\u3057":114,html:[],"\u5831\u4ee5":74,events:43,"\uff08romaji":40,status:[],"0\u30d9\u30fc\u30b9":93,downloads:86,"[\u8a9e":109,"\u7d4c\u7531":[66,35,137,128,5,80,132,58,59,109,6,89,135,62,21,18,133,31,119,92],"-msgpack":43,"[geo":[23,62],"\u30d1\u30bf\u30fc\u30f3":[116,127],"/unit":150,"\u4f5c\u6210\u6e08":82,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],unicode:158,"\u3088\u304b\u3063":57,"\u53ef\u5426":3,except:118,blog:[57,154,63,3],"\\'":[82,153],"\u63a2\u3057":[114,143],"\\\"":[94,123,27,47,154,68],"\u9577\u65b9\u5f62":23,hino:62,"\u63a2\u3059":63,"\u3002point":[29,148],"/base":128,"\\\\":[154,68,153],")..":128,"\u3079\u304d":[64,146,128,158],"\u3068\u304a\u308a":[53,143,112],"_send":15,"-mm":[126,127],"_host":143,"\u985e\u7d39":57,"\"groonga":[93,127,69,27,154,9,52],frees:[15,14],automake:132,"[snippet":[62,27],"@uzulla":23,"_unlink":64,mooz:23,"\u4e09\u3064":[61,123],freed:15,"/eval":125,communicate:7,"\u30b9\u30da\u30a4\u30f3":61,tokenbigramsplitsymbolalpha:[57,93,74,32,123],oo:[79,74],on:[85,95,113,97,27,15,48,74,7,64,43,103],ok:144,of:[],"_escalation":[],"\u30e6\u30fc\u30b6\u30fc":[],"\u8a2d\u5b9a\u5024":[142,1],os:[],or:[93,95,76,113,97,15,99,60,146,126,118,149,153],op:[97,90,68,105,95],"_leading":93,"\u5c11\u306a\u3051\u308c":52,"\u5f0f\u5168":[153,127],"\u884c\u76ee":[116,143,128],"\u30c1\u30e3\u30f3\u30af":109,libmecab:[129,12,128],"{path":45,"\u8a55\u4fa1":[125,62,56,127,154],there:[153,112,69,113,118,40,68],"\u53d7\u3051\u53d6\u308a":[56,3,7],"\u300ccomments":155,"/modules":[132,7],"\u901a\u308a":[74,80,39,89,45,93,61,127,128,130,99,52,57,154,94,81,148,65,153,115,27,144,71],"*escaped":68,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":158,"(location":[37,60,61,155],datasets:156,"\u69cb\u7bc9":[],"\u4f5c\u3063":[57,155,97,7,131,23,158],"/hostname":[143,82],"\u30de\u30fc\u30b8":[62,103],"\u65b9\u5f62":[61,148],mike:144,"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":62,"\u4f5c\u308a":[40,63,106,52],"\u4f5c\u308b":[37,106,155,139,69,136,52,103],"\u8ab2\u7a0b":62,gettext:103,"\u3066\u3057\u307e\u3044":108,"\uff08proc":78,"_type":[],"\u9001\u308a\u65b9":[],"\u53d7\u3051\u53d6\u3063":114,"\u3002ctrl\u30ad\u30fc":3,"/mysql":158,"\u30ea\u30bd\u30fc\u30b9":98,"\u65b9\u5f0f":[82,63,3,114],":mm":[126,127],"\u30ab\u30d0\u30ec\u30c3\u30b8":[],"\u6c17\u306b":[64,103],"/select":[11,7,87],directory:146,"4\u3064":[79,27],"-threshold":[],migrated:[93,153,127],"\u306a\u3051\u308c":[34,2,121,82,7,45,93,94,127,69,11,14,47,97,52,105,143,59,154,81,62,64,149,65,153],dist:128,executing:113,scalar:69,"\u6761\u4ef6":[],"\u306f\u305d\u306e":14,"\u8fd1\u3044\u9806":39,jessie:[],"\u30d3\u30c3\u30c8":[],"\u5b58\u5426":64,"/locale":[128,103],"/scalar":121,init:[62,45,42],program:[113,7],".name":[109,155,154],"\u95a2\u9023":[],"=message":[],"-word":93,systemctl:120,"***":6,llt:74,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[23,128],"\u8a9e\u7248":128,longtext:[38,95],list:[68,128,156],"_html":[],"\u304a\u3088\u3073":[3,128,11,114,82,62,45,42],"\u4f4e\u6e1b":[120,132],"\u6d69\u4e8c":62,"<protocol":82,"\u89aa\u5207":132,yappo:[62,85],"\u884c\u3048\u308b":[62,37],"/news":128,tex:74,"/centos":[111,120,128],"_scalar":[76,80,94,93,61,127,98,99,48,135,37,105,57,59,154,144,81,63,153,112,155,27,118],cursor:[131,95,104],what:68,sub:[],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[],"*section":105,memcached:[],tags:[37,69,89,52],"\u88dc\u5b8c\u8a9e":40,"#worker":7,serihiro:62,allows:27,matsuu:132,options:[],gtihub:23,tokenunigram:32,ocelot:[23,62],"\u5358\u7d14":[56,122,148],"\u300c\u697d\u3057":123,"/atv":[60,3,112],"\u7a32\u7530":62,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[66,119],"\u7a4d\u7b97":[93,56],"_expire":64,"\u3072\u308d\u3086\u304d":122,flag:14,"_blank":115,"\u3002git":128,"\u30d7\u30ed\u30f3\u30d7\u30c8":4,"\u524d\u63d0":[],gothic:18,"\u89e3\u6790":[],"\u79fb\u884c":[23,10],"_encoding":[],"\u306e\u306b\u5bfe\u3057":14,"=table":52,"\u671f\u5316":[62,14],"\u30ea\u30cd\u30fc\u30e0":23,"\u958b\u767a":[],"\u7406\u7531":[],"&..":87,overcommit:118,disable:[113,23,7],"_text":[115,150],"\u30ea\u30dd\u30b8\u30c8\u30ea":[],"-max":[113,23,82],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":150,"-munin":[],"-http":[],specifying:67,"\"book":127,":\u79d2":155,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":128,"\u9ad8\u307e\u3063":114,disables:7,disabled:[40,126],"\u623b\u308a\u5024":[],"\"is":11,"\u30bf\u30a4\u30d7":[78,23,143,43],"_link":[2,146],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":102,soccer:37,"\u30d6\u30fc\u30ea\u30a2\u30f3":38,"_large":[2,146],"return":[116,126],"\u52d5\u4f5c":[],"\u6d45\u898b":62,"\u5897\u3048":[125,63,74,69],"\u8a71\u984c":22,"-encodiong":127,innodb:114,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":7,"-create":[],"\u5897\u3084":69,weight:[11,62,93,105,69],"_release":128,"/en":[7,128],"\u6c42\u3081":[114,96],"_new":[23,139,62],"/managers":[7,43],"\u3072\u3053\u3055\u3093":62,thread:[126,97,143,139],"\u306b\u3088\u308b":[],"_hash":[],"\u30ab\u30b9\u30b1\u30fc\u30c9":[],"\u5927\u304d":[69,79,109,7,62,52],"\u5f62\u72b6":39,"${":[99,93,127,118,103],"\u30bb\u30af\u30b7\u30e7\u30f3":[74,115,86,7,125,40,45,141,93,61,69,157,12,47,48,101,138,103,140,55,105,106,20,146,110,149,65,111,153,26,116,129,117,71,118,72,52,73],gpl:85,passes:128,"\u5b58\u5728":[1,3,123,120,87,91,93,64,14,97,135,131,142,143,60,81,62,63,148,112,114,132,116,29,7],script:[],gpg:128,"\u3050\u3088\u3046":61,"\u60c5\u5831\u540d":[89,80],passed:128,store:[15,95],gps:114,"\u8a9e\u691c":93,option:[113,126,51,81],"$(":[141,129,111,12,73],"/synonyms":149,"\u4fbf\u5229":[93,74,153,69,11,114,115,116,136,40,45],"\u6271\u3048\u308b":[142,62],"/*":[70,142,120,7,103],"\u898b\u308b":[60,2],"\u306e\u304b\u308f\u308a":62,"/'":[62,12],"-working":62,",[\"":57,"7e":143,"\u898b\u3066":[116,93,7],"\u307e\u307e":[11,62,10,108,128],"\u898b\u3064":[62,132,130],"\u540dn":[89,80,93],"\u307e\u3060":[55,10,127,130,93,27,66,146,62,125,23],"\u307e\u3067":[53,98,56,3,122,128,79,82,47,16,81,62,63,155,143,103],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,70,12,13,14,15,16,18,20,21,23,25,26,27,29,30,31,68,34,35,54,38,39,40,41,42,43,141,45,47,48,49,50,51,52,53,37,55,56,57,58,59,60,61,62,63,64,65,66,67,96,129,71,72,73,74,76,159,78,79,80,82,22,84,86,87,88,89,90,91,92,93,94,69,100,98,99,97,101,102,103,104,105,106,107,108,109,110,111,112,114,115,116,117,118,119,120,121,122,123,125,127,128,130,131,133,135,136,137,138,140,142,143,144,146,81,148,149,150,151,152,153,154,155,157,158,11],"\u307e\u305a":[3,76,128,57,155,123,143,86,7,127,45,103],"\u307e\u305b":[34,120,2,3,79,38,39,82,101,74,87,8,125,40,62,45,91,9,43,98,93,61,127,128,69,11,130,143,14,47,99,97,16,21,137,115,80,52,55,123,104,105,106,57,142,121,108,59,131,144,146,81,23,63,64,149,66,158,153,154,114,89,27,116,103,119,7],"_list":[],"\u307e\u305f":[],"\u3058\u304d":27,"\u307e\u3057":[37,93,61,76,128,106,57,155,153,108,127,158,60,7,62,23,103,52],centos6:62,"\u7279\u5b9a":[],"[pat":62,"\u9069\u6642":78,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":63,"\u66f8\u304d\u5f8c":123,added:[97,85,95],"\u3093\u3057\u304d":136,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":56,"\u30d5\u30a3\u30eb\u30bf":62,exec:146,customize:[40,7],"\u30e1\u30fc\u30c8\u30eb":[61,148],"\u89e3\u653e":[104,14,66,131,62,64],windows:[],"\u3002id":14,"-oriented":27,"\u9577\u3055":[105,11,49,143,97,131,62,64],orangain:62,"\u624b\u52d5":7,"&query":87,".rb":[55,132],"\u304a\u3051":93,"_users":155,"\u304a\u304d":[114,128],"\u304a\u304b":45,"\u304a\u3044":[3,105,128,11,114,97,60,150,62,23,64,91,103],"\u59cb\u70b9":3,"_call":[2,146,56],"_format":[2,146],firewood:62,"\u304a\u3070":[23,1,62],concatinated:113,"-ftp":143,"\u4f4e\u6a5f":56,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[],"\u629c\u3051\u308b":3,"\u671b\u307e\u3057\u3044":[114,108,128],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":7,longest:97,"\u304a\u3070\u305f":[23,62],"\u305d\u308c":[120,3,76,38,123,86,141,94,127,128,11,131,103,56,104,57,49,66,63,64,111,153,155,132,71,52],"\u306b\u304a\u3044":[11,10,128],"\u4fdd\u8a3c":[109,10],"\u6570\u5024":[],"(content":[94,27],"\u30b3\u30df\u30c3\u30c8":128,"\u305d\u3057":155,"\u76ee\u4ee5\u964d":93,tobby:99,dump:[],"]]":[93,113,130,80,82,47,144,133,143],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30d6\u30e9\u30a6\u30b6":18,"][":[23,153,62],arc:74,are:[93,95,112,69,113,27,156,118,126,99,48,16,62,40,68,103],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[143,128,103],"]}":[11,109,154],"\u30b9\u30b3\u30a2":[93,56,69,57,130,60,155,62,91],"]x":[155,60],"/non":62,"\u305d\u306e":[],latin:[62,45,82],recently:101,creating:118,"\u8a18\u9332":[114,62,91,8],"\u304a\u3088":16,"\u304a\u3089":128,"\u304a\u308a":[155,63],solr:127,"\u672a\u521d":62,"\u30c6\u30fc\u30d6\u30eb":[],license:[85,128],"\u8a02\u6b63":149,"]'":[7,43],context:[64,7,27],"]\"":[62,60,155],"],":[74,3,76,80,82,87,40,89,110,122,98,93,61,127,69,11,130,47,99,48,135,37,106,57,143,66,109,60,144,81,63,153,112,154,113,155,115,27,116,71,94,158],"]/":87,"])":[54,148,16],finds:97,minagawa:62,"\u691c\u7d22id":97,"\u3042\u3068":[128,103],improper:146,"\u30b3\u30de\u30f3\u30c9url":43,"'alice":153,"\u7d76\u5bfe":8,":#{":126,"\u8003\u616e":57,due:27,pg:81,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":7,po:[],kiske:62,"\u3057\u3084\u3059\u304f":62,"\u6574\u5217":[114,3],"(html":94,"#groonga\u30bf\u30b0":155,"\u8a00\u8a9e\u540d":103,"\u30d9\u30fc\u30b9":[120,74,153,159,114,132,97,62,131,23,127,103],"\u30d8\u30c3\u30c0":62,"\u79d2\u9593":23,"\u5730\u7cfb":61,evaluated:125,"\"sug":9,concurrently:126,"\u5404\u8a9e":109,"\u6027\u5225":114,"_expansion":[],rid:[17,104],"\u30ed\u30fc\u30ab\u30eb":[127,128],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":[],"\u6210\u679c":[],"*type":105,"\u5065\u4f5c":37,"\u975e\u4e92\u63db":23,"/hoge":82,"\u64ec\u4f3c":[93,153,127],"\u672c\u6765":76,abcde:115,edge:139,nanoseconds:126,"\\bin":86,"\"alice":153,"\u6b8b\u5ff5":11,"\u9006\u5f15\u304d":[],"\u3067\u304d\u308b":[],tables:[118,135,156],"\u4e92\u63db\u6027":128,"\u3002keys":97,"\u64a4\u5ec3":[132,82],"\u5024\u7528":23,"\u304f\u3060":[120,2,3,122,77,79,38,22,74,86,87,8,125,94,45,43,141,93,61,127,69,11,130,12,57,48,16,50,52,103,55,20,142,143,59,154,144,101,62,110,111,153,114,115,99,129,30,73,7],boost:40,"_finalizer":[42,14],"@wareohji":62,unstable:[129,128],"\u6642\u523b":[116,67,106,155,143,66,152],".title":11,"\u7f6e\u304b":[30,45,149,7],"\u7f6e\u304d":[131,132,64,128],"\u7f6e\u304f":45,"[dump":62,"\u5404\u8981":[76,69],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,158,127,107,82,14,45],retry:146,"\u69cb\u6210":[141,111,56,3,128,12,120,129],proc:[141,93,78,12,111,129,97,42,102],"-drilldown":112,"(\u300c":128,"_improper":2,"{type":113,"\u9577\u751f\u304d":52,"\u5b9f\u73fe":[],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":62,"\"service":106,range:[89,48,81,80,146],"\u306a\u304b\u3063":[93,10,3,127,154,5,82,133,58,57,6,35,81,21,62,143,92],"\u672c\u6587":[63,94],"\u5831\u544a":[],"\u524d\u65b9":[],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":128,shimoda:132,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[82,7],"\u7a2e\u5225":80,"long":[50,17],"/hosts":128,"_links":[2,146],"html\u30bf\u30b0":94,sections:112,files:[],"-query":[120,3,153,82,27,126,99,7,62,23,149,122],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[93,84],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":52,aramaki:[23,132],"_op":[90,68,56],"_or":[],caller:42,"_of":[2,146],"_entries":[15,101],"_on":[2,146],called:[48,112],"\u63a5\u982d":[79,127,23],horikoshi:23,"\u679c\u305f":3,warning:[5,126,6,7],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":69,"\u306b\u5bfe\u3059\u308b":[],tatsuya:62,grn:[],gro:27,newvalue:105,nice:98,generates:156,"\u5c5e\u3057":[38,121],"\u305f\u3076\u3093":45,generated:156,drilldown:[],"\u982d\u8f9e":79,"\u300d\u3001":[37,155],"\u300d\u3002":136,"\u300d\u300c":155,"\u8868\u3059\u578b":38,"-deafult":23,"\u8aad\u307f\u53d6\u308a":[47,82],"-package":[],"\u30b3\u30a2":[45,7,43],"-benchmark":[],"-count":66,once:112,"\u30a4\u30f3\u30c7\u30c3\u30af":63,"\u958b\u304f\u969b":62,"\u5272\u308a\u5f53\u3066\u308b":[11,79,3],"\u30b9\u30ad\u30c3\u30d7":62,"\u8a9e\u6271":123,"_by":[155,124,97,62,131,23,64,68],"\u30cb\u30e5\u30fc\u30b9":98,stable:10,include:[70,81],"\u7e70\u308a\u8fd4\u3057\u6570":143,"\u30de\u30c9\u30ea\u30fc\u30c9":61,"\"saerch":106,"\u30d7\u30e9\u30b0\u30de":93,"\u306a\u3068\u304d":114,"*user":42,"\u3002run":150,"\u3067\u5024":[82,3],ranguba:69,"\"complete":9,"-in":[64,7,128],"-id":[62,82],"_dir":[23,128],"|correct":130,"_use":[2,146,14],".po":[],smaller:[126,69],".pc":[23,124],"-line":65,"\u3053\u3046\u3059\u308c":108,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[62,63],"\u3002buf":105,etime:151,"\u30a8\u30f3\u30b8\u30f3":[11,37,93,82,114],"{time":126,"-exact":66,"\u521d\u56de":103,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":39,"\u5341\u5206\u6c17":[],larger:118,"\u4e0a\u3052\u308b":57,"/coremodule":7,"_name":[],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":82,"\u30c8\u30e9\u30a4":[79,52,153,127,23],"\u300coffgao":155,">version":4,"\u5206\u6790":114,apple:158,apt:[129,62,12,128,65],"*str":68,hardy:132,"*keys":97,apply:68,"_commit":17,"\u5207\u308b":7,"\u5148\u60c5":155,"\u9001\u4fe1":[],use:[116,93,105,113,153,82,14,15,109,118,62,127,68,103],from:[113,95,85,7],"\u3057\u307e\u3057":62,usa:112,"\u3057\u307e\u305b":[40,93,45,108,7],"\u5730\u70b9":[60,61],"\u3057\u307e\u3046":[128,114,132,108,62,23],usr:[82,7,8,45,150,73],"\u3057\u307e\u3044":[11,57,143,122,106],"\u5207\u308a":[137,23,128,62],"\u4efb\u610f":[3,128,82,38,143,114],start:[98,113,120],sort:[97,112],"_names":67,tokenbigramignoreblanksplitsymbolalpha:57,"?msg":128,"[args":82,"/index":[121,82,128,103],"-html":[62,132],"_nofile":[62,126],tar:[141,111,128,20,12,129,45,73],"_install":[],tag:[37,128],"/rpmforge":111,sis:23,united:144,satoh:23,"\u30c0\u30d6\u30eb":[153,79,23,62,127,52],six:[126,3],sid:[],instead:[93,82],"_create":[],"\u884c\u3046":[151,37,93,61,122,128,155,123,108,120,99,60,132,131,62,63,150],"\"rectangle":[62,61,148],"\u30a2\u30af\u30bb\u30b5":64,"_configure":62,"\u30a2\u30af\u30bb\u30b9":[151,132,128,11,30,82,97,87,62,23,103,7],"\u3042\u308b\u3044":[141,111,10,105,114,146,153,148,29,97,56,7,127,90,52],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":62,light:48,"$home":128,"\u30da\u30fc\u30b8":[44,93,3,128,82,22,62,30,103],freebsd:[],"\u4eac\u90fd":[57,123],"#groonga":149,"\u300cbill":123,"\u5bfe\u8a71":[3,87],"%'":62,"\u7279\u5225":[74,153,2,16,40,45,68],"\u30c0\u30f3\u30d7":[62,132],superior:27,"/apt":[129,12,128],"/api":43,restart:120,"\u3057\u3046\u308b":62,crash:48,"\u30b9\u30ad\u30fc\u30de":[93,61,153,154,27,98,99,144,94,135,81,118,63,127],"\u53c2\u52a0":[72,22],successor:127,articles:63,edit:[],".net":[37,3,128,112,11,22,60,87],"%\\":86,nfs:45,"\u6df7\u305c":[11,130],".overcommit":[],",\"link":11,"\u5c3a\u5ea6":114,related:118,"\u89e3\u6c7a":[23,62,108,109,142],"\u3002redmine":0,remove:[64,115],out:143,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":155,supports:85,dictionary:158,"\u30ec\u30a4\u30e4":56,york:61,"8r":[62,45,82],lts:[],"\u4e00\u90e8":[58,3,9,128,62],"\u8907\u6570":[],lte:74,auth:[7,43],"\u304a\u3059\u3059\u3081\u3057":[120,153,128,127],"\u8aac\u660e":[],"1\u305a":[10,91],"\"tags":69,"\u53d6\u308a\u8fbc\u307e":128,"\u53d6\u308a\u8fbc\u307f":23,"_symbolic":[2,146],"\u8d77\u70b9":93,"\u78ba\u8a8d":[],"_qlog":62,unknown:146,"\u304a\u304b\u3057":132,makefile:128,compatibility:158,priority:40,their:118,"1\u3064":[0,74,121,79,7,8,125,62,110,43,93,127,69,130,9,99,52,53,37,55,143,108,154,146,23,63,153,155,27,101],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":82,developer:155,"_debug":150,"\u7279\u5316":[127,103],"\u30d5\u30a9\u30eb\u30c0\u30fc":86,"-jumandic":[141,111],"\u64a4\u53bb":23,"\u8a9e\u610f":84,"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[62,1,31,64,69],"_unsupported":2,"\u554f\u3044\u5408\u308f":56,".grn":[7,135],"\u82e6\u624b":114,"\u30ab\u30bf\u30ab\u30ca":[131,40,158,130],"\u76ee\u304f\u3089\u3044":52,"_expanders":[149,8],"(age":81,which:[113,40,112],inverted:27,"\u901f\u3084\u304b":10,".travis":65,"\u7d44\u8fbc\u578b":[],"class":[94,27],"_build":150,"_term":85,"_delimited":85,"\u6dfb\u4ed8":62,"_is":[116,23,2,146,64],gronga:[149,9],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[],"_in":[],"_ii":[],"-output":[62,93,94,143,27],"_id":[34,93,3,105,128,17,97,14,131,60,62,104,23,64,68,91,127],"_delimiter":[74,115],"\u6307\u3057":11,"\u5bfe\u8c61object":[34,67,78,64,42,102,105],please:103,",\n#":[37,93,74,3,153,69,11,155,99,60,87,127],"\u5bfe\u8c61":[],"_truncate":[23,97],cache:[],"\u30b7\u30a7\u30eb":[45,143,153],daiki:[62,132,124],candidates:40,"*newvalue":105,palallel:128,local:135,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":45,"\u6295\u7a3f":[],"\u4ed8\u3051\u308b":[139,158,3],"!condition":127,nvars:42,",\n{":[158,76,112,69,130,106,99,7,154,71,122,40,63,127,153],ones:112,subrecord:62,words:127,"\u30b7\u30a7\u30a2":22,"\u3070\u3044\u3051":[34,93,45,121,105,69,153,52,154,97,7,127,62,64,149,65],"(column":[27,81],",\n[":[27,135],",\n]":[57,154,60,76],candidate2:130,candidate1:130,queries:[143,27],view:113,"\u304b\u304e\u308a":143,"=fedora":128,"\uff08\u578b":49,"\u884c\u6570":23,acquires:16,still:48,"\"table":82,dll:[23,62],"\u30ea\u30c8\u30e9\u30a4":16,"\u4e43\u6bc5":132,job:143,homebrew:[],"\u3084\u305d\u306e":144,".i":111,april:128,"/local":[45,7,128],"\u672a\u5bfe":62,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[30,132,82,62],"_var":[49,68,42],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[45,86],table:[],"\u671f\u5f85":114,rpm:[141,111,128,132,62,23],"\u304a\u3059\u3059\u3081":43,"\u30b5\u30d6\u30bb\u30c3\u30c8":[38,97],"\u9bae\u5ea6":98,"_refused":[2,146],"\u78ba\u5b9f":106,porting:85,"\u521d\u671f\u5024":151,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":62,"\u5927\u6587\u5b57":[3,52],"-cache":[62,82],"\u5024\u578b":11,"\u672a\u5b9a":11,"\u4f4f\u6240":62,will:[118,64,112],"\u793a\u3059":[116,93,2,153,99,11,80,154,27,47,29,61,127,94,144,81,89,148,43,122],"\u793a\u3055":[89,80],"\u793a\u3057":[2,3,39,112,57,25,66,61,87,128,63],"\u578b\u3068":112,thus:156,"-debug":132,"*src":97,avg:151,"\u8fd4\u4fe1":[155,63,108],uptime:[1,3,4,66,87,7],"\u5185\u90e8":[128,11,17,27,14,66,97,62,64],"\u578b\u304b":38,"\uff08longest":[23,127],"\u6ce8\u610f":[93,94,3,153,128,69,11,143,57,97,7,62,122,23,127,43,52],"\u691c\u7d22key":97,"\u6587\u8108":154,"\u5168\u6587\u691c":[],"\uff01\"":155,english:[40,93,22],uzulla:23,"\uff01:":45,"@kiske":62,normalizermysqlgeneralci:158,"\u521d\u671f\u5316":[62,42,14],tcp:82,")=":142,"_device":[2,146],"(windows":143,"\u5236\u7d04":53,unsigned:[105,17,15,97,49,131,64,68,42],other:16,"\u9ad8\u7cbe":114,moritars:63,qwik:135,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[23,45,150,117,103],execute:[113,112],"\u300c\uff76":158,"'pid":82,know:112,"\u30b9\u30ec\u30c3\u30c9":[114,139,143,14,82,43],"\u307e\u305f\u3044":[62,61],earch:74,"_threshold":[],"\u307e\u305f\u3050":[],"lzo\u3044":59,"_push":56,because:[4,113,48,7,118,40],sequence:[106,130,71,156,40,126],"-host":143,"\u30b3\u30e1\u30f3\u30c8":[],"_sortby":[],"_exists":[2,146],"\u306e\u307b\u304b":[11,38],"\u96e2\u308c":60,"\u2192id":79,"\u7d44\u5408":99,"enum":67,"\u7acb\u3061\u4e0a\u304c\u3063":143,"*path":[97,67,105],"\u518d\u691c":136,"\u306e\u3044\u305a\u308c\u304b":[29,97,90,148,49],"\u305d\u308c\u305e\u308c":[74,3,4,79,123,82,45,76,93,127,128,11,99,97,52,56,57,60,146,63,64,150,112,155,116,30],"\u5358\u72ec":[143,105],column:[],universe:12,"\u30b7\u30fc\u30b1\u30f3\u30b9":[40,106,71],".html":[82,7,128,103],"$groonga":128,"\u6570\u5b57":[57,106,143,52],"_length":146,"\u5b9f\u7a3c":151,transfer:[114,120,146],debian:[],"*key":97,"var":[45,80,56,82,7],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":65,"\u30d5\u30a3\u30eb\u30bf\u30fc":154,palalles:128,"-pid":[23,82],"\u30b9\u30cb\u30da\u30c3\u30c8":[62,27],"\u73fe\u5728":[84,151,152,3,67,128,114,39,143,14,101,155,21,104,64,42,52],"\u6700\u5f8c":[127,128,11,132,143,14,57,7,62],"\u7834\u68c4":[42,14],squeeze:[62,128],"\u6848\u5185":[108,128],"\u30e1\u30f3\u30d0":97,"\u56fa\u6709":[78,69],whether:[99,64],record:[93,61,3,69,11,99,97,95,87,68],below:48,"\u30ed\u30b0\u30a4\u30f3":128,"\u4e00\u9577":114,"\u6c7a\u5b9a":93,"\u30e9\u30a4\u30b6\u30fc":74,blogs:57,"\u305d\u308c\u3086\u3048":[11,153],"\u7a4d\u7528":93,"8bit":38,"\u7acb\u5834":72,"\"se":40,"@github":128,"\u52a0\u3048":[11,56,122,65],book:127,bool:[153,11,38,29,62,148,122],"-analyzer":[23,62],"\u306f\u307e\u305a":128,".gpg":128,"-sortby":62,".location":155,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":132,"\u3002mroonga":[114,64],"\u9054\u3059\u308b":131,emerg:[5,6],"\u5909\u66f4\u70b9":[],"\u306f\u307e\u3060":[43,159]},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","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/command/command_version","tutorial/data","install/ubuntu","contribution/documentation","reference/api/grn_ctx","reference/api/grn_cache","reference/api/global_configurations","reference/api/grn_ii","contribution/development/document","spec","install/solaris","reference/commands/log_reopen","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/functions/geo_in_rectangle","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","troubleshooting","reference/api/grn_info","reference/commands/table_remove","reference","tutorial/index","reference/types","geolocation_search","suggest/completion","reference/executables","reference/api/grn_proc","server/http/comparison","index","install/others","reference/cast","reference/commands/load","reference/commands/column_rename","reference/api/grn_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","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","news/senna","install/windows","tutorial/network","contribution/development/repository","reference/commands/table_list","reference/api/grn_search","reference/pseudo_column","reference/commands/clearlock","reference/commands/select","reference/functions/html_untag","reference/api/grn_geo","reference/functions/edit_distance","reference/api/grn_table","reference/indexing","reference/functions/query","reference/api/grn_command_version","reference/commands/cache_limit","reference/api/grn_user_data","contribution/documentation/i18n","reference/api/grn_index_cursor","reference/api/grn_column","suggest/correction","reference/api/grn_encoding","contribution/development/cooperation","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/executables/groonga-suggest-httpd","characteristic","reference/commands/normalize","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","contribution/development/com","development","install/fedora","troubleshooting/mmap_cannot_allocate_memory","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","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. log_level","8.3.17. log_put","8.1.4. groonga-httpd","8.3.21. register","5.1. \u306f\u3058\u3081\u306b","8.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","13.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.16.5. <tt class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","8.16.2. <tt class=\"docutils literal\"><span class=\"pre\">grn_cache</span></tt>","8.16.1. \u5168\u4f53\u8a2d\u5b9a","8.16.11. <tt class=\"docutils literal\"><span class=\"pre\">grn_ii</span></tt>","13.3.4. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. \u4ed5\u69d8","2.7. Oracle Solaris","8.3.18. log_reopen","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.16. API","8.3. \u30b3\u30de\u30f3\u30c9","8.12.10. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","8.12.5. geo_in_rectangle","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. defrag","8.8. Tokenizers","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","8.16.13. <tt class=\"docutils literal\"><span class=\"pre\">grn_info</span></tt>","8.3.30. table_remove","8. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","5.3. \u88dc\u5b8c","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.16.16. <tt class=\"docutils literal\"><span class=\"pre\">grn_proc</span></tt>","7.3.1. \u6bd4\u8f03","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","2.8. \u305d\u306e\u4ed6","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>","8.16.20. <tt class=\"docutils literal\"><span class=\"pre\">grn_type</span></tt>","8.16.14. <tt class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></tt>","8.1.8. groonga-suggest-learner","8.3.28. <tt class=\"docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.12.9. rand","8.3.23. <tt class=\"docutils literal\"><span class=\"pre\">ruby_load</span></tt>","13.3.5. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","11.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","8.3.9. column_remove","8.3.7. <tt class=\"docutils literal\"><span class=\"pre\">column_create</span></tt>","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.12.3. geo_distance","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","8.16.15. <tt class=\"docutils literal\"><span class=\"pre\">grn_obj</span></tt>","12.1. Travis CI","8.3.26. status","8.16.6. <tt class=\"docutils literal\"><span class=\"pre\">grn_db</span></tt>","8.16.8. grn_expr","\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","13.2.1. 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.31. <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.16.10. <tt class=\"docutils literal\"><span class=\"pre\">grn_hook</span></tt>","8.5. \u30c6\u30fc\u30d6\u30eb","8.3.8. column_list","8.12.1. between","8.1.2. groonga\u30b3\u30de\u30f3\u30c9","7.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","News in Senna period","2.1. Windows","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","13.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.29. table_list","8.16.17. <tt class=\"docutils literal\"><span class=\"pre\">grn_search</span></tt>","8.10. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.24. <tt class=\"docutils literal\"><span class=\"pre\">select</span></tt>","8.12.6. html_untag","8.16.9. <tt class=\"docutils literal\"><span class=\"pre\">grn_geo</span></tt>","8.12.2. edit_distance","8.16.18. <tt class=\"docutils literal\"><span class=\"pre\">grn_table</span></tt>","8.13. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","8.12.8. query","8.16.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.16.21. <tt class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></tt>","13.2.2. \u56fd\u969b\u5316","8.16.12. <tt class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></tt>","8.16.3. <tt class=\"docutils literal\"><span class=\"pre\">grn_column</span></tt>","5.4. \u88dc\u6b63","8.16.7. <tt class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></tt>","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","8.3.5. check","8.3.32. <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>","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.15. Tuning","8.3.25. shutdown","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.22. <tt class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></tt>","8.14. Log","8.11.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.3.7. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.27. suggest","8.16.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. define_selector","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.14. dump","8.11. grn_expr","8.3.20. quit","8.12. \u95a2\u6570","13.3.2. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","12. \u958b\u767a","2.6. Fedora","11.2. mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","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.12.4. geo_in_circle","8.9.1. QueryExpanderTSV","13.3.8. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.12.7. now","8.11.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","8.12.11. 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","8.7. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.3. HTTP"],objects:{"":{grn_ctx_get_match_escalation_threshold:[50,1,1,"c.grn_ctx_get_match_escalation_threshold"],"--cache-limit":[82,0,1,"cmdoption--cache-limit"],grn_get_default_match_escalation_threshold:[50,1,1,"c.grn_get_default_match_escalation_threshold"],grn_db_create:[67,1,1,"c.grn_db_create"],grn_obj_get_hook:[78,1,1,"c.grn_obj_get_hook"],grn_obj_expire:[64,1,1,"c.grn_obj_expire"],grn_table_cursor_close:[131,1,1,"c.grn_table_cursor_close"],"-P":[151,0,1,"cmdoption-P"],grn_table_cursor_set_value:[131,1,1,"c.grn_table_cursor_set_value"],grn_expr_syntax_escape:[68,1,1,"c.grn_expr_syntax_escape"],"-e":[82,0,1,"cmdoption-e"],"-d":[51,0,1,"cmdoption-d"],"-a":[82,0,1,"cmdoption-a"],"-c":[82,0,1,"cmdoption-c"],grn_obj_set_info:[34,1,1,"c.grn_obj_set_info"],"-m":[151,0,1,"cmdoption-m"],"-l":[113,0,1,"cmdoption-l"],"--disable-max-fd-check":[113,0,1,"cmdoption--disable-max-fd-check"],"-i":[143,0,1,"cmdoption-i"],"-h":[82,0,1,"cmdoption-h"],grn_db:[67,2,1,"c.grn_db"],"-t":[113,0,1,"cmdoption-t"],grn_command_version:[100,2,1,"c.grn_command_version"],grn_obj_set_element_info:[34,1,1,"c.grn_obj_set_element_info"],"-p":[113,0,1,"cmdoption-p"],"-s":[51,0,1,"cmdoption-s"],"-r":[51,0,1,"cmdoption-r"],grn_ctx_at:[14,1,1,"c.grn_ctx_at"],"--bind-address":[82,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[100,3,1,"c.GRN_COMMAND_VERSION_STABLE"],"--config-path":[82,0,1,"cmdoption--config-path"],grn_table_size:[97,1,1,"c.grn_table_size"],"--query-log-path":[82,0,1,"cmdoption--query-log-path"],grn_ctx_use:[14,1,1,"c.grn_ctx_use"],grn_obj_defrag:[64,1,1,"c.grn_obj_defrag"],db:[143,0,1,"cmdoption-arg-db"],grn_get_lock_timeout:[16,1,1,"c.grn_get_lock_timeout"],grn_table_cursor_open:[131,1,1,"c.grn_table_cursor_open"],grn_get_default_encoding:[107,1,1,"c.grn_get_default_encoding"],GRN_OBJ_LOCK:[64,3,1,"c.GRN_OBJ_LOCK"],grn_ii_buffer_append:[17,1,1,"c.grn_ii_buffer_append"],grn_obj_column:[64,1,1,"c.grn_obj_column"],grn_geo_estimate_in_rectangle:[95,1,1,"c.grn_geo_estimate_in_rectangle"],grn_table_sort:[97,1,1,"c.grn_table_sort"],GRN_COLUMN_NAME_SCORE:[105,3,1,"c.GRN_COLUMN_NAME_SCORE"],grn_obj_unlink:[64,1,1,"c.grn_obj_unlink"],grn_obj_id:[64,1,1,"c.grn_obj_id"],grn_obj_set_value:[64,1,1,"c.grn_obj_set_value"],grn_encoding:[107,2,1,"c.grn_encoding"],grn_proc_create:[42,1,1,"c.grn_proc_create"],GRN_COLUMN_NAME_VALUE:[105,3,1,"c.GRN_COLUMN_NAME_VALUE"],"--ftp":[143,0,1,"cmdoption--ftp"],"--dir":[143,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[64,3,1,"c.GRN_OBJ_SET_MASK"],grn_table_group_result:[97,2,1,"c.grn_table_group_result"],grn_expr_close:[68,1,1,"c.grn_expr_close"],grn_obj_path:[64,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:[67,1,1,"c.grn_obj_db"],grn_geo_cursor_next:[95,1,1,"c.grn_geo_cursor_next"],GRN_OBJ_APPEND:[64,3,1,"c.GRN_OBJ_APPEND"],grn_table_lcp_search:[97,1,1,"c.grn_table_lcp_search"],grn_table_create:[97,1,1,"c.grn_table_create"],grn_table_cursor_get_value:[131,1,1,"c.grn_table_cursor_get_value"],"--address":[82,0,1,"cmdoption--address"],"--daemon":[51,0,1,"cmdoption--daemon"],grn_obj_is_builtin:[64,1,1,"c.grn_obj_is_builtin"],grn_table_columns:[97,1,1,"c.grn_table_columns"],"--pid-path":[82,0,1,"cmdoption--pid-path"],"--encoding":[82,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:[97,1,1,"c.grn_table_delete_by_id"],grn_ii_buffer:[17,2,1,"c.grn_ii_buffer"],"--host":[143,0,1,"cmdoption--host"],grn_obj_set_finalizer:[42,1,1,"c.grn_obj_set_finalizer"],grn_cache_current_set:[15,1,1,"c.grn_cache_current_set"],grn_obj_lock:[64,1,1,"c.grn_obj_lock"],"--log-path":[82,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[105,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],"--log-output-dir":[143,0,1,"cmdoption--log-output-dir"],GRN_OBJ_COMPARE:[64,3,1,"c.GRN_OBJ_COMPARE"],grn_expr_append_const:[68,1,1,"c.grn_expr_append_const"],grn_obj_clear_lock:[64,1,1,"c.grn_obj_clear_lock"],grn_table_cursor_next:[131,1,1,"c.grn_table_cursor_next"],grn_expr_alloc:[68,1,1,"c.grn_expr_alloc"],grn_expr_compile:[68,1,1,"c.grn_expr_compile"],grn_user_data:[102,2,1,"c.grn_user_data"],grn_obj_get_range:[64,1,1,"c.grn_obj_get_range"],grn_table_get:[97,1,1,"c.grn_table_get"],grn_ctx_fin:[14,1,1,"c.grn_ctx_fin"],grn_geo_cursor_open_in_rectangle:[95,1,1,"c.grn_geo_cursor_open_in_rectangle"],"--max-threads":[82,0,1,"cmdoption--max-threads"],grn_ctx_init:[14,1,1,"c.grn_ctx_init"],grn_ii_buffer_close:[17,1,1,"c.grn_ii_buffer_close"],grn_column_table:[105,1,1,"c.grn_column_table"],GRN_OBJ_DECR:[64,3,1,"c.GRN_OBJ_DECR"],grn_obj_reinit:[64,1,1,"c.grn_obj_reinit"],grn_obj_rename:[64,1,1,"c.grn_obj_rename"],grn_table_group_flags:[97,2,1,"c.grn_table_group_flags"],grn_obj_check:[64,1,1,"c.grn_obj_check"],grn_table_at:[97,1,1,"c.grn_table_at"],grn_column_name:[105,1,1,"c.grn_column_name"],grn_table_difference:[97,1,1,"c.grn_table_difference"],"--n-lines-per-log-file":[113,0,1,"cmdoption--n-lines-per-log-file"],grn_cache_close:[15,1,1,"c.grn_cache_close"],grn_obj_close:[64,1,1,"c.grn_obj_close"],GRN_COLUMN_NAME_ID_LEN:[105,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],grn_table_truncate:[97,1,1,"c.grn_table_truncate"],grn_obj_get_value:[64,1,1,"c.grn_obj_get_value"],grn_cache_open:[15,1,1,"c.grn_cache_open"],"--server-id":[82,0,1,"cmdoption--server-id"],grn_obj_delete_hook:[78,1,1,"c.grn_obj_delete_hook"],"-n":[82,0,1,"cmdoption-n"],"--port":[113,0,1,"cmdoption--port"],grn_ii:[17,2,1,"c.grn_ii"],"--log-base-path":[113,0,1,"cmdoption--log-base-path"],grn_obj_is_locked:[64,1,1,"c.grn_obj_is_locked"],grn_expr_exec:[68,1,1,"c.grn_expr_exec"],"--log-level":[82,0,1,"cmdoption--log-level"],grn_table_rename:[97,1,1,"c.grn_table_rename"],GRN_COLUMN_NAME_NSUBRECS:[105,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COMMAND_VERSION_MAX:[100,3,1,"c.GRN_COMMAND_VERSION_MAX"],grn_index_cursor_next:[104,1,1,"c.grn_index_cursor_next"],grn_obj_get_element_info:[34,1,1,"c.grn_obj_get_element_info"],grn_search_optarg:[90,2,1,"c.grn_search_optarg"],grn_expr_append_const_str:[68,1,1,"c.grn_expr_append_const_str"],script:[143,0,1,"cmdoption-arg-script"],grn_expr_get_var_by_offset:[68,1,1,"c.grn_expr_get_var_by_offset"],grn_obj_add_hook:[78,1,1,"c.grn_obj_add_hook"],GRN_COMMAND_VERSION_MIN:[100,3,1,"c.GRN_COMMAND_VERSION_MIN"],grn_index_cursor_open:[104,1,1,"c.grn_index_cursor_open"],grn_proc_func:[42,2,1,"c.grn_proc_func"],grn_db_create_optarg:[67,2,1,"c.grn_db_create_optarg"],"--n-threads":[113,0,1,"cmdoption--n-threads"],grn_table_add:[97,1,1,"c.grn_table_add"],grn_obj_unlock:[64,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:[42,2,1,"c.grn_proc_type"],grn_proc_get_info:[42,1,1,"c.grn_proc_get_info"],GRN_OBJ_INCR:[64,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:[105,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_SCORE_LEN:[105,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE_LEN:[105,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],grn_table_cursor_get_key:[131,1,1,"c.grn_table_cursor_get_key"],grn_obj_get_values:[64,1,1,"c.grn_obj_get_values"],grn_column_rename:[105,1,1,"c.grn_column_rename"],GRN_OBJ_UNLOCK:[64,3,1,"c.GRN_OBJ_UNLOCK"],grn_obj_get_info:[34,1,1,"c.grn_obj_get_info"],grn_ctx_db:[14,1,1,"c.grn_ctx_db"],"--protocol":[143,0,1,"cmdoption--protocol"],grn_table_cursor:[131,2,1,"c.grn_table_cursor"],grn_ctx_get:[14,1,1,"c.grn_ctx_get"],grn_ctx_set_match_escalation_threshold:[50,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_db_open:[67,1,1,"c.grn_db_open"],grn_column_index:[105,1,1,"c.grn_column_index"],grn_table_sort_key:[97,2,1,"c.grn_table_sort_key"],"--help":[82,0,1,"cmdoption--help"],"--groonga":[143,0,1,"cmdoption--groonga"],grn_table_setoperation:[97,1,1,"c.grn_table_setoperation"],GRN_COLUMN_NAME_ID:[105,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_OBJ_SET:[64,3,1,"c.GRN_OBJ_SET"],"--document-root":[82,0,1,"cmdoption--document-root"],grn_info_type:[34,2,1,"c.grn_info_type"],grn_obj:[64,2,1,"c.grn_obj"],grn_obj_remove:[64,1,1,"c.grn_obj_remove"],grn_obj_user_data:[102,1,1,"c.grn_obj_user_data"],GRN_OBJ_GET:[64,3,1,"c.GRN_OBJ_GET"],grn_expr_append_const_int:[68,1,1,"c.grn_expr_append_const_int"],grn_expr_syntax_escape_query:[68,1,1,"c.grn_expr_syntax_escape_query"],grn_ii_buffer_open:[17,1,1,"c.grn_ii_buffer_open"],grn_geo_select_in_rectangle:[95,1,1,"c.grn_geo_select_in_rectangle"],grn_set_lock_timeout:[16,1,1,"c.grn_set_lock_timeout"],grn_ii_buffer_commit:[17,1,1,"c.grn_ii_buffer_commit"],grn_obj_search:[90,1,1,"c.grn_obj_search"],"--send-endpoint":[51,0,1,"cmdoption--send-endpoint"],grn_table_update_by_id:[97,1,1,"c.grn_table_update_by_id"],grn_hook_entry:[78,2,1,"c.grn_hook_entry"],grn_expr_append_op:[68,1,1,"c.grn_expr_append_op"],grn_geo_point:[95,2,1,"c.grn_geo_point"],grn_table_cursor_table:[131,1,1,"c.grn_table_cursor_table"],grn_table_delete:[97,1,1,"c.grn_table_delete"],dest:[82,0,1,"cmdoption-arg-dest"],grn_ctx_open:[14,1,1,"c.grn_ctx_open"],grn_column_index_update:[105,1,1,"c.grn_column_index_update"],grn_obj_delete_by_id:[64,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":[82,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[131,1,1,"c.grn_table_cursor_delete"],grn_type_create:[49,1,1,"c.grn_type_create"],grn_obj_path_by_id:[64,1,1,"c.grn_obj_path_by_id"],grn_builtin_type:[49,2,1,"c.grn_builtin_type"],grn_table_get_key:[97,1,1,"c.grn_table_get_key"],GRN_OBJ_PREPEND:[64,3,1,"c.GRN_OBJ_PREPEND"],grn_set_default_match_escalation_threshold:[50,1,1,"c.grn_set_default_match_escalation_threshold"],grn_cache_current_get:[15,1,1,"c.grn_cache_current_get"],grn_expr_create:[68,1,1,"c.grn_expr_create"],grn_get_default_command_version:[100,1,1,"c.grn_get_default_command_version"],grn_expr_add_var:[68,1,1,"c.grn_expr_add_var"],grn_encoding_parse:[107,1,1,"c.grn_encoding_parse"],grn_column_create:[105,1,1,"c.grn_column_create"],grn_ctx_set_command_version:[14,1,1,"c.grn_ctx_set_command_version"],grn_table_sort_flags:[97,2,1,"c.grn_table_sort_flags"],grn_obj_get_nhooks:[78,1,1,"c.grn_obj_get_nhooks"],grn_set_default_encoding:[107,1,1,"c.grn_set_default_encoding"],grn_set_default_command_version:[100,1,1,"c.grn_set_default_command_version"],grn_encoding_to_string:[107,1,1,"c.grn_encoding_to_string"],"--receive-endpoint":[51,0,1,"cmdoption--receive-endpoint"],GRN_COLUMN_NAME_NSUBRECS_LEN:[105,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],grn_table_group:[97,1,1,"c.grn_table_group"],command:[82,0,1,"cmdoption-arg-command"],grn_obj_name:[64,1,1,"c.grn_obj_name"],grn_db_touch:[67,1,1,"c.grn_db_touch"],grn_table_update:[97,1,1,"c.grn_table_update"]},grn_db_create_optarg:{n_builtin_type_names:[67,4,1,"c.grn_db_create_optarg.n_builtin_type_names"],builtin_type_names:[67,4,1,"c.grn_db_create_optarg.builtin_type_names"]}},titleterms:{"_pat":79,"\u5f62\u5f0f":[66,35,5,130,80,58,47,109,6,133,116,21,89,31,92],senna:85,"\u6539\u826f":[1,85,132,124,62,23],"\u7b26\u53f7":127,"\u6d41\u308c":103,"-prefix":45,prefix:56,comments:155,"\u6761\u4ef6":[60,94,93,128,153],query:[99,93,146,126],"-lzo":45,"\u5fc5\u9808":[93,61,113,115,99,48,74,110],jessie:129,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":87,"\u30d3\u30c3\u30c8":127,"\u5dee\u6f14":127,"-release":128,"\u901a\u4fe1":139,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":4,to:[113,40],"_column":[105,91],"\u524a\u9664":144,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":150,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[143,33],string:[74,115],groonga:[44,120,85,128,156,113,114,139,82,83,56,145,7,147,30,72,103,51,143,87],"\u95a2\u9023":[93,5,6,133,7,21,63,13,92],"=message":45,"\u304a\u6c17":155,"\u5165\u308a":155,facebook:22,"\u30b5\u30f3\u30d7\u30eb":[151,143],"_database":7,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[18,149,150,117],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":63,"2pdf":18,"\u52d5\u4f5c":[40,106,150,128,71],"\u30b9\u30af\u30ea\u30d7\u30c8":[127,128],"\u3068\u3057\u3066":38,"\u3065\u3051":10,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,22],"-escalation":45,"\u6761\u4ef6\u5f0f":153,"\u7c21\u5358":93,path:55,"\u30aa\u30d7\u30b7\u30e7\u30f3":[143,130,82,151,156],".po":103,"\u8ad6\u7406\u548c":153,"\u4ed8\u4e0e":63,"\u771f\u507d\u5024":[11,127],"-benchmark":143,"\u6f14\u7b97\u5b50":127,"\u88dc\u5b8c":[40,9],"\u7701\u7565":[113,61,74,115,99],sub:154,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":128,"\u4ed8\u304d":[37,127],"\u30ea\u30c6\u30e9\u30eb":127,"\u6210\u529f":116,"new":48,tips:128,"\u683c\u7d0d":38,memcached:87,body:116,"\u30d1\u30c3\u30b1\u30fc\u30b8":128,"\u6587\u6cd5":60,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":153,"\u30c6\u30b9\u30c8":150,"\u30bf\u30b0":37,"\u9069\u7528":69,"\u5b8c\u5168":123,ubuntu:12,"\u6e96\u5099":[76,128],"\u3042\u308b":155,"\u306b\u95a2\u3059\u308b":38,"\u95a2\u4fc2\u5f0f":56,ellipsoid:61,"\u4e26\u5217":128,"_key":79,"\u63d0\u4f9b":108,"\u4e3b\u30ad\u30fc":[38,122],blogroonga:128,"_version":[100,10],"_name":[48,110],"_output":93,suggestion:113,"\u5165\u6f14":127,"_info":34,changes:85,options:[113,51],"\u7ffb\u8a33":[128,103],"\u30af\u30a8\u30ea":[114,56,76],"\u30de\u30c3\u30c1":127,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":7,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[72,13],"\u6587\u5b57\u5217":[11,127],api:[70,25],"_table":[131,97,56],select:93,"\u9001\u4fe1":87,"\u69cb\u6587":[59,55,74,153,154,93,115,27,47,99,48,61,101,81,8,125,94,110,127,144,52],"\u624b\u9806":128,zip:86,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":56,"\u30d5\u30ec\u30fc\u30ba":153,"_no":79,https:43,tokenize:74,scope:154,"_flags":93,"\u60c5\u5831":[128,114,39,108,84,60,145,150],"\u30d6\u30ed\u30b0":128,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":24,"\u3059\u308b":[0,128,112,69,57,142,106,108,113,7,71,40,63,150],normalizer:[74,115,52],"\u7d4c\u7def\u5ea6":11,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":127,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":128,vm:118,"\u3053\u3068":128,"_base":7,"_command":100,"\u3067\u304d":38,"\u4ee5\u4e0b":153,"\u4ee5\u4e0a":[153,127],"\u30b8\u30aa\u30b5\u30fc\u30c1":37,"\u8d77\u52d5":[120,87],"\u3060\u3051":[108,69],"\u524d\u63d0":128,install:45,clearlock:92,"\u89e3\u6790":150,"\u7de8\u96c6":103,"\u6bd4\u8f03":[127,43],"_encoding":107,"\u304c\u3063":63,process:[118,126],"\u30e6\u30fc\u30b6\u30fc":[155,108],"\u53d6\u5f97":[3,128],"_install":45,"/linux":129,"\u660e\u793a":128,"\u958b\u767a":[140,145,108],"\u548c\u4ee3":127,normalize:115,"\u7406\u7531":108,sphere:61,"\u540d\u524d":[35,5,38,82,6,89,91,92,96,130,133,135,21,137,80,54,143,58,66,109,148,151,152,156,29,30,31,119],"\u691c\u51fa":150,normalizernfkc:158,snippet:27,how:40,"\u548c\u6f14":127,sid:129,"\u9664\u7b97":127,"\u5b9f\u884c\u4f8b":[34,64,104,67,78,17,107,97,14,15,131,100,95,49,50,90,68,42,102,105],"\u8fd1\u508d":127,"\u30b3\u30de\u30f3\u30c9":[26,3,87,82,30],"_create":[59,7,52],"-gqtp":120,"\u7d42\u4e86":[120,7,87],"_hash":79,max:[118,101,81],clone:103,"\u4e57\u7b97":127,mac:73,offset:93,"\u6642\u9593":[155,127],"\u7f72\u540d":128,data:[40,7],"\u30ea\u30dd\u30b8\u30c8\u30ea":[88,103],"\u8a2d\u5b9a":[128,113,16,7,43,65],status:[66,146,156],"-munin":45,"\u66f8\u5f0f":[35,3,5,80,82,6,7,89,92,96,130,133,135,21,137,51,54,143,58,66,109,148,151,152,113,29,30,31,119],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[11,69],register:8,"-files":128,callback:56,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":86,"\u30b0\u30eb\u30fc\u30d7":[153,127],freebsd:118,"\u30a4\u30f3\u30dd\u30fc\u30c8":128,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[75,134],"\u30c4\u30a4\u30fc\u30c8":108,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[18,13,128,44],rand:54,grntest:128,"\u30d1\u30c8\u30ea\u30b7\u30a2":122,"\u623b\u308a\u5024":[59,55,74,154,113,130,81,115,27,47,99,48,61,101,8,125,94,110,144,52],"\u305f\u3044":128,gqtp:[139,120,146,87,77],"\u6d6e\u52d5":127,saucy:12,"_api":56,"_match":50,"_rename":48,"\u6587\u66f8":127,"=platform":45,".max":118,"\u63a5\u7d9a":87,tsv:[116,149],"\u4ee5\u4e0b\u6f14":127,cutter:[150,128],"\u57fa\u672c":[3,127],greater:56,"\u30d7\u30ed\u30c8\u30b3\u30eb":[87,146],salamander:12,number:118,"\u52d5\u7684":98,not:56,"\u8a8d\u8a3c":43,"\u8fd4\u5024":[35,5,80,6,89,92,93,96,133,135,21,137,54,58,66,109,148,31,29,30,152,119],now:152,"\u5c0f\u306a\u308a":[153,127],"\u90e8\u5206\u4e00\u81f4":123,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":114,"-pack":45,name:[48,52],mmap:142,edit:96,"-encoding":45,"\u66f4\u65b0":[114,128,103],kern:118,mode:56,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,".overcommit":118,"\u767b\u9332":[0,128],"-create":156,"\u4e26\u3079":3,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":[],normalizerauto:158,"\u751f\u6210":[128,103],"\u74b0\u5883":[150,128],"\u5b9f\u4f8b":56,"\u9032\u3081":108,"\u8a98\u5c0e":108,"\u5373\u6642":114,"\u30d8\u30c3\u30c0\u30fc":146,todo:[99,27],"\u9001\u308a\u65b9":[0,103],"-match":45,"\u30ab\u30d0\u30ec\u30c3\u30b8":150,"\u7def\u5ea6":114,"-default":45,"\u5bfe\u5fdc":[39,108,43],"\u90e8\u5206":[],red:128,rk:40,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":87,nofile:118,"\u30e6\u30fc\u30b6\u30fcid":155,"\u9805\u76ee":[5,21,6,133,92],proxy:7,"_string":[99,154],ringtail:12,"\u305f\u3081":[93,56,108],lts:12,"\u7d50\u5408\u5f0f":153,"\u4ed5\u69d8":19,"\u4e8b\u9805":[53,38,143],launch:113,freecode:128,filter:[154,93],"\u53ef\u80fd":[61,113,114,115,99,74,7],"\u306b\u3088\u308b":[63,122,112],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":114,"_proc":42,"_user":102,"\u30d9\u30af\u30bf\u30fc":38,"\u3078\u3068":108,"\u6e1b\u7b97":127,suffix:56,"\u8aac\u660e":[35,5,38,82,6,89,91,92,96,130,133,135,21,137,80,54,143,58,66,109,148,151,152,29,30,31,119],"-version":10,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":21,"\u5909\u66f4":[57,132,43],"\u7d44\u307f\u8fbc\u307f":[158,82],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":128,open:118,size:146,"\u78ba\u8a8d":[128,103],"\u7d5e\u8fbc":60,"\u30b9\u30b3\u30a2\u30fc":93,script:125,"\u30ab\u30b9\u30b1\u30fc\u30c9":144,"\u4fee\u6b63":[1,85,132,124,62,23],"\u5bfe\u7b56":[57,142],"\u6c38\u7d9a":79,"_obj":64,"\u30da\u30fc\u30b8\u30f3\u30b0":93,protocol:146,"=encoding":45,"\u306f\u3058\u3081":9,configure:[45,128],releases:62,update:[40,128],"\u5168\u6587\u691c":3,"\u8ffd\u8de1":0,".com":128,rst:18,"\u4e00\u81f4rk":[],"\u5b66\u7fd2":[40,106,9,71],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":52,"-httpd":[113,120,7,83],"_index":104,"_untag":94,"-log":45,"\u66ff\u3048":3,"-http":120,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":7,"\u30c6\u30fc\u30d6\u30eb":[53,3,11,79,38,99,155,63,52],"_expander":[99,93],"\u3044\u304f":108,hashtags:155,"\u30a8\u30e9\u30fc":[116,142],"-zlib":45,"\u56fd\u969b\u5316":103,"\u5834\u5408":[116,63,128],"null":127,"_circle":148,"\u3044\u308b":[155,39],"\u7279\u6b8a":143,"\u4e00\u89a7":[2,24],"_list":[89,80],min:81,check:109,"\u304b\u3089":[141,111,12,108,129,86,45,73],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":52,"-with":45,"\u7279\u5b9a":[150,128],"\u307e\u3068\u3081":128,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":158,"_distance":[61,96],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":150,libmemcached:150,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":69,"\u7d22\u7528":3,"\u6a5f\u80fd":39,gzip:43,"\u7d44\u8fbc\u578b":38,"\u30b5\u30b8\u30a7\u30b9\u30c8":157,synopstis:156,"_put":6,windows:[86,128],geoindex:155,request:[113,103],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":112,"_in":[29,148],"_ii":17,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":128,"\u30b5\u30fc\u30d0":[114,87],"\u30ed\u30fc\u30c9":[155,3,69],"_processes":7,"=path":45,precise:12,"\u3084\u308a":108,"\u3084\u308b":128,"\u30ec\u30b3\u30fc\u30c9":[93,3],"-po":128,"\u5270\u4f59":127,"\u30d5\u30a1\u30bb\u30c3\u30c8":93,"\u30d1\u30c3\u30c1":103,"\u304a\u304f":108,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":128,"\u8ffd\u52a0":[103,158,128,84],"\u5bfe\u8c61":63,"_cursor":[131,104],"\u3044\u308d\u3044\u308d":11,"\u5c0f\u6570":127,xml:116,parameters:113,"\u4e0d\u7b49\u4fa1":[153,127],grnslap:151,cache:[93,101],"\u9ad8\u5ea6":93,"\u65e5\u6642":11,"-plugins":45,"_equal":56,"\u65b9\u6cd5":[10,128,69,57,142,106,98,71,40,72,13,150,103],"\u30ea\u30ea\u30fc\u30b9":[1,128,132,124,62,23],rectangle:61,"\u4e00\u6642":79,"\u6295\u7a3f":155,"-server":120,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":43,wheezy:129,get:113,db:56,clang:150,"_html":27,"_limit":[93,7,101],cannot:142,"\u7b97\u5b50":127,"_eval":125,"\u91cd\u307f":[63,69],geo:[29,61,148],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[10,43],reading:40,"\u5171\u8d77":[40,106,71],"\u5229\u7528":[60,7],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":57,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"_search":90,"\u7d50\u679c":[57,143,3,112],"\u52a0\u7b97":127,"\u6570\u5024":11,contain:56,"\u64cd\u4f5c":3,"\u5426\u5b9a":[153,127],"\u5236\u5fa1":127,dump:135,"\u4ee3\u5165":127,travis:65,tokenizers:32,domain:112,arg:56,"\u8a00\u8a9e":103,"\u65b0\u898f":128,"\u7528\u79d8":128,"\u9006\u5f15\u304d":37,"\u985e\u4f3c":[127,106],"\u7ba1\u7406":[7,87],"\u5c02\u7528":87,"\u30e2\u30b8\u30e5\u30fc\u30eb":7,between:81,"\u305d\u306e":45,"\u7bc4\u56f2":[3,52],javascript:60,"\u8868\u73fe":56,"_geo":95,"\u4f4d\u7f6e":[61,60,10,39,114],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":114,"\u904e\u53bb":108,key:52,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":143,homebrew:[128,73],users:155,"\u30b7\u30d5\u30c8":127,"\u306b\u5bfe\u3059\u308b":84,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[153,127],"_level":[5,7],"\u6392\u4ed6":127,"\u518d\u8d77\u52d5":120,"\u77e5\u308a":128,"-suggest":[113,51,156],"\u306a\u3057":[127,43],equal:56,"\u30ec\u30b3\u30fc\u30c9id":79,"\u30b5\u30fc\u30d0\u30fc":[30,120,28],"\u88dc\u6b63":[9,106],"\u8ad6\u7406":[153,127],"\u306a\u3044":[38,108],pdf:18,"delete":144,load:47,"\u8a9e\u5f59":[3,84],ci:65,"\u4f5c\u6210":[18,155,3,128,52],point:61,period:85,"\u62bd\u51fa":127,header:116,"\u7f6e\u63db":99,"\u95a2\u6570":[138,127,150],"\u6574\u6570":127,shutdown:119,news:85,table:[93,35,79,48,89,110,52],raring:12,quit:137,tuning:118,"\u30e1\u30e2\u30ea":118,json:[66,35,5,130,80,58,47,109,6,133,116,21,89,31,92],"\u91cd\u307f\u4ed8\u304d":69,po:128,"\u7528\u3044":[21,60],define:133,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[126,149],"-help":45,"_tokenizer":52,"\u7591\u4f3c":91,"_value":81,"\u5b9f\u884c":[41,56,128,143,7,150],"\u7a2e\u985e":11,"_log":7,"-message":45,ruby:[125,55],gnu:129,"\u5168\u4f53":16,"\u30a8\u30b9\u30b1\u30fc\u30d7":153,value:52,"\u5236\u9650":[53,112,69,79,38,143,149],cast:46,near:56,"\u691c\u7d22":[37,93,123,3,76,69,57,114,39,84,153,60,106,71,122,40,63,127,155,52],"\u5f8c\u65b9\u4e00\u81f4":[153,127],"\u30e9\u30a4\u30d6\u30e9\u30ea":[114,45],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":43,"\u540c\u3058":57,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":22,geopoint:155,"\u6982\u8981":[34,74,78,79,2,7,8,125,94,90,42,15,93,10,95,69,97,100,14,47,99,48,16,17,50,51,102,52,55,104,105,49,107,59,131,61,101,81,110,64,149,67,154,113,114,115,27,116,144,118,158],"\u6307\u91dd":108,"\u5fc5\u8981":94,"\u5f15\u6570":[74,5,80,82,6,35,94,125,89,92,93,61,96,47,99,48,133,135,21,137,51,52,54,55,143,58,59,109,144,101,81,110,148,151,66,154,113,115,29,118,31,119],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":128,"_expansion":93,"in":85,"\u95be\u5024":57,".maxfileperproc":118,"\u8a9e\u5f59\u8868":52,"\u5ea7\u6a19\u5024":127,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":128,fedora:141,"\u4f7f\u3044\u65b9":[74,4,7,8,125,40,47,93,61,69,98,99,48,51,52,55,106,143,59,154,144,101,81,110,149,113,115,27,71,94],"_rectangle":29,suggest:130,make:[45,128],"\u4f8b\u3048":108,"\u6210\u679c":103,"-dataset":156,"\u7a4d\u6f14":127,"_filter":154,html:[18,94,103],"-learner":51,messagepack:116,"\u30ad\u30fc\u30ef\u30fc\u30c9":[57,155],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":128,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":36,".po\u30d5\u30a1\u30a4\u30eb":103,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":7,"\u306e\u306b":57,"\u975e\u308f\u304b\u3061":123,"\u8ab2\u984c":0,"_columns":[99,63,93],"_data":102,"\u5834\u6240":[149,108],desctipion:156,"\u7570\u306a\u308b":57,database:[113,51],"\u307e\u305f":63,"\u3055\u307e\u3056\u307e\u306a":60,"_hook":78,flags:[74,115,146,52],sortby:93,"\u51fa\u529b":[116,93,3,4,103],"\u30c4\u30fc\u30eb":[45,7,87],the:[62,118],lcov:150,"-localstatedir":45,"_path":[113,7,51],"\u8868\u793a":3,"-platform":45,solaris:20,"-path":45,less:56,"(v":56,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":139,"_ctx":14,"\u5171\u6709":114,"\u30ab\u30e9\u30e0":[53,61,3,112,121,63,91],"_pack":45,"\u547c\u3073\u51fa\u3057":127,"\u5f8c\u65b9":122,"\u3067\u304d\u308b":[56,108],"\u3068\u308a":108,loading:7,tokenizer:74,"\u30d1\u30e9\u30e1\u30fc\u30bf":[63,10],"\u30bd\u30fc\u30c8":[60,112],defrag:31,"_selector":133,"\u660e\u793a\u7684":61,"\u62e1\u5f35":76,"\u4e00\u81f4":[123,122],hat:128,match:[99,63,93],"\u7d4c\u5ea6":114,"_select":56,"\u8ad6\u7406\u7a4d":153,"\u9759\u7684":[98,150],"\u4fdd\u5b58":[11,52],nginx:7,"()":56,"\u30bd\u30fc\u30b9":[141,111,12,129,86,45,73],"\u7a4d\u4ee3":127,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":87,"\u5354\u529b":108,"\u691c\u7d22\u4f8b":56,"\u5168\u6587":[3,57,114,84,60,63],"-command":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,43],"_expr":[56,68,136],adjuster:93,"_threshold":93,"\u4f5c\u696d":128,"\u307e\u305f\u3050":63,quantal:12,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":87,old:62,learning:113,centos:111,twitter:[108,128,22],linux:118,"\u30b7\u30b9\u30c6\u30e0":[0,155],"\u5358\u8a9e":127,"_dat":79,"\u4f7f\u7528":118,"\u5727\u7e2e":43,"\u30b3\u30e1\u30f3\u30c8":155,"_sortby":93,"\u5411\u3051":[145,128],"\u5bc6\u9375":128,"for":113,"\u66f8\u304d":123,"\u53c2\u7167\u578b":69,per:118,exit:156,allocate:142,"\u30af\u30a8\u30ea\u30fc":[7,24,153],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":120,"\u30d3\u30eb\u30c9":[141,111,128,12,129,86,45,73],"\u5206\u3051":123,"\u5168\u6587\u691c\u7d22":153,"\u53c2\u8003":[116,55,74,136,154,79,93,115,27,156,47,99,2,101,130,125,158,149,144,52],"\u3046\u307e\u304f":108,"\u30c7\u30d0\u30c3\u30ac":150,"\u4f9d\u5b58":45,"\u3042\u308a":[153,127],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":43,"\u5927\u306a\u308a":[153,127],output:93,"\u96c6\u8a08":114,post:[7,43],"_query":7,"\u6319\u52d5":123,by:7,"\u5b9f\u73fe":56,"_border":81,column:[59,48,58,80,81],of:118,"_escalation":[50,93],http:[30,120,159,4,87],location:61,os:73,"\u524d\u65b9\u4e00\u81f4":[40,153,127],"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":43,"_reopen":21,"\u5b9f\u9a13":23,"\u3053\u3061\u3089":108,"\u30ad\u30e3\u30c3\u30b7\u30e5":[93,7],"_cache":[15,7],"\u5831\u544a":0,"\u524d\u65b9":122,"\u7279\u6709":7,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":150,log:[5,21,6,126],"\u8907\u6570":[63,112,43],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":143,"_prefix":45,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":155,"\u30d0\u30fc\u30b8\u30e7\u30f3":[132,1,10,124,128],"_remove":[35,58],redmine:108,"\u30ed\u30b0":21,"\u5c55\u958b":24,"\u7b49\u4fa1":[153,127],"\u63d0\u6848":[9,71],"cpu\u30b3\u30a2":43,"_db":67,"\u30d5\u30a9\u30ed\u30fc":155,files:[118,156],pangolin:12,"\u6027\u80fd":[7,43],memory:142,"\u72ec\u81ea":127,"\u7b97\u8853":127,line:113,"_load":55,pull:103,"_or":81,"default":[10,52],"\u69cb\u7bc9":[98,150],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":128,limit:93,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":114,"\u304a\u3055\u3089\u3044":108,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[34,64,104,67,78,17,107,97,14,15,131,100,95,16,49,50,90,68,42,102,105],"\u304a\u77e5\u3089":[62,1,132,124],similar:56,"\u30d5\u30a1\u30a4\u30eb":[41,56,128,149,43,103],"\u611f\u8b1d":[23,1,132,124,62],required:113,bigram:155,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":128,approximate:61,command:[113,10],"\u69d8\u3005":150,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":155,"\u7d22\u5f15":114,"\u56de\u907f":142,"\u3054\u3068":63,"\u70b9\u6570":127,"\u7279\u5fb4":[79,114],"\u53c2\u7167":[11,37,146,114],"\u30b9\u30c8\u30ec\u30fc\u30b8":114,"\u95a2\u4fc2":[37,93,45],"\u4ee3\u5165\u5f0f":153,"\u4ed5\u65b9":103,"\u914d\u5217":127,"\u3042\u3052\u308b":57,"\u306e\u307f":[150,128],grn:[34,78,17,90,42,95,100,14,15,97,136,131,102,56,104,105,49,107,50,64,67,68],"\u8ee2\u7f6e":114,"_type":[49,61,146,52],"=number":45,truncate:110,"\u30c7\u30fc\u30bf":[11,155,38,3,52],worker:7,"\u5909\u66f4\u70b9":128,"\u4e0a\u9650":53,"\u6307\u5b9a":[61,3,153,128,38,60,10,63],"_auto":7,"\u547d\u4ee4":143,"\u65b0\u3057\u3044":103,"_map":118,scorer:[60,93],"\u4f7f\u3046":[61,7],drilldown:93,"-latest":128,"\u3088\u3046":[40,106,71],debian:[129,128],"\u4f5c\u308a\u65b9":69,"_count":118,"\u4f7f\u3044":123,sphinx:18,quetzal:12,macports:73,"\u30c7\u30fc\u30e2\u30f3":87,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[53,37,63,98],pseudo:91,"_offset":93,queryexpandertsv:149,"_memory":118,"-package":45,oracle:20,"\u539f\u56e0":57,"-threshold":45}})
1
+ Search.setIndex({envversion:42,terms:{clumns:122,"\u51fa\u6765":[38,66,77],localstatedir:[136,163],"\u3082\u3089\u3063":3,four:[130,3],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[30,85],"\u811a\u6ce8":[11,3,39,61,29,153],"\u3082\u3089\u3048":111,"\u65e5\u672c\u4eba":42,"\u79d2\u60c5":23,"_column":[46,136,37,25,112,65],"\u6b63\u5e38":[148,132],"\u30d5\u30c3\u30af":68,internally:16,"\u5b9a\u5024":[6,65],"/projects":132,"&q":117,"&s":117,"\u3044\u304f\u3064\u304b":[145,95,77,132,119,112,22,101,59,51,65,163,142,155,165],"\u89e3\u9664":[1,67,85,94],second:130,"\u4f5c\u3089\u308c":148,"\u4e8b\u524d":[58,132,60,129,164,10],"\u30ad\u30e3\u30b7\u30e5":16,"\u30de\u30af\u30ed":[23,67,112,65],"\u30b7\u30f3\u30dc\u30eb":62,"\u5f15\u3044":131,increasing:122,error:[120,47,5,112,16,7,8,130,65],here:[34,117,74,161,122,130,8,110,42,71,54],onga:27,"&!":131,china:116,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":141,"&&":[60,159,95,126,131],"\u4e0e\u3048":[49,59,3,60,85,112,6,90,135,65],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[6,23,112,65],"\u4e2d\u8eab":[65,3,151,148],"_output":[65,2,137],"\u30c8\u30fc\u30af\u30f3":[77,131,108,82,74,127,112,136,65,23,164,55],"\u7ffb\u8a33":75,"\u300c\"":85,"\u300c#":[160,136],classification:116,"\u300c,":139,"9e":164,"9f":4,unix:[120,163],txt:[73,105],"\u5ea6\u6d6e":39,"\u5bfe\u7167":101,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[132,85,89,139,23,163,105],"_check":[65,67,155],"\u89e3\u6c7a\u7b56":111,"\u975e\u63a8":[11,112,6,65,23,55],music:[38,130],tokenize:[46,26,112,37,65],"_flags":[107,52,6,99,65,71],"[pkg":[6,23,65],until:[122,17],"\u30d6\u30ed\u30b0":75,"\u30df\u30ea":[12,23,39,63,131],"\u6709\u529b":134,"\u7f6e\u304f\u4f8b":163,"\u4e0b\u304c\u308a":60,karmic:155,"\u300cv":132,"(pos":[29,153],"_command":[46,25,37],"\u7518\u6817":160,"\u6709\u52b9":[77,83,85,90,23,163,95,132,12,13,49,99,55,107,148,112,65,67,98,158,115,70,118,27,8],"\u4e8c\u91cd":[65,112,158],"\u30e1\u30fc\u30eb":[0,105],"/functions":155,example:[38,95,3,116,12,109,117,63,8,122,42,71,90],"/blog":132,"\u6a2a\u5c71":[65,112],want:117,"*cache":16,"<groonga":148,travel:160,feature:[41,116,101,8,147,42,105],how:[34,46,162,122,110],typed:71,types:[42,134,108,119,74],"\u63fa\u308c":79,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":[65,112],"_resource":[2,67],"\u5b09\u3057\u304f":111,"\u901a\u5e38":[120,95,77,3,158,12,39,15,6,51,8,65,164,154],keeps:[16,72],"\u500b\u5b9a":143,wing:[6,65,112],"\u3042\u305f\u308a":[23,136],vars:44,"\uff11\u5bfe":143,"\u30d1\u30c8\u30ea\u30b7\u30a2":[46,3,127,6,135,65,138],"/new":132,"\u6e1b\u7b97":67,"\u8fd4\u3063":[160,158,131],"_{":[65,112],"-code":132,"\u8fd4\u3057":[77,3,81,83,129,42,10,45,95,11,131,97,134,99,102,15,50,17,53,104,57,58,59,106,107,108,109,112,153,62,135,96,103,84,65,114,67,69,70,159,27,29,149,74,157],fix:[50,36,83],"\u78ba\u7387":134,"\u5404\u7d22":3,"_desc":99,"_o":[2,151],"_n":[16,65,112,117],"_i":[2,151],fin:44,"_a":[2,151],"\uff08tokenmecab":60,"\u3046\u3063\u304b\u308a":[65,112],"\u30d7\u30ed\u30c8\u30b3\u30eb":[156,46,124,2,118,148,6,8,65],"-daemon":117,"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":11,"\u516c\u8f14":[65,112],"\u3082\u3063\u3068\u3082":155,"\u30af\u30a8\u30ea\u30da\u30a2":10,"\u8a8d\u8a3c":[8,165],"_select":75,represents:71,"(point":[29,11,153],"_deadlock":[2,151,67],timeout:[67,17],debug:[5,130,7,8],"_$":[134,55],"_\"":23,"\u306b\u3042\u308a":[119,55],rd:[60,127],re:122,rf:[115,8],"post\u30e1\u30bd\u30c3\u30c9":[65,112],moritapo:38,rc:[77,130,2],rm:8,ro:77,gregex:[65,112],rk:[46,162],"\uff01\uff09":[42,108],"\uff01\uff08":105,"\u3042\u305f\u3044":103,"\u5909\u5316":118,"\u5168\u90e8":151,".msgpack":4,"/limits":122,ringtail:[65,112],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[83,72],"\u307e\u308d\u3086\u304d":126,"\u771f\u507d":[131,12,39,112,65,158],libedit:[145,1,136,6,65,23,163],"\u5f31\u70b9":118,"\u8fd4\u308a":[63,95,116],"\u8fd4\u308b":136,"\u7d99\u627f":[65,112],"\"localhost":90,"_locks":[2,151],"\u25a1\u25a1":111,"\uff08age":55,"\u304a\u3055\u307e\u308b":63,mingw:[23,132],"\u6607\u964d":[135,95],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[77,3,119,85,112,65],service:[122,124,108],"\u4f7f\u308f":[95,2,158,116,82,151,140,112,164,16,77,8,42,23,65,68,154,132,55],"\u533a\u5207\u3089":23,"\u533a\u5207\u308a":[156,49,95,77,3,4,116,12,118,39,85,6,134,139,74,65,131,158],"\u533a\u5207\u308b":[136,154],master:8,"\u610f\u8b58":55,"\u8a8d\u8b58":111,listen:[6,65,85,8,45],".git":[91,132,105],"{table":[101,95],"\u306e\u3059\u3079\u3066":45,"(comments":159,"-common":[6,65,13],project:131,"_update":[158,95,2,99,107],"*namebuf":[67,107],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[46,115,41,37,145,13,119,112,6,133,77,65,55],"\u4f7f\u3048\u308b":[158,85,112,6,65,23,163,68],"\u304b\u3069\u3046":[60,159,2,84,163],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[65,112],"-port":[117,148,85],"\u300csubmit":132,"/max":65,object:[16,41,131,67,81,39,99,6,50,151,147,65,93,44,104],"\u7d22\u7528":[46,138,55],"\"black":164,microsecond:130,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":113,letter:164,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":45,"\u533a\u5207\u3063":[95,77,119,151],"\u4f7f\u3063":[0,124,2,3,79,39,127,6,77,89,8,163,10,45,126,145,95,131,132,72,12,98,13,101,140,55,144,38,58,59,106,108,60,111,112,62,113,63,151,65,103,154,68,115,164,158,116,105,119,27,120,133,121,75,76,90],released:[36,132],"\u4f7f\u3048":[95,77,84,158,116,165,140,112,62,8,131,65,23,68,142,55],"\u4f7f\u3046":[1,77,40,6,9,129,65,163,145,95,132,72,73,134,13,136,139,55,58,59,148,112,149,103,23,68,115,25,119,120,133,121],"\u4f7f\u3044":[124,77,39,8,23,163,45,46,95,96,131,72,134,13,100,140,105,59,145,149,65,14,154,68,115,164,158,118,119,27,120,133,55,76],"\u66f8\u304d\u8fbc\u307f":[160,163],"\u66f8\u304d\u8fbc\u307e":21,unmanaged:113,"\uff08@":[23,136],"\u30d0\u30a4\u30ca\u30ea\u30fc":120,layout:132,".fedoraproject":115,"2byte":151,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":82,createrepo:132,"\u79d8\u5bc6":132,"\u30a2\u30d4\u30fc\u30eb":132,"_age":84,"\u91cd\u307f":[6,46,112,65],tips:75,"\u30c8\u30d4\u30c3\u30af":132,"\u91cd\u3044":[118,95],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[46,136,26,37,15],"\u958b\u3053":70,"\u5b9f\u9a13":65,"\u91cd\u304f":60,patch:36,release:[89,132],unpatched:36,"\u69cb\u9020":[38,59,118,15,120,99,82],"\u5e83\u304f":[160,132],"[linux":[6,65],result:[59,4,116,27,99,11,151,42,66,54],fail:17,"<port":[148,85],"\u5206\u304b\u3061":118,wikipedia:39,score:[3,42,114,95,11,131,72,134,101,50,38,59,107,108,60,112,63,65,66,117,160,74],"\u611f\u3058":[160,111],shidara:23,"\u554f\u3044\u5408\u308f":59,"\u539f\u99c5":63,country:[149,90,116],"\u66f8\u304d\u8fbc\u3093":160,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":164,"\u66f8\u304d\u8fbc\u3080":148,"\u540c\u69d8":[38,95,59,132,12,40,148,63,90,135],and:[36,83,8,130,42,95,47,50,15,16,101,99,17,110,109,112,63,65,66,67,116,117,27,161,74,122,71],"\u5931\u6557":[62,3,158,132,136,112,6,50,149,17,9,23,65,114,55],"\u95a2\u6570":59,diff:148,"\u5404\u7a2e":132,"\u6d88\u53bb":[65,112],"\uff08node":68,"\u5360\u6709":67,"\u3044\u3046":95,correction:108,"\u30ab\u30f3\u30de":[95,3,131,116,49,139],worker:143,dave:84,"\u305f\u307e\u307e":45,"=query":117,"-message":121,"/function":132,"_sel":36,"\u3069\u3093":92,"#set":148,"\u3069\u308c":[120,83,95,45,55],"_set":[16,35,81,109,15,6,135,102,17,53,65,67,98,44],"\"sound":108,"\u65ad\u7247":27,"\u4ee3\u8868":118,"\u79d2\u6570":[120,95,131,12,160,39,69],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":[65,112],"_false":67,"\u3069\u306e":[95,77,108,40,11,163,153],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":23,"1\u4ef6":[60,160],"_rectangle":[46,1,47,37,136,112,65,23,142],"\u3069\u3053":[23,163,65],"\u3002db":[23,59,3,90,15],any:101,"\u30df\u30ea\u79d2":[39,63],"\u7121\u8996":[95,77,158,60,82,136,85,112,6,99,149,119,139,65,135,23,154],"\u5fdc\u7528":118,"\u3069\u3046":[1,88,70,5,111,61,95,6,60,7,137,8,21,65,94],"\u30e2\u30fc\u30c9":[30,59,3,90,65],"\"blt":139,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[77,108,60,127,135,55],"_skip":[65,112],"_element":35,"\u30c4\u30fc\u30eb":[46,121,105],"_result":[99,2],sleepy:100,normalzer:41,"\u4e00\u6c17":132,previous:116,"\u5317\u4eac":11,has:[47,132,116,83,99,161,15,50,36,17,41,130,147,122],hat:75,"*vars":44,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[6,65],"\u7c21\u7565":[65,112],"\"content":[95,158,131],"\u9001\u308b":[0,151,45,105],"\u9001\u308a":[151,132],"\u30d0\u30a4\u30ca\u30ea":[89,132],"_broken":2,"\u8d8a\u3048":60,unique:117,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":40,">command":4,"_error":[2,151],"_ascending":135,alice:[95,158,101,50,8,84,114,45],"-unauthenticated":[6,65,133],"\u30d4\u30ea\u30aa\u30c9":[62,66],sebastian:65,right:47,old:132,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[85,77,3,119],truncated:[65,112],begin:156,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":[6,65],"\u5358\u8a9e":[6,65,95,158,140],"/ngx":8,"\uff08score":95,groogna:[65,98,45],"\u9001\u3063":[73,0,75,105],"for":[36,39,22,6,8,130,42,11,131,15,16,17,83,109,47,84,65,67,70,117,27,161,54,74,122,71],bottom:[23,47,29],quetzal:[6,65],".asc":132,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":[65,112],ichii:23,yoku:65,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":67,"\u5206\u985e":12,standalone:54,"\u3067\u3082\u3046":0,"\"starttime":4,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":75,"\u306a\u3055\u3093":75,"\u65e2\u5b9a\u5024":124,"\u305b\u3044":[65,112],"_size":[34,59,107,18,15,99,52,135,67,71,44],".am\u30d5\u30a1\u30a4\u30eb":132,"\u89e3\u91c8":[136,59,158,139],waits:17,"_range":[2,67],support:36,offgao:160,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":84,"\u305b\u306a":[158,131],"\u5c71\u672c":65,"\u3086\u304d\u3072\u308d":126,thesaurus:95,"/tsv":[154,9],"\u5fa9\u65e7":[65,98],"\u8981\u7d20":[49,2,3,72,83,148,27,112,6,99,59,120,65],"\u30d0\u30f3\u30c9\u30eb":[65,112],"\u3002sortby":95,"\u306e\u304b":[160,127],"\u9006\u5f15":38,"_sequence":[2,151],"\u306e\u3044":[64,5,118,39,85,99,49,11,63,7,151,59],"_records":[6,65,112],"''":158,"'\"":[6,65],"'.":[67,105],"'-":[65,85,112],"',":[67,161,74],"')":[49,156,95,85,158],"'(":[85,158],"\u306e\u306b":[46,119,112,6,33,65],"\u306e\u3061":95,relax:122,"\u306e\u3067":[124,3,127,6,89,8,65,129,45,95,11,132,12,101,105,58,60,146,111,112,159,84,23,66,154,118,27,120,30,55],"*nvars":44,"\u3001_":[160,63,3],"\u306e\u307f":[118,59],"'t":[122,83,15,16,50,17,74,42,8],"'s":[100,95,158,116,49,159,130,120,131,105],moero:38,"\u3089\u308c\u308b":[59,107,118,127,112,6,135,65],"\u88dc\u3046":118,"'a":159,"\u305b\u308b":[124,59,118,101,30,155,55],"'n":85,"'m":[100,66],"-latest":75,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":79,"-tar":20,"\u305b\u308c":118,"\u6bb5\u843d":[62,107],"_count":[69,4,8],"'\\":158,"\u5165\u529b\u30df\u30b9":108,time:[160,108,60,134,130,74,148,112,122,6,12,42,23,65,157,117],push:[132,105],"\u304a\u3053\u306a\u3063":3,":/":[3,4,85,89,8,91,163,45,145,96,132,72,12,13,139,105,38,20,63,90,68,156,115,116,117,133,30,76],"\u53cd\u6620":[118,59,132,122],"\u7b26\u53f7":2,":$":[131,158,126],"\u6d41\u308c":75,"-prefix":121,"\u5c0f\u897f":[65,112],":=":[95,158],":>":[95,158],"\u3002rroonga":140,"::":[2,4],netbsd:[65,136,112],millisecond:17,"\u3042\u307e\u308a":[66,111,99],"\u7aef\u672b":118,"_builtin":[23,67,70,52],"\u6700\u7d42":[95,70,72],dragonfly:136,"\u500b\u5225":132,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":[6,65],"-root":[30,136,85],lru:103,exact:59,"\u3002travis":68,minute:130,".body":[31,79,94],"\u30b9\u30af\u30ea\u30d7\u30c8":75,"{language":105,"\u6e08\u307f":[145,49,115,77,107,132,108,111,39,13,62,112,6,133,42,23,65,154,10,124],"-base":117,":@":[38,95,3,158,12,160,101,90],":\\":89,":^":[158,126],":[":148,":public":132,"\u4e00\u6b69":3,"\u7d50\u3073\u3064\u3044":143,"\u305f\u3055\u3093":[23,1,112,65],"\u7d50\u3073\u3064\u304f":143,sign:132,"\u5316\u4f5c":132,makecache:[6,65,115],"\u4e8c\u9805":131,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":65,".ncpu":76,"\u7d4c\u904e":[120,64,131,12,160,39,69,17,23,67],"\u30bf\u30d6":[154,4,151],takashi:[23,149],"\u540d\u7b49":67,"\u4e3b\u8981":121,current:[16,50],"'='":85,"\u76ee\u5b89":132,"\u63a8\u9032":[65,112],"\u30bf\u30b0":[46,95,96,131,132,72,82,136,27,112,6,65,23,138,55],"gmo\u30e1\u30c7\u30a3\u30a2":65,"\u6d41\u3057":132,address:[6,23,117,151,65],"\u30a2\u30ab\u30a6\u30f3\u30c8":[132,22],"\u4e3b\u30ad\u30fc":[46,136,6,51,65,92,49],queue:143,"\u8b66\u544a":[95,64,136,112,6,65,98],"\u3002offset":81,"\u5ea6\u6570":[12,23,63,131],ipa:[145,115],pentium:148,prefer:117,"\u6587\u5b57\u5217":[46,95,77,97,120,72,119,27,112,6,159,11,140,65,49],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[59,85],bookmarks:72,"\u4e88\u3081":[39,85],"{\"_":[38,95,131,12,63,84,158],"|table":55,"\u30d5\u30a9\u30ed\u30fc":22,"/header":20,"\u3060\u3063":[95,64,60,6,99,65],"``":[1,136],"\u5168\u4e16\u754c":[65,112],"\u3060\u3068":111,visual:[6,23,89,112,65],"\u30ec\u30d3\u30e5\u30fc":132,"_gt":135,"\u3002obj":67,"\u3060\u3044":23,"_alloc":71,values:[49,50,67],"\u3060\u3057":[23,148],"\u5024\u8a18":131,following:[34,41,107,117,83,161,130,50,110,147,122,54],"_limits":116,locks:27,logrotate:[6,65],allowed:54,"\u5897\u3084\u3059":[95,155,72],"\u6a19\u6e96":[1,88,3,5,85,7,8,92,94,64,49,137,139,21,141,61,62,113,65,98,156,69,30,31,123,90],chroot:132,"\u30d2\u30e5\u30d9\u30cb":[11,153],parameter:[47,117,101,99,41,147,122,44],applications:27,date:148,such:[116,117,74,27,161,6,65,42,54,105],data:[16,46,81],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[46,138],"/dictionary":136,ss:[130,131],"/javascript":23,st:[77,131],sh:[132,68],so:[83,110,99,122,42,67],sa:[134,108],se:[42,77],"\u540c\u3058\u6570":[85,8,45],"[yum":[6,65],course:116,"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":139,"\u30a2\u30c9\u30ec\u30b9":[23,99,85,90,148],"*query":[93,71],jis:135,"\u540c\u671f":[148,132],instantly:27,"\u4f7f\u308f\u305a":101,records:[47,116,101,74,130,71],"\u8d85\u3048\u308b":[12,146,6,82,135,65],matched:[117,101,47],config:[1,64,89],"\u7570\u5e38":[113,148],"_dat":[158,92,112,99,65,23,131,98,55],"_dataset":[128,54,161,74],"\u3084\u308b":75,suffixsearchterms:[158,131],"\u4e26\u3073":[127,131],"\u4e26\u3079":[46,138],"-terminated":[44,15],gtar:20,indexblog:66,"\u30d8\u30c3\u30c0\u30fc":[6,65,2,45],"-offset":95,"\u8a73\u7d30":[124,77,3,39,6,8,9,93,145,95,163,72,13,101,53,105,60,148,65,155,115,116,120,133,30,55],"\"search":[42,108,158,74],"\"type":134,formula:132,"\u6700\u5c0f\u9650":8,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":82,mime:45,"byte":[107,148,27,6,99,151,65,67,71],"\u7d20\u65b9":118,"\u30d9\u30af\u30bf\u30fc":[95,72,112,149,65,23],"\u4e00\u610f":[62,85,51],one:[83,27,16,101,122,54],submit:[117,42,134,108,74],"*expr":71,open:16,city:11,"\u5bfe\u7b56":[46,33],"\"sphr":153,"=encoding":121,"\u884c\u756a":[120,23],"\u8fd4\u4fe1\u5143":160,"\u8fd4\u4fe1\u5148":160,"\u306b\u5bfe\u8c61":23,translate:[105,110],"\u540c\u6642":[95,64,118,143,148,63,99,135],fumiyasu:23,"\u4e16\u754c":[11,12,39,29,63,153],argument:131,sae:[134,108],say:131,"/span":27,"/ubuntu":[6,65,124],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[65,112],"\u30ea\u30b9\u30c8":[49,95,164,3,158,132,38,154,40,85,6,92,91,65,131,32,105],uuuuuu:131,"\u5ea6\u5408\u3044":60,note:[117,122],"\u30cb\u30db\u30f3\u30b8\u30f3":42,"[[\"":113,"\u5fdc\u7b54":[65,112,118],buffer:[113,67,71],"\u5148\u982d":[81,95,67,3,8],compress:62,"\u30b9\u30da\u30fc\u30b9":[23,95,112,65],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":75,"\u672b\u5c3e":[81,135,67],"\u9589\u3058":[23,82],"\u4ef6\u6570":[95,3,60,127,49,99,51,67],"\u5217\u6307\u5411":[118,85],"_cursor":[46,47,37,25,112,136,65],xml:[136,112,6,65,23,98],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:164,"\u5927\u4e8b":[154,158],"\u4e00\u6642":[46,11,37,67],"\u3068\u3057\u307e\u305b":17,"_defrag":67,"\uff08tokenbigram":60,resource:151,".php":132,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[46,37,26,6,65,120],"\u76f4\u63a5":[160,139],"\u8868\u3057":[64,3,39,40,120,2,51,59],"\u7a7a\u767d":[77,3,158,60,118,85,49,74,119],"\u7528\u79d8":75,"\u898f\u5247":[6,65],".content":[95,131,100,159,122,66,158],"\u306b\u3068\u3063\u3066":[77,111],sites:139,"*column":107,"\u5927\u4e08":0,"\u4f9d\u5b58":[46,121],jobs:148,"\u4e0a\u554f":124,"@tomotaka":23,many:[122,161,116,72],"\u8fd4\u3059":[1,88,79,5,85,6,7,23,45,94,131,134,15,137,21,148,61,112,69,63,151,84,65,157,136,31],"\u30b3\u30ed\u30f3":62,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":79,"_otoj":155,expression:[117,122,58,71,95],")offset":[135,99],"-mecab":[145,115,13,112,6,133,65,76],"_t":2,"_syntax":[2,71],"(xxx":[65,112],"\u3002http":[65,112],"\u542b\u3080\u5024":[85,3],"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":65,"\u5468\u4e0a":153,"_synonyms":154,"*added":99,"\u898b\u4ed8":65,"'ja":105,enable:132,readings:42,"\u6607\u9806":[95,3,116,63,99,135,67],"\u5b9f\u884c":[118,75],"-bye":[95,158,131],"\u304a\u3051\u308b":[56,38,3,158,12,118,39,112,6,65],executes:117,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":125,"\u7406\u89e3":[95,3],"\u3002filter":63,"?table":[8,45,90],ctrl:90,"\u4e0d\u5909":51,ivh:[145,115],"@lists":[132,22],".md":132,pthread:[23,112,65],"\u3002squeeze":155,ascii:[158,131],"\u633f\u5165":[3,132,81,85,27,6,65],binary:[118,39,4],hostname:[30,85,8],"_filter":[46,142,112,37,65],"<path":85,"_setoperation":99,"\u3002\u3057\u304b\u3057":[95,11,72,118,39,108,100,121,23,164,45],"\u5206\u5c90":155,"_at":[60,136,15,6,99,65,67,98],"error\u30bf\u30b0":[6,65],allocation:16,"\u8ab2\u984c":75,cmake:[6,65,163,89,112],"\u5b9f\u88c5":[58,11,95,6,8,30,129,23,65,165,45,105],"_date":132,tracking:0,takahiro:136,customized:130,"\u5217\u8868":39,wiedenroth:65,"\u6b53\u8fce":75,"_normalize":[100,95,36,3,79,60,160,158,27,164,6,101,99,122,65,66,131,55],"\u53d6\u308a\u51fa\u3055":12,"\u53d6\u308a\u51fa\u3059":[12,135,59,106,136],"_retry":2,"({":117,"\u6771\u4eac\u90fd":[60,160,127],"[token":[65,112],"(r":148,gdb:155,"(a":68,"_pack":121,"\u3046\u3061\u3044":85,"([":57,"(_":[42,134,108,131,74],"\u30d1\u30e9\u30e1\u30fc\u30bf":[46,107,112,6,99,65,135,23,67],"\u3042\u3052\u308b":[46,33],haystack:59,dcmake:89,"\u6c4e\u7528":[148,85,8],"-data":83,"\u639b\u3051":131,"(>":59,"(<":59,"(=":[2,131,59],res2:99,"\u91cd\u307f\u3064\u304d":65,"((":[95,72],"()":75,"(.":[66,132],"(-":131,"(\"":[11,3,109,85,27,112,6,101,65],"(!":59,"('":[62,95,3,158,85,49,51],intel:148,"_but":59,"\u95a2\u308f\u3089":148,"\u4f4e\u901f":116,"\u4ed5\u7d44":[45,105],grouping:116,conditional:134,yyyy:[130,131],"_supported":[2,151],".load":148,ddl:60,lucid:[65,136,112,132],"/httpd":[124,8],"\u8a18\u4e8b":[100,66,132],"\u5168\u6587\u691c\u7d22":[6,65,55],";\"":[6,65],"package":[46,132,121],"\u5ec3\u6b62":64,favorite:105,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[23,45],"\u304b\u3048\u308b":159,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[164,119],"\u30ec\u30d9\u30eb":[5,6,7,85,65],"\u7b97\u51fa":[6,65,95],"\u6df7\u305c\u308b":72,"\u7403\u9762":[11,153],"_prefix":121,"<encoding":85,"\u30e9\u30f3\u30ad\u30f3\u30b0":3,emacs:105,recommends:122,"\u30aa\u30fc\u30d7\u30f3":[6,23,112,65],complete:[117,134,65,42,98,10],"/pull":132,clones:110,"\u6b63\u898f":[77,3,131,98,119,6,99,65,164,154,55],"with":[75,132],"_load":[46,26,112,37,65],"_types":[119,45],pull:132,"\u697d\u3057\u3044":[60,127],reqular:117,"\u304a\u77e5\u3089":46,gone:38,ac:164,uid:132,"| y":65,"\u30ec\u30b9\u30c8\u30e9\u30f3":118,am:27,an:[47,83,119,99,16,50,41,8,147,122,71],"| n":131,as:[77,116,117,27,161,122,6,101,50,8,110,42,65,54,105],ar:[60,77,127],at:[36,116,110,47,122,130],"| c":131,"| _":63,"\u3002messagepack":[120,163],shimomura:[6,65],"_bool":[136,67],"\u4e00\u65b9":[3,158,101,12,118,27,60,159,66,131],"\u30c7\u30d0\u30c3\u30b0":[113,77,8],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[6,65,89,148],"\u9806\u4f4d":81,"\u304c\u3068\u3046":160,queryexpandertsv:[46,37,112,6,101,9,65,24],"_such":[2,151],cpu:[117,118,148,8,163,45],"\u5897\u5206":95,"\u6587\u6cd5":[46,138],senna:65,"\u4ed8\u968f":[88,61],"\u30c7\u30fc\u30bf\u30d9\u30fc":23,"\u5408\u8a08":[56,95,60,82,148,113,146],"\u6e80\u3055":65,"-talk":[65,112,22,132],"\u548c\u5e83":[65,112],"\u901a\u4fe1":[75,150],to:[34,16,95,36,107,46,120,99,15,6,50,47,17,110,65,67,71,8],tail:[151,132],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[46,136],homepage:148,tc:[135,106],returned:[16,109,47],"/other":8,"\u30ab\u30c6\u30b4\u30ea":[95,77],"\u3002column":[59,3,107],condition:[71,131],"(popular":95,large:122,adjust:95,"\u5909\u308f\u308b":[60,27],"\u5909\u308f\u308a":[113,63,127,103],"\u4e0d\u5b8c\u5168":23,"\u300c\u6771\u4eac\u90fd":60,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[65,77,119,112],"&gt":27,"\u6e80\u3059":65,"\u5927\u5225":12,pass:8,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":[6,65],"\u7701\u7565":[107,132,112,49,103,65],"\u7d22\u6642":136,"\u5897\u52a0":[65,95],"\u3067\u306b":[60,100,9],section:[18,83,107],"\u30ea\u30c6\u30e9\u30eb":[1,158,27,6,65,23],"\u5927\u5207":118,"\u6700\u65b0":[23,132,22,103],"\u3002timeout":67,"_modified":160,method:8,contrast:8,full:[77,27,132],hash:[82,160],"\u30ce\u30a4\u30ba":[60,108],sender:[117,54],"\u975e\u516c\u958b":132,"_compare":67,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":95,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":[6,65],"\u306b\u3059\u308b":45,via:74,followee:160,tokenizer:[6,46,26,37,65],"\u30ce\u30fc\u30c9":[6,65,135],"-release":75,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":127,follower:160,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[23,136],select:[16,1,64,37,46,72,26,112,128,6,50,136,103,65,23,71,149],"\u3002\u3002":40,mecab:[145,1,36,132,118,13,112,6,133,136,65,23,163,115,76],"\u7406\u95a2":44,"\u4e0a\u8a18url":132,more:[101,83,151,27,122],"\u30c6\u30ad\u30b9\u30c8":[77,132,72,148,136,119,27,112,6,96,164,65,105,55],"\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":[125,72],"\u518d\u5229":[82,95,51,65],"_argument":[135,99,2,151,67],"_messages":[132,105],endpoint:[117,54],"_adjust":[95,93,59],learn:[117,54],"\u6bd4\u8f03":[46,95,158,136,148,6,65],scan:155,"_descending":135,accept:136,states:149,gronoga:8,information:[16,130,83],"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":23,"\u3002lzo":62,"\u300ccommand":30,"=dat":[65,98],"\u52d5\u7684":[46,37,118,136,8,65,98],"\u5b9f\u884c\u4f8b":[6,65,155],"\u5019\u88dc":[42,134,10,108],"\u306b\u3059\u3050":100,"\u30fb\u81ea\u5df1\u7d39":160,"\u8aad\u307f\u51fa\u3057":118,github:[0,62,132,105,112,6,65,91,23,163,68],tokenbigram:[77,3,79,82,127,85,92,95,131,100,101,147,55,108,60,159,66,158,160,27,122,32],register:[46,37,26,119,112,65],"\u6e0b\u8c37":160,replied:160,"\u666e\u53ca":118,sysctl:[146,122],"\u52d5\u753b":38,"\u8f09\u305b\u308b":132,replies:66,installer:132,its:[0,42,83,71,130],saucy:[65,13,112],".rpm":[145,115],confiugration:122,"\u63a5\u7d9a":[3,148,143,85,6,141,65,123],"[tokenizer":[6,65,112],"_weight":[62,65,83,107,72],salamander:[65,13,112],"_ci":164,"\u6271\u3044":[64,12,127,17,42,165],"\u6271\u3046":[2,131,60,146,112,22,118,65,98],"\u6271\u3048":[87,15],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":[6,65],"\u5c0f\u306a\u308a":140,always:[122,83],messagepack:[6,23,163,98,65],"\u6271\u3063":[65,1,112,160],"\u30ad\u30e3\u30b9\u30c8":[158,160,136,112,6,65,98],"[doc":[6,23,98,112,65],found:[99,47],".offset":99,"\u534a\u89d2":[135,164,3],"\u540c\u7fa9":154,"\u9ad8\u901f":[38,1,59,3,158,165,82,125,40,85,112,118,11,131,65,23,153,45,55],operation:[50,47,151],"\u6271\u308f":[95,77,158,12,40,148,112,6,60,65,164],really:[95,158,131],"\u524d\u8005":[63,164,154],"\u9001\u308a\u65b9":75,"/raw":68,"\u30de\u30eb\u30c1\u30b3\u30a2":118,"\u6e2c\u7528":1,"\u305d\u308d\u305d\u308d":3,"/rab":[63,3,116],ftb:36,"/etc":[124,132,146,6,133,8,122,65,154],"\u6975\u4ed8":[11,153],"_hit":[90,69,3,4,8],imagine:116,"\u3053\u3053\u3067":132,"\u30a6\u30a7\u30a4\u30c8":62,pairs:42,"_user":[46,25,44,37],"\u3002\u3069\u308c":117,"-keyring":[6,65,133],number:[47,131,117,148,85,15,16,113,44],"_pipe":[2,151],"\u3059\u3079\u304d":59,"\u7d42\u308f\u308b":[100,158,131],"\u30b3\u30d4\u30fc":[107,132,81,6,99,139,65,67],"|enable":77,needed:[110,8,15],introduction:[75,14],"\u30ab\u30b9\u30b1\u30fc\u30c9":[65,112],"\u3057\u304b\u3082":165,"_stack":2,relationship:50,"\u642d\u8f09":118,dpkg:132,"\u5b66\u7fd2":[46,134,136,112,65],"\u56de\u547c":136,"_db\u30d5\u30e9\u30b0":23,"\u60f3\u5b9a":[69,38,139,113],"\u5b9f\u969b":[56,38,95,79,60,160,112,65,66],toybox:12,"_nofile":[65,112,130],"\u52d5\u74b0":156,"*data":81,"\u66f8\u304d\u63db\u3048":[132,68],gted:105,qps:[156,148],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[136,85],self:148,"_lock":[23,67,17],also:[95,158,117,27,15,42,131],internal:65,"\u8a18\u53f7":[60,85,127,3,136],"\uff08todo":131,"\u306e\u3069\u3061\u3089":[95,131],"\u3060\u3055\u3044":[0,124,3,6,8,91,163,45,95,131,132,72,13,105,20,151,65,154,155,68,164,158,118,120,121,75,55,90],"\u5b57\u5217":[23,39,158,55],exe:[89,132],"_uint":52,cover:27,umemoto:23,arted:131,ext:77,"\u6d3b\u304b\u3059":95,"<limit":85,"_processes":2,microsoft:89,"\u3057\u304b\u3057":[95,131,60,127,66,154,45,105],"/command":[8,90],xcode:76,session:117,"-memory":136,"\u77e9\u5f62":[29,63,118],"\u5143\u6c17":[65,112],columnn:[6,65],"\u9577\u578b":135,"\u6642\u306b":23,failed:[16,17],"\u51e6\u7406":[1,2,81,119,127,6,77,8,45,95,131,51,105,59,148,112,63,151,65,158,118,136,26,27],factor:[65,95],"\u5225\u9014":[39,67,116],"\u30bf\u30fc\u30b2\u30c3\u30c8":[6,65],columns:[49,95,125,136,161,6,65,122],"]]]":[60,134,137,131],"\u5fc5\u305a":[95,64,125,99,151,55],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":45,"\u3082\u3057\u3054":[6,65],"_point":[38,47,153],"\u30ed\u30b0\u30ec\u30d9\u30eb":[85,8],"-github":132,bytes:[56,44,15],"\u6c7a\u3081":55,"\u7528\u610f":[95,59,132,108,148,11,74,163,42,67,10],"\u3082\u3057\u304f":[145,115,158,132,12,146,39,27,112,6,99,90,84,135,65,66,131,8],set:[42,67,148,122],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[62,1,136,112,6,65,23,163,155],see:[122,83,110],sed:[6,23,65],sec:17,"\u547c\u3073\u5143":15,sea:[42,77],sen:36,"\u8a00\u8a9e":[75,59],juman:[145,115],currently:[8,70],mutex:[65,112],"\u65e5\u4ed8":[118,11,132],"\u3068\u3068\u3082\u306b":12,"\u3082\u3057\u308c":154,available:36,"<span":27,"\u7a7a\u6e2f":160,"\u304c\u3064\u3044":[95,72,82,136,6,65],javascript:[30,46,8,138,90],"\uff09\uff08":55,"\u3082\u304d\u3061\u3093":8,"interface":117,"\u500b\u4eba":163,"\u6790\u5668":118,"_already":[2,151],"\u77e5\u308c":[129,119,58,111,66],last:[6,65,160],"\u4e00\u8cab\u6027":111,"\u77e5\u308b":116,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[118,148,140],"\u578b\u5909":23,connection:151,rose:12,"<#{":130,"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":[65,112],load:[46,1,64,37,72,136,26,112,6,50,149,139,65,23,98,94],");":[16,34,59,71,107],"):":[124,132],"@ceekz":[65,112],"-adjuster":[95,72],except:122,"))":[95,154,131],"\u30ca\u30ce":[120,136],")-":132,"),":[62,65,112],").":[117,27,132],"_exec":[2,71],")\"":[96,158,27,112,65,79],".htpasswd":[8,45],")'":[38,160,158,108,134,27,159,63,74,42,131],"[rpm":[6,23,98,112,65],tablename:64,"\u7c21\u6613":[124,11],"\u63a2\u3057":[118,148],"\u30d1\u30e9\u30e1\u30bf":[35,47,106,70,67,81,52,109,99,15,16,135,102,17,53,93,71,44,104,107],shinya:[6,65],func:[44,15],"\u3067\u307e\u3068\u3081":154,handling:122,")]":[65,112],"-api":73,"\u3067\u306a\u3051\u308c":131,"\u5236\u9650":46,"\\(":158,"-apt":13,formats:130,"\u30b0\u30cb\u30e3\u30e9":160,"_nromalize":164,"\u632f\u821e\u3044":[6,65,84,101],"\u63a1\u7528":[60,118,90],"<=":[65,131,160,8,112],binding:36,"\u5316\u524d":51,"</":[96,4,27],"<-":45,"\u8a00\u3044":[159,125],"\u4e00\u7fa4":59,">\n<":4,swig:36,"\u56de\u52d5":148,alert:[5,65,7,8,130],levels:8,ifexists:49,stack:[65,112,151],"\u7121\u99c4":118,"\u8981\u6c42":[111,65,3,112,159],"-path":[132,121],"_file":[2,120,8,154,45,151],"/senna":139,mysql:[145,95,36,132,72,118,13,119,27,133,154,115],"\u5316\u51e6":[23,51],"\u30bd\u30fc\u30c8":[46,1,136,82,40,95,112,134,99,65,23,138],"3\u4ef6":160,"_files":[2,151],location:[120,65,8,112,68],input:[49,42,120,151],emergency:[130,8],format:[36,4,117,83,130,105],"\u30cf\u30c3\u30b7\u30e5":[6,65,69,132,113],"\u30bd\u30fc\u30b9":[46,132,121],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":132,"\u540c\u7b49":[127,148],"_nabe":65,"\u4ed5\u65b9":75,"\u30d6\u30ed\u30c3\u30af":[118,65,8,112],"_flow":[2,151],"\u6ce8\u8a18":[65,112],"\u30af\u30ed\u30fc\u30f3":163,"\u65e2\u77e5":163,bi:[60,127],"\u4e0a\u4f4d":[60,99],wget:[145,115,20,13,133,163],by:[16,47,83,15,6,50,17,110,65,71],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":124,"\"yu":139,"\u3068\u308f\u304b\u308b":132,garbage:[65,112,113],into:[16,117,74],"\u3088\u308a":[79,39,127,6,65,42,163,95,11,131,72,12,100,135,55,59,60,148,112,23,66,153,154,158,160,136,121],"|key":[95,3,79,60,160,158,27,100,101,126,122,66,131,55],"\u30d5\u30a9\u30ed\u30ef\u30fc":132,pcre:[6,65],span:[96,27],"\u56fd\u969b":105,"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[6,46,138,65],"\u5074\u9762":118,"\u6574\u3063":155,opens:[122,47],"\"keyword":95,link:[12,90,116],line:[120,8,68],"\uff08ci":68,posted:160,"\u8868\u3059":[57,59,38,12,40,62,11,77],"\u3088\u30fc":160,up:4,".am":110,ul:77,"\u5206\u89e3":59,"\u3054\u307f":[65,111,112],"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":75,parses:[109,71],"char":[34,70,52,109,15,99,67,71,44,107],"\u3054\u3068":[56,77,132,146,143,112,15,6,101,65,87],"\u3075\u308a":134,"\u304b\u307e\u3044":3,parsed:71,defines:161,codes:132,taro:38,">uptime":4,logyyyymmddhhmmss:117,"=null":[95,77,103,55],invalid:[117,95,109,151],"\u8868\u308f":67,"\u898b\u4ed8\u3051":[65,112],"\u7acb\u3061":120,elements:72,".dump":23,"\u53f3\u8fba":[23,136],"(nginx":124,"\u6307\u5b9a":[118,59],"\u4e00\u7dd2":[1,11,3,72,60,95,6,65,124,55],"\u3088\u304f":[95,72],"\u3088\u3046":[1,77,82,40,85,124,6,8,9,65,163,127,45,46,95,64,131,132,72,98,100,101,99,139,55,59,148,111,112,113,11,23,153,154,155,68,158,159,118,136,119,27,120,149,162,30,164],"\u3088\u3044":[95,158,66,67,45,105],"\u3088\u3073":59,age:[83,95,84],"/wgs":63,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":[65,112],oracle:[46,121],"\u3088\u3063":63,"\u8a66\u884c":118,hello:[100,131],code:[120,130,4,105],partial:59,"\u3067\u307f":118,",\"title":3,results:[116,117,27,6,99,65],existing:[54,110],"/sysctl":[146,122,76],"\u3067\u3064":79,"\u843d\u3061":[65,136,112],"\u3067\u306f":65,"\u3067\u306e":[120,27],"-lzo":121,"/json":[23,8,45],"\u3067\u3069":134,"\u3067\u3057":[20,12,131],"\u8a2d\u5b9a\u6e08\u307f":124,"\u306a\u304a\u3053\u306e":148,":..":95,"\u3067\u3059":[2,3,4,6,77,8,9,10,64,73,13,15,16,17,18,20,159,23,26,27,30,32,12,39,40,41,42,44,45,145,49,50,51,147,54,55,56,58,59,60,62,63,11,65,66,67,68,133,74,75,103,0,79,82,83,85,87,89,90,92,163,95,96,72,100,101,99,104,105,107,108,111,112,113,114,115,116,117,118,119,120,122,124,125,127,129,131,132,134,139,140,146,148,149,151,84,153,154,155,156,158,160,164,165],"\u3067\u3044":[12,95,131],"\u30ea\u30af\u30a8\u30b9\u30c8uri":8,"\u3067\u304f":[95,72,121,75,154,68],"\u3067\u304d":[1,77,4,81,82,40,85,6,129,2,8,9,91,65,163,100,95,64,131,132,97,134,13,15,49,72,99,136,51,139,140,135,133,55,57,58,59,106,107,145,148,111,112,153,62,159,11,103,84,23,67,154,101,155,68,156,115,164,158,118,25,119,27,157,120,29,30,105,76],"{user":122,"\u7279\u306b":[59,132],"[snippet":[65,27],"\u8fbc\u307f":[21,154],"\u8ca2\u732e":[65,112],"\u3002time":160,"\u983b\u5ea6":134,"\u6368\u3066":23,".clean":132,"\u5f15\u304d\u7d9a\u304d":[65,112],"try":17,"\u6b8b\u308b":23,"(wgs":63,o0:132,"\u30aa\u30d7\u30b7\u30e7\u30f3":[69,1,136,132,145,20,13,119,95,15,6,133,112,65,23,163,98,115,155,76],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":[6,65],"\u4e00\u81f4\u3057":[95,127],video:38,".xml":4,index:[38,47,106,107,132,18,83,27,36,122,65,66,131,158],directive:8,"_operator":[99,93,71,47,107],"\u306e\u3067\u3057\u3087":95,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":89,"\u30ef\u30fc\u30ab":8,"\u5224\u65ad":[70,131],"\u5fc3\u304c":155,nargs:71,"\u516c\u958b":[23,136,112,132,65],"?parameter":8,let:100,ubuntu:[46,132,121,110,155,68],ctx:[34,70,143,15,16,99,67,71,44,107],"\u73fe\u308c":77,"\u3067\u3082":[0,2,3,82,127,6,89,8,65,42,163,145,95,132,13,105,60,148,112,62,159,63,151,23,66,155,115,118,27,133,121,55,90],grnslap:[43,46,37],buffered:18,"\u8d85\u904e":[146,112,65],firefox:105,"\u767a\u4fe1":132,"\u30c7\u30b6\u30a4\u30f3":[6,65],"\u9014\u4e2d":[132,108,85,6,151,65,42],"\u3046\u3048":[6,23,65],"\u4ee5\u964d":[96,132,40,85,112,136,90,65,23,164,155,105],"\u3059\u304f":159,zip:[46,132,121],illegal:151,"\"sea":42,"\u3044\u304f\u3064":75,next:[47,44],"\u3046\u3061":[64,107,40,6,113,99,59,84,65,135,23,67],doubt:116,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":66,"\u30af\u30a9\u30fc\u30c8":[77,119,158],"\u3059\u308b":[118,75,143,22],"\u7d4c\u7def\u5ea6":[46,138],"\u3059\u308c":[3,131,118,84,148,99,9,158],src:99,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":75,occurred:[122,50,47],"-leaner":54,"\u3059\u3093":160,"_escape":71,"\uff08groonga":118,"\u4f7f\u3044\u65b9":[46,37,118],"this":[95,3,158,116,12,83,27,161,122,6,117,130,90,131,110,42,65,67,54,45,8],"\u6b8b\u308a":[95,64,154,55],"_posting":[47,106],"\u6e21\u3055":[11,112,6,59,65,44],"\u6e21\u3057":[49,59,3,90,158],"\u6e21\u3059":[98,65,3],"\u5171\u306b":[67,107],"\u6b8b\u3063":[65,136,112],"\u3002\u3064\u307e\u308a":[95,3,17,158],"\u306f\u6708":131,process:[46,50,8,37],lock:[67,17],"_estimate":[23,47],"\u7d30\u5206":12,"\u3059\u3050":[118,45],"\u6301\u3061":[95,77,125,83,85,59,8],"\u6301\u3063":[95,77,158,72,118,83,108,111,6,65,164,119,131],"\u6301\u3064":[38,95,11,3,131,116,108,12,118,83,40,85,49,159,99,51,23,164,143],"-enable":[75,136,110],"\u3059\u3067":[100,77,127,132],"\u3059\u3079":[95,64,139,82,151,148,77,8,59,23,42,65,160,114,45,94],"\u6b8b\u3057":95,defalt:136,"\u9664\u7b97":65,"-gqtp":[46,115,145,13,28,6,133,65],"\u3044\u304f\u3089":118,"_')":[62,51],"\u4e26\u3073\u9806":63,">starttime":4,tomotaka:23,"\u8a2d\u5b9a":75,alloc:[90,69,3,4,8],"\u4f53\u8fd1":153,element:[131,72],"\u9078\u629e":[118,95,11,132],allow:[6,65,95,158,133],":\\\"":49,tokentrigram:[147,77,32],"[httpd":[6,65,112],"\u8abf\u3079":[81,29,67,116,153],"\u30ab\u30d0\u30fc":155,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":72,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":156,yamaguchi:23,"\u3092\u3064\u3051":[95,158],"\u6539\u884c":[98,23,85,65],"_unavailable":[2,151],"\u6587\u66f8":[118,140],"=platform":121,total:[113,148,122],hobby:130,"\u5de6\u4e0a":[29,1],"\u5de6\u4e0b":1,"[space":158,mmap:[46,33,112,65],python:[132,110],billiard:[60,127],lzo:[107,6,151,65,23,163],"\u4e00\u6642\u7d50\u679c":[6,65],"_per":[23,15],"_implemented":[2,151],"/master":[105,68],"\u7121\u9650":[6,65,136],".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":68,libmecab:[133,13,132],"-patch":105,"\u753b\u9762":[1,132],meta:83,"\u30b3\u30e1\u30f3\u30c8id":160,"\u751f\u6210":75,"-fd":[117,23],"\u4ed5\u69d8":[46,64,134,136,6,8,65,53,30,98],"\"\uff08":42,"\"\uff09":[12,42,1,63],"_friends":38,"\u30bb\u30b0\u30e1\u30f3\u30c8":[65,31,67,113],"3ki":136,"\u591a\u304f":[95,3,12,85,27,60,8,23,165,124,55],"\uff08\u300c":[60,164],owner:8,"\u5897\u5927":11,"\u5bb9\u91cf":[113,95],"\u30cb\u30db\u30f3\u30b4":42,behaves:117,system:[0,95,158,20,39,27,122,131],"-keys":132,"\u30b9\u30da\u30eb":154,"\"weight":12,"\u304b\u3061":[95,127],"\u304b\u3064":[95,131,127,112,135,65],"_logger":[6,65],"\u304b\u3069":[95,158,60,146,84,29,63,8,134,153],"\u756a\u76ee":[95,77,3,158,12,83,112,99,135,65,131],"\u8ffd\u8de1":75,itagaki:136,"\u500d\u7cbe":39,"\u6253\u3061\u5207\u308a":[65,112],"\u304b\u3051":[65,112,94],"\u9650\u6587":[23,55],"_results":99,"\u304b\u305a":[6,65],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":127,"false":[88,126,5,39,7,94,131,132,12,101,50,137,21,61,62,159,149,84,65,114,158,136],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,"\u304b\u3082":[58,111,119,120,129,66],documents:[101,27],"\u304b\u3089":[118,75,143],"\u3044b":[60,127],tokendelimitnull:[147,32,128],"_const":[59,71],"\u3069\u3061\u3089":[0,124,3,79,119,15,125,66,10,45],"*init":44,"\u6a5f\u80fd":[118,59],"\u3089\u308c":[95,77,3,82,136,92,112,118,6,63,59,65,111,23,66,149,94],"\u4e2d\u9593":[59,127],"\u3064\u3076\u3084\u304d":100,"_suffix":23,segment:113,"\u6e80\u305f":[159,63,59,160],"*\"":[66,95,128],latin1:[6,65],"\u5168\u89d2":[135,23,164,3],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":85,"\u3067\u3059\u306d":111,"\u5408\u81f4":3,"mo\u30d5\u30a1\u30a4\u30eb":105,"(arugment":131,"*res":[99,93,47],"\u30ea\u30af\u30a8\u30b9\u30c8":[88,5,7,8,92,45,94,95,137,139,21,141,61,112,69,113,151,65,156,62,26,30,31,123],brew:[76,110],".gz":[145,115,132,20,13,76,133,163,105],"=r":[6,65],"_initialized":[2,151],"_literal":65,"=g":117,"'localhost":[156,85],"=c":89,"=i":132,"=\\":[96,27],should:[71,110],"\u30ea\u30ea\u30fc\u30b9":[150,75,111],"\u5316\u5bfe":105,handle:122,means:[95,47,83,130,8,122,42,71],"==":131,familiar:116,"=$":[163,132,105],"='":96,"\"ellip":153,"=\"":[20,95,4,132,27],"=-":163,"=/":[154,163,85,155,132],db2:45,"=)":59,"/html":[23,105,45,110],">cache":4,"\u307b\u3068\u3093\u3069":15,"_search":[46,37,25,6,65,23],nise:65,"\u64cd\u4f5c":[46,95,59,107,12,118,85,112,15,99,140,65,67,138,131],travis:144,"\u7cfb\u5ea7":[29,153],"/doc":132,"\u3002debian":155,"\u306b\u3064\u3044\u3066":[0,43,77,3,5,119,39,127,85,103,87,6,2,88,59,9,129,42,65,163,160,45,94,145,95,64,132,97,12,134,13,49,101,50,137,17,139,21,141,133,142,83,149,55,144,57,58,41,106,108,20,146,147,61,112,153,62,113,135,11,151,23,114,67,154,68,69,115,157,158,159,118,72,26,29,7,92,74,122,75,31,123,76],"\u8ffd\u8a18":[6,65,132],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":111,"_connected":[2,151],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[65,112],"/var":[124,163,85,8],configuration:[65,8,122,112],"2\u4ef6":160,"/status":[156,90,4,45,8],webclips:96,valgrind:155,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[158,82,136,112,65,23,131,55],etc:[146,8,45,122],tld:116,":\u5206":160,ci:144,ch:77,"\u533a\u5225":[39,95,126],cd:[105,115,132,145,20,13,133,89,163,76],"\u7d99\u7d9a":[6,65,85,68],"\u591a\u69d8":118,zenigata:38,"\u66ff\u3048\u308b":3,allocated:[16,15],"\u306b\u3044\u304f\u3064\u304b":[65,112],"\u304a\u3055\u3089\u3044\u3057":111,"_itoh":23,"_vesion":96,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":[6,65],adjuster:[65,72],"@yappo":[65,112],"\u58ca\u308c":[6,23,136,113,65],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":1,"\u3068\u3064\u3044":63,"\u4fdd\u6301":[12,160,87,15],"\u518d\u5e30":[95,59,88,8,67,154,94],"\u30c7\u30a3\u30b9\u30af":[1,66],"\u6b20\u843d":65,tokenkytea:[6,65],ultra:38,"0x":[158,12,39,151,65,98],"\u58ca\u3059":[6,65],site:[38,3,116,12,63,90],"\u4e00\u62ec\u3057":99,"_versions":132,"\u305d\u308c\u304b\u3089":[95,72],"\u5ea7\u6a19\u5024":23,"\u4f75\u305b":3,"\u3002\"":[116,108,60,160,90,65],"\u3002#":[23,136],"\u3002-":[81,30,163,135,160],"\u3002.":105,"\u3002(":[145,115,59,132,148,85,124,49,149,17,135,66,44],"\u3002)":[135,66,149,148],"\u300cbilliard":127,"\u3002:":[3,127,85,8,42,92,10,45,95,64,132,134,148,49,137,139,105,108,60,146,111,62,113,30,23,155,74,122,55],"\u982d\u6587":151,"\u518d\u5ea6":[59,17],"\"roonga":10,v1:59,v2:59,architectures:132,".group":159,php:[6,65],"\u3002[":[6,65,3,112],"_lzo":[62,2,107],off:[65,8],"\u3002c":[73,118,2],"\u3002n":[60,77],"\u4e00\u77ed":118,command:[16,15,6,102,110,65,68],ecmascript:[6,65,95,131,140],"\u81ea\u7531":[118,59,51,151],"\u5149\u7537":[65,112],"\u9806\u5e8f":[60,92,95,3],web:[1,158,132,108,134,95,74,163],jinja:110,"\u6b63\u898f\u5316":[6,65,119,27],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":[6,65],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":85,increased:[147,41],dest:[156,99,85],"|http":148,five:3,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[131,82,112,65,23,55],tvsec:69,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[46,155,138],"\u5947\u6570":131,string2:97,"\u672c\u8cea":148,become:36,"*target":71,"\"rect":[6,65,153],"\u904b\u55b6":132,"/source":[105,115,132,133,73,13,20,89,110,145,163,76],"\u5727\u7e2e":[62,107,112,6,65,23,163,165],"\u63db\u3048":[135,67],nneded:122,"\u30dc\u30bf\u30f3":[6,65,112,132,105],"\u53d6\u308a\u9664\u3044":99,"_group":99,"\u53d6\u308a\u9664\u304d":[96,59],"(debian":124,iwai:[6,65,98],"\u5206z":39,"_queries":[90,69,3,4,8],software:13,suited:27,"\u7d42\u3048":132,"(get":156,terminated:71,"\u300cusers":160,"\u9805\u76ee":[113,1],"-node":115,"_remove":[46,37,26,112,6,65,23,67],"_started":120,"\u89a7\u4e0b":155,"function":[36,117,120,101,151,142],"\u300cpopular":95,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[95,64,146,148,21,163],"-dd":[130,131],sigstop:[65,112],"-point":39,be:[41,117,83,74,99,130,16,50,47,110,147,122,67,71],compute:122,"\u65b9\u5f0f":[85,66,3,118],"\u4e00\u756a":[95,163,45,72],official:132,"\u3002iptables":90,problem:[16,122],yuki:23,bigram:[60,127,148,161],"int":[34,3,4,38,81,18,39,6,42,44,95,47,131,72,12,134,99,15,16,101,50,17,53,57,106,107,108,60,52,112,135,63,11,84,65,66,67,158,70,116,160,136,74,71],inv:148,"\u4e2d\u91ce":160,"\u69d8\u3005":[75,59],"*proc":81,"\uff08not":140,redcloth:132,"%post":[6,65],compared:27,"\u7570\u306a\u308b":[46,148,85,6,101,33,65],variety:38,"/message":132,"/default":[6,65,124],details:[122,83,130],"'user":101,"\u4eba\u3068":111,"/sources":133,"_query":[59,134,112,6,65,71],"+ff":164,"(init":15,eof:85,"_hugetlb":23,"-threshold":121,searched:47,rep:148,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":160,"*string":71,saves:117,all:[95,47,158,132,130,122,6,50,74,65,131],"\u3070\u308c\u308b":136,lgpl:36,"const":[34,70,52,109,98,15,99,135,65,67,71,44,107],"/travis":68,spec:[6,65,136,112,132],"\u30e9\u30a4\u30bb\u30f3\u30b9":[6,65],"\u304b\u305a\u3072\u3053\u3055\u3093":[6,65],"\u4e0b\u66f8\u304d":40,editrc:23,"\u3002tokendelimit":74,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":132,"\u4f8b\u3068\u3068\u3082":11,".en":132,"\u932f\u8aa4":118,upload:132,msyql:72,"[macports":23,starttime:[90,69,3,4,8],"\u7c21\u5358":[41,132,83,119,50,163],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":136,"\u69cb\u9020\u4f53":[65,106,44,15],"\u304c\u3072\u3068\u3064":154,"/branches":155,"\u65e5\u672c\u6e2c":11,incompatible:151,zunda:23,above:[117,42,74],"\u4e8c\u3064":[64,77,159,148,127,119,15,101,11,59],"\u578b\u3068\u3057\u3066":39,"\u30a8\u30f3\u30b3\u30fc\u30c9":[30,164,136],"\u30af\u30a8\u30ea\u30ed\u30b0":[108,74,6,65,42,23],"-admin":[6,65],"\u30d0\u30c3\u30d5\u30a1":[35,107,81,112,6,113,99,65,66,67],"-h":[85,8,45],"_table":75,negative:[44,15],"\u304a\u5f85\u3061":22,kytea:[6,65,77,112,163],separated:83,"\u304b\u304b\u308b":[100,99,3],"\u9df2\u7530\u57fa":[65,112],"_register":128,"\u3064\u3065\u3044":160,"\u62bc\u3057":3,word:[95,131,6,65,42,158],work:130,"\u62bc\u3059":[3,105],"\u30a2\u30fc\u30ab\u30a4\u30d6":[89,132,105],"\u5316\u6642":23,"\u540c\u68b1":[6,65,136,105],indicates:130,provide:117,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":132,"\"apple":164,"-lines":[117,23],"\u306e\u3046\u3061":[83,158],"/security":122,"_plugins":23,"\u306b\u5bfe\u3057\u7570":101,after:[117,122,47,110],"|with":[100,95,3,79,72,60,160,83,119,27,62,101,159,122,65,66,131,158],"\u76f4\u4e0b":23,lat:148,"_title":[148,66,3],".description":160,"*func":[44,15],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":136,"@naoina":[6,65,112],"\u30d9\u30fc\u30b7\u30c3\u30af":45,"\u306e\u3069\u3061\u3089\u304b":[95,84,158,131],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":75,"\u5bfe\u8c61id":35,frequency:[42,134,108,74],".conf":[146,124,8,122],japan:[149,90,116],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":154,"\"say":131,"/windows":[89,132],"\u4e0b\u9650":[135,106],then:[117,42,8,116],them:[122,17],"\u8f9e\u691c":[23,131,82],they:[122,130],"\u5168\u3066":[95,131,39,100,99,8,140,66,105],"\u697d\u3057":[60,127],"\u56de\u6570":[6,65],"-send":117,reasonable:116,"\u7a81\u7136":[65,112],"\u5316\u65b9":[164,119],carlos:[50,114],serach:108,"/null":1,logs:[117,92,130,54,55],patsuffix:126,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":[6,65],"+ y":39,"+a":158,network:151,"_directory":[2,151],".deb":132,"\u3068\u3059\u3079\u3066":[6,65,95],"-rsync":132,wgs:[38,47,116,12,160,39,29,63,11,90,23,153],"\u6210\u308a":[95,158,151],"\u90e8\u5206":[59,158,120,163,155,131],"\u77ed\u3044":[160,136],"+ \"":[6,65],"_tp":156,"\u77ed\u304f":[100,118],standard:39,"_to":[160,66,109],"\u30eb\u30fc\u30eb":[136,45],"\u30eb\u30fc\u30d7":[6,65,136],created:[16,117],"++":[145,115,132,118,65,23,163,98],"+-":[71,8],creates:[122,161,130],"\"ni":42,"\"no":[6,65],"\u6709\u7121":12,"\u30eb\u30fc\u30c8":23,"\u59a5\u5f53":82,"\u8aad\u307f\u8fbc\u3093":[58,90],"><":[71,4],">=":[65,112,131],">>":[65,112,131],"_next":[47,106,136,112,135,65],another:71,">\"":[65,95,96,112],illustrate:116,"\u3082\u3089\u3048\u308b":111,"\u30b5\u30dd\u30fc\u30c8":[1,77,4,82,39,40,124,6,8,23,129,163,45,64,131,132,12,98,13,100,101,135,55,58,148,111,112,65,154,68,158,116,118,136,27,164,90],"\u898b\u306a\u3057":135,john:149,"/lc":[132,105],"\u63a2\u7d22":118,">n":4,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[99,67,70,107],"\u3069\u3061\u3089\u304b":[131,27,158],"\"unknown":109,target:[47,16,89,110,67,71],"\u3002value":[67,51],"\u57fa\u76e4":15,":byte":52,"\u30d6\u30fc\u30eb":[12,39],latency:148,dbms:27,"\u5f8c\u8005":[63,164,154],",\\\"":49,"\u8ff0\u3079":3,indexbuf:107,"_distance":[46,1,37,112,6,65,23,142],"(packages":132,"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[117,65,112,105],gzip:[6,65,163,165],"\u5408\u308f\u305b":[6,65,107,131],gronnga:10,"\u3002host":90,"-strings":[65,98],"/releases":132,"\u767a\u751f":[62,1,163,132,60,118,120,112,15,6,99,65,67,55],"\u8003\u3048":[111,3,158,45,118],"\u5270\u4f59":65,"\u65e2\u5b9a":[6,65],"_input":[120,2],"\u771f\u306a\u3089":131,version:[36,3,4,132,148,15,69,102,90,23,8],rectangle:[6,65,47],"-frequency":23,"\"items":139,"do":[148,71,116],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":136,"\u3082\u3057x":65,"\u3055\u3089\u306b":[38,64,3,72,82,118,160,10],de:105,"\u8ab0\u304b":75,"[libedit":23,"\u8ab0\u304c":160,runs:50,"\u81ea\u4f53":158,"\u4e0b\u90e8":132,"_compress":107,depends:36,"\u67d4\u8edf":[101,140,118],"\u5bfe\u8c61obj":35,"\u3002json":49,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":59,wc:[133,115,13,145],"\u3044\u305a\u308c":[39,64,51],"\uff12\u3064":63,packages:[105,115,132,145,20,13,133,89,163,76],"_tables":[65,112],"\u69cb\u3044":[42,27,105],ill:127,"\u3082\u3046\u307e\u304f":163,receiver:[117,54],requests:[117,130],com:[143,116],col:67,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":68,"\u6709\u76ca":118,calros:84,"\u30d1\u30fc\u30b5\u30fc":158,daijiro:160,")\u300d":85,snippet3:27,enginen:42,"'needle":59,"\u3082\u3057\u3053\u306e":146,"\u65b0\u305f":[81,99,59,70,107],applied:[122,36],"-secret":132,"\u904e\u7a0b":51,gnu:[46,121,110],zlib:[62,136,107,13,112,6,133,151,65,23,163],"_message":[120,66],"_only":[2,151],aio:[65,112],"\u5165\u529b":[1,88,3,79,5,85,7,90,42,92,65,10,94,134,49,137,139,21,141,108,148,61,112,62,113,23,98,156,69,120,74,31,123],"_close":[59,106,18,15,16,65,135,23,67,71],"[solaris":[6,65],cond:[65,112],conf:146,"\u56fa\u5b9a\u9577":136,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":59,"\u9069\u3057":[100,118,55],"-dataset":[43,46,37,134,112,128,65],"\u4e0d\u5177\u5408":[6,65,75,112],"\u6771\u4eac":[60,160,63,11,127],"-packages":132,hana:38,"\u76ee\u7684":[163,65,77,112],"\u57fa\u70b9":95,"\u72b6\u614b":[145,69,115,136,3,132,113,60,111,13,85,15,6,133,156,118,65],client:8,the:[73,110],"_shutdowned":[2,151],"\u30de\u30c3\u30d4\u30f3\u30b0":146,"\u826f\u4e8c":65,solaris:[46,121],"_score":[95,160,107,134,112,6,63,51,65,23,131],"\u8db3\u3057":131,repoforge:[6,65,115],"\u3068\u306a\u3063":65,adding:110,"=sjis":163,"\u7027\u5185":[65,112],belongs:116,"\u7528\u3044\u308b":[38,3,12,118,87,63,90,67],"\u6307\u6a19":67,jekyll:132,"\u885d\u7a81":124,"\u30ed\u30c3\u30af":[1,85,112,6,17,65,23,67,94],"\u307e\u3068\u3081\u308b":8,"_expr":75,response:[16,117],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[163,120,64,148],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[46,138],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":160,"\u307e\u3068\u3081\u3066":[12,118,95,132,116],"\u3057\u304d\u308c":[6,65],tokenbigramsplitsymbolalphadigit:[60,101,147,32,108],comments:[159,66,139],"_arg":2,tasuku:36,"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":132,".sourceforge":[132,22],"_compile":71,repository:110,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":165,"\u8db3\u308a":[23,154],"\u30b5\u30fc\u30d3\u30b9":[6,65,118,112,68],substitution:101,"\u69cb\u6587":[46,37,72,112,128,6,65,71],post:[6,65,95,112,132],properties:130,obj:[35,67,70,81,113,93,71,44,104,107],"*ic":106,accepts:117,"*ii":18,"\u6709\u7528":[120,82,3,8,45],"\"text":23,"\u5224\u5b9a":63,zxvf:132,"\u3068\u306a\u308a":[158,27,45,90],".h":73,"**":[107,7,135,67,44,70],"float":[6,12,11,4,65],"_offline":[65,98],"\u6700\u521d":[95,3,158,12,111,27,15,120,117,84,23,66,131,154,124,55],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[95,72],"*'":95,"_socket":[2,151],"\u5927\u6587":95,"\u5b89\u5168":90,way:[54,116],cdbs:23,"cpu\u30b3\u30a2":[85,165],"_body":[60,62,79],"\u6027\u80fd":118,encoded:117,"true":[1,88,3,79,5,39,7,9,129,114,94,100,95,11,131,72,12,49,101,50,137,21,83,55,38,58,61,112,62,159,63,96,84,65,66,153,126,158,116,160,27,29,149,164],"\u30e1\u30c3\u30bb\u30fc\u30b8":[65,64,160],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[95,77,3,108,60,127,164,74,23,163],mte:36,"\u6587\u5b57":[1,77,3,79,39,127,85,6,7,65,42,95,11,131,97,12,49,99,135,55,38,59,108,112,153,63,23,66,67,154,158,70,116,118,72,119,27,29,160,164,71],"\u7d44\u307f\u8fbc\u3080":[118,59,8],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[65,17],score1:59,score2:59,"\u3059\u3063\u3071\u3044":79,distributions:132,"\u3054\u89a7\u304f":[3,155],physical:113,test:[3,132,12,148,90,66,155],"\u5c5e\u6027":[77,119,128,62,96,92],"\u305f\u3081\u3057":63,truncate:[46,37,26,112,65,23],welcome:[95,158,131],update:75,"\u547d\u4ee4":85,"[gqtp":[65,112],scorer:[46,137],tajima:[6,65],"5km":160,masaharu:[6,65,98],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":23,global:[16,17],"/debian":133,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":151,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[46,138],"<threshold":85,"\u901a\u77e5":132,"(ptr":136,"_denied":[2,151],"\u307e\u3067\u3057\u3070\u3089\u304f":132,"\u8a2d\u6a02":23,"\u5f53\u3066\u308b":12,entries:[95,158,16,139,122,131],"/http":[124,8],"\u72b6\u6cc1":[60,81,118],"\u3068\u3057\u3066":[2,98,82,40,85,6,8,23,129,93,44,145,95,64,131,132,97,134,13,14,49,101,136,51,140,55,144,58,59,107,148,112,62,11,65,114,67,154,155,115,164,158,118,25,27,133,149,163,105,76],"\u4e0d\u6574\u5408":1,localhost:[156,4,132,117,148,85,8,23,45],"(database":146,"4gbyte":56,initialized:15,"\u3002cursor":135,"[munin":[6,23,112,65],"\u30c8\u30e2":38,shared:[16,17],supporting:8,"dat\u30ad\u30fc":[65,112],"[deb":[6,23,112,65],"\u6e2c\u4f4d":118,"\u30b5\u30d6\u30bf\u30b9\u30af":132,"\u96c6\u5408":[125,72,6,99,140,65],appears:27,change:[16,6,8,110,65,45],"/usr":[163,85],"\u30ec\u30dd\u30fc\u30c8":163,liblzo:[133,13],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[60,95,140],"\u305d\u306e\u969b":132,usually:54,".spec":23,".exe":89,"\u305d\u306e\u307e\u307e":132,"\u6700\u5c0f":[145,115,13,124,133,84],"-cutter":132,"'haystack":59,"\u7d71\u5408":[6,65,112,118],httpd:[6,65,98,112,132],"\u6307\u6570":131,https:[105,165,132,68],selects:47,"enter\u30ad\u30fc":[65,112],"\u6d41\u91cf":45,"_plugin":[34,23,128,65],cas:151,"\u884c\u308f":[156,38,95,148],nfkc:164,can:[34,130,116,83,74,27,122,16,101,50,8,110,42,105,71,17],clearlock:[46,1,37,26,6,65],",\"http":12,"_stable":102,"_stamp":130,"\u884c\u3063":[155,65,63,132,116],attribute:[147,41],"\u5b89\u5fc3":111,"-com":132,",'":[12,39],"\u884c\u3044":[156,38,59,3,132,116,60,148,127,85,101,99,160,135,66,67],",\"":[38,4,160,113,139,66],",.":132,mpaa:84,"\u884c\u3048":[101,3,158,155],write:[98,65,95,32,110],"^commit":132,"\u8fd1\u508d":[6,65,140],"_zone":8,"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":[65,112],"\u5316\u6e08":[67,70],uint:[136,3,79,39,6,90,92,114,126,95,131,97,100,50,83,55,38,60,112,159,63,149,84,65,66,158,116,72,120,122,164],",_":[38,95,3,131,116,72,134,101,63,160],"\u3057\u306a\u3051\u308c":158,"?\"":116,"\u8fd4\u3059\u304b":134,ghz:148,"\u5404\u56fd":132,"\u30b2\u30c3\u30c8":22,automatically:110,",{":[148,4],"\u304b\u308f\u308a":[60,145],"\u5357\u534a":[6,65],"\u82f1\u8a9e":[0,23,132,105],db1:45,"\u5bfe\u8c61ctx":15,ieee:39,"_account":105,":ss":[130,131],"_tsv":154,"\u30bd\u30d5\u30c8":154,"-libedit":136,"=(":132,"\u3002gdb":155,"\u78ba\u5b9a":134,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":163,"\u4f5c\u7528":[6,65],"\u542b\u3081\u308b":[95,77,3,158,132,98,119,65,23,154],rake:132,"\"version":4,"\"ruby":72,"\"vector":[65,112],alisa:101,now:[46,142,37,110],"\u3086\u304d":126,"_lcp":99,january:117,"[normalizer":65,"\u8aad\u307f\u8fbc\u3081\u308b":139,el:115,domain:[73,83,85,50,151,92,67,71],en:[42,77,134],ea:[130,77],"\u30e9\u30d9\u30eb":[65,112],kana:[42,134,108,161,74],ex:77,year:130,"\u70b9\u6570":120,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":132,opened:[122,130],space:[158,72],"\u518d\u69cb":23,increase:122,"\u3065\u3051":[6,65,112],"/files":[132,110],shows:119,"\u5230\u9054":56,args:85,"\u5d8b\u7530":[6,65],care:83,"/pub":115,"\u7d50\u5408\u5f0f":[6,65],arnaud:23,"[windows":[6,23,112,65],"\u3078\u306e":[12,163],"_block":[2,151],omitted:4,"\u305f\u3069\u308b":38,"_process":[2,151],message:[130,66,7],xt:77,size:[107,52,83,113,99,135,122,67,71],"\u901f\u3044":82,checked:132,silent:68,bookmark:72,"_obj":[35,47,106,70,37,46,81,18,25,98,112,15,6,59,65,23,71,107],"\uff08,":3,"\uff08-":[95,3],"'column":[6,65],"\u30bd\u30b1\u30c3\u30c8":[62,88,141,5,61,6,113,7,137,139,92,21,65,31,69,123,94],"\u3044\u308c":[6,12,67,65],"\u3044\u308b":[59,132,118,111,68,155,105],that:[16,95,41,130,116,117,122,83,99,27,15,6,50,47,17,65,147,42,71,44,8],kenichi:[23,136],localnames:139,"=path":121,libevent:[163,133,13],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":103,"\u304by":65,x6:132,than:[130,122,83,72,74],"\u30d5\u30a9\u30fc\u30e0":[65,95,140,112,158],"*next":44,"[index":65,"/gat":[63,3,116],accesses:[122,50],"_basic":[8,45],"\u5404\u547d":148,browser:105,"\u3044\u304f":[75,150],"(scope":159,"\u3044\u304d":[111,3,132],remained:130,")senna":154,"\u3044\u3044":[124,111,22],"-zlib":121,"\u30b3\u30f3\u30d1\u30a4\u30eb":[65,98,112],"\u30b3\u30f3\u30d1\u30a4\u30e9":23,"_circle":[46,37,112,65,23,142],engin:[42,134],"\u591a\u5f69":118,"=none":[77,119],"\u3044\u3064":42,"*buffer":67,"\u3044\u307e":58,"\u9806\u6b21":[156,85,3,90],"|suggest":134,price:12,"\u5c0e\u5165":[65,64,155],"_section":[107,160,83,62,65,66],"\u79fb\u52d5":[132,73,6,89,23,21,65],"\u672a\u4f7f\u7528":151,"\u3068\u308a\u3068\u3093":[158,131],"-yyy":105,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[6,23,65,162,46],"\u3057\u3044":[60,127],"\u3057\u304f":65,"\u975e\u4e92":[6,65,112],"\u65b0\u5bbf\u99c5":63,"\u3057\u304b":[95,158,12,8,131,66,105,45,55],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":75,oldvalue:107,"\u3057\u3066":[0,38,95,136,3,132,60,160,13,111,112,6,99,8,65,155,105],"\u6700\u5927":[56,16,1,136,131,57,82,95,85,27,112,6,151,84,146,148,23,65,52,45,103],"\u30bf\u30a4\u30c8\u30eb":[38,95,131,12,66,158],title:[38,3,132,116,12,112,159,90,65,66],only:[16,8,110],"\u3057\u307e":111,"-server":[46,115,145,13,85,112,28,6,133,65,23,98],"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":8,cannot:[46,33],"\u5f8c\u8ff0":[135,159,59,132],"1\u6708":[12,160,39,95,131],"/gqtp":[65,124,112],"\u62c5\u5f53\u8005":132,"\u8b70\u8ad6":0,elfring:[6,65],"\u840e\u7e2e":111,"\u4e21\u65b9":[95,160,158,72,82,100,118,42,131,126],"(scan":155,"\u8a18\u6cd5":[66,131],"\u70b9\u4ee5\u4e0b":12,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":[65,112],"\u5dee\u96c6\u5408":131,between:[46,37,112,50,65,67,142],"import":132,"\u5426\u304b":84,notice:[5,7,8],"\u3057\u308c":120,"\u3057\u308a":111,tokenbigrma:77,"\u3057\u3088":[35,59,12,100,112,15,49,11,17,65,23],"\u672a\u8a2d":[6,65],article:66,"\u3079\u30fc\u30b9":65,"\u975e\u4f9d":115,"-groonga":[91,148,132],"-time":27,"\u5c55\u958b\u5f8c":95,learning:[117,46],"\u8868\u8a18":[11,79,132,72,12,39,112,6,63,65,23,131,105],"\u578b\u60c5":[6,65],"\u3002callback":59,"\u8868\u8a08":154,"'>":96,"';":85,"=yes":[95,132,112,65,98,155],ruby:[46,36,132,37,72,118,26,112,6,65,68],"\u5438\u53ce":[3,79],these:27,"\u4f55\u3089\u304b":39,"\u30b7\u30b0\u30ca\u30eb":23,geodetic:39,"\u4f7f\u7528\u4f8b":11,"/packages":132,shorttext:[3,79,82,39,85,90,42,92,114,126,95,47,131,72,12,134,100,101,50,139,135,83,55,38,108,60,148,62,159,63,11,84,23,66,96,158,116,160,136,27,120,149,74,122,164],"[grntest":23,"\u3002\u300c":[38,95,77,158,119,131,66,55],"\u3002\u300d":60,"\u5fc5\u8981":[1,77,6,8,9,65,163,145,95,132,72,13,15,49,135,105,59,106,20,148,111,112,23,98,155,115,117,118,136,119,120,133,30,55],", {":[8,45],"\u5c65\u6b74":132,"\u8f9e\u66f8":[145,1,60,136,115,112,6,65],develop:64,"-dir":148,"\u6fc1\u70b9":164,document:[131,132,136,85,27,30],"\u3002\u3044":59,favorited:160,"\u5b89\u5b9a":[118,65,64,98,113],"_space":[2,151],initialization:117,".po\u30d5\u30a1\u30a4\u30eb":[75,132],", \"":[66,72],favorites:160,"\u3042\u306a\u305f":[132,22],eito:[65,112],"\u3002\u3059":[100,148],"\u628a\u63e1":111,"\u3059\u3079\u3066":[95,64,3,131,72,83,136,148,99,6,50,77,8,84,65,23,163],"[output":[65,98],"\u3002ecmascript":95,"\u6bd4\u3079":[100,116],"'groonga":[133,115,13,145],touch:122,"\u30ab\u30e9\u30e0":[163,46,40,118],speed:10,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":69,"\u3002api":[27,140],"\u4f4e\u304f":60,"_filename":2,"_extract":36,"\u4f4e\u3044":[60,95],"\u30ad\u30fc":[56,95,164,3,107,72,82,39,158,85,112,6,99,136,51,65,131,98,44,149,55],real:[122,27],"\u542b\u3081":[95,154,158,132,84],"\u542b\u3080":[156,62,95,59,3,158,72,134,143,127,6,160,65,66,131],"\u8a00\u3046":[42,72],"\u4e38\u62ec":3,read:[50,27,151],"\u8a00\u3048":[60,158],"\u5c55\u958b\u7528":23,amd:132,"\u542b\u3093":[95,59,158,108,12,27,120,65,10,131],"_hook":[46,25,37],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[85,6,90,151,65,8],"\u6df7\u5728":30,"=site":90,output:[72,98,136,112,6,137,65,71],"\u5c5e\u3059\u308b":[135,92,39,67,107],unsplit:59,"\u30b7\u30b9\u30c6\u30e0":[118,75],"\u5de6\u53f3":3,"id\u9806":135,"\u30ec\u30b9\u30dd\u30f3\u30b9":[2,112,6,151,65,23,45],"\u30de\u30b7\u30f3":85,"\u542b\u307f":[120,135],"\u542b\u307e":[3,127,6,9,129,92,45,95,131,132,49,101,55,58,59,84,65,154,115,158,27,120,74],"\u5206\u3051":[46,132],tomoatsu:136,"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":8,".posted":160,"-static":23,rdbms:118,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":148,"\u578b\u6307":[6,65],backup:139,processor:[133,115,13,145],"/install":65,"/admin":[23,85],"\u30aa\u30d5\u30bb\u30c3\u30c8":[6,65,95,134],"\u53f3\u4e0b":[29,1],"\u53f3\u4e0a":1,"=title":90,operator:47,your:[105,23,68,122,110],log:[46,132,37,26,6,65,23,163],prepare:8,aren:122,assumed:[44,15],rpmforge:115,rlimit:[65,112,130],"\u77e5\u8b58":148,cflags:[20,132],"\u306b\u3064\u3076\u3084\u3051":111,"d\u30ad\u30fc":3,"/query":9,",\"links":12,"default":110,"\u30b3\u30b9\u30c8":[100,99],"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":[65,112],"\u9032\u3081":[75,150],describe:34,"\u5bfe\u5fdc":[118,143],"\u95a2\u4fc2":[91,46,59,121],"\u56db\u89d2\u5f62":40,"\u691c\u67fb":67,"_code":[120,130],valid:74,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[90,45],you:[34,116,117,122,83,74,161,15,16,101,50,17,110,42,105,54,8],"\u4f4f\u3093":160,string1:97,coverage:155,"[fedora":[6,65],gemfile:[6,65],"\u4e94\u5165":23,bulk:71,"\u5b9a\u7fa9":[88,3,81,39,85,6,92,44,95,11,131,100,101,99,51,137,59,107,52,61,62,159,96,151,84,65,66,154,158,27,149],"\u8a66\u3057":111,"\u8a66\u3059":165,"\u3002\u00d7":111,cores:117,"\u524d\u8ff0":[60,164,8,55],month:[38,130],"\u308f\u304b\u3061":127,"\u3002name":[99,107,15],"4byte":151,"\u57fa\u6570":131,longitudexlatitude:[65,112],"-e":85,"-d":[117,54,85,8,90],"-g":89,"\u4e16\u4ee3":64,"-a":[6,65,85,158],"_rk":135,"-c":[145,115,85,90],"-m":156,"-l":[117,130,85,54],"-n":[117,23,3,85],"-i":[148,85],"_rc":[35,95,47,107,67,81,18,109,99,15,16,135,102,17,53,93,71,44],"-j":163,"-t":[117,85],"-w":132,"-p":[117,148,85,90,156],"-s":[117,85,90,54],"\u304b\u304b\u308a":[100,158,132,131],"-x":[65,112,132],"-z":117,"-conditional":23,very:[120,95,158,27,49,42,131],"\u4ed5\u7d44\u307f":[6,65,8],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[23,45],"\u76f4\u5f8c":15,":\"":[71,3],"_github":[132,105],"\u6b8a\u547d":148,normalizers:[41,164],"\u9df2\u7530":[65,112],"--":[35,1,79,81,85,6,89,8,65,93,44,95,47,131,132,72,99,15,16,101,102,17,53,104,38,106,107,60,52,109,148,112,135,63,96,23,67,154,70,116,160,136,27,128,74,30,71],"-(":[131,132],"-+":8,"\u3057\u307e\u3057\u3087":[63,72],"->":136,"/work":132,"\u518d\u73fe":[60,65,111,112,140],"\u975e\u5206":95,"[admin":[6,23,112,65],"@s":136,naoina:[6,65,112],"-jinja":[132,110],"\u6e2c\u5730":[11,12,39,29,63,153],learned:[54,116],"\"yyyy":131,"\u9ad8\u3044":[95,3,134,113,8,118],"/ja":[132,105],"\u304b\u304b\u3063":[120,95],"\u306b\u95a2\u3059\u308b":[46,95,158,37,112,22,6,135,8,65,53,23,98,131],"\u30aa\u30b9\u30b9\u30e1":[145,115,13,133,89,121],"@'":3,"_dist":[6,65],"\u30ec\u30b3\u30fc\u30c9r":59,daemonize:[117,54],"\u308f\u304b\u308b":65,"\u308f\u304b\u308a":[136,116],"\u30b0\u30ed\u30fc\u30d0\u30eb":[6,65],"\u3068\u305d\u306e":64,"\u8ad6\u7406":[56,95,59,118,6,113,65],hoge:97,"\u30de\u30c3\u30c1":[1,59,158,72,140,95,27,112,159,84,65,163,23,93],"9\u3064":3,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":[6,65],normallexicon:164,chunks:146,"=groo":117,takes:[147,41],contains:[147,41],bash:163,"\u6c7a\u307e\u308b":3,"\u6c7a\u307e\u308a":154,"@yito":[6,65,112],fulltext:[77,27],".comment":[160,66],"-tokenizer":[145,115,13,112,6,133,65],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":27,"\u30af\u30ea\u30c3\u30af":132,"\u5fa9\u53f7":132,vm:[6,65],"\u3002eclipse":105,"[load":[6,65],"/homebrew":132,"-databases":[3,117,83,50,90,92],nine:3,"\u9664\u53bb":[65,96,112,136],exclude:[6,65,112,84],string:[59,109,15,6,65,67,71,44],"-address":[6,23,85,65],snippet:[46,36,37,112,6,65,142],"\u3042\u3089\u304b\u3058\u3081":[145,39,132],"[table":[65,112],"_likes":[120,122,95,158,131],fu:77,"[dat":[6,65,98],derived:54,"\u901f\u304f":[38,163,55],fa:77,tries:17,"\u3002'":[67,158],fd:117,"\u6642\u9593":[120,95,158,132,118,136,148,112,69,17,65,23],"\u4e0b\u3055\u3044":[145,115,77,132,13,6,133,99,89,121,65],documentation:[122,68,110],"\u4e00\u5bfe":12,narwhal:23,uninstall:[6,65],"\u5909\u63db":[2,82,39,8,160,135,23,164],help:[23,155],"\u592b\u5fc5":126,"-wno":23,"\u5dee\u3057":132,"/lzo":[23,136,112,65],systemd:[6,65],"\u306f\u3044\u304f\u3064\u304b":[56,120,17,45,158],"_rename":[46,107,37,26,112,99,65,67,98],"\u30ab\u30fc\u30bd\u30eb":[135,23,136,106],shimada:136,systems:27,"\u57fa\u672c":[6,46,118,132,65],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[65,85,112,158],"-test":[155,132],"\u5e03\u6559":75,"\u30ad\u30fc\u30ef\u30fc\u30c9":[46,1,127,158,118,95,27,128,6,101,33,65,10,55],"\u597d\u304d":105,yito:[6,65,112],"\u306a\u306a\u3069":[158,131],"\u9032\u3093":118,"\u30b5\u30a4\u30ba":[35,82,6,89,65,145,12,13,99,135,55,56,107,146,112,113,151,23,67,115,118,27,133,121],"=grooon":117,"\"sequence":[42,134,108,74],"\u30d5\u30a1\u30a4\u30eb":75,todo:[34,35,81,18,93,44,95,47,72,102,15,99,53,142,104,106,107,52,109,135,67,70,119,161,120,48,71],event:[108,134,161,74,42,54],"_position":[100,95,3,79,159,60,160,83,158,27,62,101,122,66,131,107],"\u52a0\u3048\u308b":[62,23],"<ip":[148,85],trusty:[65,13],since:[130,107],issue:0,"/mailarchive":132,"\u9045\u304f":153,"\u9ad8\u304f":[60,72],"\u9045\u3044":[82,11],"\u3002mysql":[145,133,115,13,164],pub:132,"\u3042\u308f\u305b\u308b":[6,65],reason:42,base:[8,132],put:158,loads:[8,54],rect:11,"\u5931\u52b9":[8,103],"\u30b5\u30a4\u30c8":[12,38,132,140],"\u5024\u3068":[12,95,158],encoding:[109,71,4],"/data":68,"\u8ad6\u7406\u548c":[95,59],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":75,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":124,"\u52a0\u308f\u308b":111,"\u3002_":[51,3],"\u5024\u304b":11,":value":[95,158],"\u53d7\u3051\u308b":[65,124],zeromq:163,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":16,schema:161,"\u3002make":148,"\u3002null":[99,70,15],"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":23,translation:105,jquery:[65,136],grep:[133,115,13,145],"\u3002xml":120,"_probability":[23,134],str:71,builder:18,"\u5206\u3051\u308b":[12,132],"\u547c\u51fa":[35,99,67,107],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":45,"null":[16,58,47,106,70,92,27,15,6,99,59,96,112,65,135,23,67,71,44,107],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":4,lib:[65,136,112,9],"_incr":67,"\u79d2\u5358":[12,39],"\u5024\u3068\u3057\u3066":[146,11,85],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":8,tokenbigramsplitsymbol:[60,147,136,32],".repoforge":115,"'hay":59,"/dev":132,clear:67,"\uff08and":140,"\u6697\u53f7":132,"\u4ecb\u3057":[118,90],clean:155,latest:110,"\u6574\u5408":[1,67],"\u62e1\u5f35\u578b":12,"\u59cb\u3081":105,parameters:[117,101,122],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":155,"\u4eca\u5f8c":[21,23,129,77],httprewritemodule:8,".nginx":8,"*index":[47,106],"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[65,85,112],"\u89e6\u308c":3,"\u52a0\u7b97":[67,51,72],"\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":131,locale:105,"_enough":[2,151],":groonga":[95,13,158,132],"_would":[2,151],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":59,"\u7d39\u4ecb":[38,75,95,132,160],"\u4e00\u5ea6":[100,116,9,6,17,65,23,66,164,154,8],"\u5909\u6570":[131,132,20,98,112,128,6,23,65,154,44,155],"-level":85,"|persistent":[92,50,83],"\u306f\u3061\u3087\u3046":131,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[144,140,68],delimit:[65,112],oneiric:[23,112,132,65],geopoint:[38,1,47,116,12,39,136,112,29,11,65,153],"\u5f71\u97ff":[6,65,112,132],"\u767a\u63ee":118,"\u4e00\u5f0f":67,likes:116,linux:[46,148,37],"\u4e0d\u80fd":148,tokenbigramignoreblanksplitsymbol:[60,147,32],"\"web":[108,74],"\u306e\u3069\u308c":[117,42],"\u4e8b\u67c4":111,stamp:130,describes:[120,83,110],empty:83,"/db":[134,124,8,139,54],"/dd":131,"\u56de\u7279":148,"\u7a3c\u52d5":69,"\u6a29\u9650":[65,163,90,112],"\u30a8\u30b9\u30b1\u30fc\u30d7":[49,27,112,6,65,71],"\u6307\u793a":[81,42,3,90],"while":50,"\u505c\u6b62":[65,64,85,112,123],"\u4eca\u5ea6":160,"_zlib":[62,2,107],"!(n":131,ready:110,"\u898b\u3064\u3051":[6,42,1,111,65],fedora:[46,132,121,110],checking:[117,84],"_keys":99,"[suggest":[6,65,98,112],"-jp":[65,112],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[163,132],composition:164,used:[70,117,103,84,130,71,54],temporary:70,uses:[16,122,130,110],user:[34,38,159,117,148,27,101,8,84,122,44],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[95,77,158,116,119,137,85,27,112,6,164,122,65,163,55],database:[41,83,161,16,99,8,147,67],"-filter":[126,72,27,6,101,159,65,23,142,131],"\u30ef\u30a4\u30c9":23,"\u51fa\u529b":[118,75,155],"\u9806\u756a":[106,158,60,85,135,3],"\u30b0\u30e9\u30d5":118,"_path":[132,148,112,6,65,67,98],"\u30d0\u30a4\u30b0\u30e9\u30e0":60,"\u4e8c\u756a\u76ee":131,"\u8fd1\u4f3c":[6,23,11,153,65],"\u56de\u6307\u5b9a":158,"\"tritonn":95,"\"uptime":4,"-gram":[77,3,131,60,118,127],"\u3064\u3051\u308b":[95,111,126,72],qwik:139,"\u9759\u7684":75,nginx:[145,115,13,112,6,133,65],"_com":132,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":151,"'..":[65,112],"\uff09\u307e\u305f":[77,119,158,131],popular:95,"\u518d\u751f":8,"\u4f5c\u696d":[75,111],"\u30c7\u30d5\u30a9\u30eb\u30c8":[1,3,4,39,127,85,6,90,23,163,45,100,95,64,131,72,12,134,15,49,101,102,137,17,21,55,59,60,109,148,112,53,11,65,153,98,156,158,116,136,8],"\u5927\u304d\u306a":[45,55],some:[122,71,161,130],"\u96a3\u63a5":[118,158],"~number":131,"\u5927\u304d\u304f":[12,136,64,139,153],"\u5927\u304d\u3044":[95,59,158,82,85,23],"\u3061\u3083\u3093":38,"\u30af\u30a8\u30ea\u30fc":[46,95,37,134,6,9,65,71],"\u5927\u304d\u3055":82,".sh":[132,6,65,68,155,105],run:[75,155,132],"\u4ed8\u304d":[46,2,158,72,20,134,40,136],processing:130,"\u81ea\u5df1":160,"\u4ed8\u3044":[160,164],"\u5f37\u5236":[6,65,1,67],"\u898f\u683c":135,"\u4ed8\u3051":[3,12,6,149,90,84,65,66,45],"\u30ab\u30a6\u30f3\u30c8":[65,112,160],"\"mori":139,"\u4f3c\u305f":[63,164],"_read":2,ids:[47,72],"\u5916\u90e8":143,"\u5185\u5bb9":[35,124,3,81,6,90,42,92,95,131,132,12,135,105,148,111,65,66,158,156,70,160,27,120,74,122],"\"serach":108,block:12,libzmq:[133,13],"\u3067\u3069\u3053":2,"\u30ad\u30e3\u30c3\u30b7\u30e5":[1,70,118,6,103,65],".column":[65,112],".(":132,".)":[130,65,131,112,122],".-":105,"..":[139,49,95,3,158,72,134,83,85,112,6,101,8,131,65,30,105,113,45,55],"./":[163,105],"\u5316\u6f0f\u308c":[6,65],"\u3067\u3082\u3063\u3068\u3082":26,".\"":[38,95,3,131,12,27,100,101,90],"\u5909\u66f4":[46,1,132,65,163,68],".'":[6,62,112,65],".:":[117,54],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":160,patprefix:126,"\u652f\u63f4":10,"\u30da\u30fc\u30b9\u30c8":[6,65],"[groonga":[6,23,132,65],pangolin:[6,65,13,132],registered:[42,27],tokenbigramignoreblanksplitalpha:32,".]":[92,134,131,113,72],newer:110,"._":[95,158,116,12,112,65,67,131],"\u3002\u30bf\u30b0":[38,72],info:[5,7,8],utc:131,utf:[36,4,117,109,136,85,112,164,6,65,163,131],".n":[122,95,131,70,158],".o":38,munin:[145,1,13,115,6,133,65,23,163],"\u306b\u5bfe\u3057":[1,3,81,127,6,9,95,131,132,72,134,99,38,59,112,62,159,63,65,66,67,156,69,158,116,118,30],".c":[95,36],".d":[146,122,133],"_max":[57,2,106,16,102,151],".x":115,windows:75,".}":[113,131,72],"\u66ff\u3048":[60,46,138,132],"\u5099\u8003":[65,112],doesn:[83,50,8,122,17],"\u3002gnr":140,"#{l":130,"\u306b\u3068\u3063":111,"_columns":[46,72,136,112,6,99,137,65],"\u958b\u3044":[164,136,112,65,23,31,94],"_float":52,"\u958b\u304f":[6,23,164,65],"\u958b\u304d":70,"_rate":[90,69,3,4,8],application:[8,45],"\u958b\u3051":[6,65],"'\u3002":85,"\u56db\u3064":127,sigcont:[65,112],"\u6642\u4ee5\u5916":136,"\u843d\u3061\u308b":[23,136,112,65],"\u767a\u884c":90,draw:38,": n":156,"_len":[6,65,107],".patch":105,"(title":[65,112,97],"\u306a\u304c\u308b":[6,65],"\u4e00\u5de5":126,required:[117,8,45],"\"suggest":10,"\u5f37\u5316":[23,136],requires:[42,110],kawaji:[6,65],"_pat":[95,136,158,72,83,99,85,27,112,101,50,159,139,92,135,65,114,131,55],"\u30d6\u30e9\u30b8\u30eb":11,gr:[95,77],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":95,gb:[146,4],ga:[77,148,164],go:100,"\u30dc\u30c7\u30a3":[55,151,9],gi:77,".ssssss":130,nippon:42,"_unknown":2,"\u300cgroonga":[65,140],"po\u30d5\u30a1\u30a4\u30eb":105,"/..":[8,132],"\u4e0d\u8db3":[145,115,13,133,89,121,65],"\u9632\u304e":[65,112],"\u304a\u3053":[12,118],mercurial:[132,110],".mo\u30d5\u30a1\u30a4\u30eb":105,configurations:17,"/bin":163,"\u5341\u5206":[60,35,146],"/sbin":76,"\u8ca0\u6570":[6,65,17],download:[115,132],"-known":27,"/introduction":[3,90],opaque:[16,151],".tsv":[154,4],"\u542b\u307e\u308c":[95,118,127,27,112,120,84,9,65,55],"\u983b\u7e41":[99,163],"\u4fdd\u5b58":[46,72,83,40,112,6,65],"\u7b49\u5024":136,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":77,"\u62e1\u5f35\u5b50":[136,148,4,9],"\u3002max":135,accessor:[99,67],".weight":[65,112],blogroonga:75,"\u300d\uff08":[127,139],"_child":[2,151],"\u306e\u3042\u3068":[6,65],"\u5177\u4f53":[60,66,116],"\u8fd1\u304f":[118,40,131],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[144,18,118],"\u540c\u3058\u578b":72,"\u898b\u3064\u304b\u3089":99,"\u898b\u3064\u304b\u308a":95,"\u898b\u3064\u304b\u308b":[6,65],"\u898b\u3064\u304b\u308c":111,"\u8d85\u3048":[60,65,95,112],win:89,"\u5171\u901a":[131,82,39,111,23,66],"boolean":36,"\u7d5e\u308a\u8fbc\u3080":10,"\u624b\u9806":[150,75,111],"\u3002\u30d0\u30b0":0,"\u7d5e\u308a\u8fbc\u3093":[65,118],"_no":[95,2,158,136,27,100,101,99,149,139,135,92,131,55],"\u81ea\u5206":[148,111,8,121,105],milliseconds:117,soundkitchen:[6,23,65],cosmo:[65,112],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[146,95,72],started:[120,130,95,158,131],"\u5f15\u304d\u8d77\u3053\u3059":[6,65,112],"\u5371\u967a":[132,45],"\u53d7\u3051\u4ed8\u3051":[6,65,136],mitsuhiro:136,"\u7de8\u96c6":[75,155,132],links:[12,90,116],escapes:71,sudo:[145,115,132,20,146,13,124,122,6,133,90,110,65,163,155,76],escaped:71,objname:[31,94],"\u30b7\u30e3\u30fc\u30d7":55,tokendelimit:[147,77,32,74],"\u6df1\u523b":[6,60,65],"_repair":[65,98],"\u512a\u5148":[118,148],"*valuebuf":35,"\"sphere":153,"\u9577\u4ee5\u4e0a":[99,67],".entries":122,"\u7d5e\u308a\u8fbc\u307f":[118,3],"\u66f8\u5f0f":46,rakutan:66,"\u81ea\u52d5":[38,3,107,132,82,158,148,6,99,51,8,9,126,23,65,131,105],"\u898b\u3064\u304b\u3063":[95,10],"_characters":71,":tasukuchan":160,"\u4e00\u500b":59,"\u30c7\u30d5\u30e9\u30b0":23,"!\"":[38,95,77,3,158,12,160,120,100,6,8,65,66,131,45,90],including:50,"-mysql":[145,115,13,119,133,164],"\u88dc\u8db3":8,geoppoint:47,"_match":[46,25,37],auto:134,"\u629c\u304d\u51fa\u3059":118,"_seek":[2,151],takayuki:23,"\u306b\u304f\u308b":60,"\u5f15\u8a9e":3,"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":111,"'query":[6,65],"\u65e2\u5b58":[124,3,70,132,12,118,148,6,99,90,21,65],chunk:[113,122],inverted:27,special:95,"\u3050\u308b\u3093":[38,158,131],"-match":121,"\u306b\u304f\u3044":118,may:[122,50,83],"_default":[109,6,102,53,65,45],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[23,112,65],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":105,"_script":129,"_proxy":8,deprecated:[95,64],times:17,"-localstatedir":121,"\u307f\u304c":59,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":14,"_proc":[46,65,25,37,15],"\u8aa4\u5dee":[23,11,153],largetext:82,"<max":85,unsupported:151,improving:122,"\u305e\u308c":[95,59,106,131,132,74],"\u5185\u8fd1\u304f":131,management:[27,68],"\u305d\u3053":[12,60,132],mkdir:139,"\u6700\u4e2d":118,"\u52d5\u5c0f":39,"\u304a\u304b\u3057\u304f":136,"_bad":2,"-doc":[65,98],"\u306f\u3058\u3081":[46,134,64,162,105],configure:75,"_utf":[135,109],travi:[65,112],lists:[147,41],",..":[49,92,95],"_vector":[38,95,107,72,12,160,83,112,62,159,149,65,67],"*min":135,updating:17,"\u3092\u3054":155,"-log":121,arc:77,"_expander":[65,112],"\u8a72\u5f53":[107,27,99,84,135,65,66,67],msec:17,"\u56fd\u969b\u5316":[75,14],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":132,variable:83,"\u4fee\u6b63\u4e2d":108,"\u30de\u30a4\u30af\u30ed":[12,160,39,131],need:[16,117,110,122,15],"\u3068\u307f":[30,95,112,65],nsis:132,"\u6f14\u7b97":[131,136,112,6,99,140,65,163],"-db":[65,98],"\u3092\u308a":8,"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":163,"\u7570\u306a\u3063":135,"_lt":135,url:[139,23,90,132,30],uri:[30,8],"\u6982\u5ff5":64,databases:16,"\u57fa\u6e96":[12,118,3,132],"_temporarily":[2,151],"\u5fc5\u9808":[163,89],"\u3084\u3089":132,"\u3084\u3081":[23,112,65],"\u3002\u2193":85,ssssss:130,"\u53cb\u4eba":38,"\u6e2c\u5b9a":148,"\u624b\u9593":111,based:[47,27],launchpad:[65,13],"\u3068\u3066":[82,95,45,118],"\u65e5\u6642":[46,39,138],"\u4e0d\u6b63\u78ba":[6,65,69],"\\groonga":89,"\u5358\u306b":[65,58,112],"\u4e0d\u8981":[6,65,112,118],sha:132,"\u79d2\u3088\u308a":128,processed:130,"\u3050\u308b":[140,158,131],"_parse":[109,71],"_setpshared":[65,112],sho:[65,112],"\u7a7a\u6587":[39,158],humans:83,latin:[6,65,163,85],"\u63a5\u7d9a\u5148":156,".list":133,"2\u3064\u3081":[66,158,45],"|ga":95,"\u975e\u5e38":[6,65,45],"\u7ba1\u7406":[46,1,132,85,15,6,113,65,23,163,98],wibowo:[65,112],written:110,ken:38,"\u3084\u304c":64,"\u304c\u304a\u304c":160,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[6,65],"\u3053\u308c\u3089":[3,4,82,6,8,9,163,10,45,145,95,11,131,72,13,60,51,140,20,112,65,115,158,116,160,119,133,74,30,75,164],key:[49,95,107,132,72,134,83,99,112,6,135,50,149,139,120,65,67],"\u3084\u3057":95,limits:122,admin:[65,136],"!\\":131,"\u682a\u5f0f":65,"\u96e3\u3057\u3044":118,"\u304a\u3089":132,"\u4eca\u56de":[6,65,3,27,131],"\u4f5c\u6210":75,"_add":[81,99,71],"\u30af\u30ea\u30a2":[6,23,67,65],quit:[46,26,132,37],"\u91cd\u8907":99,"\u30b9\u30ab\u30e9":107,quiz:38,"\u547d\u540d":[6,65],compatibility:164,"\u306b\u3088\u3063":[88,3,79,5,127,85,7,90,92,94,95,64,72,12,15,99,137,139,140,21,141,38,59,143,61,112,69,113,65,67,156,62,118,30,31,123],"\u6b21\u671f":132,username:[38,89],"\u65e5\u672c":[158,132,39,29,63,42,153,131],corresponding:67,"\u7d44\u307f\u5408\u308f":[118,95,59,55],"\u7a2e\u985e":[35,2,82,85,77,42,44,138,46,95,131,132,72,134,99,51,55,59,108,60,151,23,158,117,74],"_binary":[6,65],"\u4ee3\u308a":[6,65,11,158],glossary:68,"\u3076\u3093":111,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[95,77,159,98,101,89,8,65,23,154,55],demo:38,"\u3060\u304b\u3089":95,"/_":132,"\u76f4\u524d":81,"\u9818\u57df":[163,99,6,63,65,67],"/o":55,"_system":[23,2,151],"\u91cd\u8981":[95,77,132,72,155,111,26,15,100,8,118,163,87,45,55],"\u614e\u91cd":155,"/f":132,"/d":[65,8,45],"/c":[73,118],"\u91cd\u8996":[60,100],"-essential":[133,13],"/x":45,"-learner":[43,46,37,136,161,65],"\u8aa4\u5b57":[136,112,6,65,23,154],crch:77,"(mroonga":154,http:[37,85,6,89,8,23,163,145,132,72,13,139,105,43,46,20,148,112,65,156,115,118,136,133,76],"\u306b\u3088\u308a":[56,95,11,3,126,132,113,12,118,39,112,6,60,63,8,65,66,45,90],"\u306b\u3088\u308b":[46,11,131,132,12,118,39,111,112,6,65,23,98,138],"\u305f\u3070\u304b\u308a":100,"/.":23,"/*":[73,146,124,8,105],"/(":132,"/groonga":[124,3,83,85,6,89,8,9,91,92,65,163,145,132,73,13,50,105,20,112,90,23,154,68,115,117,136,133,122,76],"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":[6,65],"/$":105,well:27,"/\"":[38,3,116,72,12,63,90,139],"/?":117,"/;":8,"\u3042\u304d":126,accurate:27,"\u904b\u7528":118,sources:[83,110],"\u3042\u3063":[145,49,95,64,107,132,38,134,148,112,6,99,51,65,67,45,105],"-ruby":[6,65,132],"/kytea":77,logged:130,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":151,"\u30fb\u5186":118,"\u6790\u7cfb":131,"\u756a\u53f7":[156,95,107,124,148,85,112,51,90,65,45],"_mask":67,"\uff08or":140,".jp":[95,36,132,22,139],pikonyan:38,tomita:136,"\u78ba\u4fdd":[35,146,15],"\u6587\u5b57\u6570":[27,131],"\u5ea6\u5206":39,"/key":67,"\u4e0b\u8a18":[69,113,135,64,59],"-plugins":[133,115,121,145],"\u3002optarg":70,home:[163,132],"'config":85,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":[6,65],"\u5411\u3051":75,"_permission":2,"\u304f\u308c\u308b":[73,118,105],nihon:42,"\u5411\u3044":[120,82,95],"\u3093\u304c":[158,131],"_number":[120,90],"\u3057\u3064\u3064":155,"\u3042\u308c":[131,132,60,148,100,84,55],"\u3042\u308a":[0,77,22,6,129,96,89,8,9,91,92,65,163,49,95,64,132,72,73,134,13,15,16,101,99,51,17,140,21,141,55,56,58,59,106,145,148,111,112,62,135,11,103,84,23,67,155,69,115,159,117,118,119,27,120,133,149,121,30,75,105,123],"\u3042\u308b":[77,3,38,5,82,39,40,85,6,2,88,65,42,163,45,94,95,64,131,132,97,12,134,135,148,49,101,136,137,139,140,21,141,83,149,55,144,57,59,106,89,108,60,146,61,112,153,62,113,11,84,111,23,66,67,154,156,69,157,158,116,159,105,118,72,92,27,29,7,30,31,71,123],offset:[34,47,70,81,99,137,135,67,71],"\u304b\u3051\u308b":[111,8],"\u9055\u3063":42,".hash":160,"-source":132,"\u6f0f\u308c":[6,65,140,132,118],compatible:8,"\u9055\u3044":[95,11,3,158,12,66,45,55],"\u9055\u3046":136,"\u500b\u6570":[6,65,107],"<log":85,"_nhooks":81,additional:[65,112],"_nsubrecs":[51,107,116],"\u30ed\u30b4":[6,65],"\u30ed\u30b0":[1,132,5,128,6,7,23,65],"\u5c55\u958b":[46,95,132,37,9,112,6,101,89,65,23,163],"\u7279\u6b8a":[120,65,67,112],"\u3059\u3053\u308c\u3089":95,hw:76,"\ufffetext":77,hh:[130,131],"\u540c\u3058\u5024":[3,8],ear:77,truncation:23,"\u3068\u3053\u306e":42,unlock:67,limit:[135,23,99,47,137],"\u3068\u3053\u308d":[58,131,73,160,62,9,129,65,98,105],"{\"":[58,158,72,134,108,148,100,101,74,129,42,66,113,131],"\u79d2\u5f62":39,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[6,65,151],eric:84,functions:[101,36],"\u3002video":38,halfwidth:164,"\u6163\u7fd2":[6,65],"_many":[2,151],"_auto":[6,65,112],"\u65b0\u3057\u3044":[118,75],"\u2026\uff09":108,"\u65b0\u3057\u304f":[95,64,3,111,100,140,55],friends:38,sphinx:[73,105,14,110],using:[66,36,74],katagiri:[65,112],persistent:[83,99,70],"{\\":49,"\u305a\u308c":[62,64,5,118,39,85,99,11,49,12,63,7,151,59],".status":148,"=redhat":163,"\u5927\u62b5":8,"\u3002scan":155,"\u30ab\u30e9\u30e0n":159,calculate:117,segments:113,"\u592a\u90ce":38,swap:122,updated:[60,36,105],"void":[70,109,99,135,102,17,53,65,67,98],updates:[27,110],"\u3066\u307f\u307e\u3057\u3087":63,"\u53c2\u7167\u5143":12,"\u30df\u30b9":42,"\u53c2\u7167\u5148":[65,112],"=pat":[65,98],solution:116,vector:[72,83,112,6,65,42],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[6,65],"\u898b\u7a4d\u308b":146,japanese:[42,22],"\u9006\u9806":3,"\u3002grn":[59,140],implemented:36,even:42,"\u50be\u5411":66,"\u6210\u529f":[16,99,163,71,15],"new":[16,34,17,132,110],net:116,maverick:23,metadata:[6,65],"\u306f\u3044\u3051":[67,149],"\u5fdc\u3058":[35,148,118],"\u9234\u6728":[6,65],"\u4e2d\u4e95":[65,112],"\u305a\u306b":72,"\u305a\u3064":[148,66,85,160],":port":[30,85,8],"\u5411\u4e0a":[23,124,8,45,140],serch:[134,108],"\u3080\u308b":[158,131],concurrently:130,"\u826f\u3044\u4f8b":111,mysqlgenerallexicon:164,"\u9023\u7d9a":[77,108,60,127,112,65,67],call:15,typo:[23,65],type:[35,3,126,83,42,44,47,12,134,50,99,55,38,107,108,52,148,62,63,66,116,117,160,119,74],"-properties":13,"\u3002zlib":62,posting:47,"\u62ec\u5f27":49,language:105,"\u4ee5\u4e0b":[77,125,5,83,40,85,6,2,89,8,9,92,65,163,49,95,11,132,72,134,16,101,50,139,147,149,55,56,59,148,153,62,113,96,41,84,23,114,67,155,68,159,119,27,120,7,30,105],"\u4ee5\u4e0a":[95,59,125,107,132,72,155,134,85,27,15,6,159,89,8,112,135,65,105,148,55],"_comment":159,"_left":[23,151,2,47,29],"-ipadic":[145,115],akio:[6,65,136],root:[65,8,112,90],"\u306b\u95a2\u3057":[65,59,148,112,15],"\u80a5\u5927":65,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[1,31],"\u63a8\u5968":[120,95,64,6,90,121,65],"\u5408\u5bbf":160,normalizernfkc:41,"\u4f55\u500b":95,"\u6301\u3064\u3059\u3079":95,"_memo":101,"\u304c\u3059":99,"\u9023\u7d61":105,sitedomain:[90,116],"\u30b9\u30fc\u30d7":127,"/result":[65,98],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":66,summarize:116,"\u3002tsv":[120,154],"_indexer":[65,98],"\u9069\u5408":[60,3],"\u30a4\u30f3\u30dd\u30fc\u30c8":75,"\u9023\u7d50":[6,65,66,67,112],operations:[50,71],"\u643a\u5e2f":118,"_ja":[65,112],"\u5358\u4e00":62,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":132,"\u3002google":158,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":136,"_jp":163,"_small":[2,151],"\u6d6e\u52d5":120,before:68,"\u7e26\u68d2":55,"=allow":95,"\u6574\u6570":[57,95,2,51,72],combination:84,weakness:27,"\u300coutput":30,"\u30b9\u30c6\u30fc\u30bf\u30b9":[65,2,112,151],"\u691c\u8a0e":[60,124],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":8,"-pack":121,"\u691c\u8a3c":156,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[46,1,106,158,38,83,112,113,65,125,138,131],"'or":[6,65],"\u975e\u4e92\u63db":23,"'article":66,"\u30d1\u30b9":[156,136,3,70,132,148,83,9,85,128,90,30,23,65,163,54,45,8],"\u7c21\u6613http":[133,115,13,145],extract:[46,162,130],"\u30ed\u30b0\u30d1\u30b9":136,realtime:[134,74],"/bc":132,content:[100,95,96,158,159,122,83,27,112,6,101,8,65,120,23,66,45,131],grease:12,"/\uff09":136,"\u8996\u899a":118,"\u30d1\u30ea":11,starts:50,messages:[65,112],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":136,iso:131,isn:83,hook:81,"1\u884c":148,"-th":119,"\u7531\u6765":140,"\u30e1\u30e2\u30ea\u30fc":55,"\u5358\u4f4d":[11,3,131,118,39,127,26,27,120,136,151,52,23,153,160],"_clear":[23,67],tokens:77,"[http":[6,65,112],"\u5358\u4f53":[118,148],"\u5f79\u5272":[101,3],nsubrecs:[38,95,107,116,160],distance:11,keyword:[95,158,27,112,6,65],".json":[4,8],enabled:130,"\u524d\u4ed8\u304d":67,gnupg:132,enables:[8,116],"\u30a8\u30e9\u30fc":[145,16,1,64,132,46,98,13,112,15,6,133,89,121,65,163,23,67,71,115],"\u7e4b\u3052\u308b":111,"\u958b\u3051\u308b":[6,65],estimated:47,"_cas":2,"\u308f\u3051":[12,42,95,77,131],specfied:47,"\u30b1\u30fc\u30b9":[60,65,95,8,55],"\u3002\u30df\u30ea":12,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":68,regular:[117,8],"\u3002munin":[133,115,13,145],don:[16,83,74,8,15],radious:153,doc:[73,105,79,132,110],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":132,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[42,108,128,74],"\u56fa\u5b9a":[135,67,3,151,55],"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":151,keybuf:99,sigsegv:99,"\u6210\u308a\u7acb\u3063":59,syntax:151,"\u65e5\u672c\u8a9e":[0,158,60,118,6,65,42,131,105],"\u8ffd\u52a0":[118,75,59],"\"\u308d\u3086\u304d":126,yoji:23,"_address":[2,90,151],"_http":8,"\u72ec\u81ea":[120,118,156],"\\\"a":159,stop:[6,65,50,8,124],"_limit":[46,1,2,37,26,112,65],"/grntest":132,"\\\"}":49,gbyte:56,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[77,127,6,33,23,145,95,131,13,55,46,112,65,115,158,136,128,133,108,74,32,76],"_index":[46,36,107,37,25,112,136,65],bad:[65,112,151],"\u623b\u308a":[6,65,67],"*name":[34,107,52,109,15,99,67,71,44],"\u524d\u56de":132,",\"location":[38,63],"\u63db\u3048\u308b":[125,132],reference:[12,65,112,72],"\u591a\u3044":[60,158,131],"\u623b\u3063":8,".kentaro":[65,112],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":127,"\u30aa\u30fc\u30ca\u30fc":[65,112],"\u4e88\u7d04":62,subject:[65,112],brazil:116,"\u672a\u958b\u653e":136,"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":72,inappropriate:151,sigint:23,filename:151,"\u7bc4\u56f2":[46,95,64,106,118,40,112,6,51,135,65,67],"+fffe":77,threasd:85,"_geo":[23,25,37,46],"\u3092\u901a\u3057":[85,3],"_get":[34,16,107,35,81,98,109,99,15,6,135,102,17,65,53,23,67,71,44],"\u534a\u5f84":153,"\u3092\u901a\u3058":63,"_operation":[2,151],"_level":[46,26,112,37,65],"\u73fe\u308c\u308b":60,against:71,"\u3044\u3044\u306d":[95,158,131],"0e":148,"\u8a9e\u5f59":[56,46,82,127,164,138,55],"_reinit":67,"\u62bd\u51fa":[6,65,27,159,55],"\u3068\u3044\u3063":[145,95,11,158,72,82,112,6,63,140,65,45,131],"_too":[2,151],loaded:58,"\u3068\u3044\u3051":[42,95,55,151,146],three:[12,3],"\u3068\u3044\u3046":[77,3,4,82,39,127,6,8,9,129,42,65,163,45,79,95,64,131,132,72,12,134,101,140,55,38,108,60,148,143,111,112,113,63,11,23,66,154,155,164,158,116,159,118,119,27,160,30,105,90],"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":116,"\u7528\u3044":[118,23,1,155,46],"\u95a2\u4fc2\u5f0f":75,"-help":121,"\u7591\u4f3c":[6,65,125,107,112],multithread:99,"-scorer":142,"_log":[6,65,112],"\u554f\u984c":[62,1,3,158,132,12,146,136,148,112,128,15,6,113,8,131,65,23,163,105],logaling:68,"\u6700\u3082":[113,95,15],seven:3,"...":[34,35,78,4,81,18,6,8,65,92,93,44,100,95,47,131,134,135,99,15,16,102,17,139,53,104,106,107,52,109,148,112,113,23,67,158,70,159,117,48,30,71],ip:[117,148,90],is:[77,3,4,83,6,90,130,42,44,45,95,47,131,72,12,99,15,16,101,50,17,110,147,54,105,41,107,109,96,151,84,65,66,158,70,116,117,27,161,74,122,71,8],"\u6069\u6075":124,it:[34,83,130,100,95,47,131,50,15,49,101,99,17,110,147,54,38,41,107,16,84,158,70,116,117,120,122,71],"\"application":23,im:42,il:[60,127],io:36,"in":[6,65,59,110],ia:[60,127],ic:106,id:[35,3,79,82,83,85,130,90,42,92,114,126,95,47,131,72,12,134,99,15,100,50,51,139,135,38,106,107,108,60,113,63,149,84,66,67,158,116,117,118,136,120,74,164],"if":[54,47,130,131,116,72,117,83,99,161,15,16,101,50,59,17,122,42,67,44,8],"\u305d\u3093\u306a":[163,55],make:75,"\u306b\u3088\u3063\u3066":[64,3,12,118,112,60,51,65,155],"\u5f15\u7528":[65,85,112],kib:122,"8byte":151,programs:83,"\u3055\u307e\u3056\u307e\u306a":[46,138,160],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[62,51,55],left:47,protocol:[124,4,118,85,30,45],just:[100,70,117,161,16,50,130,67],"@groonga":[132,22],"||":[6,65,66,59,131],yes:[156,134,155],"\u5f8c\u65b9":[6,46,59,65],"-with":[121,76],"\u89e3\u50cf":136,candidate:[117,134],defrag:[46,1,37,26,112,65],character:[119,71,130],"\u306f\u3059\u3079\u3066":[58,77,3,131,95,49,8,140,129,122,103,164,55],"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[65,98],save:[117,132],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[132,165],"\"http":72,"|>":130,"|<":130,"|:":130,"\u5cf6\u7530":[6,65],"\u6539\u540d":[6,23,65],mruby:[129,65,58,112],unnecessary:122,"\u52b9\u7387":66,"*oldvalue":107,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[1,82,39,85,6,8,9,65,163,94,46,131,49,51,139,140,54,55,144,59,148,112,62,113,23,164,158,117,118,31,165],centos:[46,132,121,110],"_db":[46,136,37,25,128,15,65,23,98],"\u7570\u306a\u308a":[95,158],"\u3067\u3044\u3046":164,"\u4f7f\u7528":[1,77,83,85,6,59,8,44,95,64,131,132,50,15,49,101,99,147,104,41,107,148,112,62,113,11,65,114,67,69,158,159,136,119,149,30],raltime:74,"\u964d\u9806":[135,134,95,3,99],"\u5bc6\u9375":75,"\u5c11\u3057":163,notification:130,tracker:0,"\u5c11\u304f":146,"\u7a0b\u5ea6":[23,3,112,65],"\u53c2\u8003":[46,132,37],debhelper:23,"\u5b8c\u5168":[95,59,131,82,62,99,55],"\u304c\u308f\u304b\u308a":[160,96],"\u304c\u308f\u304b\u308b":11,postgresql:[118,27],"\u30c1\u30a7\u30c3\u30af":[156,136,148,112,6,113,84,65,23],"*optarg":[93,70],commit:105,meerkat:23,sphr:11,"\u305d\u3061\u3089":163,"\uff08\u307e\u3082":45,editor:105,"\u6291\u3048":60,fork:[85,105],tokenbigramignoreblanksplitsymbolalphadigit:[60,147],form:[117,164,3,158],"\u3059\u304e\u308b":72,"[dump":[6,65,112],".ne":36,"_animal":12,"\u5165\u308c":[60,38,160],"\u5165\u308b":92,"\u5165\u308a":[3,131,116],grroonga:10,"\u5426\u5b9a":[95,59],lenny:23,"delete":[46,1,37,136,26,110,23,67],"_location":[120,160],"\u6c7a\u3081\u308b":[95,59],kwic:27,"\u5165\u3063":[38,3,120,112,6,151,65,42,66,155],"sort\u30ad\u30fc":1,floating:39,"\u73fe\u5728\u5730":160,"\u30a8\u30c7\u30a3\u30bf":105,tokenbigramignoreblank:[60,147,32],excel:154,"\u3002\u307e\u305a":60,"\u914d\u5217":[62,95,77,70,72,120,158,92,27,136,6,113,99,59,107,65,23,67,44,55],"\u3002\u307e\u305f":[156,64,3,126,108,12,118,39,85,63,59,90,30,154,148,131],"\u304f\u308c":111,"_example":42,"\u300d:":164,".service":[6,65],fsf:[6,65],macports:[46,121],pseudo:[125,107],"\u6539\u5584":[6,23,1,112,65],"_offset":[34,65,137,2,71],vmstat:146,"\u9069\u5207":[77,3,118,136,148,55],"\u81ea\u52d5\u7684":148,segv:[65,1,112],"\u7279\u6027":82,manager:[8,45],"\u7fa9\u8a9e":154,"\u795e\u5948\u5ddd":160,"\u3068\u3059\u3050":100,"\u524a\u9664":[1,67,81,118,136,61,112,6,99,51,65,135,23,93,98],kinjirou:38,"\u30bb\u30c3\u30b7\u30e7\u30f3":[141,85,151],"0mq":[65,112],"-efficient":72,"\u8a2d\u8a08":[95,124],"\u4e0a\u91ce":136,"[php":[6,65],"\u30b5\u30f3\u30d7\u30eb":[95,136,112,128,6,65],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":108,proc:[145,95,81,13,115,133,99,44,104],"\"mysql":[10,72],"-escalation":121,item:[42,134,108,161,74],"\u672a\u6e80":[135,158],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":113,"_entry":81,"-deb":132,"\u4ed8\u4e0e":[38,99,51,107,148],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[6,65,112],"\u629c\u3051":[23,112,65],"\u5076\u6570":131,"\u63db\u6642":23,"\uff08normalization":164,"-dev":[132,13,112,22,6,133,65,23,155],"\"xxx":[65,112],">alloc":4,".so":9,"\u4f8b\u3068\u3057\u3066":12,softwares:75,"-mode":105,shift:163,"\u3068\u3059\u308c":118,"_version":[23,25,132,37,46],"geopoint\u9593":23,bom:136,suggestion:[117,161],raccoon:38,bob:[95,158,101,50,8,84,114,45],useful:[66,83,107],"\u30dd\u30a4\u30f3\u30bf":[15,99,135,67,44,104],"\u5fd8\u308c":[23,72],"\u3002table":[99,149,104],"-leak":136,"\u521d\u671f":[70,118,136,6,65,23,67],"\u4e21\u8005":63,"-check":[117,23,136],"ci\u4e00\u822c":68,"-libevent":[65,98],"\u5e74\u9f62":[118,55],"_min":[102,106],ooo:82,"-each":23,"\"color":164,"\u305d\u3053\u306b":92,"/nfs":163,mbytes:148,"\u8fd1\u3055":131,"\u30b8\u30aa\u30b5\u30fc\u30c1":[23,138,46],"\u30dd\u30a4\u30f3\u30c8":[154,72],"\u8fd1\u3044":[135,156],ull:77,"*tc":[135,106],"-directory":[6,65],"\u30fb\u30b5\u30fc\u30d0":3,sample:[117,148,54],normalize:[46,26,37],"\u63a5\u8fd1":59,"\u3002\u30ed\u30b0":[8,55],"\u30d0\u30a4\u30c8":[2,82,39,136,27,112,6,65,135,23],"/cpuinfo":[133,115,13,145],"\u8a9e\u53e5":[65,112,38],"_current":16,map:[130,23,122],groo:95,"\u518d\u8aad":[21,154],max:[6,16,135,65],mac:[46,121],man:[1,84],".garbage":[65,112],fluent:91,"\u540d\u524d":[46,132,70,37,52,136,128,15,6,99,107,65,23,67,44,105],"_values":[23,67],"\u5e02\u5185":40,"_init":[130,15,6,65,23,67],"/fedora":[6,65,136,132,145],group:[99,116],"\u8a08\u6e2c":[23,1,155],tweets:100,mail:148,main:133,"\u91cd\u306a\u3063":[65,112],"\u5b9f\u4f53":15,repositories:132,"_timeout":[2,17,151],ggdb:132,"=submit":117,nroonga:[101,66,68],"\u5b9f\u4f8b":[75,150],"\u624b\u6bb5":59,summary:148,"\u6240\u5c5e":50,"\u7a7a\u304d":[146,113],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[46,40],".flags":99,correct:[117,134,108],"\u624b\u7d9a\u304d":[81,44],"|allow":[95,158],"\u30ab\u30e9\u30e0id":99,"_content":[95,158,159,27,120,101,122,66,131],"8\u3064":148,"\u3002min":135,debootstrap:132,"_string":[65,109,71,112,155],org:[90,116],advance:42,"\u4e8b\u9805":46,rewrited:36,"\u6b21\u90ce":38,"\u304c\u3042\u308a":[0,95,11,154,132],"] [":148,first:[95,158,131],wiki:8,"\u30dd\u30fc\u30c8":[156,124,4,148,85,112,90,65,45],"\u7db2\u7f85":8,"long":[53,18],"\u81ea\u5df1\u7d39":160,crit:[5,7],"\u9078\u3073":10,"\u9078\u3076":[118,8],"1g":[133,13],"\u30bd\u30fc\u30c8\u30ad\u30fc":[134,1,99,95],"\u30d8\u30eb\u30d7":155,"_preparer":[42,134,108,74],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":118,memo:101,"\u62e1\u5f35":[23,138,46],"\u5c0f\u3055\u304f":[100,82,11,45,153],"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":64,"11":[95,131,72,60,101,122],"10":[148,3],"(grn":[34,71],yoshioka:[6,65],libgroonga:144,"\u5229\u7528\u4f8b":118,zsh:[163,132],dash:163,voiced:164,katakana:[42,164],".uuuuuu":131,"-receive":117,speakers:22,"_open":[16,2,106,70,18,136,15,6,47,151,65,135,23],"\u914d\u5e03":[145,115,13,6,133,89,121,65],"_network":2,"\u6700\u7d42\u66f4":70,timeuot:17,">#{":130,"_enc":[135,109],performance:[117,122,27],"\u5f79\u7acb\u3061":[65,112],beta:36,pair:[42,134,108,161,74],synonym:[95,79],"_sort":99,fills:117,"\u4f1a\u793e":65,"|ng":95,"\u539f\u56e0":[46,111,33,148],precise:[6,65,13,132],lexicon:[159,148,100,101,92,66,164,55],show:1,"-po":75,"\u6700\u5927\u5024":[6,65],"\u30dc\u30c3\u30af\u30b9":95,threshold:[53,23,31,67],"\u77ed\u6642\u9593":118,"-plugin":91,"\u306a\u3093":64,"\u306a\u308c":64,"\u305f\u3057":38,black:164,"\u306a\u3089":[85,6,8,42,145,95,64,131,72,13,99,141,55,59,107,108,146,148,112,69,96,65,66,67,155,68,115,70,158,133,149,164],"\u306a\u308a":[2,3,4,39,85,6,8,9,42,65,79,100,95,64,131,132,72,12,134,15,49,99,51,103,126,94,55,38,107,108,60,148,125,111,112,153,62,63,11,151,23,66,67,154,68,164,70,118,158,27,120,160,30,31,90],"\u306a\u308b":[1,3,79,39,85,6,89,8,163,94,145,95,153,131,132,29,12,13,15,100,101,139,55,105,59,60,148,111,112,62,149,84,65,67,115,70,118,136,27,128,133,121,74,31],"_module":8,wheezy:[46,132,121],get:[6,23,47,65],"\u51fa\u305b\u308b":118,geo:[46,1,47,37,98,136,112,6,65,23,142],gem:132,"\u3002utf":[65,164,112],tokyogeopoint:[47,39,29,63,23,153],restarted:122,"\u5bfe\u8c61table1":99,morning:100,"\u300c\u697d\u3057\u3044":127,"\u5468\u8fba":[6,65,27],kernel:122,caller:44,"\u8907\u96d1":[95,59,131,112,6,65],sear:42,masahiro:136,ency:148,"\u884c\u306a\u308f":[6,65],"-threashold":[60,136],"\u53ca\u3073":148,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":45,reading:[46,162],checks:[65,119],"\u6700\u5c0f\u5024":[65,131],"\u3088\u3063\u3066":[77,125,39,40,87,63],"\u306a\u3069":[77,3,82,39,40,87,6,129,90,65,91,42,163,45,95,64,131,132,12,100,140,21,105,144,58,59,108,60,148,127,113,23,67,154,158,160,70,118,27,74],"\u306a\u306b":42,"\u306a\u3067":42,ja:[132,105],"\u306a\u3063":[124,77,3,6,90,23,163,45,95,64,132,72,12,60,111,112,113,65,66,98,155,158,118,136,120,160],"\u306a\u305c":[95,164,158,108,42,55,131],"\u5206\u5272":[3,131,118,127,82,23],"\u306a\u3059":29,"\u306a\u3055":[30,95,57],"\u306a\u3057":[95,64,158,159,112,101,2,96,135,65,153,103],"\u306a\u3052":79,nogpgcheck:[6,65],"_allowed":[2,151],"\u306a\u304e":159,"\u306a\u304f":[1,3,79,82,40,124,6,8,9,65,163,45,95,131,132,12,140,55,148,111,112,159,84,23,66,67,68,158,118,136,27,75],"\u4f8b\u5916":[129,65,58,145],"\u306a\u304a":[127,132],"\u306a\u304b":111,"\u306a\u3044":[118,143],"\u306a\u3046":160,"*bsd":[23,136],"_invalid":[135,99,2,67],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":127,"\u4e0d\u9069\u5207":[6,65],"\u5f15\u304d\u51fa\u3059":118,"}/":[105,163,9],"}.":[101,95],"})":117,".select":148,tuning:[46,112,37,65],"\u524d\u5f8c":[85,3],"\u9ed2\u3044\u70b9":40,mark:164,"*max":135,shopping:100,"\u62e1\u5927":111,"\u5b57\u5c0f":95,"}|":130,senboku:[65,112],"}e":131,"_avoided":[2,151,67],"\u6240\u5b9a":[60,127],sound:[164,108],"_information":83,"\u30bb\u30df\u30b3\u30ed\u30f3":148,"\u30af\u30a8\u30ea\u30fcapi":[2,26],"}]":[12,129,58,148,4],hdd:148,"_corrupt":[2,151],"\"mroonga":[159,95,131,72],characteristics:27,"\u8af8\u6761":56,"\u578bn":95,"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":[65,112],"|')":62,"\uff01\u3057":22,"-document":[75,132],"\u3002\u5024":84,different:117,pat:[135,82],"\u91cf\u8a08":1,same:[65,71,17,112,72],"=squeeze":132,"\u3002\u3044\u307e":[65,98],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":46,"< y":[65,112],"\u8a00\u53ca":159,"\uff01\u300d":[95,158,131],"\u7b49\u4fa1":[95,136,140],"< n":131,running:50,"\u672c\u5f53":42,montywi:[65,98],"\u305d\u3057\u3066":[95,77,116,12,118,27,160,42,66],markus:[6,65],markup:73,"\u30d3\u30e5\u30fc":[6,65],"\u8aad\u307f\u98db\u3070":3,"\u6b21\u56de":[64,132],"[number":49,"(precise":132,money:38,"\u5927\u898f\u6a21":118,"\u3002\u3059\u3079\u3066":[50,155,105],"\u518d\u8d77":[122,124,154],".dll":148,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[46,138],"\u30c0\u30a4\u30a2\u30ed\u30b0":[65,112],"\u3002none":85,"/false":[12,1],"\u5ea7\u6a19":[11,131,160,40,29,23,153],"\u56f0\u96e3":[6,65,118],"\u9069\u5b9c":[79,132],server:[38,117,6,8,65,45],"\u9650\u308a":[59,60,127,49,51,67],"\u9650\u3089":111,quantal:[6,65,132],specifies:117,"\u9650\u3063":67,testdb:[148,54],specified:[47,44,84,15],generates:161,"\u99c4\u76ee":111,ellip:11,"/database":[8,45],"\u65b0\u5bbf":63,critical:130,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[6,46,65,28],valuebuf:35,"\u306b\u3064\u3051":131,"\u30cb\u30c3\u30dd\u30f3":42,"\u306f\u3044":12,broken:151,"\u306f\u305a":[6,65,148],"\u307e\u3064\u308f":[65,112],"\u306f\u3069":[95,55],"\u306f\u3068":82,"\u306f\u307f":75,"@soundkitchen":[6,23,65],"\u3082\u3061\u308d\u3093":148,"\"\u30df\u30ea":131,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":165,"_reopen":[46,37,5,26,6,7,65],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":85,"\u8abf\u6574":[60,146,95,140],"\u3002\u3059\u3050":8,"_cache":[46,25,112,37,65],"\u4f55\u5ea6":[65,112],"\u7279\u6709":72,"-login":122,"/ '":67,"\u306a\u304c\u3089":[95,77,3,132,118,6,65],"\u3002command":64,"\u63d0\u6848":[46,134,136,111,112,6,65,23,98],"\u3082\u3046":[100,97,12,6,8,65,66],"\u8a18\u8f09":[6,65,132],"\u3002cpu\u30b3\u30a2":45,"\u3082\u3057":[95,11,158,148,120,159,2,8,84,163,65,68,154,45,55],"\u7834\u58ca":99,"\u516c\u958b\u9375":132,hsiomaneki:160,"\u3082\u3059":9,"\u3082\u3064":[149,116],"\u30c7\u30d7\u30ed\u30a4":8,"\u3082\u306e":[3,79,85,6,89,8,95,64,132,12,99,135,105,57,59,108,148,112,11,151,65,66,153,156,160,164],"|on":95,"|oo":95,"$prefix":23,"\u3002drilldown":95,"\u5883\u754c":[6,65,11],"\u3082\u308c":79,general:[16,164],file:[1,117,136,8,110,122,151],allocating:71,"*obj":[35,67,70,81,93,71,44,104,107],subrecord:[65,112],again:[8,17],"\u53d6\u308c\u308b":49,"\uff08true":12,"\u5b50\u5348\u7dda":11,"\u4e0e\u3048\u308b":[49,156,63,64,85],"}}":72,"\u3002pcre":8,"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":72,"\u8a18\u8ff0":[59,3,79,148,85,160,66],"\u4e00\u6642\u7684":[146,67],"\u4e0a\u9650":[46,143],important:16,"6gib":122,"\u30ce\u30fc":77,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[6,23,65],expressions:8,nested:[65,112],libmsgpack:[133,13],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":79,"\u30d3\u30eb\u30c8\u30a4\u30f3":[65,112],"_difference":99,"/lib":[124,8,9],"-alloc":69,"\u8aad\u3081":[6,65],"\u8aad\u3080":58,"\u5dee\u5206":148,"\u8aad\u3093":[75,68],"\u4f4e\u4e0b":[65,112],")mroonga":154,hottolink:36,"\u30e1\u30cb\u30e5\u30fc":132,"\u306f\u3053\u306e":[146,95,159],sigusr:23,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":72,"\u30d6\u30c9\u30a6":79,"\u30d6\u30e9\u30a6\u30b6":[163,90,132,105],"\u304c\u3053\u306e":158,titles:[158,131],plugins:122,"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":155,"\u5225\u9014deb":132,"@orangain":[65,112],tokenbigramignoreblanksplitalphadigit:32,"_append":[18,59,71,67],"\u30e1\u30bf\u30c7\u30fc\u30bf":[129,58],"\u8aad\u307f":[42,1,140,132,118],"\u5909\u66f4\u5f8c":[109,99,15,102,53,67],"\u307e\u3057\u3087":[38,95,11,3],"\u30c6\u30b9\u30c8":[75,150,132],threads:[117,130],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":85,"\u6e96\u5099":75,"\u6d3b\u7528":124,"\u5931\u308f":[6,65],search:[77,158,116,108,154,74,27,6,134,99,42,135,23,65,71,10,131],"-localestatedir":163,published:132,"\u300c\u5024":55,aptitude:155,"\u672a\u77e5":[65,98],".synonym":95,"\u8a08\u753b":145,distinct:117,"\u5ca9\u4e95":[6,65,112],"\u5317\u534a\u7403":[6,65],"_gqtp":148,"\u3053\u3068":[118,75,59,111,143],"\u3053\u306e":[145,162,2,3,4,82,83,127,85,142,22,87,6,77,89,8,65,129,42,163,114,45,79,49,95,11,131,132,72,12,98,13,99,16,60,50,103,135,119,55,144,38,58,59,108,20,148,112,100,62,159,63,101,151,84,23,66,153,154,68,115,160,158,116,118,25,26,27,120,133,121,74,122,75,105,76],jsonp:[117,23],"[element":[131,72],"\u4e00\u756a\u5de6":131,none:[95,77,119,161,8,66,163,151],hour:[130,17],"\u3053\u3053":[95,3,79,132,12,134,120,60,63,160,131,164,154,158],dev:[133,13],"\u6c17\u8efd":111,"\u3053\u3046":111,"\u4e2d\u5fc3":153,share:163,"\u96c5\u5e83":65,minimum:34,needs:122,maps:122,"\u3053\u308c":[77,82,127,6,8,9,42,65,163,160,10,45,95,11,131,132,72,73,100,55,59,108,60,146,112,62,159,63,151,84,23,66,154,164,158,116,118,27,12,74,105,103],"\u3053\u3080":58,"*value":[135,35,99,67,18],"\u591a\u3059\u304e":136,"/afr":[63,3,116],"\u666e\u901a":[111,131],mariadb:[65,112],"\u30cf\u30a4\u30d5\u30f3":[3,55],"\u3066\u304d":2,"\u3066\u304f":155,"\u30c4\u30a4\u30fc\u30c8":22,"\u547c\u3073":[95,59,79,72,12,148,85,27],"\u547c\u3070":[3,131,39,112,15,99,65,44],"\u3002ftp":148,"`hostname":85,"\u5217\u578b":[12,79,116,158],"\u3002\u4f8b":67,through:8,"\u975e\u308f":127,"\u308c\u308b":[3,79,81,82,39,40,85,6,65,129,42,163,44,100,95,64,132,72,12,134,135,15,16,51,21,55,58,59,108,60,148,143,127,112,113,63,11,151,84,23,155,164,159,118,119,27,74,105,103],"\u6955\u5186":[11,153],good:[100,95,158,131],"\u516c\u5f0f":[23,115,145,101],"\u3079\u3066":[95,8],"\u9664\u304f":[6,65],"\u5316\u95a2":136,"\u4f1d\u7d71":118,"\u3079\u304f":3,"\u9577\u91ce":65,"\u9664\u3044":[148,27],"-encoding":121,token:148,learing:74,"\u52b9\u679c":160,"\u9664\u3051":99,"\u767b\u9332":[118,75,59],hard:122,flower:12,"\u30d5\u30e9\u30f3\u30b9":11,"\"gr":55,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":155,"\u8ddd\u96e2":[1,11,131,97,118,40,6,63,65,153],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":89,"\uff08\u79d2":67,"\u3068\u3082\u3063\u3068":163,"\u89b3\u70b9":146,"\u547c\u3093":127,tahr:[65,13],tritonn:[95,158,131],"\u308c\u305a":64,"\u306b\u3082":[95,127],"\u306b\u3088":[6,65],done:[16,17],"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":11,".blog":60,"_data":[46,25,44,37],koi:[6,65,163,85],"\u306b\u5bfe\u5fdc\u4ed8\u3051":42,least:122,"\u516c\u5e73":[65,112],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":45,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[30,85,8],"/archive":132,"*results":99,selector:137,"\u308c\u307e\u305b":[64,85,113,99,66,163,154],"\u6574\u7406":[6,65,112],"},":[38,95,77,3,79,72,160,147,148,100,101,50,11,41,126,96,66,131,114,158],"\u4e71\u6570":[57,63],"\u8a18\u9332":[6,65,51,118,9],"\"requires":[6,65],"\u4e0a\u8a18":[56,105,95,163,3,116,108,60,84,148,6,101,63,96,90,159,74,65,68,154,55],ages:[92,84,55],"\u30b9\u30ab\u30e9\u30fc":72,".key":99,built:67,"/lists":132,"-limit":[65,1,85,95,112],"\u307e\u3068\u3081":[75,111],build:[132,13,112,69,133,89,110,65,68],"_available":[2,151],"\u53d6\u308a\u51fa\u3057":[135,106,3],eggs:66,most:47,"~*":71,"\u306b\u3057":[65,95,131,112,158],myisam:118,"\u5e73\u884c":132,"-protocol":[148,85,90],"\u306b\u3059":60,kb:146,ka:164,"\u306b\u3066":[6,65,11,112,132],"_put":[46,37,5,26,112,65],wareohji:[6,65],"\u306b\u3069":59,ko:36,"\u7528\u8a9e\u96c6":113,"\u4e0a\u66f8\u304d":[63,132],".com":75,"\u30ad\u30fc\u30b5\u30a4\u30ba":82,"(drilldown":51,"\u30d1\u30c3\u30c1":73,"\u5927\u8cb4":[6,65],relation:67,nterms:113,find:[50,110],depended:75,"_int":[52,67,71],"\u30a2\u30ca\u30a6\u30f3\u30b9":132,permission:151,express:[6,65,89,112],"\u601d\u3044":105,"\u601d\u3046":66,"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":79,"\u62c5\u5f53":132,"\u9593\u9055\u3063":[108,112,6,65,23,10],"\"popular":95,"\u300chsiomaneki":160,"_and":[93,59],"\uff08byte":[67,107],common:[135,23,99,131],"\u601d\u3063":73,"/log":[117,124,163,85,8],lion:[6,65],tokenizers:[46,95,77,37,147,55],"\u76f8\u624b":111,"[backslash":158,"\u5c02\u7528":[46,138,132,105],"\u30e2\u30b8\u30e5\u30fc\u30eb":[46,64,136,118],"(news":132,"\u5024\u57df":125,".log":[124,64,85,148,8,163],"\u30cb\u30db\u30f3":42,readme:[65,112,132],"\u8a9e\u4ee5":131,"\u8868\u73fe":75,responses:16,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":[6,65],"\u66f8\u3051\u308b":[6,65,112],reverse:[8,132],"\u6570\u70b9":39,"-file":[117,23,120,85],"\u5b9f\u51e6":[59,44],"\u6642\u70b9":[16,64,132,109,15,6,17,65],point:[117,65,50,47,98],simple:116,"\u3059\u304e\u307e\u305b":38,"\u306f\u3058\u307e\u308a":64,shutdown:[46,136,26,37],"\u6253\u3064\u524d":132,"\"gronga":10,"_connection":2,create:[16,34,42],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[16,159],"\u53ce\u96c6":[120,118],"_when":120,"\u30a2\u30ed\u30b1\u30fc\u30c8":69,bill:[60,127],replaced:[54,161],ful:77,"\u307b\u3057\u304f":95,engi:[42,134],larger:[122,74],"\u5f15\u6570":[46,1,64,37,112,15,6,59,135,65],"^ \"":131,itself:72,rubygems:[6,65],"\u95be\u5024":[46,95,134,127,85,15,33,53,23,163],"-key":[65,98,132],"\u7d42\u7aef":[6,65,70],emphasize:96,")groonga":154,"\u56fd\u540d":116,"-chroot":132,"\uff08perl":8,keys:[99,8],"-existence":[65,112],aggregate:27,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":132,"\u5834\u6240":22,"\u53cc\u65b9":111,"\"\u3001":[42,116],"\u30b9\u30bf\u30a4\u30eb":85,"\u5409\u7530":[65,112],"\u7d44\u307f\u5408\u308f\u305b":[59,3,132,60,118,62],flags:[106,107,52,83,99,15,62,113,50,135,67,71],sortby:[23,137],convenient:42,entry:[62,88,81,61,49,149,137,31,94],"\u3064\u307e\u308a":[95,77,132],sunos:65,"\u3002dump":139,"\u547c\u3073\u51fa\u3059":[57,153,97,29,140,157],"\u3001\u00d7":111,"\u5024\u306a\u3089":[65,112],"\"value":95,"\u547c\u3073\u51fa\u3055":[81,95],"\u547c\u3073\u51fa\u3057":[59,118,136,27,6,139,140,65],"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":148,"\u306f\u3069\u3061\u3089":45,source:[38,3,132,160,83,62,50,120,66],realloc:136,"5\u3064":84,bin:89,manage:110,"\u968e\u5c64":59,bit:[145,115,20,39,13,148,112,133,89,121,65,68],"\u5f53\u3066":[82,77,92],"\u30d7\u30e9\u30b0\u30a4\u30f3":[145,1,164,101,118,13,58,128,112,6,133,136,9,129,23,65,163,154,115,105],"\u5927\u4e08\u592b":[0,163,111],"\u8aa4\u308a":[6,65,112],"\u5354\u529b":[75,150],"\u4e0a\u8ff0":154,"*keys":99,"-command":[136,68],"_over":[2,151],"\u4ee5\u5916":[79,82,39,40,23,95,132,72,15,16,99,55,59,106,52,148,112,69,65,67,158,70,118,136,71],google:[95,10],often:84,"\u5168suffix":99,"\u8aa4\u3063":[6,65,112,132],examples:136,"\u3001[":3,"\u3002set":148,"\u66f8\u304b":[6,65,160],"\u3001c":3,"\u66f8\u304f":[66,158],"\u8a73\u3057\u304f":[12,118,3],"\u66f8\u304d":[118,95,148],"\u66f8\u3044":[160,158,131],"\u3092\u3064\u3051\u308b":131,"\u30d3\u30eb\u30c9":75,"\u5024\u306a\u3057":[65,98],"/cutter":132,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":[6,65],"_checks":119,cxxflags:[20,132],"\u3001\"":[96,3,79,108,160,39,74,112,6,159,42,23,65,10],"\u3001$":132,"\u3001'":[79,12,39,85,101,63,65,131,158],"\u3001&":63,"\u3001(":[135,39,148,99,84],nginxhttpstubstatusmodule:65,"\u3001-":[30,39,136,148],"\u3001/":[3,90],"\u3001.":[155,105],"\u5730\u5f62":[11,153],"\u3001:":148,"(fedora":124,"\u3084\u3059\u3044\u304b":154,"\u5730\u70b9":[63,11],"\u7a4d\u307f\u91cd\u306a\u3063":[65,112],"/yum":132,"\u9010\u6b21":118,"\u5927\u95a2":65,"\u6295\u5165":[60,1],"_fin":[6,65,15],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":163,"\u51fa\u3059":160,"\u51fa\u3055":[65,112],"\u51fa\u3057":160,"_full":132,"-type":[108,8,74,42,23,45],"\u7b97\u8853":[65,112],"-binary":[8,45],"/epel":115,"\u56de\u907f":[60,46,33,132],"\u52d5\u304d":[95,45],"\u52d5\u304f":[6,23,163,165,65],"\u52d5\u304b":[65,112],"*keybuf":99,curl:[163,4,117,6,8,65,76,45,68],sourceforge:132,"\u90fd\u6c11":[60,127],"\u6570\u73e0":159,functionality:[117,116],"\u5207\u308a\u6368\u3066":12,"\u30c7\u30fc\u30bf":[1,37,83,40,6,89,23,145,95,72,134,13,139,59,46,112,65,98,115,118,136,133,121],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":148,"\u53d6\u5f97":[75,111],confirm:105,"\u3068\u307f\u306a\u3057":158,"_nil":[135,99,136],failures:132,"\u7d50\u5408":[59,158,140],rinse:132,getaddrinfo:[6,65],wanabe:[65,112],"/cache":8,"\u57cb\u3081\u8fbc\u3080":148,query:[46,59,37,72,118,112,128,6,137,9,65,93,71],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":[6,65],"(backslash":71,"/\u65e5":160,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[95,158,131],"\u7121\u540d":[99,67],"\u4f59\u308a":131,"\u5f97\u308b":8,putting:122,"_database":[6,65,112],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":[6,65],"-build":155,uubntu:155,"\u512a\u308c":118,".output":30,"\u76f4\u611f":126,"\u9665\u3063":[6,65],"_header":83,"\u9023\u643a":118,"_thread":148,"= n":131,access:[122,17],"\u5f35\u308c\u308b":[65,112],"\u4e2d\u56fd":11,"\u3002\u30ad\u30fc":95,"= y":[65,112],"\u826f\u304f":66,"\u826f\u3044":[66,111],nonexistent:95,"\u30ef\u30fc\u30ab\u30fc":8,"\u632f\u821e":11,"0xc":151,"\u306b\u5bfe\u5fdc":[35,95,67,107,81,52,85,164,15,6,99,30,21,23,65,49,98,44],"= \"":[95,131],"/tmp":[154,45],"\u57cb\u3081\u8fbc\u307e":132,"\u57cb\u3081\u8fbc\u307f":27,named:42,"\u3002adjuster":65,"/to":[8,45],"\u30ed\u30f3\u30c9\u30f3":11,"ci\u4e0a":68,"\u7518\u3044":79,"(ctx":[16,59,107],names:83,"\u53d7\u4ed8":[65,112],"\u5b8c\u4e86":[95,132,105],"'mroonga":[101,66],"\u3002\u30ce\u30fc":77,"\u30d5\u30ec\u30fc\u30ba":[6,65],".pid":85,"\u5f35\u3063":[65,95,112],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[94,46,77,125,107,37,72,140,119,131,157,15,6,113,99,9,23,65,31,67],"\u4e2d\u7a0b\u5ea6":[145,115,13,133,89,121],normalizer:[46,26,37,65],"_previous":16,"[header":[120,58,77,119,62,147,50,41,103,9,129,114,149,55],normalized:119,"\u305d\u308c\u3089":[156,95,107,62,154,45],">max":4,"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":[65,112],"\u8d77\u52d5":[69,64,4,132,148,136,85,112,6,89,65,30,45],twiter:[6,65],iptables:45,"\"correction":10,"\u30af\u30e9\u30c3\u30b7\u30e5":[6,23,136,112,65],"{prefix":[163,9],"/linux":[46,121,110],"-za":117,"\u6295\u7a3f\u5834\u6240":160,gcc:[145,115,20,112,6,23,65,163],dd:[130,131],"\u30b3\u30de\u30f3\u30c9":[16,1,59,132,37,46,72,112,6,136,89,65,91,23,163,98,155],"\u5186\u6ed1":132,"\u5f35\u3089":[6,12,107,112,65],"\u5f35\u308b":[158,131],".textile":132,"\u30b5\u30fc\u30d0\u30fcid":23,bind:23,lines:[117,155,110],"/repositories":132,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":136,"\u7d9a\u304d":49,"\u306e\u3088\u3046":[95,131,112,140,65,158],"(cutter":155,"\u7d9a\u3044":[60,95],hiroshi:[23,136],jiro:38,"\u3002int":[65,112],"\u7d9a\u3051":148,lf:156,"\u6d88\u8cbb":100,lc:105,ll:[60,77,127],euc:[65,163,85,112],li:[60,127],lt:[77,27],ls:132,"_gqpt":148,"\u9589\u3058\u308b":[23,1,82],"\u306f\u3069\u3061\u3089\u304b":[158,131],"\u8a71\u3057":75,"\u3067\u3057\u3087":[100,118,163,144],dat:82,"\uff08world":39,"\u30c7\u30a3\u30b9\u30afi":55,day:[100,130],"\u30e6\u30fc\u30b6":[62,95,59,3,79,132,108,39,74,148,6,65,42,10],"\u4e00\u3064":[88,5,39,127,7,92,94,64,97,12,15,99,137,139,21,141,57,107,61,62,113,11,153,69,157,159,118,29,96,31,123],"\u70b9\u9593":[11,63,40],"_persistent":[99,107],"\u5217\u5f0f":71,"& y":65,normalizerauto:[77,119,101,41,92,55],"\u74b0\u5883":[118,75],"\u5217\u5f15":59,"& b":131,"\u3042\u308c\u3053\u308c":111,"\u5f85\u3061\u53d7\u3051\u308b":90,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[101,96,159],"\u5fc3\u914d":121,res:[99,93,148,47],"& _":63,docutils:110,"\u30ab\u30ec\u30fc":127,red:75,"/\u6708":160,frank:84,"\u73fe\u72b6":64,"\u4ed8\u5c5e":[30,8],"/aba":[63,3,116],"& (":131,"\u76ee\u8996":120,"\u30d6\u30e9\u30b8\u30ea\u30a2":11,"_options":[65,112],"_long":[2,151],"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":118,hex:38,reaches:122,"\u30d9\u30af\u30bf":[1,136,112,6,65,67],"\u7d44\u307f\u8fbc\u307f":[46,77,70,37,119,26,139],monkey:12,"\u305d\u306e\u3088\u3046":149,"\u6c38\u7d9a":[46,107,37,99,67,55],"\u8aad\u307f\u8fbc\u3080":[1,58],natty:[23,132],completed:42,acquire:17,documentations:142,"\u3068\u3088\u3044":163,"\u53d6\u308a\u5f97\u308b":39,"\u305b\u3044\u305c\u3044":55,"_illegal":2,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[6,65,112],"\u5229\u70b9":118,"\u30da\u30fc\u30b8":[46,95,3,132,85,112,22,6,65,30,105],"\u81f3\u308b":12,have:[100,122,83],"=users":[8,45],"\"co":10,min:[156,148,6,17,135,65],"_control":[2,151],"\u914d\u4e0b":[30,132],"_func":[44,15],"\u8aad\u307f\u8fbc\u307f":[58,3,9,112,65,23,154],"\uff08gnu":163,"/commands":[12,92,50,83],"_character":71,eight:3,"\uff09\u3001":[82,127],"\u306a\u3082\u306e":[124,107,132],"\uff09\u3002":[60,160],"\u6e2c\u5730\u7cfb":39,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[6,65,108,55],request:132,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[120,1,64,136,112,6,65,23,98],"\uff08least":103,"\u7d44\u307f\u8fbc\u3093":118,normally:[122,83],text:[120,95,47,4,82,39,119,27,6,101,77,139,122,148,65,66,131,71,45,158],"\u8d8a\u3048\u308b":60,supported:[36,8],"\u5ea6\u3068":23,conifugration:68,"\u610f\u5473":[95,59,3,158,116,72,134,83,85,112,63,65,42,163,154,148,131],"\u5b66\u3093":160,"*table":[135,99,67,107],"get\u30e1\u30bd\u30c3\u30c9":30,"\u65b9\u6cd5":118,")\u3059\u3079\u3066":84,"\u5c11\u306a\u304f":[131,118,111,27,100,158],"\u5c11\u306a\u3044":[95,158,100,140,154,131],"[column":65,"\u7e70\u308a\u8fd4\u3059":136,"_prepend":67,"\u306e\u307f\u3057\u304b":10,"_eval":[46,26,112,37,65],"\u7e70\u308a\u8fd4\u3057":[148,131,105],"\u5272\u308a":[12,82,77,131,92],fixed:[6,65,83],"_busy":[2,151],"\u5236\u5fa1":[6,65,84,8,101],exists:84,"\u3002blogs":60,"\u4ee3\u5165":[65,59,136,112,158],enhanced:36,terms:[95,3,158,113,60,85,27,101,122,131],xxxxx:132,"\u985e\u4f3c":[59,134,112,6,140,65],"{name":131,"(string":97,"\u30c7\u30e1\u30ea\u30c3\u30c8":82,progress:130,"\u6751\u4e0a":[65,112],"_incompatible":2,"\u5b66\u3073":[95,11],"\u7dad\u6301":[118,45],"\u9577\u3059\u304e\u308b":[65,112],"\u5168\u4ef6":[135,158,131],optional:83,"\u518d\u8d77\u52d5":9,plugin:[23,65,25,37,46],"-suggest":[43,46,37,134,136,112,128,6,65,23],"_expression":95,".org":[38,115,163,3,116,72,133,20,105,13,148,12,63,96,89,8,139,132,145,76,90],"\u88dc\u6b63":[46,162,134],attributes:[147,41],"\u5171\u901a\u63a5":82,otherwise:[16,101,67],comment:[159,66,160],"\"fulltext":77,"\u304a\u304d\u307e\u3057\u3087":12,"-history":23,"\u4ee5\u524d":[60,160,112,6,12,65,23,164],"\u30ab\u30b9\u30bf\u30e0":8,"\u91cd\u307f\u4ed8\u3051":[60,95],"\u30e1\u30e2\u30ea":[145,115,136,13,112,15,6,133,89,121,65,67],"\u5c0f\u6570\u70b9":12,json:[6,23,72,136,65],"\u91cd\u307f\u4ed8\u304d":65,"_end":2,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":23,"\u306a\u306b\u5bfe\u3057":[158,131],finished:130,"_domain":2,"=..":132,"\u5168\u4f53":[163,46,25,37,65],value:[35,58,107,72,83,95,15,6,135,99,17,112,129,65,67,44],"\u540c\u3058":[1,39,85,8,9,92,45,46,95,64,131,72,134,15,101,21,108,148,135,23,154,118,136,120,30,164,33],almost:122,"\u6307\u91dd":[75,150],"\u30bf\u30a4\u30df\u30f3\u30b0":[6,65,3],".db":[65,3,90,85,112],"\u6c42\u3081\u308b":[118,11,153],pkgs:115,"-endpoint":117,optarg:[93,70],"\u67af\u308c":124,":!":158,"[apt":[6,65],"\u672c\u4f53":75,"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":132,center:153,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":[65,112],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":132,"\u304a\u3063\u3055\u3093":160,"\u4e00\u81f4\u7528":126,position:[77,83,47],"*result":99,"1byte":151,"\"ellipsoid":153,"\u8868\u793a":[1,4,85,6,23,92,163,138,46,95,64,132,12,38,60,148,112,69,113,65,98,118,136],"-platform":121,"_byte":[2,151],"x\u30df\u30ea":[39,131],"\u5229\u7528":[77,40,85,6,89,23,163,46,132,13,99,139,105,145,148,111,112,65,155,115,70,118,120,133,121,55],stored:[16,54,74],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":82,":<":[95,158],field:83,"\u958b\u59cb":[95,11,148,112,69,65,23,67,155],"_true":67,"\u3055\u3093":[136,27,128,112,6,65,23,98,10,45,105],add:[95,13,6,110,65,142,105],"\u3002gqtp":[156,2,90,151],"\u3055\u3089":66,match:[46,72,136,112,15,137,65,163,71],tests:132,"|none":95,"\u5730\u57df":118,elapsed:[117,120,4,130],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":60,like:[83,50,8,107],success:[16,151],"_leak":155,"_decr":67,"\u7f6e\u63db":95,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":45,works:130,soft:122,"\u63d0\u6848\u7528":117,"\u4e0d\u6b63":[1,136,112,65,23,155,55],"((x":39,"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":[65,112],"\u8ca0\u8377":[136,8],"\u7121\u52b9":[95,158,112,6,99,8,135,65,163,98],"\u610f\u56f3":[158,159,112,6,101,65,66],tmp:[3,132,117,134,83,85,112,50,90,92,65,154,45],"_optarg":[93,70],sjis:[163,36,85],"\u30b5\u30de\u30ea":[65,112],"\u5f62\u5f0f":[46,1,59,37,26,6,65,23,98],",\"domain":116,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":131,"\u30d0\u30b0":[23,111,112,65],"\u3046\u307e\u304f":[75,150],dcb:65,host:[148,90],"\u6319\u52d5":[46,136,85,6,53,65],"\u30c0\u30e1\u30fc\u30b8":60,about:[34,83,130,120,110,122,142,68],actual:8,socket:151,"\u3055\u305b":111,"\u4ee5\u5185":[42,63,160,131,108],"\u3055\u304d":12,"_time":[120,130],tomo:38,"\u3055\u3044":[124,77,3,126,80,82,39,22,6,2,89,90,9,129,163,45,145,95,11,131,72,12,134,13,60,50,17,53,83,55,105,58,41,20,146,147,148,62,159,96,103,65,114,155,115,158,118,119,101,133,149,30,76,8],introduced:8,"!!":[49,38,8,160],"\u6307\u3059\u5024":135,"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":132,"!)":8,dataset:[117,42,54,161],"_object":2,"\u30ec\u30fc\u30bf":[6,65],"\u95b2\u89a7":90,rch:77,">default":4,"\u901f\u5ea6":[38,82,148,112,65,23],"\u7591\u554f":66,glib:[65,112],"_inappropriate":2,"\u3002post":45,but:[117,122,50,54,116],"\u3068\u3068":[73,105],"\u3068\u3069":162,"\u3068\u306e":131,"\u3068\u3063":8,"\u30fb\u5168":137,buf:[99,67,107],bug:[6,65,36],"\u5730\u56f3":118,dangerous:50,"\u3068\u3057":[156,38,58,59,131,108,12,148,39,74,85,112,15,100,11,8,65,42,66,154,10],"\u3068\u3048":[64,79,118,127,27,63,163],binlib:132,"\u3068\u304d":[1,77,3,39,127,85,6,8,9,42,65,163,160,44,45,145,95,11,131,132,72,12,134,13,15,101,99,140,135,10,55,38,59,106,108,143,111,112,62,151,23,154,115,164,158,118,136,27,120,133,74,76,90],"-disable":[117,23,136],"_empty":[2,151],epel:[6,65,115],colum:122,pid:[1,163,85],"\u8a08\u7b97":[1,11,131,97,118,39,40,112,6,63,108,65,129,42,153,74],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[136,163,132],"-config":[1,136,85,6,65,23,163],saer:[134,108],"\u4f7f\u3044\u5206\u3051":[60,127],pip:110,"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":132,"\u305f\u3060\u3057":[1,127,158,30,85,112,62,51,65,135,23,131],"\u305f\u3060\u3051":[6,65],"\u6291\u5236":[6,65,112],detail:148,"\u3068\u308b":67,"\u4fc2\u6570":[95,59],"\ufffecrch":77,"\u3068\u3082":[95,131,146,148,27,159,63,160,158],appends:71,"/sysconfig":124,"\u307b\u307c":66,"\u307b\u3069":[124,3,12,134,85,55],original:[126,139],"\u5909\u3048\u308b":[60,95],"\u307b\u304b":[12,118],"-r":[117,54],"4e":146,"|ro":95,"(shorttext":79,"\u3002groonga":[3,4,82,6,89,8,42,163,145,95,64,131,13,125,148,112,62,65,66,69,115,158,118,133,75,90],"\u6e1b\u3089":[6,82,108,65],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":135,tweet:100,"\"ab":10,under:[117,8,54],"-ci\u4e0a":[65,112],every:116,"/acccess":124,"/plugins":[65,163,136,112,9],resourses:16,"\u5b9f\u6570":39,"\u6761\u4ef6\u5f0f":[6,65],"\u6700\u9577":[23,148,131],"_snip":[6,65],"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":134,"-repository":[6,65,13,132],estimates:47,"/mm":131,"\u7b87\u6240":[120,65,27,132,112],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[23,112,65],"\u4e00\u8a9e":60,"\u5b9f\u65bd":132,"\u81f4\u547d":[6,65],"-rpm":132,"\u7d44\u8fbc":[57,88,97,5,39,61,153,157,62,29,7,137,123,139,141,21,92,31,69,113,94],"\u683c\u7d0d":[35,59,70,67,81,82,40,85,118,100,62,99,131,51,107,92,23,93,55],"\u7fbd\u7530":160,"\u53cd\u8ee2":131,"\u30e2\u30cb\u30bf\u30fc":[133,115,13,145],"\u9069\u7528":65,"\u3002output":139,studio:[6,65,89,112],represented:71,path:[70,83,9,99,50,110,67,107],digits:130,".ddl":148,"_key":[1,83,85,6,23,92,100,95,47,131,72,134,50,49,101,99,51,139,135,55,107,52,112,159,11,84,65,114,98,158,136,27,149,96,164],"\u79cb\u8449":63,changed:[36,8],"\u5f62\u614b":[118,163,131],"\u58ca\u308c\u308b":[1,136,112,6,65,23],"\u63a8\u79fb":64,"\u3082\u3063\u3068":95,"-ci":[65,112],"\u8fd4\u5374":[92,95,3],"\u8aad\u307f\u3084\u3059\u3044":[65,98],"/munin":163,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[65,112],noarch:[145,115],m6:20,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":106,namebuf:[67,107],autogen:[6,65,132,105],naive:116,"\u30a2\u30e1\u30ea\u30ab":11,"_jis":163,"-bind":[6,23,85,65],must:[47,117,83,16,50,74,122,71],me:32,te:77,"\u7f6e\u304d\u63db\u3048":[65,85,158,105],mb:[6,65],mm:[130,131],ml:111,"\"blank":164,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":148,mv:21,install:[75,155,132],my:[95,158,131],"/xml":45,"\"s":[42,134,77,108],end:[156,4,151],eng:[42,134],"\u3002functions":155,"\u30d7\u30ed\u30bb\u30b9":[156,69,64,3,118,85,112,6,113,141,8,9,148,65,45],env:154,"\u3067\u3082\u3063\u3068":124,rroonga:[159,112,16,101,140,65,66,68],"\u30b4\u30df":[23,136,113],"\u7d42\u4e86":[64,132,148,136,85,112,15,6,141,65,44],description:[160,83,127],"-devel":[145,115],"\u305d\u306e\u5f8c":131,".tar":105,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[46,125,112,65],"-files":75,"\u5c0f\u3055\u3044":[95,59,158,82,128,135,153,55],"\u5272\u308a\u5f53\u3066":136,"\u4e88\u5b9a":[58,64,72,73,27,11,129,23,45],executed:90,"\u7acb\u3061\u4e0a\u3052":148,"\u305f\u304f":[124,27,65,23,10,45,105],"\u5bfe\u8c61table2":99,synonyms:154,"\u305f\u304b":[23,95,108],"@packages":132,gqtp:[118,75],"\u305f\u3073":[63,64,148,132],"\u305f\u3060":[145,72],"\u8fd4\u308a\u5024":65,"\u4e00\u884c":[148,136,85],"\u3072\u308d":126,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":[65,112],"\u3072\u3089":[42,158,131],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":103,"\u3054\u3089\u3093\u304f":91,"2\u3064":[0,95,3,158,116,97,160,112,62,101,124,159,74,65,66,165,45,55],each:[41,108,117,134,83,130,8,74,147,42],searc:42,signing:132,"\u53d6\u308a\u8fbc\u307f":23,"\u3002\uff08":[95,127,158,74,82,39,40,27,15,113,108,136,140,131,42,135,23,105,68],"\u3002\uff09":[105,1,127,158,108,82,40,27,136,131,74,135,23,68,95,55],"(byte":[99,107],"\u6e96\u62e0":[65,8,112],goo:[158,131],msgpack:[4,151],"\u30da\u30a2":[108,12,74,42,154,10],newly:[16,27],"\u4f59\u8a08":111,free:[16,113,136,130],"\u305f\u308a":[124,81,82,39,140,111,118,75,55],"\u305f\u3089":[95,131,132,136,111,124,159,84,65,42,163,45,105],freq:74,"\u305f\u3081":[118,75,150,22],freecode:75,"\u53e4\u3044":[6,65,164,132],"_locked":67,filter:[72,136,112,6,149,137,65],unknown:151,onto:122,rand:[46,142,37],already:[122,17,54],"\u53ef\u5909":[23,31,151],"\u897f\u66a6":131,top:[23,47,29],"\u771f\u507d\u5024":46,".groonga":[105,115,132,145,20,13,148,133,89,163,76],too:[66,151],tom:101,tood:34,"_pragma":95,tool:[68,110],serve:132,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":113,mlock:136,"\u6d0b\u723e":23,"\"good":[95,131],"_untag":[46,142,112,37,65],expr:[67,71,44,104],"*cursor":47,obata:136,"\u8d64\u9053":11,ram:148,"\u5834\u5408":[59,111],"\u5f93\u3063":[95,99,135,30,93,45],"\u4e00\u89a7":[46,37],"_source":132,hanako:149,"\u591a\u9762":118,"> y":[65,112],"\u5f93\u3046":136,"/share":[23,85],though:42,"\u3044\u307e\u305b":[95,77,158,165,82,40,112,120,8,134,65,131,154,115,45,55],bsd:163,"\u3072\u3068\u3064":[6,65,158,97],"\u30b5\u30b8\u30a7\u30b9\u30c8":[46,134,136,161,6,65,23,163],"\u30ed\u30fc\u30de":42,"\u30ed\u30fc\u30c9":[46,118,136,112,65,23],"\u30ec\u30b3\u30fc\u30c9":[35,40,6,23,93,46,72,49,99,51,135,137,56,59,106,107,112,149,65,67,118,136],marverick:136,"\u307f\u306a\u3055":59,pkg:[20,136,163],"\u5ea6\u8868":136,"\u5c0f\u6570":[120,23,95],"\u6c42\u307e\u308a":118,"\u3002hook":81,"\u306b\u3064\u3076\u3084\u3051\u308b":111,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":59,"\u59cb\u307e\u3063":[120,10],"_valid":8,fontaine:23,"*fin":44,"\u3064\u3064":[60,101],watch:132,"\u306f\u307e\u3068\u3081\u3066":132,"\u3064\u304d":[58,96,72,95,62,103,129,154],"\u3064\u304b":128,"\u3064\u3044":160,"\u7d50\u679c":[46,58,59,132,118,120,136,119,95,112,6,99,51,103,139,65,129,23,93,155,68],hendro:[65,112],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[95,11,159,27,101,149,84,96],"-per":[117,23],"_with":[126,127,99,107,131,55,158],"\u3064\u3051":[95,11],nul:[23,70],"-commnad":64,ciritical:8,"\u5bfe\u8c61cursor":[135,106],"_for":59,"\u30d7\u30ed\u30b0\u30e9\u30e0":[6,65,75,136,8],"\u5bbf\u99c5":160,"\u56db\u6368":23,"\u30d7\u30ed\u30bb\u30b9id":90,"\u30b5\u30fc\u30d0\u30fc":[43,46,115,37,145,13,112,6,133,8,65,23],"\u59cb\u307e\u308a":132,"\u59cb\u307e\u308b":[95,158,148,62,99,51,65,42,154,10,45,131],news:[65,132],"\u82e6\u624b":118,"\u3068\u3057\u307e\u3057\u3087":66,"\u30e9\u30f3\u30c0\u30e0":63,"4gib":[82,151],"\u65b9\u5411":135,"\u591a\u91cd":156,"\u5f8c\u304b\u3089":139,"\u7d4c\u7def":[12,39,63],trust:132,"\uff13\u3064":39,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":148,"\u7b49\u3057\u3044":[95,59,158,67,131],"\u7b49\u3057\u304f":[59,158,131],"&lt":27,been:[50,132],"\u3072\u308d\u3042\u304d":126,"\u30a8\u30e9\u30fc\u30ed\u30b0":124,"_blog":66,"\u8d77\u6e90":12,"/shutdown":[8,45],tokenmecab:[6,60,127,147,65],"\u5217\u60c5":77,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[113,85,131,139,134],"-threads":[117,85],xxx:[65,85,112,131],"_not":[95,2,50,149,151,114,93],"\u6700\u9069":8,"\u7528\u9014":[145,95,72,82,13,115,120,133,89,121,118,65,124],"\u6728\u4e0a":135,tasukuchan:160,"*ctx":[34,35,47,106,70,67,81,18,15,16,135,99,52,53,93,71,44,104,107],"\"e":[42,77,134],"\"a":[159,77],"\"b":159,"\"c":159,"\"n":[120,95,3,158,69,8,131,90],"\"h":77,"\"i":[120,95,131,100,66,158],"\"k":38,"\"t":77,"\u5c1a\u4e5f":[65,112],"\u81ea\u8eab":[77,85,6,65,23,154],"\"}":[38,164,79,116,108,12,134,100,49,101,63,149,8,159,74,126,42,66,131,45,158],"\"x":65,"\"@":160,"\u691c\u7d22\u4f8b":75,suggest:[23,136,26,37,46],"\u30bf\u30fc\u30df\u30ca\u30eb":8,"\"]":[38,95,3,131,72,60,160,83,85,27,139,42],"\"_":[3,79,83,8,42,114,45,126,49,95,11,131,72,12,134,100,101,50,139,38,108,60,112,159,63,96,84,65,66,158,116,160,120,149,74,164,90],"\"[":[6,65],"\"'":[95,158,72,60,109,127,112,6,65,131],"\"\"":[65,39,98,159],"\"#":23,"\",":[3,79,83,85,90,42,92,114,126,100,95,11,131,72,12,134,49,101,50,139,38,108,60,148,112,69,113,63,96,84,65,66,158,116,159,160,27,120,149,74,164,8],"\"-":[23,11],"\".":[42,131,116],"\"/":[83,50,85,63,92],"\"(":[65,112],"\")":[38,11,131,97,109,101,112,6,29,63,84,65],"\"*":[6,65],characters:71,"\"<":[65,112],"\">":[4,27],"\"?":4,"\":":[77,3,4,90,129,42,114,45,79,49,95,11,131,72,12,134,100,101,50,126,38,58,41,108,147,148,69,113,63,96,84,66,158,116,159,160,119,149,74,164,8],"\";":[148,8,45],"\u78ef\u90e8":[65,112],"/run":[85,132],"\u3084\u3059\u304f":136,"\u3084\u3059\u3044":[1,95,27,140],"\u5bfe\u8c61table":[135,99,67,107],"_tags":[38,160],"_ctx":[16,107,37,46,25,6,17,65,23],"\u4ecb\u6587":160,"_buffer":[18,2,151],".scr":148,"*bottom":47,"_selector":[46,26,37],"5f":148,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":103,ceekz:[65,112],"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[158,131],advanced:36,"\u5c0f\u6587\u5b57":[135,77,3,164,55],specific:[116,84],renamed:50,poedit:105,"\u6b63\u3057\u304f":[6,42,158,112,65],"\"engine":[42,108,74],"\u6b63\u3057\u3044":[154,10,108],"\u7d20\u89e3":[118,163,131],"\u307e\u308f\u308a":75,"_str":[160,71],"\u3080\u3044\u3061\u3083\u3044":160,escape:71,"\u73fe\u4ee3":118,tutorial:34,".zip":105,"\u6765\u307e\u3057":160,"_right":[23,47,29],".github":132,allocate:[46,33],core:148,deleted:67,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":[6,65],night:100,"\u3001\u300c":[38,1,60,160,127,85,95,42],"\u6d88\u3048":82,limitation:122,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[6,65,3],ppa:[46,121],"\u3002ascii":[158,131],"\u3092\u3054\u89a7\u304f":118,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":92,two:[130,83,71,8,54],"[@":[6,23,112,65],git:[91,132,105],"[{":[8,45],"[a":117,gib:[56,122],"[test":[6,65],"\u3084\u307e\u306d":[65,112],"[n":[65,112],head:[156,151],removep:67,"\u6253\u3064":132,"[2":85,"\u9032\u6570":[113,131],"[:":90,"[#":[6,23,98,65],"[\"":[38,95,131,72,12,134,83,27,60,160,42,113],autoconf:23,"\u5185\u8a33":60,"[,":153,"\u6dfb\u4ed8":[6,65],"\u8abf\u3079\u308b":[29,65,153,112,146],decrypt:132,"(match":101,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[46,95,82,39,112,65,23,138],check:[46,1,37,26,23,67,155],ongaeshi:[6,65,136,112],"\u305f\u304b\u3063":108,no:[1,36,82,95,15,134,47,122,41,112,147,65,151],"/mxcl":132,when:[117,110],ne:77,ng:77,setting:122,"\u5217\u6319":3,tid:106,saerch:[134,108],"\u4e09\u756a\u76ee":131,"=number":121,"_touch":[136,70],"_unlock":67,sql:116,longer:[36,15],"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":113,"\u672c\u756a":132,"_memory":[6,65,2],"[travis":[65,112],",\"tags":38,"\u30d0\u30c3\u30d5\u30a1id":113,"\u30d2\u30c3\u30c8":[95,59,79,60,160,127,112,100,65,42,126],row:27,"_same":[65,112],"\u4e00\u822c":[95,3,158,118,140,67],environment:68,"}attr":[65,112],"*tid":106,advantage:27,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[158,131],enqueue:143,"\u3053\u305d":160,level:[5,85,7,8,130,151],"\u51fa\u6765\u308b":160,brother:158,"/db2":45,"/db1":45,"\u6d88\u305b":8,"\u6f14\u7b97\u5b50":[95,59,136,112,6,65],"\u79d2\u8868":[12,60,63,131],port:[117,148,90,76],"\u5024\u6bce":95,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":132,"_truncate":[23,99],"/load":[58,8,45],"\u56f0\u3063":111,".builtin":70,reply:66,"3\u3064":[145,95,3,116,12,13,27,112,120,133,50,155,140,65,66,115,124],"\u751f\u3058":[88,5,61,7,137,21,94],baseball:[38,66],"\u9ad8\u6a5f":[118,124,59],"=groonga":[117,8],deb:[6,65,13,132,133],"\u6b63\u78ba":[12,69,3],"\u63d0\u4f9b":118,"_success":[95,2,15,16,17,130,71],"\uff08ruby":68,"_info":[6,46,25,37,65],"\u9006\u306b":38,"\u30ea\u30f3\u30af":[158,132,12,112,6,91,65,131],"_delete":[81,23,99,67,135],"\u307f\u307e\u3057\u3087":[38,3,79,116,12,160,63,66],"\u8fd4\u3055":[49,95,64,134,6,113,65,67],"\uff08messagepack":163,handled:8,"-src":133,sports:38,"\"name":101,"\u76f8\u5fdc":99,memory:[16,46,33,122,15],msg:143,outputs:130,"_concurrency":156,"\u30bb\u30c3\u30c8":[59,127,99,135,67,94],"\u3044\u308f\u3086\u308b":38,"*dest":99,"_asc":99,".txt":132,memry:122,"\uff11\u3064":143,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[156,65,124,8,112],"/setup":68,"_sis":[126,127,158,99,55,131],"-docutils":[132,110],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[46,121],":clear":132,shibuya:136,"\u76f8\u5f53":[120,63,3],"\u5f15\u304d\u8d77\u3059":[6,65,112],clone:[91,75,132],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":68,crashed:50,representations:71,"\u6b20\u70b9":118,succeeded:[62,50,149,114],ueno:[6,65,136,128],"\u30b0\u30eb\u30fc\u30d7":[95,118,112,6,99,51,65],representation:[109,71],"\u3002tag":38,"_res":148,"/srpm":132,"_descriptor":[2,151],"\u542b\u307e\u308c\u308b":[59,3,132,12,118,85,60],normalizermysqlunicodeci:164,".yml":68,"\u56f2\u307e":27,"\u56f2\u307f":[85,27],"[[":[126,85,42,129,92,114,95,11,131,72,12,100,101,50,38,58,60,149,66,158,117,160,27],"\u30d9\u30fc\u30b9\u30d1\u30b9":8,"_pass":8,"\u56de\u7e70\u308a":148,cutter:75,"\u6ce8\u76ee":95,"\u3059\u306a\u308f\u3061":12,term:[62,113,79],name:[34,107,52,83,61,15,62,113,99,67,71,44,109],"\u500b\u3005":[60,64,59],"\u65e5\u3005":111,"\u30b7\u30a7\u30a2":22,"\u534a\u7121":[23,55],"\u5bfe\u8c61column":107,"\u53d6\u308b":151,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":[65,112],"\u30cd\u30b9\u30c8":[6,65,66,112],"\u30d1\u30fc\u30b9":[23,140],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":61,"\u6642\u4ee3":118,"\u3042\u3044\u307e\u3044":55,"-default":121,candidate2:134,"\u914d\u7f6e":[3,132],"\u56f2\u3080":[65,3,27,112],"\u3002key":[99,127,3],"\u30b3\u30fc\u30c9":[65,77,112,105],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":158,"\u4e92\u63db":[145,115,64,131,132,13,119,133,30,164,45],turn:8,"\"element":72,"\u30db\u30b9\u30c8":[156,132,148,85,6,90,65,23],yum:[145,115,132,6,110,65],"\u5b8c\u7d50":111,"-normalizer":[145,115,13,119,6,133,65,164],"\u304a\u9858\u3044":[148,111],origin:105,fetched:74,redhat:[23,163],"-version":[136,132],"\u30b7\u30f3\u30d7\u30eb":[165,140],"_function":[2,151],array:[147,113,83,41,119],"\u7d5e\u8fbc":[46,138],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[11,103,140],returns:[41,107,117,83,101,99,47,147,109],kbytes:148,"\u30d1\u30a4\u30d7":62,"\u30a8\u30f3\u30c8\u30ea":[95,131,158,16,159,107],copy:50,specify:[117,161,101,8,54,105],"-httpd":[43,16,115,145,37,46,13,6,133,65,23],"(tab":154,"< t1":59,"\u3080\u308b\u3093":[158,131],posix:131,pre:36,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":56,"_local":[148,139],prm:115,ann:132,"_groonga":120,enourmous:74,"\u53b3\u5bc6":42,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":75,takuto:136,"_permitted":[2,151],"\u30d5\u30e9\u30b0":[1,77,3,126,5,83,87,6,7,88,23,94,95,131,72,12,135,137,21,55,61,62,113,151,65,98,158,119,164],animation:38,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[53,95,163,85],multiple:[16,42,83,117,101],"_suggest":128,"_down":[2,151],"_interrupted":2,"\u81a8\u5927":118,"\uff09:":[145,58,127,20,13,115,133,129,76],"\u4e2d\u65ad":[6,23,81,65],geoindex:38,"8mb":164,"\u5c06\u6765":[145,58,11,72,119,112,151,129,65,45],"\u4e00\u81f4":[46,1,59,132,134,95,128,15,6,99,135,65,98,55],"\u547c\u3076":[6,65,155,140],"\u5ea6y":39,sitecountry:[90,116],"\u540c\u3058\u91cd\u307f":101,"\u88dc\u5b8c":[46,134,136,112,9,65,162],"\u3002weight":12,"\u30d1\u30c3\u30b1\u30fc\u30b8":75,"\u5024\u3088\u308a":[95,59],"\u7530\u8fba":[65,112],"\u985e\u7fa9":95,explicitly:[42,110],"\u57f7\u7b46":[66,40,87],"\u5f53\u8a72":[64,67],define:[46,26,37],ssh:132,"\"null":[6,65],"_port":148,":')":62,mapped:122,ignored:[6,65,70],"\u30b9\u30b3\u30a2\u30fc":72,".co":[95,36],"#'":85,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[160,1,55],"<gqtp":148,"\"#\"":148,"(..":[65,112],"#{":130,cities:11,"\u30af\u30ea\u30fc\u30f3":132,quiet:151,"\u30ec\u30b3\u30fc\u30c9id":[46,106,37,6,99,65,67],"\u4e00\u822c\u7684":118,color:164,whombx:[65,112],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":[6,65],period:65,"\u6a19\u8a18":65,"\u76f8\u5bfe":[23,95,132],"_clone":132,raring:[65,112],"#proxy":8,"*db":[67,70,15],"\u6709\u9650":95,"(age":84,"\u4ee3\u308f\u308a":[164,158,85,27,89,90,163,8,55],engine:[77,108,134,27,74,42,10],"/vdw":[63,3,116],"_tokenizer":[6,65,95,2],"_value":[58,107,136,95,112,135,51,65,129,23,67,98],"_tokenized":[77,119],"case":[16,122,50,54,116],"\u25cb\u25cb":111,"\u30ed\u30ae\u30f3\u30b0":15,shops:127,"\u975e\u63a8\u5968":[6,65],"\u53d7\u3051":[11,3,151,112,6,8,84,65,143,45,90],"\u305f\u3068\u3048":60,saerc:[134,108],"\u559c\u3073":[73,105],archive:[46,121],html:[75,155,132],"\u5831\u4ee5":77,events:45,"\uff08romaji":42,status:[46,1,37,136,26,112,6,149,65],"0\u30d9\u30fc\u30b9":95,downloads:89,"[\u8a9e":113,"\u7d4c\u7531":[62,88,141,132,5,136,61,6,113,7,137,139,92,21,65,31,69,123,94],"\u8907\u6570":[1,77,81,6,8,65,92,46,95,72,134,101,55,59,107,148,111,112,62,149,23,158,118,136,119,30,165],without:[42,74,8,27],"[geo":[23,112,65],"\u30d1\u30bf\u30fc\u30f3":[120,131],"/unit":155,"\u4f5c\u6210\u6e08":85,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[75,150],unicode:164,"\u3088\u304b\u3063":60,"\u53ef\u5426":3,"\u3002\u3056\u3063\u304f\u308a":72,blog:[60,159,66,3],"\\'":[85,158],"\\%":89,"\\\"":[96,127,27,49,159,71],"\u9577\u65b9\u5f62":23,hino:[65,112],"\u63a2\u3059":66,"\u3002point":[29,153],"/base":132,"\\\\":[159,71,158],")..":132,"\u3079\u304d":[83,67,151,132,164],"\u3068\u304a\u308a":[56,148,116],"_send":16,"-mm":[130,131],"_host":148,"\u985e\u7d39":60,"\"groonga":[95,131,72,27,159,10,55],frees:[16,15],automake:136,provides:[101,83,116],"@uzulla":23,"_unlink":67,mooz:23,"\u4e09\u3064":[11,127],freed:16,"/eval":129,"\uff08personal":[46,121],"\u30b9\u30da\u30a4\u30f3":11,tokenbigramsplitsymbolalpha:[95,77,60,127,147,32],oo:[82,77],on:[77,47,117,27,16,99,36,8,67,45,105],ok:149,of:[36,83,6,8,130,44,47,134,15,16,101,99,110,147,54,41,107,113,65,159,117,119,27,161,71],"_escalation":[46,136,37,25,15,163],"\u30e6\u30fc\u30b6\u30fc":[75,150],"\u8a2d\u5b9a\u5024":[146,1],os:[46,132,121,110],or:[34,95,47,79,117,83,99,16,101,63,151,130,122,154,158],op:[99,93,71,47,107],"_leading":95,"\u5c11\u306a\u3051\u308c":55,"\u5f0f\u5168":[158,131],"\u884c\u76ee":[120,148,132],"\u30c1\u30e3\u30f3\u30af":113,"\u30a8\u30ed":160,"{path":163,"\u8a55\u4fa1":[59,131,112,159,129,65],there:[158,116,72,122,42,71],"\u53d7\u3051\u53d6\u308a":[59,3,8],strict:65,"\u300ccomments":160,"/modules":[136,8],"\u901a\u308a":[77,83,40,92,163,95,11,131,132,134,13,101,55,60,159,96,84,153,68,158,119,27,149,74],"*escaped":71,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":164,"(location":[38,63,11,160],datasets:161,"\u69cb\u7bc9":75,"\u4f5c\u3063":[60,160,99,8,135,23,164],"/hostname":[148,85],"\u30de\u30fc\u30b8":[6,65,105],"\u65b9\u5f62":[11,153],"\u5927\u6587\u5b57":[3,55],"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":[65,112],"\u4f5c\u308a":[42,66,108,55],"\u4f5c\u308b":[38,108,160,143,72,140,55,105],"\u8ab2\u7a0b":[65,112],gettext:105,"\u3066\u3057\u307e\u3044":111,"\uff08proc":81,"_type":[35,70,37,46,25,6,99,65,67,44],ftp:148,"\u53d7\u3051\u53d6\u3063":118,"\u3002ctrl\u30ad\u30fc":3,"/mysql":164,"\u30ea\u30bd\u30fc\u30b9":[100,65],calls:15,":mm":[130,131],"\u30ab\u30d0\u30ec\u30c3\u30b8":75,"\u6c17\u306b":[67,105],"/select":[12,8,90],directory:[117,54,151],"4\u3064":[82,27],"\u30c7\u30fc\u30e2\u30f3":[1,85,112,6,8,65],migrated:[95,158,131],"\u306a\u3051\u308c":[35,2,125,85,6,8,163,95,96,131,72,12,15,49,99,55,107,148,62,159,84,65,67,154,68,158],dist:132,executing:117,scalar:[83,72],"\u6761\u4ef6":[75,59],"\u306f\u305d\u306e":15,"\u8fd1\u3044\u9806":40,jessie:[46,121],"\u30d3\u30c3\u30c8":[135,158],"\u5b58\u5426":67,"/locale":[105,132,110],"/scalar":125,init:[6,65,163,44],program:[117,54],".name":[113,160,159],"\u95a2\u9023":[118,75,111,132,22],"=message":121,"-word":95,systemctl:124,"***":7,llt:77,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[118,132],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[23,132],"\u8a9e\u7248":132,longtext:[39,47],list:[132,83,161,110,71,54],"_html":[46,37,85,112,6,65,23,142],"\u304a\u3088\u3073":[3,132,12,118,85,6,65,163,44],"\u4f4e\u6e1b":[124,136],"\u6d69\u4e8c":[6,65],"<protocol":85,"\u89aa\u5207":136,yappo:[65,36,112],"\u884c\u3048\u308b":[6,65,38],"/news":132,tex:77,"/centos":[115,124,132],"_scalar":[79,83,95,11,131,100,101,50,139,38,107,60,62,159,96,84,66,158,116,160,27,149,122],will:[41,116,83,147,122,67],what:71,sub:[46,37,132,112,65,142],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":75,"*section":107,memcached:[46,155,138,118],tags:[38,83,72,92,55],"\u88dc\u5b8c\u8a9e":42,"#worker":8,serihiro:[6,65],allows:27,matsuu:136,options:[156,70,85,148,161,8],gtihub:23,tokenunigram:[147,32],ocelot:[23,112,65],"\u5358\u7d14":[59,126,153],"\u300c\u697d\u3057":127,"/atv":[63,3,116],"\u7a32\u7530":[65,112],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[69,123],"\u7a4d\u7b97":[95,59],"_expire":67,thus:[54,161],flag:[83,15],"_blank":119,"\u3002git":132,"\u30d7\u30ed\u30f3\u30d7\u30c8":4,"\u524d\u63d0":75,"\u89e3\u6790":75,"\u79fb\u884c":[23,64],"_encoding":[46,25,37],"\u306e\u306b\u5bfe\u3057":15,"=table":55,"\u671f\u5316":[6,65,15],"\u30ea\u30cd\u30fc\u30e0":23,"\u958b\u767a":[118,75],"\u7406\u7531":118,rather:83,"&..":90,overcommit:122,disable:[117,23,8],"_text":[119,155],"\u30ea\u30dd\u30b8\u30c8\u30ea":[75,150,132],"-max":[117,23,85],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":155,"-munin":[133,115,121,145],"-http":[46,115,145,13,112,28,6,133,8,65],specifying:70,"\"book":131,":\u79d2":160,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":132,"\u9ad8\u307e\u3063":118,disables:[8,110],disabled:[42,130],"\u623b\u308a\u5024":[106,15,16,99,17,67,71],"\"is":12,"\u30bf\u30a4\u30d7":[81,23,148,45],"_link":[2,151],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":104,soccer:38,"\u30d6\u30fc\u30ea\u30a2\u30f3":39,"_large":[2,151],"return":[120,130],"\u52d5\u4f5c":75,"\u6d45\u898b":[65,112],"\u5897\u3048":[129,66,77,72],"\u8a71\u984c":22,"-encodiong":131,innodb:118,"\u8208\u5473":118,"-create":[43,46,37,134,112,128,65],"\u5897\u3084":72,weight:[95,107,72,12,83,6,65],generation:110,"_release":132,"/en":[8,132,110],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":13,"\u6c42\u3081":[118,97],"_new":[6,23,143,65],"/managers":[8,45],"\u3072\u3053\u3055\u3093":[6,65],generate:110,thread:[130,99,148,143],"_ito":23,"_hash":[95,11,131,72,100,101,99,47,96,139,84,135,92,164,149,55],"\u30c9\u30e1\u30a4\u30f3":[65,116],"\u5927\u304d":[72,82,6,113,8,65,55],"\u5f62\u72b6":40,"${":[101,95,131,122,105],"\u30bb\u30af\u30b7\u30e7\u30f3":[77,119,83,89,8,129,42,163,145,95,11,72,162,13,49,50,103,142,55,144,58,107,108,20,151,114,154,68,115,158,26,120,133,121,74,122,75,105,76],gpl:36,passes:132,"\u5b58\u5728":[1,3,127,124,6,90,95,67,15,99,51,139,135,146,148,112,63,84,65,66,153,116,118,136,120,29,8],script:49,gpg:132,"\u3050\u3088\u3046":11,"\u60c5\u5831\u540d":92,passed:132,store:[16,47],gps:118,"\u8a9e\u691c":95,option:[117,130,84,54,110],"$(":[145,133,115,13,76],"/synonyms":154,"\u4fbf\u5229":[95,77,158,72,12,118,119,120,140,42,163],"\u6271\u3048\u308b":[146,112,65],"\u898b\u308b":[63,2],"\u306e\u304b\u308f\u308a":65,"/'":65,"-working":[6,65],"-get":[132,13,6,133,110,65],",[\"":60,"7e":148,"\u898b\u3066":[120,95,8],"\u307e\u307e":[64,132,12,111,112,65],"\u898b\u3064":[6,65,136,134],"\u540dn":[92,95],"\u307e\u3060":[58,64,131,134,95,27,112,69,151,65,129,23],"\u307e\u3067":[56,100,59,3,126,132,82,85,112,49,17,84,65,66,160,148,105],"\u307e\u3059":[0,2,3,4,5,6,7,8,9,10,64,73,13,14,15,16,17,20,21,23,25,26,27,29,30,31,71,35,88,57,39,40,42,43,44,45,145,163,49,50,51,52,53,54,55,56,38,58,59,60,61,62,63,11,65,66,67,68,69,70,97,133,74,75,76,77,79,165,81,82,83,85,22,87,89,90,91,92,93,94,95,96,72,102,100,101,99,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,129,131,132,134,135,137,139,140,141,142,144,146,148,149,151,84,153,154,155,156,157,158,159,160,162,164,12],"\u307e\u305a":[3,79,132,60,160,127,148,89,8,131,163,105],"\u307e\u305b":[35,124,2,3,82,39,40,85,103,6,77,90,9,129,42,65,163,10,45,100,95,11,131,132,72,12,134,148,15,49,101,99,51,17,21,141,119,55,58,127,106,107,108,60,146,125,111,112,62,135,149,151,84,23,66,67,154,69,164,158,159,118,92,27,120,105,123,8],"_list":[46,1,2,37,136,26,6,65,23],"\u307e\u305f":[88,125,4,5,82,39,85,7,8,23,92,163,45,94,95,11,131,132,15,99,137,139,21,141,55,107,148,61,69,113,84,65,98,155,68,62,158,27,120,31,123],"\u3058\u304d":27,"\u307e\u3057":[38,95,11,79,132,108,60,160,158,111,112,164,6,63,8,131,65,23,105,55],centos6:[6,65],"\u7279\u5b9a":118,superior:27,"[pat":[6,65],"\u9069\u6642":81,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":66,"\u66f8\u304d\u5f8c":127,added:[99,36,47],"\u3093\u3057\u304d":140,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":59,"\u30d5\u30a3\u30eb\u30bf":[6,65],exec:151,customize:[42,8],"\u30e1\u30fc\u30c8\u30eb":[11,153],"\u89e3\u653e":[106,15,69,135,65,67],"\u307e\u307e\u3067":60,"\u3002id":15,"-oriented":27,"\u9577\u3055":[107,12,52,148,6,99,135,65,67],orangain:[65,112],"\u624b\u52d5":8,"&query":90,".rb":[58,136],"\u304a\u3051":95,"_users":160,"\u304a\u304d":[118,132],"\u304a\u304b":163,"\u304a\u3044":[3,107,132,12,118,99,112,63,51,65,23,67,155,105],"\u59cb\u70b9":3,"_call":[2,151,59],"_format":[2,151],firewood:[6,65,112],"\u304a\u3070":[23,1,112,65],concatinated:117,"-ftp":148,"\u4f4e\u6a5f":59,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":165,"\u629c\u3051\u308b":3,"\u671b\u307e\u3057\u3044":[118,111,132],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":8,longest:99,"\u304a\u3070\u305f":[23,112,65],"\u305d\u308c":[124,3,79,39,127,89,145,95,96,131,132,12,135,105,59,106,60,52,69,66,67,115,158,160,136,74,55],"\u306b\u304a\u3044":[12,64,132],"\u4fdd\u8a3c":[113,64],"\u6570\u5024":[46,1,59,158,72,127,85,95,62,136,103,129,153,138],"(content":[96,27],"\u30b3\u30df\u30c3\u30c8":132,"\u305d\u3057":160,"\u76ee\u4ee5\u964d":95,tobby:101,dump:[46,1,37,136,26,6,65,23],"]]":[95,117,134,85,49,149,137,148],"][":[158,112,6,65,23,98],"\u305d\u3046":[84,111,131,68],are:[95,47,116,72,117,122,83,74,27,161,112,130,101,17,110,42,65,71,54,105],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[148,132,105],"]}":[12,113,159],"\u30b9\u30b3\u30a2":[95,59,72,60,134,6,117,63,51,160,65],"]x":[160,63],"/non":[65,112],"\u305d\u306e":[46,59,132,118,111,121,105],korea:116,recently:103,creating:122,"\u5927\u91cf":[82,38,59,3,55],"\u304a\u3088":17,"\u898b\u3064\u3051\u308b":[42,164,8],"\u304a\u308a":[160,66],solr:131,"\u672a\u521d":[6,65],"\u30c6\u30fc\u30d6\u30eb":[46,59],license:[36,132],"\u8a02\u6b63":154,"]'":[8,45],context:[67,8,27],"]\"":[6,65,63,112,160],"],":[77,3,79,83,85,90,42,92,114,126,100,95,11,131,72,12,134,49,101,50,139,147,38,41,108,60,148,69,113,63,96,84,66,158,116,159,117,160,119,27,120,149,74,164],"]/":90,"])":[57,153,17],finds:99,minagawa:[65,112],"\u691c\u7d22id":99,"\u3042\u3068":[132,105],improper:151,"\u30b3\u30de\u30f3\u30c9url":45,"'alice":158,"\u7d76\u5bfe":9,":#{":130,"\u8003\u616e":60,due:27,pg:84,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed":8,po:75,kiske:[6,65],"\u3057\u3084\u3059\u304f":[6,65],"\u6574\u5217":[118,3],"(html":96,"#groonga\u30bf\u30b0":160,"\u8a00\u8a9e\u540d":105,"\u30d9\u30fc\u30b9":[124,77,158,165,118,136,6,99,65,135,23,131,105],"\u30d8\u30c3\u30c0":[65,112],"\u79d2\u9593":23,"\u5730\u7cfb":11,evaluated:129,"\"sug":10,xvzf:[145,115,20,13,133,163,76],"\u5404\u8a9e":113,"\u6027\u5225":118,"_expansion":[23,112,65],rid:[18,106],"\u30ed\u30fc\u30ab\u30eb":[131,132],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":75,"\u6210\u679c":75,"*type":107,"/ppa":13,"\u5065\u4f5c":38,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[118,75],"/hoge":85,"\u64ec\u4f3c":[95,158,131],"\u672c\u6765":79,abcde:119,"*top":47,edge:143,nanoseconds:130,"\\bin":89,"\"alice":158,"\u6b8b\u5ff5":12,"\u9006\u5f15\u304d":[46,138],"\u3067\u304d\u308b":[118,75,143],tables:[122,139,161,74],"\u4e92\u63db\u6027":132,"\u3002keys":99,"\u64a4\u5ec3":[136,85],"\u5024\u7528":23,"\u304f\u3060":[124,77,3,126,80,82,39,22,6,2,89,90,9,129,163,45,145,95,11,131,72,12,134,13,60,50,17,53,83,55,105,58,41,20,146,147,148,62,159,96,103,65,114,115,158,118,119,101,133,149,30,76,8],boost:42,"_finalizer":[44,15],"@wareohji":[6,65],unstable:[133,132],"\u6642\u523b":[120,70,108,160,148,69,157],".title":12,"\u7f6e\u304b":[30,163,154,8],"\u7f6e\u304d":[135,136,67,132],"\u7f6e\u304f":163,"\u7f6e\u3044":[65,132],"\u5404\u8981":[79,72],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[1,164,131,109,85,15,163],retry:151,"\u69cb\u6210":[145,115,59,3,132,13,124,133],"\u304f\u3093":160,"-drilldown":116,"(\u300c":132,"_improper":2,"{type":117,"\u9577\u751f\u304d":55,"\u5b9f\u73fe":[118,75,150],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[65,112],"\"service":108,range:[92,50,84,83,151],"lzo\u3044":62,"\u672c\u6587":[66,96],"\u5831\u544a":[75,111],"\u524d\u65b9":[46,1,59,134,128,6,135,65,98,55],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":132,shimoda:136,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[85,8],fast:[120,95,77,158,27,49,96,66,131],"/hosts":132,"_links":[2,151],"html\u30bf\u30b0":96,sections:116,files:[8,132],"-query":[124,3,158,130,85,27,112,6,101,8,65,23,154,126],"-host":148,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":55,aramaki:[23,136],"_op":[93,71,59],"_or":[2,50,149,59,114,93],"\u306b\u3064":[6,65],"_of":[2,151],"_entries":[16,103],"_on":[2,151],called:[50,116],"\u63a5\u982d":[23,131,82],horikoshi:23,"\u679c\u305f":3,warning:[5,130,7,8],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":72,"\u306b\u5bfe\u3059\u308b":[46,59,3,132,116,38,12,118,136,112,134,65,135,23,138],tatsuya:[6,65],grn:75,gro:27,newvalue:107,nice:100,users:[95,83,101,50,149,89,8,139,84,130,114,45],"\u5c5e\u3057":[39,125],"\u305f\u3076\u3093":163,generated:[161,110],drilldown:[65,1,137],"\u982d\u8f9e":82,"\u300d\u3001":[38,160],"\u300d\u3002":140,"\u300d\u300c":160,"\u8868\u3059\u578b":39,"-deafult":23,"\u8aad\u307f\u53d6\u308a":[49,85],"-package":[132,121],"\u30b3\u30a2":[163,8,45],"-benchmark":[43,46,37,112,6,65],"-count":69,once:116,"\u30a4\u30f3\u30c7\u30c3\u30af":66,"\u958b\u304f\u969b":[6,65],"\u5272\u308a\u5f53\u3066\u308b":[12,82,3],"\u30b9\u30ad\u30c3\u30d7":[65,112],"\u8a9e\u6271":127,"_by":[34,160,98,128,99,65,135,23,67,71],"\u30cb\u30e5\u30fc\u30b9":100,stable:64,include:[73,83,84],"\u7e70\u308a\u8fd4\u3057\u6570":148,"=gr":117,"\u30de\u30c9\u30ea\u30fc\u30c9":11,"\"saerch":108,"\u30d7\u30e9\u30b0\u30de":95,"\u306a\u3068\u304d":118,"*user":[34,44],"\u3002run":155,"\u3067\u5024":[85,3],ranguba:72,"\"complete":10,"-in":[67,132],"-id":[6,65,85],"_dir":[23,132],"|correct":134,"_use":[2,151,15],".po":75,smaller:[130,72],".pc":[23,128],"-line":68,"\u3053\u3046\u3059\u308c":111,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[65,66,83,112],"\u3002buf":107,etime:156,"\u30a8\u30f3\u30b8\u30f3":[12,38,95,85,118],"{time":130,"-exact":69,"\u521d\u56de":105,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":40,"\u5341\u5206\u6c17":95,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[82,3,8],"\u4e0a\u3052\u308b":60,"/coremodule":8,"_name":[120,67,107,128],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":85,"\u30c8\u30e9\u30a4":[23,55,158,131,82],"\u300coffgao":160,">version":4,"\u5206\u6790":118,apple:164,apt:[132,13,6,133,110,65,68],"*str":71,hardy:136,api:[75,59,14],apply:71,"_commit":18,"\u5148\u60c5":160,"\u9001\u4fe1":[69,88,141,5,148,61,112,62,113,7,137,139,92,21,65,31,123,94],use:[120,95,107,117,98,158,85,15,16,113,122,65,131,71,105],from:[117,47,36,8,110],"\u3057\u307e\u3057":[65,112],usa:116,"\u3057\u307e\u305b":[95,60,111,8,42,163],"\u3057\u307e\u3059":[95,131,160,127,115,10,158],"\u3057\u307e\u3046":[132,118,136,111,112,6,65,23],usr:[85,8,9,163,155,76],"\u3057\u307e\u3044":[12,60,148,126,108],"\u5207\u308a":[141,23,112,132,65],"\u4efb\u610f":[3,132,85,39,148,118],start:[100,117,124],sort:[99,116],"_names":70,tokenbigramignoreblanksplitsymbolalpha:[60,147],"?msg":132,"[args":85,"/index":[125,85,132,105],"-html":[6,65,136],"\u30b7\u30fc\u30b1\u30f3\u30b9":[42,108,74],tar:[145,115,132,20,13,133,163,76],"_install":[121,68],tag:[38,132],"/rpmforge":115,sis:23,united:149,satoh:23,"\u30c0\u30d6\u30eb":[158,82,6,65,23,131,55],six:[130,3],sid:[46,121],instead:[95,85],"_create":[46,59,70,37,72,52,26,112,128,6,99,65,23,71,44,107],"\u884c\u3046":[156,38,95,11,126,132,160,127,111,124,6,101,63,136,135,65,66,155],"\"rectangle":[6,65,11,153],"\u30a2\u30af\u30bb\u30b5":67,"_configure":[65,112],"\u30a2\u30af\u30bb\u30b9":[156,132,12,136,85,112,6,99,90,30,23,65,105,8],"\u3042\u308b\u3044":[145,115,64,107,118,151,158,153,29,99,59,8,131,93,55],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":[65,112],light:50,"$home":132,interrupted:151,"-msgpack":45,freebsd:[46,37],"\u4eac\u90fd":[60,127],"#groonga":154,"\u300cbill":127,"\u5bfe\u8a71":[3,90],"%'":65,"\u7279\u5225":[77,158,2,17,42,163,71],"\u30c0\u30f3\u30d7":[6,65,136,112],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":132,"/apt":[133,132],"/api":45,restart:124,"\u3057\u3046\u308b":65,crash:50,"\u30b9\u30ad\u30fc\u30de":[95,11,158,159,27,100,101,96,139,84,122,66,149,131],"\u53c2\u52a0":[75,22],successor:131,articles:66,edit:[46,1,142,132,37],".net":[38,3,132,116,12,22,63,90],"%\\":89,nfs:163,"\u6df7\u305c":[12,134],".overcommit":[6,65],",\"link":12,"\u5c3a\u5ea6":118,related:122,"\u89e3\u6c7a":[146,111,6,113,65,23],"\u3002redmine":0,remove:[67,119],out:148,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":160,supports:[34,36,54],dictionary:164,"\u30ec\u30a4\u30e4":59,york:11,"8r":[6,65,163,85],lts:[13,132,68],"\u4e00\u90e8":[3,132,61,6,65,10],"\u8ca0\u62c5":111,lte:77,auth:[8,45],"\u304a\u3059\u3059\u3081\u3057":[124,158,132,131],"\u8aac\u660e":[0,46,115,59,132,37,145,20,105,13,112,6,133,89,121,144,163,65,75,76,68],"1\u305a":[64,51],"\"tags":72,"\u53d6\u308a\u8fbc\u307e":132,"\u7f72\u540d":75,"_symbolic":[2,151],"\u8d77\u70b9":95,"\u78ba\u8a8d":[75,111],"_qlog":[6,65],"\u5207\u308b":[65,8],"\u304a\u304b\u3057":136,makefile:132,",[":60,priority:42,their:122,"1\u3064":[0,77,125,82,83,8,9,129,65,114,45,95,131,72,134,10,101,55,56,38,58,148,111,112,159,151,23,66,158,160,27,103],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":85,developer:160,"_debug":155,"\u7279\u5316":[131,105],"\u30d5\u30a9\u30eb\u30c0\u30fc":89,"-jumandic":[145,115],"\u64a4\u53bb":23,"\u8a9e\u610f":87,"\u9ad8\u3044\u9806":3,"\u89e3\u6d88":[1,67,72,112,65,31],"_unsupported":2,"\u51fa\u73fe":[118,134,107,87],".grn":[8,139],"\u884c\u6307\u5411":118,"\u30ab\u30bf\u30ab\u30ca":[135,42,164,134],"\u76ee\u304f\u3089\u3044":55,"_expanders":[154,9],"=complete":117,which:[117,42,54,116],"\u4eee\u60f3":[65,63,112,116],"\u901f\u3084\u304b":64,".travis":68,"\u7d44\u8fbc\u578b":[46,37],"class":[96,27],"_build":155,"\u73fe\u5728":[87,156,157,3,70,132,118,40,148,15,103,160,21,106,67,44,55],"_delimited":36,"/docs":8,"_is":[120,23,2,151,67],gronga:[154,10],"_ip":90,"_in":[46,1,2,37,136,112,120,47,65,23,142],"_ii":[46,25,37],"-output":[95,96,148,27,112,6,65],"_id":[35,95,3,107,132,18,98,99,15,135,63,51,65,106,23,67,71,131],"_delimiter":[77,119],"\u6307\u3057":12,"\u5bfe\u8c61object":[35,70,81,67,44,104,107],please:105,",\n#":[38,95,77,3,158,72,12,160,101,63,90,131],"\u5bfe\u8c61":[77,3,127,88,23,125,163,45,94,46,95,64,132,93,134,15,49,101,99,137,138,139,135,55,38,59,106,107,60,143,61,62,149,65,67,98,155,156,158,105,118,27,31],"\u3044\u308d\u3044\u308d":[46,138],cache:[16,1,37,46,26,6,65,67],"\u30b7\u30a7\u30eb":[163,148,158],daiki:[6,65,136,128],candidates:42,"*newvalue":107,"\u6848\u5185":[111,132],local:139,"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":163,"\u6295\u7a3f":132,"\u4ed8\u3051\u308b":[143,164,3],"!condition":131,nvars:44,",\n{":[164,79,116,72,134,108,101,8,159,74,126,42,66,131,158],ones:116,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[95,8],words:131,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":1,"\u3070\u3044\u3051":[35,95,163,125,107,72,158,131,68,6,159,99,8,65,67,154,55],"(column":[27,84],",\n[":[27,139],",\n]":[60,159,63,79],"\u4e00\u4ef6\u9032\u3081":135,candidate1:134,queries:[148,27],view:117,"\u304b\u304e\u308a":148,"=fedora":132,"\uff08\u578b":52,"\u884c\u6570":23,acquires:17,still:50,"\"table":85,dll:[6,23,65],"\u30ea\u30c8\u30e9\u30a4":17,"\u4e43\u6bc5":136,job:148,homebrew:75,"\u3084\u305d\u306e":149,".i":115,april:132,"/local":[163,8,132],"\u672a\u5bfe":[6,65],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[6,30,136,85,65],"_var":[34,65,71,44,52],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[163,89],table:[46,64,106,107,37,72,136,26,112,6,62,99,47,59,65,135,23,67,98,44],"\u671f\u5f85":118,rpm:[145,115,132,136,112,6,65,23],"\u304a\u3059\u3059\u3081":45,"\u30b5\u30d6\u30bb\u30c3\u30c8":[39,99],"=gro":117,"\u9bae\u5ea6":100,"_refused":[2,151],"\u78ba\u5b9f":108,porting:36,"\u521d\u671f\u5024":156,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":[6,65],mike:149,"-cache":[65,85,112],"\u5024\u578b":12,"\u672a\u5b9a":12,"\u4f4f\u6240":[6,65],cursor:[135,47,106],"\u793a\u3059":[120,95,2,158,101,12,27,49,29,11,159,96,131,84,149,92,153,45,126],"\u793a\u3055":92,"\u793a\u3057":[2,3,40,116,60,25,69,11,90,132,66],"\u578b\u3068":116,"\u3072\u308d\u3086\u304d":126,"-debug":136,"*src":99,avg:156,"\u8fd4\u4fe1":[160,66,111],uptime:[1,3,4,69,90,8],"\u5185\u90e8":[132,12,18,27,15,69,99,65,67,98],"\u578b\u304b":39,"\uff08longest":[23,131],"\u6ce8\u610f":[95,96,3,158,132,72,12,148,112,60,99,8,65,126,23,131,45,55],"\u691c\u7d22key":99,"\u6587\u8108":159,"\u5168\u6587\u691c":[46,136,138,55],"\uff01\"":160,english:[42,95,22,110],uzulla:23,"\uff01:":163,"@kiske":[6,65],normalizermysqlgeneralci:164,"\u521d\u671f\u5316":[6,65,44,15],tcp:85,")=":146,"_device":[2,151],"(windows":148,"\u5236\u7d04":56,unsigned:[34,107,18,16,99,52,135,67,71,44],book:131,"\u9ad8\u7cbe":118,moritars:66,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[23,163,155,121,105],execute:[117,54,116,74],"\u300c\uff76":164,"'pid":85,know:116,"\u30b9\u30ec\u30c3\u30c9":[118,143,148,15,85,45],"\u307e\u305f\u3044":[6,65,11],earch:77,"_threshold":[53,23,163,136,15],"\u307e\u305f\u3050":[6,46,11,138,65],"\u306a\u304b\u3063":[95,64,3,131,159,5,85,137,61,6,60,7,88,84,21,65,148,94],"_push":59,because:[4,117,122,50,8,74,42],sequence:[108,134,74,161,42,130],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[95,87],"\u30b3\u30e1\u30f3\u30c8":[148,136,85,112,159,65,66,154],"_sortby":137,"_exists":[2,151],"\u306e\u307b\u304b":[12,39],"\u96e2\u308c":63,"\u2192id":82,"\u7d44\u5408":101,"enum":70,"\u7acb\u3061\u4e0a\u304c\u3063":148,"*path":[99,70,107],"\u518d\u691c":140,"\u306e\u3044\u305a\u308c\u304b":[29,99,93,153,52],"\u305d\u308c\u305e\u308c":[77,3,4,82,127,85,163,79,95,131,132,12,101,99,55,59,60,63,151,66,67,155,116,160,120,30],"\u5358\u72ec":[148,107],column:[46,1,47,107,37,72,136,26,112,6,99,59,65,23,67,98,44,104],universe:13,"\u30fbor":63,".html":[85,8,132,105],"$groonga":132,"\u6570\u5b57":[60,108,148,55],"_length":151,"\u5b9f\u7a3c":156,transfer:[118,124,151],"\u3002mroonga":[118,67],"*key":99,"var":[163,83,59,85,8],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":68,"\u30d5\u30a3\u30eb\u30bf\u30fc":159,palalles:132,"-pid":[23,85],"\u30b9\u30cb\u30da\u30c3\u30c8":[65,27],"_term":36,"\u6700\u5f8c":[131,132,12,136,148,15,6,60,8,65],"\u7834\u68c4":[44,15],squeeze:[65,112,132],palallel:132,"\u30e1\u30f3\u30d0":99,"\u56fa\u6709":[81,72],whether:[101,67],record:[47,3,72,12,101,99,11,90,71],below:50,"\u30ed\u30b0\u30a4\u30f3":132,"\u4e00\u9577":118,"\u6c7a\u5b9a":95,"\u30e9\u30a4\u30b6\u30fc":77,blogs:60,"\u305d\u308c\u3086\u3048":[12,158],"\u7a4d\u7528":95,"8bit":39,"\u7acb\u5834":75,"\"se":42,"@github":132,"\u52a0\u3048":[12,59,126,68],other:[83,17,54],bool:[158,12,39,112,29,65,153,126],"-analyzer":[6,23,65],"\u306f\u307e\u305a":132,".gpg":132,"-sortby":[65,112],".location":160,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":136,debian:75,"\u9054\u3059\u308b":135,emerg:[5,7],"\u5909\u66f4\u70b9":75,"\u306f\u307e\u3060":[45,165]},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/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","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","contribution/development/com","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. log_level","2.1.2\u30ea\u30ea\u30fc\u30b9 - 2013/01/29","8.3.17. log_put","8.1.4. groonga-httpd","8.3.22. register","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. log_reopen","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.10. 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. defrag","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.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.9. 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. column_remove","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\u306e\u6307\u5b9a","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. status","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\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","8.3.31. table_remove","2.1. Windows","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","13.3.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.30. table_list","8.15.17. <tt class=\"docutils literal\"><span class=\"pre\">grn_search</span></tt>","8.3.6. clearlock","8.3.25. <tt class=\"docutils literal\"><span class=\"pre\">select</span></tt>","8.11.6. 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.8. 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.1\u30ea\u30ea\u30fc\u30b9 - 2013/12/29","8.3.5. check","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>","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.14. Tuning","8.3.26. shutdown","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. suggest","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. define_selector","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.14. dump","8.10. grn_expr","8.3.21. quit","8.11. \u95a2\u6570","13.3.2. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","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.7. now","8.10.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","8.11.11. 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:[53,1,1,"c.grn_ctx_get_match_escalation_threshold"],"--cache-limit":[85,0,1,"cmdoption--cache-limit"],grn_get_default_match_escalation_threshold:[53,1,1,"c.grn_get_default_match_escalation_threshold"],grn_db_create:[70,1,1,"c.grn_db_create"],grn_obj_get_hook:[81,1,1,"c.grn_obj_get_hook"],grn_obj_expire:[67,1,1,"c.grn_obj_expire"],grn_table_cursor_close:[135,1,1,"c.grn_table_cursor_close"],"-P":[156,0,1,"cmdoption-P"],grn_table_cursor_set_value:[135,1,1,"c.grn_table_cursor_set_value"],grn_expr_syntax_escape:[71,1,1,"c.grn_expr_syntax_escape"],"-e":[85,0,1,"cmdoption-e"],"-d":[54,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":[156,0,1,"cmdoption-m"],"-l":[54,0,1,"cmdoption-l"],"--disable-max-fd-check":[117,0,1,"cmdoption--disable-max-fd-check"],"-i":[148,0,1,"cmdoption-i"],"-h":[85,0,1,"cmdoption-h"],grn_db:[70,2,1,"c.grn_db"],"-t":[117,0,1,"cmdoption-t"],grn_command_version:[102,2,1,"c.grn_command_version"],grn_obj_set_element_info:[35,1,1,"c.grn_obj_set_element_info"],"-p":[117,0,1,"cmdoption-p"],"-s":[54,0,1,"cmdoption-s"],"-r":[54,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":[85,0,1,"cmdoption--bind-address"],GRN_COMMAND_VERSION_STABLE:[102,3,1,"c.GRN_COMMAND_VERSION_STABLE"],"--config-path":[85,0,1,"cmdoption--config-path"],grn_table_size:[99,1,1,"c.grn_table_size"],"--query-log-path":[85,0,1,"cmdoption--query-log-path"],grn_ctx_use:[15,1,1,"c.grn_ctx_use"],grn_obj_defrag:[67,1,1,"c.grn_obj_defrag"],db:[148,0,1,"cmdoption-arg-db"],grn_get_lock_timeout:[17,1,1,"c.grn_get_lock_timeout"],grn_table_cursor_open:[135,1,1,"c.grn_table_cursor_open"],grn_get_default_encoding:[109,1,1,"c.grn_get_default_encoding"],GRN_OBJ_LOCK:[67,3,1,"c.GRN_OBJ_LOCK"],grn_ii_buffer_append:[18,1,1,"c.grn_ii_buffer_append"],grn_obj_column:[67,1,1,"c.grn_obj_column"],grn_geo_estimate_in_rectangle:[47,1,1,"c.grn_geo_estimate_in_rectangle"],grn_table_sort:[99,1,1,"c.grn_table_sort"],GRN_COLUMN_NAME_SCORE:[107,3,1,"c.GRN_COLUMN_NAME_SCORE"],grn_obj_unlink:[67,1,1,"c.grn_obj_unlink"],grn_obj_id:[67,1,1,"c.grn_obj_id"],grn_obj_set_value:[67,1,1,"c.grn_obj_set_value"],grn_encoding:[109,2,1,"c.grn_encoding"],grn_proc_create:[44,1,1,"c.grn_proc_create"],GRN_COLUMN_NAME_VALUE:[107,3,1,"c.GRN_COLUMN_NAME_VALUE"],"--ftp":[148,0,1,"cmdoption--ftp"],"--dir":[148,0,1,"cmdoption--dir"],GRN_OBJ_SET_MASK:[67,3,1,"c.GRN_OBJ_SET_MASK"],grn_table_group_result:[99,2,1,"c.grn_table_group_result"],grn_expr_close:[71,1,1,"c.grn_expr_close"],grn_obj_path:[67,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:[70,1,1,"c.grn_obj_db"],grn_geo_cursor_next:[47,1,1,"c.grn_geo_cursor_next"],GRN_OBJ_APPEND:[67,3,1,"c.GRN_OBJ_APPEND"],grn_table_lcp_search:[99,1,1,"c.grn_table_lcp_search"],grn_table_create:[99,1,1,"c.grn_table_create"],grn_table_cursor_get_value:[135,1,1,"c.grn_table_cursor_get_value"],"--address":[85,0,1,"cmdoption--address"],"--daemon":[117,0,1,"cmdoption--daemon"],grn_obj_is_builtin:[67,1,1,"c.grn_obj_is_builtin"],grn_table_columns:[99,1,1,"c.grn_table_columns"],"--pid-path":[85,0,1,"cmdoption--pid-path"],"--encoding":[85,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:[99,1,1,"c.grn_table_delete_by_id"],grn_ii_buffer:[18,2,1,"c.grn_ii_buffer"],"--host":[148,0,1,"cmdoption--host"],grn_obj_set_finalizer:[44,1,1,"c.grn_obj_set_finalizer"],grn_cache_current_set:[16,1,1,"c.grn_cache_current_set"],grn_obj_lock:[67,1,1,"c.grn_obj_lock"],"--log-path":[85,0,1,"cmdoption--log-path"],GRN_COLUMN_NAME_KEY_LEN:[107,3,1,"c.GRN_COLUMN_NAME_KEY_LEN"],"--log-output-dir":[148,0,1,"cmdoption--log-output-dir"],GRN_OBJ_COMPARE:[67,3,1,"c.GRN_OBJ_COMPARE"],grn_expr_append_const:[71,1,1,"c.grn_expr_append_const"],grn_obj_clear_lock:[67,1,1,"c.grn_obj_clear_lock"],grn_table_cursor_next:[135,1,1,"c.grn_table_cursor_next"],grn_expr_alloc:[71,1,1,"c.grn_expr_alloc"],grn_expr_compile:[71,1,1,"c.grn_expr_compile"],grn_user_data:[104,2,1,"c.grn_user_data"],grn_obj_get_range:[67,1,1,"c.grn_obj_get_range"],grn_table_get:[99,1,1,"c.grn_table_get"],grn_ctx_fin:[15,1,1,"c.grn_ctx_fin"],grn_geo_cursor_open_in_rectangle:[47,1,1,"c.grn_geo_cursor_open_in_rectangle"],"--max-threads":[85,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_column_table:[107,1,1,"c.grn_column_table"],GRN_OBJ_DECR:[67,3,1,"c.GRN_OBJ_DECR"],grn_obj_reinit:[67,1,1,"c.grn_obj_reinit"],grn_obj_rename:[67,1,1,"c.grn_obj_rename"],grn_table_group_flags:[99,2,1,"c.grn_table_group_flags"],grn_obj_check:[67,1,1,"c.grn_obj_check"],grn_table_at:[99,1,1,"c.grn_table_at"],grn_column_name:[107,1,1,"c.grn_column_name"],grn_table_difference:[99,1,1,"c.grn_table_difference"],"--n-lines-per-log-file":[117,0,1,"cmdoption--n-lines-per-log-file"],grn_cache_close:[16,1,1,"c.grn_cache_close"],grn_obj_close:[67,1,1,"c.grn_obj_close"],GRN_COLUMN_NAME_ID_LEN:[107,3,1,"c.GRN_COLUMN_NAME_ID_LEN"],grn_table_truncate:[99,1,1,"c.grn_table_truncate"],grn_obj_get_value:[67,1,1,"c.grn_obj_get_value"],grn_cache_open:[16,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":[117,0,1,"cmdoption--port"],grn_ii:[18,2,1,"c.grn_ii"],"--log-base-path":[117,0,1,"cmdoption--log-base-path"],grn_obj_is_locked:[67,1,1,"c.grn_obj_is_locked"],grn_expr_exec:[71,1,1,"c.grn_expr_exec"],"--log-level":[85,0,1,"cmdoption--log-level"],grn_table_rename:[99,1,1,"c.grn_table_rename"],GRN_COLUMN_NAME_NSUBRECS:[107,3,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COMMAND_VERSION_MAX:[102,3,1,"c.GRN_COMMAND_VERSION_MAX"],grn_index_cursor_next:[106,1,1,"c.grn_index_cursor_next"],grn_obj_get_element_info:[35,1,1,"c.grn_obj_get_element_info"],grn_search_optarg:[93,2,1,"c.grn_search_optarg"],grn_expr_append_const_str:[71,1,1,"c.grn_expr_append_const_str"],script:[148,0,1,"cmdoption-arg-script"],grn_expr_get_var_by_offset:[71,1,1,"c.grn_expr_get_var_by_offset"],grn_obj_add_hook:[81,1,1,"c.grn_obj_add_hook"],GRN_COMMAND_VERSION_MIN:[102,3,1,"c.GRN_COMMAND_VERSION_MIN"],grn_index_cursor_open:[106,1,1,"c.grn_index_cursor_open"],grn_proc_func:[44,2,1,"c.grn_proc_func"],grn_db_create_optarg:[70,2,1,"c.grn_db_create_optarg"],"--n-threads":[117,0,1,"cmdoption--n-threads"],grn_table_add:[99,1,1,"c.grn_table_add"],grn_obj_unlock:[67,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:[44,2,1,"c.grn_proc_type"],grn_proc_get_info:[44,1,1,"c.grn_proc_get_info"],GRN_OBJ_INCR:[67,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:[107,3,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_SCORE_LEN:[107,3,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE_LEN:[107,3,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],grn_table_cursor_get_key:[135,1,1,"c.grn_table_cursor_get_key"],grn_obj_get_values:[67,1,1,"c.grn_obj_get_values"],grn_column_rename:[107,1,1,"c.grn_column_rename"],GRN_OBJ_UNLOCK:[67,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":[148,0,1,"cmdoption--protocol"],grn_table_cursor:[135,2,1,"c.grn_table_cursor"],grn_ctx_get:[15,1,1,"c.grn_ctx_get"],grn_ctx_set_match_escalation_threshold:[53,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_db_open:[70,1,1,"c.grn_db_open"],grn_column_index:[107,1,1,"c.grn_column_index"],grn_table_sort_key:[99,2,1,"c.grn_table_sort_key"],"--help":[85,0,1,"cmdoption--help"],"--groonga":[148,0,1,"cmdoption--groonga"],grn_table_setoperation:[99,1,1,"c.grn_table_setoperation"],GRN_COLUMN_NAME_ID:[107,3,1,"c.GRN_COLUMN_NAME_ID"],GRN_OBJ_SET:[67,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:[67,2,1,"c.grn_obj"],grn_obj_remove:[67,1,1,"c.grn_obj_remove"],grn_obj_user_data:[104,1,1,"c.grn_obj_user_data"],GRN_OBJ_GET:[67,3,1,"c.GRN_OBJ_GET"],grn_expr_append_const_int:[71,1,1,"c.grn_expr_append_const_int"],grn_expr_syntax_escape_query:[71,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:[47,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:[93,1,1,"c.grn_obj_search"],"--send-endpoint":[117,0,1,"cmdoption--send-endpoint"],grn_table_update_by_id:[99,1,1,"c.grn_table_update_by_id"],grn_hook_entry:[81,2,1,"c.grn_hook_entry"],grn_expr_append_op:[71,1,1,"c.grn_expr_append_op"],grn_geo_point:[47,2,1,"c.grn_geo_point"],grn_table_cursor_table:[135,1,1,"c.grn_table_cursor_table"],grn_table_delete:[99,1,1,"c.grn_table_delete"],dest:[85,0,1,"cmdoption-arg-dest"],grn_ctx_open:[15,1,1,"c.grn_ctx_open"],grn_column_index_update:[107,1,1,"c.grn_column_index_update"],grn_obj_delete_by_id:[67,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":[85,0,1,"cmdoption--default-match-escalation-threshold"],grn_table_cursor_delete:[135,1,1,"c.grn_table_cursor_delete"],grn_type_create:[52,1,1,"c.grn_type_create"],grn_obj_path_by_id:[67,1,1,"c.grn_obj_path_by_id"],grn_builtin_type:[52,2,1,"c.grn_builtin_type"],grn_table_get_key:[99,1,1,"c.grn_table_get_key"],GRN_OBJ_PREPEND:[67,3,1,"c.GRN_OBJ_PREPEND"],grn_set_default_match_escalation_threshold:[53,1,1,"c.grn_set_default_match_escalation_threshold"],grn_cache_current_get:[16,1,1,"c.grn_cache_current_get"],grn_expr_create:[71,1,1,"c.grn_expr_create"],grn_get_default_command_version:[102,1,1,"c.grn_get_default_command_version"],grn_expr_add_var:[71,1,1,"c.grn_expr_add_var"],grn_encoding_parse:[109,1,1,"c.grn_encoding_parse"],grn_column_create:[107,1,1,"c.grn_column_create"],grn_ctx_set_command_version:[15,1,1,"c.grn_ctx_set_command_version"],grn_table_sort_flags:[99,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:[102,1,1,"c.grn_set_default_command_version"],grn_encoding_to_string:[109,1,1,"c.grn_encoding_to_string"],"--receive-endpoint":[117,0,1,"cmdoption--receive-endpoint"],GRN_COLUMN_NAME_NSUBRECS_LEN:[107,3,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],grn_table_group:[99,1,1,"c.grn_table_group"],command:[85,0,1,"cmdoption-arg-command"],grn_obj_name:[67,1,1,"c.grn_obj_name"],grn_db_touch:[70,1,1,"c.grn_db_touch"],grn_table_update:[99,1,1,"c.grn_table_update"]},grn_db_create_optarg:{n_builtin_type_names:[70,4,1,"c.grn_db_create_optarg.n_builtin_type_names"],builtin_type_names:[70,4,1,"c.grn_db_create_optarg.builtin_type_names"]}},titleterms:{"_pat":82,"\u53c2\u7167\u578b":72,senna:36,"\u6539\u826f":[1,36,136,112,128,6,65,23,98],"\u7b26\u53f7":131,"\u6d41\u308c":105,"-prefix":163,"\u9ad8\u5ea6":95,prefix:59,per:122,"\u6761\u4ef6":[63,96,95,132,158],query:[101,95,151,130],"-lzo":163,"=number":163,"\u3084\u308b":132,jessie:133,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":90,"\u30d3\u30c3\u30c8":131,"\u7279\u5fb4":[82,118],ruby:[129,58],"-release":132,"\u901a\u4fe1":143,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[117,4],to:[117,42,74],"_column":[51,107],"\u524a\u9664":149,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":155,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[148,33],string:[77,119],groonga:[46,124,36,132,161,117,118,143,85,86,59,150,8,152,30,75,105,54,148,90],"\u95a2\u9023":[95,5,7,137,8,21,66,14,54,94],"=message":163,"\u304a\u6c17":160,facebook:22,"\u30b5\u30f3\u30d7\u30eb":[156,148],"_database":8,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[154,155,121],"\u52d5\u4f5c":[42,108,155,132,74],"\u30b9\u30af\u30ea\u30d7\u30c8":[131,132],"_or":84,"\u3068\u3057\u3066":39,"\u3065\u3051":64,gnu:133,"-escalation":163,"\u6761\u4ef6\u5f0f":158,min:84,"\u7c21\u5358":95,"\u30aa\u30d7\u30b7\u30e7\u30f3":[148,134,85,156,161],".po":105,"\u8ad6\u7406\u548c":158,"\u4ed8\u4e0e":66,"\u771f\u507d\u5024":[12,131],"-benchmark":148,"\u6f14\u7b97\u5b50":131,"_cursor":[135,106],"_remove":[88,61],"\u7701\u7565":[117,11,77,119,101],sub:159,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":132,"\u53c2\u8003":[77,82,83,2,129,95,134,49,101,140,147,55,58,41,159,149,103,154,119,27,161,120,164],"\u30ea\u30c6\u30e9\u30eb":131,"\u6210\u529f":120,"new":50,tips:132,"\u683c\u7d0d":39,memcached:90,body:120,xml:120,"\u6587\u6cd5":63,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":158,"\u30c6\u30b9\u30c8":155,"\u30bf\u30b0":38,"\u9069\u7528":72,"\u3042\u308a":[158,131],ubuntu:13,"\u6e96\u5099":[79,132],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":45,softwares:110,"\u95a2\u4fc2\u5f0f":59,"\u4e26\u5217":132,"_key":82,"\u63d0\u4f9b":111,"\u4e3b\u30ad\u30fc":[39,126],blogroonga:132,"_version":[102,64],"_name":[50,114],"_output":95,"\u5165\u6f14":131,"_info":35,changes:36,options:[117,54],"\u7ffb\u8a33":[132,105],"\u5909\u66f4":[60,136,45],"\u30af\u30a8\u30ea":[118,59,79],"\u30de\u30c3\u30c1":131,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":8,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[75,14],"\u6587\u5b57\u5217":[12,131],api:[73,25],"_table":[135,99,59],select:95,"\u6982\u8981":[34,35,77,81,82,83,2,8,9,129,96,93,44,135,16,95,64,72,99,102,15,49,101,50,17,18,53,54,104,55,58,41,106,107,52,109,147,62,11,47,103,84,114,67,154,70,159,117,118,119,27,120,149,122,164],"\u9001\u4fe1":90,"\u69cb\u6587":[77,83,9,129,95,11,131,49,101,50,147,55,58,41,62,159,96,103,84,114,158,119,27,149],"\u624b\u9806":132,zip:89,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":59,"\u30d5\u30ec\u30fc\u30ba":158,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":118,"_no":82,https:45,tokenize:77,scope:159,"_flags":95,"\u60c5\u5831":[132,118,40,111,87,63,150,155],"\u30d6\u30ed\u30b0":132,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":24,"\u3059\u308b":[0,132,116,72,60,146,108,111,117,8,74,42,66,54,155],normalizer:[77,41,119,55],"\u7d4c\u7def\u5ea6":12,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":131,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":132,"\u5f15\u6570":[77,5,83,85,7,88,129,92,94,95,11,97,49,101,50,137,139,21,141,54,55,57,58,148,61,62,113,96,103,84,114,153,156,69,159,117,119,29,149,122,31,123],"\u3053\u3068":132,"_base":8,"_command":102,homebrew:[132,76],"\u3067\u304d":39,"\u4ee5\u4e0b":158,"\u4ee5\u4e0a":[158,131],"\u30b8\u30aa\u30b5\u30fc\u30c1":38,"\u8d77\u52d5":[124,90],"\u3060\u3051":[111,72],"\u524d\u63d0":132,install:[163,110],clearlock:94,"\u89e3\u6790":155,"\u7de8\u96c6":105,"\u6bd4\u8f03":[131,45],"_encoding":109,"\u304c\u3063":66,process:[122,130],"in":36,"_install":163,"/linux":133,"\u660e\u793a":132,"\u958b\u767a":[144,150,111],old:65,"\u548c\u4ee3":131,normalize:119,filter:[159,95],sphere:11,"\u540d\u524d":[88,5,39,85,7,92,94,97,134,51,139,21,137,57,148,61,69,113,141,153,156,157,161,29,30,31,123],"\u691c\u51fa":155,normalizernfkc:164,solaris:20,snippet:27,how:[42,74],"\u548c\u6f14":131,sid:133,"\u52d5\u7684":100,"\u5b9f\u884c\u4f8b":[35,47,106,70,67,81,18,109,99,15,16,135,102,52,53,93,71,44,104,107],"\u8fd1\u508d":131,"\u30b3\u30de\u30f3\u30c9":[26,3,90,85,30],"_create":[62,8,55],"-gqtp":124,"\u7d42\u4e86":[124,8,90],"_proc":44,"\u7406\u7531":111,max:[122,103,84],clone:105,"\u4e57\u7b97":131,mac:76,offset:95,"\u6642\u9593":[160,131],"\u7f72\u540d":132,data:[42,74,8,54],"\u30da\u30fc\u30b8\u30f3\u30b0":95,"\u8a2d\u5b9a":[132,117,17,8,45,68],status:[69,151,161],"-munin":163,"\u4e00\u81f4rk":42,"-http":124,register:9,"-files":132,callback:59,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":89,"\u30b0\u30eb\u30fc\u30d7":[158,131],freebsd:122,"\u30a4\u30f3\u30dd\u30fc\u30c8":132,"\u8ee2\u7f6e":118,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[78,138],"\u30c4\u30a4\u30fc\u30c8":111,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[46,14,132],rand:57,grntest:132,"\u30d1\u30c8\u30ea\u30b7\u30a2":126,"\u623b\u308a\u5024":[77,83,9,129,11,134,49,101,50,147,55,58,41,62,159,96,103,84,114,117,119,27,149],"\u305f\u3044":132,gqtp:[143,124,151,90,80],"\u6d6e\u52d5":131,"_api":59,"_match":53,"_rename":50,"\u6587\u66f8":131,"=platform":163,"\u63a5\u7d9a":90,tsv:[120,154],"\u4ee5\u4e0b\u6f14":131,cutter:[155,132],"\u57fa\u672c":[3,131],greater:59,"\u30d7\u30ed\u30c8\u30b3\u30eb":[90,151],number:122,"\u9664\u7b97":131,not:59,"\u8a8d\u8a3c":45,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":90,now:157,"\u5c0f\u306a\u308a":[158,131],"_select":59,"-pack":163,name:[50,55],edit:97,"-encoding":163,"\u66f4\u65b0":[118,132,105],kern:122,mode:59,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":3,".overcommit":122,"\u767b\u9332":[0,132],"\u3053\u3061\u3089":111,"\u4e26\u3079":3,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":82,normalizerauto:164,"\u751f\u6210":[105,132,110],"\u74b0\u5883":[155,132],"\u5b9f\u4f8b":59,"\u9032\u3081":111,http:[30,124,165,4,90],"\u30d8\u30c3\u30c0\u30fc":151,todo:[101,27],"\u9001\u308a\u65b9":[0,105],"-match":163,"\u30ab\u30d0\u30ec\u30c3\u30b8":155,"\u7def\u5ea6":118,"-default":163,"\u90e8\u5206":127,red:132,rk:42,"\u6307\u5b9a":[11,3,158,132,39,63,64,66],nofile:122,"\u30e6\u30fc\u30b6\u30fcid":160,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":155,proxy:8,"-create":161,"_string":[101,159],"\u305f\u3081":[95,59,111],"\u7d50\u5408\u5f0f":158,"\u4ed5\u69d8":19,"\u4e8b\u9805":[56,39,148],launch:117,freecode:132,"-localstatedir":163,"\u53ef\u80fd":[11,117,118,119,101,77,8],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":118,"_hash":82,"_user":104,"\u30d9\u30af\u30bf\u30fc":39,"\u3078\u3068":111,"\u6e1b\u7b97":131,suffix:59,"\u8aac\u660e":[88,5,39,85,7,92,94,97,134,51,139,21,137,57,148,61,69,113,141,153,156,157,29,30,31,123],"-version":64,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":21,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":160,"\u7d44\u307f\u8fbc\u307f":[164,85],"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":132,open:122,size:151,"\u78ba\u8a8d":[132,105],"\u7d5e\u8fbc":63,dump:139,script:129,introduction:110,"\u30ab\u30b9\u30b1\u30fc\u30c9":149,"\u4fee\u6b63":[1,36,136,112,128,6,65,23],"\u5bfe\u7b56":[60,146],"\u6c38\u7d9a":82,"_obj":67,"\u30ea\u30dd\u30b8\u30c8\u30ea":[91,105],"=encoding":163,"\u306f\u3058\u3081":10,tokenizer:[147,77],configure:[163,132,110],releases:65,desctipion:161,"\u8ffd\u8de1":0,".com":132,"\u66f8\u5f0f":[88,3,5,85,7,8,92,94,97,134,137,139,21,141,54,57,148,61,69,113,153,156,157,117,29,30,31,123],"\u5b66\u7fd2":[117,42,108,10,74],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":55,"-httpd":[117,124,8,86,54],"_index":106,"_untag":96,"-log":163,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":37,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[12,72],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":8,"\u30c6\u30fc\u30d6\u30eb":[56,3,12,82,39,101,160,66,54,55],"_expander":[101,95],"\u3044\u304f":111,hashtags:160,"\u30a8\u30e9\u30fc":[120,146],"-zlib":163,"\u56fd\u969b\u5316":105,"\u5834\u5408":[120,66,132],"null":131,"_circle":153,"\u3044\u308b":[160,40],"\u7279\u6b8a":148,"\u4e00\u89a7":[2,24],"_list":[147,92,83,41],"\u7d22\u5f15":118,"\u304b\u3089":[145,115,13,111,133,89,163,76],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":55,"-with":163,archive:13,"\u7279\u5b9a":[155,132],"\u307e\u3068\u3081":132,"_distance":[11,97],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":155,mroonga:118,libmemcached:155,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":72,"\u7d22\u7528":3,"\u7528\u79d8":132,"\u30c4\u30fc\u30eb":[163,8,90],"\u7d44\u8fbc\u578b":39,"\u30b5\u30b8\u30a7\u30b9\u30c8":162,synopstis:161,"_put":7,windows:[89,132],geoindex:160,request:[117,105],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":116,"_in":[29,153],"_ii":18,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":132,"\u30b5\u30fc\u30d0":[118,90],"\u30ed\u30fc\u30c9":[160,3,72],"_processes":8,"=path":163,"\u3084\u308a":111,"\u5fc5\u9808":[95,11,117,83,119,101,50,77,114],"\u30ec\u30b3\u30fc\u30c9":[95,3],"-po":132,"\u5270\u4f59":131,"\u30d5\u30a1\u30bb\u30c3\u30c8":95,"\u30d1\u30c3\u30c1":105,"\u304a\u304f":111,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":132,"\u8ffd\u52a0":[105,164,132,87],"\u5bfe\u8c61":66,"\u88dc\u5b8c":[42,10],"\u3044\u308d\u3044\u308d":12,"\u5c0f\u6570":131,"\u30d1\u30c3\u30b1\u30fc\u30b8":132,depended:110,ellipsoid:11,"\u4e0d\u7b49\u4fa1":[158,131],grnslap:156,cache:[95,103],"\u72ec\u81ea":131,"\u65e5\u6642":12,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":132,"_equal":59,"\u65b9\u6cd5":[64,132,72,60,146,108,100,74,42,75,14,155,105],"\u30ea\u30ea\u30fc\u30b9":[1,132,136,112,128,6,65,23,98],rectangle:11,"\u4e00\u6642":82,"\u6295\u7a3f":160,"-server":124,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":45,wheezy:133,get:117,db:59,clang:155,"_html":27,"_limit":[95,8,103],cannot:146,"\u7b97\u5b50":131,"_eval":129,"\u91cd\u307f":[66,72],geo:[29,11,153],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[64,45],"\u305d\u306e":163,"\u5171\u8d77":[42,108,74],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":143,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":60,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":2,"_search":93,"\u7d50\u679c":[60,148,3,116],"\u52a0\u7b97":131,"\u6570\u5024":12,contain:59,"\u64cd\u4f5c":3,"\u69cb\u7bc9":[100,155],"\u5236\u5fa1":131,"\u30b9\u30b3\u30a2\u30fc":95,"\u4ee3\u5165":131,travis:68,tokenizers:32,arg:59,news:36,"\u8a00\u8a9e":105,"\u65b0\u898f":132,"\u6a5f\u80fd":40,"\u30ab\u30e9\u30e0":[56,11,3,116,51,125,66],"\u985e\u4f3c":[131,108],"\u7ba1\u7406":[8,90],"\u5c02\u7528":90,"\u30e2\u30b8\u30e5\u30fc\u30eb":8,"_pack":163,between:84,reading:42,"\u7bc4\u56f2":[3,55],"\u4f4d\u7f6e":[11,63,64,40,118],"\u8868\u73fe":59,"_geo":47,javascript:63,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":118,"\u904e\u53bb":111,key:55,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":148,"\u5373\u6642":118,"\u30b7\u30d5\u30c8":131,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[158,131],"_level":[5,8],"\u6392\u4ed6":131,"\u518d\u8d77\u52d5":124,"\u77e5\u308a":132,"-suggest":[117,54,161],"\u306a\u3057":[131,45],equal:59,"-document":110,"\u30b5\u30fc\u30d0\u30fc":[30,124,28],"\u88dc\u6b63":[10,108],"\u30d1\u30e9\u30e1\u30fc\u30bf":[66,64],"\u306a\u3044":[39,111],"\u975e\u308f\u304b\u3061":127,load:49,"\u8a9e\u5f59":[3,87],ci:68,"\u4f5c\u6210":[160,3,132,55],point:11,period:36,"\u62bd\u51fa":131,header:120,"\u7f6e\u63db":101,"\u95a2\u6570":[142,131,155],"\u6574\u6570":131,shutdown:123,path:58,table:[95,88,82,83,50,92,114,55],quit:141,"\u53c2\u7167":[12,38,151,118],tuning:122,"\u30e1\u30e2\u30ea":122,json:[69,88,5,134,120,61,49,113,7,137,21,92,31,94],"\u91cd\u307f\u4ed8\u304d":72,"\u306b\u95a2\u3059\u308b":39,po:132,"\u7528\u3044":[21,63],define:137,enable:110,"-help":163,"_tokenizer":55,"\u7591\u4f3c":51,"_value":84,"\u5b9f\u884c":[43,59,132,148,8,155],"\u7a2e\u985e":12,"_log":8,"-message":163,"\u5dee\u6f14":131,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[0,22],"\u5168\u4f53":17,plugin:34,"\u30a8\u30b9\u30b1\u30fc\u30d7":158,value:55,"\u5236\u9650":[56,116,72,82,39,148,154],cast:48,near:59,"\u306e\u306b":60,"\u691c\u7d22":[38,95,127,3,79,72,60,118,40,87,158,63,108,74,126,42,66,131,160,55],match:[101,66,95],"\u30e9\u30a4\u30d6\u30e9\u30ea":[118,163],"\u540c\u3058":60,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":22,geopoint:160,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":164,"\u6307\u91dd":111,"\u5fc5\u8981":96,vm:122,"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":132,"_expansion":95,"\u53d6\u5f97":[3,132],"\u30ec\u30b3\u30fc\u30c9id":82,"\u95be\u5024":60,".maxfileperproc":122,"\u8a9e\u5f59\u8868":55,"\u5ea7\u6a19\u5024":131,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":132,fedora:145,"\u4f7f\u3044\u65b9":[77,4,83,8,9,129,42,49,95,11,72,100,101,50,147,54,55,58,41,108,148,62,159,96,103,84,114,154,117,119,27,149,74],"_rectangle":29,suggest:134,make:[163,132],"\u4f8b\u3048":111,"\u6210\u679c":105,"-dataset":161,"\u7a4d\u6f14":131,"_filter":159,html:[96,105,110],"-learner":54,messagepack:120,"\u30ad\u30fc\u30ef\u30fc\u30c9":[60,160],".max":122,"\u8a98\u5c0e":111,".po\u30d5\u30a1\u30a4\u30eb":105,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":8,"\u306b\u3088\u308b":[66,126,116],"\u8ab2\u984c":0,"_columns":[101,66,95],"_data":104,"\u5834\u6240":[111,154],"\u5168\u6587\u691c":3,"\u95a2\u4fc2":[38,95,163],database:[117,54],"\u307e\u305f":66,"\u3055\u307e\u3056\u307e\u306a":63,"()":59,flags:[77,119,151,55],sortby:95,"\u51fa\u529b":[120,95,3,4,105],gzip:45,the:[65,122],lcov:155,"_path":[117,8,54],"\u8868\u793a":3,"-platform":163,protocol:151,"-path":163,less:59,"(v":59,"\u5229\u7528":[63,8],"_ctx":15,"\u5171\u6709":118,"\u9006\u5f15\u304d":38,"\u8fd4\u5024":[57,95,88,141,97,5,61,153,157,69,29,7,137,123,139,92,21,30,31,113,94],"\u547c\u3073\u51fa\u3057":131,"\u5f8c\u65b9":[131,158,126],"\u3067\u304d\u308b":[59,111],loading:8,"\u8ad6\u7406":[158,131],mmap:146,"\u30bd\u30fc\u30c8":[63,116],defrag:31,"_selector":137,"\u660e\u793a\u7684":11,"\u62e1\u5f35":79,"\u4e00\u81f4":[42,127,158,131,126],hat:132,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":45,"\u7d4c\u5ea6":118,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":118,"\u8ad6\u7406\u7a4d":158,"\u9759\u7684":[100,155],"\u4fdd\u5b58":[12,55],nginx:8,"_hook":81,"\u30bd\u30fc\u30b9":[145,115,13,133,89,163,76],"\u7a4d\u4ee3":131,linux:122,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":90,"\u5354\u529b":111,"\u691c\u7d22\u4f8b":59,"-command":64,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[3,45],"_expr":[59,71,140],adjuster:95,"_threshold":95,"\u4f5c\u696d":132,"\u307e\u305f\u3050":66,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":90,"\u4ed5\u65b9":105,learning:[54,74],centos:115,"_db":70,"-plugins":163,"\u30b7\u30b9\u30c6\u30e0":[0,160],"\u5358\u8a9e":131,"_dat":82,"\u4f7f\u7528":122,"\u5727\u7e2e":45,"\u30b3\u30e1\u30f3\u30c8":160,"_sortby":95,"\u5411\u3051":[150,132],"\u5bc6\u9375":132,"\u66f8\u304d":127,"\u5f62\u5f0f":[69,88,5,134,120,61,49,113,7,137,21,92,31,94],comments:160,exit:161,allocate:146,"\u30af\u30a8\u30ea\u30fc":[8,24,158],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":124,"\u30d3\u30eb\u30c9":[145,115,132,13,133,89,163,76],"\u5206\u3051":127,run:110,"\u5168\u6587\u691c\u7d22":158,"\u4ed8\u304d":[38,131],"\u3046\u307e\u304f":111,"\u4e0a\u9650":56,"\u4f9d\u5b58":163,"\u5b8c\u5168":127,"\u3042\u308b":160,"\uff08personal":13,"\u5927\u306a\u308a":[158,131],output:95,"\u96c6\u8a08":118,from:54,post:[8,45],"_auto":8,"\u6319\u52d5":127,by:8,"\u5b9f\u73fe":59,"_border":84,"package":13,column:[62,50,61,83,84],of:122,"_escalation":[53,95],"\u30e6\u30fc\u30b6\u30fc":[160,111],location:11,"\u30b9\u30c8\u30ec\u30fc\u30b8":118,os:76,ppa:13,scorer:[63,95],"_reopen":21,"\u5b9f\u9a13":23,domain:116,"\u30ad\u30e3\u30c3\u30b7\u30e5":[95,8],"\u30d5\u30a1\u30a4\u30eb":[43,59,132,110,154,45,105],"_cache":[16,8],"\u5831\u544a":0,"\u524d\u65b9":[42,131,158,126],"\u7279\u6709":8,"\u9805\u76ee":[5,21,7,137,94],log:[5,21,7,54,130],"\u8907\u6570":[66,116,45],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":148,"_prefix":163,approximate:11,"\u30d0\u30fc\u30b8\u30e7\u30f3":[136,1,64,128,132],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":66,redmine:111,"\u30ed\u30b0":21,"\u5c55\u958b":24,"\u7b49\u4fa1":[158,131],"\u63d0\u6848":[117,10,74],"cpu\u30b3\u30a2":45,twitter:[111,132,22],"\u30d5\u30a9\u30ed\u30fc":160,files:[122,54,161],"\u6027\u80fd":[8,45],memory:146,"\u7b97\u8853":131,"with":110,"_load":58,pull:105,"\u5165\u308a":160,"default":[64,55],"\u5426\u5b9a":[158,131],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":132,limit:95,"\u66ff\u3048":3,"\u304a\u3055\u3089\u3044":111,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[34,35,81,18,93,44,47,102,15,16,99,17,135,104,106,107,52,109,53,67,70,71],"\u304a\u77e5\u3089":[65,1,136,128],similar:59,"delete":149,"\u611f\u8b1d":[1,136,112,128,6,65,23,98],bigram:160,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":132,command:64,"\u69d8\u3005":155,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":160,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[130,154],"\u56de\u907f":146,"\u3054\u3068":66,"\u70b9\u6570":131,check:113,"\u306b\u5bfe\u3059\u308b":87,"\u5bfe\u5fdc":[40,111,45],"\u7570\u306a\u308b":60,"\u4ee3\u5165\u5f0f":158,extract:74,"\u3068\u308a":111,"\u914d\u5217":131,"\u3042\u3052\u308b":60,"\u306e\u307f":[155,132],grn:[35,81,18,93,44,47,102,15,16,99,140,135,104,59,106,107,52,109,53,67,70,71],"\u5168\u6587":[3,60,118,87,63,66],"_type":[52,11,151,55],users:160,truncate:114,"\u30c7\u30fc\u30bf":[12,160,39,3,55],worker:8,"-package":163,"\u30c7\u30d0\u30c3\u30ac":155,update:[42,132,110],"_query":8,"\u547d\u4ee4":148,"\u65b0\u3057\u3044":105,"_map":122,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":45,"\u4f7f\u3046":[11,8],drilldown:95,"-latest":132,"\u3088\u3046":[42,108,74],debian:[133,132],"\u4f5c\u308a\u65b9":72,"_count":122,"\u4f7f\u3044":127,macports:76,"-threshold":163,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[56,38,66,100],pseudo:51,"_offset":95,queryexpandertsv:154,"_memory":122,"\u5909\u66f4\u70b9":132,oracle:20,"\u539f\u56e0":60,"\u30c7\u30fc\u30e2\u30f3":90}})
@@ -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.1ドキュメント</title>
10
+ <title>7. サーバー &mdash; Groonga v4.0.1-127-g9422d50ドキュメント</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.1',
18
+ VERSION: '4.0.1-127-g9422d50',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.1ドキュメント" href="index.html" />
29
+ <link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="index.html" />
30
30
  <link rel="next" title="7.1. サーバーパッケージ" href="server/package.html" />
31
31
  <link rel="prev" title="6. 位置情報検索" href="geolocation_search.html" />
32
32
  </head>
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="geolocation_search.html" title="6. 位置情報検索"
62
62
  accesskey="P">前へ</a> |</li>
63
- <li><a href="index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
@@ -138,7 +138,7 @@
138
138
  <li class="right" >
139
139
  <a href="geolocation_search.html" title="6. 位置情報検索"
140
140
  >前へ</a> |</li>
141
- <li><a href="index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
141
+ <li><a href="index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
142
142
  </ul>
143
143
  </div>
144
144
  <div class="footer" role="contentinfo">
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.2. GQTP &mdash; Groonga v4.0.1ドキュメント</title>
10
+ <title>7.2. GQTP &mdash; Groonga v4.0.1-127-g9422d50ドキュメント</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.1',
18
+ VERSION: '4.0.1-127-g9422d50',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.1ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="7. サーバー" href="../server.html" />
31
31
  <link rel="next" title="7.3. HTTP" href="http.html" />
32
32
  <link rel="prev" title="7.1. サーバーパッケージ" href="package.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="package.html" title="7.1. サーバーパッケージ"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -125,7 +125,7 @@
125
125
  <li class="right" >
126
126
  <a href="package.html" title="7.1. サーバーパッケージ"
127
127
  >前へ</a> |</li>
128
- <li><a href="../index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
128
+ <li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
129
129
  <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
130
130
  </ul>
131
131
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.3. HTTP &mdash; Groonga v4.0.1ドキュメント</title>
10
+ <title>7.3. HTTP &mdash; Groonga v4.0.1-127-g9422d50ドキュメント</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.1',
18
+ VERSION: '4.0.1-127-g9422d50',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.1ドキュメント" href="../index.html" />
29
+ <link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="7. サーバー" href="../server.html" />
31
31
  <link rel="next" title="7.3.1. 比較" href="http/comparison.html" />
32
32
  <link rel="prev" title="7.2. GQTP" href="gqtp.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="gqtp.html" title="7.2. GQTP"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../server.html" accesskey="U">7. サーバー</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -73,7 +73,7 @@
73
73
 
74
74
  <div class="section" id="http">
75
75
  <h1>7.3. HTTP<a class="headerlink" href="#http" title="このヘッドラインへのパーマリンク">¶</a></h1>
76
- <p>groongaは2つのHTTPサーバー実装を提供しています。</p>
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>
79
79
  <li><a class="reference internal" href="http/groonga-httpd.html"><em>groonga-httpd</em></a></li>
@@ -155,7 +155,7 @@
155
155
  <li class="right" >
156
156
  <a href="gqtp.html" title="7.2. GQTP"
157
157
  >前へ</a> |</li>
158
- <li><a href="../index.html">Groonga v4.0.1ドキュメント</a> &raquo;</li>
158
+ <li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> &raquo;</li>
159
159
  <li><a href="../server.html" >7. サーバー</a> &raquo;</li>
160
160
  </ul>
161
161
  </div>