You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (JIRA)" <ji...@apache.org> on 2015/10/13 15:57:06 UTC

[jira] [Commented] (SOLR-8163) explain of map() Function does not show default value

    [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org