Java Lucene and Zend_Search_Lucene support using parentheses to
group clauses to form sub queries. This can be useful if you want to control the
precedence of boolean logic operators for a query or mix different boolean query styles:
+(framework OR library) +php
Zend_Search_Lucene supports subqueries nested to any level.




