Apache Lucene.Net 2.4.0 Class Library API

IndexWriter.DeleteDocuments Method (Term)

Deletes the document(s) containing

term
.

public virtual void DeleteDocuments(
   Term term
);

Parameters

term
the term to identify the documents to be deleted

See Also

IndexWriter Class | Lucene.Net.Index Namespace | IndexWriter.DeleteDocuments Overload List