Uses of Class
org.apache.lucene.queryparser.ext.ParserExtension
Packages that use ParserExtension
Package
Description
Extendable QueryParser provides a simple and flexible extension mechanism by overloading query
field names.
-
Uses of ParserExtension in org.apache.lucene.queryparser.ext
Methods in org.apache.lucene.queryparser.ext that return ParserExtensionModifier and TypeMethodDescriptionfinal ParserExtension
Extensions.getExtension
(String key) Returns theParserExtension
instance for the given key ornull
if no extension can be found for the key.Methods in org.apache.lucene.queryparser.ext with parameters of type ParserExtensionModifier and TypeMethodDescriptionvoid
Extensions.add
(String key, ParserExtension extension) Adds a newParserExtension
instance associated with the given key.