tags:

views:

180

answers:

1

with symfony using doctrine is very easy cause its fully integrated into the framework.

i wonder if there is a possibility to integrate solr with symfony too (eg, via plugin?)

thanks

+1  A: 

There are at least 2: tjSolrDoctrineBehaviorPlugin and sfSolrPlugin. The second is a fork of the excellent sfLucenePlugin which works with sf1.0 and sf1.1, and although it doesn't have much exposure, it is stable. Check the full README for details of its use.

Raise
thanks. have u tried them both? if so, which one would u recommend?
never_had_a_name
I've tried sfLucenePlugin for sf1.0 and sf1.1 and was very happy with it. As I don't use Doctrine I've not used either of the above, instead building my own from ZSL directly, but if sfSolrPlugin is as good as sfLucenePlugin, then that would be my recommendation. Ask around though, as there may be others.
Raise