Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
As discovered when working on SOLR-10807: if you change all existing test configs to use FooPointField instead of TrieFooField, you get odd failures when group.facet is used in conjunction with grouping on a point field (even if the group.facet field is a string field)
Actually: the problem may be more nuanced. In general the grouping code seems to have hardcoded assumptions about the DV type it will get for the grouping field when doing group.facet that can fail even if the field is single valued Trie field with docValues.
Attachments
Attachments
Issue Links
- is duplicated by
-
SOLR-11728 Grouping + Facets error
- Resolved
- relates to
-
SOLR-10807 Randomize PointFields in all tests unless explicit reason not to
- Closed