Interface IEscapeQuerySyntax
A parser needs to implement IEscapeQuerySyntax to allow the IQueryNode to escape the queries, when the ToQueryString method is called.
Assembly: Lucene.Net.QueryParser.dll
Syntax
public interface IEscapeQuerySyntax
Methods
Name | Description |
---|---|
Escape(ICharSequence, CultureInfo, EscapeQuerySyntaxType) | |
Escape(String, CultureInfo, EscapeQuerySyntaxType) |