| 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 and 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 and Description |
|---|---|
void |
Extensions.add(String key,
ParserExtension extension)
Adds a new
ParserExtension instance associated with the given key. |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.