If the subclass of FilteredIndexReader modifies the deleted docs, you must override this method to provide a different key */

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

Syntax

C#
public override Object GetDeletesCacheKey()
Visual Basic
Public Overrides Function GetDeletesCacheKey As Object
Visual C++
public:
virtual Object^ GetDeletesCacheKey() override

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.FilterIndexReader.GetDeletesCacheKey"]

See Also