Re: Parsing xml of the search results

2010-08-03 Thread Hando420
User friendly i meant that the xml is raw and not user friendly for reading. So i wondered what is the best approach for showing the results in a more readable way. I got replied to this post but your comments were also valuable. Thanks. Cheers Hando -- View this message in context: http://luc

Re: Parsing xml of the search results

2010-08-03 Thread Erik Hatcher
What do you mean by "user friendly"? If you want an actual end user search interface, it now comes out of the box on both the trunk and 3_x branch. Fire up the example, index the example data, and go to / browse That UI is generated using the Velocity response writer. You can get Solr

Re: Parsing xml of the search results

2010-08-03 Thread Hando420
Thanks man this helped. Hando -- View this message in context: http://lucene.472066.n3.nabble.com/Parsing-xml-of-the-search-results-tp1019017p1019064.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Parsing xml of the search results

2010-08-03 Thread Robert Neve
You can use xsl. http://wiki.apache.org/solr/XsltResponseWriter Robert - Original Message - From: Hando420 Sent: 03/08/10 02:59 PM To: solr-user@lucene.apache.org Subject: Parsing xml of the search results The default style of search results is raw xml. If i want to make it more user f