You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2017/05/05 19:35:04 UTC

[jira] [Created] (SOLR-10613) Allow value source parser to accept multi-valued fields

Yonik Seeley created SOLR-10613:
-----------------------------------

             Summary: Allow value source parser to accept multi-valued fields
                 Key: SOLR-10613
                 URL: https://issues.apache.org/jira/browse/SOLR-10613
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Facet Module
            Reporter: Yonik Seeley


The current value source parser throws an exception with multi-valued fields. 
 This prevents easily parsing a function that accepts another function or a multi-valued field (like min/max of a multi-valued string field)

Example:
{code}
facet: {
 x : "min(sum(a,b))"
 y : "min(multi_valued_field)"
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org