Closed
Description
While the query changes that we did in 2.0+ improved the situation for queries that have slow verifications (phrase, script) or filters that are not reused (by making sure they are reused before caching), it seems that it also made other queries slower eg. the nested query.
Things might already be partially fixed in 5.0+ thanks to changes like https://issues.apache.org/jira/browse/LUCENE-7330 .