Re: Lucene on Windows

2003-10-20 Thread Marco Tedone
I'm using Lucene on Windows without problems. - Original Message - From: "Steve Jenkins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Steve Jenkins" <[EMAIL PROTECTED]> Sent: Monday, October 20, 2003 5:00 PM Subject: Lucene on Windows Hi, Wonder if anyone can help. Has anyone used

Re: Lucene demo ideas?

2003-09-17 Thread Marco Tedone
Yeah, that would be great! - Original Message - From: "Jeff Linwood" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 5:15 PM Subject: Re: Lucene demo ideas? > Paging would be great for the results. > > Jeff > - Original Message

Re: Lucene demo ideas?

2003-09-17 Thread Marco Tedone
I would have the code ready is wanted... - Original Message - From: "Pitre, Russell" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 2:21 PM Subject: RE: Lucene demo ideas? I know this may be far fetched, but how about being able to ind

Few considerations about the struts search facility

2003-09-14 Thread Marco Tedone
Hi, I just wanted to share with you a couple of considerations I made while implementing the struts-search facility I mentioned in one of my previous emails. As you will probably recall, I had the idea to create files with the same name as the struts-actions (i.e. [EMAIL PROTECTED]). Today I disco

How I created a Struts search facility

2003-09-12 Thread Marco Tedone
Hi , I would like to share with you the solution I chose at the end to create a search facility for my Struts application. Basically, I followed the Erik's suggestion to realize something independent from the actual Struts architectural choice (Tiles, , and so on), and a couple of Robert Taylor's e

Re: Why Hits is not serializable?

2003-09-12 Thread Marco Tedone
: Re: Why Hits is not serializable? > On Friday, September 12, 2003, at 09:05 PM, Marco Tedone wrote: > > Hi, I was wondering why Hits is not serializable? > > Hits is really a collection of pointers back to the documents, not a > standalone collection. > > > Which is yo

Why Hits is not serializable?

2003-09-12 Thread Marco Tedone
Hi, I was wondering why Hits is not serializable? It would have been convenient for me to have it serializable, as the search action is performed by a session bean in a context other than the one running the web-application. Which is your standard way to pass the matching documents between differe

Re: Lucene and Struts

2003-09-12 Thread Marco Tedone
; come from various locations but the runtime result is a complete page. > > After downloading Lucene and working with the demo applications I quickly > realized the problems voiced by Marco Tedone in this archived message: > > http://www.mail-archive.com/[EMAIL PROTECTED]/msg04656.htm

Re: [NEWBIE] Creating context-relative URLs with Tomcat + Struts

2003-09-09 Thread Marco Tedone
JSP pages, Struts > Actions, parameters, or whatever, the display code that writes the links > out in the JSP page can reference a mapping like you said. The hard > part would be writing the mapping code, calling it should be easy. > > Hope this helps, > Jeff > > Marco Ted

Re: [NEWBIE] Creating context-relative URLs with Tomcat + Struts

2003-09-08 Thread Marco Tedone
#x27;s not a ready-to-run search > engine. You can't just drop it into a web application and let it go, you > have to write the code to add the content to Lucene yourself, and write the > web pages to search the Lucene index and display the results. > > Thanks, > Jeff > ---

Re: [NEWBIE] Creating context-relative URLs with Tomcat + Struts

2003-09-08 Thread Marco Tedone
our problems. > > For example, I have no idea how / why you would use Lucene to do either > of the things you are talking about below. > > Cheers, > Scott > > On Sun, Sep 07, 2003 at 06:59:40PM +0100, Marco Tedone wrote: > > Hi all, this is my first post, so I hope not to b

[NEWBIE] Creating context-relative URLs with Tomcat + Struts

2003-09-07 Thread Marco Tedone
Hi all, this is my first post, so I hope not to bore you too much with my questions: Ok, let's say that I would like to translate system's specific URLs (i.e. D:\Tomcat\webapps\foo\foo\bar.jsp and so on...) into web-context specific URLs (i.e. http://myServer/foo/foo/bar.jsp). Well, if I immagine