Hoss Man created SOLR-10949:
-------------------------------

             Summary: analytics component has hard coded assumptions about Trie 
numeric fields -- tests fail with randomized point fields
                 Key: SOLR-10949
                 URL: https://issues.apache.org/jira/browse/SOLR-10949
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Hoss Man


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)





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to