Class MatchAllDocsQueryNodeProcessor

java.lang.Object
org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
org.apache.lucene.queryparser.flexible.standard.processors.MatchAllDocsQueryNodeProcessor
All Implemented Interfaces:
QueryNodeProcessor

public class MatchAllDocsQueryNodeProcessor extends QueryNodeProcessorImpl
This processor converts every WildcardQueryNode that is "*:*" to MatchAllDocsQueryNode.
See Also: