Hi Peter, See the method escape(String s) of QueryParser, it may do what you want.
On 5/24/05, Peter Gelderbloem <[EMAIL PROTECTED]> wrote: > Hi, > I am building queries using the query api and when I use } in my fieldname > and then call toString on the query, QueryParser throws a ParseException > when trying to parse it. How do I fix this? > > Regards > Peter Gelderbloem > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
