SOLR returns an XML packet (well, you can also specify other response
formats, e.b. JSON). Within that XML, there'll be some overall response
characteristics (e.g. number of matches) and a list of documents.

If you do the example setup (http://lucene.apache.org/solr/tutorial.html)
and submit a query you'll see the XML returned (default) right in your
browser. If you're using FireFox or Chrome, you might have to install
an XML plugin to see it nicely formatted.

HTH
Erick

On Wed, Sep 1, 2010 at 11:24 AM, Matteo Moci <mox...@libero.it> wrote:

>  Hello to All,
> I am a newbie with Solr, and I am trying to understand if I can use it form
> my purpose,
> and I was wondering how Solr lists the result documents: do they appear as
> "downloadable files",
> just like http://solr.machine.com/path/file.doc, or do I need develop
> another layer to take care of downloading?
> Even a link to the docs might work...
>
> Thank you,
> Matteo
>
>

Reply via email to