Closed okkez closed 8 years ago
Nokogiri::HTML(render_markdown(post.body)).innter_text
でいけるはずだけど、性能が気になる。
1秒も変わらなかった。
before: bundle exec ruby groonga/init.rb 7.63s user 0.61s system 79% cpu 10.333 total
after: bundle exec ruby groonga/init.rb 8.47s user 0.58s system 80% cpu 11.236 total
Groongaに入れるときに
Post#body
じゃなくてちゃんとテキストを抽出する。目的は、markdown の記号などで検索にノイズが混ざらないようにするため。