LoginSignup
2
2

More than 5 years have passed since last update.

sunspot_solrを使ってインデックスを作成する場合の注意点

Last updated at Posted at 2014-12-13

1. はじめに

solrを使って全文検索を高速化する際に,
インデックスを張る段階でこけたのでメモ.

環境は以下.
rails(4.1.8)
sunspot_rails(2.1.1)
sunspot_solr(2.1.1)

2. インデックス

モデルのサイズによっては,

rake sunspot:reindex

のみでは途中で終了する場合がある.

rake sunspot:reindex[size]

として,サイズを指定した場合は正しくインデックスが張れた.
自分のケースだと150万レコード程度で強制終了していた.

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2