Re: PHP client

2012-12-07 Thread Bill Au
.@uci.cu> wrote: > Any news on Solarium Project? Is the one I'm using with Solr 3.6! > > - Mensaje original - > De: "Bill Au" > Para: solr-user@lucene.apache.org, "Arkadi Colson" > Enviados: Viernes, 7 de Diciembre 2012 13:40:20 > Asunto: Re

Re: PHP client

2012-12-07 Thread Jorge Luis Betancourt Gonzalez
Any news on Solarium Project? Is the one I'm using with Solr 3.6! - Mensaje original - De: "Bill Au" Para: solr-user@lucene.apache.org, "Arkadi Colson" Enviados: Viernes, 7 de Diciembre 2012 13:40:20 Asunto: Re: PHP client I have not used the pecl Solr c

Re: PHP client

2012-12-07 Thread Bill Au
I have not used the pecl Solr client. I have been using SolrPhpClient. I came across this patch for pecl when I was researching php client for Solr 4.0. SolrPhpClient has the same problem with 4.0 that this patch addresses. Bill On Fri, Dec 7, 2012 at 11:00 AM, Arkadi Colson wrote: > Thanks

Re: PHP client

2012-12-07 Thread Arkadi Colson
Thanks for the info! Do you know if it'spossible to use file uploads to Tika with this client? On 12/03/2012 03:56 PM, Bill Au wrote: https://bugs.php.net/bug.php?id=62332 There is a fork with patches applied. On Mon, Dec 3, 2012 at 9:38 AM, Arkadi Colson wrote: Hi Anyone tested the pecl

Re: PHP client

2012-12-03 Thread Bill Au
https://bugs.php.net/bug.php?id=62332 There is a fork with patches applied. On Mon, Dec 3, 2012 at 9:38 AM, Arkadi Colson wrote: > Hi > > Anyone tested the pecl Solr Client in combination with SolrCloud? I seems > to be broken since 4.0 > > Best regard > Arkadi > >

Re: php client for Solr 4.0.0

2012-11-12 Thread Jorge Luis Betancourt Gonzalez
I'm currently using solarium with solr 3.6, perhaps you can tweak solarium as needed? I suppose that pull requests are welcome into solarium for solr 4. Greetings! On Nov 12, 2012, at 2:56 PM, Bill Au wrote: > Anyone know of a PHP client that is compatible with Solr 4.0.0? I am using > an old

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

RE: php client. json communication

2008-12-16 Thread Plaatje, Patrick
lto:j...@drun.net] Sent: dinsdag 16 december 2008 22:39 To: solr-user@lucene.apache.org Subject: Re: php client. json communication Hi, 1. Thanks for links, I looked at both. Still I think that solr or at least those php clients doesn't support jason as input. It's clear that it's

RE: php client. json communication

2008-12-16 Thread Plaatje, Patrick
- From: Julian Davchev [mailto:j...@drun.net] Sent: dinsdag 16 december 2008 23:02 To: solr-user@lucene.apache.org Subject: Re: php client. json communication I think I got it now. Search request is actually just simple url with few params...no json or xml or fancy stuff needed. I was concerned

Re: php client. json communication

2008-12-16 Thread Julian Davchev
l Message- > From: Julian Davchev [mailto:j...@drun.net] > Sent: dinsdag 16 december 2008 22:39 > To: solr-user@lucene.apache.org > Subject: Re: php client. json communication > > Hi, > 1. Thanks for links, I looked at both. Still I think that solr or at > least those php

Re: php client. json communication

2008-12-16 Thread Julian Davchev
- > > -Original Message- > From: KishoreVeleti CoreObjects [mailto:kisho...@coreobjects.com] > Sent: dinsdag 16 december 2008 15:14 > To: solr-user@lucene.apache.org > Subject: Re: php client. json communication > > > Check out this link > http://www

RE: php client. json communication

2008-12-16 Thread Plaatje, Patrick
Message- From: KishoreVeleti CoreObjects [mailto:kisho...@coreobjects.com] Sent: dinsdag 16 december 2008 15:14 To: solr-user@lucene.apache.org Subject: Re: php client. json communication Check out this link http://www.ibm.com/developerworks/library/os-php-apachesolr/index.html If anyone of

Re: php client. json communication

2008-12-16 Thread KishoreVeleti CoreObjects
Check out this link http://www.ibm.com/developerworks/library/os-php-apachesolr/index.html If anyone of you used it can you share your experiences. Thanks, Kishore Veleti A.V.K. Julian Davchev wrote: > > Hi, > I am about to integrate solr for index/search of my documents/data. > It's php app