Hi, How do I ensure that writers and searchers realeases all files they consume in a Lucene-directory?
Tried: Writer.Close() Searcher.Close() Directory.Close() Still, when I try to delete the directory and it subdirs and files using System.Io, I get a complaint that "_0.cfs" is being consumed. //Daniel