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
> >
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
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
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
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