in!
Pablo
2009/9/1 Aakash Dharmadhikari
> hi Pablo,
>
> DataImportHandler might be the best option for you. check this link
> http://wiki.apache.org/solr/DataImportHandler
>
> regards,
> aakash
>
> On Tue, Sep 1, 2009 at 9:18 PM, Pablo Ferrari >wrote:
>
> >
wow, it looks like DIH already works with relational databases... thanks
again!
2009/9/1 Pablo Ferrari
> Thanks Aakash!
>
> I've looked at it and it looks very interesting, the problem is that my
> database is a relational model, therefore I don't have a table with all
document I have to do a full import
again or I can delete the document by its id and add it again with the
updated info...
Anyone can guide me a bit in how to do delta imports? If its via php,
better!
Thanks in advance,
Pablo Ferrari
Tinkerlabs.net
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
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
st_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 the DIH to lookup the whole database because I alre