Does Lucene (or Solr) still have the 1024 max terms query limit?
I could not find this info in the 3.6 lucene version and I’d need to fire a query with a high number of terms.
Thank you,
– Dan
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is
BooleanQuery.setMaxClauseCountwhich you might want to invoke and raise this limit.