Method Parse
Parse(String, String)
Overrides Parse(String, String) so it casts the return object to Query. For more reference about this method, check Parse(String, String).
Declaration
public override Query Parse(string query, string defaultField)
Parameters
Type | Name | Description |
---|---|---|
System.String | query | the query string |
System.String | defaultField | the default field used by the text parser |
Returns
Type | Description |
---|---|
Query | the object built from the query |
Overrides
Lucene.Net.QueryParsers.Flexible.Core.QueryParserHelper<Lucene.Net.Search.Query>.Parse(System.String, System.String)
Exceptions
Type | Condition |
---|---|
QueryNodeException | if something wrong happens along the three phases |