never_had_a_name
never_had_a_name

Reputation: 93276

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 with symfony too (eg, via plugin?)

thanks

Upvotes: 1

Views: 1734

Answers (2)

user525394
user525394

Reputation:

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

Upvotes: 1

Raise
Raise

Reputation: 2034

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.

Upvotes: 2

Related Questions