If the subclass of FilteredIndexReader modifies the contents of the FieldCache, 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 GetFieldCacheKey()
Visual Basic
Public Overrides Function GetFieldCacheKey As Object
Visual C++
public:
virtual Object^ GetFieldCacheKey() override

Return Value

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

See Also