On 12 November 2012 13:17, 122jxgcn <ywpar...@gmail.com> wrote: [...] >> If you still want to do what you had in mind, you should handle >> that as part of your indexing process, i.e., update both Solr and >> the database at the same time > > I have thought about that, but I could not figure out how to update database > when I'm updating Solr. > I'm pretty sure database has to be connected with Solr somehow (first > difficulty) > and database has to be updated remotely with Windows Form Application > written in C# (second difficulty)
Updating the database, and indexing to Solr are independent tasks. Depending on how you are updating the database, it might be easier to also index to Solr at the same time, or you could use DIH to index to Solr from the updated database via a delta-import. How to update the database is off-topic for this list, and if you are using C# you would have better luck asking on a list for that. I am sure that there must be any easy way of updating a database from C#. Regards, Gora