Hi Roland, Check this:
<response> <lst name="responseHeader"> <int name="status">0</int> <int name="QTime">0</int> <lst name="params"> <str name="indent">on</str> <str name="start">0</str> <str name="q">solr</str> <str name="foo">1</str> <=== from &foo=1 <str name="version">2.2</str> <str name="rows">10</str> </lst> I added &foo=1 to the request to Solr and got the above back. Otis ---- Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ >________________________________ >From: Roland Tollenaar <rwatollen...@gmail.com> >To: solr-user@lucene.apache.org >Sent: Saturday, September 24, 2011 4:07 AM >Subject: matching reponse and request > >Hi, > >sorry for this question but I am hoping it has a quick solution. > >I am sending multiple get request queries to solr but solr is not returning >the responses in the sequence I send the requests. > >The shortest responses arrive back first.... > >I am wondering whether I can add a tag to the request which will be given back >to me in the response so that when the response comes I can connect it to re >original request and handle it in the appropriate manner. > >If this is possible, how? > >Help appreciated! > >Regards, > >Roland. > > >