Thanks for you hint. I looked at the features of Flare.
I'm wondering if there is only a user interface for Rails. It looks like
Flare mostly focus on faceted browsing. Faceted browsing is not my first
priority. I'm developing a full-text search, which use only one "lucene
field". I index all tokens from my heterogeneous documents into one
field. That is the reason I have no need for faceted browsing.
Instead I'm focusing on:
- paging
- high-lighting of search terms
- summary of documents
Has someone already built a simple query interface with JSP/Servlets?
Can someone recommend other solutions?
Otis Gospodnetic wrote:
If you can run your app on Rails, look at Flare:
http://wiki.apache.org/solr/Flare
It would be gool to gave a Grails version of Flare....if anyone has extra time
on their hands...hah.
Otis
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Simpy -- http://www.simpy.com/ - Tag - Search - Share
----- Original Message ----
From: thomas arni <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Monday, March 19, 2007 9:47:51 AM
Subject: Simple Web Interface
Hello
I would like to build a simple web front end (e.g. google.com) for the
users of solr. Which is the best way to archive this goal? Has someone
already built a simple query interface (gui)?
My query interface should have:
- paging
- summary of documents with the relevant search terms
- high-lighting of search terms
Any sample code is highly appreciated.
Thanks for you help
Thomas