> Ok if I well understood I have to put the lock file at the > same place in my indexing process and searching process.
> the code for indexing: > System.setProperty("org.apache.lucene.lockDir", System > .getProperty("user.dir")); Are you sure that both the search process as well as the indexing proces run as the same user? (if you are doing the search on a webserver it will probably will be run as the webservice user, with a different user.dir property) Regards, Dolf --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]