Class MatchAllDocsQueryNode

java.lang.Object
org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
org.apache.lucene.queryparser.flexible.core.nodes.MatchAllDocsQueryNode
All Implemented Interfaces:
Cloneable, QueryNode

public class MatchAllDocsQueryNode extends QueryNodeImpl
A MatchAllDocsQueryNode indicates that a query node tree or subtree will match all documents if executed in the index.