rser.parse().
I tested using lucene 1.4.3 and jdk 1.5.0
Luc
> -Original Message-
> From: Otis Gospodnetic [mailto:[EMAIL PROTECTED]
> Sent: maandag 17 januari 2005 16:23
> To: Lucene Users List
> Subject: Re: QUERYPARSER + LEXECIAL ERROR
>
> Hello,
>
> Try:
>
Hello,
Try:
String searchWrd = "kid \"toy\"" OR "kid \"ball\""
You'll have to use a WhitespaceAnalyzer with that, though, or a custom
Analyzer that doesn't remove the escape character (\).
Otis
--- Karthik N S <[EMAIL PROTECTED]> wrote:
>
>
> Hi Guys.
>
> Apologies.
>
>
>
>