hakuseki commented on issue #1116:
URL: https://github.com/apache/camel-quarkus/issues/1116#issuecomment-617696811
Expected result would be:
```
<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">0</int>
<lst name="params">
<str name="q">*</str>
<str name="indent">false</str>
<str name="start">0</str>
<str name="fq">publication_date:[2020-04-21T00:00:00Z TO
2020-04-21T23:59:59Z]</str>
<str name="rows">100</str>
<str name="wt">xml</str>
</lst>
</lst>
<result name="response" numFound="2" start="0">
<doc>
<date name="publication_date">2020-04-21T00:00:00Z</date>
<str
name="download_link">http://firds.esma.europa.eu/firds/DLTINS_20200421_01of02.zip</str>
<str name="file_type">DLTINS</str>
<str name="file_name">DLTINS_20200421_01of02.zip</str>
<str name="id">34659</str>
<int name="_root_">34659</int>
<str name="published_instrument_file_id">34659</str>
<long name="_version_">1664650793854173187</long>
<date name="timestamp">2020-04-22T05:51:47.884Z</date></doc>
<doc>
<date name="publication_date">2020-04-21T00:00:00Z</date>
<str
name="download_link">http://firds.esma.europa.eu/firds/DLTINS_20200421_02of02.zip</str>
<str name="file_type">DLTINS</str>
<str name="file_name">DLTINS_20200421_02of02.zip</str>
<str name="id">34660</str>
<int name="_root_">34660</int>
<str name="published_instrument_file_id">34660</str>
<long name="_version_">1664650793854173188</long>
<date name="timestamp">2020-04-22T05:51:47.884Z</date></doc>
</result>
</response>
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]