Joel Bernstein created SOLR-14046:
-------------------------------------
Summary: 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
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}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]