I want to create a database web publisher.
Solr search functionnalities suit perfectly to my needs (faceted search, full text search, etc...).
My problem is that I need data to be synchronised on the net.
I read that MySQL database have to be imported in Solr.
I plan to work with one source MSSQL database, replicated on a MySQL database on a web server. I need to use Solr on this database.
Is there a solution so that the changes on the replicated SQL database can be automatically echoed on the Solr index? I don't want to import the whole database each time it is modified, it would make my product complicated to use.
Thank you.