Lets say I have two queries which I want to combine into one:

(a and b) OR (c and d)  

I would use QueryParser.parse to form the subqueries, but how do I/can I 
combine them with the OR logic?

The BooleanQuery can be used to piece queries together but it does not 
support OR's correct?  (It only supports include, exclude, and "preferential".)

Thanks for any help,

sjb




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

Reply via email to