It's clear, how to plug Solr in Symfony2 framework? I found some resources out there but they're totally unclear or incomplete. There supposed to be a Symfony2 bundle named NelmioSolariumBundle but can't get it well, poor documentation.
If you have done this operation, please give us the How-to answer in few Get-started steps, or any good straightforward documentation/tutorial will be appreciated.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||
|
|
Solr can be easily connected through it's REST interface, so if you have an easy use case, you might only have to use a PHP library that can talk to solr. I use this library hosted on google code. Also I'm working on a solr bundle wich provides a convenient way of indexing doctrine entities, it can be found here but it's also work in progress and almost no documentation.... The functionality so far is limited to index entities by cli and doing standard search. I'm currently using it in another bundle to index a geo database and providing an autocomplete form type for locations, you could check out the code for figure out the usage here... If my bundle is not of any help, you might get an idea of how to create your own implementation. |
|||||
|