Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Found as part of SOLR-10947... attempting to use numeric PointFields in contrib/analytics tests cause problems in some tests due to classes like StatsCollectorSupplierFactory, RangeEndpointCalculator, and AnalyticsParsers having hard coded assumptions about using Trie based numeric fields (via instanceof and clas equality checks)
(It's not immediately obvious if replacing these checks with inspection of FieldType.getNumberType() would solve all the problems, or if other assumptions are made down stream in the code)
Attachments
Issue Links
- is part of
-
SOLR-10123 Analytics Component 2.0
- Closed
- relates to
-
SOLR-10947 Randomize PointFields in all contrib tests unless explicit reason not to
- Resolved
-
SOLR-8396 Add support for PointFields in Solr
- Closed