Re: Atomic updates using solr-php-client

2018-03-06 Thread Rick Leir
Sami Why not do the simple case first, with complete document updates. When you have that working, you can decide if you want atomic updates too. Cheers -- Rick On March 6, 2018 2:26:50 AM EST, Sami al Subhi wrote: >Thank you for replying, > >Yes that is the one. Unfortunately there is no docume

Re: Atomic updates using solr-php-client

2018-03-05 Thread Sami al Subhi
Thank you for replying, Yes that is the one. Unfortunately there is no documentation for this library. I tried to implement other libraries but I couldn't get them running. This is the easiest library to implement but lacks support and documentation. Thank you and best regards, Sami -- Sent f

Re: Atomic updates using solr-php-client

2018-03-05 Thread Shawn Heisey
On 3/5/2018 11:38 PM, Sami al Subhi wrote: I am using solr-php-client to interact with solr. I came this example that shows how to add docs: http://www.ayalon.ch/en/code-samples/solr-php-client-example <http://www.ayalon.ch/en/code-samples/solr-php-client-example> I checked "servic

Atomic updates using solr-php-client

2018-03-05 Thread Sami al Subhi
I am using solr-php-client to interact with solr. I came this example that shows how to add docs: http://www.ayalon.ch/en/code-samples/solr-php-client-example <http://www.ayalon.ch/en/code-samples/solr-php-client-example> I checked "service.php" file, more specifica

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 s

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 a

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

Solr PHP client

2012-12-13 Thread Romita Saha
Hi, Can anyone please guide me to use SolrPhpClient? The documents available are not clear. As to where to place SolrPhpClient? I have downloaded SolrPhpClient and have changed the following lines, specifying the path (where the files are present in my computer) require_once('/home/solr/SolrPh

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

Solr Php Client

2011-04-07 Thread Haspadar
Hello I updated Solr to version 3.1 on my project. And now when the application calls getResponse () method (PECL extension) I get the following: "Fatal error: Uncaught exception 'SolrException' with message 'Error un-serializing response' in /home/.../Adapter/Solr.php: 78" How can I fix it? Than

send XML multiValued Field Solr-PHP-Client

2010-12-01 Thread stockii
Hello. do anyone using Solr-PHP-Client ? how are you using mutltivalued fields with the method addFields() ? solr says to me SCHWERWIEGEND: java.lang.NumberFormatException: empty String when i send a raw xml like this: 24038608 778 reason1 reason1 in schema i defined: why dont work

Re: solr php client vs file_get_contents?

2009-12-15 Thread Donovan Jimenez
ec 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 then print

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'); >

solr php client vs file_get_contents?

2009-12-15 Thread Faire Mii
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 then print them out? i dont really get the differ

Re: Solr PHP client

2007-11-20 Thread Nick Jenkin
o 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 novembre 2007 02:49 > À : solr-user@lucene.apache.org > Objet : Solr

RE: Solr PHP client

2007-11-19 Thread SDIS M. Beauchamp
] Envoyé : mardi 20 novembre 2007 02:49 À : solr-user@lucene.apache.org Objet : Solr PHP client 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? Thanks, Jonathan Leibiusky

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

Solr PHP client

2007-11-19 Thread Jonathan Ariel
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? Thanks, Jonathan Leibiusky