DotLucene 1.4 API Documentation

QueryParser.Escape Method 

Returns a String where those characters that QueryParser expects to be escaped are escaped, i.e. preceded by a \.

public static string Escape(
   string s
);

See Also

QueryParser Class | Lucene.Net.QueryParsers Namespace