[
https://issues.apache.org/jira/browse/SOLR-8163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14954957#comment-14954957
]
Jan Høydahl commented on SOLR-8163:
-----------------------------------
Code in {{RangeMapFloatFunction}}:
{code:java}
@Override
public String description() {
return "map(" + source.description() + "," + min + "," + max + "," +
target.description() + ")";
}
{code}
> explain of map() Function does not show default value
> -----------------------------------------------------
>
> Key: SOLR-8163
> URL: https://issues.apache.org/jira/browse/SOLR-8163
> Project: Solr
> Issue Type: Bug
> Components: search
> Reporter: Jan Høydahl
> Labels: explain
> Fix For: 5.4
>
>
> The explain output from the {{map(x,min,max,target,default)}} function does
> not print {{default}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]