Initializes a new instance of the MatchAllDocsQuery class

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

Syntax

C#
public MatchAllDocsQuery()
Visual Basic
Public Sub New
Visual C++
public:
MatchAllDocsQuery()

See Also