A query that matches all documents.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[SerializableAttribute] public class MatchAllDocsQuery : Query |
Visual Basic |
---|
<SerializableAttribute> _ Public Class MatchAllDocsQuery _ Inherits Query |
Visual C++ |
---|
[SerializableAttribute] public ref class MatchAllDocsQuery : public Query |