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 return

RE: Newbie: Example returns XML problem

2008-10-06 Thread Ward, Martin
pache.org > Subject: 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.

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 a