On Dienstag, 26. August 2008, Andre Rubin wrote:

> I just have one more use case. I want the same prefix search as before,
> plus another match in another field.

Not sure if I'm following you, but you can create your own BooleanQuery 
programmatically, and then add the original PrefixQuery and any other 
query, no matter if it's another BooleanQuery or if comes out of the 
QueryParser or is also built programmatically.

Regards
 Daniel  

-- 
http://www.danielnaber.de

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

Reply via email to