Re: Apache-Solr with Tomcat: displaying the format of search result

2013-10-29 Thread pyramesh
Hi Erick, I guess you misunderstood . Let me explain my problem in details. Field Name :* PROBLEM* *Content of PROBLEM* Title: Title of issue Description: Description of issue Other Detail :OtherDetails fo the issue

Re: Apache-Solr with Tomcat: displaying the format of search result

2013-10-29 Thread Erick Erickson
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 te

Re: Apache-Solr with Tomcat: displaying the format of search result

2013-10-28 Thread Mamta Alshi
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 wrote: > Hi All, > > Recently I

Re: Apache-Solr with Tomcat: displaying the format of search result

2013-10-28 Thread pyramesh
Thanks Shawn for quick response... As suggested, I verified my configuration to check whether the update processors configured or not and found no processors configured. I am just wonder how the format getting changed. Let explain my problem in details I am indexing the .xml file to solr.

Re: Apache-Solr with Tomcat: displaying the format of search result

2013-10-28 Thread Shawn Heisey
On 10/28/2013 4:40 AM, pyramesh wrote: > But this is not I want.. I want to display data as same as input format. > > can anyone please help on this What Solr outputs in its fields for search results is identical to what it receives when data is indexed, unless you have update processors configur