RE: Solr DataImport with multiple DBs

2011-07-28 Thread Dyer, James
com] Sent: Thursday, July 28, 2011 9:14 AM To: solr-user@lucene.apache.org Subject: Re: Solr DataImport with multiple DBs Often, the easiest solution when DIH gets really complex is to do one of two things: 1> Use SolrJ instead. You can do complex things more easily much of the time wit

Re: Solr DataImport with multiple DBs

2011-07-28 Thread Erick Erickson
ross multiple databases. > > (In the above example, I would like to add "OR ID IN (SELECT ID FROM > keywords WHERE Updated > '${dataimporter.last_index_time}')" to the > deltaQuery, but this table can be accessed only from a different dataSource. > > Thanks > - PS > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-DataImport-with-multiple-DBs-tp3201843p3201843.html > Sent from the Solr - User mailing list archive at Nabble.com.

Solr DataImport with multiple DBs

2011-07-26 Thread spravin
es. (In the above example, I would like to add "OR ID IN (SELECT ID FROM keywords WHERE Updated > '${dataimporter.last_index_time}')" to the deltaQuery, but this table can be accessed only from a different dataSource. Thanks - PS -- View this message in context: http://lu