That demo (results.jsp) opens a IndexSearcher per each
request, which I deem not really the right way of
using Lucene in a web app.
I used jspInit() to initiate a servlet-wide instance:
<%!
IndexSearcher searcher = null;
public void jspInit() {
searcher = ...;
}
%>
Still not complete sure if this is the best way, but
at least not every new IndexSearcher per request.
-James
--- Daniel Naber <[EMAIL PROTECTED]> wrote:
> On Wednesday 21 September 2005 19:21, Patricio
> Galeas wrote:
>
> > I search for a JSP examples of a simple search
> application with Lucene.
>
> lucene-1.4.3.tar.gz contains src/jsp. Also try "ant
> war-demo" in Lucene's
> source package.
>
> --
> http://www.danielnaber.de
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]