RE: CachedSqlEntityProcessor with delta-import

2016-11-03 Thread Mohan, Sowmya
: Tuesday, October 25, 2016 12:31 PM To: solr-user Subject: Re: CachedSqlEntityProcessor with delta-import Why not use delete by id rather than query? It'll be more efficient Probably not a big deal though. On Tue, Oct 25, 2016 at 1:47 AM, Aniket Khare wrote: > Hi Sowmya, > > I

Re: CachedSqlEntityProcessor with delta-import

2016-10-25 Thread Erick Erickson
7;${dataimporter.last_index_time}'" >> >> >> >> >> >> >> -----Original Message- >> From: Dyer, James [mailto:james.d...@ingramcontent.com] >> Sent: Friday, October 21, 2016 4:23 PM >> To: solr-user@lucene.apache.org >>

Re: CachedSqlEntityProcessor with delta-import

2016-10-25 Thread Aniket Khare
> '${dataimporter.last_index_time}'" > > > > > > > -Original Message- > From: Dyer, James [mailto:james.d...@ingramcontent.com] > Sent: Friday, October 21, 2016 4:23 PM > To: solr-user@lucene.apache.org > Subject: RE: CachedSqlEntityProcessor wi

RE: CachedSqlEntityProcessor with delta-import

2016-10-24 Thread Mohan, Sowmya
ser@lucene.apache.org Subject: RE: CachedSqlEntityProcessor with delta-import Sowmya, My memory is that the cache feature does not work with Delta Imports. In fact, I believe that nearly all DIH features except straight JDBC imports do not work with Delta Imports. My advice is to not use the Delta Import f

RE: CachedSqlEntityProcessor with delta-import

2016-10-21 Thread Dyer, James
@lucene.apache.org Subject: CachedSqlEntityProcessor with delta-import Good morning, Can CachedSqlEntityProcessor be used with delta-import? In my setup when running a delta-import with CachedSqlEntityProcessor, the child entity values are not correctly updated for the parent record. I am on Solr 4.3

CachedSqlEntityProcessor with delta-import

2016-10-18 Thread Mohan, Sowmya
Good morning, Can CachedSqlEntityProcessor be used with delta-import? In my setup when running a delta-import with CachedSqlEntityProcessor, the child entity values are not correctly updated for the parent record. I am on Solr 4.3. Has anyone experienced this and if so how to resolve it? Thank