Hi, On Sun, Jul 26, 2009 at 03:14, ndesk1900<[email protected]> wrote: > I did just that and i started getting these errors:- > http://pastebin.com/m368ff9d7
lucene index file formats are not backward compatible. because you were using lucene 2.4 there are now index files that cannot be read by lucene 2.2. stop the repository, delete the index folders (<repo-home>/repository/index and all <repo-home>/workspaces/*/index) and start the repository again. the indexes will be re-created automatically. regards marcel
