Interface ISyntaxParser
A parser needs to implement ISyntaxParser interface
Namespace: Lucene.Net.QueryParsers.Flexible.Core.Parser
Assembly: Lucene.Net.QueryParser.dll
Syntax
public interface ISyntaxParser
Methods
| Improve this Doc View SourceParse(String, String)
Declaration
IQueryNode Parse(string query, string field)
Parameters
Type | Name | Description |
---|---|---|
System.String | query | query data to be parsed |
System.String | field | default field name |
Returns
Type | Description |
---|---|
IQueryNode | QueryNode tree |