Hi Guys...

I need to pass some wildcard expressions like  '  - / * !   into the
QueryParser. I saw one method called *escape* but dont know how to call that
in python. Can anyone help me in that...??

query = QueryParser(Version.LUCENE_CURRENT, "payload",
analyzer).parse(mail_payload)

This is how I call QueryParser instance. Please provide me with a pseudo
code

Thanks

Reply via email to