Newbie: Example returns XML problem

2008-10-06 Thread Ward, Martin
Hi all, I am just starting to venture in to the realms of Solr and Lucene as I have a specific requirement that I think it will meet so I downloaded the software and ran the example tutorial: http://lucene.apache.org/solr/tutorial.html Adding the example .XML files worked fine but when I go into

Re: Newbie: Example returns XML problem

2008-10-06 Thread Erik Hatcher
Solr returns XML by default, not HTML. That's why. At this point Solr out of the box is an engine - still requires building a user interface around it to be useful to end users. SOLR-620 is a start at changing this :) Erik On Oct 6, 2008, at 8:14 AM, Ward, Martin wrote: Hi

RE: Newbie: Example returns XML problem

2008-10-06 Thread Ward, Martin
: Re: Newbie: Example returns XML problem Solr returns XML by default, not HTML. That's why. At this point Solr out of the box is an engine - still requires building a user interface around it to be useful to end users. SOLR-620 is a start at changing this :) Erik

Re: Newbie: Example returns XML problem

2008-10-06 Thread Erik Hatcher
On Oct 6, 2008, at 8:22 AM, Ward, Martin wrote: Thanks for the quick answer, I can dig out the results from the XML output for now until I find an XML browser or until Solr gets a UI! Do note there are numerous Solr API's out there now, practically for any language you want. Solr can