Réf. : Search on file contents using struts

2007-03-30 Thread Jerome Delamare
Hi Saranya, Use a specific API like lucene http://lucene.apache.org/ jerome.

[OT] Re: Search on file contents using struts

2007-03-30 Thread Dave Newton
--- Saranya Balasubramanian wrote: > Please let me know if there's a better way to > implement this function. http://lucene.apache.org/java/docs/ would be one solution. d. Never miss an email again! Yahoo! T

Search on file contents using struts

2007-03-30 Thread Saranya Balasubramanian
Hi all, I want to implement search on file contents for keywords using struts. Presently, I am reading the file contents line by line and checking for the occurrence of the keywords. Below is the code I use for searching a file. br = new BufferedReader(new FileReader(file));