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
-
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
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
-
>
> -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
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
php. Also
> from manual it seems that it can only get json response but request
> should always be xml.
> Cheers,
>
>
--
View this message in context:
http://www.nabble.com/php-client.-json-communication-tp21033573p21033806.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi,
I am about to integrate solr for index/search of my documents/data.
It's php application but I see it should be no problem as solr works
with xml by default.
Is there any read php lib that will ease/help whole communication with
solr and if possible to send/receive json data.
I looked up arch