Method NewFieldQuery
NewFieldQuery(Analyzer, String, String, Boolean)
Declaration
protected virtual Query NewFieldQuery(Analyzer analyzer, string field, string queryText, bool quoted)
Parameters
Type | Name | Description |
---|---|---|
Analyzer | analyzer | |
System.String | field | |
System.String | queryText | |
System.Boolean | quoted |
Returns
Type | Description |
---|---|
Query |
Exceptions
Type | Condition |
---|---|
ParseException | throw in overridden method to disallow |