Re: PHP client for a web application

2012-10-03 Thread Travis Low
Hi Esteban, A year ago, we tried to use the Apache Solr PECL extension but we were unable to install it, much less use it. We ended up using the Solr-PHP-client. It has worked perfectly for a year and we have had zero problems with it. We haven't tried using Solarium. Good luck! cheers, Trav

Re: PHP client for a web application

2012-10-02 Thread Esteban Cacavelos
Thanks for your response Damien. As you said, you can do some basic things quiclier than solr-php-client. I think is a good choice for basic applications, and if needed more specific things, then go with solr-php-client also. 2012/10/2 Damien Camilleri > Hi esteban. Im currently using both i

Re: PHP client for a web application

2012-10-02 Thread Damien Camilleri
Hi esteban. Im currently using both in my application. Both are fine. Solarium is great because it models the concepts of solr and can build queries using OOP. The other one is more lower level, so u have to write queries manually, which can be good in some situations. Both are fast enough. Solariu