mkhludnev opened a new pull request, #4920: URL: https://github.com/apache/solr/pull/4920
https://issues.apache.org/jira/browse/SOLR-18440 fix for failure ``` org.apache.solr.common.SolrException: Numeric join 'from' field 'small2_i_dv' (INTEGER) requires a 'to' field of the same numeric Point field type, but 'small2_is_dv' is int. Stacktrace org.apache.solr.common.SolrException: Numeric join 'from' field 'small2_i_dv' (INTEGER) requires a 'to' field of the same numeric Point field type, but 'small2_is_dv' is int. at __randomizedtesting.SeedInfo.seed([E345348447777685:9ACFF8305550D865]:0) at org.apache.solr.search.join.ScoreJoinQParserPlugin.createJoinQuery(ScoreJoinQParserPlugin.java:311) at ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
