Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-125: Make maxClauseCount a larger number #126

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

DiegoPino
Copy link
Member

See #125
If you have too many Full Text fields and Setup a View to use any present you might see this eventually.

We have tested 4096 in production so far, keep it to what you need.

org.apache.lucene.search.IndexSearcher$TooManyNestedClauses: Query contains too many nested clauses; maxClauseCount is set to 1024 => org.apache.lucene.search.IndexSearcher$TooManyNestedClauses: Query contains too many nested clauses; maxClauseCount is set to 1024

…d and _language specific fields

If you have too many Full Text fields and Setup a View to use any present you might see this eventually.

We have tested 4096 in production so far, keep it to what you need. 

org.apache.lucene.search.IndexSearcher$TooManyNestedClauses: Query contains too many nested clauses; maxClauseCount is set to 1024 => org.apache.lucene.search.IndexSearcher$TooManyNestedClauses: Query contains too many nested clauses; maxClauseCount is set to 1024
@DiegoPino DiegoPino added this to the 1.3.0 milestone Jan 25, 2024
@DiegoPino DiegoPino added Working Group's 💜 Imagined, curated and loved by the Working Group Solr A dark star collapsing Drupal 10 9 + 2 = 10 labels Jan 25, 2024
@DiegoPino DiegoPino self-assigned this Jan 25, 2024
@DiegoPino DiegoPino merged commit 601cfd7 into 1.3.0 Jan 25, 2024
@DiegoPino DiegoPino deleted the DiegoPino-patch-1 branch January 25, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Drupal 10 9 + 2 = 10 Solr A dark star collapsing Working Group's 💜 Imagined, curated and loved by the Working Group
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant