Re: Implementing(Indexing) as Server

2005-04-08 Thread Erik Hatcher
On Apr 8, 2005, at 1:03 PM, bib bib wrote: Hi All People use my webapp to load documents. I want to use lucene to index and present a search page for them. My files are uploaded to a directory. I want to write a program which runs stand alone and does all the indexing etc. My web app just searc

Implementing(Indexing) as Server

2005-04-08 Thread bib bib
Hi All People use my webapp to load documents. I want to use lucene to index and present a search page for them. My files are uploaded to a directory. I want to write a program which runs stand alone and does all the indexing etc. My web app just searches and displays. Is there a sample app