Hi, I have docs in my index like:
name: open & close name water fall\ name: play-end-go I am using KeywordAnalyzer to index docs and for querying term: play-end-go Query qp= new QueryParser("name", new KeywordAnalyzer()).parse(term); After I am doing this I am getting error about - and if my term contains & or \ no results I tried to use QueryParser.escape(); before passing into parser. I am not getting error during quering but not result is found Simon Willnauer wrote: > > On Wed, Jul 1, 2009 at 7:27 PM, John Seer<pulsph...@yahoo.com> wrote: >> >> Hello, >> I am using KeywordAnalyzer for one of the fields and have problem with >> it. >> When my original term has not English characters as well as - & \ /. > What are you problems? Can you elaborate this a little :) >> Is there any alternative for this. Or how to solve the issue with >> characters? > see above. > > > simon >> >> >> Thanks >> -- >> View this message in context: >> http://www.nabble.com/KeywordAnalyzer-tp24293913p24293913.html >> Sent from the Lucene - Java Users mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org >> For additional commands, e-mail: java-user-h...@lucene.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > > -- View this message in context: http://www.nabble.com/KeywordAnalyzer-tp24293913p24294301.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org