Re: Best design for an use case which is going to stress Lucene

2006-03-15 Thread Fabio Insaccanebbia
> No queries on other fields (news metadata etc) will be performed. Do you mean that a full text search on the news text isn't required? I might be wrong, but it seems to me it doesn't sound as a typical Lucene usage.. I'd go for the (c) option.. (but not just one table :-) Bye, Fabio P.S.: how

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-20 Thread Fabio Insaccanebbia
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). It could even be a great idea for improving the Maven site-plugin :-) [I