I was able to get what I wanted by processing the column in question as
massaged text, so that it was a comma-delimited series of IDs, and then
passing that to a subentity query that went something like: SELECT value
FROM othertable WHERE id IN (${master.ids}).

It's slow but I think it's getting the job done.

For better performance I would probably script something to feed Solr
instead of using the DIH.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Looking-up-arrays-in-a-sub-entity-tp4206380p4206592.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to