Daniele
Daniele

Reputation: 359

Lucene max term query limit

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

Upvotes: 3

Views: 3574

Answers (1)

mindas
mindas

Reputation: 26713

There is BooleanQuery.setMaxClauseCount which you might want to invoke and raise this limit.

Upvotes: 4

Related Questions