There are several response formats available for Solr:
http://wiki.apache.org/solr/QueryResponseWriter
Also, XSLT scripts and Velocity scripts are available for
pre-processing output formats.
On Mon, Mar 22, 2010 at 9:00 AM, Armando Ota wrote:
> Hey ...
>
> Thank you very much .. been strugling
Hey ...
Thank you very much .. been strugling with this for hours now :(
Will have to change the feature .. somehow :D
Kind regards
Armando
Abdelhamid ABID wrote:
Hi,
I think there isn't better than using XSLT as a mean to query solr and
render results.
Within an xslt file you would combine
Hi,
I think there isn't better than using XSLT as a mean to query solr and
render results.
Within an xslt file you would combine search form with search results in one
place, by this way you free the server from the heavy duty tasks of xslt
transformation and let the client -which is in the most ca
On Mon, 22 Mar 2010 15:26:41 +0100
Sebastian Funk wrote:
> hey there,
>
> i've been using solr for some time now and set everything up the
> way it's supposed to..
> now for the user interface: simply writing a javascript (or
> something else) website that passes the query-URL to solr and
> inte
hey there,
i've been using solr for some time now and set everything up the way
it's supposed to..
now for the user interface: simply writing a javascript (or something
else) website that passes the query-URL to solr and interprets the XML
given as a result. is that the easiest way? i've no