Re: webserverless search with lucene on offline HTML doc

2006-02-22 Thread Fabio Insaccanebbia
The signed applet is surely a simpler and more elegant solution.. In some projects however this could not be a viable option: the "System properties problem" you have pointed out (and I had missed :-) is hopefully going to be solved in 1.9 (http://issues.apache.org/jira/browse/LUCENE-369) Fabio

RE: webserverless search with lucene on offline HTML doc

2006-02-21 Thread Trieschnigg, R.B. \(Dolf\)
> Wouldn't this be a good case for the JarDirectory implementation > somebody asked for? > The index could then be statically written in a jar file downloaded > with the applet (the original mail refers to static offline HTML > files). I wrote a quick and dirty implementation of a JarDirectory - i

Re: webserverless search with lucene on offline HTML doc

2006-02-20 Thread paolo berto
ikely accept a signed applet than if I would visit some obscure homepage. Regards, Dolf -Original Message- From: paolo berto [mailto:[EMAIL PROTECTED] Sent: maandag 20 februari 2006 11:44 To: java-user@lucene.apache.org Subject: webserverless search with lucene on offline HTML do

Re: webserverless search with lucene on offline HTML doc

2006-02-20 Thread paolo berto
aolo berto [mailto:[EMAIL PROTECTED] Sent: maandag 20 februari 2006 11:44 To: java-user@lucene.apache.org Subject: webserverless search with lucene on offline HTML doc Hello, I would like to figure out if it is possible to write a java applet able to search with lucene through an HTML documentation W

Re: webserverless search with lucene on offline HTML doc

2006-02-20 Thread Fabio Insaccanebbia
pplet than if I would visit some obscure homepage. > > Regards, > Dolf > > > > > > > -Original Message- > > From: paolo berto [mailto:[EMAIL PROTECTED] > > Sent: maandag 20 februari 2006 11:44 > > To: java-user@lucene.apache.org > > Subject: we

RE: webserverless search with lucene on offline HTML doc

2006-02-20 Thread Trieschnigg, R.B. \(Dolf\)
homepage. Regards, Dolf > -Original Message- > From: paolo berto [mailto:[EMAIL PROTECTED] > Sent: maandag 20 februari 2006 11:44 > To: java-user@lucene.apache.org > Subject: webserverless search with lucene on offline HTML doc > > Hello, > > I would

webserverless search with lucene on offline HTML doc

2006-02-20 Thread paolo berto
Hello, I would like to figure out if it is possible to write a java applet able to search with lucene through an HTML documentation WITHOUT having a webserver installed on the system and on multiple platforms. So I have a set of static offline HTML files forming a software documentation,