Terence Lai writes:
> 
> Look likes that the wildcard query disappeared. In fact, I am expecting 
> text:"java* developer" to be returned. It seems to me that the QueryParser 
> cannot handle the wildcard within a quoted String.
> 
That's not just QueryParser. 
Lucene itself doesn't handle wildcards within phrases.
You could have a query text:"java* developer" if '*' isn't removed by the 
analyzer. But it would only search for the token 'java*' not any expansion of 
that. I guess this is not, what you want.

Morus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to