Class ParserExtension
This class represents an extension base class to the Lucene standard
Query
Inheritance
Inherited Members
Namespace: Lucene.Net.QueryParsers.Ext
Assembly: Lucene.Net.QueryParser.dll
Syntax
public abstract class ParserExtension
Methods
| Improve this Doc View SourceParse(ExtensionQuery)
Processes the given Extensionnull
.
Declaration
public abstract Query Parse(ExtensionQuery query)
Parameters
Type | Name | Description |
---|---|---|
Extension |
query | the extension query |
Returns
Type | Description |
---|---|
Lucene. |
a new query instance |
Exceptions
Type | Condition |
---|---|
Parse |
if the query can not be parsed. |