Re: lucene question, examples

2005-03-04 Thread Chris Hostetter
If your goal is to setup a web based search interface that queries a lucene index containing all of the documents from your intranet webservers, without writting a lot of code; then perhaps using Lucene 9and the demo programs it comes with) isn't the best course of action. "Nutch" is an OpenSourc

Re: lucene question, examples

2005-03-04 Thread Brian Cuttler
Otis, On Fri, Mar 04, 2005 at 11:31:22AM -0500, Brian Cuttler wrote: > > Otis, > > > If by shtml you mean HTML with server-side includes, then note that you > > will not be able to do this with Lucene alone, as server-side includes > > are not static. > > My understanding is that our webmaster

Re: lucene question, examples

2005-03-04 Thread Brian Cuttler
Otis, > If by shtml you mean HTML with server-side includes, then note that you > will not be able to do this with Lucene alone, as server-side includes > are not static. My understanding is that our webmaster is hoping to have very simple files created by the data-suppliers, ie, depatmental peo

Re: lucene question, examples

2005-03-04 Thread Brian Cuttler
Otis, Yes, the 1.2 example code is exactly what I've been running on the internal servers. Have to say, for sample code we got by pretty well for a fairly long time. Will check the newer sources and samples, and the code/site you indicated. I'm a generalist, I've written and debugged code in lan