You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by JavaGuy84 <bb...@gmail.com> on 2010/02/23 18:14:30 UTC

CachedSqlEntityProcessor- Need help using multiple lookups

Hi,

I am trying to use the CachedSqlEntityProcessor for one of my requirement. I
couldnt make the CachedSqlEntityProcessor accept more than one filter in the
'where' condition

I have something like this

<entity x> <select * from x>
<entity y> <select * from y where x.id=y.id and x.name=y.name and
x.type=y.type>

My question is, how to make the CachedSqlEntityProcessor accept multiple
filter condition something like

<entity y "select * from y" processor="CachedSqlEntityProcessor"
where="x.id=y.id and x.name=y.name and x.type=y.type">

Any pointers or tips would be of great help..

Thanks a lot in advance.

Thanks,
Barani



-- 
View this message in context: http://old.nabble.com/CachedSqlEntityProcessor--Need-help-using-multiple-lookups-tp27706841p27706841.html
Sent from the Solr - User mailing list archive at Nabble.com.