An empty {@code DocIdSet} instance for easy use, e.g. in Filters that hit no documents.

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

Syntax

C#
[NonSerializedAttribute]
public static readonly DocIdSet EMPTY_DOCIDSET
Visual Basic
<NonSerializedAttribute> _
Public Shared ReadOnly EMPTY_DOCIDSET As DocIdSet
Visual C++
[NonSerializedAttribute]
public:
static initonly DocIdSet^ EMPTY_DOCIDSET

See Also