I don't think you can do this.

If you are sending multiple GET requests, you are doing it across different
HTTP connections.  The web service has no way of knowing these are related.

One solution would be to pass a spare, unused parameter to your request,
like sequenceId=NNN and get the response to echo that back.  Then at least
you can tell which one is coming back and fix the order up in your program.


--
View this message in context: 
http://lucene.472066.n3.nabble.com/matching-reponse-and-request-tp3363976p3364816.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to