Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
7.4, 8.0
-
None
-
None
Description
The relatedness aggregation function in JSON facet API ignores cacheDf setting and consults the filterCache for every bucket. This is ok e.g. for "Query" facet type, where buckets are explicitly enumerated (and thus probably relatively low cardinality). But for "Terms" facet type, where bucket count is determined by the corpus, this can be a problem. When used over even modestly high-cardinality fields, this is very likely to blow out the filterCache.
See also issue with similar consequences: SOLR-9350
Attachments
Attachments
Issue Links
- is superceded by
-
SOLR-13132 Improve JSON "terms" facet performance when sorted by relatedness
- Closed