Re: Control DIH from PHP

2009-11-23 Thread Pablo Ferrari
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

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

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

PhP, Solr and Delta Imports

2009-11-16 Thread Pablo Ferrari
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

Re: Adding docs from MySQL and php

2009-09-01 Thread Pablo Ferrari
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

Re: Adding docs from MySQL and php

2009-09-01 Thread Pablo Ferrari
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: > > >