Apache Lucene.Net 2.1 Class Library API

IndexFileDeleter Class

A utility class (used by both IndexReader and IndexWriter) to keep track of files that need to be deleted because they are no longer referenced by the index.

For a list of all members of this type, see IndexFileDeleter Members.

System.Object
   Lucene.Net.Index.IndexFileDeleter

public sealed class IndexFileDeleter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Index

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

IndexFileDeleter Members | Lucene.Net.Index Namespace