Greetings, (i) Is there an utility method to escape all Lucene keywords. Something along the lines of this method http://jakarta.apache.org/commons/lang/api/org/apache/commons/lang/StringEscapeUtils.html#escapeXml(java.lang.String)
(ii) If the answer to (i) is yes where can I find it? (iii) If the answer to (i) is no. Would it be a good idea to provide Lucene user with a additional utility class(es) in the "util" package that does work some work like escape chars and any other methods that would make the Lucene user's life even more easier? I am willing to contribute code for this method. Thank you , --sa