solr plugin for symfony?
with symfony using doctrine is very easy cause its fully integrated into the framework.
i wonder if there is a possibility to integrate solr w开发者_StackOverflowith symfony too (eg, via plugin?)
thanks
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.
I wrote an article here to explain how to easyly make a powerfull search engine with symfony : http://leny-bernard.com/en/show/article/un-moteur-de-recherche-ultra-performant, you can ask me some questions on my website with the comment form
精彩评论