I tried to use *CachedSqlEntityProcessor* in DataImportHandler with
Sub-entity query. It does not seems to be working.
Here is my query
<entity name="listing" dataSource="mysql" query="SELECT id,make, model FROM
LISTING">
  <entity name="account" dataSource="mssql" query="SELECT name,email FROM
CUSTOMER WHERE id='${listing.customer_id}'"
processor="CachedSqlEntityProcessor">
  </entity>
</entity>

If I remove *processor="CachedSqlEntityProcessor"*, run without
CachedSqlEntityProcessor it works fine. With CachedSqlEntityProcessor my
sub-entity some how fails to load the data?

My Solr version 4.3.1

I also tried to use other options of CachedSqlEntityProcessor

http://wiki.apache.org/solr/DataImportHandler#CachedSqlEntityProcessor

Is CachedSqlEntityProcessor deprecated in 4.3.1? 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Does-CachedSqlEntityProcessor-works-tp4124772.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to