Hi Jeroen, yes, this was wrong, thanks
Sven am Freitag, 28. November 2008 um 09:44 schrieben Sie: JL> You wrote in CODE 3: JL> IndexDirectory = Lucene.Net.Store.FSDirectory.GetDirectory(@"D:\INDEX", ---> TRUE <----) JL> I assume this should be: JL> IndexDirectory = Lucene.Net.Store.FSDirectory.GetDirectory(@"D:\INDEX", ---> FALSE <----) JL> I think you do not want to re-create the directory! JL> Typo? JL> Jeroen