Class FuzzyQueryNodeProcessor
java.lang.Object
org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
org.apache.lucene.queryparser.flexible.standard.processors.FuzzyQueryNodeProcessor
- All Implemented Interfaces:
QueryNodeProcessor
This processor iterates the query node tree looking for every
FuzzyQueryNode, when this kind of node is found, it checks on the
query configuration for
StandardQueryConfigHandler.ConfigurationKeys.FUZZY_CONFIG, gets the
fuzzy prefix length and default similarity from it and set to the fuzzy node.
For more information about fuzzy prefix length check: FuzzyQuery. - See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
getQueryConfigHandler, process, setQueryConfigHandler
-
Constructor Details
-
FuzzyQueryNodeProcessor
public FuzzyQueryNodeProcessor()
-