On 2/20/2015 3:46 PM, Shawn Heisey wrote: > If the URL parameter is "idlist" then you can use > ${dih.request.idlist} in your SELECT statement.
I realized after I sent this that you are not using a database ... the list would simply go in the query you send to the other server. I don't know whether the request that the SolrEntityProcessor sends is a GET or a POST, so for a really large list of IDs, you might need to edit the container config on both servers. Thanks, Shawn