Expert: drops all cache entries associated with this reader. NOTE: this reader must precisely match the reader that the cache entry is keyed on. If you pass a top-level reader, it usually will have no effect as Lucene now caches at the segment reader level.

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
void Purge(
	IndexReader r
)
Visual Basic
Sub Purge ( _
	r As IndexReader _
)
Visual C++
void Purge(
	IndexReader^ r
)

Parameters

r
Type: Lucene.Net.Index..::..IndexReader

[Missing <param name="r"/> documentation for "M:Lucene.Net.Search.FieldCache.Purge(Lucene.Net.Index.IndexReader)"]

See Also