Hi,
Actually,I have created front-end design page in html.From the front-end
I want to search the text.
So how I will intergrate lucene with my frontend page.How I will store
my own text in lucene.I believe in lucene it contains default java docs
text in index file.How I will replace it with my new doc/text.
Pls guide me

-----Original Message-----
From: gekkokid [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 02, 2006 11:50 AM
To: java-user@lucene.apache.org
Subject: Re: How to intergrate lucene with my web application

hi, i would download the 1.9 version as your starting fresh (unless you
need the 1.4.3 version for some reason), what is your web application?
and what should lucene be doing when intergrated with your web app?

there is a simple example in the binary 1.9 download, /src/jsp, look at
"results.jsp", its a basic example of a search page (but i guess your
need a Context class to hold the IndexSearcher for every
instance/execution of lucene in your web app) that should demostrate an
idea of how it works

I would recommend Lucene In Action, http://lucenebook.com

regards,

_gk

----- Original Message -----
From: "Haritha_Parvatham" <[EMAIL PROTECTED]>
To: <java-user@lucene.apache.org>
Sent: Thursday, March 02, 2006 4:36 AM
Subject: How to intergrate lucene with my web application


Hi,

Thanks to all,
I have sucessfully installed lucene 1.4.3 & able to run it.
Now ,I would like to intergrate lucene with my web application.Please
guide me the steps for doing intergration.

Iam using snowball stemmer for my application Since i want lucene to
support multilingualism.
But i don't know how to plugin snowball in lucene.
I have downloaded snowball stemmer source code.

Thanks


DISCLAIMER:
This email (including any attachments) is intended for the sole use of
the 
intended recipient/s and may contain material that is CONFIDENTIAL AND 
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying
or 
distribution or forwarding of any or all of the contents in this message
is 
STRICTLY PROHIBITED. If you are not the intended recipient, please
contact 
the sender by email and delete all copies; your cooperation in this
regard 
is appreciated.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




DISCLAIMER:
This email (including any attachments) is intended for the sole use of the 
intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE 
COMPANY INFORMATION. Any review or reliance by others or copying or 
distribution or forwarding of any or all of the contents in this message is 
STRICTLY PROHIBITED. If you are not the intended recipient, please contact the 
sender by email and delete all copies; your cooperation in this regard is 
appreciated.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to