CakePHP Shell で Apache Solr を使う

CakePHP Shell で Apache Solr を使いたくなったので調査

(1) Apache Soler インストール
(2) pecl solr インストール
(3) extensions 設定
(4) CakePHP で利用するためのモジュール化

どれがどこまで本当に必要か、、pecl PHP と solr-php-client の違いなど。。
https://code.google.com/p/solr-php-client/

pecl solr インストール

CakePHP の DataSource/Model 作成
http://d.hatena.ne.jp/x002dc/20111021/1319210515

PHP 5.4 以降の extension 設定
http://server-setting.info/debian/debian-php54-module-conf.html