cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

maxBooleanClauses Exception in SOLR index

Former Member
830

Hi,

In our project during delete indexing we are getting an Exception of "400 Bad request: solr too many boolean clauses" and because of maxbooleanclauses limit.Is there a way to fix this?I understand that increasing the value may fix the issu but we cant increase the value every time?Please provide your ideas if you have faced the same.

Accepted Solutions (0)

Answers (1)

Answers (1)

a_e_dubey
Active Participant
0 Likes

HI Yes you have to increase this value. "every time" it means you do not know how much condition may be added at maximum level? If not try to get information because you can not do implementation based on assumption so better to get first correct number or maximum conditions that is possible in near future. Based on this change size of config. I am not sure this will be helpful but you can try to change query request type 'GET' to POST.