This DocIdSet implementation is cacheable if the inner set is cacheable.

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

Syntax

C#
public override bool IsCacheable()
Visual Basic
Public Overrides Function IsCacheable As Boolean
Visual C++
public:
virtual bool IsCacheable() override

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.FilteredDocIdSet.IsCacheable"]

See Also