Handle Escape character ----------------------- Key: LUCENE-1635 URL: https://issues.apache.org/jira/browse/LUCENE-1635 Project: Lucene - Java Issue Type: Bug Components: QueryParser Affects Versions: 2.0.0 Environment: Os-Windows,J2EE Reporter: rimi Priority: Critical
I have tried to search using the query :AWT-T.The query parser is returning "awt t".It's removing the - special character.If I try to find using the query :AWT\-T then also the query parser is returning the same query "awt t". I have used simpleAnalyzer. Please help me.I want to search using the - character and that's why I put AWT\-T because \ will escape the special character.But it's not working in its way. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org