Class MatchNoDocsQueryNode
A MatchNoDocsQueryNode indicates that a query node tree or subtree will not match any documents if executed in the index.
Implements
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Core.Nodes
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class MatchNoDocsQueryNode : DeletedQueryNode, IQueryNode
Constructors
MatchNoDocsQueryNode()
A MatchNoDocsQueryNode indicates that a query node tree or subtree will not match any documents if executed in the index.
Declaration
public MatchNoDocsQueryNode()
Methods
ToString()
Every implementation of this class should return pseudo xml like this:
For FieldQueryNode: <field start='1' end='2' field='subject' text='foo'/>
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
See Also
ToString()