Uses of Class
org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler
-
Packages that use StandardQueryConfigHandler Package Description org.apache.lucene.queryParser.standard Contains the implementation of the Lucene query parser using the flexible query parser frameworks -
-
Uses of StandardQueryConfigHandler in org.apache.lucene.queryParser.standard
Methods in org.apache.lucene.queryParser.standard with parameters of type StandardQueryConfigHandler Modifier and Type Method Description void
QueryParserWrapper. setQueryConfig(StandardQueryConfigHandler queryConfig)
Deprecated.Sets theQueryConfigHandler
used by theQueryNodeProcessor
set to this object.
-