i use lucene search but lucene has a bunch of special characters to escape like:
- && || ! ( ) { } [ ] ^ \" ~ * ? : \\
i am havin
There is a Apache Commons Library for that: http://commons.apache.org/proper/commons-lang/javadocs/api-2.6/org/apache/commons/lang/StringEscapeUtils.html