Re: Control DIH from PHP

2009-11-23 Thread Pablo Ferrari
#Accessing_request_parameters . --Noble On Thu, Nov 19, 2009 at 3:53 PM, Pablo Ferrari pabs.ferr...@gmail.com 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 already know the Unique ID that has changed

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

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 pabs.ferr...@gmail.com Hello! After been working in Solr documents updates

PhP, Solr and Delta Imports

2009-11-16 Thread Pablo Ferrari
a 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
Aakash Dharmadhikari aaka...@gmail.com 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 pabs.ferr...@gmail.com wrote: Hello all, I'm new to the list

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 pabs.ferr...@gmail.com 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