Function query does not work when when the value of function parameter has null.
--------------------------------------------------------------------------------
Key: SOLR-2984
URL: https://issues.apache.org/jira/browse/SOLR-2984
Project: Solr
Issue Type: Bug
Components: SearchComponents - other
Affects Versions: 3.3
Reporter: Pradeep
Priority: Minor
To reproduce,
sort parameter in query looks like
sort=sum(product(Rating,0.01),product(recip(ms(NOW/HOUR,Date),3.16e-11,1,1),0.04))
desc
and if Rating column in the database has null values, results are not sorted
according to the output value of the function.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]