Re: New PHP API for Solr (Logic Solr API)

2011-03-30 Thread Lukas Kahwe Smith
On 27.03.2011, at 01:05, Israel Ekpo wrote: > Lukas, > > How do you think it should have been designed? > > Most libraries are not going to have all the features that you need and while > there may be features about the library that you do not like others may > really appreciate them being th

Re: New PHP API for Solr (Logic Solr API)

2011-03-26 Thread Israel Ekpo
Lukas, How do you think it should have been designed? Most libraries are not going to have all the features that you need and while there may be features about the library that you do not like others may really appreciate them being there. As I said earlier in an earlier email a couple of months

Re: New PHP API for Solr (Logic Solr API)

2011-03-10 Thread Liam O'Boyle
How about the Solr PHP Client (http://code.google.com/p/solr-php-client/)? We use this and have been quite happy with it, and it seems that it addresses all of the concerns you expressed. What advantages does yours offer? Liam On 8 March 2011 17:02, Burak wrote: > On 03/07/2011 12:43 AM, Stef

Re: New PHP API for Solr (Logic Solr API)

2011-03-07 Thread Burak
On 03/07/2011 12:43 AM, Stefan Matheis wrote: Burak, what's wrong with the existing PHP-Extension (http://php.net/manual/en/book.solr.php)? I think "wrong" is not the appropriate word here. But if I had to summarize why I wrote this API: * Not everybody is enthusiastic about adding another it

Re: New PHP API for Solr (Logic Solr API)

2011-03-07 Thread dan whelan
When are you going to complete the Texis Search API? On 3/6/11 2:31 PM, Burak wrote: Hello, I have recently finished writing a PHP API for Solr and have released it under the Apache License. The project is called "Logic Solr API" and is located at https://github.com/buraks78/Logic-Solr-API/

Re: New PHP API for Solr (Logic Solr API)

2011-03-07 Thread Lukas Kahwe Smith
On 07.03.2011, at 09:43, Stefan Matheis wrote: > Burak, > > what's wrong with the existing PHP-Extension > (http://php.net/manual/en/book.solr.php)? the main issue i see with it is that the API isn't "designed" much. aka it just exposes lots of features with dedicated methods, but doesnt focu

Re: New PHP API for Solr (Logic Solr API)

2011-03-07 Thread Stefan Matheis
Burak, what's wrong with the existing PHP-Extension (http://php.net/manual/en/book.solr.php)? Regards Stefan On Sun, Mar 6, 2011 at 11:31 PM, Burak wrote: > Hello, > > I have recently finished writing a PHP API for Solr and have released it > under the Apache License. The project is called "Log