This looks to me like strictly a Velocity display issue.
Try just submitting the URL in the browser (NOT to the
/browse handler, I'd use the /select handler OR comment
out the bits int he browse handler that talk about the
velocity response writer).

I'd bet that you need to go into the velocity templates and
cause the fields to be displayed as you want. You had to
go into those templates and explicitly cause the fields
you're talking about to be displayed in the first place, I
suspect you're not inserting line breaks between them.

Best,
Erick


On Tue, Oct 29, 2013 at 2:27 AM, Mamta Alshi <mamta.al...@gmail.com> wrote:

> HI Ramesh,
>
> Have you documented how you have integrated Solr with Tomcat..?
>
> I have to do the same..was trying sometime ago and then left it...will be
> helpful if you have steps on how to integrate the two.
>
> Thanks,
> Mamta
>
>
> On Mon, Oct 28, 2013 at 2:40 PM, pyramesh <pyrames...@gmail.com> wrote:
>
> > Hi All,
> >
> > Recently I have integrated Apache solr with Tomcat server.everything is
> > working fine. I am displaying the search result using velocity template.
> >
> > But Here is my problem. search results are displaying the correct format
> as
> > input data format.
> >
> > For Example: input data (whole data contains in single field)::
> >
> > *issue*: description about issue.
> > *Solution*: Solution given user goes here.
> >
> > but after index the data , the data displaying in the below format
> >
> > in the search result :: *issue*: description about issue.*Solution*:
> > Solution given user goes here.
> >
> > But this is not I want.. I want to display data as same as input format.
> >
> > can anyone please help on this
> >
> >
> > Thanks in Advance ...........
> >
> >
> >
> > --
> > View this message in context:
> >
> http://lucene.472066.n3.nabble.com/Apache-Solr-with-Tomcat-displaying-the-format-of-search-result-tp4098040.html
> > Sent from the Solr - User mailing list archive at Nabble.com.
> >
>

Reply via email to