Hey all, I have a large boolean query in lucene which can be minimized to a smaller version with fewer clauses. Does Lucene automatically minimize complex boolean queries to simpler versions before executing them?
If not, are there are predefined ways to do so? -- Regards, Apurv