Re: Using the Searcher.java sample in a web application

2005-06-21 Thread Erik Hatcher
On Jun 21, 2005, at 7:58 AM, Brian wrote: Hello all, I recently downloaded lia source code and see that the chapter 1 sample cod e shold do all I need for now. My questions are: 1) How would I take the Searcher.java sample and put it in a web application. 2) How would I go about automatin

Re: Using the Searcher.java sample in a web application

2005-06-21 Thread JM Tinghir
Hi, > Just looking for pointers. I'm new to java and lucene. I guess you're new to J2EE too... You should study servlets and jsps a bit. You'll have to call Searcher.java in your servlet, unless you use frameworks like struts then it'll be in your business code. Good luck! Jean-Marie Tinghir