Re: Lucene and Struts

2003-09-13 Thread Erik Hatcher
On Saturday, September 13, 2003, at 11:08 AM, Eric Jain wrote: and I'm very particular about URL's and how it maps to content I, too, am very particular about that. A bit off topic, but I'll indulge myself for at least one more message on this. Here is a fun link I've been saving for a while:

Re: Lucene and Struts

2003-09-13 Thread Eric Jain
> and I'm very particular > about URL's and how it maps to content I, too, am very particular about that. Unfortunately none of the web application frameworks I am aware of support this philosophy :-( There are some workarounds such as using mod_rewrite, but so far nothing really satisfying...

Re: Lucene and Struts

2003-09-12 Thread Erik Hatcher
On Friday, September 12, 2003, at 03:33 PM, Jeff Linwood wrote: Crawling's a good solution because it's so easy to map the content back to a URL. :) I smile because my blog is powered by Lucene, and I'm very particular about URL's and how it maps to content. For example: http://www.blogscene

RE: Lucene and Struts

2003-09-12 Thread Robert Taylor
Thanks again for your insight on this. I'll review both solutions. robert > -Original Message- > From: Erik Hatcher [mailto:[EMAIL PROTECTED] > Sent: Friday, September 12, 2003 4:21 PM > To: Lucene Users List > Subject: Re: Lucene and Struts > > > On Frid

Re: Lucene and Struts

2003-09-12 Thread Erik Hatcher
On Friday, September 12, 2003, at 02:52 PM, Robert Taylor wrote: I agree that this makes indexing rather straight forward, but then I have to build/use a content management system for my existing web application(s). That's not going to fly for me right now. Maybe in the future - but for now, I

Re: Lucene and Struts

2003-09-12 Thread Jeff Linwood
age - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 1:12 PM Subject: Re: Lucene and Struts > I've been lurking on these related threads to see what others came up > with. > &

RE: Lucene and Struts

2003-09-12 Thread Robert Taylor
Hatcher [mailto:[EMAIL PROTECTED] > Sent: Friday, September 12, 2003 2:13 PM > To: Lucene Users List > Subject: Re: Lucene and Struts > > > I've been lurking on these related threads to see what others came up > with. > > The real issue here is defining what the "c

Re: Lucene and Struts

2003-09-12 Thread Erik Hatcher
I've been lurking on these related threads to see what others came up with. The real issue here is defining what the "content" really is. If the web application is solely your own creation, then I feel crawling or weird magical tricks with Struts/Tiles/taglibs is not the proper approach.

RE: Lucene and Struts

2003-09-12 Thread Robert Taylor
Marco thanks for replyingbut alas I'm not using Tiles with this project. robert > -Original Message- > From: Marco Tedone [mailto:[EMAIL PROTECTED] > Sent: Friday, September 12, 2003 12:25 PM > To: Lucene Users List > Subject: Re: Lucene and Struts > > >

RE: Lucene and Struts

2003-09-12 Thread Robert Taylor
/overview.html robert > -Original Message- > From: Jeff Linwood [mailto:[EMAIL PROTECTED] > Sent: Friday, September 12, 2003 11:59 AM > To: Lucene Users List > Subject: Re: Lucene and Struts > > > You could crawl the web site to build the index. The crawling str

Re: Lucene and Struts

2003-09-12 Thread Marco Tedone
uot;Robert Taylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 4:51 PM Subject: Lucene and Struts > I have a web application developed with Struts and I wish to add the ability > for users to search the web application content. > > Some of t

Re: Lucene and Struts

2003-09-12 Thread Jeff Linwood
lt;[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 10:51 AM Subject: Lucene and Struts > I have a web application developed with Struts and I wish to add the ability > for users to search the web application content. > > Some of the web application pages are directly accessib

Lucene and Struts

2003-09-12 Thread Robert Taylor
I have a web application developed with Struts and I wish to add the ability for users to search the web application content. Some of the web application pages are directly accessible via a URL and others are only accessible via a Struts action mapping URL. All of the web application pages are co