Re: Lucene Search Applet

2004-08-25 Thread Simon mcIlwaine
Hi Jon, Where do I go to get the attached files? Many Thanks Simon - Original Message - From: Jon Schuster [EMAIL PROTECTED] To: 'Lucene Users List' [EMAIL PROTECTED] Sent: Monday, August 23, 2004 6:25 PM Subject: RE: Lucene Search Applet Hi all, The changes I made to get past

Re: Lucene Search Applet

2004-08-25 Thread Simon mcIlwaine
Simon - Original Message - From: Jon Schuster [EMAIL PROTECTED] To: 'Lucene Users List' [EMAIL PROTECTED] Sent: Monday, August 23, 2004 6:25 PM Subject: RE: Lucene Search Applet Hi all, The changes I made to get past the System.getProperty issues are essentially the same in the three

Re: Lucene Search Applet

2004-08-23 Thread Simon mcIlwaine
PROTECTED] Sent: Saturday, August 21, 2004 2:08 AM Subject: Re: Lucene Search Applet I have Lucene working in an applet and I've seen this problem only when the jar file really was not available (typo in the jar name), which is what you'd expect. It's possible that the classpath for your application

Re: Lucene Search Applet

2004-08-23 Thread Stephane James Vaucher
PROTECTED] To: Lucene Users List [EMAIL PROTECTED] Sent: Saturday, August 21, 2004 2:08 AM Subject: Re: Lucene Search Applet I have Lucene working in an applet and I've seen this problem only when the jar file really was not available (typo in the jar name), which is what you'd expect

Re: Lucene Search Applet

2004-08-23 Thread Simon mcIlwaine
file with RODirectory class included as I tried using it and its not recognising the class? Many Thanks Simon - Original Message - From: Stephane James Vaucher [EMAIL PROTECTED] To: Lucene Users List [EMAIL PROTECTED] Sent: Monday, August 23, 2004 2:22 PM Subject: Re: Lucene Search Applet

Re: Lucene Search Applet

2004-08-23 Thread Simon mcIlwaine
. Simon - Original Message - From: Jon Schuster [EMAIL PROTECTED] To: Lucene Users List [EMAIL PROTECTED] Sent: Saturday, August 21, 2004 2:08 AM Subject: Re: Lucene Search Applet I have Lucene working in an applet and I've seen this problem only when the jar file

Re: Lucene Search Applet

2004-08-23 Thread Stephane James Vaucher
as I tried using it and its not recognising the class? Many Thanks Simon - Original Message - From: Stephane James Vaucher [EMAIL PROTECTED] To: Lucene Users List [EMAIL PROTECTED] Sent: Monday, August 23, 2004 2:22 PM Subject: Re: Lucene Search Applet Hi Simon, Does

Re: Lucene Search Applet

2004-08-23 Thread Erik Hatcher
On Aug 23, 2004, at 10:48 AM, Stephane James Vaucher wrote: I haven't used it, and I'm a little confused from the code: /** ... * pIf the system property 'disableLuceneLocks' has the String value of * true, lock creation will be disabled. */ public final class FSDirectory extends Directory {

Re: Lucene Search Applet

2004-08-23 Thread Stephane James Vaucher
Thanks Erik for correcting me, I feel a bit stupid: I actually looked at the api to make sure that I wasn't in left field, but I trusted common-sense and stopped at the constructor ;) Should this property be changed in the next major release of lucene to org.apache...disableLuceneLocks? sv

Re: Lucene Search Applet

2004-08-23 Thread Erik Hatcher
On Aug 23, 2004, at 11:36 AM, Stephane James Vaucher wrote: Should this property be changed in the next major release of lucene to org.apache...disableLuceneLocks? Yes, that makes sense to put an org.apache.lucene prefix. If that is the case, it should be changed to disableLocks - no point in

RE: Lucene Search Applet

2004-08-23 Thread Jon Schuster
PROTECTED] Sent: Monday, August 23, 2004 7:37 AM To: Lucene Users List Subject: Re: Lucene Search Applet Hi, Just used the RODirectory and I'm now getting the following error: java.security.AccessControlException: access denied (java.util.PropertyPermission user.dir read) I'm reckoning

Re: Lucene Search Applet

2004-08-20 Thread Simon mcIlwaine
: Wednesday, August 18, 2004 4:17 PM Subject: Re: Lucene Search Applet I suspect it has to do with the security restrictions of the applet, 'cause it doesn't appear to be finding your Lucene jar file. Also, regarding the lock files, I believe you can disable the locking stuff just for purposes like yours

Re: Lucene Search Applet

2004-08-20 Thread Jon Schuster
it be done?? Please help. Thanks Simon - Original Message - From: Terry Steichen [EMAIL PROTECTED] To: Lucene Users List [EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 4:17 PM Subject: Re: Lucene Search Applet I suspect it has to do with the security restrictions

Re: Lucene Search Applet

2004-08-18 Thread Terry Steichen
I suspect it has to do with the security restrictions of the applet, 'cause it doesn't appear to be finding your Lucene jar file. Also, regarding the lock files, I believe you can disable the locking stuff just for purposes like yours (read-only index). Regards, Terry - Original Message