Hello,

We were initially doing a query with multiple  "OR" as follows

<original query> AND id:(1 2 3  4 5 ...........n number )

Which gave maxBoolean Exception on exceeding 1024  boolean operators

Then we changed this to a filter query as follows , as filter Query is not
supposed to result in MaxBoolean Clause Exception

<original query > &fq=id:(1 2 3 ...n number)

But this also gives the same TOO many Boolean Caluses Exception


Can anybody throw any light on this?

Regards
Sujatha

Reply via email to