
Chapter 5. Troubleshooting 103
You then see a response, similar to Example 5-2.
Example 5-2 Solr server response
<response>
•
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">140</int>
•
<lst name="params">
<str name="q">*:*</str>
</lst>
</lst>
<result name="response" numFound="0" start="0"/>
</response>
If you see an error instead, try to narrow down where the problem is occurring. Try to access
the web server in front of the Solr server directly. Check the SystemOut.log to see if solr is
receiving the query. The generic solr query in Example 5-2 results in an entry that is similar to
the following log entry in the SystemOut.log ...