> can any body please suggest me how to use the lucene api for searching
> keywords (in Java).
private Analyzer analyzer = ....;
private IndexSearcher search = ...;
Query q = QueryParser.parse(queryString, "MostImportantField", analyzer);
Hits h = is.search(q);
For more details read http://lucene.apache.org/java/docs/api/index.html
Cheers,
Harald.

Signature
---------------------+---------------------------------------------
Harald Kirsch (@home)|
Java Text Crunching: http://www.ebi.ac.uk/Rebholz-srv/whatizit/software