Re: Query interface

2010-03-22 Thread Lance Norskog
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

Re: Query interface

2010-03-22 Thread Armando Ota
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

Re: Query interface

2010-03-22 Thread Abdelhamid ABID
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

Re: Query interface

2010-03-22 Thread Gora Mohanty
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

Query interface

2010-03-22 Thread Sebastian Funk
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