On Mon, 22 Mar 2010 15:26:41 +0100 Sebastian Funk <qbasti.f...@googlemail.com> 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 > interprets the XML given as a result. is that the easiest way? > i've noticed some problems with umlauts etc.. when using jetty or > tomcat as a server.. > > is there another way to query solr and retrieve the results? [...] Many modern frameworks (I certainly know of Ruby on Rails, and Django), have Solr integrated via an application. I really like Django Haystack for how it offers an easy way to get started with various search back-ends, with a very Django-ish feel to the interface: http://haystacksearch.org/ Regards, Gora