Lucene.Net 1.4.3 Class Library

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