You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Parag Dharmadhikari <pa...@bsil.com> on 2002/02/19 10:11:43 UTC

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: How to do web searching

Posted by Manavendra Gupta <ma...@seipl.com>.
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" <pa...@bsil.com>
To: "lucene-user" <lu...@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:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: How to do web searching

Posted by Karl Øie <ka...@gan.no>.
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:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>