Re: lucene question, examples

2005-03-08 Thread Brian Cuttler
Chris, Thank you - will take a look at nutch and let you/the list know if it was a good fit for us. On Fri, Mar 04, 2005 at 03:02:03PM -0800, Chris Hostetter wrote: > > If your goal is to setup a web based search interface that queries a > lucene index containing all of the documents from your

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

Re: lucene question, examples

2005-03-03 Thread Otis Gospodnetic
Brian, It sounds like you are using a little demo application that comes with Lucene. This is really just a demo that shows how you can use Lucene. Lucene in a toolkit for building search applications, so you would really want to develop something of your own around Lucene. Sure, you can use a

lucene question, examples

2005-03-03 Thread Brian Cuttler
I've sorry if this is the wrong forum, I was trying for lucene-user and been unable to subscribe (but seem to see lucene items here). We have been runing apache on our internal sites for a while, with tomcat and lucene. Plugged in the demo index build and search features... and for a long time li