Class WildcardQueryNodeProcessor
- java.lang.Object
-
- org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
-
- org.apache.lucene.queryparser.flexible.standard.processors.WildcardQueryNodeProcessor
-
- All Implemented Interfaces:
QueryNodeProcessor
public class WildcardQueryNodeProcessor extends QueryNodeProcessorImpl
TheStandardSyntaxParsercreatesPrefixWildcardQueryNodenodes which have values containing the prefixed wildcard. However, LucenePrefixQuerycannot contain the prefixed wildcard. So, this processor basically removed the prefixed wildcard from thePrefixWildcardQueryNodevalue.- See Also:
PrefixQuery,PrefixWildcardQueryNode
-
-
Constructor Summary
Constructors Constructor Description WildcardQueryNodeProcessor()
-
Method Summary
-
Methods inherited from class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
getQueryConfigHandler, process, setQueryConfigHandler
-
-