Searching program in java

R

Rahul

Hi All

I need a searching program using java that can search the given text in

database as well as in html pages. then it should provide the url to
that page containg the desired text.


Thanks.
Rahul
 
A

Andrew Thompson

Rahul wrote:
....
I need a searching program using java that can search...

Please refrain from starting new threads, simply
because the old one did not start well. Your
explanation should be enough to get it back on
topic, and people miss details when threads 'split'.

Andrew T.
 
S

sunil

Rahul said:
Hi All

I need a searching program using java that can search the given text in

database as well as in html pages. then it should provide the url to
that page containg the desired text.


Thanks.
Rahul

i am using lucene index searching for searching. u can try with that.

hope this will help u

this followeing pakages and classes i am useing cerating index and
searching .

org.apache.lucene.analysis.standard.StandardAnalyzer,
org.apache.lucene.document.Document,
org.apache.lucene.document.Field,
org.apache.lucene.index.IndexWriter
org.apache.lucene.search.*
org.apache.lucene.demo.html.Entities
org.apache.lucene.search.Hits
org.apache.lucene.search.IndexSearcher
org.apache.lucene.queryParser.QueryParser
org.apache.lucene.analysis.standard.StandardAnalyzer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,270
Messages
2,571,102
Members
48,773
Latest member
Kaybee

Latest Threads

Top