[ 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 the y-dimension to be {code:java} *:* {code} The main query is still applied to the x-dimension. was: 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 the y-dimension to be `*:*`. The main query is still applied to the x-dimension. > 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 the y-dimension to be > {code:java} > *:* {code} > 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-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org