Hi,all My Application throws too large query to solr server with solrj client.(Http Method is Post)
I have two questions. At first,I would like to know the limit of clauses of Boolean Query.I Know the number is restricted to 1024 by default, and I can increase the limit by setting setMaxClauseCount,but what is the limit of increasing clauses? Next,if there is no limit of increasing clauses,is there the limit of query length?My Application throws to large query like this with solrj client. item_id:1111 OR item_id:2222 OR item_id:3333 ... (The number of item_id is maybe over than one million)