Re: Solr PHP client

2013-01-10 Thread Marcin Rzewucki
che_Solr_Service( 'localhost', '8983', '/solr' );" > > > Thanks and regards, > Romita > > > From: "Romita Saha" > To: solr-user@lucene.apache.org, > Date: 12/17/2012 10:02 AM > Subject:Re: Solr PHP client > > &

Re: Solr PHP client

2012-12-16 Thread Romita Saha
to specify anything else in " $solr = new Apache_Solr_Service( 'localhost', '8983', '/solr' );" Thanks and regards, Romita From: "Romita Saha" To: solr-user@lucene.apache.org, Date: 12/17/2012 10:02 AM Subject:Re: Solr PHP cl

Re: Solr PHP client

2012-12-16 Thread Romita Saha
Hi, Yes I can access Solr via a browser. But cannot access it with Solr-PHP client. Thanks and regards, Romita From: Upayavira To: solr-user@lucene.apache.org, Date: 12/14/2012 09:49 PM Subject:Re: Solr PHP client Can you access your Solr server via a browser? I bet it

Re: Solr PHP client

2012-12-14 Thread Jorge Luis Betancourt Gonzalez
@lucene.apache.org Enviados: Viernes, 14 de Diciembre 2012 3:22:41 Asunto: Re: Solr PHP client Hi, The various Solr PHP clients have been a great help in the past, and I do not mean to belittle their efforts. However, the Solr project has made many efforts to support several input and output dat

Re: Solr PHP client

2012-12-14 Thread Bill Au
You need to configure and start Solr independent of any client you use. Bill On Fri, Dec 14, 2012 at 2:23 AM, Romita Saha wrote: > Hi, > > Can anyone please guide me to use SolrPhpClient? The documents available > are not clear. As to where to place SolrPhpClient? > > I have downloaded SolrPhpC

Re: Solr PHP client

2012-12-14 Thread Upayavira
Can you access your Solr server via a browser? I bet it is something simple like a URL being wrong. Upayavira On Fri, Dec 14, 2012, at 09:37 AM, Romita Saha wrote: > Hi I am using Solr-PHP client. I am not able to ping Solr. Is their any > change that I need to make in Solr config files so that

Re: Solr PHP client

2012-12-14 Thread Romita Saha
Hi I am using Solr-PHP client. I am not able to ping Solr. Is their any change that I need to make in Solr config files so that it can listen to the PHP client? I get the following error : ping() ) { echo 'Solr service not responding.'; exit; } Could someone please help. Thanks and regards, R

Re: Solr PHP client

2012-12-14 Thread Guillaume Rossolini
Hi, The various Solr PHP clients have been a great help in the past, and I do not mean to belittle their efforts. However, the Solr project has made many efforts to support several input and output data formats, including JSON and even serialized PHP, which are fairly easy to implement. Maybe I am

Re: Solr Php Client

2011-04-09 Thread Israel Ekpo
Cool. I will take a look at the issue later tomorrow. On Fri, Apr 8, 2011 at 2:28 AM, Haspadar wrote: > I'm entering only a query parameter. > I posted a bug description there - > http://pecl.php.net/bugs/bug.php?id=22634 > > > 2011/4/8 Israel Ekpo > > > Hi, > > > > Could you send the enter li

Re: Solr Php Client

2011-04-07 Thread Haspadar
I'm entering only a query parameter. I posted a bug description there - http://pecl.php.net/bugs/bug.php?id=22634 2011/4/8 Israel Ekpo > Hi, > > Could you send the enter list of parameters you are ending to solr via the > SolrClient and SolrQuery object? > > Please open a bug request here with

Re: Solr Php Client

2011-04-07 Thread Israel Ekpo
Hi, Could you send the enter list of parameters you are ending to solr via the SolrClient and SolrQuery object? Please open a bug request here with the details http://pecl.php.net/bugs/report.php?package=solr On Thu, Apr 7, 2011 at 7:59 PM, Haspadar wrote: > Hello > I updated Solr to version

Re: solr php client vs file_get_contents?

2009-12-15 Thread Donovan Jimenez
In the end, the PHP client does a file_get_contents for doing a search the same way you'd do it "manually". It's all PHP, so you can do anything it does yourself. It provides what any library of PHP classes should - convenience. I use the JSON response writer because it gets the most atten

Re: solr php client vs file_get_contents?

2009-12-15 Thread Israel Ekpo
On Tue, Dec 15, 2009 at 8:49 AM, Faire Mii wrote: > i am using php to access solr and i wonder one thing. > > why should i use solr php client when i can use > > $serializedResult = file_get_contents('http://localhost:8983/solr/ > select?q=niklas&wt=phps'); > > to get the result in arrays and the

Re: Solr PHP client

2007-11-20 Thread Nick Jenkin
You can use curl (www.php.net/curl) to interface with solr, its a piece of cake! -Nick On 11/20/07, SDIS M. Beauchamp <[EMAIL PROTECTED]> wrote: > I use the php and php serialized writer to query Solr from php > > It's very easy to use > > But it's not so easy to update solr from php ( that's why

RE: Solr PHP client

2007-11-19 Thread SDIS M. Beauchamp
I use the php and php serialized writer to query Solr from php It's very easy to use But it's not so easy to update solr from php ( that's why my crawlers are not written in php ) Florent BEAUCHAMP -Message d'origine- De : Jonathan Ariel [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 n

Re: Solr PHP client

2007-11-19 Thread Mike Klaas
On 19-Nov-07, at 5:48 PM, Jonathan Ariel wrote: Hi! I'm wondering if someone is using a PHP client for solr. Actually I'm not sure if there is one out there. Would you be interested in having a SolrJ port for PHP? see http://wiki.apache.org/solr/SolPHP cheers, -Mike