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
>
>
&
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
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
@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
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
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
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
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo