On Jan 15, 2009, at 3:04 PM, roberto wrote:
There is any way to request a document (a field) using the doc id?

/select?q=id:<insert id here>

Append &fl=field,list to return only the desired fields.

it would be very nice if i could use an responsewriter to response
the document in an html form?

Does someone already did it?

A couple of options "out of the box":

1) the XSLT response writer, with a custom XSL to output HTML will work

2) the new fangled VelocityResponseWriter (in trunk, see wiki for instructions) where you can supply a velocity template that you can customize to generate HTML [way more sensible, if you ask me, than XSLT for HTML generation like that - but I'm biased :)]

        Erik

Reply via email to