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
This processor converts every
WildcardQueryNode that is "*:*" to
MatchAllDocsQueryNode.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
getQueryConfigHandler, process, setQueryConfigHandler
-
Constructor Details
-
MatchAllDocsQueryNodeProcessor
public MatchAllDocsQueryNodeProcessor()
-