Package | Description |
---|---|
org.apache.lucene.queryParser.ext |
Extendable QueryParser provides a simple and flexible extension mechanism by overloading query field names.
|
Modifier and Type | Method | Description |
---|---|---|
ParserExtension |
Extensions.getExtension(String key) |
Returns the
ParserExtension instance for the given key or
null if no extension can be found for the key. |
Modifier and Type | Method | Description |
---|---|---|
void |
Extensions.add(String key,
ParserExtension extension) |
Adds a new
ParserExtension instance associated with the given key. |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.