Hi Eric, Thanks for responding. Yeah actully it was directly from trunk..but I got it working after following your webminar yesterday. nice presentation... I have a followup question on that.
As suggested at http://www.intellog.com/blog/?p=208 to include "&hl.simple.pre=%3CB%3E&hl.simple.post=%3CB%2F%3E" . Where can we add it to include the parameters in query url by default. Regards, SV On Fri, 11 Jun 2010 08:24:23 -0400, Erik Hatcher <erik.hatc...@gmail.com> wrote: > 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, >>> >>> >>>