[
https://issues.apache.org/jira/browse/SOLR-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley updated SOLR-1574:
-------------------------------
Attachment: SOLR-1574.patch
Prototype (representative) patch attached.
We should probably convert some other functions like sqrt, since there is no
Math.sqrt(float) hence is must convert anyway. Making it ask for a double and
expose a double will be back compatible and simply shift where the conversion
to a float takes place.
> simpler builtin functions
> -------------------------
>
> Key: SOLR-1574
> URL: https://issues.apache.org/jira/browse/SOLR-1574
> Project: Solr
> Issue Type: New Feature
> Reporter: Yonik Seeley
> Priority: Minor
> Attachments: SOLR-1574.patch
>
>
> Make it easier and less error prone to add simple functions.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.