You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Joel Bernstein (Jira)" <ji...@apache.org> on 2019/12/10 20:38:00 UTC

[jira] [Updated] (SOLR-14046) Add y-domain parameter to facet2D Stream Evaluator

     [ https://issues.apache.org/jira/browse/SOLR-14046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joel Bernstein updated SOLR-14046:
----------------------------------
    Description: 
The y-domain parameter will allow the facet2D function to change the query for the *y* dimension in a facet2D aggregation:

Syntax:
{code:java}
facet2D(stocks, 
        q="ticker_s:jpm", 
        x="yearMonthDay", 
        y="ticker_s", 
        y-domain="*:*", 
        dimensions="50, 50",
        max(change_d)) {code}
The example above changes the query for y-dimension to be "*:*". The main query is still applied to the x-dimension.

 

  was:
The y-domain parameter will allow the facet2D function change the query for the *y* dimension in a facet2D aggregation:

Syntax:
{code:java}
facet2D(stocks, q="ticker_s:jpm", x="yearMonthDay", y="ticker_s", y-domain="*:*", max(change_d)) {code}


> Add y-domain parameter to facet2D Stream Evaluator
> --------------------------------------------------
>
>                 Key: SOLR-14046
>                 URL: https://issues.apache.org/jira/browse/SOLR-14046
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: streaming expressions
>            Reporter: Joel Bernstein
>            Priority: Major
>
> The y-domain parameter will allow the facet2D function to change the query for the *y* dimension in a facet2D aggregation:
> Syntax:
> {code:java}
> facet2D(stocks, 
>         q="ticker_s:jpm", 
>         x="yearMonthDay", 
>         y="ticker_s", 
>         y-domain="*:*", 
>         dimensions="50, 50",
>         max(change_d)) {code}
> The example above changes the query for y-dimension to be "*:*". The main query is still applied to the x-dimension.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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