Yeah, certainly the /itas handler is there, or you'd get an error. The culprit is surely the missing definition of the VelocityResponseWriter in solrconfig.xml. What version of Solr are you running? It comes wired into trunk's example and the LucidWorks for Solr distro, but isn't wired into 1.4 automatically.

        Erik

On Jun 11, 2010, at 6:39 AM, olivier sallou wrote:

did you update solrconfig.xml to add /itas query handler?

2010/6/11 <s...@icarinae.com>

Hi,

When I type http://127.0.0.1:8080/solr/itas

I receive this result in the webpage instead of html page. Does anyone
know the reason and/or suggestion to fix it.

<?xml version="1.0" encoding="UTF-8" ?>
- <response>
- <lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">62</int>
</lst>
- <result name="response" numFound="3" start="0" maxScore="1.0">
- <doc>
<float name="score">1.0</float>
- <arr name="company">
<str>Lucid Imagination</str>
</arr>
- <arr name="country">
<str>USA</str>
</arr>
- <arr name="first">




Thanks,




Reply via email to