Re: Control DIH from PHP

2009-11-23 Thread Pablo Ferrari
Thankyou 2009/11/21 Lance Norskog > Nice! I didn't notice that before. Very useful. > > 2009/11/19 Noble Paul നോബിള്‍ नोब्ळ् : > > you can pass the uniqueId as a param and use it in a sql query > > > http://wiki.apache.org/solr/DataImportHandler#Accessing_request_parameters > . > > --Noble > >

Re: Control DIH from PHP

2009-11-20 Thread Lance Norskog
Nice! I didn't notice that before. Very useful. 2009/11/19 Noble Paul നോബിള്‍ नोब्ळ् : > you can pass the uniqueId as a param and use it in a sql query > http://wiki.apache.org/solr/DataImportHandler#Accessing_request_parameters. > --Noble > > On Thu, Nov 19, 2009 at 3:53 PM, Pablo Ferrari wrote

Re: Control DIH from PHP

2009-11-19 Thread Noble Paul നോബിള്‍ नोब्ळ्
you can pass the uniqueId as a param and use it in a sql query http://wiki.apache.org/solr/DataImportHandler#Accessing_request_parameters. --Noble On Thu, Nov 19, 2009 at 3:53 PM, Pablo Ferrari wrote: > Most specificly, I'm looking to update only one document using it's Unique > ID: I dont want t

Re: Control DIH from PHP

2009-11-19 Thread Pablo Ferrari
Most specificly, I'm looking to update only one document using it's Unique ID: I dont want the DIH to lookup the whole database because I already know the Unique ID that has changed. Pablo 2009/11/19 Pablo Ferrari > > > Hello! > > After been working in Solr documents updates using direct php co

Control DIH from PHP

2009-11-19 Thread Pablo Ferrari
Hello! After been working in Solr documents updates using direct php code (using SolrClient class) I want to use the DIH (Data Import Handler) to update my documents. Any one knows how can I send commands to the DIH from php? Any idea or tutorial will be of great help because I'm not finding anyt