Mailing List Archive

How to do web searching
Hi all,
Pls can anybody tell me if I want to provide web searching as a feature then
what exactly I should go?Can lucene help me in this matter?

regards
parag


--
To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@jakarta.apache.org>
Re: How to do web searching [ In reply to ]
OK, this is getting too much. I think we now need a moderator to stop people
from pestering the list!

Manav.
----- Original Message -----
From: "Parag Dharmadhikari" <parag@bsil.com>
To: "lucene-user" <lucene-user@jakarta.apache.org>
Sent: Tuesday, February 19, 2002 2:41 PM
Subject: How to do web searching


> Hi all,
> Pls can anybody tell me if I want to provide web searching as a feature
then
> what exactly I should go?Can lucene help me in this matter?
>
> regards
> parag
>
>
> --
> To unsubscribe, e-mail:
<mailto:lucene-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail:
<mailto:lucene-user-help@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@jakarta.apache.org>
RE: How to do web searching [ In reply to ]
if you want to create websearch you must create a servlet or a jsp page that
can create a "IndexSearcher" class and read a index reated by a
"IndexWriter" class.

To make a long story short : try to create a servlet that does the same as
the demo searcher:

http://cvs.apache.org/viewcvs/jakarta-lucene/src/demo/org/apache/lucene/demo
/SearchFiles.java?rev=1.1&content-type=text/vnd.viewcvs-markup


mvh karl øie



-----Original Message-----
From: Parag Dharmadhikari [mailto:parag@bsil.com]
Sent: 19. februar 2002 10:12
To: lucene-user
Subject: How to do web searching


Hi all,
Pls can anybody tell me if I want to provide web searching as a feature then
what exactly I should go?Can lucene help me in this matter?

regards
parag


--
To unsubscribe, e-mail:
<mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail:
<mailto:lucene-user-help@jakarta.apache.org>


--
To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@jakarta.apache.org>