Re: Advice on custom DIH or other solutions

2009-04-29 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, Apr 29, 2009 at 3:24 PM, Wouter Samaey wouter.sam...@gmail.com wrote: Hi there, I'm currently in the process of learning more about Solr, and how I can implement it into my project. Since my database is very large and complex, I'm looking into the way of keeping my documents current

Re: Advice on custom DIH or other solutions: LuSql

2009-04-29 Thread Glen Newton
The next version of LuSql[1] supports solutions for this kind of issue: reading from JDBC (which may include a long and compex query) and then writing the results to a single (flattened) JDBC table that can subsequently be the source table for Solr. This might be helpful for your particular issue.