Thanks, I've just hacked it in for now but will need to fix it properly soon. Another thing I was wondering about... I'm running a Junit class to test various searches in different document structures. I create a new repository in setUp() and try to delete the whole repository and start again after each test. I call session.logout() and repositoryImpl.shutdown() in my tearDown() method but I still can't delete the repository home directory. (The delete fails for one or more of the data files in the workspace directory.) I guess some thread still has a data file open somewhere. Should it be possible to delete the repository home dir after shutdown?
Cheers, Thomas -- View this message in context: http://www.nabble.com/maxFieldLength-value-used-for-lucene-indexing-t1362733.html#a3673052 Sent from the Jackrabbit - Dev forum at Nabble.com.
