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
Andrew Thompson - 27 Nov 2006 10:57 GMT
...
> 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.
sunil - 27 Nov 2006 11:03 GMT
> Hi All
>
[quoted text clipped - 5 lines]
> 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